@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,14 +1,14 @@
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, t as Assign } 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 CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-ECeveDvH.js";
7
- import * as vue1785 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, t as Assign } 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 CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DhFoJHfp.js";
7
+ import * as vue1901 from "vue";
8
8
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
9
- import * as _sprawlify_primitives_machines_bottom_sheet37 from "@sprawlify/primitives/machines/bottom-sheet";
9
+ import * as _sprawlify_primitives_machines_menu44 from "@sprawlify/primitives/machines/menu";
10
10
  import * as select from "@sprawlify/primitives/machines/select";
11
- import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails, anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
11
+ import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$1, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails, anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
12
12
 
13
13
  //#region src/components/select/select-clear-trigger.vue.d.ts
14
14
  interface SelectClearTriggerBaseProps extends PolymorphicProps {}
@@ -18,7 +18,7 @@ interface SelectClearTriggerProps extends SelectClearTriggerBaseProps,
18
18
  */
19
19
  ButtonHTMLAttributes {}
20
20
  declare const _default: typeof __VLS_export$18;
21
- declare const __VLS_export$18: __VLS_WithSlots$14<vue1785.DefineComponent<SelectClearTriggerProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
21
+ declare const __VLS_export$18: __VLS_WithSlots$14<vue1901.DefineComponent<SelectClearTriggerProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
22
22
  default?: (props: {}) => any;
23
23
  }>;
24
24
  type __VLS_WithSlots$14<T, S> = T & {
@@ -35,7 +35,7 @@ interface SelectContentProps extends SelectContentBaseProps,
35
35
  */
36
36
  HTMLAttributes {}
37
37
  declare const _default$1: typeof __VLS_export$17;
38
- declare const __VLS_export$17: __VLS_WithSlots$13<vue1785.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
38
+ declare const __VLS_export$17: __VLS_WithSlots$13<vue1901.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
39
39
  default?: (props: {}) => any;
40
40
  }>;
41
41
  type __VLS_WithSlots$13<T, S> = T & {
@@ -52,7 +52,7 @@ interface SelectControlProps extends SelectControlBaseProps,
52
52
  */
53
53
  HTMLAttributes {}
54
54
  declare const _default$3: typeof __VLS_export$16;
55
- declare const __VLS_export$16: __VLS_WithSlots$12<vue1785.DefineComponent<SelectControlProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
55
+ declare const __VLS_export$16: __VLS_WithSlots$12<vue1901.DefineComponent<SelectControlProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
56
56
  default?: (props: {}) => any;
57
57
  }>;
58
58
  type __VLS_WithSlots$12<T, S> = T & {
@@ -69,7 +69,7 @@ interface SelectHiddenSelectProps extends SelectHiddenSelectBaseProps,
69
69
  */
70
70
  SelectHTMLAttributes {}
71
71
  declare const _default$4: typeof __VLS_export$15;
72
- declare const __VLS_export$15: vue1785.DefineComponent<SelectHiddenSelectProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectHiddenSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>;
72
+ declare const __VLS_export$15: vue1901.DefineComponent<SelectHiddenSelectProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectHiddenSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>;
73
73
  //#endregion
74
74
  //#region src/components/select/select-indicator.vue.d.ts
75
75
  interface SelectIndicatorBaseProps extends PolymorphicProps {}
@@ -79,7 +79,7 @@ interface SelectIndicatorProps extends SelectIndicatorBaseProps,
79
79
  */
80
80
  HTMLAttributes {}
81
81
  declare const _default$5: typeof __VLS_export$14;
82
- declare const __VLS_export$14: __VLS_WithSlots$11<vue1785.DefineComponent<SelectIndicatorProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
82
+ declare const __VLS_export$14: __VLS_WithSlots$11<vue1901.DefineComponent<SelectIndicatorProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
83
83
  default?: (props: {}) => any;
84
84
  }>;
