@soybeanjs/ui 0.0.6-beta.1 → 0.0.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 (88) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +11 -9
  2. package/dist/components/alert/alert.vue.d.ts +10 -10
  3. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +6 -6
  4. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +6 -6
  5. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +13 -13
  6. package/dist/components/avatar/avatar.vue.d.ts +11 -11
  7. package/dist/components/badge/badge.vue.d.ts +6 -6
  8. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +7 -5
  9. package/dist/components/button/button-group.vue.d.ts +8 -8
  10. package/dist/components/button/button-icon.vue.d.ts +3 -3
  11. package/dist/components/button/button-link.vue.d.ts +6 -6
  12. package/dist/components/button/button-loading.vue.d.ts +10 -10
  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 +8 -6
  16. package/dist/components/checkbox/checkbox-card.vue.d.ts +12 -12
  17. package/dist/components/checkbox/checkbox-group.vue.d.ts +8 -6
  18. package/dist/components/checkbox/checkbox.vue.d.ts +16 -16
  19. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  20. package/dist/components/command/command.vue.d.ts +12 -10
  21. package/dist/components/config-provider/config-provider.vue.d.ts +7 -7
  22. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +14 -12
  23. package/dist/components/context-menu/context-menu-radio.vue.d.ts +14 -12
  24. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +16 -16
  25. package/dist/components/context-menu/context-menu.vue.d.ts +13 -11
  26. package/dist/components/dialog/dialog-close.vue.d.ts +4 -4
  27. package/dist/components/dialog/dialog-pure.vue.d.ts +16 -16
  28. package/dist/components/dialog/dialog.vue.d.ts +22 -22
  29. package/dist/components/drawer/drawer-close.vue.d.ts +4 -4
  30. package/dist/components/drawer/drawer.vue.d.ts +23 -23
  31. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +14 -12
  32. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +14 -12
  33. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +16 -16
  34. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +13 -11
  35. package/dist/components/form/form-field-array.vue.d.ts +8 -8
  36. package/dist/components/form/form-field.vue.d.ts +7 -7
  37. package/dist/components/form/form.vue.d.ts +2 -2
  38. package/dist/components/icon/icon.vue.d.ts +3 -3
  39. package/dist/components/input/input.vue.d.ts +6 -6
  40. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  41. package/dist/components/label/label.vue.d.ts +4 -4
  42. package/dist/components/layout/layout-trigger.vue.d.ts +4 -4
  43. package/dist/components/layout/layout.vue.d.ts +11 -11
  44. package/dist/components/link/link.vue.d.ts +5 -5
  45. package/dist/components/list/list-item.vue.d.ts +8 -8
  46. package/dist/components/list/list.vue.d.ts +4 -4
  47. package/dist/components/menu/menu-checkbox-options.vue.d.ts +7 -5
  48. package/dist/components/menu/menu-option.vue.d.ts +13 -11
  49. package/dist/components/menu/menu-options.vue.d.ts +13 -11
  50. package/dist/components/menu/menu-radio-options.vue.d.ts +7 -5
  51. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +13 -13
  52. package/dist/components/number-input/number-input.vue.d.ts +8 -8
  53. package/dist/components/pagination/pagination.vue.d.ts +10 -10
  54. package/dist/components/password/password.vue.d.ts +7 -7
  55. package/dist/components/popover/popover.vue.d.ts +15 -15
  56. package/dist/components/radio-group/radio-card-group.vue.d.ts +8 -6
  57. package/dist/components/radio-group/radio-card.vue.d.ts +6 -6
  58. package/dist/components/radio-group/radio-group.vue.d.ts +8 -6
  59. package/dist/components/radio-group/radio.vue.d.ts +4 -4
  60. package/dist/components/segment/segment.vue.d.ts +8 -8
  61. package/dist/components/select/select.vue.d.ts +12 -10
  62. package/dist/components/separator/separator.vue.d.ts +5 -5
  63. package/dist/components/switch/switch.vue.d.ts +10 -627
  64. package/dist/components/tabs/tabs.vue.d.ts +9 -11
  65. package/dist/components/tag/tag.vue.d.ts +4 -4
  66. package/dist/components/textarea/textarea.vue.d.ts +8 -8
  67. package/dist/components/toast/toast.vue.d.ts +5 -5
  68. package/dist/components/tooltip/tooltip.vue.d.ts +10 -10
  69. package/dist/components/tree/tree-virtualizer.vue.d.ts +11 -11
  70. package/dist/components/tree/tree.vue.d.ts +11 -10
  71. package/dist/components/tree-menu/tree-menu-item-wrapper.vue.d.ts +2 -2
  72. package/dist/components/tree-menu/tree-menu-item.js +1 -1
  73. package/dist/components/tree-menu/tree-menu.js +1 -1
  74. package/dist/components/tree-menu/tree-menu.vue.d.ts +9 -6
  75. package/dist/components/tree-menu/types.d.ts +3 -3
  76. package/dist/components/virtualizer/virtualizer.vue.d.ts +7 -5
  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/separator.d.ts +3 -3
  84. package/dist/variants/switch.d.ts +3 -3
  85. package/dist/variants/tabs.d.ts +3 -3
  86. package/dist/variants/tag.d.ts +3 -3
  87. package/dist/variants/textarea.d.ts +3 -3
  88. package/package.json +16 -16
