@soybeanjs/ui 0.0.15 → 0.0.17

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 (91) 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 +4 -4
  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 +8 -8
  21. package/dist/components/config-provider/config-provider.js +1 -1
  22. package/dist/components/config-provider/config-provider.vue.d.ts +9 -9
  23. package/dist/components/config-provider/types.d.ts +1 -1
  24. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +10 -10
  25. package/dist/components/context-menu/context-menu-radio.vue.d.ts +10 -10
  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 +10 -10
  34. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +10 -10
  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.vue.d.ts +2 -2
  38. package/dist/components/form/use-form.d.ts +22 -22
  39. package/dist/components/icon/icon.vue.d.ts +3 -3
  40. package/dist/components/input/input.vue.d.ts +4 -4
  41. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  42. package/dist/components/label/label.vue.d.ts +2 -2
  43. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  44. package/dist/components/layout/layout.vue.d.ts +4 -4
  45. package/dist/components/link/link.vue.d.ts +3 -3
  46. package/dist/components/list/list-item.vue.d.ts +2 -2
  47. package/dist/components/list/list.vue.d.ts +2 -2
  48. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  49. package/dist/components/menu/menu-option.vue.d.ts +9 -9
  50. package/dist/components/menu/menu-options.vue.d.ts +9 -9
  51. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  52. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +13 -13
  53. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  54. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  55. package/dist/components/password/password.vue.d.ts +4 -4
  56. package/dist/components/popover/popover.vue.d.ts +12 -12
  57. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  58. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  59. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  60. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  61. package/dist/components/segment/segment.vue.d.ts +3 -3
  62. package/dist/components/select/select-option.js +1 -1
  63. package/dist/components/select/select.vue.d.ts +16 -16
  64. package/dist/components/select/types.d.ts +2 -2
  65. package/dist/components/separator/separator.vue.d.ts +5 -5
  66. package/dist/components/switch/switch.vue.d.ts +22 -22
  67. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  68. package/dist/components/tag/tag.vue.d.ts +4 -4
  69. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  70. package/dist/components/tooltip/tooltip.vue.d.ts +8 -8
  71. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  72. package/dist/components/tree/tree.vue.d.ts +5 -5
  73. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  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/styles.css +40 -255
  77. package/dist/variants/badge.d.ts +3 -3
  78. package/dist/variants/button.d.ts +3 -3
  79. package/dist/variants/checkbox.d.ts +3 -3
  80. package/dist/variants/kbd.d.ts +3 -3
  81. package/dist/variants/pagination.d.ts +3 -3
  82. package/dist/variants/radio-group.d.ts +3 -3
  83. package/dist/variants/select.js +1 -1
  84. package/dist/variants/separator.d.ts +3 -3
  85. package/dist/variants/switch.d.ts +3 -3
  86. package/dist/variants/tabs.d.ts +3 -3
  87. package/dist/variants/tag.d.ts +3 -3
  88. package/dist/variants/textarea.d.ts +3 -3
  89. package/dist/variants/toast.d.ts +3 -3
  90. package/package.json +12 -9
  91. package/dist/components/config-provider/shared.js +0 -1
@@ -1,17 +1,17 @@
1
- import { SelectOptionData, SelectProps } from "./types.js";
2
- import * as vue267 from "vue";
3
- import * as _soybeanjs_headless175 from "@soybeanjs/headless";
1
+ import { SelectGroupOptionData, SelectProps, SelectSingleOptionData } from "./types.js";
2
+ import * as vue194 from "vue";
3
+ import * as _soybeanjs_headless119 from "@soybeanjs/headless";
4
4
  import { DefinedValue } from "@soybeanjs/headless";
5
5
 
