@soybeanjs/headless 0.8.0 → 0.9.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/alert-dialog/alert-dialog-content.vue.d.ts +2 -2
- package/dist/components/checkbox/checkbox-root.vue.d.ts +1 -1
- package/dist/components/collapsible/collapsible-root.vue.d.ts +1 -1
- package/dist/components/context-menu/context-menu-content.vue.d.ts +4 -4
- package/dist/components/dialog/dialog-content.vue.d.ts +2 -2
- package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +4 -4
- package/dist/components/input-number/context.d.ts +9 -0
- package/dist/components/{number-input → input-number}/context.js +1 -1
- package/dist/components/input-number/index.d.ts +7 -0
- package/dist/components/input-number/index.js +1 -0
- package/dist/components/{number-input/number-input-control.js → input-number/input-number-control.js} +1 -1
- package/dist/components/input-number/input-number-control.vue.d.ts +8 -0
- package/dist/components/{number-input/number-input-decrement.js → input-number/input-number-decrement.js} +1 -1
- package/dist/components/{number-input/number-input-decrement.vue.d.ts → input-number/input-number-decrement.vue.d.ts} +3 -3
- package/dist/components/{number-input/number-input-increment.js → input-number/input-number-increment.js} +1 -1
- package/dist/components/{number-input/number-input-increment.vue.d.ts → input-number/input-number-increment.vue.d.ts} +3 -3
- package/dist/components/{number-input/number-input-root.js → input-number/input-number-root.js} +1 -1
- package/dist/components/{number-input/number-input-root.vue.d.ts → input-number/input-number-root.vue.d.ts} +4 -4
- package/dist/components/{number-input → input-number}/types.d.ts +9 -9
- package/dist/components/link/link.vue.d.ts +2 -2
- package/dist/components/menu/menu-content.vue.d.ts +4 -4
- package/dist/components/menu/menu-sub-content.vue.d.ts +4 -4
- package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +1 -1
- package/dist/components/popover/popover-positioner.vue.d.ts +2 -2
- package/dist/components/popper/popper-positioner.vue.d.ts +62 -62
- package/dist/components/roving-focus/roving-focus-group.vue.d.ts +1 -1
- package/dist/components/select/select-content.vue.d.ts +2 -2
- package/dist/components/table/context.d.ts +9 -0
- package/dist/components/table/context.js +1 -0
- package/dist/components/table/index.d.ts +11 -0
- package/dist/components/table/index.js +1 -0
- package/dist/components/table/table-body.js +1 -0
- package/dist/components/table/table-body.vue.d.ts +18 -0
- package/dist/components/table/table-cell.js +1 -0
- package/dist/components/table/table-cell.vue.d.ts +18 -0
- package/dist/components/table/table-content.js +1 -0
- package/dist/components/table/table-content.vue.d.ts +18 -0
- package/dist/components/table/table-footer.js +1 -0
- package/dist/components/table/table-footer.vue.d.ts +18 -0
- package/dist/components/table/table-head.js +1 -0
- package/dist/components/table/table-head.vue.d.ts +18 -0
- package/dist/components/table/table-header.js +1 -0
- package/dist/components/table/table-header.vue.d.ts +18 -0
- package/dist/components/table/table-root.js +1 -0
- package/dist/components/table/table-root.vue.d.ts +18 -0
- package/dist/components/table/table-row.js +1 -0
- package/dist/components/table/table-row.vue.d.ts +18 -0
- package/dist/components/table/types.d.ts +17 -0
- package/dist/components/tabs/tabs-root.vue.d.ts +2 -2
- package/dist/components/tabs/tabs-trigger.vue.d.ts +1 -1
- package/dist/components/toast/toast-root.vue.d.ts +4 -4
- package/dist/components/virtualizer/types.d.ts +1 -1
- package/dist/components/virtualizer/virtualizer-content.js +1 -1
- package/dist/components/virtualizer/virtualizer-content.vue.d.ts +3 -3
- package/dist/components/virtualizer/virtualizer-item.js +1 -1
- package/dist/composables/use-dismissable-layer.d.ts +1 -1
- package/dist/composables/use-selection.d.ts +5 -1
- package/dist/composables/use-selection.js +1 -1
- package/dist/constants/components.d.ts +1 -1
- package/dist/constants/components.js +1 -1
- package/dist/index.d.ts +94 -83
- package/dist/index.js +1 -1
- package/dist/namespaced/index.d.ts +73 -73
- package/dist/namespaced/index.js +1 -1
- package/package.json +9 -9
- package/dist/components/number-input/context.d.ts +0 -9
- package/dist/components/number-input/index.d.ts +0 -7
- package/dist/components/number-input/index.js +0 -1
- package/dist/components/number-input/number-input-control.vue.d.ts +0 -8
- /package/dist/components/{number-input → input-number}/shared.js +0 -0
|
@@ -20,8 +20,8 @@ declare const __VLS_base: vue.DefineComponent<RovingFocusGroupProps, {
|
|
|
20
20
|
"onUpdate:currentTabStopId"?: ((value: string | null | undefined) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
22
|
orientation: DataOrientation;
|
|
23
|
-
preventScrollOnEntryFocus: boolean;
|
|
24
23
|
loop: boolean;
|
|
24
|
+
preventScrollOnEntryFocus: boolean;
|
|
25
25
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
27
|
declare const _default: typeof __VLS_export;
|
|
@@ -11,13 +11,13 @@ type __VLS_Slots = {} & {
|
|
|
11
11
|
default?: (props: typeof __VLS_22) => any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
14
|
-
closeAutoFocus: (event: Event) => any;
|
|
15
14
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
16
15
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
16
|
+
closeAutoFocus: (event: Event) => any;
|
|
17
17
|
}, string, vue.PublicProps, Readonly<SelectContentProps> & Readonly<{
|
|
18
|
-
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
19
18
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
20
19
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
20
|
+
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
22
|
position: SelectPosition;
|
|
23
23
|
bodyLock: boolean;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ClassValue, UiClass } from "../../types/common.js";
|
|
2
|
+
import { TableUiSlot } from "./types.js";
|
|
3
|
+
import "../../index.js";
|
|
4
|
+
import * as vue from "vue";
|
|
5
|
+
|
|
6
|
+
//#region src/components/table/context.d.ts
|
|
7
|
+
declare const provideTableUi: (ui: vue.ComputedRef<Partial<UiClass<TableUiSlot>>>) => vue.ComputedRef<Partial<UiClass<TableUiSlot>>>, useTableUi: <S extends TableUiSlot | undefined = undefined>(slot?: S | undefined) => S extends TableUiSlot ? vue.ComputedRef<ClassValue> : vue.ComputedRef<Partial<UiClass<TableUiSlot>>>;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { provideTableUi };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useUiContext as e}from"../../composables/use-ui-context.js";import"../../composables/index.js";const[t,n]=e(`Table`);export{t as provideTableUi,n as useTableUi};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TableBodyProps, TableCellProps, TableContentProps, TableFooterProps, TableHeadProps, TableHeaderProps, TableRootProps, TableRowProps, TableUi, TableUiSlot } from "./types.js";
|
|
2
|
+
import { _default as _default$6 } from "./table-root.vue.js";
|
|
3
|
+
import { _default as _default$2 } from "./table-content.vue.js";
|
|
4
|
+
import { _default as _default$5 } from "./table-header.vue.js";
|
|
5
|
+
import { _default } from "./table-body.vue.js";
|
|
6
|
+
import { _default as _default$3 } from "./table-footer.vue.js";
|
|
7
|
+
import { _default as _default$7 } from "./table-row.vue.js";
|
|
8
|
+
import { _default as _default$4 } from "./table-head.vue.js";
|
|
9
|
+
import { _default as _default$1 } from "./table-cell.vue.js";
|
|
10
|
+
import { provideTableUi } from "./context.js";
|
|
11
|
+
export { _default as TableBody, TableBodyProps, _default$1 as TableCell, TableCellProps, _default$2 as TableContent, TableContentProps, _default$3 as TableFooter, TableFooterProps, _default$4 as TableHead, TableHeadProps, _default$5 as TableHeader, TableHeaderProps, _default$6 as TableRoot, TableRootProps, _default$7 as TableRow, TableRowProps, TableUi, TableUiSlot, provideTableUi };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{provideTableUi as e}from"./context.js";import t from"./table-root.js";import n from"./table-content.js";import r from"./table-header.js";import i from"./table-body.js";import a from"./table-footer.js";import o from"./table-row.js";import s from"./table-head.js";import c from"./table-cell.js";export{i as TableBody,c as TableCell,n as TableContent,a as TableFooter,s as TableHead,r as TableHeader,t as TableRoot,o as TableRow,e as provideTableUi};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableBody`,__name:`table-body`,setup(n){let s=e(`body`);return(e,n)=>(i(),t(`tbody`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableBodyProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-body.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableBodyProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableCell`,__name:`table-cell`,setup(n){let s=e(`cell`);return(e,n)=>(i(),t(`td`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableCellProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-cell.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableCellProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableContent`,__name:`table-content`,setup(n){let s=e(`content`);return(e,n)=>(i(),t(`table`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableContentProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-content.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableFooter`,__name:`table-footer`,setup(n){let s=e(`footer`);return(e,n)=>(i(),t(`tfoot`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableFooterProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-footer.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableFooterProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableHead`,__name:`table-head`,setup(n){let s=e(`head`);return(e,n)=>(i(),t(`th`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableHeadProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-head.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableHeadProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableHeadProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableHeader`,__name:`table-header`,setup(n){let s=e(`header`);return(e,n)=>(i(),t(`thead`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableHeaderProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-header.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableHeaderProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableRoot`,__name:`table-root`,setup(n){let s=e(`root`);return(e,n)=>(i(),t(`div`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableRootProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-root.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useTableUi as e}from"./context.js";import{createElementBlock as t,defineComponent as n,normalizeClass as r,openBlock as i,renderSlot as a,unref as o}from"vue";const s=n({name:`TableRow`,__name:`table-row`,setup(n){let s=e(`row`);return(e,n)=>(i(),t(`tr`,{class:r(o(s))},[a(e.$slots,`default`)],2))}});export{s as default};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TableRowProps } from "./types.js";
|
|
2
|
+
import * as vue from "vue";
|
|
3
|
+
|
|
4
|
+
//#region src/components/table/table-row.vue.d.ts
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: vue.DefineComponent<TableRowProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TableRowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { _default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UiClass } from "../../types/common.js";
|
|
2
|
+
import "../../types/index.js";
|
|
3
|
+
import { HTMLAttributes, TableHTMLAttributes, TdHTMLAttributes, ThHTMLAttributes } from "vue";
|
|
4
|
+
|
|
5
|
+
//#region src/components/table/types.d.ts
|
|
6
|
+
interface TableRootProps extends /** @vue-ignore */HTMLAttributes {}
|
|
7
|
+
interface TableContentProps extends /** @vue-ignore */TableHTMLAttributes {}
|
|
8
|
+
interface TableHeaderProps extends /** @vue-ignore */HTMLAttributes {}
|
|
9
|
+
interface TableBodyProps extends /** @vue-ignore */HTMLAttributes {}
|
|
10
|
+
interface TableFooterProps extends /** @vue-ignore */HTMLAttributes {}
|
|
11
|
+
interface TableRowProps extends /** @vue-ignore */HTMLAttributes {}
|
|
12
|
+
interface TableHeadProps extends /** @vue-ignore */ThHTMLAttributes {}
|
|
13
|
+
interface TableCellProps extends /** @vue-ignore */TdHTMLAttributes {}
|
|
14
|
+
type TableUiSlot = 'root' | 'content' | 'header' | 'body' | 'footer' | 'row' | 'head' | 'cell';
|
|
15
|
+
type TableUi = UiClass<TableUiSlot>;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { TableBodyProps, TableCellProps, TableContentProps, TableFooterProps, TableHeadProps, TableHeaderProps, TableRootProps, TableRowProps, TableUi, TableUiSlot };
|
|
@@ -16,11 +16,11 @@ declare const __VLS_base: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.C
|
|
|
16
16
|
}, string, vue.PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
17
|
"onUpdate:modelValue"?: ((payload: NonNullable<AcceptableValue>) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
-
modelValue: DefinedValue | null;
|
|
20
19
|
orientation: DataOrientation;
|
|
20
|
+
modelValue: DefinedValue | null;
|
|
21
21
|
loop: boolean;
|
|
22
|
-
unmountOnHide: boolean;
|
|
23
22
|
activationMode: TabsActivationMode;
|
|
23
|
+
unmountOnHide: boolean;
|
|
24
24
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
26
|
declare const _default: typeof __VLS_export;
|
|
@@ -11,8 +11,8 @@ type __VLS_Slots = {} & {
|
|
|
11
11
|
default?: (props: typeof __VLS_18) => any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: vue.DefineComponent<TabsTriggerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {
|
|
14
|
-
as: AsTag | vue.Component;
|
|
15
14
|
disabled: boolean;
|
|
15
|
+
as: AsTag | vue.Component;
|
|
16
16
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
@@ -15,27 +15,27 @@ type __VLS_Slots = {} & {
|
|
|
15
15
|
};
|
|
16
16
|
declare const __VLS_base: vue.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
17
17
|
pause: () => any;
|
|
18
|
-
"update:open": (value: boolean) => any;
|
|
19
18
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
20
19
|
resume: () => any;
|
|
21
20
|
swipeStart: (event: SwipeEvent) => any;
|
|
22
21
|
swipeMove: (event: SwipeEvent) => any;
|
|
23
22
|
swipeCancel: (event: SwipeEvent) => any;
|
|
24
23
|
swipeEnd: (event: SwipeEvent) => any;
|
|
24
|
+
"update:open": (value: boolean) => any;
|
|
25
25
|
}, string, vue.PublicProps, Readonly<ToastRootProps> & Readonly<{
|
|
26
26
|
onPause?: (() => any) | undefined;
|
|
27
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
28
27
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
29
28
|
onResume?: (() => any) | undefined;
|
|
30
29
|
onSwipeStart?: ((event: SwipeEvent) => any) | undefined;
|
|
31
30
|
onSwipeMove?: ((event: SwipeEvent) => any) | undefined;
|
|
32
31
|
onSwipeCancel?: ((event: SwipeEvent) => any) | undefined;
|
|
33
32
|
onSwipeEnd?: ((event: SwipeEvent) => any) | undefined;
|
|
33
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
34
34
|
}>, {
|
|
35
|
-
open: boolean;
|
|
36
35
|
as: AsTag | vue.Component;
|
|
37
|
-
|
|
36
|
+
open: boolean;
|
|
38
37
|
liveType: ToastLiveType;
|
|
38
|
+
defaultOpen: boolean;
|
|
39
39
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
40
40
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
41
41
|
declare const _default: typeof __VLS_export;
|
|
@@ -16,7 +16,7 @@ interface VirtualizerRootProps<T extends Record<string, any> = Record<string, an
|
|
|
16
16
|
dynamic?: boolean;
|
|
17
17
|
}
|
|
18
18
|
interface VirtualizerDynamicContentProps extends /** @vue-ignore */HTMLAttributes {}
|
|
19
|
-
interface VirtualizerContentProps extends /** @vue-ignore */HTMLAttributes {
|
|
19
|
+
interface VirtualizerContentProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
|
|
20
20
|
dynamicContentProps?: VirtualizerDynamicContentProps;
|
|
21
21
|
}
|
|
22
22
|
interface VirtualizerItemProps extends PrimitiveProps, /** @vue-ignore */HTMLAttributes {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Primitive as e}from"../primitive/primitive.js";import"../primitive/index.js";import{useVirtualizerContext as t}from"./context.js";import{computed as n,createBlock as r,createElementBlock as i,defineComponent as a,mergeProps as o,normalizeStyle as s,openBlock as c,renderSlot as l,unref as u,withCtx as d}from"vue";const f=a({name:`VirtualizerContent`,__name:`virtualizer-content`,props:{dynamicContentProps:{},asChild:{type:Boolean},as:{}},setup(a){let{contentStyle:f,virtualItems:p,isVerticalDynamic:m}=t(`VirtualizerContent`),h=n(()=>p.value[0]?.start??0),g=n(()=>`position:absolute;left:0;top:0;width:100%;transform:translateY(${h.value}px);`);return(t,n)=>(c(),r(u(e),{as:a.as,"as-child":a.asChild,style:s(u(f))},{default:d(()=>[u(m)?(c(),i(`div`,o({key:0},a.dynamicContentProps,{style:g.value}),[l(t.$slots,`default`)],16)):l(t.$slots,`default`,{key:1})]),_:3},8,[`as`,`as-child`,`style`]))}});export{f as default};
|
|
@@ -2,11 +2,11 @@ import { VirtualizerContentProps } from "./types.js";
|
|
|
2
2
|
import * as vue from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/components/virtualizer/virtualizer-content.vue.d.ts
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_8: {}, __VLS_10: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
} & {
|
|
9
|
-
default?: (props: typeof
|
|
9
|
+
default?: (props: typeof __VLS_10) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: vue.DefineComponent<VirtualizerContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<VirtualizerContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Primitive as e}from"../primitive/primitive.js";import"../primitive/index.js";import{useVirtualizerContext as t}from"./context.js";import{computed as n,createBlock as r,defineComponent as i,normalizeStyle as a,openBlock as o,renderSlot as s,unref as c,withCtx as l}from"vue";const u=i({name:`VirtualizerItem`,__name:`virtualizer-item`,props:{data:{},customStyle:{type:Boolean},asChild:{type:Boolean},as:{}},setup(i){let u=i,{isHorizontal:d,dynamic:f,isVerticalDynamic:p,totalSize:m}=t(`VirtualizerItem`),h=n(()=>u.data.start??0),g=n(()=>u.data.size??0),_=n(()=>{if(p.value||u.customStyle)return``;let e=`position:absolute;left:0;top:0;`;return f.value?(e+=`height:100%;transform:translateX(${h.value}px);`,e):(d.value?e+=`width:${g.value}px;height:100%;transform:translateX(${h.value}px);`:e+=`width:100%;height:${g.value}px;transform:translateY(${h.value}px);`,e)});return(t,n)=>(o(),r(c(e),{
|
|
1
|
+
import{Primitive as e}from"../primitive/primitive.js";import"../primitive/index.js";import{useVirtualizerContext as t}from"./context.js";import{computed as n,createBlock as r,defineComponent as i,normalizeStyle as a,openBlock as o,renderSlot as s,unref as c,withCtx as l}from"vue";const u=i({name:`VirtualizerItem`,__name:`virtualizer-item`,props:{data:{},customStyle:{type:Boolean},asChild:{type:Boolean},as:{}},setup(i){let u=i,{isHorizontal:d,dynamic:f,isVerticalDynamic:p,totalSize:m}=t(`VirtualizerItem`),h=n(()=>u.data.start??0),g=n(()=>u.data.size??0),_=n(()=>{if(p.value||u.customStyle)return``;let e=`position:absolute;left:0;top:0;`;return f.value?(e+=`height:100%;transform:translateX(${h.value}px);`,e):(d.value?e+=`width:${g.value}px;height:100%;transform:translateX(${h.value}px);`:e+=`width:100%;height:${g.value}px;transform:translateY(${h.value}px);`,e)});return(t,n)=>(o(),r(c(e),{as:i.as,"as-child":i.asChild,"data-index":i.data.index,"aria-setsize":c(m),"aria-posinset":i.data.index+1,style:a(_.value)},{default:l(()=>[s(t.$slots,`default`)]),_:3},8,[`as`,`as-child`,`data-index`,`aria-setsize`,`aria-posinset`,`style`]))}});export{u as default};
|
|
@@ -24,7 +24,7 @@ interface UseDismissableLayerOptions extends EmitsToHookProps<DismissableLayerEm
|
|
|
24
24
|
* @returns Properties and handlers for the dismissable layer
|
|
25
25
|
*/
|
|
26
26
|
declare function useDismissableLayer(layerElement: ShallowRef<HTMLElement | undefined>, options?: UseDismissableLayerOptions): {
|
|
27
|
-
pointerEvents: vue.ComputedRef<"
|
|
27
|
+
pointerEvents: vue.ComputedRef<"none" | "auto" | undefined>;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Composable for creating dismissable layer branches that don't trigger dismissal
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { DefinedValue, SelectionProps } from "../types/common.js";
|
|
2
2
|
import "../types/index.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
|
+
import { MaybeRefOrGetter } from "vue";
|
|
4
5
|
|
|
5
6
|
//#region src/composables/use-selection.d.ts
|
|
6
|
-
declare function useSelection<M extends boolean = false, N extends DefinedValue = string>(props: SelectionProps<M, N
|
|
7
|
+
declare function useSelection<M extends boolean = false, N extends DefinedValue = string>(props: MaybeRefOrGetter<SelectionProps<M, N>>, onUpdateModelValue: (value: NonNullable<SelectionProps<M, N>['modelValue']>) => void): {
|
|
7
8
|
modelValue: vue.ShallowRef<(M extends true ? N[] : N) | undefined>;
|
|
8
9
|
onModelValueChange: (value: N) => void;
|
|
10
|
+
setModelValue: (value: N[] | N | undefined) => void;
|
|
11
|
+
resetModelValue: () => void;
|
|
12
|
+
isValueSelected: (value: N) => boolean;
|
|
9
13
|
isMultiple: vue.ComputedRef<boolean>;
|
|
10
14
|
isEmptyModelValue: vue.ComputedRef<boolean>;
|
|
11
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{isNullish as e}from"../shared/guard.js";import"../shared/index.js";import{useControllableState as t}from"./use-controllable-state.js";import{computed as n}from"vue";function
|
|
1
|
+
import{isNullish as e}from"../shared/guard.js";import"../shared/index.js";import{useControllableState as t}from"./use-controllable-state.js";import{computed as n,toValue as r}from"vue";function i(i,a){let o=n(()=>r(i)),s=n(()=>!!o.value.multiple||o.value.multiple===``),c=t(()=>o.value.modelValue,e=>{a(e)},l());function l(){return e(o.value.defaultValue)?s.value?[]:void 0:o.value.defaultValue}return{modelValue:c,onModelValueChange:e=>{if(!s.value){let t=c.value===e?void 0:e;c.value=t,t===void 0&&a(t);return}let t=[...c.value??[]];t=t.includes(e)?t.filter(t=>t!==e):[...t,e],c.value=t},setModelValue:e=>{if(s.value&&Array.isArray(e)){c.value=e;return}!s.value&&!Array.isArray(e)&&(c.value=e)},resetModelValue:()=>{c.value=s.value?[]:void 0},isValueSelected:e=>s.value&&Array.isArray(c.value)?c.value.includes(e):c.value===e,isMultiple:s,isEmptyModelValue:n(()=>s.value&&Array.isArray(c.value)?c.value?.length===0:e(c.value))}}export{i as useSelection};
|
|
@@ -18,6 +18,7 @@ declare const components: {
|
|
|
18
18
|
dropdownMenu: string[];
|
|
19
19
|
form: string[];
|
|
20
20
|
input: string[];
|
|
21
|
+
inputNumber: string[];
|
|
21
22
|
kbd: string[];
|
|
22
23
|
label: string[];
|
|
23
24
|
layout: string[];
|
|
@@ -26,7 +27,6 @@ declare const components: {
|
|
|
26
27
|
listbox: string[];
|
|
27
28
|
menu: string[];
|
|
28
29
|
navigationMenu: string[];
|
|
29
|
-
numberInput: string[];
|
|
30
30
|
pageTabs: string[];
|
|
31
31
|
pagination: string[];
|
|
32
32
|
popover: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={accordion:[`AccordionRoot`,`AccordionItem`,`AccordionTrigger`,`AccordionHeader`,`AccordionContent`],alert:[`AlertRoot`,`AlertTitle`,`AlertDescription`,`AlertContent`,`AlertClose`],alertDialog:[`AlertDialogRoot`,`AlertDialogTrigger`,`AlertDialogPortal`,`AlertDialogOverlay`,`AlertDialogContent`,`AlertDialogHeader`,`AlertDialogTitle`,`AlertDialogDescription`,`AlertDialogFooter`,`AlertDialogClose`],arrow:[`Arrow`],aspectRatio:[`AspectRatio`],avatar:[`AvatarRoot`,`AvatarImage`,`AvatarFallback`],badge:[`BadgeRoot`,`BadgeContent`],breadcrumb:[`BreadcrumbRoot`,`BreadcrumbList`,`BreadcrumbItem`,`BreadcrumbLink`,`BreadcrumbPage`,`BreadcrumbSeparator`,`BreadcrumbEllipsis`],button:[`Button`],card:[`CardRoot`,`CardHeader`,`CardTitle`,`CardTitleRoot`,`CardDescription`,`CardContent`,`CardFooter`],checkbox:[`CheckboxGroupRoot`,`CheckboxRoot`,`CheckboxControl`,`CheckboxIndicator`,`CheckboxLabel`],collapsible:[`CollapsibleRoot`,`CollapsibleTrigger`,`CollapsibleContent`],configProvider:[`ConfigProvider`],contextMenu:[`ContextMenuRoot`,`ContextMenuTrigger`,`ContextMenuPortal`,`ContextMenuContent`,`ContextMenuAnchor`,`ContextMenuArrow`,`ContextMenuGroup`,`ContextMenuGroupLabel`,`ContextMenuItem`,`ContextMenuItemIndicator`,`ContextMenuCheckboxItem`,`ContextMenuRadioItem`,`ContextMenuSub`,`ContextMenuSubTrigger`,`ContextMenuSubContent`,`ContextMenuSeparator`,`ContextMenuCheckboxGroup`,`ContextMenuRadioGroup`],dialog:[`DialogRoot`,`DialogTrigger`,`DialogPortal`,`DialogOverlay`,`DialogContent`,`DialogHeader`,`DialogTitle`,`DialogDescription`,`DialogFooter`,`DialogClose`],dropdownMenu:[`DropdownMenuRoot`,`DropdownMenuTrigger`,`DropdownMenuPortal`,`DropdownMenuContent`,`DropdownMenuAnchor`,`DropdownMenuArrow`,`DropdownMenuGroup`,`DropdownMenuGroupLabel`,`DropdownMenuItem`,`DropdownMenuItemIndicator`,`DropdownMenuCheckboxItem`,`DropdownMenuRadioItem`,`DropdownMenuSub`,`DropdownMenuSubTrigger`,`DropdownMenuSubContent`,`DropdownMenuSeparator`,`DropdownMenuCheckboxGroup`,`DropdownMenuRadioGroup`],form:[`FormField`,`FormLabel`,`FormDescription`,`FormError`,`FormFieldArray`],input:[`InputRoot`,`InputControl`],kbd:[`Kbd`],label:[`Label`],layout:[`LayoutRoot`,`LayoutHeader`,`LayoutMain`,`LayoutSidebar`,`LayoutFooter`,`LayoutRail`,`LayoutMobile`,`LayoutTab`,`LayoutTrigger`],link:[`Link`],list:[`ListRoot`,`ListItem`,`ListTitle`,`ListDescription`,`ListContent`],listbox:[`ListboxRoot`,`ListboxContent`,`ListboxGroup`,`ListboxGroupLabel`,`ListboxItem`,`ListboxItemIndicator`,`ListboxFilter`,`ListboxVirtualizer`],menu:[`MenuRoot`,`MenuPortal`,`MenuContent`,`MenuAnchor`,`MenuArrow`,`MenuGroup`,`MenuGroupLabel`,`MenuItem`,`MenuItemIndicator`,`MenuCheckboxItem`,`MenuRadioItem`,`MenuSub`,`MenuSubTrigger`,`MenuSubContent`,`MenuSeparator`,`MenuCheckboxGroup`,`MenuRadioGroup`],navigationMenu:[`NavigationMenuRoot`,`NavigationMenuList`,`NavigationMenuItem`,`NavigationMenuTrigger`,`NavigationMenuContent`,`NavigationMenuLink`,`NavigationMenuSubList`,`NavigationMenuViewport`,`NavigationMenuIndicator`],
|
|
1
|
+
const e={accordion:[`AccordionRoot`,`AccordionItem`,`AccordionTrigger`,`AccordionHeader`,`AccordionContent`],alert:[`AlertRoot`,`AlertTitle`,`AlertDescription`,`AlertContent`,`AlertClose`],alertDialog:[`AlertDialogRoot`,`AlertDialogTrigger`,`AlertDialogPortal`,`AlertDialogOverlay`,`AlertDialogContent`,`AlertDialogHeader`,`AlertDialogTitle`,`AlertDialogDescription`,`AlertDialogFooter`,`AlertDialogClose`],arrow:[`Arrow`],aspectRatio:[`AspectRatio`],avatar:[`AvatarRoot`,`AvatarImage`,`AvatarFallback`],badge:[`BadgeRoot`,`BadgeContent`],breadcrumb:[`BreadcrumbRoot`,`BreadcrumbList`,`BreadcrumbItem`,`BreadcrumbLink`,`BreadcrumbPage`,`BreadcrumbSeparator`,`BreadcrumbEllipsis`],button:[`Button`],card:[`CardRoot`,`CardHeader`,`CardTitle`,`CardTitleRoot`,`CardDescription`,`CardContent`,`CardFooter`],checkbox:[`CheckboxGroupRoot`,`CheckboxRoot`,`CheckboxControl`,`CheckboxIndicator`,`CheckboxLabel`],collapsible:[`CollapsibleRoot`,`CollapsibleTrigger`,`CollapsibleContent`],configProvider:[`ConfigProvider`],contextMenu:[`ContextMenuRoot`,`ContextMenuTrigger`,`ContextMenuPortal`,`ContextMenuContent`,`ContextMenuAnchor`,`ContextMenuArrow`,`ContextMenuGroup`,`ContextMenuGroupLabel`,`ContextMenuItem`,`ContextMenuItemIndicator`,`ContextMenuCheckboxItem`,`ContextMenuRadioItem`,`ContextMenuSub`,`ContextMenuSubTrigger`,`ContextMenuSubContent`,`ContextMenuSeparator`,`ContextMenuCheckboxGroup`,`ContextMenuRadioGroup`],dialog:[`DialogRoot`,`DialogTrigger`,`DialogPortal`,`DialogOverlay`,`DialogContent`,`DialogHeader`,`DialogTitle`,`DialogDescription`,`DialogFooter`,`DialogClose`],dropdownMenu:[`DropdownMenuRoot`,`DropdownMenuTrigger`,`DropdownMenuPortal`,`DropdownMenuContent`,`DropdownMenuAnchor`,`DropdownMenuArrow`,`DropdownMenuGroup`,`DropdownMenuGroupLabel`,`DropdownMenuItem`,`DropdownMenuItemIndicator`,`DropdownMenuCheckboxItem`,`DropdownMenuRadioItem`,`DropdownMenuSub`,`DropdownMenuSubTrigger`,`DropdownMenuSubContent`,`DropdownMenuSeparator`,`DropdownMenuCheckboxGroup`,`DropdownMenuRadioGroup`],form:[`FormField`,`FormLabel`,`FormDescription`,`FormError`,`FormFieldArray`],input:[`InputRoot`,`InputControl`],inputNumber:[`InputNumberRoot`,`InputNumberControl`,`InputNumberIncrement`,`InputNumberDecrement`],kbd:[`Kbd`],label:[`Label`],layout:[`LayoutRoot`,`LayoutHeader`,`LayoutMain`,`LayoutSidebar`,`LayoutFooter`,`LayoutRail`,`LayoutMobile`,`LayoutTab`,`LayoutTrigger`],link:[`Link`],list:[`ListRoot`,`ListItem`,`ListTitle`,`ListDescription`,`ListContent`],listbox:[`ListboxRoot`,`ListboxContent`,`ListboxGroup`,`ListboxGroupLabel`,`ListboxItem`,`ListboxItemIndicator`,`ListboxFilter`,`ListboxVirtualizer`],menu:[`MenuRoot`,`MenuPortal`,`MenuContent`,`MenuAnchor`,`MenuArrow`,`MenuGroup`,`MenuGroupLabel`,`MenuItem`,`MenuItemIndicator`,`MenuCheckboxItem`,`MenuRadioItem`,`MenuSub`,`MenuSubTrigger`,`MenuSubContent`,`MenuSeparator`,`MenuCheckboxGroup`,`MenuRadioGroup`],navigationMenu:[`NavigationMenuRoot`,`NavigationMenuList`,`NavigationMenuItem`,`NavigationMenuTrigger`,`NavigationMenuContent`,`NavigationMenuLink`,`NavigationMenuSubList`,`NavigationMenuViewport`,`NavigationMenuIndicator`],pageTabs:[`PageTabsRoot`,`PageTabsItem`,`PageTabsClose`,`PageTabsPin`],pagination:[`PaginationRoot`,`PaginationList`,`PaginationListItem`,`PaginationFirst`,`PaginationPrev`,`PaginationNext`,`PaginationLast`,`PaginationEllipsis`],popover:[`PopoverRoot`,`PopoverTrigger`,`PopoverAnchor`,`PopoverPortal`,`PopoverPositioner`,`PopoverPopup`,`PopoverArrow`,`PopoverClose`],popper:[`PopperRoot`,`PopperAnchor`,`PopperPopup`,`PopperArrow`,`PopperPositioner`],portal:[`Portal`],primitive:[`Primitive`],radioGroup:[`RadioGroupRoot`,`RadioGroupItem`,`RadioGroupControl`,`RadioGroupIndicator`,`RadioGroupLabel`],rovingFocus:[`RovingFocusGroup`,`RovingFocusItem`],select:[`SelectRoot`,`SelectTrigger`,`SelectPortal`,`SelectContent`,`SelectViewport`,`SelectGroup`,`SelectGroupLabel`,`SelectItem`,`SelectItemIndicator`,`SelectItemText`,`SelectValue`,`SelectTriggerIcon`,`SelectScrollUpButton`,`SelectScrollDownButton`,`SelectSeparator`,`SelectArrow`],separator:[`SeparatorRoot`,`SeparatorLabel`],slot:[`Slot`],switch:[`SwitchRoot`,`SwitchControl`,`SwitchThumb`],tabs:[`TabsRoot`,`TabsList`,`TabsTrigger`,`TabsContent`,`TabsIndicator`],tag:[`Tag`],textarea:[`TextareaRoot`,`TextareaControl`,`TextareaCounter`],toast:[`ToastProvider`,`ToastRoot`,`ToastViewport`,`ToastPortal`,`ToastAction`,`ToastTitle`,`ToastDescription`,`ToastClose`],tooltip:[`TooltipRoot`,`TooltipTrigger`,`TooltipPortal`,`TooltipPositioner`,`TooltipPopup`,`TooltipArrow`],tree:[`TreeRoot`,`TreeItem`,`TreeVirtualizerRoot`,`TreeVirtualizerItem`],treeMenu:[`TreeMenuRoot`,`TreeMenuGroupRoot`,`TreeMenuGroup`,`TreeMenuGroupLabel`,`TreeMenuItem`,`TreeMenuButton`,`TreeMenuCollapsible`,`TreeMenuSub`],virtualizer:[`VirtualizerRoot`,`VirtualizerContent`,`VirtualizerItem`],visuallyHidden:[`VisuallyHidden`,`VisuallyHiddenInput`]};export{e as components};
|