@sprawlify/vue 0.0.75 → 0.0.76

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 (117) hide show
  1. package/dist/carousel-anatomy-CS3XZbw0.d.ts +6 -0
  2. package/dist/checkbox-anatomy-BzXdprCY.d.ts +6 -0
  3. package/dist/color-picker-anatomy-Jhiag8cb.d.ts +6 -0
  4. package/dist/combobox-anatomy-Bmc1BlRe.d.ts +6 -0
  5. package/dist/components/accordion/index.d.ts +15 -15
  6. package/dist/components/accordion/index.js +2 -1
  7. package/dist/components/anatomy.d.ts +14 -13
  8. package/dist/components/anatomy.js +2 -1
  9. package/dist/components/angle-slider/index.d.ts +14 -14
  10. package/dist/components/aspect-ratio/index.d.ts +97 -0
  11. package/dist/components/aspect-ratio/index.js +152 -0
  12. package/dist/components/avatar/index.d.ts +9 -9
  13. package/dist/components/bottom-sheet/index.d.ts +17 -17
  14. package/dist/components/carousel/index.d.ts +22 -22
  15. package/dist/components/checkbox/index.d.ts +19 -19
  16. package/dist/components/checkbox/index.js +3 -3
  17. package/dist/components/client-only/index.d.ts +2 -2
  18. package/dist/components/clipboard/index.d.ts +13 -13
  19. package/dist/components/collapsible/index.d.ts +10 -10
  20. package/dist/components/collapsible/index.js +1 -1
  21. package/dist/components/collection/index.d.ts +1 -1
  22. package/dist/components/color-picker/index.d.ts +51 -51
  23. package/dist/components/color-picker/index.js +1 -1
  24. package/dist/components/combobox/index.d.ts +34 -33
  25. package/dist/components/combobox/index.js +1 -1
  26. package/dist/components/date-picker/index.d.ts +45 -45
  27. package/dist/components/dialog/index.d.ts +29 -29
  28. package/dist/components/download-trigger/index.d.ts +2 -2
  29. package/dist/components/editable/index.d.ts +23 -23
  30. package/dist/components/editable/index.js +1 -1
  31. package/dist/components/field/index.d.ts +23 -23
  32. package/dist/components/field/index.js +1 -1
  33. package/dist/components/fieldset/index.d.ts +11 -11
  34. package/dist/components/fieldset/index.js +1 -1
  35. package/dist/components/file-upload/index.d.ts +22 -22
  36. package/dist/components/file-upload/index.js +1 -1
  37. package/dist/components/floating-panel/index.d.ts +24 -25
  38. package/dist/components/focus-trap/index.d.ts +4 -4
  39. package/dist/components/format/index.d.ts +4 -4
  40. package/dist/components/frame/index.d.ts +6 -6
  41. package/dist/components/highlight/index.d.ts +4 -4
  42. package/dist/components/hover-card/index.d.ts +21 -21
  43. package/dist/components/image-cropper/index.d.ts +13 -13
  44. package/dist/components/json-tree-view/index.d.ts +10 -10
  45. package/dist/components/json-tree-view/index.js +3 -2
  46. package/dist/components/listbox/index.d.ts +23 -23
  47. package/dist/components/marquee/index.d.ts +22 -22
  48. package/dist/components/menu/index.d.ts +57 -57
  49. package/dist/components/navigation-menu/index.d.ts +17 -17
  50. package/dist/components/number-input/index.d.ts +18 -18
  51. package/dist/components/number-input/index.js +1 -1
  52. package/dist/components/pagination/index.d.ts +15 -15
  53. package/dist/components/password-input/index.d.ts +23 -23
  54. package/dist/components/password-input/index.js +1 -1
  55. package/dist/components/pin-input/index.d.ts +13 -13
  56. package/dist/components/pin-input/index.js +1 -1
  57. package/dist/components/popover/index.d.ts +33 -33
  58. package/dist/components/presence/index.d.ts +1 -1
  59. package/dist/components/progress/index.d.ts +13 -13
  60. package/dist/components/qr-code/index.d.ts +9 -9
  61. package/dist/components/radio-group/index.d.ts +15 -15
  62. package/dist/components/radio-group/index.js +2 -2
  63. package/dist/components/rating-group/index.d.ts +13 -13
  64. package/dist/components/rating-group/index.js +1 -1
  65. package/dist/components/scroll-area/index.d.ts +10 -10
  66. package/dist/components/segment-group/index.d.ts +15 -15
  67. package/dist/components/select/index.d.ts +38 -38
  68. package/dist/components/select/index.js +1 -1
  69. package/dist/components/separator/index.d.ts +5 -5
  70. package/dist/components/signature-pad/index.d.ts +14 -14
  71. package/dist/components/signature-pad/index.js +1 -1
  72. package/dist/components/slider/index.d.ts +19 -19
  73. package/dist/components/splitter/index.d.ts +12 -12
  74. package/dist/components/steps/index.d.ts +18 -18
  75. package/dist/components/switch/index.d.ts +13 -13
  76. package/dist/components/switch/index.js +1 -1
  77. package/dist/components/tabs/index.d.ts +14 -14
  78. package/dist/components/tags-input/index.d.ts +34 -34
  79. package/dist/components/tags-input/index.js +1 -1
  80. package/dist/components/timer/index.d.ts +12 -12
  81. package/dist/components/toast/index.d.ts +9 -9
  82. package/dist/components/toggle/index.d.ts +8 -8
  83. package/dist/components/toggle-group/index.d.ts +10 -10
  84. package/dist/components/tooltip/index.d.ts +15 -15
  85. package/dist/components/tour/index.d.ts +29 -29
  86. package/dist/components/tree-view/index.d.ts +3 -3
  87. package/dist/components/tree-view/index.js +3 -2
  88. package/dist/date-picker-anatomy-BbgOfc-T.d.ts +6 -0
  89. package/dist/{field-anatomy-loNm9_9u.d.ts → field-anatomy-BudQLO5P.d.ts} +1 -1
  90. package/dist/fieldset-anatomy-BHRTGd-X.d.ts +6 -0
  91. package/dist/image-cropper-anatomy-D2maeqoK.d.ts +6 -0
  92. package/dist/{index-DZ1ummfv.d.ts → index-B2hCTOPN.d.ts} +30 -30
  93. package/dist/{index-DzrYvQ8H.d.ts → index-BJ8mRK6a.d.ts} +2 -2
  94. package/dist/{index-VvcSzgim.d.ts → index-CcIkwU2l.d.ts} +6 -6
  95. package/dist/{index-C-kA-knN.d.ts → index-Xh0TkLb6.d.ts} +7 -7
  96. package/dist/index.d.ts +2 -2
  97. package/dist/listbox-anatomy-DsiGF3rU.d.ts +6 -0
  98. package/dist/{segment-group-anatomy-DesMk15u.d.ts → segment-group-anatomy-5X5sF6bU.d.ts} +2 -2
  99. package/dist/toggle-anatomy-BVLEnnrv.d.ts +6 -0
  100. package/dist/tour-anatomy-Cx59yoXC.d.ts +6 -0
  101. package/dist/{tree-view-D0JBQ_ly.js → tree-view--stP9jty.js} +1 -1
  102. package/package.json +6 -2
  103. package/dist/carousel-anatomy-D1y42Ex5.d.ts +0 -6
  104. package/dist/checkbox-anatomy-C3nJ17T-.d.ts +0 -6
  105. package/dist/color-picker-anatomy-Dyp524yB.d.ts +0 -6
  106. package/dist/combobox-anatomy-pMR3g6v-.d.ts +0 -6
  107. package/dist/date-picker-anatomy-Br9ap7TS.d.ts +0 -6
  108. package/dist/fieldset-anatomy-9h1GFO6X.d.ts +0 -6
  109. package/dist/image-cropper-anatomy-6_a6BSeW.d.ts +0 -6
  110. package/dist/listbox-anatomy-ZW3V07FW.d.ts +0 -6
  111. package/dist/toggle-anatomy-C4EVS7GQ.d.ts +0 -6
  112. package/dist/tour-anatomy-Bc1FNWON.d.ts +0 -6
  113. /package/dist/{boolean-L5YmbZkb.js → boolean-DRNklbLz.js} +0 -0
  114. /package/dist/{collapsible-OXksISO6.js → collapsible-fQ2-Jeml.js} +0 -0
  115. /package/dist/{field-B_BAnE0z.js → field-C8hrCSpZ.js} +0 -0
  116. /package/dist/{fieldset-XmKsNoOC.js → fieldset-FlcFnfDX.js} +0 -0
  117. /package/dist/{index-BezmG5AK.d.ts → index-FXQujPvZ.d.ts} +0 -0
