@soybeanjs/ui 0.0.2 → 0.0.3

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 (88) hide show
  1. package/README.md +86 -6
  2. package/README.zh-CN.md +251 -0
  3. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  4. package/dist/components/alert/alert.vue.d.ts +4 -4
  5. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  6. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +4 -4
  7. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  8. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  9. package/dist/components/badge/badge.vue.d.ts +4 -4
  10. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  11. package/dist/components/button/button-group.vue.d.ts +6 -6
  12. package/dist/components/button/button-icon.vue.d.ts +3 -3
  13. package/dist/components/button/button-link.vue.d.ts +5 -5
  14. package/dist/components/button/button-loading.vue.d.ts +3 -3
  15. package/dist/components/button/button.vue.d.ts +4 -4
  16. package/dist/components/card/card.vue.d.ts +3 -3
  17. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  18. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  19. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  20. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  21. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  22. package/dist/components/command/command.vue.d.ts +7 -7
  23. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  24. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  25. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  26. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +13 -13
  27. package/dist/components/context-menu/context-menu.vue.d.ts +9 -9
  28. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  29. package/dist/components/dialog/dialog-pure.vue.d.ts +11 -11
  30. package/dist/components/dialog/dialog.vue.d.ts +11 -11
  31. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  32. package/dist/components/drawer/drawer.vue.d.ts +11 -11
  33. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  34. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  35. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +13 -13
  36. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +9 -9
  37. package/dist/components/form/form-field-array.vue.d.ts +2 -2
  38. package/dist/components/form/form-field.vue.d.ts +2 -2
  39. package/dist/components/form/form.vue.d.ts +2 -2
  40. package/dist/components/icon/icon.vue.d.ts +4 -4
  41. package/dist/components/input/input.vue.d.ts +4 -4
  42. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  43. package/dist/components/label/label.vue.d.ts +2 -2
  44. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  45. package/dist/components/layout/layout.vue.d.ts +4 -4
  46. package/dist/components/link/link.vue.d.ts +4 -4
  47. package/dist/components/list/list-item.vue.d.ts +2 -2
  48. package/dist/components/list/list.vue.d.ts +2 -2
  49. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  50. package/dist/components/menu/menu-option.vue.d.ts +9 -9
  51. package/dist/components/menu/menu-options.vue.d.ts +9 -9
  52. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  53. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  54. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  55. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  56. package/dist/components/password/password.vue.d.ts +4 -4
  57. package/dist/components/popover/popover.vue.d.ts +11 -11
  58. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  59. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  60. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  61. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  62. package/dist/components/segment/segment.vue.d.ts +3 -3
  63. package/dist/components/select/select.vue.d.ts +8 -8
  64. package/dist/components/separator/separator.vue.d.ts +5 -5
  65. package/dist/components/switch/switch.vue.d.ts +16 -16
  66. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  67. package/dist/components/tag/tag.vue.d.ts +4 -4
  68. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  69. package/dist/components/tooltip/tooltip.vue.d.ts +7 -7
  70. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  71. package/dist/components/tree/tree.vue.d.ts +5 -5
  72. package/dist/components/tree-menu/tree-menu-item-wrapper.vue.d.ts +2 -2
  73. package/dist/components/tree-menu/tree-menu-item.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/button.d.ts +3 -3
  77. package/dist/variants/checkbox.d.ts +3 -3
  78. package/dist/variants/kbd.d.ts +3 -3
  79. package/dist/variants/pagination.d.ts +3 -3
  80. package/dist/variants/radio-group.d.ts +3 -3
  81. package/dist/variants/separator.d.ts +3 -3
  82. package/dist/variants/switch.d.ts +3 -3
  83. package/dist/variants/tabs.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/dist/variants/tree-menu.js +1 -1
  88. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { NavigationMenuOptionData, NavigationMenuProps } from "./types.js";
2
- import * as vue200 from "vue";
3
- import * as _soybeanjs_headless108 from "@soybeanjs/headless";
2
+ import * as vue213 from "vue";
3
+ import * as _soybeanjs_headless105 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/navigation-menu/navigation-menu.vue.d.ts
6
6
  type Slots = {
@@ -25,25 +25,25 @@ type Slots = {
25
25
  }) => any;
