@sprawlify/vue 0.0.70 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist/boolean-CpMsIRK4.js +7 -0
  2. package/dist/components/accordion/index.d.ts +20 -20
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/angle-slider/index.d.ts +19 -19
  5. package/dist/components/avatar/index.d.ts +3 -3
  6. package/dist/components/bottom-sheet/index.d.ts +22 -22
  7. package/dist/components/carousel/index.d.ts +25 -25
  8. package/dist/components/checkbox/index.d.ts +28 -28
  9. package/dist/components/checkbox/index.js +1 -6
  10. package/dist/components/client-only/index.d.ts +2 -2
  11. package/dist/components/clipboard/index.d.ts +17 -17
  12. package/dist/components/collapsible/index.d.ts +17 -17
  13. package/dist/components/collapsible/index.js +1 -1
  14. package/dist/components/collection/index.d.ts +1 -1
  15. package/dist/components/collection/index.js +1 -1
  16. package/dist/components/color-picker/index.d.ts +58 -58
  17. package/dist/components/combobox/index.d.ts +38 -38
  18. package/dist/components/combobox/index.js +1 -1
  19. package/dist/components/date-picker/index.d.ts +51 -51
  20. package/dist/components/dialog/index.d.ts +33 -33
  21. package/dist/components/download-trigger/index.d.ts +4 -4
  22. package/dist/components/editable/index.d.ts +29 -29
  23. package/dist/components/field/index.d.ts +26 -26
  24. package/dist/components/fieldset/index.d.ts +13 -13
  25. package/dist/components/file-upload/index.d.ts +25 -25
  26. package/dist/components/floating-panel/index.d.ts +24 -25
  27. package/dist/components/focus-trap/index.d.ts +5 -5
  28. package/dist/components/format/index.d.ts +4 -4
  29. package/dist/components/frame/index.d.ts +6 -6
  30. package/dist/components/highlight/index.d.ts +5 -5
  31. package/dist/components/hover-card/index.d.ts +27 -27
  32. package/dist/components/image-cropper/index.d.ts +16 -16
  33. package/dist/components/json-tree-view/index.d.ts +12 -12
  34. package/dist/components/json-tree-view/index.js +3 -3
  35. package/dist/components/listbox/index.d.ts +26 -26
  36. package/dist/components/listbox/index.js +1 -1
  37. package/dist/components/marquee/index.d.ts +23 -23
  38. package/dist/components/menu/index.d.ts +53 -54
  39. package/dist/components/navigation-menu/index.d.ts +20 -20
  40. package/dist/components/number-input/index.d.ts +22 -22
  41. package/dist/components/pagination/index.d.ts +17 -17
  42. package/dist/components/password-input/index.d.ts +25 -25
  43. package/dist/components/pin-input/index.d.ts +21 -21
  44. package/dist/components/popover/index.d.ts +34 -34
  45. package/dist/components/presence/index.d.ts +2 -2
  46. package/dist/components/progress/index.d.ts +231 -0
  47. package/dist/components/progress/index.js +372 -0
  48. package/dist/components/qr-code/index.d.ts +159 -0
  49. package/dist/components/qr-code/index.js +263 -0
  50. package/dist/components/radio-group/index.d.ts +231 -0
  51. package/dist/components/radio-group/index.js +378 -0
  52. package/dist/components/rating-group/index.d.ts +201 -0
  53. package/dist/components/rating-group/index.js +330 -0
  54. package/dist/components/scroll-area/index.d.ts +171 -0
  55. package/dist/components/scroll-area/index.js +264 -0
  56. package/dist/components/segment-group/index.d.ts +231 -0
  57. package/dist/components/segment-group/index.js +422 -0
  58. package/dist/components/select/index.d.ts +39 -39
  59. package/dist/components/select/index.js +1 -1
  60. package/dist/components/signature-pad/index.d.ts +202 -0
  61. package/dist/components/signature-pad/index.js +345 -0
  62. package/dist/components/slider/index.d.ts +300 -0
  63. package/dist/components/slider/index.js +511 -0
  64. package/dist/components/splitter/index.d.ts +162 -0
  65. package/dist/components/splitter/index.js +280 -0
  66. package/dist/components/steps/index.d.ts +290 -0
  67. package/dist/components/steps/index.js +469 -0
  68. package/dist/components/switch/index.d.ts +179 -0
  69. package/dist/components/switch/index.js +290 -0
  70. package/dist/components/tabs/index.d.ts +181 -0
  71. package/dist/components/tabs/index.js +335 -0
  72. package/dist/components/tags-input/index.d.ts +339 -0
  73. package/dist/components/tags-input/index.js +569 -0
  74. package/dist/components/timer/index.d.ts +177 -0
  75. package/dist/components/timer/index.js +295 -0
  76. package/dist/components/toast/index.d.ts +154 -0
  77. package/dist/components/toast/index.js +265 -0
  78. package/dist/components/toggle/index.d.ts +101 -0
  79. package/dist/components/toggle/index.js +131 -0
  80. package/dist/components/toggle-group/index.d.ts +127 -0
  81. package/dist/components/toggle-group/index.js +207 -0
  82. package/dist/components/tooltip/index.d.ts +201 -0
  83. package/dist/components/tooltip/index.js +349 -0
  84. package/dist/components/tour/index.d.ts +308 -0
  85. package/dist/components/tour/index.js +505 -0
  86. package/dist/components/tree-view/index.d.ts +5 -5
  87. package/dist/components/tree-view/index.js +3 -3
  88. package/dist/{index-Cjk1WhUx.d.ts → index-8bjPAUl0.d.ts} +10 -10
  89. package/dist/{index-D0_ID5xv.d.ts → index-BnYwp0nl.d.ts} +7 -7
  90. package/dist/{index-ByYmM8LZ.d.ts → index-CmCVWB7e.d.ts} +33 -33
  91. package/dist/index.d.ts +3 -3
  92. package/dist/{tree-view-CzfDgztL.js → tree-view-N6ShNmpe.js} +1 -1
  93. package/package.json +78 -2
  94. /package/dist/{collapsible-D1Mx4C0H.js → collapsible-SXAS3iFc.js} +0 -0
  95. /package/dist/{collection-DiwGNCAy.js → collection-C_ZHBDQD.js} +0 -0
  96. /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
  97. /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
  98. /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
  99. /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
  100. /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
  101. /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import * as vue991 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import * as vue106 from "vue";
