@soybeanjs/ui 0.1.13 → 0.2.1

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 (95) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  2. package/dist/components/alert/alert.vue.d.ts +4 -4
  3. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  4. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +3 -3
  5. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  6. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  7. package/dist/components/badge/badge.vue.d.ts +4 -4
  8. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  9. package/dist/components/button/button-group.vue.d.ts +6 -6
  10. package/dist/components/button/button-icon.vue.d.ts +3 -3
  11. package/dist/components/button/button-link.vue.d.ts +4 -4
  12. package/dist/components/button/button-loading.vue.d.ts +3 -3
  13. package/dist/components/button/button.vue.d.ts +4 -4
  14. package/dist/components/card/card.vue.d.ts +3 -3
  15. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  16. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  17. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  18. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  19. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  20. package/dist/components/command/command-option.js +1 -1
  21. package/dist/components/command/command.js +1 -1
  22. package/dist/components/command/command.vue.d.ts +12 -12
  23. package/dist/components/command/index.d.ts +1 -1
  24. package/dist/components/command/shared.js +1 -1
  25. package/dist/components/command/types.d.ts +14 -13
  26. package/dist/components/config-provider/config-provider.vue.d.ts +5 -5
  27. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  28. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  29. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
  30. package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
  31. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  32. package/dist/components/dialog/dialog-pure.vue.d.ts +12 -12
  33. package/dist/components/dialog/dialog.vue.d.ts +12 -12
  34. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  35. package/dist/components/drawer/drawer.vue.d.ts +12 -12
  36. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  37. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  38. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
  39. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
  40. package/dist/components/form/form.vue.d.ts +2 -2
  41. package/dist/components/form/use-form.d.ts +22 -22
  42. package/dist/components/icon/icon.vue.d.ts +2 -2
  43. package/dist/components/input/input.vue.d.ts +4 -4
  44. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  45. package/dist/components/label/label.vue.d.ts +2 -2
  46. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  47. package/dist/components/layout/layout.vue.d.ts +4 -4
  48. package/dist/components/link/link.vue.d.ts +4 -4
  49. package/dist/components/list/list-item.vue.d.ts +2 -2
  50. package/dist/components/list/list.vue.d.ts +2 -2
  51. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  52. package/dist/components/menu/menu-option.vue.d.ts +8 -8
  53. package/dist/components/menu/menu-options.vue.d.ts +8 -8
  54. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  55. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +11 -11
  56. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  57. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  58. package/dist/components/password/password.vue.d.ts +4 -4
  59. package/dist/components/popover/popover.vue.d.ts +11 -11
  60. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  61. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  62. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  63. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  64. package/dist/components/segment/segment.vue.d.ts +3 -3
  65. package/dist/components/select/select.vue.d.ts +8 -8
  66. package/dist/components/separator/separator.vue.d.ts +5 -5
  67. package/dist/components/switch/switch.vue.d.ts +22 -22
  68. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  69. package/dist/components/tag/tag.vue.d.ts +4 -4
  70. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  71. package/dist/components/tooltip/tooltip.vue.d.ts +4 -4
  72. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  73. package/dist/components/tree/tree.vue.d.ts +5 -5
  74. package/dist/components/tree-menu/index.d.ts +1 -1
  75. package/dist/components/tree-menu/shared.js +1 -1
  76. package/dist/components/tree-menu/tree-menu-option-slot.js +1 -1
  77. package/dist/components/tree-menu/tree-menu-option.js +1 -1
  78. package/dist/components/tree-menu/tree-menu-styled-item.vue.d.ts +2 -2
  79. package/dist/components/tree-menu/tree-menu.js +1 -1
  80. package/dist/components/tree-menu/tree-menu.vue.d.ts +5 -5
  81. package/dist/components/tree-menu/types.d.ts +13 -24
  82. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  83. package/dist/index.d.ts +3 -3
  84. package/dist/variants/alert.d.ts +3 -3
  85. package/dist/variants/badge.d.ts +3 -3
  86. package/dist/variants/button.d.ts +3 -3
  87. package/dist/variants/checkbox.d.ts +3 -3
  88. package/dist/variants/kbd.d.ts +3 -3
  89. package/dist/variants/radio-group.d.ts +3 -3
  90. package/dist/variants/separator.d.ts +3 -3
  91. package/dist/variants/switch.d.ts +3 -3
  92. package/dist/variants/tabs.d.ts +3 -3
  93. package/dist/variants/tag.d.ts +3 -3
  94. package/dist/variants/textarea.d.ts +3 -3
  95. package/package.json +2 -2
@@ -1,19 +1,19 @@
1
1
  import { MenuOptionData } from "../menu/types.js";
2
2
  import { DropdownMenuProps } from "./types.js";
3
- import * as vue209 from "vue";
4
- import * as _soybeanjs_headless117 from "@soybeanjs/headless";
3
+ import * as vue203 from "vue";
4
+ import * as _soybeanjs_headless158 from "@soybeanjs/headless";
5
5
  import { DefinedValue } from "@soybeanjs/headless";
6
6
 
7
7
  //#region src/components/dropdown-menu/dropdown-menu.vue.d.ts
