@sprawlify/vue 0.0.104 → 0.0.105
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-CD-YO5c2.d.ts → alert-dialog-anatomy-9zjAVC7Z.d.ts} +1 -1
- package/dist/{carousel-anatomy-pJorXt5M.d.ts → carousel-anatomy-CGnnfUVN.d.ts} +1 -1
- package/dist/{color-picker-anatomy-JnpM9way.d.ts → color-picker-anatomy-wW_P5LT-.d.ts} +1 -1
- package/dist/{combobox-anatomy-BgE2KMyL.d.ts → combobox-anatomy-B2cGrWKZ.d.ts} +1 -1
- package/dist/components/accordion/index.js +0 -1
- package/dist/components/alert-dialog/index.d.ts +11 -11
- package/dist/components/anatomy.d.ts +8 -8
- package/dist/components/angle-slider/index.d.ts +3 -3
- package/dist/components/bottom-sheet/index.d.ts +6 -6
- package/dist/components/carousel/index.d.ts +5 -5
- package/dist/components/checkbox/index.d.ts +3 -3
- package/dist/components/clipboard/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +4 -4
- package/dist/components/color-picker/index.d.ts +11 -11
- package/dist/components/combobox/index.d.ts +4 -4
- package/dist/components/date-picker/index.d.ts +9 -9
- package/dist/components/dialog/index.d.ts +10 -10
- package/dist/components/dropdown-menu/index.d.ts +6 -6
- package/dist/components/editable/index.d.ts +3 -3
- package/dist/components/field/index.d.ts +2 -2
- package/dist/components/file-upload/index.d.ts +2 -2
- package/dist/components/floating-panel/index.d.ts +3 -3
- package/dist/components/focus-trap/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/json-tree-view/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.js +0 -2
- 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 +3 -3
- package/dist/components/pagination/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/pin-input/index.d.ts +6 -6
- package/dist/components/popover/index.d.ts +7 -7
- 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/select/index.d.ts +3 -3
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +3 -3
- package/dist/components/splitter/index.d.ts +2 -2
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/tags-input/index.d.ts +5 -5
- package/dist/components/tooltip/index.d.ts +3 -3
- package/dist/components/tour/index.d.ts +3 -3
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/components/tree-view/index.js +0 -1
- package/dist/{date-picker-anatomy-CEDpFgbs.d.ts → date-picker-anatomy-B6E2JeQx.d.ts} +1 -1
- package/dist/{index-BbSg4qcW.d.ts → index-CODK2VY0.d.ts} +3 -3
- package/dist/{listbox-anatomy-BIheOi8j.d.ts → listbox-anatomy-BqnzOQRJ.d.ts} +1 -1
- package/dist/{segment-group-anatomy-8sdDQVPl.d.ts → segment-group-anatomy-Cu3IiheY.d.ts} +1 -1
- package/dist/{tour-anatomy-D56wibsA.d.ts → tour-anatomy-hbBojk2_.d.ts} +1 -1
- package/package.json +2 -2
|
@@ -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<"title" | "content" | "trigger" | "
|
|
4
|
+
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"title" | "content" | "trigger" | "positioner" | "closeTrigger" | "description" | "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" | "control" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "item" | "itemGroup" | "indicator" | "nextTrigger" | "prevTrigger" | "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/color-picker/color-picker-anatomy.d.ts
|
|
4
|
-
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "valueText" | "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<"input" | "label" | "content" | "trigger" | "positioner" | "root" | "control" | "item" | "
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "trigger" | "positioner" | "root" | "control" | "item" | "itemIndicator" | "itemText" | "list" | "clearTrigger" | "itemGroup" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -4,7 +4,6 @@ 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";
|
|
8
7
|
import { l as useCollapsibleContext, t as collapsible_exports } from "../../collapsible-nSsGHMUx.js";
|
|
9
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
10
9
|
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-9zjAVC7Z.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,9 +162,8 @@ 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
|
-
exitComplete: () => any;
|
|
166
165
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
167
|
-
|
|
166
|
+
exitComplete: () => any;
|
|
168
167
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
169
168
|
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
170
169
|
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
@@ -175,10 +174,10 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
175
174
|
originalIndex: number;
|
|
176
175
|
targetIndex: number;
|
|
177
176
|
}>) => any;
|
|
177
|
+
"update:open": (open: boolean) => any;
|
|
178
178
|
}, string, vue.PublicProps, Readonly<AlertDialogRootProps> & Readonly<{
|
|
179
|
-
onExitComplete?: (() => any) | undefined;
|
|
180
179
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
181
|
-
|
|
180
|
+
onExitComplete?: (() => any) | undefined;
|
|
182
181
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
183
182
|
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
184
183
|
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
@@ -189,15 +188,16 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
189
188
|
originalIndex: number;
|
|
190
189
|
targetIndex: number;
|
|
191
190
|
}>) => any) | undefined;
|
|
191
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
|
-
|
|
194
|
-
open: boolean;
|
|
195
|
-
closeOnEscape: boolean;
|
|
196
|
-
closeOnInteractOutside: boolean;
|
|
197
|
-
modal: boolean;
|
|
193
|
+
trapFocus: boolean;
|
|
198
194
|
preventScroll: boolean;
|
|
195
|
+
modal: boolean;
|
|
199
196
|
restoreFocus: boolean;
|
|
200
|
-
|
|
197
|
+
open: boolean;
|
|
198
|
+
defaultOpen: boolean;
|
|
199
|
+
closeOnInteractOutside: boolean;
|
|
200
|
+
closeOnEscape: boolean;
|
|
201
201
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
202
202
|
default?: (props: {}) => any;
|
|
203
203
|
}>;
|
|
@@ -1,15 +1,15 @@
|
|
|
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-9zjAVC7Z.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-
|
|
6
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-CGnnfUVN.js";
|
|
7
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-wW_P5LT-.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-B2cGrWKZ.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-B6E2JeQx.js";
|
|
13
13
|
import { t as dialogAnatomy } from "../dialog-anatomy-DJDXF2AU.js";
|
|
14
14
|
import { t as editableAnatomy } from "../editable-anatomy-CH0QFbjb.js";
|
|
15
15
|
import { t as fieldAnatomy } from "../field-anatomy-BWikn-kn.js";
|
|
@@ -18,7 +18,7 @@ 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
20
|
import { t as imageCropperAnatomy } from "../image-cropper-anatomy-ChVWjuvl.js";
|
|
21
|
-
import { t as listboxAnatomy } from "../listbox-anatomy-
|
|
21
|
+
import { t as listboxAnatomy } from "../listbox-anatomy-BqnzOQRJ.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-Cu3IiheY.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-hbBojk2_.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";
|
|
@@ -69,16 +69,16 @@ Omit<HTMLAttributes, 'dir'> {}
|
|
|
69
69
|
declare const _default$6: typeof __VLS_export$8;
|
|
70
70
|
declare const __VLS_export$8: __VLS_WithSlots$8<vue.DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
71
71
|
valueChange: (details: angleSlider.ValueChangeDetails) => any;
|
|
72
|
-
"update:modelValue": (value: number) => any;
|
|
73
72
|
valueChangeEnd: (details: angleSlider.ValueChangeDetails) => any;
|
|
73
|
+
"update:modelValue": (value: number) => any;
|
|
74
74
|
}, string, vue.PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
|
|
75
75
|
onValueChange?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
76
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
77
76
|
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
77
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
disabled: boolean;
|
|
80
|
-
readOnly: boolean;
|
|
81
80
|
invalid: boolean;
|
|
81
|
+
readOnly: boolean;
|
|
82
82
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
@@ -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
|
-
|
|
172
|
-
open: boolean;
|
|
173
|
-
closeOnEscape: boolean;
|
|
174
|
-
closeOnInteractOutside: boolean;
|
|
175
|
-
modal: boolean;
|
|
171
|
+
trapFocus: boolean;
|
|
176
172
|
preventScroll: boolean;
|
|
173
|
+
modal: boolean;
|
|
177
174
|
restoreFocus: boolean;
|
|
178
|
-
|
|
175
|
+
open: boolean;
|
|
176
|
+
defaultOpen: boolean;
|
|
177
|
+
closeOnInteractOutside: boolean;
|
|
178
|
+
closeOnEscape: 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-CGnnfUVN.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";
|
|
@@ -272,15 +272,15 @@ HTMLAttributes {}
|
|
|
272
272
|
interface CarouselRootEmits extends RootEmits {}
|
|
273
273
|
declare const _default$11: typeof __VLS_export;
|
|
274
274
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<CarouselRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
275
|
-
pageChange: (details: carousel.PageChangeDetails) => any;
|
|
276
|
-
"update:page": (page: number) => any;
|
|
277
275
|
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
278
276
|
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
277
|
+
pageChange: (details: carousel.PageChangeDetails) => any;
|
|
278
|
+
"update:page": (page: number) => any;
|
|
279
279
|
}, string, vue.PublicProps, Readonly<CarouselRootProps> & Readonly<{
|
|
280
|
-
onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
|
|
281
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
282
280
|
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
283
281
|
onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
|
|
282
|
+
onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
|
|
283
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
284
284
|
}>, {
|
|
285
285
|
allowMouseDrag: boolean;
|
|
286
286
|
autoplay: boolean | {
|
|
@@ -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
|
-
readOnly: boolean;
|
|
75
74
|
invalid: boolean;
|
|
75
|
+
readOnly: 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;
|
|
224
225
|
disabled: boolean;
|
|
225
|
-
readOnly: boolean;
|
|
226
226
|
invalid: boolean;
|
|
227
|
+
readOnly: boolean;
|
|
227
228
|
checked: checkbox.CheckedState;
|
|
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;
|
|
153
152
|
valueChange: (details: clipboard.ValueChangeDetails) => any;
|
|
154
153
|
"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;
|
|
157
156
|
onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
|
|
158
157
|
"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
|
}>;
|
|
@@ -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
|
-
exitComplete: () => any;
|
|
106
105
|
openChange: (details: collapsible.OpenChangeDetails) => any;
|
|
106
|
+
exitComplete: () => any;
|
|
107
107
|
"update:open": (open: boolean) => any;
|
|
108
108
|
}, string, vue.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
109
|
-
onExitComplete?: (() => any) | undefined;
|
|
110
109
|
onOpenChange?: ((details: collapsible.OpenChangeDetails) => any) | undefined;
|
|
110
|
+
onExitComplete?: (() => any) | undefined;
|
|
111
111
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
defaultOpen: boolean;
|
|
115
114
|
lazyMount: boolean;
|
|
116
|
-
open: boolean;
|
|
117
115
|
unmountOnExit: boolean;
|
|
116
|
+
open: boolean;
|
|
117
|
+
defaultOpen: 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-wW_P5LT-.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";
|
|
@@ -404,36 +404,36 @@ 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
406
|
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
407
|
+
valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
|
|
407
408
|
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
408
|
-
exitComplete: () => any;
|
|
409
409
|
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
410
|
-
|
|
410
|
+
exitComplete: () => any;
|
|
411
411
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
412
412
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
413
413
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
414
|
-
|
|
414
|
+
"update:open": (open: boolean) => 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
418
|
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
419
|
+
onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
419
420
|
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
420
|
-
onExitComplete?: (() => any) | undefined;
|
|
421
421
|
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
422
|
-
|
|
422
|
+
onExitComplete?: (() => any) | undefined;
|
|
423
423
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
424
424
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
425
425
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
426
|
-
|
|
426
|
+
"onUpdate:open"?: ((open: boolean) => 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
|
-
readOnly: boolean;
|
|
432
|
-
invalid: boolean;
|
|
433
430
|
inline: boolean;
|
|
434
431
|
required: boolean;
|
|
435
|
-
|
|
432
|
+
disabled: boolean;
|
|
433
|
+
invalid: boolean;
|
|
434
|
+
readOnly: boolean;
|
|
436
435
|
open: boolean;
|
|
436
|
+
defaultOpen: 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-B2cGrWKZ.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";
|
|
@@ -541,12 +541,12 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
541
541
|
}) => any) | undefined;
|
|
542
542
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
543
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
544
|
-
onExitComplete?: (() => any) | undefined;
|
|
545
544
|
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
546
|
-
|
|
545
|
+
onExitComplete?: (() => any) | undefined;
|
|
547
546
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
548
547
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
549
548
|
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
551
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
552
552
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
@@ -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: "
|
|
565
|
+
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "exitComplete") => 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: "update:open", value: boolean) => 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-B6E2JeQx.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";
|
|
@@ -346,33 +346,33 @@ 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
347
|
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
348
348
|
"update:modelValue": (value: datePicker.DateValue[]) => any;
|
|
349
|
-
exitComplete: () => any;
|
|
350
349
|
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
350
|
+
exitComplete: () => any;
|
|
351
351
|
"update:open": (open: boolean) => any;
|
|
352
352
|
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
353
|
+
"update:focusedValue": (focusedValue: datePicker.DateValue) => any;
|
|
353
354
|
viewChange: (details: datePicker.ViewChangeDetails) => any;
|
|
354
355
|
visibleRangeChange: (details: datePicker.VisibleRangeChangeDetails) => any;
|
|
355
356
|
"update:view": (view: datePicker.DateView) => any;
|
|
356
|
-
"update:focusedValue": (focusedValue: datePicker.DateValue) => any;
|
|
357
357
|
}, string, vue.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
|
|
358
358
|
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
359
359
|
"onUpdate:modelValue"?: ((value: datePicker.DateValue[]) => any) | undefined;
|
|
360
|
-
onExitComplete?: (() => any) | undefined;
|
|
361
360
|
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
361
|
+
onExitComplete?: (() => any) | undefined;
|
|
362
362
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
363
|
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
364
|
+
"onUpdate:focusedValue"?: ((focusedValue: datePicker.DateValue) => any) | undefined;
|
|
364
365
|
onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
|
|
365
366
|
onVisibleRangeChange?: ((details: datePicker.VisibleRangeChangeDetails) => any) | undefined;
|
|
366
367
|
"onUpdate:view"?: ((view: datePicker.DateView) => any) | undefined;
|
|
367
|
-
"onUpdate:focusedValue"?: ((focusedValue: datePicker.DateValue) => any) | undefined;
|
|
368
368
|
}>, {
|
|
369
|
-
disabled: boolean;
|
|
370
|
-
readOnly: boolean;
|
|
371
|
-
invalid: boolean;
|
|
372
369
|
inline: boolean;
|
|
373
370
|
required: boolean;
|
|
374
|
-
|
|
371
|
+
disabled: boolean;
|
|
372
|
+
invalid: boolean;
|
|
373
|
+
readOnly: boolean;
|
|
375
374
|
open: boolean;
|
|
375
|
+
defaultOpen: boolean;
|
|
376
376
|
closeOnSelect: boolean;
|
|
377
377
|
openOnClick: boolean;
|
|
378
378
|
fixedWeeks: boolean;
|
|
@@ -163,9 +163,8 @@ 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
|
-
exitComplete: () => any;
|
|
167
166
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
168
|
-
|
|
167
|
+
exitComplete: () => any;
|
|
169
168
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
169
|
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
171
170
|
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
@@ -176,10 +175,10 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
176
175
|
originalIndex: number;
|
|
177
176
|
targetIndex: number;
|
|
178
177
|
}>) => any;
|
|
178
|
+
"update:open": (open: boolean) => any;
|
|
179
179
|
}, string, vue.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
180
|
-
onExitComplete?: (() => any) | undefined;
|
|
181
180
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
182
|
-
|
|
181
|
+
onExitComplete?: (() => any) | undefined;
|
|
183
182
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
184
183
|
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
185
184
|
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
@@ -190,15 +189,16 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
190
189
|
originalIndex: number;
|
|
191
190
|
targetIndex: number;
|
|
192
191
|
}>) => any) | undefined;
|
|
192
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
193
193
|
}>, {
|
|
194
|
-
|
|
195
|
-
open: boolean;
|
|
196
|
-
closeOnEscape: boolean;
|
|
197
|
-
closeOnInteractOutside: boolean;
|
|
198
|
-
modal: boolean;
|
|
194
|
+
trapFocus: boolean;
|
|
199
195
|
preventScroll: boolean;
|
|
196
|
+
modal: boolean;
|
|
200
197
|
restoreFocus: boolean;
|
|
201
|
-
|
|
198
|
+
open: boolean;
|
|
199
|
+
defaultOpen: boolean;
|
|
200
|
+
closeOnInteractOutside: boolean;
|
|
201
|
+
closeOnEscape: boolean;
|
|
202
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
@@ -353,9 +353,8 @@ 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
|
-
exitComplete: () => any;
|
|
357
356
|
openChange: (details: dropdownMenu.OpenChangeDetails) => any;
|
|
358
|
-
|
|
357
|
+
exitComplete: () => any;
|
|
359
358
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
360
359
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
361
360
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
@@ -366,13 +365,13 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue.DefineComponent<DropdownMenu
|
|
|
366
365
|
originalIndex: number;
|
|
367
366
|
targetIndex: number;
|
|
368
367
|
}>) => any;
|
|
368
|
+
"update:open": (open: boolean) => any;
|
|
369
369
|
highlightChange: (details: dropdownMenu.HighlightChangeDetails) => any;
|
|
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
|
-
onExitComplete?: (() => any) | undefined;
|
|
374
373
|
onOpenChange?: ((details: dropdownMenu.OpenChangeDetails) => any) | undefined;
|
|
375
|
-
|
|
374
|
+
onExitComplete?: (() => any) | undefined;
|
|
376
375
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
377
376
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
378
377
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
@@ -383,15 +382,16 @@ declare const __VLS_export$4: __VLS_WithSlots$3<vue.DefineComponent<DropdownMenu
|
|
|
383
382
|
originalIndex: number;
|
|
384
383
|
targetIndex: number;
|
|
385
384
|
}>) => any) | undefined;
|
|
385
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
386
386
|
onHighlightChange?: ((details: dropdownMenu.HighlightChangeDetails) => any) | undefined;
|
|
387
387
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
388
388
|
}>, {
|
|
389
|
-
defaultOpen: boolean;
|
|
390
389
|
open: boolean;
|
|
391
|
-
|
|
390
|
+
defaultOpen: boolean;
|
|
392
391
|
closeOnSelect: boolean;
|
|
393
392
|
composite: boolean;
|
|
394
393
|
loopFocus: boolean;
|
|
394
|
+
typeahead: boolean;
|
|
395
395
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
396
396
|
default?: (props: {}) => any;
|
|
397
397
|
}>;
|
|
@@ -225,14 +225,14 @@ 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;
|
|
228
229
|
disabled: boolean;
|
|
229
|
-
readOnly: boolean;
|
|
230
230
|
invalid: boolean;
|
|
231
|
-
|
|
232
|
-
selectOnFocus: boolean;
|
|
231
|
+
readOnly: boolean;
|
|
233
232
|
autoResize: boolean;
|
|
234
233
|
defaultEdit: boolean;
|
|
235
234
|
edit: boolean;
|
|
235
|
+
selectOnFocus: boolean;
|
|
236
236
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
237
237
|
default?: (props: {}) => any;
|
|
238
238
|
}>;
|
|
@@ -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;
|
|
255
256
|
disabled: boolean;
|
|
256
|
-
readOnly: boolean;
|
|
257
257
|
invalid: boolean;
|
|
258
|
-
|
|
258
|
+
readOnly: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
@@ -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;
|
|
272
273
|
disabled: boolean;
|
|
273
|
-
readOnly: boolean;
|
|
274
274
|
invalid: boolean;
|
|
275
|
-
|
|
275
|
+
readOnly: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
277
277
|
directory: boolean;
|
|
278
278
|
preventDocumentDrop: boolean;
|
|
@@ -218,28 +218,28 @@ declare const _default$9: typeof __VLS_export$4;
|
|
|
218
218
|
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
219
219
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
220
220
|
"update:open": (open: boolean) => any;
|
|
221
|
+
"update:size": (details: floatingPanel.Size) => any;
|
|
221
222
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
222
223
|
"update:position": (details: floatingPanel.Point) => any;
|
|
223
224
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
224
225
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
225
|
-
"update:size": (details: floatingPanel.Size) => any;
|
|
226
226
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
227
227
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
228
228
|
}, string, vue.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
229
229
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
230
230
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
231
|
+
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
231
232
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
232
233
|
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
233
234
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
234
235
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
235
|
-
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
236
236
|
onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
237
237
|
onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
|
|
238
238
|
}>, {
|
|
239
239
|
draggable: boolean;
|
|
240
240
|
disabled: boolean;
|
|
241
|
-
defaultOpen: boolean;
|
|
242
241
|
open: boolean;
|
|
242
|
+
defaultOpen: boolean;
|
|
243
243
|
closeOnEscape: boolean;
|
|
244
244
|
allowOverflow: boolean;
|
|
245
245
|
lockAspectRatio: boolean;
|
|
@@ -32,7 +32,7 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<FocusTrapProps,
|
|
|
32
32
|
onDeactivate?: (() => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
disabled: boolean;
|
|
35
|
-
initialFocus:
|
|
35
|
+
initialFocus: ((false | (string | (HTMLElement | SVGElement))) | (() => false | (string | (HTMLElement | SVGElement)))) | VoidFunction;
|
|
36
36
|
fallbackFocus: (string | (HTMLElement | SVGElement)) | (() => string | (HTMLElement | SVGElement));
|
|
37
37
|
returnFocusOnDeactivate: boolean;
|
|
38
38
|
setReturnFocus: (false | (string | (HTMLElement | SVGElement))) | ((node: HTMLElement | SVGElement) => false | (string | (HTMLElement | SVGElement)));
|