@sprawlify/vue 0.0.99 → 0.0.101
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-Cmbo81mV.d.ts → alert-dialog-anatomy-9zjAVC7Z.d.ts} +1 -1
- package/dist/{carousel-anatomy-CAln4YQN.d.ts → carousel-anatomy-Blqe-5Es.d.ts} +1 -1
- package/dist/{checkbox-anatomy-Bkxq8P4k.d.ts → checkbox-anatomy-BDPTqssy.d.ts} +1 -1
- package/dist/{color-picker-anatomy-09BXGqLT.d.ts → color-picker-anatomy-CU8esrjt.d.ts} +1 -1
- package/dist/{combobox-anatomy-Chkz_tym.d.ts → combobox-anatomy-D7qjlNeK.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +3 -3
- package/dist/components/alert-dialog/index.d.ts +11 -12
- package/dist/components/anatomy.d.ts +8 -8
- 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 +2 -2
- package/dist/components/collapsible/index.d.ts +4 -4
- package/dist/components/color-picker/index.d.ts +16 -16
- package/dist/components/combobox/index.d.ts +9 -9
- package/dist/components/date-picker/index.d.ts +8 -8
- package/dist/components/dialog/index.d.ts +10 -11
- package/dist/components/dropdown-menu/index.d.ts +14 -14
- 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 +3 -3
- package/dist/components/floating-panel/index.d.ts +6 -7
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +10 -10
- 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 +5 -5
- package/dist/components/popover/index.d.ts +11 -10
- 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 +2 -2
- package/dist/components/select/index.d.ts +6 -6
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +2 -2
- package/dist/components/splitter/index.d.ts +2 -2
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/tabs/index.d.ts +4 -4
- package/dist/components/tags-input/index.d.ts +9 -9
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +3 -3
- package/dist/components/tour/index.d.ts +10 -10
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/date-picker-anatomy-BwjU5RR5.d.ts +6 -0
- package/dist/{index-DoteNbKN.d.ts → index-B4l20i3i.d.ts} +2 -2
- package/dist/{index-Bdc6-PTI.d.ts → index-C4mQuA9L.d.ts} +2 -2
- package/dist/{listbox-anatomy-BIheOi8j.d.ts → listbox-anatomy-DY6cCB6b.d.ts} +1 -1
- package/dist/{tour-anatomy-DltwPG-R.d.ts → tour-anatomy-JNcHMN8H.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/date-picker-anatomy-CTaSCl_Q.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<"title" | "
|
|
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" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "indicator" | "control" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { carouselAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/checkbox/checkbox-anatomy.d.ts
|
|
4
|
-
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "
|
|
4
|
+
declare const checkboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"label" | "root" | "indicator" | "control" | "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<"area" | "label" | "view" | "
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "root" | "control" | "content" | "trigger" | "positioner" | "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" | "
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "root" | "control" | "item" | "itemGroup" | "content" | "trigger" | "positioner" | "itemIndicator" | "clearTrigger" | "itemText" | "list" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
-
import { i as UsePresenceProps } from "../../index-
|
|
2
|
+
import { i as UsePresenceProps } from "../../index-B4l20i3i.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-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";
|
|
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 {}
|
|
@@ -163,13 +162,13 @@ interface AlertDialogRootProps extends AlertDialogRootBaseProps {}
|
|
|
163
162
|
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
|
-
exitComplete: () => any;
|
|
167
165
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
166
|
+
exitComplete: () => any;
|
|
167
|
+
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
168
|
+
interactOutside: (event: dialog.InteractOutsideEvent) => 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;
|
|
@@ -177,13 +176,13 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
177
176
|
targetIndex: number;
|
|
178
177
|
}>) => any;
|
|
179
178
|
}, string, vue.PublicProps, Readonly<AlertDialogRootProps> & Readonly<{
|
|
180
|
-
onExitComplete?: (() => any) | undefined;
|
|
181
179
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
180
|
+
onExitComplete?: (() => any) | undefined;
|
|
181
|
+
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
182
|
+
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => 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,12 +190,12 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogR
|
|
|
191
190
|
targetIndex: number;
|
|
192
191
|
}>) => any) | undefined;
|
|
193
192
|
}>, {
|
|
194
|
-
defaultOpen: boolean;
|
|
195
|
-
open: boolean;
|
|
196
193
|
trapFocus: boolean;
|
|
197
194
|
preventScroll: boolean;
|
|
198
195
|
modal: boolean;
|
|
199
196
|
restoreFocus: boolean;
|
|
197
|
+
open: boolean;
|
|
198
|
+
defaultOpen: boolean;
|
|
200
199
|
closeOnInteractOutside: boolean;
|
|
201
200
|
closeOnEscape: boolean;
|
|
202
201
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -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-
|
|
7
|
-
import { t as checkboxAnatomy } from "../checkbox-anatomy-
|
|
6
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-Blqe-5Es.js";
|
|
7
|
+
import { t as checkboxAnatomy } from "../checkbox-anatomy-BDPTqssy.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-CU8esrjt.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-D7qjlNeK.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-BwjU5RR5.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-DY6cCB6b.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";
|
|
@@ -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-JNcHMN8H.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,12 +168,12 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<BottomSheetR
|
|
|
168
168
|
snapPoint: number | string;
|
|
169
169
|
}) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
-
defaultOpen: boolean;
|
|
172
|
-
open: boolean;
|
|
173
171
|
trapFocus: boolean;
|
|
174
172
|
preventScroll: boolean;
|
|
175
173
|
modal: boolean;
|
|
176
174
|
restoreFocus: boolean;
|
|
175
|
+
open: boolean;
|
|
176
|
+
defaultOpen: boolean;
|
|
177
177
|
closeOnInteractOutside: boolean;
|
|
178
178
|
closeOnEscape: boolean;
|
|
179
179
|
preventDragOnScroll: 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 carouselAnatomy } from "../../carousel-anatomy-
|
|
4
|
+
import { t as carouselAnatomy } from "../../carousel-anatomy-Blqe-5Es.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-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-BDPTqssy.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,9 +221,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<CheckboxRoot
|
|
|
221
221
|
onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
|
|
222
222
|
"onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
|
|
223
223
|
}>, {
|
|
224
|
-
required: boolean;
|
|
225
224
|
disabled: boolean;
|
|
226
225
|
checked: checkbox.CheckedState;
|
|
226
|
+
required: boolean;
|
|
227
227
|
invalid: boolean;
|
|
228
228
|
readOnly: boolean;
|
|
229
229
|
defaultChecked: checkbox.CheckedState;
|
|
@@ -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
|
+
open: boolean;
|
|
115
|
+
defaultOpen: boolean;
|
|
114
116
|
lazyMount: boolean;
|
|
115
117
|
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-bfEpUaB3.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-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-CU8esrjt.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,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;
|
|
406
407
|
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
407
408
|
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
408
|
-
valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
|
|
409
409
|
exitComplete: () => any;
|
|
410
|
-
|
|
410
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
411
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
412
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
411
413
|
"update:open": (open: boolean) => any;
|
|
412
|
-
|
|
413
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
414
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
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;
|
|
418
419
|
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
419
420
|
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
420
|
-
onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
421
421
|
onExitComplete?: (() => any) | undefined;
|
|
422
|
-
|
|
422
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
423
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
424
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
423
425
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
424
|
-
|
|
425
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
426
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
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;
|
|
430
431
|
inline: boolean;
|
|
432
|
+
open: boolean;
|
|
433
|
+
defaultOpen: boolean;
|
|
431
434
|
required: boolean;
|
|
432
|
-
disabled: boolean;
|
|
433
435
|
invalid: boolean;
|
|
434
436
|
readOnly: boolean;
|
|
435
|
-
defaultOpen: boolean;
|
|
436
|
-
open: boolean;
|
|
437
437
|
closeOnSelect: boolean;
|
|
438
438
|
openAutoFocus: boolean;
|
|
439
439
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.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-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-D7qjlNeK.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";
|
|
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,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;
|
|
542
543
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
543
544
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
544
545
|
onExitComplete?: (() => any) | undefined;
|
|
545
|
-
|
|
546
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
547
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
548
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
546
549
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
547
550
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
548
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
549
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
550
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
551
|
-
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
552
551
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
552
|
+
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
553
553
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
554
554
|
}> & (typeof globalThis extends {
|
|
555
555
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -562,7 +562,7 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
562
562
|
emit: ((evt: "select", details: {
|
|
563
563
|
value: string[];
|
|
564
564
|
itemValue: string;
|
|
565
|
-
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "
|
|
565
|
+
}) => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => 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: "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-BwjU5RR5.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,35 +344,35 @@ 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
|
-
|
|
347
|
+
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
348
348
|
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
349
349
|
"update:modelValue": (value: datePicker.DateValue[]) => any;
|
|
350
350
|
exitComplete: () => any;
|
|
351
|
-
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
352
351
|
"update:open": (open: boolean) => any;
|
|
352
|
+
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
353
353
|
viewChange: (details: datePicker.ViewChangeDetails) => any;
|
|
354
354
|
visibleRangeChange: (details: datePicker.VisibleRangeChangeDetails) => any;
|
|
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
|
-
|
|
358
|
+
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
359
359
|
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
360
360
|
"onUpdate:modelValue"?: ((value: datePicker.DateValue[]) => any) | undefined;
|
|
361
361
|
onExitComplete?: (() => any) | undefined;
|
|
362
|
-
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
363
362
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
363
|
+
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
364
364
|
onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
|
|
365
365
|
onVisibleRangeChange?: ((details: datePicker.VisibleRangeChangeDetails) => any) | undefined;
|
|
366
366
|
"onUpdate:view"?: ((view: datePicker.DateView) => any) | undefined;
|
|
367
367
|
"onUpdate:focusedValue"?: ((focusedValue: datePicker.DateValue) => any) | undefined;
|
|
368
368
|
}>, {
|
|
369
|
+
disabled: boolean;
|
|
369
370
|
inline: boolean;
|
|
371
|
+
open: boolean;
|
|
372
|
+
defaultOpen: boolean;
|
|
370
373
|
required: boolean;
|
|
371
|
-
disabled: boolean;
|
|
372
374
|
invalid: boolean;
|
|
373
375
|
readOnly: boolean;
|
|
374
|
-
defaultOpen: boolean;
|
|
375
|
-
open: boolean;
|
|
376
376
|
closeOnSelect: boolean;
|
|
377
377
|
fixedWeeks: boolean;
|
|
378
378
|
openOnClick: boolean;
|
|
@@ -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 {}
|
|
@@ -164,13 +163,13 @@ interface DialogRootProps extends DialogRootBaseProps {}
|
|
|
164
163
|
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
|
-
exitComplete: () => any;
|
|
168
166
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
167
|
+
exitComplete: () => any;
|
|
168
|
+
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
169
|
+
interactOutside: (event: dialog.InteractOutsideEvent) => 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;
|
|
@@ -178,13 +177,13 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
178
177
|
targetIndex: number;
|
|
179
178
|
}>) => any;
|
|
180
179
|
}, string, vue.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
181
|
-
onExitComplete?: (() => any) | undefined;
|
|
182
180
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
181
|
+
onExitComplete?: (() => any) | undefined;
|
|
182
|
+
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
183
|
+
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => 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,12 +191,12 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootPr
|
|
|
192
191
|
targetIndex: number;
|
|
193
192
|
}>) => any) | undefined;
|
|
194
193
|
}>, {
|
|
195
|
-
defaultOpen: boolean;
|
|
196
|
-
open: boolean;
|
|
197
194
|
trapFocus: boolean;
|
|
198
195
|
preventScroll: boolean;
|
|
199
196
|
modal: boolean;
|
|
200
197
|
restoreFocus: boolean;
|
|
198
|
+
open: boolean;
|
|
199
|
+
defaultOpen: boolean;
|
|
201
200
|
closeOnInteractOutside: boolean;
|
|
202
201
|
closeOnEscape: boolean;
|
|
203
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -6,9 +6,9 @@ import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js"
|
|
|
6
6
|
import { t as dropdownMenuAnatomy } from "../../dropdown-menu-anatomy-Bv4vy6dU.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
9
10
|
import * as dropdownMenu from "@sprawlify/primitives/machines/dropdown-menu";
|
|
10
11
|
import { FocusOutsideEvent, FocusOutsideEvent as DropdownMenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as DropdownMenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as DropdownMenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as DropdownMenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as DropdownMenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as DropdownMenuSelectionDetails } from "@sprawlify/primitives/machines/dropdown-menu";
|
|
11
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
|
|
13
13
|
//#region src/components/dropdown-menu/dropdown-menu-arrow-tip.vue.d.ts
|
|
14
14
|
interface DropdownMenuArrowTipBaseProps extends PolymorphicProps {}
|
|
@@ -353,45 +353,45 @@ 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;
|
|
357
|
+
exitComplete: () => any;
|
|
358
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
359
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
360
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
358
361
|
"update:open": (open: boolean) => any;
|
|
359
|
-
highlightChange: (details: dropdownMenu.HighlightChangeDetails) => any;
|
|
360
362
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
361
|
-
focusOutside: (event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any;
|
|
362
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
363
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
364
363
|
requestDismiss: (event: CustomEvent<{
|
|
365
364
|
originalLayer: HTMLElement;
|
|
366
365
|
targetLayer: HTMLElement | undefined;
|
|
367
366
|
originalIndex: number;
|
|
368
367
|
targetIndex: number;
|
|
369
368
|
}>) => any;
|
|
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;
|
|
374
|
+
onExitComplete?: (() => any) | undefined;
|
|
375
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
376
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
377
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
375
378
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
376
|
-
onHighlightChange?: ((details: dropdownMenu.HighlightChangeDetails) => any) | undefined;
|
|
377
379
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
378
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
379
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
380
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
381
380
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
382
381
|
originalLayer: HTMLElement;
|
|
383
382
|
targetLayer: HTMLElement | undefined;
|
|
384
383
|
originalIndex: number;
|
|
385
384
|
targetIndex: number;
|
|
386
385
|
}>) => any) | undefined;
|
|
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
|
typeahead: boolean;
|
|
393
|
-
composite: boolean;
|
|
394
392
|
closeOnSelect: boolean;
|
|
393
|
+
composite: boolean;
|
|
394
|
+
loopFocus: boolean;
|
|
395
395
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
396
396
|
default?: (props: {}) => any;
|
|
397
397
|
}>;
|