@sprawlify/vue 0.0.107 → 0.0.108
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-QuurhLQV.d.ts → alert-dialog-anatomy-DSacTNC1.d.ts} +1 -1
- package/dist/{carousel-anatomy-Cvduvz28.d.ts → carousel-anatomy-DO7fGwTi.d.ts} +1 -1
- package/dist/{checkbox-anatomy-BDPTqssy.d.ts → checkbox-anatomy-Bkxq8P4k.d.ts} +1 -1
- package/dist/{combobox-anatomy-CcY64hfo.d.ts → combobox-anatomy-BqTvPmc0.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +3 -3
- package/dist/components/alert-dialog/index.d.ts +9 -10
- package/dist/components/anatomy.d.ts +8 -8
- package/dist/components/angle-slider/index.d.ts +1 -1
- package/dist/components/bottom-sheet/index.d.ts +2 -2
- package/dist/components/carousel/index.d.ts +5 -5
- package/dist/components/checkbox/index.d.ts +4 -4
- package/dist/components/clipboard/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +16 -16
- package/dist/components/combobox/index.d.ts +11 -11
- package/dist/components/date-picker/index.d.ts +13 -10
- package/dist/components/date-picker/index.js +10 -1
- package/dist/components/dialog/index.d.ts +8 -9
- package/dist/components/dropdown-menu/index.d.ts +15 -15
- package/dist/components/editable/index.d.ts +8 -8
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +1 -1
- package/dist/components/floating-panel/index.d.ts +2 -2
- package/dist/components/hover-card/index.d.ts +7 -7
- package/dist/components/json-tree-view/index.d.ts +2 -2
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +4 -4
- package/dist/components/pagination/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +1 -1
- package/dist/components/pin-input/index.d.ts +1 -1
- package/dist/components/popover/index.d.ts +9 -8
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/radio-group/index.d.ts +1 -1
- package/dist/components/rating-group/index.d.ts +3 -3
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +8 -8
- package/dist/components/slider/index.d.ts +3 -3
- 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 +11 -11
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/tour/index.d.ts +8 -8
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-CTaSCl_Q.d.ts → date-picker-anatomy-BpW_VPuT.d.ts} +1 -1
- package/dist/{index-CkAv25xX.d.ts → index-C7sz_n_w.d.ts} +3 -3
- package/dist/{index-DdyrLXRD.d.ts → index-DUPPuJYr.d.ts} +1 -1
- package/dist/{listbox-anatomy-qjnhtt5d.d.ts → listbox-anatomy-ov6dp5kT.d.ts} +1 -1
- package/dist/{segment-group-anatomy-xb9z-ywW.d.ts → segment-group-anatomy-Cu3IiheY.d.ts} +1 -1
- package/dist/{tour-anatomy-D9v3xtYJ.d.ts → tour-anatomy-o5VZ2vDT.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" | "trigger" | "
|
|
4
|
+
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"title" | "trigger" | "backdrop" | "content" | "closeTrigger" | "positioner" | "description">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { alertDialogAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
-
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "item" | "itemGroup" | "indicator" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "item" | "itemGroup" | "indicator" | "progressText" | "nextTrigger" | "prevTrigger" | "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<"label" | "root" | "
|
|
4
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "control" | "indicator" | "group">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { checkboxAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "trigger" | "content" | "positioner" | "root" | "
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "trigger" | "content" | "positioner" | "root" | "control" | "item" | "itemIndicator" | "itemText" | "clearTrigger" | "list" | "itemGroup" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
|
-
import { i as UsePresenceProps } from "../../index-
|
|
2
|
+
import { i as UsePresenceProps } from "../../index-DUPPuJYr.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";
|
|
@@ -170,13 +170,13 @@ HTMLAttributes {}
|
|
|
170
170
|
interface AccordionRootEmits extends RootEmits {}
|
|
171
171
|
declare const _default$6: typeof __VLS_export;
|
|
172
172
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<AccordionRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
173
|
-
focusChange: (details: accordion.FocusChangeDetails) => any;
|
|
174
173
|
valueChange: (details: accordion.ValueChangeDetails) => any;
|
|
175
174
|
"update:modelValue": (value: string[]) => any;
|
|
175
|
+
focusChange: (details: accordion.FocusChangeDetails) => any;
|
|
176
176
|
}, string, vue.PublicProps, Readonly<AccordionRootProps> & Readonly<{
|
|
177
|
-
onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
|
|
178
177
|
onValueChange?: ((details: accordion.ValueChangeDetails) => any) | undefined;
|
|
179
178
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
179
|
+
onFocusChange?: ((details: accordion.FocusChangeDetails) => any) | undefined;
|
|
180
180
|
}>, {
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
multiple: boolean;
|
|
@@ -3,12 +3,11 @@ 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-DSacTNC1.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";
|
|
10
10
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent } from "@sprawlify/primitives/machines/dialog";
|
|
11
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
12
11
|
|
|
13
12
|
//#region src/components/alert-dialog/alert-dialog-backdrop.vue.d.ts
|
|
14
13
|
interface AlertDialogBackdropBaseProps extends PolymorphicProps {}
|
|
@@ -164,12 +163,12 @@ interface AlertDialogRootEmits extends RootEmits {}
|
|
|
164
163
|
declare const _default$6: typeof __VLS_export$3;
|
|
165
164
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
166
165
|
exitComplete: () => any;
|
|
166
|
+
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
167
|
+
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
167
168
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
169
|
+
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
168
170
|
"update:open": (open: boolean) => any;
|
|
169
171
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
|
-
focusOutside: (event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any;
|
|
171
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
172
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
173
172
|
requestDismiss: (event: CustomEvent<{
|
|
174
173
|
originalLayer: HTMLElement;
|
|
175
174
|
targetLayer: HTMLElement | undefined;
|
|
@@ -178,12 +177,12 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
178
177
|
}>) => any;
|
|
179
178
|
}, string, vue.PublicProps, Readonly<AlertDialogRootProps> & Readonly<{
|
|
180
179
|
onExitComplete?: (() => any) | undefined;
|
|
180
|
+
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
181
|
+
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
181
182
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
183
|
+
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
182
184
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
183
185
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
184
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
185
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
186
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
187
186
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
188
187
|
originalLayer: HTMLElement;
|
|
189
188
|
targetLayer: HTMLElement | undefined;
|
|
@@ -191,14 +190,14 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
191
190
|
targetIndex: number;
|
|
192
191
|
}>) => any) | undefined;
|
|
193
192
|
}>, {
|
|
194
|
-
closeOnEscape: boolean;
|
|
195
193
|
defaultOpen: boolean;
|
|
196
194
|
open: boolean;
|
|
195
|
+
closeOnEscape: boolean;
|
|
197
196
|
closeOnInteractOutside: boolean;
|
|
198
197
|
modal: boolean;
|
|
198
|
+
trapFocus: boolean;
|
|
199
199
|
preventScroll: boolean;
|
|
200
200
|
restoreFocus: boolean;
|
|
201
|
-
trapFocus: boolean;
|
|
202
201
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
203
202
|
default?: (props: {}) => any;
|
|
204
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-DSacTNC1.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-DO7fGwTi.js";
|
|
7
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-Bkxq8P4k.js";
|
|
8
8
|
import { t as clipboardAnatomy } from "../clipboard-anatomy-dy6XNAbY.js";
|
|
9
9
|
import { t as collapsibleAnatomy } from "../collapsible-anatomy-DUZOe3-a.js";
|
|
10
10
|
import { t as colorPickerAnatomy } from "../color-picker-anatomy-09BXGqLT.js";
|
|
11
|
-
import { t as comboboxAnatomy } from "../combobox-anatomy-
|
|
12
|
-
import { t as datePickerAnatomy } from "../date-picker-anatomy-
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-BqTvPmc0.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-BpW_VPuT.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-ov6dp5kT.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-o5VZ2vDT.js";
|
|
51
51
|
import { t as treeViewAnatomy } from "../tree-view-anatomy-DiA9oPpn.js";
|
|
52
52
|
import { anatomy as aspectRatioAnatomy } from "@sprawlify/primitives/machines/aspect-ratio";
|
|
53
53
|
export * from "@sprawlify/primitives/anatomy";
|
|
@@ -77,8 +77,8 @@ declare const __VLS_export$8: __VLS_WithSlots$8<vue.DefineComponent<AngleSliderR
|
|
|
77
77
|
onValueChangeEnd?: ((details: angleSlider.ValueChangeDetails) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
disabled: boolean;
|
|
80
|
-
invalid: boolean;
|
|
81
80
|
readOnly: boolean;
|
|
81
|
+
invalid: boolean;
|
|
82
82
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
@@ -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
|
-
closeOnEscape: boolean;
|
|
172
171
|
defaultOpen: boolean;
|
|
173
172
|
open: boolean;
|
|
173
|
+
closeOnEscape: boolean;
|
|
174
174
|
closeOnInteractOutside: boolean;
|
|
175
175
|
modal: boolean;
|
|
176
|
+
trapFocus: boolean;
|
|
176
177
|
preventScroll: boolean;
|
|
177
178
|
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-Go0oxO3B.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-DO7fGwTi.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
|
-
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
276
|
-
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
277
275
|
pageChange: (details: carousel.PageChangeDetails) => any;
|
|
278
276
|
"update:page": (page: number) => any;
|
|
277
|
+
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
278
|
+
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
279
279
|
}, string, vue.PublicProps, Readonly<CarouselRootProps> & Readonly<{
|
|
280
|
-
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
281
|
-
onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
|
|
282
280
|
onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
|
|
283
281
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
282
|
+
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
283
|
+
onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
|
|
284
284
|
}>, {
|
|
285
285
|
allowMouseDrag: boolean;
|
|
286
286
|
autoplay: boolean | {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as checkboxAnatomy } from "../../checkbox-anatomy-
|
|
4
|
+
import { t as checkboxAnatomy } from "../../checkbox-anatomy-Bkxq8P4k.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as checkbox from "@sprawlify/primitives/machines/checkbox";
|
|
@@ -71,8 +71,8 @@ declare const __VLS_export$6: __VLS_WithSlots$6<vue.DefineComponent<CheckboxGrou
|
|
|
71
71
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
disabled: boolean;
|
|
74
|
-
invalid: boolean;
|
|
75
74
|
readOnly: boolean;
|
|
75
|
+
invalid: boolean;
|
|
76
76
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
77
77
|
default?: (props: {}) => any;
|
|
78
78
|
}>;
|
|
@@ -221,11 +221,11 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<CheckboxRoot
|
|
|
221
221
|
onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
|
|
222
222
|
"onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
|
|
223
223
|
}>, {
|
|
224
|
+
checked: checkbox.CheckedState;
|
|
224
225
|
disabled: boolean;
|
|
225
|
-
invalid: boolean;
|
|
226
226
|
required: boolean;
|
|
227
|
-
checked: checkbox.CheckedState;
|
|
228
227
|
readOnly: boolean;
|
|
228
|
+
invalid: 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
|
}>;
|
|
@@ -111,10 +111,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<CollapsibleR
|
|
|
111
111
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
defaultOpen: boolean;
|
|
115
|
-
open: 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
|
}>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
2
|
import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
3
|
-
import { c as PresenceProps } from "../../index-
|
|
3
|
+
import { c as PresenceProps } from "../../index-DUPPuJYr.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
7
|
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-09BXGqLT.js";
|
|
8
8
|
import * as vue from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
11
|
import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
|
|
11
12
|
import { AreaProps, ChannelInputProps, ChannelProps, Color, Color as Color$1, ColorFormat, ColorFormat as ColorFormat$1, ColorFormat as ColorPickerColorFormat, FocusOutsideEvent, FocusOutsideEvent as ColorPickerFocusOutsideEvent, FormatChangeDetails, FormatChangeDetails as ColorPickerFormatChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ColorPickerInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ColorPickerPointerDownOutsideEvent, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ValueChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from "@sprawlify/primitives/machines/color-picker";
|
|
12
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
13
13
|
import * as _sprawlify_primitives_color_utils0 from "@sprawlify/primitives/color-utils";
|
|
14
14
|
import { ColorStringFormat } from "@sprawlify/primitives/color-utils";
|
|
15
15
|
|
|
@@ -403,38 +403,38 @@ 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
|
+
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
407
|
+
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
406
408
|
exitComplete: () => any;
|
|
409
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
410
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
407
411
|
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
412
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
408
413
|
"update:open": (open: boolean) => any;
|
|
409
|
-
focusOutside: (event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any;
|
|
410
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
411
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
412
|
-
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
413
|
-
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => 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
|
+
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
419
|
+
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
418
420
|
onExitComplete?: (() => any) | undefined;
|
|
421
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
422
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
419
423
|
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
424
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
420
425
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
421
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
422
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
423
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
424
|
-
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
425
|
-
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => 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
430
|
disabled: boolean;
|
|
431
|
-
invalid: boolean;
|
|
432
|
-
inline: boolean;
|
|
433
|
-
defaultOpen: boolean;
|
|
434
|
-
open: boolean;
|
|
435
431
|
required: boolean;
|
|
436
432
|
readOnly: boolean;
|
|
433
|
+
inline: boolean;
|
|
437
434
|
closeOnSelect: boolean;
|
|
435
|
+
defaultOpen: boolean;
|
|
436
|
+
invalid: boolean;
|
|
437
|
+
open: boolean;
|
|
438
438
|
openAutoFocus: boolean;
|
|
439
439
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
440
440
|
default?: (props: {}) => any;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
2
|
import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
3
|
-
import { i as UsePresenceProps } from "../../index-
|
|
3
|
+
import { i as UsePresenceProps } from "../../index-DUPPuJYr.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-BqTvPmc0.js";
|
|
8
8
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DK-1mwjg.js";
|
|
9
9
|
import * as vue from "vue";
|
|
10
10
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
11
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
11
12
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
12
13
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@sprawlify/primitives/machines/combobox";
|
|
13
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
14
14
|
|
|
15
15
|
//#region src/components/combobox/combobox-clear-trigger.vue.d.ts
|
|
16
16
|
interface ComboboxClearTriggerBaseProps extends PolymorphicProps {}
|
|
@@ -539,18 +539,18 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
539
539
|
value: string[];
|
|
540
540
|
itemValue: string;
|
|
541
541
|
}) => any) | undefined;
|
|
542
|
-
onExitComplete?: (() => any) | undefined;
|
|
543
|
-
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
544
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
545
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
546
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
547
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
548
542
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
549
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
544
|
+
onExitComplete?: (() => any) | undefined;
|
|
545
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
550
546
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
547
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
548
|
+
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
549
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
550
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
551
|
+
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
551
552
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
552
553
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
553
|
-
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
554
554
|
}> & (typeof globalThis extends {
|
|
555
555
|
__VLS_PROPS_FALLBACK: infer P;
|
|
556
556
|
} ? 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: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "update:open", value: boolean) => 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-BpW_VPuT.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";
|
|
@@ -92,6 +92,8 @@ interface RootProps {
|
|
|
92
92
|
positioning?: datePicker.PositioningOptions;
|
|
93
93
|
readOnly?: boolean;
|
|
94
94
|
selectionMode?: datePicker.SelectionMode;
|
|
95
|
+
maxSelectedDates?: number | undefined;
|
|
96
|
+
showWeekNumbers?: boolean;
|
|
95
97
|
startOfWeek?: number;
|
|
96
98
|
timeZone?: string;
|
|
97
99
|
translations?: datePicker.IntlTranslations;
|
|
@@ -344,39 +346,40 @@ HTMLAttributes {}
|
|
|
344
346
|
interface DatePickerRootEmits extends RootEmits {}
|
|
345
347
|
declare const _default$12: typeof __VLS_export$12;
|
|
346
348
|
declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
349
|
+
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
350
|
+
"update:modelValue": (value: datePicker.DateValue[]) => any;
|
|
347
351
|
exitComplete: () => any;
|
|
348
352
|
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
349
353
|
"update:open": (open: boolean) => any;
|
|
350
354
|
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
351
355
|
"update:focusedValue": (focusedValue: datePicker.DateValue) => any;
|
|
352
|
-
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
353
|
-
"update:modelValue": (value: datePicker.DateValue[]) => any;
|
|
354
356
|
viewChange: (details: datePicker.ViewChangeDetails) => any;
|
|
355
357
|
visibleRangeChange: (details: datePicker.VisibleRangeChangeDetails) => any;
|
|
356
358
|
"update:view": (view: datePicker.DateView) => any;
|
|
357
359
|
}, string, vue.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
|
|
360
|
+
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
361
|
+
"onUpdate:modelValue"?: ((value: datePicker.DateValue[]) => any) | undefined;
|
|
358
362
|
onExitComplete?: (() => any) | undefined;
|
|
359
363
|
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
360
364
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
361
365
|
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
362
366
|
"onUpdate:focusedValue"?: ((focusedValue: datePicker.DateValue) => any) | undefined;
|
|
363
|
-
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
364
|
-
"onUpdate:modelValue"?: ((value: datePicker.DateValue[]) => any) | undefined;
|
|
365
367
|
onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
|
|
366
368
|
onVisibleRangeChange?: ((details: datePicker.VisibleRangeChangeDetails) => any) | undefined;
|
|
367
369
|
"onUpdate:view"?: ((view: datePicker.DateView) => any) | undefined;
|
|
368
370
|
}>, {
|
|
369
371
|
disabled: boolean;
|
|
370
|
-
invalid: boolean;
|
|
371
|
-
inline: boolean;
|
|
372
|
-
defaultOpen: boolean;
|
|
373
|
-
open: boolean;
|
|
374
372
|
required: boolean;
|
|
375
373
|
readOnly: boolean;
|
|
374
|
+
inline: boolean;
|
|
376
375
|
closeOnSelect: boolean;
|
|
376
|
+
defaultOpen: boolean;
|
|
377
|
+
invalid: boolean;
|
|
378
|
+
open: boolean;
|
|
377
379
|
openOnClick: boolean;
|
|
378
|
-
fixedWeeks: boolean;
|
|
379
380
|
outsideDaySelectable: boolean;
|
|
381
|
+
fixedWeeks: boolean;
|
|
382
|
+
showWeekNumbers: boolean;
|
|
380
383
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
381
384
|
default?: (props: {}) => any;
|
|
382
385
|
}>;
|
|
@@ -529,6 +529,14 @@ var date_picker_root_default = /* @__PURE__ */ defineComponent({
|
|
|
529
529
|
type: null,
|
|
530
530
|
required: false
|
|
531
531
|
},
|
|
532
|
+
maxSelectedDates: {
|
|
533
|
+
type: null,
|
|
534
|
+
required: false
|
|
535
|
+
},
|
|
536
|
+
showWeekNumbers: {
|
|
537
|
+
type: Boolean,
|
|
538
|
+
required: false
|
|
539
|
+
},
|
|
532
540
|
startOfWeek: {
|
|
533
541
|
type: Number,
|
|
534
542
|
required: false
|
|
@@ -580,7 +588,8 @@ var date_picker_root_default = /* @__PURE__ */ defineComponent({
|
|
|
580
588
|
openOnClick: void 0,
|
|
581
589
|
outsideDaySelectable: void 0,
|
|
582
590
|
readOnly: void 0,
|
|
583
|
-
required: void 0
|
|
591
|
+
required: void 0,
|
|
592
|
+
showWeekNumbers: void 0
|
|
584
593
|
}),
|
|
585
594
|
emits: [
|
|
586
595
|
"exitComplete",
|
|
@@ -8,7 +8,6 @@ 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";
|
|
10
10
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent } from "@sprawlify/primitives/machines/dialog";
|
|
11
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
12
11
|
|
|
13
12
|
//#region src/components/dialog/dialog-backdrop.vue.d.ts
|
|
14
13
|
interface DialogBackdropBaseProps extends PolymorphicProps {}
|
|
@@ -165,12 +164,12 @@ interface DialogRootEmits extends RootEmits {}
|
|
|
165
164
|
declare const _default$6: typeof __VLS_export$3;
|
|
166
165
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
167
166
|
exitComplete: () => any;
|
|
167
|
+
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
168
|
+
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
168
169
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
170
|
+
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
169
171
|
"update:open": (open: boolean) => any;
|
|
170
172
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
171
|
-
focusOutside: (event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any;
|
|
172
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
173
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
174
173
|
requestDismiss: (event: CustomEvent<{
|
|
175
174
|
originalLayer: HTMLElement;
|
|
176
175
|
targetLayer: HTMLElement | undefined;
|
|
@@ -179,12 +178,12 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
179
178
|
}>) => any;
|
|
180
179
|
}, string, vue.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
181
180
|
onExitComplete?: (() => any) | undefined;
|
|
181
|
+
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
182
|
+
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
182
183
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
184
|
+
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
183
185
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
184
186
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
185
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
186
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
187
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
188
187
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
189
188
|
originalLayer: HTMLElement;
|
|
190
189
|
targetLayer: HTMLElement | undefined;
|
|
@@ -192,14 +191,14 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
192
191
|
targetIndex: number;
|
|
193
192
|
}>) => any) | undefined;
|
|
194
193
|
}>, {
|
|
195
|
-
closeOnEscape: boolean;
|
|
196
194
|
defaultOpen: boolean;
|
|
197
195
|
open: boolean;
|
|
196
|
+
closeOnEscape: boolean;
|
|
198
197
|
closeOnInteractOutside: boolean;
|
|
199
198
|
modal: boolean;
|
|
199
|
+
trapFocus: boolean;
|
|
200
200
|
preventScroll: boolean;
|
|
201
201
|
restoreFocus: boolean;
|
|
202
|
-
trapFocus: boolean;
|
|
203
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
204
203
|
default?: (props: {}) => any;
|
|
205
204
|
}>;
|