@sprawlify/vue 0.0.67 → 0.0.70

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 (102) hide show
  1. package/dist/{collapsible-DQfAISmg.js → collapsible-D1Mx4C0H.js} +5 -4
  2. package/dist/{collection-Ba0Aeh5P.js → collection-DiwGNCAy.js} +1 -1
  3. package/dist/components/accordion/index.d.ts +20 -20
  4. package/dist/components/accordion/index.js +8 -7
  5. package/dist/components/angle-slider/index.d.ts +19 -19
  6. package/dist/components/angle-slider/index.js +5 -4
  7. package/dist/components/avatar/index.d.ts +11 -11
  8. package/dist/components/avatar/index.js +5 -4
  9. package/dist/components/bottom-sheet/index.d.ts +20 -20
  10. package/dist/components/bottom-sheet/index.js +8 -7
  11. package/dist/components/carousel/index.d.ts +25 -25
  12. package/dist/components/carousel/index.js +5 -4
  13. package/dist/components/checkbox/index.d.ts +27 -27
  14. package/dist/components/checkbox/index.js +7 -6
  15. package/dist/components/client-only/index.d.ts +2 -2
  16. package/dist/components/clipboard/index.d.ts +17 -17
  17. package/dist/components/clipboard/index.js +5 -4
  18. package/dist/components/collapsible/index.d.ts +17 -17
  19. package/dist/components/collapsible/index.js +5 -4
  20. package/dist/components/collection/index.d.ts +1 -1
  21. package/dist/components/collection/index.js +1 -1
  22. package/dist/components/color-picker/index.d.ts +59 -59
  23. package/dist/components/color-picker/index.js +8 -7
  24. package/dist/components/combobox/index.d.ts +39 -39
  25. package/dist/components/combobox/index.js +9 -8
  26. package/dist/components/date-picker/index.d.ts +55 -55
  27. package/dist/components/date-picker/index.js +7 -6
  28. package/dist/components/dialog/index.d.ts +31 -31
  29. package/dist/components/dialog/index.js +7 -6
  30. package/dist/components/download-trigger/index.d.ts +4 -4
  31. package/dist/components/download-trigger/index.js +4 -3
  32. package/dist/components/editable/index.d.ts +20 -20
  33. package/dist/components/editable/index.js +6 -5
  34. package/dist/components/field/index.d.ts +25 -25
  35. package/dist/components/field/index.js +5 -4
  36. package/dist/components/fieldset/index.d.ts +13 -13
  37. package/dist/components/fieldset/index.js +5 -4
  38. package/dist/components/file-upload/index.d.ts +329 -0
  39. package/dist/components/file-upload/index.js +597 -0
  40. package/dist/components/floating-panel/index.d.ts +326 -0
  41. package/dist/components/floating-panel/index.js +568 -0
  42. package/dist/components/focus-trap/index.d.ts +48 -0
  43. package/dist/components/focus-trap/index.js +96 -0
  44. package/dist/components/format/index.d.ts +40 -0
  45. package/dist/components/format/index.js +148 -0
  46. package/dist/components/frame/index.d.ts +39 -0
  47. package/dist/components/frame/index.js +111 -0
  48. package/dist/components/highlight/index.d.ts +5 -5
  49. package/dist/components/highlight/index.js +1 -1
  50. package/dist/components/hover-card/index.d.ts +200 -0
  51. package/dist/components/hover-card/index.js +335 -0
  52. package/dist/components/image-cropper/index.d.ts +211 -0
  53. package/dist/components/image-cropper/index.js +381 -0
  54. package/dist/components/json-tree-view/index.d.ts +91 -0
  55. package/dist/components/json-tree-view/index.js +490 -0
  56. package/dist/components/listbox/index.d.ts +325 -0
  57. package/dist/components/listbox/index.js +533 -0
  58. package/dist/components/marquee/index.d.ts +268 -0
  59. package/dist/components/marquee/index.js +340 -0
  60. package/dist/components/menu/index.d.ts +53 -53
  61. package/dist/components/menu/index.js +7 -6
  62. package/dist/components/navigation-menu/index.d.ts +272 -0
  63. package/dist/components/navigation-menu/index.js +559 -0
  64. package/dist/components/number-input/index.d.ts +253 -0
  65. package/dist/components/number-input/index.js +427 -0
  66. package/dist/components/pagination/index.d.ts +211 -0
  67. package/dist/components/pagination/index.js +346 -0
  68. package/dist/components/password-input/index.d.ts +213 -0
  69. package/dist/components/password-input/index.js +325 -0
  70. package/dist/components/pin-input/index.d.ts +198 -0
  71. package/dist/components/pin-input/index.js +346 -0
  72. package/dist/components/popover/index.d.ts +318 -0
  73. package/dist/components/popover/index.js +486 -0
  74. package/dist/components/presence/index.d.ts +2 -2
  75. package/dist/components/presence/index.js +4 -3
  76. package/dist/components/select/index.d.ts +37 -37
  77. package/dist/components/select/index.js +9 -8
  78. package/dist/components/tree-view/index.d.ts +6 -0
  79. package/dist/components/tree-view/index.js +11 -0
  80. package/dist/create-context-Ds1GbsVc.js +16 -0
  81. package/dist/{field-DnHnX3Tf.js → field-CtPR24u6.js} +4 -3
  82. package/dist/{fieldset-DzhN7Zrg.js → fieldset-D5SznrKY.js} +4 -3
  83. package/dist/index-ByYmM8LZ.d.ts +447 -0
  84. package/dist/{index-CDQghZtv.d.ts → index-Cjk1WhUx.d.ts} +9 -9
  85. package/dist/{index-BBHms9-0.d.ts → index-D0_ID5xv.d.ts} +7 -7
  86. package/dist/index.d.ts +3 -3
  87. package/dist/index.js +3 -2
  88. package/dist/{presence-CvUnYMZQ.js → presence-BK6rPXK7.js} +3 -2
  89. package/dist/{providers-B2CNPFg1.js → providers-DNBWT-O_.js} +1 -1
  90. package/dist/tree-view-CzfDgztL.js +737 -0
  91. package/dist/{use-forward-expose-4p5AGAI3.js → use-forward-expose-CCAmHTUB.js} +2 -15
  92. package/dist/{use-render-strategy-BkxoN6ll.js → use-render-strategy-DMa_QmB6.js} +1 -1
  93. package/package.json +70 -2
  94. /package/dist/{clean-props-BDv2zb5M.js → clean-props-ChPEW0vT.js} +0 -0
  95. /package/dist/{create-split-props-YZ3qgXe_.js → create-split-props-BDJ_VWs3.js} +0 -0
  96. /package/dist/{factory-BH3WrWd2.js → factory-Co08Aw8u.js} +0 -0
  97. /package/dist/{factory-D_ge_w76.d.ts → factory-Dg6Whljf.d.ts} +0 -0
  98. /package/dist/{index-B66Om_3U.d.ts → index-DI09ccnU.d.ts} +0 -0
  99. /package/dist/{index-DqRk-Yea.d.ts → index-ECeveDvH.d.ts} +0 -0
  100. /package/dist/{presence-types-Bv1E60Cw.d.ts → presence-types-BaQ7PILD.d.ts} +0 -0
  101. /package/dist/{types-Bj-dS2Hc.d.ts → types-BkS9kMJ5.d.ts} +0 -0
  102. /package/dist/{use-render-strategy-CHj_pCfT.d.ts → use-render-strategy-bdLKqL57.d.ts} +0 -0
