You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
538 lines
10 KiB
538 lines
10 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
|
<div>
|
|
<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>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select month"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<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>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/date-picker/demo/disabled.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
disabled=""
|
|
placeholder="请选择日期"
|
|
readonly=""
|
|
value="2015-06-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
disabled=""
|
|
placeholder="请选择日期"
|
|
readonly=""
|
|
value="2015-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input"
|
|
disabled=""
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
disabled=""
|
|
placeholder="开始日期"
|
|
readonly=""
|
|
value="2015-06-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
disabled=""
|
|
placeholder="结束日期"
|
|
readonly=""
|
|
value="2015-06-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/date-picker/demo/disabled-date.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
style="width:154px;"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="请选择日期"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<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/format.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="请选择日期"
|
|
readonly=""
|
|
value="2015/01/01"
|
|
/>
|
|
<i
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="请选择日期"
|
|
readonly=""
|
|
value="2015/01"
|
|
/>
|
|
<i
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input"
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="开始日期"
|
|
readonly=""
|
|
value="2015/01/01"
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="结束日期"
|
|
readonly=""
|
|
value="2015/01/01"
|
|
/>
|
|
<i
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/date-picker/demo/presetted-ranges.md correctly 1`] = `
|
|
<div>
|
|
<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>
|
|
<br />
|
|
<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/size.md correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="ant-radio-group"
|
|
>
|
|
<label
|
|
class="ant-radio-button-wrapper"
|
|
>
|
|
<span
|
|
class="ant-radio-button"
|
|
>
|
|
<input
|
|
class="ant-radio-button-input"
|
|
type="radio"
|
|
/>
|
|
<span
|
|
class="ant-radio-button-inner"
|
|
/>
|
|
</span>
|
|
<span>
|
|
Large
|
|
</span>
|
|
</label>
|
|
<label
|
|
class="ant-radio-button-wrapper ant-radio-button-wrapper-checked"
|
|
>
|
|
<span
|
|
class="ant-radio-button ant-radio-button-checked"
|
|
>
|
|
<input
|
|
checked=""
|
|
class="ant-radio-button-input"
|
|
type="radio"
|
|
/>
|
|
<span
|
|
class="ant-radio-button-inner"
|
|
/>
|
|
</span>
|
|
<span>
|
|
Default
|
|
</span>
|
|
</label>
|
|
<label
|
|
class="ant-radio-button-wrapper"
|
|
>
|
|
<span
|
|
class="ant-radio-button"
|
|
>
|
|
<input
|
|
class="ant-radio-button-input"
|
|
type="radio"
|
|
/>
|
|
<span
|
|
class="ant-radio-button-inner"
|
|
/>
|
|
</span>
|
|
<span>
|
|
Small
|
|
</span>
|
|
</label>
|
|
</div>
|
|
<br />
|
|
<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>
|
|
<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>
|
|
<br />
|
|
<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>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/date-picker/demo/start-end.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
style="width:154px;"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Start"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
style="width:154px;"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="End"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
style="width:154px;"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select Time"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
style="width:300px;"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input"
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="Start Time"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End Time"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
`;
|
|
|