26
26
  };
27
27
  type __VLS_Slots = Slots;
28
- declare const __VLS_base: vue200.DefineComponent<NavigationMenuProps, {}, {}, {}, {}, vue200.ComponentOptionsMixin, vue200.ComponentOptionsMixin, {
28
+ declare const __VLS_base: vue213.DefineComponent<NavigationMenuProps, {}, {}, {}, {}, vue213.ComponentOptionsMixin, vue213.ComponentOptionsMixin, {
29
29
  select: (payload: CustomEvent<{
30
30
  originalEvent: Event;
31
31
  }>) => any;
32
32
  "update:modelValue": (value: string) => any;
33
33
  escapeKeyDown: (event: KeyboardEvent) => any;
34
- pointerDownOutside: (event: _soybeanjs_headless108.PointerDownOutsideEvent) => any;
35
- focusOutside: (event: _soybeanjs_headless108.FocusOutsideEvent) => any;
36
- interactOutside: (event: _soybeanjs_headless108.PointerDownOutsideEvent | _soybeanjs_headless108.FocusOutsideEvent) => any;
37
- }, string, vue200.PublicProps, Readonly<NavigationMenuProps> & Readonly<{
34
+ pointerDownOutside: (event: _soybeanjs_headless105.PointerDownOutsideEvent) => any;
35
+ focusOutside: (event: _soybeanjs_headless105.FocusOutsideEvent) => any;
36
+ interactOutside: (event: _soybeanjs_headless105.PointerDownOutsideEvent | _soybeanjs_headless105.FocusOutsideEvent) => any;
37
+ }, string, vue213.PublicProps, Readonly<NavigationMenuProps> & Readonly<{
38
38
  onSelect?: ((payload: CustomEvent<{
39
39
  originalEvent: Event;
40
40
  }>) => any) | undefined;
41
41
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
42
42
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
43
- onPointerDownOutside?: ((event: _soybeanjs_headless108.PointerDownOutsideEvent) => any) | undefined;
44
- onFocusOutside?: ((event: _soybeanjs_headless108.FocusOutsideEvent) => any) | undefined;
45
- onInteractOutside?: ((event: _soybeanjs_headless108.PointerDownOutsideEvent | _soybeanjs_headless108.FocusOutsideEvent) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, vue200.ComponentProvideOptions, false, {}, any>;
43
+ onPointerDownOutside?: ((event: _soybeanjs_headless105.PointerDownOutsideEvent) => any) | undefined;
44
+ onFocusOutside?: ((event: _soybeanjs_headless105.FocusOutsideEvent) => any) | undefined;
45
+ onInteractOutside?: ((event: _soybeanjs_headless105.PointerDownOutsideEvent | _soybeanjs_headless105.FocusOutsideEvent) => any) | undefined;
46
+ }>, {}, {}, {}, {}, string, vue213.ComponentProvideOptions, false, {}, any>;
47
47
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
48
48
  declare const _default: typeof __VLS_export;
49
49
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { NumberInputProps } from "./types.js";
2
- import * as vue266 from "vue";
2
+ import * as vue13 from "vue";
3
3
 
4
4
  //#region src/components/number-input/number-input.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_24: {}, __VLS_31: {}, __VLS_42: {};
@@ -12,11 +12,11 @@ type __VLS_Slots = {} & {
12
12
  } & {
13
13
  increment?: (props: typeof __VLS_42) => any;
14
14
  };
15
- declare const __VLS_base: vue266.DefineComponent<NumberInputProps, {}, {}, {}, {}, vue266.ComponentOptionsMixin, vue266.ComponentOptionsMixin, {
15
+ declare const __VLS_base: vue13.DefineComponent<NumberInputProps, {}, {}, {}, {}, vue13.ComponentOptionsMixin, vue13.ComponentOptionsMixin, {
16
16
  "update:modelValue": (val: number) => any;
17
- }, string, vue266.PublicProps, Readonly<NumberInputProps> & Readonly<{
17
+ }, string, vue13.PublicProps, Readonly<NumberInputProps> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, vue266.ComponentProvideOptions, false, {}, any>;
19
+ }>, {}, {}, {}, {}, string, vue13.ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
21
  declare const _default: typeof __VLS_export;
22
22
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { PaginationProps } from "./types.js";
2
- import * as vue223 from "vue";
2
+ import * as vue300 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination.vue.d.ts
5
5
  declare var __VLS_20: {}, __VLS_31: {}, __VLS_47: {}, __VLS_58: {}, __VLS_69: {};
@@ -14,13 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  last?: (props: typeof __VLS_69) => any;
16
16
  };
17
- declare const __VLS_base: vue223.DefineComponent<PaginationProps, {}, {}, {}, {}, vue223.ComponentOptionsMixin, vue223.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue300.DefineComponent<PaginationProps, {}, {}, {}, {}, vue300.ComponentOptionsMixin, vue300.ComponentOptionsMixin, {
18
18
  "update:page": (value: number) => any;
19
- }, string, vue223.PublicProps, Readonly<PaginationProps> & Readonly<{
19
+ }, string, vue300.PublicProps, Readonly<PaginationProps> & Readonly<{
20
20
  "onUpdate:page"?: ((value: number) => any) | undefined;
21
21
  }>, {
22
22
  showFirstOrLast: boolean;
23
- }, {}, {}, {}, string, vue223.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue300.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 { PasswordProps } from "./types.js";
2
- import * as vue233 from "vue";
2
+ import * as vue99 from "vue";
3
3
 
4
4
  //#region src/components/password/password.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_24: {}, __VLS_26: {
@@ -13,15 +13,15 @@ type __VLS_Slots = {} & {
13
13
  } & {
14
14
  visible?: (props: typeof __VLS_26) => any;
15
15
  };
16
- declare const __VLS_base: vue233.DefineComponent<PasswordProps, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
16
+ declare const __VLS_base: vue99.DefineComponent<PasswordProps, {}, {}, {}, {}, vue99.ComponentOptionsMixin, vue99.ComponentOptionsMixin, {
17
17
  "update:modelValue": (value: string) => any;
18
18
  "update:visible": (visible: boolean) => any;
19
- }, string, vue233.PublicProps, Readonly<PasswordProps> & Readonly<{
19
+ }, string, vue99.PublicProps, Readonly<PasswordProps> & Readonly<{
20
20
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
21
21
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
22
22
  }>, {
23
23
  visible: boolean;
24
- }, {}, {}, {}, string, vue233.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue99.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,6 +1,6 @@
1
1
  import { PopoverProps } from "./types.js";
2
- import * as vue228 from "vue";
3
- import * as _soybeanjs_headless132 from "@soybeanjs/headless";
2
+ import * as vue132 from "vue";
3
+ import * as _soybeanjs_headless85 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/popover/popover.vue.d.ts
6
6
  declare var __VLS_15: {}, __VLS_27: {}, __VLS_34: {};
@@ -11,27 +11,27 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  close?: (props: typeof __VLS_34) => any;
13
13
  };