@@ -1,14 +1,14 @@
1
- import { t as PolymorphicProps } from "../../factory-D_ge_w76.js";
2
- import { t as RootEmits$1 } from "../../presence-types-Bv1E60Cw.js";
3
- import { i as UsePresenceProps } from "../../index-CDQghZtv.js";
4
- import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-Bj-dS2Hc.js";
5
- import { r as PropTypes } from "../../index-B66Om_3U.js";
6
- import { t as RenderStrategyProps } from "../../use-render-strategy-CHj_pCfT.js";
7
- import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DqRk-Yea.js";
8
- import * as vue725 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
+ import { t as RootEmits$1 } from "../../presence-types-BaQ7PILD.js";
3
+ import { i as UsePresenceProps } from "../../index-Cjk1WhUx.js";
4
+ import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-BkS9kMJ5.js";
5
+ import { r as PropTypes } from "../../index-DI09ccnU.js";
6
+ import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
7
+ import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-ECeveDvH.js";
8
+ import * as vue912 from "vue";
9
9
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
10
- import * as _sprawlify_primitives_machines_bottom_sheet25 from "@sprawlify/primitives/machines/bottom-sheet";
11
- import * as _sprawlify_primitives_anatomy5 from "@sprawlify/primitives/anatomy";
10
+ import * as _sprawlify_primitives_machines_bottom_sheet13 from "@sprawlify/primitives/machines/bottom-sheet";
11
+ import * as _sprawlify_primitives_anatomy2 from "@sprawlify/primitives/anatomy";
12
12
  import * as combobox from "@sprawlify/primitives/machines/combobox";
