2017-03-17 18:56:30 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2017-02-15 16:40:26 +08:00
|
|
|
placeholder="Select month"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
2017-08-31 20:44:22 +08:00
|
|
|
<br />
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="Select week"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-07-12 15:07:04 +08:00
|
|
|
class="ant-calendar-picker-input ant-input ant-input-disabled"
|
2016-11-22 14:28:05 +08:00
|
|
|
disabled=""
|
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06-06"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-07-12 15:07:04 +08:00
|
|
|
class="ant-calendar-picker-input ant-input ant-input-disabled"
|
2016-11-22 14:28:05 +08:00
|
|
|
disabled=""
|
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-07-12 15:07:04 +08:00
|
|
|
class="ant-calendar-picker-input ant-input ant-input-disabled"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
disabled=""
|
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06-06"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
disabled=""
|
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06-06"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:154px;"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
2017-05-15 16:41:44 +08:00
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2017-05-15 16:41:44 +08:00
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="Select month"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2017-05-15 16:41:44 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
2017-06-05 17:15:41 +08:00
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
style="width:300px;"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/date-picker/demo/extra-footer.md correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-06 17:55:01 +08:00
|
|
|
<div>
|
2017-06-05 17:15:41 +08:00
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-06 17:55:01 +08:00
|
|
|
</div>
|
2017-06-05 17:15:41 +08:00
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
style="width:154px;"
|
|
|
|
>
|
2017-06-06 17:55:01 +08:00
|
|
|
<div>
|
2017-06-05 17:15:41 +08:00
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-06 17:55:01 +08:00
|
|
|
</div>
|
2017-06-05 17:15:41 +08:00
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:300px;"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/format.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01/01"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<i
|
2017-03-17 18:56:30 +08:00
|
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<i
|
2017-03-17 18:56:30 +08:00
|
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01/01"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01/01"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<i
|
2017-03-17 18:56:30 +08:00
|
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-08-21 21:15:44 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/mode.md correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
style="width:154px;"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="Start month"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="End month"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/presetted-ranges.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:300px;"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<div
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-group"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<label
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button-wrapper"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
|
|
|
class="ant-radio-button-input"
|
2017-03-17 18:56:30 +08:00
|
|
|
type="radio"
|
|
|
|
/>
|
2017-02-28 16:14:41 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button-inner"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
Large
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button-wrapper ant-radio-button-wrapper-checked"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button ant-radio-button-checked"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
|
|
|
checked=""
|
|
|
|
class="ant-radio-button-input"
|
2017-03-17 18:56:30 +08:00
|
|
|
type="radio"
|
|
|
|
/>
|
2017-02-28 16:14:41 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button-inner"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
Default
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button-wrapper"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
|
|
|
class="ant-radio-button-input"
|
2017-03-17 18:56:30 +08:00
|
|
|
type="radio"
|
|
|
|
/>
|
2017-02-28 16:14:41 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-radio-button-inner"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
Small
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="开始日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="结束日期"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
2017-08-31 20:44:22 +08:00
|
|
|
<br />
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="请选择日期"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/start-end.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:154px;"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="Start"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:154px;"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="End"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-03-17 18:56:30 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
2016-11-22 14:28:05 +08:00
|
|
|
<div>
|
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:154px;"
|
|
|
|
>
|
2017-06-03 01:38:26 +08:00
|
|
|
<div>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2016-12-05 11:47:42 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
2016-11-22 14:28:05 +08:00
|
|
|
placeholder="Select Time"
|
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-03-17 18:56:30 +08:00
|
|
|
style="width:300px;"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-23 20:38:57 +08:00
|
|
|
placeholder="Start Time"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
2016-11-22 14:28:05 +08:00
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
2017-02-22 16:50:24 +08:00
|
|
|
class="ant-calendar-range-picker-input"
|
2016-11-23 20:38:57 +08:00
|
|
|
placeholder="End Time"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2017-03-17 18:56:30 +08:00
|
|
|
class="ant-calendar-picker-icon"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|