@sprawlify/vue 0.0.70 → 0.0.73

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 (101) hide show
  1. package/dist/boolean-CpMsIRK4.js +7 -0
  2. package/dist/components/accordion/index.d.ts +20 -20
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/angle-slider/index.d.ts +19 -19
  5. package/dist/components/avatar/index.d.ts +3 -3
  6. package/dist/components/bottom-sheet/index.d.ts +22 -22
  7. package/dist/components/carousel/index.d.ts +25 -25
  8. package/dist/components/checkbox/index.d.ts +28 -28
  9. package/dist/components/checkbox/index.js +1 -6
  10. package/dist/components/client-only/index.d.ts +2 -2
  11. package/dist/components/clipboard/index.d.ts +17 -17
  12. package/dist/components/collapsible/index.d.ts +17 -17
  13. package/dist/components/collapsible/index.js +1 -1
  14. package/dist/components/collection/index.d.ts +1 -1
  15. package/dist/components/collection/index.js +1 -1
  16. package/dist/components/color-picker/index.d.ts +58 -58
  17. package/dist/components/combobox/index.d.ts +38 -38
  18. package/dist/components/combobox/index.js +1 -1
  19. package/dist/components/date-picker/index.d.ts +51 -51
  20. package/dist/components/dialog/index.d.ts +33 -33
  21. package/dist/components/download-trigger/index.d.ts +4 -4
  22. package/dist/components/editable/index.d.ts +29 -29
  23. package/dist/components/field/index.d.ts +26 -26
  24. package/dist/components/fieldset/index.d.ts +13 -13
  25. package/dist/components/file-upload/index.d.ts +25 -25
  26. package/dist/components/floating-panel/index.d.ts +24 -25
  27. package/dist/components/focus-trap/index.d.ts +5 -5
  28. package/dist/components/format/index.d.ts +4 -4
  29. package/dist/components/frame/index.d.ts +6 -6
  30. package/dist/components/highlight/index.d.ts +5 -5
  31. package/dist/components/hover-card/index.d.ts +27 -27
  32. package/dist/components/image-cropper/index.d.ts +16 -16
  33. package/dist/components/json-tree-view/index.d.ts +12 -12
  34. package/dist/components/json-tree-view/index.js +3 -3
  35. package/dist/components/listbox/index.d.ts +26 -26
  36. package/dist/components/listbox/index.js +1 -1
  37. package/dist/components/marquee/index.d.ts +23 -23
  38. package/dist/components/menu/index.d.ts +53 -54
  39. package/dist/components/navigation-menu/index.d.ts +20 -20
  40. package/dist/components/number-input/index.d.ts +22 -22
  41. package/dist/components/pagination/index.d.ts +17 -17
  42. package/dist/components/password-input/index.d.ts +25 -25
  43. package/dist/components/pin-input/index.d.ts +21 -21
  44. package/dist/components/popover/index.d.ts +34 -34
  45. package/dist/components/presence/index.d.ts +2 -2
  46. package/dist/components/progress/index.d.ts +231 -0
  47. package/dist/components/progress/index.js +372 -0
  48. package/dist/components/qr-code/index.d.ts +159 -0
  49. package/dist/components/qr-code/index.js +263 -0
  50. package/dist/components/radio-group/index.d.ts +231 -0
  51. package/dist/components/radio-group/index.js +378 -0
  52. package/dist/components/rating-group/index.d.ts +201 -0
  53. package/dist/components/rating-group/index.js +330 -0
  54. package/dist/components/scroll-area/index.d.ts +171 -0
  55. package/dist/components/scroll-area/index.js +264 -0
  56. package/dist/components/segment-group/index.d.ts +231 -0
  57. package/dist/components/segment-group/index.js +422 -0
  58. package/dist/components/select/index.d.ts +39 -39
  59. package/dist/components/select/index.js +1 -1
  60. package/dist/components/signature-pad/index.d.ts +202 -0
  61. package/dist/components/signature-pad/index.js +345 -0
  62. package/dist/components/slider/index.d.ts +300 -0
  63. package/dist/components/slider/index.js +511 -0
  64. package/dist/components/splitter/index.d.ts +162 -0
  65. package/dist/components/splitter/index.js +280 -0
  66. package/dist/components/steps/index.d.ts +290 -0
  67. package/dist/components/steps/index.js +469 -0
  68. package/dist/components/switch/index.d.ts +179 -0
  69. package/dist/components/switch/index.js +290 -0
  70. package/dist/components/tabs/index.d.ts +181 -0
  71. package/dist/components/tabs/index.js +335 -0
  72. package/dist/components/tags-input/index.d.ts +339 -0
  73. package/dist/components/tags-input/index.js +569 -0
  74. package/dist/components/timer/index.d.ts +177 -0
  75. package/dist/components/timer/index.js +295 -0
  76. package/dist/components/toast/index.d.ts +154 -0
  77. package/dist/components/toast/index.js +265 -0
  78. package/dist/components/toggle/index.d.ts +101 -0
  79. package/dist/components/toggle/index.js +131 -0
  80. package/dist/components/toggle-group/index.d.ts +127 -0
  81. package/dist/components/toggle-group/index.js +207 -0
  82. package/dist/components/tooltip/index.d.ts +201 -0
  83. package/dist/components/tooltip/index.js +349 -0
  84. package/dist/components/tour/index.d.ts +308 -0
  85. package/dist/components/tour/index.js +505 -0
  86. package/dist/components/tree-view/index.d.ts +5 -5
  87. package/dist/components/tree-view/index.js +3 -3
  88. package/dist/{index-Cjk1WhUx.d.ts → index-8bjPAUl0.d.ts} +10 -10
  89. package/dist/{index-D0_ID5xv.d.ts → index-BnYwp0nl.d.ts} +7 -7
  90. package/dist/{index-ByYmM8LZ.d.ts → index-CmCVWB7e.d.ts} +33 -33
  91. package/dist/index.d.ts +3 -3
  92. package/dist/{tree-view-CzfDgztL.js → tree-view-N6ShNmpe.js} +1 -1
  93. package/package.json +78 -2
  94. /package/dist/{collapsible-D1Mx4C0H.js → collapsible-SXAS3iFc.js} +0 -0
  95. /package/dist/{collection-DiwGNCAy.js → collection-C_ZHBDQD.js} +0 -0
  96. /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
  97. /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
  98. /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
  99. /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
  100. /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
  101. /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