8
8
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends MenuOptionData<T> = MenuOptionData<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<{
9
- props: vue209.PublicProps & __VLS_PrettifyLocal<DropdownMenuProps<T, S> & {
9
+ props: vue203.PublicProps & __VLS_PrettifyLocal<DropdownMenuProps<T, S> & {
10
10
  onSelect?: ((item: S, event: Event) => any) | undefined;
11
11
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
12
12
  onEntryFocus?: ((event: Event) => any) | undefined;
13
13
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
14
- onPointerDownOutside?: ((event: _soybeanjs_headless117.PointerDownOutsideEvent) => any) | undefined;
15
- onFocusOutside?: ((event: _soybeanjs_headless117.FocusOutsideEvent) => any) | undefined;
16
- onInteractOutside?: ((event: _soybeanjs_headless117.PointerDownOutsideEvent | _soybeanjs_headless117.FocusOutsideEvent) => any) | undefined;
14
+ onPointerDownOutside?: ((event: _soybeanjs_headless158.PointerDownOutsideEvent) => any) | undefined;
15
+ onFocusOutside?: ((event: _soybeanjs_headless158.FocusOutsideEvent) => any) | undefined;
16
+ onInteractOutside?: ((event: _soybeanjs_headless158.PointerDownOutsideEvent | _soybeanjs_headless158.FocusOutsideEvent) => any) | undefined;
17
17
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
18
18
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
19
19
  }> & (typeof globalThis extends {
@@ -29,8 +29,8 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Me
29
29
  'item-trigger': (props: MenuOptionData<T>) => any;
30
30
  'item-trigger-icon': (props: MenuOptionData<T>) => any;
31
31
  };
32
- emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "entryFocus", event: Event) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless117.PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: _soybeanjs_headless117.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _soybeanjs_headless117.PointerDownOutsideEvent | _soybeanjs_headless117.FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void);
33
- }>) => vue209.VNode & {
32
+ emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "entryFocus", event: Event) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless158.PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: _soybeanjs_headless158.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _soybeanjs_headless158.PointerDownOutsideEvent | _soybeanjs_headless158.FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void);
33
+ }>) => vue203.VNode & {
34
34
  __ctx?: Awaited<typeof __VLS_setup>;
35
35
  };
36
36
  declare const _default: typeof __VLS_export;
@@ -1,12 +1,12 @@
1
1
  import { FormProps } from "./types.js";
2
- import * as vue204 from "vue";
2
+ import * as vue65 from "vue";
3
3
 
4
4
  //#region src/components/form/form.vue.d.ts
5
5
  declare var __VLS_1: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_1) => any;
8
8
  };
9
- declare const __VLS_base: vue204.DefineComponent<FormProps, {}, {}, {}, {}, vue204.ComponentOptionsMixin, vue204.ComponentOptionsMixin, {}, string, vue204.PublicProps, Readonly<FormProps> & Readonly<{}>, {}, {}, {}, {}, string, vue204.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue65.DefineComponent<FormProps, {}, {}, {}, {}, vue65.ComponentOptionsMixin, vue65.ComponentOptionsMixin, {}, string, vue65.PublicProps, Readonly<FormProps> & Readonly<{}>, {}, {}, {}, {}, string, vue65.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,6 +1,6 @@
1
1
  import { FormFieldArrayComponent, FormFieldComponent } from "./types.js";
2
- import * as vue191 from "vue";
3
- import * as _soybeanjs_headless84 from "@soybeanjs/headless";
2
+ import * as vue70 from "vue";
3
+ import * as _soybeanjs_headless18 from "@soybeanjs/headless";
4
4
  import { FormValues, InferStandardSchemaInput, Path, StandardSchemaV1, UseFormOptions } from "@soybeanjs/headless";
5
5
 
6
6
  //#region src/components/form/use-form.d.ts
@@ -9,36 +9,36 @@ declare function useForm$1<S extends StandardSchemaV1<FormValues, FormValues>>(o
9
9
  SFormFieldArray: FormFieldArrayComponent<InferStandardSchemaInput<S>>;
10
10
  handleSubmit: (event?: Event) => void;
11
11
  handleReset: (event?: Event) => void;
12
- useFieldArray: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless84.FormRegisterOptions<_soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue191.Ref<_soybeanjs_headless84.FormFieldArrayStates<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless84.FormFieldArrayStates<InferStandardSchemaInput<S>, Name>>;
13
- useField: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless84.FormRegisterOptions<_soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue191.Ref<_soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>>;
14
- dirty: vue191.ComputedRef<boolean>;
12
+ useFieldArray: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless18.FormRegisterOptions<_soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue70.Ref<_soybeanjs_headless18.FormFieldArrayStates<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless18.FormFieldArrayStates<InferStandardSchemaInput<S>, Name>>;
13
+ useField: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless18.FormRegisterOptions<_soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue70.Ref<_soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>>;
14
+ dirty: vue70.ComputedRef<boolean>;
15
15
  setSubmitting: (isSubmitting: boolean) => void;
16
- registerField: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless84.FormRegisterOptions<_soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue191.Ref<_soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>>;
17
- registerFieldArray: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless84.FormRegisterOptions<_soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue191.Ref<_soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>>;
16
+ registerField: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless18.FormRegisterOptions<_soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue70.Ref<_soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>>;
17
+ registerFieldArray: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, opts?: _soybeanjs_headless18.FormRegisterOptions<_soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>> | undefined) => vue70.Ref<_soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>>;
18
18
  validateField: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => Promise<string | undefined | void>;
