@sprawlify/vue 0.0.101 → 0.0.102
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-9zjAVC7Z.d.ts → alert-dialog-anatomy-KZCfu4vW.d.ts} +1 -1
- package/dist/{carousel-anatomy-Blqe-5Es.d.ts → carousel-anatomy-DOHKbhXt.d.ts} +1 -1
- package/dist/{checkbox-anatomy-BDPTqssy.d.ts → checkbox-anatomy-D_EEk_7M.d.ts} +1 -1
- package/dist/{color-picker-anatomy-CU8esrjt.d.ts → color-picker-anatomy-DtnPFxci.d.ts} +1 -1
- package/dist/{combobox-anatomy-D7qjlNeK.d.ts → combobox-anatomy-MdQiBePo.d.ts} +1 -1
- package/dist/components/alert-dialog/index.d.ts +13 -13
- package/dist/components/anatomy.d.ts +12 -12
- package/dist/components/bottom-sheet/index.d.ts +6 -6
- package/dist/components/carousel/index.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +3 -3
- package/dist/components/collapsible/index.d.ts +4 -4
- package/dist/components/color-picker/index.d.ts +8 -8
- package/dist/components/combobox/index.d.ts +5 -5
- package/dist/components/date-picker/index.d.ts +6 -6
- package/dist/components/dialog/index.d.ts +12 -12
- package/dist/components/dropdown-menu/index.d.ts +10 -10
- package/dist/components/editable/index.d.ts +1 -1
- package/dist/components/field/index.d.ts +2 -2
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +1 -1
- package/dist/components/floating-panel/index.d.ts +1 -1
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +5 -5
- package/dist/components/image-cropper/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.d.ts +1 -1
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/pin-input/index.d.ts +2 -2
- package/dist/components/popover/index.d.ts +10 -10
- package/dist/components/radio-group/index.d.ts +1 -1
- package/dist/components/rating-group/index.d.ts +1 -1
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +3 -3
- package/dist/components/signature-pad/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 +3 -3
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +5 -5
- package/dist/components/tour/index.d.ts +1 -1
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/date-picker-anatomy-CcvUYLJo.d.ts +6 -0
- package/dist/{field-anatomy-BWikn-kn.d.ts → field-anatomy-DqgWNqwe.d.ts} +1 -1
- package/dist/{fieldset-anatomy-pWRVtwyO.d.ts → fieldset-anatomy-CcZfEnO-.d.ts} +1 -1
- package/dist/{image-cropper-anatomy-ChVWjuvl.d.ts → image-cropper-anatomy-D1LB8g2f.d.ts} +1 -1
- package/dist/{index-C4mQuA9L.d.ts → index-BbSg4qcW.d.ts} +2 -2
- package/dist/{listbox-anatomy-DY6cCB6b.d.ts → listbox-anatomy-CvFevsM7.d.ts} +1 -1
- package/dist/{segment-group-anatomy-8sdDQVPl.d.ts → segment-group-anatomy-C2h5VcC1.d.ts} +1 -1
- package/dist/{tour-anatomy-JNcHMN8H.d.ts → tour-anatomy-DculG1eh.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/date-picker-anatomy-BwjU5RR5.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<"trigger" | "positioner" | "content" | "title" | "description" | "closeTrigger" | "backdrop">;
|
|
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" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "itemGroup" | "indicator" | "progressText" | "indicatorGroup" | "autoplayTrigger" | "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<"root" | "label" | "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<"trigger" | "positioner" | "content" | "root" | "label" | "view" | "control" | "valueText" | "area" | "areaThumb" | "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<"trigger" | "positioner" | "content" | "root" | "input" | "label" | "control" | "clearTrigger" | "item" | "list" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -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-KZCfu4vW.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";
|
|
@@ -162,13 +162,13 @@ interface AlertDialogRootProps extends AlertDialogRootBaseProps {}
|
|
|
162
162
|
interface AlertDialogRootEmits extends RootEmits {}
|
|
163
163
|
declare const _default$6: typeof __VLS_export$3;
|
|
164
164
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
165
|
-
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
166
165
|
exitComplete: () => any;
|
|
166
|
+
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
167
|
+
"update:open": (open: boolean) => any;
|
|
168
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
167
169
|
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
168
170
|
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
169
171
|
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
170
|
-
"update:open": (open: boolean) => any;
|
|
171
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
172
172
|
requestDismiss: (event: CustomEvent<{
|
|
173
173
|
originalLayer: HTMLElement;
|
|
174
174
|
targetLayer: HTMLElement | undefined;
|
|
@@ -176,13 +176,13 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
176
176
|
targetIndex: number;
|
|
177
177
|
}>) => any;
|
|
178
178
|
}, string, vue.PublicProps, Readonly<AlertDialogRootProps> & Readonly<{
|
|
179
|
-
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
180
179
|
onExitComplete?: (() => any) | undefined;
|
|
180
|
+
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
181
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
182
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
181
183
|
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
182
184
|
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
183
185
|
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
184
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
185
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
186
186
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
187
187
|
originalLayer: HTMLElement;
|
|
188
188
|
targetLayer: HTMLElement | undefined;
|
|
@@ -190,14 +190,14 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
190
190
|
targetIndex: number;
|
|
191
191
|
}>) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
|
-
trapFocus: boolean;
|
|
194
|
-
preventScroll: boolean;
|
|
195
|
-
modal: boolean;
|
|
196
|
-
restoreFocus: boolean;
|
|
197
|
-
open: boolean;
|
|
198
193
|
defaultOpen: boolean;
|
|
199
|
-
|
|
194
|
+
open: boolean;
|
|
200
195
|
closeOnEscape: boolean;
|
|
196
|
+
closeOnInteractOutside: boolean;
|
|
197
|
+
modal: boolean;
|
|
198
|
+
preventScroll: boolean;
|
|
199
|
+
restoreFocus: boolean;
|
|
200
|
+
trapFocus: boolean;
|
|
201
201
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
202
202
|
default?: (props: {}) => any;
|
|
203
203
|
}>;
|
|
@@ -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-KZCfu4vW.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-DOHKbhXt.js";
|
|
7
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-D_EEk_7M.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-DtnPFxci.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-MdQiBePo.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-CcvUYLJo.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-DqgWNqwe.js";
|
|
16
|
+
import { t as fieldsetAnatomy } from "../fieldset-anatomy-CcZfEnO-.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-D1LB8g2f.js";
|
|
21
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-CvFevsM7.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-C2h5VcC1.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-DculG1eh.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";
|
|
@@ -168,14 +168,14 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<BottomSheetR
|
|
|
168
168
|
snapPoint: number | string;
|
|
169
169
|
}) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
-
trapFocus: boolean;
|
|
172
|
-
preventScroll: boolean;
|
|
173
|
-
modal: boolean;
|
|
174
|
-
restoreFocus: boolean;
|
|
175
|
-
open: boolean;
|
|
176
171
|
defaultOpen: boolean;
|
|
177
|
-
|
|
172
|
+
open: boolean;
|
|
178
173
|
closeOnEscape: boolean;
|
|
174
|
+
closeOnInteractOutside: boolean;
|
|
175
|
+
modal: boolean;
|
|
176
|
+
preventScroll: boolean;
|
|
177
|
+
restoreFocus: boolean;
|
|
178
|
+
trapFocus: boolean;
|
|
179
179
|
preventDragOnScroll: boolean;
|
|
180
180
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
181
181
|
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 carouselAnatomy } from "../../carousel-anatomy-
|
|
4
|
+
import { t as carouselAnatomy } from "../../carousel-anatomy-DOHKbhXt.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-D_EEk_7M.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";
|
|
@@ -221,10 +221,10 @@ 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
|
-
disabled: boolean;
|
|
225
|
-
checked: checkbox.CheckedState;
|
|
226
224
|
required: boolean;
|
|
225
|
+
disabled: boolean;
|
|
227
226
|
invalid: boolean;
|
|
227
|
+
checked: checkbox.CheckedState;
|
|
228
228
|
readOnly: boolean;
|
|
229
229
|
defaultChecked: checkbox.CheckedState;
|
|
230
230
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -102,19 +102,19 @@ HTMLAttributes {}
|
|
|
102
102
|
interface CollapsibleRootEmits extends RootEmits {}
|
|
103
103
|
declare const _default$3: typeof __VLS_export$2;
|
|
104
104
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<CollapsibleRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
105
|
-
openChange: (details: collapsible.OpenChangeDetails) => any;
|
|
106
105
|
exitComplete: () => any;
|
|
106
|
+
openChange: (details: collapsible.OpenChangeDetails) => any;
|
|
107
107
|
"update:open": (open: boolean) => any;
|
|
108
108
|
}, string, vue.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
109
|
-
onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
|
|
110
109
|
onExitComplete?: (() => any) | undefined;
|
|
110
|
+
onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
|
|
111
111
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
open: boolean;
|
|
115
|
-
defaultOpen: boolean;
|
|
116
114
|
lazyMount: boolean;
|
|
117
115
|
unmountOnExit: boolean;
|
|
116
|
+
defaultOpen: boolean;
|
|
117
|
+
open: 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-DtnPFxci.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";
|
|
@@ -403,37 +403,37 @@ HTMLAttributes {}
|
|
|
403
403
|
interface ColorPickerRootEmits extends RootEmits {}
|
|
404
404
|
declare const _default$18: typeof __VLS_export$9;
|
|
405
405
|
declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
406
|
-
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
407
406
|
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
408
407
|
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
409
408
|
exitComplete: () => any;
|
|
409
|
+
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
410
|
+
"update:open": (open: boolean) => any;
|
|
410
411
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
411
412
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
412
413
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
413
|
-
"update:open": (open: boolean) => any;
|
|
414
414
|
valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
|
|
415
415
|
formatChange: (details: colorPicker.FormatChangeDetails) => any;
|
|
416
416
|
"update:format": (format: _sprawlify_primitives_color_utils0.ColorFormat) => any;
|
|
417
417
|
}, string, vue.PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
|
|
418
|
-
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
419
418
|
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
420
419
|
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
421
420
|
onExitComplete?: (() => any) | undefined;
|
|
421
|
+
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
422
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
422
423
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
423
424
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
424
425
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
425
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
426
426
|
onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
427
427
|
onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
|
|
428
428
|
"onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
|
|
429
429
|
}>, {
|
|
430
|
-
disabled: boolean;
|
|
431
430
|
inline: boolean;
|
|
432
|
-
open: boolean;
|
|
433
|
-
defaultOpen: boolean;
|
|
434
431
|
required: boolean;
|
|
432
|
+
disabled: boolean;
|
|
435
433
|
invalid: boolean;
|
|
436
434
|
readOnly: boolean;
|
|
435
|
+
defaultOpen: boolean;
|
|
436
|
+
open: boolean;
|
|
437
437
|
closeOnSelect: boolean;
|
|
438
438
|
openAutoFocus: boolean;
|
|
439
439
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -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-MdQiBePo.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";
|
|
@@ -539,17 +539,17 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
539
539
|
value: string[];
|
|
540
540
|
itemValue: string;
|
|
541
541
|
}) => any) | undefined;
|
|
542
|
-
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
543
542
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
544
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
545
544
|
onExitComplete?: (() => any) | undefined;
|
|
545
|
+
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
546
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
546
547
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
547
548
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
548
549
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
549
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
550
550
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
551
|
-
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
552
551
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
552
|
+
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => 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: "
|
|
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: "update:highlightedValue", value: string | null) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => 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-CcvUYLJo.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";
|
|
@@ -344,10 +344,10 @@ HTMLAttributes {}
|
|
|
344
344
|
interface DatePickerRootEmits extends RootEmits {}
|
|
345
345
|
declare const _default$12: typeof __VLS_export$12;
|
|
346
346
|
declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
347
|
-
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
348
347
|
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
349
348
|
"update:modelValue": (value: datePicker.DateValue[]) => any;
|
|
350
349
|
exitComplete: () => any;
|
|
350
|
+
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
351
351
|
"update:open": (open: boolean) => any;
|
|
352
352
|
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
353
353
|
viewChange: (details: datePicker.ViewChangeDetails) => any;
|
|
@@ -355,10 +355,10 @@ declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePicker
|
|
|
355
355
|
"update:view": (view: datePicker.DateView) => any;
|
|
356
356
|
"update:focusedValue": (focusedValue: datePicker.DateValue) => any;
|
|
357
357
|
}, string, vue.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
|
|
358
|
-
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
359
358
|
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
360
359
|
"onUpdate:modelValue"?: ((value: datePicker.DateValue[]) => any) | undefined;
|
|
361
360
|
onExitComplete?: (() => any) | undefined;
|
|
361
|
+
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
362
362
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
363
|
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
364
364
|
onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
|
|
@@ -366,13 +366,13 @@ 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
|
-
disabled: boolean;
|
|
370
369
|
inline: boolean;
|
|
371
|
-
open: boolean;
|
|
372
|
-
defaultOpen: boolean;
|
|
373
370
|
required: boolean;
|
|
371
|
+
disabled: boolean;
|
|
374
372
|
invalid: boolean;
|
|
375
373
|
readOnly: boolean;
|
|
374
|
+
defaultOpen: boolean;
|
|
375
|
+
open: boolean;
|
|
376
376
|
closeOnSelect: boolean;
|
|
377
377
|
fixedWeeks: boolean;
|
|
378
378
|
openOnClick: boolean;
|
|
@@ -163,13 +163,13 @@ interface DialogRootProps extends DialogRootBaseProps {}
|
|
|
163
163
|
interface DialogRootEmits extends RootEmits {}
|
|
164
164
|
declare const _default$6: typeof __VLS_export$3;
|
|
165
165
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
166
|
-
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
167
166
|
exitComplete: () => any;
|
|
167
|
+
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
168
|
+
"update:open": (open: boolean) => any;
|
|
169
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
168
170
|
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
169
171
|
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
170
172
|
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
171
|
-
"update:open": (open: boolean) => any;
|
|
172
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
173
173
|
requestDismiss: (event: CustomEvent<{
|
|
174
174
|
originalLayer: HTMLElement;
|
|
175
175
|
targetLayer: HTMLElement | undefined;
|
|
@@ -177,13 +177,13 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
177
177
|
targetIndex: number;
|
|
178
178
|
}>) => any;
|
|
179
179
|
}, string, vue.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
180
|
-
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
181
180
|
onExitComplete?: (() => any) | undefined;
|
|
181
|
+
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
182
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
183
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
182
184
|
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
183
185
|
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
184
186
|
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
185
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
186
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
187
187
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
188
188
|
originalLayer: HTMLElement;
|
|
189
189
|
targetLayer: HTMLElement | undefined;
|
|
@@ -191,14 +191,14 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
191
191
|
targetIndex: number;
|
|
192
192
|
}>) => any) | undefined;
|
|
193
193
|
}>, {
|
|
194
|
-
trapFocus: boolean;
|
|
195
|
-
preventScroll: boolean;
|
|
196
|
-
modal: boolean;
|
|
197
|
-
restoreFocus: boolean;
|
|
198
|
-
open: boolean;
|
|
199
194
|
defaultOpen: boolean;
|
|
200
|
-
|
|
195
|
+
open: boolean;
|
|
201
196
|
closeOnEscape: boolean;
|
|
197
|
+
closeOnInteractOutside: boolean;
|
|
198
|
+
modal: boolean;
|
|
199
|
+
preventScroll: boolean;
|
|
200
|
+
restoreFocus: boolean;
|
|
201
|
+
trapFocus: boolean;
|
|
202
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
@@ -353,13 +353,13 @@ interface DropdownMenuRootEmits extends RootEmits {}
|
|
|
353
353
|
declare const _default$15: typeof __VLS_export$4;
|
|
354
354
|
declare const __VLS_export$4: __VLS_WithSlots$3<vue.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
355
355
|
select: (details: dropdownMenu.SelectionDetails) => any;
|
|
356
|
-
openChange: (details: dropdownMenu.OpenChangeDetails) => any;
|
|
357
356
|
exitComplete: () => any;
|
|
357
|
+
openChange: (details: dropdownMenu.OpenChangeDetails) => any;
|
|
358
|
+
"update:open": (open: boolean) => any;
|
|
359
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
358
360
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
359
361
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
360
362
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
361
|
-
"update:open": (open: boolean) => any;
|
|
362
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
363
363
|
requestDismiss: (event: CustomEvent<{
|
|
364
364
|
originalLayer: HTMLElement;
|
|
365
365
|
targetLayer: HTMLElement | undefined;
|
|
@@ -370,13 +370,13 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue.DefineComponent<DropdownMenu
|
|
|
370
370
|
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
371
371
|
}, string, vue.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
|
|
372
372
|
onSelect?: ((details: dropdownMenu.SelectionDetails) => any) | undefined;
|
|
373
|
-
onOpenChange?: ((details: dropdownMenu.OpenChangeDetails) => any) | undefined;
|
|
374
373
|
onExitComplete?: (() => any) | undefined;
|
|
374
|
+
onOpenChange?: ((details: dropdownMenu.OpenChangeDetails) => any) | undefined;
|
|
375
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
376
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
375
377
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
376
378
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
377
379
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
378
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
379
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
380
380
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
381
381
|
originalLayer: HTMLElement;
|
|
382
382
|
targetLayer: HTMLElement | undefined;
|
|
@@ -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
|
-
open: boolean;
|
|
390
|
-
defaultOpen: boolean;
|
|
391
389
|
typeahead: boolean;
|
|
392
|
-
|
|
393
|
-
|
|
390
|
+
defaultOpen: boolean;
|
|
391
|
+
open: boolean;
|
|
394
392
|
loopFocus: boolean;
|
|
393
|
+
composite: boolean;
|
|
394
|
+
closeOnSelect: boolean;
|
|
395
395
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
396
396
|
default?: (props: {}) => any;
|
|
397
397
|
}>;
|
|
@@ -225,8 +225,8 @@ 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
|
-
disabled: boolean;
|
|
229
228
|
required: boolean;
|
|
229
|
+
disabled: boolean;
|
|
230
230
|
invalid: boolean;
|
|
231
231
|
readOnly: boolean;
|
|
232
232
|
selectOnFocus: 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-DqgWNqwe.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, TextareaHTMLAttributes, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -252,8 +252,8 @@ 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
|
-
disabled: boolean;
|
|
256
255
|
required: boolean;
|
|
256
|
+
disabled: boolean;
|
|
257
257
|
invalid: boolean;
|
|
258
258
|
readOnly: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -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-CcZfEnO-.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { FieldsetHTMLAttributes, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -269,8 +269,8 @@ 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
|
-
disabled: boolean;
|
|
273
272
|
required: boolean;
|
|
273
|
+
disabled: boolean;
|
|
274
274
|
invalid: boolean;
|
|
275
275
|
readOnly: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
@@ -238,8 +238,8 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
238
238
|
}>, {
|
|
239
239
|
draggable: boolean;
|
|
240
240
|
disabled: boolean;
|
|
241
|
-
open: boolean;
|
|
242
241
|
defaultOpen: boolean;
|
|
242
|
+
open: boolean;
|
|
243
243
|
closeOnEscape: boolean;
|
|
244
244
|
allowOverflow: boolean;
|
|
245
245
|
lockAspectRatio: 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
|
-
matchAll: boolean;
|
|
31
30
|
ignoreCase: boolean;
|
|
31
|
+
matchAll: boolean;
|
|
32
32
|
exactMatch: boolean;
|
|
33
33
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
//#endregion
|
|
@@ -152,23 +152,23 @@ interface HoverCardRootProps extends HoverCardRootBaseProps {}
|
|
|
152
152
|
interface HoverCardRootEmits extends RootEmits {}
|
|
153
153
|
declare const _default$5: typeof __VLS_export$1;
|
|
154
154
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
155
|
-
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
156
155
|
exitComplete: () => any;
|
|
156
|
+
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
157
|
+
"update:open": (open: boolean) => any;
|
|
157
158
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
158
159
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
159
160
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
160
|
-
"update:open": (open: boolean) => any;
|
|
161
161
|
}, string, vue.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
|
-
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
163
162
|
onExitComplete?: (() => any) | undefined;
|
|
163
|
+
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
164
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
164
165
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
165
166
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
166
167
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
167
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
disabled: boolean;
|
|
170
|
-
open: boolean;
|
|
171
170
|
defaultOpen: boolean;
|
|
171
|
+
open: boolean;
|
|
172
172
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
173
173
|
default?: (props: {}) => any;
|
|
174
174
|
}>;
|
|
@@ -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-D1LB8g2f.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";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
2
|
-
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-
|
|
2
|
+
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-BbSg4qcW.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { ComputedRef, HTMLAttributes, MaybeRef } from "vue";
|
|
5
5
|
import * as treeView from "@sprawlify/primitives/machines/tree-view";
|
|
@@ -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-CvFevsM7.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";
|
|
@@ -196,12 +196,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<NumberInputR
|
|
|
196
196
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
197
197
|
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
|
-
disabled: boolean;
|
|
200
199
|
required: boolean;
|
|
200
|
+
disabled: boolean;
|
|
201
201
|
invalid: boolean;
|
|
202
202
|
readOnly: boolean;
|
|
203
|
-
allowOverflow: boolean;
|
|
204
203
|
allowMouseWheel: boolean;
|
|
204
|
+
allowOverflow: 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
|
-
disabled: boolean;
|
|
157
156
|
required: boolean;
|
|
157
|
+
disabled: boolean;
|
|
158
158
|
invalid: boolean;
|
|
159
159
|
readOnly: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
161
|
-
ignorePasswordManagers: boolean;
|
|
162
161
|
visible: boolean;
|
|
162
|
+
ignorePasswordManagers: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -152,11 +152,11 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRoot
|
|
|
152
152
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
154
|
mask: boolean;
|
|
155
|
-
disabled: boolean;
|
|
156
155
|
required: boolean;
|
|
156
|
+
disabled: boolean;
|
|
157
|
+
invalid: boolean;
|
|
157
158
|
autoFocus: boolean;
|
|
158
159
|
blurOnComplete: boolean;
|
|
159
|
-
invalid: boolean;
|
|
160
160
|
otp: boolean;
|
|
161
161
|
readOnly: boolean;
|
|
162
162
|
selectOnFocus: boolean;
|
|
@@ -235,13 +235,13 @@ interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
|
235
235
|
interface PopoverRootEmits extends RootEmits {}
|
|
236
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
237
237
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
238
|
-
openChange: (details: popover.OpenChangeDetails) => any;
|
|
239
238
|
exitComplete: () => any;
|
|
239
|
+
openChange: (details: popover.OpenChangeDetails) => any;
|
|
240
|
+
"update:open": (open: boolean) => any;
|
|
241
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
240
242
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
241
243
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
242
244
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
243
|
-
"update:open": (open: boolean) => any;
|
|
244
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
245
245
|
requestDismiss: (event: CustomEvent<{
|
|
246
246
|
originalLayer: HTMLElement;
|
|
247
247
|
targetLayer: HTMLElement | undefined;
|
|
@@ -249,13 +249,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
249
249
|
targetIndex: number;
|
|
250
250
|
}>) => any;
|
|
251
251
|
}, string, vue.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
252
|
-
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
253
252
|
onExitComplete?: (() => any) | undefined;
|
|
253
|
+
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
254
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
255
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
254
256
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
255
257
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
256
258
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
257
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
258
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
259
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
260
260
|
originalLayer: HTMLElement;
|
|
261
261
|
targetLayer: HTMLElement | undefined;
|
|
@@ -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
|
-
|
|
267
|
-
open: boolean;
|
|
266
|
+
autoFocus: boolean;
|
|
268
267
|
defaultOpen: boolean;
|
|
269
|
-
|
|
268
|
+
open: boolean;
|
|
270
269
|
closeOnEscape: boolean;
|
|
271
|
-
|
|
270
|
+
closeOnInteractOutside: boolean;
|
|
271
|
+
modal: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
273
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
274
274
|
default?: (props: {}) => any;
|
|
@@ -213,8 +213,8 @@ 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
|
-
disabled: boolean;
|
|
217
216
|
required: boolean;
|
|
217
|
+
disabled: boolean;
|
|
218
218
|
invalid: boolean;
|
|
219
219
|
readOnly: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -158,8 +158,8 @@ 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
|
-
disabled: boolean;
|
|
162
161
|
required: boolean;
|
|
162
|
+
disabled: boolean;
|
|
163
163
|
autoFocus: boolean;
|
|
164
164
|
readOnly: boolean;
|
|
165
165
|
allowHalf: boolean;
|
|
@@ -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-C2h5VcC1.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";
|
|
@@ -337,14 +337,14 @@ declare const _default$15: typeof __VLS_export$3;
|
|
|
337
337
|
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<{
|
|
338
338
|
props: vue.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
|
|
339
339
|
onSelect?: ((details: select.SelectionDetails) => any) | undefined;
|
|
340
|
-
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
341
340
|
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
342
341
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
343
342
|
onExitComplete?: (() => any) | undefined;
|
|
343
|
+
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
344
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
344
345
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
345
346
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
346
347
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
347
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
348
348
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
349
349
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
350
350
|
}> & (typeof globalThis extends {
|
|
@@ -355,7 +355,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
355
355
|
slots: {
|
|
356
356
|
default?: (props: {}) => any;
|
|
357
357
|
};
|
|
358
|
-
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "
|
|
358
|
+
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "update:open", open: 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: select.HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
359
359
|
}>) => vue.VNode & {
|
|
360
360
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
361
361
|
};
|
|
@@ -175,8 +175,8 @@ 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
|
-
disabled: boolean;
|
|
179
178
|
required: boolean;
|
|
179
|
+
disabled: boolean;
|
|
180
180
|
readOnly: boolean;
|
|
181
181
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
@@ -120,10 +120,10 @@ 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
|
-
disabled: boolean;
|
|
124
|
-
checked: boolean;
|
|
125
123
|
required: boolean;
|
|
124
|
+
disabled: boolean;
|
|
126
125
|
invalid: boolean;
|
|
126
|
+
checked: boolean;
|
|
127
127
|
readOnly: boolean;
|
|
128
128
|
defaultChecked: boolean;
|
|
129
129
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, 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
|
-
composite: boolean;
|
|
168
|
-
loopFocus: boolean;
|
|
169
167
|
deselectable: boolean;
|
|
168
|
+
loopFocus: boolean;
|
|
169
|
+
composite: boolean;
|
|
170
170
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
172
172
|
}>;
|
|
@@ -317,14 +317,14 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootPro
|
|
|
317
317
|
onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
|
|
318
318
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
|
-
disabled: boolean;
|
|
321
320
|
required: boolean;
|
|
322
|
-
|
|
321
|
+
disabled: boolean;
|
|
323
322
|
invalid: boolean;
|
|
323
|
+
autoFocus: boolean;
|
|
324
324
|
readOnly: boolean;
|
|
325
325
|
allowOverflow: boolean;
|
|
326
|
-
addOnPaste: boolean;
|
|
327
326
|
editable: boolean;
|
|
327
|
+
addOnPaste: boolean;
|
|
328
328
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
329
329
|
default?: (props: {}) => any;
|
|
330
330
|
}>;
|
|
@@ -83,9 +83,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<ToggleGroupR
|
|
|
83
83
|
}>, {
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
multiple: boolean;
|
|
86
|
+
deselectable: boolean;
|
|
86
87
|
loopFocus: boolean;
|
|
87
88
|
rovingFocus: boolean;
|
|
88
|
-
deselectable: boolean;
|
|
89
89
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
91
91
|
}>;
|
|
@@ -154,21 +154,21 @@ interface TooltipRootProps extends TooltipRootBaseProps {}
|
|
|
154
154
|
interface TooltipRootEmits extends RootEmits {}
|
|
155
155
|
declare const _default$5: typeof __VLS_export$1;
|
|
156
156
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
157
|
-
openChange: (details: tooltip.OpenChangeDetails) => any;
|
|
158
157
|
exitComplete: () => any;
|
|
158
|
+
openChange: (details: tooltip.OpenChangeDetails) => any;
|
|
159
159
|
"update:open": (open: boolean) => any;
|
|
160
160
|
}, string, vue.PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
161
|
-
onOpenChange?: ((details: tooltip.OpenChangeDetails) => any) | undefined;
|
|
162
161
|
onExitComplete?: (() => any) | undefined;
|
|
162
|
+
onOpenChange?: ((details: tooltip.OpenChangeDetails) => any) | undefined;
|
|
163
163
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
165
|
disabled: boolean;
|
|
166
|
-
open: boolean;
|
|
167
166
|
defaultOpen: boolean;
|
|
168
|
-
|
|
169
|
-
closeOnClick: boolean;
|
|
167
|
+
open: boolean;
|
|
170
168
|
closeOnPointerDown: boolean;
|
|
169
|
+
closeOnEscape: boolean;
|
|
171
170
|
closeOnScroll: boolean;
|
|
171
|
+
closeOnClick: 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-DculG1eh.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";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { t as treeViewAnatomy } from "../../tree-view-anatomy-DiA9oPpn.js";
|
|
2
2
|
import { f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, m as TreeNode } from "../../index-DuD8fQUF.js";
|
|
3
|
-
import { $ as TreeViewContextProps, A as UseTreeViewNodeContext, B as _default$12, C as TreeViewRootProviderProps, Ct as _default$2, D as _default$15, E as TreeViewNodeProviderProps, Et as _default$1, F as TreeViewNodeCheckboxIndicatorBaseProps, G as TreeViewItemProps, H as TreeViewLabelProps, I as TreeViewNodeCheckboxIndicatorProps, J as TreeViewItemTextProps, K as _default$8, L as _default$13, M as TreeViewNodeRenameInputBaseProps, N as TreeViewNodeRenameInputProps, O as TreeViewNodeContextProps, P as _default$16, Q as _default$9, R as TreeViewNodeCheckboxBaseProps, S as TreeViewRootProviderComponent, St as TreeViewBranchControlProps, T as TreeViewNodeProviderBaseProps, Tt as TreeViewBranchContentProps, U as _default$11, V as TreeViewLabelBaseProps, W as TreeViewItemBaseProps, X as TreeViewItemIndicatorBaseProps, Y as _default$10, Z as TreeViewItemIndicatorProps, _ as TreeViewRootComponent, _t as _default$4, a as TreeViewLoadChildrenDetails, at as useTreeView, b as _default$17, bt as _default$3, c as TreeViewNodeState, ct as _default, d as TreeViewSelectionChangeDetails, dt as _default$6, et as _default$7, f as tree_view_d_exports, ft as TreeViewBranchTextBaseProps, g as TreeViewRootBaseProps, gt as TreeViewBranchIndicatorProps, h as _default$19, ht as TreeViewBranchIndicatorBaseProps, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewReturn, j as useTreeViewNodeContext, k as _default$14, l as TreeViewRenameCompleteDetails, lt as TreeViewBranchTriggerBaseProps, m as TreeViewTreeProps, mt as _default$5, n as TreeViewExpandedChangeDetails, nt as useTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as TreeViewBranchBaseProps, p as TreeViewTreeBaseProps, pt as TreeViewBranchTextProps, q as TreeViewItemTextBaseProps, r as TreeViewFocusChangeDetails, rt as UseTreeViewProps, s as TreeViewNodeProps, st as TreeViewBranchProps, t as TreeViewCheckedChangeDetails, tt as UseTreeViewContext, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerProps, v as TreeViewRootComponentProps, vt as TreeViewBranchIndentGuideBaseProps, w as _default$18, wt as TreeViewBranchContentBaseProps, x as TreeViewRootProviderBaseProps, xt as TreeViewBranchControlBaseProps, y as TreeViewRootProps, yt as TreeViewBranchIndentGuideProps, z as TreeViewNodeCheckboxProps } from "../../index-
|
|
3
|
+
import { $ as TreeViewContextProps, A as UseTreeViewNodeContext, B as _default$12, C as TreeViewRootProviderProps, Ct as _default$2, D as _default$15, E as TreeViewNodeProviderProps, Et as _default$1, F as TreeViewNodeCheckboxIndicatorBaseProps, G as TreeViewItemProps, H as TreeViewLabelProps, I as TreeViewNodeCheckboxIndicatorProps, J as TreeViewItemTextProps, K as _default$8, L as _default$13, M as TreeViewNodeRenameInputBaseProps, N as TreeViewNodeRenameInputProps, O as TreeViewNodeContextProps, P as _default$16, Q as _default$9, R as TreeViewNodeCheckboxBaseProps, S as TreeViewRootProviderComponent, St as TreeViewBranchControlProps, T as TreeViewNodeProviderBaseProps, Tt as TreeViewBranchContentProps, U as _default$11, V as TreeViewLabelBaseProps, W as TreeViewItemBaseProps, X as TreeViewItemIndicatorBaseProps, Y as _default$10, Z as TreeViewItemIndicatorProps, _ as TreeViewRootComponent, _t as _default$4, a as TreeViewLoadChildrenDetails, at as useTreeView, b as _default$17, bt as _default$3, c as TreeViewNodeState, ct as _default, d as TreeViewSelectionChangeDetails, dt as _default$6, et as _default$7, f as tree_view_d_exports, ft as TreeViewBranchTextBaseProps, g as TreeViewRootBaseProps, gt as TreeViewBranchIndicatorProps, h as _default$19, ht as TreeViewBranchIndicatorBaseProps, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewReturn, j as useTreeViewNodeContext, k as _default$14, l as TreeViewRenameCompleteDetails, lt as TreeViewBranchTriggerBaseProps, m as TreeViewTreeProps, mt as _default$5, n as TreeViewExpandedChangeDetails, nt as useTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as TreeViewBranchBaseProps, p as TreeViewTreeBaseProps, pt as TreeViewBranchTextProps, q as TreeViewItemTextBaseProps, r as TreeViewFocusChangeDetails, rt as UseTreeViewProps, s as TreeViewNodeProps, st as TreeViewBranchProps, t as TreeViewCheckedChangeDetails, tt as UseTreeViewContext, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerProps, v as TreeViewRootComponentProps, vt as TreeViewBranchIndentGuideBaseProps, w as _default$18, wt as TreeViewBranchContentBaseProps, x as TreeViewRootProviderBaseProps, xt as TreeViewBranchControlBaseProps, y as TreeViewRootProps, yt as TreeViewBranchIndentGuideProps, z as TreeViewNodeCheckboxProps } from "../../index-BbSg4qcW.js";
|
|
4
4
|
export { TreeCollection, TreeNode, tree_view_d_exports as TreeView, _default as TreeViewBranch, TreeViewBranchBaseProps, _default$1 as TreeViewBranchContent, TreeViewBranchContentBaseProps, TreeViewBranchContentProps, _default$2 as TreeViewBranchControl, TreeViewBranchControlBaseProps, TreeViewBranchControlProps, _default$3 as TreeViewBranchIndentGuide, TreeViewBranchIndentGuideBaseProps, TreeViewBranchIndentGuideProps, _default$4 as TreeViewBranchIndicator, TreeViewBranchIndicatorBaseProps, TreeViewBranchIndicatorProps, TreeViewBranchProps, _default$5 as TreeViewBranchText, TreeViewBranchTextBaseProps, TreeViewBranchTextProps, _default$6 as TreeViewBranchTrigger, TreeViewBranchTriggerBaseProps, TreeViewBranchTriggerProps, TreeViewCheckedChangeDetails, _default$7 as TreeViewContext, TreeViewContextProps, TreeViewExpandedChangeDetails, TreeViewFocusChangeDetails, _default$8 as TreeViewItem, TreeViewItemBaseProps, _default$9 as TreeViewItemIndicator, TreeViewItemIndicatorBaseProps, TreeViewItemIndicatorProps, TreeViewItemProps, _default$10 as TreeViewItemText, TreeViewItemTextBaseProps, TreeViewItemTextProps, _default$11 as TreeViewLabel, TreeViewLabelBaseProps, TreeViewLabelProps, TreeViewLoadChildrenCompleteDetails, TreeViewLoadChildrenDetails, TreeViewLoadChildrenErrorDetails, _default$12 as TreeViewNodeCheckbox, TreeViewNodeCheckboxBaseProps, _default$13 as TreeViewNodeCheckboxIndicator, TreeViewNodeCheckboxIndicatorBaseProps, TreeViewNodeCheckboxIndicatorProps, TreeViewNodeCheckboxProps, _default$14 as TreeViewNodeContext, TreeViewNodeContextProps, TreeViewNodeProps, _default$15 as TreeViewNodeProvider, TreeViewNodeProviderBaseProps, TreeViewNodeProviderProps, _default$16 as TreeViewNodeRenameInput, TreeViewNodeRenameInputBaseProps, TreeViewNodeRenameInputProps, TreeViewNodeState, TreeViewRenameCompleteDetails, TreeViewRenameStartDetails, _default$17 as TreeViewRoot, TreeViewRootBaseProps, TreeViewRootComponent, TreeViewRootComponentProps, TreeViewRootProps, _default$18 as TreeViewRootProvider, TreeViewRootProviderBaseProps, TreeViewRootProviderComponent, TreeViewRootProviderProps, TreeViewSelectionChangeDetails, _default$19 as TreeViewTree, TreeViewTreeBaseProps, TreeViewTreeProps, UseTreeViewContext, UseTreeViewNodeContext, UseTreeViewProps, UseTreeViewReturn, createFileTreeCollection, createTreeCollection, treeViewAnatomy, useTreeView, useTreeViewContext, useTreeViewNodeContext };
|
|
@@ -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<"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 };
|
|
@@ -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<"root" | "input" | "label" | "errorText" | "helperText" | "select" | "textarea" | "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<"root" | "errorText" | "helperText" | "legend">;
|
|
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<"root" | "image" | "viewport" | "selection" | "handle" | "grid">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { imageCropperAnatomy as t };
|
|
@@ -397,9 +397,9 @@ type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootCom
|
|
|
397
397
|
declare const _default$1: typeof __VLS_export$1;
|
|
398
398
|
declare const __VLS_export$1: <T extends TreeNode>(__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<{
|
|
399
399
|
props: vue.PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
|
|
400
|
+
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
400
401
|
onFocusChange?: ((details: treeView.FocusChangeDetails<any>) => any) | undefined;
|
|
401
402
|
"onUpdate:focusedValue"?: ((value: string | null) => any) | undefined;
|
|
402
|
-
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
403
403
|
onExpandedChange?: ((details: treeView.ExpandedChangeDetails<any>) => any) | undefined;
|
|
404
404
|
onSelectionChange?: ((details: treeView.SelectionChangeDetails<any>) => any) | undefined;
|
|
405
405
|
onLoadChildrenComplete?: ((details: treeView.LoadChildrenCompleteDetails<T>) => any) | undefined;
|
|
@@ -418,7 +418,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
418
418
|
slots: {
|
|
419
419
|
default?: (props: {}) => any;
|
|
420
420
|
};
|
|
421
|
-
emit: ((evt: "
|
|
421
|
+
emit: ((evt: "checkedChange", details: treeView.CheckedChangeDetails) => void) & ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "expandedChange", details: treeView.ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: treeView.SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: treeView.LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: treeView.LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: treeView.RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: treeView.RenameCompleteDetails) => void) & ((evt: "renameComplete", details: treeView.RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
|
|
422
422
|
}>) => vue.VNode & {
|
|
423
423
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
424
424
|
};
|
|
@@ -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<"content" | "root" | "input" | "label" | "valueText" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "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<"root" | "label" | "item" | "itemText" | "indicator" | "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<"positioner" | "content" | "title" | "description" | "closeTrigger" | "backdrop" | "control" | "arrow" | "arrowTip" | "actionTrigger" | "progressText" | "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.102",
|
|
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.102"
|
|
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<"input" | "label" | "table" | "view" | "root" | "control" | "nextTrigger" | "prevTrigger" | "content" | "trigger" | "positioner" | "clearTrigger" | "valueText" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { datePickerAnatomy as t };
|