@@ -1,13 +1,14 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { t as RootEmits$1 } from "../../presence-types-CC57eEhO.js";
3
- import { i as UsePresenceProps } from "../../index-VvcSzgim.js";
3
+ import { i as UsePresenceProps } from "../../index-CcIkwU2l.js";
4
4
  import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-D_fjXif6.js";
5
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
5
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
6
6
  import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
7
- import { t as comboboxAnatomy } from "../../combobox-anatomy-pMR3g6v-.js";
8
- import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-BezmG5AK.js";
9
- import * as vue92 from "vue";
7
+ import { t as comboboxAnatomy } from "../../combobox-anatomy-Bmc1BlRe.js";
8
+ import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-FXQujPvZ.js";
9
+ import * as vue640 from "vue";
10
10
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
11
+ import * as _sprawlify_primitives_machines_bottom_sheet11 from "@sprawlify/primitives/machines/bottom-sheet";
11
12
  import * as combobox from "@sprawlify/primitives/machines/combobox";
12
13
  import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@sprawlify/primitives/machines/combobox";
13
14
 
@@ -19,7 +20,7 @@ interface ComboboxClearTriggerProps extends ComboboxClearTriggerBaseProps,
19
20
  */
20
21
  ButtonHTMLAttributes {}
21
22
  declare const _default: typeof __VLS_export$17;
22
- declare const __VLS_export$17: __VLS_WithSlots$15<vue92.DefineComponent<ComboboxClearTriggerProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
23
+ declare const __VLS_export$17: __VLS_WithSlots$15<vue640.DefineComponent<ComboboxClearTriggerProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
23
24
  default?: (props: {}) => any;
24
25
  }>;
25
26
  type __VLS_WithSlots$15<T, S> = T & {
@@ -36,7 +37,7 @@ interface ComboboxContentProps extends ComboboxContentBaseProps,
36
37
  */
37
38
  HTMLAttributes {}
38
39
  declare const _default$1: typeof __VLS_export$16;
39
- declare const __VLS_export$16: __VLS_WithSlots$14<vue92.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
40
+ declare const __VLS_export$16: __VLS_WithSlots$14<vue640.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
40
41
  default?: (props: {}) => any;
41
42
  }>;
42
43
  type __VLS_WithSlots$14<T, S> = T & {
@@ -53,7 +54,7 @@ interface ComboboxEmptyProps extends ComboboxEmptyBaseProps,
53
54
  */
54
55
  HTMLAttributes {}
55
56
  declare const _default$4: typeof __VLS_export$15;
56
- declare const __VLS_export$15: __VLS_WithSlots$13<vue92.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
57
+ declare const __VLS_export$15: __VLS_WithSlots$13<vue640.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
57
58
  default?: (props: {}) => any;
58
59
  }>;
59
60
  type __VLS_WithSlots$13<T, S> = T & {
@@ -70,7 +71,7 @@ interface ComboboxControlProps extends ComboboxControlBaseProps,
70
71
  */
71
72
  HTMLAttributes {}
72
73
  declare const _default$3: typeof __VLS_export$14;
73
- declare const __VLS_export$14: __VLS_WithSlots$12<vue92.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
74
+ declare const __VLS_export$14: __VLS_WithSlots$12<vue640.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
74
75
  default?: (props: {}) => any;
75
76
  }>;
76
77
  type __VLS_WithSlots$12<T, S> = T & {
@@ -87,7 +88,7 @@ interface ComboboxInputProps extends ComboboxInputBaseProps,
87
88
  */
88
89
  InputHTMLAttributes {}
89
90
  declare const _default$5: typeof __VLS_export$13;
90
- declare const __VLS_export$13: __VLS_WithSlots$11<vue92.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
91
+ declare const __VLS_export$13: __VLS_WithSlots$11<vue640.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
91
92
  default?: (props: {}) => any;
92
93
  }>;
