mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 17:31:25 +08:00
2bced36f0c
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
771 lines
15 KiB
Plaintext
771 lines
15 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select month"
|
|
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 date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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 week"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
`;
|
|
|
|
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"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input"
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="Start date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input ant-input-disabled"
|
|
disabled=""
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value="2015-06-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input ant-input-disabled"
|
|
disabled=""
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value="2015-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input ant-input-disabled"
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
disabled=""
|
|
placeholder="Start date"
|
|
readonly=""
|
|
value="2015-06-06"
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
disabled=""
|
|
placeholder="End date"
|
|
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"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select month"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</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 date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input"
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="Start date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<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 date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value="2015/01/01"
|
|
/>
|
|
<i
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value="2015/01"
|
|
/>
|
|
<i
|
|
class="anticon anticon-cross-circle ant-calendar-picker-clear"
|
|
/>
|
|
<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 date"
|
|
readonly=""
|
|
value="2015/01/01"
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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/mode.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
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>
|
|
`;
|
|
|
|
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="Start date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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 date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
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 ant-calendar-picker-default"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
|
>
|
|
<span
|
|
class="ant-calendar-picker-input ant-input"
|
|
>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="Start date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-range-picker-separator"
|
|
>
|
|
~
|
|
</span>
|
|
<input
|
|
class="ant-calendar-range-picker-input"
|
|
placeholder="End date"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</span>
|
|
</span>
|
|
<br />
|
|
<span
|
|
class="ant-calendar-picker ant-calendar-picker-default"
|
|
>
|
|
<span>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select date"
|
|
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"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Start"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="End"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</span>
|
|
</div>
|
|
`;
|
|
|
|
exports[`renders ./components/date-picker/demo/time.md correctly 1`] = `
|
|
<div>
|
|
<span
|
|
class="ant-calendar-picker"
|
|
>
|
|
<div>
|
|
<input
|
|
class="ant-calendar-picker-input ant-input"
|
|
placeholder="Select Time"
|
|
readonly=""
|
|
value=""
|
|
/>
|
|
<span
|
|
class="ant-calendar-picker-icon"
|
|
/>
|
|
</div>
|
|
</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>
|
|
`;
|