19
- getFieldValue: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => vue191.WritableComputedRef<_soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>>;
20
- getFieldMeta: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => vue191.Ref<_soybeanjs_headless84.FormFieldMeta>;
19
+ getFieldValue: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => vue70.WritableComputedRef<_soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>>;
20
+ getFieldMeta: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => vue70.Ref<_soybeanjs_headless18.FormFieldMeta>;
21
21
  getFieldError: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => string | undefined;
22
22
  getFieldTouched: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => boolean | undefined;
23
23
  getFieldDirty: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => boolean;
24
- getFieldState: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => vue191.Ref<_soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless84.FormFieldState<InferStandardSchemaInput<S>, Name>>;
25
- setValues: (values: InferStandardSchemaInput<S>, shouldValidate?: boolean) => Promise<void> | Promise<_soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>>;
26
- setErrors: (errors: _soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>) => void;
27
- setFieldValue: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, value: _soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>, shouldValidate?: boolean) => Promise<void> | Promise<_soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>>;
24
+ getFieldState: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name) => vue70.Ref<_soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>, _soybeanjs_headless18.FormFieldState<InferStandardSchemaInput<S>, Name>>;
25
+ setValues: (values: InferStandardSchemaInput<S>, shouldValidate?: boolean) => Promise<void> | Promise<_soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>>;
26
+ setErrors: (errors: _soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>) => void;
27
+ setFieldValue: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, value: _soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>, shouldValidate?: boolean) => Promise<void> | Promise<_soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>>;
28
28
  setFieldTouched: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, touched: boolean) => void;
29
29
  setFieldError: <Name extends Path<InferStandardSchemaInput<S>>>(name: Name, error: string | undefined) => void;
30
- setFieldArrayValue: <Name extends Path<InferStandardSchemaInput<S>>, Method extends (...args: any) => any>(name: Name, value: _soybeanjs_headless84.PathValue<InferStandardSchemaInput<S>, Name>, method: Method, args?: Partial<{
30
+ setFieldArrayValue: <Name extends Path<InferStandardSchemaInput<S>>, Method extends (...args: any) => any>(name: Name, value: _soybeanjs_headless18.PathValue<InferStandardSchemaInput<S>, Name>, method: Method, args?: Partial<{
31
31
  argA: Parameters<Method>[1];
32
32
  argB: Parameters<Method>[2];
33
- }> | undefined, shouldSetValue?: boolean) => Promise<void> | Promise<_soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>>;
34
- validateForm: (values?: InferStandardSchemaInput<S> | undefined) => Promise<_soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>>;
35
- resetForm: (nextState?: _soybeanjs_headless84.FormResetState<InferStandardSchemaInput<S>> | undefined) => void;
33
+ }> | undefined, shouldSetValue?: boolean) => Promise<void> | Promise<_soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>>;
34
+ validateForm: (values?: InferStandardSchemaInput<S> | undefined) => Promise<_soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>>;
35
+ resetForm: (nextState?: _soybeanjs_headless18.FormResetState<InferStandardSchemaInput<S>> | undefined) => void;
36
36
  values: InferStandardSchemaInput<S>;
37
- touched: vue191.Ref<_soybeanjs_headless84.FormTouched<InferStandardSchemaInput<S>>, _soybeanjs_headless84.FormTouched<InferStandardSchemaInput<S>>>;
38
- errors: vue191.Ref<_soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>, _soybeanjs_headless84.FormErrors<InferStandardSchemaInput<S>>>;
39
- submitCount: vue191.ShallowRef<number>;
40
- isSubmitting: vue191.ShallowRef<boolean>;
41
- isValidating: vue191.ShallowRef<boolean>;
37
+ touched: vue70.Ref<_soybeanjs_headless18.FormTouched<InferStandardSchemaInput<S>>, _soybeanjs_headless18.FormTouched<InferStandardSchemaInput<S>>>;
38
+ errors: vue70.Ref<_soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>, _soybeanjs_headless18.FormErrors<InferStandardSchemaInput<S>>>;
39
+ submitCount: vue70.ShallowRef<number>;
40
+ isSubmitting: vue70.ShallowRef<boolean>;
41
+ isValidating: vue70.ShallowRef<boolean>;
42
42
  };
43
43
  //#endregion
44
44
  export { useForm$1 as useForm };
@@ -1,8 +1,8 @@
1
1
  import { IconProps } from "./types.js";
2
- import * as vue66 from "vue";
2
+ import * as vue215 from "vue";
3
3
 
4
4
  //#region src/components/icon/icon.vue.d.ts