93
94
  type __VLS_WithSlots$11<T, S> = T & {
@@ -104,7 +105,7 @@ interface ComboboxItemContextProps extends SlotsType<{
104
105
  default: UnwrapRef<UseComboboxItemContext>;
105
106
  }> {}
106
107
  declare const _default$7: typeof __VLS_export$12;
107
- declare const __VLS_export$12: __VLS_WithSlots$10<vue92.DefineComponent<{}, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, true, {}, any>, {
108
+ declare const __VLS_export$12: __VLS_WithSlots$10<vue640.DefineComponent<{}, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, true, {}, any>, {
108
109
  default(combobox: UnwrapRef<UseComboboxItemContext>): unknown;
109
110
  }>;
110
111
  type __VLS_WithSlots$10<T, S> = T & {
@@ -121,7 +122,7 @@ interface ComboboxItemGroupLabelProps extends ComboboxItemGroupLabelBaseProps,
121
122
  */
122
123
  HTMLAttributes {}
123
124
  declare const _default$9: typeof __VLS_export$11;
124
- declare const __VLS_export$11: __VLS_WithSlots$9<vue92.DefineComponent<ComboboxItemGroupLabelProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
125
+ declare const __VLS_export$11: __VLS_WithSlots$9<vue640.DefineComponent<ComboboxItemGroupLabelProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
125
126
  default?: (props: {}) => any;
126
127
  }>;
127
128
  type __VLS_WithSlots$9<T, S> = T & {
@@ -138,7 +139,7 @@ interface ComboboxItemGroupProps extends ComboboxItemGroupBaseProps,
138
139
  */
139
140
  HTMLAttributes {}
140
141
  declare const _default$8: typeof __VLS_export$10;
141
- declare const __VLS_export$10: __VLS_WithSlots$8<vue92.DefineComponent<ComboboxItemGroupProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
142
+ declare const __VLS_export$10: __VLS_WithSlots$8<vue640.DefineComponent<ComboboxItemGroupProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
142
143
  default?: (props: {}) => any;
143
144
  }>;
144
145
  type __VLS_WithSlots$8<T, S> = T & {
@@ -155,7 +156,7 @@ interface ComboboxItemIndicatorProps extends ComboboxItemIndicatorBaseProps,
155
156
  */
156
157
  HTMLAttributes {}
157
158
  declare const _default$10: typeof __VLS_export$9;
158
- declare const __VLS_export$9: __VLS_WithSlots$7<vue92.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
159
+ declare const __VLS_export$9: __VLS_WithSlots$7<vue640.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
159
160
  default?: (props: {}) => any;
160
161
  }>;
161
162
  type __VLS_WithSlots$7<T, S> = T & {
@@ -172,7 +173,7 @@ interface ComboboxItemTextProps extends ComboboxItemTextBaseProps,
172
173
  */
173
174
  HTMLAttributes {}
174
175
  declare const _default$11: typeof __VLS_export$8;
175
- declare const __VLS_export$8: __VLS_WithSlots$6<vue92.DefineComponent<ComboboxItemTextProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
176
+ declare const __VLS_export$8: __VLS_WithSlots$6<vue640.DefineComponent<ComboboxItemTextProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
176
177
  default?: (props: {}) => any;
177
178
  }>;
178
179
  type __VLS_WithSlots$6<T, S> = T & {
@@ -189,7 +190,7 @@ interface ComboboxItemProps extends ComboboxItemBaseProps,
189
190
  */
190
191
  HTMLAttributes {}
191
192
  declare const _default$6: typeof __VLS_export$7;
192
- declare const __VLS_export$7: __VLS_WithSlots$5<vue92.DefineComponent<ComboboxItemProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
193
+ declare const __VLS_export$7: __VLS_WithSlots$5<vue640.DefineComponent<ComboboxItemProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
193
194
  default?: (props: {}) => any;
194
195
  }>;
195
196
  type __VLS_WithSlots$5<T, S> = T & {
@@ -206,7 +207,7 @@ interface ComboboxLabelProps extends ComboboxLabelBaseProps,
206
207
  */
207
208
  LabelHTMLAttributes {}
208
209
  declare const _default$12: typeof __VLS_export$6;
209
- declare const __VLS_export$6: __VLS_WithSlots$4<vue92.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
210
+ declare const __VLS_export$6: __VLS_WithSlots$4<vue640.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
210
211
  default?: (props: {}) => any;
211
212
  }>;
212
213
  type __VLS_WithSlots$4<T, S> = T & {
@@ -223,7 +224,7 @@ interface ComboboxListProps extends ComboboxListBaseProps,
223
224
  */
224
225
  HTMLAttributes {}
225
226
  declare const _default$13: typeof __VLS_export$5;
226
- declare const __VLS_export$5: __VLS_WithSlots$3<vue92.DefineComponent<ComboboxListProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
227
+ declare const __VLS_export$5: __VLS_WithSlots$3<vue640.DefineComponent<ComboboxListProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
227
228
  default?: (props: {}) => any;
228
229
  }>;
229
230
  type __VLS_WithSlots$3<T, S> = T & {
@@ -240,7 +241,7 @@ interface ComboboxPositionerProps extends ComboboxPositionerBaseProps,
240
241
  */
241
242
  HTMLAttributes {}
242
243
  declare const _default$14: typeof __VLS_export$4;
243
- declare const __VLS_export$4: __VLS_WithSlots$2<vue92.DefineComponent<ComboboxPositionerProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
244
+ declare const __VLS_export$4: __VLS_WithSlots$2<vue640.DefineComponent<ComboboxPositionerProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
244
245
  default?: (props: {}) => any;
245
246
  }>;
246
247
  type __VLS_WithSlots$2<T, S> = T & {
@@ -263,7 +264,7 @@ type ComboboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: A
263
264
  interface ComboboxRootProviderEmits extends RootEmits$1 {}
264
265
  declare const _default$16: typeof __VLS_export$3;
265
266
  declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
266
- props: vue92.PublicProps & __VLS_PrettifyLocal$1<ComboboxRootProviderProps<T> & {
267
+ props: vue640.PublicProps & __VLS_PrettifyLocal$1<ComboboxRootProviderProps<T> & {
267
268
  onExitComplete?: (() => any) | undefined;
268
269
  }> & (typeof globalThis extends {
269
270
  __VLS_PROPS_FALLBACK: infer P;
@@ -274,7 +275,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
274
275
  default?: (props: {}) => any;
275
276
  };
276
277
  emit: (evt: "exitComplete") => void;
277
- }>) => vue92.VNode & {
278
+ }>) => vue640.VNode & {
278
279
  __ctx?: Awaited<typeof __VLS_setup>;
279
280
  };
280
281
  type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -533,23 +534,23 @@ type ComboboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {
533
534
  type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: ComboboxRootComponentProps<T, P>) => any;
534
535
  declare const _default$15: typeof __VLS_export$2;
535
536
  declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
536
- props: vue92.PublicProps & __VLS_PrettifyLocal<ComboboxRootProps<T> & {
537
+ props: vue640.PublicProps & __VLS_PrettifyLocal<ComboboxRootProps<T> & {
537
538
  onSelect?: ((details: {
538
539
  value: string[];
539
540
  itemValue: string;
540
541
  }) => any) | undefined;
542
+ onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
543
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
541
544
  onExitComplete?: (() => any) | undefined;
542
- onFocusOutside?: ((event: combobox.FocusOutsideEvent) => any) | undefined;
545
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet11.FocusOutsideEvent) => any) | undefined;
546
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet11.InteractOutsideEvent) => any) | undefined;
547
+ onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
548
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet11.PointerDownOutsideEvent) => any) | undefined;
549
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
543
550
  onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