14
- declare const __VLS_base: vue228.DefineComponent<PopoverProps, {}, {}, {}, {}, vue228.ComponentOptionsMixin, vue228.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue132.DefineComponent<PopoverProps, {}, {}, {}, {}, vue132.ComponentOptionsMixin, vue132.ComponentOptionsMixin, {
15
15
  "update:open": (value: boolean) => any;
16
16
  escapeKeyDown: (event: KeyboardEvent) => any;
17
- pointerDownOutside: (event: _soybeanjs_headless132.PointerDownOutsideEvent) => any;
18
- focusOutside: (event: _soybeanjs_headless132.FocusOutsideEvent) => any;
19
- interactOutside: (event: _soybeanjs_headless132.PointerDownOutsideEvent | _soybeanjs_headless132.FocusOutsideEvent) => any;
17
+ pointerDownOutside: (event: _soybeanjs_headless85.PointerDownOutsideEvent) => any;
18
+ focusOutside: (event: _soybeanjs_headless85.FocusOutsideEvent) => any;
19
+ interactOutside: (event: _soybeanjs_headless85.PointerDownOutsideEvent | _soybeanjs_headless85.FocusOutsideEvent) => any;
20
20
  openAutoFocus: (event: Event) => any;
21
21
  closeAutoFocus: (event: Event) => any;
22
- }, string, vue228.PublicProps, Readonly<PopoverProps> & Readonly<{
22
+ }, string, vue132.PublicProps, Readonly<PopoverProps> & Readonly<{
23
23
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
24
24
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
25
- onPointerDownOutside?: ((event: _soybeanjs_headless132.PointerDownOutsideEvent) => any) | undefined;
26
- onFocusOutside?: ((event: _soybeanjs_headless132.FocusOutsideEvent) => any) | undefined;
27
- onInteractOutside?: ((event: _soybeanjs_headless132.PointerDownOutsideEvent | _soybeanjs_headless132.FocusOutsideEvent) => any) | undefined;
25
+ onPointerDownOutside?: ((event: _soybeanjs_headless85.PointerDownOutsideEvent) => any) | undefined;
26
+ onFocusOutside?: ((event: _soybeanjs_headless85.FocusOutsideEvent) => any) | undefined;
27
+ onInteractOutside?: ((event: _soybeanjs_headless85.PointerDownOutsideEvent | _soybeanjs_headless85.FocusOutsideEvent) => any) | undefined;
28
28
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
29
29
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
30
30
  }>, {
31
31
  open: boolean;
32
32
  defaultOpen: boolean;
33
33
  showArrow: boolean;
34
- }, {}, {}, {}, string, vue228.ComponentProvideOptions, false, {}, any>;
34
+ }, {}, {}, {}, string, vue132.ComponentProvideOptions, false, {}, any>;
35
35
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
36
  declare const _default: typeof __VLS_export;
