@ark-ui/vue 5.21.0 → 5.23.0
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/components/combobox/combobox-empty.vue.cjs +35 -0
- package/dist/components/combobox/combobox-empty.vue.d.cts +19 -0
- package/dist/components/combobox/combobox-empty.vue.d.ts +19 -0
- package/dist/components/combobox/combobox-empty.vue.js +31 -0
- package/dist/components/combobox/combobox-empty.vue2.cjs +9 -0
- package/dist/components/combobox/combobox-empty.vue2.js +5 -0
- package/dist/components/combobox/combobox-root-provider.vue.d.cts +2 -0
- package/dist/components/combobox/combobox-root-provider.vue.d.ts +2 -0
- package/dist/components/combobox/combobox-root.vue.d.cts +2 -0
- package/dist/components/combobox/combobox-root.vue.d.ts +2 -0
- package/dist/components/combobox/combobox.anatomy.cjs +9 -0
- package/dist/components/combobox/combobox.anatomy.d.cts +2 -1
- package/dist/components/combobox/combobox.anatomy.d.ts +2 -1
- package/dist/components/combobox/combobox.anatomy.js +5 -0
- package/dist/components/combobox/combobox.cjs +2 -0
- package/dist/components/combobox/combobox.d.cts +3 -2
- package/dist/components/combobox/combobox.d.ts +3 -2
- package/dist/components/combobox/combobox.js +1 -0
- package/dist/components/combobox/index.cjs +6 -7
- package/dist/components/combobox/index.d.cts +3 -2
- package/dist/components/combobox/index.d.ts +3 -2
- package/dist/components/combobox/index.js +2 -1
- package/dist/components/dialog/dialog-root.vue.cjs +1 -1
- package/dist/components/dialog/dialog-root.vue.d.cts +12 -0
- package/dist/components/dialog/dialog-root.vue.d.ts +12 -0
- package/dist/components/dialog/dialog-root.vue.js +1 -1
- package/dist/components/dialog/dialog.types.d.cts +11 -0
- package/dist/components/dialog/dialog.types.d.ts +11 -0
- package/dist/components/dialog/use-dialog.cjs +4 -0
- package/dist/components/dialog/use-dialog.js +4 -0
- package/dist/components/field/use-field.cjs +1 -0
- package/dist/components/field/use-field.d.cts +1 -0
- package/dist/components/field/use-field.d.ts +1 -0
- package/dist/components/field/use-field.js +1 -0
- package/dist/components/hover-card/hover-card-root.vue.cjs +2 -0
- package/dist/components/hover-card/hover-card-root.vue.d.cts +1 -0
- package/dist/components/hover-card/hover-card-root.vue.d.ts +1 -0
- package/dist/components/hover-card/hover-card-root.vue.js +2 -0
- package/dist/components/hover-card/hover-card.types.d.cts +4 -0
- package/dist/components/hover-card/hover-card.types.d.ts +4 -0
- package/dist/components/index.cjs +12 -14
- package/dist/components/index.js +4 -2
- package/dist/components/listbox/index.cjs +6 -7
- package/dist/components/listbox/index.d.cts +3 -2
- package/dist/components/listbox/index.d.ts +3 -2
- package/dist/components/listbox/index.js +2 -1
- package/dist/components/listbox/listbox-empty.vue.cjs +35 -0
- package/dist/components/listbox/listbox-empty.vue.d.cts +19 -0
- package/dist/components/listbox/listbox-empty.vue.d.ts +19 -0
- package/dist/components/listbox/listbox-empty.vue.js +31 -0
- package/dist/components/listbox/listbox-empty.vue2.cjs +9 -0
- package/dist/components/listbox/listbox-empty.vue2.js +5 -0
- package/dist/components/listbox/listbox-root-provider.vue.d.cts +2 -0
- package/dist/components/listbox/listbox-root-provider.vue.d.ts +2 -0
- package/dist/components/listbox/listbox-root.vue.d.cts +2 -0
- package/dist/components/listbox/listbox-root.vue.d.ts +2 -0
- package/dist/components/listbox/listbox.anatomy.cjs +9 -0
- package/dist/components/listbox/listbox.anatomy.d.cts +2 -1
- package/dist/components/listbox/listbox.anatomy.d.ts +2 -1
- package/dist/components/listbox/listbox.anatomy.js +5 -0
- package/dist/components/listbox/listbox.cjs +2 -0
- package/dist/components/listbox/listbox.d.cts +3 -2
- package/dist/components/listbox/listbox.d.ts +3 -2
- package/dist/components/listbox/listbox.js +1 -0
- package/dist/components/menu/menu-root.vue.cjs +1 -1
- package/dist/components/menu/menu-root.vue.d.cts +12 -0
- package/dist/components/menu/menu-root.vue.d.ts +12 -0
- package/dist/components/menu/menu-root.vue.js +1 -1
- package/dist/components/menu/menu-trigger-item.vue.cjs +2 -0
- package/dist/components/menu/menu-trigger-item.vue.js +3 -1
- package/dist/components/menu/menu.types.d.cts +11 -0
- package/dist/components/menu/menu.types.d.ts +11 -0
- package/dist/components/popover/popover-root.vue.cjs +1 -1
- package/dist/components/popover/popover-root.vue.d.cts +12 -0
- package/dist/components/popover/popover-root.vue.d.ts +12 -0
- package/dist/components/popover/popover-root.vue.js +1 -1
- package/dist/components/popover/popover.types.d.cts +11 -0
- package/dist/components/popover/popover.types.d.ts +11 -0
- package/dist/components/segment-group/segment-group.anatomy.d.cts +2 -2
- package/dist/components/segment-group/segment-group.anatomy.d.ts +2 -2
- package/dist/components/select/index.d.cts +2 -2
- package/dist/components/select/index.d.ts +2 -2
- package/dist/components/select/select-root-provider.vue.d.cts +2 -0
- package/dist/components/select/select-root-provider.vue.d.ts +2 -0
- package/dist/components/select/select-root.vue.d.cts +2 -0
- package/dist/components/select/select-root.vue.d.ts +2 -0
- package/dist/components/select/select.d.cts +2 -2
- package/dist/components/select/select.d.ts +2 -2
- package/dist/components/signature-pad/signature-pad-segment.vue.cjs +1 -2
- package/dist/components/signature-pad/signature-pad-segment.vue.js +1 -2
- package/dist/components/tree-view/index.d.cts +2 -2
- package/dist/components/tree-view/index.d.ts +2 -2
- package/dist/components/tree-view/tree-view-root-provider.vue.d.cts +2 -0
- package/dist/components/tree-view/tree-view-root-provider.vue.d.ts +2 -0
- package/dist/components/tree-view/tree-view-root.vue.d.cts +2 -0
- package/dist/components/tree-view/tree-view-root.vue.d.ts +2 -0
- package/dist/components/tree-view/tree-view.d.cts +2 -2
- package/dist/components/tree-view/tree-view.d.ts +2 -2
- package/dist/index.cjs +12 -14
- package/dist/index.js +4 -2
- package/package.json +68 -68
|
@@ -20,6 +20,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<MenuRootProps,
|
|
|
20
20
|
highlightChange: (details: HighlightChangeDetails) => any;
|
|
21
21
|
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
22
22
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
23
|
+
requestDismiss: (event: CustomEvent<{
|
|
24
|
+
originalLayer: HTMLElement;
|
|
25
|
+
targetLayer: HTMLElement | undefined;
|
|
26
|
+
originalIndex: number;
|
|
27
|
+
targetIndex: number;
|
|
28
|
+
}>) => any;
|
|
23
29
|
}, string, PublicProps, Readonly<MenuRootProps> & Readonly<{
|
|
24
30
|
onSelect?: ((details: SelectionDetails) => any) | undefined;
|
|
25
31
|
onOpenChange?: ((details: OpenChangeDetails) => any) | undefined;
|
|
@@ -30,6 +36,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<MenuRootProps,
|
|
|
30
36
|
onHighlightChange?: ((details: HighlightChangeDetails) => any) | undefined;
|
|
31
37
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
32
38
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
39
|
+
onRequestDismiss?: ((event: CustomEvent<{
|
|
40
|
+
originalLayer: HTMLElement;
|
|
41
|
+
targetLayer: HTMLElement | undefined;
|
|
42
|
+
originalIndex: number;
|
|
43
|
+
targetIndex: number;
|
|
44
|
+
}>) => any) | undefined;
|
|
33
45
|
}>, {
|
|
34
46
|
open: boolean;
|
|
35
47
|
defaultOpen: boolean;
|
|
@@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
34
|
open: void 0,
|
|
35
35
|
typeahead: void 0
|
|
36
36
|
}),
|
|
37
|
-
emits: ["escapeKeyDown", "focusOutside", "highlightChange", "interactOutside", "openChange", "pointerDownOutside", "select", "update:open", "update:highlightedValue"],
|
|
37
|
+
emits: ["escapeKeyDown", "focusOutside", "highlightChange", "interactOutside", "openChange", "pointerDownOutside", "requestDismiss", "select", "update:open", "update:highlightedValue"],
|
|
38
38
|
setup(__props, { emit: __emit }) {
|
|
39
39
|
const props = __props;
|
|
40
40
|
const emits = __emit;
|
|
@@ -5,6 +5,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
5
5
|
const vue = require('vue');
|
|
6
6
|
const factory = require('../factory.cjs');
|
|
7
7
|
const useForwardExpose = require('../../utils/use-forward-expose.cjs');
|
|
8
|
+
const useMenuOptionItemPropsContext = require('./use-menu-option-item-props-context.cjs');
|
|
8
9
|
const useMenuTriggerItemContext = require('./use-menu-trigger-item-context.cjs');
|
|
9
10
|
|
|
10
11
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -14,6 +15,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
14
15
|
},
|
|
15
16
|
setup(__props) {
|
|
16
17
|
const triggerItemProps = useMenuTriggerItemContext.useMenuTriggerItemContext();
|
|
18
|
+
useMenuOptionItemPropsContext.MenuItemPropsProvider(vue.computed(() => ({ value: triggerItemProps.value?.["data-value"] })));
|
|
17
19
|
useForwardExpose.useForwardExpose();
|
|
18
20
|
return (_ctx, _cache) => {
|
|
19
21
|
return vue.openBlock(), vue.createBlock(vue.unref(factory.ark).div, vue.mergeProps(vue.unref(triggerItemProps), { "as-child": _ctx.asChild }), {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
|
|
1
|
+
import { defineComponent, computed, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
|
|
2
2
|
import { ark } from '../factory.js';
|
|
3
3
|
import { useForwardExpose } from '../../utils/use-forward-expose.js';
|
|
4
|
+
import { MenuItemPropsProvider } from './use-menu-option-item-props-context.js';
|
|
4
5
|
import { useMenuTriggerItemContext } from './use-menu-trigger-item-context.js';
|
|
5
6
|
|
|
6
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -10,6 +11,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10
11
|
},
|
|
11
12
|
setup(__props) {
|
|
12
13
|
const triggerItemProps = useMenuTriggerItemContext();
|
|
14
|
+
MenuItemPropsProvider(computed(() => ({ value: triggerItemProps.value?.["data-value"] })));
|
|
13
15
|
useForwardExpose();
|
|
14
16
|
return (_ctx, _cache) => {
|
|
15
17
|
return openBlock(), createBlock(unref(ark).div, mergeProps(unref(triggerItemProps), { "as-child": _ctx.asChild }), {
|
|
@@ -96,6 +96,17 @@ export type RootEmits = {
|
|
|
96
96
|
* Function called when the pointer is pressed down outside the component
|
|
97
97
|
*/
|
|
98
98
|
pointerDownOutside: [event: menu.PointerDownOutsideEvent];
|
|
99
|
+
/**
|
|
100
|
+
* Function called when this layer is closed due to a parent layer being closed
|
|
101
|
+
*/
|
|
102
|
+
requestDismiss: [
|
|
103
|
+
event: CustomEvent<{
|
|
104
|
+
originalLayer: HTMLElement;
|
|
105
|
+
targetLayer: HTMLElement | undefined;
|
|
106
|
+
originalIndex: number;
|
|
107
|
+
targetIndex: number;
|
|
108
|
+
}>
|
|
109
|
+
];
|
|
99
110
|
/**
|
|
100
111
|
* Function called when a menu item is selected.
|
|
101
112
|
*/
|
|
@@ -96,6 +96,17 @@ export type RootEmits = {
|
|
|
96
96
|
* Function called when the pointer is pressed down outside the component
|
|
97
97
|
*/
|
|
98
98
|
pointerDownOutside: [event: menu.PointerDownOutsideEvent];
|
|
99
|
+
/**
|
|
100
|
+
* Function called when this layer is closed due to a parent layer being closed
|
|
101
|
+
*/
|
|
102
|
+
requestDismiss: [
|
|
103
|
+
event: CustomEvent<{
|
|
104
|
+
originalLayer: HTMLElement;
|
|
105
|
+
targetLayer: HTMLElement | undefined;
|
|
106
|
+
originalIndex: number;
|
|
107
|
+
targetIndex: number;
|
|
108
|
+
}>
|
|
109
|
+
];
|
|
99
110
|
/**
|
|
100
111
|
* Function called when a menu item is selected.
|
|
101
112
|
*/
|
|
@@ -34,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
34
34
|
open: void 0,
|
|
35
35
|
portalled: void 0
|
|
36
36
|
}),
|
|
37
|
-
emits: ["escapeKeyDown", "focusOutside", "interactOutside", "openChange", "pointerDownOutside", "update:open"],
|
|
37
|
+
emits: ["escapeKeyDown", "focusOutside", "interactOutside", "openChange", "pointerDownOutside", "requestDismiss", "update:open"],
|
|
38
38
|
setup(__props, { emit: __emit }) {
|
|
39
39
|
const props = __props;
|
|
40
40
|
const emits = __emit;
|
|
@@ -16,6 +16,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PopoverRootProp
|
|
|
16
16
|
interactOutside: (event: InteractOutsideEvent) => any;
|
|
17
17
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
18
18
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
19
|
+
requestDismiss: (event: CustomEvent<{
|
|
20
|
+
originalLayer: HTMLElement;
|
|
21
|
+
targetLayer: HTMLElement | undefined;
|
|
22
|
+
originalIndex: number;
|
|
23
|
+
targetIndex: number;
|
|
24
|
+
}>) => any;
|
|
19
25
|
}, string, PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
20
26
|
onOpenChange?: ((details: OpenChangeDetails) => any) | undefined;
|
|
21
27
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
@@ -23,6 +29,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PopoverRootProp
|
|
|
23
29
|
onInteractOutside?: ((event: InteractOutsideEvent) => any) | undefined;
|
|
24
30
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
25
31
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
32
|
+
onRequestDismiss?: ((event: CustomEvent<{
|
|
33
|
+
originalLayer: HTMLElement;
|
|
34
|
+
targetLayer: HTMLElement | undefined;
|
|
35
|
+
originalIndex: number;
|
|
36
|
+
targetIndex: number;
|
|
37
|
+
}>) => any) | undefined;
|
|
26
38
|
}>, {
|
|
27
39
|
open: boolean;
|
|
28
40
|
autoFocus: boolean;
|
|
@@ -16,6 +16,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PopoverRootProp
|
|
|
16
16
|
interactOutside: (event: InteractOutsideEvent) => any;
|
|
17
17
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
18
18
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
19
|
+
requestDismiss: (event: CustomEvent<{
|
|
20
|
+
originalLayer: HTMLElement;
|
|
21
|
+
targetLayer: HTMLElement | undefined;
|
|
22
|
+
originalIndex: number;
|
|
23
|
+
targetIndex: number;
|
|
24
|
+
}>) => any;
|
|
19
25
|
}, string, PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
20
26
|
onOpenChange?: ((details: OpenChangeDetails) => any) | undefined;
|
|
21
27
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
@@ -23,6 +29,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PopoverRootProp
|
|
|
23
29
|
onInteractOutside?: ((event: InteractOutsideEvent) => any) | undefined;
|
|
24
30
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
25
31
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
32
|
+
onRequestDismiss?: ((event: CustomEvent<{
|
|
33
|
+
originalLayer: HTMLElement;
|
|
34
|
+
targetLayer: HTMLElement | undefined;
|
|
35
|
+
originalIndex: number;
|
|
36
|
+
targetIndex: number;
|
|
37
|
+
}>) => any) | undefined;
|
|
26
38
|
}>, {
|
|
27
39
|
open: boolean;
|
|
28
40
|
autoFocus: boolean;
|
|
@@ -30,7 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
30
30
|
open: void 0,
|
|
31
31
|
portalled: void 0
|
|
32
32
|
}),
|
|
33
|
-
emits: ["escapeKeyDown", "focusOutside", "interactOutside", "openChange", "pointerDownOutside", "update:open"],
|
|
33
|
+
emits: ["escapeKeyDown", "focusOutside", "interactOutside", "openChange", "pointerDownOutside", "requestDismiss", "update:open"],
|
|
34
34
|
setup(__props, { emit: __emit }) {
|
|
35
35
|
const props = __props;
|
|
36
36
|
const emits = __emit;
|
|
@@ -96,6 +96,17 @@ export type RootEmits = {
|
|
|
96
96
|
* Function called when the pointer is pressed down outside the component
|
|
97
97
|
*/
|
|
98
98
|
pointerDownOutside: [event: popover.PointerDownOutsideEvent];
|
|
99
|
+
/**
|
|
100
|
+
* Function called when this layer is closed due to a parent layer being closed
|
|
101
|
+
*/
|
|
102
|
+
requestDismiss: [
|
|
103
|
+
event: CustomEvent<{
|
|
104
|
+
originalLayer: HTMLElement;
|
|
105
|
+
targetLayer: HTMLElement | undefined;
|
|
106
|
+
originalIndex: number;
|
|
107
|
+
targetIndex: number;
|
|
108
|
+
}>
|
|
109
|
+
];
|
|
99
110
|
/**
|
|
100
111
|
* The callback fired when the open state changes.
|
|
101
112
|
*/
|
|
@@ -96,6 +96,17 @@ export type RootEmits = {
|
|
|
96
96
|
* Function called when the pointer is pressed down outside the component
|
|
97
97
|
*/
|
|
98
98
|
pointerDownOutside: [event: popover.PointerDownOutsideEvent];
|
|
99
|
+
/**
|
|
100
|
+
* Function called when this layer is closed due to a parent layer being closed
|
|
101
|
+
*/
|
|
102
|
+
requestDismiss: [
|
|
103
|
+
event: CustomEvent<{
|
|
104
|
+
originalLayer: HTMLElement;
|
|
105
|
+
targetLayer: HTMLElement | undefined;
|
|
106
|
+
originalIndex: number;
|
|
107
|
+
targetIndex: number;
|
|
108
|
+
}>
|
|
109
|
+
];
|
|
99
110
|
/**
|
|
100
111
|
* The callback fired when the open state changes.
|
|
101
112
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Anatomy, AnatomyPart } from '@zag-js/anatomy';
|
|
2
|
-
export declare const segmentGroupAnatomy: Anatomy<"label" | "root" | "item" | "indicator" | "
|
|
3
|
-
export declare const parts: Record<"label" | "root" | "item" | "indicator" | "
|
|
2
|
+
export declare const segmentGroupAnatomy: Anatomy<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl">;
|
|
3
|
+
export declare const parts: Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", AnatomyPart>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Anatomy, AnatomyPart } from '@zag-js/anatomy';
|
|
2
|
-
export declare const segmentGroupAnatomy: Anatomy<"label" | "root" | "item" | "indicator" | "
|
|
3
|
-
export declare const parts: Record<"label" | "root" | "item" | "indicator" | "
|
|
2
|
+
export declare const segmentGroupAnatomy: Anatomy<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl">;
|
|
3
|
+
export declare const parts: Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", AnatomyPart>;
|
|
@@ -15,8 +15,8 @@ export { default as SelectItem, type SelectItemBaseProps, type SelectItemProps }
|
|
|
15
15
|
export { default as SelectLabel, type SelectLabelBaseProps, type SelectLabelProps } from './select-label.vue';
|
|
16
16
|
export { default as SelectList, type SelectListBaseProps, type SelectListProps } from './select-list.vue';
|
|
17
17
|
export { default as SelectPositioner, type SelectPositionerBaseProps, type SelectPositionerProps, } from './select-positioner.vue';
|
|
18
|
-
export { default as SelectRootProvider, type SelectRootProviderBaseProps, type SelectRootProviderProps, } from './select-root-provider.vue';
|
|
19
|
-
export { default as SelectRoot, type SelectRootBaseProps, type SelectRootEmits, type SelectRootProps, } from './select-root.vue';
|
|
18
|
+
export { default as SelectRootProvider, type SelectRootProviderBaseProps, type SelectRootProviderProps, type SelectRootProviderComponent, } from './select-root-provider.vue';
|
|
19
|
+
export { default as SelectRoot, type SelectRootBaseProps, type SelectRootEmits, type SelectRootProps, type SelectRootComponent, } from './select-root.vue';
|
|
20
20
|
export { default as SelectTrigger, type SelectTriggerBaseProps, type SelectTriggerProps } from './select-trigger.vue';
|
|
21
21
|
export { default as SelectValueText, type SelectValueTextBaseProps, type SelectValueTextProps, } from './select-value-text.vue';
|
|
22
22
|
export { selectAnatomy } from './select.anatomy';
|
|
@@ -15,8 +15,8 @@ export { default as SelectItem, type SelectItemBaseProps, type SelectItemProps }
|
|
|
15
15
|
export { default as SelectLabel, type SelectLabelBaseProps, type SelectLabelProps } from './select-label.vue';
|
|
16
16
|
export { default as SelectList, type SelectListBaseProps, type SelectListProps } from './select-list.vue';
|
|
17
17
|
export { default as SelectPositioner, type SelectPositionerBaseProps, type SelectPositionerProps, } from './select-positioner.vue';
|
|
18
|
-
export { default as SelectRootProvider, type SelectRootProviderBaseProps, type SelectRootProviderProps, } from './select-root-provider.vue';
|
|
19
|
-
export { default as SelectRoot, type SelectRootBaseProps, type SelectRootEmits, type SelectRootProps, } from './select-root.vue';
|
|
18
|
+
export { default as SelectRootProvider, type SelectRootProviderBaseProps, type SelectRootProviderProps, type SelectRootProviderComponent, } from './select-root-provider.vue';
|
|
19
|
+
export { default as SelectRoot, type SelectRootBaseProps, type SelectRootEmits, type SelectRootProps, type SelectRootComponent, } from './select-root.vue';
|
|
20
20
|
export { default as SelectTrigger, type SelectTriggerBaseProps, type SelectTriggerProps } from './select-trigger.vue';
|
|
21
21
|
export { default as SelectValueText, type SelectValueTextBaseProps, type SelectValueTextProps, } from './select-value-text.vue';
|
|
22
22
|
export { selectAnatomy } from './select.anatomy';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, UnwrapRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { Assign } from '../../types';
|
|
2
3
|
import { RenderStrategyProps } from '../../utils';
|
|
3
4
|
import { CollectionItem } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
@@ -14,6 +15,7 @@ export interface SelectRootProviderProps<T extends CollectionItem> extends Selec
|
|
|
14
15
|
*/
|
|
15
16
|
HTMLAttributes {
|
|
16
17
|
}
|
|
18
|
+
export type SelectRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Assign<SelectRootProviderProps<T>, P>) => any;
|
|
17
19
|
declare const _default: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
20
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & SelectRootProviderProps<T> & Partial<{}>> & PublicProps;
|
|
19
21
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, UnwrapRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { Assign } from '../../types';
|
|
2
3
|
import { RenderStrategyProps } from '../../utils';
|
|
3
4
|
import { CollectionItem } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
@@ -14,6 +15,7 @@ export interface SelectRootProviderProps<T extends CollectionItem> extends Selec
|
|
|
14
15
|
*/
|
|
15
16
|
HTMLAttributes {
|
|
16
17
|
}
|
|
18
|
+
export type SelectRootProviderComponent<P = {}> = <T extends CollectionItem>(props: Assign<SelectRootProviderProps<T>, P>) => any;
|
|
17
19
|
declare const _default: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
20
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & SelectRootProviderProps<T> & Partial<{}>> & PublicProps;
|
|
19
21
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { Assign } from '../../types';
|
|
2
3
|
import { RenderStrategyProps } from '../../utils';
|
|
3
4
|
import { CollectionItem } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
@@ -13,6 +14,7 @@ export interface SelectRootProps<T extends CollectionItem> extends SelectRootBas
|
|
|
13
14
|
*/
|
|
14
15
|
Omit<HTMLAttributes, 'onSelect'> {
|
|
15
16
|
}
|
|
17
|
+
export type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<SelectRootProps<T>, P>) => any;
|
|
16
18
|
export type { RootEmits as SelectRootEmits } from './select.types';
|
|
17
19
|
declare const _default: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
20
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { Assign } from '../../types';
|
|
2
3
|
import { RenderStrategyProps } from '../../utils';
|
|
3
4
|
import { CollectionItem } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
@@ -13,6 +14,7 @@ export interface SelectRootProps<T extends CollectionItem> extends SelectRootBas
|
|
|
13
14
|
*/
|
|
14
15
|
Omit<HTMLAttributes, 'onSelect'> {
|
|
15
16
|
}
|
|
17
|
+
export type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<SelectRootProps<T>, P>) => any;
|
|
16
18
|
export type { RootEmits as SelectRootEmits } from './select.types';
|
|
17
19
|
declare const _default: <T extends CollectionItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
20
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
@@ -15,7 +15,7 @@ export { default as ItemText, type SelectItemTextProps as ItemTextProps, type Se
|
|
|
15
15
|
export { default as Item, type SelectItemProps as ItemProps, type SelectItemBaseProps as ItemBaseProps, } from './select-item.vue';
|
|
16
16
|
export { default as Label, type SelectLabelProps as LabelProps, type SelectLabelBaseProps as LabelBaseProps, } from './select-label.vue';
|
|
17
17
|
export { default as Positioner, type SelectPositionerProps as PositionerProps, type SelectPositionerBaseProps as PositionerBaseProps, } from './select-positioner.vue';
|
|
18
|
-
export { default as RootProvider, type SelectRootProviderProps as RootProviderProps, type SelectRootProviderBaseProps as RootProviderBaseProps, } from './select-root-provider.vue';
|
|
19
|
-
export { default as Root, type SelectRootEmits as RootEmits, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, } from './select-root.vue';
|
|
18
|
+
export { default as RootProvider, type SelectRootProviderProps as RootProviderProps, type SelectRootProviderBaseProps as RootProviderBaseProps, type SelectRootProviderComponent as RootProviderComponent, } from './select-root-provider.vue';
|
|
19
|
+
export { default as Root, type SelectRootEmits as RootEmits, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, type SelectRootComponent as RootComponent, } from './select-root.vue';
|
|
20
20
|
export { default as Trigger, type SelectTriggerProps as TriggerProps, type SelectTriggerBaseProps as TriggerBaseProps, } from './select-trigger.vue';
|
|
21
21
|
export { default as ValueText, type SelectValueTextProps as ValueTextProps, type SelectValueTextBaseProps as ValueTextBaseProps, } from './select-value-text.vue';
|
|
@@ -15,7 +15,7 @@ export { default as ItemText, type SelectItemTextProps as ItemTextProps, type Se
|
|
|
15
15
|
export { default as Item, type SelectItemProps as ItemProps, type SelectItemBaseProps as ItemBaseProps, } from './select-item.vue';
|
|
16
16
|
export { default as Label, type SelectLabelProps as LabelProps, type SelectLabelBaseProps as LabelBaseProps, } from './select-label.vue';
|
|
17
17
|
export { default as Positioner, type SelectPositionerProps as PositionerProps, type SelectPositionerBaseProps as PositionerBaseProps, } from './select-positioner.vue';
|
|
18
|
-
export { default as RootProvider, type SelectRootProviderProps as RootProviderProps, type SelectRootProviderBaseProps as RootProviderBaseProps, } from './select-root-provider.vue';
|
|
19
|
-
export { default as Root, type SelectRootEmits as RootEmits, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, } from './select-root.vue';
|
|
18
|
+
export { default as RootProvider, type SelectRootProviderProps as RootProviderProps, type SelectRootProviderBaseProps as RootProviderBaseProps, type SelectRootProviderComponent as RootProviderComponent, } from './select-root-provider.vue';
|
|
19
|
+
export { default as Root, type SelectRootEmits as RootEmits, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, type SelectRootComponent as RootComponent, } from './select-root.vue';
|
|
20
20
|
export { default as Trigger, type SelectTriggerProps as TriggerProps, type SelectTriggerBaseProps as TriggerBaseProps, } from './select-trigger.vue';
|
|
21
21
|
export { default as ValueText, type SelectValueTextProps as ValueTextProps, type SelectValueTextBaseProps as ValueTextBaseProps, } from './select-value-text.vue';
|
|
@@ -24,8 +24,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
24
24
|
}), 128)),
|
|
25
25
|
vue.unref(signaturePad).currentPath ? (vue.openBlock(), vue.createElementBlock("path", vue.normalizeProps(vue.mergeProps({ key: 0 }, vue.unref(signaturePad).getSegmentPathProps({ path: vue.unref(signaturePad).currentPath }))), null, 16)) : vue.createCommentVNode("", true)
|
|
26
26
|
]),
|
|
27
|
-
_: 1
|
|
28
|
-
__: [0]
|
|
27
|
+
_: 1
|
|
29
28
|
}, 16, ["as-child"]);
|
|
30
29
|
};
|
|
31
30
|
}
|
|
@@ -20,8 +20,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
20
|
}), 128)),
|
|
21
21
|
unref(signaturePad).currentPath ? (openBlock(), createElementBlock("path", normalizeProps(mergeProps({ key: 0 }, unref(signaturePad).getSegmentPathProps({ path: unref(signaturePad).currentPath }))), null, 16)) : createCommentVNode("", true)
|
|
22
22
|
]),
|
|
23
|
-
_: 1
|
|
24
|
-
__: [0]
|
|
23
|
+
_: 1
|
|
25
24
|
}, 16, ["as-child"]);
|
|
26
25
|
};
|
|
27
26
|
}
|
|
@@ -16,8 +16,8 @@ export { default as TreeViewNodeCheckbox, type TreeViewNodeCheckboxBaseProps, ty
|
|
|
16
16
|
export { default as TreeViewNodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator.vue';
|
|
17
17
|
export { default as TreeViewNodeContext, type TreeViewNodeContextProps } from './tree-view-node-context.vue';
|
|
18
18
|
export { default as TreeViewNodeProvider, type TreeViewNodeProviderBaseProps, type TreeViewNodeProviderProps, } from './tree-view-node-provider.vue';
|
|
19
|
-
export { default as TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderProps, } from './tree-view-root-provider.vue';
|
|
20
|
-
export { default as TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootProps } from './tree-view-root.vue';
|
|
19
|
+
export { default as TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderComponent, type TreeViewRootProviderProps, } from './tree-view-root-provider.vue';
|
|
20
|
+
export { default as TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootProps, } from './tree-view-root.vue';
|
|
21
21
|
export { default as TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps } from './tree-view-tree.vue';
|
|
22
22
|
export { treeViewAnatomy } from './tree-view.anatomy';
|
|
23
23
|
export { useTreeView, type UseTreeViewProps, type UseTreeViewReturn } from './use-tree-view';
|
|
@@ -16,8 +16,8 @@ export { default as TreeViewNodeCheckbox, type TreeViewNodeCheckboxBaseProps, ty
|
|
|
16
16
|
export { default as TreeViewNodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator.vue';
|
|
17
17
|
export { default as TreeViewNodeContext, type TreeViewNodeContextProps } from './tree-view-node-context.vue';
|
|
18
18
|
export { default as TreeViewNodeProvider, type TreeViewNodeProviderBaseProps, type TreeViewNodeProviderProps, } from './tree-view-node-provider.vue';
|
|
19
|
-
export { default as TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderProps, } from './tree-view-root-provider.vue';
|
|
20
|
-
export { default as TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootProps } from './tree-view-root.vue';
|
|
19
|
+
export { default as TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderComponent, type TreeViewRootProviderProps, } from './tree-view-root-provider.vue';
|
|
20
|
+
export { default as TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootProps, } from './tree-view-root.vue';
|
|
21
21
|
export { default as TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps } from './tree-view-tree.vue';
|
|
22
22
|
export { treeViewAnatomy } from './tree-view.anatomy';
|
|
23
23
|
export { useTreeView, type UseTreeViewProps, type UseTreeViewReturn } from './use-tree-view';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, UnwrapRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { Assign } from '../../types';
|
|
2
3
|
import { RenderStrategyProps } from '../../utils';
|
|
3
4
|
import { TreeNode } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
@@ -14,6 +15,7 @@ export interface TreeViewRootProviderProps<T extends TreeNode> extends TreeViewR
|
|
|
14
15
|
*/
|
|
15
16
|
HTMLAttributes {
|
|
16
17
|
}
|
|
18
|
+
export type TreeViewRootProviderComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProviderProps<T>, P>) => any;
|
|
17
19
|
declare const _default: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
20
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & TreeViewRootProviderProps<T> & Partial<{}>> & PublicProps;
|
|
19
21
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HTMLAttributes, UnwrapRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
+
import { Assign } from '../../types';
|
|
2
3
|
import { RenderStrategyProps } from '../../utils';
|
|
3
4
|
import { TreeNode } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
@@ -14,6 +15,7 @@ export interface TreeViewRootProviderProps<T extends TreeNode> extends TreeViewR
|
|
|
14
15
|
*/
|
|
15
16
|
HTMLAttributes {
|
|
16
17
|
}
|
|
18
|
+
export type TreeViewRootProviderComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProviderProps<T>, P>) => any;
|
|
17
19
|
declare const _default: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
18
20
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & TreeViewRootProviderProps<T> & Partial<{}>> & PublicProps;
|
|
19
21
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { RenderStrategyProps } from '../../utils';
|
|
2
2
|
import { HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
3
|
+
import { Assign } from '../../types';
|
|
3
4
|
import { TreeNode } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
5
6
|
import { RootProps } from './tree-view.types';
|
|
@@ -12,6 +13,7 @@ export interface TreeViewRootProps<T extends TreeNode> extends TreeViewRootBaseP
|
|
|
12
13
|
*/
|
|
13
14
|
HTMLAttributes {
|
|
14
15
|
}
|
|
16
|
+
export type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProps<T>, P>) => any;
|
|
15
17
|
export type { RootEmits as TreeViewRootEmits } from './tree-view.types';
|
|
16
18
|
declare const _default: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
17
19
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { RenderStrategyProps } from '../../utils';
|
|
2
2
|
import { HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
3
|
+
import { Assign } from '../../types';
|
|
3
4
|
import { TreeNode } from '../collection';
|
|
4
5
|
import { PolymorphicProps } from '../factory';
|
|
5
6
|
import { RootProps } from './tree-view.types';
|
|
@@ -12,6 +13,7 @@ export interface TreeViewRootProps<T extends TreeNode> extends TreeViewRootBaseP
|
|
|
12
13
|
*/
|
|
13
14
|
HTMLAttributes {
|
|
14
15
|
}
|
|
16
|
+
export type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProps<T>, P>) => any;
|
|
15
17
|
export type { RootEmits as TreeViewRootEmits } from './tree-view.types';
|
|
16
18
|
declare const _default: <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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
17
19
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
@@ -15,6 +15,6 @@ export { default as NodeCheckbox, type TreeViewNodeCheckboxBaseProps as NodeChec
|
|
|
15
15
|
export { default as NodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps as NodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps as NodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator.vue';
|
|
16
16
|
export { default as NodeContext, type TreeViewNodeContextProps as NodeContextProps } from './tree-view-node-context.vue';
|
|
17
17
|
export { default as NodeProvider, type TreeViewNodeProviderBaseProps as NodeProviderBaseProps, type TreeViewNodeProviderProps as NodeProviderProps, } from './tree-view-node-provider.vue';
|
|
18
|
-
export { default as RootProvider, type TreeViewRootProviderBaseProps as RootProviderBaseProps, type TreeViewRootProviderProps as RootProviderProps, } from './tree-view-root-provider.vue';
|
|
19
|
-
export { default as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootEmits as RootEmits, type TreeViewRootProps as RootProps, } from './tree-view-root.vue';
|
|
18
|
+
export { default as RootProvider, type TreeViewRootProviderBaseProps as RootProviderBaseProps, type TreeViewRootProviderComponent as RootProviderComponent, type TreeViewRootProviderProps as RootProviderProps, } from './tree-view-root-provider.vue';
|
|
19
|
+
export { default as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootComponent as RootComponent, type TreeViewRootEmits as RootEmits, type TreeViewRootProps as RootProps, } from './tree-view-root.vue';
|
|
20
20
|
export { default as Tree, type TreeViewTreeBaseProps as TreeBaseProps, type TreeViewTreeProps as TreeProps, } from './tree-view-tree.vue';
|
|
@@ -15,6 +15,6 @@ export { default as NodeCheckbox, type TreeViewNodeCheckboxBaseProps as NodeChec
|
|
|
15
15
|
export { default as NodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps as NodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps as NodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator.vue';
|
|
16
16
|
export { default as NodeContext, type TreeViewNodeContextProps as NodeContextProps } from './tree-view-node-context.vue';
|
|
17
17
|
export { default as NodeProvider, type TreeViewNodeProviderBaseProps as NodeProviderBaseProps, type TreeViewNodeProviderProps as NodeProviderProps, } from './tree-view-node-provider.vue';
|
|
18
|
-
export { default as RootProvider, type TreeViewRootProviderBaseProps as RootProviderBaseProps, type TreeViewRootProviderProps as RootProviderProps, } from './tree-view-root-provider.vue';
|
|
19
|
-
export { default as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootEmits as RootEmits, type TreeViewRootProps as RootProps, } from './tree-view-root.vue';
|
|
18
|
+
export { default as RootProvider, type TreeViewRootProviderBaseProps as RootProviderBaseProps, type TreeViewRootProviderComponent as RootProviderComponent, type TreeViewRootProviderProps as RootProviderProps, } from './tree-view-root-provider.vue';
|
|
19
|
+
export { default as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootComponent as RootComponent, type TreeViewRootEmits as RootEmits, type TreeViewRootProps as RootProps, } from './tree-view-root.vue';
|
|
20
20
|
export { default as Tree, type TreeViewTreeBaseProps as TreeBaseProps, type TreeViewTreeProps as TreeProps, } from './tree-view-tree.vue';
|
package/dist/index.cjs
CHANGED
|
@@ -128,6 +128,7 @@ const useColorPickerContext = require('./components/color-picker/use-color-picke
|
|
|
128
128
|
const colorPicker$1 = require('./components/color-picker/color-picker.cjs');
|
|
129
129
|
const comboboxClearTrigger_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-clear-trigger.vue.cjs');
|
|
130
130
|
const comboboxContent_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-content.vue.cjs');
|
|
131
|
+
const comboboxEmpty_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-empty.vue.cjs');
|
|
131
132
|
const comboboxContext_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-context.vue.cjs');
|
|
132
133
|
const comboboxControl_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-control.vue.cjs');
|
|
133
134
|
const comboboxInput_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-input.vue.cjs');
|
|
@@ -143,10 +144,11 @@ const comboboxPositioner_vue_vue_type_script_setup_true_lang = require('./compon
|
|
|
143
144
|
const comboboxRootProvider_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-root-provider.vue.cjs');
|
|
144
145
|
const comboboxRoot_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-root.vue.cjs');
|
|
145
146
|
const comboboxTrigger_vue_vue_type_script_setup_true_lang = require('./components/combobox/combobox-trigger.vue.cjs');
|
|
147
|
+
const combobox_anatomy = require('./components/combobox/combobox.anatomy.cjs');
|
|
146
148
|
const useCombobox = require('./components/combobox/use-combobox.cjs');
|
|
147
149
|
const useComboboxContext = require('./components/combobox/use-combobox-context.cjs');
|
|
148
150
|
const useComboboxItemContext = require('./components/combobox/use-combobox-item-context.cjs');
|
|
149
|
-
const combobox
|
|
151
|
+
const combobox = require('./components/combobox/combobox.cjs');
|
|
150
152
|
const datePicker = require('@zag-js/date-picker');
|
|
151
153
|
const datePickerClearTrigger_vue_vue_type_script_setup_true_lang = require('./components/date-picker/date-picker-clear-trigger.vue.cjs');
|
|
152
154
|
const datePickerContent_vue_vue_type_script_setup_true_lang = require('./components/date-picker/date-picker-content.vue.cjs');
|
|
@@ -292,6 +294,7 @@ const useJsonTreeView = require('./components/json-tree-view/use-json-tree-view.
|
|
|
292
294
|
const jsonTreeView = require('./components/json-tree-view/json-tree-view.cjs');
|
|
293
295
|
const listboxContext_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-context.vue.cjs');
|
|
294
296
|
const listboxContent_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-content.vue.cjs');
|
|
297
|
+
const listboxEmpty_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-empty.vue.cjs');
|
|
295
298
|
const listboxInput_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-input.vue.cjs');
|
|
296
299
|
const listboxItem_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-item.vue.cjs');
|
|
297
300
|
const listboxItemContext_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-item-context.vue.cjs');
|
|
@@ -303,10 +306,11 @@ const listboxLabel_vue_vue_type_script_setup_true_lang = require('./components/l
|
|
|
303
306
|
const listboxRoot_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-root.vue.cjs');
|
|
304
307
|
const listboxRootProvider_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-root-provider.vue.cjs');
|
|
305
308
|
const listboxValueText_vue_vue_type_script_setup_true_lang = require('./components/listbox/listbox-value-text.vue.cjs');
|
|
309
|
+
const listbox_anatomy = require('./components/listbox/listbox.anatomy.cjs');
|
|
306
310
|
const useListbox = require('./components/listbox/use-listbox.cjs');
|
|
307
311
|
const useListboxContext = require('./components/listbox/use-listbox-context.cjs');
|
|
308
312
|
const useListboxItemContext = require('./components/listbox/use-listbox-item-context.cjs');
|
|
309
|
-
const listbox
|
|
313
|
+
const listbox = require('./components/listbox/listbox.cjs');
|
|
310
314
|
const menuArrowTip_vue_vue_type_script_setup_true_lang = require('./components/menu/menu-arrow-tip.vue.cjs');
|
|
311
315
|
const menuArrow_vue_vue_type_script_setup_true_lang = require('./components/menu/menu-arrow.vue.cjs');
|
|
312
316
|
const menuCheckboxItem_vue_vue_type_script_setup_true_lang = require('./components/menu/menu-checkbox-item.vue.cjs');
|
|
@@ -707,13 +711,11 @@ const avatar = require('@zag-js/avatar');
|
|
|
707
711
|
const carousel = require('@zag-js/carousel');
|
|
708
712
|
const clipboard = require('@zag-js/clipboard');
|
|
709
713
|
const collapsible = require('@zag-js/collapsible');
|
|
710
|
-
const combobox = require('@zag-js/combobox');
|
|
711
714
|
const dialog = require('@zag-js/dialog');
|
|
712
715
|
const editable = require('@zag-js/editable');
|
|
713
716
|
const fileUpload = require('@zag-js/file-upload');
|
|
714
717
|
const floatingPanel = require('@zag-js/floating-panel');
|
|
715
718
|
const hoverCard = require('@zag-js/hover-card');
|
|
716
|
-
const listbox = require('@zag-js/listbox');
|
|
717
719
|
const menu = require('@zag-js/menu');
|
|
718
720
|
const numberInput = require('@zag-js/number-input');
|
|
719
721
|
const pagination = require('@zag-js/pagination');
|
|
@@ -872,6 +874,7 @@ exports.useColorPickerContext = useColorPickerContext.useColorPickerContext;
|
|
|
872
874
|
exports.ColorPicker = colorPicker$1;
|
|
873
875
|
exports.ComboboxClearTrigger = comboboxClearTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
874
876
|
exports.ComboboxContent = comboboxContent_vue_vue_type_script_setup_true_lang.default;
|
|
877
|
+
exports.ComboboxEmpty = comboboxEmpty_vue_vue_type_script_setup_true_lang.default;
|
|
875
878
|
exports.ComboboxContext = comboboxContext_vue_vue_type_script_setup_true_lang.default;
|
|
876
879
|
exports.ComboboxControl = comboboxControl_vue_vue_type_script_setup_true_lang.default;
|
|
877
880
|
exports.ComboboxInput = comboboxInput_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -887,10 +890,11 @@ exports.ComboboxPositioner = comboboxPositioner_vue_vue_type_script_setup_true_l
|
|
|
887
890
|
exports.ComboboxRootProvider = comboboxRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
888
891
|
exports.ComboboxRoot = comboboxRoot_vue_vue_type_script_setup_true_lang.default;
|
|
889
892
|
exports.ComboboxTrigger = comboboxTrigger_vue_vue_type_script_setup_true_lang.default;
|
|
893
|
+
exports.comboboxAnatomy = combobox_anatomy.comboboxAnatomy;
|
|
890
894
|
exports.useCombobox = useCombobox.useCombobox;
|
|
891
895
|
exports.useComboboxContext = useComboboxContext.useComboboxContext;
|
|
892
896
|
exports.useComboboxItemContext = useComboboxItemContext.useComboboxItemContext;
|
|
893
|
-
exports.Combobox = combobox
|
|
897
|
+
exports.Combobox = combobox;
|
|
894
898
|
Object.defineProperty(exports, "parseDate", {
|
|
895
899
|
enumerable: true,
|
|
896
900
|
get: () => datePicker.parse
|
|
@@ -1040,6 +1044,7 @@ exports.useJsonTreeView = useJsonTreeView.useJsonTreeView;
|
|
|
1040
1044
|
exports.JsonTreeView = jsonTreeView;
|
|
1041
1045
|
exports.ListboxContext = listboxContext_vue_vue_type_script_setup_true_lang.default;
|
|
1042
1046
|
exports.ListboxContent = listboxContent_vue_vue_type_script_setup_true_lang.default;
|
|
1047
|
+
exports.ListboxEmpty = listboxEmpty_vue_vue_type_script_setup_true_lang.default;
|
|
1043
1048
|
exports.ListboxInput = listboxInput_vue_vue_type_script_setup_true_lang.default;
|
|
1044
1049
|
exports.ListboxItem = listboxItem_vue_vue_type_script_setup_true_lang.default;
|
|
1045
1050
|
exports.ListboxItemContext = listboxItemContext_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1051,10 +1056,11 @@ exports.ListboxLabel = listboxLabel_vue_vue_type_script_setup_true_lang.default;
|
|
|
1051
1056
|
exports.ListboxRoot = listboxRoot_vue_vue_type_script_setup_true_lang.default;
|
|
1052
1057
|
exports.ListboxRootProvider = listboxRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
1053
1058
|
exports.ListboxValueText = listboxValueText_vue_vue_type_script_setup_true_lang.default;
|
|
1059
|
+
exports.listboxAnatomy = listbox_anatomy.listboxAnatomy;
|
|
1054
1060
|
exports.useListbox = useListbox.useListbox;
|
|
1055
1061
|
exports.useListboxContext = useListboxContext.useListboxContext;
|
|
1056
1062
|
exports.useListboxItemContext = useListboxItemContext.useListboxItemContext;
|
|
1057
|
-
exports.Listbox = listbox
|
|
1063
|
+
exports.Listbox = listbox;
|
|
1058
1064
|
exports.MenuArrowTip = menuArrowTip_vue_vue_type_script_setup_true_lang.default;
|
|
1059
1065
|
exports.MenuArrow = menuArrow_vue_vue_type_script_setup_true_lang.default;
|
|
1060
1066
|
exports.MenuCheckboxItem = menuCheckboxItem_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1479,10 +1485,6 @@ Object.defineProperty(exports, "collapsibleAnatomy", {
|
|
|
1479
1485
|
enumerable: true,
|
|
1480
1486
|
get: () => collapsible.anatomy
|
|
1481
1487
|
});
|
|
1482
|
-
Object.defineProperty(exports, "comboboxAnatomy", {
|
|
1483
|
-
enumerable: true,
|
|
1484
|
-
get: () => combobox.anatomy
|
|
1485
|
-
});
|
|
1486
1488
|
Object.defineProperty(exports, "dialogAnatomy", {
|
|
1487
1489
|
enumerable: true,
|
|
1488
1490
|
get: () => dialog.anatomy
|
|
@@ -1503,10 +1505,6 @@ Object.defineProperty(exports, "hoverCardAnatomy", {
|
|
|
1503
1505
|
enumerable: true,
|
|
1504
1506
|
get: () => hoverCard.anatomy
|
|
1505
1507
|
});
|
|
1506
|
-
Object.defineProperty(exports, "listboxAnatomy", {
|
|
1507
|
-
enumerable: true,
|
|
1508
|
-
get: () => listbox.anatomy
|
|
1509
|
-
});
|
|
1510
1508
|
Object.defineProperty(exports, "menuAnatomy", {
|
|
1511
1509
|
enumerable: true,
|
|
1512
1510
|
get: () => menu.anatomy
|