13
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";
14
14
 
@@ -20,7 +20,7 @@ interface ComboboxClearTriggerProps extends ComboboxClearTriggerBaseProps,
20
20
  */
21
21
  ButtonHTMLAttributes {}
22
22
  declare const _default: typeof __VLS_export$17;
23
- declare const __VLS_export$17: __VLS_WithSlots$15<vue725.DefineComponent<ComboboxClearTriggerProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
23
+ declare const __VLS_export$17: __VLS_WithSlots$15<vue912.DefineComponent<ComboboxClearTriggerProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
24
24
  default?: (props: {}) => any;
25
25
  }>;
26
26
  type __VLS_WithSlots$15<T, S> = T & {
@@ -37,7 +37,7 @@ interface ComboboxContentProps extends ComboboxContentBaseProps,
37
37
  */
38
38
  HTMLAttributes {}
39
39
  declare const _default$1: typeof __VLS_export$16;
40
- declare const __VLS_export$16: __VLS_WithSlots$14<vue725.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
40
+ declare const __VLS_export$16: __VLS_WithSlots$14<vue912.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
41
41
  default?: (props: {}) => any;
42
42
  }>;
43
43
  type __VLS_WithSlots$14<T, S> = T & {
@@ -54,7 +54,7 @@ interface ComboboxEmptyProps extends ComboboxEmptyBaseProps,
54
54
  */
55
55
  HTMLAttributes {}
56
56
  declare const _default$4: typeof __VLS_export$15;
57
- declare const __VLS_export$15: __VLS_WithSlots$13<vue725.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
57
+ declare const __VLS_export$15: __VLS_WithSlots$13<vue912.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
58
58
  default?: (props: {}) => any;
59
59
  }>;
60
60
  type __VLS_WithSlots$13<T, S> = T & {
@@ -71,7 +71,7 @@ interface ComboboxControlProps extends ComboboxControlBaseProps,
71
71
  */
72
72
  HTMLAttributes {}
73
73
  declare const _default$3: typeof __VLS_export$14;
74
- declare const __VLS_export$14: __VLS_WithSlots$12<vue725.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
74
+ declare const __VLS_export$14: __VLS_WithSlots$12<vue912.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
75
75
  default?: (props: {}) => any;
76
76
  }>;
