@soybeanjs/ui 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  2. package/dist/components/badge/badge.vue.d.ts +4 -4
  3. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  4. package/dist/components/button/button-group.vue.d.ts +6 -6
  5. package/dist/components/button/button-icon.vue.d.ts +3 -3
  6. package/dist/components/button/button-link.vue.d.ts +3 -3
  7. package/dist/components/button/button-loading.vue.d.ts +3 -3
  8. package/dist/components/button/button.vue.d.ts +4 -4
  9. package/dist/components/card/card.vue.d.ts +3 -3
  10. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  11. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  12. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  13. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  14. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  15. package/dist/components/command/command.vue.d.ts +7 -7
  16. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  17. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +8 -8
  18. package/dist/components/context-menu/context-menu-radio.vue.d.ts +8 -8
  19. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
  20. package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
  21. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  22. package/dist/components/dialog/dialog-pure.vue.d.ts +11 -11
  23. package/dist/components/dialog/dialog.vue.d.ts +11 -11
  24. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  25. package/dist/components/drawer/drawer.vue.d.ts +11 -11
  26. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +8 -8
  27. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +8 -8
  28. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
  29. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
  30. package/dist/components/form/form.vue.d.ts +2 -2
  31. package/dist/components/form/use-form.d.ts +22 -22
  32. package/dist/components/icon/icon.vue.d.ts +2 -2
  33. package/dist/components/input/input.vue.d.ts +4 -4
  34. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  35. package/dist/components/label/label.vue.d.ts +2 -2
  36. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  37. package/dist/components/layout/layout.vue.d.ts +4 -4
  38. package/dist/components/link/link.vue.d.ts +3 -3
  39. package/dist/components/list/list-item.vue.d.ts +2 -2
  40. package/dist/components/list/list.vue.d.ts +2 -2
  41. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  42. package/dist/components/menu/menu-option.vue.d.ts +8 -8
  43. package/dist/components/menu/menu-options.vue.d.ts +8 -8
  44. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  45. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  46. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  47. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  48. package/dist/components/password/password.vue.d.ts +4 -4
  49. package/dist/components/popover/popover.vue.d.ts +11 -11
  50. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  51. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  52. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  53. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  54. package/dist/components/segment/segment.vue.d.ts +3 -3
  55. package/dist/components/select/select.vue.d.ts +7 -7
  56. package/dist/components/separator/separator.vue.d.ts +5 -5
  57. package/dist/components/switch/switch.vue.d.ts +22 -22
  58. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  59. package/dist/components/tag/tag.vue.d.ts +4 -4
  60. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  61. package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
  62. package/dist/components/tree/tree-virtualizer.vue.d.ts +3 -3
  63. package/dist/components/tree/tree.vue.d.ts +3 -3
  64. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  65. package/dist/components/tree-menu/tree-menu.js +1 -1
  66. package/dist/components/tree-menu/tree-menu.vue.d.ts +5 -5
  67. package/dist/components/tree-menu/types.d.ts +6 -5
  68. package/dist/variants/badge.d.ts +3 -3
  69. package/dist/variants/button.d.ts +3 -3
  70. package/dist/variants/checkbox.d.ts +3 -3
  71. package/dist/variants/kbd.d.ts +3 -3
  72. package/dist/variants/pagination.d.ts +3 -3
  73. package/dist/variants/radio-group.d.ts +3 -3
  74. package/dist/variants/separator.d.ts +3 -3
  75. package/dist/variants/switch.d.ts +3 -3
  76. package/dist/variants/tabs.d.ts +3 -3
  77. package/dist/variants/toast.d.ts +3 -3
  78. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from "./types.js";
2
- import * as vue248 from "vue";
2
+ import * as vue235 from "vue";
3
3
 
4
4
  //#region src/components/tag/tag.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {
@@ -14,13 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  close?: (props: typeof __VLS_16) => any;
16
16
  };
17
- declare const __VLS_base: vue248.DefineComponent<TagProps, {}, {}, {}, {}, vue248.ComponentOptionsMixin, vue248.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue235.DefineComponent<TagProps, {}, {}, {}, {}, vue235.ComponentOptionsMixin, vue235.ComponentOptionsMixin, {
18
18
  "update:open": (open: boolean) => any;
19
- }, string, vue248.PublicProps, Readonly<TagProps> & Readonly<{
19
+ }, string, vue235.PublicProps, Readonly<TagProps> & Readonly<{
20
20
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
21
21
  }>, {
22
22
  open: boolean;
23
- }, {}, {}, {}, string, vue248.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue235.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { TextareaProps } from "./types.js";
2
- import * as vue258 from "vue";
2
+ import * as vue230 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea.vue.d.ts
5
5
  declare var __VLS_28: {
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  footer?: (props: typeof __VLS_30) => any;
13
13
  };
14
- declare const __VLS_base: vue258.DefineComponent<TextareaProps, {}, {}, {}, {}, vue258.ComponentOptionsMixin, vue258.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue230.DefineComponent<TextareaProps, {}, {}, {}, {}, vue230.ComponentOptionsMixin, vue230.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue258.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue230.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue258.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue230.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { TooltipProps } from "./types.js";
2
- import * as vue253 from "vue";
3
- import * as _soybeanjs_headless165 from "@soybeanjs/headless";
2
+ import * as vue302 from "vue";
3
+ import * as _soybeanjs_headless190 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tooltip/tooltip.vue.d.ts
6
6
  declare var __VLS_16: {}, __VLS_36: {};
@@ -9,19 +9,19 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_36) => any;
11
11
  };
12
- declare const __VLS_base: vue253.DefineComponent<TooltipProps, {}, {}, {}, {}, vue253.ComponentOptionsMixin, vue253.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue302.DefineComponent<TooltipProps, {}, {}, {}, {}, vue302.ComponentOptionsMixin, vue302.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
- pointerDownOutside: (event: _soybeanjs_headless165.PointerDownOutsideEvent) => any;
16
- }, string, vue253.PublicProps, Readonly<TooltipProps> & Readonly<{
15
+ pointerDownOutside: (event: _soybeanjs_headless190.PointerDownOutsideEvent) => any;
16
+ }, string, vue302.PublicProps, Readonly<TooltipProps> & Readonly<{
17
17
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
- onPointerDownOutside?: ((event: _soybeanjs_headless165.PointerDownOutsideEvent) => any) | undefined;
19
+ onPointerDownOutside?: ((event: _soybeanjs_headless190.PointerDownOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  open: boolean;
22
22
  defaultOpen: boolean;
23
23
  showArrow: boolean;
24
- }, {}, {}, {}, string, vue253.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue302.ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
27
27
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { TreeVirtualizerProps } from "./types.js";
2
- import * as vue1 from "vue";
2
+ import * as vue0 from "vue";
3
3
  import * as _soybeanjs_headless0 from "@soybeanjs/headless";
4
4
  import { MaybeArray, TreeItemData } from "@soybeanjs/headless";
5
5
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
6
6
 
7
7
  //#region src/components/tree/tree-virtualizer.vue.d.ts
8
8
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9
- props: vue1.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
9
+ props: vue0.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
10
10
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
11
11
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
12
12
  }> & (typeof globalThis extends {
@@ -24,7 +24,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
24
24
  }) => any;
25
25
  };
26
26
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
27
- }>) => vue1.VNode & {
27
+ }>) => vue0.VNode & {
28
28
  __ctx?: Awaited<typeof __VLS_setup>;
29
29
  };
30
30
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
- import * as vue0 from "vue";
1
+ import * as vue1 from "vue";
2
2
  import * as _soybeanjs_headless0 from "@soybeanjs/headless";
3
3
  import { MaybeArray, TreeItemData, TreeRootProps } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tree/tree.vue.d.ts
6
6
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: vue0.PublicProps & __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
7
+ props: vue1.PublicProps & __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
8
8
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
9
9
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
10
10
  }> & (typeof globalThis extends {
@@ -25,7 +25,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
25
25
  bottom?: (props: {}) => any;
26
26
  };
27
27
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
28
- }>) => vue0.VNode & {
28
+ }>) => vue1.VNode & {
29
29
  __ctx?: Awaited<typeof __VLS_setup>;
30
30
  };
31
31
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { TreeMenuStyledItemProps } from "./types.js";
2
- import * as vue263 from "vue";
2
+ import * as vue309 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu-styled-item.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue263.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue263.ComponentOptionsMixin, vue263.ComponentOptionsMixin, {}, string, vue263.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue263.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue309.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue309.ComponentOptionsMixin, vue309.ComponentOptionsMixin, {}, string, vue309.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue309.ComponentProvideOptions, false, {}, any>;
10
10
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- import{mergeSlotVariants as e}from"../../theme/shared.js";import{themeSizeMap as t,themeSizeRatio as n}from"../../theme/config.js";import{treeMenuVariants as r}from"../../variants/tree-menu.js";import{provideTreeMenuContext as i,provideTreeMenuExtraUi as a}from"./context.js";import{isGroupTreeMenu as o,treeMenuCssVars as s}from"./shared.js";import c from"./tree-menu-option.js";import{Fragment as l,computed as u,createBlock as d,createElementBlock as f,createSlots as p,createTextVNode as m,createVNode as h,defineComponent as g,mergeProps as _,openBlock as v,renderList as y,renderSlot as b,toDisplayString as x,toHandlers as S,unref as C,useSlots as w,withCtx as T}from"vue";import{useForwardListeners as E,useOmitProps as D}from"@soybeanjs/headless/composables";import{TreeMenuGroup as O,TreeMenuGroupLabel as k,TreeMenuGroupRoot as A,TreeMenuRoot as j,provideTreeMenuUi as M}from"@soybeanjs/headless";import{transformPropsToContext as N}from"@soybeanjs/headless/shared";var P=g({name:`STreeMenu`,__name:`tree-menu`,props:{class:{},size:{default:`md`},ui:{},side:{default:`left`},items:{},collapsedWidth:{default:50},indent:{default:16},groupRootProps:{},groupProps:{},groupLabelProps:{},buttonProps:{},collapsibleProps:{},subProps:{},modelValue:{},defaultValue:{},expanded:{},defaultExpanded:{},collapsed:{type:Boolean,default:void 0},defaultCollapsed:{type:Boolean}},emits:[`update:modelValue`,`update:expanded`,`update:collapsed`,`selectDropdown`],setup(g,{emit:P}){let F=g,I=P,L=w(),R=u(()=>Object.keys(L).filter(e=>e.startsWith(`item-`))),z=D(F,[`class`,`size`,`side`,`ui`,`items`,`collapsedWidth`,`indent`,`groupRootProps`,`groupProps`,`groupLabelProps`,`buttonProps`,`collapsibleProps`,`subProps`]),B=E(I),V=u(()=>{let e=F.collapsedWidth*n[F.size],r=F.indent*n[F.size];return{[s.collapsedWidth]:`${e/t.md}rem`,[s.indent]:`${r/t.md}rem`}}),H=u(()=>e(r({size:F.size}),F.ui,{root:F.class}));return M(H),a(H),i(N(F,[`size`,`side`])),(e,t)=>(v(),d(C(j),_(C(z),{style:V.value},S(C(B))),{default:T(()=>[b(e.$slots,`top`),(v(!0),f(l,null,y(g.items,t=>(v(),f(l,{key:t.value},[C(o)(t)?(v(),d(C(A),{key:0},{default:T(()=>[h(C(k),null,{default:T(()=>[m(x(t.label),1)]),_:2},1024),h(C(O),null,{default:T(()=>[(v(!0),f(l,null,y(t.children,t=>(v(),d(c,{key:t.value,item:t},p({_:2},[y(R.value,t=>({name:t,fn:T(n=>[b(e.$slots,t,_({ref_for:!0},n))])}))]),1032,[`item`]))),128))]),_:2},1024)]),_:2},1024)):(v(),d(c,{key:1,as:`div`,item:t},p({_:2},[y(R.value,t=>({name:t,fn:T(n=>[b(e.$slots,t,_({ref_for:!0},n))])}))]),1032,[`item`]))],64))),128)),b(e.$slots,`bottom`)]),_:3},16,[`style`]))}});export{P as default};
1
+ import{mergeSlotVariants as e}from"../../theme/shared.js";import{themeSizeMap as t,themeSizeRatio as n}from"../../theme/config.js";import r from"../icon/icon.js";import{treeMenuVariants as i}from"../../variants/tree-menu.js";import{provideTreeMenuContext as a,provideTreeMenuExtraUi as o}from"./context.js";import{isGroupTreeMenu as s,treeMenuCssVars as c}from"./shared.js";import l from"./tree-menu-option.js";import{Fragment as u,computed as d,createBlock as f,createCommentVNode as p,createElementBlock as m,createElementVNode as h,createSlots as g,createVNode as _,defineComponent as v,mergeProps as y,openBlock as b,renderList as x,renderSlot as S,toDisplayString as C,toHandlers as w,unref as T,useSlots as E,withCtx as D}from"vue";import{useForwardListeners as O,useOmitProps as k}from"@soybeanjs/headless/composables";import{TreeMenuGroup as A,TreeMenuGroupLabel as j,TreeMenuGroupRoot as M,TreeMenuRoot as N,provideTreeMenuUi as P}from"@soybeanjs/headless";import{transformPropsToContext as F}from"@soybeanjs/headless/shared";var I=v({name:`STreeMenu`,__name:`tree-menu`,props:{class:{},size:{default:`md`},ui:{},side:{default:`left`},items:{},collapsedWidth:{default:50},indent:{default:16},groupRootProps:{},groupProps:{},groupLabelProps:{},buttonProps:{},collapsibleProps:{},subProps:{},modelValue:{},defaultValue:{},expanded:{},defaultExpanded:{},collapsed:{type:Boolean,default:void 0},defaultCollapsed:{type:Boolean}},emits:[`update:modelValue`,`update:expanded`,`update:collapsed`,`selectDropdown`],setup(v,{emit:I}){let L=v,R=I,z=E(),B=d(()=>Object.keys(z).filter(e=>e.startsWith(`item-`))),V=k(L,[`class`,`size`,`side`,`ui`,`items`,`collapsedWidth`,`indent`,`groupRootProps`,`groupProps`,`groupLabelProps`,`buttonProps`,`collapsibleProps`,`subProps`]),H=O(R),U=d(()=>{let e=L.collapsedWidth*n[L.size],r=L.indent*n[L.size];return{[c.collapsedWidth]:`${e/t.md}rem`,[c.indent]:`${r/t.md}rem`}}),W=d(()=>e(i({size:L.size}),L.ui,{root:L.class}));return P(W),o(W),a(F(L,[`size`,`side`])),(e,t)=>(b(),f(T(N),y(T(V),{style:U.value},w(T(H))),{default:D(()=>[S(e.$slots,`top`),(b(!0),m(u,null,x(v.items,t=>(b(),m(u,{key:t.value},[T(s)(t)?(b(),f(T(M),{key:0},{default:D(()=>[_(T(j),null,{default:D(()=>[t.icon?(b(),f(r,{key:0,icon:t.icon},null,8,[`icon`])):p(`v-if`,!0),h(`span`,null,C(t.label),1)]),_:2},1024),_(T(A),null,{default:D(()=>[(b(!0),m(u,null,x(t.children,t=>(b(),f(l,{key:t.value,item:t},g({_:2},[x(B.value,t=>({name:t,fn:D(n=>[S(e.$slots,t,y({ref_for:!0},n))])}))]),1032,[`item`]))),128))]),_:2},1024)]),_:2},1024)):(b(),f(l,{key:1,as:`div`,item:t},g({_:2},[x(B.value,t=>({name:t,fn:D(n=>[S(e.$slots,t,y({ref_for:!0},n))])}))]),1032,[`item`]))],64))),128)),S(e.$slots,`bottom`)]),_:3},16,[`style`]))}});export{I as default};
@@ -1,9 +1,9 @@
1
- import { TreeMenuOptionData, TreeMenuProps } from "./types.js";
2
- import * as vue268 from "vue";
1
+ import { TreeMenuBaseOptionData, TreeMenuProps } from "./types.js";
2
+ import * as vue307 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu.vue.d.ts
5
- declare const __VLS_export: <T extends TreeMenuOptionData = TreeMenuOptionData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
- props: vue268.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
5
+ declare const __VLS_export: <T extends TreeMenuBaseOptionData = TreeMenuBaseOptionData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
+ props: vue307.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
7
7
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
8
8
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
9
9
  "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
@@ -27,7 +27,7 @@ declare const __VLS_export: <T extends TreeMenuOptionData = TreeMenuOptionData>(
27
27
  }) => any;
28
28
  };
29
29
  emit: ((evt: "update:modelValue", value: string) => void) & ((evt: "update:expanded", value: string[]) => void) & ((evt: "update:collapsed", value: boolean) => void) & ((evt: "selectDropdown", value: string) => void);
30
- }>) => vue268.VNode & {
30
+ }>) => vue307.VNode & {
31
31
  __ctx?: Awaited<typeof __VLS_setup>;
32
32
  };
33
33
  declare const _default: typeof __VLS_export;
@@ -60,20 +60,21 @@ interface TreeMenuBaseOptionData extends TreeMenuBaseItemProps, LinkBaseProps {
60
60
  */
61
61
  children?: TreeMenuBaseOptionData[];
62
62
  }
63
- interface TreeMenuGroupOptionData {
63
+ interface TreeMenuGroupOptionData<T = TreeMenuBaseOptionData> {
64
64
  isGroup: true;
65
65
  label: string;
66
66
  value: string;
67
- children: TreeMenuBaseOptionData[];
67
+ icon?: IconValue;
68
+ children: T[];
68
69
  }
69
- type TreeMenuOptionData = TreeMenuBaseOptionData | TreeMenuGroupOptionData;
70
+ type TreeMenuOptionData<T extends TreeMenuBaseOptionData = TreeMenuBaseOptionData> = T | TreeMenuGroupOptionData<T>;
70
71
  interface TreeMenuOptionProps {
71
72
  as?: AsTag;
72
73
  item: TreeMenuBaseOptionData;
73
74
  }
74
75
  type TreeMenuExtraUiSlot = 'itemLabel' | 'itemAbsolute' | 'itemBadge' | 'itemTag' | 'itemAction' | 'itemLinkIcon' | 'collapsibleIcon';
75
76
  type TreeMenuExtendedUi = UiClass<TreeMenuUiSlot | TreeMenuExtraUiSlot>;
76
- interface TreeMenuProps<T extends TreeMenuOptionData = TreeMenuOptionData> extends TreeMenuRootProps {
77
+ interface TreeMenuProps<T extends TreeMenuBaseOptionData = TreeMenuBaseOptionData> extends TreeMenuRootProps {
77
78
  class?: ClassValue;
78
79
  size?: ThemeSize;
79
80
  ui?: Partial<TreeMenuExtendedUi>;
@@ -83,7 +84,7 @@ interface TreeMenuProps<T extends TreeMenuOptionData = TreeMenuOptionData> exten
83
84
  * @default 'left'
84
85
  */
85
86
  side?: HorizontalSide;
86
- items?: T[];
87
+ items?: TreeMenuOptionData<T>[];
87
88
  /**
88
89
  * The width of the sidebar menu when it's collapsed.
89
90
  *
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants1 from "tailwind-variants";
1
+ import * as tailwind_variants29 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/badge.d.ts
5
- declare const badgeVariants: tailwind_variants1.TVReturnType<{
5
+ declare const badgeVariants: tailwind_variants29.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  content: string;
@@ -130,7 +130,7 @@ declare const badgeVariants: tailwind_variants1.TVReturnType<{
130
130
  }, {
131
131
  root: string;
132
132
  content: string;
133
- }, tailwind_variants1.TVReturnType<{
133
+ }, tailwind_variants29.TVReturnType<{
134
134
  color: {
135
135
  primary: {
136
136
  content: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants3 from "tailwind-variants";
1
+ import * as tailwind_variants1 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/button.d.ts
5
- declare const buttonVariants: tailwind_variants3.TVReturnType<{
5
+ declare const buttonVariants: tailwind_variants1.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -92,7 +92,7 @@ declare const buttonVariants: tailwind_variants3.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants3.TVReturnType<{
95
+ }, undefined, tailwind_variants1.TVReturnType<{
96
96
  color: {
97
97
  primary: string;
98
98
  destructive: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants13 from "tailwind-variants";
1
+ import * as tailwind_variants5 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/checkbox.d.ts
5
- declare const checkboxVariants: tailwind_variants13.TVReturnType<{
5
+ declare const checkboxVariants: tailwind_variants5.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants13.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants13.TVReturnType<{
167
+ }, tailwind_variants5.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants7 from "tailwind-variants";
1
+ import * as tailwind_variants9 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/kbd.d.ts
5
- declare const kbdVariants: tailwind_variants7.TVReturnType<{
5
+ declare const kbdVariants: tailwind_variants9.TVReturnType<{
6
6
  variant: {
7
7
  solid: string;
8
8
  outline: string;
@@ -30,7 +30,7 @@ declare const kbdVariants: tailwind_variants7.TVReturnType<{
30
30
  xl: string;
31
31
  '2xl': string;
32
32
  };
33
- }, undefined, tailwind_variants7.TVReturnType<{
33
+ }, undefined, tailwind_variants9.TVReturnType<{
34
34
  variant: {
35
35
  solid: string;
36
36
  outline: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants11 from "tailwind-variants";
1
+ import * as tailwind_variants31 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/pagination.d.ts
5
- declare const paginationVariants: tailwind_variants11.TVReturnType<{
5
+ declare const paginationVariants: tailwind_variants31.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  list: string;
@@ -150,7 +150,7 @@ declare const paginationVariants: tailwind_variants11.TVReturnType<{
150
150
  ellipsis: string;
151
151
  button: string[];
152
152
  navigationButton: string[];
153
- }, tailwind_variants11.TVReturnType<{
153
+ }, tailwind_variants31.TVReturnType<{
154
154
  size: {
155
155
  xs: {
156
156
  list: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants25 from "tailwind-variants";
1
+ import * as tailwind_variants13 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/radio-group.d.ts
5
- declare const radioGroupVariants: tailwind_variants25.TVReturnType<{
5
+ declare const radioGroupVariants: tailwind_variants13.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -180,7 +180,7 @@ declare const radioGroupVariants: tailwind_variants25.TVReturnType<{
180
180
  control: string[];
181
181
  indicator: string;
182
182
  label: string;
183
- }, tailwind_variants25.TVReturnType<{
183
+ }, tailwind_variants13.TVReturnType<{
184
184
  color: {
185
185
  primary: {
186
186
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants29 from "tailwind-variants";
1
+ import * as tailwind_variants17 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/separator.d.ts
5
- declare const separatorVariants: tailwind_variants29.TVReturnType<{
5
+ declare const separatorVariants: tailwind_variants17.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  label: string;
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants29.TVReturnType<{
114
114
  }, {
115
115
  root: string;
116
116
  label: string;
117
- }, tailwind_variants29.TVReturnType<{
117
+ }, tailwind_variants17.TVReturnType<{
118
118
  size: {
119
119
  xs: {
120
120
  label: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants31 from "tailwind-variants";
1
+ import * as tailwind_variants19 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/switch.d.ts
5
- declare const switchVariants: tailwind_variants31.TVReturnType<{
5
+ declare const switchVariants: tailwind_variants19.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -136,7 +136,7 @@ declare const switchVariants: tailwind_variants31.TVReturnType<{
136
136
  root: string;
137
137
  control: string[];
138
138
  thumb: string;
139
- }, tailwind_variants31.TVReturnType<{
139
+ }, tailwind_variants19.TVReturnType<{
140
140
  color: {
141
141
  primary: {
142
142
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants9 from "tailwind-variants";
1
+ import * as tailwind_variants11 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/tabs.d.ts
5
- declare const tabsVariants: tailwind_variants9.TVReturnType<{
5
+ declare const tabsVariants: tailwind_variants11.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  root: string;
@@ -148,7 +148,7 @@ declare const tabsVariants: tailwind_variants9.TVReturnType<{
148
148
  indicator: string;
149
149
  indicatorContent: string;
150
150
  content: string;
151
- }, tailwind_variants9.TVReturnType<{
151
+ }, tailwind_variants11.TVReturnType<{
152
152
  size: {
153
153
  xs: {
154
154
  root: string;
@@ -1,9 +1,9 @@
1
- import * as tailwind_variants17 from "tailwind-variants";
1
+ import * as tailwind_variants25 from "tailwind-variants";
2
2
  import { VariantProps } from "tailwind-variants";
3
3
 
4
4
  //#region src/variants/toast.d.ts
5
5
 
6
- declare const toastViewportVariants: tailwind_variants17.TVReturnType<{
6
+ declare const toastViewportVariants: tailwind_variants25.TVReturnType<{
7
7
  size: {
8
8
  xs: string;
9
9
  sm: string;
@@ -37,7 +37,7 @@ declare const toastViewportVariants: tailwind_variants17.TVReturnType<{
37
37
  'bottom-left': string;
38
38
  'bottom-right': string;
39
39
  };
40
- }, undefined, tailwind_variants17.TVReturnType<{
40
+ }, undefined, tailwind_variants25.TVReturnType<{
41
41
  size: {
42
42
  xs: string;
43
43
  sm: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -55,7 +55,7 @@
55
55
  "tailwind-variants": "^3.2.2",
56
56
  "valibot": "^1.2.0",
57
57
  "zod": "^4.3.6",
58
- "@soybeanjs/headless": "^0.1.3"
58
+ "@soybeanjs/headless": "^0.1.4"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@soybeanjs/cli": "^1.4.4",