37
37
  type __VLS_WithSlots<T, S> = T & {
@@ -1,17 +1,17 @@
1
1
  import { RadioCardGroupOptionData, RadioCardGroupProps } from "./types.js";
2
- import * as vue252 from "vue";
2
+ import * as vue149 from "vue";
3
3
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/radio-group/radio-card-group.vue.d.ts
6
6
  declare const __VLS_export: <T extends AcceptableBooleanValue = AcceptableBooleanValue, S extends RadioCardGroupOptionData<T> = RadioCardGroupOptionData<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<RadioCardGroupProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<AcceptableBooleanValue>) => any) | undefined;
9
- }> & vue252.PublicProps;
9
+ }> & vue149.PublicProps;
10
10
  expose: (exposed: {}) => void;
11
11
  attrs: any;
12
12
  slots: {};
13
13
  emit: (evt: "update:modelValue", payload: NonNullable<AcceptableBooleanValue>) => void;
14
- }>) => vue252.VNode & {
14
+ }>) => vue149.VNode & {
15
15
  __ctx?: Awaited<typeof __VLS_setup>;
16
16
  };
17
17
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { RadioCardProps } from "./types.js";
2
- import * as vue247 from "vue";
2
+ import * as vue142 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio-card.vue.d.ts
5
5
  declare var __VLS_16: {
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  description?: (props: typeof __VLS_23) => any;
12
12
  };
13
- declare const __VLS_base: vue247.DefineComponent<RadioCardProps, {}, {}, {}, {}, vue247.ComponentOptionsMixin, vue247.ComponentOptionsMixin, {}, string, vue247.PublicProps, Readonly<RadioCardProps> & Readonly<{}>, {}, {}, {}, {}, string, vue247.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue142.DefineComponent<RadioCardProps, {}, {}, {}, {}, vue142.ComponentOptionsMixin, vue142.ComponentOptionsMixin, {}, string, vue142.PublicProps, Readonly<RadioCardProps> & Readonly<{}>, {}, {}, {}, {}, string, vue142.ComponentProvideOptions, false, {}, any>;
14
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
15
  declare const _default: typeof __VLS_export;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -1,17 +1,17 @@
1
1
  import { RadioGroupOptionData, RadioGroupProps } from "./types.js";
