@sprawlify/vue 0.0.66 → 0.0.67
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/{collapsible-BBV8R9Wm.js → collapsible-DQfAISmg.js} +1 -1
- package/dist/{collection-DR2kMzrX.js → collection-Ba0Aeh5P.js} +1 -1
- package/dist/components/accordion/index.d.ts +14 -14
- package/dist/components/accordion/index.js +2 -2
- package/dist/components/angle-slider/index.d.ts +15 -15
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +8 -8
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +15 -15
- package/dist/components/bottom-sheet/index.js +1 -1
- package/dist/components/carousel/index.d.ts +18 -18
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +23 -23
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +14 -14
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +12 -12
- package/dist/components/collapsible/index.js +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +610 -0
- package/dist/components/color-picker/index.js +1127 -0
- package/dist/components/combobox/index.d.ts +618 -0
- package/dist/components/combobox/index.js +802 -0
- package/dist/components/date-picker/index.d.ts +597 -0
- package/dist/components/date-picker/index.js +1110 -0
- package/dist/components/dialog/index.d.ts +270 -0
- package/dist/components/dialog/index.js +433 -0
- package/dist/components/download-trigger/index.d.ts +29 -0
- package/dist/components/download-trigger/index.js +68 -0
- package/dist/components/editable/index.d.ts +288 -0
- package/dist/components/editable/index.js +459 -0
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/fieldset/index.d.ts +10 -10
- package/dist/components/highlight/index.d.ts +35 -0
- package/dist/components/highlight/index.js +57 -0
- package/dist/components/menu/index.d.ts +498 -0
- package/dist/components/menu/index.js +885 -0
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +30 -29
- package/dist/components/select/index.js +2 -2
- package/dist/index-BBHms9-0.d.ts +91 -0
- package/dist/{index-rHf4D8np.d.ts → index-CDQghZtv.d.ts} +8 -8
- package/dist/index.d.ts +2 -91
- package/package.json +34 -2
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-BDv2zb5M.js} +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import "../../factory-D_ge_w76.js";
|
|
2
|
-
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-
|
|
2
|
+
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-CDQghZtv.js";
|
|
3
3
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -4,8 +4,9 @@ import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-Bj-dS2Hc.
|
|
|
4
4
|
import { r as PropTypes } from "../../index-B66Om_3U.js";
|
|
5
5
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CHj_pCfT.js";
|
|
6
6
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DqRk-Yea.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue421 from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
9
|
+
import * as _sprawlify_primitives_machines_bottom_sheet13 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
9
10
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
10
11
|
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails, anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
|
|
11
12
|
|
|
@@ -17,7 +18,7 @@ interface SelectClearTriggerProps extends SelectClearTriggerBaseProps,
|
|
|
17
18
|
*/
|
|
18
19
|
ButtonHTMLAttributes {}
|
|
19
20
|
declare const _default: typeof __VLS_export$18;
|
|
20
|
-
declare const __VLS_export$18: __VLS_WithSlots$14<
|
|
21
|
+
declare const __VLS_export$18: __VLS_WithSlots$14<vue421.DefineComponent<SelectClearTriggerProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectClearTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
21
22
|
default?: (props: {}) => any;
|
|
22
23
|
}>;
|
|
23
24
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -34,7 +35,7 @@ interface SelectContentProps extends SelectContentBaseProps,
|
|
|
34
35
|
*/
|
|
35
36
|
HTMLAttributes {}
|
|
36
37
|
declare const _default$1: typeof __VLS_export$17;
|
|
37
|
-
declare const __VLS_export$17: __VLS_WithSlots$13<
|
|
38
|
+
declare const __VLS_export$17: __VLS_WithSlots$13<vue421.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
38
39
|
default?: (props: {}) => any;
|
|
39
40
|
}>;
|
|
40
41
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -51,7 +52,7 @@ interface SelectControlProps extends SelectControlBaseProps,
|
|
|
51
52
|
*/
|
|
52
53
|
HTMLAttributes {}
|
|
53
54
|
declare const _default$3: typeof __VLS_export$16;
|
|
54
|
-
declare const __VLS_export$16: __VLS_WithSlots$12<
|
|
55
|
+
declare const __VLS_export$16: __VLS_WithSlots$12<vue421.DefineComponent<SelectControlProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
55
56
|
default?: (props: {}) => any;
|
|
56
57
|
}>;
|
|
57
58
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -68,7 +69,7 @@ interface SelectHiddenSelectProps extends SelectHiddenSelectBaseProps,
|
|
|
68
69
|
*/
|
|
69
70
|
SelectHTMLAttributes {}
|
|
70
71
|
declare const _default$4: typeof __VLS_export$15;
|
|
71
|
-
declare const __VLS_export$15:
|
|
72
|
+
declare const __VLS_export$15: vue421.DefineComponent<SelectHiddenSelectProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectHiddenSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>;
|
|
72
73
|
//#endregion
|
|
73
74
|
//#region src/components/select/select-indicator.vue.d.ts
|
|
74
75
|
interface SelectIndicatorBaseProps extends PolymorphicProps {}
|
|
@@ -78,7 +79,7 @@ interface SelectIndicatorProps extends SelectIndicatorBaseProps,
|
|
|
78
79
|
*/
|
|
79
80
|
HTMLAttributes {}
|
|
80
81
|
declare const _default$5: typeof __VLS_export$14;
|
|
81
|
-
declare const __VLS_export$14: __VLS_WithSlots$11<
|
|
82
|
+
declare const __VLS_export$14: __VLS_WithSlots$11<vue421.DefineComponent<SelectIndicatorProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
82
83
|
default?: (props: {}) => any;
|
|
83
84
|
}>;
|
|
84
85
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -95,7 +96,7 @@ interface SelectListProps extends SelectListBaseProps,
|
|
|
95
96
|
*/
|
|
96
97
|
HTMLAttributes {}
|
|
97
98
|
declare const _default$13: typeof __VLS_export$13;
|
|
98
|
-
declare const __VLS_export$13: __VLS_WithSlots$10<
|
|
99
|
+
declare const __VLS_export$13: __VLS_WithSlots$10<vue421.DefineComponent<SelectListProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
99
100
|
default?: (props: {}) => any;
|
|
100
101
|
}>;
|
|
101
102
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -112,7 +113,7 @@ interface SelectItemContextProps extends SlotsType<{
|
|
|
112
113
|
default: UnwrapRef<UseSelectItemContext>;
|
|
113
114
|
}> {}
|
|
114
115
|
declare const _default$7: typeof __VLS_export$12;
|
|
115
|
-
declare const __VLS_export$12: __VLS_WithSlots$9<
|
|
116
|
+
declare const __VLS_export$12: __VLS_WithSlots$9<vue421.DefineComponent<{}, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, true, {}, any>, {
|
|
116
117
|
default(item: UnwrapRef<UseSelectItemContext>): unknown;
|
|
117
118
|
}>;
|
|
118
119
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -129,7 +130,7 @@ interface SelectItemGroupLabelProps extends SelectItemGroupLabelBaseProps,
|
|
|
129
130
|
*/
|
|
130
131
|
HTMLAttributes {}
|
|
131
132
|
declare const _default$9: typeof __VLS_export$11;
|
|
132
|
-
declare const __VLS_export$11: __VLS_WithSlots$8<
|
|
133
|
+
declare const __VLS_export$11: __VLS_WithSlots$8<vue421.DefineComponent<SelectItemGroupLabelProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectItemGroupLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
133
134
|
default?: (props: {}) => any;
|
|
134
135
|
}>;
|
|
135
136
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -146,7 +147,7 @@ interface SelectItemGroupProps extends SelectItemGroupBaseProps,
|
|
|
146
147
|
*/
|
|
147
148
|
HTMLAttributes {}
|
|
148
149
|
declare const _default$8: typeof __VLS_export$10;
|
|
149
|
-
declare const __VLS_export$10: __VLS_WithSlots$7<
|
|
150
|
+
declare const __VLS_export$10: __VLS_WithSlots$7<vue421.DefineComponent<SelectItemGroupProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectItemGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
150
151
|
default?: (props: {}) => any;
|
|
151
152
|
}>;
|
|
152
153
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -163,7 +164,7 @@ interface SelectItemIndicatorProps extends SelectItemIndicatorBaseProps,
|
|
|
163
164
|
*/
|
|
164
165
|
HTMLAttributes {}
|
|
165
166
|
declare const _default$10: typeof __VLS_export$9;
|
|
166
|
-
declare const __VLS_export$9: __VLS_WithSlots$6<
|
|
167
|
+
declare const __VLS_export$9: __VLS_WithSlots$6<vue421.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
167
168
|
default?: (props: {}) => any;
|
|
168
169
|
}>;
|
|
169
170
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -180,7 +181,7 @@ interface SelectItemTextProps extends SelectItemTextBaseProps,
|
|
|
180
181
|
*/
|
|
181
182
|
HTMLAttributes {}
|
|
182
183
|
declare const _default$11: typeof __VLS_export$8;
|
|
183
|
-
declare const __VLS_export$8: __VLS_WithSlots$5<
|
|
184
|
+
declare const __VLS_export$8: __VLS_WithSlots$5<vue421.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
184
185
|
default?: (props: {}) => any;
|
|
185
186
|
}>;
|
|
186
187
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -197,7 +198,7 @@ interface SelectItemProps extends SelectItemBaseProps,
|
|
|
197
198
|
*/
|
|
198
199
|
HTMLAttributes {}
|
|
199
200
|
declare const _default$6: typeof __VLS_export$7;
|
|
200
|
-
declare const __VLS_export$7: __VLS_WithSlots$4<
|
|
201
|
+
declare const __VLS_export$7: __VLS_WithSlots$4<vue421.DefineComponent<SelectItemProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
201
202
|
default?: (props: {}) => any;
|
|
202
203
|
}>;
|
|
203
204
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -214,7 +215,7 @@ interface SelectLabelProps extends SelectLabelBaseProps,
|
|
|
214
215
|
*/
|
|
215
216
|
LabelHTMLAttributes {}
|
|
216
217
|
declare const _default$12: typeof __VLS_export$6;
|
|
217
|
-
declare const __VLS_export$6: __VLS_WithSlots$3<
|
|
218
|
+
declare const __VLS_export$6: __VLS_WithSlots$3<vue421.DefineComponent<SelectLabelProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
218
219
|
default?: (props: {}) => any;
|
|
219
220
|
}>;
|
|
220
221
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -231,7 +232,7 @@ interface SelectPositionerProps extends SelectPositionerBaseProps,
|
|
|
231
232
|
*/
|
|
232
233
|
HTMLAttributes {}
|
|
233
234
|
declare const _default$14: typeof __VLS_export$5;
|
|
234
|
-
declare const __VLS_export$5: __VLS_WithSlots$2<
|
|
235
|
+
declare const __VLS_export$5: __VLS_WithSlots$2<vue421.DefineComponent<SelectPositionerProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
235
236
|
default?: (props: {}) => any;
|
|
236
237
|
}>;
|
|
237
238
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -254,7 +255,7 @@ type SelectRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Ass
|
|
|
254
255
|
interface SelectRootProviderEmits extends RootEmits$1 {}
|
|
255
256
|
declare const _default$16: typeof __VLS_export$4;
|
|
256
257
|
declare const __VLS_export$4: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$2<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
257
|
-
props:
|
|
258
|
+
props: vue421.PublicProps & __VLS_PrettifyLocal$2<SelectRootProviderProps<T> & {
|
|
258
259
|
onExitComplete?: (() => any) | undefined;
|
|
259
260
|
}> & (typeof globalThis extends {
|
|
260
261
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -265,7 +266,7 @@ declare const __VLS_export$4: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
265
266
|
default?: (props: {}) => any;
|
|
266
267
|
};
|
|
267
268
|
emit: (evt: "exitComplete") => void;
|
|
268
|
-
}>) =>
|
|
269
|
+
}>) => vue421.VNode & {
|
|
269
270
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
270
271
|
};
|
|
271
272
|
type __VLS_PrettifyLocal$2<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -332,18 +333,18 @@ type SelectRootComponentProps<T extends CollectionItem = CollectionItem, P = {}>
|
|
|
332
333
|
type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: SelectRootComponentProps<T, P>) => any;
|
|
333
334
|
declare const _default$15: typeof __VLS_export$3;
|
|
334
335
|
declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
335
|
-
props:
|
|
336
|
+
props: vue421.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
|
|
336
337
|
onSelect?: ((details: select.SelectionDetails) => any) | undefined;
|
|
337
338
|
onExitComplete?: (() => any) | undefined;
|
|
338
|
-
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
339
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
340
339
|
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
341
340
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
342
|
-
|
|
341
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
342
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet13.FocusOutsideEvent) => any) | undefined;
|
|
343
343
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
344
|
-
onInteractOutside?: ((event:
|
|
345
|
-
onPointerDownOutside?: ((event:
|
|
344
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet13.InteractOutsideEvent) => any) | undefined;
|
|
345
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet13.PointerDownOutsideEvent) => any) | undefined;
|
|
346
346
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
347
|
+
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
347
348
|
}> & (typeof globalThis extends {
|
|
348
349
|
__VLS_PROPS_FALLBACK: infer P;
|
|
349
350
|
} ? P : {});
|
|
@@ -352,8 +353,8 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
352
353
|
slots: {
|
|
353
354
|
default?: (props: {}) => any;
|
|
354
355
|
};
|
|
355
|
-
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "exitComplete") => void) & ((evt: "
|
|
356
|
-
}>) =>
|
|
356
|
+
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_bottom_sheet13.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_bottom_sheet13.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_bottom_sheet13.PointerDownOutsideEvent) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void);
|
|
357
|
+
}>) => vue421.VNode & {
|
|
357
358
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
358
359
|
};
|
|
359
360
|
type __VLS_PrettifyLocal$1<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -366,7 +367,7 @@ interface SelectTriggerProps extends SelectTriggerBaseProps,
|
|
|
366
367
|
*/
|
|
367
368
|
ButtonHTMLAttributes {}
|
|
368
369
|
declare const _default$17: typeof __VLS_export$2;
|
|
369
|
-
declare const __VLS_export$2: __VLS_WithSlots$1<
|
|
370
|
+
declare const __VLS_export$2: __VLS_WithSlots$1<vue421.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, {
|
|
370
371
|
default?: (props: {}) => any;
|
|
371
372
|
}>;
|
|
372
373
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -385,7 +386,7 @@ HTMLAttributes {
|
|
|
385
386
|
placeholder?: string;
|
|
386
387
|
}
|
|
387
388
|
declare const _default$18: typeof __VLS_export$1;
|
|
388
|
-
declare const __VLS_export$1: __VLS_WithSlots<
|
|
389
|
+
declare const __VLS_export$1: __VLS_WithSlots<vue421.DefineComponent<SelectValueTextProps, {}, {}, {}, {}, vue421.ComponentOptionsMixin, vue421.ComponentOptionsMixin, {}, string, vue421.PublicProps, Readonly<SelectValueTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue421.ComponentProvideOptions, false, {}, any>, __VLS_Slots>;
|
|
389
390
|
type __VLS_WithSlots<T, S> = T & {
|
|
390
391
|
new (): {
|
|
391
392
|
$slots: S;
|
|
@@ -412,7 +413,7 @@ interface SelectContextProps<T extends CollectionItem> extends SlotsType<{
|
|
|
412
413
|
}> {}
|
|
413
414
|
declare const _default$2: typeof __VLS_export;
|
|
414
415
|
declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
415
|
-
props:
|
|
416
|
+
props: vue421.PublicProps & (typeof globalThis extends {
|
|
416
417
|
__VLS_PROPS_FALLBACK: infer P;
|
|
417
418
|
} ? P : {});
|
|
418
419
|
expose: (exposed: {}) => void;
|
|
@@ -421,7 +422,7 @@ declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<
|
|
|
421
422
|
default(select: UnwrapRef<UseSelectContext<T>>): unknown;
|
|
422
423
|
};
|
|
423
424
|
emit: {};
|
|
424
|
-
}>) =>
|
|
425
|
+
}>) => vue421.VNode & {
|
|
425
426
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
426
427
|
};
|
|
427
428
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
@@ -3,11 +3,11 @@ import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../..
|
|
|
3
3
|
import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE, s as DEFAULT_ENVIRONMENT } from "../../providers-B2CNPFg1.js";
|
|
4
4
|
import { r as createContext, t as useForwardExpose } from "../../use-forward-expose-4p5AGAI3.js";
|
|
5
5
|
import { t as sprawlify } from "../../factory-BH3WrWd2.js";
|
|
6
|
-
import { t as cleanProps } from "../../clean-props-
|
|
6
|
+
import { t as cleanProps } from "../../clean-props-BDv2zb5M.js";
|
|
7
7
|
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-BkxoN6ll.js";
|
|
8
8
|
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-CvUnYMZQ.js";
|
|
9
9
|
import { m as useFieldContext } from "../../field-DnHnX3Tf.js";
|
|
10
|
-
import { n as useListCollection, o as createListCollection } from "../../collection-
|
|
10
|
+
import { n as useListCollection, o as createListCollection } from "../../collection-Ba0Aeh5P.js";
|
|
11
11
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
12
12
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
13
13
|
import { anatomy as selectAnatomy } from "@sprawlify/primitives/machines/select";
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as vue713 from "vue";
|
|
2
|
+
import { ComponentPublicInstance, ComputedRef, MaybeRef, MaybeRefOrGetter, UnwrapRef } from "vue";
|
|
3
|
+
import { FilterOptions, FilterReturn, Locale } from "@sprawlify/primitives/i18n-utils";
|
|
4
|
+
|
|
5
|
+
//#region src/providers/environment/use-environment-context.d.ts
|
|
6
|
+
type RootNode = ShadowRoot | Document | Node;
|
|
7
|
+
interface UseEnvironmentContext {
|
|
8
|
+
/**
|
|
9
|
+
* The root node of the application.
|
|
10
|
+
* This is used to determine the window and document objects.
|
|
11
|
+
*/
|
|
12
|
+
getRootNode(): RootNode;
|
|
13
|
+
/**
|
|
14
|
+
* The document context for the root node.
|
|
15
|
+
*/
|
|
16
|
+
getDocument(): Document;
|
|
17
|
+
/**
|
|
18
|
+
* The window context for the root node.
|
|
19
|
+
*/
|
|
20
|
+
getWindow(): Window & typeof globalThis;
|
|
21
|
+
}
|
|
22
|
+
declare const DEFAULT_ENVIRONMENT: ComputedRef<UseEnvironmentContext>;
|
|
23
|
+
//#endregion
|
|
24
|
+
//#region src/providers/environment/environment-provider.vue.d.ts
|
|
25
|
+
interface EnvironmentProviderProps {
|
|
26
|
+
value?: RootNode | (() => RootNode);
|
|
27
|
+
}
|
|
28
|
+
declare var __VLS_1: {};
|
|
29
|
+
type __VLS_Slots = {} & {
|
|
30
|
+
default?: (props: typeof __VLS_1) => any;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_base: vue713.DefineComponent<EnvironmentProviderProps, {}, {}, {}, {}, vue713.ComponentOptionsMixin, vue713.ComponentOptionsMixin, {}, string, vue713.PublicProps, Readonly<EnvironmentProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue713.ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base, __VLS_Slots>;
|
|
34
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
35
|
+
type __VLS_WithSlots$1<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
//#endregion
|
|
41
|
+
//#region src/providers/locale/locale-provider.vue.d.ts
|
|
42
|
+
interface LocaleProviderProps {
|
|
43
|
+
locale: string;
|
|
44
|
+
}
|
|
45
|
+
declare const _default: typeof __VLS_export;
|
|
46
|
+
declare const __VLS_export: __VLS_WithSlots<vue713.DefineComponent<LocaleProviderProps, {}, {}, {}, {}, vue713.ComponentOptionsMixin, vue713.ComponentOptionsMixin, {}, string, vue713.PublicProps, Readonly<LocaleProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue713.ComponentProvideOptions, false, {}, any>, {
|
|
47
|
+
default?: (props: {}) => any;
|
|
48
|
+
}>;
|
|
49
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
//#endregion
|
|
55
|
+
//#region src/providers/locale/use-collator.d.ts
|
|
56
|
+
interface UseCollatorProps extends Intl.CollatorOptions {
|
|
57
|
+
locale?: string;
|
|
58
|
+
}
|
|
59
|
+
interface UseCollatorReturn extends ComputedRef<Intl.Collator> {}
|
|
60
|
+
declare function useCollator(propsOrFn?: MaybeRef<UseCollatorProps>): UseCollatorReturn;
|
|
61
|
+
//#endregion
|
|
62
|
+
//#region src/providers/locale/use-filter.d.ts
|
|
63
|
+
interface UseFilterProps extends FilterOptions {}
|
|
64
|
+
declare function useFilter(props: UseFilterProps): UseFilterReturn;
|
|
65
|
+
interface UseFilterReturn extends ComputedRef<FilterReturn> {}
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/providers/locale/use-locale-context.d.ts
|
|
68
|
+
interface LocaleContext extends Locale {}
|
|
69
|
+
declare const DEFAULT_LOCALE: ComputedRef<LocaleContext>;
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region src/utils/create-context.d.ts
|
|
72
|
+
type CreateContextReturn<T> = [(opts: T) => void, (fallback?: T) => T, symbol];
|
|
73
|
+
declare const createContext: <T>(id: string) => CreateContextReturn<T>;
|
|
74
|
+
//#endregion
|
|
75
|
+
//#region src/utils/use-emits-as-props.d.ts
|
|
76
|
+
declare function useEmitAsProps<Name extends string>(emit: (name: Name, ...args: any[]) => void): Record<string, any>;
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/utils/use-forward-expose.d.ts
|
|
79
|
+
declare function useForwardExpose(): {
|
|
80
|
+
forwardRef: (ref: Element | ComponentPublicInstance | null) => void;
|
|
81
|
+
currentRef: vue713.Ref<Element | ComponentPublicInstance | null | undefined, Element | ComponentPublicInstance | null | undefined>;
|
|
82
|
+
currentElement: vue713.ComputedRef<HTMLElement>;
|
|
83
|
+
};
|
|
84
|
+
//#endregion
|
|
85
|
+
//#region src/utils/use-forward-props.d.ts
|
|
86
|
+
declare function useForwardProps<T extends MaybeRefOrGetter<Record<string, any>>, U extends UnwrapRef<T>>(props: T): vue713.ComputedRef<U>;
|
|
87
|
+
//#endregion
|
|
88
|
+
//#region src/utils/use-forward-props-emits.d.ts
|
|
89
|
+
declare function useForwardPropsEmits<T extends Parameters<typeof useForwardProps>[0], Name extends string>(props: T, emit?: (name: Name, ...args: any[]) => void): vue713.ComputedRef<any>;
|
|
90
|
+
//#endregion
|
|
91
|
+
export { useEnvironmentContext as S, EnvironmentProviderProps as _, createContext as a, RootNode as b, useLocaleContext as c, useFilter as d, UseCollatorProps as f, _default as g, LocaleProviderProps as h, useEmitAsProps as i, UseFilterProps as l, useCollator as m, useForwardProps as n, DEFAULT_LOCALE as o, UseCollatorReturn as p, useForwardExpose as r, LocaleContext as s, useForwardPropsEmits as t, UseFilterReturn as u, _default$1 as v, UseEnvironmentContext as x, DEFAULT_ENVIRONMENT as y };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as PolymorphicProps } from "./factory-D_ge_w76.js";
|
|
2
2
|
import { n as RootProps, t as RootEmits } from "./presence-types-Bv1E60Cw.js";
|
|
3
3
|
import { a as Optional, r as EmitFn$1 } from "./types-Bj-dS2Hc.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue718 from "vue";
|
|
5
5
|
import { HTMLAttributes, MaybeRef } from "vue";
|
|
6
6
|
import * as presence from "@sprawlify/primitives/machines/presence";
|
|
7
7
|
|
|
@@ -14,17 +14,17 @@ interface PresenceProps extends PresenceBaseProps,
|
|
|
14
14
|
HTMLAttributes {}
|
|
15
15
|
interface PresenceEmits extends RootEmits {}
|
|
16
16
|
declare const _default: typeof __VLS_export;
|
|
17
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<vue718.DefineComponent<PresenceProps, {}, {}, {}, {}, vue718.ComponentOptionsMixin, vue718.ComponentOptionsMixin, {
|
|
18
18
|
exitComplete: () => any;
|
|
19
|
-
}, string,
|
|
19
|
+
}, string, vue718.PublicProps, Readonly<PresenceProps> & Readonly<{
|
|
20
20
|
onExitComplete?: (() => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
immediate: boolean;
|
|
23
22
|
lazyMount: boolean;
|
|
23
|
+
unmountOnExit: boolean;
|
|
24
24
|
present: boolean;
|
|
25
|
+
immediate: boolean;
|
|
25
26
|
skipAnimationOnMount: boolean;
|
|
26
|
-
|
|
27
|
-
}, {}, {}, {}, string, vue13.ComponentProvideOptions, false, {}, any>, {
|
|
27
|
+
}, {}, {}, {}, string, vue718.ComponentProvideOptions, false, {}, any>, {
|
|
28
28
|
default?: (props: {}) => any;
|
|
29
29
|
}>;
|
|
30
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -40,11 +40,11 @@ interface UsePresenceProps extends Optional<presence.Props, 'present'> {
|
|
|
40
40
|
skipAnimationOnMount?: boolean;
|
|
41
41
|
}
|
|
42
42
|
type UsePresenceReturn = ReturnType<typeof usePresence>;
|
|
43
|
-
declare const usePresence: (props: MaybeRef<UsePresenceProps>, emit?: EmitFn$1<RootEmits>) =>
|
|
43
|
+
declare const usePresence: (props: MaybeRef<UsePresenceProps>, emit?: EmitFn$1<RootEmits>) => vue718.ComputedRef<{
|
|
44
44
|
present: boolean;
|
|
45
45
|
unmounted: boolean | undefined;
|
|
46
46
|
presenceProps: {
|
|
47
|
-
ref:
|
|
47
|
+
ref: vue718.Ref<any, any>;
|
|
48
48
|
hidden: boolean;
|
|
49
49
|
'data-state': string | undefined;
|
|
50
50
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,93 +1,4 @@
|
|
|
1
1
|
import { a as Optional, i as MaybePromise, n as BooleanDefaults, r as EmitFn, t as Assign } from "./types-Bj-dS2Hc.js";
|
|
2
2
|
import { i as normalizeProps, n as useMachine, r as PropTypes, t as mergeProps } from "./index-B66Om_3U.js";
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
import { FilterOptions, FilterReturn, Locale } from "@sprawlify/primitives/i18n-utils";
|
|
6
|
-
|
|
7
|
-
//#region src/providers/environment/use-environment-context.d.ts
|
|
8
|
-
type RootNode = ShadowRoot | Document | Node;
|
|
9
|
-
interface UseEnvironmentContext {
|
|
10
|
-
/**
|
|
11
|
-
* The root node of the application.
|
|
12
|
-
* This is used to determine the window and document objects.
|
|
13
|
-
*/
|
|
14
|
-
getRootNode(): RootNode;
|
|
15
|
-
/**
|
|
16
|
-
* The document context for the root node.
|
|
17
|
-
*/
|
|
18
|
-
getDocument(): Document;
|
|
19
|
-
/**
|
|
20
|
-
* The window context for the root node.
|
|
21
|
-
*/
|
|
22
|
-
getWindow(): Window & typeof globalThis;
|
|
23
|
-
}
|
|
24
|
-
declare const DEFAULT_ENVIRONMENT: ComputedRef<UseEnvironmentContext>;
|
|
25
|
-
//#endregion
|
|
26
|
-
//#region src/providers/environment/environment-provider.vue.d.ts
|
|
27
|
-
interface EnvironmentProviderProps {
|
|
28
|
-
value?: RootNode | (() => RootNode);
|
|
29
|
-
}
|
|
30
|
-
declare var __VLS_1: {};
|
|
31
|
-
type __VLS_Slots = {} & {
|
|
32
|
-
default?: (props: typeof __VLS_1) => any;
|
|
33
|
-
};
|
|
34
|
-
declare const __VLS_base: vue8.DefineComponent<EnvironmentProviderProps, {}, {}, {}, {}, vue8.ComponentOptionsMixin, vue8.ComponentOptionsMixin, {}, string, vue8.PublicProps, Readonly<EnvironmentProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue8.ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<typeof __VLS_base, __VLS_Slots>;
|
|
36
|
-
declare const _default: typeof __VLS_export$1;
|
|
37
|
-
type __VLS_WithSlots$1<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
//#endregion
|
|
43
|
-
//#region src/providers/locale/locale-provider.vue.d.ts
|
|
44
|
-
interface LocaleProviderProps {
|
|
45
|
-
locale: string;
|
|
46
|
-
}
|
|
47
|
-
declare const _default$1: typeof __VLS_export;
|
|
48
|
-
declare const __VLS_export: __VLS_WithSlots<vue8.DefineComponent<LocaleProviderProps, {}, {}, {}, {}, vue8.ComponentOptionsMixin, vue8.ComponentOptionsMixin, {}, string, vue8.PublicProps, Readonly<LocaleProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue8.ComponentProvideOptions, false, {}, any>, {
|
|
49
|
-
default?: (props: {}) => any;
|
|
50
|
-
}>;
|
|
51
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
52
|
-
new (): {
|
|
53
|
-
$slots: S;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
//#endregion
|
|
57
|
-
//#region src/providers/locale/use-collator.d.ts
|
|
58
|
-
interface UseCollatorProps extends Intl.CollatorOptions {
|
|
59
|
-
locale?: string;
|
|
60
|
-
}
|
|
61
|
-
interface UseCollatorReturn extends ComputedRef<Intl.Collator> {}
|
|
62
|
-
declare function useCollator(propsOrFn?: MaybeRef<UseCollatorProps>): UseCollatorReturn;
|
|
63
|
-
//#endregion
|
|
64
|
-
//#region src/providers/locale/use-filter.d.ts
|
|
65
|
-
interface UseFilterProps extends FilterOptions {}
|
|
66
|
-
declare function useFilter(props: UseFilterProps): UseFilterReturn;
|
|
67
|
-
interface UseFilterReturn extends ComputedRef<FilterReturn> {}
|
|
68
|
-
//#endregion
|
|
69
|
-
//#region src/providers/locale/use-locale-context.d.ts
|
|
70
|
-
interface LocaleContext extends Locale {}
|
|
71
|
-
declare const DEFAULT_LOCALE: ComputedRef<LocaleContext>;
|
|
72
|
-
//#endregion
|
|
73
|
-
//#region src/utils/create-context.d.ts
|
|
74
|
-
type CreateContextReturn<T> = [(opts: T) => void, (fallback?: T) => T, symbol];
|
|
75
|
-
declare const createContext: <T>(id: string) => CreateContextReturn<T>;
|
|
76
|
-
//#endregion
|
|
77
|
-
//#region src/utils/use-emits-as-props.d.ts
|
|
78
|
-
declare function useEmitAsProps<Name extends string>(emit: (name: Name, ...args: any[]) => void): Record<string, any>;
|
|
79
|
-
//#endregion
|
|
80
|
-
//#region src/utils/use-forward-expose.d.ts
|
|
81
|
-
declare function useForwardExpose(): {
|
|
82
|
-
forwardRef: (ref: Element | ComponentPublicInstance | null) => void;
|
|
83
|
-
currentRef: vue8.Ref<Element | ComponentPublicInstance | null | undefined, Element | ComponentPublicInstance | null | undefined>;
|
|
84
|
-
currentElement: vue8.ComputedRef<HTMLElement>;
|
|
85
|
-
};
|
|
86
|
-
//#endregion
|
|
87
|
-
//#region src/utils/use-forward-props.d.ts
|
|
88
|
-
declare function useForwardProps<T extends MaybeRefOrGetter<Record<string, any>>, U extends UnwrapRef<T>>(props: T): vue8.ComputedRef<U>;
|
|
89
|
-
//#endregion
|
|
90
|
-
//#region src/utils/use-forward-props-emits.d.ts
|
|
91
|
-
declare function useForwardPropsEmits<T extends Parameters<typeof useForwardProps>[0], Name extends string>(props: T, emit?: (name: Name, ...args: any[]) => void): vue8.ComputedRef<any>;
|
|
92
|
-
//#endregion
|
|
93
|
-
export { Assign, BooleanDefaults, DEFAULT_ENVIRONMENT, DEFAULT_LOCALE, EmitFn, _default as EnvironmentProvider, type EnvironmentProviderProps, type LocaleContext, _default$1 as LocaleProvider, type LocaleProviderProps, MaybePromise, Optional, PropTypes, type RootNode, type UseCollatorProps, type UseCollatorReturn, type UseEnvironmentContext, type UseFilterProps, type UseFilterReturn, createContext, mergeProps, normalizeProps, useCollator, useEmitAsProps, useEnvironmentContext, useFilter, useForwardExpose, useForwardProps, useForwardPropsEmits, useLocaleContext, useMachine };
|
|
3
|
+
import { S as useEnvironmentContext, _ as EnvironmentProviderProps, a as createContext, b as RootNode, c as useLocaleContext, d as useFilter, f as UseCollatorProps, g as _default$1, h as LocaleProviderProps, i as useEmitAsProps, l as UseFilterProps, m as useCollator, n as useForwardProps, o as DEFAULT_LOCALE, p as UseCollatorReturn, r as useForwardExpose, s as LocaleContext, t as useForwardPropsEmits, u as UseFilterReturn, v as _default, x as UseEnvironmentContext, y as DEFAULT_ENVIRONMENT } from "./index-BBHms9-0.js";
|
|
4
|
+
export { Assign, BooleanDefaults, DEFAULT_ENVIRONMENT, DEFAULT_LOCALE, EmitFn, _default as EnvironmentProvider, EnvironmentProviderProps, LocaleContext, _default$1 as LocaleProvider, LocaleProviderProps, MaybePromise, Optional, PropTypes, RootNode, UseCollatorProps, UseCollatorReturn, UseEnvironmentContext, UseFilterProps, UseFilterReturn, createContext, mergeProps, normalizeProps, useCollator, useEmitAsProps, useEnvironmentContext, useFilter, useForwardExpose, useForwardProps, useForwardPropsEmits, useLocaleContext, useMachine };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprawlify/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -52,6 +52,30 @@
|
|
|
52
52
|
"types": "./dist/components/collection/index.d.ts",
|
|
53
53
|
"default": "./dist/components/collection/index.js"
|
|
54
54
|
},
|
|
55
|
+
"./color-picker": {
|
|
56
|
+
"types": "./dist/components/color-picker/index.d.ts",
|
|
57
|
+
"default": "./dist/components/color-picker/index.js"
|
|
58
|
+
},
|
|
59
|
+
"./combobox": {
|
|
60
|
+
"types": "./dist/components/combobox/index.d.ts",
|
|
61
|
+
"default": "./dist/components/combobox/index.js"
|
|
62
|
+
},
|
|
63
|
+
"./date-picker": {
|
|
64
|
+
"types": "./dist/components/date-picker/index.d.ts",
|
|
65
|
+
"default": "./dist/components/date-picker/index.js"
|
|
66
|
+
},
|
|
67
|
+
"./dialog": {
|
|
68
|
+
"types": "./dist/components/dialog/index.d.ts",
|
|
69
|
+
"default": "./dist/components/dialog/index.js"
|
|
70
|
+
},
|
|
71
|
+
"./download-trigger": {
|
|
72
|
+
"types": "./dist/components/download-trigger/index.d.ts",
|
|
73
|
+
"default": "./dist/components/download-trigger/index.js"
|
|
74
|
+
},
|
|
75
|
+
"./editable": {
|
|
76
|
+
"types": "./dist/components/editable/index.d.ts",
|
|
77
|
+
"default": "./dist/components/editable/index.js"
|
|
78
|
+
},
|
|
55
79
|
"./field": {
|
|
56
80
|
"types": "./dist/components/field/index.d.ts",
|
|
57
81
|
"default": "./dist/components/field/index.js"
|
|
@@ -60,6 +84,14 @@
|
|
|
60
84
|
"types": "./dist/components/fieldset/index.d.ts",
|
|
61
85
|
"default": "./dist/components/fieldset/index.js"
|
|
62
86
|
},
|
|
87
|
+
"./highlight": {
|
|
88
|
+
"types": "./dist/components/highlight/index.d.ts",
|
|
89
|
+
"default": "./dist/components/highlight/index.js"
|
|
90
|
+
},
|
|
91
|
+
"./menu": {
|
|
92
|
+
"types": "./dist/components/menu/index.d.ts",
|
|
93
|
+
"default": "./dist/components/menu/index.js"
|
|
94
|
+
},
|
|
63
95
|
"./presence": {
|
|
64
96
|
"types": "./dist/components/presence/index.d.ts",
|
|
65
97
|
"default": "./dist/components/presence/index.js"
|
|
@@ -76,7 +108,7 @@
|
|
|
76
108
|
"access": "public"
|
|
77
109
|
},
|
|
78
110
|
"dependencies": {
|
|
79
|
-
"@sprawlify/primitives": "0.0.
|
|
111
|
+
"@sprawlify/primitives": "0.0.67"
|
|
80
112
|
},
|
|
81
113
|
"peerDependencies": {
|
|
82
114
|
"vue": ">=3.0.0"
|
|
File without changes
|