@sprawlify/vue 0.0.75 → 0.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist/carousel-anatomy-CS3XZbw0.d.ts +6 -0
  2. package/dist/checkbox-anatomy-BzXdprCY.d.ts +6 -0
  3. package/dist/color-picker-anatomy-Jhiag8cb.d.ts +6 -0
  4. package/dist/combobox-anatomy-Bmc1BlRe.d.ts +6 -0
  5. package/dist/components/accordion/index.d.ts +15 -15
  6. package/dist/components/accordion/index.js +2 -1
  7. package/dist/components/anatomy.d.ts +14 -13
  8. package/dist/components/anatomy.js +2 -1
  9. package/dist/components/angle-slider/index.d.ts +14 -14
  10. package/dist/components/aspect-ratio/index.d.ts +97 -0
  11. package/dist/components/aspect-ratio/index.js +152 -0
  12. package/dist/components/avatar/index.d.ts +9 -9
  13. package/dist/components/bottom-sheet/index.d.ts +17 -17
  14. package/dist/components/carousel/index.d.ts +22 -22
  15. package/dist/components/checkbox/index.d.ts +19 -19
  16. package/dist/components/checkbox/index.js +3 -3
  17. package/dist/components/client-only/index.d.ts +2 -2
  18. package/dist/components/clipboard/index.d.ts +13 -13
  19. package/dist/components/collapsible/index.d.ts +10 -10
  20. package/dist/components/collapsible/index.js +1 -1
  21. package/dist/components/collection/index.d.ts +1 -1
  22. package/dist/components/color-picker/index.d.ts +51 -51
  23. package/dist/components/color-picker/index.js +1 -1
  24. package/dist/components/combobox/index.d.ts +34 -33
  25. package/dist/components/combobox/index.js +1 -1
  26. package/dist/components/date-picker/index.d.ts +45 -45
  27. package/dist/components/dialog/index.d.ts +29 -29
  28. package/dist/components/download-trigger/index.d.ts +2 -2
  29. package/dist/components/editable/index.d.ts +23 -23
  30. package/dist/components/editable/index.js +1 -1
  31. package/dist/components/field/index.d.ts +23 -23
  32. package/dist/components/field/index.js +1 -1
  33. package/dist/components/fieldset/index.d.ts +11 -11
  34. package/dist/components/fieldset/index.js +1 -1
  35. package/dist/components/file-upload/index.d.ts +22 -22
  36. package/dist/components/file-upload/index.js +1 -1
  37. package/dist/components/floating-panel/index.d.ts +24 -25
  38. package/dist/components/focus-trap/index.d.ts +4 -4
  39. package/dist/components/format/index.d.ts +4 -4
  40. package/dist/components/frame/index.d.ts +6 -6
  41. package/dist/components/highlight/index.d.ts +4 -4
  42. package/dist/components/hover-card/index.d.ts +21 -21
  43. package/dist/components/image-cropper/index.d.ts +13 -13
  44. package/dist/components/json-tree-view/index.d.ts +10 -10
  45. package/dist/components/json-tree-view/index.js +3 -2
  46. package/dist/components/listbox/index.d.ts +23 -23
  47. package/dist/components/marquee/index.d.ts +22 -22
  48. package/dist/components/menu/index.d.ts +57 -57
  49. package/dist/components/navigation-menu/index.d.ts +17 -17
  50. package/dist/components/number-input/index.d.ts +18 -18
  51. package/dist/components/number-input/index.js +1 -1
  52. package/dist/components/pagination/index.d.ts +15 -15
  53. package/dist/components/password-input/index.d.ts +23 -23
  54. package/dist/components/password-input/index.js +1 -1
  55. package/dist/components/pin-input/index.d.ts +13 -13
  56. package/dist/components/pin-input/index.js +1 -1
  57. package/dist/components/popover/index.d.ts +33 -33
  58. package/dist/components/presence/index.d.ts +1 -1
  59. package/dist/components/progress/index.d.ts +13 -13
  60. package/dist/components/qr-code/index.d.ts +9 -9
  61. package/dist/components/radio-group/index.d.ts +15 -15
  62. package/dist/components/radio-group/index.js +2 -2
  63. package/dist/components/rating-group/index.d.ts +13 -13
  64. package/dist/components/rating-group/index.js +1 -1
  65. package/dist/components/scroll-area/index.d.ts +10 -10
  66. package/dist/components/segment-group/index.d.ts +15 -15
  67. package/dist/components/select/index.d.ts +38 -38
  68. package/dist/components/select/index.js +1 -1
  69. package/dist/components/separator/index.d.ts +5 -5
  70. package/dist/components/signature-pad/index.d.ts +14 -14
  71. package/dist/components/signature-pad/index.js +1 -1
  72. package/dist/components/slider/index.d.ts +19 -19
  73. package/dist/components/splitter/index.d.ts +12 -12
  74. package/dist/components/steps/index.d.ts +18 -18
  75. package/dist/components/switch/index.d.ts +13 -13
  76. package/dist/components/switch/index.js +1 -1
  77. package/dist/components/tabs/index.d.ts +14 -14
  78. package/dist/components/tags-input/index.d.ts +34 -34
  79. package/dist/components/tags-input/index.js +1 -1
  80. package/dist/components/timer/index.d.ts +12 -12
  81. package/dist/components/toast/index.d.ts +9 -9
  82. package/dist/components/toggle/index.d.ts +8 -8
  83. package/dist/components/toggle-group/index.d.ts +10 -10
  84. package/dist/components/tooltip/index.d.ts +15 -15
  85. package/dist/components/tour/index.d.ts +29 -29
  86. package/dist/components/tree-view/index.d.ts +3 -3
  87. package/dist/components/tree-view/index.js +3 -2
  88. package/dist/date-picker-anatomy-BbgOfc-T.d.ts +6 -0
  89. package/dist/{field-anatomy-loNm9_9u.d.ts → field-anatomy-BudQLO5P.d.ts} +1 -1
  90. package/dist/fieldset-anatomy-BHRTGd-X.d.ts +6 -0
  91. package/dist/image-cropper-anatomy-D2maeqoK.d.ts +6 -0
  92. package/dist/{index-DZ1ummfv.d.ts → index-B2hCTOPN.d.ts} +30 -30
  93. package/dist/{index-DzrYvQ8H.d.ts → index-BJ8mRK6a.d.ts} +2 -2
  94. package/dist/{index-VvcSzgim.d.ts → index-CcIkwU2l.d.ts} +6 -6
  95. package/dist/{index-C-kA-knN.d.ts → index-Xh0TkLb6.d.ts} +7 -7
  96. package/dist/index.d.ts +2 -2
  97. package/dist/listbox-anatomy-DsiGF3rU.d.ts +6 -0
  98. package/dist/{segment-group-anatomy-DesMk15u.d.ts → segment-group-anatomy-5X5sF6bU.d.ts} +2 -2
  99. package/dist/toggle-anatomy-BVLEnnrv.d.ts +6 -0
  100. package/dist/tour-anatomy-Cx59yoXC.d.ts +6 -0
  101. package/dist/{tree-view-D0JBQ_ly.js → tree-view--stP9jty.js} +1 -1
  102. package/package.json +6 -2
  103. package/dist/carousel-anatomy-D1y42Ex5.d.ts +0 -6
  104. package/dist/checkbox-anatomy-C3nJ17T-.d.ts +0 -6
  105. package/dist/color-picker-anatomy-Dyp524yB.d.ts +0 -6
  106. package/dist/combobox-anatomy-pMR3g6v-.d.ts +0 -6
  107. package/dist/date-picker-anatomy-Br9ap7TS.d.ts +0 -6
  108. package/dist/fieldset-anatomy-9h1GFO6X.d.ts +0 -6
  109. package/dist/image-cropper-anatomy-6_a6BSeW.d.ts +0 -6
  110. package/dist/listbox-anatomy-ZW3V07FW.d.ts +0 -6
  111. package/dist/toggle-anatomy-C4EVS7GQ.d.ts +0 -6
  112. package/dist/tour-anatomy-Bc1FNWON.d.ts +0 -6
  113. /package/dist/{boolean-L5YmbZkb.js → boolean-DRNklbLz.js} +0 -0
  114. /package/dist/{collapsible-OXksISO6.js → collapsible-fQ2-Jeml.js} +0 -0
  115. /package/dist/{field-B_BAnE0z.js → field-C8hrCSpZ.js} +0 -0
  116. /package/dist/{fieldset-XmKsNoOC.js → fieldset-FlcFnfDX.js} +0 -0
  117. /package/dist/{index-BezmG5AK.d.ts → index-FXQujPvZ.d.ts} +0 -0