2
- import * as vue240 from "vue";
2
+ import * as vue147 from "vue";
3
3
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/radio-group/radio-group.vue.d.ts
6
6
  declare const __VLS_export: <T extends AcceptableBooleanValue = AcceptableBooleanValue, S extends RadioGroupOptionData<T> = RadioGroupOptionData<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<RadioGroupProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
9
- }> & vue240.PublicProps;
9
+ }> & vue147.PublicProps;
10
10
  expose: (exposed: {}) => void;
11
11
  attrs: any;
12
12
  slots: {};
13
13
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
14
- }>) => vue240.VNode & {
14
+ }>) => vue147.VNode & {
15
15
  __ctx?: Awaited<typeof __VLS_setup>;
16
16
  };
17
17
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { RadioProps } from "./types.js";
2
- import * as vue242 from "vue";
2
+ import * as vue137 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio.vue.d.ts
5
5
  declare var __VLS_27: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_27) => any;
8
8
  };
9
- declare const __VLS_base: vue242.DefineComponent<RadioProps, {}, {}, {}, {}, vue242.ComponentOptionsMixin, vue242.ComponentOptionsMixin, {}, string, vue242.PublicProps, Readonly<RadioProps> & Readonly<{}>, {}, {}, {}, {}, string, vue242.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue137.DefineComponent<RadioProps, {}, {}, {}, {}, vue137.ComponentOptionsMixin, vue137.ComponentOptionsMixin, {}, string, vue137.PublicProps, Readonly<RadioProps> & Readonly<{}>, {}, {}, {}, {}, string, vue137.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,12 +1,12 @@
1
1
  import { SegmentOptionData, SegmentProps } from "./types.js";
2
- import * as vue238 from "vue";
2
+ import * as vue218 from "vue";
3
3
  import { AcceptableValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/segment/segment.vue.d.ts
6
6
  declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S extends SegmentOptionData<NonNullable<T>> = SegmentOptionData<NonNullable<T>>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<SegmentProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
9
- }> & vue238.PublicProps;
9
+ }> & vue218.PublicProps;
10
10
  expose: (exposed: {}) => void;
11
11
  attrs: any;
12
12
  slots: {
@@ -15,7 +15,7 @@ declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S exte
15
15
  }) => any;
16
16
  };
17
17
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
18
- }>) => vue238.VNode & {
18
+ }>) => vue218.VNode & {
19
19
  __ctx?: Awaited<typeof __VLS_setup>;
20
20
  };
21
21
  declare const _default: typeof __VLS_export;
@@ -1,18 +1,18 @@
1
1
  import { SelectOptionData, SelectProps } from "./types.js";
2
- import * as vue264 from "vue";
3
- import * as _soybeanjs_headless141 from "@soybeanjs/headless";
2
+ import * as vue305 from "vue";
3
+ import * as _soybeanjs_headless152 from "@soybeanjs/headless";
4
4
  import { DefinedValue } from "@soybeanjs/headless";
5
5
 
6
6
  //#region src/components/select/select.vue.d.ts
7
7
  declare const __VLS_export: <T extends DefinedValue, M extends boolean = false, S extends SelectOptionData<T> = SelectOptionData<T>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
8
  props: __VLS_PrettifyLocal<SelectProps<T, M, S> & {
9
- onSelect?: ((event: _soybeanjs_headless141.SelectItemEvent<T>) => any) | undefined;
10
- "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
9
+ onSelect?: ((event: _soybeanjs_headless152.SelectItemEvent<T>) => any) | undefined;
11
10
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
+ "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
12
12
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
13
- onPointerDownOutside?: ((event: _soybeanjs_headless141.PointerDownOutsideEvent) => any) | undefined;
13
+ onPointerDownOutside?: ((event: _soybeanjs_headless152.PointerDownOutsideEvent) => any) | undefined;
14
14
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
15
- }> & vue264.PublicProps;
15
+ }> & vue305.PublicProps;
16
16
  expose: (exposed: {}) => void;
17
17
  attrs: any;
18
18
  slots: {
@@ -42,8 +42,8 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false,
42
42
  item: S;
43
43
  }) => any;
44
44
  };
