@sprawlify/vue 0.0.70 → 0.0.72

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 (119) hide show
  1. package/dist/boolean-CpMsIRK4.js +7 -0
  2. package/dist/{collapsible-D1Mx4C0H.js → collapsible-jX9S7WYj.js} +1 -1
  3. package/dist/{collection-DiwGNCAy.js → collection-DGKjEgOz.js} +1 -1
  4. package/dist/components/accordion/index.d.ts +19 -19
  5. package/dist/components/accordion/index.js +4 -4
  6. package/dist/components/angle-slider/index.d.ts +19 -19
  7. package/dist/components/angle-slider/index.js +1 -1
  8. package/dist/components/avatar/index.d.ts +11 -11
  9. package/dist/components/avatar/index.js +1 -1
  10. package/dist/components/bottom-sheet/index.d.ts +23 -23
  11. package/dist/components/bottom-sheet/index.js +4 -4
  12. package/dist/components/carousel/index.d.ts +21 -21
  13. package/dist/components/carousel/index.js +1 -1
  14. package/dist/components/checkbox/index.d.ts +24 -24
  15. package/dist/components/checkbox/index.js +2 -7
  16. package/dist/components/client-only/index.d.ts +2 -2
  17. package/dist/components/clipboard/index.d.ts +17 -17
  18. package/dist/components/clipboard/index.js +1 -1
  19. package/dist/components/collapsible/index.d.ts +17 -17
  20. package/dist/components/collapsible/index.js +1 -1
  21. package/dist/components/collection/index.d.ts +1 -1
  22. package/dist/components/collection/index.js +1 -1
  23. package/dist/components/color-picker/index.d.ts +59 -59
  24. package/dist/components/color-picker/index.js +3 -3
  25. package/dist/components/combobox/index.d.ts +38 -38
  26. package/dist/components/combobox/index.js +4 -4
  27. package/dist/components/date-picker/index.d.ts +52 -52
  28. package/dist/components/date-picker/index.js +3 -3
  29. package/dist/components/dialog/index.d.ts +36 -36
  30. package/dist/components/dialog/index.js +3 -3
  31. package/dist/components/download-trigger/index.d.ts +4 -4
  32. package/dist/components/editable/index.d.ts +28 -28
  33. package/dist/components/editable/index.js +1 -1
  34. package/dist/components/field/index.d.ts +24 -24
  35. package/dist/components/fieldset/index.d.ts +13 -13
  36. package/dist/components/file-upload/index.d.ts +25 -25
  37. package/dist/components/file-upload/index.js +1 -1
  38. package/dist/components/floating-panel/index.d.ts +26 -27
  39. package/dist/components/floating-panel/index.js +2 -2
  40. package/dist/components/focus-trap/index.d.ts +5 -5
  41. package/dist/components/focus-trap/index.js +1 -1
  42. package/dist/components/format/index.d.ts +4 -4
  43. package/dist/components/frame/index.d.ts +6 -6
  44. package/dist/components/highlight/index.d.ts +5 -5
  45. package/dist/components/highlight/index.js +1 -1
  46. package/dist/components/hover-card/index.d.ts +28 -28
  47. package/dist/components/hover-card/index.js +3 -3
  48. package/dist/components/image-cropper/index.d.ts +14 -14
  49. package/dist/components/image-cropper/index.js +1 -1
  50. package/dist/components/json-tree-view/index.d.ts +13 -13
  51. package/dist/components/json-tree-view/index.js +5 -5
  52. package/dist/components/listbox/index.d.ts +23 -23
  53. package/dist/components/listbox/index.js +2 -2
  54. package/dist/components/marquee/index.d.ts +23 -23
  55. package/dist/components/marquee/index.js +1 -1
  56. package/dist/components/menu/index.d.ts +51 -52
  57. package/dist/components/menu/index.js +3 -3
  58. package/dist/components/navigation-menu/index.d.ts +20 -20
  59. package/dist/components/navigation-menu/index.js +3 -3
  60. package/dist/components/number-input/index.d.ts +22 -22
  61. package/dist/components/number-input/index.js +1 -1
  62. package/dist/components/pagination/index.d.ts +15 -15
  63. package/dist/components/pagination/index.js +1 -1
  64. package/dist/components/password-input/index.d.ts +25 -25
  65. package/dist/components/password-input/index.js +1 -1
  66. package/dist/components/pin-input/index.d.ts +21 -21
  67. package/dist/components/pin-input/index.js +1 -1
  68. package/dist/components/popover/index.d.ts +38 -38
  69. package/dist/components/popover/index.js +3 -3
  70. package/dist/components/presence/index.d.ts +2 -2
  71. package/dist/components/presence/index.js +1 -1
  72. package/dist/components/progress/index.d.ts +231 -0
  73. package/dist/components/progress/index.js +372 -0
  74. package/dist/components/qr-code/index.d.ts +159 -0
  75. package/dist/components/qr-code/index.js +263 -0
  76. package/dist/components/radio-group/index.d.ts +231 -0
  77. package/dist/components/radio-group/index.js +378 -0
  78. package/dist/components/rating-group/index.d.ts +201 -0
  79. package/dist/components/rating-group/index.js +330 -0
  80. package/dist/components/scroll-area/index.d.ts +171 -0
  81. package/dist/components/scroll-area/index.js +264 -0
  82. package/dist/components/segment-group/index.d.ts +231 -0
  83. package/dist/components/segment-group/index.js +422 -0
  84. package/dist/components/select/index.d.ts +39 -39
  85. package/dist/components/select/index.js +4 -4
  86. package/dist/components/signature-pad/index.d.ts +202 -0
  87. package/dist/components/signature-pad/index.js +345 -0
  88. package/dist/components/slider/index.d.ts +300 -0
  89. package/dist/components/slider/index.js +511 -0
  90. package/dist/components/splitter/index.d.ts +162 -0
  91. package/dist/components/splitter/index.js +280 -0
  92. package/dist/components/steps/index.d.ts +290 -0
  93. package/dist/components/steps/index.js +469 -0
  94. package/dist/components/switch/index.d.ts +179 -0
  95. package/dist/components/switch/index.js +290 -0
  96. package/dist/components/tabs/index.d.ts +181 -0
  97. package/dist/components/tabs/index.js +335 -0
  98. package/dist/components/tags-input/index.d.ts +339 -0
  99. package/dist/components/tags-input/index.js +569 -0
  100. package/dist/components/timer/index.d.ts +177 -0
  101. package/dist/components/timer/index.js +295 -0
  102. package/dist/components/tree-view/index.d.ts +5 -5
  103. package/dist/components/tree-view/index.js +4 -4
  104. package/dist/{index-Cjk1WhUx.d.ts → index-B_UiXhk3.d.ts} +11 -11
  105. package/dist/{index-ByYmM8LZ.d.ts → index-DwWFWpls.d.ts} +34 -34
  106. package/dist/{index-D0_ID5xv.d.ts → index-xb1q4_02.d.ts} +7 -7
  107. package/dist/index.d.ts +3 -3
  108. package/dist/{tree-view-CzfDgztL.js → tree-view-Ctpu5RjE.js} +4 -4
  109. package/package.json +58 -2
  110. /package/dist/{clean-props-ChPEW0vT.js → clean-props-D2R4tz5e.js} +0 -0
  111. /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-0RD5_O4P.js} +0 -0
  112. /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
  113. /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
  114. /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
  115. /package/dist/{presence-BK6rPXK7.js → presence-B4-UhJY9.js} +0 -0
  116. /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
  117. /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
  118. /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-DA33j31C.js} +0 -0
  119. /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
