@sprawlify/vue 0.0.89 → 0.0.90
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-JyjMETMY.d.ts → alert-dialog-anatomy-BdSKgHCT.d.ts} +1 -1
- package/dist/{carousel-anatomy-CVjLyF_w.d.ts → carousel-anatomy-CHwOE35k.d.ts} +1 -1
- package/dist/color-picker-anatomy-CUCqPGyC.d.ts +6 -0
- package/dist/{combobox-anatomy-Cad3mPjS.d.ts → combobox-anatomy-ibI8CO5s.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +1 -1
- package/dist/components/alert-dialog/index.d.ts +9 -9
- 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 +1 -1
- 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 +3 -3
- package/dist/components/color-picker/index.d.ts +10 -10
- package/dist/components/combobox/index.d.ts +7 -7
- package/dist/components/date-picker/index.d.ts +9 -9
- package/dist/components/dialog/index.d.ts +8 -8
- package/dist/components/dropdown-menu/index.d.ts +10 -10
- package/dist/components/editable/index.d.ts +5 -5
- package/dist/components/field/index.d.ts +2 -2
- package/dist/components/file-upload/index.d.ts +3 -3
- package/dist/components/floating-panel/index.d.ts +1 -1
- package/dist/components/focus-trap/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +4 -4
- package/dist/components/json-tree-view/index.d.ts +1 -1
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +4 -4
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/pin-input/index.d.ts +5 -5
- package/dist/components/popover/index.d.ts +8 -8
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/radio-group/index.d.ts +2 -2
- package/dist/components/rating-group/index.d.ts +4 -4
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +4 -4
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +3 -3
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/tags-input/index.d.ts +5 -5
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tour/index.d.ts +3 -3
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/date-picker-anatomy-BEBoHAev.d.ts +6 -0
- package/dist/{index-CwuVQkUt.d.ts → index-B4l20i3i.d.ts} +2 -2
- package/dist/{index-d_RzVEQV.d.ts → index-Bdc6-PTI.d.ts} +2 -2
- package/dist/{listbox-anatomy-DxiqaMYF.d.ts → listbox-anatomy-BIheOi8j.d.ts} +1 -1
- package/dist/{segment-group-anatomy-xb9z-ywW.d.ts → segment-group-anatomy-8sdDQVPl.d.ts} +1 -1
- package/dist/{tour-anatomy-EhNWhrmY.d.ts → tour-anatomy-BP42Y7hF.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/color-picker-anatomy-wW_P5LT-.d.ts +0 -6
- package/dist/date-picker-anatomy-BWG9P2cu.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" | "trigger" | "content" | "backdrop" | "closeTrigger" | "description" | "positioner">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { alertDialogAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
-
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "indicator" | "item" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { carouselAnatomy as t };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "trigger" | "content" | "positioner" | "root" | "control" | "valueText" | "formatSelect" | "areaThumb" | "channelInput" | "channelSliderTrack" | "channelSliderThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderValueText" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger">;
|
|
5
|
+
//#endregion
|
|
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" | "trigger" | "content" | "positioner" | "root" | "control" | "item" | "itemGroup" | "itemIndicator" | "list" | "itemText" | "clearTrigger" | "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";
|
|
@@ -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-BdSKgHCT.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,40 +162,40 @@ 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;
|
|
167
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
168
168
|
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
169
169
|
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
170
170
|
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
171
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
172
171
|
requestDismiss: (event: CustomEvent<{
|
|
173
172
|
originalLayer: HTMLElement;
|
|
174
173
|
targetLayer: HTMLElement | undefined;
|
|
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;
|
|
181
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
182
182
|
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
183
183
|
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
184
184
|
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
185
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
186
185
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
187
186
|
originalLayer: HTMLElement;
|
|
188
187
|
targetLayer: HTMLElement | undefined;
|
|
189
188
|
originalIndex: number;
|
|
190
189
|
targetIndex: number;
|
|
191
190
|
}>) => any) | undefined;
|
|
191
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
|
-
open: boolean;
|
|
194
|
-
defaultOpen: boolean;
|
|
195
193
|
trapFocus: boolean;
|
|
196
194
|
preventScroll: boolean;
|
|
197
195
|
modal: boolean;
|
|
198
196
|
restoreFocus: boolean;
|
|
197
|
+
open: boolean;
|
|
198
|
+
defaultOpen: boolean;
|
|
199
199
|
closeOnInteractOutside: boolean;
|
|
200
200
|
closeOnEscape: boolean;
|
|
201
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-BdSKgHCT.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-CHwOE35k.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-CUCqPGyC.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-ibI8CO5s.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-BEBoHAev.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-BIheOi8j.js";
|
|
22
22
|
import { t as marqueeAnatomy } from "../marquee-anatomy-Bih8y_Mg.js";
|
|
23
23
|
import { t as dropdownMenuAnatomy } from "../dropdown-menu-anatomy-Bv4vy6dU.js";
|
|
24
24
|
import { t as navigationMenuAnatomy } from "../navigation-menu-anatomy-B9CbXSLn.js";
|
|
@@ -32,7 +32,7 @@ import { t as qrCodeAnatomy } from "../qr-code-anatomy-CwXr0doo.js";
|
|
|
32
32
|
import { t as radioGroupAnatomy } from "../radio-group-anatomy-DwXH2ZXh.js";
|
|
33
33
|
import { t as ratingGroupAnatomy } from "../rating-group-anatomy-vdkTXds1.js";
|
|
34
34
|
import { t as scrollAreaAnatomy } from "../scroll-area-anatomy-D08heRlt.js";
|
|
35
|
-
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-
|
|
35
|
+
import { t as segmentGroupAnatomy } from "../segment-group-anatomy-8sdDQVPl.js";
|
|
36
36
|
import { t as selectAnatomy } from "../select-anatomy-6e2EwWE7.js";
|
|
37
37
|
import { t as separatorAnatomy } from "../separator-anatomy-BKWsJ9Pb.js";
|
|
38
38
|
import { t as signaturePadAnatomy } from "../signature-pad-anatomy-D-FQgTUJ.js";
|
|
@@ -47,7 +47,7 @@ import { t as toastAnatomy } from "../toast-anatomy-C611urcE.js";
|
|
|
47
47
|
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-BMEHxthU.js";
|
|
48
48
|
import { t as toggleAnatomy } from "../toggle-anatomy-CAfJOViG.js";
|
|
49
49
|
import { t as tooltipAnatomy } from "../tooltip-anatomy-B2EMlOzF.js";
|
|
50
|
-
import { t as tourAnatomy } from "../tour-anatomy-
|
|
50
|
+
import { t as tourAnatomy } from "../tour-anatomy-BP42Y7hF.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
|
-
readOnly: boolean;
|
|
81
80
|
invalid: boolean;
|
|
81
|
+
readOnly: boolean;
|
|
82
82
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
83
83
|
default?: (props: {}) => any;
|
|
84
84
|
}>;
|
|
@@ -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
|
-
open: boolean;
|
|
172
|
-
defaultOpen: 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-CHwOE35k.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";
|
|
@@ -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
|
}>;
|
|
@@ -222,10 +222,10 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<CheckboxRoot
|
|
|
222
222
|
"onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
|
|
223
223
|
}>, {
|
|
224
224
|
disabled: boolean;
|
|
225
|
+
invalid: boolean;
|
|
226
|
+
readOnly: boolean;
|
|
225
227
|
required: boolean;
|
|
226
228
|
checked: checkbox.CheckedState;
|
|
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
|
}>;
|
|
@@ -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
114
|
open: boolean;
|
|
115
|
+
defaultOpen: boolean;
|
|
115
116
|
lazyMount: boolean;
|
|
116
117
|
unmountOnExit: boolean;
|
|
117
|
-
defaultOpen: boolean;
|
|
118
118
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
119
119
|
default?: (props: {}) => any;
|
|
120
120
|
}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
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-CUCqPGyC.js";
|
|
8
8
|
import * as vue from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
10
|
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
@@ -403,35 +403,35 @@ 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
|
-
exitComplete: () => any;
|
|
407
|
-
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
408
|
-
"update:open": (open: boolean) => any;
|
|
409
406
|
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
410
407
|
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
408
|
+
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
409
|
+
exitComplete: () => any;
|
|
411
410
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
412
411
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
413
412
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
413
|
+
"update:open": (open: boolean) => any;
|
|
414
414
|
valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
|
|
415
415
|
formatChange: (details: colorPicker.FormatChangeDetails) => any;
|
|
416
416
|
"update:format": (format: _sprawlify_primitives_color_utils0.ColorFormat) => any;
|
|
417
417
|
}, string, vue.PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
|
|
418
|
-
onExitComplete?: (() => any) | undefined;
|
|
419
|
-
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
420
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
421
418
|
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
422
419
|
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
420
|
+
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
421
|
+
onExitComplete?: (() => any) | undefined;
|
|
423
422
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
424
423
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
425
424
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
425
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
426
426
|
onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
427
427
|
onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
|
|
428
428
|
"onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
|
|
429
429
|
}>, {
|
|
430
430
|
disabled: boolean;
|
|
431
431
|
inline: boolean;
|
|
432
|
-
required: boolean;
|
|
433
|
-
readOnly: boolean;
|
|
434
432
|
invalid: boolean;
|
|
433
|
+
readOnly: boolean;
|
|
434
|
+
required: boolean;
|
|
435
435
|
open: boolean;
|
|
436
436
|
defaultOpen: boolean;
|
|
437
437
|
closeOnSelect: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
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-ibI8CO5s.js";
|
|
8
8
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
9
9
|
import * as vue from "vue";
|
|
10
10
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
@@ -539,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
542
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
546
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
544
|
+
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
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
|
-
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
553
552
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
553
|
+
"onUpdate:inputValue"?: ((value: string) => 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: "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-BEBoHAev.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";
|
|
@@ -343,22 +343,22 @@ HTMLAttributes {}
|
|
|
343
343
|
interface DatePickerRootEmits extends RootEmits {}
|
|
344
344
|
declare const _default$12: typeof __VLS_export$12;
|
|
345
345
|
declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
346
|
-
exitComplete: () => any;
|
|
347
|
-
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
348
|
-
"update:open": (open: boolean) => any;
|
|
349
346
|
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
350
347
|
"update:modelValue": (value: undefined[]) => any;
|
|
348
|
+
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
349
|
+
exitComplete: () => any;
|
|
350
|
+
"update:open": (open: boolean) => any;
|
|
351
351
|
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
352
352
|
viewChange: (details: datePicker.ViewChangeDetails) => any;
|
|
353
353
|
visibleRangeChange: (details: datePicker.VisibleRangeChangeDetails) => any;
|
|
354
354
|
"update:view": (view: datePicker.DateView) => any;
|
|
355
355
|
"update:focusedValue": (focusedValue: undefined) => any;
|
|
356
356
|
}, string, vue.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
|
|
357
|
-
onExitComplete?: (() => any) | undefined;
|
|
358
|
-
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
359
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
360
357
|
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
361
358
|
"onUpdate:modelValue"?: ((value: undefined[]) => any) | undefined;
|
|
359
|
+
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
360
|
+
onExitComplete?: (() => any) | undefined;
|
|
361
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
362
362
|
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
363
363
|
onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
|
|
364
364
|
onVisibleRangeChange?: ((details: datePicker.VisibleRangeChangeDetails) => any) | undefined;
|
|
@@ -367,9 +367,9 @@ declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePicker
|
|
|
367
367
|
}>, {
|
|
368
368
|
disabled: boolean;
|
|
369
369
|
inline: boolean;
|
|
370
|
-
required: boolean;
|
|
371
|
-
readOnly: boolean;
|
|
372
370
|
invalid: boolean;
|
|
371
|
+
readOnly: boolean;
|
|
372
|
+
required: boolean;
|
|
373
373
|
open: boolean;
|
|
374
374
|
defaultOpen: boolean;
|
|
375
375
|
closeOnSelect: boolean;
|
|
@@ -163,40 +163,40 @@ 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;
|
|
168
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
169
169
|
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
170
170
|
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
171
171
|
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
172
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
173
172
|
requestDismiss: (event: CustomEvent<{
|
|
174
173
|
originalLayer: HTMLElement;
|
|
175
174
|
targetLayer: HTMLElement | undefined;
|
|
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;
|
|
182
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
183
183
|
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
184
184
|
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
185
185
|
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
186
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
187
186
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
188
187
|
originalLayer: HTMLElement;
|
|
189
188
|
targetLayer: HTMLElement | undefined;
|
|
190
189
|
originalIndex: number;
|
|
191
190
|
targetIndex: number;
|
|
192
191
|
}>) => any) | undefined;
|
|
192
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
193
193
|
}>, {
|
|
194
|
-
open: boolean;
|
|
195
|
-
defaultOpen: boolean;
|
|
196
194
|
trapFocus: boolean;
|
|
197
195
|
preventScroll: boolean;
|
|
198
196
|
modal: boolean;
|
|
199
197
|
restoreFocus: boolean;
|
|
198
|
+
open: boolean;
|
|
199
|
+
defaultOpen: boolean;
|
|
200
200
|
closeOnInteractOutside: boolean;
|
|
201
201
|
closeOnEscape: boolean;
|
|
202
202
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -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;
|
|
358
|
-
|
|
357
|
+
exitComplete: () => any;
|
|
358
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
359
359
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
360
360
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
361
361
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
362
|
-
highlightChange: (details: dropdownMenu.HighlightChangeDetails) => any;
|
|
363
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
364
362
|
requestDismiss: (event: CustomEvent<{
|
|
365
363
|
originalLayer: HTMLElement;
|
|
366
364
|
targetLayer: HTMLElement | undefined;
|
|
367
365
|
originalIndex: number;
|
|
368
366
|
targetIndex: number;
|
|
369
367
|
}>) => any;
|
|
368
|
+
"update:open": (open: boolean) => 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;
|
|
375
|
-
|
|
374
|
+
onExitComplete?: (() => any) | undefined;
|
|
375
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
376
376
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
377
377
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
378
378
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
379
|
-
onHighlightChange?: ((details: dropdownMenu.HighlightChangeDetails) => any) | undefined;
|
|
380
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
381
379
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
382
380
|
originalLayer: HTMLElement;
|
|
383
381
|
targetLayer: HTMLElement | undefined;
|
|
384
382
|
originalIndex: number;
|
|
385
383
|
targetIndex: number;
|
|
386
384
|
}>) => any) | undefined;
|
|
385
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
386
|
+
onHighlightChange?: ((details: dropdownMenu.HighlightChangeDetails) => any) | undefined;
|
|
387
387
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
388
388
|
}>, {
|
|
389
|
+
loopFocus: boolean;
|
|
389
390
|
open: boolean;
|
|
390
391
|
defaultOpen: boolean;
|
|
391
|
-
typeahead: boolean;
|
|
392
392
|
closeOnSelect: boolean;
|
|
393
|
-
loopFocus: boolean;
|
|
394
393
|
composite: boolean;
|
|
394
|
+
typeahead: boolean;
|
|
395
395
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
396
396
|
default?: (props: {}) => any;
|
|
397
397
|
}>;
|
|
@@ -207,32 +207,32 @@ declare const _default$8: typeof __VLS_export$2;
|
|
|
207
207
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<EditableRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
208
208
|
valueChange: (details: editable.ValueChangeDetails) => any;
|
|
209
209
|
"update:modelValue": (value: string) => any;
|
|
210
|
-
editChange: (details: editable.EditChangeDetails) => any;
|
|
211
210
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
212
211
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
213
212
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
213
|
+
editChange: (details: editable.EditChangeDetails) => any;
|
|
214
214
|
valueCommit: (details: editable.ValueChangeDetails) => any;
|
|
215
215
|
valueRevert: (details: editable.ValueChangeDetails) => any;
|
|
216
216
|
"update:edit": (edit: boolean) => any;
|
|
217
217
|
}, string, vue.PublicProps, Readonly<EditableRootProps> & Readonly<{
|
|
218
218
|
onValueChange?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
219
219
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
220
|
-
onEditChange?: ((details: editable.EditChangeDetails) => any) | undefined;
|
|
221
220
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
222
221
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
223
222
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
223
|
+
onEditChange?: ((details: editable.EditChangeDetails) => any) | undefined;
|
|
224
224
|
onValueCommit?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
225
225
|
onValueRevert?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
226
226
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
227
227
|
}>, {
|
|
228
228
|
disabled: boolean;
|
|
229
|
-
required: boolean;
|
|
230
|
-
readOnly: boolean;
|
|
231
229
|
invalid: boolean;
|
|
230
|
+
readOnly: boolean;
|
|
231
|
+
required: boolean;
|
|
232
|
+
selectOnFocus: boolean;
|
|
232
233
|
autoResize: boolean;
|
|
233
234
|
defaultEdit: boolean;
|
|
234
235
|
edit: boolean;
|
|
235
|
-
selectOnFocus: boolean;
|
|
236
236
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
237
237
|
default?: (props: {}) => any;
|
|
238
238
|
}>;
|
|
@@ -253,9 +253,9 @@ 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
255
|
disabled: boolean;
|
|
256
|
-
required: boolean;
|
|
257
|
-
readOnly: boolean;
|
|
258
256
|
invalid: boolean;
|
|
257
|
+
readOnly: boolean;
|
|
258
|
+
required: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
@@ -270,12 +270,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FileUploadRo
|
|
|
270
270
|
onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
|
|
271
271
|
}>, {
|
|
272
272
|
disabled: boolean;
|
|
273
|
-
required: boolean;
|
|
274
|
-
readOnly: boolean;
|
|
275
273
|
invalid: boolean;
|
|
274
|
+
readOnly: boolean;
|
|
275
|
+
required: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
277
|
-
preventDocumentDrop: boolean;
|
|
278
277
|
directory: boolean;
|
|
278
|
+
preventDocumentDrop: boolean;
|
|
279
279
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
280
280
|
default?: (props: {}) => any;
|
|
281
281
|
}>;
|
|
@@ -242,9 +242,9 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
242
242
|
defaultOpen: boolean;
|
|
243
243
|
closeOnEscape: boolean;
|
|
244
244
|
allowOverflow: boolean;
|
|
245
|
+
resizable: boolean;
|
|
245
246
|
lockAspectRatio: boolean;
|
|
246
247
|
persistRect: boolean;
|
|
247
|
-
resizable: boolean;
|
|
248
248
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
249
249
|
default?: (props: {}) => any;
|
|
250
250
|
}>;
|
|
@@ -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: ((false | (string | (HTMLElement | SVGElement))) | (() => false | (string | (HTMLElement | SVGElement))))
|
|
35
|
+
initialFocus: VoidFunction | ((false | (string | (HTMLElement | SVGElement))) | (() => false | (string | (HTMLElement | SVGElement))));
|
|
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)));
|
|
@@ -152,19 +152,19 @@ interface HoverCardRootProps extends HoverCardRootBaseProps {}
|
|
|
152
152
|
interface HoverCardRootEmits extends RootEmits {}
|
|
153
153
|
declare const _default$5: typeof __VLS_export$1;
|
|
154
154
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
155
|
-
exitComplete: () => any;
|
|
156
155
|
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
157
|
-
|
|
156
|
+
exitComplete: () => any;
|
|
158
157
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
159
158
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
160
159
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
160
|
+
"update:open": (open: boolean) => any;
|
|
161
161
|
}, string, vue.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
|
-
onExitComplete?: (() => any) | undefined;
|
|
163
162
|
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
164
|
-
|
|
163
|
+
onExitComplete?: (() => any) | undefined;
|
|
165
164
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
166
165
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
167
166
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
167
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
open: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
2
|
-
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-
|
|
2
|
+
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-Bdc6-PTI.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { ComputedRef, HTMLAttributes, MaybeRef } from "vue";
|
|
5
5
|
import * as treeView from "@sprawlify/primitives/machines/tree-view";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as listboxAnatomy } from "../../listbox-anatomy-
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-BIheOi8j.js";
|
|
5
5
|
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
@@ -188,18 +188,18 @@ declare const _default$6: typeof __VLS_export$2;
|
|
|
188
188
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<NumberInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
189
189
|
valueChange: (details: numberInput.ValueChangeDetails) => any;
|
|
190
190
|
"update:modelValue": (value: string) => any;
|
|
191
|
-
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
192
191
|
valueInvalid: (details: numberInput.ValueInvalidDetails) => any;
|
|
192
|
+
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
193
193
|
}, string, vue.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
|
|
194
194
|
onValueChange?: ((details: numberInput.ValueChangeDetails) => any) | undefined;
|
|
195
195
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
196
|
-
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
197
196
|
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
197
|
+
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
199
|
disabled: boolean;
|
|
200
|
-
required: boolean;
|
|
201
|
-
readOnly: boolean;
|
|
202
200
|
invalid: boolean;
|
|
201
|
+
readOnly: boolean;
|
|
202
|
+
required: boolean;
|
|
203
203
|
allowMouseWheel: boolean;
|
|
204
204
|
allowOverflow: boolean;
|
|
205
205
|
clampValueOnBlur: boolean;
|
|
@@ -154,9 +154,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PasswordInpu
|
|
|
154
154
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
156
|
disabled: boolean;
|
|
157
|
-
required: boolean;
|
|
158
|
-
readOnly: boolean;
|
|
159
157
|
invalid: boolean;
|
|
158
|
+
readOnly: boolean;
|
|
159
|
+
required: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
161
161
|
ignorePasswordManagers: boolean;
|
|
162
162
|
visible: boolean;
|
|
@@ -153,13 +153,13 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRoot
|
|
|
153
153
|
}>, {
|
|
154
154
|
mask: boolean;
|
|
155
155
|
disabled: boolean;
|
|
156
|
-
required: boolean;
|
|
157
|
-
readOnly: boolean;
|
|
158
|
-
invalid: boolean;
|
|
159
156
|
autoFocus: boolean;
|
|
160
|
-
selectOnFocus: boolean;
|
|
161
|
-
otp: boolean;
|
|
162
157
|
blurOnComplete: boolean;
|
|
158
|
+
invalid: boolean;
|
|
159
|
+
otp: boolean;
|
|
160
|
+
readOnly: boolean;
|
|
161
|
+
required: boolean;
|
|
162
|
+
selectOnFocus: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -235,38 +235,38 @@ interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
|
235
235
|
interface PopoverRootEmits extends RootEmits {}
|
|
236
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
237
237
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
238
|
-
exitComplete: () => any;
|
|
239
238
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
240
|
-
|
|
239
|
+
exitComplete: () => any;
|
|
240
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
241
241
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
242
242
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
243
243
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
244
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
245
244
|
requestDismiss: (event: CustomEvent<{
|
|
246
245
|
originalLayer: HTMLElement;
|
|
247
246
|
targetLayer: HTMLElement | undefined;
|
|
248
247
|
originalIndex: number;
|
|
249
248
|
targetIndex: number;
|
|
250
249
|
}>) => any;
|
|
250
|
+
"update:open": (open: boolean) => any;
|
|
251
251
|
}, string, vue.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
252
|
-
onExitComplete?: (() => any) | undefined;
|
|
253
252
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
254
|
-
|
|
253
|
+
onExitComplete?: (() => any) | undefined;
|
|
254
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
255
255
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
256
256
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
257
257
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
258
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
259
258
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
260
259
|
originalLayer: HTMLElement;
|
|
261
260
|
targetLayer: HTMLElement | undefined;
|
|
262
261
|
originalIndex: number;
|
|
263
262
|
targetIndex: number;
|
|
264
263
|
}>) => any) | undefined;
|
|
264
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
265
265
|
}>, {
|
|
266
|
-
open: boolean;
|
|
267
|
-
defaultOpen: boolean;
|
|
268
266
|
autoFocus: boolean;
|
|
269
267
|
modal: boolean;
|
|
268
|
+
open: boolean;
|
|
269
|
+
defaultOpen: boolean;
|
|
270
270
|
closeOnInteractOutside: boolean;
|
|
271
271
|
closeOnEscape: boolean;
|
|
272
272
|
portalled: boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-
|
|
1
|
+
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-B4l20i3i.js";
|
|
2
2
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -214,9 +214,9 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<RadioGroupRootPr
|
|
|
214
214
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
216
|
disabled: boolean;
|
|
217
|
-
required: boolean;
|
|
218
|
-
readOnly: boolean;
|
|
219
217
|
invalid: boolean;
|
|
218
|
+
readOnly: boolean;
|
|
219
|
+
required: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
@@ -150,19 +150,19 @@ HTMLAttributes {}
|
|
|
150
150
|
interface RatingGroupRootEmits extends RootEmits {}
|
|
151
151
|
declare const _default$6: typeof __VLS_export$1;
|
|
152
152
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<RatingGroupRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
153
|
-
hoverChange: (details: ratingGroup.HoverChangeDetails) => any;
|
|
154
153
|
valueChange: (details: ratingGroup.ValueChangeDetails) => any;
|
|
155
154
|
"update:modelValue": (value: number) => any;
|
|
155
|
+
hoverChange: (details: ratingGroup.HoverChangeDetails) => any;
|
|
156
156
|
}, string, vue.PublicProps, Readonly<RatingGroupRootProps> & Readonly<{
|
|
157
|
-
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
158
157
|
onValueChange?: ((details: ratingGroup.ValueChangeDetails) => any) | undefined;
|
|
159
158
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
|
+
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
161
|
disabled: boolean;
|
|
162
|
-
|
|
162
|
+
autoFocus: boolean;
|
|
163
163
|
readOnly: boolean;
|
|
164
|
+
required: boolean;
|
|
164
165
|
allowHalf: boolean;
|
|
165
|
-
autoFocus: boolean;
|
|
166
166
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
168
168
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-
|
|
4
|
+
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-8sdDQVPl.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as segmentGroup from "@sprawlify/primitives/machines/radio-group";
|
|
@@ -336,14 +336,14 @@ declare const _default$15: typeof __VLS_export$3;
|
|
|
336
336
|
declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$1<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
337
337
|
props: vue.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
|
|
338
338
|
onSelect?: ((details: select.SelectionDetails) => any) | undefined;
|
|
339
|
-
onExitComplete?: (() => any) | undefined;
|
|
340
|
-
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
341
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
342
339
|
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
343
340
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
341
|
+
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
342
|
+
onExitComplete?: (() => any) | undefined;
|
|
344
343
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
345
344
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
346
345
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
346
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
347
347
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
348
348
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
349
349
|
}> & (typeof globalThis extends {
|
|
@@ -354,7 +354,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
354
354
|
slots: {
|
|
355
355
|
default?: (props: {}) => any;
|
|
356
356
|
};
|
|
357
|
-
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "
|
|
357
|
+
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "openChange", details: select.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", open: boolean) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
358
358
|
}>) => vue.VNode & {
|
|
359
359
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
360
360
|
};
|
|
@@ -176,8 +176,8 @@ declare const __VLS_export$1: __VLS_WithSlots<vue.DefineComponent<SignaturePadRo
|
|
|
176
176
|
onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
|
|
177
177
|
}>, {
|
|
178
178
|
disabled: boolean;
|
|
179
|
-
required: boolean;
|
|
180
179
|
readOnly: boolean;
|
|
180
|
+
required: boolean;
|
|
181
181
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
@@ -202,17 +202,17 @@ declare const _default$8: typeof __VLS_export$4;
|
|
|
202
202
|
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<SliderRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
203
203
|
valueChange: (details: slider.ValueChangeDetails) => any;
|
|
204
204
|
"update:modelValue": (value: number[]) => any;
|
|
205
|
-
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
206
205
|
valueChangeEnd: (details: slider.ValueChangeDetails) => any;
|
|
206
|
+
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
207
207
|
}, string, vue.PublicProps, Readonly<SliderRootProps> & Readonly<{
|
|
208
208
|
onValueChange?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
209
209
|
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
210
|
-
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
211
210
|
onValueChangeEnd?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
211
|
+
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
212
212
|
}>, {
|
|
213
213
|
disabled: boolean;
|
|
214
|
-
readOnly: boolean;
|
|
215
214
|
invalid: boolean;
|
|
215
|
+
readOnly: boolean;
|
|
216
216
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
217
217
|
default?: (props: {}) => any;
|
|
218
218
|
}>;
|
|
@@ -121,10 +121,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<SwitchRootPr
|
|
|
121
121
|
"onUpdate:checked"?: ((checked: boolean) => any) | undefined;
|
|
122
122
|
}>, {
|
|
123
123
|
disabled: boolean;
|
|
124
|
+
invalid: boolean;
|
|
125
|
+
readOnly: boolean;
|
|
124
126
|
required: boolean;
|
|
125
127
|
checked: boolean;
|
|
126
|
-
readOnly: boolean;
|
|
127
|
-
invalid: boolean;
|
|
128
128
|
defaultChecked: boolean;
|
|
129
129
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
130
130
|
default?: (props: {}) => any;
|
|
@@ -299,29 +299,29 @@ declare const _default$12: typeof __VLS_export;
|
|
|
299
299
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
300
300
|
valueChange: (details: tagsInput.ValueChangeDetails) => any;
|
|
301
301
|
"update:modelValue": (value: string[]) => any;
|
|
302
|
+
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
302
303
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
303
304
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
304
305
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
305
|
-
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
306
306
|
highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
|
|
307
307
|
inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
|
|
308
308
|
"update:inputValue": (value: string) => any;
|
|
309
309
|
}, string, vue.PublicProps, Readonly<TagsInputRootProps> & Readonly<{
|
|
310
310
|
onValueChange?: ((details: tagsInput.ValueChangeDetails) => any) | undefined;
|
|
311
311
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
312
|
+
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
312
313
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
313
314
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
314
315
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
315
|
-
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
316
316
|
onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
|
|
317
317
|
onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
|
|
318
318
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
320
|
disabled: boolean;
|
|
321
|
-
required: boolean;
|
|
322
|
-
readOnly: boolean;
|
|
323
|
-
invalid: boolean;
|
|
324
321
|
autoFocus: boolean;
|
|
322
|
+
invalid: boolean;
|
|
323
|
+
readOnly: boolean;
|
|
324
|
+
required: boolean;
|
|
325
325
|
allowOverflow: boolean;
|
|
326
326
|
addOnPaste: boolean;
|
|
327
327
|
editable: boolean;
|
|
@@ -82,9 +82,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<ToggleGroupR
|
|
|
82
82
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
83
83
|
}>, {
|
|
84
84
|
disabled: boolean;
|
|
85
|
-
multiple: boolean;
|
|
86
85
|
deselectable: boolean;
|
|
87
86
|
loopFocus: boolean;
|
|
87
|
+
multiple: boolean;
|
|
88
88
|
rovingFocus: boolean;
|
|
89
89
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
@@ -154,12 +154,12 @@ interface TooltipRootProps extends TooltipRootBaseProps {}
|
|
|
154
154
|
interface TooltipRootEmits extends RootEmits {}
|
|
155
155
|
declare const _default$5: typeof __VLS_export$1;
|
|
156
156
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
157
|
-
exitComplete: () => any;
|
|
158
157
|
openChange: (details: tooltip.OpenChangeDetails) => any;
|
|
158
|
+
exitComplete: () => any;
|
|
159
159
|
"update:open": (open: boolean) => any;
|
|
160
160
|
}, string, vue.PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
161
|
-
onExitComplete?: (() => any) | undefined;
|
|
162
161
|
onOpenChange?: ((details: tooltip.OpenChangeDetails) => any) | undefined;
|
|
162
|
+
onExitComplete?: (() => any) | undefined;
|
|
163
163
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
165
|
disabled: boolean;
|
|
@@ -2,7 +2,7 @@ import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
4
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
5
|
-
import { t as tourAnatomy } from "../../tour-anatomy-
|
|
5
|
+
import { t as tourAnatomy } from "../../tour-anatomy-BP42Y7hF.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import { WaitForOptions as WaitOptions$1 } from "@sprawlify/primitives/dom-query";
|
|
@@ -219,20 +219,20 @@ declare const _default$12: typeof __VLS_export$3;
|
|
|
219
219
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<TourRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
220
220
|
statusChange: (details: tour.StatusChangeDetails) => any;
|
|
221
221
|
exitComplete: () => any;
|
|
222
|
-
stepChange: (details: tour.StepChangeDetails) => any;
|
|
223
222
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
224
223
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
225
224
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
225
|
+
stepChange: (details: tour.StepChangeDetails) => any;
|
|
226
226
|
stepsChange: (details: {
|
|
227
227
|
steps: tour.StepDetails[];
|
|
228
228
|
}) => any;
|
|
229
229
|
}, string, vue.PublicProps, Readonly<TourRootProps> & Readonly<{
|
|
230
230
|
onStatusChange?: ((details: tour.StatusChangeDetails) => any) | undefined;
|
|
231
231
|
onExitComplete?: (() => any) | undefined;
|
|
232
|
-
onStepChange?: ((details: tour.StepChangeDetails) => any) | undefined;
|
|
233
232
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
234
233
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
235
234
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
235
|
+
onStepChange?: ((details: tour.StepChangeDetails) => any) | undefined;
|
|
236
236
|
onStepsChange?: ((details: {
|
|
237
237
|
steps: tour.StepDetails[];
|
|
238
238
|
}) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { t as treeViewAnatomy } from "../../tree-view-anatomy-DiA9oPpn.js";
|
|
2
2
|
import { f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, m as TreeNode } from "../../index-DuD8fQUF.js";
|
|
3
|
-
import { $ as TreeViewContextProps, A as UseTreeViewNodeContext, B as _default$12, C as TreeViewRootProviderProps, Ct as _default$2, D as _default$15, E as TreeViewNodeProviderProps, Et as _default$1, F as TreeViewNodeCheckboxIndicatorBaseProps, G as TreeViewItemProps, H as TreeViewLabelProps, I as TreeViewNodeCheckboxIndicatorProps, J as TreeViewItemTextProps, K as _default$8, L as _default$13, M as TreeViewNodeRenameInputBaseProps, N as TreeViewNodeRenameInputProps, O as TreeViewNodeContextProps, P as _default$16, Q as _default$9, R as TreeViewNodeCheckboxBaseProps, S as TreeViewRootProviderComponent, St as TreeViewBranchControlProps, T as TreeViewNodeProviderBaseProps, Tt as TreeViewBranchContentProps, U as _default$11, V as TreeViewLabelBaseProps, W as TreeViewItemBaseProps, X as TreeViewItemIndicatorBaseProps, Y as _default$10, Z as TreeViewItemIndicatorProps, _ as TreeViewRootComponent, _t as _default$4, a as TreeViewLoadChildrenDetails, at as useTreeView, b as _default$17, bt as _default$3, c as TreeViewNodeState, ct as _default, d as TreeViewSelectionChangeDetails, dt as _default$6, et as _default$7, f as tree_view_d_exports, ft as TreeViewBranchTextBaseProps, g as TreeViewRootBaseProps, gt as TreeViewBranchIndicatorProps, h as _default$19, ht as TreeViewBranchIndicatorBaseProps, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewReturn, j as useTreeViewNodeContext, k as _default$14, l as TreeViewRenameCompleteDetails, lt as TreeViewBranchTriggerBaseProps, m as TreeViewTreeProps, mt as _default$5, n as TreeViewExpandedChangeDetails, nt as useTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as TreeViewBranchBaseProps, p as TreeViewTreeBaseProps, pt as TreeViewBranchTextProps, q as TreeViewItemTextBaseProps, r as TreeViewFocusChangeDetails, rt as UseTreeViewProps, s as TreeViewNodeProps, st as TreeViewBranchProps, t as TreeViewCheckedChangeDetails, tt as UseTreeViewContext, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerProps, v as TreeViewRootComponentProps, vt as TreeViewBranchIndentGuideBaseProps, w as _default$18, wt as TreeViewBranchContentBaseProps, x as TreeViewRootProviderBaseProps, xt as TreeViewBranchControlBaseProps, y as TreeViewRootProps, yt as TreeViewBranchIndentGuideProps, z as TreeViewNodeCheckboxProps } from "../../index-
|
|
3
|
+
import { $ as TreeViewContextProps, A as UseTreeViewNodeContext, B as _default$12, C as TreeViewRootProviderProps, Ct as _default$2, D as _default$15, E as TreeViewNodeProviderProps, Et as _default$1, F as TreeViewNodeCheckboxIndicatorBaseProps, G as TreeViewItemProps, H as TreeViewLabelProps, I as TreeViewNodeCheckboxIndicatorProps, J as TreeViewItemTextProps, K as _default$8, L as _default$13, M as TreeViewNodeRenameInputBaseProps, N as TreeViewNodeRenameInputProps, O as TreeViewNodeContextProps, P as _default$16, Q as _default$9, R as TreeViewNodeCheckboxBaseProps, S as TreeViewRootProviderComponent, St as TreeViewBranchControlProps, T as TreeViewNodeProviderBaseProps, Tt as TreeViewBranchContentProps, U as _default$11, V as TreeViewLabelBaseProps, W as TreeViewItemBaseProps, X as TreeViewItemIndicatorBaseProps, Y as _default$10, Z as TreeViewItemIndicatorProps, _ as TreeViewRootComponent, _t as _default$4, a as TreeViewLoadChildrenDetails, at as useTreeView, b as _default$17, bt as _default$3, c as TreeViewNodeState, ct as _default, d as TreeViewSelectionChangeDetails, dt as _default$6, et as _default$7, f as tree_view_d_exports, ft as TreeViewBranchTextBaseProps, g as TreeViewRootBaseProps, gt as TreeViewBranchIndicatorProps, h as _default$19, ht as TreeViewBranchIndicatorBaseProps, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewReturn, j as useTreeViewNodeContext, k as _default$14, l as TreeViewRenameCompleteDetails, lt as TreeViewBranchTriggerBaseProps, m as TreeViewTreeProps, mt as _default$5, n as TreeViewExpandedChangeDetails, nt as useTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as TreeViewBranchBaseProps, p as TreeViewTreeBaseProps, pt as TreeViewBranchTextProps, q as TreeViewItemTextBaseProps, r as TreeViewFocusChangeDetails, rt as UseTreeViewProps, s as TreeViewNodeProps, st as TreeViewBranchProps, t as TreeViewCheckedChangeDetails, tt as UseTreeViewContext, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerProps, v as TreeViewRootComponentProps, vt as TreeViewBranchIndentGuideBaseProps, w as _default$18, wt as TreeViewBranchContentBaseProps, x as TreeViewRootProviderBaseProps, xt as TreeViewBranchControlBaseProps, y as TreeViewRootProps, yt as TreeViewBranchIndentGuideProps, z as TreeViewNodeCheckboxProps } from "../../index-Bdc6-PTI.js";
|
|
4
4
|
export { TreeCollection, TreeNode, tree_view_d_exports as TreeView, _default as TreeViewBranch, TreeViewBranchBaseProps, _default$1 as TreeViewBranchContent, TreeViewBranchContentBaseProps, TreeViewBranchContentProps, _default$2 as TreeViewBranchControl, TreeViewBranchControlBaseProps, TreeViewBranchControlProps, _default$3 as TreeViewBranchIndentGuide, TreeViewBranchIndentGuideBaseProps, TreeViewBranchIndentGuideProps, _default$4 as TreeViewBranchIndicator, TreeViewBranchIndicatorBaseProps, TreeViewBranchIndicatorProps, TreeViewBranchProps, _default$5 as TreeViewBranchText, TreeViewBranchTextBaseProps, TreeViewBranchTextProps, _default$6 as TreeViewBranchTrigger, TreeViewBranchTriggerBaseProps, TreeViewBranchTriggerProps, TreeViewCheckedChangeDetails, _default$7 as TreeViewContext, TreeViewContextProps, TreeViewExpandedChangeDetails, TreeViewFocusChangeDetails, _default$8 as TreeViewItem, TreeViewItemBaseProps, _default$9 as TreeViewItemIndicator, TreeViewItemIndicatorBaseProps, TreeViewItemIndicatorProps, TreeViewItemProps, _default$10 as TreeViewItemText, TreeViewItemTextBaseProps, TreeViewItemTextProps, _default$11 as TreeViewLabel, TreeViewLabelBaseProps, TreeViewLabelProps, TreeViewLoadChildrenCompleteDetails, TreeViewLoadChildrenDetails, TreeViewLoadChildrenErrorDetails, _default$12 as TreeViewNodeCheckbox, TreeViewNodeCheckboxBaseProps, _default$13 as TreeViewNodeCheckboxIndicator, TreeViewNodeCheckboxIndicatorBaseProps, TreeViewNodeCheckboxIndicatorProps, TreeViewNodeCheckboxProps, _default$14 as TreeViewNodeContext, TreeViewNodeContextProps, TreeViewNodeProps, _default$15 as TreeViewNodeProvider, TreeViewNodeProviderBaseProps, TreeViewNodeProviderProps, _default$16 as TreeViewNodeRenameInput, TreeViewNodeRenameInputBaseProps, TreeViewNodeRenameInputProps, TreeViewNodeState, TreeViewRenameCompleteDetails, TreeViewRenameStartDetails, _default$17 as TreeViewRoot, TreeViewRootBaseProps, TreeViewRootComponent, TreeViewRootComponentProps, TreeViewRootProps, _default$18 as TreeViewRootProvider, TreeViewRootProviderBaseProps, TreeViewRootProviderComponent, TreeViewRootProviderProps, TreeViewSelectionChangeDetails, _default$19 as TreeViewTree, TreeViewTreeBaseProps, TreeViewTreeProps, UseTreeViewContext, UseTreeViewNodeContext, UseTreeViewProps, UseTreeViewReturn, createFileTreeCollection, createTreeCollection, treeViewAnatomy, useTreeView, useTreeViewContext, useTreeViewNodeContext };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
+
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "table" | "view" | "trigger" | "content" | "positioner" | "root" | "control" | "nextTrigger" | "prevTrigger" | "valueText" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { datePickerAnatomy as t };
|
|
@@ -19,11 +19,11 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<PresenceProps, {
|
|
|
19
19
|
}, string, vue.PublicProps, Readonly<PresenceProps> & Readonly<{
|
|
20
20
|
onExitComplete?: (() => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
+
lazyMount: boolean;
|
|
23
|
+
unmountOnExit: boolean;
|
|
22
24
|
present: boolean;
|
|
23
25
|
immediate: boolean;
|
|
24
|
-
lazyMount: boolean;
|
|
25
26
|
skipAnimationOnMount: boolean;
|
|
26
|
-
unmountOnExit: boolean;
|
|
27
27
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
28
28
|
default?: (props: {}) => any;
|
|
29
29
|
}>;
|
|
@@ -398,10 +398,10 @@ declare const _default$1: typeof __VLS_export$1;
|
|
|
398
398
|
declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
399
399
|
props: vue.PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
|
|
400
400
|
onFocusChange?: ((details: treeView.FocusChangeDetails<any>) => any) | undefined;
|
|
401
|
+
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
401
402
|
"onUpdate:focusedValue"?: ((value: string | null) => any) | undefined;
|
|
402
403
|
onExpandedChange?: ((details: treeView.ExpandedChangeDetails<any>) => any) | undefined;
|
|
403
404
|
onSelectionChange?: ((details: treeView.SelectionChangeDetails<any>) => any) | undefined;
|
|
404
|
-
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
405
405
|
onLoadChildrenComplete?: ((details: treeView.LoadChildrenCompleteDetails<T>) => any) | undefined;
|
|
406
406
|
onLoadChildrenError?: ((details: treeView.LoadChildrenErrorDetails<T>) => any) | undefined;
|
|
407
407
|
onRenameStart?: ((details: treeView.RenameStartDetails<T>) => any) | undefined;
|
|
@@ -418,7 +418,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
418
418
|
slots: {
|
|
419
419
|
default?: (props: {}) => any;
|
|
420
420
|
};
|
|
421
|
-
emit: ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "
|
|
421
|
+
emit: ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "checkedChange", details: treeView.CheckedChangeDetails) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "expandedChange", details: treeView.ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: treeView.SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: treeView.LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: treeView.LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: treeView.RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: treeView.RenameCompleteDetails) => void) & ((evt: "renameComplete", details: treeView.RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
|
|
422
422
|
}>) => vue.VNode & {
|
|
423
423
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
424
424
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
4
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "root" | "item" | "itemGroup" | "valueText" | "
|
|
4
|
+
declare const listboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "root" | "item" | "itemGroup" | "valueText" | "itemIndicator" | "itemText" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { listboxAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/segment-group/segment-group-anatomy.d.ts
|
|
4
|
-
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"label" | "root" | "
|
|
4
|
+
declare const segmentGroupAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { segmentGroupAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/tour/tour-anatomy.d.ts
|
|
4
|
-
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "content" | "
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "content" | "backdrop" | "closeTrigger" | "description" | "positioner" | "control" | "progressText" | "actionTrigger" | "arrow" | "arrowTip" | "spotlight">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { tourAnatomy as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprawlify/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.90",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"access": "public"
|
|
269
269
|
},
|
|
270
270
|
"dependencies": {
|
|
271
|
-
"@sprawlify/primitives": "0.0.
|
|
271
|
+
"@sprawlify/primitives": "0.0.90"
|
|
272
272
|
},
|
|
273
273
|
"peerDependencies": {
|
|
274
274
|
"vue": ">=3.0.0"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
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
|
-
//#endregion
|
|
6
|
-
export { colorPickerAnatomy as t };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
-
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "table" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "nextTrigger" | "prevTrigger" | "valueText" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { datePickerAnatomy as t };
|