@@ -1,12 +1,11 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { t as RootEmits$1 } from "../../presence-types-BaQ7PILD.js";
3
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
4
- import { r as PropTypes } from "../../index-DI09ccnU.js";
5
- import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
6
- import "../../index-D0_ID5xv.js";
7
- import * as vue1677 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { t as RootEmits$1 } from "../../presence-types-BJRr8tqd.js";
3
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
4
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
5
+ import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
6
+ import "../../index-BnYwp0nl.js";
7
+ import * as vue1119 from "vue";
8
8
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
9
- import * as _sprawlify_primitives_machines_bottom_sheet31 from "@sprawlify/primitives/machines/bottom-sheet";
10
9
  import * as menu from "@sprawlify/primitives/machines/menu";
11
10
  import { FocusOutsideEvent, FocusOutsideEvent as MenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as MenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as MenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as MenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as MenuSelectionDetails, anatomy as menuAnatomy } from "@sprawlify/primitives/machines/menu";
12
11
 
@@ -18,7 +17,7 @@ interface MenuArrowTipProps extends MenuArrowTipBaseProps,
18
17
  */
19
18
  HTMLAttributes {}
20
19
  declare const _default$1: typeof __VLS_export$20;
21
- declare const __VLS_export$20: __VLS_WithSlots$19<vue1677.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
20
+ declare const __VLS_export$20: __VLS_WithSlots$19<vue1119.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
22
21
  default?: (props: {}) => any;
23
22
  }>;
24
23
  type __VLS_WithSlots$19<T, S> = T & {
@@ -35,7 +34,7 @@ interface MenuArrowProps extends MenuArrowBaseProps,
35
34
  */
36
35
  HTMLAttributes {}
37
36
  declare const _default: typeof __VLS_export$19;
38
- declare const __VLS_export$19: __VLS_WithSlots$18<vue1677.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
37
+ declare const __VLS_export$19: __VLS_WithSlots$18<vue1119.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
39
38
  default?: (props: {}) => any;
40
39
  }>;
41
40
  type __VLS_WithSlots$18<T, S> = T & {
@@ -56,15 +55,15 @@ type MenuCheckboxItemEmits = {
56
55
  'update:checked': [value: boolean];
57
56
  };
58
57
  declare const _default$2: typeof __VLS_export$18;
59
- declare const __VLS_export$18: __VLS_WithSlots$17<vue1677.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
58
+ declare const __VLS_export$18: __VLS_WithSlots$17<vue1119.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {
60
59
  "update:checked": (value: boolean) => any;
61
- }, string, vue1677.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
60
+ }, string, vue1119.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
62
61
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
63
62
  }>, {
64
- checked: boolean;
65
63
  disabled: boolean;
64
+ checked: boolean;
66
65
  closeOnSelect: boolean;
67
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
66
+ }, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
68
67
  default?: (props: {}) => any;
69
68
  }>;
70
69
  type __VLS_WithSlots$17<T, S> = T & {
@@ -81,7 +80,7 @@ interface MenuContentProps extends MenuContentBaseProps,
81
80
  */
82
81
  HTMLAttributes {}
83
82
  declare const _default$3: typeof __VLS_export$17;
84
- declare const __VLS_export$17: __VLS_WithSlots$16<vue1677.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
83
+ declare const __VLS_export$17: __VLS_WithSlots$16<vue1119.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
85
84
  default?: (props: {}) => any;
86
85
  }>;
