@wirekyt/vue 0.0.6 → 0.0.7

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.
Files changed (71) hide show
  1. package/dist/accordion.d.cts +1 -1
  2. package/dist/accordion.d.ts +1 -1
  3. package/dist/angle-slider.d.cts +2 -2
  4. package/dist/angle-slider.d.ts +2 -2
  5. package/dist/carousel.d.cts +1 -1
  6. package/dist/carousel.d.ts +1 -1
  7. package/dist/checkbox.d.cts +3 -3
  8. package/dist/checkbox.d.ts +3 -3
  9. package/dist/collapsible.d.cts +1 -1
  10. package/dist/collapsible.d.ts +1 -1
  11. package/dist/color-picker.d.cts +4 -4
  12. package/dist/color-picker.d.ts +4 -4
  13. package/dist/combobox.d.cts +2 -2
  14. package/dist/combobox.d.ts +2 -2
  15. package/dist/date-input.d.cts +1 -1
  16. package/dist/date-input.d.ts +1 -1
  17. package/dist/date-picker.d.cts +3 -3
  18. package/dist/date-picker.d.ts +3 -3
  19. package/dist/dialog.d.cts +2 -2
  20. package/dist/dialog.d.ts +2 -2
  21. package/dist/editable.d.cts +2 -2
  22. package/dist/editable.d.ts +2 -2
  23. package/dist/field.d.cts +1 -1
  24. package/dist/field.d.ts +1 -1
  25. package/dist/file-upload.d.cts +1 -1
  26. package/dist/file-upload.d.ts +1 -1
  27. package/dist/floating-panel.d.cts +2 -2
  28. package/dist/floating-panel.d.ts +2 -2
  29. package/dist/highlight.cjs +1 -1
  30. package/dist/highlight.js +1 -1
  31. package/dist/hover-card.d.cts +2 -2
  32. package/dist/hover-card.d.ts +2 -2
  33. package/dist/{index-DvLsl0TK.d.ts → index-C8zR9eg3.d.ts} +2 -2
  34. package/dist/{index-C6Q2DqG6.d.ts → index-DaLvr6SW.d.ts} +1 -1
  35. package/dist/{index-DqWGss7r.d.cts → index-Di84rFjS.d.cts} +2 -2
  36. package/dist/{index-DXb0W_NP.d.cts → index-vIbTjrJ-.d.cts} +1 -1
  37. package/dist/json-tree-view.d.cts +1 -1
  38. package/dist/json-tree-view.d.ts +1 -1
  39. package/dist/listbox.d.cts +1 -1
  40. package/dist/listbox.d.ts +1 -1
  41. package/dist/marquee.d.cts +1 -1
  42. package/dist/marquee.d.ts +1 -1
  43. package/dist/menu.d.cts +2 -2
  44. package/dist/menu.d.ts +2 -2
  45. package/dist/number-input.d.cts +1 -1
  46. package/dist/number-input.d.ts +1 -1
  47. package/dist/password-input.d.cts +1 -1
  48. package/dist/password-input.d.ts +1 -1
  49. package/dist/pin-input.d.cts +1 -1
  50. package/dist/pin-input.d.ts +1 -1
  51. package/dist/popover.d.cts +2 -2
  52. package/dist/popover.d.ts +2 -2
  53. package/dist/presence.d.cts +1 -1
  54. package/dist/presence.d.ts +1 -1
  55. package/dist/radio-group.d.cts +1 -1
  56. package/dist/radio-group.d.ts +1 -1
  57. package/dist/rating-group.d.cts +1 -1
  58. package/dist/rating-group.d.ts +1 -1
  59. package/dist/signature-pad.d.cts +1 -1
  60. package/dist/signature-pad.d.ts +1 -1
  61. package/dist/slider.d.cts +2 -2
  62. package/dist/slider.d.ts +2 -2
  63. package/dist/switch.d.cts +2 -2
  64. package/dist/switch.d.ts +2 -2
  65. package/dist/tags-input.d.cts +1 -1
  66. package/dist/tags-input.d.ts +1 -1
  67. package/dist/tour.d.cts +1 -1
  68. package/dist/tour.d.ts +1 -1
  69. package/dist/tree-view.d.cts +1 -1
  70. package/dist/tree-view.d.ts +1 -1
  71. package/package.json +2 -2
