@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,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, t as Assign } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import { t as selectAnatomy } from "../../select-anatomy-
|
|
7
|
-
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../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, t as Assign } 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 selectAnatomy } from "../../select-anatomy-BLK5Kq84.js";
|
|
7
|
+
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-BezmG5AK.js";
|
|
8
|
+
import * as vue2364 from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_combobox55 from "@sprawlify/primitives/machines/combobox";
|
|
11
11
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
12
|
-
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails } from "@sprawlify/primitives/machines/select";
|
|
12
|
+
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$1, ItemState as ItemState$1, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails } from "@sprawlify/primitives/machines/select";
|
|
13
13
|
|
|
14
14
|
//#region src/components/select/select-clear-trigger.vue.d.ts
|
|
15
15
|
interface SelectClearTriggerBaseProps extends PolymorphicProps {}
|
|
@@ -19,7 +19,7 @@ interface SelectClearTriggerProps extends SelectClearTriggerBaseProps,
|
|
|
19
19
|
*/
|
|
20
20
|
ButtonHTMLAttributes {}
|
|
21
21
|
declare const _default: typeof __VLS_export$18;
|
|
22
|
-
declare const __VLS_export$18: __VLS_WithSlots$14<
|
|
22
|
+
declare const __VLS_export$18: __VLS_WithSlots$14<vue2364.DefineComponent<SelectClearTriggerProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
23
23
|
default?: (props: {}) => any;
|
|
24
24
|
}>;
|
|
25
25
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -36,7 +36,7 @@ interface SelectContentProps extends SelectContentBaseProps,
|
|
|
36
36
|
*/
|
|
37
37
|
HTMLAttributes {}
|
|
38
38
|
declare const _default$1: typeof __VLS_export$17;
|
|
39
|
-
declare const __VLS_export$17: __VLS_WithSlots$13<
|
|
39
|
+
declare const __VLS_export$17: __VLS_WithSlots$13<vue2364.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
40
40
|
default?: (props: {}) => any;
|
|
41
41
|
}>;
|
|
42
42
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -53,7 +53,7 @@ interface SelectControlProps extends SelectControlBaseProps,
|
|
|
53
53
|
*/
|
|
54
54
|
HTMLAttributes {}
|
|
55
55
|
declare const _default$3: typeof __VLS_export$16;
|
|
56
|
-
declare const __VLS_export$16: __VLS_WithSlots$12<
|
|
56
|
+
declare const __VLS_export$16: __VLS_WithSlots$12<vue2364.DefineComponent<SelectControlProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
57
57
|
default?: (props: {}) => any;
|
|
58
58
|
}>;
|
|
59
59
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -70,7 +70,7 @@ interface SelectHiddenSelectProps extends SelectHiddenSelectBaseProps,
|
|
|
70
70
|
*/
|
|
71
71
|
SelectHTMLAttributes {}
|
|
72
72
|
declare const _default$4: typeof __VLS_export$15;
|
|
73
|
-
declare const __VLS_export$15:
|
|
73
|
+
declare const __VLS_export$15: vue2364.DefineComponent<SelectHiddenSelectProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectHiddenSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>;
|
|
74
74
|
//#endregion
|
|
75
75
|
//#region src/components/select/select-indicator.vue.d.ts
|
|
76
76
|
interface SelectIndicatorBaseProps extends PolymorphicProps {}
|
|
@@ -80,7 +80,7 @@ interface SelectIndicatorProps extends SelectIndicatorBaseProps,
|
|
|
80
80
|
*/
|
|
81
81
|
HTMLAttributes {}
|
|
82
82
|
declare const _default$5: typeof __VLS_export$14;
|
|
83
|
-
declare const __VLS_export$14: __VLS_WithSlots$11<
|
|
83
|
+
declare const __VLS_export$14: __VLS_WithSlots$11<vue2364.DefineComponent<SelectIndicatorProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
84
84
|
default?: (props: {}) => any;
|
|
85
85
|
}>;
|
|
86
86
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -97,7 +97,7 @@ interface SelectListProps extends SelectListBaseProps,
|
|
|
97
97
|
*/
|
|
98
98
|
HTMLAttributes {}
|
|
99
99
|
declare const _default$13: typeof __VLS_export$13;
|
|
100
|
-
declare const __VLS_export$13: __VLS_WithSlots$10<
|
|
100
|
+
declare const __VLS_export$13: __VLS_WithSlots$10<vue2364.DefineComponent<SelectListProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
101
101
|
default?: (props: {}) => any;
|
|
102
102
|
}>;
|
|
103
103
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -107,14 +107,14 @@ type __VLS_WithSlots$10<T, S> = T & {
|
|
|
107
107
|
};
|
|
108
108
|
//#endregion
|
|
109
109
|
//#region src/components/select/use-select-item-context.d.ts
|
|
110
|
-
interface UseSelectItemContext extends ComputedRef<ItemState> {}
|
|
110
|
+
interface UseSelectItemContext extends ComputedRef<ItemState$1> {}
|
|
111
111
|
//#endregion
|
|
112
112
|
//#region src/components/select/select-item-context.vue.d.ts
|
|
113
113
|
interface SelectItemContextProps extends SlotsType<{
|
|
114
114
|
default: UnwrapRef<UseSelectItemContext>;
|
|
115
115
|
}> {}
|
|
116
116
|
declare const _default$7: typeof __VLS_export$12;
|
|
117
|
-
declare const __VLS_export$12: __VLS_WithSlots$9<
|
|
117
|
+
declare const __VLS_export$12: __VLS_WithSlots$9<vue2364.DefineComponent<{}, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, true, {}, any>, {
|
|
118
118
|
default(item: UnwrapRef<UseSelectItemContext>): unknown;
|
|
119
119
|
}>;
|
|
120
120
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -131,7 +131,7 @@ interface SelectItemGroupLabelProps extends SelectItemGroupLabelBaseProps,
|
|
|
131
131
|
*/
|
|
132
132
|
HTMLAttributes {}
|
|
133
133
|
declare const _default$9: typeof __VLS_export$11;
|
|
134
|
-
declare const __VLS_export$11: __VLS_WithSlots$8<
|
|
134
|
+
declare const __VLS_export$11: __VLS_WithSlots$8<vue2364.DefineComponent<SelectItemGroupLabelProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
135
135
|
default?: (props: {}) => any;
|
|
136
136
|
}>;
|
|
137
137
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -141,14 +141,14 @@ type __VLS_WithSlots$8<T, S> = T & {
|
|
|
141
141
|
};
|
|
142
142
|
//#endregion
|
|
143
143
|
//#region src/components/select/select-item-group.vue.d.ts
|
|
144
|
-
interface SelectItemGroupBaseProps extends Partial<ItemGroupProps>, PolymorphicProps {}
|
|
144
|
+
interface SelectItemGroupBaseProps extends Partial<ItemGroupProps$1>, PolymorphicProps {}
|
|
145
145
|
interface SelectItemGroupProps extends SelectItemGroupBaseProps,
|
|
146
146
|
/**
|
|
147
147
|
* @vue-ignore
|
|
148
148
|
*/
|
|
149
149
|
HTMLAttributes {}
|
|
150
150
|
declare const _default$8: typeof __VLS_export$10;
|
|
151
|
-
declare const __VLS_export$10: __VLS_WithSlots$7<
|
|
151
|
+
declare const __VLS_export$10: __VLS_WithSlots$7<vue2364.DefineComponent<SelectItemGroupProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
152
152
|
default?: (props: {}) => any;
|
|
153
153
|
}>;
|
|
154
154
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -165,7 +165,7 @@ interface SelectItemIndicatorProps extends SelectItemIndicatorBaseProps,
|
|
|
165
165
|
*/
|
|
166
166
|
HTMLAttributes {}
|
|
167
167
|
declare const _default$10: typeof __VLS_export$9;
|
|
168
|
-
declare const __VLS_export$9: __VLS_WithSlots$6<
|
|
168
|
+
declare const __VLS_export$9: __VLS_WithSlots$6<vue2364.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
169
169
|
default?: (props: {}) => any;
|
|
170
170
|
}>;
|
|
171
171
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -182,7 +182,7 @@ interface SelectItemTextProps extends SelectItemTextBaseProps,
|
|
|
182
182
|
*/
|
|
183
183
|
HTMLAttributes {}
|
|
184
184
|
declare const _default$11: typeof __VLS_export$8;
|
|
185
|
-
declare const __VLS_export$8: __VLS_WithSlots$5<
|
|
185
|
+
declare const __VLS_export$8: __VLS_WithSlots$5<vue2364.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
186
186
|
default?: (props: {}) => any;
|
|
187
187
|
}>;
|
|
188
188
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -192,14 +192,14 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
192
192
|
};
|
|
193
193
|
//#endregion
|
|
194
194
|
//#region src/components/select/select-item.vue.d.ts
|
|
195
|
-
interface SelectItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
195
|
+
interface SelectItemBaseProps extends ItemProps$1, PolymorphicProps {}
|
|
196
196
|
interface SelectItemProps extends SelectItemBaseProps,
|
|
197
197
|
/**
|
|
198
198
|
* @vue-ignore
|
|
199
199
|
*/
|
|
200
200
|
HTMLAttributes {}
|
|
201
201
|
declare const _default$6: typeof __VLS_export$7;
|
|
202
|
-
declare const __VLS_export$7: __VLS_WithSlots$4<
|
|
202
|
+
declare const __VLS_export$7: __VLS_WithSlots$4<vue2364.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
205
205
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -216,7 +216,7 @@ interface SelectLabelProps extends SelectLabelBaseProps,
|
|
|
216
216
|
*/
|
|
217
217
|
LabelHTMLAttributes {}
|
|
218
218
|
declare const _default$12: typeof __VLS_export$6;
|
|
219
|
-
declare const __VLS_export$6: __VLS_WithSlots$3<
|
|
219
|
+
declare const __VLS_export$6: __VLS_WithSlots$3<vue2364.DefineComponent<SelectLabelProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
220
220
|
default?: (props: {}) => any;
|
|
221
221
|
}>;
|
|
222
222
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -233,7 +233,7 @@ interface SelectPositionerProps extends SelectPositionerBaseProps,
|
|
|
233
233
|
*/
|
|
234
234
|
HTMLAttributes {}
|
|
235
235
|
declare const _default$14: typeof __VLS_export$5;
|
|
236
|
-
declare const __VLS_export$5: __VLS_WithSlots$2<
|
|
236
|
+
declare const __VLS_export$5: __VLS_WithSlots$2<vue2364.DefineComponent<SelectPositionerProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
237
237
|
default?: (props: {}) => any;
|
|
238
238
|
}>;
|
|
239
239
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -256,7 +256,7 @@ type SelectRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Ass
|
|
|
256
256
|
interface SelectRootProviderEmits extends RootEmits$1 {}
|
|
257
257
|
declare const _default$16: typeof __VLS_export$4;
|
|
258
258
|
declare const __VLS_export$4: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
259
|
-
props:
|
|
259
|
+
props: vue2364.PublicProps & __VLS_PrettifyLocal$2<SelectRootProviderProps<T> & {
|
|
260
260
|
onExitComplete?: (() => any) | undefined;
|
|
261
261
|
}> & (typeof globalThis extends {
|
|
262
262
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -267,7 +267,7 @@ declare const __VLS_export$4: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
267
267
|
default?: (props: {}) => any;
|
|
268
268
|
};
|
|
269
269
|
emit: (evt: "exitComplete") => void;
|
|
270
|
-
}>) =>
|
|
270
|
+
}>) => vue2364.VNode & {
|
|
271
271
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
272
272
|
};
|
|
273
273
|
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -334,16 +334,16 @@ type SelectRootComponentProps<T extends CollectionItem = CollectionItem, P = {}>
|
|
|
334
334
|
type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: SelectRootComponentProps<T, P>) => any;
|
|
335
335
|
declare const _default$15: typeof __VLS_export$3;
|
|
336
336
|
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<{
|
|
337
|
-
props:
|
|
337
|
+
props: vue2364.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
|
|
338
338
|
onSelect?: ((details: select.SelectionDetails) => any) | undefined;
|
|
339
|
-
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
340
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
341
339
|
onExitComplete?: (() => any) | undefined;
|
|
342
|
-
onFocusOutside?: ((event:
|
|
340
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_combobox55.FocusOutsideEvent) => any) | undefined;
|
|
343
341
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
344
|
-
onInteractOutside?: ((event:
|
|
342
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_combobox55.InteractOutsideEvent) => any) | undefined;
|
|
345
343
|
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
346
|
-
onPointerDownOutside?: ((event:
|
|
344
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_combobox55.PointerDownOutsideEvent) => any) | undefined;
|
|
345
|
+
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
346
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
347
347
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
348
348
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
349
349
|
}> & (typeof globalThis extends {
|
|
@@ -354,8 +354,8 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
354
354
|
slots: {
|
|
355
355
|
default?: (props: {}) => any;
|
|
356
356
|
};
|
|
357
|
-
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "
|
|
358
|
-
}>) =>
|
|
357
|
+
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_combobox55.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_combobox55.InteractOutsideEvent) => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_combobox55.PointerDownOutsideEvent) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "update:open", open: boolean) => void);
|
|
358
|
+
}>) => vue2364.VNode & {
|
|
359
359
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
360
360
|
};
|
|
361
361
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -368,7 +368,7 @@ interface SelectTriggerProps extends SelectTriggerBaseProps,
|
|
|
368
368
|
*/
|
|
369
369
|
ButtonHTMLAttributes {}
|
|
370
370
|
declare const _default$17: typeof __VLS_export$2;
|
|
371
|
-
declare const __VLS_export$2: __VLS_WithSlots$1<
|
|
371
|
+
declare const __VLS_export$2: __VLS_WithSlots$1<vue2364.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, {
|
|
372
372
|
default?: (props: {}) => any;
|
|
373
373
|
}>;
|
|
374
374
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -387,7 +387,7 @@ HTMLAttributes {
|
|
|
387
387
|
placeholder?: string;
|
|
388
388
|
}
|
|
389
389
|
declare const _default$18: typeof __VLS_export$1;
|
|
390
|
-
declare const __VLS_export$1: __VLS_WithSlots<
|
|
390
|
+
declare const __VLS_export$1: __VLS_WithSlots<vue2364.DefineComponent<SelectValueTextProps, {}, {}, {}, {}, vue2364.ComponentOptionsMixin, vue2364.ComponentOptionsMixin, {}, string, vue2364.PublicProps, Readonly<SelectValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2364.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
391
391
|
type __VLS_WithSlots<T, S> = T & {
|
|
392
392
|
new (): {
|
|
393
393
|
$slots: S;
|
|
@@ -414,7 +414,7 @@ interface SelectContextProps<T extends CollectionItem> extends SlotsType<{
|
|
|
414
414
|
}> {}
|
|
415
415
|
declare const _default$2: typeof __VLS_export;
|
|
416
416
|
declare const __VLS_export: <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<{
|
|
417
|
-
props:
|
|
417
|
+
props: vue2364.PublicProps & (typeof globalThis extends {
|
|
418
418
|
__VLS_PROPS_FALLBACK: infer P;
|
|
419
419
|
} ? P : {});
|
|
420
420
|
expose: (exposed: {}) => void;
|
|
@@ -423,7 +423,7 @@ declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<
|
|
|
423
423
|
default(select: UnwrapRef<UseSelectContext<T>>): unknown;
|
|
424
424
|
};
|
|
425
425
|
emit: {};
|
|
426
|
-
}>) =>
|
|
426
|
+
}>) => vue2364.VNode & {
|
|
427
427
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
428
428
|
};
|
|
429
429
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -5,12 +5,12 @@ import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import "../../field-anatomy-DOCpzb4B.js";
|
|
7
7
|
import { t as selectAnatomy } from "../../select-anatomy-CiNHi2Kx.js";
|
|
8
|
-
import { t as sprawlify } from "../../factory-
|
|
8
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
9
9
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
10
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
11
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
12
|
-
import { p as useFieldContext } from "../../field-
|
|
13
|
-
import { n as useListCollection, o as createListCollection } from "../../collection-
|
|
10
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-3G0_HWbg.js";
|
|
11
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B50UYKDY.js";
|
|
12
|
+
import { p as useFieldContext } from "../../field-B_BAnE0z.js";
|
|
13
|
+
import { n as useListCollection, o as createListCollection } from "../../collection-CBh5p7A_.js";
|
|
14
14
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
15
15
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
16
16
|
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-n7N-L7_o.js";
|
|
2
|
+
import { a as Optional } from "../../types-D_fjXif6.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-DzrYvQ8H.js";
|
|
4
|
+
import { t as separatorAnatomy } from "../../separator-anatomy-Cyw-DWpB.js";
|
|
5
|
+
import * as vue406 from "vue";
|
|
6
|
+
import { ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
|
+
import * as separator from "@sprawlify/primitives/machines/separator";
|
|
8
|
+
|
|
9
|
+
//#region src/components/separator/use-separator.d.ts
|
|
10
|
+
interface UseSeparatorProps extends Optional<Omit<separator.Props, 'dir' | 'getRootNode'>, 'id'> {}
|
|
11
|
+
interface UseSeparatorReturn extends ComputedRef<separator.Api<PropTypes>> {}
|
|
12
|
+
declare const useSeparator: (props?: MaybeRef<UseSeparatorProps>) => UseSeparatorReturn;
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/components/separator/use-separator-context.d.ts
|
|
15
|
+
interface UseSeparatorContext extends UseSeparatorReturn {}
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region src/components/separator/separator-context.vue.d.ts
|
|
18
|
+
interface SeparatorContextProps extends SlotsType<{
|
|
19
|
+
default: UnwrapRef<UseSeparatorContext>;
|
|
20
|
+
}> {}
|
|
21
|
+
declare const _default: typeof __VLS_export$2;
|
|
22
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue406.DefineComponent<{}, {}, {}, {}, {}, vue406.ComponentOptionsMixin, vue406.ComponentOptionsMixin, {}, string, vue406.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue406.ComponentProvideOptions, true, {}, any>, {
|
|
23
|
+
default(separator: UnwrapRef<UseSeparatorContext>): unknown;
|
|
24
|
+
}>;
|
|
25
|
+
type __VLS_WithSlots$2<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
//#endregion
|
|
31
|
+
//#region src/components/separator/separator-types.d.ts
|
|
32
|
+
interface RootProps {
|
|
33
|
+
id?: string;
|
|
34
|
+
ids?: Partial<{
|
|
35
|
+
root: string;
|
|
36
|
+
}>;
|
|
37
|
+
decorative?: boolean | undefined;
|
|
38
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
39
|
+
}
|
|
40
|
+
//#endregion
|
|
41
|
+
//#region src/components/separator/separator-root.vue.d.ts
|
|
42
|
+
interface SeparatorRootBaseProps extends RootProps, PolymorphicProps {}
|
|
43
|
+
interface SeparatorRootProps extends SeparatorRootBaseProps,
|
|
44
|
+
/**
|
|
45
|
+
* @vue-ignore
|
|
46
|
+
*/
|
|
47
|
+
HTMLAttributes {}
|
|
48
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
49
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue406.DefineComponent<SeparatorRootProps, {}, {}, {}, {}, vue406.ComponentOptionsMixin, vue406.ComponentOptionsMixin, {}, string, vue406.PublicProps, Readonly<SeparatorRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue406.ComponentProvideOptions, false, {}, any>, {
|
|
50
|
+
default?: (props: {}) => any;
|
|
51
|
+
}>;
|
|
52
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
53
|
+
new (): {
|
|
54
|
+
$slots: S;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/components/separator/separator-root-provider.vue.d.ts
|
|
59
|
+
interface RootProviderProps {
|
|
60
|
+
value: UnwrapRef<UseSeparatorReturn>;
|
|
61
|
+
}
|
|
62
|
+
interface SeparatorRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
63
|
+
interface SeparatorRootProviderProps extends SeparatorRootProviderBaseProps,
|
|
64
|
+
/**
|
|
65
|
+
* @vue-ignore
|
|
66
|
+
*/
|
|
67
|
+
HTMLAttributes {}
|
|
68
|
+
declare const _default$2: typeof __VLS_export;
|
|
69
|
+
declare const __VLS_export: __VLS_WithSlots<vue406.DefineComponent<SeparatorRootProviderProps, {}, {}, {}, {}, vue406.ComponentOptionsMixin, vue406.ComponentOptionsMixin, {}, string, vue406.PublicProps, Readonly<SeparatorRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue406.ComponentProvideOptions, false, {}, any>, {
|
|
70
|
+
default?: (props: {}) => any;
|
|
71
|
+
}>;
|
|
72
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
73
|
+
new (): {
|
|
74
|
+
$slots: S;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
declare namespace separator_d_exports {
|
|
78
|
+
export { _default as Context, SeparatorContextProps as ContextProps, _default$1 as Root, SeparatorRootBaseProps as RootBaseProps, SeparatorRootProps as RootProps, _default$2 as RootProvider, SeparatorRootProviderBaseProps as RootProviderBaseProps, SeparatorRootProviderProps as RootProviderProps };
|
|
79
|
+
}
|
|
80
|
+
//#endregion
|
|
81
|
+
export { separator_d_exports as Separator, _default as SeparatorContext, type SeparatorContextProps, _default$1 as SeparatorRoot, type SeparatorRootBaseProps, type SeparatorRootProps, _default$2 as SeparatorRootProvider, type SeparatorRootProviderBaseProps, type SeparatorRootProviderProps, type UseSeparatorContext, type UseSeparatorProps, type UseSeparatorReturn, separatorAnatomy, useSeparator, useSeparatorContext };
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { t as __exportAll } from "../../chunk-BN_g-Awi.js";
|
|
2
|
+
import { n as useMachine, r as normalizeProps$1 } from "../../core-DNndr38p.js";
|
|
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 separatorAnatomy } from "../../separator-anatomy-C9bGchxg.js";
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
|
+
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
|
+
import * as separator from "@sprawlify/primitives/machines/separator";
|
|
11
|
+
|
|
12
|
+
//#region src/components/separator/use-separator-context.ts
|
|
13
|
+
const [SeparatorProvider, useSeparatorContext] = createContext("SeparatorContext");
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
//#region src/components/separator/separator-context.vue?vue&type=script&setup=true&lang.ts
|
|
17
|
+
var separator_context_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
18
|
+
__name: "separator-context",
|
|
19
|
+
setup(__props) {
|
|
20
|
+
const separator = useSeparatorContext();
|
|
21
|
+
return (_ctx, _cache) => {
|
|
22
|
+
return renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(unref(separator))));
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
//#region src/components/separator/separator-context.vue
|
|
29
|
+
var separator_context_default = separator_context_vue_vue_type_script_setup_true_lang_default;
|
|
30
|
+
|
|
31
|
+
//#endregion
|
|
32
|
+
//#region src/components/separator/use-separator.ts
|
|
33
|
+
const useSeparator = (props = {}) => {
|
|
34
|
+
const id = useId();
|
|
35
|
+
const env = useEnvironmentContext(DEFAULT_ENVIRONMENT);
|
|
36
|
+
const locale = useLocaleContext(DEFAULT_LOCALE);
|
|
37
|
+
const context = computed(() => {
|
|
38
|
+
const localeProps = toValue(props);
|
|
39
|
+
return {
|
|
40
|
+
id,
|
|
41
|
+
dir: locale.value.dir,
|
|
42
|
+
getRootNode: env?.value.getRootNode,
|
|
43
|
+
...cleanProps(localeProps)
|
|
44
|
+
};
|
|
45
|
+
});
|
|
46
|
+
const service = useMachine(separator.machine, context);
|
|
47
|
+
return computed(() => separator.connect(service, normalizeProps$1));
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
//#endregion
|
|
51
|
+
//#region src/components/separator/separator-root.vue?vue&type=script&setup=true&lang.ts
|
|
52
|
+
var separator_root_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
53
|
+
__name: "separator-root",
|
|
54
|
+
props: {
|
|
55
|
+
id: {
|
|
56
|
+
type: String,
|
|
57
|
+
required: false
|
|
58
|
+
},
|
|
59
|
+
ids: {
|
|
60
|
+
type: Object,
|
|
61
|
+
required: false
|
|
62
|
+
},
|
|
63
|
+
decorative: {
|
|
64
|
+
type: Boolean,
|
|
65
|
+
required: false,
|
|
66
|
+
skipCheck: true
|
|
67
|
+
},
|
|
68
|
+
orientation: {
|
|
69
|
+
type: null,
|
|
70
|
+
required: false
|
|
71
|
+
},
|
|
72
|
+
asChild: {
|
|
73
|
+
type: Boolean,
|
|
74
|
+
required: false
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
setup(__props) {
|
|
78
|
+
const separator = useSeparator(__props);
|
|
79
|
+
SeparatorProvider(separator);
|
|
80
|
+
useForwardExpose();
|
|
81
|
+
return (_ctx, _cache) => {
|
|
82
|
+
return openBlock(), createBlock(unref(sprawlify).div, mergeProps(unref(separator).getRootProps(), { "as-child": __props.asChild }), {
|
|
83
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
|
|
84
|
+
_: 3
|
|
85
|
+
}, 16, ["as-child"]);
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
//#endregion
|
|
91
|
+
//#region src/components/separator/separator-root.vue
|
|
92
|
+
var separator_root_default = separator_root_vue_vue_type_script_setup_true_lang_default;
|
|
93
|
+
|
|
94
|
+
//#endregion
|
|
95
|
+
//#region src/components/separator/separator-root-provider.vue?vue&type=script&setup=true&lang.ts
|
|
96
|
+
var separator_root_provider_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
97
|
+
__name: "separator-root-provider",
|
|
98
|
+
props: {
|
|
99
|
+
value: {
|
|
100
|
+
type: null,
|
|
101
|
+
required: true
|
|
102
|
+
},
|
|
103
|
+
asChild: {
|
|
104
|
+
type: Boolean,
|
|
105
|
+
required: false
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
setup(__props) {
|
|
109
|
+
const props = __props;
|
|
110
|
+
const separator = computed(() => props.value);
|
|
111
|
+
SeparatorProvider(separator);
|
|
112
|
+
useForwardExpose();
|
|
113
|
+
return (_ctx, _cache) => {
|
|
114
|
+
return openBlock(), createBlock(unref(sprawlify).div, mergeProps(separator.value.getRootProps(), { "as-child": __props.asChild }), {
|
|
115
|
+
default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
|
|
116
|
+
_: 3
|
|
117
|
+
}, 16, ["as-child"]);
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
//#endregion
|
|
123
|
+
//#region src/components/separator/separator-root-provider.vue
|
|
124
|
+
var separator_root_provider_default = separator_root_provider_vue_vue_type_script_setup_true_lang_default;
|
|
125
|
+
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/components/separator/separator.ts
|
|
128
|
+
var separator_exports = /* @__PURE__ */ __exportAll({
|
|
129
|
+
Context: () => separator_context_default,
|
|
130
|
+
Root: () => separator_root_default,
|
|
131
|
+
RootProvider: () => separator_root_provider_default
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
//#endregion
|
|
135
|
+
export { separator_exports as Separator, separator_context_default as SeparatorContext, separator_root_default as SeparatorRoot, separator_root_provider_default as SeparatorRootProvider, separatorAnatomy, useSeparator, useSeparatorContext };
|
|
@@ -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 signaturePadAnatomy } from "../../signature-pad-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 signaturePadAnatomy } from "../../signature-pad-anatomy-ZbCDnYGZ.js";
|
|
5
|
+
import * as vue866 from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, MaybeRef, SVGAttributes, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as signaturePad from "@sprawlify/primitives/machines/signature-pad";
|
|
8
8
|
import { DrawDetails, DrawDetails as SignaturePadDrawDetails, DrawEndDetails, DrawEndDetails as SignaturePadDrawEndDetails, DrawingOptions, DrawingOptions as SignaturePadDrawingOptions, HiddenInputProps } from "@sprawlify/primitives/machines/signature-pad";
|
|
@@ -15,7 +15,7 @@ interface SignaturePadClearTriggerProps extends SignaturePadClearTriggerBaseProp
|
|
|
15
15
|
*/
|
|
16
16
|
ButtonHTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$8;
|
|
18
|
-
declare const __VLS_export$8: __VLS_WithSlots$7<
|
|
18
|
+
declare const __VLS_export$8: __VLS_WithSlots$7<vue866.DefineComponent<SignaturePadClearTriggerProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -60,7 +60,7 @@ interface SignaturePadContextProps extends SlotsType<{
|
|
|
60
60
|
default: UnwrapRef<UseSignaturePadContext>;
|
|
61
61
|
}> {}
|
|
62
62
|
declare const _default$1: typeof __VLS_export$7;
|
|
63
|
-
declare const __VLS_export$7: __VLS_WithSlots$6<
|
|
63
|
+
declare const __VLS_export$7: __VLS_WithSlots$6<vue866.DefineComponent<{}, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, true, {}, any>, {
|
|
64
64
|
default(signaturepad: UnwrapRef<UseSignaturePadContext>): unknown;
|
|
65
65
|
}>;
|
|
66
66
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -77,7 +77,7 @@ interface SignaturePadControlProps extends SignaturePadControlBaseProps,
|
|
|
77
77
|
*/
|
|
78
78
|
HTMLAttributes {}
|
|
79
79
|
declare const _default$2: typeof __VLS_export$6;
|
|
80
|
-
declare const __VLS_export$6: __VLS_WithSlots$5<
|
|
80
|
+
declare const __VLS_export$6: __VLS_WithSlots$5<vue866.DefineComponent<SignaturePadControlProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
81
81
|
default?: (props: {}) => any;
|
|
82
82
|
}>;
|
|
83
83
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -94,7 +94,7 @@ interface SignaturePadGuideProps extends SignaturePadGuideBaseProps,
|
|
|
94
94
|
*/
|
|
95
95
|
HTMLAttributes {}
|
|
96
96
|
declare const _default$3: typeof __VLS_export$5;
|
|
97
|
-
declare const __VLS_export$5: __VLS_WithSlots$4<
|
|
97
|
+
declare const __VLS_export$5: __VLS_WithSlots$4<vue866.DefineComponent<SignaturePadGuideProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadGuideProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
98
98
|
default?: (props: {}) => any;
|
|
99
99
|
}>;
|
|
100
100
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -111,7 +111,7 @@ interface SignaturePadHiddenInputProps extends SignaturePadHiddenInputBaseProps,
|
|
|
111
111
|
*/
|
|
112
112
|
Omit<InputHTMLAttributes, 'value'> {}
|
|
113
113
|
declare const _default$4: typeof __VLS_export$4;
|
|
114
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
114
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue866.DefineComponent<SignaturePadHiddenInputProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
115
115
|
default?: (props: {}) => any;
|
|
116
116
|
}>;
|
|
117
117
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -128,7 +128,7 @@ interface SignaturePadLabelProps extends SignaturePadLabelBaseProps,
|
|
|
128
128
|
*/
|
|
129
129
|
HTMLAttributes {}
|
|
130
130
|
declare const _default$5: typeof __VLS_export$3;
|
|
131
|
-
declare const __VLS_export$3: __VLS_WithSlots$2<
|
|
131
|
+
declare const __VLS_export$3: __VLS_WithSlots$2<vue866.DefineComponent<SignaturePadLabelProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
132
132
|
default?: (props: {}) => any;
|
|
133
133
|
}>;
|
|
134
134
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -148,7 +148,7 @@ interface SignaturePadRootProviderProps extends SignaturePadRootProviderBaseProp
|
|
|
148
148
|
*/
|
|
149
149
|
HTMLAttributes {}
|
|
150
150
|
declare const _default$7: typeof __VLS_export$2;
|
|
151
|
-
declare const __VLS_export$2: __VLS_WithSlots$1<
|
|
151
|
+
declare const __VLS_export$2: __VLS_WithSlots$1<vue866.DefineComponent<SignaturePadRootProviderProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
152
152
|
default?: (props: {}) => any;
|
|
153
153
|
}>;
|
|
154
154
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -166,11 +166,11 @@ interface SignaturePadRootProps extends SignaturePadRootBaseProps,
|
|
|
166
166
|
HTMLAttributes {}
|
|
167
167
|
interface SignaturePadRootEmits extends RootEmits {}
|
|
168
168
|
declare const _default$6: typeof __VLS_export$1;
|
|
169
|
-
declare const __VLS_export$1: __VLS_WithSlots<
|
|
169
|
+
declare const __VLS_export$1: __VLS_WithSlots<vue866.DefineComponent<SignaturePadRootBaseProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {
|
|
170
170
|
"update:paths": (paths: string[]) => any;
|
|
171
171
|
draw: (details: signaturePad.DrawDetails) => any;
|
|
172
172
|
drawEnd: (details: signaturePad.DrawEndDetails) => any;
|
|
173
|
-
}, string,
|
|
173
|
+
}, string, vue866.PublicProps, Readonly<SignaturePadRootBaseProps> & Readonly<{
|
|
174
174
|
"onUpdate:paths"?: ((paths: string[]) => any) | undefined;
|
|
175
175
|
onDraw?: ((details: signaturePad.DrawDetails) => any) | undefined;
|
|
176
176
|
onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
|
|
@@ -178,7 +178,7 @@ declare const __VLS_export$1: __VLS_WithSlots<vue1178.DefineComponent<SignatureP
|
|
|
178
178
|
disabled: boolean;
|
|
179
179
|
required: boolean;
|
|
180
180
|
readOnly: boolean;
|
|
181
|
-
}, {}, {}, {}, string,
|
|
181
|
+
}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
184
184
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -195,7 +195,7 @@ interface SignaturePadSegmentProps extends SignaturePadSegmentBaseProps,
|
|
|
195
195
|
*/
|
|
196
196
|
SVGAttributes {}
|
|
197
197
|
declare const _default$8: typeof __VLS_export;
|
|
198
|
-
declare const __VLS_export:
|
|
198
|
+
declare const __VLS_export: vue866.DefineComponent<SignaturePadSegmentProps, {}, {}, {}, {}, vue866.ComponentOptionsMixin, vue866.ComponentOptionsMixin, {}, string, vue866.PublicProps, Readonly<SignaturePadSegmentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue866.ComponentProvideOptions, false, {}, any>;
|
|
199
199
|
declare namespace signature_pad_d_exports {
|
|
200
200
|
export { _default as ClearTrigger, SignaturePadClearTriggerBaseProps as ClearTriggerBaseProps, SignaturePadClearTriggerProps as ClearTriggerProps, _default$1 as Context, SignaturePadContextProps as ContextProps, _default$2 as Control, SignaturePadControlBaseProps as ControlBaseProps, SignaturePadControlProps as ControlProps, DrawDetails, DrawEndDetails, DrawingOptions, _default$3 as Guide, SignaturePadGuideBaseProps as GuideBaseProps, SignaturePadGuideProps as GuideProps, _default$4 as HiddenInput, SignaturePadHiddenInputBaseProps as HiddenInputBaseProps, SignaturePadHiddenInputProps as HiddenInputProps, _default$5 as Label, SignaturePadLabelBaseProps as LabelBaseProps, SignaturePadLabelProps as LabelProps, _default$6 as Root, SignaturePadRootBaseProps as RootBaseProps, SignaturePadRootProps as RootProps, _default$7 as RootProvider, SignaturePadRootProviderBaseProps as RootProviderBaseProps, SignaturePadRootProviderProps as RootProviderProps, _default$8 as Segment, SignaturePadSegmentBaseProps as SegmentBaseProps, SignaturePadSegmentProps as SegmentProps };
|
|
201
201
|
}
|