87
86
  type __VLS_WithSlots$16<T, S> = T & {
@@ -98,7 +97,7 @@ interface MenuContextTriggerProps extends MenuContextTriggerBaseProps,
98
97
  */
99
98
  ButtonHTMLAttributes {}
100
99
  declare const _default$5: typeof __VLS_export$16;
101
- declare const __VLS_export$16: __VLS_WithSlots$15<vue1677.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
100
+ declare const __VLS_export$16: __VLS_WithSlots$15<vue1119.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
102
101
  default?: (props: {}) => any;
103
102
  }>;
104
103
  type __VLS_WithSlots$15<T, S> = T & {
@@ -115,7 +114,7 @@ interface MenuIndicatorProps extends MenuIndicatorBaseProps,
115
114
  */
116
115
  HTMLAttributes {}
117
116
  declare const _default$6: typeof __VLS_export$15;
118
- declare const __VLS_export$15: __VLS_WithSlots$14<vue1677.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
117
+ declare const __VLS_export$15: __VLS_WithSlots$14<vue1119.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
119
118
  default?: (props: {}) => any;
120
119
  }>;
121
120
  type __VLS_WithSlots$14<T, S> = T & {
@@ -132,7 +131,7 @@ interface MenuItemContextProps extends SlotsType<{
132
131
  default: UnwrapRef<UseMenuItemContext>;
133
132
  }> {}
134
133
  declare const _default$8: typeof __VLS_export$14;
135
- declare const __VLS_export$14: __VLS_WithSlots$13<vue1677.DefineComponent<{}, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, true, {}, any>, {
134
+ declare const __VLS_export$14: __VLS_WithSlots$13<vue1119.DefineComponent<{}, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, true, {}, any>, {
136
135
  default(item: UnwrapRef<UseMenuItemContext>): unknown;
137
136
  }>;
138
137
  type __VLS_WithSlots$13<T, S> = T & {
@@ -149,7 +148,7 @@ interface MenuItemGroupLabelProps extends MenuItemGroupLabelBaseProps,
149
148
  */
150
149
  HTMLAttributes {}
151
150
  declare const _default$10: typeof __VLS_export$13;
152
- declare const __VLS_export$13: __VLS_WithSlots$12<vue1677.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
151
+ declare const __VLS_export$13: __VLS_WithSlots$12<vue1119.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
153
152
  default?: (props: {}) => any;
154
153
  }>;
155
154
  type __VLS_WithSlots$12<T, S> = T & {
@@ -166,7 +165,7 @@ interface MenuItemGroupProps extends MenuItemGroupBaseProps,
166
165
  */
167
166
  HTMLAttributes {}
168
167
  declare const _default$9: typeof __VLS_export$12;
169
- declare const __VLS_export$12: __VLS_WithSlots$11<vue1677.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
168
+ declare const __VLS_export$12: __VLS_WithSlots$11<vue1119.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
170
169
  default?: (props: {}) => any;
171
170
  }>;
172
171
  type __VLS_WithSlots$11<T, S> = T & {
@@ -183,7 +182,7 @@ interface MenuItemIndicatorProps extends MenuItemIndicatorBaseProps,
183
182
  */
184
183
  HTMLAttributes {}
185
184
  declare const _default$11: typeof __VLS_export$11;
186
- declare const __VLS_export$11: __VLS_WithSlots$10<vue1677.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
185
+ declare const __VLS_export$11: __VLS_WithSlots$10<vue1119.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
187
186
  default?: (props: {}) => any;
188
187
  }>;
189
188
  type __VLS_WithSlots$10<T, S> = T & {
@@ -200,7 +199,7 @@ interface MenuItemTextProps extends MenuItemTextBaseProps,
200
199
  */
201
200
  HTMLAttributes {}
202
201
  declare const _default$12: typeof __VLS_export$10;
203
- declare const __VLS_export$10: __VLS_WithSlots$9<vue1677.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
202
+ declare const __VLS_export$10: __VLS_WithSlots$9<vue1119.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
204
203
  default?: (props: {}) => any;
205
204
  }>;
206
205
  type __VLS_WithSlots$9<T, S> = T & {
@@ -217,14 +216,14 @@ interface MenuItemProps extends MenuItemBaseProps,
217
216
  */
218
217
  Omit<HTMLAttributes, 'onSelect'> {}
219
218
  declare const _default$7: typeof __VLS_export$9;
220
- declare const __VLS_export$9: __VLS_WithSlots$8<vue1677.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {} & {
219
+ declare const __VLS_export$9: __VLS_WithSlots$8<vue1119.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {} & {
221
220
  select: () => any;
222
- }, string, vue1677.PublicProps, Readonly<MenuItemProps> & Readonly<{
221
+ }, string, vue1119.PublicProps, Readonly<MenuItemProps> & Readonly<{
223
222
  onSelect?: (() => any) | undefined;
224
223
  }>, {
225
224
  disabled: boolean;
226
225
  closeOnSelect: boolean;
227
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
226
+ }, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
228
227
  default?: (props: {}) => any;
229
228
  }>;
230
229
  type __VLS_WithSlots$8<T, S> = T & {
@@ -241,7 +240,7 @@ interface MenuPositionerProps extends MenuPositionerBaseProps,
241
240
  */
242
241
  HTMLAttributes {}
243
242
  declare const _default$13: typeof __VLS_export$8;
244
- declare const __VLS_export$8: __VLS_WithSlots$7<vue1677.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
243
+ declare const __VLS_export$8: __VLS_WithSlots$7<vue1119.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
245
244
  default?: (props: {}) => any;
246
245
  }>;
247
246
  type __VLS_WithSlots$7<T, S> = T & {
@@ -264,11 +263,11 @@ type MenuRadioItemGroupEmits = {
264
263
  'update:modelValue': [value: string];
265
264
  };
266
265
  declare const _default$15: typeof __VLS_export$7;
267
- declare const __VLS_export$7: __VLS_WithSlots$6<vue1677.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
266
+ declare const __VLS_export$7: __VLS_WithSlots$6<vue1119.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {
268
267
  "update:modelValue": (value: string) => any;
269
- }, string, vue1677.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
268
+ }, string, vue1119.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
270
269
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
271
- }>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
270
+ }>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
272
271
  default?: (props: {}) => any;
273
272
  }>;