6
6
  //#region src/components/select/select.vue.d.ts
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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
- props: vue267.PublicProps & __VLS_PrettifyLocal<SelectProps<T, M, S> & {
9
- onSelect?: ((event: _soybeanjs_headless175.SelectItemEvent<T>) => any) | undefined;
7
+ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false>(__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<{
8
+ props: vue194.PublicProps & __VLS_PrettifyLocal<SelectProps<T, M> & {
9
+ onSelect?: ((event: _soybeanjs_headless119.SelectItemEvent<T>) => any) | undefined;
10
+ "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
10
11
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
12
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
12
- onPointerDownOutside?: ((event: _soybeanjs_headless175.PointerDownOutsideEvent) => any) | undefined;
13
+ onPointerDownOutside?: ((event: _soybeanjs_headless119.PointerDownOutsideEvent) => any) | undefined;
13
14
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
14
- "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
15
15
  }> & (typeof globalThis extends {
16
16
  __VLS_PROPS_FALLBACK: infer P;
17
17
  } ? P : {});
@@ -20,7 +20,7 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false,
20
20
  slots: {
21
21
  'trigger-leading'?: () => any;
22
22
  'trigger-value'?: (props: {
23
- modelValue: SelectProps<T, M, S>["modelValue"];
23
+ modelValue: SelectProps<T, M>["modelValue"];
24
24
  selectedLabel: string[];
25
25
  slotText: string;
26
26
  }) => any;
@@ -29,23 +29,23 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false,
29
29
  'scroll-up-button'?: () => any;
30
30
  'scroll-down-button'?: () => any;
31
31
  'group-label'?: (props: {
32
- item: S;
32
+ item: SelectGroupOptionData<T>;
33
33
  }) => any;
34
34
  'item-text'?: (props: {
35
- item: S;
35
+ item: SelectSingleOptionData<T>;
36
36
  }) => any;
37
37
  'item-leading'?: (props: {
38
- item: S;
38
+ item: SelectSingleOptionData<T>;
39
39
  }) => any;
40
40
  'item-trailing'?: (props: {
41
- item: S;
41
+ item: SelectSingleOptionData<T>;
42
42
  }) => any;
43
43
  'item-indicator'?: (props: {
44
- item: S;
44
+ item: SelectSingleOptionData<T>;
45
45
  }) => any;
46
46
  };
47
- emit: ((evt: "select", event: _soybeanjs_headless175.SelectItemEvent<T>) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless175.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
48
- }>) => vue267.VNode & {
47
+ emit: ((evt: "select", event: _soybeanjs_headless119.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_headless119.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void);
48
+ }>) => vue194.VNode & {
49
49
  __ctx?: Awaited<typeof __VLS_setup>;
50
50
  };
51
51
  declare const _default: typeof __VLS_export;
@@ -48,14 +48,14 @@ interface SelectOptionProps<T extends DefinedValue = DefinedValue> extends /** @
48
48
  separatorProps?: SelectSeparatorProps;
49
49
  }
50
50
  type SelectOptionEmits<T extends DefinedValue = DefinedValue> = SelectItemEmits<T>;
51
- interface SelectProps<T extends DefinedValue = DefinedValue, M extends boolean = false, S extends SelectOptionData<T> = SelectOptionData<T>> extends SelectRootProps<T, M> {
51
+ interface SelectProps<T extends DefinedValue = DefinedValue, M extends boolean = false> extends SelectRootProps<T, M> {
52
52
  /**
53
53
  * the class of select trigger
54
54
  */
55
55
  class?: ClassValue;
56
56
  ui?: Partial<SelectUi>;
57
57
  size?: ThemeSize;
58
- items: S[];
58
+ items: SelectOptionData<T>[];
59
59
  showArrow?: boolean;
60
60
  triggerProps?: SelectTriggerProps;
61
61
  triggerIconProps?: SelectTriggerIconProps;
@@ -1,11 +1,11 @@
1
1
  import { SeparatorProps } from "./types.js";
2
- import * as vue269 from "vue";
3
- import * as _soybeanjs_headless179 from "@soybeanjs/headless";
2
+ import * as vue308 from "vue";
3
+ import * as _soybeanjs_headless191 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/separator/separator.vue.d.ts
6
- declare const __VLS_export: vue269.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue269.ComponentOptionsMixin, vue269.ComponentOptionsMixin, {}, string, vue269.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
- orientation: _soybeanjs_headless179.DataOrientation;
8
- }, {}, {}, {}, string, vue269.ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: vue308.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue308.ComponentOptionsMixin, vue308.ComponentOptionsMixin, {}, string, vue308.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
+ orientation: _soybeanjs_headless191.DataOrientation;
8
+ }, {}, {}, {}, string, vue308.ComponentProvideOptions, false, {}, any>;
9
9
  declare const _default: typeof __VLS_export;
