@sprawlify/vue 0.0.70 → 0.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/boolean-CpMsIRK4.js +7 -0
- package/dist/{collapsible-D1Mx4C0H.js → collapsible-jX9S7WYj.js} +1 -1
- package/dist/{collection-DiwGNCAy.js → collection-DGKjEgOz.js} +1 -1
- package/dist/components/accordion/index.d.ts +19 -19
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/angle-slider/index.d.ts +19 -19
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +11 -11
- 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 +21 -21
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +24 -24
- package/dist/components/checkbox/index.js +2 -7
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +17 -17
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +17 -17
- package/dist/components/collapsible/index.js +1 -1
- 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 +59 -59
- package/dist/components/color-picker/index.js +3 -3
- package/dist/components/combobox/index.d.ts +38 -38
- package/dist/components/combobox/index.js +4 -4
- package/dist/components/date-picker/index.d.ts +52 -52
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +36 -36
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/editable/index.d.ts +28 -28
- package/dist/components/editable/index.js +1 -1
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/fieldset/index.d.ts +13 -13
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/floating-panel/index.d.ts +26 -27
- 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 +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -28
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +14 -14
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +13 -13
- package/dist/components/json-tree-view/index.js +5 -5
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +23 -23
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +51 -52
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +20 -20
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +22 -22
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/pagination/index.d.ts +15 -15
- 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 +1 -1
- package/dist/components/pin-input/index.d.ts +21 -21
- package/dist/components/pin-input/index.js +1 -1
- package/dist/components/popover/index.d.ts +38 -38
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +1 -1
- package/dist/components/progress/index.d.ts +231 -0
- package/dist/components/progress/index.js +372 -0
- package/dist/components/qr-code/index.d.ts +159 -0
- package/dist/components/qr-code/index.js +263 -0
- package/dist/components/radio-group/index.d.ts +231 -0
- package/dist/components/radio-group/index.js +378 -0
- package/dist/components/rating-group/index.d.ts +201 -0
- package/dist/components/rating-group/index.js +330 -0
- package/dist/components/scroll-area/index.d.ts +171 -0
- package/dist/components/scroll-area/index.js +264 -0
- package/dist/components/segment-group/index.d.ts +231 -0
- package/dist/components/segment-group/index.js +422 -0
- package/dist/components/select/index.d.ts +39 -39
- package/dist/components/select/index.js +4 -4
- package/dist/components/signature-pad/index.d.ts +202 -0
- package/dist/components/signature-pad/index.js +345 -0
- package/dist/components/slider/index.d.ts +300 -0
- package/dist/components/slider/index.js +511 -0
- package/dist/components/splitter/index.d.ts +162 -0
- package/dist/components/splitter/index.js +280 -0
- package/dist/components/steps/index.d.ts +290 -0
- package/dist/components/steps/index.js +469 -0
- package/dist/components/switch/index.d.ts +179 -0
- package/dist/components/switch/index.js +290 -0
- package/dist/components/tabs/index.d.ts +181 -0
- package/dist/components/tabs/index.js +335 -0
- package/dist/components/tags-input/index.d.ts +339 -0
- package/dist/components/tags-input/index.js +569 -0
- package/dist/components/timer/index.d.ts +177 -0
- package/dist/components/timer/index.js +295 -0
- package/dist/components/tree-view/index.d.ts +5 -5
- package/dist/components/tree-view/index.js +4 -4
- package/dist/{index-Cjk1WhUx.d.ts → index-B_UiXhk3.d.ts} +11 -11
- package/dist/{index-ByYmM8LZ.d.ts → index-DwWFWpls.d.ts} +34 -34
- package/dist/{index-D0_ID5xv.d.ts → index-xb1q4_02.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/{tree-view-CzfDgztL.js → tree-view-Ctpu5RjE.js} +4 -4
- package/package.json +58 -2
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-D2R4tz5e.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-0RD5_O4P.js} +0 -0
- /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
- /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
- /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
- /package/dist/{presence-BK6rPXK7.js → presence-B4-UhJY9.js} +0 -0
- /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
- /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-DA33j31C.js} +0 -0
- /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
|
@@ -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 sprawlify } from "./factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "./clean-props-
|
|
7
|
+
import { t as cleanProps } from "./clean-props-D2R4tz5e.js";
|
|
8
8
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, ref, renderSlot, toValue, unref, useId, watch, withCtx } from "vue";
|
|
9
9
|
import * as collapsible from "@sprawlify/primitives/machines/collapsible";
|
|
10
10
|
import { anatomy as collapsibleAnatomy } from "@sprawlify/primitives/machines/collapsible";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as useMachine } from "./core-DNndr38p.js";
|
|
2
|
-
import { t as cleanProps } from "./clean-props-
|
|
2
|
+
import { t as cleanProps } from "./clean-props-D2R4tz5e.js";
|
|
3
3
|
import { computed, ref, shallowRef, toValue, watch } from "vue";
|
|
4
4
|
import { GridCollection, ListCollection, Selection, TreeCollection, filePathToTree } from "@sprawlify/primitives/collection";
|
|
5
5
|
import * as asyncList from "@sprawlify/primitives/machines/async-list";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { i as UsePresenceProps } from "../../index-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { i as UsePresenceProps } from "../../index-B_UiXhk3.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
|
|
6
|
+
import * as vue2531 from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import * as accordion from "@sprawlify/primitives/machines/accordion";
|
|
9
9
|
import { FocusChangeDetails, FocusChangeDetails as AccordionFocusChangeDetails, ItemProps, ItemState, ValueChangeDetails, ValueChangeDetails as AccordionValueChangeDetails, anatomy as accordionAnatomy } from "@sprawlify/primitives/machines/accordion";
|
|
@@ -45,7 +45,7 @@ interface AccordionContextProps extends SlotsType<{
|
|
|
45
45
|
default: UnwrapRef<UseAccordionContext>;
|
|
46
46
|
}> {}
|
|
47
47
|
declare const _default: typeof __VLS_export$7;
|
|
48
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
48
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue2531.DefineComponent<{}, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, true, {}, any>, {
|
|
49
49
|
default(accordion: UnwrapRef<UseAccordionContext>): unknown;
|
|
50
50
|
}>;
|
|
51
51
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -62,7 +62,7 @@ interface AccordionItemContentProps extends AccordionItemContentBaseProps,
|
|
|
62
62
|
*/
|
|
63
63
|
HTMLAttributes {}
|
|
64
64
|
declare const _default$2: typeof __VLS_export$6;
|
|
65
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
65
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2531.DefineComponent<AccordionItemContentProps, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<AccordionItemContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, false, {}, any>, {
|
|
66
66
|
default?: (props: {}) => any;
|
|
67
67
|
}>;
|
|
68
68
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -79,7 +79,7 @@ interface AccordionItemContextProps extends SlotsType<{
|
|
|
79
79
|
default: UnwrapRef<UseAccordionItemContext>;
|
|
80
80
|
}> {}
|
|
81
81
|
declare const _default$3: typeof __VLS_export$5;
|
|
82
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
82
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2531.DefineComponent<{}, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, true, {}, any>, {
|
|
83
83
|
default(item: UnwrapRef<UseAccordionItemContext>): unknown;
|
|
84
84
|
}>;
|
|
85
85
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -96,7 +96,7 @@ interface AccordionItemIndicatorProps extends AccordionItemIndicatorBaseProps,
|
|
|
96
96
|
*/
|
|
97
97
|
HTMLAttributes {}
|
|
98
98
|
declare const _default$4: typeof __VLS_export$4;
|
|
99
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
99
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2531.DefineComponent<AccordionItemIndicatorProps, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<AccordionItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, false, {}, any>, {
|
|
100
100
|
default?: (props: {}) => any;
|
|
101
101
|
}>;
|
|
102
102
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -113,7 +113,7 @@ interface AccordionItemTriggerProps extends AccordionItemTriggerBaseProps,
|
|
|
113
113
|
*/
|
|
114
114
|
ButtonHTMLAttributes {}
|
|
115
115
|
declare const _default$5: typeof __VLS_export$3;
|
|
116
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
116
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2531.DefineComponent<AccordionItemTriggerProps, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<AccordionItemTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, false, {}, any>, {
|
|
117
117
|
default?: (props: {}) => any;
|
|
118
118
|
}>;
|
|
119
119
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -130,7 +130,7 @@ interface AccordionItemProps extends AccordionItemBaseProps,
|
|
|
130
130
|
*/
|
|
131
131
|
HTMLAttributes {}
|
|
132
132
|
declare const _default$1: typeof __VLS_export$2;
|
|
133
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
133
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2531.DefineComponent<AccordionItemProps, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, false, {}, any>, {
|
|
134
134
|
default?: (props: {}) => any;
|
|
135
135
|
}>;
|
|
136
136
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -150,7 +150,7 @@ interface AccordionRootProviderProps extends AccordionRootProviderBaseProps,
|
|
|
150
150
|
*/
|
|
151
151
|
HTMLAttributes {}
|
|
152
152
|
declare const _default$7: typeof __VLS_export$1;
|
|
153
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
153
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2531.DefineComponent<AccordionRootProviderProps, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {}, string, vue2531.PublicProps, Readonly<AccordionRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2531.ComponentProvideOptions, false, {}, any>, {
|
|
154
154
|
default?: (props: {}) => any;
|
|
155
155
|
}>;
|
|
156
156
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -168,19 +168,19 @@ interface AccordionRootProps extends AccordionRootBaseProps,
|
|
|
168
168
|
HTMLAttributes {}
|
|
169
169
|
interface AccordionRootEmits extends RootEmits {}
|
|
170
170
|
declare const _default$6: typeof __VLS_export;
|
|
171
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
172
|
-
focusChange: (details: accordion.FocusChangeDetails) => any;
|
|
171
|
+
declare const __VLS_export: __VLS_WithSlots<vue2531.DefineComponent<AccordionRootProps, {}, {}, {}, {}, vue2531.ComponentOptionsMixin, vue2531.ComponentOptionsMixin, {
|
|
173
172
|
valueChange: (details: accordion.ValueChangeDetails) => any;
|
|
174
173
|
"update:modelValue": (value: string[]) => any;
|
|
175
|
-
|
|
176
|
-
|
|
174
|
+
focusChange: (details: accordion.FocusChangeDetails) => any;
|
|
175
|
+
}, string, vue2531.PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
177
176
|
onValueChange?: ((details: accordion.ValueChangeDetails) => any) | undefined;
|
|
178
177
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
178
|
+
onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
|
|
179
179
|
}>, {
|
|
180
|
-
disabled: boolean;
|
|
181
180
|
multiple: boolean;
|
|
181
|
+
disabled: boolean;
|
|
182
182
|
collapsible: boolean;
|
|
183
|
-
}, {}, {}, {}, string,
|
|
183
|
+
}, {}, {}, {}, string, vue2531.ComponentProvideOptions, false, {}, any>, {
|
|
184
184
|
default?: (props: {}) => any;
|
|
185
185
|
}>;
|
|
186
186
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,10 +4,10 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as
|
|
8
|
-
import {
|
|
9
|
-
import { t as createSplitProps } from "../../create-split-props-
|
|
10
|
-
import {
|
|
7
|
+
import { t as collapsible_exports, u as useCollapsibleContext } from "../../collapsible-jX9S7WYj.js";
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
9
|
+
import { t as createSplitProps } from "../../create-split-props-0RD5_O4P.js";
|
|
10
|
+
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
|
|
11
11
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as accordion from "@sprawlify/primitives/machines/accordion";
|
|
13
13
|
import { anatomy as accordionAnatomy } from "@sprawlify/primitives/machines/accordion";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue1502 from "vue";
|
|
5
5
|
import { ComputedRef, EmitFn, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
6
|
import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
|
|
7
7
|
import { MarkerProps, anatomy as angleSliderAnatomy } from "@sprawlify/primitives/machines/angle-slider";
|
|
@@ -49,7 +49,7 @@ interface AngleSliderContextProps extends SlotsType<{
|
|
|
49
49
|
default: UnwrapRef<UseAngleSliderContext>;
|
|
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<vue1502.DefineComponent<{}, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, true, {}, any>, {
|
|
53
53
|
default(angleSlider: UnwrapRef<UseAngleSliderContext>): unknown;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -66,19 +66,19 @@ interface AngleSliderRootProps extends AngleSliderRootBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
Omit<HTMLAttributes, 'dir'> {}
|
|
68
68
|
declare const _default$6: typeof __VLS_export$8;
|
|
69
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
69
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1502.DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {
|
|
70
70
|
valueChange: (details: angleSlider.ValueChangeDetails) => any;
|
|
71
|
-
valueChangeEnd: (details: angleSlider.ValueChangeDetails) => any;
|
|
72
71
|
"update:modelValue": (value: number) => any;
|
|
73
|
-
|
|
72
|
+
valueChangeEnd: (details: angleSlider.ValueChangeDetails) => any;
|
|
73
|
+
}, string, vue1502.PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
|
|
74
74
|
onValueChange?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
75
|
-
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
76
75
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
76
|
+
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
77
77
|
}>, {
|
|
78
78
|
disabled: boolean;
|
|
79
|
-
readOnly: boolean;
|
|
80
79
|
invalid: boolean;
|
|
81
|
-
|
|
80
|
+
readOnly: boolean;
|
|
81
|
+
}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
82
82
|
default?: (props: {}) => any;
|
|
83
83
|
}>;
|
|
84
84
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -95,7 +95,7 @@ interface AngleSliderControlProps extends AngleSliderControlBaseProps,
|
|
|
95
95
|
*/
|
|
96
96
|
HTMLAttributes {}
|
|
97
97
|
declare const _default$1: typeof __VLS_export$7;
|
|
98
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
98
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1502.DefineComponent<AngleSliderControlProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
99
99
|
default?: (props: {}) => any;
|
|
100
100
|
}>;
|
|
101
101
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -112,7 +112,7 @@ interface AngleSliderHiddenInputProps extends AngleSliderHiddenInputBaseProps,
|
|
|
112
112
|
*/
|
|
113
113
|
InputHTMLAttributes {}
|
|
114
114
|
declare const _default$2: typeof __VLS_export$6;
|
|
115
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
115
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1502.DefineComponent<AngleSliderHiddenInputProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderHiddenInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
116
116
|
default?: (props: {}) => any;
|
|
117
117
|
}>;
|
|
118
118
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -129,7 +129,7 @@ interface AngleSliderLabelProps extends AngleSliderLabelBaseProps,
|
|
|
129
129
|
*/
|
|
130
130
|
LabelHTMLAttributes {}
|
|
131
131
|
declare const _default$3: typeof __VLS_export$5;
|
|
132
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
132
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1502.DefineComponent<AngleSliderLabelProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
133
133
|
default?: (props: {}) => any;
|
|
134
134
|
}>;
|
|
135
135
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -146,7 +146,7 @@ interface AngleSliderMarkerGroupProps extends AngleSliderMarkerGroupBaseProps,
|
|
|
146
146
|
*/
|
|
147
147
|
HTMLAttributes {}
|
|
148
148
|
declare const _default$5: typeof __VLS_export$4;
|
|
149
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
149
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1502.DefineComponent<AngleSliderMarkerGroupProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderMarkerGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
150
150
|
default?: (props: {}) => any;
|
|
151
151
|
}>;
|
|
152
152
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -163,7 +163,7 @@ interface AngleSliderMarkerProps extends AngleSliderMarkerBaseProps,
|
|
|
163
163
|
*/
|
|
164
164
|
HTMLAttributes {}
|
|
165
165
|
declare const _default$4: typeof __VLS_export$3;
|
|
166
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
166
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1502.DefineComponent<AngleSliderMarkerProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderMarkerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
168
168
|
}>;
|
|
169
169
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -183,7 +183,7 @@ interface AngleSliderRootProviderProps extends AngleSliderRootProviderBaseProps,
|
|
|
183
183
|
*/
|
|
184
184
|
HTMLAttributes {}
|
|
185
185
|
declare const _default$7: typeof __VLS_export$2;
|
|
186
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
186
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1502.DefineComponent<AngleSliderRootProviderProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
187
187
|
default?: (props: {}) => any;
|
|
188
188
|
}>;
|
|
189
189
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -200,7 +200,7 @@ interface AngleSliderThumbProps extends AngleSliderThumbBaseProps,
|
|
|
200
200
|
*/
|
|
201
201
|
HTMLAttributes {}
|
|
202
202
|
declare const _default$8: typeof __VLS_export$1;
|
|
203
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
203
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1502.DefineComponent<AngleSliderThumbProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, {
|
|
204
204
|
default?: (props: {}) => any;
|
|
205
205
|
}>;
|
|
206
206
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -217,7 +217,7 @@ interface AngleSliderValueTextProps extends AngleSliderValueTextBaseProps,
|
|
|
217
217
|
*/
|
|
218
218
|
HTMLAttributes {}
|
|
219
219
|
declare const _default$9: typeof __VLS_export;
|
|
220
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
220
|
+
declare const __VLS_export: __VLS_WithSlots<vue1502.DefineComponent<AngleSliderValueTextProps, {}, {}, {}, {}, vue1502.ComponentOptionsMixin, vue1502.ComponentOptionsMixin, {}, string, vue1502.PublicProps, Readonly<AngleSliderValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1502.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
221
221
|
type __VLS_WithSlots<T, S> = T & {
|
|
222
222
|
new (): {
|
|
223
223
|
$slots: S;
|
|
@@ -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 sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
9
9
|
import * as angleSlider from "@sprawlify/primitives/machines/angle-slider";
|
|
10
10
|
import { anatomy as angleSliderAnatomy } from "@sprawlify/primitives/machines/angle-slider";
|
|
@@ -1,7 +1,7 @@
|
|
|
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 * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue1547 from "vue";
|
|
5
5
|
import { ComputedRef, HTMLAttributes, ImgHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
6
|
import * as avatar from "@sprawlify/primitives/machines/avatar";
|
|
7
7
|
import { StatusChangeDetails, StatusChangeDetails as AvatarStatusChangeDetails, anatomy as avatarAnatomy } from "@sprawlify/primitives/machines/avatar";
|
|
@@ -32,7 +32,7 @@ interface AvatarContextProps extends SlotsType<{
|
|
|
32
32
|
default: UnwrapRef<UseAvatarContext>;
|
|
33
33
|
}> {}
|
|
34
34
|
declare const _default: typeof __VLS_export$4;
|
|
35
|
-
declare const __VLS_export$4: __VLS_WithSlots$3<
|
|
35
|
+
declare const __VLS_export$4: __VLS_WithSlots$3<vue1547.DefineComponent<{}, {}, {}, {}, {}, vue1547.ComponentOptionsMixin, vue1547.ComponentOptionsMixin, {}, string, vue1547.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1547.ComponentProvideOptions, true, {}, any>, {
|
|
36
36
|
default(avatar: UnwrapRef<UseAvatarContext>): unknown;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -49,7 +49,7 @@ interface AvatarFallbackProps extends AvatarFallbackBaseProps,
|
|
|
49
49
|
*/
|
|
50
50
|
HTMLAttributes {}
|
|
51
51
|
declare const _default$1: typeof __VLS_export$3;
|
|
52
|
-
declare const __VLS_export$3: __VLS_WithSlots$2<
|
|
52
|
+
declare const __VLS_export$3: __VLS_WithSlots$2<vue1547.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue1547.ComponentOptionsMixin, vue1547.ComponentOptionsMixin, {}, string, vue1547.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1547.ComponentProvideOptions, false, {}, any>, {
|
|
53
53
|
default?: (props: {}) => any;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -66,7 +66,7 @@ interface AvatarImageProps extends AvatarImageBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
ImgHTMLAttributes {}
|
|
68
68
|
declare const _default$2: typeof __VLS_export$2;
|
|
69
|
-
declare const __VLS_export$2:
|
|
69
|
+
declare const __VLS_export$2: vue1547.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue1547.ComponentOptionsMixin, vue1547.ComponentOptionsMixin, {}, string, vue1547.PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1547.ComponentProvideOptions, false, {}, any>;
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region src/components/avatar/avatar-root.vue.d.ts
|
|
72
72
|
interface AvatarRootBaseProps extends RootProps, PolymorphicProps {}
|
|
@@ -77,11 +77,11 @@ interface AvatarRootProps extends AvatarRootBaseProps,
|
|
|
77
77
|
HTMLAttributes {}
|
|
78
78
|
interface AvatarRootEmits extends RootEmits {}
|
|
79
79
|
declare const _default$3: typeof __VLS_export$1;
|
|
80
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
80
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1547.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue1547.ComponentOptionsMixin, vue1547.ComponentOptionsMixin, {
|
|
81
81
|
statusChange: (details: avatar.StatusChangeDetails) => any;
|
|
82
|
-
}, string,
|
|
82
|
+
}, string, vue1547.PublicProps, Readonly<AvatarRootProps> & Readonly<{
|
|
83
83
|
onStatusChange?: ((details: avatar.StatusChangeDetails) => any) | undefined;
|
|
84
|
-
}>, {}, {}, {}, {}, string,
|
|
84
|
+
}>, {}, {}, {}, {}, string, vue1547.ComponentProvideOptions, false, {}, any>, {
|
|
85
85
|
default?: (props: {}) => any;
|
|
86
86
|
}>;
|
|
87
87
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -101,7 +101,7 @@ interface AvatarRootProviderProps extends AvatarRootProviderBaseProps,
|
|
|
101
101
|
*/
|
|
102
102
|
HTMLAttributes {}
|
|
103
103
|
declare const _default$4: typeof __VLS_export;
|
|
104
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
104
|
+
declare const __VLS_export: __VLS_WithSlots<vue1547.DefineComponent<AvatarRootProviderProps, {}, {}, {}, {}, vue1547.ComponentOptionsMixin, vue1547.ComponentOptionsMixin, {}, string, vue1547.PublicProps, Readonly<AvatarRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1547.ComponentProvideOptions, false, {}, any>, {
|
|
105
105
|
default?: (props: {}) => any;
|
|
106
106
|
}>;
|
|
107
107
|
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 sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
9
9
|
import * as avatar from "@sprawlify/primitives/machines/avatar";
|
|
10
10
|
import { anatomy as avatarAnatomy } from "@sprawlify/primitives/machines/avatar";
|
|
@@ -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 RenderStrategyProps } from "../../use-render-strategy-
|
|
5
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
|
|
5
|
+
import * as vue1627 from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as bottomSheet from "@sprawlify/primitives/machines/bottom-sheet";
|
|
8
8
|
import { ContentProps, OpenChangeDetails, OpenChangeDetails as BottomSheetOpenChangeDetails, anatomy as bottomSheetAnatomy } from "@sprawlify/primitives/machines/bottom-sheet";
|
|
@@ -15,7 +15,7 @@ interface BottomSheetBackdropProps extends BottomSheetBackdropBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$9;
|
|
18
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
18
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1627.DefineComponent<BottomSheetBackdropProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetBackdropProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface BottomSheetCloseTriggerProps extends BottomSheetCloseTriggerBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
HTMLAttributes {}
|
|
34
34
|
declare const _default$1: typeof __VLS_export$8;
|
|
35
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
35
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1627.DefineComponent<BottomSheetCloseTriggerProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
36
36
|
default?: (props: {}) => any;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -49,9 +49,9 @@ interface BottomSheetContentProps extends BottomSheetContentBaseProps,
|
|
|
49
49
|
*/
|
|
50
50
|
Omit<HTMLAttributes, 'draggable'> {}
|
|
51
51
|
declare const _default$2: typeof __VLS_export$7;
|
|
52
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
52
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1627.DefineComponent<BottomSheetContentProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetContentProps> & Readonly<{}>, {
|
|
53
53
|
draggable: boolean;
|
|
54
|
-
}, {}, {}, {}, string,
|
|
54
|
+
}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
}>;
|
|
57
57
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -109,7 +109,7 @@ interface BottomSheetContextProps extends SlotsType<{
|
|
|
109
109
|
default: UnwrapRef<UseBottomSheetContext>;
|
|
110
110
|
}> {}
|
|
111
111
|
declare const _default$3: typeof __VLS_export$6;
|
|
112
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
112
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1627.DefineComponent<{}, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, true, {}, any>, {
|
|
113
113
|
default(bottomSheet: UnwrapRef<UseBottomSheetContext>): unknown;
|
|
114
114
|
}>;
|
|
115
115
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -126,7 +126,7 @@ interface BottomSheetGrabberProps extends BottomSheetGrabberBaseProps,
|
|
|
126
126
|
*/
|
|
127
127
|
HTMLAttributes {}
|
|
128
128
|
declare const _default$4: typeof __VLS_export$5;
|
|
129
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
129
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1627.DefineComponent<BottomSheetGrabberProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetGrabberProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
130
130
|
default?: (props: {}) => any;
|
|
131
131
|
}>;
|
|
132
132
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -143,7 +143,7 @@ interface BottomSheetGrabberIndicatorProps extends BottomSheetGrabberIndicatorBa
|
|
|
143
143
|
*/
|
|
144
144
|
HTMLAttributes {}
|
|
145
145
|
declare const _default$5: typeof __VLS_export$4;
|
|
146
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
146
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1627.DefineComponent<BottomSheetGrabberIndicatorProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetGrabberIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
147
147
|
default?: (props: {}) => any;
|
|
148
148
|
}>;
|
|
149
149
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -156,27 +156,27 @@ type __VLS_WithSlots$4<T, S> = T & {
|
|
|
156
156
|
interface BottomSheetRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
157
157
|
interface BottomSheetRootProps extends BottomSheetRootBaseProps {}
|
|
158
158
|
declare const _default$6: typeof __VLS_export$3;
|
|
159
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
159
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1627.DefineComponent<BottomSheetRootProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {
|
|
160
160
|
openChange: (details: bottomSheet.OpenChangeDetails) => any;
|
|
161
161
|
activeSnapPointChange: (details: {
|
|
162
162
|
snapPoint: number | string;
|
|
163
163
|
}) => any;
|
|
164
|
-
}, string,
|
|
164
|
+
}, string, vue1627.PublicProps, Readonly<BottomSheetRootProps> & Readonly<{
|
|
165
165
|
onOpenChange?: ((details: bottomSheet.OpenChangeDetails) => any) | undefined;
|
|
166
166
|
onActiveSnapPointChange?: ((details: {
|
|
167
167
|
snapPoint: number | string;
|
|
168
168
|
}) => any) | undefined;
|
|
169
169
|
}>, {
|
|
170
|
+
open: boolean;
|
|
171
|
+
closeOnEscape: boolean;
|
|
172
|
+
closeOnInteractOutside: boolean;
|
|
173
|
+
defaultOpen: boolean;
|
|
174
|
+
modal: boolean;
|
|
170
175
|
trapFocus: boolean;
|
|
171
176
|
preventScroll: boolean;
|
|
172
|
-
modal: boolean;
|
|
173
177
|
restoreFocus: boolean;
|
|
174
|
-
open: boolean;
|
|
175
|
-
defaultOpen: boolean;
|
|
176
|
-
closeOnInteractOutside: boolean;
|
|
177
|
-
closeOnEscape: boolean;
|
|
178
178
|
preventDragOnScroll: boolean;
|
|
179
|
-
}, {}, {}, {}, string,
|
|
179
|
+
}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
180
180
|
default?: (props: {}) => any;
|
|
181
181
|
}>;
|
|
182
182
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -192,7 +192,7 @@ interface RootProviderProps {
|
|
|
192
192
|
interface BottomSheetRootProviderBaseProps extends RootProviderProps, RenderStrategyProps {}
|
|
193
193
|
interface BottomSheetRootProviderProps extends BottomSheetRootProviderBaseProps {}
|
|
194
194
|
declare const _default$7: typeof __VLS_export$2;
|
|
195
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
195
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1627.DefineComponent<BottomSheetRootProviderProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
196
196
|
default?: (props: {}) => any;
|
|
197
197
|
}>;
|
|
198
198
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -209,7 +209,7 @@ interface BottomSheetTitleProps extends BottomSheetTitleBaseProps,
|
|
|
209
209
|
*/
|
|
210
210
|
HTMLAttributes {}
|
|
211
211
|
declare const _default$8: typeof __VLS_export$1;
|
|
212
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
212
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1627.DefineComponent<BottomSheetTitleProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
213
213
|
default?: (props: {}) => any;
|
|
214
214
|
}>;
|
|
215
215
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -226,7 +226,7 @@ interface BottomSheetTriggerProps extends BottomSheetTriggerBaseProps,
|
|
|
226
226
|
*/
|
|
227
227
|
HTMLAttributes {}
|
|
228
228
|
declare const _default$9: typeof __VLS_export;
|
|
229
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
229
|
+
declare const __VLS_export: __VLS_WithSlots<vue1627.DefineComponent<BottomSheetTriggerProps, {}, {}, {}, {}, vue1627.ComponentOptionsMixin, vue1627.ComponentOptionsMixin, {}, string, vue1627.PublicProps, Readonly<BottomSheetTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1627.ComponentProvideOptions, false, {}, any>, {
|
|
230
230
|
default?: (props: {}) => any;
|
|
231
231
|
}>;
|
|
232
232
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -5,10 +5,10 @@ import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
|
5
5
|
import "../../utils-B4FuOOE-.js";
|
|
6
6
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
7
7
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
8
|
-
import { t as cleanProps } from "../../clean-props-
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
8
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
9
|
+
import { t as createSplitProps } from "../../create-split-props-0RD5_O4P.js";
|
|
10
|
+
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
|
|
11
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.js";
|
|
12
12
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
13
13
|
import * as bottomSheet from "@sprawlify/primitives/machines/bottom-sheet";
|
|
14
14
|
import { anatomy as bottomSheetAnatomy } from "@sprawlify/primitives/machines/bottom-sheet";
|