274
273
  type __VLS_WithSlots$6<T, S> = T & {
@@ -286,10 +285,10 @@ interface MenuRadioItemProps extends MenuRadioItemBaseProps,
286
285
  */
287
286
  HTMLAttributes {}
288
287
  declare const _default$14: typeof __VLS_export$6;
289
- declare const __VLS_export$6: __VLS_WithSlots$5<vue1677.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
288
+ declare const __VLS_export$6: __VLS_WithSlots$5<vue1119.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
290
289
  disabled: boolean;
291
290
  closeOnSelect: boolean;
292
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
291
+ }, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
293
292
  default?: (props: {}) => any;
294
293
  }>;
295
294
  type __VLS_WithSlots$5<T, S> = T & {
@@ -306,11 +305,11 @@ interface MenuRootProviderBaseProps extends RootProviderProps, RenderStrategyPro
306
305
  interface MenuRootProviderProps extends MenuRootProviderBaseProps {}
307
306
  interface MenuRootProviderEmits extends RootEmits$1 {}
308
307
  declare const _default$17: typeof __VLS_export$5;
309
- declare const __VLS_export$5: __VLS_WithSlots$4<vue1677.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
308
+ declare const __VLS_export$5: __VLS_WithSlots$4<vue1119.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {
310
309
  exitComplete: () => any;
311
- }, string, vue1677.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
310
+ }, string, vue1119.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
312
311
  onExitComplete?: (() => any) | undefined;
313
- }>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
312
+ }>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
314
313
  default?: (props: {}) => any;
315
314
  }>;
316
315
  type __VLS_WithSlots$4<T, S> = T & {
@@ -368,48 +367,48 @@ interface MenuRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicP
368
367
  interface MenuRootProps extends MenuRootBaseProps {}
369
368
  interface MenuRootEmits extends RootEmits {}
370
369
  declare const _default$16: typeof __VLS_export$4;
371
- declare const __VLS_export$4: __VLS_WithSlots$3<vue1677.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
370
+ declare const __VLS_export$4: __VLS_WithSlots$3<vue1119.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {
372
371
  select: (details: menu.SelectionDetails) => any;
373
- openChange: (details: menu.OpenChangeDetails) => any;
374
372
  exitComplete: () => any;
373
+ openChange: (details: menu.OpenChangeDetails) => any;
375
374
  "update:open": (open: boolean) => any;
375
+ focusOutside: (event: menu.FocusOutsideEvent) => any;
376
+ highlightChange: (details: menu.HighlightChangeDetails) => any;
377
+ interactOutside: (event: menu.InteractOutsideEvent) => any;
378
+ pointerDownOutside: (event: menu.PointerDownOutsideEvent) => any;
376
379
  escapeKeyDown: (event: KeyboardEvent) => any;
377
- focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any;
378
- interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any;
379
- pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any;
380
380
  requestDismiss: (event: CustomEvent<{
381
381
  originalLayer: HTMLElement;
382
382
  targetLayer: HTMLElement | undefined;
383
383
  originalIndex: number;
384
384
  targetIndex: number;
385
385
  }>) => any;
386
- highlightChange: (details: menu.HighlightChangeDetails) => any;
387
386
  "update:highlightedValue": (highlightedValue: string | null) => any;
388
- }, string, vue1677.PublicProps, Readonly<MenuRootProps> & Readonly<{
387
+ }, string, vue1119.PublicProps, Readonly<MenuRootProps> & Readonly<{
389
388
  onSelect?: ((details: menu.SelectionDetails) => any) | undefined;
390
- onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
391
389
  onExitComplete?: (() => any) | undefined;
390
+ onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
392
391
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
392
+ onFocusOutside?: ((event: menu.FocusOutsideEvent) => any) | undefined;
393
+ onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
394
+ onInteractOutside?: ((event: menu.InteractOutsideEvent) => any) | undefined;
395
+ onPointerDownOutside?: ((event: menu.PointerDownOutsideEvent) => any) | undefined;
393
396
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
394
- onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any) | undefined;
395
- onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any) | undefined;
396
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any) | undefined;
397
397
  onRequestDismiss?: ((event: CustomEvent<{
398
398
  originalLayer: HTMLElement;
399
399
  targetLayer: HTMLElement | undefined;
400
400
  originalIndex: number;
401
401
  targetIndex: number;
402
402
  }>) => any) | undefined;