85
85
  type __VLS_WithSlots$11<T, S> = T & {
@@ -96,7 +96,7 @@ interface SelectListProps extends SelectListBaseProps,
96
96
  */
97
97
  HTMLAttributes {}
98
98
  declare const _default$13: typeof __VLS_export$13;
99
- declare const __VLS_export$13: __VLS_WithSlots$10<vue1785.DefineComponent<SelectListProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
99
+ declare const __VLS_export$13: __VLS_WithSlots$10<vue1901.DefineComponent<SelectListProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
100
100
  default?: (props: {}) => any;
101
101
  }>;
102
102
  type __VLS_WithSlots$10<T, S> = T & {
@@ -113,7 +113,7 @@ interface SelectItemContextProps extends SlotsType<{
113
113
  default: UnwrapRef<UseSelectItemContext>;
114
114
  }> {}
115
115
  declare const _default$7: typeof __VLS_export$12;
116
- declare const __VLS_export$12: __VLS_WithSlots$9<vue1785.DefineComponent<{}, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, true, {}, any>, {
116
+ declare const __VLS_export$12: __VLS_WithSlots$9<vue1901.DefineComponent<{}, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, true, {}, any>, {
117
117
  default(item: UnwrapRef<UseSelectItemContext>): unknown;
118
118
  }>;
119
119
  type __VLS_WithSlots$9<T, S> = T & {
@@ -130,7 +130,7 @@ interface SelectItemGroupLabelProps extends SelectItemGroupLabelBaseProps,
130
130
  */
131
131
  HTMLAttributes {}
132
132
  declare const _default$9: typeof __VLS_export$11;
133
- declare const __VLS_export$11: __VLS_WithSlots$8<vue1785.DefineComponent<SelectItemGroupLabelProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
133
+ declare const __VLS_export$11: __VLS_WithSlots$8<vue1901.DefineComponent<SelectItemGroupLabelProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
134
134
  default?: (props: {}) => any;
135
135
  }>;
136
136
  type __VLS_WithSlots$8<T, S> = T & {
@@ -140,14 +140,14 @@ type __VLS_WithSlots$8<T, S> = T & {
140
140
  };
141
141
  //#endregion
142
142
  //#region src/components/select/select-item-group.vue.d.ts
143
- interface SelectItemGroupBaseProps extends Partial<ItemGroupProps>, PolymorphicProps {}
143
+ interface SelectItemGroupBaseProps extends Partial<ItemGroupProps$1>, PolymorphicProps {}
144
144
  interface SelectItemGroupProps extends SelectItemGroupBaseProps,
145
145
  /**
146
146
  * @vue-ignore
147
147
  */
148
148
  HTMLAttributes {}
149
149
  declare const _default$8: typeof __VLS_export$10;
150
- declare const __VLS_export$10: __VLS_WithSlots$7<vue1785.DefineComponent<SelectItemGroupProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
150
+ declare const __VLS_export$10: __VLS_WithSlots$7<vue1901.DefineComponent<SelectItemGroupProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
151
151
  default?: (props: {}) => any;
152
152
  }>;
153
153
  type __VLS_WithSlots$7<T, S> = T & {
@@ -164,7 +164,7 @@ interface SelectItemIndicatorProps extends SelectItemIndicatorBaseProps,
164
164
  */
165
165
  HTMLAttributes {}
166
166
  declare const _default$10: typeof __VLS_export$9;
167
- declare const __VLS_export$9: __VLS_WithSlots$6<vue1785.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
167
+ declare const __VLS_export$9: __VLS_WithSlots$6<vue1901.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
168
168
  default?: (props: {}) => any;
169
169
  }>;
170
170
  type __VLS_WithSlots$6<T, S> = T & {
@@ -181,7 +181,7 @@ interface SelectItemTextProps extends SelectItemTextBaseProps,
181
181
  */
182
182
  HTMLAttributes {}
183
183
  declare const _default$11: typeof __VLS_export$8;
184
- declare const __VLS_export$8: __VLS_WithSlots$5<vue1785.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
184
+ declare const __VLS_export$8: __VLS_WithSlots$5<vue1901.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
185
185
  default?: (props: {}) => any;
186
186
  }>;
187
187
  type __VLS_WithSlots$5<T, S> = T & {
@@ -191,14 +191,14 @@ type __VLS_WithSlots$5<T, S> = T & {
191
191
  };
192
192
  //#endregion
193
193
  //#region src/components/select/select-item.vue.d.ts
194
- interface SelectItemBaseProps extends ItemProps, PolymorphicProps {}
194
+ interface SelectItemBaseProps extends ItemProps$1, PolymorphicProps {}
195
195
  interface SelectItemProps extends SelectItemBaseProps,
196
196
  /**
197
197
  * @vue-ignore
198
198
  */
199
199
  HTMLAttributes {}
200
200
  declare const _default$6: typeof __VLS_export$7;
201
- declare const __VLS_export$7: __VLS_WithSlots$4<vue1785.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
201
+ declare const __VLS_export$7: __VLS_WithSlots$4<vue1901.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
202
202
  default?: (props: {}) => any;
203
203
  }>;
204
204
  type __VLS_WithSlots$4<T, S> = T & {
@@ -215,7 +215,7 @@ interface SelectLabelProps extends SelectLabelBaseProps,
215
215
  */
216
216
  LabelHTMLAttributes {}
217
217
  declare const _default$12: typeof __VLS_export$6;
218
- declare const __VLS_export$6: __VLS_WithSlots$3<vue1785.DefineComponent<SelectLabelProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
218
+ declare const __VLS_export$6: __VLS_WithSlots$3<vue1901.DefineComponent<SelectLabelProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
219
219
  default?: (props: {}) => any;
220
220
  }>;
221
221
  type __VLS_WithSlots$3<T, S> = T & {
@@ -232,7 +232,7 @@ interface SelectPositionerProps extends SelectPositionerBaseProps,
232
232
  */
233
233
  HTMLAttributes {}
234
234
  declare const _default$14: typeof __VLS_export$5;
235
- declare const __VLS_export$5: __VLS_WithSlots$2<vue1785.DefineComponent<SelectPositionerProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
235
+ declare const __VLS_export$5: __VLS_WithSlots$2<vue1901.DefineComponent<SelectPositionerProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
236
236
  default?: (props: {}) => any;
237
237
  }>;
238
238
  type __VLS_WithSlots$2<T, S> = T & {
@@ -255,7 +255,7 @@ type SelectRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Ass
255
255
  interface SelectRootProviderEmits extends RootEmits$1 {}
256
256
  declare const _default$16: typeof __VLS_export$4;
257
257
  declare const __VLS_export$4: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
258
- props: vue1785.PublicProps & __VLS_PrettifyLocal$2<SelectRootProviderProps<T> & {
258
+ props: vue1901.PublicProps & __VLS_PrettifyLocal$2<SelectRootProviderProps<T> & {
259
259
  onExitComplete?: (() => any) | undefined;
260
260
  }> & (typeof globalThis extends {
261
261
  __VLS_PROPS_FALLBACK: infer P;
@@ -266,7 +266,7 @@ declare const __VLS_export$4: <T extends CollectionItem>(__VLS_props: NonNullabl
266
266
  default?: (props: {}) => any;
267
267
  };
268
268
  emit: (evt: "exitComplete") => void;
269
- }>) => vue1785.VNode & {
269
+ }>) => vue1901.VNode & {
270
270
  __ctx?: Awaited<typeof __VLS_setup>;
271
271
  };
272
272
  type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -333,17 +333,17 @@ type SelectRootComponentProps<T extends CollectionItem = CollectionItem, P = {}>
333
333
  type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: SelectRootComponentProps<T, P>) => any;
334
334
  declare const _default$15: typeof __VLS_export$3;
335
335
  declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
336
- props: vue1785.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
336
+ props: vue1901.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
337
337
  onSelect?: ((details: select.SelectionDetails) => any) | undefined;
338
- onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
339
- onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
340
338
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
341
339
  onExitComplete?: (() => any) | undefined;
340
+ onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
342
341
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
343
- onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet37.FocusOutsideEvent) => any) | undefined;
344
- onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet37.InteractOutsideEvent) => any) | undefined;
345
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet37.PointerDownOutsideEvent) => any) | undefined;
342
+ onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
343
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_menu44.FocusOutsideEvent) => any) | undefined;
346
344
  onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
