@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,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 vue132 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 vue493 from "vue";
5
5
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as pagination from "@sprawlify/primitives/machines/pagination";
7
7
  import { EllipsisProps, ItemLabelDetails, ItemLabelDetails as PaginationItemLabelDetails, ItemProps, PageChangeDetails, PageChangeDetails as PaginationPageChangeDetails, PageSizeChangeDetails, PageSizeChangeDetails as PaginationPageSizeChangeDetails, PageUrlDetails, PageUrlDetails as PaginationPageUrlDetails, anatomy as paginationAnatomy } from "@sprawlify/primitives/machines/pagination";
@@ -14,7 +14,7 @@ interface PaginationEllipsisProps extends PaginationEllipsisBaseProps,
14
14
  */
15
15
  HTMLAttributes {}
16
16
  declare const _default$1: typeof __VLS_export$8;
17
- declare const __VLS_export$8: __VLS_WithSlots$8<vue132.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
17
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue493.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
18
18
  default?: (props: {}) => any;
19
19
  }>;
20
20
  type __VLS_WithSlots$8<T, S> = T & {
@@ -31,7 +31,7 @@ interface PaginationFirstTriggerProps extends PaginationFirstTriggerBaseProps,
31
31
  */
32
32
  ButtonHTMLAttributes {}
33
33
  declare const _default$2: typeof __VLS_export$7;
34
- declare const __VLS_export$7: __VLS_WithSlots$7<vue132.DefineComponent<PaginationFirstTriggerProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationFirstTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
34
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue493.DefineComponent<PaginationFirstTriggerProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationFirstTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
35
35
  default?: (props: {}) => any;
36
36
  }>;
37
37
  type __VLS_WithSlots$7<T, S> = T & {
@@ -48,7 +48,7 @@ interface PaginationItemProps extends PaginationItemBaseProps,
48
48
  */
49
49
  Omit<ButtonHTMLAttributes, 'type' | 'value'> {}
50
50
  declare const _default$3: typeof __VLS_export$6;
51
- declare const __VLS_export$6: __VLS_WithSlots$6<vue132.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
51
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue493.DefineComponent<PaginationItemProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
52
52
  default?: (props: {}) => any;
53
53
  }>;
54
54
  type __VLS_WithSlots$6<T, S> = T & {
@@ -65,7 +65,7 @@ interface PaginationLastTriggerProps extends PaginationLastTriggerBaseProps,
65
65
  */
66
66
  ButtonHTMLAttributes {}
67
67
  declare const _default$4: typeof __VLS_export$5;
68
- declare const __VLS_export$5: __VLS_WithSlots$5<vue132.DefineComponent<PaginationLastTriggerProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationLastTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
68
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue493.DefineComponent<PaginationLastTriggerProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationLastTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
69
69
  default?: (props: {}) => any;
70
70
  }>;
71
71
  type __VLS_WithSlots$5<T, S> = T & {
@@ -82,7 +82,7 @@ interface PaginationNextTriggerProps extends PaginationNextTriggerBaseProps,
82
82
  */
83
83
  ButtonHTMLAttributes {}
84
84
  declare const _default$5: typeof __VLS_export$4;
85
- declare const __VLS_export$4: __VLS_WithSlots$4<vue132.DefineComponent<PaginationNextTriggerProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
85
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue493.DefineComponent<PaginationNextTriggerProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationNextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
86
86
  default?: (props: {}) => any;
87
87
  }>;
88
88
  type __VLS_WithSlots$4<T, S> = T & {
@@ -99,7 +99,7 @@ interface PaginationPrevTriggerProps extends PaginationPrevTriggerBaseProps,
99
99
  */
100
100
  ButtonHTMLAttributes {}
101
101
  declare const _default$6: typeof __VLS_export$3;
102
- declare const __VLS_export$3: __VLS_WithSlots$3<vue132.DefineComponent<PaginationPrevTriggerProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
102
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue493.DefineComponent<PaginationPrevTriggerProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationPrevTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
103
103
  default?: (props: {}) => any;
104
104
  }>;