10
10
  //#endregion
11
11
  export { _default };
@@ -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 vue274 from "vue";
6
- import * as _soybeanjs_headless180 from "@soybeanjs/headless";
5
+ import * as vue186 from "vue";
6
+ import * as _soybeanjs_headless107 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: vue274.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
11
+ props: vue186.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_headless180.ClassValue;
22
- ui: Partial<_soybeanjs_headless180.SwitchUi>;
21
+ class: _soybeanjs_headless107.ClassValue;
22
+ ui: Partial<_soybeanjs_headless107.SwitchUi>;
23
23
  color: ThemeColor;
24
24
  size: ThemeSize;
25
25
  shape: SwitchShape;
26
- controlProps: _soybeanjs_headless180.SwitchControlProps;
27
- thumbProps: _soybeanjs_headless180.SwitchThumbProps;
26
+ controlProps: _soybeanjs_headless107.SwitchControlProps;
27
+ thumbProps: _soybeanjs_headless107.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: vue274.StyleValue | undefined;
35
+ style: vue186.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: vue274.HTMLAttributes["enterkeyhint"];
42
+ enterKeyHint: vue186.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_headless180.ClassValue;
233
- ui: Partial<_soybeanjs_headless180.SwitchUi>;
232
+ class: _soybeanjs_headless107.ClassValue;
233
+ ui: Partial<_soybeanjs_headless107.SwitchUi>;
234
234
  color: ThemeColor;
235
235
  size: ThemeSize;
236
236
  shape: SwitchShape;
237
- controlProps: _soybeanjs_headless180.SwitchControlProps;
238
- thumbProps: _soybeanjs_headless180.SwitchThumbProps;
237
+ controlProps: _soybeanjs_headless107.SwitchControlProps;
238
+ thumbProps: _soybeanjs_headless107.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: vue274.StyleValue | undefined;
246
+ style: vue186.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: vue274.HTMLAttributes["enterkeyhint"];
253
+ enterKeyHint: vue186.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_headless180.ClassValue;
444
- ui: Partial<_soybeanjs_headless180.SwitchUi>;
443
+ class: _soybeanjs_headless107.ClassValue;
444
+ ui: Partial<_soybeanjs_headless107.SwitchUi>;
445
445
  color: ThemeColor;
446
446
  size: ThemeSize;
447
447
  shape: SwitchShape;