@@ -1,13 +1,15 @@
1
1
  import { MenuRadioOptionData, MenuRadioOptionsProps } from "./types.js";
2
- import * as vue209 from "vue";
2
+ import * as vue216 from "vue";
3
3
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/menu/menu-radio-options.vue.d.ts
6
- declare const __VLS_export: <T extends AcceptableBooleanValue = AcceptableBooleanValue, S extends MenuRadioOptionData<T> = MenuRadioOptionData<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<{
6
+ declare const __VLS_export: <T extends AcceptableBooleanValue = AcceptableBooleanValue, S extends MenuRadioOptionData<T> = MenuRadioOptionData<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
7
  props: __VLS_PrettifyLocal<MenuRadioOptionsProps<T, S> & {
8
8
  onSelect?: ((item: S, event: Event) => any) | undefined;
9
9
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
10
- }> & vue209.PublicProps;
10
+ }> & vue216.PublicProps & (typeof globalThis extends {
11
+ __VLS_PROPS_FALLBACK: infer P;
12
+ } ? P : {});
11
13
  expose: (exposed: {}) => void;
12
14
  attrs: any;
13
15
  slots: {
@@ -17,10 +19,10 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = AcceptableBoolea
17
19
  'item-indicator-icon': (props: S) => any;
18
20
  };
19
21
  emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:modelValue", payload: NonNullable<T>) => void);
20
- }>) => vue209.VNode & {
22
+ }>) => vue216.VNode & {
21
23
  __ctx?: Awaited<typeof __VLS_setup>;
22
24
  };
23
25
  declare const _default: typeof __VLS_export;
24
- type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
26
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
25
27
  //#endregion
26
28
  export { _default };
@@ -1,6 +1,6 @@
1
1
  import { NavigationMenuOptionData, NavigationMenuProps } from "./types.js";
