@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.
- package/dist/{collapsible-DQfAISmg.js → collapsible-D1Mx4C0H.js} +5 -4
- package/dist/{collection-Ba0Aeh5P.js → collection-DiwGNCAy.js} +1 -1
- package/dist/components/accordion/index.d.ts +20 -20
- package/dist/components/accordion/index.js +8 -7
- package/dist/components/angle-slider/index.d.ts +19 -19
- package/dist/components/angle-slider/index.js +5 -4
- package/dist/components/avatar/index.d.ts +11 -11
- package/dist/components/avatar/index.js +5 -4
- package/dist/components/bottom-sheet/index.d.ts +20 -20
- package/dist/components/bottom-sheet/index.js +8 -7
- package/dist/components/carousel/index.d.ts +25 -25
- package/dist/components/carousel/index.js +5 -4
- package/dist/components/checkbox/index.d.ts +27 -27
- package/dist/components/checkbox/index.js +7 -6
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +17 -17
- package/dist/components/clipboard/index.js +5 -4
- package/dist/components/collapsible/index.d.ts +17 -17
- package/dist/components/collapsible/index.js +5 -4
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +59 -59
- package/dist/components/color-picker/index.js +8 -7
- package/dist/components/combobox/index.d.ts +39 -39
- package/dist/components/combobox/index.js +9 -8
- package/dist/components/date-picker/index.d.ts +55 -55
- package/dist/components/date-picker/index.js +7 -6
- package/dist/components/dialog/index.d.ts +31 -31
- package/dist/components/dialog/index.js +7 -6
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +4 -3
- package/dist/components/editable/index.d.ts +20 -20
- package/dist/components/editable/index.js +6 -5
- package/dist/components/field/index.d.ts +25 -25
- package/dist/components/field/index.js +5 -4
- package/dist/components/fieldset/index.d.ts +13 -13
- package/dist/components/fieldset/index.js +5 -4
- package/dist/components/file-upload/index.d.ts +329 -0
- package/dist/components/file-upload/index.js +597 -0
- package/dist/components/floating-panel/index.d.ts +326 -0
- package/dist/components/floating-panel/index.js +568 -0
- package/dist/components/focus-trap/index.d.ts +48 -0
- package/dist/components/focus-trap/index.js +96 -0
- package/dist/components/format/index.d.ts +40 -0
- package/dist/components/format/index.js +148 -0
- package/dist/components/frame/index.d.ts +39 -0
- package/dist/components/frame/index.js +111 -0
- package/dist/components/highlight/index.d.ts +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +200 -0
- package/dist/components/hover-card/index.js +335 -0
- package/dist/components/image-cropper/index.d.ts +211 -0
- package/dist/components/image-cropper/index.js +381 -0
- package/dist/components/json-tree-view/index.d.ts +91 -0
- package/dist/components/json-tree-view/index.js +490 -0
- package/dist/components/listbox/index.d.ts +325 -0
- package/dist/components/listbox/index.js +533 -0
- package/dist/components/marquee/index.d.ts +268 -0
- package/dist/components/marquee/index.js +340 -0
- package/dist/components/menu/index.d.ts +53 -53
- package/dist/components/menu/index.js +7 -6
- package/dist/components/navigation-menu/index.d.ts +272 -0
- package/dist/components/navigation-menu/index.js +559 -0
- package/dist/components/number-input/index.d.ts +253 -0
- package/dist/components/number-input/index.js +427 -0
- package/dist/components/pagination/index.d.ts +211 -0
- package/dist/components/pagination/index.js +346 -0
- package/dist/components/password-input/index.d.ts +213 -0
- package/dist/components/password-input/index.js +325 -0
- package/dist/components/pin-input/index.d.ts +198 -0
- package/dist/components/pin-input/index.js +346 -0
- package/dist/components/popover/index.d.ts +318 -0
- package/dist/components/popover/index.js +486 -0
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +4 -3
- package/dist/components/select/index.d.ts +37 -37
- package/dist/components/select/index.js +9 -8
- package/dist/components/tree-view/index.d.ts +6 -0
- package/dist/components/tree-view/index.js +11 -0
- package/dist/create-context-Ds1GbsVc.js +16 -0
- package/dist/{field-DnHnX3Tf.js → field-CtPR24u6.js} +4 -3
- package/dist/{fieldset-DzhN7Zrg.js → fieldset-D5SznrKY.js} +4 -3
- package/dist/index-ByYmM8LZ.d.ts +447 -0
- package/dist/{index-CDQghZtv.d.ts → index-Cjk1WhUx.d.ts} +9 -9
- package/dist/{index-BBHms9-0.d.ts → index-D0_ID5xv.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -2
- package/dist/{presence-CvUnYMZQ.js → presence-BK6rPXK7.js} +3 -2
- package/dist/{providers-B2CNPFg1.js → providers-DNBWT-O_.js} +1 -1
- package/dist/tree-view-CzfDgztL.js +737 -0
- package/dist/{use-forward-expose-4p5AGAI3.js → use-forward-expose-CCAmHTUB.js} +2 -15
- package/dist/{use-render-strategy-BkxoN6ll.js → use-render-strategy-DMa_QmB6.js} +1 -1
- package/package.json +70 -2
- /package/dist/{clean-props-BDv2zb5M.js → clean-props-ChPEW0vT.js} +0 -0
- /package/dist/{create-split-props-YZ3qgXe_.js → create-split-props-BDJ_VWs3.js} +0 -0
- /package/dist/{factory-BH3WrWd2.js → factory-Co08Aw8u.js} +0 -0
- /package/dist/{factory-D_ge_w76.d.ts → factory-Dg6Whljf.d.ts} +0 -0
- /package/dist/{index-B66Om_3U.d.ts → index-DI09ccnU.d.ts} +0 -0
- /package/dist/{index-DqRk-Yea.d.ts → index-ECeveDvH.d.ts} +0 -0
- /package/dist/{presence-types-Bv1E60Cw.d.ts → presence-types-BaQ7PILD.d.ts} +0 -0
- /package/dist/{types-Bj-dS2Hc.d.ts → types-BkS9kMJ5.d.ts} +0 -0
- /package/dist/{use-render-strategy-CHj_pCfT.d.ts → use-render-strategy-bdLKqL57.d.ts} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import "../../index-
|
|
7
|
-
import * as
|
|
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 "../../index-D0_ID5xv.js";
|
|
7
|
+
import * as vue1677 from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_bottom_sheet31 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
10
10
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as MenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as MenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as MenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as MenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as MenuSelectionDetails, anatomy as menuAnatomy } from "@sprawlify/primitives/machines/menu";
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ interface MenuArrowTipProps extends MenuArrowTipBaseProps,
|
|
|
18
18
|
*/
|
|
19
19
|
HTMLAttributes {}
|
|
20
20
|
declare const _default$1: typeof __VLS_export$20;
|
|
21
|
-
declare const __VLS_export$20: __VLS_WithSlots$19<
|
|
21
|
+
declare const __VLS_export$20: __VLS_WithSlots$19<vue1677.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
22
22
|
default?: (props: {}) => any;
|
|
23
23
|
}>;
|
|
24
24
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -35,7 +35,7 @@ interface MenuArrowProps extends MenuArrowBaseProps,
|
|
|
35
35
|
*/
|
|
36
36
|
HTMLAttributes {}
|
|
37
37
|
declare const _default: typeof __VLS_export$19;
|
|
38
|
-
declare const __VLS_export$19: __VLS_WithSlots$18<
|
|
38
|
+
declare const __VLS_export$19: __VLS_WithSlots$18<vue1677.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
39
39
|
default?: (props: {}) => any;
|
|
40
40
|
}>;
|
|
41
41
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -56,15 +56,15 @@ type MenuCheckboxItemEmits = {
|
|
|
56
56
|
'update:checked': [value: boolean];
|
|
57
57
|
};
|
|
58
58
|
declare const _default$2: typeof __VLS_export$18;
|
|
59
|
-
declare const __VLS_export$18: __VLS_WithSlots$17<
|
|
59
|
+
declare const __VLS_export$18: __VLS_WithSlots$17<vue1677.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
|
|
60
60
|
"update:checked": (value: boolean) => any;
|
|
61
|
-
}, string,
|
|
61
|
+
}, string, vue1677.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
|
|
62
62
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
+
checked: boolean;
|
|
64
65
|
disabled: boolean;
|
|
65
66
|
closeOnSelect: boolean;
|
|
66
|
-
|
|
67
|
-
}, {}, {}, {}, string, vue88.ComponentProvideOptions, false, {}, any>, {
|
|
67
|
+
}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
68
68
|
default?: (props: {}) => any;
|
|
69
69
|
}>;
|
|
70
70
|
type __VLS_WithSlots$17<T, S> = T & {
|
|
@@ -81,7 +81,7 @@ interface MenuContentProps extends MenuContentBaseProps,
|
|
|
81
81
|
*/
|
|
82
82
|
HTMLAttributes {}
|
|
83
83
|
declare const _default$3: typeof __VLS_export$17;
|
|
84
|
-
declare const __VLS_export$17: __VLS_WithSlots$16<
|
|
84
|
+
declare const __VLS_export$17: __VLS_WithSlots$16<vue1677.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
85
85
|
default?: (props: {}) => any;
|
|
86
86
|
}>;
|
|
87
87
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
@@ -98,7 +98,7 @@ interface MenuContextTriggerProps extends MenuContextTriggerBaseProps,
|
|
|
98
98
|
*/
|
|
99
99
|
ButtonHTMLAttributes {}
|
|
100
100
|
declare const _default$5: typeof __VLS_export$16;
|
|
101
|
-
declare const __VLS_export$16: __VLS_WithSlots$15<
|
|
101
|
+
declare const __VLS_export$16: __VLS_WithSlots$15<vue1677.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
102
102
|
default?: (props: {}) => any;
|
|
103
103
|
}>;
|
|
104
104
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -115,7 +115,7 @@ interface MenuIndicatorProps extends MenuIndicatorBaseProps,
|
|
|
115
115
|
*/
|
|
116
116
|
HTMLAttributes {}
|
|
117
117
|
declare const _default$6: typeof __VLS_export$15;
|
|
118
|
-
declare const __VLS_export$15: __VLS_WithSlots$14<
|
|
118
|
+
declare const __VLS_export$15: __VLS_WithSlots$14<vue1677.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
119
119
|
default?: (props: {}) => any;
|
|
120
120
|
}>;
|
|
121
121
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -132,7 +132,7 @@ interface MenuItemContextProps extends SlotsType<{
|
|
|
132
132
|
default: UnwrapRef<UseMenuItemContext>;
|
|
133
133
|
}> {}
|
|
134
134
|
declare const _default$8: typeof __VLS_export$14;
|
|
135
|
-
declare const __VLS_export$14: __VLS_WithSlots$13<
|
|
135
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<vue1677.DefineComponent<{}, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, true, {}, any>, {
|
|
136
136
|
default(item: UnwrapRef<UseMenuItemContext>): unknown;
|
|
137
137
|
}>;
|
|
138
138
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -149,7 +149,7 @@ interface MenuItemGroupLabelProps extends MenuItemGroupLabelBaseProps,
|
|
|
149
149
|
*/
|
|
150
150
|
HTMLAttributes {}
|
|
151
151
|
declare const _default$10: typeof __VLS_export$13;
|
|
152
|
-
declare const __VLS_export$13: __VLS_WithSlots$12<
|
|
152
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<vue1677.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
153
153
|
default?: (props: {}) => any;
|
|
154
154
|
}>;
|
|
155
155
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -166,7 +166,7 @@ interface MenuItemGroupProps extends MenuItemGroupBaseProps,
|
|
|
166
166
|
*/
|
|
167
167
|
HTMLAttributes {}
|
|
168
168
|
declare const _default$9: typeof __VLS_export$12;
|
|
169
|
-
declare const __VLS_export$12: __VLS_WithSlots$11<
|
|
169
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<vue1677.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
170
170
|
default?: (props: {}) => any;
|
|
171
171
|
}>;
|
|
172
172
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -183,7 +183,7 @@ interface MenuItemIndicatorProps extends MenuItemIndicatorBaseProps,
|
|
|
183
183
|
*/
|
|
184
184
|
HTMLAttributes {}
|
|
185
185
|
declare const _default$11: typeof __VLS_export$11;
|
|
186
|
-
declare const __VLS_export$11: __VLS_WithSlots$10<
|
|
186
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<vue1677.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
187
187
|
default?: (props: {}) => any;
|
|
188
188
|
}>;
|
|
189
189
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -200,7 +200,7 @@ interface MenuItemTextProps extends MenuItemTextBaseProps,
|
|
|
200
200
|
*/
|
|
201
201
|
HTMLAttributes {}
|
|
202
202
|
declare const _default$12: typeof __VLS_export$10;
|
|
203
|
-
declare const __VLS_export$10: __VLS_WithSlots$9<
|
|
203
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<vue1677.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
204
204
|
default?: (props: {}) => any;
|
|
205
205
|
}>;
|
|
206
206
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -217,14 +217,14 @@ interface MenuItemProps extends MenuItemBaseProps,
|
|
|
217
217
|
*/
|
|
218
218
|
Omit<HTMLAttributes, 'onSelect'> {}
|
|
219
219
|
declare const _default$7: typeof __VLS_export$9;
|
|
220
|
-
declare const __VLS_export$9: __VLS_WithSlots$8<
|
|
220
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<vue1677.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {} & {
|
|
221
221
|
select: () => any;
|
|
222
|
-
}, string,
|
|
222
|
+
}, string, vue1677.PublicProps, Readonly<MenuItemProps> & Readonly<{
|
|
223
223
|
onSelect?: (() => any) | undefined;
|
|
224
224
|
}>, {
|
|
225
225
|
disabled: boolean;
|
|
226
226
|
closeOnSelect: boolean;
|
|
227
|
-
}, {}, {}, {}, string,
|
|
227
|
+
}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
228
228
|
default?: (props: {}) => any;
|
|
229
229
|
}>;
|
|
230
230
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -241,7 +241,7 @@ interface MenuPositionerProps extends MenuPositionerBaseProps,
|
|
|
241
241
|
*/
|
|
242
242
|
HTMLAttributes {}
|
|
243
243
|
declare const _default$13: typeof __VLS_export$8;
|
|
244
|
-
declare const __VLS_export$8: __VLS_WithSlots$7<
|
|
244
|
+
declare const __VLS_export$8: __VLS_WithSlots$7<vue1677.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
245
245
|
default?: (props: {}) => any;
|
|
246
246
|
}>;
|
|
247
247
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -264,11 +264,11 @@ type MenuRadioItemGroupEmits = {
|
|
|
264
264
|
'update:modelValue': [value: string];
|
|
265
265
|
};
|
|
266
266
|
declare const _default$15: typeof __VLS_export$7;
|
|
267
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
267
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue1677.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
|
|
268
268
|
"update:modelValue": (value: string) => any;
|
|
269
|
-
}, string,
|
|
269
|
+
}, string, vue1677.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
|
|
270
270
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
271
|
-
}>, {}, {}, {}, {}, string,
|
|
271
|
+
}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
272
272
|
default?: (props: {}) => any;
|
|
273
273
|
}>;
|
|
274
274
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -286,10 +286,10 @@ interface MenuRadioItemProps extends MenuRadioItemBaseProps,
|
|
|
286
286
|
*/
|
|
287
287
|
HTMLAttributes {}
|
|
288
288
|
declare const _default$14: typeof __VLS_export$6;
|
|
289
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
289
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue1677.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
|
|
290
290
|
disabled: boolean;
|
|
291
291
|
closeOnSelect: boolean;
|
|
292
|
-
}, {}, {}, {}, string,
|
|
292
|
+
}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
293
293
|
default?: (props: {}) => any;
|
|
294
294
|
}>;
|
|
295
295
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -306,11 +306,11 @@ interface MenuRootProviderBaseProps extends RootProviderProps, RenderStrategyPro
|
|
|
306
306
|
interface MenuRootProviderProps extends MenuRootProviderBaseProps {}
|
|
307
307
|
interface MenuRootProviderEmits extends RootEmits$1 {}
|
|
308
308
|
declare const _default$17: typeof __VLS_export$5;
|
|
309
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
309
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue1677.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
|
|
310
310
|
exitComplete: () => any;
|
|
311
|
-
}, string,
|
|
311
|
+
}, string, vue1677.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
|
|
312
312
|
onExitComplete?: (() => any) | undefined;
|
|
313
|
-
}>, {}, {}, {}, {}, string,
|
|
313
|
+
}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
314
314
|
default?: (props: {}) => any;
|
|
315
315
|
}>;
|
|
316
316
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -368,48 +368,48 @@ interface MenuRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicP
|
|
|
368
368
|
interface MenuRootProps extends MenuRootBaseProps {}
|
|
369
369
|
interface MenuRootEmits extends RootEmits {}
|
|
370
370
|
declare const _default$16: typeof __VLS_export$4;
|
|
371
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
371
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue1677.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {
|
|
372
372
|
select: (details: menu.SelectionDetails) => any;
|
|
373
|
-
exitComplete: () => any;
|
|
374
373
|
openChange: (details: menu.OpenChangeDetails) => any;
|
|
374
|
+
exitComplete: () => any;
|
|
375
375
|
"update:open": (open: boolean) => any;
|
|
376
376
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
377
|
-
focusOutside: (event:
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet1.PointerDownOutsideEvent) => any;
|
|
377
|
+
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any;
|
|
378
|
+
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any;
|
|
379
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any;
|
|
381
380
|
requestDismiss: (event: CustomEvent<{
|
|
382
381
|
originalLayer: HTMLElement;
|
|
383
382
|
targetLayer: HTMLElement | undefined;
|
|
384
383
|
originalIndex: number;
|
|
385
384
|
targetIndex: number;
|
|
386
385
|
}>) => any;
|
|
386
|
+
highlightChange: (details: menu.HighlightChangeDetails) => any;
|
|
387
387
|
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
388
|
-
}, string,
|
|
388
|
+
}, string, vue1677.PublicProps, Readonly<MenuRootProps> & Readonly<{
|
|
389
389
|
onSelect?: ((details: menu.SelectionDetails) => any) | undefined;
|
|
390
|
-
onExitComplete?: (() => any) | undefined;
|
|
391
390
|
onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
|
|
391
|
+
onExitComplete?: (() => any) | undefined;
|
|
392
392
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
393
393
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
394
|
-
onFocusOutside?: ((event:
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet1.PointerDownOutsideEvent) => any) | undefined;
|
|
394
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.FocusOutsideEvent) => any) | undefined;
|
|
395
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.InteractOutsideEvent) => any) | undefined;
|
|
396
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet31.PointerDownOutsideEvent) => any) | undefined;
|
|
398
397
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
399
398
|
originalLayer: HTMLElement;
|
|
400
399
|
targetLayer: HTMLElement | undefined;
|
|
401
400
|
originalIndex: number;
|
|
402
401
|
targetIndex: number;
|
|
403
402
|
}>) => any) | undefined;
|
|
403
|
+
onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
|
|
404
404
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
405
405
|
}>, {
|
|
406
|
-
|
|
406
|
+
typeahead: boolean;
|
|
407
407
|
open: boolean;
|
|
408
|
+
defaultOpen: boolean;
|
|
408
409
|
closeOnSelect: boolean;
|
|
409
410
|
composite: boolean;
|
|
410
411
|
loopFocus: boolean;
|
|
411
|
-
|
|
412
|
-
}, {}, {}, {}, string, vue88.ComponentProvideOptions, false, {}, any>, {
|
|
412
|
+
}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
413
413
|
default?: (props: {}) => any;
|
|
414
414
|
}>;
|
|
415
415
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -426,7 +426,7 @@ interface MenuSeparatorProps extends MenuSeparatorBaseProps,
|
|
|
426
426
|
*/
|
|
427
427
|
HTMLAttributes {}
|
|
428
428
|
declare const _default$18: typeof __VLS_export$3;
|
|
429
|
-
declare const __VLS_export$3:
|
|
429
|
+
declare const __VLS_export$3: vue1677.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>;
|
|
430
430
|
//#endregion
|
|
431
431
|
//#region src/components/menu/menu-trigger-item.vue.d.ts
|
|
432
432
|
interface MenuTriggerItemBaseProps extends PolymorphicProps {}
|
|
@@ -436,7 +436,7 @@ interface MenuTriggerItemProps extends MenuTriggerItemBaseProps,
|
|
|
436
436
|
*/
|
|
437
437
|
HTMLAttributes {}
|
|
438
438
|
declare const _default$20: typeof __VLS_export$2;
|
|
439
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
439
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1677.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
440
440
|
default?: (props: {}) => any;
|
|
441
441
|
}>;
|
|
442
442
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -453,7 +453,7 @@ interface MenuTriggerProps extends MenuTriggerBaseProps,
|
|
|
453
453
|
*/
|
|
454
454
|
ButtonHTMLAttributes {}
|
|
455
455
|
declare const _default$19: typeof __VLS_export$1;
|
|
456
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
456
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1677.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, false, {}, any>, {
|
|
457
457
|
default?: (props: {}) => any;
|
|
458
458
|
}>;
|
|
459
459
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -486,7 +486,7 @@ interface MenuContextProps extends SlotsType<{
|
|
|
486
486
|
default: UnwrapRef<UseMenuContext>;
|
|
487
487
|
}> {}
|
|
488
488
|
declare const _default$4: typeof __VLS_export;
|
|
489
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
489
|
+
declare const __VLS_export: __VLS_WithSlots<vue1677.DefineComponent<{}, {}, {}, {}, {}, vue1677.ComponentOptionsMixin, vue1677.ComponentOptionsMixin, {}, string, vue1677.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1677.ComponentProvideOptions, true, {}, any>, {
|
|
490
490
|
default(menu: UnwrapRef<UseMenuContext>): unknown;
|
|
491
491
|
}>;
|
|
492
492
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { t as __exportAll } from "../../chunk-BN_g-Awi.js";
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-DNndr38p.js";
|
|
3
|
-
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-
|
|
4
|
-
import {
|
|
5
|
-
import { t as
|
|
6
|
-
import { t as
|
|
7
|
-
import { t as
|
|
8
|
-
import {
|
|
3
|
+
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
|
+
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
|
+
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
+
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-ChPEW0vT.js";
|
|
8
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DMa_QmB6.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-BK6rPXK7.js";
|
|
9
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, onBeforeUnmount, onMounted, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
11
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
11
12
|
import { anatomy as menuAnatomy } from "@sprawlify/primitives/machines/menu";
|
|
@@ -0,0 +1,272 @@
|
|
|
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 { t as RenderStrategyProps } from "../../use-render-strategy-bdLKqL57.js";
|
|
5
|
+
import * as vue527 from "vue";
|
|
6
|
+
import { AnchorHTMLAttributes, ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
|
+
import * as navigationMenu from "@sprawlify/primitives/machines/navigation-menu";
|
|
8
|
+
import { ContentProps, ItemProps, LinkProps, ValueChangeDetails, ValueChangeDetails as NavigationMenuValueChangeDetails, ViewportProps, anatomy as navigationMenuAnatomy } from "@sprawlify/primitives/machines/navigation-menu";
|
|
9
|
+
|
|
10
|
+
//#region src/components/navigation-menu/navigation-menu-arrow.vue.d.ts
|
|
11
|
+
interface NavigationMenuArrowBaseProps extends PolymorphicProps {}
|
|
12
|
+
interface NavigationMenuArrowProps extends NavigationMenuArrowBaseProps,
|
|
13
|
+
/**
|
|
14
|
+
* @vue-ignore
|
|
15
|
+
*/
|
|
16
|
+
HTMLAttributes {}
|
|
17
|
+
declare const _default: typeof __VLS_export$12;
|
|
18
|
+
declare const __VLS_export$12: __VLS_WithSlots$12<vue527.DefineComponent<NavigationMenuArrowProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
19
|
+
default?: (props: {}) => any;
|
|
20
|
+
}>;
|
|
21
|
+
type __VLS_WithSlots$12<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//#endregion
|
|
27
|
+
//#region src/components/navigation-menu/navigation-menu-content.vue.d.ts
|
|
28
|
+
interface NavigationMenuContentBaseProps extends Partial<ContentProps>, PolymorphicProps {}
|
|
29
|
+
interface NavigationMenuContentProps extends NavigationMenuContentBaseProps,
|
|
30
|
+
/**
|
|
31
|
+
* @vue-ignore
|
|
32
|
+
*/
|
|
33
|
+
Omit<HTMLAttributes, 'onSelect'> {}
|
|
34
|
+
declare const _default$1: typeof __VLS_export$11;
|
|
35
|
+
declare const __VLS_export$11: __VLS_WithSlots$11<vue527.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
36
|
+
default?: (props: {}) => any;
|
|
37
|
+
} & {
|
|
38
|
+
default?: (props: {}) => any;
|
|
39
|
+
}>;
|
|
40
|
+
type __VLS_WithSlots$11<T, S> = T & {
|
|
41
|
+
new (): {
|
|
42
|
+
$slots: S;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
//#endregion
|
|
46
|
+
//#region src/components/navigation-menu/navigation-menu-types.d.ts
|
|
47
|
+
interface RootProps {
|
|
48
|
+
closeDelay?: number;
|
|
49
|
+
defaultValue?: string;
|
|
50
|
+
disableClickTrigger?: boolean;
|
|
51
|
+
disableHoverTrigger?: boolean;
|
|
52
|
+
disablePointerLeaveClose?: boolean;
|
|
53
|
+
id?: string;
|
|
54
|
+
ids?: Partial<{
|
|
55
|
+
root: string;
|
|
56
|
+
list: string;
|
|
57
|
+
item: string;
|
|
58
|
+
trigger: (value: string) => string;
|
|
59
|
+
content: (value: string) => string;
|
|
60
|
+
viewport: string;
|
|
61
|
+
}>;
|
|
62
|
+
openDelay?: number;
|
|
63
|
+
orientation?: 'horizontal' | 'vertical';
|
|
64
|
+
value?: string;
|
|
65
|
+
}
|
|
66
|
+
type RootEmits = {
|
|
67
|
+
valueChange: [details: navigationMenu.ValueChangeDetails];
|
|
68
|
+
'update:value': [value: string];
|
|
69
|
+
};
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region src/components/navigation-menu/use-navigation-menu.d.ts
|
|
72
|
+
interface UseNavigationMenuProps extends Optional<Omit<navigationMenu.Props, 'dir' | 'getRootNode'>, 'id'> {}
|
|
73
|
+
interface UseNavigationMenuReturn extends ComputedRef<navigationMenu.Api<PropTypes>> {}
|
|
74
|
+
declare const useNavigationMenu: (props?: MaybeRef<UseNavigationMenuProps>, emit?: EmitFn$1<RootEmits>) => UseNavigationMenuReturn;
|
|
75
|
+
//#endregion
|
|
76
|
+
//#region src/components/navigation-menu/use-navigation-menu-context.d.ts
|
|
77
|
+
interface UseNavigationMenuContext extends UseNavigationMenuReturn {}
|
|
78
|
+
//#endregion
|
|
79
|
+
//#region src/components/navigation-menu/navigation-menu-context.vue.d.ts
|
|
80
|
+
interface NavigationMenuContextProps extends SlotsType<{
|
|
81
|
+
default: UnwrapRef<UseNavigationMenuContext>;
|
|
82
|
+
}> {}
|
|
83
|
+
declare const _default$2: typeof __VLS_export$10;
|
|
84
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue527.DefineComponent<{}, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, true, {}, any>, {
|
|
85
|
+
default(navigationMenu: UnwrapRef<UseNavigationMenuContext>): unknown;
|
|
86
|
+
}>;
|
|
87
|
+
type __VLS_WithSlots$10<T, S> = T & {
|
|
88
|
+
new (): {
|
|
89
|
+
$slots: S;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
//#endregion
|
|
93
|
+
//#region src/components/navigation-menu/navigation-menu-indicator.vue.d.ts
|
|
94
|
+
interface NavigationMenuIndicatorBaseProps extends PolymorphicProps {}
|
|
95
|
+
interface NavigationMenuIndicatorProps extends NavigationMenuIndicatorBaseProps,
|
|
96
|
+
/**
|
|
97
|
+
* @vue-ignore
|
|
98
|
+
*/
|
|
99
|
+
HTMLAttributes {}
|
|
100
|
+
declare const _default$3: typeof __VLS_export$9;
|
|
101
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue527.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
102
|
+
default?: (props: {}) => any;
|
|
103
|
+
}>;
|
|
104
|
+
type __VLS_WithSlots$9<T, S> = T & {
|
|
105
|
+
new (): {
|
|
106
|
+
$slots: S;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
//#endregion
|
|
110
|
+
//#region src/components/navigation-menu/navigation-menu-item.vue.d.ts
|
|
111
|
+
interface NavigationMenuItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
112
|
+
interface NavigationMenuItemProps extends NavigationMenuItemBaseProps,
|
|
113
|
+
/**
|
|
114
|
+
* @vue-ignore
|
|
115
|
+
*/
|
|
116
|
+
HTMLAttributes {}
|
|
117
|
+
declare const _default$4: typeof __VLS_export$8;
|
|
118
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue527.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
119
|
+
default?: (props: {}) => any;
|
|
120
|
+
}>;
|
|
121
|
+
type __VLS_WithSlots$8<T, S> = T & {
|
|
122
|
+
new (): {
|
|
123
|
+
$slots: S;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/components/navigation-menu/navigation-menu-item-indicator.vue.d.ts
|
|
128
|
+
interface NavigationMenuItemIndicatorBaseProps extends PolymorphicProps {}
|
|
129
|
+
interface NavigationMenuItemIndicatorProps extends NavigationMenuItemIndicatorBaseProps,
|
|
130
|
+
/**
|
|
131
|
+
* @vue-ignore
|
|
132
|
+
*/
|
|
133
|
+
HTMLAttributes {}
|
|
134
|
+
declare const _default$5: typeof __VLS_export$7;
|
|
135
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue527.DefineComponent<NavigationMenuItemIndicatorProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
136
|
+
default?: (props: {}) => any;
|
|
137
|
+
}>;
|
|
138
|
+
type __VLS_WithSlots$7<T, S> = T & {
|
|
139
|
+
new (): {
|
|
140
|
+
$slots: S;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
//#endregion
|
|
144
|
+
//#region src/components/navigation-menu/navigation-menu-link.vue.d.ts
|
|
145
|
+
interface NavigationMenuLinkBaseProps extends Partial<LinkProps>, PolymorphicProps {}
|
|
146
|
+
interface NavigationMenuLinkProps extends NavigationMenuLinkBaseProps,
|
|
147
|
+
/**
|
|
148
|
+
* @vue-ignore
|
|
149
|
+
*/
|
|
150
|
+
Omit<AnchorHTMLAttributes, 'current' | 'onSelect'> {}
|
|
151
|
+
declare const _default$6: typeof __VLS_export$6;
|
|
152
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue527.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
153
|
+
default?: (props: {}) => any;
|
|
154
|
+
}>;
|
|
155
|
+
type __VLS_WithSlots$6<T, S> = T & {
|
|
156
|
+
new (): {
|
|
157
|
+
$slots: S;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
//#endregion
|
|
161
|
+
//#region src/components/navigation-menu/navigation-menu-list.vue.d.ts
|
|
162
|
+
interface NavigationMenuListBaseProps extends PolymorphicProps {}
|
|
163
|
+
interface NavigationMenuListProps extends NavigationMenuListBaseProps,
|
|
164
|
+
/**
|
|
165
|
+
* @vue-ignore
|
|
166
|
+
*/
|
|
167
|
+
HTMLAttributes {}
|
|
168
|
+
declare const _default$7: typeof __VLS_export$5;
|
|
169
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue527.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
170
|
+
default?: (props: {}) => any;
|
|
171
|
+
}>;
|
|
172
|
+
type __VLS_WithSlots$5<T, S> = T & {
|
|
173
|
+
new (): {
|
|
174
|
+
$slots: S;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
//#endregion
|
|
178
|
+
//#region src/components/navigation-menu/navigation-menu-root.vue.d.ts
|
|
179
|
+
interface NavigationMenuRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
180
|
+
interface NavigationMenuRootProps extends NavigationMenuRootBaseProps {}
|
|
181
|
+
interface NavigationMenuRootEmits extends RootEmits {}
|
|
182
|
+
declare const _default$8: typeof __VLS_export$4;
|
|
183
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue527.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {
|
|
184
|
+
valueChange: (details: navigationMenu.ValueChangeDetails) => any;
|
|
185
|
+
"update:value": (value: string) => any;
|
|
186
|
+
}, string, vue527.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
|
|
187
|
+
onValueChange?: ((details: navigationMenu.ValueChangeDetails) => any) | undefined;
|
|
188
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
189
|
+
}>, {
|
|
190
|
+
disableClickTrigger: boolean;
|
|
191
|
+
disableHoverTrigger: boolean;
|
|
192
|
+
disablePointerLeaveClose: boolean;
|
|
193
|
+
}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
194
|
+
default?: (props: {}) => any;
|
|
195
|
+
}>;
|
|
196
|
+
type __VLS_WithSlots$4<T, S> = T & {
|
|
197
|
+
new (): {
|
|
198
|
+
$slots: S;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
//#endregion
|
|
202
|
+
//#region src/components/navigation-menu/navigation-menu-root-provider.vue.d.ts
|
|
203
|
+
interface RootProviderProps {
|
|
204
|
+
value: UnwrapRef<UseNavigationMenuReturn>;
|
|
205
|
+
}
|
|
206
|
+
interface NavigationMenuRootProviderBaseProps extends RootProviderProps, RenderStrategyProps {}
|
|
207
|
+
interface NavigationMenuRootProviderProps extends NavigationMenuRootProviderBaseProps {}
|
|
208
|
+
declare const _default$9: typeof __VLS_export$3;
|
|
209
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue527.DefineComponent<NavigationMenuRootProviderProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
210
|
+
default?: (props: {}) => any;
|
|
211
|
+
}>;
|
|
212
|
+
type __VLS_WithSlots$3<T, S> = T & {
|
|
213
|
+
new (): {
|
|
214
|
+
$slots: S;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
//#endregion
|
|
218
|
+
//#region src/components/navigation-menu/navigation-menu-trigger.vue.d.ts
|
|
219
|
+
interface NavigationMenuTriggerBaseProps extends Omit<ItemProps, 'value'>, PolymorphicProps {}
|
|
220
|
+
interface NavigationMenuTriggerProps extends NavigationMenuTriggerBaseProps,
|
|
221
|
+
/**
|
|
222
|
+
* @vue-ignore
|
|
223
|
+
*/
|
|
224
|
+
Omit<ButtonHTMLAttributes, 'disabled' | 'value'> {}
|
|
225
|
+
declare const _default$10: typeof __VLS_export$2;
|
|
226
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue527.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
227
|
+
default?: (props: {}) => any;
|
|
228
|
+
}>;
|
|
229
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
230
|
+
new (): {
|
|
231
|
+
$slots: S;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
//#endregion
|
|
235
|
+
//#region src/components/navigation-menu/navigation-menu-viewport.vue.d.ts
|
|
236
|
+
interface NavigationMenuViewportBaseProps extends PolymorphicProps {}
|
|
237
|
+
interface NavigationMenuViewportProps extends NavigationMenuViewportBaseProps,
|
|
238
|
+
/**
|
|
239
|
+
* @vue-ignore
|
|
240
|
+
*/
|
|
241
|
+
HTMLAttributes {}
|
|
242
|
+
declare const _default$11: typeof __VLS_export$1;
|
|
243
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue527.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
244
|
+
default?: (props: {}) => any;
|
|
245
|
+
}>;
|
|
246
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
247
|
+
new (): {
|
|
248
|
+
$slots: S;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
//#endregion
|
|
252
|
+
//#region src/components/navigation-menu/navigation-menu-viewport-positioner.vue.d.ts
|
|
253
|
+
interface NavigationMenuViewportPositionerBaseProps extends ViewportProps, PolymorphicProps {}
|
|
254
|
+
interface NavigationMenuViewportPositionerProps extends NavigationMenuViewportPositionerBaseProps,
|
|
255
|
+
/**
|
|
256
|
+
* @vue-ignore
|
|
257
|
+
*/
|
|
258
|
+
HTMLAttributes {}
|
|
259
|
+
declare const _default$12: typeof __VLS_export;
|
|
260
|
+
declare const __VLS_export: __VLS_WithSlots<vue527.DefineComponent<NavigationMenuViewportPositionerProps, {}, {}, {}, {}, vue527.ComponentOptionsMixin, vue527.ComponentOptionsMixin, {}, string, vue527.PublicProps, Readonly<NavigationMenuViewportPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue527.ComponentProvideOptions, false, {}, any>, {
|
|
261
|
+
default?: (props: {}) => any;
|
|
262
|
+
}>;
|
|
263
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
264
|
+
new (): {
|
|
265
|
+
$slots: S;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
declare namespace navigation_menu_d_exports {
|
|
269
|
+
export { _default as Arrow, NavigationMenuArrowBaseProps as ArrowBaseProps, NavigationMenuArrowProps as ArrowProps, _default$1 as Content, NavigationMenuContentBaseProps as ContentBaseProps, NavigationMenuContentProps as ContentProps, _default$2 as Context, NavigationMenuContextProps as ContextProps, _default$3 as Indicator, NavigationMenuIndicatorBaseProps as IndicatorBaseProps, NavigationMenuIndicatorProps as IndicatorProps, _default$4 as Item, NavigationMenuItemBaseProps as ItemBaseProps, _default$5 as ItemIndicator, NavigationMenuItemIndicatorBaseProps as ItemIndicatorBaseProps, NavigationMenuItemIndicatorProps as ItemIndicatorProps, NavigationMenuItemProps as ItemProps, _default$6 as Link, NavigationMenuLinkBaseProps as LinkBaseProps, NavigationMenuLinkProps as LinkProps, _default$7 as List, NavigationMenuListBaseProps as ListBaseProps, NavigationMenuListProps as ListProps, _default$8 as Root, NavigationMenuRootBaseProps as RootBaseProps, NavigationMenuRootEmits as RootEmits, NavigationMenuRootProps as RootProps, _default$9 as RootProvider, NavigationMenuRootProviderBaseProps as RootProviderBaseProps, NavigationMenuRootProviderProps as RootProviderProps, _default$10 as Trigger, NavigationMenuTriggerBaseProps as TriggerBaseProps, NavigationMenuTriggerProps as TriggerProps, ValueChangeDetails, _default$11 as Viewport, NavigationMenuViewportBaseProps as ViewportBaseProps, _default$12 as ViewportPositioner, NavigationMenuViewportPositionerBaseProps as ViewportPositionerBaseProps, NavigationMenuViewportPositionerProps as ViewportPositionerProps, NavigationMenuViewportProps as ViewportProps };
|
|
270
|
+
}
|
|
271
|
+
//#endregion
|
|
272
|
+
export { navigation_menu_d_exports as NavigationMenu, _default as NavigationMenuArrow, type NavigationMenuArrowBaseProps, type NavigationMenuArrowProps, _default$1 as NavigationMenuContent, type NavigationMenuContentBaseProps, type NavigationMenuContentProps, _default$2 as NavigationMenuContext, type NavigationMenuContextProps, _default$3 as NavigationMenuIndicator, type NavigationMenuIndicatorBaseProps, type NavigationMenuIndicatorProps, _default$4 as NavigationMenuItem, type NavigationMenuItemBaseProps, _default$5 as NavigationMenuItemIndicator, type NavigationMenuItemIndicatorBaseProps, type NavigationMenuItemIndicatorProps, type NavigationMenuItemProps, _default$6 as NavigationMenuLink, type NavigationMenuLinkBaseProps, type NavigationMenuLinkProps, _default$7 as NavigationMenuList, type NavigationMenuListBaseProps, type NavigationMenuListProps, _default$8 as NavigationMenuRoot, type NavigationMenuRootBaseProps, type NavigationMenuRootEmits, type NavigationMenuRootProps, _default$9 as NavigationMenuRootProvider, type NavigationMenuRootProviderBaseProps, type NavigationMenuRootProviderProps, _default$10 as NavigationMenuTrigger, type NavigationMenuTriggerBaseProps, type NavigationMenuTriggerProps, type NavigationMenuValueChangeDetails, _default$11 as NavigationMenuViewport, type NavigationMenuViewportBaseProps, _default$12 as NavigationMenuViewportPositioner, type NavigationMenuViewportPositionerBaseProps, type NavigationMenuViewportPositionerProps, type NavigationMenuViewportProps, type UseNavigationMenuContext, type UseNavigationMenuProps, type UseNavigationMenuReturn, navigationMenuAnatomy, useNavigationMenu, useNavigationMenuContext };
|