45
- emit: ((evt: "select", event: _soybeanjs_headless141.SelectItemEvent<T>) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless141.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void);
46
- }>) => vue264.VNode & {
45
+ emit: ((evt: "select", event: _soybeanjs_headless152.SelectItemEvent<T>) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless152.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void);
46
+ }>) => vue305.VNode & {
47
47
  __ctx?: Awaited<typeof __VLS_setup>;
48
48
  };
49
49
  declare const _default: typeof __VLS_export;
@@ -1,11 +1,11 @@
1
1
  import { SeparatorProps } from "./types.js";
2
- import * as vue254 from "vue";
3
- import * as _soybeanjs_headless140 from "@soybeanjs/headless";
2
+ import * as vue151 from "vue";
3
+ import * as _soybeanjs_headless93 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/separator/separator.vue.d.ts
6
- declare const __VLS_export: vue254.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue254.ComponentOptionsMixin, vue254.ComponentOptionsMixin, {}, string, vue254.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
- orientation: _soybeanjs_headless140.DataOrientation;
8
- }, {}, {}, {}, string, vue254.ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: vue151.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue151.ComponentOptionsMixin, vue151.ComponentOptionsMixin, {}, string, vue151.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
+ orientation: _soybeanjs_headless93.DataOrientation;
8
+ }, {}, {}, {}, string, vue151.ComponentProvideOptions, false, {}, any>;
9
9
  declare const _default: typeof __VLS_export;
10
10
  //#endregion
11
11
  export { _default };
@@ -2,26 +2,26 @@ 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 vue271 from "vue";
6
- import * as _soybeanjs_headless145 from "@soybeanjs/headless";
5
+ import * as vue156 from "vue";
6
+ import * as _soybeanjs_headless94 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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
11
11
  props: __VLS_PrettifyLocal<SwitchProps<T> & {
12
12
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
13
- }> & vue271.PublicProps;
13
+ }> & vue156.PublicProps;
14
14
  expose: (exposed: {}) => void;
15
15
  attrs: any;
