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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-08-31 20:44:22 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2017-09-25 22:10:26 +08:00
|
|
|
exports[`renders ./components/date-picker/demo/date-render.md correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
2017-09-27 09:56:03 +08:00
|
|
|
placeholder="Select date"
|
2017-09-25 22:10:26 +08:00
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-09-25 22:10:26 +08:00
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-09-25 22:10:26 +08:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
2017-09-27 09:56:03 +08:00
|
|
|
placeholder="Start date"
|
2017-09-25 22:10:26 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-09-25 22:10:26 +08:00
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
2017-09-27 09:56:03 +08:00
|
|
|
placeholder="End date"
|
2017-09-25 22:10:26 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-09-25 22:10:26 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-09-25 22:10:26 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</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=""
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06-06"
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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=""
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06"
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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=""
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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=""
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015-06-06"
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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"
|
2018-09-06 19:16:37 +08:00
|
|
|
style="width:195px"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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"
|
2017-10-11 12:01:27 +08:00
|
|
|
style="width:350px"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-06-05 17:15:41 +08:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2017-06-05 17:15:41 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-06-05 17:15:41 +08:00
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2017-06-05 17:15:41 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-06-05 17:15:41 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-06-05 17:15:41 +08:00
|
|
|
</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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2017-06-05 17:15:41 +08:00
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-06-06 17:55:01 +08:00
|
|
|
</div>
|
2017-06-05 17:15:41 +08:00
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
2018-09-06 19:16:37 +08:00
|
|
|
style="width:195px"
|
2017-06-05 17:15:41 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2017-06-05 17:15:41 +08:00
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-06-06 17:55:01 +08:00
|
|
|
</div>
|
2017-06-05 17:15:41 +08:00
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-06-05 17:15:41 +08:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2017-06-05 17:15:41 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-06-05 17:15:41 +08:00
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2017-06-05 17:15:41 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-06-05 17:15:41 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-06-05 17:15:41 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
<span
|
2016-12-11 14:08:15 +08:00
|
|
|
class="ant-calendar-picker"
|
2017-10-11 12:01:27 +08:00
|
|
|
style="width:350px"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
2017-11-29 11:23:15 +08:00
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
placeholder="Select month"
|
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-11-29 11:23:15 +08:00
|
|
|
</div>
|
|
|
|
</span>
|
2016-11-22 14:28:05 +08:00
|
|
|
</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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01/01"
|
|
|
|
/>
|
2018-07-19 20:37:47 +08:00
|
|
|
<i
|
2018-08-24 18:36:08 +08:00
|
|
|
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close-circle"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
2018-08-27 20:40:11 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2018-08-24 18:36:08 +08:00
|
|
|
>
|
|
|
|
<path
|
2018-08-30 22:59:43 +08:00
|
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
2018-08-24 18:36:08 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01"
|
|
|
|
/>
|
2018-07-19 20:37:47 +08:00
|
|
|
<i
|
2018-08-24 18:36:08 +08:00
|
|
|
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close-circle"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
2018-08-27 20:40:11 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2018-08-24 18:36:08 +08:00
|
|
|
>
|
|
|
|
<path
|
2018-08-30 22:59:43 +08:00
|
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
2018-08-24 18:36:08 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value="2015/01/01"
|
|
|
|
/>
|
2018-07-19 20:37:47 +08:00
|
|
|
<i
|
2018-08-24 18:36:08 +08:00
|
|
|
class="anticon anticon-close-circle ant-calendar-picker-clear"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="close-circle"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
2018-08-27 20:40:11 +08:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
2018-08-24 18:36:08 +08:00
|
|
|
>
|
|
|
|
<path
|
2018-08-30 22:59:43 +08:00
|
|
|
d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359c-1.2-1.5-1.9-3.3-1.9-5.2 0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"
|
2018-08-24 18:36:08 +08:00
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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"
|
2018-09-06 19:16:37 +08:00
|
|
|
style="width:195px"
|
2017-08-21 21:15:44 +08:00
|
|
|
>
|
|
|
|
<div>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2017-08-21 21:15:44 +08:00
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-08-21 21:15:44 +08:00
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-08-21 21:15:44 +08:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="Start month"
|
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-08-21 21:15:44 +08:00
|
|
|
value=""
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="ant-calendar-range-picker-separator"
|
|
|
|
>
|
|
|
|
~
|
|
|
|
</span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-range-picker-input"
|
|
|
|
placeholder="End month"
|
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-08-21 21:15:44 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-08-21 21:15:44 +08:00
|
|
|
</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"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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-10-11 12:01:27 +08:00
|
|
|
style="width:350px"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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
|
2018-06-28 17:12:16 +08:00
|
|
|
class="ant-radio-group ant-radio-group-outline"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2018-01-25 18:24:59 +08:00
|
|
|
value="large"
|
2017-03-17 18:56:30 +08:00
|
|
|
/>
|
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"
|
2018-01-25 18:24:59 +08:00
|
|
|
value="default"
|
2017-03-17 18:56:30 +08:00
|
|
|
/>
|
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"
|
2018-01-25 18:24:59 +08:00
|
|
|
value="small"
|
2017-03-17 18:56:30 +08:00
|
|
|
/>
|
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-09-27 22:32:49 +08:00
|
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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-09-26 23:12:47 +08:00
|
|
|
placeholder="Select date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-09-27 22:32:49 +08:00
|
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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-11-29 11:23:15 +08:00
|
|
|
placeholder="Select Month"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-06-03 01:38:26 +08:00
|
|
|
</div>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
<br />
|
|
|
|
<span
|
2017-09-27 22:32:49 +08:00
|
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="Start date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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"
|
2017-09-26 23:12:47 +08:00
|
|
|
placeholder="End date"
|
2016-11-22 14:28:05 +08:00
|
|
|
readonly=""
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
2017-08-31 20:44:22 +08:00
|
|
|
<br />
|
|
|
|
<span
|
2017-09-27 22:32:49 +08:00
|
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
2017-08-31 20:44:22 +08:00
|
|
|
>
|
|
|
|
<span>
|
|
|
|
<input
|
|
|
|
class="ant-calendar-picker-input ant-input"
|
2017-11-29 11:23:15 +08:00
|
|
|
placeholder="Select Week"
|
2017-08-31 20:44:22 +08:00
|
|
|
readonly=""
|
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2017-08-31 20:44:22 +08:00
|
|
|
</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"
|
2018-09-06 19:16:37 +08:00
|
|
|
style="width:195px"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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"
|
2018-09-06 19:16:37 +08:00
|
|
|
style="width:195px"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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"
|
2018-09-06 19:16:37 +08:00
|
|
|
style="width:195px"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
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-10-11 12:01:27 +08:00
|
|
|
style="width:350px"
|
2017-11-30 09:54:31 +08:00
|
|
|
tabindex="0"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
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-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
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-11-30 09:54:31 +08:00
|
|
|
tabindex="-1"
|
2017-03-17 18:56:30 +08:00
|
|
|
value=""
|
|
|
|
/>
|
2018-07-25 11:51:19 +08:00
|
|
|
<i
|
2018-08-13 20:51:01 +08:00
|
|
|
class="anticon anticon-calendar ant-calendar-picker-icon"
|
2018-09-02 19:53:29 +08:00
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
class=""
|
|
|
|
data-icon="calendar"
|
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 1024 1024"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</i>
|
2016-11-22 14:28:05 +08:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|