@wirekyt/vue 0.0.3 → 0.0.4
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/angle-slider.d.cts +2 -2
- package/dist/angle-slider.d.ts +2 -2
- package/dist/carousel.d.cts +1 -1
- package/dist/carousel.d.ts +1 -1
- package/dist/checkbox.d.cts +1 -1
- package/dist/checkbox.d.ts +1 -1
- package/dist/color-picker.d.cts +3 -3
- package/dist/color-picker.d.ts +3 -3
- package/dist/combobox.d.cts +1 -1
- package/dist/combobox.d.ts +1 -1
- package/dist/date-input.d.cts +1 -1
- package/dist/date-input.d.ts +1 -1
- package/dist/date-picker.d.cts +1 -1
- package/dist/date-picker.d.ts +1 -1
- package/dist/dialog.d.cts +5 -5
- package/dist/dialog.d.ts +5 -5
- package/dist/drawer.d.cts +3 -3
- package/dist/drawer.d.ts +3 -3
- package/dist/editable.d.cts +2 -2
- package/dist/editable.d.ts +2 -2
- package/dist/field.d.cts +1 -1
- package/dist/field.d.ts +1 -1
- package/dist/file-upload.d.cts +1 -1
- package/dist/file-upload.d.ts +1 -1
- package/dist/floating-panel.d.cts +4 -4
- package/dist/floating-panel.d.ts +4 -4
- package/dist/hover-card.d.cts +2 -2
- package/dist/hover-card.d.ts +2 -2
- package/dist/listbox.d.cts +1 -1
- package/dist/listbox.d.ts +1 -1
- package/dist/marquee.d.cts +1 -1
- package/dist/marquee.d.ts +1 -1
- package/dist/menu.d.cts +2 -2
- package/dist/menu.d.ts +2 -2
- package/dist/number-input.d.cts +1 -1
- package/dist/number-input.d.ts +1 -1
- package/dist/password-input.d.cts +2 -2
- package/dist/password-input.d.ts +2 -2
- package/dist/pin-input.d.cts +1 -1
- package/dist/pin-input.d.ts +1 -1
- package/dist/popover.d.cts +4 -4
- package/dist/popover.d.ts +4 -4
- package/dist/radio-group.d.cts +1 -1
- package/dist/radio-group.d.ts +1 -1
- package/dist/rating-group.d.cts +1 -1
- package/dist/rating-group.d.ts +1 -1
- package/dist/signature-pad.d.cts +1 -1
- package/dist/signature-pad.d.ts +1 -1
- package/dist/slider.d.cts +2 -2
- package/dist/slider.d.ts +2 -2
- package/dist/switch.d.cts +1 -1
- package/dist/switch.d.ts +1 -1
- package/dist/tabs.d.cts +1 -1
- package/dist/tabs.d.ts +1 -1
- package/dist/tags-input.d.cts +3 -3
- package/dist/tags-input.d.ts +3 -3
- package/dist/toggle-group.d.cts +1 -1
- package/dist/toggle-group.d.ts +1 -1
- package/dist/tour.d.cts +1 -1
- package/dist/tour.d.ts +1 -1
- package/package.json +2 -2
package/dist/angle-slider.d.cts
CHANGED
|
@@ -66,12 +66,12 @@ Omit<HTMLAttributes, "dir"> {}
|
|
|
66
66
|
declare const _default$6: typeof __VLS_export$8;
|
|
67
67
|
declare const __VLS_export$8: __VLS_WithSlots$8<import("vue").DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
68
68
|
valueChange: (details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any;
|
|
69
|
-
"update:modelValue": (value: number) => any;
|
|
70
69
|
valueChangeEnd: (details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any;
|
|
70
|
+
"update:modelValue": (value: number) => any;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
|
|
72
72
|
onValueChange?: ((details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any) | undefined;
|
|
73
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
74
73
|
onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any) | undefined;
|
|
74
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
75
75
|
}>, {
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
invalid: boolean;
|
package/dist/angle-slider.d.ts
CHANGED
|
@@ -66,12 +66,12 @@ Omit<HTMLAttributes, "dir"> {}
|
|
|
66
66
|
declare const _default$6: typeof __VLS_export$8;
|
|
67
67
|
declare const __VLS_export$8: __VLS_WithSlots$8<import("vue").DefineComponent<AngleSliderRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
68
68
|
valueChange: (details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any;
|
|
69
|
-
"update:modelValue": (value: number) => any;
|
|
70
69
|
valueChangeEnd: (details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any;
|
|
70
|
+
"update:modelValue": (value: number) => any;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<AngleSliderRootProps> & Readonly<{
|
|
72
72
|
onValueChange?: ((details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any) | undefined;
|
|
73
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
74
73
|
onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/angle-slider").ValueChangeDetails) => any) | undefined;
|
|
74
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
75
75
|
}>, {
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
invalid: boolean;
|
package/dist/carousel.d.cts
CHANGED
|
@@ -295,7 +295,7 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
295
295
|
};
|
|
296
296
|
//#endregion
|
|
297
297
|
//#region src/components/carousel/anatomy.d.ts
|
|
298
|
-
declare const carouselAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"root" | "indicator" | "
|
|
298
|
+
declare const carouselAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"root" | "indicator" | "control" | "item" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
299
299
|
declare namespace carousel_d_exports {
|
|
300
300
|
export { _default as AutoplayIndicator, CarouselAutoplayIndicatorBaseProps as AutoplayIndicatorBaseProps, CarouselAutoplayIndicatorProps as AutoplayIndicatorProps, AutoplayStatusDetails, _default$1 as AutoplayTrigger, CarouselAutoplayTriggerBaseProps as AutoplayTriggerBaseProps, CarouselAutoplayTriggerProps as AutoplayTriggerProps, _default$2 as Context, CarouselContextProps as ContextProps, _default$3 as Control, CarouselControlBaseProps as ControlBaseProps, CarouselControlProps as ControlProps, DragStatusDetails, _default$4 as Indicator, CarouselIndicatorBaseProps as IndicatorBaseProps, _default$5 as IndicatorGroup, CarouselIndicatorGroupBaseProps as IndicatorGroupBaseProps, CarouselIndicatorGroupProps as IndicatorGroupProps, CarouselIndicatorProps as IndicatorProps, _default$6 as Item, CarouselItemBaseProps as ItemBaseProps, _default$7 as ItemGroup, CarouselItemGroupBaseProps as ItemGroupBaseProps, CarouselItemGroupProps as ItemGroupProps, CarouselItemProps as ItemProps, _default$8 as NextTrigger, CarouselNextTriggerBaseProps as NextTriggerBaseProps, CarouselNextTriggerProps as NextTriggerProps, PageChangeDetails, _default$9 as PrevTrigger, CarouselPrevTriggerBaseProps as PrevTriggerBaseProps, CarouselPrevTriggerProps as PrevTriggerProps, _default$10 as ProgressText, CarouselProgressTextBaseProps as ProgressTextBaseProps, CarouselProgressTextProps as ProgressTextProps, _default$11 as Root, CarouselRootBaseProps as RootBaseProps, CarouselRootEmits as RootEmits, CarouselRootProps as RootProps, _default$12 as RootProvider, CarouselRootProviderBaseProps as RootProviderBaseProps, CarouselRootProviderProps as RootProviderProps };
|
|
301
301
|
}
|
package/dist/carousel.d.ts
CHANGED
|
@@ -295,7 +295,7 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
295
295
|
};
|
|
296
296
|
//#endregion
|
|
297
297
|
//#region src/components/carousel/anatomy.d.ts
|
|
298
|
-
declare const carouselAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"root" | "indicator" | "
|
|
298
|
+
declare const carouselAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"root" | "indicator" | "control" | "item" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
299
299
|
declare namespace carousel_d_exports {
|
|
300
300
|
export { _default as AutoplayIndicator, CarouselAutoplayIndicatorBaseProps as AutoplayIndicatorBaseProps, CarouselAutoplayIndicatorProps as AutoplayIndicatorProps, AutoplayStatusDetails, _default$1 as AutoplayTrigger, CarouselAutoplayTriggerBaseProps as AutoplayTriggerBaseProps, CarouselAutoplayTriggerProps as AutoplayTriggerProps, _default$2 as Context, CarouselContextProps as ContextProps, _default$3 as Control, CarouselControlBaseProps as ControlBaseProps, CarouselControlProps as ControlProps, DragStatusDetails, _default$4 as Indicator, CarouselIndicatorBaseProps as IndicatorBaseProps, _default$5 as IndicatorGroup, CarouselIndicatorGroupBaseProps as IndicatorGroupBaseProps, CarouselIndicatorGroupProps as IndicatorGroupProps, CarouselIndicatorProps as IndicatorProps, _default$6 as Item, CarouselItemBaseProps as ItemBaseProps, _default$7 as ItemGroup, CarouselItemGroupBaseProps as ItemGroupBaseProps, CarouselItemGroupProps as ItemGroupProps, CarouselItemProps as ItemProps, _default$8 as NextTrigger, CarouselNextTriggerBaseProps as NextTriggerBaseProps, CarouselNextTriggerProps as NextTriggerProps, PageChangeDetails, _default$9 as PrevTrigger, CarouselPrevTriggerBaseProps as PrevTriggerBaseProps, CarouselPrevTriggerProps as PrevTriggerProps, _default$10 as ProgressText, CarouselProgressTextBaseProps as ProgressTextBaseProps, CarouselProgressTextProps as ProgressTextProps, _default$11 as Root, CarouselRootBaseProps as RootBaseProps, CarouselRootEmits as RootEmits, CarouselRootProps as RootProps, _default$12 as RootProvider, CarouselRootProviderBaseProps as RootProviderBaseProps, CarouselRootProviderProps as RootProviderProps };
|
|
301
301
|
}
|
package/dist/checkbox.d.cts
CHANGED
|
@@ -219,8 +219,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Ch
|
|
|
219
219
|
onCheckedChange?: ((details: import("@wirekyt/dom/machines/checkbox").CheckedChangeDetails) => any) | undefined;
|
|
220
220
|
"onUpdate:checked"?: ((checked: import("@wirekyt/dom/machines/checkbox").CheckedState) => any) | undefined;
|
|
221
221
|
}>, {
|
|
222
|
-
disabled: boolean;
|
|
223
222
|
required: boolean;
|
|
223
|
+
disabled: boolean;
|
|
224
224
|
invalid: boolean;
|
|
225
225
|
readOnly: boolean;
|
|
226
226
|
checked: import("@wirekyt/dom/machines/checkbox").CheckedState;
|
package/dist/checkbox.d.ts
CHANGED
|
@@ -219,8 +219,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Ch
|
|
|
219
219
|
onCheckedChange?: ((details: import("@wirekyt/dom/machines/checkbox").CheckedChangeDetails) => any) | undefined;
|
|
220
220
|
"onUpdate:checked"?: ((checked: import("@wirekyt/dom/machines/checkbox").CheckedState) => any) | undefined;
|
|
221
221
|
}>, {
|
|
222
|
-
disabled: boolean;
|
|
223
222
|
required: boolean;
|
|
223
|
+
disabled: boolean;
|
|
224
224
|
invalid: boolean;
|
|
225
225
|
readOnly: boolean;
|
|
226
226
|
checked: import("@wirekyt/dom/machines/checkbox").CheckedState;
|
package/dist/color-picker.d.cts
CHANGED
|
@@ -400,8 +400,8 @@ declare const _default$18: typeof __VLS_export$9;
|
|
|
400
400
|
declare const __VLS_export$9: __VLS_WithSlots$9<import("vue").DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
401
401
|
exitComplete: () => any;
|
|
402
402
|
valueChange: (details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any;
|
|
403
|
-
"update:modelValue": (value: import("@wirekyt/dom/color-utils").Color) => any;
|
|
404
403
|
valueChangeEnd: (details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any;
|
|
404
|
+
"update:modelValue": (value: import("@wirekyt/dom/color-utils").Color) => any;
|
|
405
405
|
openChange: (details: import("@wirekyt/dom/machines/color-picker").OpenChangeDetails) => any;
|
|
406
406
|
"update:open": (open: boolean) => any;
|
|
407
407
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
@@ -412,8 +412,8 @@ declare const __VLS_export$9: __VLS_WithSlots$9<import("vue").DefineComponent<Co
|
|
|
412
412
|
}, string, import("vue").PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
|
|
413
413
|
onExitComplete?: (() => any) | undefined;
|
|
414
414
|
onValueChange?: ((details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any) | undefined;
|
|
415
|
-
"onUpdate:modelValue"?: ((value: import("@wirekyt/dom/color-utils").Color) => any) | undefined;
|
|
416
415
|
onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any) | undefined;
|
|
416
|
+
"onUpdate:modelValue"?: ((value: import("@wirekyt/dom/color-utils").Color) => any) | undefined;
|
|
417
417
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/color-picker").OpenChangeDetails) => any) | undefined;
|
|
418
418
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
419
419
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
@@ -423,8 +423,8 @@ declare const __VLS_export$9: __VLS_WithSlots$9<import("vue").DefineComponent<Co
|
|
|
423
423
|
"onUpdate:format"?: ((format: import("@wirekyt/dom/color-utils").ColorFormat) => any) | undefined;
|
|
424
424
|
}>, {
|
|
425
425
|
inline: boolean;
|
|
426
|
-
disabled: boolean;
|
|
427
426
|
required: boolean;
|
|
427
|
+
disabled: boolean;
|
|
428
428
|
open: boolean;
|
|
429
429
|
invalid: boolean;
|
|
430
430
|
readOnly: boolean;
|
package/dist/color-picker.d.ts
CHANGED
|
@@ -400,8 +400,8 @@ declare const _default$18: typeof __VLS_export$9;
|
|
|
400
400
|
declare const __VLS_export$9: __VLS_WithSlots$9<import("vue").DefineComponent<ColorPickerRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
401
401
|
exitComplete: () => any;
|
|
402
402
|
valueChange: (details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any;
|
|
403
|
-
"update:modelValue": (value: import("@wirekyt/dom/color-utils").Color) => any;
|
|
404
403
|
valueChangeEnd: (details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any;
|
|
404
|
+
"update:modelValue": (value: import("@wirekyt/dom/color-utils").Color) => any;
|
|
405
405
|
openChange: (details: import("@wirekyt/dom/machines/color-picker").OpenChangeDetails) => any;
|
|
406
406
|
"update:open": (open: boolean) => any;
|
|
407
407
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
@@ -412,8 +412,8 @@ declare const __VLS_export$9: __VLS_WithSlots$9<import("vue").DefineComponent<Co
|
|
|
412
412
|
}, string, import("vue").PublicProps, Readonly<ColorPickerRootProps> & Readonly<{
|
|
413
413
|
onExitComplete?: (() => any) | undefined;
|
|
414
414
|
onValueChange?: ((details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any) | undefined;
|
|
415
|
-
"onUpdate:modelValue"?: ((value: import("@wirekyt/dom/color-utils").Color) => any) | undefined;
|
|
416
415
|
onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/color-picker").ValueChangeDetails) => any) | undefined;
|
|
416
|
+
"onUpdate:modelValue"?: ((value: import("@wirekyt/dom/color-utils").Color) => any) | undefined;
|
|
417
417
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/color-picker").OpenChangeDetails) => any) | undefined;
|
|
418
418
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
419
419
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
@@ -423,8 +423,8 @@ declare const __VLS_export$9: __VLS_WithSlots$9<import("vue").DefineComponent<Co
|
|
|
423
423
|
"onUpdate:format"?: ((format: import("@wirekyt/dom/color-utils").ColorFormat) => any) | undefined;
|
|
424
424
|
}>, {
|
|
425
425
|
inline: boolean;
|
|
426
|
-
disabled: boolean;
|
|
427
426
|
required: boolean;
|
|
427
|
+
disabled: boolean;
|
|
428
428
|
open: boolean;
|
|
429
429
|
invalid: boolean;
|
|
430
430
|
readOnly: boolean;
|
package/dist/combobox.d.cts
CHANGED
|
@@ -437,6 +437,6 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
437
437
|
};
|
|
438
438
|
//#endregion
|
|
439
439
|
//#region src/components/combobox/anatomy.d.ts
|
|
440
|
-
declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"list" | "input" | "label" | "root" | "
|
|
440
|
+
declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"list" | "input" | "label" | "root" | "control" | "item" | "content" | "trigger" | "positioner" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "clearTrigger">;
|
|
441
441
|
//#endregion
|
|
442
442
|
export { type CollectionItem, combobox_d_exports as Combobox, _default as ComboboxClearTrigger, type ComboboxClearTriggerBaseProps, type ComboboxClearTriggerProps, _default$1 as ComboboxContent, type ComboboxContentBaseProps, type ComboboxContentProps, _default$2 as ComboboxContext, type ComboboxContextProps, _default$3 as ComboboxControl, type ComboboxControlBaseProps, type ComboboxControlProps, _default$4 as ComboboxEmpty, type ComboboxEmptyBaseProps, type ComboboxEmptyProps, type ComboboxFocusOutsideEvent, type ComboboxHighlightChangeDetails, _default$5 as ComboboxInput, type ComboboxInputBaseProps, type ComboboxInputProps, type ComboboxInputValueChangeDetails, type ComboboxInteractOutsideEvent, _default$6 as ComboboxItem, type ComboboxItemBaseProps, _default$7 as ComboboxItemContext, type ComboboxItemContextProps, _default$8 as ComboboxItemGroup, type ComboboxItemGroupBaseProps, _default$9 as ComboboxItemGroupLabel, type ComboboxItemGroupLabelBaseProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, _default$10 as ComboboxItemIndicator, type ComboboxItemIndicatorBaseProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, _default$11 as ComboboxItemText, type ComboboxItemTextBaseProps, type ComboboxItemTextProps, _default$12 as ComboboxLabel, type ComboboxLabelBaseProps, type ComboboxLabelProps, _default$13 as ComboboxList, type ComboboxListBaseProps, type ComboboxListProps, type ComboboxOpenChangeDetails, type ComboboxPointerDownOutsideEvent, _default$14 as ComboboxPositioner, type ComboboxPositionerBaseProps, type ComboboxPositionerProps, _default$15 as ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootComponent, type ComboboxRootComponentProps, type RootEmits as ComboboxRootEmits, type ComboboxRootProps, _default$16 as ComboboxRootProvider, type ComboboxRootProviderBaseProps, type ComboboxRootProviderComponent, type ComboboxRootProviderEmits, type ComboboxRootProviderProps, type ComboboxSelectionDetails, _default$17 as ComboboxTrigger, type ComboboxTriggerBaseProps, type ComboboxTriggerProps, type ComboboxValueChangeDetails, type ListCollection, type UseComboboxContext, type UseComboboxItemContext, type UseComboboxProps, type UseComboboxReturn, type UseListCollectionProps, comboboxAnatomy, createListCollection, useCombobox, useComboboxContext, useComboboxItemContext, useListCollection };
|
package/dist/combobox.d.ts
CHANGED
|
@@ -437,6 +437,6 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
437
437
|
};
|
|
438
438
|
//#endregion
|
|
439
439
|
//#region src/components/combobox/anatomy.d.ts
|
|
440
|
-
declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"list" | "input" | "label" | "root" | "
|
|
440
|
+
declare const comboboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"list" | "input" | "label" | "root" | "control" | "item" | "content" | "trigger" | "positioner" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty" | "clearTrigger">;
|
|
441
441
|
//#endregion
|
|
442
442
|
export { type CollectionItem, combobox_d_exports as Combobox, _default as ComboboxClearTrigger, type ComboboxClearTriggerBaseProps, type ComboboxClearTriggerProps, _default$1 as ComboboxContent, type ComboboxContentBaseProps, type ComboboxContentProps, _default$2 as ComboboxContext, type ComboboxContextProps, _default$3 as ComboboxControl, type ComboboxControlBaseProps, type ComboboxControlProps, _default$4 as ComboboxEmpty, type ComboboxEmptyBaseProps, type ComboboxEmptyProps, type ComboboxFocusOutsideEvent, type ComboboxHighlightChangeDetails, _default$5 as ComboboxInput, type ComboboxInputBaseProps, type ComboboxInputProps, type ComboboxInputValueChangeDetails, type ComboboxInteractOutsideEvent, _default$6 as ComboboxItem, type ComboboxItemBaseProps, _default$7 as ComboboxItemContext, type ComboboxItemContextProps, _default$8 as ComboboxItemGroup, type ComboboxItemGroupBaseProps, _default$9 as ComboboxItemGroupLabel, type ComboboxItemGroupLabelBaseProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, _default$10 as ComboboxItemIndicator, type ComboboxItemIndicatorBaseProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, _default$11 as ComboboxItemText, type ComboboxItemTextBaseProps, type ComboboxItemTextProps, _default$12 as ComboboxLabel, type ComboboxLabelBaseProps, type ComboboxLabelProps, _default$13 as ComboboxList, type ComboboxListBaseProps, type ComboboxListProps, type ComboboxOpenChangeDetails, type ComboboxPointerDownOutsideEvent, _default$14 as ComboboxPositioner, type ComboboxPositionerBaseProps, type ComboboxPositionerProps, _default$15 as ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootComponent, type ComboboxRootComponentProps, type RootEmits as ComboboxRootEmits, type ComboboxRootProps, _default$16 as ComboboxRootProvider, type ComboboxRootProviderBaseProps, type ComboboxRootProviderComponent, type ComboboxRootProviderEmits, type ComboboxRootProviderProps, type ComboboxSelectionDetails, _default$17 as ComboboxTrigger, type ComboboxTriggerBaseProps, type ComboboxTriggerProps, type ComboboxValueChangeDetails, type ListCollection, type UseComboboxContext, type UseComboboxItemContext, type UseComboboxProps, type UseComboboxReturn, type UseListCollectionProps, comboboxAnatomy, createListCollection, useCombobox, useComboboxContext, useComboboxItemContext, useListCollection };
|
package/dist/date-input.d.cts
CHANGED
|
@@ -164,8 +164,8 @@ declare const __VLS_export$2: __VLS_WithSlots$1<import("vue").DefineComponent<Da
|
|
|
164
164
|
"onUpdate:modelValue"?: ((value: import("@internationalized/date").DateValue[]) => any) | undefined;
|
|
165
165
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/date-input").FocusChangeDetails) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
|
-
disabled: boolean;
|
|
168
167
|
required: boolean;
|
|
168
|
+
disabled: boolean;
|
|
169
169
|
invalid: boolean;
|
|
170
170
|
readOnly: boolean;
|
|
171
171
|
hideTimeZone: boolean;
|
package/dist/date-input.d.ts
CHANGED
|
@@ -164,8 +164,8 @@ declare const __VLS_export$2: __VLS_WithSlots$1<import("vue").DefineComponent<Da
|
|
|
164
164
|
"onUpdate:modelValue"?: ((value: import("@internationalized/date").DateValue[]) => any) | undefined;
|
|
165
165
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/date-input").FocusChangeDetails) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
|
-
disabled: boolean;
|
|
168
167
|
required: boolean;
|
|
168
|
+
disabled: boolean;
|
|
169
169
|
invalid: boolean;
|
|
170
170
|
readOnly: boolean;
|
|
171
171
|
hideTimeZone: boolean;
|
package/dist/date-picker.d.cts
CHANGED
|
@@ -367,8 +367,8 @@ declare const __VLS_export$14: __VLS_WithSlots$13<import("vue").DefineComponent<
|
|
|
367
367
|
"onUpdate:view"?: ((view: import("@wirekyt/dom/machines/date-picker").DateView) => any) | undefined;
|
|
368
368
|
}>, {
|
|
369
369
|
inline: boolean;
|
|
370
|
-
disabled: boolean;
|
|
371
370
|
required: boolean;
|
|
371
|
+
disabled: boolean;
|
|
372
372
|
open: boolean;
|
|
373
373
|
invalid: boolean;
|
|
374
374
|
readOnly: boolean;
|
package/dist/date-picker.d.ts
CHANGED
|
@@ -367,8 +367,8 @@ declare const __VLS_export$14: __VLS_WithSlots$13<import("vue").DefineComponent<
|
|
|
367
367
|
"onUpdate:view"?: ((view: import("@wirekyt/dom/machines/date-picker").DateView) => any) | undefined;
|
|
368
368
|
}>, {
|
|
369
369
|
inline: boolean;
|
|
370
|
-
disabled: boolean;
|
|
371
370
|
required: boolean;
|
|
371
|
+
disabled: boolean;
|
|
372
372
|
open: boolean;
|
|
373
373
|
invalid: boolean;
|
|
374
374
|
readOnly: boolean;
|
package/dist/dialog.d.cts
CHANGED
|
@@ -165,10 +165,10 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<Di
|
|
|
165
165
|
exitComplete: () => any;
|
|
166
166
|
openChange: (details: import("@wirekyt/dom/machines/dialog").OpenChangeDetails) => any;
|
|
167
167
|
"update:open": (open: boolean) => any;
|
|
168
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any;
|
|
168
169
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
169
170
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
170
171
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
171
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any;
|
|
172
172
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
173
173
|
requestDismiss: (event: CustomEvent<{
|
|
174
174
|
originalLayer: HTMLElement;
|
|
@@ -180,10 +180,10 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<Di
|
|
|
180
180
|
onExitComplete?: (() => any) | undefined;
|
|
181
181
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/dialog").OpenChangeDetails) => any) | undefined;
|
|
182
182
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
183
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any) | undefined;
|
|
183
184
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
184
185
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
185
186
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
186
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any) | undefined;
|
|
187
187
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
188
188
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
189
189
|
originalLayer: HTMLElement;
|
|
@@ -195,11 +195,11 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<Di
|
|
|
195
195
|
open: boolean;
|
|
196
196
|
defaultOpen: boolean;
|
|
197
197
|
closeOnEscape: boolean;
|
|
198
|
-
|
|
199
|
-
preventScroll: boolean;
|
|
198
|
+
closeOnInteractOutside: boolean;
|
|
200
199
|
modal: boolean;
|
|
200
|
+
preventScroll: boolean;
|
|
201
201
|
restoreFocus: boolean;
|
|
202
|
-
|
|
202
|
+
trapFocus: boolean;
|
|
203
203
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
204
204
|
default?: (props: {}) => any;
|
|
205
205
|
}>;
|
package/dist/dialog.d.ts
CHANGED
|
@@ -165,10 +165,10 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<Di
|
|
|
165
165
|
exitComplete: () => any;
|
|
166
166
|
openChange: (details: import("@wirekyt/dom/machines/dialog").OpenChangeDetails) => any;
|
|
167
167
|
"update:open": (open: boolean) => any;
|
|
168
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any;
|
|
168
169
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
169
170
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
170
171
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
171
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any;
|
|
172
172
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
173
173
|
requestDismiss: (event: CustomEvent<{
|
|
174
174
|
originalLayer: HTMLElement;
|
|
@@ -180,10 +180,10 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<Di
|
|
|
180
180
|
onExitComplete?: (() => any) | undefined;
|
|
181
181
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/dialog").OpenChangeDetails) => any) | undefined;
|
|
182
182
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
183
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any) | undefined;
|
|
183
184
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
184
185
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
185
186
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
186
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/dialog").TriggerValueChangeDetails) => any) | undefined;
|
|
187
187
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
188
188
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
189
189
|
originalLayer: HTMLElement;
|
|
@@ -195,11 +195,11 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<Di
|
|
|
195
195
|
open: boolean;
|
|
196
196
|
defaultOpen: boolean;
|
|
197
197
|
closeOnEscape: boolean;
|
|
198
|
-
|
|
199
|
-
preventScroll: boolean;
|
|
198
|
+
closeOnInteractOutside: boolean;
|
|
200
199
|
modal: boolean;
|
|
200
|
+
preventScroll: boolean;
|
|
201
201
|
restoreFocus: boolean;
|
|
202
|
-
|
|
202
|
+
trapFocus: boolean;
|
|
203
203
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
204
204
|
default?: (props: {}) => any;
|
|
205
205
|
}>;
|
package/dist/drawer.d.cts
CHANGED
|
@@ -241,11 +241,11 @@ declare const __VLS_export$5: __VLS_WithSlots$5<import("vue").DefineComponent<Dr
|
|
|
241
241
|
open: boolean;
|
|
242
242
|
defaultOpen: boolean;
|
|
243
243
|
closeOnEscape: boolean;
|
|
244
|
-
|
|
245
|
-
preventScroll: boolean;
|
|
244
|
+
closeOnInteractOutside: boolean;
|
|
246
245
|
modal: boolean;
|
|
246
|
+
preventScroll: boolean;
|
|
247
247
|
restoreFocus: boolean;
|
|
248
|
-
|
|
248
|
+
trapFocus: boolean;
|
|
249
249
|
snapToSequentialPoints: boolean;
|
|
250
250
|
preventDragOnScroll: boolean;
|
|
251
251
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
package/dist/drawer.d.ts
CHANGED
|
@@ -241,11 +241,11 @@ declare const __VLS_export$5: __VLS_WithSlots$5<import("vue").DefineComponent<Dr
|
|
|
241
241
|
open: boolean;
|
|
242
242
|
defaultOpen: boolean;
|
|
243
243
|
closeOnEscape: boolean;
|
|
244
|
-
|
|
245
|
-
preventScroll: boolean;
|
|
244
|
+
closeOnInteractOutside: boolean;
|
|
246
245
|
modal: boolean;
|
|
246
|
+
preventScroll: boolean;
|
|
247
247
|
restoreFocus: boolean;
|
|
248
|
-
|
|
248
|
+
trapFocus: boolean;
|
|
249
249
|
snapToSequentialPoints: boolean;
|
|
250
250
|
preventDragOnScroll: boolean;
|
|
251
251
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
package/dist/editable.d.cts
CHANGED
|
@@ -220,14 +220,14 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Ed
|
|
|
220
220
|
onValueRevert?: ((details: import("@wirekyt/dom/machines/editable").ValueChangeDetails) => any) | undefined;
|
|
221
221
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
222
222
|
}>, {
|
|
223
|
-
disabled: boolean;
|
|
224
223
|
required: boolean;
|
|
224
|
+
disabled: boolean;
|
|
225
225
|
invalid: boolean;
|
|
226
226
|
readOnly: boolean;
|
|
227
227
|
selectOnFocus: boolean;
|
|
228
228
|
autoResize: boolean;
|
|
229
|
-
defaultEdit: boolean;
|
|
230
229
|
edit: boolean;
|
|
230
|
+
defaultEdit: boolean;
|
|
231
231
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
232
232
|
default?: (props: {}) => any;
|
|
233
233
|
}>;
|
package/dist/editable.d.ts
CHANGED
|
@@ -220,14 +220,14 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Ed
|
|
|
220
220
|
onValueRevert?: ((details: import("@wirekyt/dom/machines/editable").ValueChangeDetails) => any) | undefined;
|
|
221
221
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
222
222
|
}>, {
|
|
223
|
-
disabled: boolean;
|
|
224
223
|
required: boolean;
|
|
224
|
+
disabled: boolean;
|
|
225
225
|
invalid: boolean;
|
|
226
226
|
readOnly: boolean;
|
|
227
227
|
selectOnFocus: boolean;
|
|
228
228
|
autoResize: boolean;
|
|
229
|
-
defaultEdit: boolean;
|
|
230
229
|
edit: boolean;
|
|
230
|
+
defaultEdit: boolean;
|
|
231
231
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
232
232
|
default?: (props: {}) => any;
|
|
233
233
|
}>;
|
package/dist/field.d.cts
CHANGED
|
@@ -270,8 +270,8 @@ interface FieldRootProps extends FieldRootBaseProps,
|
|
|
270
270
|
HTMLAttributes {}
|
|
271
271
|
declare const _default$7: typeof __VLS_export$2;
|
|
272
272
|
declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<FieldRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
273
|
-
disabled: boolean;
|
|
274
273
|
required: boolean;
|
|
274
|
+
disabled: boolean;
|
|
275
275
|
invalid: boolean;
|
|
276
276
|
readOnly: boolean;
|
|
277
277
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
package/dist/field.d.ts
CHANGED
|
@@ -270,8 +270,8 @@ interface FieldRootProps extends FieldRootBaseProps,
|
|
|
270
270
|
HTMLAttributes {}
|
|
271
271
|
declare const _default$7: typeof __VLS_export$2;
|
|
272
272
|
declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<FieldRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
273
|
-
disabled: boolean;
|
|
274
273
|
required: boolean;
|
|
274
|
+
disabled: boolean;
|
|
275
275
|
invalid: boolean;
|
|
276
276
|
readOnly: boolean;
|
|
277
277
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
package/dist/file-upload.d.cts
CHANGED
|
@@ -265,8 +265,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Fi
|
|
|
265
265
|
onFileChange?: ((details: import("@wirekyt/dom/machines/file-upload").FileChangeDetails) => any) | undefined;
|
|
266
266
|
onFileReject?: ((details: import("@wirekyt/dom/machines/file-upload").FileRejectDetails) => any) | undefined;
|
|
267
267
|
}>, {
|
|
268
|
-
disabled: boolean;
|
|
269
268
|
required: boolean;
|
|
269
|
+
disabled: boolean;
|
|
270
270
|
invalid: boolean;
|
|
271
271
|
readOnly: boolean;
|
|
272
272
|
allowDrop: boolean;
|
package/dist/file-upload.d.ts
CHANGED
|
@@ -265,8 +265,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Fi
|
|
|
265
265
|
onFileChange?: ((details: import("@wirekyt/dom/machines/file-upload").FileChangeDetails) => any) | undefined;
|
|
266
266
|
onFileReject?: ((details: import("@wirekyt/dom/machines/file-upload").FileRejectDetails) => any) | undefined;
|
|
267
267
|
}>, {
|
|
268
|
-
disabled: boolean;
|
|
269
268
|
required: boolean;
|
|
269
|
+
disabled: boolean;
|
|
270
270
|
invalid: boolean;
|
|
271
271
|
readOnly: boolean;
|
|
272
272
|
allowDrop: boolean;
|
|
@@ -224,7 +224,7 @@ declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<Fl
|
|
|
224
224
|
"update:open": (open: boolean) => any;
|
|
225
225
|
"update:size": (details: import("@wirekyt/dom/machines/floating-panel").Size) => any;
|
|
226
226
|
positionChange: (details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any;
|
|
227
|
-
"update:position": (details: import("@wirekyt/dom/machines/
|
|
227
|
+
"update:position": (details: import("@wirekyt/dom/machines/floating-panel").Point) => any;
|
|
228
228
|
positionChangeEnd: (details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any;
|
|
229
229
|
sizeChange: (details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any;
|
|
230
230
|
sizeChangeEnd: (details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any;
|
|
@@ -235,7 +235,7 @@ declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<Fl
|
|
|
235
235
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
236
236
|
"onUpdate:size"?: ((details: import("@wirekyt/dom/machines/floating-panel").Size) => any) | undefined;
|
|
237
237
|
onPositionChange?: ((details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any) | undefined;
|
|
238
|
-
"onUpdate:position"?: ((details: import("@wirekyt/dom/machines/
|
|
238
|
+
"onUpdate:position"?: ((details: import("@wirekyt/dom/machines/floating-panel").Point) => any) | undefined;
|
|
239
239
|
onPositionChangeEnd?: ((details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any) | undefined;
|
|
240
240
|
onSizeChange?: ((details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any) | undefined;
|
|
241
241
|
onSizeChangeEnd?: ((details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any) | undefined;
|
|
@@ -246,11 +246,11 @@ declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<Fl
|
|
|
246
246
|
open: boolean;
|
|
247
247
|
defaultOpen: boolean;
|
|
248
248
|
closeOnEscape: boolean;
|
|
249
|
-
restoreFocus: boolean;
|
|
250
249
|
allowOverflow: boolean;
|
|
251
|
-
|
|
250
|
+
restoreFocus: boolean;
|
|
252
251
|
lockAspectRatio: boolean;
|
|
253
252
|
persistRect: boolean;
|
|
253
|
+
resizable: boolean;
|
|
254
254
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
255
255
|
default?: (props: {}) => any;
|
|
256
256
|
}>;
|
package/dist/floating-panel.d.ts
CHANGED
|
@@ -224,7 +224,7 @@ declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<Fl
|
|
|
224
224
|
"update:open": (open: boolean) => any;
|
|
225
225
|
"update:size": (details: import("@wirekyt/dom/machines/floating-panel").Size) => any;
|
|
226
226
|
positionChange: (details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any;
|
|
227
|
-
"update:position": (details: import("@wirekyt/dom/machines/
|
|
227
|
+
"update:position": (details: import("@wirekyt/dom/machines/floating-panel").Point) => any;
|
|
228
228
|
positionChangeEnd: (details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any;
|
|
229
229
|
sizeChange: (details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any;
|
|
230
230
|
sizeChangeEnd: (details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any;
|
|
@@ -235,7 +235,7 @@ declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<Fl
|
|
|
235
235
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
236
236
|
"onUpdate:size"?: ((details: import("@wirekyt/dom/machines/floating-panel").Size) => any) | undefined;
|
|
237
237
|
onPositionChange?: ((details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any) | undefined;
|
|
238
|
-
"onUpdate:position"?: ((details: import("@wirekyt/dom/machines/
|
|
238
|
+
"onUpdate:position"?: ((details: import("@wirekyt/dom/machines/floating-panel").Point) => any) | undefined;
|
|
239
239
|
onPositionChangeEnd?: ((details: import("@wirekyt/dom/machines/floating-panel").PositionChangeDetails) => any) | undefined;
|
|
240
240
|
onSizeChange?: ((details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any) | undefined;
|
|
241
241
|
onSizeChangeEnd?: ((details: import("@wirekyt/dom/machines/floating-panel").SizeChangeDetails) => any) | undefined;
|
|
@@ -246,11 +246,11 @@ declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<Fl
|
|
|
246
246
|
open: boolean;
|
|
247
247
|
defaultOpen: boolean;
|
|
248
248
|
closeOnEscape: boolean;
|
|
249
|
-
restoreFocus: boolean;
|
|
250
249
|
allowOverflow: boolean;
|
|
251
|
-
|
|
250
|
+
restoreFocus: boolean;
|
|
252
251
|
lockAspectRatio: boolean;
|
|
253
252
|
persistRect: boolean;
|
|
253
|
+
resizable: boolean;
|
|
254
254
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
255
255
|
default?: (props: {}) => any;
|
|
256
256
|
}>;
|
package/dist/hover-card.d.cts
CHANGED
|
@@ -154,18 +154,18 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Ho
|
|
|
154
154
|
exitComplete: () => any;
|
|
155
155
|
openChange: (details: import("@wirekyt/dom/machines/hover-card").OpenChangeDetails) => any;
|
|
156
156
|
"update:open": (open: boolean) => any;
|
|
157
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any;
|
|
157
158
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
158
159
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
159
160
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
160
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any;
|
|
161
161
|
}, string, import("vue").PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
162
|
onExitComplete?: (() => any) | undefined;
|
|
163
163
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/hover-card").OpenChangeDetails) => any) | undefined;
|
|
164
164
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
165
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any) | undefined;
|
|
165
166
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
166
167
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
167
168
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
168
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any) | undefined;
|
|
169
169
|
}>, {
|
|
170
170
|
disabled: boolean;
|
|
171
171
|
open: boolean;
|
package/dist/hover-card.d.ts
CHANGED
|
@@ -154,18 +154,18 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Ho
|
|
|
154
154
|
exitComplete: () => any;
|
|
155
155
|
openChange: (details: import("@wirekyt/dom/machines/hover-card").OpenChangeDetails) => any;
|
|
156
156
|
"update:open": (open: boolean) => any;
|
|
157
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any;
|
|
157
158
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
158
159
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
159
160
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
160
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any;
|
|
161
161
|
}, string, import("vue").PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
162
|
onExitComplete?: (() => any) | undefined;
|
|
163
163
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/hover-card").OpenChangeDetails) => any) | undefined;
|
|
164
164
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
165
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any) | undefined;
|
|
165
166
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
166
167
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
167
168
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
168
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/hover-card").TriggerValueChangeDetails) => any) | undefined;
|
|
169
169
|
}>, {
|
|
170
170
|
disabled: boolean;
|
|
171
171
|
open: boolean;
|
package/dist/listbox.d.cts
CHANGED
|
@@ -318,6 +318,6 @@ declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<
|
|
|
318
318
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
|
|
319
319
|
//#endregion
|
|
320
320
|
//#region src/components/listbox/anatomy.d.ts
|
|
321
|
-
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "
|
|
321
|
+
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "valueText" | "item" | "content" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
322
322
|
//#endregion
|
|
323
323
|
export { type CollectionItem, type ListCollection, listbox_d_exports as Listbox, _default as ListboxContent, type ListboxContentBaseProps, type ListboxContentProps, _default$1 as ListboxContext, type ListboxContextProps, _default$2 as ListboxEmpty, type ListboxEmptyBaseProps, type ListboxEmptyProps, type ListboxHighlightChangeDetails, _default$3 as ListboxInput, type ListboxInputBaseProps, type ListboxInputProps, _default$4 as ListboxItem, type ListboxItemBaseProps, _default$5 as ListboxItemContext, type ListboxItemContextProps, _default$6 as ListboxItemGroup, type ListboxItemGroupBaseProps, _default$7 as ListboxItemGroupLabel, type ListboxItemGroupLabelBaseProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, _default$8 as ListboxItemIndicator, type ListboxItemIndicatorBaseProps, type ListboxItemIndicatorProps, type ListboxItemProps, _default$9 as ListboxItemText, type ListboxItemTextBaseProps, type ListboxItemTextProps, _default$10 as ListboxLabel, type ListboxLabelBaseProps, type ListboxLabelProps, _default$11 as ListboxRoot, type ListboxRootBaseProps, type ListboxRootComponent, type ListboxRootComponentProps, type RootEmits as ListboxRootEmits, type ListboxRootProps, _default$12 as ListboxRootProvider, type ListboxRootProviderBaseProps, type ListboxRootProviderComponent, type ListboxRootProviderProps, type ListboxScrollToIndexDetails, type ListboxSelectionDetails, type ListboxSelectionMode, type ListboxValueChangeDetails, _default$13 as ListboxValueText, type ListboxValueTextBaseProps, type ListboxValueTextProps, type UseListboxContext, type UseListboxItemContext, type UseListboxProps, type UseListboxReturn, createListCollection, listboxAnatomy, useListbox, useListboxContext, useListboxItemContext };
|
package/dist/listbox.d.ts
CHANGED
|
@@ -318,6 +318,6 @@ declare const __VLS_export: <T extends CollectionItem>(__VLS_props: NonNullable<
|
|
|
318
318
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
|
|
319
319
|
//#endregion
|
|
320
320
|
//#region src/components/listbox/anatomy.d.ts
|
|
321
|
-
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "
|
|
321
|
+
declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "valueText" | "item" | "content" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
|
|
322
322
|
//#endregion
|
|
323
323
|
export { type CollectionItem, type ListCollection, listbox_d_exports as Listbox, _default as ListboxContent, type ListboxContentBaseProps, type ListboxContentProps, _default$1 as ListboxContext, type ListboxContextProps, _default$2 as ListboxEmpty, type ListboxEmptyBaseProps, type ListboxEmptyProps, type ListboxHighlightChangeDetails, _default$3 as ListboxInput, type ListboxInputBaseProps, type ListboxInputProps, _default$4 as ListboxItem, type ListboxItemBaseProps, _default$5 as ListboxItemContext, type ListboxItemContextProps, _default$6 as ListboxItemGroup, type ListboxItemGroupBaseProps, _default$7 as ListboxItemGroupLabel, type ListboxItemGroupLabelBaseProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, _default$8 as ListboxItemIndicator, type ListboxItemIndicatorBaseProps, type ListboxItemIndicatorProps, type ListboxItemProps, _default$9 as ListboxItemText, type ListboxItemTextBaseProps, type ListboxItemTextProps, _default$10 as ListboxLabel, type ListboxLabelBaseProps, type ListboxLabelProps, _default$11 as ListboxRoot, type ListboxRootBaseProps, type ListboxRootComponent, type ListboxRootComponentProps, type RootEmits as ListboxRootEmits, type ListboxRootProps, _default$12 as ListboxRootProvider, type ListboxRootProviderBaseProps, type ListboxRootProviderComponent, type ListboxRootProviderProps, type ListboxScrollToIndexDetails, type ListboxSelectionDetails, type ListboxSelectionMode, type ListboxValueChangeDetails, _default$13 as ListboxValueText, type ListboxValueTextBaseProps, type ListboxValueTextProps, type UseListboxContext, type UseListboxItemContext, type UseListboxProps, type UseListboxReturn, createListCollection, listboxAnatomy, useListbox, useListboxContext, useListboxItemContext };
|
package/dist/marquee.d.cts
CHANGED
|
@@ -153,9 +153,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Ma
|
|
|
153
153
|
}>, {
|
|
154
154
|
reverse: boolean;
|
|
155
155
|
autoFill: boolean;
|
|
156
|
-
defaultPaused: boolean;
|
|
157
156
|
pauseOnInteraction: boolean;
|
|
158
157
|
paused: boolean;
|
|
158
|
+
defaultPaused: boolean;
|
|
159
159
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
|
161
161
|
}>;
|
package/dist/marquee.d.ts
CHANGED
|
@@ -153,9 +153,9 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Ma
|
|
|
153
153
|
}>, {
|
|
154
154
|
reverse: boolean;
|
|
155
155
|
autoFill: boolean;
|
|
156
|
-
defaultPaused: boolean;
|
|
157
156
|
pauseOnInteraction: boolean;
|
|
158
157
|
paused: boolean;
|
|
158
|
+
defaultPaused: boolean;
|
|
159
159
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
|
161
161
|
}>;
|
package/dist/menu.d.cts
CHANGED
|
@@ -373,10 +373,10 @@ declare const __VLS_export$4: __VLS_WithSlots$3<import("vue").DefineComponent<Me
|
|
|
373
373
|
exitComplete: () => any;
|
|
374
374
|
openChange: (details: import("@wirekyt/dom/machines/menu").OpenChangeDetails) => any;
|
|
375
375
|
"update:open": (open: boolean) => any;
|
|
376
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any;
|
|
376
377
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
377
378
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
378
379
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
379
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any;
|
|
380
380
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
381
381
|
requestDismiss: (event: CustomEvent<{
|
|
382
382
|
originalLayer: HTMLElement;
|
|
@@ -391,10 +391,10 @@ declare const __VLS_export$4: __VLS_WithSlots$3<import("vue").DefineComponent<Me
|
|
|
391
391
|
onExitComplete?: (() => any) | undefined;
|
|
392
392
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/menu").OpenChangeDetails) => any) | undefined;
|
|
393
393
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
394
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any) | undefined;
|
|
394
395
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
395
396
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
396
397
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
397
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any) | undefined;
|
|
398
398
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
399
399
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
400
400
|
originalLayer: HTMLElement;
|
package/dist/menu.d.ts
CHANGED
|
@@ -373,10 +373,10 @@ declare const __VLS_export$4: __VLS_WithSlots$3<import("vue").DefineComponent<Me
|
|
|
373
373
|
exitComplete: () => any;
|
|
374
374
|
openChange: (details: import("@wirekyt/dom/machines/menu").OpenChangeDetails) => any;
|
|
375
375
|
"update:open": (open: boolean) => any;
|
|
376
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any;
|
|
376
377
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
377
378
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
378
379
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
379
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any;
|
|
380
380
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
381
381
|
requestDismiss: (event: CustomEvent<{
|
|
382
382
|
originalLayer: HTMLElement;
|
|
@@ -391,10 +391,10 @@ declare const __VLS_export$4: __VLS_WithSlots$3<import("vue").DefineComponent<Me
|
|
|
391
391
|
onExitComplete?: (() => any) | undefined;
|
|
392
392
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/menu").OpenChangeDetails) => any) | undefined;
|
|
393
393
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
394
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any) | undefined;
|
|
394
395
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
395
396
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
396
397
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
397
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/menu").TriggerValueChangeDetails) => any) | undefined;
|
|
398
398
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
399
399
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
400
400
|
originalLayer: HTMLElement;
|
package/dist/number-input.d.cts
CHANGED
|
@@ -195,8 +195,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Nu
|
|
|
195
195
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/number-input").FocusChangeDetails) => any) | undefined;
|
|
196
196
|
onValueInvalid?: ((details: import("@wirekyt/dom/machines/number-input").ValueInvalidDetails) => any) | undefined;
|
|
197
197
|
}>, {
|
|
198
|
-
disabled: boolean;
|
|
199
198
|
required: boolean;
|
|
199
|
+
disabled: boolean;
|
|
200
200
|
invalid: boolean;
|
|
201
201
|
readOnly: boolean;
|
|
202
202
|
allowMouseWheel: boolean;
|
package/dist/number-input.d.ts
CHANGED
|
@@ -195,8 +195,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Nu
|
|
|
195
195
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/number-input").FocusChangeDetails) => any) | undefined;
|
|
196
196
|
onValueInvalid?: ((details: import("@wirekyt/dom/machines/number-input").ValueInvalidDetails) => any) | undefined;
|
|
197
197
|
}>, {
|
|
198
|
-
disabled: boolean;
|
|
199
198
|
required: boolean;
|
|
199
|
+
disabled: boolean;
|
|
200
200
|
invalid: boolean;
|
|
201
201
|
readOnly: boolean;
|
|
202
202
|
allowMouseWheel: boolean;
|
|
@@ -146,13 +146,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Pa
|
|
|
146
146
|
onVisibilityChange?: ((details: import("@wirekyt/dom/machines/password-input").VisibilityChangeDetails) => any) | undefined;
|
|
147
147
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
148
148
|
}>, {
|
|
149
|
-
disabled: boolean;
|
|
150
149
|
required: boolean;
|
|
150
|
+
disabled: boolean;
|
|
151
151
|
invalid: boolean;
|
|
152
152
|
readOnly: boolean;
|
|
153
153
|
defaultVisible: boolean;
|
|
154
|
-
visible: boolean;
|
|
155
154
|
ignorePasswordManagers: boolean;
|
|
155
|
+
visible: boolean;
|
|
156
156
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
157
157
|
default?: (props: {}) => any;
|
|
158
158
|
}>;
|
package/dist/password-input.d.ts
CHANGED
|
@@ -146,13 +146,13 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Pa
|
|
|
146
146
|
onVisibilityChange?: ((details: import("@wirekyt/dom/machines/password-input").VisibilityChangeDetails) => any) | undefined;
|
|
147
147
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
148
148
|
}>, {
|
|
149
|
-
disabled: boolean;
|
|
150
149
|
required: boolean;
|
|
150
|
+
disabled: boolean;
|
|
151
151
|
invalid: boolean;
|
|
152
152
|
readOnly: boolean;
|
|
153
153
|
defaultVisible: boolean;
|
|
154
|
-
visible: boolean;
|
|
155
154
|
ignorePasswordManagers: boolean;
|
|
155
|
+
visible: boolean;
|
|
156
156
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
157
157
|
default?: (props: {}) => any;
|
|
158
158
|
}>;
|
package/dist/pin-input.d.cts
CHANGED
|
@@ -149,8 +149,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Pi
|
|
|
149
149
|
onValueComplete?: ((details: import("@wirekyt/dom/machines/pin-input").ValueChangeDetails) => any) | undefined;
|
|
150
150
|
onValueInvalid?: ((details: import("@wirekyt/dom/machines/pin-input").ValueInvalidDetails) => any) | undefined;
|
|
151
151
|
}>, {
|
|
152
|
-
disabled: boolean;
|
|
153
152
|
required: boolean;
|
|
153
|
+
disabled: boolean;
|
|
154
154
|
mask: boolean;
|
|
155
155
|
invalid: boolean;
|
|
156
156
|
readOnly: boolean;
|
package/dist/pin-input.d.ts
CHANGED
|
@@ -149,8 +149,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Pi
|
|
|
149
149
|
onValueComplete?: ((details: import("@wirekyt/dom/machines/pin-input").ValueChangeDetails) => any) | undefined;
|
|
150
150
|
onValueInvalid?: ((details: import("@wirekyt/dom/machines/pin-input").ValueInvalidDetails) => any) | undefined;
|
|
151
151
|
}>, {
|
|
152
|
-
disabled: boolean;
|
|
153
152
|
required: boolean;
|
|
153
|
+
disabled: boolean;
|
|
154
154
|
mask: boolean;
|
|
155
155
|
invalid: boolean;
|
|
156
156
|
readOnly: boolean;
|
package/dist/popover.d.cts
CHANGED
|
@@ -240,10 +240,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Po
|
|
|
240
240
|
exitComplete: () => any;
|
|
241
241
|
openChange: (details: import("@wirekyt/dom/machines/popover").OpenChangeDetails) => any;
|
|
242
242
|
"update:open": (open: boolean) => any;
|
|
243
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any;
|
|
243
244
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
244
245
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
245
246
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
246
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any;
|
|
247
247
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
248
248
|
requestDismiss: (event: CustomEvent<{
|
|
249
249
|
originalLayer: HTMLElement;
|
|
@@ -255,10 +255,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Po
|
|
|
255
255
|
onExitComplete?: (() => any) | undefined;
|
|
256
256
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/popover").OpenChangeDetails) => any) | undefined;
|
|
257
257
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
258
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any) | undefined;
|
|
258
259
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
259
260
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
260
261
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
261
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any) | undefined;
|
|
262
262
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
263
263
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
264
264
|
originalLayer: HTMLElement;
|
|
@@ -269,11 +269,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Po
|
|
|
269
269
|
}>, {
|
|
270
270
|
open: boolean;
|
|
271
271
|
defaultOpen: boolean;
|
|
272
|
-
autoFocus: boolean;
|
|
273
272
|
closeOnEscape: boolean;
|
|
273
|
+
autoFocus: boolean;
|
|
274
|
+
closeOnInteractOutside: boolean;
|
|
274
275
|
modal: boolean;
|
|
275
276
|
restoreFocus: boolean;
|
|
276
|
-
closeOnInteractOutside: boolean;
|
|
277
277
|
portalled: boolean;
|
|
278
278
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
279
279
|
default?: (props: {}) => any;
|
package/dist/popover.d.ts
CHANGED
|
@@ -240,10 +240,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Po
|
|
|
240
240
|
exitComplete: () => any;
|
|
241
241
|
openChange: (details: import("@wirekyt/dom/machines/popover").OpenChangeDetails) => any;
|
|
242
242
|
"update:open": (open: boolean) => any;
|
|
243
|
+
triggerValueChange: (details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any;
|
|
243
244
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
244
245
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
245
246
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
246
|
-
triggerValueChange: (details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any;
|
|
247
247
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
248
248
|
requestDismiss: (event: CustomEvent<{
|
|
249
249
|
originalLayer: HTMLElement;
|
|
@@ -255,10 +255,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Po
|
|
|
255
255
|
onExitComplete?: (() => any) | undefined;
|
|
256
256
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/popover").OpenChangeDetails) => any) | undefined;
|
|
257
257
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
258
|
+
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any) | undefined;
|
|
258
259
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
259
260
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
260
261
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
261
|
-
onTriggerValueChange?: ((details: import("@wirekyt/dom/machines/popover").TriggerValueChangeDetails) => any) | undefined;
|
|
262
262
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
263
263
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
264
264
|
originalLayer: HTMLElement;
|
|
@@ -269,11 +269,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Po
|
|
|
269
269
|
}>, {
|
|
270
270
|
open: boolean;
|
|
271
271
|
defaultOpen: boolean;
|
|
272
|
-
autoFocus: boolean;
|
|
273
272
|
closeOnEscape: boolean;
|
|
273
|
+
autoFocus: boolean;
|
|
274
|
+
closeOnInteractOutside: boolean;
|
|
274
275
|
modal: boolean;
|
|
275
276
|
restoreFocus: boolean;
|
|
276
|
-
closeOnInteractOutside: boolean;
|
|
277
277
|
portalled: boolean;
|
|
278
278
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
279
279
|
default?: (props: {}) => any;
|
package/dist/radio-group.d.cts
CHANGED
|
@@ -211,8 +211,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<RadioG
|
|
|
211
211
|
onValueChange?: ((details: import("@wirekyt/dom/machines/radio-group").ValueChangeDetails) => any) | undefined;
|
|
212
212
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
|
-
disabled: boolean;
|
|
215
214
|
required: boolean;
|
|
215
|
+
disabled: boolean;
|
|
216
216
|
invalid: boolean;
|
|
217
217
|
readOnly: boolean;
|
|
218
218
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
package/dist/radio-group.d.ts
CHANGED
|
@@ -211,8 +211,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<RadioG
|
|
|
211
211
|
onValueChange?: ((details: import("@wirekyt/dom/machines/radio-group").ValueChangeDetails) => any) | undefined;
|
|
212
212
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
213
213
|
}>, {
|
|
214
|
-
disabled: boolean;
|
|
215
214
|
required: boolean;
|
|
215
|
+
disabled: boolean;
|
|
216
216
|
invalid: boolean;
|
|
217
217
|
readOnly: boolean;
|
|
218
218
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
package/dist/rating-group.d.cts
CHANGED
|
@@ -155,8 +155,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Ra
|
|
|
155
155
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
156
156
|
onHoverChange?: ((details: import("@wirekyt/dom/machines/rating-group").HoverChangeDetails) => any) | undefined;
|
|
157
157
|
}>, {
|
|
158
|
-
disabled: boolean;
|
|
159
158
|
required: boolean;
|
|
159
|
+
disabled: boolean;
|
|
160
160
|
readOnly: boolean;
|
|
161
161
|
autoFocus: boolean;
|
|
162
162
|
allowHalf: boolean;
|
package/dist/rating-group.d.ts
CHANGED
|
@@ -155,8 +155,8 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<Ra
|
|
|
155
155
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
156
156
|
onHoverChange?: ((details: import("@wirekyt/dom/machines/rating-group").HoverChangeDetails) => any) | undefined;
|
|
157
157
|
}>, {
|
|
158
|
-
disabled: boolean;
|
|
159
158
|
required: boolean;
|
|
159
|
+
disabled: boolean;
|
|
160
160
|
readOnly: boolean;
|
|
161
161
|
autoFocus: boolean;
|
|
162
162
|
allowHalf: boolean;
|
package/dist/signature-pad.d.cts
CHANGED
|
@@ -172,8 +172,8 @@ declare const __VLS_export$1: __VLS_WithSlots<import("vue").DefineComponent<Sign
|
|
|
172
172
|
onDraw?: ((details: import("@wirekyt/dom/machines/signature-pad").DrawDetails) => any) | undefined;
|
|
173
173
|
onDrawEnd?: ((details: import("@wirekyt/dom/machines/signature-pad").DrawEndDetails) => any) | undefined;
|
|
174
174
|
}>, {
|
|
175
|
-
disabled: boolean;
|
|
176
175
|
required: boolean;
|
|
176
|
+
disabled: boolean;
|
|
177
177
|
readOnly: boolean;
|
|
178
178
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
179
179
|
default?: (props: {}) => any;
|
package/dist/signature-pad.d.ts
CHANGED
|
@@ -172,8 +172,8 @@ declare const __VLS_export$1: __VLS_WithSlots<import("vue").DefineComponent<Sign
|
|
|
172
172
|
onDraw?: ((details: import("@wirekyt/dom/machines/signature-pad").DrawDetails) => any) | undefined;
|
|
173
173
|
onDrawEnd?: ((details: import("@wirekyt/dom/machines/signature-pad").DrawEndDetails) => any) | undefined;
|
|
174
174
|
}>, {
|
|
175
|
-
disabled: boolean;
|
|
176
175
|
required: boolean;
|
|
176
|
+
disabled: boolean;
|
|
177
177
|
readOnly: boolean;
|
|
178
178
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
179
179
|
default?: (props: {}) => any;
|
package/dist/slider.d.cts
CHANGED
|
@@ -198,13 +198,13 @@ interface SliderRootEmits extends RootEmits {}
|
|
|
198
198
|
declare const _default$8: typeof __VLS_export$4;
|
|
199
199
|
declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<SliderRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
200
200
|
valueChange: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any;
|
|
201
|
-
"update:modelValue": (value: number[]) => any;
|
|
202
201
|
valueChangeEnd: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any;
|
|
202
|
+
"update:modelValue": (value: number[]) => any;
|
|
203
203
|
focusChange: (details: import("@wirekyt/dom/machines/slider").FocusChangeDetails) => any;
|
|
204
204
|
}, string, import("vue").PublicProps, Readonly<SliderRootProps> & Readonly<{
|
|
205
205
|
onValueChange?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any) | undefined;
|
|
206
|
-
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
207
206
|
onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any) | undefined;
|
|
207
|
+
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
208
208
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/slider").FocusChangeDetails) => any) | undefined;
|
|
209
209
|
}>, {
|
|
210
210
|
disabled: boolean;
|
package/dist/slider.d.ts
CHANGED
|
@@ -198,13 +198,13 @@ interface SliderRootEmits extends RootEmits {}
|
|
|
198
198
|
declare const _default$8: typeof __VLS_export$4;
|
|
199
199
|
declare const __VLS_export$4: __VLS_WithSlots$4<import("vue").DefineComponent<SliderRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
200
200
|
valueChange: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any;
|
|
201
|
-
"update:modelValue": (value: number[]) => any;
|
|
202
201
|
valueChangeEnd: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any;
|
|
202
|
+
"update:modelValue": (value: number[]) => any;
|
|
203
203
|
focusChange: (details: import("@wirekyt/dom/machines/slider").FocusChangeDetails) => any;
|
|
204
204
|
}, string, import("vue").PublicProps, Readonly<SliderRootProps> & Readonly<{
|
|
205
205
|
onValueChange?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any) | undefined;
|
|
206
|
-
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
207
206
|
onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any) | undefined;
|
|
207
|
+
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
208
208
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/slider").FocusChangeDetails) => any) | undefined;
|
|
209
209
|
}>, {
|
|
210
210
|
disabled: boolean;
|
package/dist/switch.d.cts
CHANGED
|
@@ -116,8 +116,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Sw
|
|
|
116
116
|
onCheckedChange?: ((details: import("@wirekyt/dom/machines/switch").CheckedChangeDetails) => any) | undefined;
|
|
117
117
|
"onUpdate:checked"?: ((checked: boolean) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
-
disabled: boolean;
|
|
120
119
|
required: boolean;
|
|
120
|
+
disabled: boolean;
|
|
121
121
|
invalid: boolean;
|
|
122
122
|
readOnly: boolean;
|
|
123
123
|
checked: boolean;
|
package/dist/switch.d.ts
CHANGED
|
@@ -116,8 +116,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Sw
|
|
|
116
116
|
onCheckedChange?: ((details: import("@wirekyt/dom/machines/switch").CheckedChangeDetails) => any) | undefined;
|
|
117
117
|
"onUpdate:checked"?: ((checked: boolean) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
-
disabled: boolean;
|
|
120
119
|
required: boolean;
|
|
120
|
+
disabled: boolean;
|
|
121
121
|
invalid: boolean;
|
|
122
122
|
readOnly: boolean;
|
|
123
123
|
checked: boolean;
|
package/dist/tabs.d.cts
CHANGED
|
@@ -161,8 +161,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TabsRo
|
|
|
161
161
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
162
162
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/tabs").FocusChangeDetails) => any) | undefined;
|
|
163
163
|
}>, {
|
|
164
|
-
loopFocus: boolean;
|
|
165
164
|
deselectable: boolean;
|
|
165
|
+
loopFocus: boolean;
|
|
166
166
|
composite: boolean;
|
|
167
167
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
168
168
|
default?: (props: {}) => any;
|
package/dist/tabs.d.ts
CHANGED
|
@@ -161,8 +161,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TabsRo
|
|
|
161
161
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
162
162
|
onFocusChange?: ((details: import("@wirekyt/dom/machines/tabs").FocusChangeDetails) => any) | undefined;
|
|
163
163
|
}>, {
|
|
164
|
-
loopFocus: boolean;
|
|
165
164
|
deselectable: boolean;
|
|
165
|
+
loopFocus: boolean;
|
|
166
166
|
composite: boolean;
|
|
167
167
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
168
168
|
default?: (props: {}) => any;
|
package/dist/tags-input.d.cts
CHANGED
|
@@ -298,26 +298,26 @@ declare const _default$12: typeof __VLS_export;
|
|
|
298
298
|
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsInputRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
299
299
|
valueChange: (details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any;
|
|
300
300
|
"update:modelValue": (value: string[]) => any;
|
|
301
|
-
valueInvalid: (details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any;
|
|
302
301
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
303
302
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
304
303
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
304
|
+
valueInvalid: (details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any;
|
|
305
305
|
highlightChange: (details: import("@wirekyt/dom/machines/tags-input").HighlightChangeDetails) => any;
|
|
306
306
|
inputValueChange: (details: import("@wirekyt/dom/machines/tags-input").InputValueChangeDetails) => any;
|
|
307
307
|
"update:inputValue": (value: string) => any;
|
|
308
308
|
}, string, import("vue").PublicProps, Readonly<TagsInputRootProps> & Readonly<{
|
|
309
309
|
onValueChange?: ((details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any) | undefined;
|
|
310
310
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
311
|
-
onValueInvalid?: ((details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any) | undefined;
|
|
312
311
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
313
312
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
314
313
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
314
|
+
onValueInvalid?: ((details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any) | undefined;
|
|
315
315
|
onHighlightChange?: ((details: import("@wirekyt/dom/machines/tags-input").HighlightChangeDetails) => any) | undefined;
|
|
316
316
|
onInputValueChange?: ((details: import("@wirekyt/dom/machines/tags-input").InputValueChangeDetails) => any) | undefined;
|
|
317
317
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
318
318
|
}>, {
|
|
319
|
-
disabled: boolean;
|
|
320
319
|
required: boolean;
|
|
320
|
+
disabled: boolean;
|
|
321
321
|
invalid: boolean;
|
|
322
322
|
readOnly: boolean;
|
|
323
323
|
autoFocus: boolean;
|
package/dist/tags-input.d.ts
CHANGED
|
@@ -298,26 +298,26 @@ declare const _default$12: typeof __VLS_export;
|
|
|
298
298
|
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsInputRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
299
299
|
valueChange: (details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any;
|
|
300
300
|
"update:modelValue": (value: string[]) => any;
|
|
301
|
-
valueInvalid: (details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any;
|
|
302
301
|
focusOutside: (event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any;
|
|
303
302
|
interactOutside: (event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any;
|
|
304
303
|
pointerDownOutside: (event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any;
|
|
304
|
+
valueInvalid: (details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any;
|
|
305
305
|
highlightChange: (details: import("@wirekyt/dom/machines/tags-input").HighlightChangeDetails) => any;
|
|
306
306
|
inputValueChange: (details: import("@wirekyt/dom/machines/tags-input").InputValueChangeDetails) => any;
|
|
307
307
|
"update:inputValue": (value: string) => any;
|
|
308
308
|
}, string, import("vue").PublicProps, Readonly<TagsInputRootProps> & Readonly<{
|
|
309
309
|
onValueChange?: ((details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any) | undefined;
|
|
310
310
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
311
|
-
onValueInvalid?: ((details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any) | undefined;
|
|
312
311
|
onFocusOutside?: ((event: import("@wirekyt/dom/machines/color-picker").FocusOutsideEvent) => any) | undefined;
|
|
313
312
|
onInteractOutside?: ((event: import("@wirekyt/dom/machines/color-picker").InteractOutsideEvent) => any) | undefined;
|
|
314
313
|
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/color-picker").PointerDownOutsideEvent) => any) | undefined;
|
|
314
|
+
onValueInvalid?: ((details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any) | undefined;
|
|
315
315
|
onHighlightChange?: ((details: import("@wirekyt/dom/machines/tags-input").HighlightChangeDetails) => any) | undefined;
|
|
316
316
|
onInputValueChange?: ((details: import("@wirekyt/dom/machines/tags-input").InputValueChangeDetails) => any) | undefined;
|
|
317
317
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
318
318
|
}>, {
|
|
319
|
-
disabled: boolean;
|
|
320
319
|
required: boolean;
|
|
320
|
+
disabled: boolean;
|
|
321
321
|
invalid: boolean;
|
|
322
322
|
readOnly: boolean;
|
|
323
323
|
autoFocus: boolean;
|
package/dist/toggle-group.d.cts
CHANGED
|
@@ -79,9 +79,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<To
|
|
|
79
79
|
}>, {
|
|
80
80
|
disabled: boolean;
|
|
81
81
|
multiple: boolean;
|
|
82
|
+
deselectable: boolean;
|
|
82
83
|
loopFocus: boolean;
|
|
83
84
|
rovingFocus: boolean;
|
|
84
|
-
deselectable: boolean;
|
|
85
85
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
package/dist/toggle-group.d.ts
CHANGED
|
@@ -79,9 +79,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<To
|
|
|
79
79
|
}>, {
|
|
80
80
|
disabled: boolean;
|
|
81
81
|
multiple: boolean;
|
|
82
|
+
deselectable: boolean;
|
|
82
83
|
loopFocus: boolean;
|
|
83
84
|
rovingFocus: boolean;
|
|
84
|
-
deselectable: boolean;
|
|
85
85
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
86
86
|
default?: (props: {}) => any;
|
|
87
87
|
}>;
|
package/dist/tour.d.cts
CHANGED
|
@@ -299,6 +299,6 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
299
299
|
};
|
|
300
300
|
//#endregion
|
|
301
301
|
//#region src/components/tour/anatomy.d.ts
|
|
302
|
-
declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "control" | "content" | "
|
|
302
|
+
declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "control" | "content" | "arrow" | "positioner" | "backdrop" | "closeTrigger" | "description" | "progressText" | "arrowTip" | "actionTrigger" | "spotlight">;
|
|
303
303
|
//#endregion
|
|
304
304
|
export { tour_d_exports as Tour, _default as TourActionTrigger, type TourActionTriggerBaseProps, type TourActionTriggerProps, _default$1 as TourActions, type TourActionsProps, _default$2 as TourArrow, type TourArrowBaseProps, type TourArrowProps, _default$3 as TourArrowTip, type TourArrowTipBaseProps, type TourArrowTipProps, _default$4 as TourBackdrop, type TourBackdropBaseProps, type TourBackdropProps, _default$5 as TourCloseTrigger, type TourCloseTriggerBaseProps, type TourCloseTriggerProps, _default$6 as TourContent, type TourContentBaseProps, type TourContentProps, _default$7 as TourContext, type TourContextProps, _default$8 as TourControl, type TourControlBaseProps, type TourControlProps, _default$9 as TourDescription, type TourDescriptionBaseProps, type TourDescriptionProps, type TourFocusOutsideEvent, type TourInteractOutsideEvent, type TourPointerDownOutsideEvent, _default$10 as TourPositioner, type TourPositionerBaseProps, type TourPositionerProps, _default$11 as TourProgressText, type TourProgressTextBaseProps, type TourProgressTextProps, _default$12 as TourRoot, type TourRootBaseProps, type TourRootEmits, type TourRootProps, _default$13 as TourSpotlight, type TourSpotlightBaseProps, type TourSpotlightProps, type TourStepDetails, type TourStepEffectArgs, _default$14 as TourTitle, type TourTitleBaseProps, type TourTitleProps, type UseTourContext, type UseTourProps, type UseTourReturn, type WaitForEventOptions, type WaitOptions, tourAnatomy, useTour, useTourContext, waitForElement, waitForElementValue, waitForEvent, waitForPromise };
|
package/dist/tour.d.ts
CHANGED
|
@@ -299,6 +299,6 @@ type __VLS_WithSlots<T, S> = T & {
|
|
|
299
299
|
};
|
|
300
300
|
//#endregion
|
|
301
301
|
//#region src/components/tour/anatomy.d.ts
|
|
302
|
-
declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "control" | "content" | "
|
|
302
|
+
declare const tourAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"title" | "control" | "content" | "arrow" | "positioner" | "backdrop" | "closeTrigger" | "description" | "progressText" | "arrowTip" | "actionTrigger" | "spotlight">;
|
|
303
303
|
//#endregion
|
|
304
304
|
export { tour_d_exports as Tour, _default as TourActionTrigger, type TourActionTriggerBaseProps, type TourActionTriggerProps, _default$1 as TourActions, type TourActionsProps, _default$2 as TourArrow, type TourArrowBaseProps, type TourArrowProps, _default$3 as TourArrowTip, type TourArrowTipBaseProps, type TourArrowTipProps, _default$4 as TourBackdrop, type TourBackdropBaseProps, type TourBackdropProps, _default$5 as TourCloseTrigger, type TourCloseTriggerBaseProps, type TourCloseTriggerProps, _default$6 as TourContent, type TourContentBaseProps, type TourContentProps, _default$7 as TourContext, type TourContextProps, _default$8 as TourControl, type TourControlBaseProps, type TourControlProps, _default$9 as TourDescription, type TourDescriptionBaseProps, type TourDescriptionProps, type TourFocusOutsideEvent, type TourInteractOutsideEvent, type TourPointerDownOutsideEvent, _default$10 as TourPositioner, type TourPositionerBaseProps, type TourPositionerProps, _default$11 as TourProgressText, type TourProgressTextBaseProps, type TourProgressTextProps, _default$12 as TourRoot, type TourRootBaseProps, type TourRootEmits, type TourRootProps, _default$13 as TourSpotlight, type TourSpotlightBaseProps, type TourSpotlightProps, type TourStepDetails, type TourStepEffectArgs, _default$14 as TourTitle, type TourTitleBaseProps, type TourTitleProps, type UseTourContext, type UseTourProps, type UseTourReturn, type WaitForEventOptions, type WaitOptions, tourAnatomy, useTour, useTourContext, waitForElement, waitForElementValue, waitForEvent, waitForPromise };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wirekyt/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Vue adapter for Wirekyt",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"dependencies": {
|
|
264
264
|
"@internationalized/date": "^3.12.3",
|
|
265
265
|
"@internationalized/number": "^3.6.7",
|
|
266
|
-
"@wirekyt/dom": "0.0.
|
|
266
|
+
"@wirekyt/dom": "0.0.4"
|
|
267
267
|
},
|
|
268
268
|
"peerDependencies": {
|
|
269
269
|
"vue": ">=3.0.0"
|