sard-uniapp 1.24.6 → 1.24.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/components/action-sheet/action-sheet.d.ts +8 -1
  3. package/components/action-sheet/common.d.ts +99 -2
  4. package/components/alert/alert.d.ts +6 -0
  5. package/components/alert/common.d.ts +63 -1
  6. package/components/avatar/avatar.d.ts +8 -0
  7. package/components/avatar/common.d.ts +99 -1
  8. package/components/avatar-group/avatar-group.d.ts +6 -1
  9. package/components/avatar-group/common.d.ts +63 -2
  10. package/components/back-top/back-top.d.ts +4 -0
  11. package/components/back-top/common.d.ts +40 -1
  12. package/components/badge/badge.d.ts +7 -0
  13. package/components/badge/common.d.ts +99 -2
  14. package/components/button/button.d.ts +22 -0
  15. package/components/button/common.d.ts +960 -8
  16. package/components/calendar/calendar.d.ts +16 -1
  17. package/components/calendar/common.d.ts +360 -3
  18. package/components/calendar-input/calendar-input.d.ts +31 -2
  19. package/components/calendar-input/common.d.ts +1368 -7
  20. package/components/calendar-popout/calendar-popout.d.ts +22 -2
  21. package/components/calendar-popout/common.d.ts +675 -5
  22. package/components/cascader-input/cascader-input.d.ts +25 -0
  23. package/components/cascader-input/common.d.ts +783 -3
  24. package/components/cascader-popout/cascader-popout.d.ts +14 -0
  25. package/components/cascader-popout/common.d.ts +288 -2
  26. package/components/checkbox/checkbox.d.ts +11 -0
  27. package/components/checkbox/common.d.ts +323 -3
  28. package/components/checkbox-group/checkbox-group.d.ts +10 -0
  29. package/components/checkbox-input/checkbox-input.d.ts +28 -1
  30. package/components/checkbox-input/common.d.ts +960 -4
  31. package/components/checkbox-popout/checkbox-popout.d.ts +19 -1
  32. package/components/checkbox-popout/common.d.ts +460 -2
  33. package/components/config/index.d.ts +150 -482
  34. package/components/config/index.js +16 -34
  35. package/components/cool-icon/common.d.ts +63 -1
  36. package/components/cool-icon/cool-icon.d.ts +6 -0
  37. package/components/count-down/common.d.ts +48 -3
  38. package/components/count-down/count-down.d.ts +3 -0
  39. package/components/count-to/common.d.ts +35 -4
  40. package/components/count-to/count-to.d.ts +1 -0
  41. package/components/crop-image/common.d.ts +288 -4
  42. package/components/crop-image/crop-image.d.ts +12 -0
  43. package/components/crop-image-agent/common.d.ts +288 -5
  44. package/components/crop-image-agent/crop-image-agent.d.ts +11 -0
  45. package/components/datetime-picker/common.d.ts +120 -2
  46. package/components/datetime-picker/datetime-picker.d.ts +9 -1
  47. package/components/datetime-picker-input/common.d.ts +783 -4
  48. package/components/datetime-picker-input/datetime-picker-input.d.ts +23 -0
  49. package/components/datetime-picker-popout/common.d.ts +288 -3
  50. package/components/datetime-picker-popout/datetime-picker-popout.d.ts +13 -0
  51. package/components/datetime-range-picker/common.d.ts +143 -1
  52. package/components/datetime-range-picker/datetime-range-picker.d.ts +10 -0
  53. package/components/datetime-range-picker-input/common.d.ts +840 -3
  54. package/components/datetime-range-picker-input/datetime-range-picker-input.d.ts +25 -0
  55. package/components/datetime-range-picker-popout/common.d.ts +323 -2
  56. package/components/datetime-range-picker-popout/datetime-range-picker-popout.d.ts +15 -0
  57. package/components/dialog/common.d.ts +360 -6
  58. package/components/dialog/dialog.d.ts +16 -3
  59. package/components/dialog-agent/common.d.ts +1023 -7
  60. package/components/dialog-agent/dialog-agent.d.ts +28 -3
  61. package/components/divider/common.d.ts +48 -3
  62. package/components/divider/divider.d.ts +4 -1
  63. package/components/dropdown/common.d.ts +99 -5
  64. package/components/dropdown/dropdown.d.ts +7 -3
  65. package/components/empty/common.d.ts +48 -1
  66. package/components/empty/empty.d.ts +5 -0
  67. package/components/fab/common.d.ts +619 -7
  68. package/components/fab/fab.d.ts +20 -2
  69. package/components/floating-bubble/common.d.ts +153 -4
  70. package/components/floating-bubble/floating-bubble.d.ts +10 -1
  71. package/components/floating-panel/common.d.ts +63 -3
  72. package/components/floating-panel/floating-panel.d.ts +4 -0
  73. package/components/form/README.md +11 -12
  74. package/components/form/common.d.ts +304 -1
  75. package/components/form/form.d.ts +12 -1
  76. package/components/form-item/form-item.d.ts +15 -0
  77. package/components/form-item/useFormItem.d.ts +1 -1
  78. package/components/form-item-plain/form-item-plain.d.ts +15 -0
  79. package/components/form-item-plain/form-item-plain.vue +7 -3
  80. package/components/form-plain/common.d.ts +0 -1
  81. package/components/form-plain/form-plain.d.ts +12 -1
  82. package/components/grid/common.d.ts +99 -2
  83. package/components/grid/grid.d.ts +8 -1
  84. package/components/icon/common.d.ts +63 -3
  85. package/components/icon/icon.d.ts +5 -1
  86. package/components/indexes/common.d.ts +1 -0
  87. package/components/indexes/indexes.vue +2 -1
  88. package/components/input/common.d.ts +2400 -14
  89. package/components/input/input.d.ts +36 -2
  90. package/components/keyboard/common.d.ts +24 -2
  91. package/components/keyboard/keyboard.d.ts +2 -0
  92. package/components/list/common.d.ts +168 -1
  93. package/components/list-item/list-item.d.ts +11 -0
  94. package/components/loading/common.d.ts +117 -1
  95. package/components/loading/loading.d.ts +8 -0
  96. package/components/locale/lang/ar-SA.d.ts +2 -0
  97. package/components/locale/lang/ar-SA.js +2 -0
  98. package/components/locale/lang/en-US.d.ts +2 -0
  99. package/components/locale/lang/en-US.js +2 -0
  100. package/components/locale/lang/zh-CN.d.ts +2 -0
  101. package/components/locale/lang/zh-CN.js +2 -0
  102. package/components/marquee/common.d.ts +35 -3
  103. package/components/marquee/marquee.d.ts +2 -0
  104. package/components/notice-bar/common.d.ts +195 -4
  105. package/components/notice-bar/notice-bar.d.ts +10 -1
  106. package/components/notify/common.d.ts +143 -4
  107. package/components/notify/notify.d.ts +8 -1
  108. package/components/notify-agent/common.d.ts +483 -5
  109. package/components/notify-agent/notify-agent.d.ts +18 -1
  110. package/components/overlay/common.d.ts +63 -1
  111. package/components/overlay/overlay.d.ts +6 -0
  112. package/components/pagination/common.d.ts +143 -6
  113. package/components/pagination/pagination.d.ts +6 -1
  114. package/components/password-input/common.d.ts +168 -3
  115. package/components/password-input/password-input.d.ts +9 -0
  116. package/components/picker/common.d.ts +46 -1
  117. package/components/picker/picker.d.ts +5 -0
  118. package/components/picker-input/common.d.ts +599 -4
  119. package/components/picker-input/picker-input.d.ts +21 -1
  120. package/components/picker-popout/common.d.ts +181 -3
  121. package/components/picker-popout/picker-popout.d.ts +10 -0
  122. package/components/popout/common.d.ts +288 -6
  123. package/components/popout/popout.d.ts +11 -1
  124. package/components/popout-input/common.d.ts +181 -2
  125. package/components/popout-input/popout-input.d.ts +11 -0
  126. package/components/popover/common.d.ts +168 -7
  127. package/components/popover/popover.d.ts +8 -3
  128. package/components/popup/common.d.ts +168 -4
  129. package/components/popup/popup.d.ts +10 -2
  130. package/components/progress-bar/common.d.ts +143 -2
  131. package/components/progress-bar/progress-bar.d.ts +9 -0
  132. package/components/progress-circle/common.d.ts +80 -2
  133. package/components/progress-circle/progress-circle.d.ts +6 -0
  134. package/components/pull-down-refresh/common.d.ts +100 -8
  135. package/components/pull-down-refresh/pull-down-refresh.d.ts +3 -1
  136. package/components/qrcode/common.d.ts +168 -8
  137. package/components/qrcode/qrcode.d.ts +4 -0
  138. package/components/radio/common.d.ts +155 -2
  139. package/components/radio-group/radio-group.d.ts +10 -0
  140. package/components/radio-input/common.d.ts +869 -5
  141. package/components/radio-input/radio-input.d.ts +26 -1
  142. package/components/radio-popout/common.d.ts +397 -3
  143. package/components/radio-popout/radio-popout.d.ts +17 -1
  144. package/components/rate/common.d.ts +360 -4
  145. package/components/rate/rate.d.ts +15 -1
  146. package/components/read-more/common.d.ts +80 -1
  147. package/components/read-more/read-more.d.ts +7 -0
  148. package/components/resize-sensor/common.d.ts +24 -1
  149. package/components/resize-sensor/resize-sensor.d.ts +3 -0
  150. package/components/result/common.d.ts +80 -1
  151. package/components/result/result.d.ts +7 -0
  152. package/components/scroll-spy/README.md +9 -8
  153. package/components/scroll-spy/common.d.ts +1 -0
  154. package/components/scroll-spy/scroll-spy.vue +4 -2
  155. package/components/search/common.d.ts +224 -2
  156. package/components/search/search.d.ts +12 -0
  157. package/components/segmented/common.d.ts +131 -4
  158. package/components/segmented/segmented.d.ts +8 -1
  159. package/components/share-sheet/common.d.ts +120 -2
  160. package/components/share-sheet/share-sheet.d.ts +9 -1
  161. package/components/signature/common.d.ts +255 -7
  162. package/components/signature/signature.d.ts +9 -1
  163. package/components/skeleton/common.d.ts +120 -2
  164. package/components/skeleton/skeleton.d.ts +8 -0
  165. package/components/slider/common.d.ts +528 -4
  166. package/components/slider/slider.d.ts +18 -0
  167. package/components/space/common.d.ts +63 -2
  168. package/components/space/space.d.ts +5 -0
  169. package/components/status-bar/common.d.ts +24 -1
  170. package/components/status-bar/status-bar.d.ts +3 -0
  171. package/components/stepper/common.d.ts +360 -9
  172. package/components/stepper/stepper.d.ts +10 -1
  173. package/components/steps/common.d.ts +224 -8
  174. package/components/steps/steps.d.ts +6 -0
  175. package/components/swiper-dot/common.d.ts +63 -4
  176. package/components/swiper-dot/swiper-dot.d.ts +3 -0
  177. package/components/switch/common.d.ts +153 -3
  178. package/components/switch/switch.d.ts +10 -0
  179. package/components/tabbar/common.d.ts +80 -1
  180. package/components/tabbar/tabbar.d.ts +7 -0
  181. package/components/table/common.d.ts +35 -2
  182. package/components/table/table.d.ts +4 -1
  183. package/components/tabs/README.md +4 -3
  184. package/components/tabs/common.d.ts +49 -1
  185. package/components/tabs/index.scss +2 -1
  186. package/components/tabs/tabs.d.ts +5 -0
  187. package/components/tabs/tabs.vue +3 -1
  188. package/components/tag/common.d.ts +120 -2
  189. package/components/tag/tag.d.ts +8 -0
  190. package/components/toast/common.d.ts +120 -6
  191. package/components/toast/toast.d.ts +6 -2
  192. package/components/toast-agent/common.d.ts +440 -7
  193. package/components/toast-agent/toast-agent.d.ts +16 -2
  194. package/components/tree/README.md +34 -20
  195. package/components/tree/common.d.ts +391 -3
  196. package/components/tree/common.js +1 -0
  197. package/components/tree/index.scss +13 -0
  198. package/components/tree/tree.d.ts +16 -1
  199. package/components/tree/tree.vue +71 -22
  200. package/components/tree/variables.scss +4 -0
  201. package/components/tree-node/index.scss +6 -0
  202. package/components/tree-node/tree-node.vue +46 -12
  203. package/components/upload/common.d.ts +195 -1
  204. package/components/upload/upload.d.ts +13 -1
  205. package/components/upload-preview/upload-preview.d.ts +12 -0
  206. package/components/waterfall/common.d.ts +35 -3
  207. package/components/waterfall/waterfall.d.ts +2 -0
  208. package/components/watermark/common.d.ts +143 -5
  209. package/components/watermark/watermark.d.ts +7 -1
  210. package/package.json +1 -1
  211. package/use/useScrollSpy.js +5 -1