@@ -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 vue217 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 vue557 from "vue";
5
5
  import { ComputedRef, HTMLAttributes, MaybeRef, UnwrapRef } from "vue";
6
6
  import * as marquee from "@sprawlify/primitives/machines/marquee";
7
7
  import { EdgeProps, PauseStatusDetails, PauseStatusDetails as MarqueePauseStatusDetails, Side, Side as MarqueeSide, anatomy as marqueeAnatomy } from "@sprawlify/primitives/machines/marquee";
@@ -14,7 +14,7 @@ interface MarqueeContentProps extends MarqueeContentBaseProps,
14
14
  */
15
15
  HTMLAttributes {}
16
16
  declare const _default: typeof __VLS_export$6;
17
- declare const __VLS_export$6: __VLS_WithSlots$6<vue217.DefineComponent<MarqueeContentProps, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {}, string, vue217.PublicProps, Readonly<MarqueeContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue217.ComponentProvideOptions, false, {}, any>, {
17
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue557.DefineComponent<MarqueeContentProps, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {}, string, vue557.PublicProps, Readonly<MarqueeContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue557.ComponentProvideOptions, false, {}, any>, {
18
18
  default?: (props: {}) => any;
19
19
  }>;
20
20
  type __VLS_WithSlots$6<T, S> = T & {
@@ -120,7 +120,7 @@ interface MarqueeContextProps {
120
120
  children: (context: UseMarqueeContext) => any;
121
121
  }
122
122
  declare const _default$1: typeof __VLS_export$5;
123
- declare const __VLS_export$5: __VLS_WithSlots$5<vue217.DefineComponent<{}, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {}, string, vue217.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue217.ComponentProvideOptions, true, {}, any>, {
123
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue557.DefineComponent<{}, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {}, string, vue557.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue557.ComponentProvideOptions, true, {}, any>, {
124
124
  default?: (props: {
125
125
  paused: boolean;
126
126
  orientation: "horizontal" | "vertical";
@@ -131,25 +131,25 @@ declare const __VLS_export$5: __VLS_WithSlots$5<vue217.DefineComponent<{}, {}, {
131
131
  resume: VoidFunction;
132
132
  togglePause: VoidFunction;
133
133
  restart: VoidFunction;
134
- getRootProps: () => vue217.HTMLAttributes & {
134
+ getRootProps: () => vue557.HTMLAttributes & {
135
135
  key?: string | number | symbol | undefined;
136
- ref?: vue217.VNodeRef | undefined;
136
+ ref?: vue557.VNodeRef | undefined;
137
137
  };
138
- getViewportProps: () => vue217.HTMLAttributes & {
138
+ getViewportProps: () => vue557.HTMLAttributes & {
139
139
  key?: string | number | symbol | undefined;
140
- ref?: vue217.VNodeRef | undefined;
140
+ ref?: vue557.VNodeRef | undefined;
141
141
  };
142
- getContentProps: (props: marquee.ContentProps) => vue217.HTMLAttributes & {
142
+ getContentProps: (props: marquee.ContentProps) => vue557.HTMLAttributes & {
143
143
  key?: string | number | symbol | undefined;
144
- ref?: vue217.VNodeRef | undefined;
144
+ ref?: vue557.VNodeRef | undefined;
145
145
  };
146
- getEdgeProps: (props: marquee.EdgeProps) => vue217.HTMLAttributes & {
146
+ getEdgeProps: (props: marquee.EdgeProps) => vue557.HTMLAttributes & {
147
147
  key?: string | number | symbol | undefined;
148
- ref?: vue217.VNodeRef | undefined;
148
+ ref?: vue557.VNodeRef | undefined;
149
149
  };
150
- getItemProps: () => vue217.HTMLAttributes & {
150
+ getItemProps: () => vue557.HTMLAttributes & {
151
151
  key?: string | number | symbol | undefined;
152
- ref?: vue217.VNodeRef | undefined;
152
+ ref?: vue557.VNodeRef | undefined;
153
153
  };
154
154
  }) => any;
155
155
  }>;
@@ -167,7 +167,7 @@ interface MarqueeEdgeProps extends MarqueeEdgeBaseProps,
167
167
  */
168
168
  HTMLAttributes {}
169
169
  declare const _default$2: typeof __VLS_export$4;
170
- declare const __VLS_export$4: __VLS_WithSlots$4<vue217.DefineComponent<MarqueeEdgeProps, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {}, string, vue217.PublicProps, Readonly<MarqueeEdgeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue217.ComponentProvideOptions, false, {}, any>, {
170
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue557.DefineComponent<MarqueeEdgeProps, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {}, string, vue557.PublicProps, Readonly<MarqueeEdgeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue557.ComponentProvideOptions, false, {}, any>, {
171
171
  default?: (props: {}) => any;
172
172
  }>;
173
173
  type __VLS_WithSlots$4<T, S> = T & {
@@ -184,7 +184,7 @@ interface MarqueeItemProps extends MarqueeItemBaseProps,
184
184
  */
185
185
  HTMLAttributes {}
186
186
  declare const _default$3: typeof __VLS_export$3;
187
- declare const __VLS_export$3: __VLS_WithSlots$3<vue217.DefineComponent<MarqueeItemProps, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {}, string, vue217.PublicProps, Readonly<MarqueeItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue217.ComponentProvideOptions, false, {}, any>, {
187
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue557.DefineComponent<MarqueeItemProps, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {}, string, vue557.PublicProps, Readonly<MarqueeItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue557.ComponentProvideOptions, false, {}, any>, {
188
188
  default?: (props: {}) => any;
189
189
  }>;
190
190
  type __VLS_WithSlots$3<T, S> = T & {
@@ -202,11 +202,11 @@ interface MarqueeRootProps extends MarqueeRootBaseProps,
202
202
  HTMLAttributes {}
203
203
  interface MarqueeRootEmits extends RootEmits {}
204
204
  declare const _default$4: typeof __VLS_export$2;
205
- declare const __VLS_export$2: __VLS_WithSlots$2<vue217.DefineComponent<MarqueeRootProps, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {
205
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue557.DefineComponent<MarqueeRootProps, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {
206
206
  complete: () => any;
207
207
  loopComplete: () => any;
208
208
  pauseChange: (details: marquee.PauseStatusDetails) => any;
209
- }, string, vue217.PublicProps, Readonly<MarqueeRootProps> & Readonly<{
209
+ }, string, vue557.PublicProps, Readonly<MarqueeRootProps> & Readonly<{
210
210
  onComplete?: (() => any) | undefined;
211
211
  onLoopComplete?: (() => any) | undefined;
212
212
  onPauseChange?: ((details: marquee.PauseStatusDetails) => any) | undefined;
@@ -216,7 +216,7 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue217.DefineComponent<MarqueeRo
216
216
  defaultPaused: boolean;
217
217
  pauseOnInteraction: boolean;
218
218
  paused: boolean;
219
- }, {}, {}, {}, string, vue217.ComponentProvideOptions, false, {}, any>, {
219
+ }, {}, {}, {}, string, vue557.ComponentProvideOptions, false, {}, any>, {
220
220
  default?: (props: {}) => any;
221
221
  }>;
222
222
  type __VLS_WithSlots$2<T, S> = T & {
@@ -236,7 +236,7 @@ interface MarqueeRootProviderProps extends MarqueeRootProviderBaseProps,
236
236
  */
237
237
  HTMLAttributes {}
238
238
  declare const _default$5: typeof __VLS_export$1;
239
- declare const __VLS_export$1: __VLS_WithSlots$1<vue217.DefineComponent<MarqueeRootProviderProps, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {}, string, vue217.PublicProps, Readonly<MarqueeRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue217.ComponentProvideOptions, false, {}, any>, {
239
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue557.DefineComponent<MarqueeRootProviderProps, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {}, string, vue557.PublicProps, Readonly<MarqueeRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue557.ComponentProvideOptions, false, {}, any>, {
240
240
  default?: (props: {}) => any;
241
241
  }>;
242
242
  type __VLS_WithSlots$1<T, S> = T & {
@@ -253,7 +253,7 @@ interface MarqueeViewportProps extends MarqueeViewportBaseProps,
253
253
  */
254
254
  HTMLAttributes {}
255
255
  declare const _default$6: typeof __VLS_export;
256
- declare const __VLS_export: __VLS_WithSlots<vue217.DefineComponent<MarqueeViewportProps, {}, {}, {}, {}, vue217.ComponentOptionsMixin, vue217.ComponentOptionsMixin, {}, string, vue217.PublicProps, Readonly<MarqueeViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue217.ComponentProvideOptions, false, {}, any>, {
256
+ declare const __VLS_export: __VLS_WithSlots<vue557.DefineComponent<MarqueeViewportProps, {}, {}, {}, {}, vue557.ComponentOptionsMixin, vue557.ComponentOptionsMixin, {}, string, vue557.PublicProps, Readonly<MarqueeViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue557.ComponentProvideOptions, false, {}, any>, {
257
257
  default?: (props: {}) => any;
258
258
  }>;
259
259
  type __VLS_WithSlots<T, S> = T & {
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
4
4
  import { t as createContext } from "../../create-context-Ds1GbsVc.js";
5
5
  import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
6
6
  import { t as sprawlify } from "../../factory-Co08Aw8u.js";
7
- import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
7
+ import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
8
8
  import { hasProp, isString } from "@sprawlify/primitives/utils";
9
9
  import { Fragment, computed, createBlock, createElementBlock, defineComponent, getCurrentInstance, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toValue, unref, useAttrs, useId, withCtx } from "vue";
10
10
  import * as marquee from "@sprawlify/primitives/machines/marquee";
@@ -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-xb1q4_02.js";
7
+ import * as vue1160 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<vue1160.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
60
59
  "update:checked": (value: boolean) => any;
61
- }, string, vue1677.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
60
+ }, string, vue1160.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
62
61
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
63
62
  }>, {
64
63
  checked: boolean;
65
64
  disabled: boolean;
66
65
  closeOnSelect: boolean;
67
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
66
+ }, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<{}, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {} & {
221
220
  select: () => any;
222
- }, string, vue1677.PublicProps, Readonly<MenuItemProps> & Readonly<{
221
+ }, string, vue1160.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, vue1160.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<vue1160.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
268
267
  "update:modelValue": (value: string) => any;
269
- }, string, vue1677.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
268
+ }, string, vue1160.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
270
269
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
271
- }>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
270
+ }>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
290
289
  disabled: boolean;
291
290
  closeOnSelect: boolean;
292
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
291
+ }, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
310
309
  exitComplete: () => any;
311
- }, string, vue1677.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
310
+ }, string, vue1160.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
312
311
  onExitComplete?: (() => any) | undefined;
313
- }>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
312
+ }>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
372
371
  select: (details: menu.SelectionDetails) => any;
373
- openChange: (details: menu.OpenChangeDetails) => any;
374
372
  exitComplete: () => any;
375
- "update:open": (open: boolean) => any;
376
373
  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;
374
+ focusOutside: (event: menu.FocusOutsideEvent) => any;
375
+ interactOutside: (event: menu.InteractOutsideEvent) => any;
376
+ openChange: (details: menu.OpenChangeDetails) => any;
377
+ pointerDownOutside: (event: menu.PointerDownOutsideEvent) => any;
380
378
  requestDismiss: (event: CustomEvent<{
381
379
  originalLayer: HTMLElement;
382
380
  targetLayer: HTMLElement | undefined;
383
381
  originalIndex: number;
384
382
  targetIndex: number;
385
383
  }>) => any;
384
+ "update:open": (open: boolean) => any;
386
385
  highlightChange: (details: menu.HighlightChangeDetails) => any;
387
386
  "update:highlightedValue": (highlightedValue: string | null) => any;
388
- }, string, vue1677.PublicProps, Readonly<MenuRootProps> & Readonly<{
387
+ }, string, vue1160.PublicProps, Readonly<MenuRootProps> & Readonly<{
389
388
  onSelect?: ((details: menu.SelectionDetails) => any) | undefined;
390
- onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
391
389
  onExitComplete?: (() => any) | undefined;
392
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
393
390
  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;
391
+ onFocusOutside?: ((event: menu.FocusOutsideEvent) => any) | undefined;
392
+ onInteractOutside?: ((event: menu.InteractOutsideEvent) => any) | undefined;
393
+ onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
394
+ onPointerDownOutside?: ((event: menu.PointerDownOutsideEvent) => any) | undefined;
397
395
  onRequestDismiss?: ((event: CustomEvent<{
398
396
  originalLayer: HTMLElement;
399
397
  targetLayer: HTMLElement | undefined;
400
398
  originalIndex: number;
401
399
  targetIndex: number;
402
400
  }>) => any) | undefined;
401
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
403
402
  onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
404
403
  "onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
405
404
  }>, {
406
- typeahead: boolean;
407
405
  open: boolean;
406
+ typeahead: boolean;
408
407
  defaultOpen: boolean;
409
- closeOnSelect: boolean;
410
408
  composite: boolean;
411
409
  loopFocus: boolean;
412
- }, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
410
+ closeOnSelect: boolean;
411
+ }, {}, {}, {}, string, vue1160.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: vue1160.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.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<vue1160.DefineComponent<{}, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, true, {}, any>, {
490
489
  default(menu: UnwrapRef<UseMenuContext>): unknown;
491
490
  }>;
492
491
  type __VLS_WithSlots<T, S> = T & {
@@ -4,9 +4,9 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
4
4
  import { t as createContext } from "../../create-context-Ds1GbsVc.js";
5
5
  import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
6
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";
7
+ import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
8
+ import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
9
+ import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.js";
10
10
  import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, onBeforeUnmount, onMounted, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
11
11
  import * as menu from "@sprawlify/primitives/machines/menu";
12
12
  import { anatomy as menuAnatomy } from "@sprawlify/primitives/machines/menu";
@@ -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 vue1789 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<vue1789.DefineComponent<NavigationMenuArrowProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<{}, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuItemIndicatorProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {
184
184
  valueChange: (details: navigationMenu.ValueChangeDetails) => any;
185
185
  "update:value": (value: string) => any;
186
- }, string, vue527.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
186
+ }, string, vue1789.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, vue1789.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<vue1789.DefineComponent<NavigationMenuRootProviderProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuViewportPositionerProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuViewportPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.ComponentProvideOptions, false, {}, any>, {
261
261
  default?: (props: {}) => any;
262
262
  }>;
263
263
  type __VLS_WithSlots<T, S> = T & {
@@ -4,9 +4,9 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
4
4
  import { t as createContext } from "../../create-context-Ds1GbsVc.js";
5
5
  import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
6
6
  import { t as sprawlify } from "../../factory-Co08Aw8u.js";
7
- import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
8
- import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-DMa_QmB6.js";
9
- import { i as usePresence } from "../../presence-BK6rPXK7.js";
7
+ import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
8
+ import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
9
+ import { i as usePresence } from "../../presence-B4-UhJY9.js";
10
10
  import { ensure } from "@sprawlify/primitives/utils";
11
11
  import { Fragment, Teleport, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useAttrs, useId, withCtx } from "vue";
12
12
  import * as navigationMenu from "@sprawlify/primitives/machines/navigation-menu";