16
16
  slots: {
17
17
  leading?: (props: {
18
18
  modelValue: (Readonly<{
19
- ui: Partial<_soybeanjs_headless145.SwitchUi>;
19
+ ui: Partial<_soybeanjs_headless94.SwitchUi>;
20
20
  color: ThemeColor;
21
21
  size: ThemeSize;
22
22
  shape: SwitchShape;
23
- controlProps: _soybeanjs_headless145.SwitchControlProps;
24
- thumbProps: _soybeanjs_headless145.SwitchThumbProps;
23
+ controlProps: _soybeanjs_headless94.SwitchControlProps;
24
+ thumbProps: _soybeanjs_headless94.SwitchThumbProps;
25
25
  defaultValue: NonNullable<T> | undefined;
26
26
  disabled: boolean;
27
27
  value: string;
@@ -30,7 +30,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
30
30
  manifest: string | undefined;
31
31
  innerHTML: string | undefined;
32
32
  class: any;
33
- style: vue271.StyleValue | undefined;
33
+ style: vue156.StyleValue | undefined;
34
34
  accesskey: string | undefined;
35
35
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
36
36
  contextmenu: string | undefined;
@@ -223,12 +223,12 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
223
223
  } & {
224
224
  default?: (props: {
225
225
  modelValue: (Readonly<{
226
- ui: Partial<_soybeanjs_headless145.SwitchUi>;
226
+ ui: Partial<_soybeanjs_headless94.SwitchUi>;
227
227
  color: ThemeColor;
228
228
  size: ThemeSize;
229
229
  shape: SwitchShape;
230
- controlProps: _soybeanjs_headless145.SwitchControlProps;
231
- thumbProps: _soybeanjs_headless145.SwitchThumbProps;
230
+ controlProps: _soybeanjs_headless94.SwitchControlProps;
231
+ thumbProps: _soybeanjs_headless94.SwitchThumbProps;
232
232
  defaultValue: NonNullable<T> | undefined;
233
233
  disabled: boolean;
234
234
  value: string;
@@ -237,7 +237,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
237
237
  manifest: string | undefined;
238
238
  innerHTML: string | undefined;
239
239
  class: any;
240
- style: vue271.StyleValue | undefined;
240
+ style: vue156.StyleValue | undefined;
241
241
  accesskey: string | undefined;
242
242
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
243
243
  contextmenu: string | undefined;
@@ -430,12 +430,12 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
430
430
  } & {
431
431
  trailing?: (props: {
432
432
  modelValue: (Readonly<{
433
- ui: Partial<_soybeanjs_headless145.SwitchUi>;
433
+ ui: Partial<_soybeanjs_headless94.SwitchUi>;
434
434
  color: ThemeColor;
435
435
  size: ThemeSize;
436
436
  shape: SwitchShape;
437
- controlProps: _soybeanjs_headless145.SwitchControlProps;
438
- thumbProps: _soybeanjs_headless145.SwitchThumbProps;
437
+ controlProps: _soybeanjs_headless94.SwitchControlProps;
438
+ thumbProps: _soybeanjs_headless94.SwitchThumbProps;
439
439
  defaultValue: NonNullable<T> | undefined;
440
440
  disabled: boolean;
441
441
  value: string;
@@ -444,7 +444,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
444
444
  manifest: string | undefined;
445
445
  innerHTML: string | undefined;
446
446
  class: any;
447
- style: vue271.StyleValue | undefined;
447
+ style: vue156.StyleValue | undefined;
448
448
  accesskey: string | undefined;
449
449
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
450
450
  contextmenu: string | undefined;
@@ -636,7 +636,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
636
636
  }) => any;
637
637
  };
638
638
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
639
- }>) => vue271.VNode & {
639
+ }>) => vue156.VNode & {
640
640
  __ctx?: Awaited<typeof __VLS_setup>;
641
641
  };
642
642
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { TabsOptionData, TabsProps } from "./types.js";
2
- import * as vue276 from "vue";
2
+ import * as vue220 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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<TabsProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
9
- }> & vue276.PublicProps;
9
+ }> & vue220.PublicProps;
10
10
  expose: (exposed: {}) => void;
11
11
  attrs: any;
12
12
  slots: {
@@ -19,7 +19,7 @@ declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S exte
19
19
  }) => any;
20
20
  };
21
21
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
22
- }>) => vue276.VNode & {
22
+ }>) => vue220.VNode & {
23
23
  __ctx?: Awaited<typeof __VLS_setup>;
24
24
  };
25
25
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from "./types.js";
2
- import * as vue259 from "vue";
2
+ import * as vue161 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: vue259.DefineComponent<TagProps, {}, {}, {}, {}, vue259.ComponentOptionsMixin, vue259.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue161.DefineComponent<TagProps, {}, {}, {}, {}, vue161.ComponentOptionsMixin, vue161.ComponentOptionsMixin, {
18
18
  "update:open": (open: boolean) => any;
19
- }, string, vue259.PublicProps, Readonly<TagProps> & Readonly<{
19
+ }, string, vue161.PublicProps, Readonly<TagProps> & Readonly<{
20
20
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
21
21
  }>, {
22
22
  open: boolean;
23
- }, {}, {}, {}, string, vue259.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue161.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 vue278 from "vue";
2
+ import * as vue104 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea.vue.d.ts
5
5
  declare var __VLS_27: {
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  footer?: (props: typeof __VLS_29) => any;
13
13
  };
14
- declare const __VLS_base: vue278.DefineComponent<TextareaProps, {}, {}, {}, {}, vue278.ComponentOptionsMixin, vue278.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue104.DefineComponent<TextareaProps, {}, {}, {}, {}, vue104.ComponentOptionsMixin, vue104.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue278.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue104.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue278.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue104.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 vue302 from "vue";
3
- import * as _soybeanjs_headless154 from "@soybeanjs/headless";
2
+ import * as vue166 from "vue";
3
+ import * as _soybeanjs_headless103 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tooltip/tooltip.vue.d.ts
6
6
  declare var __VLS_15: {}, __VLS_27: {};
@@ -9,19 +9,19 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_27) => any;
11
11
  };