@@ -5,13 +5,1374 @@ export interface CalendarInputProps extends CalendarPopoutProps, Omit<PopoutInpu
5
5
  valueOnClear?: () => any;
6
6
  }
7
7
  export declare const defaultCalendarInputProps: () => {
8
- outletFormat: string;
9
- valueOnClear: CalendarInputProps["valueOnClear"];
10
- showConfirm: boolean;
11
- validateEvent: boolean;
12
- type: import("../calendar").CalendarProps["type"];
13
- maxDays: number;
14
- weekStartsOn: number;
8
+ outletFormat?: (string | ((props: {
9
+ outletFormat: string;
10
+ valueOnClear: () => any;
11
+ visible: boolean;
12
+ title: string;
13
+ showConfirm: boolean;
14
+ validateEvent: boolean;
15
+ popoutClass: string;
16
+ popoutStyle: import("vue").StyleValue;
17
+ resettable: boolean;
18
+ rootStyle: import("vue").StyleValue;
19
+ rootClass: string;
20
+ type: import("../calendar").CalendarType;
21
+ modelValue: Date | Date[] | string | string[];
22
+ min: Date;
23
+ max: Date;
24
+ currentDate: Date;
25
+ disabledDate: (date: Date) => boolean;
26
+ maxDays: number;
27
+ overMaxDays: () => void;
28
+ weekStartsOn: number;
29
+ formatter: (day: import("../calendar").CalendarDay) => void;
30
+ allowSameDay: boolean;
31
+ severalMonths: boolean;
32
+ valueFormat: string;
33
+ startDateText: string;
34
+ endDateText: string;
35
+ sameDateText: string;
36
+ disabled: boolean;
37
+ readonly: boolean;
38
+ placeholder: string;
39
+ clearable: boolean;
40
+ multiline: boolean;
41
+ arrow: string;
42
+ arrowFamily: string;
43
+ internalArrow: number;
44
+ inputProps: import("../input").InputProps;
45
+ }) => string)) | undefined;
46
+ valueOnClear?: ((() => any) | ((props: {
47
+ outletFormat: string;
48
+ valueOnClear: () => any;
49
+ visible: boolean;
50
+ title: string;
51
+ showConfirm: boolean;
52
+ validateEvent: boolean;
53
+ popoutClass: string;
54
+ popoutStyle: import("vue").StyleValue;
55
+ resettable: boolean;
56
+ rootStyle: import("vue").StyleValue;
57
+ rootClass: string;
58
+ type: import("../calendar").CalendarType;
59
+ modelValue: Date | Date[] | string | string[];
60
+ min: Date;
61
+ max: Date;
62
+ currentDate: Date;
63
+ disabledDate: (date: Date) => boolean;
64
+ maxDays: number;
65
+ overMaxDays: () => void;
66
+ weekStartsOn: number;
67
+ formatter: (day: import("../calendar").CalendarDay) => void;
68
+ allowSameDay: boolean;
69
+ severalMonths: boolean;
70
+ valueFormat: string;
71
+ startDateText: string;
72
+ endDateText: string;
73
+ sameDateText: string;
74
+ disabled: boolean;
75
+ readonly: boolean;
76
+ placeholder: string;
77
+ clearable: boolean;
78
+ multiline: boolean;
79
+ arrow: string;
80
+ arrowFamily: string;
81
+ internalArrow: number;
82
+ inputProps: import("../input").InputProps;
83
+ }) => () => any)) | undefined;
84
+ visible?: boolean | ((props: {
85
+ outletFormat: string;
86
+ valueOnClear: () => any;
87
+ visible: boolean;
88
+ title: string;
89
+ showConfirm: boolean;
90
+ validateEvent: boolean;
91
+ popoutClass: string;
92
+ popoutStyle: import("vue").StyleValue;
93
+ resettable: boolean;
94
+ rootStyle: import("vue").StyleValue;
95
+ rootClass: string;
96
+ type: import("../calendar").CalendarType;
97
+ modelValue: Date | Date[] | string | string[];
98
+ min: Date;
99
+ max: Date;
100
+ currentDate: Date;
101
+ disabledDate: (date: Date) => boolean;
102
+ maxDays: number;
103
+ overMaxDays: () => void;
104
+ weekStartsOn: number;
105
+ formatter: (day: import("../calendar").CalendarDay) => void;
106
+ allowSameDay: boolean;
107
+ severalMonths: boolean;
108
+ valueFormat: string;
109
+ startDateText: string;
110
+ endDateText: string;
111
+ sameDateText: string;
112
+ disabled: boolean;
113
+ readonly: boolean;
114
+ placeholder: string;
115
+ clearable: boolean;
116
+ multiline: boolean;
117
+ arrow: string;
118
+ arrowFamily: string;
119
+ internalArrow: number;
120
+ inputProps: import("../input").InputProps;
121
+ }) => boolean) | undefined;
122
+ title?: string | ((props: {
123
+ outletFormat: string;
124
+ valueOnClear: () => any;
125
+ visible: boolean;
126
+ title: string;
127
+ showConfirm: boolean;
128
+ validateEvent: boolean;
129
+ popoutClass: string;
130
+ popoutStyle: import("vue").StyleValue;
131
+ resettable: boolean;
132
+ rootStyle: import("vue").StyleValue;
133
+ rootClass: string;
134
+ type: import("../calendar").CalendarType;
135
+ modelValue: Date | Date[] | string | string[];
136
+ min: Date;
137
+ max: Date;
138
+ currentDate: Date;
139
+ disabledDate: (date: Date) => boolean;
140
+ maxDays: number;
141
+ overMaxDays: () => void;
142
+ weekStartsOn: number;
143
+ formatter: (day: import("../calendar").CalendarDay) => void;
144
+ allowSameDay: boolean;
145
+ severalMonths: boolean;
146
+ valueFormat: string;
147
+ startDateText: string;
148
+ endDateText: string;
149
+ sameDateText: string;
150
+ disabled: boolean;
151
+ readonly: boolean;
152
+ placeholder: string;
153
+ clearable: boolean;
154
+ multiline: boolean;
155
+ arrow: string;
156
+ arrowFamily: string;
157
+ internalArrow: number;
158
+ inputProps: import("../input").InputProps;
159
+ }) => string) | undefined;
160
+ showConfirm?: boolean | ((props: {
161
+ outletFormat: string;
162
+ valueOnClear: () => any;
163
+ visible: boolean;
164
+ title: string;
165
+ showConfirm: boolean;
166
+ validateEvent: boolean;
167
+ popoutClass: string;
168
+ popoutStyle: import("vue").StyleValue;
169
+ resettable: boolean;
170
+ rootStyle: import("vue").StyleValue;
171
+ rootClass: string;
172
+ type: import("../calendar").CalendarType;
173
+ modelValue: Date | Date[] | string | string[];
174
+ min: Date;
175
+ max: Date;
176
+ currentDate: Date;
177
+ disabledDate: (date: Date) => boolean;
178
+ maxDays: number;
179
+ overMaxDays: () => void;
180
+ weekStartsOn: number;
181
+ formatter: (day: import("../calendar").CalendarDay) => void;
182
+ allowSameDay: boolean;
183
+ severalMonths: boolean;
184
+ valueFormat: string;
185
+ startDateText: string;
186
+ endDateText: string;
187
+ sameDateText: string;
188
+ disabled: boolean;
189
+ readonly: boolean;
190
+ placeholder: string;
191
+ clearable: boolean;
192
+ multiline: boolean;
193
+ arrow: string;
194
+ arrowFamily: string;
195
+ internalArrow: number;
196
+ inputProps: import("../input").InputProps;
197
+ }) => boolean) | undefined;
198
+ validateEvent?: boolean | ((props: {
199
+ outletFormat: string;
200
+ valueOnClear: () => any;
201
+ visible: boolean;
202
+ title: string;
203
+ showConfirm: boolean;
204
+ validateEvent: boolean;
205
+ popoutClass: string;
206
+ popoutStyle: import("vue").StyleValue;
207
+ resettable: boolean;
208
+ rootStyle: import("vue").StyleValue;
209
+ rootClass: string;
210
+ type: import("../calendar").CalendarType;
211
+ modelValue: Date | Date[] | string | string[];
212
+ min: Date;
213
+ max: Date;
214
+ currentDate: Date;
215
+ disabledDate: (date: Date) => boolean;
216
+ maxDays: number;
217
+ overMaxDays: () => void;
218
+ weekStartsOn: number;
219
+ formatter: (day: import("../calendar").CalendarDay) => void;
220
+ allowSameDay: boolean;
221
+ severalMonths: boolean;
222
+ valueFormat: string;
223
+ startDateText: string;
224
+ endDateText: string;
225
+ sameDateText: string;
226
+ disabled: boolean;
227
+ readonly: boolean;
228
+ placeholder: string;
229
+ clearable: boolean;
230
+ multiline: boolean;
231
+ arrow: string;
232
+ arrowFamily: string;
233
+ internalArrow: number;
234
+ inputProps: import("../input").InputProps;
235
+ }) => boolean) | undefined;
236
+ popoutClass?: string | ((props: {
237
+ outletFormat: string;
238
+ valueOnClear: () => any;
239
+ visible: boolean;
240
+ title: string;
241
+ showConfirm: boolean;
242
+ validateEvent: boolean;
243
+ popoutClass: string;
244
+ popoutStyle: import("vue").StyleValue;
245
+ resettable: boolean;
246
+ rootStyle: import("vue").StyleValue;
247
+ rootClass: string;
248
+ type: import("../calendar").CalendarType;
249
+ modelValue: Date | Date[] | string | string[];
250
+ min: Date;
251
+ max: Date;
252
+ currentDate: Date;
253
+ disabledDate: (date: Date) => boolean;
254
+ maxDays: number;
255
+ overMaxDays: () => void;
256
+ weekStartsOn: number;
257
+ formatter: (day: import("../calendar").CalendarDay) => void;
258
+ allowSameDay: boolean;
259
+ severalMonths: boolean;
260
+ valueFormat: string;
261
+ startDateText: string;
262
+ endDateText: string;
263
+ sameDateText: string;
264
+ disabled: boolean;
265
+ readonly: boolean;
266
+ placeholder: string;
267
+ clearable: boolean;
268
+ multiline: boolean;
269
+ arrow: string;
270
+ arrowFamily: string;
271
+ internalArrow: number;
272
+ inputProps: import("../input").InputProps;
273
+ }) => string) | undefined;
274
+ popoutStyle?: string | false | ((props: {
275
+ outletFormat: string;
276
+ valueOnClear: () => any;
277
+ visible: boolean;
278
+ title: string;
279
+ showConfirm: boolean;
280
+ validateEvent: boolean;
281
+ popoutClass: string;
282
+ popoutStyle: import("vue").StyleValue;
283
+ resettable: boolean;
284
+ rootStyle: import("vue").StyleValue;
285
+ rootClass: string;
286
+ type: import("../calendar").CalendarType;
287
+ modelValue: Date | Date[] | string | string[];
288
+ min: Date;
289
+ max: Date;
290
+ currentDate: Date;
291
+ disabledDate: (date: Date) => boolean;
292
+ maxDays: number;
293
+ overMaxDays: () => void;
294
+ weekStartsOn: number;
295
+ formatter: (day: import("../calendar").CalendarDay) => void;
296
+ allowSameDay: boolean;
297
+ severalMonths: boolean;
298
+ valueFormat: string;
299
+ startDateText: string;
300
+ endDateText: string;
301
+ sameDateText: string;
302
+ disabled: boolean;
303
+ readonly: boolean;
304
+ placeholder: string;
305
+ clearable: boolean;
306
+ multiline: boolean;
307
+ arrow: string;
308
+ arrowFamily: string;
309
+ internalArrow: number;
310
+ inputProps: import("../input").InputProps;
311
+ }) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | null | undefined;
312
+ resettable?: boolean | ((props: {
313
+ outletFormat: string;
314
+ valueOnClear: () => any;
315
+ visible: boolean;
316
+ title: string;
317
+ showConfirm: boolean;
318
+ validateEvent: boolean;
319
+ popoutClass: string;
320
+ popoutStyle: import("vue").StyleValue;
321
+ resettable: boolean;
322
+ rootStyle: import("vue").StyleValue;
323
+ rootClass: string;
324
+ type: import("../calendar").CalendarType;
325
+ modelValue: Date | Date[] | string | string[];
326
+ min: Date;
327
+ max: Date;
328
+ currentDate: Date;
329
+ disabledDate: (date: Date) => boolean;
330
+ maxDays: number;
331
+ overMaxDays: () => void;
332
+ weekStartsOn: number;
333
+ formatter: (day: import("../calendar").CalendarDay) => void;
334
+ allowSameDay: boolean;
335
+ severalMonths: boolean;
336
+ valueFormat: string;
337
+ startDateText: string;
338
+ endDateText: string;
339
+ sameDateText: string;
340
+ disabled: boolean;
341
+ readonly: boolean;
342
+ placeholder: string;
343
+ clearable: boolean;
344
+ multiline: boolean;
345
+ arrow: string;
346
+ arrowFamily: string;
347
+ internalArrow: number;
348
+ inputProps: import("../input").InputProps;
349
+ }) => boolean) | undefined;
350
+ rootStyle?: (string | false | ((props: {
351
+ outletFormat: string;
352
+ valueOnClear: () => any;
353
+ visible: boolean;
354
+ title: string;
355
+ showConfirm: boolean;
356
+ validateEvent: boolean;
357
+ popoutClass: string;
358
+ popoutStyle: import("vue").StyleValue;
359
+ resettable: boolean;
360
+ rootStyle: import("vue").StyleValue;
361
+ rootClass: string;
362
+ type: import("../calendar").CalendarType;
363
+ modelValue: Date | Date[] | string | string[];
364
+ min: Date;
365
+ max: Date;
366
+ currentDate: Date;
367
+ disabledDate: (date: Date) => boolean;
368
+ maxDays: number;
369
+ overMaxDays: () => void;
370
+ weekStartsOn: number;
371
+ formatter: (day: import("../calendar").CalendarDay) => void;
372
+ allowSameDay: boolean;
373
+ severalMonths: boolean;
374
+ valueFormat: string;
375
+ startDateText: string;
376
+ endDateText: string;
377
+ sameDateText: string;
378
+ disabled: boolean;
379
+ readonly: boolean;
380
+ placeholder: string;
381
+ clearable: boolean;
382
+ multiline: boolean;
383
+ arrow: string;
384
+ arrowFamily: string;
385
+ internalArrow: number;
386
+ inputProps: import("../input").InputProps;
387
+ }) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | null) | undefined;
388
+ rootClass?: (string | ((props: {
389
+ outletFormat: string;
390
+ valueOnClear: () => any;
391
+ visible: boolean;
392
+ title: string;
393
+ showConfirm: boolean;
394
+ validateEvent: boolean;
395
+ popoutClass: string;
396
+ popoutStyle: import("vue").StyleValue;
397
+ resettable: boolean;
398
+ rootStyle: import("vue").StyleValue;
399
+ rootClass: string;
400
+ type: import("../calendar").CalendarType;
401
+ modelValue: Date | Date[] | string | string[];
402
+ min: Date;
403
+ max: Date;
404
+ currentDate: Date;
405
+ disabledDate: (date: Date) => boolean;
406
+ maxDays: number;
407
+ overMaxDays: () => void;
408
+ weekStartsOn: number;
409
+ formatter: (day: import("../calendar").CalendarDay) => void;
410
+ allowSameDay: boolean;
411
+ severalMonths: boolean;
412
+ valueFormat: string;
413
+ startDateText: string;
414
+ endDateText: string;
415
+ sameDateText: string;
416
+ disabled: boolean;
417
+ readonly: boolean;
418
+ placeholder: string;
419
+ clearable: boolean;
420
+ multiline: boolean;
421
+ arrow: string;
422
+ arrowFamily: string;
423
+ internalArrow: number;
424
+ inputProps: import("../input").InputProps;
425
+ }) => string)) | undefined;
426
+ type?: (import("../calendar").CalendarType | ((props: {
427
+ outletFormat: string;
428
+ valueOnClear: () => any;
429
+ visible: boolean;
430
+ title: string;
431
+ showConfirm: boolean;
432
+ validateEvent: boolean;
433
+ popoutClass: string;
434
+ popoutStyle: import("vue").StyleValue;
435
+ resettable: boolean;
436
+ rootStyle: import("vue").StyleValue;
437
+ rootClass: string;
438
+ type: import("../calendar").CalendarType;
439
+ modelValue: Date | Date[] | string | string[];
440
+ min: Date;
441
+ max: Date;
442
+ currentDate: Date;
443
+ disabledDate: (date: Date) => boolean;
444
+ maxDays: number;
445
+ overMaxDays: () => void;
446
+ weekStartsOn: number;
447
+ formatter: (day: import("../calendar").CalendarDay) => void;
448
+ allowSameDay: boolean;
449
+ severalMonths: boolean;
450
+ valueFormat: string;
451
+ startDateText: string;
452
+ endDateText: string;
453
+ sameDateText: string;
454
+ disabled: boolean;
455
+ readonly: boolean;
456
+ placeholder: string;
457
+ clearable: boolean;
458
+ multiline: boolean;
459
+ arrow: string;
460
+ arrowFamily: string;
461
+ internalArrow: number;
462
+ inputProps: import("../input").InputProps;
463
+ }) => "multiple" | "single" | "range")) | undefined;
464
+ modelValue?: (string | ((props: {
465
+ outletFormat: string;
466
+ valueOnClear: () => any;
467
+ visible: boolean;
468
+ title: string;
469
+ showConfirm: boolean;
470
+ validateEvent: boolean;
471
+ popoutClass: string;
472
+ popoutStyle: import("vue").StyleValue;
473
+ resettable: boolean;
474
+ rootStyle: import("vue").StyleValue;
475
+ rootClass: string;
476
+ type: import("../calendar").CalendarType;
477
+ modelValue: Date | Date[] | string | string[];
478
+ min: Date;
479
+ max: Date;
480
+ currentDate: Date;
481
+ disabledDate: (date: Date) => boolean;
482
+ maxDays: number;
483
+ overMaxDays: () => void;
484
+ weekStartsOn: number;
485
+ formatter: (day: import("../calendar").CalendarDay) => void;
486
+ allowSameDay: boolean;
487
+ severalMonths: boolean;
488
+ valueFormat: string;
489
+ startDateText: string;
490
+ endDateText: string;
491
+ sameDateText: string;
492
+ disabled: boolean;
493
+ readonly: boolean;
494
+ placeholder: string;
495
+ clearable: boolean;
496
+ multiline: boolean;
497
+ arrow: string;
498
+ arrowFamily: string;
499
+ internalArrow: number;
500
+ inputProps: import("../input").InputProps;
501
+ }) => string | string[] | Date | Date[])) | undefined;
502
+ min?: ((props: {
503
+ outletFormat: string;
504
+ valueOnClear: () => any;
505
+ visible: boolean;
506
+ title: string;
507
+ showConfirm: boolean;
508
+ validateEvent: boolean;
509
+ popoutClass: string;
510
+ popoutStyle: import("vue").StyleValue;
511
+ resettable: boolean;
512
+ rootStyle: import("vue").StyleValue;
513
+ rootClass: string;
514
+ type: import("../calendar").CalendarType;
515
+ modelValue: Date | Date[] | string | string[];
516
+ min: Date;
517
+ max: Date;
518
+ currentDate: Date;
519
+ disabledDate: (date: Date) => boolean;
520
+ maxDays: number;
521
+ overMaxDays: () => void;
522
+ weekStartsOn: number;
523
+ formatter: (day: import("../calendar").CalendarDay) => void;
524
+ allowSameDay: boolean;
525
+ severalMonths: boolean;
526
+ valueFormat: string;
527
+ startDateText: string;
528
+ endDateText: string;
529
+ sameDateText: string;
530
+ disabled: boolean;
531
+ readonly: boolean;
532
+ placeholder: string;
533
+ clearable: boolean;
534
+ multiline: boolean;
535
+ arrow: string;
536
+ arrowFamily: string;
537
+ internalArrow: number;
538
+ inputProps: import("../input").InputProps;
539
+ }) => Date) | undefined;
540
+ max?: ((props: {
541
+ outletFormat: string;
542
+ valueOnClear: () => any;
543
+ visible: boolean;
544
+ title: string;
545
+ showConfirm: boolean;
546
+ validateEvent: boolean;
547
+ popoutClass: string;
548
+ popoutStyle: import("vue").StyleValue;
549
+ resettable: boolean;
550
+ rootStyle: import("vue").StyleValue;
551
+ rootClass: string;
552
+ type: import("../calendar").CalendarType;
553
+ modelValue: Date | Date[] | string | string[];
554
+ min: Date;
555
+ max: Date;
556
+ currentDate: Date;
557
+ disabledDate: (date: Date) => boolean;
558
+ maxDays: number;
559
+ overMaxDays: () => void;
560
+ weekStartsOn: number;
561
+ formatter: (day: import("../calendar").CalendarDay) => void;
562
+ allowSameDay: boolean;
563
+ severalMonths: boolean;
564
+ valueFormat: string;
565
+ startDateText: string;
566
+ endDateText: string;
567
+ sameDateText: string;
568
+ disabled: boolean;
569
+ readonly: boolean;
570
+ placeholder: string;
571
+ clearable: boolean;
572
+ multiline: boolean;
573
+ arrow: string;
574
+ arrowFamily: string;
575
+ internalArrow: number;
576
+ inputProps: import("../input").InputProps;
577
+ }) => Date) | undefined;
578
+ currentDate?: ((props: {
579
+ outletFormat: string;
580
+ valueOnClear: () => any;
581
+ visible: boolean;
582
+ title: string;
583
+ showConfirm: boolean;
584
+ validateEvent: boolean;
585
+ popoutClass: string;
586
+ popoutStyle: import("vue").StyleValue;
587
+ resettable: boolean;
588
+ rootStyle: import("vue").StyleValue;
589
+ rootClass: string;
590
+ type: import("../calendar").CalendarType;
591
+ modelValue: Date | Date[] | string | string[];
592
+ min: Date;
593
+ max: Date;
594
+ currentDate: Date;
595
+ disabledDate: (date: Date) => boolean;
596
+ maxDays: number;
597
+ overMaxDays: () => void;
598
+ weekStartsOn: number;
599
+ formatter: (day: import("../calendar").CalendarDay) => void;
600
+ allowSameDay: boolean;
601
+ severalMonths: boolean;
602
+ valueFormat: string;
603
+ startDateText: string;
604
+ endDateText: string;
605
+ sameDateText: string;
606
+ disabled: boolean;
607
+ readonly: boolean;
608
+ placeholder: string;
609
+ clearable: boolean;
610
+ multiline: boolean;
611
+ arrow: string;
612
+ arrowFamily: string;
613
+ internalArrow: number;
614
+ inputProps: import("../input").InputProps;
615
+ }) => Date) | undefined;
616
+ disabledDate?: (((date: Date) => boolean) | ((props: {
617
+ outletFormat: string;
618
+ valueOnClear: () => any;
619
+ visible: boolean;
620
+ title: string;
621
+ showConfirm: boolean;
622
+ validateEvent: boolean;
623
+ popoutClass: string;
624
+ popoutStyle: import("vue").StyleValue;
625
+ resettable: boolean;
626
+ rootStyle: import("vue").StyleValue;
627
+ rootClass: string;
628
+ type: import("../calendar").CalendarType;
629
+ modelValue: Date | Date[] | string | string[];
630
+ min: Date;
631
+ max: Date;
632
+ currentDate: Date;
633
+ disabledDate: (date: Date) => boolean;
634
+ maxDays: number;
635
+ overMaxDays: () => void;
636
+ weekStartsOn: number;
637
+ formatter: (day: import("../calendar").CalendarDay) => void;
638
+ allowSameDay: boolean;
639
+ severalMonths: boolean;
640
+ valueFormat: string;
641
+ startDateText: string;
642
+ endDateText: string;
643
+ sameDateText: string;
644
+ disabled: boolean;
645
+ readonly: boolean;
646
+ placeholder: string;
647
+ clearable: boolean;
648
+ multiline: boolean;
649
+ arrow: string;
650
+ arrowFamily: string;
651
+ internalArrow: number;
652
+ inputProps: import("../input").InputProps;
653
+ }) => (date: Date) => boolean)) | undefined;
654
+ maxDays?: (number | ((props: {
655
+ outletFormat: string;
656
+ valueOnClear: () => any;
657
+ visible: boolean;
658
+ title: string;
659
+ showConfirm: boolean;
660
+ validateEvent: boolean;
661
+ popoutClass: string;
662
+ popoutStyle: import("vue").StyleValue;
663
+ resettable: boolean;
664
+ rootStyle: import("vue").StyleValue;
665
+ rootClass: string;
666
+ type: import("../calendar").CalendarType;
667
+ modelValue: Date | Date[] | string | string[];
668
+ min: Date;
669
+ max: Date;
670
+ currentDate: Date;
671
+ disabledDate: (date: Date) => boolean;
672
+ maxDays: number;
673
+ overMaxDays: () => void;
674
+ weekStartsOn: number;
675
+ formatter: (day: import("../calendar").CalendarDay) => void;
676
+ allowSameDay: boolean;
677
+ severalMonths: boolean;
678
+ valueFormat: string;
679
+ startDateText: string;
680
+ endDateText: string;
681
+ sameDateText: string;
682
+ disabled: boolean;
683
+ readonly: boolean;
684
+ placeholder: string;
685
+ clearable: boolean;
686
+ multiline: boolean;
687
+ arrow: string;
688
+ arrowFamily: string;
689
+ internalArrow: number;
690
+ inputProps: import("../input").InputProps;
691
+ }) => number)) | undefined;
692
+ overMaxDays?: ((() => void) | ((props: {
693
+ outletFormat: string;
694
+ valueOnClear: () => any;
695
+ visible: boolean;
696
+ title: string;
697
+ showConfirm: boolean;
698
+ validateEvent: boolean;
699
+ popoutClass: string;
700
+ popoutStyle: import("vue").StyleValue;
701
+ resettable: boolean;
702
+ rootStyle: import("vue").StyleValue;
703
+ rootClass: string;
704
+ type: import("../calendar").CalendarType;
705
+ modelValue: Date | Date[] | string | string[];
706
+ min: Date;
707
+ max: Date;
708
+ currentDate: Date;
709
+ disabledDate: (date: Date) => boolean;
710
+ maxDays: number;
711
+ overMaxDays: () => void;
712
+ weekStartsOn: number;
713
+ formatter: (day: import("../calendar").CalendarDay) => void;
714
+ allowSameDay: boolean;
715
+ severalMonths: boolean;
716
+ valueFormat: string;
717
+ startDateText: string;
718
+ endDateText: string;
719
+ sameDateText: string;
720
+ disabled: boolean;
721
+ readonly: boolean;
722
+ placeholder: string;
723
+ clearable: boolean;
724
+ multiline: boolean;
725
+ arrow: string;
726
+ arrowFamily: string;
727
+ internalArrow: number;
728
+ inputProps: import("../input").InputProps;
729
+ }) => () => void)) | undefined;
730
+ weekStartsOn?: (number | ((props: {
731
+ outletFormat: string;
732
+ valueOnClear: () => any;
733
+ visible: boolean;
734
+ title: string;
735
+ showConfirm: boolean;
736
+ validateEvent: boolean;
737
+ popoutClass: string;
738
+ popoutStyle: import("vue").StyleValue;
739
+ resettable: boolean;
740
+ rootStyle: import("vue").StyleValue;
741
+ rootClass: string;
742
+ type: import("../calendar").CalendarType;
743
+ modelValue: Date | Date[] | string | string[];
744
+ min: Date;
745
+ max: Date;
746
+ currentDate: Date;
747
+ disabledDate: (date: Date) => boolean;
748
+ maxDays: number;
749
+ overMaxDays: () => void;
750
+ weekStartsOn: number;
751
+ formatter: (day: import("../calendar").CalendarDay) => void;
752
+ allowSameDay: boolean;
753
+ severalMonths: boolean;
754
+ valueFormat: string;
755
+ startDateText: string;
756
+ endDateText: string;
757
+ sameDateText: string;
758
+ disabled: boolean;
759
+ readonly: boolean;
760
+ placeholder: string;
761
+ clearable: boolean;
762
+ multiline: boolean;
763
+ arrow: string;
764
+ arrowFamily: string;
765
+ internalArrow: number;
766
+ inputProps: import("../input").InputProps;
767
+ }) => number)) | undefined;
768
+ formatter?: (((day: import("../calendar").CalendarDay) => void) | ((props: {
769
+ outletFormat: string;
770
+ valueOnClear: () => any;
771
+ visible: boolean;
772
+ title: string;
773
+ showConfirm: boolean;
774
+ validateEvent: boolean;
775
+ popoutClass: string;
776
+ popoutStyle: import("vue").StyleValue;
777
+ resettable: boolean;
778
+ rootStyle: import("vue").StyleValue;
779
+ rootClass: string;
780
+ type: import("../calendar").CalendarType;
781
+ modelValue: Date | Date[] | string | string[];
782
+ min: Date;
783
+ max: Date;
784
+ currentDate: Date;
785
+ disabledDate: (date: Date) => boolean;
786
+ maxDays: number;
787
+ overMaxDays: () => void;
788
+ weekStartsOn: number;
789
+ formatter: (day: import("../calendar").CalendarDay) => void;
790
+ allowSameDay: boolean;
791
+ severalMonths: boolean;
792
+ valueFormat: string;
793
+ startDateText: string;
794
+ endDateText: string;
795
+ sameDateText: string;
796
+ disabled: boolean;
797
+ readonly: boolean;
798
+ placeholder: string;
799
+ clearable: boolean;
800
+ multiline: boolean;
801
+ arrow: string;
802
+ arrowFamily: string;
803
+ internalArrow: number;
804
+ inputProps: import("../input").InputProps;
805
+ }) => (day: import("../calendar").CalendarDay) => void)) | undefined;
806
+ allowSameDay?: (boolean | ((props: {
807
+ outletFormat: string;
808
+ valueOnClear: () => any;
809
+ visible: boolean;
810
+ title: string;
811
+ showConfirm: boolean;
812
+ validateEvent: boolean;
813
+ popoutClass: string;
814
+ popoutStyle: import("vue").StyleValue;
815
+ resettable: boolean;
816
+ rootStyle: import("vue").StyleValue;
817
+ rootClass: string;
818
+ type: import("../calendar").CalendarType;
819
+ modelValue: Date | Date[] | string | string[];
820
+ min: Date;
821
+ max: Date;
822
+ currentDate: Date;
823
+ disabledDate: (date: Date) => boolean;
824
+ maxDays: number;
825
+ overMaxDays: () => void;
826
+ weekStartsOn: number;
827
+ formatter: (day: import("../calendar").CalendarDay) => void;
828
+ allowSameDay: boolean;
829
+ severalMonths: boolean;
830
+ valueFormat: string;
831
+ startDateText: string;
832
+ endDateText: string;
833
+ sameDateText: string;
834
+ disabled: boolean;
835
+ readonly: boolean;
836
+ placeholder: string;
837
+ clearable: boolean;
838
+ multiline: boolean;
839
+ arrow: string;
840
+ arrowFamily: string;
841
+ internalArrow: number;
842
+ inputProps: import("../input").InputProps;
843
+ }) => boolean)) | undefined;
844
+ severalMonths?: (boolean | ((props: {
845
+ outletFormat: string;
846
+ valueOnClear: () => any;
847
+ visible: boolean;
848
+ title: string;
849
+ showConfirm: boolean;
850
+ validateEvent: boolean;
851
+ popoutClass: string;
852
+ popoutStyle: import("vue").StyleValue;
853
+ resettable: boolean;
854
+ rootStyle: import("vue").StyleValue;
855
+ rootClass: string;
856
+ type: import("../calendar").CalendarType;
857
+ modelValue: Date | Date[] | string | string[];
858
+ min: Date;
859
+ max: Date;
860
+ currentDate: Date;
861
+ disabledDate: (date: Date) => boolean;
862
+ maxDays: number;
863
+ overMaxDays: () => void;
864
+ weekStartsOn: number;
865
+ formatter: (day: import("../calendar").CalendarDay) => void;
866
+ allowSameDay: boolean;
867
+ severalMonths: boolean;
868
+ valueFormat: string;
869
+ startDateText: string;
870
+ endDateText: string;
871
+ sameDateText: string;
872
+ disabled: boolean;
873
+ readonly: boolean;
874
+ placeholder: string;
875
+ clearable: boolean;
876
+ multiline: boolean;
877
+ arrow: string;
878
+ arrowFamily: string;
879
+ internalArrow: number;
880
+ inputProps: import("../input").InputProps;
881
+ }) => boolean)) | undefined;
882
+ valueFormat?: (string | ((props: {
883
+ outletFormat: string;
884
+ valueOnClear: () => any;
885
+ visible: boolean;
886
+ title: string;
887
+ showConfirm: boolean;
888
+ validateEvent: boolean;
889
+ popoutClass: string;
890
+ popoutStyle: import("vue").StyleValue;
891
+ resettable: boolean;
892
+ rootStyle: import("vue").StyleValue;
893
+ rootClass: string;
894
+ type: import("../calendar").CalendarType;
895
+ modelValue: Date | Date[] | string | string[];
896
+ min: Date;
897
+ max: Date;
898
+ currentDate: Date;
899
+ disabledDate: (date: Date) => boolean;
900
+ maxDays: number;
901
+ overMaxDays: () => void;
902
+ weekStartsOn: number;
903
+ formatter: (day: import("../calendar").CalendarDay) => void;
904
+ allowSameDay: boolean;
905
+ severalMonths: boolean;
906
+ valueFormat: string;
907
+ startDateText: string;
908
+ endDateText: string;
909
+ sameDateText: string;
910
+ disabled: boolean;
911
+ readonly: boolean;
912
+ placeholder: string;
913
+ clearable: boolean;
914
+ multiline: boolean;
915
+ arrow: string;
916
+ arrowFamily: string;
917
+ internalArrow: number;
918
+ inputProps: import("../input").InputProps;
919
+ }) => string)) | undefined;
920
+ startDateText?: (string | ((props: {
921
+ outletFormat: string;
922
+ valueOnClear: () => any;
923
+ visible: boolean;
924
+ title: string;
925
+ showConfirm: boolean;
926
+ validateEvent: boolean;
927
+ popoutClass: string;
928
+ popoutStyle: import("vue").StyleValue;
929
+ resettable: boolean;
930
+ rootStyle: import("vue").StyleValue;
931
+ rootClass: string;
932
+ type: import("../calendar").CalendarType;
933
+ modelValue: Date | Date[] | string | string[];
934
+ min: Date;
935
+ max: Date;
936
+ currentDate: Date;
937
+ disabledDate: (date: Date) => boolean;
938
+ maxDays: number;
939
+ overMaxDays: () => void;
940
+ weekStartsOn: number;
941
+ formatter: (day: import("../calendar").CalendarDay) => void;
942
+ allowSameDay: boolean;
943
+ severalMonths: boolean;
944
+ valueFormat: string;
945
+ startDateText: string;
946
+ endDateText: string;
947
+ sameDateText: string;
948
+ disabled: boolean;
949
+ readonly: boolean;
950
+ placeholder: string;
951
+ clearable: boolean;
952
+ multiline: boolean;
953
+ arrow: string;
954
+ arrowFamily: string;
955
+ internalArrow: number;
956
+ inputProps: import("../input").InputProps;
957
+ }) => string)) | undefined;
958
+ endDateText?: (string | ((props: {
959
+ outletFormat: string;
960
+ valueOnClear: () => any;
961
+ visible: boolean;
962
+ title: string;
963
+ showConfirm: boolean;
964
+ validateEvent: boolean;
965
+ popoutClass: string;
966
+ popoutStyle: import("vue").StyleValue;
967
+ resettable: boolean;
968
+ rootStyle: import("vue").StyleValue;
969
+ rootClass: string;
970
+ type: import("../calendar").CalendarType;
971
+ modelValue: Date | Date[] | string | string[];
972
+ min: Date;
973
+ max: Date;
974
+ currentDate: Date;
975
+ disabledDate: (date: Date) => boolean;
976
+ maxDays: number;
977
+ overMaxDays: () => void;
978
+ weekStartsOn: number;
979
+ formatter: (day: import("../calendar").CalendarDay) => void;
980
+ allowSameDay: boolean;
981
+ severalMonths: boolean;
982
+ valueFormat: string;
983
+ startDateText: string;
984
+ endDateText: string;
985
+ sameDateText: string;
986
+ disabled: boolean;
987
+ readonly: boolean;
988
+ placeholder: string;
989
+ clearable: boolean;
990
+ multiline: boolean;
991
+ arrow: string;
992
+ arrowFamily: string;
993
+ internalArrow: number;
994
+ inputProps: import("../input").InputProps;
995
+ }) => string)) | undefined;
996
+ sameDateText?: (string | ((props: {
997
+ outletFormat: string;
998
+ valueOnClear: () => any;
999
+ visible: boolean;
1000
+ title: string;
1001
+ showConfirm: boolean;
1002
+ validateEvent: boolean;
1003
+ popoutClass: string;
1004
+ popoutStyle: import("vue").StyleValue;
1005
+ resettable: boolean;
1006
+ rootStyle: import("vue").StyleValue;
1007
+ rootClass: string;
1008
+ type: import("../calendar").CalendarType;
1009
+ modelValue: Date | Date[] | string | string[];
1010
+ min: Date;
1011
+ max: Date;
1012
+ currentDate: Date;
1013
+ disabledDate: (date: Date) => boolean;
1014
+ maxDays: number;
1015
+ overMaxDays: () => void;
1016
+ weekStartsOn: number;
1017
+ formatter: (day: import("../calendar").CalendarDay) => void;
1018
+ allowSameDay: boolean;
1019
+ severalMonths: boolean;
1020
+ valueFormat: string;
1021
+ startDateText: string;
1022
+ endDateText: string;
1023
+ sameDateText: string;
1024
+ disabled: boolean;
1025
+ readonly: boolean;
1026
+ placeholder: string;
1027
+ clearable: boolean;
1028
+ multiline: boolean;
1029
+ arrow: string;
1030
+ arrowFamily: string;
1031
+ internalArrow: number;
1032
+ inputProps: import("../input").InputProps;
1033
+ }) => string)) | undefined;
1034
+ disabled?: (boolean | ((props: {
1035
+ outletFormat: string;
1036
+ valueOnClear: () => any;
1037
+ visible: boolean;
1038
+ title: string;
1039
+ showConfirm: boolean;
1040
+ validateEvent: boolean;
1041
+ popoutClass: string;
1042
+ popoutStyle: import("vue").StyleValue;
1043
+ resettable: boolean;
1044
+ rootStyle: import("vue").StyleValue;
1045
+ rootClass: string;
1046
+ type: import("../calendar").CalendarType;
1047
+ modelValue: Date | Date[] | string | string[];
1048
+ min: Date;
1049
+ max: Date;
1050
+ currentDate: Date;
1051
+ disabledDate: (date: Date) => boolean;
1052
+ maxDays: number;
1053
+ overMaxDays: () => void;
1054
+ weekStartsOn: number;
1055
+ formatter: (day: import("../calendar").CalendarDay) => void;
1056
+ allowSameDay: boolean;
1057
+ severalMonths: boolean;
1058
+ valueFormat: string;
1059
+ startDateText: string;
1060
+ endDateText: string;
1061
+ sameDateText: string;
1062
+ disabled: boolean;
1063
+ readonly: boolean;
1064
+ placeholder: string;
1065
+ clearable: boolean;
1066
+ multiline: boolean;
1067
+ arrow: string;
1068
+ arrowFamily: string;
1069
+ internalArrow: number;
1070
+ inputProps: import("../input").InputProps;
1071
+ }) => boolean)) | undefined;
1072
+ readonly?: (boolean | ((props: {
1073
+ outletFormat: string;
1074
+ valueOnClear: () => any;
1075
+ visible: boolean;
1076
+ title: string;
1077
+ showConfirm: boolean;
1078
+ validateEvent: boolean;
1079
+ popoutClass: string;
1080
+ popoutStyle: import("vue").StyleValue;
1081
+ resettable: boolean;
1082
+ rootStyle: import("vue").StyleValue;
1083
+ rootClass: string;
1084
+ type: import("../calendar").CalendarType;
1085
+ modelValue: Date | Date[] | string | string[];
1086
+ min: Date;
1087
+ max: Date;
1088
+ currentDate: Date;
1089
+ disabledDate: (date: Date) => boolean;
1090
+ maxDays: number;
1091
+ overMaxDays: () => void;
1092
+ weekStartsOn: number;
1093
+ formatter: (day: import("../calendar").CalendarDay) => void;
1094
+ allowSameDay: boolean;
1095
+ severalMonths: boolean;
1096
+ valueFormat: string;
1097
+ startDateText: string;
1098
+ endDateText: string;
1099
+ sameDateText: string;
1100
+ disabled: boolean;
1101
+ readonly: boolean;
1102
+ placeholder: string;
1103
+ clearable: boolean;
1104
+ multiline: boolean;
1105
+ arrow: string;
1106
+ arrowFamily: string;
1107
+ internalArrow: number;
1108
+ inputProps: import("../input").InputProps;
1109
+ }) => boolean)) | undefined;
1110
+ placeholder?: (string | ((props: {
1111
+ outletFormat: string;
1112
+ valueOnClear: () => any;
1113
+ visible: boolean;
1114
+ title: string;
1115
+ showConfirm: boolean;
1116
+ validateEvent: boolean;
1117
+ popoutClass: string;
1118
+ popoutStyle: import("vue").StyleValue;
1119
+ resettable: boolean;
1120
+ rootStyle: import("vue").StyleValue;
1121
+ rootClass: string;
1122
+ type: import("../calendar").CalendarType;
1123
+ modelValue: Date | Date[] | string | string[];
1124
+ min: Date;
1125
+ max: Date;
1126
+ currentDate: Date;
1127
+ disabledDate: (date: Date) => boolean;
1128
+ maxDays: number;
1129
+ overMaxDays: () => void;
1130
+ weekStartsOn: number;
1131
+ formatter: (day: import("../calendar").CalendarDay) => void;
1132
+ allowSameDay: boolean;
1133
+ severalMonths: boolean;
1134
+ valueFormat: string;
1135
+ startDateText: string;
1136
+ endDateText: string;
1137
+ sameDateText: string;
1138
+ disabled: boolean;
1139
+ readonly: boolean;
1140
+ placeholder: string;
1141
+ clearable: boolean;
1142
+ multiline: boolean;
1143
+ arrow: string;
1144
+ arrowFamily: string;
1145
+ internalArrow: number;
1146
+ inputProps: import("../input").InputProps;
1147
+ }) => string)) | undefined;
1148
+ clearable?: (boolean | ((props: {
1149
+ outletFormat: string;
1150
+ valueOnClear: () => any;
1151
+ visible: boolean;
1152
+ title: string;
1153
+ showConfirm: boolean;
1154
+ validateEvent: boolean;
1155
+ popoutClass: string;
1156
+ popoutStyle: import("vue").StyleValue;
1157
+ resettable: boolean;
1158
+ rootStyle: import("vue").StyleValue;
1159
+ rootClass: string;
1160
+ type: import("../calendar").CalendarType;
1161
+ modelValue: Date | Date[] | string | string[];
1162
+ min: Date;
1163
+ max: Date;
1164
+ currentDate: Date;
1165
+ disabledDate: (date: Date) => boolean;
1166
+ maxDays: number;
1167
+ overMaxDays: () => void;
1168
+ weekStartsOn: number;
1169
+ formatter: (day: import("../calendar").CalendarDay) => void;
1170
+ allowSameDay: boolean;
1171
+ severalMonths: boolean;
1172
+ valueFormat: string;
1173
+ startDateText: string;
1174
+ endDateText: string;
1175
+ sameDateText: string;
1176
+ disabled: boolean;
1177
+ readonly: boolean;
1178
+ placeholder: string;
1179
+ clearable: boolean;
1180
+ multiline: boolean;
1181
+ arrow: string;
1182
+ arrowFamily: string;
1183
+ internalArrow: number;
1184
+ inputProps: import("../input").InputProps;
1185
+ }) => boolean)) | undefined;
1186
+ multiline?: (boolean | ((props: {
1187
+ outletFormat: string;
1188
+ valueOnClear: () => any;
1189
+ visible: boolean;
1190
+ title: string;
1191
+ showConfirm: boolean;
1192
+ validateEvent: boolean;
1193
+ popoutClass: string;
1194
+ popoutStyle: import("vue").StyleValue;
1195
+ resettable: boolean;
1196
+ rootStyle: import("vue").StyleValue;
1197
+ rootClass: string;
1198
+ type: import("../calendar").CalendarType;
1199
+ modelValue: Date | Date[] | string | string[];
1200
+ min: Date;
1201
+ max: Date;
1202
+ currentDate: Date;
1203
+ disabledDate: (date: Date) => boolean;
1204
+ maxDays: number;
1205
+ overMaxDays: () => void;
1206
+ weekStartsOn: number;
1207
+ formatter: (day: import("../calendar").CalendarDay) => void;
1208
+ allowSameDay: boolean;
1209
+ severalMonths: boolean;
1210
+ valueFormat: string;
1211
+ startDateText: string;
1212
+ endDateText: string;
1213
+ sameDateText: string;
1214
+ disabled: boolean;
1215
+ readonly: boolean;
1216
+ placeholder: string;
1217
+ clearable: boolean;
1218
+ multiline: boolean;
1219
+ arrow: string;
1220
+ arrowFamily: string;
1221
+ internalArrow: number;
1222
+ inputProps: import("../input").InputProps;
1223
+ }) => boolean)) | undefined;
1224
+ arrow?: (string | ((props: {
1225
+ outletFormat: string;
1226
+ valueOnClear: () => any;
1227
+ visible: boolean;
1228
+ title: string;
1229
+ showConfirm: boolean;
1230
+ validateEvent: boolean;
1231
+ popoutClass: string;
1232
+ popoutStyle: import("vue").StyleValue;
1233
+ resettable: boolean;
1234
+ rootStyle: import("vue").StyleValue;
1235
+ rootClass: string;
1236
+ type: import("../calendar").CalendarType;
1237
+ modelValue: Date | Date[] | string | string[];
1238
+ min: Date;
1239
+ max: Date;
1240
+ currentDate: Date;
1241
+ disabledDate: (date: Date) => boolean;
1242
+ maxDays: number;
1243
+ overMaxDays: () => void;
1244
+ weekStartsOn: number;
1245
+ formatter: (day: import("../calendar").CalendarDay) => void;
1246
+ allowSameDay: boolean;
1247
+ severalMonths: boolean;
1248
+ valueFormat: string;
1249
+ startDateText: string;
1250
+ endDateText: string;
1251
+ sameDateText: string;
1252
+ disabled: boolean;
1253
+ readonly: boolean;
1254
+ placeholder: string;
1255
+ clearable: boolean;
1256
+ multiline: boolean;
1257
+ arrow: string;
1258
+ arrowFamily: string;
1259
+ internalArrow: number;
1260
+ inputProps: import("../input").InputProps;
1261
+ }) => string)) | undefined;
1262
+ arrowFamily?: (string | ((props: {
1263
+ outletFormat: string;
1264
+ valueOnClear: () => any;
1265
+ visible: boolean;
1266
+ title: string;
1267
+ showConfirm: boolean;
1268
+ validateEvent: boolean;
1269
+ popoutClass: string;
1270
+ popoutStyle: import("vue").StyleValue;
1271
+ resettable: boolean;
1272
+ rootStyle: import("vue").StyleValue;
1273
+ rootClass: string;
1274
+ type: import("../calendar").CalendarType;
1275
+ modelValue: Date | Date[] | string | string[];
1276
+ min: Date;
1277
+ max: Date;
1278
+ currentDate: Date;
1279
+ disabledDate: (date: Date) => boolean;
1280
+ maxDays: number;
1281
+ overMaxDays: () => void;
1282
+ weekStartsOn: number;
1283
+ formatter: (day: import("../calendar").CalendarDay) => void;
1284
+ allowSameDay: boolean;
1285
+ severalMonths: boolean;
1286
+ valueFormat: string;
1287
+ startDateText: string;
1288
+ endDateText: string;
1289
+ sameDateText: string;
1290
+ disabled: boolean;
1291
+ readonly: boolean;
1292
+ placeholder: string;
1293
+ clearable: boolean;
1294
+ multiline: boolean;
1295
+ arrow: string;
1296
+ arrowFamily: string;
1297
+ internalArrow: number;
1298
+ inputProps: import("../input").InputProps;
1299
+ }) => string)) | undefined;
1300
+ internalArrow?: (number | ((props: {
1301
+ outletFormat: string;
1302
+ valueOnClear: () => any;
1303
+ visible: boolean;
1304
+ title: string;
1305
+ showConfirm: boolean;
1306
+ validateEvent: boolean;
1307
+ popoutClass: string;
1308
+ popoutStyle: import("vue").StyleValue;
1309
+ resettable: boolean;
1310
+ rootStyle: import("vue").StyleValue;
1311
+ rootClass: string;
1312
+ type: import("../calendar").CalendarType;
1313
+ modelValue: Date | Date[] | string | string[];
1314
+ min: Date;
1315
+ max: Date;
1316
+ currentDate: Date;
1317
+ disabledDate: (date: Date) => boolean;
1318
+ maxDays: number;
1319
+ overMaxDays: () => void;
1320
+ weekStartsOn: number;
1321
+ formatter: (day: import("../calendar").CalendarDay) => void;
1322
+ allowSameDay: boolean;
1323
+ severalMonths: boolean;
1324
+ valueFormat: string;
1325
+ startDateText: string;
1326
+ endDateText: string;
1327
+ sameDateText: string;
1328
+ disabled: boolean;
1329
+ readonly: boolean;
1330
+ placeholder: string;
1331
+ clearable: boolean;
1332
+ multiline: boolean;
1333
+ arrow: string;
1334
+ arrowFamily: string;
1335
+ internalArrow: number;
1336
+ inputProps: import("../input").InputProps;
1337
+ }) => number)) | undefined;
1338
+ inputProps?: ((props: {
1339
+ outletFormat: string;
1340
+ valueOnClear: () => any;
1341
+ visible: boolean;
1342
+ title: string;
1343
+ showConfirm: boolean;
1344
+ validateEvent: boolean;
1345
+ popoutClass: string;
1346
+ popoutStyle: import("vue").StyleValue;
1347
+ resettable: boolean;
1348
+ rootStyle: import("vue").StyleValue;
1349
+ rootClass: string;
1350
+ type: import("../calendar").CalendarType;
1351
+ modelValue: Date | Date[] | string | string[];
1352
+ min: Date;
1353
+ max: Date;
1354
+ currentDate: Date;
1355
+ disabledDate: (date: Date) => boolean;
1356
+ maxDays: number;
1357
+ overMaxDays: () => void;
1358
+ weekStartsOn: number;
1359
+ formatter: (day: import("../calendar").CalendarDay) => void;
1360
+ allowSameDay: boolean;
1361
+ severalMonths: boolean;
1362
+ valueFormat: string;
1363
+ startDateText: string;
1364
+ endDateText: string;
1365
+ sameDateText: string;
1366
+ disabled: boolean;
1367
+ readonly: boolean;
1368
+ placeholder: string;
1369
+ clearable: boolean;
1370
+ multiline: boolean;
1371
+ arrow: string;
1372
+ arrowFamily: string;
1373
+ internalArrow: number;
1374
+ inputProps: import("../input").InputProps;
1375
+ }) => import("../input").InputProps) | undefined;
15
1376
  };
16
1377
  export interface CalendarInputSlots extends PopoutInputSlots {
17
1378
  }