5
- declare const __VLS_export: vue66.DefineComponent<IconProps, {}, {}, {}, {}, vue66.ComponentOptionsMixin, vue66.ComponentOptionsMixin, {}, string, vue66.PublicProps, Readonly<IconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue66.ComponentProvideOptions, false, {}, any>;
5
+ declare const __VLS_export: vue215.DefineComponent<IconProps, {}, {}, {}, {}, vue215.ComponentOptionsMixin, vue215.ComponentOptionsMixin, {}, string, vue215.PublicProps, Readonly<IconProps> & Readonly<{}>, {}, {}, {}, {}, string, vue215.ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
7
7
  //#endregion
8
8
  export { _default };
@@ -1,5 +1,5 @@
1
1
  import { InputProps } from "./types.js";
2
- import * as vue76 from "vue";
2
+ import * as vue225 from "vue";
3
3
 
4
4
  //#region src/components/input/input.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_24: {};
@@ -8,11 +8,11 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  trailing?: (props: typeof __VLS_24) => any;
10
10
  };
11
- declare const __VLS_base: vue76.DefineComponent<InputProps, {}, {}, {}, {}, vue76.ComponentOptionsMixin, vue76.ComponentOptionsMixin, {
11
+ declare const __VLS_base: vue225.DefineComponent<InputProps, {}, {}, {}, {}, vue225.ComponentOptionsMixin, vue225.ComponentOptionsMixin, {
12
12
  "update:modelValue": (value: string) => any;
13
- }, string, vue76.PublicProps, Readonly<InputProps> & Readonly<{
13
+ }, string, vue225.PublicProps, Readonly<InputProps> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, vue76.ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, vue225.ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  import { KbdProps } from "./types.js";
2
- import * as vue220 from "vue";
2
+ import * as vue106 from "vue";
3
3
 
4
4
  //#region src/components/kbd/kbd.vue.d.ts
5
- declare const __VLS_export: vue220.DefineComponent<KbdProps, {}, {}, {}, {}, vue220.ComponentOptionsMixin, vue220.ComponentOptionsMixin, {}, string, vue220.PublicProps, Readonly<KbdProps> & Readonly<{}>, {
5
+ declare const __VLS_export: vue106.DefineComponent<KbdProps, {}, {}, {}, {}, vue106.ComponentOptionsMixin, vue106.ComponentOptionsMixin, {}, string, vue106.PublicProps, Readonly<KbdProps> & Readonly<{}>, {
6
6
  symbolize: boolean;
7
- }, {}, {}, {}, string, vue220.ComponentProvideOptions, false, {}, any>;
7
+ }, {}, {}, {}, string, vue106.ComponentProvideOptions, false, {}, any>;
8
8
  declare const _default: typeof __VLS_export;
9
9
  //#endregion
10
10
  export { _default };
@@ -1,12 +1,12 @@
1
1
  import { LabelProps } from "./types.js";
2
- import * as vue225 from "vue";
2
+ import * as vue220 from "vue";
3
3
 
4
4
  //#region src/components/label/label.vue.d.ts
5
5
  declare var __VLS_8: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
- declare const __VLS_base: vue225.DefineComponent<LabelProps, {}, {}, {}, {}, vue225.ComponentOptionsMixin, vue225.ComponentOptionsMixin, {}, string, vue225.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue225.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue220.DefineComponent<LabelProps, {}, {}, {}, {}, vue220.ComponentOptionsMixin, vue220.ComponentOptionsMixin, {}, string, vue220.PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue220.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,4 +1,4 @@
1
- import * as vue230 from "vue";
1
+ import * as vue210 from "vue";
2
2
  import { LayoutTriggerProps } from "@soybeanjs/headless";
3
3
 
4
4
  //#region src/components/layout/layout-trigger.vue.d.ts
@@ -8,7 +8,7 @@ declare var __VLS_8: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_base: vue230.DefineComponent<LayoutTriggerProps, {}, {}, {}, {}, vue230.ComponentOptionsMixin, vue230.ComponentOptionsMixin, {}, string, vue230.PublicProps, Readonly<LayoutTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue230.ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_base: vue210.DefineComponent<LayoutTriggerProps, {}, {}, {}, {}, vue210.ComponentOptionsMixin, vue210.ComponentOptionsMixin, {}, string, vue210.PublicProps, Readonly<LayoutTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue210.ComponentProvideOptions, false, {}, any>;
12
12
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
13
  declare const _default: typeof __VLS_export;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { ThemeSize } from "../../theme/types.js";
2
2
  import "../../theme/index.js";
3
3
  import { LayoutProps } from "./types.js";
4
- import * as vue235 from "vue";
4
+ import * as vue205 from "vue";
5
5
 
6
6
  //#region src/components/layout/layout.vue.d.ts
7
7
  declare var __VLS_16: {
@@ -19,14 +19,14 @@ type __VLS_Slots = {} & {
19
19
  } & {
20
20
  footer?: (props: typeof __VLS_53) => any;
21
21
  };
22
- declare const __VLS_base: vue235.DefineComponent<LayoutProps, {}, {}, {}, {}, vue235.ComponentOptionsMixin, vue235.ComponentOptionsMixin, {
22
+ declare const __VLS_base: vue205.DefineComponent<LayoutProps, {}, {}, {}, {}, vue205.ComponentOptionsMixin, vue205.ComponentOptionsMixin, {
23
23
  "update:open": (open: boolean) => any;
24
- }, string, vue235.PublicProps, Readonly<LayoutProps> & Readonly<{
24
+ }, string, vue205.PublicProps, Readonly<LayoutProps> & Readonly<{
25
25
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
26
26
  }>, {
27
27
  size: ThemeSize;
28
28
  open: boolean;
29
- }, {}, {}, {}, string, vue235.ComponentProvideOptions, false, {}, any>;
29
+ }, {}, {}, {}, string, vue205.ComponentProvideOptions, false, {}, any>;
30
30
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
31
  declare const _default: typeof __VLS_export;
32
32
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { LinkProps } from "./types.js";
2
- import * as vue81 from "vue";
2
+ import * as vue111 from "vue";
3
3
 
4
4
  //#region src/components/link/link.vue.d.ts
5
5
  declare var __VLS_8: {
@@ -10,15 +10,15 @@ declare var __VLS_8: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_8) => any;
12
12
  };
13
- declare const __VLS_base: vue81.DefineComponent<LinkProps, {}, {}, {}, {}, vue81.ComponentOptionsMixin, vue81.ComponentOptionsMixin, {}, string, vue81.PublicProps, Readonly<LinkProps> & Readonly<{}>, {
13
+ declare const __VLS_base: vue111.DefineComponent<LinkProps, {}, {}, {}, {}, vue111.ComponentOptionsMixin, vue111.ComponentOptionsMixin, {}, string, vue111.PublicProps, Readonly<LinkProps> & Readonly<{}>, {
14
14
  disabled: boolean;
15
- viewTransition: boolean;
16
15
  replace: boolean;
16
+ viewTransition: boolean;
17
17
  external: boolean;
18
18
  noRel: boolean;
19
19
  prefetch: boolean;
20
20
  noPrefetch: boolean;
21
- }, {}, {}, {}, string, vue81.ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, vue111.ComponentProvideOptions, false, {}, any>;
22
22
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
23
  declare const _default: typeof __VLS_export;
24
24
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { ListItemProps } from "./types.js";
2
- import * as vue91 from "vue";
2
+ import * as vue121 from "vue";
3
3
 
4
4
  //#region src/components/list/list-item.vue.d.ts
5
5
  declare var __VLS_8: {}, __VLS_22: {}, __VLS_30: {}, __VLS_32: {}, __VLS_34: {};
@@ -14,7 +14,7 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  trailing?: (props: typeof __VLS_34) => any;
16
16
  };
17
- declare const __VLS_base: vue91.DefineComponent<ListItemProps, {}, {}, {}, {}, vue91.ComponentOptionsMixin, vue91.ComponentOptionsMixin, {}, string, vue91.PublicProps, Readonly<ListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue91.ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_base: vue121.DefineComponent<ListItemProps, {}, {}, {}, {}, vue121.ComponentOptionsMixin, vue121.ComponentOptionsMixin, {}, string, vue121.PublicProps, Readonly<ListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue121.ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { ListProps } from "./types.js";
2
- import * as vue86 from "vue";
2
+ import * as vue116 from "vue";
3
3
 
4
4
  //#region src/components/list/list.vue.d.ts
5
5
  declare var __VLS_8: {};
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_8) => any;
8
8
  };
