@sprawlify/vue 0.0.99 → 0.0.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{alert-dialog-anatomy-Cmbo81mV.d.ts → alert-dialog-anatomy-9zjAVC7Z.d.ts} +1 -1
- package/dist/{carousel-anatomy-CAln4YQN.d.ts → carousel-anatomy-Blqe-5Es.d.ts} +1 -1
- package/dist/{checkbox-anatomy-Bkxq8P4k.d.ts → checkbox-anatomy-BDPTqssy.d.ts} +1 -1
- package/dist/{color-picker-anatomy-09BXGqLT.d.ts → color-picker-anatomy-CU8esrjt.d.ts} +1 -1
- package/dist/{combobox-anatomy-Chkz_tym.d.ts → combobox-anatomy-D7qjlNeK.d.ts} +1 -1
- package/dist/components/accordion/index.d.ts +3 -3
- package/dist/components/alert-dialog/index.d.ts +11 -12
- package/dist/components/anatomy.d.ts +8 -8
- package/dist/components/bottom-sheet/index.d.ts +2 -2
- package/dist/components/carousel/index.d.ts +5 -5
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +4 -4
- package/dist/components/color-picker/index.d.ts +16 -16
- package/dist/components/combobox/index.d.ts +9 -9
- package/dist/components/date-picker/index.d.ts +8 -8
- package/dist/components/dialog/index.d.ts +10 -11
- package/dist/components/dropdown-menu/index.d.ts +14 -14
- package/dist/components/editable/index.d.ts +8 -8
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +3 -3
- package/dist/components/floating-panel/index.d.ts +6 -7
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +10 -10
- package/dist/components/json-tree-view/index.d.ts +2 -2
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/number-input/index.d.ts +4 -4
- package/dist/components/pagination/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +1 -1
- package/dist/components/pin-input/index.d.ts +5 -5
- package/dist/components/popover/index.d.ts +11 -10
- package/dist/components/presence/index.d.ts +1 -1
- package/dist/components/radio-group/index.d.ts +1 -1
- package/dist/components/rating-group/index.d.ts +2 -2
- package/dist/components/select/index.d.ts +6 -6
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/slider/index.d.ts +2 -2
- package/dist/components/splitter/index.d.ts +2 -2
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/tabs/index.d.ts +4 -4
- package/dist/components/tags-input/index.d.ts +9 -9
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/tooltip/index.d.ts +3 -3
- package/dist/components/tour/index.d.ts +10 -10
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/date-picker-anatomy-BwjU5RR5.d.ts +6 -0
- package/dist/{index-DoteNbKN.d.ts → index-B4l20i3i.d.ts} +2 -2
- package/dist/{index-Bdc6-PTI.d.ts → index-C4mQuA9L.d.ts} +2 -2
- package/dist/{listbox-anatomy-BIheOi8j.d.ts → listbox-anatomy-DY6cCB6b.d.ts} +1 -1
- package/dist/{tour-anatomy-DltwPG-R.d.ts → tour-anatomy-JNcHMN8H.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/date-picker-anatomy-CTaSCl_Q.d.ts +0 -6
|
@@ -4,9 +4,9 @@ import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
|
4
4
|
import { t as editableAnatomy } from "../../editable-anatomy-CH0QFbjb.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
7
8
|
import * as editable from "@sprawlify/primitives/machines/editable";
|
|
8
9
|
import { EditChangeDetails as EditableEditChangeDetails, FocusOutsideEvent, FocusOutsideEvent as EditableFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as EditableInteractOutsideEvent, PointerDownOutsideEvent, PointerDownOutsideEvent as EditablePointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as EditableValueChangeDetails } from "@sprawlify/primitives/machines/editable";
|
|
9
|
-
import * as _sprawlify_primitives_machines_popover0 from "@sprawlify/primitives/machines/popover";
|
|
10
10
|
|
|
11
11
|
//#region src/components/editable/editable-area.vue.d.ts
|
|
12
12
|
interface EditableAreaBaseProps extends PolymorphicProps {}
|
|
@@ -207,9 +207,9 @@ declare const _default$8: typeof __VLS_export$2;
|
|
|
207
207
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<EditableRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
208
208
|
valueChange: (details: editable.ValueChangeDetails) => any;
|
|
209
209
|
"update:modelValue": (value: string) => any;
|
|
210
|
-
focusOutside: (event:
|
|
211
|
-
interactOutside: (event:
|
|
212
|
-
pointerDownOutside: (event:
|
|
210
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
211
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
212
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
213
213
|
editChange: (details: editable.EditChangeDetails) => any;
|
|
214
214
|
valueCommit: (details: editable.ValueChangeDetails) => any;
|
|
215
215
|
valueRevert: (details: editable.ValueChangeDetails) => any;
|
|
@@ -217,16 +217,16 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<EditableRoot
|
|
|
217
217
|
}, string, vue.PublicProps, Readonly<EditableRootProps> & Readonly<{
|
|
218
218
|
onValueChange?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
219
219
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
220
|
-
onFocusOutside?: ((event:
|
|
221
|
-
onInteractOutside?: ((event:
|
|
222
|
-
onPointerDownOutside?: ((event:
|
|
220
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
221
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
222
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
223
223
|
onEditChange?: ((details: editable.EditChangeDetails) => any) | undefined;
|
|
224
224
|
onValueCommit?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
225
225
|
onValueRevert?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
226
226
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
227
227
|
}>, {
|
|
228
|
-
required: boolean;
|
|
229
228
|
disabled: boolean;
|
|
229
|
+
required: boolean;
|
|
230
230
|
invalid: boolean;
|
|
231
231
|
readOnly: boolean;
|
|
232
232
|
selectOnFocus: boolean;
|
|
@@ -252,8 +252,8 @@ 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;
|
|
256
|
+
required: boolean;
|
|
257
257
|
invalid: boolean;
|
|
258
258
|
readOnly: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -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;
|
|
273
|
+
required: boolean;
|
|
274
|
+
invalid: boolean;
|
|
275
|
+
readOnly: boolean;
|
|
274
276
|
allowDrop: boolean;
|
|
275
277
|
directory: boolean;
|
|
276
|
-
invalid: boolean;
|
|
277
278
|
preventDocumentDrop: boolean;
|
|
278
|
-
readOnly: 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 {}
|
|
@@ -219,30 +218,30 @@ declare const _default$9: typeof __VLS_export$4;
|
|
|
219
218
|
declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPanelRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
220
219
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
221
220
|
"update:open": (open: boolean) => any;
|
|
222
|
-
"update:size": (details: floatingPanel.Size) => any;
|
|
223
221
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
224
|
-
"update:position": (details:
|
|
222
|
+
"update:position": (details: floatingPanel.Point) => any;
|
|
225
223
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
226
224
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
225
|
+
"update:size": (details: floatingPanel.Size) => any;
|
|
227
226
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
228
227
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
229
228
|
}, string, vue.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
230
229
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
231
230
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
232
|
-
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
233
231
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
234
|
-
"onUpdate:position"?: ((details:
|
|
232
|
+
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
235
233
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
236
234
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
235
|
+
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
237
236
|
onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
238
237
|
onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
|
|
239
238
|
}>, {
|
|
240
239
|
draggable: boolean;
|
|
241
240
|
disabled: boolean;
|
|
242
|
-
allowOverflow: boolean;
|
|
243
|
-
defaultOpen: boolean;
|
|
244
241
|
open: boolean;
|
|
242
|
+
defaultOpen: boolean;
|
|
245
243
|
closeOnEscape: boolean;
|
|
244
|
+
allowOverflow: boolean;
|
|
246
245
|
lockAspectRatio: boolean;
|
|
247
246
|
persistRect: boolean;
|
|
248
247
|
resizable: boolean;
|
|
@@ -27,8 +27,8 @@ interface HighlightProps extends HighlightBaseProps,
|
|
|
27
27
|
HTMLAttributes {}
|
|
28
28
|
declare const _default: typeof __VLS_export;
|
|
29
29
|
declare const __VLS_export: vue.DefineComponent<HighlightProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
|
|
30
|
-
ignoreCase: boolean;
|
|
31
30
|
matchAll: boolean;
|
|
31
|
+
ignoreCase: boolean;
|
|
32
32
|
exactMatch: boolean;
|
|
33
33
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
//#endregion
|
|
@@ -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 {}
|
|
@@ -152,23 +152,23 @@ interface HoverCardRootProps extends HoverCardRootBaseProps {}
|
|
|
152
152
|
interface HoverCardRootEmits extends RootEmits {}
|
|
153
153
|
declare const _default$5: typeof __VLS_export$1;
|
|
154
154
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
155
|
-
exitComplete: () => any;
|
|
156
155
|
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
156
|
+
exitComplete: () => any;
|
|
157
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
158
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => 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
|
-
onExitComplete?: (() => any) | undefined;
|
|
163
162
|
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
163
|
+
onExitComplete?: (() => any) | undefined;
|
|
164
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
165
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => 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,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-C4mQuA9L.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-DY6cCB6b.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
|
-
required: boolean;
|
|
200
199
|
disabled: boolean;
|
|
200
|
+
required: 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;
|
|
@@ -167,13 +167,13 @@ interface PaginationRootEmits extends RootEmits {}
|
|
|
167
167
|
declare const _default$7: typeof __VLS_export$1;
|
|
168
168
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
169
169
|
pageChange: (details: pagination.PageChangeDetails) => any;
|
|
170
|
-
"update:page": (page: number) => any;
|
|
171
170
|
pageSizeChange: (details: pagination.PageSizeChangeDetails) => any;
|
|
171
|
+
"update:page": (page: number) => any;
|
|
172
172
|
"update:pageSize": (pageSize: number) => any;
|
|
173
173
|
}, string, vue.PublicProps, Readonly<PaginationRootProps> & Readonly<{
|
|
174
174
|
onPageChange?: ((details: pagination.PageChangeDetails) => any) | undefined;
|
|
175
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
176
175
|
onPageSizeChange?: ((details: pagination.PageSizeChangeDetails) => any) | undefined;
|
|
176
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
177
177
|
"onUpdate:pageSize"?: ((pageSize: number) => any) | undefined;
|
|
178
178
|
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
179
179
|
default?: (props: {}) => any;
|
|
@@ -153,8 +153,8 @@ 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;
|
|
157
|
+
required: boolean;
|
|
158
158
|
invalid: boolean;
|
|
159
159
|
readOnly: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
@@ -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
|
-
required: boolean;
|
|
156
155
|
disabled: boolean;
|
|
157
|
-
|
|
158
|
-
readOnly: boolean;
|
|
156
|
+
required: 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
|
|
|
@@ -234,13 +235,13 @@ interface PopoverRootProps extends PopoverRootBaseProps {}
|
|
|
234
235
|
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
|
-
exitComplete: () => any;
|
|
238
238
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
239
|
+
exitComplete: () => any;
|
|
240
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
241
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
242
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
239
243
|
"update:open": (open: boolean) => any;
|
|
240
244
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
241
|
-
focusOutside: (event: popover.FocusOutsideEvent) => any;
|
|
242
|
-
interactOutside: (event: popover.InteractOutsideEvent) => any;
|
|
243
|
-
pointerDownOutside: (event: popover.PointerDownOutsideEvent) => any;
|
|
244
245
|
requestDismiss: (event: CustomEvent<{
|
|
245
246
|
originalLayer: HTMLElement;
|
|
246
247
|
targetLayer: HTMLElement | undefined;
|
|
@@ -248,13 +249,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
248
249
|
targetIndex: number;
|
|
249
250
|
}>) => any;
|
|
250
251
|
}, string, vue.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
251
|
-
onExitComplete?: (() => any) | undefined;
|
|
252
252
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
253
|
+
onExitComplete?: (() => any) | undefined;
|
|
254
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
255
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
256
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
253
257
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
254
258
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
255
|
-
onFocusOutside?: ((event: popover.FocusOutsideEvent) => any) | undefined;
|
|
256
|
-
onInteractOutside?: ((event: popover.InteractOutsideEvent) => any) | undefined;
|
|
257
|
-
onPointerDownOutside?: ((event: popover.PointerDownOutsideEvent) => any) | undefined;
|
|
258
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
259
260
|
originalLayer: HTMLElement;
|
|
260
261
|
targetLayer: HTMLElement | undefined;
|
|
@@ -262,9 +263,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
262
263
|
targetIndex: number;
|
|
263
264
|
}>) => any) | undefined;
|
|
264
265
|
}>, {
|
|
265
|
-
defaultOpen: boolean;
|
|
266
|
-
open: boolean;
|
|
267
266
|
modal: boolean;
|
|
267
|
+
open: boolean;
|
|
268
|
+
defaultOpen: boolean;
|
|
268
269
|
closeOnInteractOutside: boolean;
|
|
269
270
|
closeOnEscape: boolean;
|
|
270
271
|
autoFocus: boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-
|
|
1
|
+
import { a as UsePresenceReturn, c as PresenceProps, i as UsePresenceProps, l as _default, n as UsePresenceContext, o as usePresence, r as usePresenceContext, s as PresenceEmits, t as PresenceProvider } from "../../index-B4l20i3i.js";
|
|
2
2
|
export { _default as Presence, PresenceEmits, PresenceProps, PresenceProvider, UsePresenceContext, UsePresenceProps, UsePresenceReturn, usePresence, usePresenceContext };
|
|
@@ -213,8 +213,8 @@ 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;
|
|
217
|
+
required: boolean;
|
|
218
218
|
invalid: boolean;
|
|
219
219
|
readOnly: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -158,10 +158,10 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<RatingGroupR
|
|
|
158
158
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
159
|
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
|
-
required: boolean;
|
|
162
161
|
disabled: boolean;
|
|
163
|
-
|
|
162
|
+
required: boolean;
|
|
164
163
|
autoFocus: boolean;
|
|
164
|
+
readOnly: boolean;
|
|
165
165
|
allowHalf: boolean;
|
|
166
166
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
@@ -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
|
+
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
340
341
|
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
341
342
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
342
343
|
onExitComplete?: (() => any) | undefined;
|
|
343
|
-
|
|
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
|
"onUpdate:open"?: ((open: boolean) => 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: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "update:open", open: boolean) => 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
|
};
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
138
139
|
collapse: (details: splitter.ExpandCollapseDetails) => any;
|
|
139
140
|
expand: (details: splitter.ExpandCollapseDetails) => any;
|
|
140
141
|
resize: (details: splitter.ResizeDetails) => any;
|
|
141
142
|
resizeEnd: (details: splitter.ResizeEndDetails) => any;
|
|
142
143
|
resizeStart: () => any;
|
|
143
|
-
"update:size": (size: number[]) => any;
|
|
144
144
|
}, string, vue.PublicProps, Readonly<SplitterRootProps> & Readonly<{
|
|
145
|
+
"onUpdate:size"?: ((size: number[]) => any) | undefined;
|
|
145
146
|
onCollapse?: ((details: splitter.ExpandCollapseDetails) => any) | undefined;
|
|
146
147
|
onExpand?: ((details: splitter.ExpandCollapseDetails) => any) | undefined;
|
|
147
148
|
onResize?: ((details: splitter.ResizeDetails) => any) | undefined;
|
|
148
149
|
onResizeEnd?: ((details: splitter.ResizeEndDetails) => any) | undefined;
|
|
149
150
|
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,9 +120,9 @@ 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
|
checked: boolean;
|
|
125
|
+
required: boolean;
|
|
126
126
|
invalid: boolean;
|
|
127
127
|
readOnly: boolean;
|
|
128
128
|
defaultChecked: boolean;
|
|
@@ -156,17 +156,17 @@ 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
|
-
loopFocus: boolean;
|
|
169
167
|
composite: boolean;
|
|
168
|
+
loopFocus: boolean;
|
|
169
|
+
deselectable: boolean;
|
|
170
170
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
171
171
|
default?: (props: {}) => any;
|
|
172
172
|
}>;
|
|
@@ -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
|
|
|
@@ -300,29 +300,29 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootPro
|
|
|
300
300
|
valueChange: (details: tagsInput.ValueChangeDetails) => any;
|
|
301
301
|
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
302
302
|
"update:modelValue": (value: string[]) => any;
|
|
303
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
304
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
305
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => 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
310
|
onValueChange?: ((details: tagsInput.ValueChangeDetails) => any) | undefined;
|
|
311
311
|
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
312
312
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
313
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
314
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
315
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => 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
|
-
required: boolean;
|
|
321
320
|
disabled: boolean;
|
|
321
|
+
required: boolean;
|
|
322
|
+
autoFocus: boolean;
|
|
322
323
|
invalid: boolean;
|
|
323
324
|
readOnly: boolean;
|
|
324
325
|
allowOverflow: boolean;
|
|
325
|
-
autoFocus: boolean;
|
|
326
326
|
addOnPaste: boolean;
|
|
327
327
|
editable: boolean;
|
|
328
328
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, 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
|
}>;
|
|
@@ -154,17 +154,17 @@ interface TooltipRootProps extends TooltipRootBaseProps {}
|
|
|
154
154
|
interface TooltipRootEmits extends RootEmits {}
|
|
155
155
|
declare const _default$5: typeof __VLS_export$1;
|
|
156
156
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
157
|
-
exitComplete: () => any;
|
|
158
157
|
openChange: (details: tooltip.OpenChangeDetails) => any;
|
|
158
|
+
exitComplete: () => any;
|
|
159
159
|
"update:open": (open: boolean) => any;
|
|
160
160
|
}, string, vue.PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
161
|
-
onExitComplete?: (() => any) | undefined;
|
|
162
161
|
onOpenChange?: ((details: tooltip.OpenChangeDetails) => any) | undefined;
|
|
162
|
+
onExitComplete?: (() => any) | undefined;
|
|
163
163
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
165
|
disabled: boolean;
|
|
166
|
-
defaultOpen: boolean;
|
|
167
166
|
open: boolean;
|
|
167
|
+
defaultOpen: boolean;
|
|
168
168
|
closeOnEscape: boolean;
|
|
169
169
|
closeOnClick: boolean;
|
|
170
170
|
closeOnPointerDown: boolean;
|