2
- import * as vue159 from "vue";
3
- import * as _soybeanjs_headless70 from "@soybeanjs/headless";
2
+ import * as vue218 from "vue";
3
+ import * as _soybeanjs_headless122 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: vue159.DefineComponent<NavigationMenuProps, {}, {}, {}, {}, vue159.ComponentOptionsMixin, vue159.ComponentOptionsMixin, {
28
+ declare const __VLS_base: vue218.DefineComponent<NavigationMenuProps, {}, {}, {}, {}, vue218.ComponentOptionsMixin, vue218.ComponentOptionsMixin, {
29
29
  select: (payload: CustomEvent<{
30
30
  originalEvent: Event;
31
31
  }>) => any;
32
- escapeKeyDown: (event: KeyboardEvent) => any;
33
- pointerDownOutside: (event: _soybeanjs_headless70.PointerDownOutsideEvent) => any;
34
- focusOutside: (event: _soybeanjs_headless70.FocusOutsideEvent) => any;
35
- interactOutside: (event: _soybeanjs_headless70.PointerDownOutsideEvent | _soybeanjs_headless70.FocusOutsideEvent) => any;
36
32
  "update:modelValue": (value: string) => any;
37
- }, string, vue159.PublicProps, Readonly<NavigationMenuProps> & Readonly<{
33
+ escapeKeyDown: (event: KeyboardEvent) => any;
34
+ pointerDownOutside: (event: _soybeanjs_headless122.PointerDownOutsideEvent) => any;
35
+ focusOutside: (event: _soybeanjs_headless122.FocusOutsideEvent) => any;
36
+ interactOutside: (event: _soybeanjs_headless122.PointerDownOutsideEvent | _soybeanjs_headless122.FocusOutsideEvent) => any;
37
+ }, string, vue218.PublicProps, Readonly<NavigationMenuProps> & Readonly<{
38
38
  onSelect?: ((payload: CustomEvent<{
39
39
  originalEvent: Event;
40
40
  }>) => any) | undefined;
41
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
42
- onPointerDownOutside?: ((event: _soybeanjs_headless70.PointerDownOutsideEvent) => any) | undefined;
43
- onFocusOutside?: ((event: _soybeanjs_headless70.FocusOutsideEvent) => any) | undefined;
44
- onInteractOutside?: ((event: _soybeanjs_headless70.PointerDownOutsideEvent | _soybeanjs_headless70.FocusOutsideEvent) => any) | undefined;
45
41
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, vue159.ComponentProvideOptions, false, {}, any>;
42
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
43
+ onPointerDownOutside?: ((event: _soybeanjs_headless122.PointerDownOutsideEvent) => any) | undefined;
44
+ onFocusOutside?: ((event: _soybeanjs_headless122.FocusOutsideEvent) => any) | undefined;
45
+ onInteractOutside?: ((event: _soybeanjs_headless122.PointerDownOutsideEvent | _soybeanjs_headless122.FocusOutsideEvent) => any) | undefined;
46
+ }>, {}, {}, {}, {}, string, vue218.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,22 +1,22 @@
1
1
  import { NumberInputProps } from "./types.js";
2
- import * as vue31 from "vue";
2
+ import * as vue223 from "vue";
3
3
 
4
4
  //#region src/components/number-input/number-input.vue.d.ts
5
- declare var __VLS_10: {}, __VLS_24: {}, __VLS_31: {}, __VLS_42: {};
5
+ declare var __VLS_10: {}, __VLS_25: {}, __VLS_33: {}, __VLS_46: {};
6
6
  type __VLS_Slots = {} & {
7
7
  leading?: (props: typeof __VLS_10) => any;
8
8
  } & {
9
- trailing?: (props: typeof __VLS_24) => any;
9
+ trailing?: (props: typeof __VLS_25) => any;
10
10
  } & {
11
- decrement?: (props: typeof __VLS_31) => any;
11
+ decrement?: (props: typeof __VLS_33) => any;
12
12
  } & {
13
- increment?: (props: typeof __VLS_42) => any;
13
+ increment?: (props: typeof __VLS_46) => any;
14
14
  };
15
- declare const __VLS_base: vue31.DefineComponent<NumberInputProps, {}, {}, {}, {}, vue31.ComponentOptionsMixin, vue31.ComponentOptionsMixin, {
15
+ declare const __VLS_base: vue223.DefineComponent<NumberInputProps, {}, {}, {}, {}, vue223.ComponentOptionsMixin, vue223.ComponentOptionsMixin, {
16
16
  "update:modelValue": (val: number) => any;
17
- }, string, vue31.PublicProps, Readonly<NumberInputProps> & Readonly<{
17
+ }, string, vue223.PublicProps, Readonly<NumberInputProps> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, vue31.ComponentProvideOptions, false, {}, any>;
19
+ }>, {}, {}, {}, {}, string, vue223.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,26 +1,26 @@
1
1
  import { PaginationProps } from "./types.js";
2
- import * as vue245 from "vue";
2
+ import * as vue228 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination.vue.d.ts
5
- declare var __VLS_20: {}, __VLS_31: {}, __VLS_47: {}, __VLS_58: {}, __VLS_69: {};
5
+ declare var __VLS_22: {}, __VLS_35: {}, __VLS_54: {}, __VLS_67: {}, __VLS_80: {};
6
6
  type __VLS_Slots = {} & {
7
- first?: (props: typeof __VLS_20) => any;
7
+ first?: (props: typeof __VLS_22) => any;
8
8
  } & {
9
- prev?: (props: typeof __VLS_31) => any;
9
+ prev?: (props: typeof __VLS_35) => any;
10
10
  } & {
11
- ellipsis?: (props: typeof __VLS_47) => any;
11
+ ellipsis?: (props: typeof __VLS_54) => any;
12
12
  } & {
13
- next?: (props: typeof __VLS_58) => any;
13
+ next?: (props: typeof __VLS_67) => any;
14
14
  } & {
15
- last?: (props: typeof __VLS_69) => any;
15
+ last?: (props: typeof __VLS_80) => any;
16
16
  };
17
- declare const __VLS_base: vue245.DefineComponent<PaginationProps, {}, {}, {}, {}, vue245.ComponentOptionsMixin, vue245.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue228.DefineComponent<PaginationProps, {}, {}, {}, {}, vue228.ComponentOptionsMixin, vue228.ComponentOptionsMixin, {
18
18
  "update:page": (value: number) => any;
19
- }, string, vue245.PublicProps, Readonly<PaginationProps> & Readonly<{
19
+ }, string, vue228.PublicProps, Readonly<PaginationProps> & Readonly<{
20
20
  "onUpdate:page"?: ((value: number) => any) | undefined;
21
21
  }>, {
22
22
  showFirstOrLast: boolean;
23
- }, {}, {}, {}, string, vue245.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue228.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,27 +1,27 @@
1
1
  import { PasswordProps } from "./types.js";
2
- import * as vue152 from "vue";
2
+ import * as vue233 from "vue";
3
3
 
4
4
  //#region src/components/password/password.vue.d.ts
5
- declare var __VLS_10: {}, __VLS_24: {}, __VLS_26: {
5
+ declare var __VLS_10: {}, __VLS_25: {}, __VLS_27: {
6
6
  visible: boolean | undefined;
7
7
  toggle: () => void;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  leading?: (props: typeof __VLS_10) => any;
11
11
  } & {
12
- trailing?: (props: typeof __VLS_24) => any;
12
+ trailing?: (props: typeof __VLS_25) => any;
13
13
  } & {
14
- visible?: (props: typeof __VLS_26) => any;
14
+ visible?: (props: typeof __VLS_27) => any;
15
15
  };
16
- declare const __VLS_base: vue152.DefineComponent<PasswordProps, {}, {}, {}, {}, vue152.ComponentOptionsMixin, vue152.ComponentOptionsMixin, {
16
+ declare const __VLS_base: vue233.DefineComponent<PasswordProps, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
17
17
  "update:modelValue": (value: string) => any;
18
18
  "update:visible": (visible: boolean) => any;
19
- }, string, vue152.PublicProps, Readonly<PasswordProps> & Readonly<{
19
+ }, string, vue233.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, vue152.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue233.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,37 +1,37 @@
1
1
  import { PopoverProps } from "./types.js";
2
- import * as vue147 from "vue";
3
- import * as _soybeanjs_headless62 from "@soybeanjs/headless";
2
+ import * as vue238 from "vue";
3
+ import * as _soybeanjs_headless130 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/popover/popover.vue.d.ts
6
- declare var __VLS_15: {}, __VLS_27: {}, __VLS_34: {};
6
+ declare var __VLS_16: {}, __VLS_30: {}, __VLS_38: {};
7
7
  type __VLS_Slots = {} & {
8
- trigger?: (props: typeof __VLS_15) => any;
8
+ trigger?: (props: typeof __VLS_16) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_27) => any;
10
+ default?: (props: typeof __VLS_30) => any;
11
11
  } & {
12
- close?: (props: typeof __VLS_34) => any;
12
+ close?: (props: typeof __VLS_38) => any;
13
13
  };
14
- declare const __VLS_base: vue147.DefineComponent<PopoverProps, {}, {}, {}, {}, vue147.ComponentOptionsMixin, vue147.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue238.DefineComponent<PopoverProps, {}, {}, {}, {}, vue238.ComponentOptionsMixin, vue238.ComponentOptionsMixin, {
15
15
  "update:open": (value: boolean) => any;
16
16
  escapeKeyDown: (event: KeyboardEvent) => any;
17
- pointerDownOutside: (event: _soybeanjs_headless62.PointerDownOutsideEvent) => any;
18
- focusOutside: (event: _soybeanjs_headless62.FocusOutsideEvent) => any;
19
- interactOutside: (event: _soybeanjs_headless62.PointerDownOutsideEvent | _soybeanjs_headless62.FocusOutsideEvent) => any;
17
+ pointerDownOutside: (event: _soybeanjs_headless130.PointerDownOutsideEvent) => any;
18
+ focusOutside: (event: _soybeanjs_headless130.FocusOutsideEvent) => any;
19
+ interactOutside: (event: _soybeanjs_headless130.PointerDownOutsideEvent | _soybeanjs_headless130.FocusOutsideEvent) => any;
20
20
  openAutoFocus: (event: Event) => any;
21
21
  closeAutoFocus: (event: Event) => any;
22
- }, string, vue147.PublicProps, Readonly<PopoverProps> & Readonly<{
22
+ }, string, vue238.PublicProps, Readonly<PopoverProps> & Readonly<{
23
23
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
24
24
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
25
- onPointerDownOutside?: ((event: _soybeanjs_headless62.PointerDownOutsideEvent) => any) | undefined;
26
- onFocusOutside?: ((event: _soybeanjs_headless62.FocusOutsideEvent) => any) | undefined;
27
- onInteractOutside?: ((event: _soybeanjs_headless62.PointerDownOutsideEvent | _soybeanjs_headless62.FocusOutsideEvent) => any) | undefined;
25
+ onPointerDownOutside?: ((event: _soybeanjs_headless130.PointerDownOutsideEvent) => any) | undefined;
26
+ onFocusOutside?: ((event: _soybeanjs_headless130.FocusOutsideEvent) => any) | undefined;
27
+ onInteractOutside?: ((event: _soybeanjs_headless130.PointerDownOutsideEvent | _soybeanjs_headless130.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, vue147.ComponentProvideOptions, false, {}, any>;
34
+ }, {}, {}, {}, string, vue238.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,20 +1,22 @@
1
1
  import { RadioCardGroupOptionData, RadioCardGroupProps } from "./types.js";
2
- import * as vue189 from "vue";
2
+ import * as vue257 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
- 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<{
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_exposed?: 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
- }> & vue189.PublicProps;
9
+ }> & vue257.PublicProps & (typeof globalThis extends {
10
+ __VLS_PROPS_FALLBACK: infer P;
11
+ } ? P : {});
10
12
  expose: (exposed: {}) => void;
11
13
  attrs: any;
12
- slots: {};
14
+ slots: __VLS_Slots;
13
15
  emit: (evt: "update:modelValue", payload: NonNullable<AcceptableBooleanValue>) => void;
14
- }>) => vue189.VNode & {
16
+ }>) => vue257.VNode & {
15
17
  __ctx?: Awaited<typeof __VLS_setup>;
16
18
  };
