@sprawlify/vue 0.0.99 → 0.0.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{alert-dialog-anatomy-Cmbo81mV.d.ts → alert-dialog-anatomy-D9GN5ttZ.d.ts} +1 -1
- package/dist/{carousel-anatomy-CAln4YQN.d.ts → carousel-anatomy-CHwOE35k.d.ts} +1 -1
- package/dist/{checkbox-anatomy-Bkxq8P4k.d.ts → checkbox-anatomy-CqSoosVM.d.ts} +1 -1
- package/dist/color-picker-anatomy-CRZVwWFv.d.ts +6 -0
- package/dist/{combobox-anatomy-Chkz_tym.d.ts → combobox-anatomy-DrZxvPIx.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +3 -3
- package/dist/components/alert-dialog/index.d.ts +13 -14
- package/dist/components/anatomy.d.ts +12 -12
- 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 +1 -1
- package/dist/components/collapsible/index.d.ts +1 -1
- package/dist/components/color-picker/index.d.ts +17 -17
- package/dist/components/combobox/index.d.ts +10 -10
- package/dist/components/date-picker/index.d.ts +12 -12
- package/dist/components/dialog/index.d.ts +12 -13
- package/dist/components/dropdown-menu/index.d.ts +15 -15
- package/dist/components/editable/index.d.ts +8 -8
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +3 -3
- package/dist/components/floating-panel/index.d.ts +6 -7
- package/dist/components/hover-card/index.d.ts +8 -8
- package/dist/components/image-cropper/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.d.ts +2 -2
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +3 -3
- package/dist/components/password-input/index.d.ts +1 -1
- package/dist/components/pin-input/index.d.ts +4 -4
- package/dist/components/popover/index.d.ts +13 -12
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/rating-group/index.d.ts +1 -1
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +7 -7
- package/dist/components/slider/index.d.ts +2 -2
- package/dist/components/tabs/index.d.ts +3 -3
- package/dist/components/tags-input/index.d.ts +9 -9
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tour/index.d.ts +10 -10
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/{date-picker-anatomy-CTaSCl_Q.d.ts → date-picker-anatomy-Bi-P60QZ.d.ts} +1 -1
- package/dist/{field-anatomy-BWikn-kn.d.ts → field-anatomy-Bzlix6O4.d.ts} +1 -1
- package/dist/{fieldset-anatomy-pWRVtwyO.d.ts → fieldset-anatomy-CcZfEnO-.d.ts} +1 -1
- package/dist/{image-cropper-anatomy-ChVWjuvl.d.ts → image-cropper-anatomy-D1LB8g2f.d.ts} +1 -1
- package/dist/{index-DoteNbKN.d.ts → index-BiapeCBm.d.ts} +2 -2
- package/dist/{index-Bdc6-PTI.d.ts → index-CODK2VY0.d.ts} +2 -2
- package/dist/{listbox-anatomy-BIheOi8j.d.ts → listbox-anatomy-OCPfyyEa.d.ts} +1 -1
- package/dist/{segment-group-anatomy-8sdDQVPl.d.ts → segment-group-anatomy-DKEj3nS9.d.ts} +1 -1
- package/dist/{tour-anatomy-DltwPG-R.d.ts → tour-anatomy-BqbUuDwC.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/color-picker-anatomy-09BXGqLT.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-Bzlix6O4.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, TextareaHTMLAttributes, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -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-CcZfEnO-.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { FieldsetHTMLAttributes, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -271,11 +271,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FileUploadRo
|
|
|
271
271
|
}>, {
|
|
272
272
|
required: boolean;
|
|
273
273
|
disabled: boolean;
|
|
274
|
-
allowDrop: boolean;
|
|
275
|
-
directory: boolean;
|
|
276
274
|
invalid: boolean;
|
|
277
|
-
preventDocumentDrop: boolean;
|
|
278
275
|
readOnly: boolean;
|
|
276
|
+
allowDrop: boolean;
|
|
277
|
+
preventDocumentDrop: boolean;
|
|
278
|
+
directory: boolean;
|
|
279
279
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
280
280
|
default?: (props: {}) => any;
|
|
281
281
|
}>;
|
|
@@ -8,7 +8,6 @@ import * as vue from "vue";
|
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, EmitFn, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
10
10
|
import { OpenChangeDetails, OpenChangeDetails as FloatingPanelOpenChangeDetails, PositionChangeDetails, PositionChangeDetails as FloatingPanelPositionChangeDetails, ResizeTriggerProps, SizeChangeDetails, SizeChangeDetails as FloatingPanelSizeChangeDetails, StageChangeDetails, StageChangeDetails as FloatingPanelStageChangeDetails, StageTriggerProps } from "@sprawlify/primitives/machines/floating-panel";
|
|
11
|
-
import * as _sprawlify_primitives_machines_dropdown_menu0 from "@sprawlify/primitives/machines/dropdown-menu";
|
|
12
11
|
|
|
13
12
|
//#region src/components/floating-panel/floating-panel-body.vue.d.ts
|
|
14
13
|
interface FloatingPanelBodyBaseProps extends PolymorphicProps {}
|
|
@@ -221,7 +220,7 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
221
220
|
"update:open": (open: boolean) => any;
|
|
222
221
|
"update:size": (details: floatingPanel.Size) => any;
|
|
223
222
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
224
|
-
"update:position": (details:
|
|
223
|
+
"update:position": (details: floatingPanel.Point) => any;
|
|
225
224
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
226
225
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
227
226
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
@@ -231,7 +230,7 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
231
230
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
232
231
|
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
233
232
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
234
|
-
"onUpdate:position"?: ((details:
|
|
233
|
+
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
235
234
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
236
235
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
237
236
|
onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
@@ -239,13 +238,13 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
239
238
|
}>, {
|
|
240
239
|
draggable: boolean;
|
|
241
240
|
disabled: boolean;
|
|
242
|
-
allowOverflow: boolean;
|
|
243
|
-
defaultOpen: boolean;
|
|
244
|
-
open: boolean;
|
|
245
241
|
closeOnEscape: boolean;
|
|
242
|
+
open: boolean;
|
|
243
|
+
defaultOpen: boolean;
|
|
244
|
+
allowOverflow: boolean;
|
|
245
|
+
resizable: boolean;
|
|
246
246
|
lockAspectRatio: boolean;
|
|
247
247
|
persistRect: boolean;
|
|
248
|
-
resizable: boolean;
|
|
249
248
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
250
249
|
default?: (props: {}) => any;
|
|
251
250
|
}>;
|
|
@@ -6,9 +6,9 @@ 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 _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
9
10
|
import * as hoverCard from "@sprawlify/primitives/machines/hover-card";
|
|
10
11
|
import { FocusOutsideEvent, FocusOutsideEvent as HoverCardFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as HoverCardInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as HoverCardOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as HoverCardPointerDownOutsideEvent } from "@sprawlify/primitives/machines/hover-card";
|
|
11
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
|
|
13
13
|
//#region src/components/hover-card/hover-card-arrow-tip.vue.d.ts
|
|
14
14
|
interface HoverCardArrowTipBaseProps extends PolymorphicProps {}
|
|
@@ -153,22 +153,22 @@ 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
155
|
exitComplete: () => any;
|
|
156
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
157
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
156
158
|
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
159
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
157
160
|
"update:open": (open: boolean) => any;
|
|
158
|
-
focusOutside: (event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any;
|
|
159
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
160
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
161
161
|
}, string, vue.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
162
|
onExitComplete?: (() => any) | undefined;
|
|
163
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
164
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
163
165
|
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
166
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
164
167
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
165
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
166
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
167
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
disabled: boolean;
|
|
170
|
-
defaultOpen: boolean;
|
|
171
170
|
open: boolean;
|
|
171
|
+
defaultOpen: boolean;
|
|
172
172
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
173
173
|
default?: (props: {}) => any;
|
|
174
174
|
}>;
|
|
@@ -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-D1LB8g2f.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-CODK2VY0.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";
|
|
@@ -25,9 +25,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<JsonTreeView
|
|
|
25
25
|
asChild: boolean;
|
|
26
26
|
lazyMount: boolean;
|
|
27
27
|
unmountOnExit: boolean;
|
|
28
|
-
typeahead: boolean;
|
|
29
28
|
showNonenumerable: boolean;
|
|
30
29
|
expandOnClick: boolean;
|
|
30
|
+
typeahead: 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-OCPfyyEa.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";
|
|
@@ -186,22 +186,22 @@ HTMLAttributes {}
|
|
|
186
186
|
interface NumberInputRootEmits extends RootEmits {}
|
|
187
187
|
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
|
-
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
190
189
|
valueChange: (details: numberInput.ValueChangeDetails) => any;
|
|
191
190
|
valueInvalid: (details: numberInput.ValueInvalidDetails) => any;
|
|
192
191
|
"update:modelValue": (value: string) => any;
|
|
192
|
+
focusChange: (details: numberInput.FocusChangeDetails) => any;
|
|
193
193
|
}, string, vue.PublicProps, Readonly<NumberInputRootProps> & Readonly<{
|
|
194
|
-
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
195
194
|
onValueChange?: ((details: numberInput.ValueChangeDetails) => any) | undefined;
|
|
196
195
|
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
197
196
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
197
|
+
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
199
|
required: boolean;
|
|
200
200
|
disabled: boolean;
|
|
201
201
|
invalid: boolean;
|
|
202
202
|
readOnly: boolean;
|
|
203
|
-
allowMouseWheel: boolean;
|
|
204
203
|
allowOverflow: boolean;
|
|
204
|
+
allowMouseWheel: boolean;
|
|
205
205
|
clampValueOnBlur: boolean;
|
|
206
206
|
focusInputOnChange: boolean;
|
|
207
207
|
spinOnPress: boolean;
|
|
@@ -158,8 +158,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PasswordInpu
|
|
|
158
158
|
invalid: boolean;
|
|
159
159
|
readOnly: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
161
|
-
ignorePasswordManagers: boolean;
|
|
162
161
|
visible: boolean;
|
|
162
|
+
ignorePasswordManagers: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -142,23 +142,23 @@ interface PinInputRootEmits extends RootEmits {}
|
|
|
142
142
|
declare const _default$5: typeof __VLS_export$1;
|
|
143
143
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
144
144
|
valueChange: (details: pinInput.ValueChangeDetails) => any;
|
|
145
|
+
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
145
146
|
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
146
147
|
"update:modelValue": (value: string[]) => any;
|
|
147
|
-
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
148
148
|
}, string, vue.PublicProps, Readonly<PinInputRootProps> & Readonly<{
|
|
149
149
|
onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
|
+
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
151
|
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
151
152
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
152
|
-
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
154
|
mask: boolean;
|
|
155
155
|
required: boolean;
|
|
156
156
|
disabled: boolean;
|
|
157
|
-
invalid: boolean;
|
|
158
|
-
readOnly: boolean;
|
|
159
157
|
autoFocus: boolean;
|
|
160
158
|
blurOnComplete: boolean;
|
|
159
|
+
invalid: boolean;
|
|
161
160
|
otp: boolean;
|
|
161
|
+
readOnly: boolean;
|
|
162
162
|
selectOnFocus: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
@@ -6,6 +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 _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
9
10
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
10
11
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
|
|
11
12
|
|
|
@@ -235,38 +236,38 @@ interface PopoverRootEmits extends RootEmits {}
|
|
|
235
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
236
237
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
237
238
|
exitComplete: () => any;
|
|
238
|
-
openChange: (details: popover.OpenChangeDetails) => any;
|
|
239
|
-
"update:open": (open: boolean) => any;
|
|
240
239
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
241
|
-
focusOutside: (event:
|
|
242
|
-
interactOutside: (event:
|
|
243
|
-
|
|
240
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
241
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
242
|
+
openChange: (details: popover.OpenChangeDetails) => any;
|
|
243
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
244
244
|
requestDismiss: (event: CustomEvent<{
|
|
245
245
|
originalLayer: HTMLElement;
|
|
246
246
|
targetLayer: HTMLElement | undefined;
|
|
247
247
|
originalIndex: number;
|
|
248
248
|
targetIndex: number;
|
|
249
249
|
}>) => any;
|
|
250
|
+
"update:open": (open: boolean) => any;
|
|
250
251
|
}, string, vue.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
251
252
|
onExitComplete?: (() => any) | undefined;
|
|
252
|
-
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
253
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
254
253
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
255
|
-
onFocusOutside?: ((event:
|
|
256
|
-
onInteractOutside?: ((event:
|
|
257
|
-
|
|
254
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
255
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
256
|
+
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
257
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
258
258
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
259
259
|
originalLayer: HTMLElement;
|
|
260
260
|
targetLayer: HTMLElement | undefined;
|
|
261
261
|
originalIndex: number;
|
|
262
262
|
targetIndex: number;
|
|
263
263
|
}>) => any) | undefined;
|
|
264
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
264
265
|
}>, {
|
|
265
|
-
defaultOpen: boolean;
|
|
266
|
-
open: boolean;
|
|
267
266
|
modal: boolean;
|
|
268
267
|
closeOnInteractOutside: boolean;
|
|
269
268
|
closeOnEscape: boolean;
|
|
269
|
+
open: boolean;
|
|
270
|
+
defaultOpen: boolean;
|
|
270
271
|
autoFocus: boolean;
|
|
271
272
|
portalled: boolean;
|
|
272
273
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, 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-BiapeCBm.js";
|
|
2
2
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -160,8 +160,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<RatingGroupR
|
|
|
160
160
|
}>, {
|
|
161
161
|
required: boolean;
|
|
162
162
|
disabled: boolean;
|
|
163
|
-
readOnly: boolean;
|
|
164
163
|
autoFocus: boolean;
|
|
164
|
+
readOnly: boolean;
|
|
165
165
|
allowHalf: boolean;
|
|
166
166
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-
|
|
4
|
+
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-DKEj3nS9.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
|
|
|
@@ -337,15 +337,15 @@ declare const _default$15: typeof __VLS_export$3;
|
|
|
337
337
|
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<{
|
|
338
338
|
props: vue.PublicProps & __VLS_PrettifyLocal$1<SelectRootProps<T> & {
|
|
339
339
|
onSelect?: ((details: select.SelectionDetails) => any) | undefined;
|
|
340
|
-
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
341
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
342
340
|
onExitComplete?: (() => any) | undefined;
|
|
341
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
342
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
343
343
|
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
344
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
344
345
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
346
|
+
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
347
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
345
348
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
346
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
347
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
348
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
349
349
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
350
350
|
}> & (typeof globalThis extends {
|
|
351
351
|
__VLS_PROPS_FALLBACK: infer P;
|
|
@@ -355,7 +355,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
355
355
|
slots: {
|
|
356
356
|
default?: (props: {}) => any;
|
|
357
357
|
};
|
|
358
|
-
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "
|
|
358
|
+
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
359
359
|
}>) => vue.VNode & {
|
|
360
360
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
361
361
|
};
|
|
@@ -200,14 +200,14 @@ Omit<HTMLAttributes, 'aria-labelledby' | 'aria-label' | 'dir'> {}
|
|
|
200
200
|
interface SliderRootEmits extends RootEmits {}
|
|
201
201
|
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
|
-
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
204
203
|
valueChange: (details: slider.ValueChangeDetails) => any;
|
|
205
204
|
"update:modelValue": (value: number[]) => any;
|
|
205
|
+
focusChange: (details: slider.FocusChangeDetails) => any;
|
|
206
206
|
valueChangeEnd: (details: slider.ValueChangeDetails) => any;
|
|
207
207
|
}, string, vue.PublicProps, Readonly<SliderRootProps> & Readonly<{
|
|
208
|
-
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
209
208
|
onValueChange?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
210
209
|
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
210
|
+
onFocusChange?: ((details: slider.FocusChangeDetails) => any) | undefined;
|
|
211
211
|
onValueChangeEnd?: ((details: slider.ValueChangeDetails) => any) | undefined;
|
|
212
212
|
}>, {
|
|
213
213
|
disabled: boolean;
|
|
@@ -156,16 +156,16 @@ HTMLAttributes {}
|
|
|
156
156
|
interface TabsRootEmits extends RootEmits {}
|
|
157
157
|
declare const _default$5: typeof __VLS_export;
|
|
158
158
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TabsRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
159
|
-
focusChange: (details: tabs.FocusChangeDetails) => any;
|
|
160
159
|
valueChange: (details: tabs.ValueChangeDetails) => any;
|
|
161
160
|
"update:modelValue": (value: string) => any;
|
|
161
|
+
focusChange: (details: tabs.FocusChangeDetails) => any;
|
|
162
162
|
}, string, vue.PublicProps, Readonly<TabsRootProps> & Readonly<{
|
|
163
|
-
onFocusChange?: ((details: tabs.FocusChangeDetails) => any) | undefined;
|
|
164
163
|
onValueChange?: ((details: tabs.ValueChangeDetails) => any) | undefined;
|
|
165
164
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
165
|
+
onFocusChange?: ((details: tabs.FocusChangeDetails) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
|
-
deselectable: boolean;
|
|
168
167
|
loopFocus: boolean;
|
|
168
|
+
deselectable: boolean;
|
|
169
169
|
composite: boolean;
|
|
170
170
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
@@ -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
|
|
|
@@ -297,33 +297,33 @@ HTMLAttributes {}
|
|
|
297
297
|
interface TagsInputRootEmits extends RootEmits {}
|
|
298
298
|
declare const _default$12: typeof __VLS_export;
|
|
299
299
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
300
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
301
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
302
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
300
303
|
valueChange: (details: tagsInput.ValueChangeDetails) => any;
|
|
301
304
|
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
302
305
|
"update:modelValue": (value: string[]) => any;
|
|
303
306
|
highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
|
|
304
|
-
focusOutside: (event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any;
|
|
305
|
-
interactOutside: (event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any;
|
|
306
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any;
|
|
307
307
|
inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
|
|
308
308
|
"update:inputValue": (value: string) => any;
|
|
309
309
|
}, string, vue.PublicProps, Readonly<TagsInputRootProps> & Readonly<{
|
|
310
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
311
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
312
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
310
313
|
onValueChange?: ((details: tagsInput.ValueChangeDetails) => any) | undefined;
|
|
311
314
|
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
312
315
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
313
316
|
onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
|
|
314
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_popover0.FocusOutsideEvent) => any) | undefined;
|
|
315
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_popover0.InteractOutsideEvent) => any) | undefined;
|
|
316
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_popover0.PointerDownOutsideEvent) => any) | undefined;
|
|
317
317
|
onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
|
|
318
318
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
320
|
required: boolean;
|
|
321
321
|
disabled: boolean;
|
|
322
|
+
autoFocus: boolean;
|
|
322
323
|
invalid: boolean;
|
|
323
324
|
readOnly: boolean;
|
|
324
|
-
allowOverflow: boolean;
|
|
325
|
-
autoFocus: boolean;
|
|
326
325
|
addOnPaste: boolean;
|
|
326
|
+
allowOverflow: boolean;
|
|
327
327
|
editable: boolean;
|
|
328
328
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
329
329
|
default?: (props: {}) => any;
|
|
@@ -83,9 +83,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<ToggleGroupR
|
|
|
83
83
|
}>, {
|
|
84
84
|
disabled: boolean;
|
|
85
85
|
multiple: boolean;
|
|
86
|
-
deselectable: boolean;
|
|
87
86
|
loopFocus: boolean;
|
|
88
87
|
rovingFocus: boolean;
|
|
88
|
+
deselectable: boolean;
|
|
89
89
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
90
90
|
default?: (props: {}) => any;
|
|
91
91
|
}>;
|
|
@@ -163,9 +163,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<TooltipRootP
|
|
|
163
163
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
165
|
disabled: boolean;
|
|
166
|
-
defaultOpen: boolean;
|
|
167
|
-
open: boolean;
|
|
168
166
|
closeOnEscape: boolean;
|
|
167
|
+
open: boolean;
|
|
168
|
+
defaultOpen: boolean;
|
|
169
169
|
closeOnClick: boolean;
|
|
170
170
|
closeOnPointerDown: boolean;
|
|
171
171
|
closeOnScroll: 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-BqbUuDwC.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
|
|
|
@@ -218,21 +218,21 @@ 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
220
|
exitComplete: () => any;
|
|
221
|
-
focusOutside: (event:
|
|
222
|
-
interactOutside: (event:
|
|
223
|
-
pointerDownOutside: (event:
|
|
224
|
-
stepChange: (details: tour.StepChangeDetails) => any;
|
|
221
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
222
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
223
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
225
224
|
statusChange: (details: tour.StatusChangeDetails) => 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
|
onExitComplete?: (() => any) | undefined;
|
|
231
|
-
onFocusOutside?: ((event:
|
|
232
|
-
onInteractOutside?: ((event:
|
|
233
|
-
onPointerDownOutside?: ((event:
|
|
234
|
-
onStepChange?: ((details: tour.StepChangeDetails) => any) | undefined;
|
|
231
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
232
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
233
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
235
234
|
onStatusChange?: ((details: tour.StatusChangeDetails) => 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-CODK2VY0.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<"trigger" | "positioner" | "content" | "root" | "control" | "nextTrigger" | "prevTrigger" | "label" | "valueText" | "view" | "clearTrigger" | "input" | "table" | "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<"root" | "label" | "input" | "errorText" | "helperText" | "select" | "textarea" | "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<"root" | "errorText" | "helperText" | "legend">;
|
|
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<"root" | "image" | "viewport" | "selection" | "handle" | "grid">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { imageCropperAnatomy as t };
|
|
@@ -19,10 +19,10 @@ 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
|
-
present: boolean;
|
|
23
|
-
immediate: boolean;
|
|
24
22
|
lazyMount: boolean;
|
|
25
23
|
unmountOnExit: boolean;
|
|
24
|
+
immediate: boolean;
|
|
25
|
+
present: boolean;
|
|
26
26
|
skipAnimationOnMount: boolean;
|
|
27
27
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
28
28
|
default?: (props: {}) => any;
|