544
551
  onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
545
- onInteractOutside?: ((event: combobox.InteractOutsideEvent) => any) | undefined;
546
- onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
547
- onPointerDownOutside?: ((event: combobox.PointerDownOutsideEvent) => any) | undefined;
548
- onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
549
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
550
552
  "onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
551
553
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
552
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
553
554
  }> & (typeof globalThis extends {
554
555
  __VLS_PROPS_FALLBACK: infer P;
555
556
  } ? P : {});
@@ -561,8 +562,8 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
561
562
  emit: ((evt: "select", details: {
562
563
  value: string[];
563
564
  itemValue: string;
564
- }) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: combobox.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "interactOutside", event: combobox.InteractOutsideEvent) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "pointerDownOutside", event: combobox.PointerDownOutsideEvent) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "update:inputValue", value: string) => void) & ((evt: "update:open", value: boolean) => void);
565
- }>) => vue92.VNode & {
565
+ }) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_bottom_sheet11.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_bottom_sheet11.InteractOutsideEvent) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_bottom_sheet11.PointerDownOutsideEvent) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "update:inputValue", value: string) => void);
566
+ }>) => vue640.VNode & {
566
567
  __ctx?: Awaited<typeof __VLS_setup>;
567
568
  };
568
569
  type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -575,7 +576,7 @@ interface ComboboxTriggerProps extends ComboboxTriggerBaseProps,
575
576
  */
576
577
  ButtonHTMLAttributes {}
577
578
  declare const _default$17: typeof __VLS_export$1;
