jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/DatePicker/index.axml

42 lines
948 B
Plaintext
Raw Normal View History

2024-12-01 11:56:54 +00:00
<ant-picker
2024-11-10 07:01:22 +00:00
className="ant-date-picker"
popClassName="ant-date-picker-popup {{popClassName || ''}}"
2024-12-01 11:56:54 +00:00
visible="{{visible}}"
2024-11-10 07:01:22 +00:00
style="{{style}}"
popStyle="{{popStyle}}"
2024-12-01 11:56:54 +00:00
animationType="{{animationType}}"
2024-11-10 07:01:22 +00:00
options="{{columns}}"
value="{{currentValue}}"
disabled="{{disabled}}"
2024-12-01 11:56:54 +00:00
title="{{title}}"
2024-11-10 07:01:22 +00:00
placeholder="{{placeholder}}"
okText="{{okText}}"
cancelText="{{cancelText}}"
maskStyle="{{maskStyle}}"
maskClassName="{{maskClassName}}"
indicatorStyle="{{indicatorStyle}}"
2024-12-01 11:56:54 +00:00
indicatorClassName="{{indicatorClassName}}"
2024-11-10 07:01:22 +00:00
onChange="onChange"
onCancel="onCancel"
onOk="onOk"
2024-12-01 11:56:54 +00:00
formattedValueText="{{formattedValueText}}"
2024-11-10 07:01:22 +00:00
onVisibleChange="onVisibleChange"
maskClosable="{{maskClosable}}"
2024-12-01 11:56:54 +00:00
>
<slot
name="content"
slot="content"
></slot>
<slot
name="title"
slot="title"
></slot>
<slot
name="prefix"
slot="prefix"
></slot>
<slot
name="suffix"
slot="suffix"
></slot>
</ant-picker>