@sprawlify/vue 0.0.67 → 0.0.70

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 (102) hide show
  1. package/dist/{collapsible-DQfAISmg.js → collapsible-D1Mx4C0H.js} +5 -4
  2. package/dist/{collection-Ba0Aeh5P.js → collection-DiwGNCAy.js} +1 -1
  3. package/dist/components/accordion/index.d.ts +20 -20
  4. package/dist/components/accordion/index.js +8 -7
  5. package/dist/components/angle-slider/index.d.ts +19 -19
  6. package/dist/components/angle-slider/index.js +5 -4
  7. package/dist/components/avatar/index.d.ts +11 -11
  8. package/dist/components/avatar/index.js +5 -4
  9. package/dist/components/bottom-sheet/index.d.ts +20 -20
  10. package/dist/components/bottom-sheet/index.js +8 -7
  11. package/dist/components/carousel/index.d.ts +25 -25
  12. package/dist/components/carousel/index.js +5 -4
  13. package/dist/components/checkbox/index.d.ts +27 -27
  14. package/dist/components/checkbox/index.js +7 -6
  15. package/dist/components/client-only/index.d.ts +2 -2
  16. package/dist/components/clipboard/index.d.ts +17 -17
  17. package/dist/components/clipboard/index.js +5 -4
  18. package/dist/components/collapsible/index.d.ts +17 -17
  19. package/dist/components/collapsible/index.js +5 -4
  20. package/dist/components/collection/index.d.ts +1 -1
  21. package/dist/components/collection/index.js +1 -1
  22. package/dist/components/color-picker/index.d.ts +59 -59
  23. package/dist/components/color-picker/index.js +8 -7
  24. package/dist/components/combobox/index.d.ts +39 -39
  25. package/dist/components/combobox/index.js +9 -8
  26. package/dist/components/date-picker/index.d.ts +55 -55
  27. package/dist/components/date-picker/index.js +7 -6
  28. package/dist/components/dialog/index.d.ts +31 -31
  29. package/dist/components/dialog/index.js +7 -6
  30. package/dist/components/download-trigger/index.d.ts +4 -4
  31. package/dist/components/download-trigger/index.js +4 -3
  32. package/dist/components/editable/index.d.ts +20 -20
  33. package/dist/components/editable/index.js +6 -5
  34. package/dist/components/field/index.d.ts +25 -25
  35. package/dist/components/field/index.js +5 -4
  36. package/dist/components/fieldset/index.d.ts +13 -13
  37. package/dist/components/fieldset/index.js +5 -4
  38. package/dist/components/file-upload/index.d.ts +329 -0
  39. package/dist/components/file-upload/index.js +597 -0
  40. package/dist/components/floating-panel/index.d.ts +326 -0
  41. package/dist/components/floating-panel/index.js +568 -0
  42. package/dist/components/focus-trap/index.d.ts +48 -0
  43. package/dist/components/focus-trap/index.js +96 -0
  44. package/dist/components/format/index.d.ts +40 -0
  45. package/dist/components/format/index.js +148 -0
  46. package/dist/components/frame/index.d.ts +39 -0
  47. package/dist/components/frame/index.js +111 -0
  48. package/dist/components/highlight/index.d.ts +5 -5
  49. package/dist/components/highlight/index.js +1 -1
  50. package/dist/components/hover-card/index.d.ts +200 -0
  51. package/dist/components/hover-card/index.js +335 -0
  52. package/dist/components/image-cropper/index.d.ts +211 -0
  53. package/dist/components/image-cropper/index.js +381 -0
  54. package/dist/components/json-tree-view/index.d.ts +91 -0
  55. package/dist/components/json-tree-view/index.js +490 -0
  56. package/dist/components/listbox/index.d.ts +325 -0
  57. package/dist/components/listbox/index.js +533 -0
  58. package/dist/components/marquee/index.d.ts +268 -0
  59. package/dist/components/marquee/index.js +340 -0
  60. package/dist/components/menu/index.d.ts +53 -53
  61. package/dist/components/menu/index.js +7 -6
  62. package/dist/components/navigation-menu/index.d.ts +272 -0
  63. package/dist/components/navigation-menu/index.js +559 -0
  64. package/dist/components/number-input/index.d.ts +253 -0
  65. package/dist/components/number-input/index.js +427 -0
  66. package/dist/components/pagination/index.d.ts +211 -0
  67. package/dist/components/pagination/index.js +346 -0
  68. package/dist/components/password-input/index.d.ts +213 -0
  69. package/dist/components/password-input/index.js +325 -0
  70. package/dist/components/pin-input/index.d.ts +198 -0
  71. package/dist/components/pin-input/index.js +346 -0
  72. package/dist/components/popover/index.d.ts +318 -0
  73. package/dist/components/popover/index.js +486 -0
  74. package/dist/components/presence/index.d.ts +2 -2
  75. package/dist/components/presence/index.js +4 -3
  76. package/dist/components/select/index.d.ts +37 -37
  77. package/dist/components/select/index.js +9 -8
  78. package/dist/components/tree-view/index.d.ts +6 -0
  79. package/dist/components/tree-view/index.js +11 -0
  80. package/dist/create-context-Ds1GbsVc.js +16 -0
  81. package/dist/{field-DnHnX3Tf.js → field-CtPR24u6.js} +4 -3
  82. package/dist/{fieldset-DzhN7Zrg.js → fieldset-D5SznrKY.js} +4 -3
  83. package/dist/index-ByYmM8LZ.d.ts +447 -0
  84. package/dist/{index-CDQghZtv.d.ts → index-Cjk1WhUx.d.ts} +9 -9
  85. package/dist/{index-BBHms9-0.d.ts → index-D0_ID5xv.d.ts} +7 -7
  86. package/dist/index.d.ts +3 -3
  87. package/dist/index.js +3 -2
  88. package/dist/{presence-CvUnYMZQ.js → presence-BK6rPXK7.js} +3 -2
  89. package/dist/{providers-B2CNPFg1.js → providers-DNBWT-O_.js} +1 -1
  90. package/dist/tree-view-CzfDgztL.js +737 -0
  91. package/dist/{use-forward-expose-4p5AGAI3.js → use-forward-expose-CCAmHTUB.js} +2 -15
  92. package/dist/{use-render-strategy-BkxoN6ll.js → use-render-strategy-DMa_QmB6.js} +1 -1
  93. package/package.json +70 -2
  94. /package/dist/{clean-props-BDv2zb5M.js → clean-props-ChPEW0vT.js} +0 -0
  95. /package/dist/{create-split-props-YZ3qgXe_.js → create-split-props-BDJ_VWs3.js} +0 -0
  96. /package/dist/{factory-BH3WrWd2.js → factory-Co08Aw8u.js} +0 -0
  97. /package/dist/{factory-D_ge_w76.d.ts → factory-Dg6Whljf.d.ts} +0 -0
  98. /package/dist/{index-B66Om_3U.d.ts → index-DI09ccnU.d.ts} +0 -0
  99. /package/dist/{index-DqRk-Yea.d.ts → index-ECeveDvH.d.ts} +0 -0
  100. /package/dist/{presence-types-Bv1E60Cw.d.ts → presence-types-BaQ7PILD.d.ts} +0 -0
  101. /package/dist/{types-Bj-dS2Hc.d.ts → types-BkS9kMJ5.d.ts} +0 -0
  102. /package/dist/{use-render-strategy-CHj_pCfT.d.ts → use-render-strategy-bdLKqL57.d.ts} +0 -0