448
- controlProps: _soybeanjs_headless180.SwitchControlProps;
449
- thumbProps: _soybeanjs_headless180.SwitchThumbProps;
448
+ controlProps: _soybeanjs_headless107.SwitchControlProps;
449
+ thumbProps: _soybeanjs_headless107.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: vue274.StyleValue | undefined;
457
+ style: vue186.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: vue274.HTMLAttributes["enterkeyhint"];
464
+ enterKeyHint: vue186.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
- }>) => vue274.VNode & {
653
+ }>) => vue186.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 vue282 from "vue";
2
+ import * as vue196 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: vue282.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
7
+ props: vue196.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
- }>) => vue282.VNode & {
24
+ }>) => vue196.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 vue284 from "vue";
2
+ import * as vue198 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: vue284.DefineComponent<TagProps, {}, {}, {}, {}, vue284.ComponentOptionsMixin, vue284.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue198.DefineComponent<TagProps, {}, {}, {}, {}, vue198.ComponentOptionsMixin, vue198.ComponentOptionsMixin, {
18
18
  "update:open": (open: boolean) => any;
19
- }, string, vue284.PublicProps, Readonly<TagProps> & Readonly<{
19
+ }, string, vue198.PublicProps, Readonly<TagProps> & Readonly<{
20
20
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
21
21
  }>, {
22
22
  open: boolean;
23
- }, {}, {}, {}, string, vue284.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue198.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 vue289 from "vue";
2
+ import * as vue215 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: vue289.DefineComponent<TextareaProps, {}, {}, {}, {}, vue289.ComponentOptionsMixin, vue289.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue215.DefineComponent<TextareaProps, {}, {}, {}, {}, vue215.ComponentOptionsMixin, vue215.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue289.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue215.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue289.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue215.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 vue66 from "vue";
3
- import * as _soybeanjs_headless80 from "@soybeanjs/headless";
2
+ import * as vue203 from "vue";
3
+ import * as _soybeanjs_headless123 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: vue66.DefineComponent<TooltipProps, {}, {}, {}, {}, vue66.ComponentOptionsMixin, vue66.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue203.DefineComponent<TooltipProps, {}, {}, {}, {}, vue203.ComponentOptionsMixin, vue203.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
- pointerDownOutside: (event: _soybeanjs_headless80.PointerDownOutsideEvent) => any;
16
- }, string, vue66.PublicProps, Readonly<TooltipProps> & Readonly<{
15
+ pointerDownOutside: (event: _soybeanjs_headless123.PointerDownOutsideEvent) => any;
16
+ }, string, vue203.PublicProps, Readonly<TooltipProps> & Readonly<{
17
17
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
- onPointerDownOutside?: ((event: _soybeanjs_headless80.PointerDownOutsideEvent) => any) | undefined;
19
+ onPointerDownOutside?: ((event: _soybeanjs_headless123.PointerDownOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  open: boolean;
22
- showArrow: boolean;
23
22
  defaultOpen: boolean;
24
- }, {}, {}, {}, string, vue66.ComponentProvideOptions, false, {}, any>;
23
+ showArrow: boolean;
24
+ }, {}, {}, {}, string, vue203.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 vue75 from "vue";
3
- import * as _soybeanjs_headless83 from "@soybeanjs/headless";
2
+ import * as vue3 from "vue";
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: vue75.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
9
+ props: vue3.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_headless83.FlattenedItem<T>;
21
+ item: _soybeanjs_headless0.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
- }>) => vue75.VNode & {
27
+ }>) => vue3.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 vue73 from "vue";
2
- import * as _soybeanjs_headless82 from "@soybeanjs/headless";
1
+ import * as vue1 from "vue";
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: vue73.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 {
@@ -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_headless82.FlattenedItem<T>;
20
+ item: _soybeanjs_headless0.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
- }>) => vue73.VNode & {
28
+ }>) => vue1.VNode & {
29
29
  __ctx?: Awaited<typeof __VLS_setup>;
30
30
  };
31
31
  declare const _default: typeof __VLS_export;
@@ -1,11 +1,11 @@
1
- import * as vue308 from "vue";
1
+ import * as vue210 from "vue";
2
2
 
3
3
  //#region src/components/tree-menu/tree-menu-styled-item.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: vue308.DefineComponent<{}, {}, {}, {}, {}, vue308.ComponentOptionsMixin, vue308.ComponentOptionsMixin, {}, string, vue308.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue308.ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_base: vue210.DefineComponent<{}, {}, {}, {}, {}, vue210.ComponentOptionsMixin, vue210.ComponentOptionsMixin, {}, string, vue210.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue210.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 & {
@@ -1,9 +1,9 @@
1
1
  import { TreeMenuOptionData, TreeMenuProps } from "./types.js";
2
- import * as vue306 from "vue";
2
+ import * as vue208 from "vue";
3
3
 
4
4
  //#region src/components/tree-menu/tree-menu.vue.d.ts
5
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: vue306.PublicProps & __VLS_PrettifyLocal<TreeMenuProps<T> & {
6
+ props: vue208.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
- }>) => vue306.VNode & {
30
+ }>) => vue208.VNode & {
31
31
  __ctx?: Awaited<typeof __VLS_setup>;
32
32
  };
33
33
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { VirtualizerProps } from "./types.js";
2
- import * as vue71 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: vue71.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
- }>) => vue71.VNode & {
20
+ }>) => vue0.VNode & {
21
21
  __ctx?: Awaited<typeof __VLS_setup>;
22
22
  };
23
23
  declare const _default: typeof __VLS_export;