9
- declare const __VLS_base: vue86.DefineComponent<ListProps, {}, {}, {}, {}, vue86.ComponentOptionsMixin, vue86.ComponentOptionsMixin, {}, string, vue86.PublicProps, Readonly<ListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue86.ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_base: vue116.DefineComponent<ListProps, {}, {}, {}, {}, vue116.ComponentOptionsMixin, vue116.ComponentOptionsMixin, {}, string, vue116.PublicProps, Readonly<ListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue116.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,10 +1,10 @@
1
1
  import { MenuCheckboxOptionData, MenuCheckboxOptionsProps } from "./types.js";
2
- import * as vue246 from "vue";
2
+ import * as vue130 from "vue";
3
3
  import { DefinedValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/menu/menu-checkbox-options.vue.d.ts
6
6
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends MenuCheckboxOptionData<T> = MenuCheckboxOptionData<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: vue246.PublicProps & __VLS_PrettifyLocal<MenuCheckboxOptionsProps<T, S> & {
7
+ props: vue130.PublicProps & __VLS_PrettifyLocal<MenuCheckboxOptionsProps<T, S> & {
8
8
  onSelect?: ((item: S, event: Event) => any) | undefined;
9
9
  "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
10
10
  }> & (typeof globalThis extends {
@@ -19,7 +19,7 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Me
19
19
  'item-indicator-icon': (props: S) => any;
20
20
  };
21
21
  emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:modelValue", value: T[]) => void);
22
- }>) => vue246.VNode & {
22
+ }>) => vue130.VNode & {
23
23
  __ctx?: Awaited<typeof __VLS_setup>;
24
24
  };
25
25
  declare const _default: typeof __VLS_export;
@@ -1,18 +1,18 @@
1
1
  import { MenuOptionData, MenuOptionProps } from "./types.js";
