@wirekyt/vue 0.0.3 → 0.0.5
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.cjs +2 -2
- package/dist/checkbox.d.cts +1 -1
- package/dist/checkbox.d.ts +1 -1
- package/dist/checkbox.js +2 -2
- package/dist/color-picker.cjs +1 -1
- package/dist/color-picker.d.cts +8 -8
- package/dist/color-picker.d.ts +8 -8
- package/dist/color-picker.js +1 -1
- package/dist/combobox.cjs +1 -1
- package/dist/combobox.d.cts +5 -5
- package/dist/combobox.d.ts +5 -5
- package/dist/combobox.js +1 -1
- package/dist/dialog.d.cts +9 -9
- package/dist/dialog.d.ts +9 -9
- package/dist/drawer.d.cts +3 -3
- package/dist/drawer.d.ts +3 -3
- package/dist/editable.cjs +1 -1
- package/dist/editable.d.cts +6 -6
- package/dist/editable.d.ts +6 -6
- package/dist/editable.js +1 -1
- package/dist/{field-DRz-v4rB.cjs → field-Diaj0ORQ.cjs} +7 -7
- package/dist/{field-C3pLqz1S.js → field-Dubpmj-t.js} +7 -7
- package/dist/field.cjs +1 -1
- package/dist/field.js +1 -1
- package/dist/{fieldset-C5aj6Ims.cjs → fieldset-Cdf3wmJ9.cjs} +3 -3
- package/dist/{fieldset-ByP_r1Uq.js → fieldset-DMTFcTT6.js} +3 -3
- package/dist/fieldset.cjs +1 -1
- package/dist/fieldset.js +1 -1
- package/dist/file-upload.cjs +1 -1
- package/dist/file-upload.d.cts +1 -1
- package/dist/file-upload.d.ts +1 -1
- package/dist/file-upload.js +1 -1
- package/dist/floating-panel.d.cts +4 -4
- package/dist/floating-panel.d.ts +4 -4
- package/dist/hover-card.d.cts +6 -6
- package/dist/hover-card.d.ts +6 -6
- package/dist/listbox.d.cts +1 -1
- package/dist/listbox.d.ts +1 -1
- package/dist/menu.d.cts +6 -6
- package/dist/menu.d.ts +6 -6
- package/dist/number-input.cjs +1 -1
- package/dist/number-input.js +1 -1
- package/dist/password-input.cjs +1 -1
- package/dist/password-input.d.cts +1 -1
- package/dist/password-input.d.ts +1 -1
- package/dist/password-input.js +1 -1
- package/dist/pin-input.cjs +1 -1
- package/dist/pin-input.d.cts +1 -1
- package/dist/pin-input.d.ts +1 -1
- package/dist/pin-input.js +1 -1
- package/dist/popover.d.cts +7 -7
- package/dist/popover.d.ts +7 -7
- package/dist/radio-group.cjs +1 -1
- package/dist/radio-group.js +1 -1
- package/dist/rating-group.cjs +1 -1
- package/dist/rating-group.js +1 -1
- package/dist/segment-group.d.cts +1 -1
- package/dist/segment-group.d.ts +1 -1
- package/dist/select.cjs +1 -1
- package/dist/select.d.cts +4 -4
- package/dist/select.d.ts +4 -4
- package/dist/select.js +1 -1
- package/dist/signature-pad.cjs +1 -1
- package/dist/signature-pad.js +1 -1
- package/dist/slider.d.cts +2 -2
- package/dist/slider.d.ts +2 -2
- package/dist/switch.cjs +1 -1
- package/dist/switch.d.cts +1 -1
- package/dist/switch.d.ts +1 -1
- package/dist/switch.js +1 -1
- package/dist/tags-input.cjs +1 -1
- package/dist/tags-input.d.cts +6 -6
- package/dist/tags-input.d.ts +6 -6
- package/dist/tags-input.js +1 -1
- package/dist/tooltip.d.cts +2 -2
- package/dist/tooltip.d.ts +2 -2
- package/dist/tour.d.cts +7 -7
- package/dist/tour.d.ts +7 -7
- package/package.json +2 -2
package/dist/select.d.ts
CHANGED
|
@@ -339,9 +339,9 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
339
339
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
340
340
|
onOpenChange?: ((details: import("@wirekyt/dom/machines/select").OpenChangeDetails) => any) | undefined;
|
|
341
341
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
342
|
-
onFocusOutside?: ((event: import("@wirekyt/dom/machines/
|
|
343
|
-
onInteractOutside?: ((event: import("@wirekyt/dom/machines/
|
|
344
|
-
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/
|
|
342
|
+
onFocusOutside?: ((event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any) | undefined;
|
|
343
|
+
onInteractOutside?: ((event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any) | undefined;
|
|
344
|
+
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => any) | undefined;
|
|
345
345
|
onHighlightChange?: ((details: import("@wirekyt/dom/machines/select").HighlightChangeDetails<T>) => any) | undefined;
|
|
346
346
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
347
347
|
}> & (typeof globalThis extends {
|
|
@@ -352,7 +352,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
352
352
|
slots: {
|
|
353
353
|
default?: (props: {}) => any;
|
|
354
354
|
};
|
|
355
|
-
emit: ((evt: "select", details: import("@wirekyt/dom/machines/select").SelectionDetails) => void) & ((evt: "exitComplete") => void) & ((evt: "valueChange", details: import("@wirekyt/dom/machines/select").ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "openChange", details: import("@wirekyt/dom/machines/select").OpenChangeDetails) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "focusOutside", event: import("@wirekyt/dom/machines/
|
|
355
|
+
emit: ((evt: "select", details: import("@wirekyt/dom/machines/select").SelectionDetails) => void) & ((evt: "exitComplete") => void) & ((evt: "valueChange", details: import("@wirekyt/dom/machines/select").ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "openChange", details: import("@wirekyt/dom/machines/select").OpenChangeDetails) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "focusOutside", event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => void) & ((evt: "interactOutside", event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: import("@wirekyt/dom/machines/select").HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
356
356
|
}>) => import("vue").VNode & {
|
|
357
357
|
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
358
358
|
};
|
package/dist/select.js
CHANGED
|
@@ -3,7 +3,7 @@ import { a as mergeProps$1, c as normalizeProps$1, d as useForwardExpose, m as c
|
|
|
3
3
|
import { a as DEFAULT_LOCALE, d as useEnvironmentContext, o as useLocaleContext, u as DEFAULT_ENVIRONMENT } from "./providers-C3XQH-uu.js";
|
|
4
4
|
import { t as cleanProps } from "./clean-props--1kqQE0Y.js";
|
|
5
5
|
import { n as wire } from "./factory-8Ao0DEy3.js";
|
|
6
|
-
import { h as useFieldContext } from "./field-
|
|
6
|
+
import { h as useFieldContext } from "./field-Dubpmj-t.js";
|
|
7
7
|
import { n as useListCollection, o as createListCollection } from "./collection-Dg6EtML_.js";
|
|
8
8
|
import { n as PresenceProvider, r as usePresenceContext } from "./presence-jaHZaD_O.js";
|
|
9
9
|
import { t as usePresence } from "./use-presence-oNdFU2c2.js";
|
package/dist/signature-pad.cjs
CHANGED
|
@@ -4,7 +4,7 @@ const require_utils = require("./utils-XrBZd2Yk.cjs");
|
|
|
4
4
|
const require_providers = require("./providers-5QhcwgSd.cjs");
|
|
5
5
|
const require_clean_props = require("./clean-props-MyKqus13.cjs");
|
|
6
6
|
const require_factory = require("./factory-JL7MPjkk.cjs");
|
|
7
|
-
const require_field = require("./field-
|
|
7
|
+
const require_field = require("./field-Diaj0ORQ.cjs");
|
|
8
8
|
let vue = require("vue");
|
|
9
9
|
let _wirekyt_dom_machines_signature_pad = require("@wirekyt/dom/machines/signature-pad");
|
|
10
10
|
_wirekyt_dom_machines_signature_pad = require_rolldown_runtime.__toESM(_wirekyt_dom_machines_signature_pad, 1);
|
package/dist/signature-pad.js
CHANGED
|
@@ -3,7 +3,7 @@ import { c as normalizeProps$1, d as useForwardExpose, m as createContext, s as
|
|
|
3
3
|
import { a as DEFAULT_LOCALE, d as useEnvironmentContext, o as useLocaleContext, u as DEFAULT_ENVIRONMENT } from "./providers-C3XQH-uu.js";
|
|
4
4
|
import { t as cleanProps } from "./clean-props--1kqQE0Y.js";
|
|
5
5
|
import { n as wire } from "./factory-8Ao0DEy3.js";
|
|
6
|
-
import { h as useFieldContext } from "./field-
|
|
6
|
+
import { h as useFieldContext } from "./field-Dubpmj-t.js";
|
|
7
7
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
8
8
|
import * as signaturepad from "@wirekyt/dom/machines/signature-pad";
|
|
9
9
|
import { anatomy as signaturePadAnatomy } from "@wirekyt/dom/machines/signature-pad";
|
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.cjs
CHANGED
|
@@ -4,7 +4,7 @@ const require_utils = require("./utils-XrBZd2Yk.cjs");
|
|
|
4
4
|
const require_providers = require("./providers-5QhcwgSd.cjs");
|
|
5
5
|
const require_clean_props = require("./clean-props-MyKqus13.cjs");
|
|
6
6
|
const require_factory = require("./factory-JL7MPjkk.cjs");
|
|
7
|
-
const require_field = require("./field-
|
|
7
|
+
const require_field = require("./field-Diaj0ORQ.cjs");
|
|
8
8
|
let vue = require("vue");
|
|
9
9
|
let _wirekyt_dom_machines_switch = require("@wirekyt/dom/machines/switch");
|
|
10
10
|
_wirekyt_dom_machines_switch = require_rolldown_runtime.__toESM(_wirekyt_dom_machines_switch, 1);
|
package/dist/switch.d.cts
CHANGED
|
@@ -119,8 +119,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Sw
|
|
|
119
119
|
disabled: boolean;
|
|
120
120
|
required: boolean;
|
|
121
121
|
invalid: boolean;
|
|
122
|
-
readOnly: boolean;
|
|
123
122
|
checked: boolean;
|
|
123
|
+
readOnly: boolean;
|
|
124
124
|
defaultChecked: boolean;
|
|
125
125
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
126
126
|
default?: (props: {}) => any;
|
package/dist/switch.d.ts
CHANGED
|
@@ -119,8 +119,8 @@ declare const __VLS_export$2: __VLS_WithSlots$2<import("vue").DefineComponent<Sw
|
|
|
119
119
|
disabled: boolean;
|
|
120
120
|
required: boolean;
|
|
121
121
|
invalid: boolean;
|
|
122
|
-
readOnly: boolean;
|
|
123
122
|
checked: boolean;
|
|
123
|
+
readOnly: boolean;
|
|
124
124
|
defaultChecked: boolean;
|
|
125
125
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
126
126
|
default?: (props: {}) => any;
|
package/dist/switch.js
CHANGED
|
@@ -3,7 +3,7 @@ import { c as normalizeProps$1, d as useForwardExpose, m as createContext, s as
|
|
|
3
3
|
import { a as DEFAULT_LOCALE, d as useEnvironmentContext, o as useLocaleContext, u as DEFAULT_ENVIRONMENT } from "./providers-C3XQH-uu.js";
|
|
4
4
|
import { t as cleanProps } from "./clean-props--1kqQE0Y.js";
|
|
5
5
|
import { n as wire } from "./factory-8Ao0DEy3.js";
|
|
6
|
-
import { h as useFieldContext } from "./field-
|
|
6
|
+
import { h as useFieldContext } from "./field-Dubpmj-t.js";
|
|
7
7
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
8
8
|
import * as wireSwitch from "@wirekyt/dom/machines/switch";
|
|
9
9
|
import { anatomy as switchAnatomy } from "@wirekyt/dom/machines/switch";
|
package/dist/tags-input.cjs
CHANGED
|
@@ -4,7 +4,7 @@ const require_utils = require("./utils-XrBZd2Yk.cjs");
|
|
|
4
4
|
const require_providers = require("./providers-5QhcwgSd.cjs");
|
|
5
5
|
const require_clean_props = require("./clean-props-MyKqus13.cjs");
|
|
6
6
|
const require_factory = require("./factory-JL7MPjkk.cjs");
|
|
7
|
-
const require_field = require("./field-
|
|
7
|
+
const require_field = require("./field-Diaj0ORQ.cjs");
|
|
8
8
|
let vue = require("vue");
|
|
9
9
|
let _wirekyt_dom_machines_tags_input = require("@wirekyt/dom/machines/tags-input");
|
|
10
10
|
_wirekyt_dom_machines_tags_input = require_rolldown_runtime.__toESM(_wirekyt_dom_machines_tags_input, 1);
|
package/dist/tags-input.d.cts
CHANGED
|
@@ -299,9 +299,9 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsIn
|
|
|
299
299
|
valueChange: (details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any;
|
|
300
300
|
"update:modelValue": (value: string[]) => any;
|
|
301
301
|
valueInvalid: (details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any;
|
|
302
|
-
focusOutside: (event: import("@wirekyt/dom/machines/
|
|
303
|
-
interactOutside: (event: import("@wirekyt/dom/machines/
|
|
304
|
-
pointerDownOutside: (event: import("@wirekyt/dom/machines/
|
|
302
|
+
focusOutside: (event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any;
|
|
303
|
+
interactOutside: (event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any;
|
|
304
|
+
pointerDownOutside: (event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => 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;
|
|
@@ -309,9 +309,9 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsIn
|
|
|
309
309
|
onValueChange?: ((details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any) | undefined;
|
|
310
310
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
311
311
|
onValueInvalid?: ((details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any) | undefined;
|
|
312
|
-
onFocusOutside?: ((event: import("@wirekyt/dom/machines/
|
|
313
|
-
onInteractOutside?: ((event: import("@wirekyt/dom/machines/
|
|
314
|
-
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/
|
|
312
|
+
onFocusOutside?: ((event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any) | undefined;
|
|
313
|
+
onInteractOutside?: ((event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any) | undefined;
|
|
314
|
+
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => 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;
|
package/dist/tags-input.d.ts
CHANGED
|
@@ -299,9 +299,9 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsIn
|
|
|
299
299
|
valueChange: (details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any;
|
|
300
300
|
"update:modelValue": (value: string[]) => any;
|
|
301
301
|
valueInvalid: (details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any;
|
|
302
|
-
focusOutside: (event: import("@wirekyt/dom/machines/
|
|
303
|
-
interactOutside: (event: import("@wirekyt/dom/machines/
|
|
304
|
-
pointerDownOutside: (event: import("@wirekyt/dom/machines/
|
|
302
|
+
focusOutside: (event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any;
|
|
303
|
+
interactOutside: (event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any;
|
|
304
|
+
pointerDownOutside: (event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => 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;
|
|
@@ -309,9 +309,9 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TagsIn
|
|
|
309
309
|
onValueChange?: ((details: import("@wirekyt/dom/machines/tags-input").ValueChangeDetails) => any) | undefined;
|
|
310
310
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
311
311
|
onValueInvalid?: ((details: import("@wirekyt/dom/machines/tags-input").ValidityChangeDetails) => any) | undefined;
|
|
312
|
-
onFocusOutside?: ((event: import("@wirekyt/dom/machines/
|
|
313
|
-
onInteractOutside?: ((event: import("@wirekyt/dom/machines/
|
|
314
|
-
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/
|
|
312
|
+
onFocusOutside?: ((event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any) | undefined;
|
|
313
|
+
onInteractOutside?: ((event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any) | undefined;
|
|
314
|
+
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => 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;
|
package/dist/tags-input.js
CHANGED
|
@@ -3,7 +3,7 @@ import { c as normalizeProps$1, d as useForwardExpose, m as createContext, s as
|
|
|
3
3
|
import { a as DEFAULT_LOCALE, d as useEnvironmentContext, o as useLocaleContext, u as DEFAULT_ENVIRONMENT } from "./providers-C3XQH-uu.js";
|
|
4
4
|
import { t as cleanProps } from "./clean-props--1kqQE0Y.js";
|
|
5
5
|
import { n as wire } from "./factory-8Ao0DEy3.js";
|
|
6
|
-
import { h as useFieldContext } from "./field-
|
|
6
|
+
import { h as useFieldContext } from "./field-Dubpmj-t.js";
|
|
7
7
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
8
8
|
import * as tagsInput from "@wirekyt/dom/machines/tags-input";
|
|
9
9
|
import { anatomy as tagsInputAnatomy } from "@wirekyt/dom/machines/tags-input";
|
package/dist/tooltip.d.cts
CHANGED
|
@@ -167,10 +167,10 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<To
|
|
|
167
167
|
disabled: boolean;
|
|
168
168
|
open: boolean;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
|
-
|
|
170
|
+
closeOnClick: boolean;
|
|
171
171
|
closeOnEscape: boolean;
|
|
172
|
+
closeOnPointerDown: boolean;
|
|
172
173
|
closeOnScroll: boolean;
|
|
173
|
-
closeOnClick: boolean;
|
|
174
174
|
interactive: boolean;
|
|
175
175
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
176
176
|
default?: (props: {}) => any;
|
package/dist/tooltip.d.ts
CHANGED
|
@@ -167,10 +167,10 @@ declare const __VLS_export$1: __VLS_WithSlots$1<import("vue").DefineComponent<To
|
|
|
167
167
|
disabled: boolean;
|
|
168
168
|
open: boolean;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
|
-
|
|
170
|
+
closeOnClick: boolean;
|
|
171
171
|
closeOnEscape: boolean;
|
|
172
|
+
closeOnPointerDown: boolean;
|
|
172
173
|
closeOnScroll: boolean;
|
|
173
|
-
closeOnClick: boolean;
|
|
174
174
|
interactive: boolean;
|
|
175
175
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
176
176
|
default?: (props: {}) => any;
|
package/dist/tour.d.cts
CHANGED
|
@@ -214,9 +214,9 @@ declare const _default$12: typeof __VLS_export$3;
|
|
|
214
214
|
declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<TourRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
215
215
|
exitComplete: () => any;
|
|
216
216
|
statusChange: (details: import("@wirekyt/dom/machines/tour").StatusChangeDetails) => any;
|
|
217
|
-
focusOutside: (event: import("@wirekyt/dom/machines/
|
|
218
|
-
interactOutside: (event: import("@wirekyt/dom/machines/
|
|
219
|
-
pointerDownOutside: (event: import("@wirekyt/dom/machines/
|
|
217
|
+
focusOutside: (event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any;
|
|
218
|
+
interactOutside: (event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any;
|
|
219
|
+
pointerDownOutside: (event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => any;
|
|
220
220
|
stepChange: (details: import("@wirekyt/dom/machines/tour").StepChangeDetails) => any;
|
|
221
221
|
stepsChange: (details: {
|
|
222
222
|
steps: import("@wirekyt/dom/machines/tour").StepDetails[];
|
|
@@ -224,9 +224,9 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<To
|
|
|
224
224
|
}, string, import("vue").PublicProps, Readonly<TourRootProps> & Readonly<{
|
|
225
225
|
onExitComplete?: (() => any) | undefined;
|
|
226
226
|
onStatusChange?: ((details: import("@wirekyt/dom/machines/tour").StatusChangeDetails) => any) | undefined;
|
|
227
|
-
onFocusOutside?: ((event: import("@wirekyt/dom/machines/
|
|
228
|
-
onInteractOutside?: ((event: import("@wirekyt/dom/machines/
|
|
229
|
-
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/
|
|
227
|
+
onFocusOutside?: ((event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any) | undefined;
|
|
228
|
+
onInteractOutside?: ((event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any) | undefined;
|
|
229
|
+
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => any) | undefined;
|
|
230
230
|
onStepChange?: ((details: import("@wirekyt/dom/machines/tour").StepChangeDetails) => any) | undefined;
|
|
231
231
|
onStepsChange?: ((details: {
|
|
232
232
|
steps: import("@wirekyt/dom/machines/tour").StepDetails[];
|
|
@@ -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
|
@@ -214,9 +214,9 @@ declare const _default$12: typeof __VLS_export$3;
|
|
|
214
214
|
declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<TourRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
215
215
|
exitComplete: () => any;
|
|
216
216
|
statusChange: (details: import("@wirekyt/dom/machines/tour").StatusChangeDetails) => any;
|
|
217
|
-
focusOutside: (event: import("@wirekyt/dom/machines/
|
|
218
|
-
interactOutside: (event: import("@wirekyt/dom/machines/
|
|
219
|
-
pointerDownOutside: (event: import("@wirekyt/dom/machines/
|
|
217
|
+
focusOutside: (event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any;
|
|
218
|
+
interactOutside: (event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any;
|
|
219
|
+
pointerDownOutside: (event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => any;
|
|
220
220
|
stepChange: (details: import("@wirekyt/dom/machines/tour").StepChangeDetails) => any;
|
|
221
221
|
stepsChange: (details: {
|
|
222
222
|
steps: import("@wirekyt/dom/machines/tour").StepDetails[];
|
|
@@ -224,9 +224,9 @@ declare const __VLS_export$3: __VLS_WithSlots$3<import("vue").DefineComponent<To
|
|
|
224
224
|
}, string, import("vue").PublicProps, Readonly<TourRootProps> & Readonly<{
|
|
225
225
|
onExitComplete?: (() => any) | undefined;
|
|
226
226
|
onStatusChange?: ((details: import("@wirekyt/dom/machines/tour").StatusChangeDetails) => any) | undefined;
|
|
227
|
-
onFocusOutside?: ((event: import("@wirekyt/dom/machines/
|
|
228
|
-
onInteractOutside?: ((event: import("@wirekyt/dom/machines/
|
|
229
|
-
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/
|
|
227
|
+
onFocusOutside?: ((event: import("@wirekyt/dom/machines/editable").FocusOutsideEvent) => any) | undefined;
|
|
228
|
+
onInteractOutside?: ((event: import("@wirekyt/dom/machines/editable").InteractOutsideEvent) => any) | undefined;
|
|
229
|
+
onPointerDownOutside?: ((event: import("@wirekyt/dom/machines/editable").PointerDownOutsideEvent) => any) | undefined;
|
|
230
230
|
onStepChange?: ((details: import("@wirekyt/dom/machines/tour").StepChangeDetails) => any) | undefined;
|
|
231
231
|
onStepsChange?: ((details: {
|
|
232
232
|
steps: import("@wirekyt/dom/machines/tour").StepDetails[];
|
|
@@ -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.5",
|
|
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.5"
|
|
267
267
|
},
|
|
268
268
|
"peerDependencies": {
|
|
269
269
|
"vue": ">=3.0.0"
|