@@ -1,12 +1,12 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
4
  import { t as tagsInputAnatomy } from "../../tags-input-anatomy-C0HLrulm.js";
5
- import * as vue1536 from "vue";
5
+ import * as vue2287 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
- import * as _sprawlify_primitives_machines_combobox31 from "@sprawlify/primitives/machines/combobox";
7
+ import * as _sprawlify_primitives_machines_bottom_sheet37 from "@sprawlify/primitives/machines/bottom-sheet";
8
8
  import * as tagsInput from "@sprawlify/primitives/machines/tags-input";
9
- import { FocusOutsideEvent, FocusOutsideEvent as TagsInputFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as TagsInputHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as TagsInputInteractOutsideEvent, ItemProps as ItemProps$1, ItemState as ItemState$1, PointerDownOutsideEvent, PointerDownOutsideEvent as TagsInputPointerDownOutsideEvent, ValidityChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails } from "@sprawlify/primitives/machines/tags-input";
9
+ import { FocusOutsideEvent, FocusOutsideEvent as TagsInputFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as TagsInputHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as TagsInputInteractOutsideEvent, ItemProps, ItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as TagsInputPointerDownOutsideEvent, ValidityChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails } from "@sprawlify/primitives/machines/tags-input";
10
10
 
11
11
  //#region src/components/tags-input/tags-input-clear-trigger.vue.d.ts
12
12
  interface TagsInputClearTriggerBaseProps extends PolymorphicProps {}
@@ -16,7 +16,7 @@ interface TagsInputClearTriggerProps extends TagsInputClearTriggerBaseProps,
16
16
  */
17
17
  ButtonHTMLAttributes {}
18
18
  declare const _default: typeof __VLS_export$13;
19
- declare const __VLS_export$13: __VLS_WithSlots$13<vue1536.DefineComponent<TagsInputClearTriggerProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
19
+ declare const __VLS_export$13: __VLS_WithSlots$13<vue2287.DefineComponent<TagsInputClearTriggerProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
20
20
  default?: (props: {}) => any;