@@ -0,0 +1,326 @@
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";
5
+ import { Point, Size } from "@sprawlify/primitives/types";
6
+ import * as vue777 from "vue";
7
+ import { ButtonHTMLAttributes, ComputedRef, EmitFn, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
8
+ import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
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
+
12
+ //#region src/components/floating-panel/floating-panel-body.vue.d.ts
13
+ interface FloatingPanelBodyBaseProps extends PolymorphicProps {}
14
+ interface FloatingPanelBodyProps extends FloatingPanelBodyBaseProps,
15
+ /**
16
+ * @vue-ignore
17
+ */
18
+ HTMLAttributes {}
19
+ 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>, {
21
+ default?: (props: {}) => any;
22
+ }>;
23
+ type __VLS_WithSlots$13<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
28
+ //#endregion
29
+ //#region src/components/floating-panel/floating-panel-close-trigger.vue.d.ts
30
+ interface FloatingPanelCloseTriggerBaseProps extends PolymorphicProps {}
31
+ interface FloatingPanelCloseTriggerProps extends FloatingPanelCloseTriggerBaseProps,
32
+ /**
33
+ * @vue-ignore
34
+ */
35
+ ButtonHTMLAttributes {}
36
+ 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>, {
38
+ default?: (props: {}) => any;
39
+ }>;
40
+ type __VLS_WithSlots$12<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
45
+ //#endregion
46
+ //#region src/components/floating-panel/floating-panel-content.vue.d.ts
47
+ interface FloatingPanelContentBaseProps extends PolymorphicProps {}
48
+ interface FloatingPanelContentProps extends FloatingPanelContentBaseProps,
49
+ /**
50
+ * @vue-ignore
51
+ */
52
+ HTMLAttributes {}
53
+ 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>, {
55
+ default?: (props: {}) => any;
56
+ }>;
57
+ type __VLS_WithSlots$11<T, S> = T & {
58
+ new (): {
59
+ $slots: S;
60
+ };
61
+ };
62
+ //#endregion
63
+ //#region src/components/floating-panel/floating-panel-types.d.ts
64
+ interface RootProps {
65
+ allowOverflow?: boolean;
66
+ closeOnEscape?: boolean;
67
+ defaultOpen?: boolean;
68
+ defaultPosition?: Point;
69
+ defaultSize?: Size;
70
+ dir?: 'ltr' | 'rtl';
71
+ disabled?: boolean;
72
+ draggable?: boolean;
73
+ getAnchorPosition?: (details: floatingPanel.AnchorPositionDetails) => Point;
74
+ getBoundaryEl?: () => HTMLElement | null;
75
+ gridSize?: number;
76
+ id?: string;
77
+ ids?: Partial<{
78
+ trigger: string;
79
+ positioner: string;
80
+ content: string;
81
+ title: string;
82
+ header: string;
83
+ }>;
84
+ lockAspectRatio?: boolean;
85
+ maxSize?: Size;
86
+ minSize?: Size;
87
+ open?: boolean;
88
+ persistRect?: boolean;
89
+ position?: Point;
90
+ resizable?: boolean;
91
+ size?: Size;
92
+ strategy?: 'absolute' | 'fixed';
93
+ translations?: floatingPanel.IntlTranslations;
94
+ }
95
+ type RootEmits = {
96
+ openChange: [details: floatingPanel.OpenChangeDetails];
97
+ 'update:open': [open: boolean];
98
+ positionChange: [details: floatingPanel.PositionChangeDetails];
99
+ 'update:position': [details: floatingPanel.PositionChangeDetails['position']];
100
+ positionChangeEnd: [details: floatingPanel.PositionChangeDetails];
101
+ sizeChange: [details: floatingPanel.SizeChangeDetails];
102
+ 'update:size': [details: floatingPanel.SizeChangeDetails['size']];
103
+ sizeChangeEnd: [details: floatingPanel.SizeChangeDetails];
104
+ stageChange: [details: floatingPanel.StageChangeDetails];
105
+ };
106
+ //#endregion
107
+ //#region src/components/floating-panel/use-floating-panel.d.ts
108
+ interface UseFloatingPanelProps extends Optional<Omit<floatingPanel.Props, 'getRootNode'>, 'id'> {}
109
+ interface UseFloatingPanelReturn extends ComputedRef<floatingPanel.Api<PropTypes>> {}
110
+ declare const useFloatingPanel: (props?: MaybeRef<UseFloatingPanelProps>, emit?: EmitFn<RootEmits>) => UseFloatingPanelReturn;
111
+ //#endregion
112
+ //#region src/components/floating-panel/use-floating-panel-context.d.ts
113
+ interface UseFloatingPanelContext extends UseFloatingPanelReturn {}
114
+ //#endregion
115
+ //#region src/components/floating-panel/floating-panel-context.vue.d.ts
116
+ interface FloatingPanelContextProps extends SlotsType<{
117
+ default: UnwrapRef<UseFloatingPanelContext>;
118
+ }> {}
119
+ 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>, {
121
+ default(floatingPanel: UnwrapRef<UseFloatingPanelContext>): unknown;
122
+ }>;
123
+ type __VLS_WithSlots$10<T, S> = T & {
124
+ new (): {
125
+ $slots: S;
126
+ };
127
+ };
128
+ //#endregion
129
+ //#region src/components/floating-panel/floating-panel-drag-trigger.vue.d.ts
130
+ interface FloatingPanelDragTriggerBaseProps extends PolymorphicProps {}
131
+ interface FloatingPanelDragTriggerProps extends FloatingPanelDragTriggerBaseProps,
132
+ /**
133
+ * @vue-ignore
134
+ */
135
+ HTMLAttributes {}
136
+ 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>, {
138
+ default?: (props: {}) => any;
139
+ }>;
140
+ type __VLS_WithSlots$9<T, S> = T & {
141
+ new (): {
142
+ $slots: S;
143
+ };
144
+ };
145
+ //#endregion
146
+ //#region src/components/floating-panel/floating-panel-header.vue.d.ts
147
+ interface FloatingPanelHeaderBaseProps extends PolymorphicProps {}
148
+ interface FloatingPanelHeaderProps extends FloatingPanelHeaderBaseProps,
149
+ /**
150
+ * @vue-ignore
151
+ */
152
+ HTMLAttributes {}
153
+ 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>, {
155
+ default?: (props: {}) => any;
156
+ }>;
157
+ type __VLS_WithSlots$8<T, S> = T & {
158
+ new (): {
159
+ $slots: S;
160
+ };
161
+ };
162
+ //#endregion
163
+ //#region src/components/floating-panel/floating-panel-positioner.vue.d.ts
164
+ interface FloatingPanelPositionerBaseProps extends PolymorphicProps {}
165
+ interface FloatingPanelPositionerProps extends FloatingPanelPositionerBaseProps,
166
+ /**
167
+ * @vue-ignore
168
+ */
169
+ HTMLAttributes {}
170
+ 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>, {
172
+ default?: (props: {}) => any;
173
+ }>;
174
+ type __VLS_WithSlots$7<T, S> = T & {
175
+ new (): {
176
+ $slots: S;
177
+ };
178
+ };
179
+ //#endregion
180
+ //#region src/components/floating-panel/floating-panel-resize-trigger.vue.d.ts
181
+ interface FloatingPanelResizeTriggerBaseProps extends ResizeTriggerProps, PolymorphicProps {}
182
+ interface FloatingPanelResizeTriggerProps extends FloatingPanelResizeTriggerBaseProps,
183
+ /**
184
+ * @vue-ignore
185
+ */
186
+ HTMLAttributes {}
187
+ 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>, {
189
+ default?: (props: {}) => any;
190
+ }>;
191
+ type __VLS_WithSlots$6<T, S> = T & {
192
+ new (): {
193
+ $slots: S;
194
+ };
195
+ };
196
+ //#endregion
197
+ //#region src/components/floating-panel/floating-panel-stage-trigger.vue.d.ts
198
+ interface FloatingPanelStageTriggerBaseProps extends StageTriggerProps, PolymorphicProps {}
199
+ interface FloatingPanelStageTriggerProps extends FloatingPanelStageTriggerBaseProps,
200
+ /**
201
+ * @vue-ignore
202
+ */
203
+ ButtonHTMLAttributes {}
204
+ 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>, {
206
+ default?: (props: {}) => any;
207
+ }>;
208
+ type __VLS_WithSlots$5<T, S> = T & {
209
+ new (): {
210
+ $slots: S;
211
+ };
212
+ };
213
+ //#endregion
214
+ //#region src/components/floating-panel/floating-panel-root.vue.d.ts
215
+ interface FloatingPanelRootBaseProps extends RootProps, RenderStrategyProps {}
216
+ interface FloatingPanelRootProps extends FloatingPanelRootBaseProps {}
217
+ declare const _default$9: typeof __VLS_export$4;
218
+ declare const __VLS_export$4: __VLS_WithSlots$4<vue777.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue777.ComponentOptionsMixin, vue777.ComponentOptionsMixin, {
219
+ openChange: (details: floatingPanel.OpenChangeDetails) => any;
220
+ "update:open": (open: boolean) => any;
221
+ positionChange: (details: floatingPanel.PositionChangeDetails) => any;
222
+ "update:position": (details: _sprawlify_primitives_machines_menu0.Point) => any;
223
+ positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
224
+ sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
225
+ "update:size": (details: floatingPanel.Size) => any;
226
+ sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
227
+ stageChange: (details: floatingPanel.StageChangeDetails) => any;
228
+ }, string, vue777.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
229
+ onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
230
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
231
+ onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
232
+ "onUpdate:position"?: ((details: _sprawlify_primitives_machines_menu0.Point) => any) | undefined;
233
+ onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
234
+ onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
235
+ "onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
236
+ onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
237
+ onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
238
+ }>, {
239
+ draggable: boolean;
240
+ disabled: boolean;
241
+ open: boolean;
242
+ defaultOpen: boolean;
243
+ closeOnEscape: boolean;
244
+ allowOverflow: boolean;
245
+ resizable: boolean;
246
+ lockAspectRatio: boolean;
247
+ persistRect: boolean;
248
+ }, {}, {}, {}, string, vue777.ComponentProvideOptions, false, {}, any>, {
249
+ default?: (props: {}) => any;
250
+ }>;
251
+ type __VLS_WithSlots$4<T, S> = T & {
252
+ new (): {
253
+ $slots: S;
254
+ };
255
+ };
256
+ //#endregion
257
+ //#region src/components/floating-panel/floating-panel-root-provider.vue.d.ts
258
+ interface FloatingPanelRootProviderBaseProps extends RenderStrategyProps {
259
+ value: UnwrapRef<UseFloatingPanelReturn>;
260
+ }
261
+ interface FloatingPanelRootProviderProps extends FloatingPanelRootProviderBaseProps {}
262
+ 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>, {
264
+ default?: (props: {}) => any;
265
+ }>;
266
+ type __VLS_WithSlots$3<T, S> = T & {
267
+ new (): {
268
+ $slots: S;
269
+ };
270
+ };
271
+ //#endregion
272
+ //#region src/components/floating-panel/floating-panel-title.vue.d.ts
273
+ interface FloatingPanelTitleBaseProps extends PolymorphicProps {}
274
+ interface FloatingPanelTitleProps extends FloatingPanelTitleBaseProps,
275
+ /**
276
+ * @vue-ignore
277
+ */
278
+ HTMLAttributes {}
279
+ 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>, {
281
+ default?: (props: {}) => any;
282
+ }>;
283
+ type __VLS_WithSlots$2<T, S> = T & {
284
+ new (): {
285
+ $slots: S;
286
+ };
287
+ };
288
+ //#endregion
289
+ //#region src/components/floating-panel/floating-panel-trigger.vue.d.ts
290
+ interface FloatingPanelTriggerBaseProps extends PolymorphicProps {}
291
+ interface FloatingPanelTriggerProps extends FloatingPanelTriggerBaseProps,
292
+ /**
293
+ * @vue-ignore
294
+ */
295
+ ButtonHTMLAttributes {}
296
+ 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>, {
298
+ default?: (props: {}) => any;
299
+ }>;
300
+ type __VLS_WithSlots$1<T, S> = T & {
301
+ new (): {
302
+ $slots: S;
303
+ };
304
+ };
305
+ //#endregion
306
+ //#region src/components/floating-panel/floating-panel-control.vue.d.ts
307
+ interface FloatingPanelControlBaseProps extends PolymorphicProps {}
308
+ interface FloatingPanelControlProps extends FloatingPanelControlBaseProps,
309
+ /**
310
+ * @vue-ignore
311
+ */
312
+ HTMLAttributes {}
313
+ 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>, {
315
+ default?: (props: {}) => any;
316
+ }>;
317
+ type __VLS_WithSlots<T, S> = T & {
318
+ new (): {
319
+ $slots: S;
320
+ };
321
+ };
322
+ declare namespace floating_panel_d_exports {
323
+ export { _default as Body, FloatingPanelBodyBaseProps as BodyBaseProps, FloatingPanelBodyProps as BodyProps, _default$1 as CloseTrigger, FloatingPanelCloseTriggerBaseProps as CloseTriggerBaseProps, FloatingPanelCloseTriggerProps as CloseTriggerProps, _default$2 as Content, FloatingPanelContentBaseProps as ContentBaseProps, FloatingPanelContentProps as ContentProps, _default$3 as Context, FloatingPanelContextProps as ContextProps, _default$4 as Control, FloatingPanelControlBaseProps as ControlBaseProps, FloatingPanelControlProps as ControlProps, _default$5 as DragTrigger, FloatingPanelDragTriggerBaseProps as DragTriggerBaseProps, FloatingPanelDragTriggerProps as DragTriggerProps, _default$6 as Header, FloatingPanelHeaderBaseProps as HeaderBaseProps, FloatingPanelHeaderProps as HeaderProps, OpenChangeDetails, PositionChangeDetails, _default$7 as Positioner, FloatingPanelPositionerBaseProps as PositionerBaseProps, FloatingPanelPositionerProps as PositionerProps, _default$8 as ResizeTrigger, FloatingPanelResizeTriggerBaseProps as ResizeTriggerBaseProps, FloatingPanelResizeTriggerProps as ResizeTriggerProps, _default$9 as Root, FloatingPanelRootBaseProps as RootBaseProps, FloatingPanelRootProps as RootProps, _default$10 as RootProvider, FloatingPanelRootProviderBaseProps as RootProviderBaseProps, FloatingPanelRootProviderProps as RootProviderProps, SizeChangeDetails, StageChangeDetails, _default$11 as StageTrigger, FloatingPanelStageTriggerBaseProps as StageTriggerBaseProps, FloatingPanelStageTriggerProps as StageTriggerProps, _default$12 as Title, FloatingPanelTitleBaseProps as TitleBaseProps, FloatingPanelTitleProps as TitleProps, _default$13 as Trigger, FloatingPanelTriggerBaseProps as TriggerBaseProps, FloatingPanelTriggerProps as TriggerProps };
324
+ }
325
+ //#endregion
326
+ export { floating_panel_d_exports as FloatingPanel, _default as FloatingPanelBody, type FloatingPanelBodyBaseProps, type FloatingPanelBodyProps, _default$1 as FloatingPanelCloseTrigger, type FloatingPanelCloseTriggerBaseProps, type FloatingPanelCloseTriggerProps, _default$2 as FloatingPanelContent, type FloatingPanelContentBaseProps, type FloatingPanelContentProps, _default$3 as FloatingPanelContext, type FloatingPanelContextProps, _default$4 as FloatingPanelControl, type FloatingPanelControlBaseProps, type FloatingPanelControlProps, _default$5 as FloatingPanelDragTrigger, type FloatingPanelDragTriggerBaseProps, type FloatingPanelDragTriggerProps, _default$6 as FloatingPanelHeader, type FloatingPanelHeaderBaseProps, type FloatingPanelHeaderProps, type FloatingPanelOpenChangeDetails, type FloatingPanelPositionChangeDetails, _default$7 as FloatingPanelPositioner, type FloatingPanelPositionerBaseProps, type FloatingPanelPositionerProps, _default$8 as FloatingPanelResizeTrigger, type FloatingPanelResizeTriggerBaseProps, type FloatingPanelResizeTriggerProps, _default$9 as FloatingPanelRoot, type FloatingPanelRootBaseProps, type FloatingPanelRootProps, _default$10 as FloatingPanelRootProvider, type FloatingPanelRootProviderBaseProps, type FloatingPanelRootProviderProps, type FloatingPanelSizeChangeDetails, type FloatingPanelStageChangeDetails, _default$11 as FloatingPanelStageTrigger, type FloatingPanelStageTriggerBaseProps, type FloatingPanelStageTriggerProps, _default$12 as FloatingPanelTitle, type FloatingPanelTitleBaseProps, type FloatingPanelTitleProps, _default$13 as FloatingPanelTrigger, type FloatingPanelTriggerBaseProps, type FloatingPanelTriggerProps, type UseFloatingPanelContext, type UseFloatingPanelProps, type UseFloatingPanelReturn, floatingPanelAnatomy, useFloatingPanel, useFloatingPanelContext };