77
77
  type __VLS_WithSlots$12<T, S> = T & {
@@ -88,7 +88,7 @@ interface ComboboxInputProps extends ComboboxInputBaseProps,
88
88
  */
89
89
  InputHTMLAttributes {}
90
90
  declare const _default$5: typeof __VLS_export$13;
91
- declare const __VLS_export$13: __VLS_WithSlots$11<vue725.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
91
+ declare const __VLS_export$13: __VLS_WithSlots$11<vue912.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
92
92
  default?: (props: {}) => any;
93
93
  }>;
94
94
  type __VLS_WithSlots$11<T, S> = T & {
@@ -105,7 +105,7 @@ interface ComboboxItemContextProps extends SlotsType<{
105
105
  default: UnwrapRef<UseComboboxItemContext>;
106
106
  }> {}
107
107
  declare const _default$7: typeof __VLS_export$12;
108
- declare const __VLS_export$12: __VLS_WithSlots$10<vue725.DefineComponent<{}, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, true, {}, any>, {
108
+ declare const __VLS_export$12: __VLS_WithSlots$10<vue912.DefineComponent<{}, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, true, {}, any>, {
109
109
  default(combobox: UnwrapRef<UseComboboxItemContext>): unknown;
110
110
  }>;
111
111
  type __VLS_WithSlots$10<T, S> = T & {
@@ -122,7 +122,7 @@ interface ComboboxItemGroupLabelProps extends ComboboxItemGroupLabelBaseProps,
122
122
  */
123
123
  HTMLAttributes {}
124
124
  declare const _default$9: typeof __VLS_export$11;
125
- declare const __VLS_export$11: __VLS_WithSlots$9<vue725.DefineComponent<ComboboxItemGroupLabelProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
125
+ declare const __VLS_export$11: __VLS_WithSlots$9<vue912.DefineComponent<ComboboxItemGroupLabelProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
126
126
  default?: (props: {}) => any;
127
127
  }>;
128
128
  type __VLS_WithSlots$9<T, S> = T & {
@@ -139,7 +139,7 @@ interface ComboboxItemGroupProps extends ComboboxItemGroupBaseProps,
139
139
  */
140
140
  HTMLAttributes {}
141
141
  declare const _default$8: typeof __VLS_export$10;
142
- declare const __VLS_export$10: __VLS_WithSlots$8<vue725.DefineComponent<ComboboxItemGroupProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
142
+ declare const __VLS_export$10: __VLS_WithSlots$8<vue912.DefineComponent<ComboboxItemGroupProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
143
143
  default?: (props: {}) => any;
144
144
  }>;
145
145
  type __VLS_WithSlots$8<T, S> = T & {
@@ -156,7 +156,7 @@ interface ComboboxItemIndicatorProps extends ComboboxItemIndicatorBaseProps,
156
156
  */
157
157
  HTMLAttributes {}
158
158
  declare const _default$10: typeof __VLS_export$9;
159
- declare const __VLS_export$9: __VLS_WithSlots$7<vue725.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
159
+ declare const __VLS_export$9: __VLS_WithSlots$7<vue912.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
160
160
  default?: (props: {}) => any;
161
161
  }>;
162
162
  type __VLS_WithSlots$7<T, S> = T & {
@@ -173,7 +173,7 @@ interface ComboboxItemTextProps extends ComboboxItemTextBaseProps,
173
173
  */
174
174
  HTMLAttributes {}
175
175
  declare const _default$11: typeof __VLS_export$8;
176
- declare const __VLS_export$8: __VLS_WithSlots$6<vue725.DefineComponent<ComboboxItemTextProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
176
+ declare const __VLS_export$8: __VLS_WithSlots$6<vue912.DefineComponent<ComboboxItemTextProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
177
177
  default?: (props: {}) => any;
178
178
  }>;
179
179
  type __VLS_WithSlots$6<T, S> = T & {
@@ -190,7 +190,7 @@ interface ComboboxItemProps extends ComboboxItemBaseProps,
190
190
  */
191
191
  HTMLAttributes {}
192
192
  declare const _default$6: typeof __VLS_export$7;
193
- declare const __VLS_export$7: __VLS_WithSlots$5<vue725.DefineComponent<ComboboxItemProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
193
+ declare const __VLS_export$7: __VLS_WithSlots$5<vue912.DefineComponent<ComboboxItemProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
194
194
  default?: (props: {}) => any;
195
195
  }>;
196
196
  type __VLS_WithSlots$5<T, S> = T & {
@@ -207,7 +207,7 @@ interface ComboboxLabelProps extends ComboboxLabelBaseProps,
207
207
  */
208
208
  LabelHTMLAttributes {}
209
209
  declare const _default$12: typeof __VLS_export$6;
210
- declare const __VLS_export$6: __VLS_WithSlots$4<vue725.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
210
+ declare const __VLS_export$6: __VLS_WithSlots$4<vue912.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
211
211
  default?: (props: {}) => any;
212
212
  }>;
213
213
  type __VLS_WithSlots$4<T, S> = T & {
@@ -224,7 +224,7 @@ interface ComboboxListProps extends ComboboxListBaseProps,
224
224
  */
225
225
  HTMLAttributes {}
226
226
  declare const _default$13: typeof __VLS_export$5;
227
- declare const __VLS_export$5: __VLS_WithSlots$3<vue725.DefineComponent<ComboboxListProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
227
+ declare const __VLS_export$5: __VLS_WithSlots$3<vue912.DefineComponent<ComboboxListProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
228
228
  default?: (props: {}) => any;
229
229
  }>;
230
230
  type __VLS_WithSlots$3<T, S> = T & {
@@ -241,7 +241,7 @@ interface ComboboxPositionerProps extends ComboboxPositionerBaseProps,
241
241
  */
242
242
  HTMLAttributes {}
243
243
  declare const _default$14: typeof __VLS_export$4;
244
- declare const __VLS_export$4: __VLS_WithSlots$2<vue725.DefineComponent<ComboboxPositionerProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
244
+ declare const __VLS_export$4: __VLS_WithSlots$2<vue912.DefineComponent<ComboboxPositionerProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
245
245
  default?: (props: {}) => any;
246
246
  }>;
247
247
  type __VLS_WithSlots$2<T, S> = T & {
@@ -264,7 +264,7 @@ type ComboboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: A
264
264
  interface ComboboxRootProviderEmits extends RootEmits$1 {}
265
265
  declare const _default$16: typeof __VLS_export$3;
266
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<{
267
- props: vue725.PublicProps & __VLS_PrettifyLocal$1<ComboboxRootProviderProps<T> & {
267
+ props: vue912.PublicProps & __VLS_PrettifyLocal$1<ComboboxRootProviderProps<T> & {
268
268
  onExitComplete?: (() => any) | undefined;
269
269
  }> & (typeof globalThis extends {
270
270
  __VLS_PROPS_FALLBACK: infer P;
@@ -275,7 +275,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
275
275
  default?: (props: {}) => any;
276
276
  };
277
277
  emit: (evt: "exitComplete") => void;
278
- }>) => vue725.VNode & {
278
+ }>) => vue912.VNode & {
279
279
  __ctx?: Awaited<typeof __VLS_setup>;
280
280
  };
281
281
  type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -534,22 +534,22 @@ type ComboboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {
534
534
  type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: ComboboxRootComponentProps<T, P>) => any;
535
535
  declare const _default$15: typeof __VLS_export$2;
536
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<{
537
- props: vue725.PublicProps & __VLS_PrettifyLocal<ComboboxRootProps<T> & {
537
+ props: vue912.PublicProps & __VLS_PrettifyLocal<ComboboxRootProps<T> & {
538
538
  onSelect?: ((details: {
539
539
  value: string[];
540
540
  itemValue: string;
541
541
  }) => any) | undefined;
542
- onExitComplete?: (() => any) | undefined;
543
542
  onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
544
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
543
+ onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
545
544
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
546
- onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.FocusOutsideEvent) => any) | undefined;
545
+ onExitComplete?: (() => any) | undefined;
546
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
547
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet13.FocusOutsideEvent) => any) | undefined;
548
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet13.InteractOutsideEvent) => any) | undefined;
549
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet13.PointerDownOutsideEvent) => any) | undefined;
547
550
  onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