12
- declare const __VLS_base: vue302.DefineComponent<TooltipProps, {}, {}, {}, {}, vue302.ComponentOptionsMixin, vue302.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue166.DefineComponent<TooltipProps, {}, {}, {}, {}, vue166.ComponentOptionsMixin, vue166.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
- pointerDownOutside: (event: _soybeanjs_headless154.PointerDownOutsideEvent) => any;
16
- }, string, vue302.PublicProps, Readonly<TooltipProps> & Readonly<{
15
+ pointerDownOutside: (event: _soybeanjs_headless103.PointerDownOutsideEvent) => any;
16
+ }, string, vue166.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_headless103.PointerDownOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  open: boolean;
22
22
  defaultOpen: boolean;
23
23
  showArrow: boolean;
24
- }, {}, {}, {}, string, vue302.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue166.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,6 +1,6 @@
1
1
  import { TreeVirtualizerProps } from "./types.js";
2
- import * as vue3 from "vue";
3
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
2
+ import * as vue231 from "vue";
3
+ import * as _soybeanjs_headless114 from "@soybeanjs/headless";
4
4
  import { MaybeArray, TreeItemData } from "@soybeanjs/headless";
5
5
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
6
6
 
@@ -9,20 +9,20 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
9
9
  props: __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
- }> & vue3.PublicProps;
12
+ }> & vue231.PublicProps;
13
13
  expose: (exposed: {}) => void;
14
14
  attrs: any;
15
15
  slots: {
16
16
  item?: (props: {
17
17
  key: number;
18
18
  virtualItem: _tanstack_vue_virtual0.VirtualItem;
19
- item: _soybeanjs_headless0.FlattenedItem<T>;
19
+ item: _soybeanjs_headless114.FlattenedItem<T>;
20
20
  modelValue: U;
21
21
  expanded: string[];
22
22
  }) => any;
23
23
  };
24
24
  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);
25
- }>) => vue3.VNode & {
25
+ }>) => vue231.VNode & {
26
26
  __ctx?: Awaited<typeof __VLS_setup>;
27
27
  };
28
28
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
- import * as vue1 from "vue";
2
- import * as _soybeanjs_headless0 from "@soybeanjs/headless";
1
+ import * as vue229 from "vue";
2
+ import * as _soybeanjs_headless113 from "@soybeanjs/headless";
3
3
  import { MaybeArray, TreeItemData, TreeRootProps } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tree/tree.vue.d.ts
@@ -7,7 +7,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
7
7
  props: __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
- }> & vue1.PublicProps;
10
+ }> & vue229.PublicProps;
11
11
  expose: (exposed: {}) => void;
12
12
  attrs: any;
13
13
  slots: {
@@ -15,7 +15,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
15
15
  } & {
16
16
  item?: (props: {
17
17
  key: string;
18
- item: _soybeanjs_headless0.FlattenedItem<T>;
18
+ item: _soybeanjs_headless113.FlattenedItem<T>;
19
19
  modelValue: U | undefined;
20
20
  expanded: string[];
21
21
  }) => any;
@@ -23,7 +23,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
23
23
  bottom?: (props: {}) => any;
24
24
  };
25
25
  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);
26
- }>) => vue1.VNode & {
26
+ }>) => vue229.VNode & {
27
27
  __ctx?: Awaited<typeof __VLS_setup>;
28
28
  };
29
29
  declare const _default: typeof __VLS_export;
@@ -1,11 +1,11 @@
1
- import * as vue297 from "vue";
1
+ import * as vue224 from "vue";
2
2
 
3
3
  //#region src/components/tree-menu/tree-menu-item-wrapper.vue.d.ts
4
4
  declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_base: vue297.DefineComponent<{}, {}, {}, {}, {}, vue297.ComponentOptionsMixin, vue297.ComponentOptionsMixin, {}, string, vue297.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue297.ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_base: vue224.DefineComponent<{}, {}, {}, {}, {}, vue224.ComponentOptionsMixin, vue224.ComponentOptionsMixin, {}, string, vue224.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue224.ComponentProvideOptions, true, {}, any>;
9
9
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
10
  declare const _default: typeof __VLS_export;
11
11
  type __VLS_WithSlots<T, S> = T & {