403
- onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
404
403
  "onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
405
404
  }>, {
406
- typeahead: boolean;
407
405
  open: boolean;
408
406
  defaultOpen: boolean;
409
- closeOnSelect: boolean;
410
- composite: boolean;
407
+ typeahead: boolean;
411
408
  loopFocus: boolean;
412
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
409
+ composite: boolean;
410
+ closeOnSelect: boolean;
411
+ }, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
413
412
  default?: (props: {}) => any;
414
413
  }>;
415
414
  type __VLS_WithSlots$3<T, S> = T & {
@@ -426,7 +425,7 @@ interface MenuSeparatorProps extends MenuSeparatorBaseProps,
426
425
  */
427
426
  HTMLAttributes {}
428
427
  declare const _default$18: typeof __VLS_export$3;
429
- declare const __VLS_export$3: vue1677.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>;
428
+ declare const __VLS_export$3: vue1119.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>;
430
429
  //#endregion
431
430
  //#region src/components/menu/menu-trigger-item.vue.d.ts
432
431
  interface MenuTriggerItemBaseProps extends PolymorphicProps {}
@@ -436,7 +435,7 @@ interface MenuTriggerItemProps extends MenuTriggerItemBaseProps,
436
435
  */
437
436
  HTMLAttributes {}
438
437
  declare const _default$20: typeof __VLS_export$2;
439
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1677.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
438
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1119.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
440
439
  default?: (props: {}) => any;
441
440
  }>;