578
- declare const __VLS_export$1: __VLS_WithSlots$1<vue92.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, false, {}, any>, {
579
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue640.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, false, {}, any>, {
579
580
  default?: (props: {}) => any;
580
581
  }>;
581
582
  type __VLS_WithSlots$1<T, S> = T & {
@@ -602,7 +603,7 @@ interface ComboboxContextProps extends SlotsType<{
602
603
  default: UnwrapRef<UseComboboxContext>;
603
604
  }> {}
604
605
  declare const _default$2: typeof __VLS_export;
605
- declare const __VLS_export: __VLS_WithSlots<vue92.DefineComponent<{}, {}, {}, {}, {}, vue92.ComponentOptionsMixin, vue92.ComponentOptionsMixin, {}, string, vue92.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue92.ComponentProvideOptions, true, {}, any>, {
606
+ declare const __VLS_export: __VLS_WithSlots<vue640.DefineComponent<{}, {}, {}, {}, {}, vue640.ComponentOptionsMixin, vue640.ComponentOptionsMixin, {}, string, vue640.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue640.ComponentProvideOptions, true, {}, any>, {
606
607
  default(combobox: UnwrapRef<UseComboboxContext>): unknown;
607
608
  }>;
608
609
  type __VLS_WithSlots<T, S> = T & {
@@ -9,7 +9,7 @@ import { t as sprawlify } from "../../factory-xNPol80p.js";
9
9
  import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
10
10
  import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-3G0_HWbg.js";
11
11
  import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B50UYKDY.js";
12
- import { p as useFieldContext } from "../../field-B_BAnE0z.js";
12
+ import { p as useFieldContext } from "../../field-C8hrCSpZ.js";
13
13
  import { n as useListCollection, o as createListCollection } from "../../collection-CBh5p7A_.js";
14
14
  import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
15
15
  import * as combobox from "@sprawlify/primitives/machines/combobox";
@@ -1,10 +1,10 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { t as RootEmits$1 } from "../../presence-types-CC57eEhO.js";
3
3
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
4
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
4
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
5
5
  import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
6
- import { t as datePickerAnatomy } from "../../date-picker-anatomy-Br9ap7TS.js";
7
- import * as vue2621 from "vue";
6
+ import { t as datePickerAnatomy } from "../../date-picker-anatomy-BbgOfc-T.js";
7
+ import * as vue1115 from "vue";
8
8
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, Reactive, SelectHTMLAttributes, SlotsType, TableHTMLAttributes, TdHTMLAttributes, ThHTMLAttributes, UnwrapRef } from "vue";
9
9
  import * as datePicker from "@sprawlify/primitives/machines/date-picker";
10
10
  import { DateValue, DateValue as DateValue$1, DateValue as DateValue$2, DateView, DayTableCellProps, FocusChangeDetails, FocusChangeDetails as DatePickerFocusChangeDetails, InputProps, OpenChangeDetails, OpenChangeDetails as DatePickerOpenChangeDetails, PresetTriggerProps, TableCellProps, TableProps, ValueChangeDetails, ValueChangeDetails as DatePickerValueChangeDetails, ViewChangeDetails, ViewChangeDetails as DatePickerViewChangeDetails, parse as parseDate } from "@sprawlify/primitives/machines/date-picker";
@@ -17,7 +17,7 @@ interface DatePickerClearTriggerProps extends DatePickerClearTriggerBaseProps,
17
17
  */
18
18
  ButtonHTMLAttributes {}
19
19
  declare const _default: typeof __VLS_export$26;
20
- declare const __VLS_export$26: __VLS_WithSlots$23<vue2621.DefineComponent<DatePickerClearTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
20
+ declare const __VLS_export$26: __VLS_WithSlots$23<vue1115.DefineComponent<DatePickerClearTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
21
21
  default?: (props: {}) => any;
22
22
  }>;
23
23
  type __VLS_WithSlots$23<T, S> = T & {
@@ -34,7 +34,7 @@ interface DatePickerContentProps extends DatePickerContentBaseProps,
34
34
  */
35
35
  HTMLAttributes {}
36
36
  declare const _default$1: typeof __VLS_export$25;
37
- declare const __VLS_export$25: __VLS_WithSlots$22<vue2621.DefineComponent<DatePickerContentProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
37
+ declare const __VLS_export$25: __VLS_WithSlots$22<vue1115.DefineComponent<DatePickerContentProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
38
38
  default?: (props: {}) => any;
39
39
  }>;
40
40
  type __VLS_WithSlots$22<T, S> = T & {
@@ -127,7 +127,7 @@ interface DatePickerContextProps extends SlotsType<{
127
127
  default: UnwrapRef<UseDatePickerContext>;
128
128
  }> {}
129
129
  declare const _default$2: typeof __VLS_export$24;
130
- declare const __VLS_export$24: __VLS_WithSlots$21<vue2621.DefineComponent<{}, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, true, {}, any>, {
130
+ declare const __VLS_export$24: __VLS_WithSlots$21<vue1115.DefineComponent<{}, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, true, {}, any>, {
131
131
  default(datePicker: UnwrapRef<UseDatePickerContext>): unknown;
132
132
  }>;
133
133
  type __VLS_WithSlots$21<T, S> = T & {
@@ -144,7 +144,7 @@ interface DatePickerControlProps extends DatePickerControlBaseProps,
144
144
  */
145
145
  HTMLAttributes {}
146
146
  declare const _default$3: typeof __VLS_export$23;
147
- declare const __VLS_export$23: __VLS_WithSlots$20<vue2621.DefineComponent<DatePickerControlProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
147
+ declare const __VLS_export$23: __VLS_WithSlots$20<vue1115.DefineComponent<DatePickerControlProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
148
148
  default?: (props: {}) => any;
149
149
  }>;
150
150
  type __VLS_WithSlots$20<T, S> = T & {
@@ -161,7 +161,7 @@ interface DatePickerInputProps extends DatePickerInputBaseProps,
161
161
  */
162
162
  InputHTMLAttributes {}
163
163
  declare const _default$4: typeof __VLS_export$22;
164
- declare const __VLS_export$22: __VLS_WithSlots$19<vue2621.DefineComponent<DatePickerInputProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
164
+ declare const __VLS_export$22: __VLS_WithSlots$19<vue1115.DefineComponent<DatePickerInputProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
165
165
  default?: (props: {}) => any;
166
166
  }>;
167
167
  type __VLS_WithSlots$19<T, S> = T & {
@@ -178,7 +178,7 @@ interface DatePickerLabelProps extends DatePickerLabelBaseProps,
178
178
  */
179
179
  LabelHTMLAttributes {}
180
180
  declare const _default$5: typeof __VLS_export$21;
181
- declare const __VLS_export$21: __VLS_WithSlots$18<vue2621.DefineComponent<DatePickerLabelProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
181
+ declare const __VLS_export$21: __VLS_WithSlots$18<vue1115.DefineComponent<DatePickerLabelProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
182
182
  default?: (props: {}) => any;
183
183
  }>;
184
184
  type __VLS_WithSlots$18<T, S> = T & {
@@ -195,7 +195,7 @@ interface DatePickerMonthSelectProps extends DatePickerMonthSelectBaseProps,
195
195
  */
196
196
  SelectHTMLAttributes {}
197
197
  declare const _default$6: typeof __VLS_export$20;
198
- declare const __VLS_export$20: vue2621.DefineComponent<DatePickerMonthSelectProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerMonthSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>;
198
+ declare const __VLS_export$20: vue1115.DefineComponent<DatePickerMonthSelectProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerMonthSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>;
199
199
  //#endregion
200
200
  //#region src/components/date-picker/date-picker-next-trigger.vue.d.ts
201
201
  interface DatePickerNextTriggerBaseProps extends PolymorphicProps {}
@@ -205,7 +205,7 @@ interface DatePickerNextTriggerProps extends DatePickerNextTriggerBaseProps,
205
205
  */
206
206
  ButtonHTMLAttributes {}
207
207
  declare const _default$7: typeof __VLS_export$19;
208
- declare const __VLS_export$19: __VLS_WithSlots$17<vue2621.DefineComponent<DatePickerNextTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
208
+ declare const __VLS_export$19: __VLS_WithSlots$17<vue1115.DefineComponent<DatePickerNextTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
209
209
  default?: (props: {}) => any;
210
210
  }>;
211
211
  type __VLS_WithSlots$17<T, S> = T & {
@@ -222,7 +222,7 @@ interface DatePickerPositionerProps extends DatePickerPositionerBaseProps,
222
222
  */
223
223
  HTMLAttributes {}
224
224
  declare const _default$8: typeof __VLS_export$18;
225
- declare const __VLS_export$18: __VLS_WithSlots$16<vue2621.DefineComponent<DatePickerPositionerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
225
+ declare const __VLS_export$18: __VLS_WithSlots$16<vue1115.DefineComponent<DatePickerPositionerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
226
226
  default?: (props: {}) => any;
227
227
  }>;
228
228
  type __VLS_WithSlots$16<T, S> = T & {
@@ -239,7 +239,7 @@ interface DatePickerPresetTriggerProps extends DatePickerPresetTriggerBaseProps,
239
239
  */
240
240
  Omit<ButtonHTMLAttributes, 'value'> {}
241
241
  declare const _default$9: typeof __VLS_export$17;
242
- declare const __VLS_export$17: __VLS_WithSlots$15<vue2621.DefineComponent<DatePickerPresetTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerPresetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
242
+ declare const __VLS_export$17: __VLS_WithSlots$15<vue1115.DefineComponent<DatePickerPresetTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerPresetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
243
243
  default?: (props: {}) => any;
244
244
  }>;
245
245
  type __VLS_WithSlots$15<T, S> = T & {
@@ -256,7 +256,7 @@ interface DatePickerPrevTriggerProps extends DatePickerPrevTriggerBaseProps,
256
256
  */
257
257
  ButtonHTMLAttributes {}
258
258
  declare const _default$10: typeof __VLS_export$16;
259
- declare const __VLS_export$16: __VLS_WithSlots$14<vue2621.DefineComponent<DatePickerPrevTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
259
+ declare const __VLS_export$16: __VLS_WithSlots$14<vue1115.DefineComponent<DatePickerPrevTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
260
260
  default?: (props: {}) => any;
261
261
  }>;
262
262
  type __VLS_WithSlots$14<T, S> = T & {
@@ -273,7 +273,7 @@ interface DatePickerRangeTextProps extends DatePickerRangeTextBaseProps,
273
273
  */
274
274
  HTMLAttributes {}
275
275
  declare const _default$11: typeof __VLS_export$15;
276
- declare const __VLS_export$15: vue2621.DefineComponent<DatePickerRangeTextProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerRangeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>;
276
+ declare const __VLS_export$15: vue1115.DefineComponent<DatePickerRangeTextProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerRangeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>;
277
277
  //#endregion
278
278
  //#region src/components/date-picker/date-picker-value-text.vue.d.ts
279
279
  interface DatePickerValueTextRenderProps {
@@ -292,9 +292,9 @@ interface DatePickerValueTextProps extends DatePickerValueTextBaseProps,
292
292
  */
293
293
  HTMLAttributes {}
294
294
  declare const _default$22: typeof __VLS_export$14;
295
- declare const __VLS_export$14: __VLS_WithSlots$13<vue2621.DefineComponent<DatePickerValueTextProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerValueTextProps> & Readonly<{}>, {
295
+ declare const __VLS_export$14: __VLS_WithSlots$13<vue1115.DefineComponent<DatePickerValueTextProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerValueTextProps> & Readonly<{}>, {
296
296
  separator: string;
297
- }, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
297
+ }, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
298
298
  default?: (props: {
299
299
  value: DateValue$1;
300
300
  index: number;
@@ -320,11 +320,11 @@ interface DatePickerRootProviderProps extends DatePickerRootProviderBaseProps,
320
320
  HTMLAttributes {}
321
321
  interface DatePickerRootProviderEmits extends RootEmits$1 {}
322
322
  declare const _default$13: typeof __VLS_export$13;
323
- declare const __VLS_export$13: __VLS_WithSlots$12<vue2621.DefineComponent<DatePickerRootProviderProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {
323
+ declare const __VLS_export$13: __VLS_WithSlots$12<vue1115.DefineComponent<DatePickerRootProviderProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {
324
324
  exitComplete: () => any;
325
- }, string, vue2621.PublicProps, Readonly<DatePickerRootProviderProps> & Readonly<{
325
+ }, string, vue1115.PublicProps, Readonly<DatePickerRootProviderProps> & Readonly<{
326
326
  onExitComplete?: (() => any) | undefined;
327
- }>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
327
+ }>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
328
328
  default?: (props: {}) => any;
329
329
  }>;
330
330
  type __VLS_WithSlots$12<T, S> = T & {
@@ -342,40 +342,40 @@ interface DatePickerRootProps extends DatePickerRootBaseProps,
342
342
  HTMLAttributes {}
343
343
  interface DatePickerRootEmits extends RootEmits {}
344
344
  declare const _default$12: typeof __VLS_export$12;
345
- declare const __VLS_export$12: __VLS_WithSlots$11<vue2621.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {
345
+ declare const __VLS_export$12: __VLS_WithSlots$11<vue1115.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {
346
+ valueChange: (details: datePicker.ValueChangeDetails) => any;
347
+ "update:modelValue": (value: undefined[]) => any;
346
348
  focusChange: (details: datePicker.FocusChangeDetails) => any;
347
- "update:focusedValue": (focusedValue: undefined) => any;
348
349
  exitComplete: () => any;
349
350
  openChange: (details: datePicker.OpenChangeDetails) => any;
350
- valueChange: (details: datePicker.ValueChangeDetails) => any;
351
- "update:modelValue": (value: undefined[]) => any;
352
351
  "update:open": (open: boolean) => any;
352
+ "update:focusedValue": (focusedValue: undefined) => any;
353
353
  viewChange: (details: datePicker.ViewChangeDetails) => any;
354
354
  visibleRangeChange: (details: datePicker.VisibleRangeChangeDetails) => any;
355
355
  "update:view": (view: datePicker.DateView) => any;
356
- }, string, vue2621.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
356
+ }, string, vue1115.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
357
+ onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
358
+ "onUpdate:modelValue"?: ((value: undefined[]) => any) | undefined;
357
359
  onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
358
- "onUpdate:focusedValue"?: ((focusedValue: undefined) => any) | undefined;
359
360
  onExitComplete?: (() => any) | undefined;
360
361
  onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
361
- onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
362
- "onUpdate:modelValue"?: ((value: undefined[]) => any) | undefined;
363
362
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
363
+ "onUpdate:focusedValue"?: ((focusedValue: undefined) => any) | undefined;
364
364
  onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
365
365
  onVisibleRangeChange?: ((details: datePicker.VisibleRangeChangeDetails) => any) | undefined;
366
366
  "onUpdate:view"?: ((view: datePicker.DateView) => any) | undefined;
367
367
  }>, {
368
368
  disabled: boolean;
369
+ invalid: boolean;
370
+ readOnly: boolean;
369
371
  required: boolean;
370
372
  inline: boolean;
371
- closeOnSelect: boolean;
372
373
  defaultOpen: boolean;
373
- invalid: boolean;
374
374
  open: boolean;
375
- readOnly: boolean;
376
- outsideDaySelectable: boolean;
375
+ closeOnSelect: boolean;
377
376
  fixedWeeks: boolean;
378
- }, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
377
+ outsideDaySelectable: boolean;
378
+ }, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
379
379
  default?: (props: {}) => any;
380
380
  }>;
381
381
  type __VLS_WithSlots$11<T, S> = T & {
@@ -392,7 +392,7 @@ interface DatePickerTableBodyProps extends DatePickerTableBodyBaseProps,
392
392
  */
393
393
  HTMLAttributes {}
394
394
  declare const _default$15: typeof __VLS_export$11;
395
- declare const __VLS_export$11: __VLS_WithSlots$10<vue2621.DefineComponent<DatePickerTableBodyProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
395
+ declare const __VLS_export$11: __VLS_WithSlots$10<vue1115.DefineComponent<DatePickerTableBodyProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
396
396
  default?: (props: {}) => any;
397
397
  }>;
398
398
  type __VLS_WithSlots$10<T, S> = T & {
@@ -409,7 +409,7 @@ interface DatePickerTableCellTriggerProps extends DatePickerTableCellTriggerBase
409
409
  */
410
410
  HTMLAttributes {}
411
411
  declare const _default$17: typeof __VLS_export$10;
412
- declare const __VLS_export$10: __VLS_WithSlots$9<vue2621.DefineComponent<DatePickerTableCellTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
412
+ declare const __VLS_export$10: __VLS_WithSlots$9<vue1115.DefineComponent<DatePickerTableCellTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
413
413
  default?: (props: {}) => any;
414
414
  }>;
415
415
  type __VLS_WithSlots$9<T, S> = T & {
@@ -431,7 +431,7 @@ interface DatePickerTableCellProps extends DatePickerTableCellBaseProps,
431
431
  */
432
432
  TdHTMLAttributes {}
433
433
  declare const _default$16: typeof __VLS_export$9;
434
- declare const __VLS_export$9: __VLS_WithSlots$8<vue2621.DefineComponent<DatePickerTableCellProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
434
+ declare const __VLS_export$9: __VLS_WithSlots$8<vue1115.DefineComponent<DatePickerTableCellProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
435
435
  default?: (props: {}) => any;
436
436
  }>;
437
437
  type __VLS_WithSlots$8<T, S> = T & {
@@ -448,7 +448,7 @@ interface DatePickerTableHeadProps extends DatePickerTableHeadBaseProps,
448
448
  */
449
449
  HTMLAttributes {}
450
450
  declare const _default$18: typeof __VLS_export$8;
451
- declare const __VLS_export$8: __VLS_WithSlots$7<vue2621.DefineComponent<DatePickerTableHeadProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableHeadProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
451
+ declare const __VLS_export$8: __VLS_WithSlots$7<vue1115.DefineComponent<DatePickerTableHeadProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableHeadProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
452
452
  default?: (props: {}) => any;
453
453
  }>;
454
454
  type __VLS_WithSlots$7<T, S> = T & {
@@ -465,7 +465,7 @@ interface DatePickerTableHeaderProps extends DatePickerTableHeaderBaseProps,
465
465
  */
466
466
  ThHTMLAttributes {}
467
467
  declare const _default$19: typeof __VLS_export$7;
468
- declare const __VLS_export$7: __VLS_WithSlots$6<vue2621.DefineComponent<DatePickerTableHeaderProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
468
+ declare const __VLS_export$7: __VLS_WithSlots$6<vue1115.DefineComponent<DatePickerTableHeaderProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
469
469
  default?: (props: {}) => any;
470
470
  }>;
471
471
  type __VLS_WithSlots$6<T, S> = T & {
@@ -482,7 +482,7 @@ interface DatePickerTableRowProps extends DatePickerTableRowBaseProps,
482
482
  */
483
483
  HTMLAttributes {}
484
484
  declare const _default$20: typeof __VLS_export$6;
485
- declare const __VLS_export$6: __VLS_WithSlots$5<vue2621.DefineComponent<DatePickerTableRowProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableRowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
485
+ declare const __VLS_export$6: __VLS_WithSlots$5<vue1115.DefineComponent<DatePickerTableRowProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableRowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
486
486
  default?: (props: {}) => any;
487
487
  }>;
488
488
  type __VLS_WithSlots$5<T, S> = T & {
@@ -499,7 +499,7 @@ interface DatePickerTableProps extends DatePickerTableBaseProps,
499
499
  */
500
500
  TableHTMLAttributes {}
501
501
  declare const _default$14: typeof __VLS_export$5;
502
- declare const __VLS_export$5: __VLS_WithSlots$4<vue2621.DefineComponent<DatePickerTableProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTableProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
502
+ declare const __VLS_export$5: __VLS_WithSlots$4<vue1115.DefineComponent<DatePickerTableProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTableProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
503
503
  default?: (props: {}) => any;
504
504
  }>;
505
505
  type __VLS_WithSlots$4<T, S> = T & {
@@ -516,7 +516,7 @@ interface DatePickerTriggerProps extends DatePickerTriggerBaseProps,
516
516
  */
517
517
  ButtonHTMLAttributes {}
518
518
  declare const _default$21: typeof __VLS_export$4;
519
- declare const __VLS_export$4: __VLS_WithSlots$3<vue2621.DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
519
+ declare const __VLS_export$4: __VLS_WithSlots$3<vue1115.DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
520
520
  default?: (props: {}) => any;
521
521
  }>;
522
522
  type __VLS_WithSlots$3<T, S> = T & {
@@ -533,7 +533,7 @@ interface DatePickerViewControlProps extends DatePickerViewControlBaseProps,
533
533
  */
534
534
  HTMLAttributes {}
535
535
  declare const _default$24: typeof __VLS_export$3;
536
- declare const __VLS_export$3: __VLS_WithSlots$2<vue2621.DefineComponent<DatePickerViewControlProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerViewControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
536
+ declare const __VLS_export$3: __VLS_WithSlots$2<vue1115.DefineComponent<DatePickerViewControlProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerViewControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
537
537
  default?: (props: {}) => any;
538
538
  }>;
539
539
  type __VLS_WithSlots$2<T, S> = T & {
@@ -550,7 +550,7 @@ interface DatePickerViewTriggerProps extends DatePickerViewTriggerBaseProps,
550
550
  */
551
551
  ButtonHTMLAttributes {}
552
552
  declare const _default$25: typeof __VLS_export$2;
553
- declare const __VLS_export$2: __VLS_WithSlots$1<vue2621.DefineComponent<DatePickerViewTriggerProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerViewTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
553
+ declare const __VLS_export$2: __VLS_WithSlots$1<vue1115.DefineComponent<DatePickerViewTriggerProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerViewTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
554
554
  default?: (props: {}) => any;
555
555
  }>;
556
556
  type __VLS_WithSlots$1<T, S> = T & {
@@ -569,7 +569,7 @@ HTMLAttributes {
569
569
  view: DateView;
570
570
  }
571
571
  declare const _default$23: typeof __VLS_export$1;
572
- declare const __VLS_export$1: __VLS_WithSlots<vue2621.DefineComponent<DatePickerViewProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>, {
572
+ declare const __VLS_export$1: __VLS_WithSlots<vue1115.DefineComponent<DatePickerViewProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerViewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>, {
573
573
  default?: (props: {}) => any;
574
574
  }>;
575
575
  type __VLS_WithSlots<T, S> = T & {
@@ -586,7 +586,7 @@ interface DatePickerYearSelectProps extends DatePickerYearSelectBaseProps,
586
586
  */
587
587
  SelectHTMLAttributes {}
588
588
  declare const _default$26: typeof __VLS_export;
589
- declare const __VLS_export: vue2621.DefineComponent<DatePickerYearSelectProps, {}, {}, {}, {}, vue2621.ComponentOptionsMixin, vue2621.ComponentOptionsMixin, {}, string, vue2621.PublicProps, Readonly<DatePickerYearSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2621.ComponentProvideOptions, false, {}, any>;
589
+ declare const __VLS_export: vue1115.DefineComponent<DatePickerYearSelectProps, {}, {}, {}, {}, vue1115.ComponentOptionsMixin, vue1115.ComponentOptionsMixin, {}, string, vue1115.PublicProps, Readonly<DatePickerYearSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1115.ComponentProvideOptions, false, {}, any>;
590
590
  declare namespace date_picker_d_exports {
591
591
  export { _default as ClearTrigger, DatePickerClearTriggerBaseProps as ClearTriggerBaseProps, DatePickerClearTriggerProps as ClearTriggerProps, _default$1 as Content, DatePickerContentBaseProps as ContentBaseProps, DatePickerContentProps as ContentProps, _default$2 as Context, DatePickerContextProps as ContextProps, _default$3 as Control, DatePickerControlBaseProps as ControlBaseProps, DatePickerControlProps as ControlProps, DateValue$2 as DateValue, FocusChangeDetails, _default$4 as Input, DatePickerInputBaseProps as InputBaseProps, DatePickerInputProps as InputProps, _default$5 as Label, DatePickerLabelBaseProps as LabelBaseProps, DatePickerLabelProps as LabelProps, _default$6 as MonthSelect, DatePickerMonthSelectBaseProps as MonthSelectBaseProps, DatePickerMonthSelectProps as MonthSelectProps, _default$7 as NextTrigger, DatePickerNextTriggerBaseProps as NextTriggerBaseProps, DatePickerNextTriggerProps as NextTriggerProps, OpenChangeDetails, _default$8 as Positioner, DatePickerPositionerBaseProps as PositionerBaseProps, DatePickerPositionerProps as PositionerProps, _default$9 as PresetTrigger, DatePickerPresetTriggerBaseProps as PresetTriggerBaseProps, DatePickerPresetTriggerProps as PresetTriggerProps, _default$10 as PrevTrigger, DatePickerPrevTriggerBaseProps as PrevTriggerBaseProps, DatePickerPrevTriggerProps as PrevTriggerProps, _default$11 as RangeText, DatePickerRangeTextBaseProps as RangeTextBaseProps, DatePickerRangeTextProps as RangeTextProps, _default$12 as Root, DatePickerRootBaseProps as RootBaseProps, DatePickerRootEmits as RootEmits, DatePickerRootProps as RootProps, _default$13 as RootProvider, DatePickerRootProviderBaseProps as RootProviderBaseProps, DatePickerRootProviderProps as RootProviderProps, _default$14 as Table, DatePickerTableBaseProps as TableBaseProps, _default$15 as TableBody, DatePickerTableBodyBaseProps as TableBodyBaseProps, DatePickerTableBodyProps as TableBodyProps, _default$16 as TableCell, DatePickerTableCellBaseProps as TableCellBaseProps, DatePickerTableCellProps as TableCellProps, _default$17 as TableCellTrigger, DatePickerTableCellTriggerBaseProps as TableCellTriggerBaseProps, DatePickerTableCellTriggerProps as TableCellTriggerProps, _default$18 as TableHead, DatePickerTableHeadBaseProps as TableHeadBaseProps, DatePickerTableHeadProps as TableHeadProps, _default$19 as TableHeader, DatePickerTableHeaderBaseProps as TableHeaderBaseProps, DatePickerTableHeaderProps as TableHeaderProps, DatePickerTableProps as TableProps, _default$20 as TableRow, DatePickerTableRowBaseProps as TableRowBaseProps, DatePickerTableRowProps as TableRowProps, _default$21 as Trigger, DatePickerTriggerBaseProps as TriggerBaseProps, DatePickerTriggerProps as TriggerProps, ValueChangeDetails, _default$22 as ValueText, DatePickerValueTextBaseProps as ValueTextBaseProps, DatePickerValueTextProps as ValueTextProps, DatePickerValueTextRenderProps as ValueTextRenderProps, _default$23 as View, DatePickerViewBaseProps as ViewBaseProps, ViewChangeDetails, _default$24 as ViewControl, DatePickerViewControlBaseProps as ViewControlBaseProps, DatePickerViewControlProps as ViewControlProps, DatePickerViewProps as ViewProps, _default$25 as ViewTrigger, DatePickerViewTriggerBaseProps as ViewTriggerBaseProps, DatePickerViewTriggerProps as ViewTriggerProps, _default$26 as YearSelect, DatePickerYearSelectBaseProps as YearSelectBaseProps, DatePickerYearSelectProps as YearSelectProps };
592
592
  }