5
5
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, ImgHTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, LiHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
6
6
  import * as fileUpload from "@sprawlify/primitives/machines/file-upload";
7
7
  import { DropzoneProps, FileAcceptDetails, FileAcceptDetails as FileUploadFileAcceptDetails, FileChangeDetails, FileChangeDetails as FileUploadFileChangeDetails, FileError, FileError as FileUploadFileError, FileMimeType, FileMimeType as FileUploadFileMimeType, FileRejectDetails, FileRejectDetails as FileUploadFileRejectDetails, FileRejection, FileRejection as FileUploadFileRejection, FileValidateDetails, FileValidateDetails as FileUploadFileValidateDetails, ItemGroupProps, ItemProps, anatomy as fileUploadAnatomy } from "@sprawlify/primitives/machines/file-upload";
@@ -14,7 +14,7 @@ interface FileUploadClearTriggerProps extends FileUploadClearTriggerBaseProps,
14
14
  */
15
15
  ButtonHTMLAttributes {}
16
16
  declare const _default: typeof __VLS_export$14;
17
- declare const __VLS_export$14: __VLS_WithSlots$13<vue991.DefineComponent<FileUploadClearTriggerProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
17
+ declare const __VLS_export$14: __VLS_WithSlots$13<vue106.DefineComponent<FileUploadClearTriggerProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
18
18
  default?: (props: {}) => any;
19
19
  }>;
20
20
  type __VLS_WithSlots$13<T, S> = T & {
@@ -31,9 +31,9 @@ interface FileUploadDropzoneProps extends FileUploadDropzoneBaseProps,
31
31
  */
32
32
  HTMLAttributes {}
33
33
  declare const _default$2: typeof __VLS_export$13;
34
- declare const __VLS_export$13: __VLS_WithSlots$12<vue991.DefineComponent<FileUploadDropzoneProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadDropzoneProps> & Readonly<{}>, {
34
+ declare const __VLS_export$13: __VLS_WithSlots$12<vue106.DefineComponent<FileUploadDropzoneProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadDropzoneProps> & Readonly<{}>, {
35
35
  disableClick: boolean;
36
- }, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
36
+ }, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
37
37
  default?: (props: {}) => any;
38
38
  }>;
39
39
  type __VLS_WithSlots$12<T, S> = T & {
@@ -50,7 +50,7 @@ interface FileUploadHiddenInputProps extends FileUploadHiddenInputBaseProps,
50
50
  */
51
51
  InputHTMLAttributes {}
52
52
  declare const _default$3: typeof __VLS_export$12;
53
- declare const __VLS_export$12: __VLS_WithSlots$11<vue991.DefineComponent<FileUploadHiddenInputProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
53
+ declare const __VLS_export$12: __VLS_WithSlots$11<vue106.DefineComponent<FileUploadHiddenInputProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
54
54
  default?: (props: {}) => any;
55
55
  }>;
56
56
  type __VLS_WithSlots$11<T, S> = T & {
@@ -67,7 +67,7 @@ interface FileUploadItemDeleteTriggerProps extends FileUploadItemDeleteTriggerBa
67
67
  */
68
68
  ButtonHTMLAttributes {}
69
69
  declare const _default$5: typeof __VLS_export$11;
70
- declare const __VLS_export$11: __VLS_WithSlots$10<vue991.DefineComponent<FileUploadItemDeleteTriggerProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemDeleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
70
+ declare const __VLS_export$11: __VLS_WithSlots$10<vue106.DefineComponent<FileUploadItemDeleteTriggerProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemDeleteTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
71
71
  default?: (props: {}) => any;
72
72
  }>;
73
73
  type __VLS_WithSlots$10<T, S> = T & {
@@ -84,7 +84,7 @@ interface FileUploadItemGroupProps extends FileUploadItemGroupBaseProps,
84
84
  */
85
85
  HTMLAttributes {}
86
86
  declare const _default$6: typeof __VLS_export$10;
87
- declare const __VLS_export$10: __VLS_WithSlots$9<vue991.DefineComponent<FileUploadItemGroupProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
87
+ declare const __VLS_export$10: __VLS_WithSlots$9<vue106.DefineComponent<FileUploadItemGroupProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
88
88
  default?: (props: {}) => any;
89
89
  }>;