17
19
  declare const _default: typeof __VLS_export;
18
- type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
20
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
19
21
  //#endregion
20
22
  export { _default };
@@ -1,16 +1,16 @@
1
1
  import { RadioCardProps } from "./types.js";
2
- import * as vue174 from "vue";
2
+ import * as vue252 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio-card.vue.d.ts
5
- declare var __VLS_16: {
5
+ declare var __VLS_19: {
6
6
  id: string;
7
- }, __VLS_23: {};
7
+ }, __VLS_27: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_16) => any;
9
+ default?: (props: typeof __VLS_19) => any;
10
10
  } & {
11
- description?: (props: typeof __VLS_23) => any;
11
+ description?: (props: typeof __VLS_27) => any;
12
12
  };
13
- declare const __VLS_base: vue174.DefineComponent<RadioCardProps, {}, {}, {}, {}, vue174.ComponentOptionsMixin, vue174.ComponentOptionsMixin, {}, string, vue174.PublicProps, Readonly<RadioCardProps> & Readonly<{}>, {}, {}, {}, {}, string, vue174.ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_base: vue252.DefineComponent<RadioCardProps, {}, {}, {}, {}, vue252.ComponentOptionsMixin, vue252.ComponentOptionsMixin, {}, string, vue252.PublicProps, Readonly<RadioCardProps> & Readonly<{}>, {}, {}, {}, {}, string, vue252.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,20 +1,22 @@
1
1
  import { RadioGroupOptionData, RadioGroupProps } from "./types.js";