345
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_menu44.InteractOutsideEvent) => any) | undefined;
346
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_menu44.PointerDownOutsideEvent) => any) | undefined;
347
347
  "onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
348
348
  }> & (typeof globalThis extends {
349
349
  __VLS_PROPS_FALLBACK: infer P;
@@ -353,8 +353,8 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
353
353
  slots: {
354
354
  default?: (props: {}) => any;
355
355
  };
356
- emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_bottom_sheet37.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_bottom_sheet37.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_bottom_sheet37.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
357
- }>) => vue1785.VNode & {
356
+ emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_menu44.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_menu44.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_menu44.PointerDownOutsideEvent) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
357
+ }>) => vue1901.VNode & {
358
358
  __ctx?: Awaited<typeof __VLS_setup>;
359
359
  };
360
360
  type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -367,7 +367,7 @@ interface SelectTriggerProps extends SelectTriggerBaseProps,
367
367
  */
368
368
  ButtonHTMLAttributes {}
369
369
  declare const _default$17: typeof __VLS_export$2;
370
- declare const __VLS_export$2: __VLS_WithSlots$1<vue1785.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, {
370
+ declare const __VLS_export$2: __VLS_WithSlots$1<vue1901.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, {
371
371
  default?: (props: {}) => any;
372
372
  }>;
373
373
  type __VLS_WithSlots$1<T, S> = T & {
@@ -386,7 +386,7 @@ HTMLAttributes {
386
386
  placeholder?: string;
387
387
  }
388
388
  declare const _default$18: typeof __VLS_export$1;
389
- declare const __VLS_export$1: __VLS_WithSlots<vue1785.DefineComponent<SelectValueTextProps, {}, {}, {}, {}, vue1785.ComponentOptionsMixin, vue1785.ComponentOptionsMixin, {}, string, vue1785.PublicProps, Readonly<SelectValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1785.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
389
+ declare const __VLS_export$1: __VLS_WithSlots<vue1901.DefineComponent<SelectValueTextProps, {}, {}, {}, {}, vue1901.ComponentOptionsMixin, vue1901.ComponentOptionsMixin, {}, string, vue1901.PublicProps, Readonly<SelectValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1901.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
390
390
  type __VLS_WithSlots<T, S> = T & {
391
391
  new (): {
392
392
  $slots: S;
@@ -413,7 +413,7 @@ interface SelectContextProps<T extends CollectionItem> extends SlotsType<{
413
413
  }> {}
414
414
  declare const _default$2: typeof __VLS_export;
415
415
  declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
416
- props: vue1785.PublicProps & (typeof globalThis extends {
416
+ props: vue1901.PublicProps & (typeof globalThis extends {
417
417
  __VLS_PROPS_FALLBACK: infer P;
418
418
  } ? P : {});
419
419
  expose: (exposed: {}) => void;
@@ -422,7 +422,7 @@ declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<
422
422
  default(select: UnwrapRef<UseSelectContext<T>>): unknown;
423
423
  };
424
424
  emit: {};
425
- }>) => vue1785.VNode & {
425
+ }>) => vue1901.VNode & {
426
426
  __ctx?: Awaited<typeof __VLS_setup>;
427
427
  };
428
428
  type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
@@ -8,7 +8,7 @@ import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
8
8
  import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DMa_QmB6.js";
9
9
  import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-BK6rPXK7.js";
10
10
  import { m as useFieldContext } from "../../field-CtPR24u6.js";
11
- import { n as useListCollection, o as createListCollection } from "../../collection-DiwGNCAy.js";
11
+ import { n as useListCollection, o as createListCollection } from "../../collection-C_ZHBDQD.js";
12
12
  import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
13
13
  import * as select from "@sprawlify/primitives/machines/select";
14
14
  import { anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
@@ -0,0 +1,202 @@
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 vue296 from "vue";
5
+ import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
6
+ import * as signaturePad from "@sprawlify/primitives/machines/signature-pad";
7
+ import { DrawDetails, DrawDetails as SignaturePadDrawDetails, DrawEndDetails, DrawEndDetails as SignaturePadDrawEndDetails, DrawingOptions, DrawingOptions as SignaturePadDrawingOptions, HiddenInputProps, anatomy as signaturePadAnatomy } from "@sprawlify/primitives/machines/signature-pad";
8
+
9
+ //#region src/components/signature-pad/signature-pad-clear-trigger.vue.d.ts
10
+ interface SignaturePadClearTriggerBaseProps extends PolymorphicProps {}
11
+ interface SignaturePadClearTriggerProps extends SignaturePadClearTriggerBaseProps,
12
+ /**
13
+ * @vue-ignore
14
+ */
15
+ ButtonHTMLAttributes {}
16
+ declare const _default: typeof __VLS_export$8;
17
+ declare const __VLS_export$8: __VLS_WithSlots$7<vue296.DefineComponent<SignaturePadClearTriggerProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
18
+ default?: (props: {}) => any;
19
+ }>;
20
+ type __VLS_WithSlots$7<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
25
+ //#endregion
26
+ //#region src/components/signature-pad/signature-pad-types.d.ts
27
+ interface RootProps {
28
+ disabled?: boolean;
29
+ drawing?: signaturePad.DrawingOptions;
30
+ defaultPaths?: string[];
31
+ id?: string;
32
+ ids?: Partial<{
33
+ root: string;
34
+ control: string;
35
+ hiddenInput: string;
36
+ label: string;
37
+ }>;
38
+ name?: string;
39
+ readOnly?: boolean;
40
+ required?: boolean;
41
+ translations?: signaturePad.IntlTranslations;
42
+ }
43
+ type RootEmits = {
44
+ 'update:paths': [paths: string[]];
45
+ draw: [details: signaturePad.DrawDetails];
46
+ drawEnd: [details: signaturePad.DrawEndDetails];
47
+ };
48
+ //#endregion
49
+ //#region src/components/signature-pad/use-signature-pad.d.ts
50
+ interface UseSignaturePadProps extends Optional<Omit<signaturePad.Props, 'dir' | 'getRootNode'>, 'id'> {}
51
+ interface UseSignaturePadReturn extends ComputedRef<signaturePad.Api<PropTypes>> {}
52
+ declare const useSignaturePad: (props?: MaybeRef<UseSignaturePadProps>, emit?: EmitFn$1<RootEmits>) => UseSignaturePadReturn;
53
+ //#endregion
54
+ //#region src/components/signature-pad/use-signature-pad-context.d.ts
55
+ interface UseSignaturePadContext extends UseSignaturePadReturn {}
56
+ //#endregion
57
+ //#region src/components/signature-pad/signature-pad-context.vue.d.ts
58
+ interface SignaturePadContextProps extends SlotsType<{
59
+ default: UnwrapRef<UseSignaturePadContext>;
60
+ }> {}
61
+ declare const _default$1: typeof __VLS_export$7;
62
+ declare const __VLS_export$7: __VLS_WithSlots$6<vue296.DefineComponent<{}, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, true, {}, any>, {
63
+ default(signaturepad: UnwrapRef<UseSignaturePadContext>): unknown;
64
+ }>;
65
+ type __VLS_WithSlots$6<T, S> = T & {
66
+ new (): {
67
+ $slots: S;
68
+ };
69
+ };
70
+ //#endregion
71
+ //#region src/components/signature-pad/signature-pad-control.vue.d.ts
72
+ interface SignaturePadControlBaseProps extends PolymorphicProps {}
73
+ interface SignaturePadControlProps extends SignaturePadControlBaseProps,
74
+ /**
75
+ * @vue-ignore
76
+ */
77
+ HTMLAttributes {}
78
+ declare const _default$2: typeof __VLS_export$6;
79
+ declare const __VLS_export$6: __VLS_WithSlots$5<vue296.DefineComponent<SignaturePadControlProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
80
+ default?: (props: {}) => any;
81
+ }>;
82
+ type __VLS_WithSlots$5<T, S> = T & {
83
+ new (): {
84
+ $slots: S;
85
+ };
86
+ };
87
+ //#endregion
88
+ //#region src/components/signature-pad/signature-pad-guide.vue.d.ts
89
+ interface SignaturePadGuideBaseProps extends PolymorphicProps {}
90
+ interface SignaturePadGuideProps extends SignaturePadGuideBaseProps,
91
+ /**
92
+ * @vue-ignore
93
+ */
94
+ HTMLAttributes {}
95
+ declare const _default$3: typeof __VLS_export$5;
96
+ declare const __VLS_export$5: __VLS_WithSlots$4<vue296.DefineComponent<SignaturePadGuideProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadGuideProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
97
+ default?: (props: {}) => any;
98
+ }>;
99
+ type __VLS_WithSlots$4<T, S> = T & {
100
+ new (): {
101
+ $slots: S;
102
+ };
103
+ };
104
+ //#endregion
105
+ //#region src/components/signature-pad/signature-pad-hidden-input.vue.d.ts
106
+ interface SignaturePadHiddenInputBaseProps extends HiddenInputProps, PolymorphicProps {}
107
+ interface SignaturePadHiddenInputProps extends SignaturePadHiddenInputBaseProps,
108
+ /**
109
+ * @vue-ignore
110
+ */
111
+ Omit<InputHTMLAttributes, 'value'> {}
112
+ declare const _default$4: typeof __VLS_export$4;
113
+ declare const __VLS_export$4: __VLS_WithSlots$3<vue296.DefineComponent<SignaturePadHiddenInputProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
114
+ default?: (props: {}) => any;
115
+ }>;
116
+ type __VLS_WithSlots$3<T, S> = T & {
117
+ new (): {
118
+ $slots: S;
119
+ };
120
+ };
121
+ //#endregion
122
+ //#region src/components/signature-pad/signature-pad-label.vue.d.ts
123
+ interface SignaturePadLabelBaseProps extends PolymorphicProps {}
124
+ interface SignaturePadLabelProps extends SignaturePadLabelBaseProps,
125
+ /**
126
+ * @vue-ignore
127
+ */
128
+ HTMLAttributes {}
129
+ declare const _default$5: typeof __VLS_export$3;
130
+ declare const __VLS_export$3: __VLS_WithSlots$2<vue296.DefineComponent<SignaturePadLabelProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
131
+ default?: (props: {}) => any;
132
+ }>;
133
+ type __VLS_WithSlots$2<T, S> = T & {
134
+ new (): {
135
+ $slots: S;
136
+ };
137
+ };
138
+ //#endregion
139
+ //#region src/components/signature-pad/signature-pad-root-provider.vue.d.ts
140
+ interface RootProviderProps {
141
+ value: UnwrapRef<UseSignaturePadReturn>;
142
+ }
143
+ interface SignaturePadRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
144
+ interface SignaturePadRootProviderProps extends SignaturePadRootProviderBaseProps,
145
+ /**
146
+ * @vue-ignore
147
+ */
148
+ HTMLAttributes {}
149
+ declare const _default$7: typeof __VLS_export$2;
150
+ declare const __VLS_export$2: __VLS_WithSlots$1<vue296.DefineComponent<SignaturePadRootProviderProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
151
+ default?: (props: {}) => any;
152
+ }>;
153
+ type __VLS_WithSlots$1<T, S> = T & {
154
+ new (): {
155
+ $slots: S;
156
+ };
157
+ };
158
+ //#endregion
159
+ //#region src/components/signature-pad/signature-pad-root.vue.d.ts
160
+ interface SignaturePadRootBaseProps extends RootProps, PolymorphicProps {}
161
+ interface SignaturePadRootProps extends SignaturePadRootBaseProps,
162
+ /**
163
+ * @vue-ignore
164
+ */
165
+ HTMLAttributes {}
166
+ interface SignaturePadRootEmits extends RootEmits {}
167
+ declare const _default$6: typeof __VLS_export$1;
168
+ declare const __VLS_export$1: __VLS_WithSlots<vue296.DefineComponent<SignaturePadRootBaseProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {
169
+ "update:paths": (paths: string[]) => any;
170
+ draw: (details: signaturePad.DrawDetails) => any;
171
+ drawEnd: (details: signaturePad.DrawEndDetails) => any;
172
+ }, string, vue296.PublicProps, Readonly<SignaturePadRootBaseProps> & Readonly<{
173
+ "onUpdate:paths"?: ((paths: string[]) => any) | undefined;
174
+ onDraw?: ((details: signaturePad.DrawDetails) => any) | undefined;
175
+ onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
176
+ }>, {
177
+ required: boolean;
178
+ disabled: boolean;
179
+ readOnly: boolean;
180
+ }, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>, {
181
+ default?: (props: {}) => any;
182
+ }>;
183
+ type __VLS_WithSlots<T, S> = T & {
184
+ new (): {
185
+ $slots: S;
186
+ };
187
+ };
188
+ //#endregion
189
+ //#region src/components/signature-pad/signature-pad-segment.vue.d.ts
190
+ interface SignaturePadSegmentBaseProps extends PolymorphicProps {}
191
+ interface SignaturePadSegmentProps extends SignaturePadSegmentBaseProps,
192
+ /**
193
+ * @vue-ignore
194
+ */
195
+ SVGAttributes {}
196
+ declare const _default$8: typeof __VLS_export;
197
+ declare const __VLS_export: vue296.DefineComponent<SignaturePadSegmentProps, {}, {}, {}, {}, vue296.ComponentOptionsMixin, vue296.ComponentOptionsMixin, {}, string, vue296.PublicProps, Readonly<SignaturePadSegmentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue296.ComponentProvideOptions, false, {}, any>;
198
+ declare namespace signature_pad_d_exports {
199
+ export { _default as ClearTrigger, SignaturePadClearTriggerBaseProps as ClearTriggerBaseProps, SignaturePadClearTriggerProps as ClearTriggerProps, _default$1 as Context, SignaturePadContextProps as ContextProps, _default$2 as Control, SignaturePadControlBaseProps as ControlBaseProps, SignaturePadControlProps as ControlProps, DrawDetails, DrawEndDetails, DrawingOptions, _default$3 as Guide, SignaturePadGuideBaseProps as GuideBaseProps, SignaturePadGuideProps as GuideProps, _default$4 as HiddenInput, SignaturePadHiddenInputBaseProps as HiddenInputBaseProps, SignaturePadHiddenInputProps as HiddenInputProps, _default$5 as Label, SignaturePadLabelBaseProps as LabelBaseProps, SignaturePadLabelProps as LabelProps, _default$6 as Root, SignaturePadRootBaseProps as RootBaseProps, SignaturePadRootProps as RootProps, _default$7 as RootProvider, SignaturePadRootProviderBaseProps as RootProviderBaseProps, SignaturePadRootProviderProps as RootProviderProps, _default$8 as Segment, SignaturePadSegmentBaseProps as SegmentBaseProps, SignaturePadSegmentProps as SegmentProps };
200
+ }
201
+ //#endregion
202
+ export { signature_pad_d_exports as SignaturePad, _default as SignaturePadClearTrigger, type SignaturePadClearTriggerBaseProps, type SignaturePadClearTriggerProps, _default$1 as SignaturePadContext, type SignaturePadContextProps, _default$2 as SignaturePadControl, type SignaturePadControlBaseProps, type SignaturePadControlProps, type SignaturePadDrawDetails, type SignaturePadDrawEndDetails, type SignaturePadDrawingOptions, _default$3 as SignaturePadGuide, type SignaturePadGuideBaseProps, type SignaturePadGuideProps, _default$4 as SignaturePadHiddenInput, type SignaturePadHiddenInputBaseProps, type SignaturePadHiddenInputProps, _default$5 as SignaturePadLabel, type SignaturePadLabelBaseProps, type SignaturePadLabelProps, _default$6 as SignaturePadRoot, type SignaturePadRootBaseProps, type SignaturePadRootEmits, type SignaturePadRootProps, _default$7 as SignaturePadRootProvider, type SignaturePadRootProviderBaseProps, type SignaturePadRootProviderProps, _default$8 as SignaturePadSegment, type SignaturePadSegmentBaseProps, type SignaturePadSegmentProps, type UseSignaturePadContext, type UseSignaturePadProps, type UseSignaturePadReturn, signaturePadAnatomy, useSignaturePad, useSignaturePadContext };