@sprawlify/vue 0.0.88 → 0.0.89
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-DYBPmcE-.d.ts → alert-dialog-anatomy-JyjMETMY.d.ts} +1 -1
- package/dist/{carousel-anatomy-Bm8A0IeH.d.ts → carousel-anatomy-CVjLyF_w.d.ts} +1 -1
- package/dist/{checkbox-anatomy-D_EEk_7M.d.ts → checkbox-anatomy-Bkxq8P4k.d.ts} +1 -1
- package/dist/{color-picker-anatomy-BqAv-ES8.d.ts → color-picker-anatomy-wW_P5LT-.d.ts} +1 -1
- package/dist/combobox-anatomy-Cad3mPjS.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +2 -2
- package/dist/components/alert-dialog/index.d.ts +8 -9
- package/dist/components/anatomy.d.ts +12 -12
- package/dist/components/angle-slider/index.d.ts +1 -1
- package/dist/components/bottom-sheet/index.d.ts +1 -1
- package/dist/components/carousel/index.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +5 -5
- package/dist/components/clipboard/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +17 -16
- package/dist/components/combobox/index.d.ts +9 -9
- package/dist/components/date-picker/index.d.ts +9 -9
- package/dist/components/dialog/index.d.ts +7 -8
- package/dist/components/dropdown-menu/index.d.ts +9 -9
- package/dist/components/editable/index.d.ts +10 -10
- package/dist/components/field/index.d.ts +3 -3
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +3 -3
- package/dist/components/floating-panel/index.d.ts +2 -2
- package/dist/components/focus-trap/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +7 -7
- package/dist/components/image-cropper/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.d.ts +3 -3
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/pin-input/index.d.ts +4 -4
- package/dist/components/popover/index.d.ts +9 -9
- 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 +7 -7
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +3 -3
- package/dist/components/splitter/index.d.ts +2 -2
- package/dist/components/switch/index.d.ts +3 -3
- package/dist/components/tags-input/index.d.ts +10 -10
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tour/index.d.ts +10 -10
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-25--l_tH.d.ts → date-picker-anatomy-BWG9P2cu.d.ts} +1 -1
- package/dist/{field-anatomy-D1xRXQeF.d.ts → field-anatomy-BWikn-kn.d.ts} +1 -1
- package/dist/{fieldset-anatomy-CcZfEnO-.d.ts → fieldset-anatomy-pWRVtwyO.d.ts} +1 -1
- package/dist/{image-cropper-anatomy-DW4Ru-ZX.d.ts → image-cropper-anatomy-ChVWjuvl.d.ts} +1 -1
- package/dist/{index-BiapeCBm.d.ts → index-CwuVQkUt.d.ts} +3 -3
- package/dist/{index-BbSg4qcW.d.ts → index-d_RzVEQV.d.ts} +2 -2
- package/dist/{listbox-anatomy-Dm_o-fKs.d.ts → listbox-anatomy-DxiqaMYF.d.ts} +1 -1
- package/dist/{segment-group-anatomy-DHML8ODG.d.ts → segment-group-anatomy-xb9z-ywW.d.ts} +1 -1
- package/dist/{tour-anatomy-C81YCpD4.d.ts → tour-anatomy-EhNWhrmY.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/combobox-anatomy-BnRNSgHI.d.ts +0 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
-
import { t as fieldAnatomy } from "../../field-anatomy-
|
|
2
|
+
import { t as fieldAnatomy } from "../../field-anatomy-BWikn-kn.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, TextareaHTMLAttributes, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -252,10 +252,10 @@ interface FieldRootProps extends FieldRootBaseProps,
|
|
|
252
252
|
HTMLAttributes {}
|
|
253
253
|
declare const _default$6: typeof __VLS_export$2;
|
|
254
254
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FieldRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
255
|
-
required: boolean;
|
|
256
255
|
disabled: boolean;
|
|
257
|
-
|
|
256
|
+
required: boolean;
|
|
258
257
|
readOnly: boolean;
|
|
258
|
+
invalid: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
|
-
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-
|
|
2
|
+
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-pWRVtwyO.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { FieldsetHTMLAttributes, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -269,13 +269,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FileUploadRo
|
|
|
269
269
|
onFileChange?: ((details: fileUpload.FileChangeDetails) => any) | undefined;
|
|
270
270
|
onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
|
|
271
271
|
}>, {
|
|
272
|
-
required: boolean;
|
|
273
272
|
disabled: boolean;
|
|
274
|
-
|
|
273
|
+
required: boolean;
|
|
275
274
|
readOnly: boolean;
|
|
275
|
+
invalid: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
277
|
-
directory: boolean;
|
|
278
277
|
preventDocumentDrop: boolean;
|
|
278
|
+
directory: boolean;
|
|
279
279
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
280
280
|
default?: (props: {}) => any;
|
|
281
281
|
}>;
|
|
@@ -218,21 +218,21 @@ declare const _default$9: typeof __VLS_export$4;
|
|
|
218
218
|
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
219
219
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
220
220
|
"update:open": (open: boolean) => any;
|
|
221
|
+
"update:size": (details: floatingPanel.Size) => any;
|
|
221
222
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
222
223
|
"update:position": (details: floatingPanel.Point) => any;
|
|
223
224
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
224
225
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
225
|
-
"update:size": (details: floatingPanel.Size) => any;
|
|
226
226
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
227
227
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
228
228
|
}, string, vue.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
229
229
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
230
230
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
231
|
+
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
231
232
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
232
233
|
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
233
234
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
234
235
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
235
|
-
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
236
236
|
onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
237
237
|
onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
|
|
238
238
|
}>, {
|
|
@@ -32,7 +32,7 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<FocusTrapProps,
|
|
|
32
32
|
onDeactivate?: (() => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
disabled: boolean;
|
|
35
|
-
initialFocus:
|
|
35
|
+
initialFocus: ((false | (string | (HTMLElement | SVGElement))) | (() => false | (string | (HTMLElement | SVGElement)))) | VoidFunction;
|
|
36
36
|
fallbackFocus: (string | (HTMLElement | SVGElement)) | (() => string | (HTMLElement | SVGElement));
|
|
37
37
|
returnFocusOnDeactivate: boolean;
|
|
38
38
|
setReturnFocus: (false | (string | (HTMLElement | SVGElement))) | ((node: HTMLElement | SVGElement) => false | (string | (HTMLElement | SVGElement)));
|
|
@@ -6,7 +6,7 @@ import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js"
|
|
|
6
6
|
import { t as hoverCardAnatomy } from "../../hover-card-anatomy-LsFwl5DS.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as hoverCard from "@sprawlify/primitives/machines/hover-card";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as HoverCardFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as HoverCardInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as HoverCardOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as HoverCardPointerDownOutsideEvent } from "@sprawlify/primitives/machines/hover-card";
|
|
12
12
|
|
|
@@ -155,16 +155,16 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<HoverCardRoo
|
|
|
155
155
|
exitComplete: () => any;
|
|
156
156
|
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
157
157
|
"update:open": (open: boolean) => any;
|
|
158
|
-
focusOutside: (event:
|
|
159
|
-
interactOutside: (event:
|
|
160
|
-
pointerDownOutside: (event:
|
|
158
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
159
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
160
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
161
161
|
}, string, vue.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
162
|
onExitComplete?: (() => any) | undefined;
|
|
163
163
|
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
164
164
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
165
|
-
onFocusOutside?: ((event:
|
|
166
|
-
onInteractOutside?: ((event:
|
|
167
|
-
onPointerDownOutside?: ((event:
|
|
165
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
166
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
167
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
open: 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 imageCropperAnatomy } from "../../image-cropper-anatomy-
|
|
4
|
+
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-ChVWjuvl.js";
|
|
5
5
|
import * as _sprawlify_primitives_types0 from "@sprawlify/primitives/types";
|
|
6
6
|
import { Rect } from "@sprawlify/primitives/types";
|
|
7
7
|
import * as vue from "vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
2
|
-
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-
|
|
2
|
+
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-d_RzVEQV.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";
|
|
@@ -23,11 +23,11 @@ HTMLAttributes {}
|
|
|
23
23
|
declare const _default: typeof __VLS_export$2;
|
|
24
24
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<JsonTreeViewRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<JsonTreeViewRootProps> & Readonly<{}>, {
|
|
25
25
|
asChild: boolean;
|
|
26
|
+
lazyMount: boolean;
|
|
27
|
+
unmountOnExit: boolean;
|
|
26
28
|
showNonenumerable: boolean;
|
|
27
29
|
expandOnClick: boolean;
|
|
28
30
|
typeahead: boolean;
|
|
29
|
-
lazyMount: boolean;
|
|
30
|
-
unmountOnExit: boolean;
|
|
31
31
|
quotesOnKeys: boolean;
|
|
32
32
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
33
33
|
default?: (props: {}) => any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1, 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-DxiqaMYF.js";
|
|
5
5
|
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
@@ -196,10 +196,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<NumberInputR
|
|
|
196
196
|
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
197
197
|
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
|
-
required: boolean;
|
|
200
199
|
disabled: boolean;
|
|
201
|
-
|
|
200
|
+
required: boolean;
|
|
202
201
|
readOnly: boolean;
|
|
202
|
+
invalid: boolean;
|
|
203
203
|
allowMouseWheel: boolean;
|
|
204
204
|
allowOverflow: boolean;
|
|
205
205
|
clampValueOnBlur: boolean;
|
|
@@ -153,10 +153,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PasswordInpu
|
|
|
153
153
|
onVisibilityChange?: ((details: passwordInput.VisibilityChangeDetails) => any) | undefined;
|
|
154
154
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
required: boolean;
|
|
157
156
|
disabled: boolean;
|
|
158
|
-
|
|
157
|
+
required: boolean;
|
|
159
158
|
readOnly: boolean;
|
|
159
|
+
invalid: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
161
161
|
ignorePasswordManagers: boolean;
|
|
162
162
|
visible: boolean;
|
|
@@ -151,15 +151,15 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRoot
|
|
|
151
151
|
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
152
152
|
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
|
-
|
|
154
|
+
mask: boolean;
|
|
155
155
|
disabled: boolean;
|
|
156
|
-
|
|
156
|
+
required: boolean;
|
|
157
157
|
readOnly: boolean;
|
|
158
|
-
|
|
158
|
+
invalid: boolean;
|
|
159
159
|
autoFocus: boolean;
|
|
160
|
+
selectOnFocus: boolean;
|
|
160
161
|
otp: boolean;
|
|
161
162
|
blurOnComplete: boolean;
|
|
162
|
-
selectOnFocus: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -6,7 +6,7 @@ import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js"
|
|
|
6
6
|
import { t as popoverAnatomy } from "../../popover-anatomy-BzXcxwHH.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
|
|
@@ -238,9 +238,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
238
238
|
exitComplete: () => any;
|
|
239
239
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
240
240
|
"update:open": (open: boolean) => any;
|
|
241
|
-
focusOutside: (event:
|
|
242
|
-
interactOutside: (event:
|
|
243
|
-
pointerDownOutside: (event:
|
|
241
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
242
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
243
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
244
244
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
245
245
|
requestDismiss: (event: CustomEvent<{
|
|
246
246
|
originalLayer: HTMLElement;
|
|
@@ -252,9 +252,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
252
252
|
onExitComplete?: (() => any) | undefined;
|
|
253
253
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
254
254
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
255
|
-
onFocusOutside?: ((event:
|
|
256
|
-
onInteractOutside?: ((event:
|
|
257
|
-
onPointerDownOutside?: ((event:
|
|
255
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
256
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
257
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
258
258
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
259
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
260
260
|
originalLayer: HTMLElement;
|
|
@@ -264,11 +264,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
264
264
|
}>) => any) | undefined;
|
|
265
265
|
}>, {
|
|
266
266
|
open: boolean;
|
|
267
|
-
modal: boolean;
|
|
268
267
|
defaultOpen: boolean;
|
|
268
|
+
autoFocus: boolean;
|
|
269
|
+
modal: boolean;
|
|
269
270
|
closeOnInteractOutside: boolean;
|
|
270
271
|
closeOnEscape: boolean;
|
|
271
|
-
autoFocus: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
273
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
274
274
|
default?: (props: {}) => any;
|
|
@@ -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-CwuVQkUt.js";
|
|
2
2
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -213,10 +213,10 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<RadioGroupRootPr
|
|
|
213
213
|
onValueChange?: ((details: radioGroup.ValueChangeDetails) => any) | undefined;
|
|
214
214
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
|
-
required: boolean;
|
|
217
216
|
disabled: boolean;
|
|
218
|
-
|
|
217
|
+
required: boolean;
|
|
219
218
|
readOnly: boolean;
|
|
219
|
+
invalid: 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;
|
|
153
154
|
valueChange: (details: ratingGroup.ValueChangeDetails) => any;
|
|
154
155
|
"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;
|
|
157
158
|
onValueChange?: ((details: ratingGroup.ValueChangeDetails) => any) | undefined;
|
|
158
159
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
|
-
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
|
-
required: boolean;
|
|
162
161
|
disabled: boolean;
|
|
162
|
+
required: boolean;
|
|
163
163
|
readOnly: boolean;
|
|
164
|
-
autoFocus: boolean;
|
|
165
164
|
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-xb9z-ywW.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";
|
|
@@ -7,7 +7,7 @@ import { t as selectAnatomy } from "../../select-anatomy-6e2EwWE7.js";
|
|
|
7
7
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
8
8
|
import * as vue from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
11
11
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
12
12
|
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails } from "@sprawlify/primitives/machines/select";
|
|
13
13
|
|
|
@@ -336,15 +336,15 @@ 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
|
-
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
340
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
341
339
|
onExitComplete?: (() => any) | undefined;
|
|
342
340
|
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
343
341
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
342
|
+
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
343
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
344
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
345
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
346
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
344
347
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
345
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_color_picker0.FocusOutsideEvent) => any) | undefined;
|
|
346
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any) | undefined;
|
|
347
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => any) | undefined;
|
|
348
348
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
349
349
|
}> & (typeof globalThis extends {
|
|
350
350
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -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: "exitComplete") => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
358
358
|
}>) => vue.VNode & {
|
|
359
359
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
360
360
|
};
|
|
@@ -175,8 +175,8 @@ declare const __VLS_export$1: __VLS_WithSlots<vue.DefineComponent<SignaturePadRo
|
|
|
175
175
|
onDraw?: ((details: signaturePad.DrawDetails) => any) | undefined;
|
|
176
176
|
onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
|
|
177
177
|
}>, {
|
|
178
|
-
required: boolean;
|
|
179
178
|
disabled: boolean;
|
|
179
|
+
required: boolean;
|
|
180
180
|
readOnly: boolean;
|
|
181
181
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
@@ -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
|
-
valueChangeEnd: (details: slider.ValueChangeDetails) => any;
|
|
206
205
|
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
206
|
+
valueChangeEnd: (details: slider.ValueChangeDetails) => 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
|
-
onValueChangeEnd?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
211
210
|
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
211
|
+
onValueChangeEnd?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
212
212
|
}>, {
|
|
213
213
|
disabled: boolean;
|
|
214
|
-
invalid: boolean;
|
|
215
214
|
readOnly: boolean;
|
|
215
|
+
invalid: boolean;
|
|
216
216
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
217
217
|
default?: (props: {}) => any;
|
|
218
218
|
}>;
|
|
@@ -135,19 +135,19 @@ HTMLAttributes {}
|
|
|
135
135
|
interface SplitterRootEmits extends RootEmits {}
|
|
136
136
|
declare const _default$4: typeof __VLS_export;
|
|
137
137
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<SplitterRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
138
|
-
"update:size": (size: number[]) => any;
|
|
139
138
|
collapse: (details: splitter.ExpandCollapseDetails) => any;
|
|
140
139
|
expand: (details: splitter.ExpandCollapseDetails) => any;
|
|
141
140
|
resize: (details: splitter.ResizeDetails) => any;
|
|
142
141
|
resizeEnd: (details: splitter.ResizeEndDetails) => any;
|
|
143
142
|
resizeStart: () => any;
|
|
143
|
+
"update:size": (size: number[]) => any;
|
|
144
144
|
}, string, vue.PublicProps, Readonly<SplitterRootProps> & Readonly<{
|
|
145
|
-
"onUpdate:size"?: ((size: number[]) => any) | undefined;
|
|
146
145
|
onCollapse?: ((details: splitter.ExpandCollapseDetails) => any) | undefined;
|
|
147
146
|
onExpand?: ((details: splitter.ExpandCollapseDetails) => any) | undefined;
|
|
148
147
|
onResize?: ((details: splitter.ResizeDetails) => any) | undefined;
|
|
149
148
|
onResizeEnd?: ((details: splitter.ResizeEndDetails) => any) | undefined;
|
|
150
149
|
onResizeStart?: (() => any) | undefined;
|
|
150
|
+
"onUpdate:size"?: ((size: number[]) => any) | undefined;
|
|
151
151
|
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
152
152
|
default?: (props: {}) => any;
|
|
153
153
|
}>;
|
|
@@ -120,12 +120,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<SwitchRootPr
|
|
|
120
120
|
onCheckedChange?: ((details: sprawlifySwitch.CheckedChangeDetails) => any) | undefined;
|
|
121
121
|
"onUpdate:checked"?: ((checked: boolean) => any) | undefined;
|
|
122
122
|
}>, {
|
|
123
|
-
required: boolean;
|
|
124
123
|
disabled: boolean;
|
|
125
|
-
|
|
124
|
+
required: boolean;
|
|
126
125
|
checked: boolean;
|
|
127
|
-
defaultChecked: boolean;
|
|
128
126
|
readOnly: boolean;
|
|
127
|
+
invalid: boolean;
|
|
128
|
+
defaultChecked: boolean;
|
|
129
129
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
130
130
|
default?: (props: {}) => any;
|
|
131
131
|
}>;
|
|
@@ -4,7 +4,7 @@ import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
|
4
4
|
import { t as tagsInputAnatomy } from "../../tags-input-anatomy-Cj7pt60P.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
8
8
|
import * as tagsInput from "@sprawlify/primitives/machines/tags-input";
|
|
9
9
|
import { FocusOutsideEvent, FocusOutsideEvent as TagsInputFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as TagsInputHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as TagsInputInteractOutsideEvent, ItemProps, ItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as TagsInputPointerDownOutsideEvent, ValidityChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails } from "@sprawlify/primitives/machines/tags-input";
|
|
10
10
|
|
|
@@ -299,32 +299,32 @@ 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
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
303
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
304
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
302
305
|
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
303
306
|
highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
|
|
304
|
-
focusOutside: (event: _sprawlify_primitives_machines_color_picker0.FocusOutsideEvent) => any;
|
|
305
307
|
inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
|
|
306
|
-
interactOutside: (event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any;
|
|
307
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => 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
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
313
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
314
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
312
315
|
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
313
316
|
onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
|
|
314
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_color_picker0.FocusOutsideEvent) => any) | undefined;
|
|
315
317
|
onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
|
|
316
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any) | undefined;
|
|
317
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => any) | undefined;
|
|
318
318
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
|
-
required: boolean;
|
|
321
320
|
disabled: boolean;
|
|
322
|
-
|
|
321
|
+
required: boolean;
|
|
323
322
|
readOnly: boolean;
|
|
323
|
+
invalid: boolean;
|
|
324
324
|
autoFocus: boolean;
|
|
325
325
|
allowOverflow: boolean;
|
|
326
|
-
editable: boolean;
|
|
327
326
|
addOnPaste: boolean;
|
|
327
|
+
editable: boolean;
|
|
328
328
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
329
329
|
default?: (props: {}) => any;
|
|
330
330
|
}>;
|
|
@@ -81,8 +81,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<ToggleGroupR
|
|
|
81
81
|
onValueChange?: ((details: toggleGroup.ValueChangeDetails) => any) | undefined;
|
|
82
82
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
83
83
|
}>, {
|
|
84
|
-
multiple: boolean;
|
|
85
84
|
disabled: boolean;
|
|
85
|
+
multiple: boolean;
|
|
86
86
|
deselectable: boolean;
|
|
87
87
|
loopFocus: boolean;
|
|
88
88
|
rovingFocus: boolean;
|
|
@@ -2,11 +2,11 @@ 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-EhNWhrmY.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";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as tour from "@sprawlify/primitives/machines/tour";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as TourFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as TourInteractOutsideEvent, Point, PointerDownOutsideEvent, PointerDownOutsideEvent as TourPointerDownOutsideEvent, ProgressTextDetails, StatusChangeDetails, StepAction, StepAction as StepAction$1, StepActionMap, StepActionTriggerProps, StepActionTriggerProps as StepActionTriggerProps$1, StepBaseDetails, StepChangeDetails, StepDetails, StepDetails as TourStepDetails, StepEffectArgs, StepEffectArgs as TourStepEffectArgs, StepPlacement, StepStatus, StepType, WaitOptions, waitForElement, waitForElementValue, waitForPromise } from "@sprawlify/primitives/machines/tour";
|
|
12
12
|
|
|
@@ -217,22 +217,22 @@ interface TourRootProps extends TourRootBaseProps {}
|
|
|
217
217
|
interface TourRootEmits extends RootEmits {}
|
|
218
218
|
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
|
-
exitComplete: () => any;
|
|
221
220
|
statusChange: (details: tour.StatusChangeDetails) => any;
|
|
222
|
-
|
|
223
|
-
interactOutside: (event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any;
|
|
224
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => any;
|
|
221
|
+
exitComplete: () => any;
|
|
225
222
|
stepChange: (details: tour.StepChangeDetails) => any;
|
|
223
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
224
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
225
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
226
226
|
stepsChange: (details: {
|
|
227
227
|
steps: tour.StepDetails[];
|
|
228
228
|
}) => any;
|
|
229
229
|
}, string, vue.PublicProps, Readonly<TourRootProps> & Readonly<{
|
|
230
|
-
onExitComplete?: (() => any) | undefined;
|
|
231
230
|
onStatusChange?: ((details: tour.StatusChangeDetails) => any) | undefined;
|
|
232
|
-
|
|
233
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_color_picker0.InteractOutsideEvent) => any) | undefined;
|
|
234
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_color_picker0.PointerDownOutsideEvent) => any) | undefined;
|
|
231
|
+
onExitComplete?: (() => any) | undefined;
|
|
235
232
|
onStepChange?: ((details: tour.StepChangeDetails) => any) | undefined;
|
|
233
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
234
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
235
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => 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-d_RzVEQV.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 };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
-
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
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
5
|
//#endregion
|
|
6
6
|
export { datePickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/field/field-anatomy.d.ts
|
|
4
|
-
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const fieldAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "select" | "textarea" | "root" | "errorText" | "helperText" | "requiredIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { fieldAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/fieldset/fieldset-anatomy.d.ts
|
|
4
|
-
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const fieldsetAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"legend" | "root" | "errorText" | "helperText">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { fieldsetAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/image-cropper/image-cropper-anatomy.d.ts
|
|
4
|
-
declare const imageCropperAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"
|
|
4
|
+
declare const imageCropperAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"image" | "root" | "viewport" | "selection" | "handle" | "grid">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { imageCropperAnatomy as t };
|