548
- onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.InteractOutsideEvent) => any) | undefined;
549
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.PointerDownOutsideEvent) => any) | undefined;
550
- "onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
551
- onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
552
551
  onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
552
+ "onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
553
553
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
554
554
  }> & (typeof globalThis extends {
555
555
  __VLS_PROPS_FALLBACK: infer P;
@@ -562,8 +562,8 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
562
562
  emit: ((evt: "select", details: {
563
563
  value: string[];
564
564
  itemValue: string;
565
- }) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_bottom_sheet25.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_bottom_sheet25.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_bottom_sheet25.PointerDownOutsideEvent) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "update:inputValue", value: string) => void);
566
- }>) => vue725.VNode & {
565
+ }) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_bottom_sheet13.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_bottom_sheet13.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_bottom_sheet13.PointerDownOutsideEvent) => 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
+ }>) => vue912.VNode & {
567
567
  __ctx?: Awaited<typeof __VLS_setup>;
568
568
  };
569
569
  type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -576,7 +576,7 @@ interface ComboboxTriggerProps extends ComboboxTriggerBaseProps,
576
576
  */
577
577
  ButtonHTMLAttributes {}
578
578
  declare const _default$17: typeof __VLS_export$1;
579
- declare const __VLS_export$1: __VLS_WithSlots$1<vue725.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, false, {}, any>, {
579
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue912.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, false, {}, any>, {
580
580
  default?: (props: {}) => any;
581
581
  }>;
582
582
  type __VLS_WithSlots$1<T, S> = T & {
@@ -603,7 +603,7 @@ interface ComboboxContextProps extends SlotsType<{
603
603
  default: UnwrapRef<UseComboboxContext>;
604
604
  }> {}
605
605
  declare const _default$2: typeof __VLS_export;
606
- declare const __VLS_export: __VLS_WithSlots<vue725.DefineComponent<{}, {}, {}, {}, {}, vue725.ComponentOptionsMixin, vue725.ComponentOptionsMixin, {}, string, vue725.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue725.ComponentProvideOptions, true, {}, any>, {
606
+ declare const __VLS_export: __VLS_WithSlots<vue912.DefineComponent<{}, {}, {}, {}, {}, vue912.ComponentOptionsMixin, vue912.ComponentOptionsMixin, {}, string, vue912.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue912.ComponentProvideOptions, true, {}, any>, {
607
607
  default(combobox: UnwrapRef<UseComboboxContext>): unknown;
608
608
  }>;
609
609
  type __VLS_WithSlots<T, S> = T & {
@@ -613,6 +613,6 @@ type __VLS_WithSlots<T, S> = T & {
613
613
  };
614
614
  //#endregion
615
615
  //#region src/components/combobox/combobox-anatomy.d.ts
616
- declare const comboboxAnatomy: _sprawlify_primitives_anatomy5.AnatomyInstance<"input" | "label" | "root" | "content" | "trigger" | "list" | "positioner" | "control" | "item" | "itemGroup" | "itemIndicator" | "clearTrigger" | "itemText" | "itemGroupLabel" | "empty">;
616
+ declare const comboboxAnatomy: _sprawlify_primitives_anatomy2.AnatomyInstance<"input" | "label" | "list" | "root" | "content" | "control" | "item" | "itemGroup" | "trigger" | "positioner" | "clearTrigger" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty">;
617
617
  //#endregion
618
618
  export { type CollectionItem, combobox_d_exports as Combobox, _default as ComboboxClearTrigger, type ComboboxClearTriggerBaseProps, type ComboboxClearTriggerProps, _default$1 as ComboboxContent, type ComboboxContentBaseProps, type ComboboxContentProps, _default$2 as ComboboxContext, type ComboboxContextProps, _default$3 as ComboboxControl, type ComboboxControlBaseProps, type ComboboxControlProps, _default$4 as ComboboxEmpty, type ComboboxEmptyBaseProps, type ComboboxEmptyProps, type ComboboxFocusOutsideEvent, type ComboboxHighlightChangeDetails, _default$5 as ComboboxInput, type ComboboxInputBaseProps, type ComboboxInputProps, type ComboboxInputValueChangeDetails, type ComboboxInteractOutsideEvent, _default$6 as ComboboxItem, type ComboboxItemBaseProps, _default$7 as ComboboxItemContext, type ComboboxItemContextProps, _default$8 as ComboboxItemGroup, type ComboboxItemGroupBaseProps, _default$9 as ComboboxItemGroupLabel, type ComboboxItemGroupLabelBaseProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, _default$10 as ComboboxItemIndicator, type ComboboxItemIndicatorBaseProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, _default$11 as ComboboxItemText, type ComboboxItemTextBaseProps, type ComboboxItemTextProps, _default$12 as ComboboxLabel, type ComboboxLabelBaseProps, type ComboboxLabelProps, _default$13 as ComboboxList, type ComboboxListBaseProps, type ComboboxListProps, type ComboboxOpenChangeDetails, type ComboboxPointerDownOutsideEvent, _default$14 as ComboboxPositioner, type ComboboxPositionerBaseProps, type ComboboxPositionerProps, _default$15 as ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootComponent, type ComboboxRootComponentProps, type RootEmits as ComboboxRootEmits, type ComboboxRootProps, _default$16 as ComboboxRootProvider, type ComboboxRootProviderBaseProps, type ComboboxRootProviderComponent, type ComboboxRootProviderEmits, type ComboboxRootProviderProps, type ComboboxSelectionDetails, _default$17 as ComboboxTrigger, type ComboboxTriggerBaseProps, type ComboboxTriggerProps, type ComboboxValueChangeDetails, type ListCollection, type UseComboboxContext, type UseComboboxItemContext, type UseComboboxProps, type UseComboboxReturn, type UseListCollectionProps, comboboxAnatomy, createListCollection, useCombobox, useComboboxContext, useComboboxItemContext, useListCollection };
@@ -1,13 +1,14 @@
1
1
  import { t as __exportAll } from "../../chunk-BN_g-Awi.js";
2
2
  import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-DNndr38p.js";
3
- import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-B2CNPFg1.js";
4
- import { r as createContext, t as useForwardExpose } from "../../use-forward-expose-4p5AGAI3.js";
5
- import { t as sprawlify } from "../../factory-BH3WrWd2.js";
6
- import { t as cleanProps } from "../../clean-props-BDv2zb5M.js";
7
- import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-BkxoN6ll.js";
8
- import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-CvUnYMZQ.js";
9
- import { m as useFieldContext } from "../../field-DnHnX3Tf.js";
10
- import { n as useListCollection, o as createListCollection } from "../../collection-Ba0Aeh5P.js";
3
+ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
4
+ import { t as createContext } from "../../create-context-Ds1GbsVc.js";
5
+ import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
6
+ import { t as sprawlify } from "../../factory-Co08Aw8u.js";
7
+ import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
8
+ import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DMa_QmB6.js";
9
+ import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-BK6rPXK7.js";
10
+ import { m as useFieldContext } from "../../field-CtPR24u6.js";
11
+ import { n as useListCollection, o as createListCollection } from "../../collection-DiwGNCAy.js";
11
12
  import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
12
13
  import * as combobox from "@sprawlify/primitives/machines/combobox";
13
14
  import { anatomy } from "@sprawlify/primitives/machines/combobox";