2
- import * as vue240 from "vue";
3
- import * as _soybeanjs_headless149 from "@soybeanjs/headless";
2
+ import * as vue126 from "vue";
3
+ import * as _soybeanjs_headless67 from "@soybeanjs/headless";
4
4
  import { DefinedValue } from "@soybeanjs/headless";
5
5
 
6
6
  //#region src/components/menu/menu-option.vue.d.ts
7
7
  declare const __VLS_export: <T extends DefinedValue = DefinedValue>(__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: vue240.PublicProps & __VLS_PrettifyLocal<MenuOptionProps<T> & {
8
+ props: vue126.PublicProps & __VLS_PrettifyLocal<MenuOptionProps<T> & {
9
9
  onSelect?: ((item: MenuOptionData<T>, event: Event) => any) | undefined;
10
10
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
11
  onEntryFocus?: ((event: Event) => any) | undefined;
12
12
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
13
- onPointerDownOutside?: ((event: _soybeanjs_headless149.PointerDownOutsideEvent) => any) | undefined;
14
- onFocusOutside?: ((event: _soybeanjs_headless149.FocusOutsideEvent) => any) | undefined;
15
- onInteractOutside?: ((event: _soybeanjs_headless149.PointerDownOutsideEvent | _soybeanjs_headless149.FocusOutsideEvent) => any) | undefined;
13
+ onPointerDownOutside?: ((event: _soybeanjs_headless67.PointerDownOutsideEvent) => any) | undefined;
14
+ onFocusOutside?: ((event: _soybeanjs_headless67.FocusOutsideEvent) => any) | undefined;
15
+ onInteractOutside?: ((event: _soybeanjs_headless67.PointerDownOutsideEvent | _soybeanjs_headless67.FocusOutsideEvent) => any) | undefined;
16
16
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
17
17
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
18
18
  }> & (typeof globalThis extends {
@@ -38,8 +38,8 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue>(__VLS_props:
38
38
  item: MenuOptionData<T>;
39
39
  }) => any;
40
40
  };
41
- emit: ((evt: "select", item: MenuOptionData<T>, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "entryFocus", event: Event) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless149.PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: _soybeanjs_headless149.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _soybeanjs_headless149.PointerDownOutsideEvent | _soybeanjs_headless149.FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void);
42
- }>) => vue240.VNode & {
41
+ emit: ((evt: "select", item: MenuOptionData<T>, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "entryFocus", event: Event) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless67.PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: _soybeanjs_headless67.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _soybeanjs_headless67.PointerDownOutsideEvent | _soybeanjs_headless67.FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void);
42
+ }>) => vue126.VNode & {
43
43
  __ctx?: Awaited<typeof __VLS_setup>;
44
44
  };
45
45
  declare const _default: typeof __VLS_export;
@@ -1,18 +1,18 @@
1
1
  import { MenuOptionData, MenuOptionsProps } from "./types.js";
2
- import * as vue242 from "vue";
3
- import * as _soybeanjs_headless157 from "@soybeanjs/headless";
2
+ import * as vue132 from "vue";
3
+ import * as _soybeanjs_headless75 from "@soybeanjs/headless";
4
4
  import { DefinedValue } from "@soybeanjs/headless";
5
5
 
6
6
  //#region src/components/menu/menu-options.vue.d.ts
7
7
  declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends MenuOptionData<T> = MenuOptionData<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: vue242.PublicProps & __VLS_PrettifyLocal<MenuOptionsProps<T, S> & {
8
+ props: vue132.PublicProps & __VLS_PrettifyLocal<MenuOptionsProps<T, S> & {
9
9
  onSelect?: ((item: S, event: Event) => any) | undefined;
10
10
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
11
  onEntryFocus?: ((event: Event) => any) | undefined;
12
12
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
13
- onPointerDownOutside?: ((event: _soybeanjs_headless157.PointerDownOutsideEvent) => any) | undefined;
14
- onFocusOutside?: ((event: _soybeanjs_headless157.FocusOutsideEvent) => any) | undefined;
15
- onInteractOutside?: ((event: _soybeanjs_headless157.PointerDownOutsideEvent | _soybeanjs_headless157.FocusOutsideEvent) => any) | undefined;
13
+ onPointerDownOutside?: ((event: _soybeanjs_headless75.PointerDownOutsideEvent) => any) | undefined;
14
+ onFocusOutside?: ((event: _soybeanjs_headless75.FocusOutsideEvent) => any) | undefined;
15
+ onInteractOutside?: ((event: _soybeanjs_headless75.PointerDownOutsideEvent | _soybeanjs_headless75.FocusOutsideEvent) => any) | undefined;
16
16
  onOpenAutoFocus?: ((event: Event) => any) | undefined;
17
17
  onCloseAutoFocus?: ((event: Event) => any) | undefined;
18
18
  }> & (typeof globalThis extends {
@@ -38,8 +38,8 @@ declare const __VLS_export: <T extends DefinedValue = DefinedValue, S extends Me
38
38
  item: MenuOptionData<T>;
39
39
  }) => any;
40
40
  };
