@yh-ui/components 0.1.56 → 1.0.4

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 (252) hide show
  1. package/dist/affix/index.d.ts +11 -6
  2. package/dist/affix/src/affix.d.ts +10 -0
  3. package/dist/affix/src/affix.vue.d.ts +2 -2
  4. package/dist/ai-action-group/index.d.ts +5 -0
  5. package/dist/ai-action-group/src/ai-action-group.d.ts +3 -0
  6. package/dist/ai-agent-card/index.d.ts +7 -0
  7. package/dist/ai-agent-card/src/ai-agent-card.d.ts +10 -0
  8. package/dist/ai-artifacts/index.d.ts +8 -0
  9. package/dist/ai-artifacts/src/ai-artifacts.d.ts +11 -1
  10. package/dist/ai-attachments/index.d.ts +5 -0
  11. package/dist/ai-attachments/src/ai-attachments.d.ts +12 -1
  12. package/dist/ai-bubble/index.d.ts +12 -0
  13. package/dist/ai-bubble/src/ai-bubble.d.ts +8 -1
  14. package/dist/ai-bubble/src/ai-bubble.vue +24 -20
  15. package/dist/ai-bubble-list/index.d.ts +3 -0
  16. package/dist/ai-bubble-list/src/ai-bubble-list.d.ts +14 -1
  17. package/dist/ai-chat/index.d.ts +5 -0
  18. package/dist/ai-chat/src/ai-chat.d.ts +9 -0
  19. package/dist/ai-code-block/index.d.ts +4 -0
  20. package/dist/ai-code-block/src/ai-code-block.d.ts +4 -0
  21. package/dist/ai-code-editor/index.d.ts +5 -0
  22. package/dist/ai-code-editor/src/ai-code-editor.d.ts +2 -0
  23. package/dist/ai-code-runner/index.d.ts +5 -0
  24. package/dist/ai-code-runner/src/ai-code-runner.d.ts +2 -0
  25. package/dist/ai-conversations/index.d.ts +5 -0
  26. package/dist/ai-conversations/src/ai-conversations.d.ts +16 -1
  27. package/dist/ai-editor-sender/index.d.ts +9 -0
  28. package/dist/ai-editor-sender/src/ai-editor-sender.d.ts +15 -0
  29. package/dist/ai-file-card/index.d.ts +8 -0
  30. package/dist/ai-file-card/src/ai-file-card.d.ts +5 -1
  31. package/dist/ai-mention/index.d.ts +9 -0
  32. package/dist/ai-mention/src/ai-mention.d.ts +3 -0
  33. package/dist/ai-mermaid/index.d.ts +5 -0
  34. package/dist/ai-mermaid/src/ai-mermaid.d.ts +6 -1
  35. package/dist/ai-mermaid/src/ai-mermaid.vue +6 -1
  36. package/dist/ai-prompts/index.d.ts +5 -0
  37. package/dist/ai-prompts/src/ai-prompts.d.ts +10 -0
  38. package/dist/ai-provider/index.d.ts +10 -0
  39. package/dist/ai-provider/src/ai-provider.d.ts +28 -0
  40. package/dist/ai-sender/index.d.ts +6 -0
  41. package/dist/ai-sender/src/ai-sender.d.ts +11 -1
  42. package/dist/ai-sources/index.d.ts +6 -0
  43. package/dist/ai-sources/src/ai-sources.d.ts +5 -1
  44. package/dist/ai-thinking/index.d.ts +5 -0
  45. package/dist/ai-thinking/src/ai-thinking.d.ts +3 -0
  46. package/dist/ai-thought-chain/index.d.ts +6 -0
  47. package/dist/ai-thought-chain/src/ai-thought-chain.d.ts +3 -0
  48. package/dist/ai-voice-trigger/index.d.ts +5 -0
  49. package/dist/ai-voice-trigger/src/ai-voice-trigger.d.ts +4 -0
  50. package/dist/ai-welcome/index.d.ts +5 -0
  51. package/dist/ai-welcome/src/ai-welcome.d.ts +6 -0
  52. package/dist/alert/index.d.ts +6 -0
  53. package/dist/alert/src/alert.d.ts +7 -0
  54. package/dist/alert/src/alert.vue +1 -1
  55. package/dist/autocomplete/index.d.ts +8 -0
  56. package/dist/avatar/index.cjs +15 -0
  57. package/dist/avatar/index.d.ts +19 -9
  58. package/dist/avatar/index.mjs +1 -0
  59. package/dist/back-top/index.d.ts +4 -0
  60. package/dist/back-top/src/back-top.d.ts +3 -0
  61. package/dist/badge/index.d.ts +4 -0
  62. package/dist/breadcrumb/index.d.ts +6 -0
  63. package/dist/breadcrumb/src/breadcrumb.d.ts +6 -0
  64. package/dist/button/index.d.ts +9 -0
  65. package/dist/calendar/index.d.ts +16 -1230
  66. package/dist/calendar/src/calendar.d.ts +16 -0
  67. package/dist/calendar/src/calendar.vue.d.ts +2 -415
  68. package/dist/card/index.d.ts +4 -0
  69. package/dist/carousel/index.d.ts +9 -0
  70. package/dist/carousel/src/carousel-item.d.ts +3 -0
  71. package/dist/carousel/src/carousel.d.ts +25 -0
  72. package/dist/cascader/index.d.ts +9 -7
  73. package/dist/cascader/src/cascader.d.ts +2 -2
  74. package/dist/cascader/src/cascader.vue +82 -30
  75. package/dist/cascader/src/cascader.vue.d.ts +1 -1
  76. package/dist/category-nav/index.d.ts +4 -0
  77. package/dist/category-nav/src/category-nav.d.ts +15 -0
  78. package/dist/checkbox/index.d.ts +10 -0
  79. package/dist/col/index.d.ts +34 -180
  80. package/dist/col/src/col.d.ts +14 -30
  81. package/dist/col/src/col.vue.d.ts +15 -90
  82. package/dist/color-picker/index.d.ts +11 -1
  83. package/dist/color-picker/src/color-picker.d.ts +8 -0
  84. package/dist/color-picker/src/color-picker.vue +6 -0
  85. package/dist/color-picker/src/color-picker.vue.d.ts +6 -1
  86. package/dist/config-provider/index.d.ts +3 -0
  87. package/dist/config-provider/src/config-provider.cjs +9 -0
  88. package/dist/config-provider/src/config-provider.d.ts +3 -0
  89. package/dist/config-provider/src/config-provider.mjs +9 -0
  90. package/dist/container/index.d.ts +15 -0
  91. package/dist/container/src/container.d.ts +12 -0
  92. package/dist/countdown/index.d.ts +9 -0
  93. package/dist/coupon-card/index.d.ts +3 -0
  94. package/dist/coupon-card/src/coupon-card.d.ts +10 -0
  95. package/dist/date-picker/index.d.ts +8 -0
  96. package/dist/date-picker/src/date-picker.d.ts +9 -0
  97. package/dist/descriptions/index.d.ts +6 -0
  98. package/dist/descriptions/src/descriptions.d.ts +9 -0
  99. package/dist/dialog/index.d.ts +12 -6
  100. package/dist/dialog/src/dialog.d.ts +13 -0
  101. package/dist/dialog/src/dialog.vue.d.ts +2 -2
  102. package/dist/divider/index.d.ts +2 -0
  103. package/dist/drawer/index.d.ts +8 -3
  104. package/dist/drawer/src/drawer.d.ts +11 -0
  105. package/dist/drawer/src/drawer.vue.d.ts +1 -1
  106. package/dist/dropdown/index.d.ts +11 -0
  107. package/dist/dropdown/src/dropdown.d.ts +10 -0
  108. package/dist/empty/index.cjs +15 -0
  109. package/dist/empty/index.d.ts +6 -0
  110. package/dist/empty/index.mjs +1 -0
  111. package/dist/filter-bar/index.d.ts +9 -0
  112. package/dist/filter-bar/src/filter-bar.d.ts +12 -0
  113. package/dist/form/index.d.ts +11 -0
  114. package/dist/gantt-chart/index.d.ts +8 -6
  115. package/dist/gantt-chart/src/gantt-chart.d.ts +1 -4
  116. package/dist/gantt-chart/src/gantt-chart.vue +43 -33
  117. package/dist/grid/index.d.ts +6 -0
  118. package/dist/grid/src/grid.d.ts +3 -0
  119. package/dist/icon/index.d.ts +5 -0
  120. package/dist/image/index.d.ts +18 -1
  121. package/dist/image/src/image-viewer.d.ts +11 -0
  122. package/dist/image/src/image-viewer.vue +56 -9
  123. package/dist/image/src/image-viewer.vue.d.ts +9 -1
  124. package/dist/image/src/image.d.ts +4 -0
  125. package/dist/image/src/image.vue +1 -1
  126. package/dist/image-magnifier/index.d.ts +6 -0
  127. package/dist/image-magnifier/src/image-magnifier.d.ts +15 -0
  128. package/dist/image-magnifier/src/image-magnifier.vue +9 -5
  129. package/dist/infinite-scroll/index.d.ts +5 -0
  130. package/dist/infinite-scroll/src/infinite-scroll.d.ts +10 -0
  131. package/dist/infinite-scroll/src/infinite-scroll.vue +37 -25
  132. package/dist/infinite-scroll/src/infinite-scroll.vue.d.ts +0 -2
  133. package/dist/input/index.d.ts +10 -0
  134. package/dist/input-number/index.d.ts +7 -0
  135. package/dist/input-tag/index.d.ts +7 -0
  136. package/dist/loading/index.d.ts +2 -0
  137. package/dist/loading/src/service.cjs +5 -1
  138. package/dist/loading/src/service.mjs +3 -1
  139. package/dist/lucky-draw/index.d.ts +4 -0
  140. package/dist/lucky-draw/src/lucky-draw.d.ts +6 -0
  141. package/dist/markdown-it.d.ts +2 -1
  142. package/dist/marquee/index.d.ts +12 -6
  143. package/dist/marquee/src/marquee.d.ts +8 -0
  144. package/dist/marquee/src/marquee.vue +16 -6
  145. package/dist/marquee/src/marquee.vue.d.ts +2 -5
  146. package/dist/mention/index.d.ts +9 -0
  147. package/dist/menu/index.d.ts +14 -0
  148. package/dist/menu/src/menu.d.ts +9 -0
  149. package/dist/message/index.d.ts +11 -0
  150. package/dist/message/src/message.d.ts +40 -32
  151. package/dist/message/src/message.vue.d.ts +1 -1
  152. package/dist/message-box/index.d.ts +7 -0
  153. package/dist/notification/index.d.ts +11 -0
  154. package/dist/notification/src/notification.d.ts +37 -33
  155. package/dist/notification/src/notification.vue.d.ts +1 -1
  156. package/dist/pagination/index.d.ts +6 -0
  157. package/dist/pagination/src/pagination.d.ts +3 -0
  158. package/dist/popconfirm/index.d.ts +5 -0
  159. package/dist/popconfirm/src/popconfirm.d.ts +11 -1
  160. package/dist/popover/index.d.ts +6 -0
  161. package/dist/popover/src/popover.d.ts +12 -1
  162. package/dist/price/index.d.ts +1 -0
  163. package/dist/price/src/price.d.ts +7 -0
  164. package/dist/product-card/index.d.ts +7 -3
  165. package/dist/product-card/src/product-card.cjs +1 -36
  166. package/dist/product-card/src/product-card.d.ts +5 -35
  167. package/dist/product-card/src/product-card.mjs +1 -36
  168. package/dist/product-card/src/product-card.vue +8 -14
  169. package/dist/product-card/src/product-card.vue.d.ts +1 -1
  170. package/dist/progress/index.d.ts +5 -0
  171. package/dist/progress/src/progress.d.ts +5 -0
  172. package/dist/radio/index.d.ts +14 -0
  173. package/dist/rate/index.d.ts +11 -6
  174. package/dist/rate/src/rate.d.ts +10 -1
  175. package/dist/rate/src/rate.vue.d.ts +3 -3
  176. package/dist/result/index.d.ts +4 -0
  177. package/dist/row/index.d.ts +18 -12
  178. package/dist/row/src/row.d.ts +13 -8
  179. package/dist/row/src/row.vue.d.ts +6 -6
  180. package/dist/scrollbar/index.d.ts +10 -20
  181. package/dist/scrollbar/src/scrollbar.d.ts +16 -4
  182. package/dist/scrollbar/src/scrollbar.vue.d.ts +2 -8
  183. package/dist/select/index.d.ts +15 -3
  184. package/dist/select/src/select.d.ts +4 -1
  185. package/dist/select/src/select.vue +1 -1
  186. package/dist/select/src/select.vue.d.ts +1 -1
  187. package/dist/skeleton/index.d.ts +6 -0
  188. package/dist/skeleton/src/skeleton.d.ts +4 -0
  189. package/dist/sku-selector/index.d.ts +5 -0
  190. package/dist/sku-selector/src/sku-selector.cjs +1 -14
  191. package/dist/sku-selector/src/sku-selector.d.ts +15 -17
  192. package/dist/sku-selector/src/sku-selector.mjs +1 -14
  193. package/dist/sku-selector/src/sku-selector.vue +6 -11
  194. package/dist/slider/index.d.ts +20 -3
  195. package/dist/slider/src/slider.d.ts +15 -0
  196. package/dist/slider/src/slider.vue +5 -0
  197. package/dist/slider/src/slider.vue.d.ts +5 -1
  198. package/dist/smart-address/index.d.ts +11 -6
  199. package/dist/smart-address/src/smart-address.cjs +0 -19
  200. package/dist/smart-address/src/smart-address.d.ts +13 -20
  201. package/dist/smart-address/src/smart-address.mjs +0 -19
  202. package/dist/smart-address/src/smart-address.vue.d.ts +3 -3
  203. package/dist/space/index.cjs +15 -0
  204. package/dist/space/index.d.ts +22 -12
  205. package/dist/space/index.mjs +1 -0
  206. package/dist/spin/index.d.ts +16 -10
  207. package/dist/spin/src/spin.cjs +5 -1
  208. package/dist/spin/src/spin.d.ts +13 -1
  209. package/dist/spin/src/spin.mjs +4 -0
  210. package/dist/spin/src/spin.vue +2 -2
  211. package/dist/spin/src/spin.vue.d.ts +4 -5
  212. package/dist/steps/index.d.ts +13 -0
  213. package/dist/steps/src/step.d.ts +6 -0
  214. package/dist/steps/src/steps.d.ts +3 -0
  215. package/dist/submit-bar/index.d.ts +3 -0
  216. package/dist/submit-bar/src/submit-bar.d.ts +7 -0
  217. package/dist/switch/index.d.ts +5 -0
  218. package/dist/switch/src/switch.d.ts +11 -1
  219. package/dist/table/index.d.ts +14 -4
  220. package/dist/tabs/index.d.ts +11 -0
  221. package/dist/tabs/src/tab-pane.d.ts +3 -0
  222. package/dist/tabs/src/tabs.d.ts +12 -0
  223. package/dist/tag/index.d.ts +7 -0
  224. package/dist/time-picker/index.d.ts +13 -3
  225. package/dist/time-picker/src/time-picker.d.ts +2 -2
  226. package/dist/time-picker/src/time-picker.vue +1 -1
  227. package/dist/time-picker/src/time-picker.vue.d.ts +1 -1
  228. package/dist/time-select/index.d.ts +10 -3
  229. package/dist/time-select/src/time-select.d.ts +2 -2
  230. package/dist/time-select/src/time-select.vue +79 -35
  231. package/dist/time-select/src/time-select.vue.d.ts +1 -1
  232. package/dist/tooltip/index.d.ts +7 -0
  233. package/dist/tooltip/src/tooltip.d.ts +11 -1
  234. package/dist/transfer/index.d.ts +6 -4
  235. package/dist/transfer/src/transfer-panel.vue +78 -27
  236. package/dist/transfer/src/transfer-panel.vue.d.ts +1 -1
  237. package/dist/transfer/src/transfer.d.ts +4 -4
  238. package/dist/transfer/src/transfer.vue +82 -26
  239. package/dist/transfer/src/transfer.vue.d.ts +2 -2
  240. package/dist/tree/index.d.ts +7 -0
  241. package/dist/tree-select/index.d.ts +8 -0
  242. package/dist/typography/index.d.ts +11 -0
  243. package/dist/upload/index.d.ts +10 -0
  244. package/dist/upload/src/upload.d.ts +19 -0
  245. package/dist/viewerjs.d.ts +2 -1
  246. package/dist/waterfall/index.d.ts +6 -0
  247. package/dist/waterfall/src/waterfall.d.ts +25 -7
  248. package/dist/watermark/index.d.ts +11 -54
  249. package/dist/watermark/src/watermark.d.ts +16 -9
  250. package/dist/watermark/src/watermark.vue +27 -5
  251. package/dist/watermark/src/watermark.vue.d.ts +3 -27
  252. package/package.json +6 -5