2
- import * as vue157 from "vue";
2
+ import * as vue248 from "vue";
3
3
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/radio-group/radio-group.vue.d.ts
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<{
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_exposed?: 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
- }> & vue157.PublicProps;
9
+ }> & vue248.PublicProps & (typeof globalThis extends {
10
+ __VLS_PROPS_FALLBACK: infer P;
11
+ } ? P : {});
10
12
  expose: (exposed: {}) => void;
11
13
  attrs: any;
12
- slots: {};
14
+ slots: __VLS_Slots;
13
15
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
14
- }>) => vue157.VNode & {
16
+ }>) => vue248.VNode & {
15
17
  __ctx?: Awaited<typeof __VLS_setup>;
16
18
  };
17
19
  declare const _default: typeof __VLS_export;
18
- type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
20
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
19
21
  //#endregion
20
22
  export { _default };
@@ -1,12 +1,12 @@
1
1
  import { RadioProps } from "./types.js";
2
- import * as vue164 from "vue";
2
+ import * as vue243 from "vue";
3
3
 
4
4
  //#region src/components/radio-group/radio.vue.d.ts
5
- declare var __VLS_27: {};
5
+ declare var __VLS_32: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_27) => any;
7
+ default?: (props: typeof __VLS_32) => any;
8
8
  };
