@sprawlify/vue 0.0.73 → 0.0.74
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/accordion-anatomy-SnniqySz.js +3 -0
- package/dist/accordion-anatomy-rCL5aWqn.d.ts +2 -0
- package/dist/angle-slider-anatomy-BcpYlzjU.js +3 -0
- package/dist/angle-slider-anatomy-Dx77gXPi.d.ts +2 -0
- package/dist/avatar-anatomy-DkaRck8U.js +3 -0
- package/dist/avatar-anatomy-DqwdmVib.d.ts +2 -0
- package/dist/bottom-sheet-anatomy-CATwdEhi.d.ts +2 -0
- package/dist/bottom-sheet-anatomy-lHEnPDuf.js +3 -0
- package/dist/carousel-anatomy-CP646ljY.d.ts +6 -0
- package/dist/carousel-anatomy-Dozyhz87.js +7 -0
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +6 -0
- package/dist/checkbox-anatomy-DrTfnRdC.js +7 -0
- package/dist/clipboard-anatomy-Btcms62_.js +3 -0
- package/dist/clipboard-anatomy-BtxJPw4p.d.ts +2 -0
- package/dist/collapsible-anatomy-Bz0a8LAr.js +3 -0
- package/dist/collapsible-anatomy-C-2X58M2.d.ts +2 -0
- package/dist/{collapsible-SXAS3iFc.js → collapsible-kw6uns8K.js} +3 -4
- package/dist/{collection-C_ZHBDQD.js → collection-BHgAE3BH.js} +1 -1
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +6 -0
- package/dist/color-picker-anatomy-DJP6gg1F.js +7 -0
- package/dist/combobox-anatomy-CwdkDJPn.d.ts +6 -0
- package/dist/combobox-anatomy-DccBa7f5.js +7 -0
- package/dist/components/accordion/index.d.ts +22 -21
- package/dist/components/accordion/index.js +6 -6
- package/dist/components/anatomy.d.ts +51 -0
- package/dist/components/anatomy.js +53 -0
- package/dist/components/angle-slider/index.d.ts +20 -19
- package/dist/components/angle-slider/index.js +3 -3
- package/dist/components/avatar/index.d.ts +13 -12
- package/dist/components/avatar/index.js +3 -3
- package/dist/components/bottom-sheet/index.d.ts +23 -22
- package/dist/components/bottom-sheet/index.js +6 -6
- package/dist/components/carousel/index.d.ts +20 -23
- package/dist/components/carousel/index.js +3 -7
- package/dist/components/checkbox/index.d.ts +24 -27
- package/dist/components/checkbox/index.js +8 -10
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +21 -20
- package/dist/components/clipboard/index.js +3 -3
- package/dist/components/collapsible/index.d.ts +17 -16
- package/dist/components/collapsible/index.js +3 -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 +55 -58
- package/dist/components/color-picker/index.js +8 -10
- package/dist/components/combobox/index.d.ts +38 -41
- package/dist/components/combobox/index.js +8 -11
- package/dist/components/date-picker/index.d.ts +46 -49
- package/dist/components/date-picker/index.js +6 -9
- package/dist/components/dialog/index.d.ts +32 -31
- package/dist/components/dialog/index.js +5 -5
- 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 +30 -29
- package/dist/components/editable/index.js +5 -4
- package/dist/components/field/index.d.ts +24 -27
- package/dist/components/field/index.js +3 -2
- package/dist/components/fieldset/index.d.ts +12 -15
- package/dist/components/fieldset/index.js +3 -2
- package/dist/components/file-upload/index.d.ts +27 -26
- package/dist/components/file-upload/index.js +5 -4
- package/dist/components/floating-panel/index.d.ts +28 -26
- package/dist/components/floating-panel/index.js +4 -4
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +2 -2
- 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/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -27
- package/dist/components/hover-card/index.js +5 -5
- package/dist/components/image-cropper/index.d.ts +15 -18
- package/dist/components/image-cropper/index.js +4 -7
- 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 -28
- package/dist/components/listbox/index.js +4 -8
- package/dist/components/marquee/index.d.ts +25 -24
- package/dist/components/marquee/index.js +3 -3
- package/dist/components/menu/index.d.ts +56 -54
- package/dist/components/menu/index.js +5 -5
- package/dist/components/navigation-menu/index.d.ts +22 -21
- package/dist/components/navigation-menu/index.js +5 -5
- package/dist/components/number-input/index.d.ts +24 -23
- package/dist/components/number-input/index.js +5 -4
- package/dist/components/pagination/index.d.ts +17 -16
- package/dist/components/pagination/index.js +3 -3
- package/dist/components/password-input/index.d.ts +26 -25
- package/dist/components/password-input/index.js +5 -4
- package/dist/components/pin-input/index.d.ts +21 -20
- package/dist/components/pin-input/index.js +5 -4
- package/dist/components/popover/index.d.ts +36 -35
- package/dist/components/popover/index.js +5 -5
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +17 -16
- package/dist/components/progress/index.js +3 -3
- package/dist/components/qr-code/index.d.ts +13 -12
- package/dist/components/qr-code/index.js +3 -3
- package/dist/components/radio-group/index.d.ts +21 -20
- package/dist/components/radio-group/index.js +6 -5
- package/dist/components/rating-group/index.d.ts +19 -18
- package/dist/components/rating-group/index.js +5 -4
- package/dist/components/scroll-area/index.d.ts +14 -13
- package/dist/components/scroll-area/index.js +3 -3
- package/dist/components/segment-group/index.d.ts +19 -22
- package/dist/components/segment-group/index.js +3 -8
- package/dist/components/select/index.d.ts +41 -40
- package/dist/components/select/index.js +8 -7
- package/dist/components/signature-pad/index.d.ts +18 -17
- package/dist/components/signature-pad/index.js +5 -4
- package/dist/components/slider/index.d.ts +25 -24
- package/dist/components/slider/index.js +3 -3
- package/dist/components/splitter/index.d.ts +14 -13
- package/dist/components/splitter/index.js +4 -3
- package/dist/components/steps/index.d.ts +22 -21
- package/dist/components/steps/index.js +3 -3
- package/dist/components/switch/index.d.ts +18 -17
- package/dist/components/switch/index.js +5 -4
- package/dist/components/tabs/index.d.ts +22 -21
- package/dist/components/tabs/index.js +5 -5
- package/dist/components/tags-input/index.d.ts +36 -35
- package/dist/components/tags-input/index.js +5 -4
- package/dist/components/timer/index.d.ts +16 -15
- package/dist/components/timer/index.js +3 -3
- package/dist/components/toast/index.d.ts +13 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -13
- package/dist/components/toggle/index.js +3 -8
- package/dist/components/toggle-group/index.d.ts +16 -15
- package/dist/components/toggle-group/index.js +3 -3
- package/dist/components/tooltip/index.d.ts +23 -22
- package/dist/components/tooltip/index.js +5 -5
- package/dist/components/tour/index.d.ts +32 -35
- package/dist/components/tour/index.js +6 -9
- package/dist/components/tree-view/index.d.ts +6 -5
- package/dist/components/tree-view/index.js +6 -5
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +6 -0
- package/dist/date-picker-anatomy-BbB7oLLk.js +7 -0
- package/dist/dialog-anatomy--8BPzYvc.d.ts +2 -0
- package/dist/dialog-anatomy-DZW7OUW_.js +3 -0
- package/dist/editable-anatomy-D1eyySPH.js +3 -0
- package/dist/editable-anatomy-qX6giV4Y.d.ts +2 -0
- package/dist/{field-CtPR24u6.js → field-C6iB3Tje.js} +3 -8
- package/dist/field-anatomy-DOCpzb4B.js +8 -0
- package/dist/field-anatomy-meDug-96.d.ts +6 -0
- package/dist/{fieldset-D5SznrKY.js → fieldset-B1bn9yHW.js} +3 -8
- package/dist/fieldset-anatomy-BENizr4L.d.ts +6 -0
- package/dist/fieldset-anatomy-DmZTaMK6.js +8 -0
- package/dist/file-upload-anatomy-BFGZTW-d.d.ts +2 -0
- package/dist/file-upload-anatomy-CZ2VnScd.js +3 -0
- package/dist/floating-panel-anatomy-DBrl1Bp0.js +3 -0
- package/dist/floating-panel-anatomy-aRL0nEuA.d.ts +2 -0
- package/dist/hover-card-anatomy-BL8G0P5L.d.ts +2 -0
- package/dist/hover-card-anatomy-D3wEfkuu.js +3 -0
- package/dist/image-cropper-anatomy-Q-TC-Ntz.d.ts +6 -0
- package/dist/image-cropper-anatomy-vcTNTTGP.js +7 -0
- package/dist/{index-CmCVWB7e.d.ts → index-CKLWua9t.d.ts} +32 -32
- package/dist/{index-8bjPAUl0.d.ts → index-DLfVD7U5.d.ts} +10 -10
- package/dist/{index-BnYwp0nl.d.ts → index-_AirUBz0.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-CHgk_go8.d.ts +6 -0
- package/dist/listbox-anatomy-D2r-4uq6.js +7 -0
- package/dist/marquee-anatomy-BSMR6X4B.d.ts +2 -0
- package/dist/marquee-anatomy-sKw9g-dJ.js +3 -0
- package/dist/menu-anatomy-2i8La6ak.d.ts +2 -0
- package/dist/menu-anatomy-DbCORryZ.js +3 -0
- package/dist/navigation-menu-anatomy-kSlLw4EL.d.ts +2 -0
- package/dist/navigation-menu-anatomy-nwZUxyMV.js +3 -0
- package/dist/number-input-anatomy-BrKnd1U3.d.ts +2 -0
- package/dist/number-input-anatomy-hB3PpB4j.js +3 -0
- package/dist/pagination-anatomy-D8yk0Puf.js +3 -0
- package/dist/pagination-anatomy-NpCn-mYm.d.ts +2 -0
- package/dist/password-input-anatomy-BJPXSE6T.d.ts +2 -0
- package/dist/password-input-anatomy-D0nhl7MJ.js +3 -0
- package/dist/pin-input-anatomy-Blh9Y2sq.js +3 -0
- package/dist/pin-input-anatomy-OckZj-cF.d.ts +2 -0
- package/dist/popover-anatomy-Ce31QPso.d.ts +2 -0
- package/dist/popover-anatomy-DXWeYlnF.js +3 -0
- package/dist/{presence-BK6rPXK7.js → presence-Byk0B_Vq.js} +1 -1
- package/dist/progress-anatomy-DUD4W7vg.d.ts +2 -0
- package/dist/progress-anatomy-lioRhIrB.js +3 -0
- package/dist/qr-code-anatomy-CIy9Wai6.js +3 -0
- package/dist/qr-code-anatomy-Dmh5IV3m.d.ts +2 -0
- package/dist/radio-group-anatomy-C7L8dkhn.js +3 -0
- package/dist/radio-group-anatomy-CXwS1OoR.d.ts +2 -0
- package/dist/rating-group-anatomy-CBhzoESK.js +3 -0
- package/dist/rating-group-anatomy-DMTutKxa.d.ts +2 -0
- package/dist/scroll-area-anatomy-B-FlUOdc.js +3 -0
- package/dist/scroll-area-anatomy-Cxkrq_al.d.ts +2 -0
- package/dist/segment-group-anatomy-CNtzx5Yr.d.ts +6 -0
- package/dist/segment-group-anatomy-CPdu1efW.js +8 -0
- package/dist/select-anatomy-CiNHi2Kx.js +3 -0
- package/dist/select-anatomy-Elu3b3Op.d.ts +2 -0
- package/dist/signature-pad-anatomy-B-OK1170.d.ts +2 -0
- package/dist/signature-pad-anatomy-Mz3w_i5B.js +3 -0
- package/dist/slider-anatomy-3KpCBnz3.js +3 -0
- package/dist/slider-anatomy-Ctfd4geR.d.ts +2 -0
- package/dist/splitter-anatomy-CN7s6WdQ.d.ts +2 -0
- package/dist/splitter-anatomy-D2RNa-hA.js +3 -0
- package/dist/steps-anatomy-CSfgiyVI.js +3 -0
- package/dist/steps-anatomy-DrtAi5Mk.d.ts +2 -0
- package/dist/switch-anatomy-DDL1v5Fs.js +3 -0
- package/dist/switch-anatomy-Z4qGqnte.d.ts +2 -0
- package/dist/tabs-anatomy-BL3YLH_t.d.ts +2 -0
- package/dist/tabs-anatomy-DlQHg-E8.js +3 -0
- package/dist/tags-input-anatomy-AHepxK3s.d.ts +2 -0
- package/dist/tags-input-anatomy-DYSi98Bx.js +3 -0
- package/dist/timer-anatomy-Be-Fa71t.d.ts +2 -0
- package/dist/timer-anatomy-C9bTbrUf.js +3 -0
- package/dist/toast-anatomy-CssUp7TT.js +3 -0
- package/dist/toast-anatomy-_k_zeUjw.d.ts +2 -0
- package/dist/toggle-anatomy-D8XJQLnW.js +8 -0
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +6 -0
- package/dist/toggle-group-anatomy-DD8PvB75.js +3 -0
- package/dist/toggle-group-anatomy-L0_56E8r.d.ts +2 -0
- package/dist/tooltip-anatomy-CPw1wOXd.js +3 -0
- package/dist/tooltip-anatomy-jbsTMGov.d.ts +2 -0
- package/dist/tour-anatomy-CDmnjoPR.js +7 -0
- package/dist/tour-anatomy-CgFQsxyi.d.ts +6 -0
- package/dist/{tree-view-N6ShNmpe.js → tree-view-BBC0paRq.js} +6 -7
- package/dist/tree-view-anatomy-BM2MLpUa.d.ts +2 -0
- package/dist/tree-view-anatomy-BW_ruJ-g.js +3 -0
- package/package.json +6 -2
- /package/dist/{boolean-CpMsIRK4.js → boolean-L5YmbZkb.js} +0 -0
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-DsGHTEpm.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-BQ6yvpdF.js} +0 -0
- /package/dist/{factory-B5zr8_kk.d.ts → factory-D5HMCjkS.d.ts} +0 -0
- /package/dist/{factory-Co08Aw8u.js → factory-DxZQviAU.js} +0 -0
- /package/dist/{index-CCRVRFFQ.d.ts → index-DmKzfNVe.d.ts} +0 -0
- /package/dist/{index-DhFoJHfp.d.ts → index-e9UjgIag.d.ts} +0 -0
- /package/dist/{presence-types-BJRr8tqd.d.ts → presence-types-CaUy1bPc.d.ts} +0 -0
- /package/dist/{types-DIEO6uP3.d.ts → types-DVbnnQPS.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-Bx4OiQlo.js} +0 -0
- /package/dist/{use-render-strategy-U5NxU252.d.ts → use-render-strategy-DsagWQCm.d.ts} +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { i as UsePresenceProps } from "../../index-
|
|
4
|
-
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-
|
|
5
|
-
import { r as PropTypes } from "../../index-
|
|
6
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-D5HMCjkS.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-CaUy1bPc.js";
|
|
3
|
+
import { i as UsePresenceProps } from "../../index-DLfVD7U5.js";
|
|
4
|
+
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-DVbnnQPS.js";
|
|
5
|
+
import { r as PropTypes } from "../../index-DmKzfNVe.js";
|
|
6
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-DsagWQCm.js";
|
|
7
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-CwdkDJPn.js";
|
|
8
|
+
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-e9UjgIag.js";
|
|
9
|
+
import * as vue90 from "vue";
|
|
9
10
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
11
|
+
import * as _sprawlify_primitives_machines_bottom_sheet0 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
11
12
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
12
13
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@sprawlify/primitives/machines/combobox";
|
|
13
|
-
import * as _sprawlify_primitives_machines_menu38 from "@sprawlify/primitives/machines/menu";
|
|
14
14
|
|
|
15
15
|
//#region src/components/combobox/combobox-clear-trigger.vue.d.ts
|
|
16
16
|
interface ComboboxClearTriggerBaseProps extends PolymorphicProps {}
|
|
@@ -20,7 +20,7 @@ interface ComboboxClearTriggerProps extends ComboboxClearTriggerBaseProps,
|
|
|
20
20
|
*/
|
|
21
21
|
ButtonHTMLAttributes {}
|
|
22
22
|
declare const _default: typeof __VLS_export$17;
|
|
23
|
-
declare const __VLS_export$17: __VLS_WithSlots$15<
|
|
23
|
+
declare const __VLS_export$17: __VLS_WithSlots$15<vue90.DefineComponent<ComboboxClearTriggerProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
24
24
|
default?: (props: {}) => any;
|
|
25
25
|
}>;
|
|
26
26
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
@@ -37,7 +37,7 @@ interface ComboboxContentProps extends ComboboxContentBaseProps,
|
|
|
37
37
|
*/
|
|
38
38
|
HTMLAttributes {}
|
|
39
39
|
declare const _default$1: typeof __VLS_export$16;
|
|
40
|
-
declare const __VLS_export$16: __VLS_WithSlots$14<
|
|
40
|
+
declare const __VLS_export$16: __VLS_WithSlots$14<vue90.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
41
41
|
default?: (props: {}) => any;
|
|
42
42
|
}>;
|
|
43
43
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -54,7 +54,7 @@ interface ComboboxEmptyProps extends ComboboxEmptyBaseProps,
|
|
|
54
54
|
*/
|
|
55
55
|
HTMLAttributes {}
|
|
56
56
|
declare const _default$4: typeof __VLS_export$15;
|
|
57
|
-
declare const __VLS_export$15: __VLS_WithSlots$13<
|
|
57
|
+
declare const __VLS_export$15: __VLS_WithSlots$13<vue90.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
58
58
|
default?: (props: {}) => any;
|
|
59
59
|
}>;
|
|
60
60
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -71,7 +71,7 @@ interface ComboboxControlProps extends ComboboxControlBaseProps,
|
|
|
71
71
|
*/
|
|
72
72
|
HTMLAttributes {}
|
|
73
73
|
declare const _default$3: typeof __VLS_export$14;
|
|
74
|
-
declare const __VLS_export$14: __VLS_WithSlots$12<
|
|
74
|
+
declare const __VLS_export$14: __VLS_WithSlots$12<vue90.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
75
75
|
default?: (props: {}) => any;
|
|
76
76
|
}>;
|
|
77
77
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -88,7 +88,7 @@ interface ComboboxInputProps extends ComboboxInputBaseProps,
|
|
|
88
88
|
*/
|
|
89
89
|
InputHTMLAttributes {}
|
|
90
90
|
declare const _default$5: typeof __VLS_export$13;
|
|
91
|
-
declare const __VLS_export$13: __VLS_WithSlots$11<
|
|
91
|
+
declare const __VLS_export$13: __VLS_WithSlots$11<vue90.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
92
92
|
default?: (props: {}) => any;
|
|
93
93
|
}>;
|
|
94
94
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -105,7 +105,7 @@ interface ComboboxItemContextProps extends SlotsType<{
|
|
|
105
105
|
default: UnwrapRef<UseComboboxItemContext>;
|
|
106
106
|
}> {}
|
|
107
107
|
declare const _default$7: typeof __VLS_export$12;
|
|
108
|
-
declare const __VLS_export$12: __VLS_WithSlots$10<
|
|
108
|
+
declare const __VLS_export$12: __VLS_WithSlots$10<vue90.DefineComponent<{}, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, true, {}, any>, {
|
|
109
109
|
default(combobox: UnwrapRef<UseComboboxItemContext>): unknown;
|
|
110
110
|
}>;
|
|
111
111
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -122,7 +122,7 @@ interface ComboboxItemGroupLabelProps extends ComboboxItemGroupLabelBaseProps,
|
|
|
122
122
|
*/
|
|
123
123
|
HTMLAttributes {}
|
|
124
124
|
declare const _default$9: typeof __VLS_export$11;
|
|
125
|
-
declare const __VLS_export$11: __VLS_WithSlots$9<
|
|
125
|
+
declare const __VLS_export$11: __VLS_WithSlots$9<vue90.DefineComponent<ComboboxItemGroupLabelProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
126
126
|
default?: (props: {}) => any;
|
|
127
127
|
}>;
|
|
128
128
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -139,7 +139,7 @@ interface ComboboxItemGroupProps extends ComboboxItemGroupBaseProps,
|
|
|
139
139
|
*/
|
|
140
140
|
HTMLAttributes {}
|
|
141
141
|
declare const _default$8: typeof __VLS_export$10;
|
|
142
|
-
declare const __VLS_export$10: __VLS_WithSlots$8<
|
|
142
|
+
declare const __VLS_export$10: __VLS_WithSlots$8<vue90.DefineComponent<ComboboxItemGroupProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
143
143
|
default?: (props: {}) => any;
|
|
144
144
|
}>;
|
|
145
145
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -156,7 +156,7 @@ interface ComboboxItemIndicatorProps extends ComboboxItemIndicatorBaseProps,
|
|
|
156
156
|
*/
|
|
157
157
|
HTMLAttributes {}
|
|
158
158
|
declare const _default$10: typeof __VLS_export$9;
|
|
159
|
-
declare const __VLS_export$9: __VLS_WithSlots$7<
|
|
159
|
+
declare const __VLS_export$9: __VLS_WithSlots$7<vue90.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
|
161
161
|
}>;
|
|
162
162
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -173,7 +173,7 @@ interface ComboboxItemTextProps extends ComboboxItemTextBaseProps,
|
|
|
173
173
|
*/
|
|
174
174
|
HTMLAttributes {}
|
|
175
175
|
declare const _default$11: typeof __VLS_export$8;
|
|
176
|
-
declare const __VLS_export$8: __VLS_WithSlots$6<
|
|
176
|
+
declare const __VLS_export$8: __VLS_WithSlots$6<vue90.DefineComponent<ComboboxItemTextProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
177
177
|
default?: (props: {}) => any;
|
|
178
178
|
}>;
|
|
179
179
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -190,7 +190,7 @@ interface ComboboxItemProps extends ComboboxItemBaseProps,
|
|
|
190
190
|
*/
|
|
191
191
|
HTMLAttributes {}
|
|
192
192
|
declare const _default$6: typeof __VLS_export$7;
|
|
193
|
-
declare const __VLS_export$7: __VLS_WithSlots$5<
|
|
193
|
+
declare const __VLS_export$7: __VLS_WithSlots$5<vue90.DefineComponent<ComboboxItemProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
194
194
|
default?: (props: {}) => any;
|
|
195
195
|
}>;
|
|
196
196
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -207,7 +207,7 @@ interface ComboboxLabelProps extends ComboboxLabelBaseProps,
|
|
|
207
207
|
*/
|
|
208
208
|
LabelHTMLAttributes {}
|
|
209
209
|
declare const _default$12: typeof __VLS_export$6;
|
|
210
|
-
declare const __VLS_export$6: __VLS_WithSlots$4<
|
|
210
|
+
declare const __VLS_export$6: __VLS_WithSlots$4<vue90.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
211
211
|
default?: (props: {}) => any;
|
|
212
212
|
}>;
|
|
213
213
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -224,7 +224,7 @@ interface ComboboxListProps extends ComboboxListBaseProps,
|
|
|
224
224
|
*/
|
|
225
225
|
HTMLAttributes {}
|
|
226
226
|
declare const _default$13: typeof __VLS_export$5;
|
|
227
|
-
declare const __VLS_export$5: __VLS_WithSlots$3<
|
|
227
|
+
declare const __VLS_export$5: __VLS_WithSlots$3<vue90.DefineComponent<ComboboxListProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
228
228
|
default?: (props: {}) => any;
|
|
229
229
|
}>;
|
|
230
230
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -241,7 +241,7 @@ interface ComboboxPositionerProps extends ComboboxPositionerBaseProps,
|
|
|
241
241
|
*/
|
|
242
242
|
HTMLAttributes {}
|
|
243
243
|
declare const _default$14: typeof __VLS_export$4;
|
|
244
|
-
declare const __VLS_export$4: __VLS_WithSlots$2<
|
|
244
|
+
declare const __VLS_export$4: __VLS_WithSlots$2<vue90.DefineComponent<ComboboxPositionerProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
245
245
|
default?: (props: {}) => any;
|
|
246
246
|
}>;
|
|
247
247
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -264,7 +264,7 @@ type ComboboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: A
|
|
|
264
264
|
interface ComboboxRootProviderEmits extends RootEmits$1 {}
|
|
265
265
|
declare const _default$16: typeof __VLS_export$3;
|
|
266
266
|
declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
267
|
-
props:
|
|
267
|
+
props: vue90.PublicProps & __VLS_PrettifyLocal$1<ComboboxRootProviderProps<T> & {
|
|
268
268
|
onExitComplete?: (() => any) | undefined;
|
|
269
269
|
}> & (typeof globalThis extends {
|
|
270
270
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -275,7 +275,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
275
275
|
default?: (props: {}) => any;
|
|
276
276
|
};
|
|
277
277
|
emit: (evt: "exitComplete") => void;
|
|
278
|
-
}>) =>
|
|
278
|
+
}>) => vue90.VNode & {
|
|
279
279
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
280
280
|
};
|
|
281
281
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -534,23 +534,23 @@ type ComboboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {
|
|
|
534
534
|
type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: ComboboxRootComponentProps<T, P>) => any;
|
|
535
535
|
declare const _default$15: typeof __VLS_export$2;
|
|
536
536
|
declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
537
|
-
props:
|
|
537
|
+
props: vue90.PublicProps & __VLS_PrettifyLocal<ComboboxRootProps<T> & {
|
|
538
538
|
onSelect?: ((details: {
|
|
539
539
|
value: string[];
|
|
540
540
|
itemValue: string;
|
|
541
541
|
}) => any) | undefined;
|
|
542
|
+
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
542
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
543
544
|
onExitComplete?: (() => any) | undefined;
|
|
544
|
-
|
|
545
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
546
|
-
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
547
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_menu38.FocusOutsideEvent) => any) | undefined;
|
|
545
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
548
546
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
549
547
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
550
|
-
onInteractOutside?: ((event:
|
|
551
|
-
|
|
552
|
-
|
|
548
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
549
|
+
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
550
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
553
551
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
552
|
+
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
553
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
554
554
|
}> & (typeof globalThis extends {
|
|
555
555
|
__VLS_PROPS_FALLBACK: infer P;
|
|
556
556
|
} ? P : {});
|
|
@@ -562,8 +562,8 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
562
562
|
emit: ((evt: "select", details: {
|
|
563
563
|
value: string[];
|
|
564
564
|
itemValue: string;
|
|
565
|
-
}) => void) & ((evt: "
|
|
566
|
-
}>) =>
|
|
565
|
+
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "update:inputValue", value: string) => void) & ((evt: "update:open", value: boolean) => void);
|
|
566
|
+
}>) => vue90.VNode & {
|
|
567
567
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
568
568
|
};
|
|
569
569
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -576,7 +576,7 @@ interface ComboboxTriggerProps extends ComboboxTriggerBaseProps,
|
|
|
576
576
|
*/
|
|
577
577
|
ButtonHTMLAttributes {}
|
|
578
578
|
declare const _default$17: typeof __VLS_export$1;
|
|
579
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
579
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue90.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, false, {}, any>, {
|
|
580
580
|
default?: (props: {}) => any;
|
|
581
581
|
}>;
|
|
582
582
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -603,7 +603,7 @@ interface ComboboxContextProps extends SlotsType<{
|
|
|
603
603
|
default: UnwrapRef<UseComboboxContext>;
|
|
604
604
|
}> {}
|
|
605
605
|
declare const _default$2: typeof __VLS_export;
|
|
606
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
606
|
+
declare const __VLS_export: __VLS_WithSlots<vue90.DefineComponent<{}, {}, {}, {}, {}, vue90.ComponentOptionsMixin, vue90.ComponentOptionsMixin, {}, string, vue90.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue90.ComponentProvideOptions, true, {}, any>, {
|
|
607
607
|
default(combobox: UnwrapRef<UseComboboxContext>): unknown;
|
|
608
608
|
}>;
|
|
609
609
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -612,7 +612,4 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
612
612
|
};
|
|
613
613
|
};
|
|
614
614
|
//#endregion
|
|
615
|
-
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
616
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy5.AnatomyInstance<"input" | "label" | "list" | "root" | "trigger" | "item" | "control" | "itemGroup" | "content" | "positioner" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
617
|
-
//#endregion
|
|
618
615
|
export { type CollectionItem, combobox_d_exports as Combobox, _default as ComboboxClearTrigger, type ComboboxClearTriggerBaseProps, type ComboboxClearTriggerProps, _default$1 as ComboboxContent, type ComboboxContentBaseProps, type ComboboxContentProps, _default$2 as ComboboxContext, type ComboboxContextProps, _default$3 as ComboboxControl, type ComboboxControlBaseProps, type ComboboxControlProps, _default$4 as ComboboxEmpty, type ComboboxEmptyBaseProps, type ComboboxEmptyProps, type ComboboxFocusOutsideEvent, type ComboboxHighlightChangeDetails, _default$5 as ComboboxInput, type ComboboxInputBaseProps, type ComboboxInputProps, type ComboboxInputValueChangeDetails, type ComboboxInteractOutsideEvent, _default$6 as ComboboxItem, type ComboboxItemBaseProps, _default$7 as ComboboxItemContext, type ComboboxItemContextProps, _default$8 as ComboboxItemGroup, type ComboboxItemGroupBaseProps, _default$9 as ComboboxItemGroupLabel, type ComboboxItemGroupLabelBaseProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, _default$10 as ComboboxItemIndicator, type ComboboxItemIndicatorBaseProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, _default$11 as ComboboxItemText, type ComboboxItemTextBaseProps, type ComboboxItemTextProps, _default$12 as ComboboxLabel, type ComboboxLabelBaseProps, type ComboboxLabelProps, _default$13 as ComboboxList, type ComboboxListBaseProps, type ComboboxListProps, type ComboboxOpenChangeDetails, type ComboboxPointerDownOutsideEvent, _default$14 as ComboboxPositioner, type ComboboxPositionerBaseProps, type ComboboxPositionerProps, _default$15 as ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootComponent, type ComboboxRootComponentProps, type RootEmits as ComboboxRootEmits, type ComboboxRootProps, _default$16 as ComboboxRootProvider, type ComboboxRootProviderBaseProps, type ComboboxRootProviderComponent, type ComboboxRootProviderEmits, type ComboboxRootProviderProps, type ComboboxSelectionDetails, _default$17 as ComboboxTrigger, type ComboboxTriggerBaseProps, type ComboboxTriggerProps, type ComboboxValueChangeDetails, type ListCollection, type UseComboboxContext, type UseComboboxItemContext, type UseComboboxProps, type UseComboboxReturn, type UseListCollectionProps, comboboxAnatomy, createListCollection, useCombobox, useComboboxContext, useComboboxItemContext, useListCollection };
|
|
@@ -3,15 +3,16 @@ import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../..
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-DNBWT-O_.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
|
-
import { t as
|
|
7
|
-
import
|
|
8
|
-
import { t as
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { n as
|
|
6
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-DccBa7f5.js";
|
|
7
|
+
import "../../field-anatomy-DOCpzb4B.js";
|
|
8
|
+
import { t as sprawlify } from "../../factory-DxZQviAU.js";
|
|
9
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
10
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-Bx4OiQlo.js";
|
|
11
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-Byk0B_Vq.js";
|
|
12
|
+
import { p as useFieldContext } from "../../field-C6iB3Tje.js";
|
|
13
|
+
import { n as useListCollection, o as createListCollection } from "../../collection-BHgAE3BH.js";
|
|
12
14
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
13
15
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
14
|
-
import { anatomy } from "@sprawlify/primitives/machines/combobox";
|
|
15
16
|
|
|
16
17
|
//#region src/components/combobox/use-combobox-context.ts
|
|
17
18
|
const [ComboboxProvider, useComboboxContext] = createContext("ComboboxContext");
|
|
@@ -66,10 +67,6 @@ var combobox_content_vue_vue_type_script_setup_true_lang_default = /* @__PURE__
|
|
|
66
67
|
//#region src/components/combobox/combobox-content.vue
|
|
67
68
|
var combobox_content_default = combobox_content_vue_vue_type_script_setup_true_lang_default;
|
|
68
69
|
|
|
69
|
-
//#endregion
|
|
70
|
-
//#region src/components/combobox/combobox-anatomy.ts
|
|
71
|
-
const comboboxAnatomy = anatomy.extendWith("empty");
|
|
72
|
-
|
|
73
70
|
//#endregion
|
|
74
71
|
//#region src/components/combobox/combobox-empty.vue?vue&type=script&setup=true&lang.ts
|
|
75
72
|
var combobox_empty_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|