@sprawlify/vue 0.0.67 → 0.0.72
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/boolean-CpMsIRK4.js +7 -0
- package/dist/{collapsible-DQfAISmg.js → collapsible-jX9S7WYj.js} +5 -4
- package/dist/{collection-Ba0Aeh5P.js → collection-DGKjEgOz.js} +1 -1
- package/dist/components/accordion/index.d.ts +19 -19
- package/dist/components/accordion/index.js +8 -7
- package/dist/components/angle-slider/index.d.ts +18 -18
- 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 +22 -22
- 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 +8 -12
- 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 +16 -16
- 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 +56 -56
- package/dist/components/color-picker/index.js +8 -7
- package/dist/components/combobox/index.d.ts +38 -38
- package/dist/components/combobox/index.js +9 -8
- package/dist/components/date-picker/index.d.ts +47 -47
- package/dist/components/date-picker/index.js +7 -6
- package/dist/components/dialog/index.d.ts +35 -35
- 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 +29 -29
- 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 +325 -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 +4 -4
- 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 +55 -56
- 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/progress/index.d.ts +231 -0
- package/dist/components/progress/index.js +372 -0
- package/dist/components/qr-code/index.d.ts +159 -0
- package/dist/components/qr-code/index.js +263 -0
- package/dist/components/radio-group/index.d.ts +231 -0
- package/dist/components/radio-group/index.js +378 -0
- package/dist/components/rating-group/index.d.ts +201 -0
- package/dist/components/rating-group/index.js +330 -0
- package/dist/components/scroll-area/index.d.ts +171 -0
- package/dist/components/scroll-area/index.js +264 -0
- package/dist/components/segment-group/index.d.ts +231 -0
- package/dist/components/segment-group/index.js +422 -0
- package/dist/components/select/index.d.ts +39 -39
- package/dist/components/select/index.js +9 -8
- package/dist/components/signature-pad/index.d.ts +202 -0
- package/dist/components/signature-pad/index.js +345 -0
- package/dist/components/slider/index.d.ts +300 -0
- package/dist/components/slider/index.js +511 -0
- package/dist/components/splitter/index.d.ts +162 -0
- package/dist/components/splitter/index.js +280 -0
- package/dist/components/steps/index.d.ts +290 -0
- package/dist/components/steps/index.js +469 -0
- package/dist/components/switch/index.d.ts +179 -0
- package/dist/components/switch/index.js +290 -0
- package/dist/components/tabs/index.d.ts +181 -0
- package/dist/components/tabs/index.js +335 -0
- package/dist/components/tags-input/index.d.ts +339 -0
- package/dist/components/tags-input/index.js +569 -0
- package/dist/components/timer/index.d.ts +177 -0
- package/dist/components/timer/index.js +295 -0
- 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-CDQghZtv.d.ts → index-B_UiXhk3.d.ts} +11 -11
- package/dist/index-DwWFWpls.d.ts +447 -0
- package/dist/{index-BBHms9-0.d.ts → index-xb1q4_02.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -2
- package/dist/{presence-CvUnYMZQ.js → presence-B4-UhJY9.js} +3 -2
- package/dist/{providers-B2CNPFg1.js → providers-DNBWT-O_.js} +1 -1
- package/dist/tree-view-Ctpu5RjE.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-DA33j31C.js} +1 -1
- package/package.json +126 -2
- /package/dist/{clean-props-BDv2zb5M.js → clean-props-D2R4tz5e.js} +0 -0
- /package/dist/{create-split-props-YZ3qgXe_.js → create-split-props-0RD5_O4P.js} +0 -0
- /package/dist/{factory-D_ge_w76.d.ts → factory-B5zr8_kk.d.ts} +0 -0
- /package/dist/{factory-BH3WrWd2.js → factory-Co08Aw8u.js} +0 -0
- /package/dist/{index-B66Om_3U.d.ts → index-CCRVRFFQ.d.ts} +0 -0
- /package/dist/{index-DqRk-Yea.d.ts → index-DhFoJHfp.d.ts} +0 -0
- /package/dist/{presence-types-Bv1E60Cw.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
- /package/dist/{types-Bj-dS2Hc.d.ts → types-DIEO6uP3.d.ts} +0 -0
- /package/dist/{use-render-strategy-CHj_pCfT.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
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-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 "../../index-xb1q4_02.js";
|
|
7
|
+
import * as vue1160 from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as _sprawlify_primitives_machines_bottom_sheet1 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
10
9
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
11
10
|
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
11
|
|
|
@@ -18,7 +17,7 @@ interface MenuArrowTipProps extends MenuArrowTipBaseProps,
|
|
|
18
17
|
*/
|
|
19
18
|
HTMLAttributes {}
|
|
20
19
|
declare const _default$1: typeof __VLS_export$20;
|
|
21
|
-
declare const __VLS_export$20: __VLS_WithSlots$19<
|
|
20
|
+
declare const __VLS_export$20: __VLS_WithSlots$19<vue1160.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
22
21
|
default?: (props: {}) => any;
|
|
23
22
|
}>;
|
|
24
23
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -35,7 +34,7 @@ interface MenuArrowProps extends MenuArrowBaseProps,
|
|
|
35
34
|
*/
|
|
36
35
|
HTMLAttributes {}
|
|
37
36
|
declare const _default: typeof __VLS_export$19;
|
|
38
|
-
declare const __VLS_export$19: __VLS_WithSlots$18<
|
|
37
|
+
declare const __VLS_export$19: __VLS_WithSlots$18<vue1160.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
39
38
|
default?: (props: {}) => any;
|
|
40
39
|
}>;
|
|
41
40
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -56,15 +55,15 @@ type MenuCheckboxItemEmits = {
|
|
|
56
55
|
'update:checked': [value: boolean];
|
|
57
56
|
};
|
|
58
57
|
declare const _default$2: typeof __VLS_export$18;
|
|
59
|
-
declare const __VLS_export$18: __VLS_WithSlots$17<
|
|
58
|
+
declare const __VLS_export$18: __VLS_WithSlots$17<vue1160.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
|
|
60
59
|
"update:checked": (value: boolean) => any;
|
|
61
|
-
}, string,
|
|
60
|
+
}, string, vue1160.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
|
|
62
61
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
63
62
|
}>, {
|
|
63
|
+
checked: boolean;
|
|
64
64
|
disabled: boolean;
|
|
65
65
|
closeOnSelect: boolean;
|
|
66
|
-
|
|
67
|
-
}, {}, {}, {}, string, vue88.ComponentProvideOptions, false, {}, any>, {
|
|
66
|
+
}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
68
67
|
default?: (props: {}) => any;
|
|
69
68
|
}>;
|
|
70
69
|
type __VLS_WithSlots$17<T, S> = T & {
|
|
@@ -81,7 +80,7 @@ interface MenuContentProps extends MenuContentBaseProps,
|
|
|
81
80
|
*/
|
|
82
81
|
HTMLAttributes {}
|
|
83
82
|
declare const _default$3: typeof __VLS_export$17;
|
|
84
|
-
declare const __VLS_export$17: __VLS_WithSlots$16<
|
|
83
|
+
declare const __VLS_export$17: __VLS_WithSlots$16<vue1160.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
85
84
|
default?: (props: {}) => any;
|
|
86
85
|
}>;
|
|
87
86
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
@@ -98,7 +97,7 @@ interface MenuContextTriggerProps extends MenuContextTriggerBaseProps,
|
|
|
98
97
|
*/
|
|
99
98
|
ButtonHTMLAttributes {}
|
|
100
99
|
declare const _default$5: typeof __VLS_export$16;
|
|
101
|
-
declare const __VLS_export$16: __VLS_WithSlots$15<
|
|
100
|
+
declare const __VLS_export$16: __VLS_WithSlots$15<vue1160.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
102
101
|
default?: (props: {}) => any;
|
|
103
102
|
}>;
|
|
104
103
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -115,7 +114,7 @@ interface MenuIndicatorProps extends MenuIndicatorBaseProps,
|
|
|
115
114
|
*/
|
|
116
115
|
HTMLAttributes {}
|
|
117
116
|
declare const _default$6: typeof __VLS_export$15;
|
|
118
|
-
declare const __VLS_export$15: __VLS_WithSlots$14<
|
|
117
|
+
declare const __VLS_export$15: __VLS_WithSlots$14<vue1160.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
119
118
|
default?: (props: {}) => any;
|
|
120
119
|
}>;
|
|
121
120
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -132,7 +131,7 @@ interface MenuItemContextProps extends SlotsType<{
|
|
|
132
131
|
default: UnwrapRef<UseMenuItemContext>;
|
|
133
132
|
}> {}
|
|
134
133
|
declare const _default$8: typeof __VLS_export$14;
|
|
135
|
-
declare const __VLS_export$14: __VLS_WithSlots$13<
|
|
134
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<vue1160.DefineComponent<{}, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, true, {}, any>, {
|
|
136
135
|
default(item: UnwrapRef<UseMenuItemContext>): unknown;
|
|
137
136
|
}>;
|
|
138
137
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -149,7 +148,7 @@ interface MenuItemGroupLabelProps extends MenuItemGroupLabelBaseProps,
|
|
|
149
148
|
*/
|
|
150
149
|
HTMLAttributes {}
|
|
151
150
|
declare const _default$10: typeof __VLS_export$13;
|
|
152
|
-
declare const __VLS_export$13: __VLS_WithSlots$12<
|
|
151
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<vue1160.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
153
152
|
default?: (props: {}) => any;
|
|
154
153
|
}>;
|
|
155
154
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -166,7 +165,7 @@ interface MenuItemGroupProps extends MenuItemGroupBaseProps,
|
|
|
166
165
|
*/
|
|
167
166
|
HTMLAttributes {}
|
|
168
167
|
declare const _default$9: typeof __VLS_export$12;
|
|
169
|
-
declare const __VLS_export$12: __VLS_WithSlots$11<
|
|
168
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<vue1160.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
170
169
|
default?: (props: {}) => any;
|
|
171
170
|
}>;
|
|
172
171
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -183,7 +182,7 @@ interface MenuItemIndicatorProps extends MenuItemIndicatorBaseProps,
|
|
|
183
182
|
*/
|
|
184
183
|
HTMLAttributes {}
|
|
185
184
|
declare const _default$11: typeof __VLS_export$11;
|
|
186
|
-
declare const __VLS_export$11: __VLS_WithSlots$10<
|
|
185
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<vue1160.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
187
186
|
default?: (props: {}) => any;
|
|
188
187
|
}>;
|
|
189
188
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -200,7 +199,7 @@ interface MenuItemTextProps extends MenuItemTextBaseProps,
|
|
|
200
199
|
*/
|
|
201
200
|
HTMLAttributes {}
|
|
202
201
|
declare const _default$12: typeof __VLS_export$10;
|
|
203
|
-
declare const __VLS_export$10: __VLS_WithSlots$9<
|
|
202
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<vue1160.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
204
203
|
default?: (props: {}) => any;
|
|
205
204
|
}>;
|
|
206
205
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -217,14 +216,14 @@ interface MenuItemProps extends MenuItemBaseProps,
|
|
|
217
216
|
*/
|
|
218
217
|
Omit<HTMLAttributes, 'onSelect'> {}
|
|
219
218
|
declare const _default$7: typeof __VLS_export$9;
|
|
220
|
-
declare const __VLS_export$9: __VLS_WithSlots$8<
|
|
219
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<vue1160.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {} & {
|
|
221
220
|
select: () => any;
|
|
222
|
-
}, string,
|
|
221
|
+
}, string, vue1160.PublicProps, Readonly<MenuItemProps> & Readonly<{
|
|
223
222
|
onSelect?: (() => any) | undefined;
|
|
224
223
|
}>, {
|
|
225
224
|
disabled: boolean;
|
|
226
225
|
closeOnSelect: boolean;
|
|
227
|
-
}, {}, {}, {}, string,
|
|
226
|
+
}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
228
227
|
default?: (props: {}) => any;
|
|
229
228
|
}>;
|
|
230
229
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -241,7 +240,7 @@ interface MenuPositionerProps extends MenuPositionerBaseProps,
|
|
|
241
240
|
*/
|
|
242
241
|
HTMLAttributes {}
|
|
243
242
|
declare const _default$13: typeof __VLS_export$8;
|
|
244
|
-
declare const __VLS_export$8: __VLS_WithSlots$7<
|
|
243
|
+
declare const __VLS_export$8: __VLS_WithSlots$7<vue1160.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
245
244
|
default?: (props: {}) => any;
|
|
246
245
|
}>;
|
|
247
246
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -264,11 +263,11 @@ type MenuRadioItemGroupEmits = {
|
|
|
264
263
|
'update:modelValue': [value: string];
|
|
265
264
|
};
|
|
266
265
|
declare const _default$15: typeof __VLS_export$7;
|
|
267
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
266
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue1160.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
|
|
268
267
|
"update:modelValue": (value: string) => any;
|
|
269
|
-
}, string,
|
|
268
|
+
}, string, vue1160.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
|
|
270
269
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
271
|
-
}>, {}, {}, {}, {}, string,
|
|
270
|
+
}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
272
271
|
default?: (props: {}) => any;
|
|
273
272
|
}>;
|
|
274
273
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -286,10 +285,10 @@ interface MenuRadioItemProps extends MenuRadioItemBaseProps,
|
|
|
286
285
|
*/
|
|
287
286
|
HTMLAttributes {}
|
|
288
287
|
declare const _default$14: typeof __VLS_export$6;
|
|
289
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
288
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue1160.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
|
|
290
289
|
disabled: boolean;
|
|
291
290
|
closeOnSelect: boolean;
|
|
292
|
-
}, {}, {}, {}, string,
|
|
291
|
+
}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
293
292
|
default?: (props: {}) => any;
|
|
294
293
|
}>;
|
|
295
294
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -306,11 +305,11 @@ interface MenuRootProviderBaseProps extends RootProviderProps, RenderStrategyPro
|
|
|
306
305
|
interface MenuRootProviderProps extends MenuRootProviderBaseProps {}
|
|
307
306
|
interface MenuRootProviderEmits extends RootEmits$1 {}
|
|
308
307
|
declare const _default$17: typeof __VLS_export$5;
|
|
309
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
308
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue1160.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
|
|
310
309
|
exitComplete: () => any;
|
|
311
|
-
}, string,
|
|
310
|
+
}, string, vue1160.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
|
|
312
311
|
onExitComplete?: (() => any) | undefined;
|
|
313
|
-
}>, {}, {}, {}, {}, string,
|
|
312
|
+
}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
314
313
|
default?: (props: {}) => any;
|
|
315
314
|
}>;
|
|
316
315
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -368,48 +367,48 @@ interface MenuRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicP
|
|
|
368
367
|
interface MenuRootProps extends MenuRootBaseProps {}
|
|
369
368
|
interface MenuRootEmits extends RootEmits {}
|
|
370
369
|
declare const _default$16: typeof __VLS_export$4;
|
|
371
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
370
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue1160.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {
|
|
372
371
|
select: (details: menu.SelectionDetails) => any;
|
|
373
372
|
exitComplete: () => any;
|
|
374
|
-
openChange: (details: menu.OpenChangeDetails) => any;
|
|
375
|
-
"update:open": (open: boolean) => any;
|
|
376
373
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
377
|
-
focusOutside: (event:
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
pointerDownOutside: (event:
|
|
374
|
+
focusOutside: (event: menu.FocusOutsideEvent) => any;
|
|
375
|
+
interactOutside: (event: menu.InteractOutsideEvent) => any;
|
|
376
|
+
openChange: (details: menu.OpenChangeDetails) => any;
|
|
377
|
+
pointerDownOutside: (event: menu.PointerDownOutsideEvent) => any;
|
|
381
378
|
requestDismiss: (event: CustomEvent<{
|
|
382
379
|
originalLayer: HTMLElement;
|
|
383
380
|
targetLayer: HTMLElement | undefined;
|
|
384
381
|
originalIndex: number;
|
|
385
382
|
targetIndex: number;
|
|
386
383
|
}>) => any;
|
|
384
|
+
"update:open": (open: boolean) => any;
|
|
385
|
+
highlightChange: (details: menu.HighlightChangeDetails) => any;
|
|
387
386
|
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
388
|
-
}, string,
|
|
387
|
+
}, string, vue1160.PublicProps, Readonly<MenuRootProps> & Readonly<{
|
|
389
388
|
onSelect?: ((details: menu.SelectionDetails) => any) | undefined;
|
|
390
389
|
onExitComplete?: (() => any) | undefined;
|
|
391
|
-
onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
|
|
392
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
393
390
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
394
|
-
onFocusOutside?: ((event:
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
onPointerDownOutside?: ((event:
|
|
391
|
+
onFocusOutside?: ((event: menu.FocusOutsideEvent) => any) | undefined;
|
|
392
|
+
onInteractOutside?: ((event: menu.InteractOutsideEvent) => any) | undefined;
|
|
393
|
+
onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
|
|
394
|
+
onPointerDownOutside?: ((event: menu.PointerDownOutsideEvent) => any) | undefined;
|
|
398
395
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
399
396
|
originalLayer: HTMLElement;
|
|
400
397
|
targetLayer: HTMLElement | undefined;
|
|
401
398
|
originalIndex: number;
|
|
402
399
|
targetIndex: number;
|
|
403
400
|
}>) => any) | undefined;
|
|
401
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
402
|
+
onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
|
|
404
403
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
405
404
|
}>, {
|
|
406
|
-
defaultOpen: boolean;
|
|
407
405
|
open: boolean;
|
|
408
|
-
|
|
406
|
+
typeahead: boolean;
|
|
407
|
+
defaultOpen: boolean;
|
|
409
408
|
composite: boolean;
|
|
410
409
|
loopFocus: boolean;
|
|
411
|
-
|
|
412
|
-
}, {}, {}, {}, string,
|
|
410
|
+
closeOnSelect: boolean;
|
|
411
|
+
}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
413
412
|
default?: (props: {}) => any;
|
|
414
413
|
}>;
|
|
415
414
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -426,7 +425,7 @@ interface MenuSeparatorProps extends MenuSeparatorBaseProps,
|
|
|
426
425
|
*/
|
|
427
426
|
HTMLAttributes {}
|
|
428
427
|
declare const _default$18: typeof __VLS_export$3;
|
|
429
|
-
declare const __VLS_export$3:
|
|
428
|
+
declare const __VLS_export$3: vue1160.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>;
|
|
430
429
|
//#endregion
|
|
431
430
|
//#region src/components/menu/menu-trigger-item.vue.d.ts
|
|
432
431
|
interface MenuTriggerItemBaseProps extends PolymorphicProps {}
|
|
@@ -436,7 +435,7 @@ interface MenuTriggerItemProps extends MenuTriggerItemBaseProps,
|
|
|
436
435
|
*/
|
|
437
436
|
HTMLAttributes {}
|
|
438
437
|
declare const _default$20: typeof __VLS_export$2;
|
|
439
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
438
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1160.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
440
439
|
default?: (props: {}) => any;
|
|
441
440
|
}>;
|
|
442
441
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -453,7 +452,7 @@ interface MenuTriggerProps extends MenuTriggerBaseProps,
|
|
|
453
452
|
*/
|
|
454
453
|
ButtonHTMLAttributes {}
|
|
455
454
|
declare const _default$19: typeof __VLS_export$1;
|
|
456
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
455
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1160.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, false, {}, any>, {
|
|
457
456
|
default?: (props: {}) => any;
|
|
458
457
|
}>;
|
|
459
458
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -486,7 +485,7 @@ interface MenuContextProps extends SlotsType<{
|
|
|
486
485
|
default: UnwrapRef<UseMenuContext>;
|
|
487
486
|
}> {}
|
|
488
487
|
declare const _default$4: typeof __VLS_export;
|
|
489
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
488
|
+
declare const __VLS_export: __VLS_WithSlots<vue1160.DefineComponent<{}, {}, {}, {}, {}, vue1160.ComponentOptionsMixin, vue1160.ComponentOptionsMixin, {}, string, vue1160.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1160.ComponentProvideOptions, true, {}, any>, {
|
|
490
489
|
default(menu: UnwrapRef<UseMenuContext>): unknown;
|
|
491
490
|
}>;
|
|
492
491
|
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-D2R4tz5e.js";
|
|
8
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.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-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 { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
|
|
5
|
+
import * as vue1789 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<vue1789.DefineComponent<NavigationMenuArrowProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<{}, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuItemIndicatorProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {
|
|
184
|
+
valueChange: (details: navigationMenu.ValueChangeDetails) => any;
|
|
185
|
+
"update:value": (value: string) => any;
|
|
186
|
+
}, string, vue1789.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, vue1789.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<vue1789.DefineComponent<NavigationMenuRootProviderProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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<vue1789.DefineComponent<NavigationMenuViewportPositionerProps, {}, {}, {}, {}, vue1789.ComponentOptionsMixin, vue1789.ComponentOptionsMixin, {}, string, vue1789.PublicProps, Readonly<NavigationMenuViewportPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1789.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 };
|