9
- declare const __VLS_base: vue164.DefineComponent<RadioProps, {}, {}, {}, {}, vue164.ComponentOptionsMixin, vue164.ComponentOptionsMixin, {}, string, vue164.PublicProps, Readonly<RadioProps> & Readonly<{}>, {}, {}, {}, {}, string, vue164.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue243.DefineComponent<RadioProps, {}, {}, {}, {}, vue243.ComponentOptionsMixin, vue243.ComponentOptionsMixin, {}, string, vue243.PublicProps, Readonly<RadioProps> & Readonly<{}>, {}, {}, {}, {}, string, vue243.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,24 +1,24 @@
1
1
  import { SegmentOptionData, SegmentProps } from "./types.js";
2
- import * as vue283 from "vue";
2
+ import * as vue250 from "vue";
3
3
  import { AcceptableValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/segment/segment.vue.d.ts
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<{
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_exposed?: 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
- }> & vue283.PublicProps;
9
+ }> & vue250.PublicProps & (typeof globalThis extends {
10
+ __VLS_PROPS_FALLBACK: infer P;
11
+ } ? P : {});
10
12
  expose: (exposed: {}) => void;
11
13
  attrs: any;
12
14
  slots: {
13
- item?: (props: S & {
14
- active: boolean;
15
- }) => any;
15
+ item?: (props: any) => any;
16
16
  };