21
21
  }>;
22
22
  type __VLS_WithSlots$13<T, S> = T & {
@@ -88,7 +88,7 @@ interface TagsInputContextProps extends SlotsType<{
88
88
  default: UnwrapRef<UseTagsInputContext>;
89
89
  }> {}
90
90
  declare const _default$1: typeof __VLS_export$12;
91
- declare const __VLS_export$12: __VLS_WithSlots$12<vue1536.DefineComponent<{}, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, true, {}, any>, {
91
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue2287.DefineComponent<{}, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, true, {}, any>, {
92
92
  default(tagsInput: UnwrapRef<UseTagsInputContext>): unknown;
93
93
  }>;
94
94
  type __VLS_WithSlots$12<T, S> = T & {
@@ -105,7 +105,7 @@ interface TagsInputControlProps extends TagsInputControlBaseProps,
105
105
  */
106
106
  HTMLAttributes {}
107
107
  declare const _default$2: typeof __VLS_export$11;
108
- declare const __VLS_export$11: __VLS_WithSlots$11<vue1536.DefineComponent<TagsInputControlProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
108
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue2287.DefineComponent<TagsInputControlProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
109
109
  default?: (props: {}) => any;
110
110
  }>;
111
111
  type __VLS_WithSlots$11<T, S> = T & {
@@ -122,7 +122,7 @@ interface TagsInputHiddenInputProps extends TagsInputHiddenInputBaseProps,
122
122
  */
123
123
  InputHTMLAttributes {}
124
124
  declare const _default$3: typeof __VLS_export$10;
125
- declare const __VLS_export$10: __VLS_WithSlots$10<vue1536.DefineComponent<TagsInputHiddenInputProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
125
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue2287.DefineComponent<TagsInputHiddenInputProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
126
126
  default?: (props: {}) => any;
127
127
  }>;
128
128
  type __VLS_WithSlots$10<T, S> = T & {
@@ -139,7 +139,7 @@ interface TagsInputInputProps extends TagsInputInputBaseProps,
139
139
  */
140
140
  InputHTMLAttributes {}
141
141
  declare const _default$4: typeof __VLS_export$9;
142
- declare const __VLS_export$9: __VLS_WithSlots$9<vue1536.DefineComponent<TagsInputInputProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
142
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue2287.DefineComponent<TagsInputInputProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
143
143
  default?: (props: {}) => any;
144
144
  }>;
145
145
  type __VLS_WithSlots$9<T, S> = T & {
@@ -149,14 +149,14 @@ type __VLS_WithSlots$9<T, S> = T & {
149
149
  };
150
150
  //#endregion
151
151
  //#region src/components/tags-input/use-tags-input-item-context.d.ts
152
- interface UseTagsInputItemContext extends ComputedRef<ItemState$1> {}
152
+ interface UseTagsInputItemContext extends ComputedRef<ItemState> {}
153
153
  //#endregion
154
154
  //#region src/components/tags-input/tags-input-item-context.vue.d.ts
155
155
  interface TagsInputItemContextProps extends SlotsType<{
156
156
  default: UnwrapRef<UseTagsInputItemContext>;
157
157
  }> {}
158
158
  declare const _default$6: typeof __VLS_export$8;
159
- declare const __VLS_export$8: __VLS_WithSlots$8<vue1536.DefineComponent<{}, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, true, {}, any>, {
159
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue2287.DefineComponent<{}, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, true, {}, any>, {
160
160
  default(tagsInput: UnwrapRef<UseTagsInputItemContext>): unknown;
161
161
  }>;
162
162
  type __VLS_WithSlots$8<T, S> = T & {
@@ -173,7 +173,7 @@ interface TagsInputItemDeleteTriggerProps extends TagsInputItemDeleteTriggerBase
173
173
  */
174
174
  ButtonHTMLAttributes {}
175
175
  declare const _default$7: typeof __VLS_export$7;
176
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1536.DefineComponent<TagsInputItemDeleteTriggerProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputItemDeleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
176
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue2287.DefineComponent<TagsInputItemDeleteTriggerProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputItemDeleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
177
177
  default?: (props: {}) => any;
178
178
  }>;
179
179
  type __VLS_WithSlots$7<T, S> = T & {
@@ -190,7 +190,7 @@ interface TagsInputItemInputProps extends TagsInputItemInputBaseProps,
190
190
  */
191
191
  InputHTMLAttributes {}
192
192
  declare const _default$8: typeof __VLS_export$6;
193
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1536.DefineComponent<TagsInputItemInputProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputItemInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
193
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue2287.DefineComponent<TagsInputItemInputProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputItemInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
194
194
  default?: (props: {}) => any;
195
195
  }>;
196
196
  type __VLS_WithSlots$6<T, S> = T & {
@@ -207,7 +207,7 @@ interface TagsInputItemPreviewProps extends TagsInputItemPreviewBaseProps,
207
207
  */
208
208
  HTMLAttributes {}
209
209
  declare const _default$9: typeof __VLS_export$5;
210
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1536.DefineComponent<TagsInputItemPreviewProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputItemPreviewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
210
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2287.DefineComponent<TagsInputItemPreviewProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputItemPreviewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
211
211
  default?: (props: {}) => any;
212
212
  }>;
213
213
  type __VLS_WithSlots$5<T, S> = T & {
@@ -224,7 +224,7 @@ interface TagsInputItemTextProps extends TagsInputItemTextBaseProps,
224
224
  */
225
225
  HTMLAttributes {}
226
226
  declare const _default$10: typeof __VLS_export$4;
227
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1536.DefineComponent<TagsInputItemTextProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
227
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2287.DefineComponent<TagsInputItemTextProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
228
228
  default?: (props: {}) => any;
229
229
  }>;
230
230
  type __VLS_WithSlots$4<T, S> = T & {
@@ -234,14 +234,14 @@ type __VLS_WithSlots$4<T, S> = T & {
234
234
  };
235
235
  //#endregion
236
236
  //#region src/components/tags-input/tags-input-item.vue.d.ts
237
- interface TagsInputItemBaseProps extends ItemProps$1, PolymorphicProps {}
237
+ interface TagsInputItemBaseProps extends ItemProps, PolymorphicProps {}
238
238
  interface TagsInputItemProps extends TagsInputItemBaseProps,
239
239
  /**
240
240
  * @vue-ignore
241
241
  */
242
242
  HTMLAttributes {}
243
243
  declare const _default$5: typeof __VLS_export$3;
244
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1536.DefineComponent<TagsInputItemProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
244
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2287.DefineComponent<TagsInputItemProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
245
245
  default?: (props: {}) => any;
246
246
  }>;
247
247
  type __VLS_WithSlots$3<T, S> = T & {
@@ -258,7 +258,7 @@ interface TagsInputLabelProps extends TagsInputLabelBaseProps,
258
258
  */
259
259
  LabelHTMLAttributes {}
260
260
  declare const _default$11: typeof __VLS_export$2;
261
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1536.DefineComponent<TagsInputLabelProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
261
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2287.DefineComponent<TagsInputLabelProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
262
262
  default?: (props: {}) => any;
263
263
  }>;
264
264
  type __VLS_WithSlots$2<T, S> = T & {
@@ -278,7 +278,7 @@ interface TagsInputRootProviderProps extends TagsInputRootProviderBaseProps,
278
278
  */
279
279
  HTMLAttributes {}
280
280
  declare const _default$13: typeof __VLS_export$1;
281
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1536.DefineComponent<TagsInputRootProviderProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {}, string, vue1536.PublicProps, Readonly<TagsInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
281
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2287.DefineComponent<TagsInputRootProviderProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {}, string, vue2287.PublicProps, Readonly<TagsInputRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
282
282
  default?: (props: {}) => any;
283
283
  }>;
284
284
  type __VLS_WithSlots$1<T, S> = T & {
@@ -296,36 +296,36 @@ interface TagsInputRootProps extends TagsInputRootBaseProps,
296
296
  HTMLAttributes {}
297
297
  interface TagsInputRootEmits extends RootEmits {}
298
298
  declare const _default$12: typeof __VLS_export;
299
- declare const __VLS_export: __VLS_WithSlots<vue1536.DefineComponent<TagsInputRootProps, {}, {}, {}, {}, vue1536.ComponentOptionsMixin, vue1536.ComponentOptionsMixin, {
300
- focusOutside: (event: _sprawlify_primitives_machines_combobox31.FocusOutsideEvent) => any;
301
- highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
302
- inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
303
- interactOutside: (event: _sprawlify_primitives_machines_combobox31.InteractOutsideEvent) => any;
304
- pointerDownOutside: (event: _sprawlify_primitives_machines_combobox31.PointerDownOutsideEvent) => any;
299
+ declare const __VLS_export: __VLS_WithSlots<vue2287.DefineComponent<TagsInputRootProps, {}, {}, {}, {}, vue2287.ComponentOptionsMixin, vue2287.ComponentOptionsMixin, {
305
300
  valueChange: (details: tagsInput.ValueChangeDetails) => any;
306
301
  "update:modelValue": (value: string[]) => any;
302
+ focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet37.FocusOutsideEvent) => any;
303
+ interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet37.InteractOutsideEvent) => any;
304
+ pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet37.PointerDownOutsideEvent) => any;
305
+ highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
306
+ inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
307
307
  "update:inputValue": (value: string) => any;
308
308
  valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
309
- }, string, vue1536.PublicProps, Readonly<TagsInputRootProps> & Readonly<{
310
- onFocusOutside?: ((event: _sprawlify_primitives_machines_combobox31.FocusOutsideEvent) => any) | undefined;
311
- onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
312
- onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
313
- onInteractOutside?: ((event: _sprawlify_primitives_machines_combobox31.InteractOutsideEvent) => any) | undefined;
314
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_combobox31.PointerDownOutsideEvent) => any) | undefined;
309
+ }, string, vue2287.PublicProps, Readonly<TagsInputRootProps> & Readonly<{
315
310
  onValueChange?: ((details: tagsInput.ValueChangeDetails) => any) | undefined;
316
311
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
312
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet37.FocusOutsideEvent) => any) | undefined;
313
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet37.InteractOutsideEvent) => any) | undefined;
314
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet37.PointerDownOutsideEvent) => any) | undefined;
315
+ onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
316
+ onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
317
317
  "onUpdate:inputValue"?: ((value: string) => any) | undefined;
