@sprawlify/vue 0.0.74 → 0.0.75
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/carousel-anatomy-D1y42Ex5.d.ts +6 -0
- package/dist/checkbox-anatomy-C3nJ17T-.d.ts +6 -0
- package/dist/{collapsible-kw6uns8K.js → collapsible-OXksISO6.js} +1 -1
- package/dist/color-picker-anatomy-Dyp524yB.d.ts +6 -0
- package/dist/{combobox-anatomy-CwdkDJPn.d.ts → combobox-anatomy-pMR3g6v-.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +17 -17
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/anatomy.d.ts +51 -50
- package/dist/components/anatomy.js +16 -15
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +24 -24
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +20 -20
- package/dist/components/checkbox/index.js +3 -3
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +16 -16
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +14 -14
- package/dist/components/collapsible/index.js +2 -2
- 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 +57 -57
- package/dist/components/color-picker/index.js +4 -4
- package/dist/components/combobox/index.d.ts +35 -36
- package/dist/components/combobox/index.js +5 -5
- package/dist/components/date-picker/index.d.ts +49 -49
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +32 -32
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +1 -1
- package/dist/components/editable/index.d.ts +26 -26
- package/dist/components/editable/index.js +2 -2
- package/dist/components/field/index.d.ts +23 -23
- package/dist/components/field/index.js +2 -2
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +2 -2
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +2 -2
- package/dist/components/floating-panel/index.d.ts +29 -29
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +1 -1
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +4 -4
- package/dist/components/hover-card/index.d.ts +26 -26
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +12 -12
- package/dist/components/json-tree-view/index.js +6 -6
- package/dist/components/listbox/index.d.ts +25 -25
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +24 -24
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +54 -54
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +17 -17
- package/dist/components/number-input/index.js +2 -2
- package/dist/components/pagination/index.d.ts +18 -18
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +2 -2
- package/dist/components/pin-input/index.d.ts +19 -19
- package/dist/components/pin-input/index.js +2 -2
- package/dist/components/popover/index.d.ts +33 -33
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +1 -1
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +1 -1
- package/dist/components/radio-group/index.d.ts +17 -17
- package/dist/components/radio-group/index.js +2 -2
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +2 -2
- package/dist/components/scroll-area/index.d.ts +13 -13
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +1 -1
- package/dist/components/select/index.d.ts +41 -41
- package/dist/components/select/index.js +5 -5
- package/dist/components/separator/index.d.ts +81 -0
- package/dist/components/separator/index.js +135 -0
- package/dist/components/signature-pad/index.d.ts +16 -16
- package/dist/components/signature-pad/index.js +3 -3
- package/dist/components/slider/index.d.ts +20 -20
- package/dist/components/slider/index.js +2 -2
- package/dist/components/splitter/index.d.ts +15 -15
- package/dist/components/splitter/index.js +2 -2
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +2 -2
- package/dist/components/switch/index.d.ts +15 -15
- package/dist/components/switch/index.js +3 -3
- package/dist/components/tabs/index.d.ts +16 -16
- package/dist/components/tabs/index.js +4 -4
- package/dist/components/tags-input/index.d.ts +36 -36
- package/dist/components/tags-input/index.js +3 -3
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +2 -2
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +2 -2
- package/dist/components/toggle-group/index.d.ts +13 -13
- package/dist/components/toggle-group/index.js +2 -2
- package/dist/components/tooltip/index.d.ts +20 -20
- package/dist/components/tooltip/index.js +4 -4
- package/dist/components/tour/index.d.ts +30 -30
- package/dist/components/tour/index.js +4 -4
- package/dist/components/tree-view/index.d.ts +6 -6
- package/dist/components/tree-view/index.js +6 -6
- package/dist/date-picker-anatomy-Br9ap7TS.d.ts +6 -0
- package/dist/{field-C6iB3Tje.js → field-B_BAnE0z.js} +1 -1
- package/dist/{field-anatomy-meDug-96.d.ts → field-anatomy-loNm9_9u.d.ts} +2 -2
- package/dist/{fieldset-B1bn9yHW.js → fieldset-XmKsNoOC.js} +1 -1
- package/dist/{image-cropper-anatomy-Q-TC-Ntz.d.ts → image-cropper-anatomy-6_a6BSeW.d.ts} +1 -1
- package/dist/{index-_AirUBz0.d.ts → index-C-kA-knN.d.ts} +7 -7
- package/dist/{index-CKLWua9t.d.ts → index-DZ1ummfv.d.ts} +33 -33
- package/dist/{index-DmKzfNVe.d.ts → index-DzrYvQ8H.d.ts} +2 -2
- package/dist/{index-DLfVD7U5.d.ts → index-VvcSzgim.d.ts} +9 -9
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-ZW3V07FW.d.ts +6 -0
- package/dist/{presence-Byk0B_Vq.js → presence-B50UYKDY.js} +1 -1
- package/dist/{segment-group-anatomy-CNtzx5Yr.d.ts → segment-group-anatomy-DesMk15u.d.ts} +2 -2
- package/dist/separator-anatomy-C9bGchxg.js +3 -0
- package/dist/separator-anatomy-Cyw-DWpB.d.ts +2 -0
- package/dist/toggle-anatomy-C4EVS7GQ.d.ts +6 -0
- package/dist/tour-anatomy-Bc1FNWON.d.ts +6 -0
- package/dist/{tree-view-BBC0paRq.js → tree-view-D0JBQ_ly.js} +4 -4
- package/package.json +2 -2
- package/dist/carousel-anatomy-CP646ljY.d.ts +0 -6
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +0 -6
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +0 -6
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +0 -6
- package/dist/listbox-anatomy-CHgk_go8.d.ts +0 -6
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +0 -6
- package/dist/tour-anatomy-CgFQsxyi.d.ts +0 -6
- /package/dist/{accordion-anatomy-rCL5aWqn.d.ts → accordion-anatomy-Bxs15n6t.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-Dx77gXPi.d.ts → angle-slider-anatomy-4JLhdGMa.d.ts} +0 -0
- /package/dist/{avatar-anatomy-DqwdmVib.d.ts → avatar-anatomy-DRst-MIc.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CATwdEhi.d.ts → bottom-sheet-anatomy-DUXumYfR.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-BtxJPw4p.d.ts → clipboard-anatomy-BOEGNpiY.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-C-2X58M2.d.ts → collapsible-anatomy-DxiuORza.d.ts} +0 -0
- /package/dist/{collection-BHgAE3BH.js → collection-CBh5p7A_.js} +0 -0
- /package/dist/{create-split-props-BQ6yvpdF.js → create-split-props-D8oe6Rby.js} +0 -0
- /package/dist/{dialog-anatomy--8BPzYvc.d.ts → dialog-anatomy-ByMvuBxr.d.ts} +0 -0
- /package/dist/{editable-anatomy-qX6giV4Y.d.ts → editable-anatomy-D7zUtMKW.d.ts} +0 -0
- /package/dist/{factory-D5HMCjkS.d.ts → factory-n7N-L7_o.d.ts} +0 -0
- /package/dist/{factory-DxZQviAU.js → factory-xNPol80p.js} +0 -0
- /package/dist/{fieldset-anatomy-BENizr4L.d.ts → fieldset-anatomy-9h1GFO6X.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-BFGZTW-d.d.ts → file-upload-anatomy-DdLNgaPz.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-aRL0nEuA.d.ts → floating-panel-anatomy-DwkXF2tr.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BL8G0P5L.d.ts → hover-card-anatomy-CTX5TEi3.d.ts} +0 -0
- /package/dist/{index-e9UjgIag.d.ts → index-BezmG5AK.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BSMR6X4B.d.ts → marquee-anatomy-CS5BoKG3.d.ts} +0 -0
- /package/dist/{menu-anatomy-2i8La6ak.d.ts → menu-anatomy-DcjSKaK6.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-kSlLw4EL.d.ts → navigation-menu-anatomy-bvfS7a-6.d.ts} +0 -0
- /package/dist/{number-input-anatomy-BrKnd1U3.d.ts → number-input-anatomy-BEL1Q-ZK.d.ts} +0 -0
- /package/dist/{pagination-anatomy-NpCn-mYm.d.ts → pagination-anatomy-xc9Fxt__.d.ts} +0 -0
- /package/dist/{password-input-anatomy-BJPXSE6T.d.ts → password-input-anatomy-CQFdYR2z.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-OckZj-cF.d.ts → pin-input-anatomy-nRaqyCV2.d.ts} +0 -0
- /package/dist/{popover-anatomy-Ce31QPso.d.ts → popover-anatomy-Cwp8_2Po.d.ts} +0 -0
- /package/dist/{presence-types-CaUy1bPc.d.ts → presence-types-CC57eEhO.d.ts} +0 -0
- /package/dist/{progress-anatomy-DUD4W7vg.d.ts → progress-anatomy-BubUhrtU.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-Dmh5IV3m.d.ts → qr-code-anatomy-DKYQO_yO.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-CXwS1OoR.d.ts → radio-group-anatomy-CiNL4B5J.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DMTutKxa.d.ts → rating-group-anatomy-DEi1Omvv.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-Cxkrq_al.d.ts → scroll-area-anatomy-CefzWgS5.d.ts} +0 -0
- /package/dist/{select-anatomy-Elu3b3Op.d.ts → select-anatomy-BLK5Kq84.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-Mz3w_i5B.js → signature-pad-anatomy-CoeXwoDo.js} +0 -0
- /package/dist/{signature-pad-anatomy-B-OK1170.d.ts → signature-pad-anatomy-ZbCDnYGZ.d.ts} +0 -0
- /package/dist/{slider-anatomy-Ctfd4geR.d.ts → slider-anatomy-BMTjqedI.d.ts} +0 -0
- /package/dist/{slider-anatomy-3KpCBnz3.js → slider-anatomy-D1MIQawS.js} +0 -0
- /package/dist/{splitter-anatomy-CN7s6WdQ.d.ts → splitter-anatomy-Bb-vdY9S.d.ts} +0 -0
- /package/dist/{splitter-anatomy-D2RNa-hA.js → splitter-anatomy-mbvD9KMw.js} +0 -0
- /package/dist/{steps-anatomy-DrtAi5Mk.d.ts → steps-anatomy-CMM7Zciy.d.ts} +0 -0
- /package/dist/{steps-anatomy-CSfgiyVI.js → steps-anatomy-DL1kFLaW.js} +0 -0
- /package/dist/{switch-anatomy-DDL1v5Fs.js → switch-anatomy-C_MAURJE.js} +0 -0
- /package/dist/{switch-anatomy-Z4qGqnte.d.ts → switch-anatomy-Dmg0RYjh.d.ts} +0 -0
- /package/dist/{tabs-anatomy-BL3YLH_t.d.ts → tabs-anatomy-CgXloO7s.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DlQHg-E8.js → tabs-anatomy-DF_ekPnt.js} +0 -0
- /package/dist/{tags-input-anatomy-AHepxK3s.d.ts → tags-input-anatomy-C0HLrulm.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DYSi98Bx.js → tags-input-anatomy-Dpn_Smms.js} +0 -0
- /package/dist/{timer-anatomy-C9bTbrUf.js → timer-anatomy-BF3_7vbc.js} +0 -0
- /package/dist/{timer-anatomy-Be-Fa71t.d.ts → timer-anatomy-D0Ey9n_K.d.ts} +0 -0
- /package/dist/{toast-anatomy-CssUp7TT.js → toast-anatomy-BHDNHkvU.js} +0 -0
- /package/dist/{toast-anatomy-_k_zeUjw.d.ts → toast-anatomy-DHifYWal.d.ts} +0 -0
- /package/dist/{toggle-anatomy-D8XJQLnW.js → toggle-anatomy-B79YArNR.js} +0 -0
- /package/dist/{toggle-group-anatomy-L0_56E8r.d.ts → toggle-group-anatomy-BpV0-6Xe.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-DD8PvB75.js → toggle-group-anatomy-CFLq6ia_.js} +0 -0
- /package/dist/{tooltip-anatomy-jbsTMGov.d.ts → tooltip-anatomy-BlxUQUEe.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-CPw1wOXd.js → tooltip-anatomy-D6lPF-Wq.js} +0 -0
- /package/dist/{tour-anatomy-CDmnjoPR.js → tour-anatomy-Cg6ZDDuV.js} +0 -0
- /package/dist/{tree-view-anatomy-BW_ruJ-g.js → tree-view-anatomy--Ft8ROVn.js} +0 -0
- /package/dist/{tree-view-anatomy-BM2MLpUa.d.ts → tree-view-anatomy-zTRJrcH9.d.ts} +0 -0
- /package/dist/{types-DVbnnQPS.d.ts → types-D_fjXif6.d.ts} +0 -0
- /package/dist/{use-render-strategy-Bx4OiQlo.js → use-render-strategy-3G0_HWbg.js} +0 -0
- /package/dist/{use-render-strategy-DsagWQCm.d.ts → use-render-strategy-CEbMLMD1.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as marqueeAnatomy } from "../../marquee-anatomy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as marqueeAnatomy } from "../../marquee-anatomy-CS5BoKG3.js";
|
|
5
|
+
import * as vue1386 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, MaybeRef, UnwrapRef } from "vue";
|
|
7
7
|
import * as marquee from "@sprawlify/primitives/machines/marquee";
|
|
8
8
|
import { EdgeProps, PauseStatusDetails, PauseStatusDetails as MarqueePauseStatusDetails, Side, Side as MarqueeSide } from "@sprawlify/primitives/machines/marquee";
|
|
@@ -15,7 +15,7 @@ interface MarqueeContentProps extends MarqueeContentBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$6;
|
|
18
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
18
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1386.DefineComponent<MarqueeContentProps, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {}, string, vue1386.PublicProps, Readonly<MarqueeContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1386.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -121,7 +121,7 @@ interface MarqueeContextProps {
|
|
|
121
121
|
children: (context: UseMarqueeContext) => any;
|
|
122
122
|
}
|
|
123
123
|
declare const _default$1: typeof __VLS_export$5;
|
|
124
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
124
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1386.DefineComponent<{}, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {}, string, vue1386.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1386.ComponentProvideOptions, true, {}, any>, {
|
|
125
125
|
default?: (props: {
|
|
126
126
|
paused: boolean;
|
|
127
127
|
orientation: "horizontal" | "vertical";
|
|
@@ -132,25 +132,25 @@ declare const __VLS_export$5: __VLS_WithSlots$5<vue2481.DefineComponent<{}, {},
|
|
|
132
132
|
resume: VoidFunction;
|
|
133
133
|
togglePause: VoidFunction;
|
|
134
134
|
restart: VoidFunction;
|
|
135
|
-
getRootProps: () =>
|
|
135
|
+
getRootProps: () => vue1386.HTMLAttributes & {
|
|
136
136
|
key?: string | number | symbol | undefined;
|
|
137
|
-
ref?:
|
|
137
|
+
ref?: vue1386.VNodeRef | undefined;
|
|
138
138
|
};
|
|
139
|
-
getViewportProps: () =>
|
|
139
|
+
getViewportProps: () => vue1386.HTMLAttributes & {
|
|
140
140
|
key?: string | number | symbol | undefined;
|
|
141
|
-
ref?:
|
|
141
|
+
ref?: vue1386.VNodeRef | undefined;
|
|
142
142
|
};
|
|
143
|
-
getContentProps: (props: marquee.ContentProps) =>
|
|
143
|
+
getContentProps: (props: marquee.ContentProps) => vue1386.HTMLAttributes & {
|
|
144
144
|
key?: string | number | symbol | undefined;
|
|
145
|
-
ref?:
|
|
145
|
+
ref?: vue1386.VNodeRef | undefined;
|
|
146
146
|
};
|
|
147
|
-
getEdgeProps: (props: marquee.EdgeProps) =>
|
|
147
|
+
getEdgeProps: (props: marquee.EdgeProps) => vue1386.HTMLAttributes & {
|
|
148
148
|
key?: string | number | symbol | undefined;
|
|
149
|
-
ref?:
|
|
149
|
+
ref?: vue1386.VNodeRef | undefined;
|
|
150
150
|
};
|
|
151
|
-
getItemProps: () =>
|
|
151
|
+
getItemProps: () => vue1386.HTMLAttributes & {
|
|
152
152
|
key?: string | number | symbol | undefined;
|
|
153
|
-
ref?:
|
|
153
|
+
ref?: vue1386.VNodeRef | undefined;
|
|
154
154
|
};
|
|
155
155
|
}) => any;
|
|
156
156
|
}>;
|
|
@@ -168,7 +168,7 @@ interface MarqueeEdgeProps extends MarqueeEdgeBaseProps,
|
|
|
168
168
|
*/
|
|
169
169
|
HTMLAttributes {}
|
|
170
170
|
declare const _default$2: typeof __VLS_export$4;
|
|
171
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
171
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1386.DefineComponent<MarqueeEdgeProps, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {}, string, vue1386.PublicProps, Readonly<MarqueeEdgeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1386.ComponentProvideOptions, false, {}, any>, {
|
|
172
172
|
default?: (props: {}) => any;
|
|
173
173
|
}>;
|
|
174
174
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -185,7 +185,7 @@ interface MarqueeItemProps extends MarqueeItemBaseProps,
|
|
|
185
185
|
*/
|
|
186
186
|
HTMLAttributes {}
|
|
187
187
|
declare const _default$3: typeof __VLS_export$3;
|
|
188
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
188
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1386.DefineComponent<MarqueeItemProps, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {}, string, vue1386.PublicProps, Readonly<MarqueeItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1386.ComponentProvideOptions, false, {}, any>, {
|
|
189
189
|
default?: (props: {}) => any;
|
|
190
190
|
}>;
|
|
191
191
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -203,11 +203,11 @@ interface MarqueeRootProps extends MarqueeRootBaseProps,
|
|
|
203
203
|
HTMLAttributes {}
|
|
204
204
|
interface MarqueeRootEmits extends RootEmits {}
|
|
205
205
|
declare const _default$4: typeof __VLS_export$2;
|
|
206
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
206
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1386.DefineComponent<MarqueeRootProps, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {
|
|
207
207
|
complete: () => any;
|
|
208
208
|
loopComplete: () => any;
|
|
209
209
|
pauseChange: (details: marquee.PauseStatusDetails) => any;
|
|
210
|
-
}, string,
|
|
210
|
+
}, string, vue1386.PublicProps, Readonly<MarqueeRootProps> & Readonly<{
|
|
211
211
|
onComplete?: (() => any) | undefined;
|
|
212
212
|
onLoopComplete?: (() => any) | undefined;
|
|
213
213
|
onPauseChange?: ((details: marquee.PauseStatusDetails) => any) | undefined;
|
|
@@ -217,7 +217,7 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue2481.DefineComponent<MarqueeR
|
|
|
217
217
|
defaultPaused: boolean;
|
|
218
218
|
pauseOnInteraction: boolean;
|
|
219
219
|
paused: boolean;
|
|
220
|
-
}, {}, {}, {}, string,
|
|
220
|
+
}, {}, {}, {}, string, vue1386.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
223
223
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -237,7 +237,7 @@ interface MarqueeRootProviderProps extends MarqueeRootProviderBaseProps,
|
|
|
237
237
|
*/
|
|
238
238
|
HTMLAttributes {}
|
|
239
239
|
declare const _default$5: typeof __VLS_export$1;
|
|
240
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
240
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1386.DefineComponent<MarqueeRootProviderProps, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {}, string, vue1386.PublicProps, Readonly<MarqueeRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1386.ComponentProvideOptions, false, {}, any>, {
|
|
241
241
|
default?: (props: {}) => any;
|
|
242
242
|
}>;
|
|
243
243
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -254,7 +254,7 @@ interface MarqueeViewportProps extends MarqueeViewportBaseProps,
|
|
|
254
254
|
*/
|
|
255
255
|
HTMLAttributes {}
|
|
256
256
|
declare const _default$6: typeof __VLS_export;
|
|
257
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
257
|
+
declare const __VLS_export: __VLS_WithSlots<vue1386.DefineComponent<MarqueeViewportProps, {}, {}, {}, {}, vue1386.ComponentOptionsMixin, vue1386.ComponentOptionsMixin, {}, string, vue1386.PublicProps, Readonly<MarqueeViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1386.ComponentProvideOptions, false, {}, any>, {
|
|
258
258
|
default?: (props: {}) => any;
|
|
259
259
|
}>;
|
|
260
260
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as marqueeAnatomy } from "../../marquee-anatomy-sKw9g-dJ.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { hasProp, isString } from "@sprawlify/primitives/utils";
|
|
10
10
|
import { Fragment, computed, createBlock, createElementBlock, defineComponent, getCurrentInstance, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toValue, unref, useAttrs, useId, withCtx } from "vue";
|
|
@@ -1,15 +1,15 @@
|
|
|
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 { t as menuAnatomy } from "../../menu-anatomy-
|
|
7
|
-
import "../../index-
|
|
8
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-CC57eEhO.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-D_fjXif6.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-CEbMLMD1.js";
|
|
6
|
+
import { t as menuAnatomy } from "../../menu-anatomy-DcjSKaK6.js";
|
|
7
|
+
import "../../index-C-kA-knN.js";
|
|
8
|
+
import * as vue1776 from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_combobox37 from "@sprawlify/primitives/machines/combobox";
|
|
11
11
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
12
|
-
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 } from "@sprawlify/primitives/machines/menu";
|
|
12
|
+
import { FocusOutsideEvent, FocusOutsideEvent as MenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as MenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as MenuInteractOutsideEvent, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$1, OpenChangeDetails, OpenChangeDetails as MenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as MenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as MenuSelectionDetails } from "@sprawlify/primitives/machines/menu";
|
|
13
13
|
|
|
14
14
|
//#region src/components/menu/menu-arrow-tip.vue.d.ts
|
|
15
15
|
interface MenuArrowTipBaseProps extends PolymorphicProps {}
|
|
@@ -19,7 +19,7 @@ interface MenuArrowTipProps extends MenuArrowTipBaseProps,
|
|
|
19
19
|
*/
|
|
20
20
|
HTMLAttributes {}
|
|
21
21
|
declare const _default$1: typeof __VLS_export$20;
|
|
22
|
-
declare const __VLS_export$20: __VLS_WithSlots$19<
|
|
22
|
+
declare const __VLS_export$20: __VLS_WithSlots$19<vue1776.DefineComponent<MenuArrowTipProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuArrowTipProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
23
23
|
default?: (props: {}) => any;
|
|
24
24
|
}>;
|
|
25
25
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -36,7 +36,7 @@ interface MenuArrowProps extends MenuArrowBaseProps,
|
|
|
36
36
|
*/
|
|
37
37
|
HTMLAttributes {}
|
|
38
38
|
declare const _default: typeof __VLS_export$19;
|
|
39
|
-
declare const __VLS_export$19: __VLS_WithSlots$18<
|
|
39
|
+
declare const __VLS_export$19: __VLS_WithSlots$18<vue1776.DefineComponent<MenuArrowProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
40
40
|
default?: (props: {}) => any;
|
|
41
41
|
}>;
|
|
42
42
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -57,15 +57,15 @@ type MenuCheckboxItemEmits = {
|
|
|
57
57
|
'update:checked': [value: boolean];
|
|
58
58
|
};
|
|
59
59
|
declare const _default$2: typeof __VLS_export$18;
|
|
60
|
-
declare const __VLS_export$18: __VLS_WithSlots$17<
|
|
60
|
+
declare const __VLS_export$18: __VLS_WithSlots$17<vue1776.DefineComponent<MenuCheckboxItemProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {
|
|
61
61
|
"update:checked": (value: boolean) => any;
|
|
62
|
-
}, string,
|
|
62
|
+
}, string, vue1776.PublicProps, Readonly<MenuCheckboxItemProps> & Readonly<{
|
|
63
63
|
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
64
64
|
}>, {
|
|
65
|
-
disabled: boolean;
|
|
66
65
|
checked: boolean;
|
|
66
|
+
disabled: boolean;
|
|
67
67
|
closeOnSelect: boolean;
|
|
68
|
-
}, {}, {}, {}, string,
|
|
68
|
+
}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
69
69
|
default?: (props: {}) => any;
|
|
70
70
|
}>;
|
|
71
71
|
type __VLS_WithSlots$17<T, S> = T & {
|
|
@@ -82,7 +82,7 @@ interface MenuContentProps extends MenuContentBaseProps,
|
|
|
82
82
|
*/
|
|
83
83
|
HTMLAttributes {}
|
|
84
84
|
declare const _default$3: typeof __VLS_export$17;
|
|
85
|
-
declare const __VLS_export$17: __VLS_WithSlots$16<
|
|
85
|
+
declare const __VLS_export$17: __VLS_WithSlots$16<vue1776.DefineComponent<MenuContentProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
|
88
88
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
@@ -99,7 +99,7 @@ interface MenuContextTriggerProps extends MenuContextTriggerBaseProps,
|
|
|
99
99
|
*/
|
|
100
100
|
ButtonHTMLAttributes {}
|
|
101
101
|
declare const _default$5: typeof __VLS_export$16;
|
|
102
|
-
declare const __VLS_export$16: __VLS_WithSlots$15<
|
|
102
|
+
declare const __VLS_export$16: __VLS_WithSlots$15<vue1776.DefineComponent<MenuContextTriggerProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuContextTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
103
103
|
default?: (props: {}) => any;
|
|
104
104
|
}>;
|
|
105
105
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -116,7 +116,7 @@ interface MenuIndicatorProps extends MenuIndicatorBaseProps,
|
|
|
116
116
|
*/
|
|
117
117
|
HTMLAttributes {}
|
|
118
118
|
declare const _default$6: typeof __VLS_export$15;
|
|
119
|
-
declare const __VLS_export$15: __VLS_WithSlots$14<
|
|
119
|
+
declare const __VLS_export$15: __VLS_WithSlots$14<vue1776.DefineComponent<MenuIndicatorProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
120
120
|
default?: (props: {}) => any;
|
|
121
121
|
}>;
|
|
122
122
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -133,7 +133,7 @@ interface MenuItemContextProps extends SlotsType<{
|
|
|
133
133
|
default: UnwrapRef<UseMenuItemContext>;
|
|
134
134
|
}> {}
|
|
135
135
|
declare const _default$8: typeof __VLS_export$14;
|
|
136
|
-
declare const __VLS_export$14: __VLS_WithSlots$13<
|
|
136
|
+
declare const __VLS_export$14: __VLS_WithSlots$13<vue1776.DefineComponent<{}, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, true, {}, any>, {
|
|
137
137
|
default(item: UnwrapRef<UseMenuItemContext>): unknown;
|
|
138
138
|
}>;
|
|
139
139
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -150,7 +150,7 @@ interface MenuItemGroupLabelProps extends MenuItemGroupLabelBaseProps,
|
|
|
150
150
|
*/
|
|
151
151
|
HTMLAttributes {}
|
|
152
152
|
declare const _default$10: typeof __VLS_export$13;
|
|
153
|
-
declare const __VLS_export$13: __VLS_WithSlots$12<
|
|
153
|
+
declare const __VLS_export$13: __VLS_WithSlots$12<vue1776.DefineComponent<MenuItemGroupLabelProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
154
154
|
default?: (props: {}) => any;
|
|
155
155
|
}>;
|
|
156
156
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -160,14 +160,14 @@ type __VLS_WithSlots$12<T, S> = T & {
|
|
|
160
160
|
};
|
|
161
161
|
//#endregion
|
|
162
162
|
//#region src/components/menu/menu-item-group.vue.d.ts
|
|
163
|
-
interface MenuItemGroupBaseProps extends Partial<ItemGroupProps>, PolymorphicProps {}
|
|
163
|
+
interface MenuItemGroupBaseProps extends Partial<ItemGroupProps$1>, PolymorphicProps {}
|
|
164
164
|
interface MenuItemGroupProps extends MenuItemGroupBaseProps,
|
|
165
165
|
/**
|
|
166
166
|
* @vue-ignore
|
|
167
167
|
*/
|
|
168
168
|
HTMLAttributes {}
|
|
169
169
|
declare const _default$9: typeof __VLS_export$12;
|
|
170
|
-
declare const __VLS_export$12: __VLS_WithSlots$11<
|
|
170
|
+
declare const __VLS_export$12: __VLS_WithSlots$11<vue1776.DefineComponent<MenuItemGroupProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
172
172
|
}>;
|
|
173
173
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -184,7 +184,7 @@ interface MenuItemIndicatorProps extends MenuItemIndicatorBaseProps,
|
|
|
184
184
|
*/
|
|
185
185
|
HTMLAttributes {}
|
|
186
186
|
declare const _default$11: typeof __VLS_export$11;
|
|
187
|
-
declare const __VLS_export$11: __VLS_WithSlots$10<
|
|
187
|
+
declare const __VLS_export$11: __VLS_WithSlots$10<vue1776.DefineComponent<MenuItemIndicatorProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
188
188
|
default?: (props: {}) => any;
|
|
189
189
|
}>;
|
|
190
190
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -201,7 +201,7 @@ interface MenuItemTextProps extends MenuItemTextBaseProps,
|
|
|
201
201
|
*/
|
|
202
202
|
HTMLAttributes {}
|
|
203
203
|
declare const _default$12: typeof __VLS_export$10;
|
|
204
|
-
declare const __VLS_export$10: __VLS_WithSlots$9<
|
|
204
|
+
declare const __VLS_export$10: __VLS_WithSlots$9<vue1776.DefineComponent<MenuItemTextProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
205
205
|
default?: (props: {}) => any;
|
|
206
206
|
}>;
|
|
207
207
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -211,21 +211,21 @@ type __VLS_WithSlots$9<T, S> = T & {
|
|
|
211
211
|
};
|
|
212
212
|
//#endregion
|
|
213
213
|
//#region src/components/menu/menu-item.vue.d.ts
|
|
214
|
-
interface MenuItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
214
|
+
interface MenuItemBaseProps extends ItemProps$1, PolymorphicProps {}
|
|
215
215
|
interface MenuItemProps extends MenuItemBaseProps,
|
|
216
216
|
/**
|
|
217
217
|
* @vue-ignore
|
|
218
218
|
*/
|
|
219
219
|
Omit<HTMLAttributes, 'onSelect'> {}
|
|
220
220
|
declare const _default$7: typeof __VLS_export$9;
|
|
221
|
-
declare const __VLS_export$9: __VLS_WithSlots$8<
|
|
221
|
+
declare const __VLS_export$9: __VLS_WithSlots$8<vue1776.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {} & {
|
|
222
222
|
select: () => any;
|
|
223
|
-
}, string,
|
|
223
|
+
}, string, vue1776.PublicProps, Readonly<MenuItemProps> & Readonly<{
|
|
224
224
|
onSelect?: (() => any) | undefined;
|
|
225
225
|
}>, {
|
|
226
226
|
disabled: boolean;
|
|
227
227
|
closeOnSelect: boolean;
|
|
228
|
-
}, {}, {}, {}, string,
|
|
228
|
+
}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
229
229
|
default?: (props: {}) => any;
|
|
230
230
|
}>;
|
|
231
231
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -242,7 +242,7 @@ interface MenuPositionerProps extends MenuPositionerBaseProps,
|
|
|
242
242
|
*/
|
|
243
243
|
HTMLAttributes {}
|
|
244
244
|
declare const _default$13: typeof __VLS_export$8;
|
|
245
|
-
declare const __VLS_export$8: __VLS_WithSlots$7<
|
|
245
|
+
declare const __VLS_export$8: __VLS_WithSlots$7<vue1776.DefineComponent<MenuPositionerProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
246
246
|
default?: (props: {}) => any;
|
|
247
247
|
}>;
|
|
248
248
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -265,11 +265,11 @@ type MenuRadioItemGroupEmits = {
|
|
|
265
265
|
'update:modelValue': [value: string];
|
|
266
266
|
};
|
|
267
267
|
declare const _default$15: typeof __VLS_export$7;
|
|
268
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
268
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue1776.DefineComponent<MenuRadioItemGroupProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {
|
|
269
269
|
"update:modelValue": (value: string) => any;
|
|
270
|
-
}, string,
|
|
270
|
+
}, string, vue1776.PublicProps, Readonly<MenuRadioItemGroupProps> & Readonly<{
|
|
271
271
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
272
|
-
}>, {}, {}, {}, {}, string,
|
|
272
|
+
}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
273
273
|
default?: (props: {}) => any;
|
|
274
274
|
}>;
|
|
275
275
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -287,10 +287,10 @@ interface MenuRadioItemProps extends MenuRadioItemBaseProps,
|
|
|
287
287
|
*/
|
|
288
288
|
HTMLAttributes {}
|
|
289
289
|
declare const _default$14: typeof __VLS_export$6;
|
|
290
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
290
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue1776.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{}>, {
|
|
291
291
|
disabled: boolean;
|
|
292
292
|
closeOnSelect: boolean;
|
|
293
|
-
}, {}, {}, {}, string,
|
|
293
|
+
}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
294
294
|
default?: (props: {}) => any;
|
|
295
295
|
}>;
|
|
296
296
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -307,11 +307,11 @@ interface MenuRootProviderBaseProps extends RootProviderProps, RenderStrategyPro
|
|
|
307
307
|
interface MenuRootProviderProps extends MenuRootProviderBaseProps {}
|
|
308
308
|
interface MenuRootProviderEmits extends RootEmits$1 {}
|
|
309
309
|
declare const _default$17: typeof __VLS_export$5;
|
|
310
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
310
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue1776.DefineComponent<MenuRootProviderProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {
|
|
311
311
|
exitComplete: () => any;
|
|
312
|
-
}, string,
|
|
312
|
+
}, string, vue1776.PublicProps, Readonly<MenuRootProviderProps> & Readonly<{
|
|
313
313
|
onExitComplete?: (() => any) | undefined;
|
|
314
|
-
}>, {}, {}, {}, {}, string,
|
|
314
|
+
}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
315
315
|
default?: (props: {}) => any;
|
|
316
316
|
}>;
|
|
317
317
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -369,14 +369,14 @@ interface MenuRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicP
|
|
|
369
369
|
interface MenuRootProps extends MenuRootBaseProps {}
|
|
370
370
|
interface MenuRootEmits extends RootEmits {}
|
|
371
371
|
declare const _default$16: typeof __VLS_export$4;
|
|
372
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
372
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue1776.DefineComponent<MenuRootProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {
|
|
373
373
|
select: (details: menu.SelectionDetails) => any;
|
|
374
374
|
exitComplete: () => any;
|
|
375
|
-
focusOutside: (event:
|
|
375
|
+
focusOutside: (event: _sprawlify_primitives_machines_combobox37.FocusOutsideEvent) => any;
|
|
376
376
|
highlightChange: (details: menu.HighlightChangeDetails) => any;
|
|
377
|
-
interactOutside: (event:
|
|
377
|
+
interactOutside: (event: _sprawlify_primitives_machines_combobox37.InteractOutsideEvent) => any;
|
|
378
378
|
openChange: (details: menu.OpenChangeDetails) => any;
|
|
379
|
-
pointerDownOutside: (event:
|
|
379
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_combobox37.PointerDownOutsideEvent) => any;
|
|
380
380
|
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
381
381
|
"update:open": (open: boolean) => any;
|
|
382
382
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -386,14 +386,14 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue1926.DefineComponent<MenuRoot
|
|
|
386
386
|
originalIndex: number;
|
|
387
387
|
targetIndex: number;
|
|
388
388
|
}>) => any;
|
|
389
|
-
}, string,
|
|
389
|
+
}, string, vue1776.PublicProps, Readonly<MenuRootProps> & Readonly<{
|
|
390
390
|
onSelect?: ((details: menu.SelectionDetails) => any) | undefined;
|
|
391
391
|
onExitComplete?: (() => any) | undefined;
|
|
392
|
-
onFocusOutside?: ((event:
|
|
392
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_combobox37.FocusOutsideEvent) => any) | undefined;
|
|
393
393
|
onHighlightChange?: ((details: menu.HighlightChangeDetails) => any) | undefined;
|
|
394
|
-
onInteractOutside?: ((event:
|
|
394
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_combobox37.InteractOutsideEvent) => any) | undefined;
|
|
395
395
|
onOpenChange?: ((details: menu.OpenChangeDetails) => any) | undefined;
|
|
396
|
-
onPointerDownOutside?: ((event:
|
|
396
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_combobox37.PointerDownOutsideEvent) => any) | undefined;
|
|
397
397
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
398
398
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
399
399
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -404,13 +404,13 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue1926.DefineComponent<MenuRoot
|
|
|
404
404
|
targetIndex: number;
|
|
405
405
|
}>) => any) | undefined;
|
|
406
406
|
}>, {
|
|
407
|
-
|
|
408
|
-
loopFocus: boolean;
|
|
407
|
+
typeahead: boolean;
|
|
409
408
|
closeOnSelect: boolean;
|
|
409
|
+
composite: boolean;
|
|
410
410
|
defaultOpen: boolean;
|
|
411
|
+
loopFocus: boolean;
|
|
411
412
|
open: boolean;
|
|
412
|
-
|
|
413
|
-
}, {}, {}, {}, string, vue1926.ComponentProvideOptions, false, {}, any>, {
|
|
413
|
+
}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
414
414
|
default?: (props: {}) => any;
|
|
415
415
|
}>;
|
|
416
416
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -427,7 +427,7 @@ interface MenuSeparatorProps extends MenuSeparatorBaseProps,
|
|
|
427
427
|
*/
|
|
428
428
|
HTMLAttributes {}
|
|
429
429
|
declare const _default$18: typeof __VLS_export$3;
|
|
430
|
-
declare const __VLS_export$3:
|
|
430
|
+
declare const __VLS_export$3: vue1776.DefineComponent<MenuSeparatorProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>;
|
|
431
431
|
//#endregion
|
|
432
432
|
//#region src/components/menu/menu-trigger-item.vue.d.ts
|
|
433
433
|
interface MenuTriggerItemBaseProps extends PolymorphicProps {}
|
|
@@ -437,7 +437,7 @@ interface MenuTriggerItemProps extends MenuTriggerItemBaseProps,
|
|
|
437
437
|
*/
|
|
438
438
|
HTMLAttributes {}
|
|
439
439
|
declare const _default$20: typeof __VLS_export$2;
|
|
440
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
440
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1776.DefineComponent<MenuTriggerItemProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuTriggerItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
441
441
|
default?: (props: {}) => any;
|
|
442
442
|
}>;
|
|
443
443
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -454,7 +454,7 @@ interface MenuTriggerProps extends MenuTriggerBaseProps,
|
|
|
454
454
|
*/
|
|
455
455
|
ButtonHTMLAttributes {}
|
|
456
456
|
declare const _default$19: typeof __VLS_export$1;
|
|
457
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
457
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1776.DefineComponent<MenuTriggerProps, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<MenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, false, {}, any>, {
|
|
458
458
|
default?: (props: {}) => any;
|
|
459
459
|
}>;
|
|
460
460
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -487,7 +487,7 @@ interface MenuContextProps extends SlotsType<{
|
|
|
487
487
|
default: UnwrapRef<UseMenuContext>;
|
|
488
488
|
}> {}
|
|
489
489
|
declare const _default$4: typeof __VLS_export;
|
|
490
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
490
|
+
declare const __VLS_export: __VLS_WithSlots<vue1776.DefineComponent<{}, {}, {}, {}, {}, vue1776.ComponentOptionsMixin, vue1776.ComponentOptionsMixin, {}, string, vue1776.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1776.ComponentProvideOptions, true, {}, any>, {
|
|
491
491
|
default(menu: UnwrapRef<UseMenuContext>): unknown;
|
|
492
492
|
}>;
|
|
493
493
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,10 +4,10 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as menuAnatomy } from "../../menu-anatomy-DbCORryZ.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
10
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
9
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-3G0_HWbg.js";
|
|
10
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B50UYKDY.js";
|
|
11
11
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, onBeforeUnmount, onMounted, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as menu from "@sprawlify/primitives/machines/menu";
|
|
13
13
|
|