@sprawlify/vue 0.0.102 → 0.0.104
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/{alert-dialog-anatomy-KZCfu4vW.d.ts → alert-dialog-anatomy-CD-YO5c2.d.ts} +1 -1
- package/dist/{carousel-anatomy-DOHKbhXt.d.ts → carousel-anatomy-pJorXt5M.d.ts} +1 -1
- package/dist/{checkbox-anatomy-D_EEk_7M.d.ts → checkbox-anatomy-Bkxq8P4k.d.ts} +1 -1
- package/dist/{color-picker-anatomy-DtnPFxci.d.ts → color-picker-anatomy-JnpM9way.d.ts} +1 -1
- package/dist/{combobox-anatomy-MdQiBePo.d.ts → combobox-anatomy-BgE2KMyL.d.ts} +1 -1
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/alert-dialog/index.d.ts +1 -1
- package/dist/components/anatomy.d.ts +12 -12
- package/dist/components/angle-slider/index.d.ts +1 -1
- package/dist/components/carousel/index.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +4 -4
- package/dist/components/clipboard/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +4 -4
- package/dist/components/combobox/index.d.ts +3 -3
- package/dist/components/date-picker/index.d.ts +5 -5
- package/dist/components/dropdown-menu/index.d.ts +3 -3
- package/dist/components/editable/index.d.ts +2 -2
- package/dist/components/field/index.d.ts +3 -3
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +2 -2
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/image-cropper/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.js +2 -0
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/marquee/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +5 -5
- package/dist/components/password-input/index.d.ts +3 -3
- package/dist/components/pin-input/index.d.ts +4 -4
- package/dist/components/popover/index.d.ts +1 -1
- package/dist/components/radio-group/index.d.ts +2 -2
- package/dist/components/rating-group/index.d.ts +2 -2
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tags-input/index.d.ts +5 -5
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tour/index.d.ts +3 -3
- package/dist/components/tree-view/index.js +1 -0
- package/dist/date-picker-anatomy-CEDpFgbs.d.ts +6 -0
- package/dist/{field-anatomy-DqgWNqwe.d.ts → field-anatomy-BWikn-kn.d.ts} +1 -1
- package/dist/{fieldset-anatomy-CcZfEnO-.d.ts → fieldset-anatomy-pWRVtwyO.d.ts} +1 -1
- package/dist/{image-cropper-anatomy-D1LB8g2f.d.ts → image-cropper-anatomy-ChVWjuvl.d.ts} +1 -1
- package/dist/{listbox-anatomy-CvFevsM7.d.ts → listbox-anatomy-BIheOi8j.d.ts} +1 -1
- package/dist/{segment-group-anatomy-C2h5VcC1.d.ts → segment-group-anatomy-8sdDQVPl.d.ts} +1 -1
- package/dist/{tour-anatomy-DculG1eh.d.ts → tour-anatomy-D56wibsA.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/date-picker-anatomy-CcvUYLJo.d.ts +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/alert-dialog/alert-dialog-anatomy.d.ts
|
|
4
|
-
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"
|
|
4
|
+
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"title" | "content" | "trigger" | "backdrop" | "closeTrigger" | "positioner" | "description">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { alertDialogAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
-
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "indicator" | "item" | "prevTrigger" | "nextTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { carouselAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/checkbox/checkbox-anatomy.d.ts
|
|
4
|
-
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "control" | "indicator" | "group">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { checkboxAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
-
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "areaThumb" | "valueText" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { colorPickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "trigger" | "positioner" | "root" | "control" | "item" | "itemGroup" | "itemIndicator" | "itemText" | "clearTrigger" | "list" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -4,6 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
5
|
import { n as sprawlify, r as useForwardExpose } from "../../factory-DNG1el63.js";
|
|
6
6
|
import { t as accordionAnatomy } from "../../accordion-anatomy-Die9efSm.js";
|
|
7
|
+
import "../../collapsible-anatomy-BIdE3Swa.js";
|
|
7
8
|
import { l as useCollapsibleContext, t as collapsible_exports } from "../../collapsible-nSsGHMUx.js";
|
|
8
9
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
10
|
import { t as createSplitProps } from "../../create-split-props-D32I38aE.js";
|
|
@@ -3,7 +3,7 @@ import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
|
3
3
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
4
4
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
5
5
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
6
|
-
import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-
|
|
6
|
+
import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-CD-YO5c2.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { t as accordionAnatomy } from "../accordion-anatomy-DH1HE1RK.js";
|
|
2
|
-
import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-
|
|
2
|
+
import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-CD-YO5c2.js";
|
|
3
3
|
import { t as angleSliderAnatomy } from "../angle-slider-anatomy-CPWlz22O.js";
|
|
4
4
|
import { t as avatarAnatomy } from "../avatar-anatomy-C15IaG7l.js";
|
|
5
5
|
import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-DoteJlEZ.js";
|
|
6
|
-
import { t as carouselAnatomy } from "../carousel-anatomy-
|
|
7
|
-
import { t as checkboxAnatomy } from "../checkbox-anatomy-
|
|
6
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-pJorXt5M.js";
|
|
7
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-Bkxq8P4k.js";
|
|
8
8
|
import { t as clipboardAnatomy } from "../clipboard-anatomy-dy6XNAbY.js";
|
|
9
9
|
import { t as collapsibleAnatomy } from "../collapsible-anatomy-DUZOe3-a.js";
|
|
10
|
-
import { t as colorPickerAnatomy } from "../color-picker-anatomy-
|
|
11
|
-
import { t as comboboxAnatomy } from "../combobox-anatomy-
|
|
12
|
-
import { t as datePickerAnatomy } from "../date-picker-anatomy-
|
|
10
|
+
import { t as colorPickerAnatomy } from "../color-picker-anatomy-JnpM9way.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-BgE2KMyL.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-CEDpFgbs.js";
|
|
13
13
|
import { t as dialogAnatomy } from "../dialog-anatomy-DJDXF2AU.js";
|
|
14
14
|
import { t as editableAnatomy } from "../editable-anatomy-CH0QFbjb.js";
|
|
15
|
-
import { t as fieldAnatomy } from "../field-anatomy-
|
|
16
|
-
import { t as fieldsetAnatomy } from "../fieldset-anatomy-
|
|
15
|
+
import { t as fieldAnatomy } from "../field-anatomy-BWikn-kn.js";
|
|
16
|
+
import { t as fieldsetAnatomy } from "../fieldset-anatomy-pWRVtwyO.js";
|
|
17
17
|
import { t as fileUploadAnatomy } from "../file-upload-anatomy-Y99NDpIO.js";
|
|
18
18
|
import { t as floatingPanelAnatomy } from "../floating-panel-anatomy-BzVWrj8Z.js";
|
|
19
19
|
import { t as hoverCardAnatomy } from "../hover-card-anatomy-LsFwl5DS.js";
|
|
20
|
-
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-
|
|
21
|
-
import { t as listboxAnatomy } from "../listbox-anatomy-
|
|
20
|
+
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-ChVWjuvl.js";
|
|
21
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-BIheOi8j.js";
|
|
22
22
|
import { t as marqueeAnatomy } from "../marquee-anatomy-Bih8y_Mg.js";
|
|
23
23
|
import { t as dropdownMenuAnatomy } from "../dropdown-menu-anatomy-Bv4vy6dU.js";
|
|
24
24
|
import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-B9CbXSLn.js";
|
|
@@ -32,7 +32,7 @@ import { t as qrCodeAnatomy } from "../qr-code-anatomy-CwXr0doo.js";
|
|
|
32
32
|
import { t as radioGroupAnatomy } from "../radio-group-anatomy-DwXH2ZXh.js";
|
|
33
33
|
import { t as ratingGroupAnatomy } from "../rating-group-anatomy-vdkTXds1.js";
|
|
34
34
|
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-D08heRlt.js";
|
|
35
|
-
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-
|
|
35
|
+
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-8sdDQVPl.js";
|
|
36
36
|
import { t as selectAnatomy } from "../select-anatomy-6e2EwWE7.js";
|
|
37
37
|
import { t as separatorAnatomy } from "../separator-anatomy-BKWsJ9Pb.js";
|
|
38
38
|
import { t as signaturePadAnatomy } from "../signature-pad-anatomy-D-FQgTUJ.js";
|
|
@@ -47,7 +47,7 @@ import { t as toastAnatomy } from "../toast-anatomy-C611urcE.js";
|
|
|
47
47
|
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-BMEHxthU.js";
|
|
48
48
|
import { t as toggleAnatomy } from "../toggle-anatomy-CAfJOViG.js";
|
|
49
49
|
import { t as tooltipAnatomy } from "../tooltip-anatomy-B2EMlOzF.js";
|
|
50
|
-
import { t as tourAnatomy } from "../tour-anatomy-
|
|
50
|
+
import { t as tourAnatomy } from "../tour-anatomy-D56wibsA.js";
|
|
51
51
|
import { t as treeViewAnatomy } from "../tree-view-anatomy-DiA9oPpn.js";
|
|
52
52
|
import { anatomy as aspectRatioAnatomy } from "@sprawlify/primitives/machines/aspect-ratio";
|
|
53
53
|
export * from "@sprawlify/primitives/anatomy";
|
|
@@ -77,8 +77,8 @@ declare const __VLS_export$8: __VLS_WithSlots$8<vue.DefineComponent<AngleSliderR
|
|
|
77
77
|
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
disabled: boolean;
|
|
80
|
-
invalid: boolean;
|
|
81
80
|
readOnly: boolean;
|
|
81
|
+
invalid: boolean;
|
|
82
82
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as carouselAnatomy } from "../../carousel-anatomy-
|
|
4
|
+
import { t as carouselAnatomy } from "../../carousel-anatomy-pJorXt5M.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as carousel from "@sprawlify/primitives/machines/carousel";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as checkboxAnatomy } from "../../checkbox-anatomy-
|
|
4
|
+
import { t as checkboxAnatomy } from "../../checkbox-anatomy-Bkxq8P4k.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as checkbox from "@sprawlify/primitives/machines/checkbox";
|
|
@@ -71,8 +71,8 @@ declare const __VLS_export$6: __VLS_WithSlots$6<vue.DefineComponent<CheckboxGrou
|
|
|
71
71
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
disabled: boolean;
|
|
74
|
-
invalid: boolean;
|
|
75
74
|
readOnly: boolean;
|
|
75
|
+
invalid: boolean;
|
|
76
76
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
77
77
|
default?: (props: {}) => any;
|
|
78
78
|
}>;
|
|
@@ -221,11 +221,11 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<CheckboxRoot
|
|
|
221
221
|
onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
|
|
222
222
|
"onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
|
|
223
223
|
}>, {
|
|
224
|
-
required: boolean;
|
|
225
224
|
disabled: boolean;
|
|
225
|
+
readOnly: boolean;
|
|
226
226
|
invalid: boolean;
|
|
227
227
|
checked: checkbox.CheckedState;
|
|
228
|
-
|
|
228
|
+
required: boolean;
|
|
229
229
|
defaultChecked: checkbox.CheckedState;
|
|
230
230
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
231
231
|
default?: (props: {}) => any;
|
|
@@ -149,13 +149,13 @@ HTMLAttributes {}
|
|
|
149
149
|
interface ClipboardRootEmits extends RootEmits {}
|
|
150
150
|
declare const _default$5: typeof __VLS_export$2;
|
|
151
151
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
152
|
+
statusChange: (details: clipboard.CopyStatusDetails) => any;
|
|
152
153
|
valueChange: (details: clipboard.ValueChangeDetails) => any;
|
|
153
154
|
"update:modelValue": (value: string) => any;
|
|
154
|
-
statusChange: (details: clipboard.CopyStatusDetails) => any;
|
|
155
155
|
}, string, vue.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
|
|
156
|
+
onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
|
|
156
157
|
onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
|
|
157
158
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
158
|
-
onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
|
|
159
159
|
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
|
161
161
|
}>;
|
|
@@ -111,10 +111,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<CollapsibleR
|
|
|
111
111
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
lazyMount: boolean;
|
|
115
|
-
unmountOnExit: boolean;
|
|
116
114
|
defaultOpen: boolean;
|
|
115
|
+
lazyMount: boolean;
|
|
117
116
|
open: boolean;
|
|
117
|
+
unmountOnExit: boolean;
|
|
118
118
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
119
119
|
default?: (props: {}) => any;
|
|
120
120
|
}>;
|
|
@@ -4,7 +4,7 @@ import { c as PresenceProps } from "../../index-B4l20i3i.js";
|
|
|
4
4
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
5
5
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
6
6
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
7
|
-
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-
|
|
7
|
+
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-JnpM9way.js";
|
|
8
8
|
import * as vue from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
10
|
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
@@ -427,11 +427,11 @@ declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<ColorPickerR
|
|
|
427
427
|
onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
|
|
428
428
|
"onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
|
|
429
429
|
}>, {
|
|
430
|
-
inline: boolean;
|
|
431
|
-
required: boolean;
|
|
432
430
|
disabled: boolean;
|
|
433
|
-
invalid: boolean;
|
|
434
431
|
readOnly: boolean;
|
|
432
|
+
invalid: boolean;
|
|
433
|
+
inline: boolean;
|
|
434
|
+
required: boolean;
|
|
435
435
|
defaultOpen: boolean;
|
|
436
436
|
open: boolean;
|
|
437
437
|
closeOnSelect: boolean;
|
|
@@ -4,7 +4,7 @@ import { i as UsePresenceProps } from "../../index-B4l20i3i.js";
|
|
|
4
4
|
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-CcpL2F4P.js";
|
|
5
5
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
6
6
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
7
|
-
import { t as comboboxAnatomy } from "../../combobox-anatomy-
|
|
7
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-BgE2KMyL.js";
|
|
8
8
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
9
9
|
import * as vue from "vue";
|
|
10
10
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
@@ -548,8 +548,8 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
548
548
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
549
549
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
550
550
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
551
|
-
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
552
551
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
552
|
+
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
553
553
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
554
554
|
}> & (typeof globalThis extends {
|
|
555
555
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -562,7 +562,7 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
562
562
|
emit: ((evt: "select", details: {
|
|
563
563
|
value: string[];
|
|
564
564
|
itemValue: string;
|
|
565
|
-
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "
|
|
565
|
+
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "update:inputValue", value: string) => void);
|
|
566
566
|
}>) => vue.VNode & {
|
|
567
567
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
568
568
|
};
|
|
@@ -3,7 +3,7 @@ import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
|
3
3
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
4
4
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
5
5
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
6
|
-
import { t as datePickerAnatomy } from "../../date-picker-anatomy-
|
|
6
|
+
import { t as datePickerAnatomy } from "../../date-picker-anatomy-CEDpFgbs.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, Reactive, SelectHTMLAttributes, SlotsType, TableHTMLAttributes, TdHTMLAttributes, ThHTMLAttributes, UnwrapRef } from "vue";
|
|
9
9
|
import * as datePicker from "@sprawlify/primitives/machines/date-picker";
|
|
@@ -366,16 +366,16 @@ declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePicker
|
|
|
366
366
|
"onUpdate:view"?: ((view: datePicker.DateView) => any) | undefined;
|
|
367
367
|
"onUpdate:focusedValue"?: ((focusedValue: datePicker.DateValue) => any) | undefined;
|
|
368
368
|
}>, {
|
|
369
|
-
inline: boolean;
|
|
370
|
-
required: boolean;
|
|
371
369
|
disabled: boolean;
|
|
372
|
-
invalid: boolean;
|
|
373
370
|
readOnly: boolean;
|
|
371
|
+
invalid: boolean;
|
|
372
|
+
inline: boolean;
|
|
373
|
+
required: boolean;
|
|
374
374
|
defaultOpen: boolean;
|
|
375
375
|
open: boolean;
|
|
376
376
|
closeOnSelect: boolean;
|
|
377
|
-
fixedWeeks: boolean;
|
|
378
377
|
openOnClick: boolean;
|
|
378
|
+
fixedWeeks: boolean;
|
|
379
379
|
outsideDaySelectable: boolean;
|
|
380
380
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
381
381
|
default?: (props: {}) => any;
|
|
@@ -386,12 +386,12 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue.DefineComponent<DropdownMenu
|
|
|
386
386
|
onHighlightChange?: ((details: dropdownMenu.HighlightChangeDetails) => any) | undefined;
|
|
387
387
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
388
388
|
}>, {
|
|
389
|
-
typeahead: boolean;
|
|
390
389
|
defaultOpen: boolean;
|
|
391
390
|
open: boolean;
|
|
392
|
-
|
|
393
|
-
composite: boolean;
|
|
391
|
+
typeahead: boolean;
|
|
394
392
|
closeOnSelect: boolean;
|
|
393
|
+
composite: boolean;
|
|
394
|
+
loopFocus: boolean;
|
|
395
395
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
396
396
|
default?: (props: {}) => any;
|
|
397
397
|
}>;
|
|
@@ -225,10 +225,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<EditableRoot
|
|
|
225
225
|
onValueRevert?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
226
226
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
227
227
|
}>, {
|
|
228
|
-
required: boolean;
|
|
229
228
|
disabled: boolean;
|
|
230
|
-
invalid: boolean;
|
|
231
229
|
readOnly: boolean;
|
|
230
|
+
invalid: boolean;
|
|
231
|
+
required: boolean;
|
|
232
232
|
selectOnFocus: boolean;
|
|
233
233
|
autoResize: boolean;
|
|
234
234
|
defaultEdit: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
-
import { t as fieldAnatomy } from "../../field-anatomy-
|
|
2
|
+
import { t as fieldAnatomy } from "../../field-anatomy-BWikn-kn.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, TextareaHTMLAttributes, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -252,10 +252,10 @@ interface FieldRootProps extends FieldRootBaseProps,
|
|
|
252
252
|
HTMLAttributes {}
|
|
253
253
|
declare const _default$6: typeof __VLS_export$2;
|
|
254
254
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FieldRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
255
|
-
required: boolean;
|
|
256
255
|
disabled: boolean;
|
|
257
|
-
invalid: boolean;
|
|
258
256
|
readOnly: boolean;
|
|
257
|
+
invalid: boolean;
|
|
258
|
+
required: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
-
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-
|
|
2
|
+
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-pWRVtwyO.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { FieldsetHTMLAttributes, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -269,10 +269,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FileUploadRo
|
|
|
269
269
|
onFileChange?: ((details: fileUpload.FileChangeDetails) => any) | undefined;
|
|
270
270
|
onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
|
|
271
271
|
}>, {
|
|
272
|
-
required: boolean;
|
|
273
272
|
disabled: boolean;
|
|
274
|
-
invalid: boolean;
|
|
275
273
|
readOnly: boolean;
|
|
274
|
+
invalid: boolean;
|
|
275
|
+
required: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
277
277
|
directory: boolean;
|
|
278
278
|
preventDocumentDrop: boolean;
|
|
@@ -27,8 +27,8 @@ interface HighlightProps extends HighlightBaseProps,
|
|
|
27
27
|
HTMLAttributes {}
|
|
28
28
|
declare const _default: typeof __VLS_export;
|
|
29
29
|
declare const __VLS_export: vue.DefineComponent<HighlightProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
|
|
30
|
-
ignoreCase: boolean;
|
|
31
30
|
matchAll: boolean;
|
|
31
|
+
ignoreCase: boolean;
|
|
32
32
|
exactMatch: boolean;
|
|
33
33
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
//#endregion
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-
|
|
4
|
+
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-ChVWjuvl.js";
|
|
5
5
|
import * as _sprawlify_primitives_types0 from "@sprawlify/primitives/types";
|
|
6
6
|
import { Rect } from "@sprawlify/primitives/types";
|
|
7
7
|
import * as vue from "vue";
|
|
@@ -3,6 +3,8 @@ import "../../core-BW88ya4i.js";
|
|
|
3
3
|
import "../../providers-Cm-xBdVY.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
5
|
import "../../factory-DNG1el63.js";
|
|
6
|
+
import "../../collapsible-anatomy-BIdE3Swa.js";
|
|
7
|
+
import "../../tree-view-anatomy-BK8OR6TX.js";
|
|
6
8
|
import "../../collapsible-nSsGHMUx.js";
|
|
7
9
|
import { t as createSplitProps } from "../../create-split-props-D32I38aE.js";
|
|
8
10
|
import "../../use-render-strategy-QgtvU85q.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as listboxAnatomy } from "../../listbox-anatomy-
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-BIheOi8j.js";
|
|
5
5
|
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
@@ -214,9 +214,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<MarqueeRootP
|
|
|
214
214
|
}>, {
|
|
215
215
|
reverse: boolean;
|
|
216
216
|
autoFill: boolean;
|
|
217
|
-
defaultPaused: boolean;
|
|
218
217
|
pauseOnInteraction: boolean;
|
|
219
218
|
paused: boolean;
|
|
219
|
+
defaultPaused: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
@@ -187,21 +187,21 @@ interface NumberInputRootEmits extends RootEmits {}
|
|
|
187
187
|
declare const _default$6: typeof __VLS_export$2;
|
|
188
188
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
189
189
|
valueChange: (details: numberInput.ValueChangeDetails) => any;
|
|
190
|
-
valueInvalid: (details: numberInput.ValueInvalidDetails) => any;
|
|
191
190
|
"update:modelValue": (value: string) => any;
|
|
192
191
|
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
192
|
+
valueInvalid: (details: numberInput.ValueInvalidDetails) => any;
|
|
193
193
|
}, string, vue.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
|
|
194
194
|
onValueChange?: ((details: numberInput.ValueChangeDetails) => any) | undefined;
|
|
195
|
-
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
196
195
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
197
196
|
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
197
|
+
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
|
-
required: boolean;
|
|
200
199
|
disabled: boolean;
|
|
201
|
-
invalid: boolean;
|
|
202
200
|
readOnly: boolean;
|
|
203
|
-
|
|
201
|
+
invalid: boolean;
|
|
202
|
+
required: boolean;
|
|
204
203
|
allowOverflow: boolean;
|
|
204
|
+
allowMouseWheel: boolean;
|
|
205
205
|
clampValueOnBlur: boolean;
|
|
206
206
|
focusInputOnChange: boolean;
|
|
207
207
|
spinOnPress: boolean;
|
|
@@ -153,13 +153,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PasswordInpu
|
|
|
153
153
|
onVisibilityChange?: ((details: passwordInput.VisibilityChangeDetails) => any) | undefined;
|
|
154
154
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
required: boolean;
|
|
157
156
|
disabled: boolean;
|
|
158
|
-
invalid: boolean;
|
|
159
157
|
readOnly: boolean;
|
|
158
|
+
invalid: boolean;
|
|
159
|
+
required: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
161
|
-
visible: boolean;
|
|
162
161
|
ignorePasswordManagers: boolean;
|
|
162
|
+
visible: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -142,23 +142,23 @@ interface PinInputRootEmits extends RootEmits {}
|
|
|
142
142
|
declare const _default$5: typeof __VLS_export$1;
|
|
143
143
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
144
144
|
valueChange: (details: pinInput.ValueChangeDetails) => any;
|
|
145
|
+
"update:modelValue": (value: string[]) => any;
|
|
145
146
|
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
146
147
|
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
147
|
-
"update:modelValue": (value: string[]) => any;
|
|
148
148
|
}, string, vue.PublicProps, Readonly<PinInputRootProps> & Readonly<{
|
|
149
149
|
onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
150
151
|
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
151
152
|
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
152
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
154
|
mask: boolean;
|
|
155
|
-
required: boolean;
|
|
156
155
|
disabled: boolean;
|
|
156
|
+
readOnly: boolean;
|
|
157
157
|
invalid: boolean;
|
|
158
|
+
required: boolean;
|
|
158
159
|
autoFocus: boolean;
|
|
159
160
|
blurOnComplete: boolean;
|
|
160
161
|
otp: boolean;
|
|
161
|
-
readOnly: boolean;
|
|
162
162
|
selectOnFocus: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
@@ -263,12 +263,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
263
263
|
targetIndex: number;
|
|
264
264
|
}>) => any) | undefined;
|
|
265
265
|
}>, {
|
|
266
|
-
autoFocus: boolean;
|
|
267
266
|
defaultOpen: boolean;
|
|
268
267
|
open: boolean;
|
|
269
268
|
closeOnEscape: boolean;
|
|
270
269
|
closeOnInteractOutside: boolean;
|
|
271
270
|
modal: boolean;
|
|
271
|
+
autoFocus: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
273
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
274
274
|
default?: (props: {}) => any;
|
|
@@ -213,10 +213,10 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<RadioGroupRootPr
|
|
|
213
213
|
onValueChange?: ((details: radioGroup.ValueChangeDetails) => any) | undefined;
|
|
214
214
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
|
-
required: boolean;
|
|
217
216
|
disabled: boolean;
|
|
218
|
-
invalid: boolean;
|
|
219
217
|
readOnly: boolean;
|
|
218
|
+
invalid: boolean;
|
|
219
|
+
required: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
@@ -158,10 +158,10 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<RatingGroupR
|
|
|
158
158
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
159
|
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
|
-
required: boolean;
|
|
162
161
|
disabled: boolean;
|
|
163
|
-
autoFocus: boolean;
|
|
164
162
|
readOnly: boolean;
|
|
163
|
+
required: boolean;
|
|
164
|
+
autoFocus: boolean;
|
|
165
165
|
allowHalf: boolean;
|
|
166
166
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-
|
|
4
|
+
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-8sdDQVPl.js";
|
|
5
5
|
import * as vue 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";
|
|
@@ -175,9 +175,9 @@ declare const __VLS_export$1: __VLS_WithSlots<vue.DefineComponent<SignaturePadRo
|
|
|
175
175
|
onDraw?: ((details: signaturePad.DrawDetails) => any) | undefined;
|
|
176
176
|
onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
|
|
177
177
|
}>, {
|
|
178
|
-
required: boolean;
|
|
179
178
|
disabled: boolean;
|
|
180
179
|
readOnly: boolean;
|
|
180
|
+
required: boolean;
|
|
181
181
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
@@ -211,8 +211,8 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<SliderRootPr
|
|
|
211
211
|
onValueChangeEnd?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
212
212
|
}>, {
|
|
213
213
|
disabled: boolean;
|
|
214
|
-
invalid: boolean;
|
|
215
214
|
readOnly: boolean;
|
|
215
|
+
invalid: boolean;
|
|
216
216
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
217
217
|
default?: (props: {}) => any;
|
|
218
218
|
}>;
|
|
@@ -120,11 +120,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<SwitchRootPr
|
|
|
120
120
|
onCheckedChange?: ((details: sprawlifySwitch.CheckedChangeDetails) => any) | undefined;
|
|
121
121
|
"onUpdate:checked"?: ((checked: boolean) => any) | undefined;
|
|
122
122
|
}>, {
|
|
123
|
-
required: boolean;
|
|
124
123
|
disabled: boolean;
|
|
124
|
+
readOnly: boolean;
|
|
125
125
|
invalid: boolean;
|
|
126
126
|
checked: boolean;
|
|
127
|
-
|
|
127
|
+
required: boolean;
|
|
128
128
|
defaultChecked: boolean;
|
|
129
129
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
130
130
|
default?: (props: {}) => any;
|
|
@@ -164,9 +164,9 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TabsRootProps, {
|
|
|
164
164
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
165
165
|
onFocusChange?: ((details: tabs.FocusChangeDetails) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
|
-
deselectable: boolean;
|
|
168
|
-
loopFocus: boolean;
|
|
169
167
|
composite: boolean;
|
|
168
|
+
loopFocus: boolean;
|
|
169
|
+
deselectable: boolean;
|
|
170
170
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
172
172
|
}>;
|
|
@@ -298,7 +298,6 @@ interface TagsInputRootEmits extends RootEmits {}
|
|
|
298
298
|
declare const _default$12: typeof __VLS_export;
|
|
299
299
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
300
300
|
valueChange: (details: tagsInput.ValueChangeDetails) => any;
|
|
301
|
-
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
302
301
|
"update:modelValue": (value: string[]) => any;
|
|
303
302
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
304
303
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
@@ -306,9 +305,9 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootPro
|
|
|
306
305
|
highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
|
|
307
306
|
inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
|
|
308
307
|
"update:inputValue": (value: string) => any;
|
|
308
|
+
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
309
309
|
}, string, vue.PublicProps, Readonly<TagsInputRootProps> & Readonly<{
|
|
310
310
|
onValueChange?: ((details: tagsInput.ValueChangeDetails) => any) | undefined;
|
|
311
|
-
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
312
311
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
313
312
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
314
313
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
@@ -316,15 +315,16 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootPro
|
|
|
316
315
|
onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
|
|
317
316
|
onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
|
|
318
317
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
318
|
+
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
|
-
required: boolean;
|
|
321
320
|
disabled: boolean;
|
|
321
|
+
readOnly: boolean;
|
|
322
322
|
invalid: boolean;
|
|
323
|
+
required: boolean;
|
|
323
324
|
autoFocus: boolean;
|
|
324
|
-
readOnly: boolean;
|
|
325
325
|
allowOverflow: boolean;
|
|
326
|
-
editable: boolean;
|
|
327
326
|
addOnPaste: boolean;
|
|
327
|
+
editable: boolean;
|
|
328
328
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
329
329
|
default?: (props: {}) => any;
|
|
330
330
|
}>;
|
|
@@ -83,8 +83,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<ToggleGroupR
|
|
|
83
83
|
}>, {
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
multiple: boolean;
|
|
86
|
-
deselectable: boolean;
|
|
87
86
|
loopFocus: boolean;
|
|
87
|
+
deselectable: boolean;
|
|
88
88
|
rovingFocus: boolean;
|
|
89
89
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
@@ -165,10 +165,10 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<TooltipRootP
|
|
|
165
165
|
disabled: boolean;
|
|
166
166
|
defaultOpen: boolean;
|
|
167
167
|
open: boolean;
|
|
168
|
-
closeOnPointerDown: boolean;
|
|
169
168
|
closeOnEscape: boolean;
|
|
170
|
-
closeOnScroll: boolean;
|
|
171
169
|
closeOnClick: boolean;
|
|
170
|
+
closeOnPointerDown: boolean;
|
|
171
|
+
closeOnScroll: boolean;
|
|
172
172
|
interactive: boolean;
|
|
173
173
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
174
174
|
default?: (props: {}) => any;
|
|
@@ -2,7 +2,7 @@ import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
4
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
5
|
-
import { t as tourAnatomy } from "../../tour-anatomy-
|
|
5
|
+
import { t as tourAnatomy } from "../../tour-anatomy-D56wibsA.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import { WaitForOptions as WaitOptions$1 } from "@sprawlify/primitives/dom-query";
|
|
@@ -217,21 +217,21 @@ interface TourRootProps extends TourRootBaseProps {}
|
|
|
217
217
|
interface TourRootEmits extends RootEmits {}
|
|
218
218
|
declare const _default$12: typeof __VLS_export$3;
|
|
219
219
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<TourRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
220
|
+
statusChange: (details: tour.StatusChangeDetails) => any;
|
|
220
221
|
exitComplete: () => any;
|
|
221
222
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
222
223
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
223
224
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
224
|
-
statusChange: (details: tour.StatusChangeDetails) => any;
|
|
225
225
|
stepChange: (details: tour.StepChangeDetails) => any;
|
|
226
226
|
stepsChange: (details: {
|
|
227
227
|
steps: tour.StepDetails[];
|
|
228
228
|
}) => any;
|
|
229
229
|
}, string, vue.PublicProps, Readonly<TourRootProps> & Readonly<{
|
|
230
|
+
onStatusChange?: ((details: tour.StatusChangeDetails) => any) | undefined;
|
|
230
231
|
onExitComplete?: (() => any) | undefined;
|
|
231
232
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
232
233
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
233
234
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
234
|
-
onStatusChange?: ((details: tour.StatusChangeDetails) => any) | undefined;
|
|
235
235
|
onStepChange?: ((details: tour.StepChangeDetails) => any) | undefined;
|
|
236
236
|
onStepsChange?: ((details: {
|
|
237
237
|
steps: tour.StepDetails[];
|
|
@@ -2,6 +2,7 @@ import "../../core-BW88ya4i.js";
|
|
|
2
2
|
import "../../providers-Cm-xBdVY.js";
|
|
3
3
|
import "../../create-context-BqbKqBMN.js";
|
|
4
4
|
import "../../factory-DNG1el63.js";
|
|
5
|
+
import "../../collapsible-anatomy-BIdE3Swa.js";
|
|
5
6
|
import { t as treeViewAnatomy } from "../../tree-view-anatomy-BK8OR6TX.js";
|
|
6
7
|
import "../../collapsible-nSsGHMUx.js";
|
|
7
8
|
import "../../use-render-strategy-QgtvU85q.js";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
+
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "table" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "prevTrigger" | "nextTrigger" | "valueText" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { datePickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/field/field-anatomy.d.ts
|
|
4
|
-
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "select" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { fieldAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/fieldset/fieldset-anatomy.d.ts
|
|
4
|
-
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"legend" | "root" | "errorText" | "helperText">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { fieldsetAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/image-cropper/image-cropper-anatomy.d.ts
|
|
4
|
-
declare const imageCropperAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const imageCropperAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"image" | "root" | "viewport" | "selection" | "handle" | "grid">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { imageCropperAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "root" | "item" | "itemGroup" | "valueText" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { listboxAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/segment-group/segment-group-anatomy.d.ts
|
|
4
|
-
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { segmentGroupAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/tour/tour-anatomy.d.ts
|
|
4
|
-
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "content" | "backdrop" | "closeTrigger" | "positioner" | "description" | "control" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "spotlight">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { tourAnatomy as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprawlify/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"access": "public"
|
|
269
269
|
},
|
|
270
270
|
"dependencies": {
|
|
271
|
-
"@sprawlify/primitives": "0.0.
|
|
271
|
+
"@sprawlify/primitives": "0.0.104"
|
|
272
272
|
},
|
|
273
273
|
"peerDependencies": {
|
|
274
274
|
"vue": ">=3.0.0"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
-
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"trigger" | "positioner" | "content" | "root" | "input" | "label" | "table" | "view" | "control" | "nextTrigger" | "prevTrigger" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect" | "valueText">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { datePickerAnatomy as t };
|