90
90
  type __VLS_WithSlots$9<T, S> = T & {
@@ -101,7 +101,7 @@ interface FileUploadItemNameProps extends FileUploadItemNameBaseProps,
101
101
  */
102
102
  HTMLAttributes {}
103
103
  declare const _default$7: typeof __VLS_export$9;
104
- declare const __VLS_export$9: __VLS_WithSlots$8<vue991.DefineComponent<FileUploadItemNameProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemNameProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
104
+ declare const __VLS_export$9: __VLS_WithSlots$8<vue106.DefineComponent<FileUploadItemNameProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemNameProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
105
105
  type __VLS_WithSlots$8<T, S> = T & {
106
106
  new (): {
107
107
  $slots: S;
@@ -116,7 +116,7 @@ interface FileUploadItemPreviewImageProps extends FileUploadItemPreviewImageBase
116
116
  */
117
117
  ImgHTMLAttributes {}
118
118
  declare const _default$9: typeof __VLS_export$8;
119
- declare const __VLS_export$8: vue991.DefineComponent<FileUploadItemPreviewImageProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemPreviewImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>;
119
+ declare const __VLS_export$8: vue106.DefineComponent<FileUploadItemPreviewImageProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemPreviewImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>;
120
120
  //#endregion
121
121
  //#region src/components/file-upload/file-upload-item-preview.vue.d.ts
122
122
  interface FileUploadItemPreviewBaseProps extends PolymorphicProps {}
@@ -128,9 +128,9 @@ HTMLAttributes {
128
128
  type?: string;
129
129
  }
130
130
  declare const _default$8: typeof __VLS_export$7;
131
- declare const __VLS_export$7: __VLS_WithSlots$7<vue991.DefineComponent<FileUploadItemPreviewProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemPreviewProps> & Readonly<{}>, {
131
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue106.DefineComponent<FileUploadItemPreviewProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemPreviewProps> & Readonly<{}>, {
132
132
  type: string;
133
- }, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
133
+ }, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
134
134
  default?: (props: {}) => any;
135
135
  }>;
136
136
  type __VLS_WithSlots$7<T, S> = T & {
@@ -147,7 +147,7 @@ interface FileUploadItemSizeTextProps extends FileUploadItemSizeTextBaseProps,
147
147
  */
148
148
  HTMLAttributes {}
149
149
  declare const _default$10: typeof __VLS_export$6;
150
- declare const __VLS_export$6: __VLS_WithSlots$6<vue991.DefineComponent<FileUploadItemSizeTextProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemSizeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
150
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue106.DefineComponent<FileUploadItemSizeTextProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemSizeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
151
151
  type __VLS_WithSlots$6<T, S> = T & {
152
152
  new (): {
153
153
  $slots: S;
@@ -162,7 +162,7 @@ interface FileUploadItemProps extends FileUploadItemBaseProps,
162
162
  */
163
163
  LiHTMLAttributes {}
164
164
  declare const _default$4: typeof __VLS_export$5;
165
- declare const __VLS_export$5: __VLS_WithSlots$5<vue991.DefineComponent<FileUploadItemBaseProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadItemBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
165
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue106.DefineComponent<FileUploadItemBaseProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadItemBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
166
166
  default?: (props: {}) => any;
167
167
  }>;
168
168
  type __VLS_WithSlots$5<T, S> = T & {
@@ -179,7 +179,7 @@ interface FileUploadLabelProps extends FileUploadLabelBaseProps,
179
179
  */
180
180
  LabelHTMLAttributes {}
181
181
  declare const _default$11: typeof __VLS_export$4;
182
- declare const __VLS_export$4: __VLS_WithSlots$4<vue991.DefineComponent<FileUploadLabelProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
182
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue106.DefineComponent<FileUploadLabelProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
183
183
  default?: (props: {}) => any;
184
184
  }>;
185
185
  type __VLS_WithSlots$4<T, S> = T & {
@@ -199,7 +199,7 @@ interface FileUploadRootProviderProps extends FileUploadRootProviderBaseProps,
199
199
  */
200
200
  HTMLAttributes {}
201
201
  declare const _default$13: typeof __VLS_export$3;
202
- declare const __VLS_export$3: __VLS_WithSlots$3<vue991.DefineComponent<FileUploadRootProviderProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
202
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue106.DefineComponent<FileUploadRootProviderProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
203
203
  default?: (props: {}) => any;
204
204
  }>;
205
205
  type __VLS_WithSlots$3<T, S> = T & {
@@ -257,25 +257,25 @@ interface FileUploadRootProps extends FileUploadRootBaseProps,
257
257
  HTMLAttributes {}
258
258
  interface FileUploadRootEmits extends RootEmits {}
259
259
  declare const _default$12: typeof __VLS_export$2;
260
- declare const __VLS_export$2: __VLS_WithSlots$2<vue991.DefineComponent<FileUploadRootProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {
260
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue106.DefineComponent<FileUploadRootProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {
261
261
  "update:acceptedFiles": (files: File[]) => any;
262
262
  fileAccept: (details: fileUpload.FileAcceptDetails) => any;
263
263
  fileChange: (details: fileUpload.FileChangeDetails) => any;
264
264
  fileReject: (details: fileUpload.FileRejectDetails) => any;
265
- }, string, vue991.PublicProps, Readonly<FileUploadRootProps> & Readonly<{
265
+ }, string, vue106.PublicProps, Readonly<FileUploadRootProps> & Readonly<{
266
266
  "onUpdate:acceptedFiles"?: ((files: File[]) => any) | undefined;
267
267
  onFileAccept?: ((details: fileUpload.FileAcceptDetails) => any) | undefined;
268
268
  onFileChange?: ((details: fileUpload.FileChangeDetails) => any) | undefined;
269
269
  onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
270
270
  }>, {
271
- disabled: boolean;
272
271
  required: boolean;
273
- readOnly: boolean;
272
+ disabled: boolean;
274
273
  invalid: boolean;
274
+ readOnly: boolean;
275
275
  allowDrop: boolean;
276
276
  directory: boolean;
277
277
  preventDocumentDrop: boolean;
278
- }, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
278
+ }, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
279
279
  default?: (props: {}) => any;
280
280
  }>;
281
281
  type __VLS_WithSlots$2<T, S> = T & {
@@ -292,7 +292,7 @@ interface FileUploadTriggerProps extends FileUploadTriggerBaseProps,
292
292
  */
293
293
  ButtonHTMLAttributes {}
294
294
  declare const _default$14: typeof __VLS_export$1;
295
- declare const __VLS_export$1: __VLS_WithSlots$1<vue991.DefineComponent<FileUploadTriggerProps, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<FileUploadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, false, {}, any>, {
295
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue106.DefineComponent<FileUploadTriggerProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<FileUploadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>, {
296
296
  default?: (props: {}) => any;
297
297
  }>;
298
298
  type __VLS_WithSlots$1<T, S> = T & {
@@ -317,7 +317,7 @@ interface FileUploadContextProps extends SlotsType<{
317
317
  default: UnwrapRef<UseFileUploadContext>;
318
318
  }> {}
319
319
  declare const _default$1: typeof __VLS_export;
320
- declare const __VLS_export: __VLS_WithSlots<vue991.DefineComponent<{}, {}, {}, {}, {}, vue991.ComponentOptionsMixin, vue991.ComponentOptionsMixin, {}, string, vue991.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue991.ComponentProvideOptions, true, {}, any>, {
320
+ declare const __VLS_export: __VLS_WithSlots<vue106.DefineComponent<{}, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue106.ComponentProvideOptions, true, {}, any>, {
321
321
  default(fileUpload: UnwrapRef<UseFileUploadContext>): unknown;
322
322
  }>;
323
323
  type __VLS_WithSlots<T, S> = T & {
@@ -1,13 +1,12 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { a as Optional } from "../../types-BkS9kMJ5.js";
3
- import { r as PropTypes } from "../../index-DI09ccnU.js";
4
- import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { a as Optional } from "../../types-DIEO6uP3.js";
3
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
4
+ import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
5
5
  import { Point, Size } from "@sprawlify/primitives/types";
6
- import * as vue777 from "vue";
6
+ import * as vue1232 from "vue";
7
7
  import { ButtonHTMLAttributes, ComputedRef, EmitFn, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
8
8
  import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
9
9
  import { OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerProps, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps, anatomy as floatingPanelAnatomy } from "@sprawlify/primitives/machines/floating-panel";
10
- import * as _sprawlify_primitives_machines_menu0 from "@sprawlify/primitives/machines/menu";
11
10
 
12
11
  //#region src/components/floating-panel/floating-panel-body.vue.d.ts
13
12
  interface FloatingPanelBodyBaseProps extends PolymorphicProps {}
@@ -17,7 +16,7 @@ interface FloatingPanelBodyProps extends FloatingPanelBodyBaseProps,
17
16
  */
18
17
  HTMLAttributes {}
19
18
  declare const _default: typeof __VLS_export$13;
20
- declare const __VLS_export$13: __VLS_WithSlots$13<vue777.DefineComponent<FloatingPanelBodyProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
19
+ declare const __VLS_export$13: __VLS_WithSlots$13<vue1232.DefineComponent<FloatingPanelBodyProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
21
20
  default?: (props: {}) => any;
22
21
  }>;
23
22
  type __VLS_WithSlots$13<T, S> = T & {
@@ -34,7 +33,7 @@ interface FloatingPanelCloseTriggerProps extends FloatingPanelCloseTriggerBasePr
34
33
  */
35
34
  ButtonHTMLAttributes {}
36
35
  declare const _default$1: typeof __VLS_export$12;
37
- declare const __VLS_export$12: __VLS_WithSlots$12<vue777.DefineComponent<FloatingPanelCloseTriggerProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
36
+ declare const __VLS_export$12: __VLS_WithSlots$12<vue1232.DefineComponent<FloatingPanelCloseTriggerProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
38
37
  default?: (props: {}) => any;
39
38
  }>;
40
39
  type __VLS_WithSlots$12<T, S> = T & {
@@ -51,7 +50,7 @@ interface FloatingPanelContentProps extends FloatingPanelContentBaseProps,
51
50
  */
52
51
  HTMLAttributes {}
53
52
  declare const _default$2: typeof __VLS_export$11;
54
- declare const __VLS_export$11: __VLS_WithSlots$11<vue777.DefineComponent<FloatingPanelContentProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
53
+ declare const __VLS_export$11: __VLS_WithSlots$11<vue1232.DefineComponent<FloatingPanelContentProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
55
54
  default?: (props: {}) => any;
56
55
  }>;
57
56
  type __VLS_WithSlots$11<T, S> = T & {
@@ -117,7 +116,7 @@ interface FloatingPanelContextProps extends SlotsType<{
117
116
  default: UnwrapRef<UseFloatingPanelContext>;
118
117
  }> {}
119
118
  declare const _default$3: typeof __VLS_export$10;
120
- declare const __VLS_export$10: __VLS_WithSlots$10<vue777.DefineComponent<{}, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, true, {}, any>, {
119
+ declare const __VLS_export$10: __VLS_WithSlots$10<vue1232.DefineComponent<{}, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, true, {}, any>, {
121
120
  default(floatingPanel: UnwrapRef<UseFloatingPanelContext>): unknown;
122
121
  }>;
123
122
  type __VLS_WithSlots$10<T, S> = T & {
@@ -134,7 +133,7 @@ interface FloatingPanelDragTriggerProps extends FloatingPanelDragTriggerBaseProp
134
133
  */
135
134
  HTMLAttributes {}
136
135
  declare const _default$5: typeof __VLS_export$9;
137
- declare const __VLS_export$9: __VLS_WithSlots$9<vue777.DefineComponent<FloatingPanelDragTriggerProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelDragTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
136
+ declare const __VLS_export$9: __VLS_WithSlots$9<vue1232.DefineComponent<FloatingPanelDragTriggerProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelDragTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
138
137
  default?: (props: {}) => any;
139
138
  }>;
140
139
  type __VLS_WithSlots$9<T, S> = T & {
@@ -151,7 +150,7 @@ interface FloatingPanelHeaderProps extends FloatingPanelHeaderBaseProps,
151
150
  */
152
151
  HTMLAttributes {}
153
152
  declare const _default$6: typeof __VLS_export$8;
154
- declare const __VLS_export$8: __VLS_WithSlots$8<vue777.DefineComponent<FloatingPanelHeaderProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
153
+ declare const __VLS_export$8: __VLS_WithSlots$8<vue1232.DefineComponent<FloatingPanelHeaderProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
155
154
  default?: (props: {}) => any;
156
155
  }>;
157
156
  type __VLS_WithSlots$8<T, S> = T & {
@@ -168,7 +167,7 @@ interface FloatingPanelPositionerProps extends FloatingPanelPositionerBaseProps,
168
167
  */
169
168
  HTMLAttributes {}
170
169
  declare const _default$7: typeof __VLS_export$7;
171
- declare const __VLS_export$7: __VLS_WithSlots$7<vue777.DefineComponent<FloatingPanelPositionerProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
170
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1232.DefineComponent<FloatingPanelPositionerProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
172
171
  default?: (props: {}) => any;
173
172
  }>;
174
173
  type __VLS_WithSlots$7<T, S> = T & {
@@ -185,7 +184,7 @@ interface FloatingPanelResizeTriggerProps extends FloatingPanelResizeTriggerBase
185
184
  */
186
185
  HTMLAttributes {}
187
186
  declare const _default$8: typeof __VLS_export$6;
188
- declare const __VLS_export$6: __VLS_WithSlots$6<vue777.DefineComponent<FloatingPanelResizeTriggerProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelResizeTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
187
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1232.DefineComponent<FloatingPanelResizeTriggerProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelResizeTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
189
188
  default?: (props: {}) => any;
190
189
  }>;
191
190
  type __VLS_WithSlots$6<T, S> = T & {
@@ -202,7 +201,7 @@ interface FloatingPanelStageTriggerProps extends FloatingPanelStageTriggerBasePr
202
201
  */
203
202
  ButtonHTMLAttributes {}
204
203
  declare const _default$11: typeof __VLS_export$5;
205
- declare const __VLS_export$5: __VLS_WithSlots$5<vue777.DefineComponent<FloatingPanelStageTriggerProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelStageTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
204
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1232.DefineComponent<FloatingPanelStageTriggerProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelStageTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
206
205
  default?: (props: {}) => any;
207
206
  }>;
208
207
  type __VLS_WithSlots$5<T, S> = T & {
@@ -215,21 +214,21 @@ type __VLS_WithSlots$5<T, S> = T & {
215
214
  interface FloatingPanelRootBaseProps extends RootProps, RenderStrategyProps {}
216
215
  interface FloatingPanelRootProps extends FloatingPanelRootBaseProps {}
217
216
  declare const _default$9: typeof __VLS_export$4;
218
- declare const __VLS_export$4: __VLS_WithSlots$4<vue777.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {
217
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1232.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {
219
218
  openChange: (details: floatingPanel.OpenChangeDetails) => any;
220
219
  "update:open": (open: boolean) => any;
221
220
  positionChange: (details: floatingPanel.PositionChangeDetails) => any;
222
- "update:position": (details: _sprawlify_primitives_machines_menu0.Point) => any;
221
+ "update:position": (details: floatingPanel.Point) => any;
223
222
  positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
224
223
  sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
225
224
  "update:size": (details: floatingPanel.Size) => any;
226
225
  sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
227
226
  stageChange: (details: floatingPanel.StageChangeDetails) => any;
228
- }, string, vue777.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
227
+ }, string, vue1232.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
229
228
  onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
230
229
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
231
230
  onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
232
- "onUpdate:position"?: ((details: _sprawlify_primitives_machines_menu0.Point) => any) | undefined;
231
+ "onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
233
232
  onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
234
233
  onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
235
234
  "onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
@@ -242,10 +241,10 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue777.DefineComponent<FloatingP
242
241
  defaultOpen: boolean;
243
242
  closeOnEscape: boolean;
244
243
  allowOverflow: boolean;
245
- resizable: boolean;
246
244
  lockAspectRatio: boolean;
247
245
  persistRect: boolean;
248
- }, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
246
+ resizable: boolean;
247
+ }, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
249
248
  default?: (props: {}) => any;
250
249
  }>;
251
250
  type __VLS_WithSlots$4<T, S> = T & {
@@ -260,7 +259,7 @@ interface FloatingPanelRootProviderBaseProps extends RenderStrategyProps {
260
259
  }
261
260
  interface FloatingPanelRootProviderProps extends FloatingPanelRootProviderBaseProps {}
262
261
  declare const _default$10: typeof __VLS_export$3;
263
- declare const __VLS_export$3: __VLS_WithSlots$3<vue777.DefineComponent<FloatingPanelRootProviderProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
262
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1232.DefineComponent<FloatingPanelRootProviderProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
264
263
  default?: (props: {}) => any;
265
264
  }>;
266
265
  type __VLS_WithSlots$3<T, S> = T & {
@@ -277,7 +276,7 @@ interface FloatingPanelTitleProps extends FloatingPanelTitleBaseProps,
277
276
  */
278
277
  HTMLAttributes {}
279
278
  declare const _default$12: typeof __VLS_export$2;
280
- declare const __VLS_export$2: __VLS_WithSlots$2<vue777.DefineComponent<FloatingPanelTitleProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
279
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1232.DefineComponent<FloatingPanelTitleProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
281
280
  default?: (props: {}) => any;
282
281
  }>;
283
282
  type __VLS_WithSlots$2<T, S> = T & {
@@ -294,7 +293,7 @@ interface FloatingPanelTriggerProps extends FloatingPanelTriggerBaseProps,
294
293
  */
295
294
  ButtonHTMLAttributes {}
296
295
  declare const _default$13: typeof __VLS_export$1;
297
- declare const __VLS_export$1: __VLS_WithSlots$1<vue777.DefineComponent<FloatingPanelTriggerProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
296
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1232.DefineComponent<FloatingPanelTriggerProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
298
297
  default?: (props: {}) => any;
299
298
  }>;
300
299
  type __VLS_WithSlots$1<T, S> = T & {
@@ -311,7 +310,7 @@ interface FloatingPanelControlProps extends FloatingPanelControlBaseProps,
311
310
  */
312
311
  HTMLAttributes {}
313
312
  declare const _default$4: typeof __VLS_export;
314
- declare const __VLS_export: __VLS_WithSlots<vue777.DefineComponent<FloatingPanelControlProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {}, string, vue777.PublicProps, Readonly<FloatingPanelControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
313
+ declare const __VLS_export: __VLS_WithSlots<vue1232.DefineComponent<FloatingPanelControlProps, {}, {}, {}, {}, vue1232.ComponentOptionsMixin, vue1232.ComponentOptionsMixin, {}, string, vue1232.PublicProps, Readonly<FloatingPanelControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1232.ComponentProvideOptions, false, {}, any>, {
315
314
  default?: (props: {}) => any;
316
315
  }>;
317
316
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import * as vue116 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import * as vue1377 from "vue";
3
3
  import { HTMLAttributes } from "vue";
4
4
 
5
5
  //#region src/components/focus-trap/focus-trap-types.d.ts
@@ -24,10 +24,10 @@ interface FocusTrapProps extends FocusTrapBaseProps,
24
24
  */
25
25
  HTMLAttributes {}
26
26
  declare const _default: typeof __VLS_export;
27
- declare const __VLS_export: __VLS_WithSlots<vue116.DefineComponent<FocusTrapProps, {}, {}, {}, {}, vue116.ComponentOptionsMixin, vue116.ComponentOptionsMixin, {
27
+ declare const __VLS_export: __VLS_WithSlots<vue1377.DefineComponent<FocusTrapProps, {}, {}, {}, {}, vue1377.ComponentOptionsMixin, vue1377.ComponentOptionsMixin, {
28
28
  activate: () => any;
29
29
  deactivate: () => any;
30
- }, string, vue116.PublicProps, Readonly<FocusTrapProps> & Readonly<{
30
+ }, string, vue1377.PublicProps, Readonly<FocusTrapProps> & Readonly<{
31
31
  onActivate?: (() => any) | undefined;
32
32
  onDeactivate?: (() => any) | undefined;
33
33
  }>, {
@@ -36,7 +36,7 @@ declare const __VLS_export: __VLS_WithSlots<vue116.DefineComponent<FocusTrapProp
36
36
  fallbackFocus: (string | (HTMLElement | SVGElement)) | (() => string | (HTMLElement | SVGElement));
37
37
  returnFocusOnDeactivate: boolean;
38
38
  setReturnFocus: (false | (string | (HTMLElement | SVGElement))) | ((node: HTMLElement | SVGElement) => false | (string | (HTMLElement | SVGElement)));
39
- }, {}, {}, {}, string, vue116.ComponentProvideOptions, false, {}, any>, {
39
+ }, {}, {}, {}, string, vue1377.ComponentProvideOptions, false, {}, any>, {
40
40
  default?: (props: {}) => any;
41
41
  }>;
42
42
  type __VLS_WithSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import * as vue862 from "vue";
1
+ import * as vue39 from "vue";
2
2
 
3
3
  //#region src/components/format/format-byte.vue.d.ts
4
4
  interface FormatByteProps {
@@ -8,7 +8,7 @@ interface FormatByteProps {
8
8
  value: number;
9
9
  }
10
10
  declare const _default: typeof __VLS_export$2;
11
- declare const __VLS_export$2: vue862.DefineComponent<FormatByteProps, {}, {}, {}, {}, vue862.ComponentOptionsMixin, vue862.ComponentOptionsMixin, {}, string, vue862.PublicProps, Readonly<FormatByteProps> & Readonly<{}>, {}, {}, {}, {}, string, vue862.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export$2: vue39.DefineComponent<FormatByteProps, {}, {}, {}, {}, vue39.ComponentOptionsMixin, vue39.ComponentOptionsMixin, {}, string, vue39.PublicProps, Readonly<FormatByteProps> & Readonly<{}>, {}, {}, {}, {}, string, vue39.ComponentProvideOptions, false, {}, any>;
12
12
  //#endregion
13
13
  //#region src/components/format/format-number.vue.d.ts
14
14
  interface FormatNumberProps {
@@ -22,7 +22,7 @@ interface FormatNumberProps {
22
22
  currencySign?: string | undefined;
23
23
  }
24
24
  declare const _default$1: typeof __VLS_export$1;
25
- declare const __VLS_export$1: vue862.DefineComponent<FormatNumberProps, {}, {}, {}, {}, vue862.ComponentOptionsMixin, vue862.ComponentOptionsMixin, {}, string, vue862.PublicProps, Readonly<FormatNumberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue862.ComponentProvideOptions, false, {}, any>;
25
+ declare const __VLS_export$1: vue39.DefineComponent<FormatNumberProps, {}, {}, {}, {}, vue39.ComponentOptionsMixin, vue39.ComponentOptionsMixin, {}, string, vue39.PublicProps, Readonly<FormatNumberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue39.ComponentProvideOptions, false, {}, any>;
26
26
  //#endregion
27
27
  //#region src/components/format/format-relative-time.vue.d.ts
28
28
  interface FormatRelativeTimeProps {
@@ -32,7 +32,7 @@ interface FormatRelativeTimeProps {
32
32
  style?: Intl.RelativeTimeFormatStyle;
33
33
  }
34
34
  declare const _default$2: typeof __VLS_export;
35
- declare const __VLS_export: vue862.DefineComponent<FormatRelativeTimeProps, {}, {}, {}, {}, vue862.ComponentOptionsMixin, vue862.ComponentOptionsMixin, {}, string, vue862.PublicProps, Readonly<FormatRelativeTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue862.ComponentProvideOptions, false, {}, any>;
35
+ declare const __VLS_export: vue39.DefineComponent<FormatRelativeTimeProps, {}, {}, {}, {}, vue39.ComponentOptionsMixin, vue39.ComponentOptionsMixin, {}, string, vue39.PublicProps, Readonly<FormatRelativeTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue39.ComponentProvideOptions, false, {}, any>;
36
36
  declare namespace format_d_exports {
37
37
  export { _default as Byte, FormatByteProps as ByteBaseProps, FormatByteProps as ByteProps, _default$1 as Number, FormatNumberProps as NumberBaseProps, FormatNumberProps as NumberProps, _default$2 as RelativeTime, FormatRelativeTimeProps as RelativeTimeBaseProps, FormatRelativeTimeProps as RelativeTimeProps };
38
38
  }
@@ -1,4 +1,4 @@
1
- import * as vue126 from "vue";
1
+ import * as vue33 from "vue";
2
2
  import { IframeHTMLAttributes, VNode } from "vue";
3
3
 
4
4
  //#region src/components/frame/frame.vue.d.ts
@@ -17,17 +17,17 @@ type __VLS_Slots = {} & {
17
17
  } & {
18
18
  head?: (props: typeof __VLS_31) => any;
19
19
  };
20
- declare const __VLS_base: vue126.DefineComponent<FrameProps, {
21
- frameRef: vue126.Ref<HTMLIFrameElement | null, HTMLIFrameElement | null>;
22
- }, {}, {}, {}, vue126.ComponentOptionsMixin, vue126.ComponentOptionsMixin, {} & {
20
+ declare const __VLS_base: vue33.DefineComponent<FrameProps, {
21
+ frameRef: vue33.Ref<HTMLIFrameElement | null, HTMLIFrameElement | null>;
22
+ }, {}, {}, {}, vue33.ComponentOptionsMixin, vue33.ComponentOptionsMixin, {} & {
23
23
  mount: () => any;
24
24
  unmount: () => any;
25
- }, string, vue126.PublicProps, Readonly<FrameProps> & Readonly<{
25
+ }, string, vue33.PublicProps, Readonly<FrameProps> & Readonly<{
26
26
  onMount?: (() => any) | undefined;
27
27
  onUnmount?: (() => any) | undefined;
28
28
  }>, {
29
29
  srcDoc: string;
30
- }, {}, {}, {}, string, vue126.ComponentProvideOptions, false, {}, any>;
30
+ }, {}, {}, {}, string, vue33.ComponentProvideOptions, false, {}, any>;
31
31
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
32
  declare const _default: typeof __VLS_export;
33
33
  type __VLS_WithSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import * as vue1537 from "vue";
1
+ import * as vue723 from "vue";
2
2
  import { HTMLAttributes, MaybeRef } from "vue";
3
3
  import * as _sprawlify_primitives_highlight_word0 from "@sprawlify/primitives/highlight-word";
4
4
 
@@ -16,7 +16,7 @@ interface HighlightChunk {
16
16
  }
17
17
  //#endregion
18
18
  //#region src/components/highlight/use-highlight.d.ts
19
- declare const useHighlight: (props: MaybeRef<UseHighlightProps>) => vue1537.ComputedRef<_sprawlify_primitives_highlight_word0.HighlightChunk[]>;
19
+ declare const useHighlight: (props: MaybeRef<UseHighlightProps>) => vue723.ComputedRef<_sprawlify_primitives_highlight_word0.HighlightChunk[]>;
20
20
  //#endregion
21
21
  //#region src/components/highlight/highlight.vue.d.ts
22
22
  interface HighlightBaseProps extends UseHighlightProps {}
@@ -26,10 +26,10 @@ interface HighlightProps extends HighlightBaseProps,
26
26
  */
27
27
  HTMLAttributes {}
28
28
  declare const _default: typeof __VLS_export;
29
- declare const __VLS_export: vue1537.DefineComponent<HighlightProps, {}, {}, {}, {}, vue1537.ComponentOptionsMixin, vue1537.ComponentOptionsMixin, {}, string, vue1537.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
30
- matchAll: boolean;
29
+ declare const __VLS_export: vue723.DefineComponent<HighlightProps, {}, {}, {}, {}, vue723.ComponentOptionsMixin, vue723.ComponentOptionsMixin, {}, string, vue723.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
31
30
  ignoreCase: boolean;
31
+ matchAll: boolean;
32
32
  exactMatch: boolean;
33
- }, {}, {}, {}, string, vue1537.ComponentProvideOptions, false, {}, any>;
33
+ }, {}, {}, {}, string, vue723.ComponentProvideOptions, false, {}, any>;
34
34
  //#endregion
35
35
  export { _default as Highlight, type HighlightChunk, type HighlightProps, type UseHighlightProps, useHighlight };
@@ -1,13 +1,13 @@
1
- import { t as PolymorphicProps } from "../../factory-Dg6Whljf.js";
2
- import { t as RootEmits$1 } from "../../presence-types-BaQ7PILD.js";
3
- import { a as Optional, r as EmitFn$1 } from "../../types-BkS9kMJ5.js";
4
- import { r as PropTypes } from "../../index-DI09ccnU.js";
5
- import { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
6
- import * as vue1871 from "vue";
1
+ import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
2
+ import { t as RootEmits$1 } from "../../presence-types-BJRr8tqd.js";
3
+ import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
4
+ import { r as PropTypes } from "../../index-CCRVRFFQ.js";
5
+ import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
6
+ import * as vue1019 from "vue";
7
7
  import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
8
- import * as _sprawlify_primitives_machines_bottom_sheet43 from "@sprawlify/primitives/machines/bottom-sheet";
9
8
  import * as hoverCard from "@sprawlify/primitives/machines/hover-card";
10
9
  import { FocusOutsideEvent, FocusOutsideEvent as HoverCardFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as HoverCardInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as HoverCardOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as HoverCardPointerDownOutsideEvent, anatomy as hoverCardAnatomy } from "@sprawlify/primitives/machines/hover-card";
10
+ import * as _sprawlify_primitives_machines_menu11 from "@sprawlify/primitives/machines/menu";
11
11
 
12
12
  //#region src/components/hover-card/hover-card-arrow-tip.vue.d.ts
13
13
  interface HoverCardArrowTipBaseProps extends PolymorphicProps {}
@@ -17,7 +17,7 @@ interface HoverCardArrowTipProps extends HoverCardArrowTipBaseProps,
17
17
  */
18
18
  HTMLAttributes {}
19
19
  declare const _default$1: typeof __VLS_export$7;
20
- declare const __VLS_export$7: __VLS_WithSlots$7<vue1871.DefineComponent<HoverCardArrowTipProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {}, string, vue1871.PublicProps, Readonly<HoverCardArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
20
+ declare const __VLS_export$7: __VLS_WithSlots$7<vue1019.DefineComponent<HoverCardArrowTipProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {}, string, vue1019.PublicProps, Readonly<HoverCardArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
21
21
  default?: (props: {}) => any;
22
22
  }>;
23
23
  type __VLS_WithSlots$7<T, S> = T & {
@@ -34,7 +34,7 @@ interface HoverCardArrowProps extends HoverCardArrowBaseProps,
34
34
  */
35
35
  HTMLAttributes {}
36
36
  declare const _default: typeof __VLS_export$6;
37
- declare const __VLS_export$6: __VLS_WithSlots$6<vue1871.DefineComponent<HoverCardArrowProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {}, string, vue1871.PublicProps, Readonly<HoverCardArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
37
+ declare const __VLS_export$6: __VLS_WithSlots$6<vue1019.DefineComponent<HoverCardArrowProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {}, string, vue1019.PublicProps, Readonly<HoverCardArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
38
38
  default?: (props: {}) => any;
39
39
  }>;
40
40
  type __VLS_WithSlots$6<T, S> = T & {
@@ -51,7 +51,7 @@ interface HoverCardContentProps extends HoverCardContentBaseProps,
51
51
  */
52
52
  HTMLAttributes {}
53
53
  declare const _default$2: typeof __VLS_export$5;
54
- declare const __VLS_export$5: __VLS_WithSlots$5<vue1871.DefineComponent<HoverCardContentProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {}, string, vue1871.PublicProps, Readonly<HoverCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
54
+ declare const __VLS_export$5: __VLS_WithSlots$5<vue1019.DefineComponent<HoverCardContentProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {}, string, vue1019.PublicProps, Readonly<HoverCardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
55
55
  default?: (props: {}) => any;
56
56
  }>;
57
57
  type __VLS_WithSlots$5<T, S> = T & {
@@ -98,7 +98,7 @@ interface HoverCardContextProps extends SlotsType<{
98
98
  default: UnwrapRef<UseHoverCardContext>;
99
99
  }> {}
100
100
  declare const _default$3: typeof __VLS_export$4;
101
- declare const __VLS_export$4: __VLS_WithSlots$4<vue1871.DefineComponent<{}, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {}, string, vue1871.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, true, {}, any>, {
101
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue1019.DefineComponent<{}, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {}, string, vue1019.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, true, {}, any>, {
102
102
  default(hoverCard: UnwrapRef<UseHoverCardContext>): unknown;
103
103
  }>;
104
104
  type __VLS_WithSlots$4<T, S> = T & {
@@ -115,7 +115,7 @@ interface HoverCardPositionerProps extends HoverCardPositionerBaseProps,
115
115
  */
116
116
  HTMLAttributes {}
117
117
  declare const _default$4: typeof __VLS_export$3;
118
- declare const __VLS_export$3: __VLS_WithSlots$3<vue1871.DefineComponent<HoverCardPositionerProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {}, string, vue1871.PublicProps, Readonly<HoverCardPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
118
+ declare const __VLS_export$3: __VLS_WithSlots$3<vue1019.DefineComponent<HoverCardPositionerProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {}, string, vue1019.PublicProps, Readonly<HoverCardPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
119
119
  default?: (props: {}) => any;
120
120
  }>;
121
121
  type __VLS_WithSlots$3<T, S> = T & {
@@ -132,11 +132,11 @@ interface HoverCardRootProviderBaseProps extends RootProviderProps, RenderStrate
132
132
  interface HoverCardRootProviderProps extends HoverCardRootProviderBaseProps {}
133
133
  interface HoverCardRootProviderEmits extends RootEmits$1 {}
134
134
  declare const _default$6: typeof __VLS_export$2;
135
- declare const __VLS_export$2: __VLS_WithSlots$2<vue1871.DefineComponent<HoverCardRootProviderProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {
135
+ declare const __VLS_export$2: __VLS_WithSlots$2<vue1019.DefineComponent<HoverCardRootProviderProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {
136
136
  exitComplete: () => any;
137
- }, string, vue1871.PublicProps, Readonly<HoverCardRootProviderProps> & Readonly<{
137
+ }, string, vue1019.PublicProps, Readonly<HoverCardRootProviderProps> & Readonly<{
138
138
  onExitComplete?: (() => any) | undefined;
139
- }>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
139
+ }>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
140
140
  default?: (props: {}) => any;
141
141
  }>;
142
142
  type __VLS_WithSlots$2<T, S> = T & {
@@ -150,25 +150,25 @@ interface HoverCardRootBaseProps extends RootProps, RenderStrategyProps {}
150
150
  interface HoverCardRootProps extends HoverCardRootBaseProps {}
151
151
  interface HoverCardRootEmits extends RootEmits {}
152
152
  declare const _default$5: typeof __VLS_export$1;
153
- declare const __VLS_export$1: __VLS_WithSlots$1<vue1871.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {
154
- openChange: (details: hoverCard.OpenChangeDetails) => any;
153
+ declare const __VLS_export$1: __VLS_WithSlots$1<vue1019.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {
155
154
  exitComplete: () => any;
155
+ openChange: (details: hoverCard.OpenChangeDetails) => any;
156
156
  "update:open": (open: boolean) => any;
157
- focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet43.FocusOutsideEvent) => any;
158
- interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet43.InteractOutsideEvent) => any;
159
- pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet43.PointerDownOutsideEvent) => any;
160
- }, string, vue1871.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
161
- onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
157
+ focusOutside: (event: _sprawlify_primitives_machines_menu11.FocusOutsideEvent) => any;
158
+ interactOutside: (event: _sprawlify_primitives_machines_menu11.InteractOutsideEvent) => any;
159
+ pointerDownOutside: (event: _sprawlify_primitives_machines_menu11.PointerDownOutsideEvent) => any;
160
+ }, string, vue1019.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
162
161
  onExitComplete?: (() => any) | undefined;
162
+ onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
163
163
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
164
- onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet43.FocusOutsideEvent) => any) | undefined;
165
- onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet43.InteractOutsideEvent) => any) | undefined;
166
- onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet43.PointerDownOutsideEvent) => any) | undefined;
164
+ onFocusOutside?: ((event: _sprawlify_primitives_machines_menu11.FocusOutsideEvent) => any) | undefined;
165
+ onInteractOutside?: ((event: _sprawlify_primitives_machines_menu11.InteractOutsideEvent) => any) | undefined;
166
+ onPointerDownOutside?: ((event: _sprawlify_primitives_machines_menu11.PointerDownOutsideEvent) => any) | undefined;
167
167
  }>, {
168
168
  disabled: boolean;
169
169
  open: boolean;
170
170
  defaultOpen: boolean;
171
- }, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
171
+ }, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
172
172
  default?: (props: {}) => any;
173
173
  }>;
174
174
  type __VLS_WithSlots$1<T, S> = T & {
@@ -185,7 +185,7 @@ interface HoverCardTriggerProps extends HoverCardTriggerBaseProps,
185
185
  */
186
186
  ButtonHTMLAttributes {}
187
187
  declare const _default$7: typeof __VLS_export;
188
- declare const __VLS_export: __VLS_WithSlots<vue1871.DefineComponent<HoverCardTriggerProps, {}, {}, {}, {}, vue1871.ComponentOptionsMixin, vue1871.ComponentOptionsMixin, {}, string, vue1871.PublicProps, Readonly<HoverCardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1871.ComponentProvideOptions, false, {}, any>, {
188
+ declare const __VLS_export: __VLS_WithSlots<vue1019.DefineComponent<HoverCardTriggerProps, {}, {}, {}, {}, vue1019.ComponentOptionsMixin, vue1019.ComponentOptionsMixin, {}, string, vue1019.PublicProps, Readonly<HoverCardTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1019.ComponentProvideOptions, false, {}, any>, {
189
189
  default?: (props: {}) => any;
190
190
  }>;
191
191
  type __VLS_WithSlots<T, S> = T & {