17
17
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
18
- }>) => vue283.VNode & {
18
+ }>) => vue250.VNode & {
19
19
  __ctx?: Awaited<typeof __VLS_setup>;
20
20
  };
21
21
  declare const _default: typeof __VLS_export;
22
- type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
22
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
23
23
  //#endregion
24
24
  export { _default };
@@ -1,18 +1,20 @@
1
1
  import { SelectOptionData, SelectProps } from "./types.js";
2
- import * as vue191 from "vue";
3
- import * as _soybeanjs_headless86 from "@soybeanjs/headless";
2
+ import * as vue259 from "vue";
3
+ import * as _soybeanjs_headless138 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_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
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
8
  props: __VLS_PrettifyLocal<SelectProps<T, M, S> & {
9
- onSelect?: ((event: _soybeanjs_headless86.SelectItemEvent<T>) => any) | undefined;
9
+ onSelect?: ((event: _soybeanjs_headless138.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_headless86.PointerDownOutsideEvent) => any) | undefined;
13
+ onPointerDownOutside?: ((event: _soybeanjs_headless138.PointerDownOutsideEvent) => any) | undefined;
13
14
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
14
- "onUpdate:modelValue"?: ((value: M extends true ? T[] : T) => any) | undefined;
15
- }> & vue191.PublicProps;
15
+ }> & vue259.PublicProps & (typeof globalThis extends {
16
+ __VLS_PROPS_FALLBACK: infer P;
17
+ } ? P : {});
16
18
  expose: (exposed: {}) => void;
17
19
  attrs: any;
18
20
  slots: {
@@ -42,11 +44,11 @@ declare const __VLS_export: <T extends DefinedValue, M extends boolean = false,
42
44
  item: S;
43
45
  }) => any;
44
46
  };
45
- emit: ((evt: "select", event: _soybeanjs_headless86.SelectItemEvent<T>) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless86.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void) & ((evt: "update:modelValue", value: M extends true ? T[] : T) => void);
46
- }>) => vue191.VNode & {
47
+ emit: ((evt: "select", event: _soybeanjs_headless138.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_headless138.PointerDownOutsideEvent) => void) & ((evt: "closeAutoFocus", event: Event) => void);
48
+ }>) => vue259.VNode & {
47
49
  __ctx?: Awaited<typeof __VLS_setup>;
48
50
  };
49
51
  declare const _default: typeof __VLS_export;
50
- type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
52
+ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
51
53
  //#endregion
52
54
  export { _default };
@@ -1,11 +1,11 @@
1
1
  import { SeparatorProps } from "./types.js";
2
- import * as vue213 from "vue";
3
- import * as _soybeanjs_headless106 from "@soybeanjs/headless";
2
+ import * as vue261 from "vue";
3
+ import * as _soybeanjs_headless142 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/separator/separator.vue.d.ts
6
- declare const __VLS_export: vue213.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue213.ComponentOptionsMixin, vue213.ComponentOptionsMixin, {}, string, vue213.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
- orientation: _soybeanjs_headless106.DataOrientation;
8
- }, {}, {}, {}, string, vue213.ComponentProvideOptions, false, {}, any>;
6
+ declare const __VLS_export: vue261.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue261.ComponentOptionsMixin, vue261.ComponentOptionsMixin, {}, string, vue261.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
7
+ orientation: _soybeanjs_headless142.DataOrientation;
8
+ }, {}, {}, {}, string, vue261.ComponentProvideOptions, false, {}, any>;
9
9
  declare const _default: typeof __VLS_export;
10
10
  //#endregion
11
11
  export { _default };