318
318
  onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
319
319
  }>, {
320
320
  disabled: boolean;
321
- required: boolean;
322
- autoFocus: boolean;
323
321
  invalid: boolean;
324
322
  readOnly: boolean;
323
+ required: boolean;
325
324
  allowOverflow: boolean;
325
+ autoFocus: boolean;
326
326
  addOnPaste: boolean;
327
327
  editable: boolean;
328
- }, {}, {}, {}, string, vue1536.ComponentProvideOptions, false, {}, any>, {
328
+ }, {}, {}, {}, string, vue2287.ComponentProvideOptions, false, {}, any>, {
329
329
  default?: (props: {}) => any;
330
330
  }>;
331
331
  type __VLS_WithSlots<T, S> = T & {
@@ -7,7 +7,7 @@ import "../../field-anatomy-DOCpzb4B.js";
7
7
  import { t as tagsInputAnatomy } from "../../tags-input-anatomy-Dpn_Smms.js";
8
8
  import { t as sprawlify } from "../../factory-xNPol80p.js";
9
9
  import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
10
- import { p as useFieldContext } from "../../field-B_BAnE0z.js";
10
+ import { p as useFieldContext } from "../../field-C8hrCSpZ.js";
11
11
  import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
12
12
  import * as tagsInput from "@sprawlify/primitives/machines/tags-input";
13
13
 
@@ -1,8 +1,8 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
4
  import { t as timerAnatomy } from "../../timer-anatomy-D0Ey9n_K.js";
5
- import * as vue1446 from "vue";
5
+ import * as vue109 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as timer from "@sprawlify/primitives/machines/timer";
8
8
  import { ActionTriggerProps, ItemProps, TickDetails } from "@sprawlify/primitives/machines/timer";
@@ -15,7 +15,7 @@ interface TimerActionTriggerProps extends TimerActionTriggerBaseProps,
15
15
  */
16
16
  ButtonHTMLAttributes {}
17
17
  declare const _default: typeof __VLS_export$7;
18
- declare const __VLS_export$7: __VLS_WithSlots$6<vue1446.DefineComponent<TimerActionTriggerProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<TimerActionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>, {
18
+ declare const __VLS_export$7: __VLS_WithSlots$6<vue109.DefineComponent<TimerActionTriggerProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<TimerActionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>, {
19
19
  default?: (props: {}) => any;
20
20
  }>;
21
21
  type __VLS_WithSlots$6<T, S> = T & {
@@ -55,7 +55,7 @@ interface TimerContextProps extends SlotsType<{
55
55
  default: UnwrapRef<UseTimerContext>;
56
56
  }> {}
57
57
  declare const _default$2: typeof __VLS_export$6;
58
- declare const __VLS_export$6: __VLS_WithSlots$5<vue1446.DefineComponent<{}, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, true, {}, any>, {
58
+ declare const __VLS_export$6: __VLS_WithSlots$5<vue109.DefineComponent<{}, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, true, {}, any>, {
59
59
  default(timer: UnwrapRef<UseTimerContext>): unknown;
60
60
  }>;
61
61
  type __VLS_WithSlots$5<T, S> = T & {
@@ -72,7 +72,7 @@ interface TimerItemProps extends TimerItemBaseProps,
72
72
  */
73
73
  HTMLAttributes {}
74
74
  declare const _default$4: typeof __VLS_export$5;
75
- declare const __VLS_export$5: vue1446.DefineComponent<TimerItemProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<TimerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>;
75
+ declare const __VLS_export$5: vue109.DefineComponent<TimerItemProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<TimerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>;
76
76
  //#endregion
77
77
  //#region src/components/timer/timer-area.vue.d.ts
78
78
  interface TimerAreaBaseProps extends PolymorphicProps {}
@@ -82,7 +82,7 @@ interface TimerAreaProps extends TimerAreaBaseProps,
82
82
  */
83
83
  HTMLAttributes {}
84
84
  declare const _default$1: typeof __VLS_export$4;
85
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1446.DefineComponent<TimerAreaProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<TimerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>, {
85
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue109.DefineComponent<TimerAreaProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<TimerAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>, {
86
86
  default?: (props: {}) => any;
87
87
  }>;
88
88
  type __VLS_WithSlots$4<T, S> = T & {
@@ -99,7 +99,7 @@ interface TimerControlProps extends TimerControlBaseProps,
99
99
  */
100
100
  HTMLAttributes {}
101
101
  declare const _default$3: typeof __VLS_export$3;
102
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1446.DefineComponent<TimerControlProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<TimerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>, {
102
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue109.DefineComponent<TimerControlProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<TimerControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>, {
103
103
  default?: (props: {}) => any;
104
104
  }>;
105
105
  type __VLS_WithSlots$3<T, S> = T & {
@@ -119,7 +119,7 @@ interface TimerRootProviderProps extends TimerRootProviderBaseProps,
119
119
  */
120
120
  HTMLAttributes {}
121
121
  declare const _default$6: typeof __VLS_export$2;
122
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1446.DefineComponent<TimerRootProviderProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<TimerRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>, {
122
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue109.DefineComponent<TimerRootProviderProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<TimerRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>, {
123
123
  default?: (props: {}) => any;
124
124
  }>;
125
125
  type __VLS_WithSlots$2<T, S> = T & {
@@ -137,16 +137,16 @@ interface TimerRootProps extends TimerRootBaseProps,
137
137
  HTMLAttributes {}
138
138
  interface TimerRootEmits extends RootEmits {}
139
139
  declare const _default$5: typeof __VLS_export$1;
140
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1446.DefineComponent<TimerRootProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {
140
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue109.DefineComponent<TimerRootProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {
141
141
  complete: () => any;
142
142
  tick: (details: timer.TickDetails) => any;
143
- }, string, vue1446.PublicProps, Readonly<TimerRootProps> & Readonly<{
143
+ }, string, vue109.PublicProps, Readonly<TimerRootProps> & Readonly<{
144
144
  onComplete?: (() => any) | undefined;
145
145
  onTick?: ((details: timer.TickDetails) => any) | undefined;
146
146
  }>, {
147
147
  autoStart: boolean;
148
148
  countdown: boolean;
149
- }, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>, {
149
+ }, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>, {
150
150
  default?: (props: {}) => any;
151
151
  }>;
152
152
  type __VLS_WithSlots$1<T, S> = T & {
@@ -163,7 +163,7 @@ interface TimerSeparatorProps extends TimerSeparatorBaseProps,
163
163
  */
164
164
  HTMLAttributes {}
165
165
  declare const _default$7: typeof __VLS_export;
166
- declare const __VLS_export: __VLS_WithSlots<vue1446.DefineComponent<TimerSeparatorProps, {}, {}, {}, {}, vue1446.ComponentOptionsMixin, vue1446.ComponentOptionsMixin, {}, string, vue1446.PublicProps, Readonly<TimerSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1446.ComponentProvideOptions, false, {}, any>, {
166
+ declare const __VLS_export: __VLS_WithSlots<vue109.DefineComponent<TimerSeparatorProps, {}, {}, {}, {}, vue109.ComponentOptionsMixin, vue109.ComponentOptionsMixin, {}, string, vue109.PublicProps, Readonly<TimerSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue109.ComponentProvideOptions, false, {}, any>, {
167
167
  default?: (props: {}) => any;
168
168
  }>;
169
169
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { a as Optional } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
4
  import { t as toastAnatomy } from "../../toast-anatomy-DHifYWal.js";
5
- import * as vue1222 from "vue";
5
+ import * as vue2252 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, SlotsType, UnwrapRef, VNodeChild } from "vue";
7
7
  import * as toast from "@sprawlify/primitives/machines/toast";
8
8
  import { ActionOptions, ActionOptions as ToastActionOptions, Placement, Placement as ToastPlacement, PromiseOptions, PromiseOptions as ToastPromiseOptions, Status, Status as ToastStatus, StatusChangeDetails, StatusChangeDetails as ToastStatusChangeDetails, StoreProps, StoreProps as ToastStoreProps, Type, Type as ToastType } from "@sprawlify/primitives/machines/toast";
@@ -22,7 +22,7 @@ interface ToastActionTriggerProps extends ToastActionTriggerBaseProps,
22
22
  */
23
23
  ButtonHTMLAttributes {}
24
24
  declare const _default: typeof __VLS_export$6;
25
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1222.DefineComponent<ToastActionTriggerProps, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<ToastActionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>, {
25
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue2252.DefineComponent<ToastActionTriggerProps, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<ToastActionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, false, {}, any>, {
26
26
  default?: (props: {}) => any;
27
27
  }>;
28
28
  type __VLS_WithSlots$6<T, S> = T & {
@@ -39,7 +39,7 @@ interface ToastCloseTriggerProps extends ToastCloseTriggerBaseProps,
39
39
  */
40
40
  ButtonHTMLAttributes {}
41
41
  declare const _default$1: typeof __VLS_export$5;
42
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1222.DefineComponent<ToastCloseTriggerProps, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<ToastCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>, {
42
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue2252.DefineComponent<ToastCloseTriggerProps, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<ToastCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, false, {}, any>, {
43
43
  default?: (props: {}) => any;
44
44
  }>;
45
45
  type __VLS_WithSlots$5<T, S> = T & {
@@ -56,7 +56,7 @@ interface ToastContextProps extends SlotsType<{
56
56
  default: UnwrapRef<UseToastContext>;
57
57
  }> {}
58
58
  declare const _default$2: typeof __VLS_export$4;
59
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1222.DefineComponent<{}, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, true, {}, any>, {
59
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue2252.DefineComponent<{}, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, true, {}, any>, {
60
60
  default(toast: UnwrapRef<UseToastContext>): unknown;
61
61
  }>;
62
62
  type __VLS_WithSlots$4<T, S> = T & {
@@ -73,7 +73,7 @@ interface ToastDescriptionProps extends ToastDescriptionBaseProps,
73
73
  */
74
74
  HTMLAttributes {}
75
75
  declare const _default$3: typeof __VLS_export$3;
76
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1222.DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>, {
76
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue2252.DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, false, {}, any>, {
77
77
  default?: (props: {}) => any;
78
78
  }>;
79
79
  type __VLS_WithSlots$3<T, S> = T & {
@@ -90,7 +90,7 @@ interface ToastRootProps extends ToastRootBaseProps,
90
90
  */
91
91
  HTMLAttributes {}
92
92
  declare const _default$4: typeof __VLS_export$2;
93
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1222.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<ToastRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>, {
93
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue2252.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<ToastRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, false, {}, any>, {
94
94
  default?: (props: {}) => any;
95
95
  }>;
96
96
  type __VLS_WithSlots$2<T, S> = T & {
@@ -107,7 +107,7 @@ interface ToastTitleProps extends ToastTitleBaseProps,
107
107
  */
108
108
  HTMLAttributes {}
109
109
  declare const _default$5: typeof __VLS_export$1;
110
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1222.DefineComponent<ToastTitleProps, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>, {
110
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue2252.DefineComponent<ToastTitleProps, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, false, {}, any>, {
111
111
  default?: (props: {}) => any;
112
112
  }>;
113
113
  type __VLS_WithSlots$1<T, S> = T & {
@@ -140,7 +140,7 @@ declare var __VLS_15: {
140
140
  type __VLS_Slots = {} & {
141
141
  default?: (props: typeof __VLS_15) => any;
142
142
  };
143
- declare const __VLS_base: vue1222.DefineComponent<{}, {}, {}, {}, {}, vue1222.ComponentOptionsMixin, vue1222.ComponentOptionsMixin, {}, string, vue1222.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1222.ComponentProvideOptions, false, {}, any>;
143
+ declare const __VLS_base: vue2252.DefineComponent<{}, {}, {}, {}, {}, vue2252.ComponentOptionsMixin, vue2252.ComponentOptionsMixin, {}, string, vue2252.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2252.ComponentProvideOptions, false, {}, any>;
144
144
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
145
145
  declare const _default$6: typeof __VLS_export;
146
146
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { r as EmitFn$1 } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
4
- import { t as toggleAnatomy } from "../../toggle-anatomy-C4EVS7GQ.js";
5
- import * as vue234 from "vue";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
+ import { t as toggleAnatomy } from "../../toggle-anatomy-BVLEnnrv.js";
5
+ import * as vue832 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as toggle from "@sprawlify/primitives/machines/toggle";
8
8
 
@@ -29,17 +29,17 @@ declare var __VLS_8$1: {};
29
29
  type __VLS_Slots$1 = {} & {
30
30
  default?: (props: typeof __VLS_8$1) => any;
31
31
  };
32
- declare const __VLS_base$1: vue234.DefineComponent<ToggleRootProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {
32
+ declare const __VLS_base$1: vue832.DefineComponent<ToggleRootProps, {}, {}, {}, {}, vue832.ComponentOptionsMixin, vue832.ComponentOptionsMixin, {
33
33
  pressedChange: (pressed: boolean) => any;
34
34
  "update:pressed": (pressed: boolean) => any;
35
- }, string, vue234.PublicProps, Readonly<ToggleRootProps> & Readonly<{
35
+ }, string, vue832.PublicProps, Readonly<ToggleRootProps> & Readonly<{
36
36
  onPressedChange?: ((pressed: boolean) => any) | undefined;
37
37
  "onUpdate:pressed"?: ((pressed: boolean) => any) | undefined;
38
38
  }>, {
39
39
  disabled: boolean;
40
40
  defaultPressed: boolean;
41
41
  pressed: boolean;
42
- }, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>;
42
+ }, {}, {}, {}, string, vue832.ComponentProvideOptions, false, {}, any>;
43
43
  declare const __VLS_export$2: __VLS_WithSlots$2<typeof __VLS_base$1, __VLS_Slots$1>;
44
44
  declare const _default$2: typeof __VLS_export$2;
45
45
  type __VLS_WithSlots$2<T, S> = T & {
@@ -61,7 +61,7 @@ type __VLS_Slots = {} & {
61
61
  } & {
62
62
  fallback?: (props: typeof __VLS_10) => any;
63
63
  };
64
- declare const __VLS_base: vue234.DefineComponent<ToggleIndicatorProps, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<ToggleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, false, {}, any>;
64
+ declare const __VLS_base: vue832.DefineComponent<ToggleIndicatorProps, {}, {}, {}, {}, vue832.ComponentOptionsMixin, vue832.ComponentOptionsMixin, {}, string, vue832.PublicProps, Readonly<ToggleIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue832.ComponentProvideOptions, false, {}, any>;
65
65
  declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base, __VLS_Slots>;
66
66
  declare const _default$1: typeof __VLS_export$1;
67
67
  type __VLS_WithSlots$1<T, S> = T & {
@@ -83,7 +83,7 @@ interface ToggleContextProps extends SlotsType<{
83
83
  default: UnwrapRef<UseToggleContext>;
84
84
  }> {}
85
85
  declare const _default: typeof __VLS_export;
86
- declare const __VLS_export: __VLS_WithSlots<vue234.DefineComponent<{}, {}, {}, {}, {}, vue234.ComponentOptionsMixin, vue234.ComponentOptionsMixin, {}, string, vue234.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue234.ComponentProvideOptions, true, {}, any>, {
86
+ declare const __VLS_export: __VLS_WithSlots<vue832.DefineComponent<{}, {}, {}, {}, {}, vue832.ComponentOptionsMixin, vue832.ComponentOptionsMixin, {}, string, vue832.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue832.ComponentProvideOptions, true, {}, any>, {
87
87
  default(toggle: UnwrapRef<UseToggleContext>): unknown;
88
88
  }>;
89
89
  type __VLS_WithSlots<T, S> = T & {
@@ -1,8 +1,8 @@
1
1
  import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
2
2
  import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
3
- import { r as PropTypes } from "../../index-DzrYvQ8H.js";
3
+ import { r as PropTypes } from "../../index-BJ8mRK6a.js";
4
4
  import { t as toggleGroupAnatomy } from "../../toggle-group-anatomy-BpV0-6Xe.js";
5
- import * as vue821 from "vue";
5
+ import * as vue1090 from "vue";
6
6
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
7
7
  import * as toggleGroup from "@sprawlify/primitives/machines/toggle-group";
8
8
  import { ItemProps, ValueChangeDetails, ValueChangeDetails as ToggleGroupValueChangeDetails } from "@sprawlify/primitives/machines/toggle-group";
@@ -15,7 +15,7 @@ interface ToggleGroupItemProps extends ToggleGroupItemBaseProps,
15
15
  */
16
16
  Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
17
17
  declare const _default$1: typeof __VLS_export$3;
18
- declare const __VLS_export$3: __VLS_WithSlots$3<vue821.DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, vue821.ComponentOptionsMixin, vue821.ComponentOptionsMixin, {}, string, vue821.PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue821.ComponentProvideOptions, false, {}, any>, {
18
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1090.DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, vue1090.ComponentOptionsMixin, vue1090.ComponentOptionsMixin, {}, string, vue1090.PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1090.ComponentProvideOptions, false, {}, any>, {
19
19
  default?: (props: {}) => any;
20
20
  }>;
21
21
  type __VLS_WithSlots$3<T, S> = T & {
@@ -35,7 +35,7 @@ interface ToggleGroupRootProviderProps extends ToggleGroupRootProviderBaseProps,
35
35
  */
36
36
  HTMLAttributes {}
37
37
  declare const _default$3: typeof __VLS_export$2;
38
- declare const __VLS_export$2: __VLS_WithSlots$2<vue821.DefineComponent<ToggleGroupRootProviderProps, {}, {}, {}, {}, vue821.ComponentOptionsMixin, vue821.ComponentOptionsMixin, {}, string, vue821.PublicProps, Readonly<ToggleGroupRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue821.ComponentProvideOptions, false, {}, any>, {
38
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1090.DefineComponent<ToggleGroupRootProviderProps, {}, {}, {}, {}, vue1090.ComponentOptionsMixin, vue1090.ComponentOptionsMixin, {}, string, vue1090.PublicProps, Readonly<ToggleGroupRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1090.ComponentProvideOptions, false, {}, any>, {
39
39
  default?: (props: {}) => any;
40
40
  }>;
41
41
  type __VLS_WithSlots$2<T, S> = T & {
@@ -74,19 +74,19 @@ interface ToggleGroupRootProps extends ToggleGroupRootBaseProps,
74
74
  HTMLAttributes {}
75
75
  interface ToggleGroupRootEmits extends RootEmits {}
76
76
  declare const _default$2: typeof __VLS_export$1;
77
- declare const __VLS_export$1: __VLS_WithSlots$1<vue821.DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, vue821.ComponentOptionsMixin, vue821.ComponentOptionsMixin, {
77
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1090.DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, vue1090.ComponentOptionsMixin, vue1090.ComponentOptionsMixin, {
78
78
  valueChange: (details: toggleGroup.ValueChangeDetails) => any;
79
79
  "update:modelValue": (value: string[]) => any;
80
- }, string, vue821.PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
80
+ }, string, vue1090.PublicProps, Readonly<ToggleGroupRootProps> & Readonly<{
81
81
  onValueChange?: ((details: toggleGroup.ValueChangeDetails) => any) | undefined;
82
82
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
83
83
  }>, {
84
84
  disabled: boolean;
85
- multiple: boolean;
86
- loopFocus: boolean;
87
85
  deselectable: boolean;
86
+ loopFocus: boolean;
87
+ multiple: boolean;
88
88
  rovingFocus: boolean;
89
- }, {}, {}, {}, string, vue821.ComponentProvideOptions, false, {}, any>, {
89
+ }, {}, {}, {}, string, vue1090.ComponentProvideOptions, false, {}, any>, {
90
90
  default?: (props: {}) => any;
91
91
  }>;
92
92
  type __VLS_WithSlots$1<T, S> = T & {
@@ -116,7 +116,7 @@ interface ToggleGroupContextProps extends SlotsType<{
116
116
  default: UnwrapRef<UseToggleGroupContext>;
117
117
  }> {}
118
118
  declare const _default: typeof __VLS_export;
119
- declare const __VLS_export: __VLS_WithSlots<vue821.DefineComponent<{}, {}, {}, {}, {}, vue821.ComponentOptionsMixin, vue821.ComponentOptionsMixin, {}, string, vue821.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue821.ComponentProvideOptions, true, {}, any>, {
119
+ declare const __VLS_export: __VLS_WithSlots<vue1090.DefineComponent<{}, {}, {}, {}, {}, vue1090.ComponentOptionsMixin, vue1090.ComponentOptionsMixin, {}, string, vue1090.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1090.ComponentProvideOptions, true, {}, any>, {
120
120
  default(toggleGroup: UnwrapRef<UseToggleGroupContext>): unknown;
121
121
  }>;
122
122
  type __VLS_WithSlots<T, S> = T & {