41
- emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "entryFocus", event: Event) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless157.PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: _soybeanjs_headless157.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _soybeanjs_headless157.PointerDownOutsideEvent | _soybeanjs_headless157.FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void);
42
- }>) => vue242.VNode & {
41
+ emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "entryFocus", event: Event) => void) & ((evt: "escapeKeyDown", event: KeyboardEvent) => void) & ((evt: "pointerDownOutside", event: _soybeanjs_headless75.PointerDownOutsideEvent) => void) & ((evt: "focusOutside", event: _soybeanjs_headless75.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _soybeanjs_headless75.PointerDownOutsideEvent | _soybeanjs_headless75.FocusOutsideEvent) => void) & ((evt: "openAutoFocus", event: Event) => void) & ((evt: "closeAutoFocus", event: Event) => void);
42
+ }>) => vue132.VNode & {
43
43
  __ctx?: Awaited<typeof __VLS_setup>;
44
44
  };
45
45
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { MenuRadioOptionData, MenuRadioOptionsProps } from "./types.js";
2
- import * as vue244 from "vue";
2
+ import * as vue128 from "vue";
3
3
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/menu/menu-radio-options.vue.d.ts
6
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
- props: vue244.PublicProps & __VLS_PrettifyLocal<MenuRadioOptionsProps<T, S> & {
7
+ props: vue128.PublicProps & __VLS_PrettifyLocal<MenuRadioOptionsProps<T, S> & {
8
8
  onSelect?: ((item: S, event: Event) => any) | undefined;
9
9
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
10
10
  }> & (typeof globalThis extends {
@@ -19,7 +19,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = AcceptableBoolea
19
19
  'item-indicator-icon': (props: S) => any;
20
20
  };
21
21
  emit: ((evt: "select", item: S, event: Event) => void) & ((evt: "update:modelValue", payload: NonNullable<T>) => void);
22
- }>) => vue244.VNode & {
22
+ }>) => vue128.VNode & {
23
23
  __ctx?: Awaited<typeof __VLS_setup>;
24
24
  };
25
25
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,6 @@
1
1
  import { NavigationMenuOptionData, NavigationMenuProps } from "./types.js";
2
- import * as vue96 from "vue";
3
- import * as _soybeanjs_headless23 from "@soybeanjs/headless";
2
+ import * as vue134 from "vue";
3
+ import * as _soybeanjs_headless83 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: vue96.DefineComponent<NavigationMenuProps, {}, {}, {}, {}, vue96.ComponentOptionsMixin, vue96.ComponentOptionsMixin, {
28
+ declare const __VLS_base: vue134.DefineComponent<NavigationMenuProps, {}, {}, {}, {}, vue134.ComponentOptionsMixin, vue134.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_headless23.PointerDownOutsideEvent) => any;
35
- focusOutside: (event: _soybeanjs_headless23.FocusOutsideEvent) => any;
36
- interactOutside: (event: _soybeanjs_headless23.PointerDownOutsideEvent | _soybeanjs_headless23.FocusOutsideEvent) => any;
37
- }, string, vue96.PublicProps, Readonly<NavigationMenuProps> & Readonly<{
34
+ pointerDownOutside: (event: _soybeanjs_headless83.PointerDownOutsideEvent) => any;
35
+ focusOutside: (event: _soybeanjs_headless83.FocusOutsideEvent) => any;
36
+ interactOutside: (event: _soybeanjs_headless83.PointerDownOutsideEvent | _soybeanjs_headless83.FocusOutsideEvent) => any;
37
+ }, string, vue134.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_headless23.PointerDownOutsideEvent) => any) | undefined;
44
- onFocusOutside?: ((event: _soybeanjs_headless23.FocusOutsideEvent) => any) | undefined;
45
- onInteractOutside?: ((event: _soybeanjs_headless23.PointerDownOutsideEvent | _soybeanjs_headless23.FocusOutsideEvent) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, vue96.ComponentProvideOptions, false, {}, any>;
43
+ onPointerDownOutside?: ((event: _soybeanjs_headless83.PointerDownOutsideEvent) => any) | undefined;
44
+ onFocusOutside?: ((event: _soybeanjs_headless83.FocusOutsideEvent) => any) | undefined;
45
+ onInteractOutside?: ((event: _soybeanjs_headless83.PointerDownOutsideEvent | _soybeanjs_headless83.FocusOutsideEvent) => any) | undefined;
46
+ }>, {}, {}, {}, {}, string, vue134.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 vue248 from "vue";
2
+ import * as vue230 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_32: {}, __VLS_45: {};
@@ -12,11 +12,11 @@ type __VLS_Slots = {} & {
12
12
  } & {
13
13
  increment?: (props: typeof __VLS_45) => any;
14
14
  };
15
- declare const __VLS_base: vue248.DefineComponent<NumberInputProps, {}, {}, {}, {}, vue248.ComponentOptionsMixin, vue248.ComponentOptionsMixin, {
15
+ declare const __VLS_base: vue230.DefineComponent<NumberInputProps, {}, {}, {}, {}, vue230.ComponentOptionsMixin, vue230.ComponentOptionsMixin, {
16
16
  "update:modelValue": (val: number) => any;
17
- }, string, vue248.PublicProps, Readonly<NumberInputProps> & Readonly<{
17
+ }, string, vue230.PublicProps, Readonly<NumberInputProps> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
19
- }>, {}, {}, {}, {}, string, vue248.ComponentProvideOptions, false, {}, any>;
19
+ }>, {}, {}, {}, {}, string, vue230.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 vue253 from "vue";
2
+ import * as vue235 from "vue";
3
3
 