@@ -394,8 +394,8 @@ type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootCom
394
394
  declare const _default$1: typeof __VLS_export$1;
395
395
  declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
396
396
  props: import("vue").PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
397
- onCheckedChange?: ((details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => any) | undefined;
398
397
  onFocusChange?: ((details: import("@wirekyt/dom/machines/tree-view").FocusChangeDetails<any>) => any) | undefined;
398
+ onCheckedChange?: ((details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => any) | undefined;
399
399
  onExpandedChange?: ((details: import("@wirekyt/dom/machines/tree-view").ExpandedChangeDetails<any>) => any) | undefined;
400
400
  onSelectionChange?: ((details: import("@wirekyt/dom/machines/tree-view").SelectionChangeDetails<any>) => any) | undefined;
401
401
  onLoadChildrenComplete?: ((details: import("@wirekyt/dom/machines/tree-view").LoadChildrenCompleteDetails<T>) => any) | undefined;
@@ -415,7 +415,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
415
415
  slots: {
416
416
  default?: (props: {}) => any;
417
417
  };
418
- emit: ((evt: "checkedChange", details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => void) & ((evt: "focusChange", details: import("@wirekyt/dom/machines/tree-view").FocusChangeDetails<any>) => void) & ((evt: "expandedChange", details: import("@wirekyt/dom/machines/tree-view").ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: import("@wirekyt/dom/machines/tree-view").SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: import("@wirekyt/dom/machines/tree-view").RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "renameComplete", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
418
+ emit: ((evt: "focusChange", details: import("@wirekyt/dom/machines/tree-view").FocusChangeDetails<any>) => void) & ((evt: "checkedChange", details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => void) & ((evt: "expandedChange", details: import("@wirekyt/dom/machines/tree-view").ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: import("@wirekyt/dom/machines/tree-view").SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: import("@wirekyt/dom/machines/tree-view").RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "renameComplete", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
419
419
  }>) => import("vue").VNode & {
420
420
  __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
421
421
  };
@@ -16,9 +16,9 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Presen
16
16
  }, string, import("vue").PublicProps, Readonly<PresenceProps> & Readonly<{
17
17
  onExitComplete?: (() => any) | undefined;
18
18
  }>, {
19
+ present: boolean;
19
20
  immediate: boolean;
20
21
  lazyMount: boolean;
21
- present: boolean;
22
22
  skipAnimationOnMount: boolean;
23
23
  unmountOnExit: boolean;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -394,8 +394,8 @@ type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootCom
394
394
  declare const _default$1: typeof __VLS_export$1;
395
395
  declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
396
396
  props: import("vue").PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
397
- onCheckedChange?: ((details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => any) | undefined;
398
397
  onFocusChange?: ((details: import("@wirekyt/dom/machines/tree-view").FocusChangeDetails<any>) => any) | undefined;
398
+ onCheckedChange?: ((details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => any) | undefined;
399
399
  onExpandedChange?: ((details: import("@wirekyt/dom/machines/tree-view").ExpandedChangeDetails<any>) => any) | undefined;
400
400
  onSelectionChange?: ((details: import("@wirekyt/dom/machines/tree-view").SelectionChangeDetails<any>) => any) | undefined;
401
401
  onLoadChildrenComplete?: ((details: import("@wirekyt/dom/machines/tree-view").LoadChildrenCompleteDetails<T>) => any) | undefined;
@@ -415,7 +415,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
415
415
  slots: {
416
416
  default?: (props: {}) => any;
417
417
  };
418
- emit: ((evt: "checkedChange", details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => void) & ((evt: "focusChange", details: import("@wirekyt/dom/machines/tree-view").FocusChangeDetails<any>) => void) & ((evt: "expandedChange", details: import("@wirekyt/dom/machines/tree-view").ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: import("@wirekyt/dom/machines/tree-view").SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: import("@wirekyt/dom/machines/tree-view").RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "renameComplete", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
418
+ emit: ((evt: "focusChange", details: import("@wirekyt/dom/machines/tree-view").FocusChangeDetails<any>) => void) & ((evt: "checkedChange", details: import("@wirekyt/dom/machines/tree-view").CheckedChangeDetails) => void) & ((evt: "expandedChange", details: import("@wirekyt/dom/machines/tree-view").ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: import("@wirekyt/dom/machines/tree-view").SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: import("@wirekyt/dom/machines/tree-view").LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: import("@wirekyt/dom/machines/tree-view").RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "renameComplete", details: import("@wirekyt/dom/machines/tree-view").RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
419
419
  }>) => import("vue").VNode & {
420
420
  __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
421
421
  };
@@ -16,9 +16,9 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Presen
16
16
  }, string, import("vue").PublicProps, Readonly<PresenceProps> & Readonly<{
17
17
  onExitComplete?: (() => any) | undefined;
18
18
  }>, {
19
+ present: boolean;
19
20
  immediate: boolean;
20
21
  lazyMount: boolean;
21
- present: boolean;
22
22
  skipAnimationOnMount: boolean;
23
23
  unmountOnExit: boolean;
24
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -1,5 +1,5 @@
1
1
  import { l as PropTypes } from "./index-B-o8jLyV.cjs";
2
- import { _ as TreeViewRootBaseProps, h as TreeViewTreeProps, it as UseTreeViewProps, w as TreeViewRootProviderProps } from "./index-DqWGss7r.cjs";
2
+ import { _ as TreeViewRootBaseProps, h as TreeViewTreeProps, it as UseTreeViewProps, w as TreeViewRootProviderProps } from "./index-Di84rFjS.cjs";
3
3
  import { ComputedRef, HTMLAttributes, MaybeRef } from "vue";
4
4
  import { JsonNode, JsonNodeHastElement, JsonNodePreviewOptions } from "@wirekyt/dom/json-tree-utils";
5
5
  import * as treeView from "@wirekyt/dom/machines/tree-view";
@@ -1,5 +1,5 @@
1
1
  import { l as PropTypes } from "./index-BSoF1D-v.js";
2
- import { _ as TreeViewRootBaseProps, h as TreeViewTreeProps, it as UseTreeViewProps, w as TreeViewRootProviderProps } from "./index-DvLsl0TK.js";
2
+ import { _ as TreeViewRootBaseProps, h as TreeViewTreeProps, it as UseTreeViewProps, w as TreeViewRootProviderProps } from "./index-C8zR9eg3.js";
3
3
  import { ComputedRef, HTMLAttributes, MaybeRef } from "vue";
4
4
  import { JsonNode, JsonNodeHastElement, JsonNodePreviewOptions } from "@wirekyt/dom/json-tree-utils";
5
5
  import * as treeView from "@wirekyt/dom/machines/tree-view";
@@ -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" | "valueText" | "item" | "content" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
321
+ declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "item" | "valueText" | "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" | "valueText" | "item" | "content" | "itemText" | "itemGroup" | "itemIndicator" | "itemGroupLabel" | "empty">;
321
+ declare const listboxAnatomy: import("@wirekyt/dom/anatomy").AnatomyInstance<"input" | "label" | "root" | "item" | "valueText" | "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 };
@@ -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;
156
157
  pauseOnInteraction: boolean;
157
158
  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;
156
157
  pauseOnInteraction: boolean;
157
158
  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;
@@ -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;
@@ -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,8 +146,8 @@ 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;
@@ -146,8 +146,8 @@ 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;
@@ -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;
@@ -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;
@@ -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;
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;
@@ -1,3 +1,3 @@
1
- import { a as PresenceProps, i as PresenceEmits, n as UsePresenceContext, o as _default, r as usePresenceContext, t as PresenceProvider } from "./index-DXb0W_NP.cjs";
1
+ import { a as PresenceProps, i as PresenceEmits, n as UsePresenceContext, o as _default, r as usePresenceContext, t as PresenceProvider } from "./index-vIbTjrJ-.cjs";
2
2
  import { n as UsePresenceReturn, r as usePresence, t as UsePresenceProps } from "./use-presence-BSp_dR-C.cjs";
3
3
  export { _default as Presence, type PresenceEmits, type PresenceProps, PresenceProvider, type UsePresenceContext, type UsePresenceProps, type UsePresenceReturn, usePresence, usePresenceContext };
@@ -1,3 +1,3 @@
1
- import { a as PresenceProps, i as PresenceEmits, n as UsePresenceContext, o as _default, r as usePresenceContext, t as PresenceProvider } from "./index-C6Q2DqG6.js";
1
+ import { a as PresenceProps, i as PresenceEmits, n as UsePresenceContext, o as _default, r as usePresenceContext, t as PresenceProvider } from "./index-DaLvr6SW.js";
2
2
  import { n as UsePresenceReturn, r as usePresence, t as UsePresenceProps } from "./use-presence-DkGU_j9h.js";
3
3
  export { _default as Presence, type PresenceEmits, type PresenceProps, PresenceProvider, type UsePresenceContext, type UsePresenceProps, type UsePresenceReturn, usePresence, usePresenceContext };
@@ -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>, {
@@ -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>, {
@@ -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;
@@ -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;
@@ -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;
@@ -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
- valueChangeEnd: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any;
202
201
  "update:modelValue": (value: number[]) => any;
202
+ valueChangeEnd: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => 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
- onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any) | undefined;
207
206
  "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
207
+ onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => 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
- valueChangeEnd: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any;
202
201
  "update:modelValue": (value: number[]) => any;
202
+ valueChangeEnd: (details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => 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
- onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => any) | undefined;
207
206
  "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
207
+ onValueChangeEnd?: ((details: import("@wirekyt/dom/machines/slider").ValueChangeDetails) => 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,11 +116,11 @@ 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
- checked: boolean;
123
122
  readOnly: boolean;
123
+ checked: boolean;
124
124
  defaultChecked: boolean;
125
125
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
126
126
  default?: (props: {}) => any;
package/dist/switch.d.ts CHANGED
@@ -116,11 +116,11 @@ 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
- checked: boolean;
123
122
  readOnly: boolean;
123
+ checked: boolean;
124
124
  defaultChecked: boolean;
125
125
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
126
126
  default?: (props: {}) => any;
@@ -316,8 +316,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsIn
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;
@@ -316,8 +316,8 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsIn
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/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" | "positioner" | "arrow" | "backdrop" | "closeTrigger" | "description" | "progressText" | "arrowTip" | "actionTrigger" | "spotlight">;
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" | "positioner" | "arrow" | "backdrop" | "closeTrigger" | "description" | "progressText" | "arrowTip" | "actionTrigger" | "spotlight">;
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 };
@@ -1,3 +1,3 @@
1
1
  import { f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, m as TreeNode } from "./index-Dpm1wGVS.cjs";
2
- import { $ as _default$9, A as _default$14, B as TreeViewNodeCheckboxProps, C as TreeViewRootProviderComponent, Ct as TreeViewBranchControlProps, D as TreeViewNodeProviderProps, Dt as _default$1, E as TreeViewNodeProviderBaseProps, Et as TreeViewBranchContentProps, F as _default$16, G as TreeViewItemBaseProps, H as TreeViewLabelBaseProps, I as TreeViewNodeCheckboxIndicatorBaseProps, J as TreeViewItemTextBaseProps, K as TreeViewItemProps, L as TreeViewNodeCheckboxIndicatorProps, M as useTreeViewNodeContext, N as TreeViewNodeRenameInputBaseProps, O as _default$15, P as TreeViewNodeRenameInputProps, Q as TreeViewItemIndicatorProps, R as _default$13, S as TreeViewRootProviderBaseProps, St as TreeViewBranchControlBaseProps, T as _default$18, Tt as TreeViewBranchContentBaseProps, U as TreeViewLabelProps, V as _default$12, W as _default$11, X as _default$10, Y as TreeViewItemTextProps, Z as TreeViewItemIndicatorBaseProps, _ as TreeViewRootBaseProps, _t as TreeViewBranchIndicatorProps, a as TreeViewLoadChildrenDetails, at as UseTreeViewReturn, b as TreeViewRootProps, bt as TreeViewBranchIndentGuideProps, c as TreeViewNodeState, ct as TreeViewBranchProps, d as TreeViewSelectionChangeDetails, dt as TreeViewBranchTriggerProps, et as TreeViewContextProps, f as tree_view_d_exports, ft as _default$6, g as _default$19, gt as TreeViewBranchIndicatorBaseProps, h as TreeViewTreeProps, ht as _default$5, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewProps, j as UseTreeViewNodeContext, k as TreeViewNodeContextProps, l as TreeViewRenameCompleteDetails, lt as _default, m as TreeViewTreeBaseProps, mt as TreeViewBranchTextProps, n as TreeViewExpandedChangeDetails, nt as UseTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as useTreeView, p as treeViewAnatomy, pt as TreeViewBranchTextBaseProps, q as _default$8, r as TreeViewFocusChangeDetails, rt as useTreeViewContext, s as TreeViewNodeProps, st as TreeViewBranchBaseProps, t as TreeViewCheckedChangeDetails, tt as _default$7, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerBaseProps, v as TreeViewRootComponent, vt as _default$4, w as TreeViewRootProviderProps, wt as _default$2, x as _default$17, xt as _default$3, y as TreeViewRootComponentProps, yt as TreeViewBranchIndentGuideBaseProps, z as TreeViewNodeCheckboxBaseProps } from "./index-DqWGss7r.cjs";
2
+ import { $ as _default$9, A as _default$14, B as TreeViewNodeCheckboxProps, C as TreeViewRootProviderComponent, Ct as TreeViewBranchControlProps, D as TreeViewNodeProviderProps, Dt as _default$1, E as TreeViewNodeProviderBaseProps, Et as TreeViewBranchContentProps, F as _default$16, G as TreeViewItemBaseProps, H as TreeViewLabelBaseProps, I as TreeViewNodeCheckboxIndicatorBaseProps, J as TreeViewItemTextBaseProps, K as TreeViewItemProps, L as TreeViewNodeCheckboxIndicatorProps, M as useTreeViewNodeContext, N as TreeViewNodeRenameInputBaseProps, O as _default$15, P as TreeViewNodeRenameInputProps, Q as TreeViewItemIndicatorProps, R as _default$13, S as TreeViewRootProviderBaseProps, St as TreeViewBranchControlBaseProps, T as _default$18, Tt as TreeViewBranchContentBaseProps, U as TreeViewLabelProps, V as _default$12, W as _default$11, X as _default$10, Y as TreeViewItemTextProps, Z as TreeViewItemIndicatorBaseProps, _ as TreeViewRootBaseProps, _t as TreeViewBranchIndicatorProps, a as TreeViewLoadChildrenDetails, at as UseTreeViewReturn, b as TreeViewRootProps, bt as TreeViewBranchIndentGuideProps, c as TreeViewNodeState, ct as TreeViewBranchProps, d as TreeViewSelectionChangeDetails, dt as TreeViewBranchTriggerProps, et as TreeViewContextProps, f as tree_view_d_exports, ft as _default$6, g as _default$19, gt as TreeViewBranchIndicatorBaseProps, h as TreeViewTreeProps, ht as _default$5, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewProps, j as UseTreeViewNodeContext, k as TreeViewNodeContextProps, l as TreeViewRenameCompleteDetails, lt as _default, m as TreeViewTreeBaseProps, mt as TreeViewBranchTextProps, n as TreeViewExpandedChangeDetails, nt as UseTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as useTreeView, p as treeViewAnatomy, pt as TreeViewBranchTextBaseProps, q as _default$8, r as TreeViewFocusChangeDetails, rt as useTreeViewContext, s as TreeViewNodeProps, st as TreeViewBranchBaseProps, t as TreeViewCheckedChangeDetails, tt as _default$7, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerBaseProps, v as TreeViewRootComponent, vt as _default$4, w as TreeViewRootProviderProps, wt as _default$2, x as _default$17, xt as _default$3, y as TreeViewRootComponentProps, yt as TreeViewBranchIndentGuideBaseProps, z as TreeViewNodeCheckboxBaseProps } from "./index-Di84rFjS.cjs";
3
3
  export { type TreeCollection, type TreeNode, tree_view_d_exports as TreeView, _default as TreeViewBranch, type TreeViewBranchBaseProps, _default$1 as TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, _default$2 as TreeViewBranchControl, type TreeViewBranchControlBaseProps, type TreeViewBranchControlProps, _default$3 as TreeViewBranchIndentGuide, type TreeViewBranchIndentGuideBaseProps, type TreeViewBranchIndentGuideProps, _default$4 as TreeViewBranchIndicator, type TreeViewBranchIndicatorBaseProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, _default$5 as TreeViewBranchText, type TreeViewBranchTextBaseProps, type TreeViewBranchTextProps, _default$6 as TreeViewBranchTrigger, type TreeViewBranchTriggerBaseProps, type TreeViewBranchTriggerProps, type TreeViewCheckedChangeDetails, _default$7 as TreeViewContext, type TreeViewContextProps, type TreeViewExpandedChangeDetails, type TreeViewFocusChangeDetails, _default$8 as TreeViewItem, type TreeViewItemBaseProps, _default$9 as TreeViewItemIndicator, type TreeViewItemIndicatorBaseProps, type TreeViewItemIndicatorProps, type TreeViewItemProps, _default$10 as TreeViewItemText, type TreeViewItemTextBaseProps, type TreeViewItemTextProps, _default$11 as TreeViewLabel, type TreeViewLabelBaseProps, type TreeViewLabelProps, type TreeViewLoadChildrenCompleteDetails, type TreeViewLoadChildrenDetails, type TreeViewLoadChildrenErrorDetails, _default$12 as TreeViewNodeCheckbox, type TreeViewNodeCheckboxBaseProps, _default$13 as TreeViewNodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps, type TreeViewNodeCheckboxProps, _default$14 as TreeViewNodeContext, type TreeViewNodeContextProps, type TreeViewNodeProps, _default$15 as TreeViewNodeProvider, type TreeViewNodeProviderBaseProps, type TreeViewNodeProviderProps, _default$16 as TreeViewNodeRenameInput, type TreeViewNodeRenameInputBaseProps, type TreeViewNodeRenameInputProps, type TreeViewNodeState, type TreeViewRenameCompleteDetails, type TreeViewRenameStartDetails, _default$17 as TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootComponentProps, type TreeViewRootProps, _default$18 as TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderComponent, type TreeViewRootProviderProps, type TreeViewSelectionChangeDetails, _default$19 as TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps, type UseTreeViewContext, type UseTreeViewNodeContext, type UseTreeViewProps, type UseTreeViewReturn, createFileTreeCollection, createTreeCollection, treeViewAnatomy, useTreeView, useTreeViewContext, useTreeViewNodeContext };
@@ -1,3 +1,3 @@
1
1
  import { f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, m as TreeNode } from "./index-kCBQJqpU.js";
2
- import { $ as _default$9, A as _default$14, B as TreeViewNodeCheckboxProps, C as TreeViewRootProviderComponent, Ct as TreeViewBranchControlProps, D as TreeViewNodeProviderProps, Dt as _default$1, E as TreeViewNodeProviderBaseProps, Et as TreeViewBranchContentProps, F as _default$16, G as TreeViewItemBaseProps, H as TreeViewLabelBaseProps, I as TreeViewNodeCheckboxIndicatorBaseProps, J as TreeViewItemTextBaseProps, K as TreeViewItemProps, L as TreeViewNodeCheckboxIndicatorProps, M as useTreeViewNodeContext, N as TreeViewNodeRenameInputBaseProps, O as _default$15, P as TreeViewNodeRenameInputProps, Q as TreeViewItemIndicatorProps, R as _default$13, S as TreeViewRootProviderBaseProps, St as TreeViewBranchControlBaseProps, T as _default$18, Tt as TreeViewBranchContentBaseProps, U as TreeViewLabelProps, V as _default$12, W as _default$11, X as _default$10, Y as TreeViewItemTextProps, Z as TreeViewItemIndicatorBaseProps, _ as TreeViewRootBaseProps, _t as TreeViewBranchIndicatorProps, a as TreeViewLoadChildrenDetails, at as UseTreeViewReturn, b as TreeViewRootProps, bt as TreeViewBranchIndentGuideProps, c as TreeViewNodeState, ct as TreeViewBranchProps, d as TreeViewSelectionChangeDetails, dt as TreeViewBranchTriggerProps, et as TreeViewContextProps, f as tree_view_d_exports, ft as _default$6, g as _default$19, gt as TreeViewBranchIndicatorBaseProps, h as TreeViewTreeProps, ht as _default$5, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewProps, j as UseTreeViewNodeContext, k as TreeViewNodeContextProps, l as TreeViewRenameCompleteDetails, lt as _default, m as TreeViewTreeBaseProps, mt as TreeViewBranchTextProps, n as TreeViewExpandedChangeDetails, nt as UseTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as useTreeView, p as treeViewAnatomy, pt as TreeViewBranchTextBaseProps, q as _default$8, r as TreeViewFocusChangeDetails, rt as useTreeViewContext, s as TreeViewNodeProps, st as TreeViewBranchBaseProps, t as TreeViewCheckedChangeDetails, tt as _default$7, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerBaseProps, v as TreeViewRootComponent, vt as _default$4, w as TreeViewRootProviderProps, wt as _default$2, x as _default$17, xt as _default$3, y as TreeViewRootComponentProps, yt as TreeViewBranchIndentGuideBaseProps, z as TreeViewNodeCheckboxBaseProps } from "./index-DvLsl0TK.js";
2
+ import { $ as _default$9, A as _default$14, B as TreeViewNodeCheckboxProps, C as TreeViewRootProviderComponent, Ct as TreeViewBranchControlProps, D as TreeViewNodeProviderProps, Dt as _default$1, E as TreeViewNodeProviderBaseProps, Et as TreeViewBranchContentProps, F as _default$16, G as TreeViewItemBaseProps, H as TreeViewLabelBaseProps, I as TreeViewNodeCheckboxIndicatorBaseProps, J as TreeViewItemTextBaseProps, K as TreeViewItemProps, L as TreeViewNodeCheckboxIndicatorProps, M as useTreeViewNodeContext, N as TreeViewNodeRenameInputBaseProps, O as _default$15, P as TreeViewNodeRenameInputProps, Q as TreeViewItemIndicatorProps, R as _default$13, S as TreeViewRootProviderBaseProps, St as TreeViewBranchControlBaseProps, T as _default$18, Tt as TreeViewBranchContentBaseProps, U as TreeViewLabelProps, V as _default$12, W as _default$11, X as _default$10, Y as TreeViewItemTextProps, Z as TreeViewItemIndicatorBaseProps, _ as TreeViewRootBaseProps, _t as TreeViewBranchIndicatorProps, a as TreeViewLoadChildrenDetails, at as UseTreeViewReturn, b as TreeViewRootProps, bt as TreeViewBranchIndentGuideProps, c as TreeViewNodeState, ct as TreeViewBranchProps, d as TreeViewSelectionChangeDetails, dt as TreeViewBranchTriggerProps, et as TreeViewContextProps, f as tree_view_d_exports, ft as _default$6, g as _default$19, gt as TreeViewBranchIndicatorBaseProps, h as TreeViewTreeProps, ht as _default$5, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewProps, j as UseTreeViewNodeContext, k as TreeViewNodeContextProps, l as TreeViewRenameCompleteDetails, lt as _default, m as TreeViewTreeBaseProps, mt as TreeViewBranchTextProps, n as TreeViewExpandedChangeDetails, nt as UseTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as useTreeView, p as treeViewAnatomy, pt as TreeViewBranchTextBaseProps, q as _default$8, r as TreeViewFocusChangeDetails, rt as useTreeViewContext, s as TreeViewNodeProps, st as TreeViewBranchBaseProps, t as TreeViewCheckedChangeDetails, tt as _default$7, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerBaseProps, v as TreeViewRootComponent, vt as _default$4, w as TreeViewRootProviderProps, wt as _default$2, x as _default$17, xt as _default$3, y as TreeViewRootComponentProps, yt as TreeViewBranchIndentGuideBaseProps, z as TreeViewNodeCheckboxBaseProps } from "./index-C8zR9eg3.js";
3
3
  export { type TreeCollection, type TreeNode, tree_view_d_exports as TreeView, _default as TreeViewBranch, type TreeViewBranchBaseProps, _default$1 as TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, _default$2 as TreeViewBranchControl, type TreeViewBranchControlBaseProps, type TreeViewBranchControlProps, _default$3 as TreeViewBranchIndentGuide, type TreeViewBranchIndentGuideBaseProps, type TreeViewBranchIndentGuideProps, _default$4 as TreeViewBranchIndicator, type TreeViewBranchIndicatorBaseProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, _default$5 as TreeViewBranchText, type TreeViewBranchTextBaseProps, type TreeViewBranchTextProps, _default$6 as TreeViewBranchTrigger, type TreeViewBranchTriggerBaseProps, type TreeViewBranchTriggerProps, type TreeViewCheckedChangeDetails, _default$7 as TreeViewContext, type TreeViewContextProps, type TreeViewExpandedChangeDetails, type TreeViewFocusChangeDetails, _default$8 as TreeViewItem, type TreeViewItemBaseProps, _default$9 as TreeViewItemIndicator, type TreeViewItemIndicatorBaseProps, type TreeViewItemIndicatorProps, type TreeViewItemProps, _default$10 as TreeViewItemText, type TreeViewItemTextBaseProps, type TreeViewItemTextProps, _default$11 as TreeViewLabel, type TreeViewLabelBaseProps, type TreeViewLabelProps, type TreeViewLoadChildrenCompleteDetails, type TreeViewLoadChildrenDetails, type TreeViewLoadChildrenErrorDetails, _default$12 as TreeViewNodeCheckbox, type TreeViewNodeCheckboxBaseProps, _default$13 as TreeViewNodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps, type TreeViewNodeCheckboxProps, _default$14 as TreeViewNodeContext, type TreeViewNodeContextProps, type TreeViewNodeProps, _default$15 as TreeViewNodeProvider, type TreeViewNodeProviderBaseProps, type TreeViewNodeProviderProps, _default$16 as TreeViewNodeRenameInput, type TreeViewNodeRenameInputBaseProps, type TreeViewNodeRenameInputProps, type TreeViewNodeState, type TreeViewRenameCompleteDetails, type TreeViewRenameStartDetails, _default$17 as TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootComponentProps, type TreeViewRootProps, _default$18 as TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderComponent, type TreeViewRootProviderProps, type TreeViewSelectionChangeDetails, _default$19 as TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps, type UseTreeViewContext, type UseTreeViewNodeContext, type UseTreeViewProps, type UseTreeViewReturn, createFileTreeCollection, createTreeCollection, treeViewAnatomy, useTreeView, useTreeViewContext, useTreeViewNodeContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wirekyt/vue",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
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.6"
266
+ "@wirekyt/dom": "0.0.7"
267
267
  },
268
268
  "peerDependencies": {
269
269
  "vue": ">=3.0.0"