@sprawlify/vue 0.0.74 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/carousel-anatomy-D1y42Ex5.d.ts +6 -0
- package/dist/checkbox-anatomy-C3nJ17T-.d.ts +6 -0
- package/dist/{collapsible-kw6uns8K.js → collapsible-OXksISO6.js} +1 -1
- package/dist/color-picker-anatomy-Dyp524yB.d.ts +6 -0
- package/dist/{combobox-anatomy-CwdkDJPn.d.ts → combobox-anatomy-pMR3g6v-.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +17 -17
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/anatomy.d.ts +51 -50
- package/dist/components/anatomy.js +16 -15
- package/dist/components/angle-slider/index.d.ts +17 -17
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +12 -12
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +24 -24
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +20 -20
- package/dist/components/checkbox/index.js +3 -3
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +16 -16
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +14 -14
- package/dist/components/collapsible/index.js +2 -2
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +57 -57
- package/dist/components/color-picker/index.js +4 -4
- package/dist/components/combobox/index.d.ts +35 -36
- package/dist/components/combobox/index.js +5 -5
- package/dist/components/date-picker/index.d.ts +49 -49
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +32 -32
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/download-trigger/index.js +1 -1
- package/dist/components/editable/index.d.ts +26 -26
- package/dist/components/editable/index.js +2 -2
- package/dist/components/field/index.d.ts +23 -23
- package/dist/components/field/index.js +2 -2
- package/dist/components/fieldset/index.d.ts +12 -12
- package/dist/components/fieldset/index.js +2 -2
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +2 -2
- package/dist/components/floating-panel/index.d.ts +29 -29
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +1 -1
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +4 -4
- package/dist/components/hover-card/index.d.ts +26 -26
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +15 -15
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +12 -12
- package/dist/components/json-tree-view/index.js +6 -6
- package/dist/components/listbox/index.d.ts +25 -25
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +24 -24
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +54 -54
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +21 -21
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +17 -17
- package/dist/components/number-input/index.js +2 -2
- package/dist/components/pagination/index.d.ts +18 -18
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +2 -2
- package/dist/components/pin-input/index.d.ts +19 -19
- package/dist/components/pin-input/index.js +2 -2
- package/dist/components/popover/index.d.ts +33 -33
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.d.ts +16 -16
- package/dist/components/progress/index.js +1 -1
- package/dist/components/qr-code/index.d.ts +12 -12
- package/dist/components/qr-code/index.js +1 -1
- package/dist/components/radio-group/index.d.ts +17 -17
- package/dist/components/radio-group/index.js +2 -2
- package/dist/components/rating-group/index.d.ts +16 -16
- package/dist/components/rating-group/index.js +2 -2
- package/dist/components/scroll-area/index.d.ts +13 -13
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/segment-group/index.d.ts +17 -17
- package/dist/components/segment-group/index.js +1 -1
- package/dist/components/select/index.d.ts +41 -41
- package/dist/components/select/index.js +5 -5
- package/dist/components/separator/index.d.ts +81 -0
- package/dist/components/separator/index.js +135 -0
- package/dist/components/signature-pad/index.d.ts +16 -16
- package/dist/components/signature-pad/index.js +3 -3
- package/dist/components/slider/index.d.ts +20 -20
- package/dist/components/slider/index.js +2 -2
- package/dist/components/splitter/index.d.ts +15 -15
- package/dist/components/splitter/index.js +2 -2
- package/dist/components/steps/index.d.ts +21 -21
- package/dist/components/steps/index.js +2 -2
- package/dist/components/switch/index.d.ts +15 -15
- package/dist/components/switch/index.js +3 -3
- package/dist/components/tabs/index.d.ts +16 -16
- package/dist/components/tabs/index.js +4 -4
- package/dist/components/tags-input/index.d.ts +36 -36
- package/dist/components/tags-input/index.js +3 -3
- package/dist/components/timer/index.d.ts +15 -15
- package/dist/components/timer/index.js +2 -2
- package/dist/components/toast/index.d.ts +12 -12
- package/dist/components/toast/index.js +2 -2
- package/dist/components/toggle/index.d.ts +10 -10
- package/dist/components/toggle/index.js +2 -2
- package/dist/components/toggle-group/index.d.ts +13 -13
- package/dist/components/toggle-group/index.js +2 -2
- package/dist/components/tooltip/index.d.ts +20 -20
- package/dist/components/tooltip/index.js +4 -4
- package/dist/components/tour/index.d.ts +30 -30
- package/dist/components/tour/index.js +4 -4
- package/dist/components/tree-view/index.d.ts +6 -6
- package/dist/components/tree-view/index.js +6 -6
- package/dist/date-picker-anatomy-Br9ap7TS.d.ts +6 -0
- package/dist/{field-C6iB3Tje.js → field-B_BAnE0z.js} +1 -1
- package/dist/{field-anatomy-meDug-96.d.ts → field-anatomy-loNm9_9u.d.ts} +2 -2
- package/dist/{fieldset-B1bn9yHW.js → fieldset-XmKsNoOC.js} +1 -1
- package/dist/{image-cropper-anatomy-Q-TC-Ntz.d.ts → image-cropper-anatomy-6_a6BSeW.d.ts} +1 -1
- package/dist/{index-_AirUBz0.d.ts → index-C-kA-knN.d.ts} +7 -7
- package/dist/{index-CKLWua9t.d.ts → index-DZ1ummfv.d.ts} +33 -33
- package/dist/{index-DmKzfNVe.d.ts → index-DzrYvQ8H.d.ts} +2 -2
- package/dist/{index-DLfVD7U5.d.ts → index-VvcSzgim.d.ts} +9 -9
- package/dist/index.d.ts +3 -3
- package/dist/listbox-anatomy-ZW3V07FW.d.ts +6 -0
- package/dist/{presence-Byk0B_Vq.js → presence-B50UYKDY.js} +1 -1
- package/dist/{segment-group-anatomy-CNtzx5Yr.d.ts → segment-group-anatomy-DesMk15u.d.ts} +2 -2
- package/dist/separator-anatomy-C9bGchxg.js +3 -0
- package/dist/separator-anatomy-Cyw-DWpB.d.ts +2 -0
- package/dist/toggle-anatomy-C4EVS7GQ.d.ts +6 -0
- package/dist/tour-anatomy-Bc1FNWON.d.ts +6 -0
- package/dist/{tree-view-BBC0paRq.js → tree-view-D0JBQ_ly.js} +4 -4
- package/package.json +2 -2
- package/dist/carousel-anatomy-CP646ljY.d.ts +0 -6
- package/dist/checkbox-anatomy-DGrjF6ri.d.ts +0 -6
- package/dist/color-picker-anatomy-C18pJhHu.d.ts +0 -6
- package/dist/date-picker-anatomy-B3KhAu53.d.ts +0 -6
- package/dist/listbox-anatomy-CHgk_go8.d.ts +0 -6
- package/dist/toggle-anatomy-DFzkjtVR.d.ts +0 -6
- package/dist/tour-anatomy-CgFQsxyi.d.ts +0 -6
- /package/dist/{accordion-anatomy-rCL5aWqn.d.ts → accordion-anatomy-Bxs15n6t.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-Dx77gXPi.d.ts → angle-slider-anatomy-4JLhdGMa.d.ts} +0 -0
- /package/dist/{avatar-anatomy-DqwdmVib.d.ts → avatar-anatomy-DRst-MIc.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CATwdEhi.d.ts → bottom-sheet-anatomy-DUXumYfR.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-BtxJPw4p.d.ts → clipboard-anatomy-BOEGNpiY.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-C-2X58M2.d.ts → collapsible-anatomy-DxiuORza.d.ts} +0 -0
- /package/dist/{collection-BHgAE3BH.js → collection-CBh5p7A_.js} +0 -0
- /package/dist/{create-split-props-BQ6yvpdF.js → create-split-props-D8oe6Rby.js} +0 -0
- /package/dist/{dialog-anatomy--8BPzYvc.d.ts → dialog-anatomy-ByMvuBxr.d.ts} +0 -0
- /package/dist/{editable-anatomy-qX6giV4Y.d.ts → editable-anatomy-D7zUtMKW.d.ts} +0 -0
- /package/dist/{factory-D5HMCjkS.d.ts → factory-n7N-L7_o.d.ts} +0 -0
- /package/dist/{factory-DxZQviAU.js → factory-xNPol80p.js} +0 -0
- /package/dist/{fieldset-anatomy-BENizr4L.d.ts → fieldset-anatomy-9h1GFO6X.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-BFGZTW-d.d.ts → file-upload-anatomy-DdLNgaPz.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-aRL0nEuA.d.ts → floating-panel-anatomy-DwkXF2tr.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-BL8G0P5L.d.ts → hover-card-anatomy-CTX5TEi3.d.ts} +0 -0
- /package/dist/{index-e9UjgIag.d.ts → index-BezmG5AK.d.ts} +0 -0
- /package/dist/{marquee-anatomy-BSMR6X4B.d.ts → marquee-anatomy-CS5BoKG3.d.ts} +0 -0
- /package/dist/{menu-anatomy-2i8La6ak.d.ts → menu-anatomy-DcjSKaK6.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-kSlLw4EL.d.ts → navigation-menu-anatomy-bvfS7a-6.d.ts} +0 -0
- /package/dist/{number-input-anatomy-BrKnd1U3.d.ts → number-input-anatomy-BEL1Q-ZK.d.ts} +0 -0
- /package/dist/{pagination-anatomy-NpCn-mYm.d.ts → pagination-anatomy-xc9Fxt__.d.ts} +0 -0
- /package/dist/{password-input-anatomy-BJPXSE6T.d.ts → password-input-anatomy-CQFdYR2z.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-OckZj-cF.d.ts → pin-input-anatomy-nRaqyCV2.d.ts} +0 -0
- /package/dist/{popover-anatomy-Ce31QPso.d.ts → popover-anatomy-Cwp8_2Po.d.ts} +0 -0
- /package/dist/{presence-types-CaUy1bPc.d.ts → presence-types-CC57eEhO.d.ts} +0 -0
- /package/dist/{progress-anatomy-DUD4W7vg.d.ts → progress-anatomy-BubUhrtU.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-Dmh5IV3m.d.ts → qr-code-anatomy-DKYQO_yO.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-CXwS1OoR.d.ts → radio-group-anatomy-CiNL4B5J.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-DMTutKxa.d.ts → rating-group-anatomy-DEi1Omvv.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-Cxkrq_al.d.ts → scroll-area-anatomy-CefzWgS5.d.ts} +0 -0
- /package/dist/{select-anatomy-Elu3b3Op.d.ts → select-anatomy-BLK5Kq84.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-Mz3w_i5B.js → signature-pad-anatomy-CoeXwoDo.js} +0 -0
- /package/dist/{signature-pad-anatomy-B-OK1170.d.ts → signature-pad-anatomy-ZbCDnYGZ.d.ts} +0 -0
- /package/dist/{slider-anatomy-Ctfd4geR.d.ts → slider-anatomy-BMTjqedI.d.ts} +0 -0
- /package/dist/{slider-anatomy-3KpCBnz3.js → slider-anatomy-D1MIQawS.js} +0 -0
- /package/dist/{splitter-anatomy-CN7s6WdQ.d.ts → splitter-anatomy-Bb-vdY9S.d.ts} +0 -0
- /package/dist/{splitter-anatomy-D2RNa-hA.js → splitter-anatomy-mbvD9KMw.js} +0 -0
- /package/dist/{steps-anatomy-DrtAi5Mk.d.ts → steps-anatomy-CMM7Zciy.d.ts} +0 -0
- /package/dist/{steps-anatomy-CSfgiyVI.js → steps-anatomy-DL1kFLaW.js} +0 -0
- /package/dist/{switch-anatomy-DDL1v5Fs.js → switch-anatomy-C_MAURJE.js} +0 -0
- /package/dist/{switch-anatomy-Z4qGqnte.d.ts → switch-anatomy-Dmg0RYjh.d.ts} +0 -0
- /package/dist/{tabs-anatomy-BL3YLH_t.d.ts → tabs-anatomy-CgXloO7s.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DlQHg-E8.js → tabs-anatomy-DF_ekPnt.js} +0 -0
- /package/dist/{tags-input-anatomy-AHepxK3s.d.ts → tags-input-anatomy-C0HLrulm.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-DYSi98Bx.js → tags-input-anatomy-Dpn_Smms.js} +0 -0
- /package/dist/{timer-anatomy-C9bTbrUf.js → timer-anatomy-BF3_7vbc.js} +0 -0
- /package/dist/{timer-anatomy-Be-Fa71t.d.ts → timer-anatomy-D0Ey9n_K.d.ts} +0 -0
- /package/dist/{toast-anatomy-CssUp7TT.js → toast-anatomy-BHDNHkvU.js} +0 -0
- /package/dist/{toast-anatomy-_k_zeUjw.d.ts → toast-anatomy-DHifYWal.d.ts} +0 -0
- /package/dist/{toggle-anatomy-D8XJQLnW.js → toggle-anatomy-B79YArNR.js} +0 -0
- /package/dist/{toggle-group-anatomy-L0_56E8r.d.ts → toggle-group-anatomy-BpV0-6Xe.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-DD8PvB75.js → toggle-group-anatomy-CFLq6ia_.js} +0 -0
- /package/dist/{tooltip-anatomy-jbsTMGov.d.ts → tooltip-anatomy-BlxUQUEe.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-CPw1wOXd.js → tooltip-anatomy-D6lPF-Wq.js} +0 -0
- /package/dist/{tour-anatomy-CDmnjoPR.js → tour-anatomy-Cg6ZDDuV.js} +0 -0
- /package/dist/{tree-view-anatomy-BW_ruJ-g.js → tree-view-anatomy--Ft8ROVn.js} +0 -0
- /package/dist/{tree-view-anatomy-BM2MLpUa.d.ts → tree-view-anatomy-zTRJrcH9.d.ts} +0 -0
- /package/dist/{types-DVbnnQPS.d.ts → types-D_fjXif6.d.ts} +0 -0
- /package/dist/{use-render-strategy-Bx4OiQlo.js → use-render-strategy-3G0_HWbg.js} +0 -0
- /package/dist/{use-render-strategy-DsagWQCm.d.ts → use-render-strategy-CEbMLMD1.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as radioGroupAnatomy } from "../../radio-group-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 radioGroupAnatomy } from "../../radio-group-anatomy-CiNL4B5J.js";
|
|
5
|
+
import * as vue314 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as radioGroup from "@sprawlify/primitives/machines/radio-group";
|
|
8
8
|
import { ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as RadioGroupValueChangeDetails } from "@sprawlify/primitives/machines/radio-group";
|
|
@@ -49,7 +49,7 @@ interface RadioGroupContextProps extends SlotsType<{
|
|
|
49
49
|
default: UnwrapRef<UseRadioGroupContext>;
|
|
50
50
|
}> {}
|
|
51
51
|
declare const _default: typeof __VLS_export$9;
|
|
52
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
52
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue314.DefineComponent<{}, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, true, {}, any>, {
|
|
53
53
|
default(radioGroup: UnwrapRef<UseRadioGroupContext>): unknown;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -66,7 +66,7 @@ interface RadioGroupIndicatorProps extends RadioGroupIndicatorBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
HTMLAttributes {}
|
|
68
68
|
declare const _default$1: typeof __VLS_export$8;
|
|
69
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
69
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue314.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
70
70
|
default?: (props: {}) => any;
|
|
71
71
|
}>;
|
|
72
72
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -83,7 +83,7 @@ interface RadioGroupItemContextProps extends SlotsType<{
|
|
|
83
83
|
default: UnwrapRef<UseRadioGroupItemContext>;
|
|
84
84
|
}> {}
|
|
85
85
|
declare const _default$3: typeof __VLS_export$7;
|
|
86
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
86
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue314.DefineComponent<{}, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, true, {}, any>, {
|
|
87
87
|
default(item: UnwrapRef<UseRadioGroupItemContext>): unknown;
|
|
88
88
|
}>;
|
|
89
89
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -100,7 +100,7 @@ interface RadioGroupItemControlProps extends RadioGroupItemControlBaseProps,
|
|
|
100
100
|
*/
|
|
101
101
|
HTMLAttributes {}
|
|
102
102
|
declare const _default$4: typeof __VLS_export$6;
|
|
103
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
103
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue314.DefineComponent<RadioGroupItemControlProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupItemControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
104
104
|
default?: (props: {}) => any;
|
|
105
105
|
}>;
|
|
106
106
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -117,7 +117,7 @@ interface RadioGroupItemHiddenInputProps extends RadioGroupItemHiddenInputBasePr
|
|
|
117
117
|
*/
|
|
118
118
|
InputHTMLAttributes {}
|
|
119
119
|
declare const _default$5: typeof __VLS_export$5;
|
|
120
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
120
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue314.DefineComponent<RadioGroupItemHiddenInputProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupItemHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
121
121
|
default?: (props: {}) => any;
|
|
122
122
|
}>;
|
|
123
123
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -134,7 +134,7 @@ interface RadioGroupItemTextProps extends RadioGroupItemTextBaseProps,
|
|
|
134
134
|
*/
|
|
135
135
|
HTMLAttributes {}
|
|
136
136
|
declare const _default$6: typeof __VLS_export$4;
|
|
137
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
137
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue314.DefineComponent<RadioGroupItemTextProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
138
138
|
default?: (props: {}) => any;
|
|
139
139
|
}>;
|
|
140
140
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -151,7 +151,7 @@ interface RadioGroupItemProps extends RadioGroupItemBaseProps,
|
|
|
151
151
|
*/
|
|
152
152
|
LabelHTMLAttributes {}
|
|
153
153
|
declare const _default$2: typeof __VLS_export$3;
|
|
154
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
154
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue314.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
155
155
|
default?: (props: {}) => any;
|
|
156
156
|
}>;
|
|
157
157
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -168,7 +168,7 @@ interface RadioGroupLabelProps extends RadioGroupLabelBaseProps,
|
|
|
168
168
|
*/
|
|
169
169
|
LabelHTMLAttributes {}
|
|
170
170
|
declare const _default$7: typeof __VLS_export$2;
|
|
171
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
171
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue314.DefineComponent<RadioGroupLabelProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
172
172
|
default?: (props: {}) => any;
|
|
173
173
|
}>;
|
|
174
174
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -188,7 +188,7 @@ interface RadioGroupRootProviderProps extends RadioGroupRootProviderBaseProps,
|
|
|
188
188
|
*/
|
|
189
189
|
HTMLAttributes {}
|
|
190
190
|
declare const _default$9: typeof __VLS_export$1;
|
|
191
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
191
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue314.DefineComponent<RadioGroupRootProviderProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {}, string, vue314.PublicProps, Readonly<RadioGroupRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
192
192
|
default?: (props: {}) => any;
|
|
193
193
|
}>;
|
|
194
194
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -206,10 +206,10 @@ interface RadioGroupRootProps extends RadioGroupRootBaseProps,
|
|
|
206
206
|
HTMLAttributes {}
|
|
207
207
|
interface RadioGroupRootEmits extends RootEmits {}
|
|
208
208
|
declare const _default$8: typeof __VLS_export;
|
|
209
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
209
|
+
declare const __VLS_export: __VLS_WithSlots<vue314.DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, vue314.ComponentOptionsMixin, vue314.ComponentOptionsMixin, {
|
|
210
210
|
valueChange: (details: radioGroup.ValueChangeDetails) => any;
|
|
211
211
|
"update:modelValue": (value: string | null) => any;
|
|
212
|
-
}, string,
|
|
212
|
+
}, string, vue314.PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
|
|
213
213
|
onValueChange?: ((details: radioGroup.ValueChangeDetails) => any) | undefined;
|
|
214
214
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
215
215
|
}>, {
|
|
@@ -217,7 +217,7 @@ declare const __VLS_export: __VLS_WithSlots<vue279.DefineComponent<RadioGroupRoo
|
|
|
217
217
|
required: boolean;
|
|
218
218
|
invalid: boolean;
|
|
219
219
|
readOnly: boolean;
|
|
220
|
-
}, {}, {}, {}, string,
|
|
220
|
+
}, {}, {}, {}, string, vue314.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
223
223
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -5,10 +5,10 @@ import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import "../../fieldset-anatomy-DmZTaMK6.js";
|
|
7
7
|
import { t as radioGroupAnatomy } from "../../radio-group-anatomy-C7L8dkhn.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
10
|
import { t as toBooleanValue } from "../../boolean-L5YmbZkb.js";
|
|
11
|
-
import { l as useFieldsetContext } from "../../fieldset-
|
|
11
|
+
import { l as useFieldsetContext } from "../../fieldset-XmKsNoOC.js";
|
|
12
12
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
13
13
|
import * as radioGroup from "@sprawlify/primitives/machines/radio-group";
|
|
14
14
|
|
|
@@ -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 ratingGroupAnatomy } from "../../rating-group-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 ratingGroupAnatomy } from "../../rating-group-anatomy-DEi1Omvv.js";
|
|
5
|
+
import * as vue354 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as ratingGroup from "@sprawlify/primitives/machines/rating-group";
|
|
8
8
|
import { HoverChangeDetails, HoverChangeDetails as RatingGroupHoverChangeDetails, ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as RatingGroupValueChangeDetails } from "@sprawlify/primitives/machines/rating-group";
|
|
@@ -15,7 +15,7 @@ interface RatingGroupControlProps extends RatingGroupControlBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default$1: typeof __VLS_export$7;
|
|
18
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
18
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue354.DefineComponent<RatingGroupControlProps, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<RatingGroupControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface RatingGroupHiddenInputProps extends RatingGroupHiddenInputBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
InputHTMLAttributes {}
|
|
34
34
|
declare const _default$2: typeof __VLS_export$6;
|
|
35
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
35
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue354.DefineComponent<RatingGroupHiddenInputProps, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<RatingGroupHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, false, {}, any>, {
|
|
36
36
|
default?: (props: {}) => any;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -49,7 +49,7 @@ interface RatingGroupItemContextProps extends SlotsType<{
|
|
|
49
49
|
default: UnwrapRef<UseRatingGroupItemContext>;
|
|
50
50
|
}> {}
|
|
51
51
|
declare const _default$4: typeof __VLS_export$5;
|
|
52
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
52
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue354.DefineComponent<{}, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, true, {}, any>, {
|
|
53
53
|
default(item: UnwrapRef<UseRatingGroupItemContext>): unknown;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -66,7 +66,7 @@ interface RatingGroupItemProps extends RatingGroupItemBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
HTMLAttributes {}
|
|
68
68
|
declare const _default$3: typeof __VLS_export$4;
|
|
69
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
69
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue354.DefineComponent<RatingGroupItemProps, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<RatingGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, false, {}, any>, {
|
|
70
70
|
default?: (props: {}) => any;
|
|
71
71
|
}>;
|
|
72
72
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -83,7 +83,7 @@ interface RatingGroupLabelProps extends RatingGroupLabelBaseProps,
|
|
|
83
83
|
*/
|
|
84
84
|
LabelHTMLAttributes {}
|
|
85
85
|
declare const _default$5: typeof __VLS_export$3;
|
|
86
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
86
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue354.DefineComponent<RatingGroupLabelProps, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<RatingGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, false, {}, any>, {
|
|
87
87
|
default?: (props: {}) => any;
|
|
88
88
|
}>;
|
|
89
89
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -103,7 +103,7 @@ interface RatingGroupRootProviderProps extends RatingGroupRootProviderBaseProps,
|
|
|
103
103
|
*/
|
|
104
104
|
HTMLAttributes {}
|
|
105
105
|
declare const _default$7: typeof __VLS_export$2;
|
|
106
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
106
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue354.DefineComponent<RatingGroupRootProviderProps, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<RatingGroupRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, false, {}, any>, {
|
|
107
107
|
default?: (props: {}) => any;
|
|
108
108
|
}>;
|
|
109
109
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -149,21 +149,21 @@ interface RatingGroupRootProps extends RatingGroupRootBaseProps,
|
|
|
149
149
|
HTMLAttributes {}
|
|
150
150
|
interface RatingGroupRootEmits extends RootEmits {}
|
|
151
151
|
declare const _default$6: typeof __VLS_export$1;
|
|
152
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
152
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue354.DefineComponent<RatingGroupRootProps, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {
|
|
153
153
|
valueChange: (details: ratingGroup.ValueChangeDetails) => any;
|
|
154
154
|
"update:modelValue": (value: number) => any;
|
|
155
155
|
hoverChange: (details: ratingGroup.HoverChangeDetails) => any;
|
|
156
|
-
}, string,
|
|
156
|
+
}, string, vue354.PublicProps, Readonly<RatingGroupRootProps> & Readonly<{
|
|
157
157
|
onValueChange?: ((details: ratingGroup.ValueChangeDetails) => any) | undefined;
|
|
158
158
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
159
|
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
161
|
disabled: boolean;
|
|
162
162
|
required: boolean;
|
|
163
|
-
readOnly: boolean;
|
|
164
163
|
autoFocus: boolean;
|
|
164
|
+
readOnly: boolean;
|
|
165
165
|
allowHalf: boolean;
|
|
166
|
-
}, {}, {}, {}, string,
|
|
166
|
+
}, {}, {}, {}, string, vue354.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
168
168
|
}>;
|
|
169
169
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -190,7 +190,7 @@ interface RatingGroupContextProps extends SlotsType<{
|
|
|
190
190
|
default: UnwrapRef<UseRatingGroupContext>;
|
|
191
191
|
}> {}
|
|
192
192
|
declare const _default: typeof __VLS_export;
|
|
193
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
193
|
+
declare const __VLS_export: __VLS_WithSlots<vue354.DefineComponent<{}, {}, {}, {}, {}, vue354.ComponentOptionsMixin, vue354.ComponentOptionsMixin, {}, string, vue354.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue354.ComponentProvideOptions, true, {}, any>, {
|
|
194
194
|
default(ratingGroup: UnwrapRef<UseRatingGroupContext>): unknown;
|
|
195
195
|
}>;
|
|
196
196
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -5,9 +5,9 @@ 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 ratingGroupAnatomy } from "../../rating-group-anatomy-CBhzoESK.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 { p as useFieldContext } from "../../field-
|
|
10
|
+
import { p as useFieldContext } from "../../field-B_BAnE0z.js";
|
|
11
11
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as ratingGroup from "@sprawlify/primitives/machines/rating-group";
|
|
13
13
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import { t as scrollAreaAnatomy } from "../../scroll-area-anatomy-
|
|
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 scrollAreaAnatomy } from "../../scroll-area-anatomy-CefzWgS5.js";
|
|
5
5
|
import { Orientation } from "@sprawlify/primitives/types";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue881 from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import * as scrollArea from "@sprawlify/primitives/machines/scroll-area";
|
|
9
9
|
import { ElementIds, ElementIds as ScrollAreaElementIds, ScrollToDetails, ScrollToDetails as ScrollAreaScrollToDetails, ScrollToEdge as ScrollAreaScrollToEdge, ScrollToEdgeDetails, ScrollToEdgeDetails as ScrollAreaScrollToEdgeDetails, ScrollbarState as ScrollAreaScrollbarState } from "@sprawlify/primitives/machines/scroll-area";
|
|
@@ -21,7 +21,7 @@ interface ScrollAreaContextProps extends SlotsType<{
|
|
|
21
21
|
default: UnwrapRef<UseScrollAreaContext>;
|
|
22
22
|
}> {}
|
|
23
23
|
declare const _default$1: typeof __VLS_export$7;
|
|
24
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
24
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue881.DefineComponent<{}, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, true, {}, any>, {
|
|
25
25
|
default(scrollArea: UnwrapRef<UseScrollAreaContext>): unknown;
|
|
26
26
|
}>;
|
|
27
27
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -38,7 +38,7 @@ interface ScrollAreaContentProps extends ScrollAreaContentBaseProps,
|
|
|
38
38
|
*/
|
|
39
39
|
HTMLAttributes {}
|
|
40
40
|
declare const _default: typeof __VLS_export$6;
|
|
41
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
41
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue881.DefineComponent<ScrollAreaContentProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
42
42
|
default?: (props: {}) => any;
|
|
43
43
|
}>;
|
|
44
44
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -55,7 +55,7 @@ interface ScrollAreaCornerProps extends ScrollAreaCornerBaseProps,
|
|
|
55
55
|
*/
|
|
56
56
|
HTMLAttributes {}
|
|
57
57
|
declare const _default$2: typeof __VLS_export$5;
|
|
58
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
58
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue881.DefineComponent<ScrollAreaCornerProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaCornerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
59
59
|
default?: (props: {}) => any;
|
|
60
60
|
}>;
|
|
61
61
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -84,7 +84,7 @@ interface ScrollAreaRootProps extends ScrollAreaRootBaseProps,
|
|
|
84
84
|
*/
|
|
85
85
|
HTMLAttributes {}
|
|
86
86
|
declare const _default$3: typeof __VLS_export$4;
|
|
87
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
87
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue881.DefineComponent<ScrollAreaRootBaseProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaRootBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
88
88
|
default?: (props: {}) => any;
|
|
89
89
|
}>;
|
|
90
90
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -103,7 +103,7 @@ interface ScrollAreaRootProviderProps extends ScrollAreaRootProviderBaseProps,
|
|
|
103
103
|
*/
|
|
104
104
|
Omit<HTMLAttributes, 'value'> {}
|
|
105
105
|
declare const _default$4: typeof __VLS_export$3;
|
|
106
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
106
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue881.DefineComponent<ScrollAreaRootProviderBaseProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaRootProviderBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
107
107
|
default?: (props: {}) => any;
|
|
108
108
|
}>;
|
|
109
109
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -123,7 +123,7 @@ interface ScrollAreaScrollbarProps extends ScrollAreaScrollbarBaseProps,
|
|
|
123
123
|
*/
|
|
124
124
|
HTMLAttributes {}
|
|
125
125
|
declare const _default$5: typeof __VLS_export$2;
|
|
126
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
126
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue881.DefineComponent<ScrollAreaScrollbarBaseProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaScrollbarBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
127
127
|
default?: (props: {}) => any;
|
|
128
128
|
}>;
|
|
129
129
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -140,7 +140,7 @@ interface ScrollAreaThumbProps extends ScrollAreaThumbBaseProps,
|
|
|
140
140
|
*/
|
|
141
141
|
HTMLAttributes {}
|
|
142
142
|
declare const _default$6: typeof __VLS_export$1;
|
|
143
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
143
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue881.DefineComponent<ScrollAreaThumbBaseProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaThumbBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
144
144
|
default?: (props: {}) => any;
|
|
145
145
|
}>;
|
|
146
146
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -157,7 +157,7 @@ interface ScrollAreaViewportProps extends ScrollAreaViewportBaseProps,
|
|
|
157
157
|
*/
|
|
158
158
|
HTMLAttributes {}
|
|
159
159
|
declare const _default$7: typeof __VLS_export;
|
|
160
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
160
|
+
declare const __VLS_export: __VLS_WithSlots<vue881.DefineComponent<ScrollAreaViewportProps, {}, {}, {}, {}, vue881.ComponentOptionsMixin, vue881.ComponentOptionsMixin, {}, string, vue881.PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue881.ComponentProvideOptions, false, {}, any>, {
|
|
161
161
|
default?: (props: {}) => any;
|
|
162
162
|
}>;
|
|
163
163
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as scrollAreaAnatomy } from "../../scroll-area-anatomy-B-FlUOdc.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as scrollArea from "@sprawlify/primitives/machines/scroll-area";
|
|
@@ -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 segmentGroupAnatomy } from "../../segment-group-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 segmentGroupAnatomy } from "../../segment-group-anatomy-DesMk15u.js";
|
|
5
|
+
import * as vue1651 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as segmentGroup from "@sprawlify/primitives/machines/radio-group";
|
|
8
8
|
import { ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as SegmentGroupValueChangeDetails } from "@sprawlify/primitives/machines/radio-group";
|
|
@@ -47,7 +47,7 @@ interface SegmentGroupContextProps extends SlotsType<{
|
|
|
47
47
|
default: UnwrapRef<UseSegmentGroupContext>;
|
|
48
48
|
}> {}
|
|
49
49
|
declare const _default: typeof __VLS_export$9;
|
|
50
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
50
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1651.DefineComponent<{}, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, true, {}, any>, {
|
|
51
51
|
default(segmentGroup: UnwrapRef<UseSegmentGroupContext>): unknown;
|
|
52
52
|
}>;
|
|
53
53
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -64,7 +64,7 @@ interface SegmentGroupIndicatorProps extends SegmentGroupIndicatorBaseProps,
|
|
|
64
64
|
*/
|
|
65
65
|
HTMLAttributes {}
|
|
66
66
|
declare const _default$1: typeof __VLS_export$8;
|
|
67
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
67
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1651.DefineComponent<SegmentGroupIndicatorProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
68
68
|
default?: (props: {}) => any;
|
|
69
69
|
}>;
|
|
70
70
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -81,7 +81,7 @@ interface SegmentGroupItemContextProps extends SlotsType<{
|
|
|
81
81
|
default: UnwrapRef<UseSegmentGroupItemContext>;
|
|
82
82
|
}> {}
|
|
83
83
|
declare const _default$3: typeof __VLS_export$7;
|
|
84
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
84
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1651.DefineComponent<{}, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, true, {}, any>, {
|
|
85
85
|
default(item: UnwrapRef<UseSegmentGroupItemContext>): unknown;
|
|
86
86
|
}>;
|
|
87
87
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -98,7 +98,7 @@ interface SegmentGroupItemControlProps extends SegmentGroupItemControlBaseProps,
|
|
|
98
98
|
*/
|
|
99
99
|
HTMLAttributes {}
|
|
100
100
|
declare const _default$4: typeof __VLS_export$6;
|
|
101
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
101
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1651.DefineComponent<SegmentGroupItemControlProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupItemControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
102
102
|
default?: (props: {}) => any;
|
|
103
103
|
}>;
|
|
104
104
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -115,7 +115,7 @@ interface SegmentGroupItemHiddenInputProps extends SegmentGroupItemHiddenInputBa
|
|
|
115
115
|
*/
|
|
116
116
|
InputHTMLAttributes {}
|
|
117
117
|
declare const _default$5: typeof __VLS_export$5;
|
|
118
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
118
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1651.DefineComponent<SegmentGroupItemHiddenInputProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupItemHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
119
119
|
default?: (props: {}) => any;
|
|
120
120
|
}>;
|
|
121
121
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -132,7 +132,7 @@ interface SegmentGroupItemTextProps extends SegmentGroupItemTextBaseProps,
|
|
|
132
132
|
*/
|
|
133
133
|
HTMLAttributes {}
|
|
134
134
|
declare const _default$6: typeof __VLS_export$4;
|
|
135
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
135
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1651.DefineComponent<SegmentGroupItemTextProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
136
136
|
default?: (props: {}) => any;
|
|
137
137
|
}>;
|
|
138
138
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -149,7 +149,7 @@ interface SegmentGroupItemProps extends SegmentGroupItemBaseProps,
|
|
|
149
149
|
*/
|
|
150
150
|
LabelHTMLAttributes {}
|
|
151
151
|
declare const _default$2: typeof __VLS_export$3;
|
|
152
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
152
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1651.DefineComponent<SegmentGroupItemProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
153
153
|
default?: (props: {}) => any;
|
|
154
154
|
}>;
|
|
155
155
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -166,7 +166,7 @@ interface SegmentGroupLabelProps extends SegmentGroupLabelBaseProps,
|
|
|
166
166
|
*/
|
|
167
167
|
LabelHTMLAttributes {}
|
|
168
168
|
declare const _default$7: typeof __VLS_export$2;
|
|
169
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
169
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1651.DefineComponent<SegmentGroupLabelProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
170
170
|
default?: (props: {}) => any;
|
|
171
171
|
}>;
|
|
172
172
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -186,7 +186,7 @@ interface SegmentGroupRootProviderProps extends SegmentGroupRootProviderBaseProp
|
|
|
186
186
|
*/
|
|
187
187
|
HTMLAttributes {}
|
|
188
188
|
declare const _default$9: typeof __VLS_export$1;
|
|
189
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
189
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1651.DefineComponent<SegmentGroupRootProviderProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {}, string, vue1651.PublicProps, Readonly<SegmentGroupRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
190
190
|
default?: (props: {}) => any;
|
|
191
191
|
}>;
|
|
192
192
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -204,16 +204,16 @@ interface SegmentGroupRootProps extends SegmentGroupRootBaseProps,
|
|
|
204
204
|
HTMLAttributes {}
|
|
205
205
|
interface SegmentGroupRootEmits extends RootEmits {}
|
|
206
206
|
declare const _default$8: typeof __VLS_export;
|
|
207
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
207
|
+
declare const __VLS_export: __VLS_WithSlots<vue1651.DefineComponent<SegmentGroupRootProps, {}, {}, {}, {}, vue1651.ComponentOptionsMixin, vue1651.ComponentOptionsMixin, {
|
|
208
208
|
valueChange: (details: segmentGroup.ValueChangeDetails) => any;
|
|
209
209
|
"update:modelValue": (value: string | null) => any;
|
|
210
|
-
}, string,
|
|
210
|
+
}, string, vue1651.PublicProps, Readonly<SegmentGroupRootProps> & Readonly<{
|
|
211
211
|
onValueChange?: ((details: segmentGroup.ValueChangeDetails) => any) | undefined;
|
|
212
212
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
214
|
disabled: boolean;
|
|
215
215
|
readOnly: boolean;
|
|
216
|
-
}, {}, {}, {}, string,
|
|
216
|
+
}, {}, {}, {}, string, vue1651.ComponentProvideOptions, false, {}, any>, {
|
|
217
217
|
default?: (props: {}) => any;
|
|
218
218
|
}>;
|
|
219
219
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { n as segmentGroupAnatomy, t as parts } from "../../segment-group-anatomy-CPdu1efW.js";
|
|
7
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
+
import { t as sprawlify } from "../../factory-xNPol80p.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-DsGHTEpm.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as segmentGroup from "@sprawlify/primitives/machines/radio-group";
|