4
4
  //#region src/components/pagination/pagination.vue.d.ts
5
5
  declare var __VLS_22: {}, __VLS_35: {}, __VLS_53: {}, __VLS_66: {}, __VLS_79: {};
@@ -14,13 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  last?: (props: typeof __VLS_79) => any;
16
16
  };
17
- declare const __VLS_base: vue253.DefineComponent<PaginationProps, {}, {}, {}, {}, vue253.ComponentOptionsMixin, vue253.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue235.DefineComponent<PaginationProps, {}, {}, {}, {}, vue235.ComponentOptionsMixin, vue235.ComponentOptionsMixin, {
18
18
  "update:page": (value: number) => any;
19
- }, string, vue253.PublicProps, Readonly<PaginationProps> & Readonly<{
19
+ }, string, vue235.PublicProps, Readonly<PaginationProps> & Readonly<{
20
20
  "onUpdate:page"?: ((value: number) => any) | undefined;
21
21
  }>, {
22
22
  showFirstOrLast: boolean;
23
- }, {}, {}, {}, string, vue253.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue235.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { PasswordProps } from "./types.js";
2
- import * as vue101 from "vue";
2
+ import * as vue240 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: vue101.DefineComponent<PasswordProps, {}, {}, {}, {}, vue101.ComponentOptionsMixin, vue101.ComponentOptionsMixin, {
16
+ declare const __VLS_base: vue240.DefineComponent<PasswordProps, {}, {}, {}, {}, vue240.ComponentOptionsMixin, vue240.ComponentOptionsMixin, {
17
17
  "update:modelValue": (value: string) => any;
18
18
  "update:visible": (visible: boolean) => any;
19
- }, string, vue101.PublicProps, Readonly<PasswordProps> & Readonly<{
19
+ }, string, vue240.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, vue101.ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, vue240.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 vue258 from "vue";
3
- import * as _soybeanjs_headless165 from "@soybeanjs/headless";
2
+ import * as vue245 from "vue";
3
+ import * as _soybeanjs_headless166 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/popover/popover.vue.d.ts
6
6
  declare var __VLS_16: {}, __VLS_36: {}, __VLS_49: {};
@@ -11,27 +11,27 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  close?: (props: typeof __VLS_49) => any;
13
13
  };
14
- declare const __VLS_base: vue258.DefineComponent<PopoverProps, {}, {}, {}, {}, vue258.ComponentOptionsMixin, vue258.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue245.DefineComponent<PopoverProps, {}, {}, {}, {}, vue245.ComponentOptionsMixin, vue245.ComponentOptionsMixin, {
15
15
  "update:open": (value: boolean) => any;
16
16
  escapeKeyDown: (event: KeyboardEvent) => any;
17
- pointerDownOutside: (event: _soybeanjs_headless165.PointerDownOutsideEvent) => any;
18
- focusOutside: (event: _soybeanjs_headless165.FocusOutsideEvent) => any;
19
- interactOutside: (event: _soybeanjs_headless165.PointerDownOutsideEvent | _soybeanjs_headless165.FocusOutsideEvent) => any;
17
+ pointerDownOutside: (event: _soybeanjs_headless166.PointerDownOutsideEvent) => any;
18
+ focusOutside: (event: _soybeanjs_headless166.FocusOutsideEvent) => any;
19
+ interactOutside: (event: _soybeanjs_headless166.PointerDownOutsideEvent | _soybeanjs_headless166.FocusOutsideEvent) => any;
20
20
  openAutoFocus: (event: Event) => any;
21
21
  closeAutoFocus: (event: Event) => any;
22
- }, string, vue258.PublicProps, Readonly<PopoverProps> & Readonly<{
22
+ }, string, vue245.PublicProps, Readonly<PopoverProps> & Readonly<{
23
23
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
24
24
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
25
- onPointerDownOutside?: ((event: _soybeanjs_headless165.PointerDownOutsideEvent) => any) | undefined;
26
- onFocusOutside?: ((event: _soybeanjs_headless165.FocusOutsideEvent) => any) | undefined;
27
- onInteractOutside?: ((event: _soybeanjs_headless165.PointerDownOutsideEvent | _soybeanjs_headless165.FocusOutsideEvent) => any) | undefined;
25
+ onPointerDownOutside?: ((event: _soybeanjs_headless166.PointerDownOutsideEvent) => any) | undefined;
26
+ onFocusOutside?: ((event: _soybeanjs_headless166.FocusOutsideEvent) => any) | undefined;
27
+ onInteractOutside?: ((event: _soybeanjs_headless166.PointerDownOutsideEvent | _soybeanjs_headless166.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, vue258.ComponentProvideOptions, false, {}, any>;
34
+ }, {}, {}, {}, string, vue245.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 & {