105
105
  type __VLS_WithSlots$3<T, S> = T & {
@@ -119,7 +119,7 @@ interface PaginationRootProviderProps extends PaginationRootProviderBaseProps,
119
119
  */
120
120
  HTMLAttributes {}
121
121
  declare const _default$8: typeof __VLS_export$2;
122
- declare const __VLS_export$2: __VLS_WithSlots$2<vue132.DefineComponent<PaginationRootProviderProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<PaginationRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
122
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue493.DefineComponent<PaginationRootProviderProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<PaginationRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
123
123
  default?: (props: {}) => any;
124
124
  }>;
125
125
  type __VLS_WithSlots$2<T, S> = T & {
@@ -164,17 +164,17 @@ interface PaginationRootProps extends PaginationRootBaseProps,
164
164
  HTMLAttributes {}
165
165
  interface PaginationRootEmits extends RootEmits {}
166
166
  declare const _default$7: typeof __VLS_export$1;
167
- declare const __VLS_export$1: __VLS_WithSlots$1<vue132.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {
167
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue493.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {
168
168
  pageChange: (details: pagination.PageChangeDetails) => any;
169
- pageSizeChange: (details: pagination.PageSizeChangeDetails) => any;
170
169
  "update:page": (page: number) => any;
170
+ pageSizeChange: (details: pagination.PageSizeChangeDetails) => any;
171
171
  "update:pageSize": (pageSize: number) => any;
172
- }, string, vue132.PublicProps, Readonly<PaginationRootProps> & Readonly<{
172
+ }, string, vue493.PublicProps, Readonly<PaginationRootProps> & Readonly<{
173
173
  onPageChange?: ((details: pagination.PageChangeDetails) => any) | undefined;
174
- onPageSizeChange?: ((details: pagination.PageSizeChangeDetails) => any) | undefined;
175
174
  "onUpdate:page"?: ((page: number) => any) | undefined;
175
+ onPageSizeChange?: ((details: pagination.PageSizeChangeDetails) => any) | undefined;
176
176
  "onUpdate:pageSize"?: ((pageSize: number) => any) | undefined;
177
- }>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>, {
177
+ }>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, false, {}, any>, {
178
178
  default?: (props: {}) => any;
179
179
  }>;
180
180
  type __VLS_WithSlots$1<T, S> = T & {
@@ -199,7 +199,7 @@ interface PaginationContextProps extends SlotsType<{
199
199
  default: UnwrapRef<UsePaginationContext>;
200
200
  }> {}
201
201
  declare const _default: typeof __VLS_export;
202
- declare const __VLS_export: __VLS_WithSlots<vue132.DefineComponent<{}, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {}, string, vue132.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue132.ComponentProvideOptions, true, {}, any>, {
202
+ declare const __VLS_export: __VLS_WithSlots<vue493.DefineComponent<{}, {}, {}, {}, {}, vue493.ComponentOptionsMixin, vue493.ComponentOptionsMixin, {}, string, vue493.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue493.ComponentProvideOptions, true, {}, any>, {
203
203
  default(pagination: UnwrapRef<UsePaginationContext>): unknown;
204
204
  }>;
205
205
  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 vue1558 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 vue1751 from "vue";
5
5
  import { ComputedRef, HTMLAttributes, MaybeRef, UnwrapRef } from "vue";
6
6
  import * as passwordInput from "@sprawlify/primitives/machines/password-input";
7
7
  import { VisibilityChangeDetails, VisibilityChangeDetails as PasswordInputVisibilityChangeDetails, anatomy as passwordInputAnatomy } from "@sprawlify/primitives/machines/password-input";
@@ -36,7 +36,7 @@ interface PasswordInputContextProps {
36
36
  value: UsePasswordInputReturn;
37
37
  }
38
38
  declare const _default: typeof __VLS_export$7;
39
- declare const __VLS_export$7: __VLS_WithSlots$6<vue1558.DefineComponent<PasswordInputContextProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputContextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
39
+ declare const __VLS_export$7: __VLS_WithSlots$6<vue1751.DefineComponent<PasswordInputContextProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputContextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
40
40
  default?: (props: {
41
41
  visible: boolean;
42
42
  disabled: boolean;
@@ -44,20 +44,20 @@ declare const __VLS_export$7: __VLS_WithSlots$6<vue1558.DefineComponent<Password
44
44
  focus: VoidFunction;
45
45
  setVisible: (value: boolean) => void;
46
46
  toggleVisible: VoidFunction;
47
- getRootProps: () => vue1558.HTMLAttributes & {
47
+ getRootProps: () => vue1751.HTMLAttributes & {
48
48
  key?: string | number | symbol | undefined;
49
- ref?: vue1558.VNodeRef | undefined;
49
+ ref?: vue1751.VNodeRef | undefined;
50
50
  };
51
- getLabelProps: () => vue1558.LabelHTMLAttributes & vue1558.ReservedProps;
52
- getInputProps: () => vue1558.InputHTMLAttributes & vue1558.ReservedProps;
53
- getVisibilityTriggerProps: () => vue1558.ButtonHTMLAttributes & vue1558.ReservedProps;
54
- getIndicatorProps: () => vue1558.HTMLAttributes & {
51
+ getLabelProps: () => vue1751.LabelHTMLAttributes & vue1751.ReservedProps;
52
+ getInputProps: () => vue1751.InputHTMLAttributes & vue1751.ReservedProps;
53
+ getVisibilityTriggerProps: () => vue1751.ButtonHTMLAttributes & vue1751.ReservedProps;
54
+ getIndicatorProps: () => vue1751.HTMLAttributes & {
55
55
  key?: string | number | symbol | undefined;
56
- ref?: vue1558.VNodeRef | undefined;
56
+ ref?: vue1751.VNodeRef | undefined;
57
57
  };
58
- getControlProps: () => vue1558.HTMLAttributes & {
58
+ getControlProps: () => vue1751.HTMLAttributes & {
59
59
  key?: string | number | symbol | undefined;
60
- ref?: vue1558.VNodeRef | undefined;
60
+ ref?: vue1751.VNodeRef | undefined;
61
61
  };
62
62
  }) => any;
63
63
  }>;
@@ -75,7 +75,7 @@ interface PasswordInputControlProps extends PasswordInputControlBaseProps,
75
75
  */
76
76
  HTMLAttributes {}
77
77
  declare const _default$1: typeof __VLS_export$6;
78
- declare const __VLS_export$6: __VLS_WithSlots$5<vue1558.DefineComponent<PasswordInputControlProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
78
+ declare const __VLS_export$6: __VLS_WithSlots$5<vue1751.DefineComponent<PasswordInputControlProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
79
79
  default?: (props: {}) => any;
80
80
  }>;
81
81
  type __VLS_WithSlots$5<T, S> = T & {
@@ -97,7 +97,7 @@ interface PasswordInputIndicatorProps extends PasswordInputIndicatorBaseProps,
97
97
  */
98
98
  HTMLAttributes {}
99
99
  declare const _default$2: typeof __VLS_export$5;
100
- declare const __VLS_export$5: __VLS_WithSlots$4<vue1558.DefineComponent<PasswordInputIndicatorProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
100
+ declare const __VLS_export$5: __VLS_WithSlots$4<vue1751.DefineComponent<PasswordInputIndicatorProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
101
101
  default?: (props: {}) => any;
102
102
  } & {
103
103
  fallback?: (props: {
@@ -118,7 +118,7 @@ interface PasswordInputInputProps extends PasswordInputInputBaseProps,
118
118
  */
119
119
  HTMLAttributes {}
120
120
  declare const _default$3: typeof __VLS_export$4;
121
- declare const __VLS_export$4: vue1558.DefineComponent<PasswordInputInputProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>;
121
+ declare const __VLS_export$4: vue1751.DefineComponent<PasswordInputInputProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>;
122
122
  //#endregion
123
123
  //#region src/components/password-input/password-input-label.vue.d.ts
124
124
  interface PasswordInputLabelBaseProps extends PolymorphicProps {}
@@ -128,7 +128,7 @@ interface PasswordInputLabelProps extends PasswordInputLabelBaseProps,
128
128
  */
129
129
  HTMLAttributes {}
130
130
  declare const _default$4: typeof __VLS_export$3;
131
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1558.DefineComponent<PasswordInputLabelProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
131
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1751.DefineComponent<PasswordInputLabelProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
132
132
  default?: (props: {}) => any;
133
133
  }>;
134
134
  type __VLS_WithSlots$3<T, S> = T & {
@@ -145,21 +145,21 @@ interface PasswordInputRootProps extends PasswordInputRootBaseProps,
145
145
  */
146
146
  HTMLAttributes {}
147
147
  declare const _default$5: typeof __VLS_export$2;
148
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1558.DefineComponent<PasswordInputRootProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {
148
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1751.DefineComponent<PasswordInputRootProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {
149
149
  visibilityChange: (details: passwordInput.VisibilityChangeDetails) => any;
150
150
  "update:visible": (visible: boolean) => any;
151
- }, string, vue1558.PublicProps, Readonly<PasswordInputRootProps> & Readonly<{
151
+ }, string, vue1751.PublicProps, Readonly<PasswordInputRootProps> & Readonly<{
152
152
  onVisibilityChange?: ((details: passwordInput.VisibilityChangeDetails) => any) | undefined;
153
153
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
154
154
  }>, {
155
- disabled: boolean;
156
155
  required: boolean;
157
- readOnly: boolean;
156
+ disabled: boolean;
158
157
  invalid: boolean;
158
+ readOnly: boolean;
159
159
  defaultVisible: boolean;
160
160
  ignorePasswordManagers: boolean;
161
161
  visible: boolean;
162
- }, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
162
+ }, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
163
163
  default?: (props: {}) => any;
164
164
  }>;
165
165
  type __VLS_WithSlots$2<T, S> = T & {
@@ -178,7 +178,7 @@ interface PasswordInputRootProviderProps extends PasswordInputRootProviderBasePr
178
178
  */
179
179
  HTMLAttributes {}
180
180
  declare const _default$6: typeof __VLS_export$1;
181
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1558.DefineComponent<PasswordInputRootProviderProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
181
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1751.DefineComponent<PasswordInputRootProviderProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
182
182
  default?: (props: {}) => any;
183
183
  }>;
184
184
  type __VLS_WithSlots$1<T, S> = T & {
@@ -195,7 +195,7 @@ interface PasswordInputVisibilityTriggerProps extends PasswordInputVisibilityTri
195
195
  */
196
196
  HTMLAttributes {}
197
197
  declare const _default$7: typeof __VLS_export;
198
- declare const __VLS_export: __VLS_WithSlots<vue1558.DefineComponent<PasswordInputVisibilityTriggerProps, {}, {}, {}, {}, vue1558.ComponentOptionsMixin, vue1558.ComponentOptionsMixin, {}, string, vue1558.PublicProps, Readonly<PasswordInputVisibilityTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1558.ComponentProvideOptions, false, {}, any>, {
198
+ declare const __VLS_export: __VLS_WithSlots<vue1751.DefineComponent<PasswordInputVisibilityTriggerProps, {}, {}, {}, {}, vue1751.ComponentOptionsMixin, vue1751.ComponentOptionsMixin, {}, string, vue1751.PublicProps, Readonly<PasswordInputVisibilityTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1751.ComponentProvideOptions, false, {}, any>, {
199
199
  default?: (props: {}) => any;
200
200
  }>;
201
201
  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 vue1507 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 vue648 from "vue";
5
5
  import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as pinInput from "@sprawlify/primitives/machines/pin-input";
7
7
  import { InputProps, ValueChangeDetails, ValueChangeDetails as PinInputValueChangeDetails, ValueInvalidDetails, ValueInvalidDetails as PinInputValueInvalidDetails, anatomy as pinInputAnatomy } from "@sprawlify/primitives/machines/pin-input";
@@ -14,7 +14,7 @@ interface PinInputControlProps extends PinInputControlBaseProps,
14
14
  */
15
15
  HTMLAttributes {}
16
16
  declare const _default$1: typeof __VLS_export$6;
17
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1507.DefineComponent<PinInputControlProps, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {}, string, vue1507.PublicProps, Readonly<PinInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1507.ComponentProvideOptions, false, {}, any>, {
17
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue648.DefineComponent<PinInputControlProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<PinInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>, {
18
18
  default?: (props: {}) => any;
19
19
  }>;
20
20
  type __VLS_WithSlots$6<T, S> = T & {
@@ -31,7 +31,7 @@ interface PinInputHiddenInputProps extends PinInputHiddenInputBaseProps,
31
31
  */
32
32
  InputHTMLAttributes {}
33
33
  declare const _default$2: typeof __VLS_export$5;
34
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1507.DefineComponent<PinInputHiddenInputProps, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {}, string, vue1507.PublicProps, Readonly<PinInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1507.ComponentProvideOptions, false, {}, any>, {
34
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue648.DefineComponent<PinInputHiddenInputProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<PinInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>, {
35
35
  default?: (props: {}) => any;
36
36
  }>;
37
37
  type __VLS_WithSlots$5<T, S> = T & {
@@ -48,7 +48,7 @@ interface PinInputInputProps extends PinInputInputBaseProps,
48
48
  */
49
49
  InputHTMLAttributes {}
50
50
  declare const _default$3: typeof __VLS_export$4;
51
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1507.DefineComponent<PinInputInputProps, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {}, string, vue1507.PublicProps, Readonly<PinInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1507.ComponentProvideOptions, false, {}, any>, {
51
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue648.DefineComponent<PinInputInputProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<PinInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>, {
52
52
  default?: (props: {}) => any;
53
53
  }>;
54
54
  type __VLS_WithSlots$4<T, S> = T & {
@@ -65,7 +65,7 @@ interface PinInputLabelProps extends PinInputLabelBaseProps,
65
65
  */
66
66
  LabelHTMLAttributes {}
67
67
  declare const _default$4: typeof __VLS_export$3;
68
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1507.DefineComponent<PinInputLabelProps, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {}, string, vue1507.PublicProps, Readonly<PinInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1507.ComponentProvideOptions, false, {}, any>, {
68
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue648.DefineComponent<PinInputLabelProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<PinInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>, {
69
69
  default?: (props: {}) => any;
70
70
  }>;
71
71
  type __VLS_WithSlots$3<T, S> = T & {
@@ -85,7 +85,7 @@ interface PinInputRootProviderProps extends PinInputRootProviderBaseProps,
85
85
  */
86
86
  HTMLAttributes {}
87
87
  declare const _default$6: typeof __VLS_export$2;
88
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1507.DefineComponent<PinInputRootProviderProps, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {}, string, vue1507.PublicProps, Readonly<PinInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1507.ComponentProvideOptions, false, {}, any>, {
88
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue648.DefineComponent<PinInputRootProviderProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<PinInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>, {
89
89
  default?: (props: {}) => any;
90
90
  }>;
91
91
  type __VLS_WithSlots$2<T, S> = T & {
@@ -139,27 +139,27 @@ interface PinInputRootProps extends PinInputRootBaseProps,
139
139
  HTMLAttributes {}
140
140
  interface PinInputRootEmits extends RootEmits {}
141
141
  declare const _default$5: typeof __VLS_export$1;
142
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1507.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {
143
- valueChange: (details: pinInput.ValueChangeDetails) => any;
142
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue648.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {
144
143
  "update:modelValue": (value: string[]) => any;
145
- valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
144
+ valueChange: (details: pinInput.ValueChangeDetails) => any;
146
145
  valueComplete: (details: pinInput.ValueChangeDetails) => any;
147
- }, string, vue1507.PublicProps, Readonly<PinInputRootProps> & Readonly<{
148
- onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
146
+ valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
147
+ }, string, vue648.PublicProps, Readonly<PinInputRootProps> & Readonly<{
149
148
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
150
- onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
149
+ onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
151
150
  onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
151
+ onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
152
152
  }>, {
153
153
  mask: boolean;
154
- disabled: boolean;
155
154
  required: boolean;
156
- readOnly: boolean;
155
+ disabled: boolean;
157
156
  invalid: boolean;
158
- selectOnFocus: boolean;
157
+ readOnly: boolean;
159
158
  autoFocus: boolean;
160
- otp: boolean;
161
159
  blurOnComplete: boolean;
162
- }, {}, {}, {}, string, vue1507.ComponentProvideOptions, false, {}, any>, {
160
+ otp: boolean;
161
+ selectOnFocus: boolean;
162
+ }, {}, {}, {}, string, vue648.ComponentProvideOptions, false, {}, any>, {
163
163
  default?: (props: {}) => any;
164
164
  }>;
165
165
  type __VLS_WithSlots$1<T, S> = T & {
@@ -186,7 +186,7 @@ interface PinInputContextProps extends SlotsType<{
186
186
  default: UnwrapRef<UsePinInputContext>;
187
187
  }> {}
188
188
  declare const _default: typeof __VLS_export;
189
- declare const __VLS_export: __VLS_WithSlots<vue1507.DefineComponent<{}, {}, {}, {}, {}, vue1507.ComponentOptionsMixin, vue1507.ComponentOptionsMixin, {}, string, vue1507.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1507.ComponentProvideOptions, true, {}, any>, {
189
+ declare const __VLS_export: __VLS_WithSlots<vue648.DefineComponent<{}, {}, {}, {}, {}, vue648.ComponentOptionsMixin, vue648.ComponentOptionsMixin, {}, string, vue648.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue648.ComponentProvideOptions, true, {}, any>, {
190
190
  default(pinInput: UnwrapRef<UsePinInputContext>): unknown;
191
191
  }>;
192
192
  type __VLS_WithSlots<T, S> = T & {
@@ -1,11 +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 * as vue1420 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 * as vue1464 from "vue";
7
7
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
8
- import * as _sprawlify_primitives_machines_bottom_sheet25 from "@sprawlify/primitives/machines/bottom-sheet";
8
+ import * as _sprawlify_primitives_machines_menu32 from "@sprawlify/primitives/machines/menu";
9
9
  import * as popover from "@sprawlify/primitives/machines/popover";
10
10
  import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent, anatomy as popoverAnatomy } from "@sprawlify/primitives/machines/popover";
11
11
 
@@ -17,7 +17,7 @@ interface PopoverAnchorProps extends PopoverAnchorBaseProps,
17
17
  */
18
18
  HTMLAttributes {}
19
19
  declare const _default: typeof __VLS_export$12;
20
- declare const __VLS_export$12: __VLS_WithSlots$12<vue1420.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
20
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue1464.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
21
21
  default?: (props: {}) => any;
22
22
  }>;
23
23
  type __VLS_WithSlots$12<T, S> = T & {
@@ -34,7 +34,7 @@ interface PopoverArrowTipProps extends PopoverArrowTipBaseProps,
34
34
  */
35
35
  HTMLAttributes {}
36
36
  declare const _default$2: typeof __VLS_export$11;
37
- declare const __VLS_export$11: __VLS_WithSlots$11<vue1420.DefineComponent<PopoverArrowTipProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
37
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue1464.DefineComponent<PopoverArrowTipProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
38
38
  default?: (props: {}) => any;
39
39
  }>;
40
40
  type __VLS_WithSlots$11<T, S> = T & {
@@ -51,7 +51,7 @@ interface PopoverArrowProps extends PopoverArrowBaseProps,
51
51
  */
52
52
  HTMLAttributes {}
53
53
  declare const _default$1: typeof __VLS_export$10;
54
- declare const __VLS_export$10: __VLS_WithSlots$10<vue1420.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
54
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue1464.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
55
55
  default?: (props: {}) => any;
56
56
  }>;
57
57
  type __VLS_WithSlots$10<T, S> = T & {
@@ -68,7 +68,7 @@ interface PopoverCloseTriggerProps extends PopoverCloseTriggerBaseProps,
68
68
  */
69
69
  ButtonHTMLAttributes {}
70
70
  declare const _default$3: typeof __VLS_export$9;
71
- declare const __VLS_export$9: __VLS_WithSlots$9<vue1420.DefineComponent<PopoverCloseTriggerProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
71
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue1464.DefineComponent<PopoverCloseTriggerProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
72
72
  default?: (props: {}) => any;
73
73
  }>;
74
74
  type __VLS_WithSlots$9<T, S> = T & {
@@ -85,7 +85,7 @@ interface PopoverContentProps extends PopoverContentBaseProps,
85
85
  */
86
86
  HTMLAttributes {}
87
87
  declare const _default$4: typeof __VLS_export$8;
88
- declare const __VLS_export$8: __VLS_WithSlots$8<vue1420.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
88
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue1464.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
89
89
  default?: (props: {}) => any;
90
90
  }>;
91
91
  type __VLS_WithSlots$8<T, S> = T & {
@@ -147,7 +147,7 @@ interface PopoverContextProps extends SlotsType<{
147
147
  default: UnwrapRef<UsePopoverContext>;
148
148
  }> {}
149
149
  declare const _default$5: typeof __VLS_export$7;
150
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1420.DefineComponent<{}, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, true, {}, any>, {
150
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1464.DefineComponent<{}, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, true, {}, any>, {
151
151
  default(popover: UnwrapRef<UsePopoverContext>): unknown;
152
152
  }>;
153
153
  type __VLS_WithSlots$7<T, S> = T & {
@@ -164,7 +164,7 @@ interface PopoverDescriptionProps extends PopoverDescriptionBaseProps,
164
164
  */
165
165
  HTMLAttributes {}
166
166
  declare const _default$6: typeof __VLS_export$6;
167
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1420.DefineComponent<PopoverDescriptionProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
167
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1464.DefineComponent<PopoverDescriptionProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
168
168
  default?: (props: {}) => any;
169
169
  }>;
170
170
  type __VLS_WithSlots$6<T, S> = T & {
@@ -181,7 +181,7 @@ interface PopoverIndicatorProps extends PopoverIndicatorBaseProps,
181
181
  */
182
182
  HTMLAttributes {}
183
183
  declare const _default$7: typeof __VLS_export$5;
184
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1420.DefineComponent<PopoverIndicatorProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
184
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1464.DefineComponent<PopoverIndicatorProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
185
185
  default?: (props: {}) => any;
186
186
  }>;
187
187
  type __VLS_WithSlots$5<T, S> = T & {
@@ -198,7 +198,7 @@ interface PopoverPositionerProps extends PopoverPositionerBaseProps,
198
198
  */
199
199
  HTMLAttributes {}
200
200
  declare const _default$8: typeof __VLS_export$4;
201
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1420.DefineComponent<PopoverPositionerProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
201
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1464.DefineComponent<PopoverPositionerProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
202
202
  default?: (props: {}) => any;
203
203
  }>;
204
204
  type __VLS_WithSlots$4<T, S> = T & {
@@ -215,11 +215,11 @@ interface PopoverRootProviderBaseProps extends RootProviderProps, RenderStrategy
215
215
  interface PopoverRootProviderProps extends PopoverRootProviderBaseProps {}
216
216
  interface PopoverRootProviderEmits extends RootEmits$1 {}
217
217
  declare const _default$10: typeof __VLS_export$3;
218
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1420.DefineComponent<PopoverRootProviderProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {
218
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1464.DefineComponent<PopoverRootProviderProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {
219
219
  exitComplete: () => any;
220
- }, string, vue1420.PublicProps, Readonly<PopoverRootProviderProps> & Readonly<{
220
+ }, string, vue1464.PublicProps, Readonly<PopoverRootProviderProps> & Readonly<{
221
221
  onExitComplete?: (() => any) | undefined;
222
- }>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
222
+ }>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
223
223
  default?: (props: {}) => any;
224
224
  }>;
225
225
  type __VLS_WithSlots$3<T, S> = T & {
@@ -233,28 +233,28 @@ interface PopoverRootBaseProps extends RootProps, RenderStrategyProps {}
233
233
  interface PopoverRootProps extends PopoverRootBaseProps {}
234
234
  interface PopoverRootEmits extends RootEmits {}
235
235
  declare const _default$9: typeof __VLS_export$2;
236
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1420.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {
237
- openChange: (details: popover.OpenChangeDetails) => any;
236
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1464.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {
238
237
  exitComplete: () => any;
238
+ openChange: (details: popover.OpenChangeDetails) => any;
239
239
  "update:open": (open: boolean) => any;
240
+ focusOutside: (event: _sprawlify_primitives_machines_menu32.FocusOutsideEvent) => any;
241
+ interactOutside: (event: _sprawlify_primitives_machines_menu32.InteractOutsideEvent) => any;
242
+ pointerDownOutside: (event: _sprawlify_primitives_machines_menu32.PointerDownOutsideEvent) => any;
240
243
  escapeKeyDown: (event: KeyboardEvent) => any;
241
- focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet25.FocusOutsideEvent) => any;
242
- interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet25.InteractOutsideEvent) => any;
243
- pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet25.PointerDownOutsideEvent) => any;
244
244
  requestDismiss: (event: CustomEvent<{
245
245
  originalLayer: HTMLElement;
246
246
  targetLayer: HTMLElement | undefined;
247
247
  originalIndex: number;
248
248
  targetIndex: number;
249
249
  }>) => any;
250
- }, string, vue1420.PublicProps, Readonly<PopoverRootProps> & Readonly<{
251
- onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
250
+ }, string, vue1464.PublicProps, Readonly<PopoverRootProps> & Readonly<{
252
251
  onExitComplete?: (() => any) | undefined;
252
+ onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
253
253
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
254
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_menu32.FocusOutsideEvent) => any) | undefined;
255
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_menu32.InteractOutsideEvent) => any) | undefined;
256
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_menu32.PointerDownOutsideEvent) => any) | undefined;
254
257
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
255
- onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.FocusOutsideEvent) => any) | undefined;
256
- onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.InteractOutsideEvent) => any) | undefined;
257
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet25.PointerDownOutsideEvent) => any) | undefined;
258
258
  onRequestDismiss?: ((event: CustomEvent<{
259
259
  originalLayer: HTMLElement;
260
260
  targetLayer: HTMLElement | undefined;
@@ -262,14 +262,14 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue1420.DefineComponent<PopoverR
262
262
  targetIndex: number;
263
263
  }>) => any) | undefined;
264
264
  }>, {
265
- modal: boolean;
266
265
  open: boolean;
267
266
  defaultOpen: boolean;
268
- closeOnInteractOutside: boolean;
269
267
  closeOnEscape: boolean;
270
268
  autoFocus: boolean;
269
+ closeOnInteractOutside: boolean;
270
+ modal: boolean;
271
271
  portalled: boolean;
272
- }, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
272
+ }, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
273
273
  default?: (props: {}) => any;
274
274
  }>;
275
275
  type __VLS_WithSlots$2<T, S> = T & {
@@ -286,7 +286,7 @@ interface PopoverTitleProps extends PopoverTitleBaseProps,
286
286
  */
287
287
  HTMLAttributes {}
288
288
  declare const _default$11: typeof __VLS_export$1;
289
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1420.DefineComponent<PopoverTitleProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
289
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1464.DefineComponent<PopoverTitleProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
290
290
  default?: (props: {}) => any;
291
291
  }>;
292
292
  type __VLS_WithSlots$1<T, S> = T & {
@@ -303,7 +303,7 @@ interface PopoverTriggerProps extends PopoverTriggerBaseProps,
303
303
  */
304
304
  ButtonHTMLAttributes {}
305
305
  declare const _default$12: typeof __VLS_export;
306
- declare const __VLS_export: __VLS_WithSlots<vue1420.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue1420.ComponentOptionsMixin, vue1420.ComponentOptionsMixin, {}, string, vue1420.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1420.ComponentProvideOptions, false, {}, any>, {
306
+ declare const __VLS_export: __VLS_WithSlots<vue1464.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue1464.ComponentOptionsMixin, vue1464.ComponentOptionsMixin, {}, string, vue1464.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1464.ComponentProvideOptions, false, {}, any>, {
307
307
  default?: (props: {}) => any;
308
308
  }>;
309
309
  type __VLS_WithSlots<T, S> = T & {
@@ -1,3 +1,3 @@
1
- import "../../factory-Dg6Whljf.js";
2
- import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-Cjk1WhUx.js";
1
+ import "../../factory-B5zr8_kk.js";
2
+ import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-8bjPAUl0.js";
3
3
  export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };