@soybeanjs/ui 0.2.5 → 0.2.6

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 (87) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  2. package/dist/components/alert/alert.vue.d.ts +4 -4
  3. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  4. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
  5. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  6. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  7. package/dist/components/badge/badge.vue.d.ts +4 -4
  8. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  9. package/dist/components/button/button-group.vue.d.ts +6 -6
  10. package/dist/components/button/button-icon.vue.d.ts +3 -3
  11. package/dist/components/button/button-link.vue.d.ts +4 -4
  12. package/dist/components/button/button-loading.vue.d.ts +3 -3
  13. package/dist/components/button/button.vue.d.ts +4 -4
  14. package/dist/components/card/card.vue.d.ts +3 -3
  15. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  16. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  17. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  18. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  19. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  20. package/dist/components/command/command.vue.d.ts +7 -7
  21. package/dist/components/config-provider/config-provider.vue.d.ts +2 -2
  22. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +8 -8
  23. package/dist/components/context-menu/context-menu-radio.vue.d.ts +8 -8
  24. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
  25. package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
  26. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  27. package/dist/components/dialog/dialog-pure.vue.d.ts +11 -11
  28. package/dist/components/dialog/dialog.vue.d.ts +11 -11
  29. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  30. package/dist/components/drawer/drawer.vue.d.ts +11 -11
  31. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +8 -8
  32. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +8 -8
  33. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
  34. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
  35. package/dist/components/form/form.vue.d.ts +2 -2
  36. package/dist/components/form/use-form.d.ts +22 -22
  37. package/dist/components/icon/icon.vue.d.ts +2 -2
  38. package/dist/components/input/input.vue.d.ts +4 -4
  39. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  40. package/dist/components/label/label.vue.d.ts +2 -2
  41. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  42. package/dist/components/layout/layout.vue.d.ts +4 -4
  43. package/dist/components/link/link.vue.d.ts +3 -3
  44. package/dist/components/list/list-item.vue.d.ts +2 -2
  45. package/dist/components/list/list.vue.d.ts +2 -2
  46. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  47. package/dist/components/menu/menu-option.js +1 -1
  48. package/dist/components/menu/menu-option.vue.d.ts +8 -8
  49. package/dist/components/menu/menu-options.vue.d.ts +8 -8
  50. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  51. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  52. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  53. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  54. package/dist/components/password/password.vue.d.ts +4 -4
  55. package/dist/components/popover/popover.vue.d.ts +11 -11
  56. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  57. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  58. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  59. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  60. package/dist/components/segment/segment.vue.d.ts +3 -3
  61. package/dist/components/select/select.vue.d.ts +7 -7
  62. package/dist/components/separator/separator.vue.d.ts +5 -5
  63. package/dist/components/switch/switch.vue.d.ts +22 -22
  64. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  65. package/dist/components/tag/tag.vue.d.ts +4 -4
  66. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  67. package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
  68. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  69. package/dist/components/tree/tree.vue.d.ts +5 -5
  70. package/dist/components/tree-menu/shared.js +1 -1
  71. package/dist/components/tree-menu/tree-menu-option.js +1 -1
  72. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  73. package/dist/components/tree-menu/tree-menu.js +1 -1
  74. package/dist/components/tree-menu/tree-menu.vue.d.ts +3 -3
  75. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  76. package/dist/variants/badge.d.ts +3 -3
  77. package/dist/variants/button.d.ts +3 -3
  78. package/dist/variants/checkbox.d.ts +3 -3
  79. package/dist/variants/kbd.d.ts +3 -3
  80. package/dist/variants/pagination.d.ts +3 -3
  81. package/dist/variants/radio-group.d.ts +3 -3
  82. package/dist/variants/separator.d.ts +3 -3
  83. package/dist/variants/switch.d.ts +3 -3
  84. package/dist/variants/tag.d.ts +3 -3
  85. package/dist/variants/textarea.d.ts +3 -3
  86. package/dist/variants/toast.d.ts +3 -3
  87. package/package.json +2 -2
@@ -2,13 +2,13 @@ import { ThemeColor, ThemeSize } from "../../theme/types.js";
2
2
  import "../../theme/index.js";
3
3
  import { SwitchShape } from "../../variants/switch.js";
4
4
  import { SwitchProps } from "./types.js";
5
- import * as vue252 from "vue";
6
- import * as _soybeanjs_headless142 from "@soybeanjs/headless";
5
+ import * as vue200 from "vue";
6
+ import * as _soybeanjs_headless117 from "@soybeanjs/headless";
7
7
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
8
8
 
9
9
  //#region src/components/switch/switch.vue.d.ts
10
10
  declare const __VLS_export: <T extends AcceptableBooleanValue = 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<{
11
- props: vue252.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
11
+ props: vue200.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
12
12
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
13
13
  }> & (typeof globalThis extends {
14
14
  __VLS_PROPS_FALLBACK: infer P;
@@ -18,13 +18,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
18
18
  slots: {
19
19
  leading?: (props: {
20
20
  modelValue: (Readonly<{
21
- class: _soybeanjs_headless142.ClassValue;
22
- ui: Partial<_soybeanjs_headless142.SwitchUi>;
21
+ class: _soybeanjs_headless117.ClassValue;
22
+ ui: Partial<_soybeanjs_headless117.SwitchUi>;
23
23
  color: ThemeColor;
24
24
  size: ThemeSize;
25
25
  shape: SwitchShape;
26
- controlProps: _soybeanjs_headless142.SwitchControlProps;
27
- thumbProps: _soybeanjs_headless142.SwitchThumbProps;
26
+ controlProps: _soybeanjs_headless117.SwitchControlProps;
27
+ thumbProps: _soybeanjs_headless117.SwitchThumbProps;
28
28
  defaultValue: NonNullable<T> | undefined;
29
29
  disabled: boolean;
30
30
  value: string;
@@ -32,14 +32,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
32
32
  required: boolean;
33
33
  manifest: string | undefined;
34
34
  innerHTML: string | undefined;
35
- style: vue252.StyleValue | undefined;
35
+ style: vue200.StyleValue | undefined;
36
36
  accesskey: string | undefined;
37
37
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
38
38
  contextmenu: string | undefined;
39
39
  dir: string | undefined;
40
40
  draggable: (boolean | "true" | "false") | undefined;
41
41
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
42
- enterKeyHint: vue252.HTMLAttributes["enterkeyhint"];
42
+ enterKeyHint: vue200.HTMLAttributes["enterkeyhint"];
43
43
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
44
44
  id: string | undefined;
45
45
  inert: (boolean | "true" | "false") | undefined;
@@ -229,13 +229,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
229
229
  } & {
230
230
  default?: (props: {
231
231
  modelValue: (Readonly<{
232
- class: _soybeanjs_headless142.ClassValue;
233
- ui: Partial<_soybeanjs_headless142.SwitchUi>;
232
+ class: _soybeanjs_headless117.ClassValue;
233
+ ui: Partial<_soybeanjs_headless117.SwitchUi>;
234
234
  color: ThemeColor;
235
235
  size: ThemeSize;
236
236
  shape: SwitchShape;
237
- controlProps: _soybeanjs_headless142.SwitchControlProps;
238
- thumbProps: _soybeanjs_headless142.SwitchThumbProps;
237
+ controlProps: _soybeanjs_headless117.SwitchControlProps;
238
+ thumbProps: _soybeanjs_headless117.SwitchThumbProps;
239
239
  defaultValue: NonNullable<T> | undefined;
240
240
  disabled: boolean;
241
241
  value: string;
@@ -243,14 +243,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
243
243
  required: boolean;
244
244
  manifest: string | undefined;
245
245
  innerHTML: string | undefined;
246
- style: vue252.StyleValue | undefined;
246
+ style: vue200.StyleValue | undefined;
247
247
  accesskey: string | undefined;
248
248
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
249
249
  contextmenu: string | undefined;
250
250
  dir: string | undefined;
251
251
  draggable: (boolean | "true" | "false") | undefined;
252
252
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
253
- enterKeyHint: vue252.HTMLAttributes["enterkeyhint"];
253
+ enterKeyHint: vue200.HTMLAttributes["enterkeyhint"];
254
254
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
255
255
  id: string | undefined;
256
256
  inert: (boolean | "true" | "false") | undefined;
@@ -440,13 +440,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
440
440
  } & {
441
441
  trailing?: (props: {
442
442
  modelValue: (Readonly<{
443
- class: _soybeanjs_headless142.ClassValue;
444
- ui: Partial<_soybeanjs_headless142.SwitchUi>;
443
+ class: _soybeanjs_headless117.ClassValue;
444
+ ui: Partial<_soybeanjs_headless117.SwitchUi>;
445
445
  color: ThemeColor;
446
446
  size: ThemeSize;
447
447
  shape: SwitchShape;
448
- controlProps: _soybeanjs_headless142.SwitchControlProps;
449
- thumbProps: _soybeanjs_headless142.SwitchThumbProps;
448
+ controlProps: _soybeanjs_headless117.SwitchControlProps;
449
+ thumbProps: _soybeanjs_headless117.SwitchThumbProps;
450
450
  defaultValue: NonNullable<T> | undefined;
451
451
  disabled: boolean;
452
452
  value: string;
@@ -454,14 +454,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
454
454
  required: boolean;
455
455
  manifest: string | undefined;
456
456
  innerHTML: string | undefined;
457
- style: vue252.StyleValue | undefined;
457
+ style: vue200.StyleValue | undefined;
458
458
  accesskey: string | undefined;
459
459
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
460
460
  contextmenu: string | undefined;
461
461
  dir: string | undefined;
462
462
  draggable: (boolean | "true" | "false") | undefined;
463
463
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
464
- enterKeyHint: vue252.HTMLAttributes["enterkeyhint"];
464
+ enterKeyHint: vue200.HTMLAttributes["enterkeyhint"];
465
465
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
466
466
  id: string | undefined;
467
467
  inert: (boolean | "true" | "false") | undefined;
@@ -650,7 +650,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
650
650
  }) => any;
651
651
  };
652
652
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
653
- }>) => vue252.VNode & {
653
+ }>) => vue200.VNode & {
654
654
  __ctx?: Awaited<typeof __VLS_setup>;
655
655
  };
656
656
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { TabsOptionData, TabsProps } from "./types.js";
2
- import * as vue260 from "vue";
2
+ import * as vue213 from "vue";
3
3
  import { AcceptableValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tabs/tabs.vue.d.ts
6
6
  declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S extends TabsOptionData<NonNullable<T>> = TabsOptionData<NonNullable<T>>>(__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: vue260.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
7
+ props: vue213.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -21,7 +21,7 @@ declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S exte
21
21
  }) => any;
22
22
  };
23
23
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
24
- }>) => vue260.VNode & {
24
+ }>) => vue213.VNode & {
25
25
  __ctx?: Awaited<typeof __VLS_setup>;
26
26
  };
27
27
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from "./types.js";
2
- import * as vue262 from "vue";
2
+ import * as vue195 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: vue262.DefineComponent<TagProps, {}, {}, {}, {}, vue262.ComponentOptionsMixin, vue262.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue195.DefineComponent<TagProps, {}, {}, {}, {}, vue195.ComponentOptionsMixin, vue195.ComponentOptionsMixin, {
18
18
  "update:open": (open: boolean) => any;
19
- }, string, vue262.PublicProps, Readonly<TagProps> & Readonly<{
19
+ }, string, vue195.PublicProps, Readonly<TagProps> & Readonly<{
20
20
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
21
21
  }>, {
22
22
  open: boolean;
23
- }, {}, {}, {}, string, vue262.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue195.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 vue267 from "vue";
2
+ import * as vue208 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: vue267.DefineComponent<TextareaProps, {}, {}, {}, {}, vue267.ComponentOptionsMixin, vue267.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue208.DefineComponent<TextareaProps, {}, {}, {}, {}, vue208.ComponentOptionsMixin, vue208.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue267.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue208.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue267.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue208.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 vue284 from "vue";
3
- import * as _soybeanjs_headless154 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: vue284.DefineComponent<TooltipProps, {}, {}, {}, {}, vue284.ComponentOptionsMixin, vue284.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_headless154.PointerDownOutsideEvent) => any;
16
- }, string, vue284.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_headless154.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, vue284.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";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as vue217 from "vue";
3
+ import * as _soybeanjs_headless130 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: vue217.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 {
@@ -18,13 +18,13 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
18
18
  item?: (props: {
19
19
  key: number;
20
20
  virtualItem: _tanstack_vue_virtual0.VirtualItem;
21
- item: _soybeanjs_headless0.FlattenedItem<T>;
21
+ item: _soybeanjs_headless130.FlattenedItem<T>;
22
22
  modelValue: U;
23
23
  expanded: 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
+ }>) => vue217.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";
2
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
1
+ import * as vue215 from "vue";
2
+ import * as _soybeanjs_headless129 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: vue215.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 {
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
17
17
  } & {
18
18
  item?: (props: {
19
19
  key: string;
20
- item: _soybeanjs_headless0.FlattenedItem<T>;
20
+ item: _soybeanjs_headless129.FlattenedItem<T>;
21
21
  modelValue: U | undefined;
22
22
  expanded: string[];
23
23
  }) => any;
@@ -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
+ }>) => vue215.VNode & {
29
29
  __ctx?: Awaited<typeof __VLS_setup>;
30
30
  };
31
31
  declare const _default: typeof __VLS_export;
@@ -1 +1 @@
1
- const e={collapsedWidth:`--soybean-tree-menu-collapsed-width`,indent:`--soybean-tree-menu-indent`};function t(e,n,r=!0){return!r&&e.value===n?!0:e?.children?.some(e=>t(e,n,!1))??!1}export{t as isChildActive,e as treeMenuCssVars};
1
+ const e={collapsedWidth:`--soybean-tree-menu-collapsed-width`,indent:`--soybean-tree-menu-indent`};function t(e,n,r=!0){return!r&&e.value===n?!0:e?.children?.some(e=>t(e,n,!1))??!1}function n(e){return e?e?.filter(e=>!e.hidden).map(e=>{let t=e;return t.children&&t.children.length>0&&(t.children=n(t.children)),t}):[]}export{n as filterHiddenMenus,t as isChildActive,e as treeMenuCssVars};
@@ -1 +1 @@
1
- import e from"../link/link.js";import t from"../dropdown-menu/dropdown-menu.js";import n from"../tooltip/tooltip.js";import{useTreeMenuContext as r,useTreeMenuExtraUi as i}from"./context.js";import a from"./tree-menu-option-slot.js";import{isChildActive as o}from"./shared.js";import{Fragment as s,computed as c,createBlock as l,createCommentVNode as u,createElementBlock as d,createElementVNode as f,createSlots as p,createVNode as m,defineComponent as h,guardReactiveProps as g,mergeProps as _,normalizeClass as v,normalizeProps as y,openBlock as b,renderList as x,renderSlot as S,resolveComponent as C,resolveDynamicComponent as w,unref as T,useSlots as E,withCtx as D}from"vue";import{useOmitProps as O}from"@soybeanjs/headless/composables";import{TreeMenuButton as k,TreeMenuCollapsible as A,TreeMenuItem as j,TreeMenuSub as M,useTreeMenuRootContext as N}from"@soybeanjs/headless";var P=h({name:`STreeMenuOption`,__name:`tree-menu-option`,props:{as:{default:`li`},item:{},itemProps:{},buttonProps:{},linkProps:{},collapsibleProps:{},subProps:{}},emits:[`selectDropdown`],setup(h,{emit:P}){let F=h,I=P,L=E(),R=O(F,[`as`,`item`]),{collapsed:z,modelValue:B,onModelValueChange:V}=N(`TreeMenuOption`),{size:H,side:U}=r(`TreeMenuOption`),W=i(`itemAbsolute`),G=c(()=>Object.keys(L)),K=c(()=>F.item.children?.filter(e=>!e.hidden)??[]),q=c(()=>!!K.value.length),J=c(()=>o(F.item,B.value)),Y=c(()=>!!(F.item.to||F.item.href)),X=c(()=>{let{disabled:e,to:t,href:n,target:r,external:i}=F.item;return Y.value?{disabled:e,to:t,href:n,target:r,external:i}:{}}),Z=c(()=>z.value&&q.value),Q=c(()=>z.value&&!Z.value?F.item.label:void 0),$=c(()=>U.value===`left`?`right`:`left`),ee=c(()=>({...F.item.tooltipProps,placement:F.item.tooltipProps?.placement??$.value})),te=c(()=>({...F.item.dropdownMenuProps,trigger:F.item.dropdownMenuProps?.trigger??`hover`,placement:F.item.dropdownMenuProps?.placement??$.value})),ne=()=>{F.item.disabled||V(F.item.value)},re=e=>{F.item.disabled||(V(e.value),I(`selectDropdown`,e.value))};return(r,i)=>{let o=C(`STreeMenuOption`);return q.value?(b(),l(T(j),_({key:1},h.itemProps,{"as-child":``,value:h.item.value,disabled:h.item.disabled}),{default:D(()=>[m(T(A),_(h.collapsibleProps,{as:h.as,"disabled-collapsible":T(z)}),{trigger:D(()=>[m(T(k),_(h.buttonProps,{"disabled-active":``,"data-child-active":J.value}),{default:D(()=>[m(a,{item:h.item},p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,y(g(t)))])}))]),1032,[`item`])]),_:3},16,[`data-child-active`])]),extra:D(()=>[Z.value?(b(),l(t,_({key:0},te.value,{items:K.value,disabled:h.item.disabled,size:T(H),"data-menu":h.item.label,onSelect:re}),{trigger:D(()=>[f(`div`,{class:v(T(W))},null,2)]),_:1},16,[`items`,`disabled`,`size`,`data-menu`])):u(`v-if`,!0)]),default:D(()=>[m(T(M),y(g(h.subProps)),{default:D(()=>[(b(!0),d(s,null,x(K.value,e=>(b(),l(o,_({key:e.value,ref_for:!0},T(R),{item:e}),p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,_({ref_for:!0},t))])}))]),1040,[`item`]))),128))]),_:3},16)]),_:3},16,[`as`,`disabled-collapsible`])]),_:3},16,[`value`,`disabled`])):(b(),l(T(j),_({key:0},h.itemProps,{as:h.as,value:h.item.value,disabled:h.item.disabled}),{default:D(()=>[Y.value?(b(),l(T(k),_({key:0},h.buttonProps,{"as-child":``}),{default:D(()=>[m(e,y(g(X.value)),{default:D(({isHref:e})=>[m(a,{item:h.item,"show-link-icon":e},p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,y(g(t)))])}))]),1032,[`item`,`show-link-icon`])]),_:3},16)]),_:3},16)):(b(),l(T(k),y(_({key:1},h.buttonProps)),{default:D(()=>[m(a,{item:h.item},p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,y(g(t)))])}))]),1032,[`item`])]),_:3},16)),Q.value?(b(),l(n,_({key:2},ee.value,{size:T(H),content:Q.value}),{trigger:D(()=>[(b(),l(w(Y.value?e:`div`),_(X.value,{class:T(W),onClick:ne}),null,16,[`class`]))]),_:1},16,[`size`,`content`])):u(`v-if`,!0)]),_:3},16,[`as`,`value`,`disabled`]))}}});export{P as default};
1
+ import e from"../link/link.js";import t from"../dropdown-menu/dropdown-menu.js";import n from"../tooltip/tooltip.js";import{useTreeMenuContext as r,useTreeMenuExtraUi as i}from"./context.js";import a from"./tree-menu-option-slot.js";import{isChildActive as o}from"./shared.js";import{Fragment as s,computed as c,createBlock as l,createCommentVNode as u,createElementBlock as d,createElementVNode as f,createSlots as p,createVNode as m,defineComponent as h,guardReactiveProps as g,mergeProps as _,normalizeClass as v,normalizeProps as y,openBlock as b,renderList as x,renderSlot as S,resolveComponent as C,resolveDynamicComponent as w,unref as T,useSlots as E,withCtx as D}from"vue";import{useOmitProps as O}from"@soybeanjs/headless/composables";import{TreeMenuButton as k,TreeMenuCollapsible as A,TreeMenuItem as j,TreeMenuSub as M,useTreeMenuRootContext as N}from"@soybeanjs/headless";var P=h({name:`STreeMenuOption`,__name:`tree-menu-option`,props:{as:{default:`li`},item:{},itemProps:{},buttonProps:{},linkProps:{},collapsibleProps:{},subProps:{}},emits:[`selectDropdown`],setup(h,{emit:P}){let F=h,I=P,L=E(),R=O(F,[`as`,`item`]),{collapsed:z,modelValue:B,onModelValueChange:V}=N(`TreeMenuOption`),{size:H,side:U}=r(`TreeMenuOption`),W=i(`itemAbsolute`),G=c(()=>Object.keys(L)),K=c(()=>F.item.children??[]),q=c(()=>!!K.value.length),J=c(()=>o(F.item,B.value)),Y=c(()=>!!(F.item.to||F.item.href)),X=c(()=>{let{disabled:e,to:t,href:n,target:r,external:i}=F.item;return Y.value?{disabled:e,to:t,href:n,target:r,external:i}:{}}),Z=c(()=>z.value&&q.value),Q=c(()=>z.value&&!Z.value?F.item.label:void 0),$=c(()=>U.value===`left`?`right`:`left`),ee=c(()=>({...F.item.tooltipProps,placement:F.item.tooltipProps?.placement??$.value})),te=c(()=>({...F.item.dropdownMenuProps,trigger:F.item.dropdownMenuProps?.trigger??`hover`,placement:F.item.dropdownMenuProps?.placement??$.value})),ne=()=>{F.item.disabled||V(F.item.value)},re=e=>{F.item.disabled||(V(e.value),I(`selectDropdown`,e.value))};return(r,i)=>{let o=C(`STreeMenuOption`);return q.value?(b(),l(T(j),_({key:1},h.itemProps,{"as-child":``,value:h.item.value,disabled:h.item.disabled}),{default:D(()=>[m(T(A),_(h.collapsibleProps,{as:h.as,"disabled-collapsible":T(z)}),{trigger:D(()=>[m(T(k),_(h.buttonProps,{"disabled-active":``,"data-child-active":J.value}),{default:D(()=>[m(a,{item:h.item},p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,y(g(t)))])}))]),1032,[`item`])]),_:3},16,[`data-child-active`])]),extra:D(()=>[Z.value?(b(),l(t,_({key:0},te.value,{items:K.value,disabled:h.item.disabled,size:T(H),"data-menu":h.item.label,onSelect:re}),{trigger:D(()=>[f(`div`,{class:v(T(W))},null,2)]),_:1},16,[`items`,`disabled`,`size`,`data-menu`])):u(`v-if`,!0)]),default:D(()=>[m(T(M),y(g(h.subProps)),{default:D(()=>[(b(!0),d(s,null,x(K.value,e=>(b(),l(o,_({key:e.value,ref_for:!0},T(R),{item:e}),p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,_({ref_for:!0},t))])}))]),1040,[`item`]))),128))]),_:3},16)]),_:3},16,[`as`,`disabled-collapsible`])]),_:3},16,[`value`,`disabled`])):(b(),l(T(j),_({key:0},h.itemProps,{as:h.as,value:h.item.value,disabled:h.item.disabled}),{default:D(()=>[Y.value?(b(),l(T(k),_({key:0},h.buttonProps,{"as-child":``}),{default:D(()=>[m(e,y(g(X.value)),{default:D(({isHref:e})=>[m(a,{item:h.item,"show-link-icon":e},p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,y(g(t)))])}))]),1032,[`item`,`show-link-icon`])]),_:3},16)]),_:3},16)):(b(),l(T(k),y(_({key:1},h.buttonProps)),{default:D(()=>[m(a,{item:h.item},p({_:2},[x(G.value,e=>({name:e,fn:D(t=>[S(r.$slots,e,y(g(t)))])}))]),1032,[`item`])]),_:3},16)),Q.value?(b(),l(n,_({key:2},ee.value,{size:T(H),content:Q.value}),{trigger:D(()=>[(b(),l(w(Y.value?e:`div`),_(X.value,{class:T(W),onClick:ne}),null,16,[`class`]))]),_:1},16,[`size`,`content`])):u(`v-if`,!0)]),_:3},16,[`as`,`value`,`disabled`]))}}});export{P as default};
@@ -1,12 +1,12 @@
1
1
  import { TreeMenuStyledItemProps } from "./types.js";
2
- import * as vue291 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: vue291.DefineComponent<TreeMenuStyledItemProps, {}, {}, {}, {}, vue291.ComponentOptionsMixin, vue291.ComponentOptionsMixin, {}, string, vue291.PublicProps, Readonly<TreeMenuStyledItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue291.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 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{treeMenuCssVars as s}from"./shared.js";import c from"./tree-menu-option.js";import{Fragment as l,computed as u,createBlock as d,createCommentVNode as f,createElementBlock as p,createElementVNode as m,createSlots as h,createVNode as g,defineComponent as _,mergeProps as v,openBlock as y,renderList as b,renderSlot as x,toDisplayString as S,toHandlers as C,unref as w,useSlots as T,withCtx as E}from"vue";import{useForwardListeners as D,useOmitProps as O,usePickProps 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=_({name:`STreeMenu`,__name:`tree-menu`,props:{class:{},size:{default:`md`},ui:{},side:{default:`left`},items:{},collapsedWidth:{default:50},indent:{default:16},showGroupIcon:{type:Boolean},groupRootProps:{},groupProps:{},groupLabelProps:{},modelValue:{},defaultValue:{},expanded:{},defaultExpanded:{},collapsed:{type:Boolean,default:void 0},defaultCollapsed:{type:Boolean},itemProps:{},buttonProps:{},linkProps:{},collapsibleProps:{},subProps:{}},emits:[`update:modelValue`,`update:expanded`,`update:collapsed`,`selectDropdown`],setup(_,{emit:I}){let L=_,R=I,z=T(),B=u(()=>Object.keys(z).filter(e=>e.startsWith(`item-`))),V=O(L,[`class`,`size`,`side`,`ui`,`items`,`collapsedWidth`,`indent`,`showGroupIcon`,`groupRootProps`,`groupProps`,`groupLabelProps`,`itemProps`,`buttonProps`,`linkProps`,`collapsibleProps`,`subProps`]),H=k(L,[`itemProps`,`buttonProps`,`linkProps`,`collapsibleProps`,`subProps`]),U=D(R),W=u(()=>{let e=L.collapsedWidth*n[L.size],r=L.indent*n[L.size];return{[s.collapsedWidth]:`${e/t.md}rem`,[s.indent]:`${r/t.md}rem`}}),G=u(()=>L.items?.filter(e=>!e.hidden)??[]),K=u(()=>e(i({size:L.size}),L.ui,{root:L.class}));return P(K),o(K),a(F(L,[`size`,`side`])),(e,t)=>(y(),d(w(N),v(w(V),{style:W.value},C(w(U))),{default:E(()=>[x(e.$slots,`top`),(y(!0),p(l,null,b(G.value,t=>(y(),p(l,{key:t.value},[t.isGroup?(y(),d(w(M),v({key:0,ref_for:!0},_.groupRootProps),{default:E(()=>[g(w(j),v({ref_for:!0},_.groupLabelProps),{default:E(()=>[x(e.$slots,`group-label`,{item:t},()=>[_.showGroupIcon&&t.icon?(y(),d(r,{key:0,icon:t.icon},null,8,[`icon`])):f(`v-if`,!0),m(`span`,null,S(t.label),1)])]),_:2},1040),g(w(A),v({ref_for:!0},_.groupProps),{default:E(()=>[(y(!0),p(l,null,b(t.children,t=>(y(),d(c,v({key:t.value},{ref_for:!0},w(H),{item:t}),h({_:2},[b(B.value,t=>({name:t,fn:E(n=>[x(e.$slots,t,v({ref_for:!0},n))])}))]),1040,[`item`]))),128))]),_:2},1040)]),_:2},1040)):(y(),d(c,v({key:1,as:`div`},{ref_for:!0},w(H),{item:t}),h({_:2},[b(B.value,t=>({name:t,fn:E(n=>[x(e.$slots,t,v({ref_for:!0},n))])}))]),1040,[`item`]))],64))),128)),x(e.$slots,`bottom`)]),_:3},16,[`style`]))}});export{I 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{filterHiddenMenus 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,usePickProps as A}from"@soybeanjs/headless/composables";import{TreeMenuGroup as j,TreeMenuGroupLabel as M,TreeMenuGroupRoot as N,TreeMenuRoot as P,provideTreeMenuUi as F}from"@soybeanjs/headless";import{transformPropsToContext as I}from"@soybeanjs/headless/shared";var L=v({name:`STreeMenu`,__name:`tree-menu`,props:{class:{},size:{default:`md`},ui:{},side:{default:`left`},items:{},collapsedWidth:{default:50},indent:{default:16},showGroupIcon:{type:Boolean},groupRootProps:{},groupProps:{},groupLabelProps:{},modelValue:{},defaultValue:{},expanded:{},defaultExpanded:{},collapsed:{type:Boolean,default:void 0},defaultCollapsed:{type:Boolean},itemProps:{},buttonProps:{},linkProps:{},collapsibleProps:{},subProps:{}},emits:[`update:modelValue`,`update:expanded`,`update:collapsed`,`selectDropdown`],setup(v,{emit:L}){let R=v,z=L,B=E(),V=d(()=>Object.keys(B).filter(e=>e.startsWith(`item-`))),H=k(R,[`class`,`size`,`side`,`ui`,`items`,`collapsedWidth`,`indent`,`showGroupIcon`,`groupRootProps`,`groupProps`,`groupLabelProps`,`itemProps`,`buttonProps`,`linkProps`,`collapsibleProps`,`subProps`]),U=A(R,[`itemProps`,`buttonProps`,`linkProps`,`collapsibleProps`,`subProps`]),W=O(z),G=d(()=>{let e=R.collapsedWidth*n[R.size],r=R.indent*n[R.size];return{[c.collapsedWidth]:`${e/t.md}rem`,[c.indent]:`${r/t.md}rem`}}),K=d(()=>s(R.items)),q=d(()=>e(i({size:R.size}),R.ui,{root:R.class}));return F(q),o(q),a(I(R,[`size`,`side`])),(e,t)=>(b(),f(T(P),y(T(H),{style:G.value},w(T(W))),{default:D(()=>[S(e.$slots,`top`),(b(!0),m(u,null,x(K.value,t=>(b(),m(u,{key:t.value},[t.isGroup?(b(),f(T(N),y({key:0,ref_for:!0},v.groupRootProps),{default:D(()=>[_(T(M),y({ref_for:!0},v.groupLabelProps),{default:D(()=>[S(e.$slots,`group-label`,{item:t},()=>[v.showGroupIcon&&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},1040),_(T(j),y({ref_for:!0},v.groupProps),{default:D(()=>[(b(!0),m(u,null,x(t.children,t=>(b(),f(l,y({key:t.value},{ref_for:!0},T(U),{item:t}),g({_:2},[x(V.value,t=>({name:t,fn:D(n=>[S(e.$slots,t,y({ref_for:!0},n))])}))]),1040,[`item`]))),128))]),_:2},1040)]),_:2},1040)):(b(),f(l,y({key:1,as:`div`},{ref_for:!0},T(U),{item:t}),g({_:2},[x(V.value,t=>({name:t,fn:D(n=>[S(e.$slots,t,y({ref_for:!0},n))])}))]),1040,[`item`]))],64))),128)),S(e.$slots,`bottom`)]),_:3},16,[`style`]))}});export{L as default};
@@ -1,9 +1,9 @@
1
1
  import { TreeMenuBaseOptionData, TreeMenuProps } from "./types.js";
2
- import * as vue289 from "vue";
2
+ import * as vue307 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu.vue.d.ts
5
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: vue289.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
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;
@@ -30,7 +30,7 @@ declare const __VLS_export: <T extends TreeMenuBaseOptionData = TreeMenuBaseOpti
30
30
  }) => any;
31
31
  };
32
32
  emit: ((evt: "update:modelValue", value: string) => void) & ((evt: "update:expanded", value: string[]) => void) & ((evt: "update:collapsed", value: boolean) => void) & ((evt: "selectDropdown", value: string) => void);
33
- }>) => vue289.VNode & {
33
+ }>) => vue307.VNode & {
34
34
  __ctx?: Awaited<typeof __VLS_setup>;
35
35
  };
36
36
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { VirtualizerProps } from "./types.js";
2
- import * as vue3 from "vue";
2
+ import * as vue0 from "vue";
3
3
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
4
4
 
5
5
  //#region src/components/virtualizer/virtualizer.vue.d.ts
6
6
  declare const __VLS_export: <T extends Record<string, any>>(__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: vue3.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (typeof globalThis extends {
7
+ props: vue0.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (typeof globalThis extends {
8
8
  __VLS_PROPS_FALLBACK: infer P;
9
9
  } ? P : {});
10
10
  expose: (exposed: {}) => void;
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
17
17
  }) => any;
18
18
  };
19
19
  emit: {};
20
- }>) => vue3.VNode & {
20
+ }>) => vue0.VNode & {
21
21
  __ctx?: Awaited<typeof __VLS_setup>;
22
22
  };
23
23
  declare const _default: typeof __VLS_export;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants5 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/badge.d.ts
5
- declare const badgeVariants: tailwind_variants5.TVReturnType<{
5
+ declare const badgeVariants: tailwind_variants1.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  content: string;
@@ -130,7 +130,7 @@ declare const badgeVariants: tailwind_variants5.TVReturnType<{
130
130
  }, {
131
131
  root: string;
132
132
  content: string;
133
- }, tailwind_variants5.TVReturnType<{
133
+ }, tailwind_variants1.TVReturnType<{
134
134
  color: {
135
135
  primary: {
136
136
  content: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants1 from "tailwind-variants";
1
+ import * as tailwind_variants3 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_variants1.TVReturnType<{
5
+ declare const buttonVariants: tailwind_variants3.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -92,7 +92,7 @@ declare const buttonVariants: tailwind_variants1.TVReturnType<{
92
92
  true: string;
93
93
  false: string;
94
94
  };
95
- }, undefined, tailwind_variants1.TVReturnType<{
95
+ }, undefined, tailwind_variants3.TVReturnType<{
96
96
  color: {
97
97
  primary: string;
98
98
  destructive: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants7 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/checkbox.d.ts
5
- declare const checkboxVariants: tailwind_variants7.TVReturnType<{
5
+ declare const checkboxVariants: tailwind_variants25.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -164,7 +164,7 @@ declare const checkboxVariants: tailwind_variants7.TVReturnType<{
164
164
  control: string[];
165
165
  indicator: string;
166
166
  label: string;
167
- }, tailwind_variants7.TVReturnType<{
167
+ }, tailwind_variants25.TVReturnType<{
168
168
  color: {
169
169
  primary: {
170
170
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants11 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_variants11.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_variants11.TVReturnType<{
30
30
  xl: string;
31
31
  '2xl': string;
32
32
  };
33
- }, undefined, tailwind_variants11.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_variants13 from "tailwind-variants";
1
+ import * as tailwind_variants7 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_variants13.TVReturnType<{
5
+ declare const paginationVariants: tailwind_variants7.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  list: string;
@@ -150,7 +150,7 @@ declare const paginationVariants: tailwind_variants13.TVReturnType<{
150
150
  ellipsis: string;
151
151
  button: string[];
152
152
  navigationButton: string[];
153
- }, tailwind_variants13.TVReturnType<{
153
+ }, tailwind_variants7.TVReturnType<{
154
154
  size: {
155
155
  xs: {
156
156
  list: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants15 from "tailwind-variants";
1
+ import * as tailwind_variants21 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_variants15.TVReturnType<{
5
+ declare const radioGroupVariants: tailwind_variants21.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -180,7 +180,7 @@ declare const radioGroupVariants: tailwind_variants15.TVReturnType<{
180
180
  control: string[];
181
181
  indicator: string;
182
182
  label: string;
183
- }, tailwind_variants15.TVReturnType<{
183
+ }, tailwind_variants21.TVReturnType<{
184
184
  color: {
185
185
  primary: {
186
186
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants21 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/separator.d.ts
5
- declare const separatorVariants: tailwind_variants21.TVReturnType<{
5
+ declare const separatorVariants: tailwind_variants11.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  label: string;
@@ -114,7 +114,7 @@ declare const separatorVariants: tailwind_variants21.TVReturnType<{
114
114
  }, {
115
115
  root: string;
116
116
  label: string;
117
- }, tailwind_variants21.TVReturnType<{
117
+ }, tailwind_variants11.TVReturnType<{
118
118
  size: {
119
119
  xs: {
120
120
  label: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants23 from "tailwind-variants";
1
+ import * as tailwind_variants15 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_variants23.TVReturnType<{
5
+ declare const switchVariants: tailwind_variants15.TVReturnType<{
6
6
  color: {
7
7
  primary: {
8
8
  control: string;
@@ -136,7 +136,7 @@ declare const switchVariants: tailwind_variants23.TVReturnType<{
136
136
  root: string;
137
137
  control: string[];
138
138
  thumb: string;
139
- }, tailwind_variants23.TVReturnType<{
139
+ }, tailwind_variants15.TVReturnType<{
140
140
  color: {
141
141
  primary: {
142
142
  control: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants31 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/tag.d.ts
5
- declare const tagVariants: tailwind_variants31.TVReturnType<{
5
+ declare const tagVariants: tailwind_variants17.TVReturnType<{
6
6
  color: {
7
7
  primary: string;
8
8
  destructive: string;
@@ -64,7 +64,7 @@ declare const tagVariants: tailwind_variants31.TVReturnType<{
64
64
  auto: string;
65
65
  rounded: string;
66
66
  };
67
- }, undefined, tailwind_variants31.TVReturnType<{
67
+ }, undefined, tailwind_variants17.TVReturnType<{
68
68
  color: {
69
69
  primary: string;
70
70
  destructive: string;
@@ -1,8 +1,8 @@
1
- import * as tailwind_variants29 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/textarea.d.ts
5
- declare const textareaVariants: tailwind_variants29.TVReturnType<{
5
+ declare const textareaVariants: tailwind_variants13.TVReturnType<{
6
6
  size: {
7
7
  xs: {
8
8
  root: string;
@@ -118,7 +118,7 @@ declare const textareaVariants: tailwind_variants29.TVReturnType<{
118
118
  control: string[];
119
119
  counter: string;
120
120
  clearable: string;
121
- }, tailwind_variants29.TVReturnType<{
121
+ }, tailwind_variants13.TVReturnType<{
122
122
  size: {
123
123
  xs: {
124
124
  root: string;