442
441
  type __VLS_WithSlots$2<T, S> = T & {
@@ -453,7 +452,7 @@ interface MenuTriggerProps extends MenuTriggerBaseProps,
453
452
  */
454
453
  ButtonHTMLAttributes {}
455
454
  declare const _default$19: typeof __VLS_export$1;
456
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1677.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
455
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1119.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, false, {}, any>, {
457
456
  default?: (props: {}) => any;
458
457
  }>;
459
458
  type __VLS_WithSlots$1<T, S> = T & {
@@ -486,7 +485,7 @@ interface MenuContextProps extends SlotsType<{
486
485
  default: UnwrapRef<UseMenuContext>;
487
486
  }> {}
488
487
  declare const _default$4: typeof __VLS_export;
489
- declare const __VLS_export: __VLS_WithSlots<vue1677.DefineComponent<{}, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, true, {}, any>, {
488
+ declare const __VLS_export: __VLS_WithSlots<vue1119.DefineComponent<{}, {}, {}, {}, {}, vue1119.ComponentOptionsMixin, vue1119.ComponentOptionsMixin, {}, string, vue1119.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1119.ComponentProvideOptions, true, {}, any>, {
490
489
  default(menu: UnwrapRef<UseMenuContext>): unknown;
491
490
  }>;
492
491
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
5
- import * as vue527 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
5
+ import * as vue2691 from "vue";
6
6
  import { AnchorHTMLAttributes, ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as navigationMenu from "@sprawlify/primitives/machines/navigation-menu";
8
8
  import { ContentProps, ItemProps, LinkProps, ValueChangeDetails, ValueChangeDetails as NavigationMenuValueChangeDetails, ViewportProps, anatomy as navigationMenuAnatomy } from "@sprawlify/primitives/machines/navigation-menu";
@@ -15,7 +15,7 @@ interface NavigationMenuArrowProps extends NavigationMenuArrowBaseProps,
15
15
  */
16
16
  HTMLAttributes {}
17
17
  declare const _default: typeof __VLS_export$12;
18
- declare const __VLS_export$12: __VLS_WithSlots$12<vue527.DefineComponent<NavigationMenuArrowProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
18
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue2691.DefineComponent<NavigationMenuArrowProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
19
19
  default?: (props: {}) => any;
20
20
  }>;
21
21
  type __VLS_WithSlots$12<T, S> = T & {
@@ -32,7 +32,7 @@ interface NavigationMenuContentProps extends NavigationMenuContentBaseProps,
32
32
  */
33
33
  Omit<HTMLAttributes, 'onSelect'> {}
34
34
  declare const _default$1: typeof __VLS_export$11;
35
- declare const __VLS_export$11: __VLS_WithSlots$11<vue527.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
35
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue2691.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
36
36
  default?: (props: {}) => any;
37
37
  } & {
38
38
  default?: (props: {}) => any;
@@ -81,7 +81,7 @@ interface NavigationMenuContextProps extends SlotsType<{
81
81
  default: UnwrapRef<UseNavigationMenuContext>;
82
82
  }> {}
83
83
  declare const _default$2: typeof __VLS_export$10;
84
- declare const __VLS_export$10: __VLS_WithSlots$10<vue527.DefineComponent<{}, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, true, {}, any>, {
84
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue2691.DefineComponent<{}, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, true, {}, any>, {
85
85
  default(navigationMenu: UnwrapRef<UseNavigationMenuContext>): unknown;
86
86
  }>;
87
87
  type __VLS_WithSlots$10<T, S> = T & {
@@ -98,7 +98,7 @@ interface NavigationMenuIndicatorProps extends NavigationMenuIndicatorBaseProps,
98
98
  */
99
99
  HTMLAttributes {}
100
100
  declare const _default$3: typeof __VLS_export$9;
101
- declare const __VLS_export$9: __VLS_WithSlots$9<vue527.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
101
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue2691.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
102
102
  default?: (props: {}) => any;
103
103
  }>;
104
104
  type __VLS_WithSlots$9<T, S> = T & {
@@ -115,7 +115,7 @@ interface NavigationMenuItemProps extends NavigationMenuItemBaseProps,
115
115
  */
116
116
  HTMLAttributes {}
117
117
  declare const _default$4: typeof __VLS_export$8;
118
- declare const __VLS_export$8: __VLS_WithSlots$8<vue527.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
118
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue2691.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
119
119
  default?: (props: {}) => any;
120
120
  }>;
121
121
  type __VLS_WithSlots$8<T, S> = T & {
@@ -132,7 +132,7 @@ interface NavigationMenuItemIndicatorProps extends NavigationMenuItemIndicatorBa
132
132
  */
133
133
  HTMLAttributes {}
134
134
  declare const _default$5: typeof __VLS_export$7;
135
- declare const __VLS_export$7: __VLS_WithSlots$7<vue527.DefineComponent<NavigationMenuItemIndicatorProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
135
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue2691.DefineComponent<NavigationMenuItemIndicatorProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
136
136
  default?: (props: {}) => any;
137
137
  }>;
138
138
  type __VLS_WithSlots$7<T, S> = T & {
@@ -149,7 +149,7 @@ interface NavigationMenuLinkProps extends NavigationMenuLinkBaseProps,
149
149
  */
150
150
  Omit<AnchorHTMLAttributes, 'current' | 'onSelect'> {}
151
151
  declare const _default$6: typeof __VLS_export$6;
152
- declare const __VLS_export$6: __VLS_WithSlots$6<vue527.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
152
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue2691.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
153
153
  default?: (props: {}) => any;
154
154
  }>;
155
155
  type __VLS_WithSlots$6<T, S> = T & {
@@ -166,7 +166,7 @@ interface NavigationMenuListProps extends NavigationMenuListBaseProps,
166
166
  */
167
167
  HTMLAttributes {}
168
168
  declare const _default$7: typeof __VLS_export$5;
169
- declare const __VLS_export$5: __VLS_WithSlots$5<vue527.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
169
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2691.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
170
170
  default?: (props: {}) => any;
171
171
  }>;
172
172
  type __VLS_WithSlots$5<T, S> = T & {
@@ -180,17 +180,17 @@ interface NavigationMenuRootBaseProps extends RootProps, RenderStrategyProps {}
180
180
  interface NavigationMenuRootProps extends NavigationMenuRootBaseProps {}
181
181
  interface NavigationMenuRootEmits extends RootEmits {}
182
182
  declare const _default$8: typeof __VLS_export$4;
183
- declare const __VLS_export$4: __VLS_WithSlots$4<vue527.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {
183
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2691.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {
184
184
  valueChange: (details: navigationMenu.ValueChangeDetails) => any;
185
185
  "update:value": (value: string) => any;
186
- }, string, vue527.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
186
+ }, string, vue2691.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
187
187
  onValueChange?: ((details: navigationMenu.ValueChangeDetails) => any) | undefined;
188
188
  "onUpdate:value"?: ((value: string) => any) | undefined;
189
189
  }>, {
190
190
  disableClickTrigger: boolean;
191
191
  disableHoverTrigger: boolean;
192
192
  disablePointerLeaveClose: boolean;
193
- }, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
193
+ }, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
194
194
  default?: (props: {}) => any;
195
195
  }>;
196
196
  type __VLS_WithSlots$4<T, S> = T & {
@@ -206,7 +206,7 @@ interface RootProviderProps {
206
206
  interface NavigationMenuRootProviderBaseProps extends RootProviderProps, RenderStrategyProps {}
207
207
  interface NavigationMenuRootProviderProps extends NavigationMenuRootProviderBaseProps {}
208
208
  declare const _default$9: typeof __VLS_export$3;
209
- declare const __VLS_export$3: __VLS_WithSlots$3<vue527.DefineComponent<NavigationMenuRootProviderProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
209
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2691.DefineComponent<NavigationMenuRootProviderProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
210
210
  default?: (props: {}) => any;
211
211
  }>;
212
212
  type __VLS_WithSlots$3<T, S> = T & {
@@ -223,7 +223,7 @@ interface NavigationMenuTriggerProps extends NavigationMenuTriggerBaseProps,
223
223
  */
224
224
  Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
225
225
  declare const _default$10: typeof __VLS_export$2;
226
- declare const __VLS_export$2: __VLS_WithSlots$2<vue527.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
226
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2691.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
227
227
  default?: (props: {}) => any;
228
228
  }>;
229
229
  type __VLS_WithSlots$2<T, S> = T & {
@@ -240,7 +240,7 @@ interface NavigationMenuViewportProps extends NavigationMenuViewportBaseProps,
240
240
  */
241
241
  HTMLAttributes {}
242
242
  declare const _default$11: typeof __VLS_export$1;
243
- declare const __VLS_export$1: __VLS_WithSlots$1<vue527.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
243
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2691.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
244
244
  default?: (props: {}) => any;
245
245
  }>;
246
246
  type __VLS_WithSlots$1<T, S> = T & {
@@ -257,7 +257,7 @@ interface NavigationMenuViewportPositionerProps extends NavigationMenuViewportPo
257
257
  */
258
258
  HTMLAttributes {}
259
259
  declare const _default$12: typeof __VLS_export;
260
- declare const __VLS_export: __VLS_WithSlots<vue527.DefineComponent<NavigationMenuViewportPositionerProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuViewportPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
260
+ declare const __VLS_export: __VLS_WithSlots<vue2691.DefineComponent<NavigationMenuViewportPositionerProps, {}, {}, {}, {}, vue2691.ComponentOptionsMixin, vue2691.ComponentOptionsMixin, {}, string, vue2691.PublicProps, Readonly<NavigationMenuViewportPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2691.ComponentProvideOptions, false, {}, any>, {
261
261
  default?: (props: {}) => any;
262
262
  }>;
263
263
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import * as vue1329 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import * as vue2111 from "vue";
5
5
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as numberInput from "@sprawlify/primitives/machines/number-input";
7
7
  import { FocusChangeDetails, FocusChangeDetails as NumberInputFocusChangeDetails, ValueChangeDetails, ValueChangeDetails as NumberInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as NumberInputValueInvalidDetails, anatomy as numberInputAnatomy } from "@sprawlify/primitives/machines/number-input";
@@ -61,7 +61,7 @@ interface NumberInputContextProps extends SlotsType<{
61
61
  default: UnwrapRef<UseNumberInputContext>;
62
62
  }> {}
63
63
  declare const _default: typeof __VLS_export$9;
64
- declare const __VLS_export$9: __VLS_WithSlots$9<vue1329.DefineComponent<{}, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, true, {}, any>, {
64
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue2111.DefineComponent<{}, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, true, {}, any>, {
65
65
  default(numberInput: UnwrapRef<UseNumberInputContext>): unknown;
66
66
  }>;
67
67
  type __VLS_WithSlots$9<T, S> = T & {
@@ -78,7 +78,7 @@ interface NumberInputControlProps extends NumberInputControlBaseProps,
78
78
  */
79
79
  HTMLAttributes {}
80
80
  declare const _default$1: typeof __VLS_export$8;
81
- declare const __VLS_export$8: __VLS_WithSlots$8<vue1329.DefineComponent<NumberInputControlProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
81
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue2111.DefineComponent<NumberInputControlProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
82
82
  default?: (props: {}) => any;
83
83
  }>;
84
84
  type __VLS_WithSlots$8<T, S> = T & {
@@ -95,7 +95,7 @@ interface NumberInputDecrementTriggerProps extends NumberInputDecrementTriggerBa
95
95
  */
96
96
  ButtonHTMLAttributes {}
97
97
  declare const _default$2: typeof __VLS_export$7;
98
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1329.DefineComponent<NumberInputDecrementTriggerProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputDecrementTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
98
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue2111.DefineComponent<NumberInputDecrementTriggerProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputDecrementTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
99
99
  default?: (props: {}) => any;
100
100
  }>;
101
101
  type __VLS_WithSlots$7<T, S> = T & {
@@ -112,7 +112,7 @@ interface NumberInputIncrementTriggerProps extends NumberInputIncrementTriggerBa
112
112
  */
113
113
  ButtonHTMLAttributes {}
114
114
  declare const _default$3: typeof __VLS_export$6;
115
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1329.DefineComponent<NumberInputIncrementTriggerProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputIncrementTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
115
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue2111.DefineComponent<NumberInputIncrementTriggerProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputIncrementTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
116
116
  default?: (props: {}) => any;
117
117
  }>;
118
118
  type __VLS_WithSlots$6<T, S> = T & {
@@ -129,7 +129,7 @@ interface NumberInputInputProps extends NumberInputInputBaseProps,
129
129
  */
130
130
  InputHTMLAttributes {}
131
131
  declare const _default$4: typeof __VLS_export$5;
132
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1329.DefineComponent<NumberInputInputProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
132
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2111.DefineComponent<NumberInputInputProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
133
133
  default?: (props: {}) => any;
134
134
  }>;
135
135
  type __VLS_WithSlots$5<T, S> = T & {
@@ -146,7 +146,7 @@ interface NumberInputLabelProps extends NumberInputLabelBaseProps,
146
146
  */
147
147
  LabelHTMLAttributes {}
148
148
  declare const _default$5: typeof __VLS_export$4;
149
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1329.DefineComponent<NumberInputLabelProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
149
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2111.DefineComponent<NumberInputLabelProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
150
150
  default?: (props: {}) => any;
151
151
  }>;
152
152
  type __VLS_WithSlots$4<T, S> = T & {
@@ -166,7 +166,7 @@ interface NumberInputRootProviderProps extends NumberInputRootProviderBaseProps,
166
166
  */
167
167
  HTMLAttributes {}
168
168
  declare const _default$7: typeof __VLS_export$3;
169
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1329.DefineComponent<NumberInputRootProviderProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
169
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2111.DefineComponent<NumberInputRootProviderProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
170
170
  default?: (props: {}) => any;
171
171
  }>;
172
172
  type __VLS_WithSlots$3<T, S> = T & {
@@ -184,27 +184,27 @@ interface NumberInputRootProps extends NumberInputRootBaseProps,
184
184
  HTMLAttributes {}
185
185
  interface NumberInputRootEmits extends RootEmits {}
186
186
  declare const _default$6: typeof __VLS_export$2;
187
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1329.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {
188
- focusChange: (details: numberInput.FocusChangeDetails) => any;
189
- valueChange: (details: numberInput.ValueChangeDetails) => any;
187
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2111.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {
190
188
  "update:modelValue": (value: string) => any;
189
+ valueChange: (details: numberInput.ValueChangeDetails) => any;
191
190
  valueInvalid: (details: numberInput.ValueInvalidDetails) => any;
192
- }, string, vue1329.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
193
- onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
194
- onValueChange?: ((details: numberInput.ValueChangeDetails) => any) | undefined;
191
+ focusChange: (details: numberInput.FocusChangeDetails) => any;
192
+ }, string, vue2111.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
195
193
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
194
+ onValueChange?: ((details: numberInput.ValueChangeDetails) => any) | undefined;
196
195
  onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
196
+ onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
197
197
  }>, {
198
- disabled: boolean;
199
198
  required: boolean;
200
- readOnly: boolean;
199
+ disabled: boolean;
201
200
  invalid: boolean;
201
+ readOnly: boolean;
202
202
  allowOverflow: boolean;
203
203
  allowMouseWheel: boolean;
204
204
  clampValueOnBlur: boolean;
205
205
  focusInputOnChange: boolean;
206
206
  spinOnPress: boolean;
207
- }, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
207
+ }, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
208
208
  default?: (props: {}) => any;
209
209
  }>;
210
210
  type __VLS_WithSlots$2<T, S> = T & {
@@ -221,7 +221,7 @@ interface NumberInputScrubberProps extends NumberInputScrubberBaseProps,
221
221
  */
222
222
  HTMLAttributes {}
223
223
  declare const _default$8: typeof __VLS_export$1;
224
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1329.DefineComponent<NumberInputScrubberProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputScrubberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
224
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2111.DefineComponent<NumberInputScrubberProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputScrubberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
225
225
  default?: (props: {}) => any;
226
226
  }>;
227
227
  type __VLS_WithSlots$1<T, S> = T & {
@@ -238,7 +238,7 @@ interface NumberInputValueTextProps extends NumberInputValueTextBaseProps,
238
238
  */
239
239
  HTMLAttributes {}
240
240
  declare const _default$9: typeof __VLS_export;
241
- declare const __VLS_export: __VLS_WithSlots<vue1329.DefineComponent<NumberInputValueTextProps, {}, {}, {}, {}, vue1329.ComponentOptionsMixin, vue1329.ComponentOptionsMixin, {}, string, vue1329.PublicProps, Readonly<NumberInputValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1329.ComponentProvideOptions, false, {}, any>, {
241
+ declare const __VLS_export: __VLS_WithSlots<vue2111.DefineComponent<NumberInputValueTextProps, {}, {}, {}, {}, vue2111.ComponentOptionsMixin, vue2111.ComponentOptionsMixin, {}, string, vue2111.PublicProps, Readonly<NumberInputValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2111.ComponentProvideOptions, false, {}, any>, {
242
242
  default?: (props: {}) => any;
243
243
  }>;
244
244
  type __VLS_WithSlots<T, S> = T & {