@@ -98,416 +98,8 @@ export declare const YhCalendar: import("@yh-ui/utils").SFCWithInstall<{
98
98
  "onUpdate:multipleValue"?: ((value: Date[]) => any) | undefined;
99
99
  "onRange-change"?: ((value: import("./index.js").CalendarRangeValue) => any) | undefined;
100
100
  }>, {
101
- displayDate: import("vue").Ref<{
102
- clone: () => import("dayjs").Dayjs;
103
- isValid: () => boolean;
104
- year: {
105
- (): number;
106
- (value: number): import("dayjs").Dayjs;
107
- };
108
- month: {
109
- (): number;
110
- (value: number): import("dayjs").Dayjs;
111
- };
112
- date: {
113
- (): number;
114
- (value: number): import("dayjs").Dayjs;
115
- };
116
- day: {
117
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
118
- (value: number): import("dayjs").Dayjs;
119
- };
120
- hour: {
121
- (): number;
122
- (value: number): import("dayjs").Dayjs;
123
- };
124
- minute: {
125
- (): number;
126
- (value: number): import("dayjs").Dayjs;
127
- };
128
- second: {
129
- (): number;
130
- (value: number): import("dayjs").Dayjs;
131
- };
132
- millisecond: {
133
- (): number;
134
- (value: number): import("dayjs").Dayjs;
135
- };
136
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
137
- get: (unit: import("dayjs").UnitType) => number;
138
- add: {
139
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
140
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
141
- };
142
- subtract: {
143
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
144
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
145
- };
146
- startOf: {
147
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
148
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
149
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
150
- };
151
- endOf: {
152
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
153
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
154
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
155
- };
156
- format: (template?: string) => string;
157
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
158
- valueOf: () => number;
159
- unix: () => number;
160
- daysInMonth: () => number;
161
- toDate: () => Date;
162
- toJSON: () => string;
163
- toISOString: () => string;
164
- toString: () => string;
165
- utcOffset: () => number;
166
- isBefore: {
167
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
168
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
169
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
170
- };
171
- isSame: {
172
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
173
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
174
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
175
- };
176
- isAfter: {
177
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
178
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
179
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
180
- };
181
- locale: {
182
- (): string;
183
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
184
- };
185
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
186
- week: {
187
- (): number;
188
- (value: number): import("dayjs").Dayjs;
189
- };
190
- isoWeekYear: () => number;
191
- isoWeek: {
192
- (): number;
193
- (value: number): import("dayjs").Dayjs;
194
- };
195
- isoWeekday: {
196
- (): number;
197
- (value: number): import("dayjs").Dayjs;
198
- };
199
- quarter: {
200
- (): number;
201
- (quarter: number): import("dayjs").Dayjs;
202
- };
203
- }, import("dayjs").Dayjs | {
204
- clone: () => import("dayjs").Dayjs;
205
- isValid: () => boolean;
206
- year: {
207
- (): number;
208
- (value: number): import("dayjs").Dayjs;
209
- };
210
- month: {
211
- (): number;
212
- (value: number): import("dayjs").Dayjs;
213
- };
214
- date: {
215
- (): number;
216
- (value: number): import("dayjs").Dayjs;
217
- };
218
- day: {
219
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
220
- (value: number): import("dayjs").Dayjs;
221
- };
222
- hour: {
223
- (): number;
224
- (value: number): import("dayjs").Dayjs;
225
- };
226
- minute: {
227
- (): number;
228
- (value: number): import("dayjs").Dayjs;
229
- };
230
- second: {
231
- (): number;
232
- (value: number): import("dayjs").Dayjs;
233
- };
234
- millisecond: {
235
- (): number;
236
- (value: number): import("dayjs").Dayjs;
237
- };
238
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
239
- get: (unit: import("dayjs").UnitType) => number;
240
- add: {
241
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
242
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
243
- };
244
- subtract: {
245
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
246
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
247
- };
248
- startOf: {
249
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
250
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
251
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
252
- };
253
- endOf: {
254
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
255
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
256
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
257
- };
258
- format: (template?: string) => string;
259
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
260
- valueOf: () => number;
261
- unix: () => number;
262
- daysInMonth: () => number;
263
- toDate: () => Date;
264
- toJSON: () => string;
265
- toISOString: () => string;
266
- toString: () => string;
267
- utcOffset: () => number;
268
- isBefore: {
269
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
270
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
271
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
272
- };
273
- isSame: {
274
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
275
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
276
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
277
- };
278
- isAfter: {
279
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
280
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
281
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
282
- };
283
- locale: {
284
- (): string;
285
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
286
- };
287
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
288
- week: {
289
- (): number;
290
- (value: number): import("dayjs").Dayjs;
291
- };
292
- isoWeekYear: () => number;
293
- isoWeek: {
294
- (): number;
295
- (value: number): import("dayjs").Dayjs;
296
- };
297
- isoWeekday: {
298
- (): number;
299
- (value: number): import("dayjs").Dayjs;
300
- };
301
- quarter: {
302
- (): number;
303
- (quarter: number): import("dayjs").Dayjs;
304
- };
305
- }>;
306
- selectedDate: import("vue").Ref<{
307
- clone: () => import("dayjs").Dayjs;
308
- isValid: () => boolean;
309
- year: {
310
- (): number;
311
- (value: number): import("dayjs").Dayjs;
312
- };
313
- month: {
314
- (): number;
315
- (value: number): import("dayjs").Dayjs;
316
- };
317
- date: {
318
- (): number;
319
- (value: number): import("dayjs").Dayjs;
320
- };
321
- day: {
322
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
323
- (value: number): import("dayjs").Dayjs;
324
- };
325
- hour: {
326
- (): number;
327
- (value: number): import("dayjs").Dayjs;
328
- };
329
- minute: {
330
- (): number;
331
- (value: number): import("dayjs").Dayjs;
332
- };
333
- second: {
334
- (): number;
335
- (value: number): import("dayjs").Dayjs;
336
- };
337
- millisecond: {
338
- (): number;
339
- (value: number): import("dayjs").Dayjs;
340
- };
341
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
342
- get: (unit: import("dayjs").UnitType) => number;
343
- add: {
344
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
345
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
346
- };
347
- subtract: {
348
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
349
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
350
- };
351
- startOf: {
352
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
353
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
354
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
355
- };
356
- endOf: {
357
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
358
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
359
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
360
- };
361
- format: (template?: string) => string;
362
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
363
- valueOf: () => number;
364
- unix: () => number;
365
- daysInMonth: () => number;
366
- toDate: () => Date;
367
- toJSON: () => string;
368
- toISOString: () => string;
369
- toString: () => string;
370
- utcOffset: () => number;
371
- isBefore: {
372
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
373
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
374
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
375
- };
376
- isSame: {
377
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
378
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
379
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
380
- };
381
- isAfter: {
382
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
383
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
384
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
385
- };
386
- locale: {
387
- (): string;
388
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
389
- };
390
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
391
- week: {
392
- (): number;
393
- (value: number): import("dayjs").Dayjs;
394
- };
395
- isoWeekYear: () => number;
396
- isoWeek: {
397
- (): number;
398
- (value: number): import("dayjs").Dayjs;
399
- };
400
- isoWeekday: {
401
- (): number;
402
- (value: number): import("dayjs").Dayjs;
403
- };
404
- quarter: {
405
- (): number;
406
- (quarter: number): import("dayjs").Dayjs;
407
- };
408
- } | undefined, import("dayjs").Dayjs | {
409
- clone: () => import("dayjs").Dayjs;
410
- isValid: () => boolean;
411
- year: {
412
- (): number;
413
- (value: number): import("dayjs").Dayjs;
414
- };
415
- month: {
416
- (): number;
417
- (value: number): import("dayjs").Dayjs;
418
- };
419
- date: {
420
- (): number;
421
- (value: number): import("dayjs").Dayjs;
422
- };
423
- day: {
424
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
425
- (value: number): import("dayjs").Dayjs;
426
- };
427
- hour: {
428
- (): number;
429
- (value: number): import("dayjs").Dayjs;
430
- };
431
- minute: {
432
- (): number;
433
- (value: number): import("dayjs").Dayjs;
434
- };
435
- second: {
436
- (): number;
437
- (value: number): import("dayjs").Dayjs;
438
- };
439
- millisecond: {
440
- (): number;
441
- (value: number): import("dayjs").Dayjs;
442
- };
443
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
444
- get: (unit: import("dayjs").UnitType) => number;
445
- add: {
446
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
447
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
448
- };
449
- subtract: {
450
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
451
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
452
- };
453
- startOf: {
454
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
455
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
456
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
457
- };
458
- endOf: {
459
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
460
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
461
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
462
- };
463
- format: (template?: string) => string;
464
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
465
- valueOf: () => number;
466
- unix: () => number;
467
- daysInMonth: () => number;
468
- toDate: () => Date;
469
- toJSON: () => string;
470
- toISOString: () => string;
471
- toString: () => string;
472
- utcOffset: () => number;
473
- isBefore: {
474
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
475
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
476
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
477
- };
478
- isSame: {
479
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
480
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
481
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
482
- };
483
- isAfter: {
484
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
485
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
486
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
487
- };
488
- locale: {
489
- (): string;
490
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
491
- };
492
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
493
- week: {
494
- (): number;
495
- (value: number): import("dayjs").Dayjs;
496
- };
497
- isoWeekYear: () => number;
498
- isoWeek: {
499
- (): number;
500
- (value: number): import("dayjs").Dayjs;
501
- };
502
- isoWeekday: {
503
- (): number;
504
- (value: number): import("dayjs").Dayjs;
505
- };
506
- quarter: {
507
- (): number;
508
- (quarter: number): import("dayjs").Dayjs;
509
- };
510
- } | undefined>;
101
+ displayDate: import("vue").Ref<import("dayjs").Dayjs>;
102
+ selectedDate: import("vue").Ref<import("dayjs").Dayjs | undefined>;
511
103
  moveMonth: (delta: number) => void;
512
104
  goToday: () => void;
513
105
  selectDate: (cell: import("./index.js").CalendarDateCell) => void;
@@ -646,416 +238,8 @@ export declare const YhCalendar: import("@yh-ui/utils").SFCWithInstall<{
646
238
  "onUpdate:multipleValue"?: ((value: Date[]) => any) | undefined;
647
239
  "onRange-change"?: ((value: import("./index.js").CalendarRangeValue) => any) | undefined;
648
240
  }>, {
649
- displayDate: import("vue").Ref<{
650
- clone: () => import("dayjs").Dayjs;
651
- isValid: () => boolean;
652
- year: {
653
- (): number;
654
- (value: number): import("dayjs").Dayjs;
655
- };
656
- month: {
657
- (): number;
658
- (value: number): import("dayjs").Dayjs;
659
- };
660
- date: {
661
- (): number;
662
- (value: number): import("dayjs").Dayjs;
663
- };
664
- day: {
665
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
666
- (value: number): import("dayjs").Dayjs;
667
- };
668
- hour: {
669
- (): number;
670
- (value: number): import("dayjs").Dayjs;
671
- };
672
- minute: {
673
- (): number;
674
- (value: number): import("dayjs").Dayjs;
675
- };
676
- second: {
677
- (): number;
678
- (value: number): import("dayjs").Dayjs;
679
- };
680
- millisecond: {
681
- (): number;
682
- (value: number): import("dayjs").Dayjs;
683
- };
684
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
685
- get: (unit: import("dayjs").UnitType) => number;
686
- add: {
687
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
688
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
689
- };
690
- subtract: {
691
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
692
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
693
- };
694
- startOf: {
695
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
696
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
697
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
698
- };
699
- endOf: {
700
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
701
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
702
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
703
- };
704
- format: (template?: string) => string;
705
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
706
- valueOf: () => number;
707
- unix: () => number;
708
- daysInMonth: () => number;
709
- toDate: () => Date;
710
- toJSON: () => string;
711
- toISOString: () => string;
712
- toString: () => string;
713
- utcOffset: () => number;
714
- isBefore: {
715
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
716
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
717
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
718
- };
719
- isSame: {
720
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
721
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
722
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
723
- };
724
- isAfter: {
725
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
726
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
727
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
728
- };
729
- locale: {
730
- (): string;
731
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
732
- };
733
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
734
- week: {
735
- (): number;
736
- (value: number): import("dayjs").Dayjs;
737
- };
738
- isoWeekYear: () => number;
739
- isoWeek: {
740
- (): number;
741
- (value: number): import("dayjs").Dayjs;
742
- };
743
- isoWeekday: {
744
- (): number;
745
- (value: number): import("dayjs").Dayjs;
746
- };
747
- quarter: {
748
- (): number;
749
- (quarter: number): import("dayjs").Dayjs;
750
- };
751
- }, import("dayjs").Dayjs | {
752
- clone: () => import("dayjs").Dayjs;
753
- isValid: () => boolean;
754
- year: {
755
- (): number;
756
- (value: number): import("dayjs").Dayjs;
757
- };
758
- month: {
759
- (): number;
760
- (value: number): import("dayjs").Dayjs;
761
- };
762
- date: {
763
- (): number;
764
- (value: number): import("dayjs").Dayjs;
765
- };
766
- day: {
767
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
768
- (value: number): import("dayjs").Dayjs;
769
- };
770
- hour: {
771
- (): number;
772
- (value: number): import("dayjs").Dayjs;
773
- };
774
- minute: {
775
- (): number;
776
- (value: number): import("dayjs").Dayjs;
777
- };
778
- second: {
779
- (): number;
780
- (value: number): import("dayjs").Dayjs;
781
- };
782
- millisecond: {
783
- (): number;
784
- (value: number): import("dayjs").Dayjs;
785
- };
786
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
787
- get: (unit: import("dayjs").UnitType) => number;
788
- add: {
789
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
790
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
791
- };
792
- subtract: {
793
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
794
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
795
- };
796
- startOf: {
797
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
798
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
799
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
800
- };
801
- endOf: {
802
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
803
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
804
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
805
- };
806
- format: (template?: string) => string;
807
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
808
- valueOf: () => number;
809
- unix: () => number;
810
- daysInMonth: () => number;
811
- toDate: () => Date;
812
- toJSON: () => string;
813
- toISOString: () => string;
814
- toString: () => string;
815
- utcOffset: () => number;
816
- isBefore: {
817
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
818
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
819
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
820
- };
821
- isSame: {
822
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
823
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
824
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
825
- };
826
- isAfter: {
827
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
828
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
829
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
830
- };
831
- locale: {
832
- (): string;
833
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
834
- };
835
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
836
- week: {
837
- (): number;
838
- (value: number): import("dayjs").Dayjs;
839
- };
840
- isoWeekYear: () => number;
841
- isoWeek: {
842
- (): number;
843
- (value: number): import("dayjs").Dayjs;
844
- };
845
- isoWeekday: {
846
- (): number;
847
- (value: number): import("dayjs").Dayjs;
848
- };
849
- quarter: {
850
- (): number;
851
- (quarter: number): import("dayjs").Dayjs;
852
- };
853
- }>;
854
- selectedDate: import("vue").Ref<{
855
- clone: () => import("dayjs").Dayjs;
856
- isValid: () => boolean;
857
- year: {
858
- (): number;
859
- (value: number): import("dayjs").Dayjs;
860
- };
861
- month: {
862
- (): number;
863
- (value: number): import("dayjs").Dayjs;
864
- };
865
- date: {
866
- (): number;
867
- (value: number): import("dayjs").Dayjs;
868
- };
869
- day: {
870
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
871
- (value: number): import("dayjs").Dayjs;
872
- };
873
- hour: {
874
- (): number;
875
- (value: number): import("dayjs").Dayjs;
876
- };
877
- minute: {
878
- (): number;
879
- (value: number): import("dayjs").Dayjs;
880
- };
881
- second: {
882
- (): number;
883
- (value: number): import("dayjs").Dayjs;
884
- };
885
- millisecond: {
886
- (): number;
887
- (value: number): import("dayjs").Dayjs;
888
- };
889
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
890
- get: (unit: import("dayjs").UnitType) => number;
891
- add: {
892
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
893
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
894
- };
895
- subtract: {
896
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
897
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
898
- };
899
- startOf: {
900
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
901
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
902
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
903
- };
904
- endOf: {
905
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
906
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
907
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
908
- };
909
- format: (template?: string) => string;
910
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
911
- valueOf: () => number;
912
- unix: () => number;
913
- daysInMonth: () => number;
914
- toDate: () => Date;
915
- toJSON: () => string;
916
- toISOString: () => string;
917
- toString: () => string;
918
- utcOffset: () => number;
919
- isBefore: {
920
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
921
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
922
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
923
- };
924
- isSame: {
925
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
926
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
927
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
928
- };
929
- isAfter: {
930
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
931
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
932
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
933
- };
934
- locale: {
935
- (): string;
936
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
937
- };
938
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
939
- week: {
940
- (): number;
941
- (value: number): import("dayjs").Dayjs;
942
- };
943
- isoWeekYear: () => number;
944
- isoWeek: {
945
- (): number;
946
- (value: number): import("dayjs").Dayjs;
947
- };
948
- isoWeekday: {
949
- (): number;
950
- (value: number): import("dayjs").Dayjs;
951
- };
952
- quarter: {
953
- (): number;
954
- (quarter: number): import("dayjs").Dayjs;
955
- };
956
- } | undefined, import("dayjs").Dayjs | {
957
- clone: () => import("dayjs").Dayjs;
958
- isValid: () => boolean;
959
- year: {
960
- (): number;
961
- (value: number): import("dayjs").Dayjs;
962
- };
963
- month: {
964
- (): number;
965
- (value: number): import("dayjs").Dayjs;
966
- };
967
- date: {
968
- (): number;
969
- (value: number): import("dayjs").Dayjs;
970
- };
971
- day: {
972
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
973
- (value: number): import("dayjs").Dayjs;
974
- };
975
- hour: {
976
- (): number;
977
- (value: number): import("dayjs").Dayjs;
978
- };
979
- minute: {
980
- (): number;
981
- (value: number): import("dayjs").Dayjs;
982
- };
983
- second: {
984
- (): number;
985
- (value: number): import("dayjs").Dayjs;
986
- };
987
- millisecond: {
988
- (): number;
989
- (value: number): import("dayjs").Dayjs;
990
- };
991
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
992
- get: (unit: import("dayjs").UnitType) => number;
993
- add: {
994
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
995
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
996
- };
997
- subtract: {
998
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
999
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1000
- };
1001
- startOf: {
1002
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1003
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1004
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1005
- };
1006
- endOf: {
1007
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1008
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1009
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1010
- };
1011
- format: (template?: string) => string;
1012
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
1013
- valueOf: () => number;
1014
- unix: () => number;
1015
- daysInMonth: () => number;
1016
- toDate: () => Date;
1017
- toJSON: () => string;
1018
- toISOString: () => string;
1019
- toString: () => string;
1020
- utcOffset: () => number;
1021
- isBefore: {
1022
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1023
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1024
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1025
- };
1026
- isSame: {
1027
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1028
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1029
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1030
- };
1031
- isAfter: {
1032
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1033
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1034
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1035
- };
1036
- locale: {
1037
- (): string;
1038
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
1039
- };
1040
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
1041
- week: {
1042
- (): number;
1043
- (value: number): import("dayjs").Dayjs;
1044
- };
1045
- isoWeekYear: () => number;
1046
- isoWeek: {
1047
- (): number;
1048
- (value: number): import("dayjs").Dayjs;
1049
- };
1050
- isoWeekday: {
1051
- (): number;
1052
- (value: number): import("dayjs").Dayjs;
1053
- };
1054
- quarter: {
1055
- (): number;
1056
- (quarter: number): import("dayjs").Dayjs;
1057
- };
1058
- } | undefined>;
241
+ displayDate: import("vue").Ref<import("dayjs").Dayjs>;
242
+ selectedDate: import("vue").Ref<import("dayjs").Dayjs | undefined>;
1059
243
  moveMonth: (delta: number) => void;
1060
244
  goToday: () => void;
1061
245
  selectDate: (cell: import("./index.js").CalendarDateCell) => void;
@@ -1182,416 +366,8 @@ export declare const YhCalendar: import("@yh-ui/utils").SFCWithInstall<{
1182
366
  "onUpdate:multipleValue"?: ((value: Date[]) => any) | undefined;
1183
367
  "onRange-change"?: ((value: import("./index.js").CalendarRangeValue) => any) | undefined;
1184
368
  }>, {
1185
- displayDate: import("vue").Ref<{
1186
- clone: () => import("dayjs").Dayjs;
1187
- isValid: () => boolean;
1188
- year: {
1189
- (): number;
1190
- (value: number): import("dayjs").Dayjs;
1191
- };
1192
- month: {
1193
- (): number;
1194
- (value: number): import("dayjs").Dayjs;
1195
- };
1196
- date: {
1197
- (): number;
1198
- (value: number): import("dayjs").Dayjs;
1199
- };
1200
- day: {
1201
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
1202
- (value: number): import("dayjs").Dayjs;
1203
- };
1204
- hour: {
1205
- (): number;
1206
- (value: number): import("dayjs").Dayjs;
1207
- };
1208
- minute: {
1209
- (): number;
1210
- (value: number): import("dayjs").Dayjs;
1211
- };
1212
- second: {
1213
- (): number;
1214
- (value: number): import("dayjs").Dayjs;
1215
- };
1216
- millisecond: {
1217
- (): number;
1218
- (value: number): import("dayjs").Dayjs;
1219
- };
1220
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
1221
- get: (unit: import("dayjs").UnitType) => number;
1222
- add: {
1223
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1224
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1225
- };
1226
- subtract: {
1227
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1228
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1229
- };
1230
- startOf: {
1231
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1232
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1233
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1234
- };
1235
- endOf: {
1236
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1237
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1238
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1239
- };
1240
- format: (template?: string) => string;
1241
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
1242
- valueOf: () => number;
1243
- unix: () => number;
1244
- daysInMonth: () => number;
1245
- toDate: () => Date;
1246
- toJSON: () => string;
1247
- toISOString: () => string;
1248
- toString: () => string;
1249
- utcOffset: () => number;
1250
- isBefore: {
1251
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1252
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1253
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1254
- };
1255
- isSame: {
1256
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1257
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1258
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1259
- };
1260
- isAfter: {
1261
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1262
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1263
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1264
- };
1265
- locale: {
1266
- (): string;
1267
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
1268
- };
1269
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
1270
- week: {
1271
- (): number;
1272
- (value: number): import("dayjs").Dayjs;
1273
- };
1274
- isoWeekYear: () => number;
1275
- isoWeek: {
1276
- (): number;
1277
- (value: number): import("dayjs").Dayjs;
1278
- };
1279
- isoWeekday: {
1280
- (): number;
1281
- (value: number): import("dayjs").Dayjs;
1282
- };
1283
- quarter: {
1284
- (): number;
1285
- (quarter: number): import("dayjs").Dayjs;
1286
- };
1287
- }, import("dayjs").Dayjs | {
1288
- clone: () => import("dayjs").Dayjs;
1289
- isValid: () => boolean;
1290
- year: {
1291
- (): number;
1292
- (value: number): import("dayjs").Dayjs;
1293
- };
1294
- month: {
1295
- (): number;
1296
- (value: number): import("dayjs").Dayjs;
1297
- };
1298
- date: {
1299
- (): number;
1300
- (value: number): import("dayjs").Dayjs;
1301
- };
1302
- day: {
1303
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
1304
- (value: number): import("dayjs").Dayjs;
1305
- };
1306
- hour: {
1307
- (): number;
1308
- (value: number): import("dayjs").Dayjs;
1309
- };
1310
- minute: {
1311
- (): number;
1312
- (value: number): import("dayjs").Dayjs;
1313
- };
1314
- second: {
1315
- (): number;
1316
- (value: number): import("dayjs").Dayjs;
1317
- };
1318
- millisecond: {
1319
- (): number;
1320
- (value: number): import("dayjs").Dayjs;
1321
- };
1322
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
1323
- get: (unit: import("dayjs").UnitType) => number;
1324
- add: {
1325
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1326
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1327
- };
1328
- subtract: {
1329
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1330
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1331
- };
1332
- startOf: {
1333
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1334
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1335
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1336
- };
1337
- endOf: {
1338
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1339
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1340
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1341
- };
1342
- format: (template?: string) => string;
1343
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
1344
- valueOf: () => number;
1345
- unix: () => number;
1346
- daysInMonth: () => number;
1347
- toDate: () => Date;
1348
- toJSON: () => string;
1349
- toISOString: () => string;
1350
- toString: () => string;
1351
- utcOffset: () => number;
1352
- isBefore: {
1353
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1354
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1355
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1356
- };
1357
- isSame: {
1358
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1359
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1360
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1361
- };
1362
- isAfter: {
1363
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1364
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1365
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1366
- };
1367
- locale: {
1368
- (): string;
1369
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
1370
- };
1371
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
1372
- week: {
1373
- (): number;
1374
- (value: number): import("dayjs").Dayjs;
1375
- };
1376
- isoWeekYear: () => number;
1377
- isoWeek: {
1378
- (): number;
1379
- (value: number): import("dayjs").Dayjs;
1380
- };
1381
- isoWeekday: {
1382
- (): number;
1383
- (value: number): import("dayjs").Dayjs;
1384
- };
1385
- quarter: {
1386
- (): number;
1387
- (quarter: number): import("dayjs").Dayjs;
1388
- };
1389
- }>;
1390
- selectedDate: import("vue").Ref<{
1391
- clone: () => import("dayjs").Dayjs;
1392
- isValid: () => boolean;
1393
- year: {
1394
- (): number;
1395
- (value: number): import("dayjs").Dayjs;
1396
- };
1397
- month: {
1398
- (): number;
1399
- (value: number): import("dayjs").Dayjs;
1400
- };
1401
- date: {
1402
- (): number;
1403
- (value: number): import("dayjs").Dayjs;
1404
- };
1405
- day: {
1406
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
1407
- (value: number): import("dayjs").Dayjs;
1408
- };
1409
- hour: {
1410
- (): number;
1411
- (value: number): import("dayjs").Dayjs;
1412
- };
1413
- minute: {
1414
- (): number;
1415
- (value: number): import("dayjs").Dayjs;
1416
- };
1417
- second: {
1418
- (): number;
1419
- (value: number): import("dayjs").Dayjs;
1420
- };
1421
- millisecond: {
1422
- (): number;
1423
- (value: number): import("dayjs").Dayjs;
1424
- };
1425
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
1426
- get: (unit: import("dayjs").UnitType) => number;
1427
- add: {
1428
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1429
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1430
- };
1431
- subtract: {
1432
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1433
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1434
- };
1435
- startOf: {
1436
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1437
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1438
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1439
- };
1440
- endOf: {
1441
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1442
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1443
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1444
- };
1445
- format: (template?: string) => string;
1446
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
1447
- valueOf: () => number;
1448
- unix: () => number;
1449
- daysInMonth: () => number;
1450
- toDate: () => Date;
1451
- toJSON: () => string;
1452
- toISOString: () => string;
1453
- toString: () => string;
1454
- utcOffset: () => number;
1455
- isBefore: {
1456
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1457
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1458
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1459
- };
1460
- isSame: {
1461
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1462
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1463
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1464
- };
1465
- isAfter: {
1466
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1467
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1468
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1469
- };
1470
- locale: {
1471
- (): string;
1472
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
1473
- };
1474
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
1475
- week: {
1476
- (): number;
1477
- (value: number): import("dayjs").Dayjs;
1478
- };
1479
- isoWeekYear: () => number;
1480
- isoWeek: {
1481
- (): number;
1482
- (value: number): import("dayjs").Dayjs;
1483
- };
1484
- isoWeekday: {
1485
- (): number;
1486
- (value: number): import("dayjs").Dayjs;
1487
- };
1488
- quarter: {
1489
- (): number;
1490
- (quarter: number): import("dayjs").Dayjs;
1491
- };
1492
- } | undefined, import("dayjs").Dayjs | {
1493
- clone: () => import("dayjs").Dayjs;
1494
- isValid: () => boolean;
1495
- year: {
1496
- (): number;
1497
- (value: number): import("dayjs").Dayjs;
1498
- };
1499
- month: {
1500
- (): number;
1501
- (value: number): import("dayjs").Dayjs;
1502
- };
1503
- date: {
1504
- (): number;
1505
- (value: number): import("dayjs").Dayjs;
1506
- };
1507
- day: {
1508
- (): 0 | 1 | 2 | 3 | 4 | 5 | 6;
1509
- (value: number): import("dayjs").Dayjs;
1510
- };
1511
- hour: {
1512
- (): number;
1513
- (value: number): import("dayjs").Dayjs;
1514
- };
1515
- minute: {
1516
- (): number;
1517
- (value: number): import("dayjs").Dayjs;
1518
- };
1519
- second: {
1520
- (): number;
1521
- (value: number): import("dayjs").Dayjs;
1522
- };
1523
- millisecond: {
1524
- (): number;
1525
- (value: number): import("dayjs").Dayjs;
1526
- };
1527
- set: (unit: import("dayjs").UnitType, value: number) => import("dayjs").Dayjs;
1528
- get: (unit: import("dayjs").UnitType) => number;
1529
- add: {
1530
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1531
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1532
- };
1533
- subtract: {
1534
- (value: number, unit?: import("dayjs").ManipulateType): import("dayjs").Dayjs;
1535
- (value: number, unit: import("dayjs").QUnitType): import("dayjs").Dayjs;
1536
- };
1537
- startOf: {
1538
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1539
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1540
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1541
- };
1542
- endOf: {
1543
- (unit: import("dayjs").OpUnitType): import("dayjs").Dayjs;
1544
- (unit: import("dayjs").OpUnitType | "isoWeek"): import("dayjs").Dayjs;
1545
- (unit: import("dayjs").QUnitType | import("dayjs").OpUnitType): import("dayjs").Dayjs;
1546
- };
1547
- format: (template?: string) => string;
1548
- diff: (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType | import("dayjs").OpUnitType, float?: boolean) => number;
1549
- valueOf: () => number;
1550
- unix: () => number;
1551
- daysInMonth: () => number;
1552
- toDate: () => Date;
1553
- toJSON: () => string;
1554
- toISOString: () => string;
1555
- toString: () => string;
1556
- utcOffset: () => number;
1557
- isBefore: {
1558
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1559
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1560
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1561
- };
1562
- isSame: {
1563
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1564
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1565
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1566
- };
1567
- isAfter: {
1568
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType): boolean;
1569
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").OpUnitType | "isoWeek"): boolean;
1570
- (date?: import("dayjs").ConfigType, unit?: import("dayjs").QUnitType): boolean;
1571
- };
1572
- locale: {
1573
- (): string;
1574
- (preset: string | ILocale, object?: Partial<ILocale>): import("dayjs").Dayjs;
1575
- };
1576
- isBetween: (a: import("dayjs").ConfigType, b: import("dayjs").ConfigType, c?: import("dayjs").OpUnitType | null, d?: "()" | "[]" | "[)" | "(]") => boolean;
1577
- week: {
1578
- (): number;
1579
- (value: number): import("dayjs").Dayjs;
1580
- };
1581
- isoWeekYear: () => number;
1582
- isoWeek: {
1583
- (): number;
1584
- (value: number): import("dayjs").Dayjs;
1585
- };
1586
- isoWeekday: {
1587
- (): number;
1588
- (value: number): import("dayjs").Dayjs;
1589
- };
1590
- quarter: {
1591
- (): number;
1592
- (quarter: number): import("dayjs").Dayjs;
1593
- };
1594
- } | undefined>;
369
+ displayDate: import("vue").Ref<import("dayjs").Dayjs>;
370
+ selectedDate: import("vue").Ref<import("dayjs").Dayjs | undefined>;
1595
371
  moveMonth: (delta: number) => void;
1596
372
  goToday: () => void;
1597
373
  selectDate: (cell: import("./index.js").CalendarDateCell) => void;
@@ -1655,3 +431,13 @@ export declare const YhCalendar: import("@yh-ui/utils").SFCWithInstall<{
1655
431
  export default YhCalendar;
1656
432
  export * from './src/calendar';
1657
433
  export type CalendarInstance = InstanceType<typeof Calendar>;
434
+ export type YhCalendarInstance = CalendarInstance;
435
+ export type YhCalendarProps = import('./src/calendar').CalendarProps;
436
+ export type YhCalendarEmits = import('./src/calendar').CalendarEmits;
437
+ export type YhCalendarSlots = import('./src/calendar').CalendarSlots;
438
+ export type YhCalendarExpose = import('./src/calendar').CalendarExpose;
439
+ export type YhCalendarDateCell = import('./src/calendar').CalendarDateCell;
440
+ export type YhCalendarHolidayInfo = import('./src/calendar').HolidayInfo;
441
+ export type YhCalendarHolidayMap = import('./src/calendar').HolidayMap;
442
+ export type YhCalendarRangeValue = import('./src/calendar').CalendarRangeValue;
443
+ export type YhCalendarMode = import('./src/calendar').CalendarMode;