@soybeanjs/headless 0.26.4 → 0.26.5

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 (60) hide show
  1. package/dist/components/alert/alert-compact.vue.d.ts +2 -2
  2. package/dist/components/autocomplete/autocomplete-compact.vue.d.ts +2 -2
  3. package/dist/components/autocomplete/autocomplete-root.vue.d.ts +3 -3
  4. package/dist/components/bottom-sheet/bottom-sheet-root-nested.vue.d.ts +2 -2
  5. package/dist/components/collapsible/collapsible-root.vue.d.ts +1 -1
  6. package/dist/components/color-area/color-area-compact.vue.d.ts +2 -2
  7. package/dist/components/color-area/color-area-root.vue.d.ts +3 -3
  8. package/dist/components/color-field/color-field-root.vue.d.ts +1 -1
  9. package/dist/components/color-picker/color-picker-compact.vue.d.ts +4 -4
  10. package/dist/components/color-picker/color-picker-root.vue.d.ts +3 -3
  11. package/dist/components/color-slider/color-slider-compact.vue.d.ts +2 -2
  12. package/dist/components/color-slider/color-slider-root.vue.d.ts +3 -3
  13. package/dist/components/color-swatch-picker/color-swatch-picker-compact.vue.d.ts +2 -2
  14. package/dist/components/color-swatch-picker/color-swatch-picker-root.vue.d.ts +2 -2
  15. package/dist/components/combobox/combobox-compact.vue.d.ts +2 -2
  16. package/dist/components/combobox/combobox-root.vue.d.ts +2 -2
  17. package/dist/components/command/command-compact.vue.d.ts +2 -2
  18. package/dist/components/context-menu/context-menu-checkbox-compact.vue.d.ts +3 -3
  19. package/dist/components/context-menu/context-menu-compact.vue.d.ts +2 -2
  20. package/dist/components/context-menu/context-menu-content.vue.d.ts +2 -2
  21. package/dist/components/context-menu/context-menu-radio-compact.vue.d.ts +3 -3
  22. package/dist/components/context-menu/context-menu-wrapper-compact.vue.d.ts +2 -2
  23. package/dist/components/date-picker/date-picker-compact.vue.d.ts +4 -4
  24. package/dist/components/date-range-picker/date-range-picker-compact.vue.d.ts +4 -4
  25. package/dist/components/dialog/dialog-compact.vue.d.ts +7 -7
  26. package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.vue.d.ts +3 -3
  27. package/dist/components/dropdown-menu/dropdown-menu-compact.vue.d.ts +2 -2
  28. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +2 -2
  29. package/dist/components/dropdown-menu/dropdown-menu-radio-compact.vue.d.ts +3 -3
  30. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +1 -1
  31. package/dist/components/dropdown-menu/dropdown-menu-wrapper-compact.vue.d.ts +2 -2
  32. package/dist/components/input-number/input-number-root.vue.d.ts +1 -1
  33. package/dist/components/input-otp/input-otp-compact.vue.d.ts +4 -4
  34. package/dist/components/input-otp/input-otp-root.vue.d.ts +5 -5
  35. package/dist/components/link/link.vue.d.ts +1 -1
  36. package/dist/components/listbox/listbox-root.vue.d.ts +2 -2
  37. package/dist/components/menu/menu-content.vue.d.ts +2 -2
  38. package/dist/components/menu/menu-option-compact.vue.d.ts +2 -2
  39. package/dist/components/menu/menu-options-compact.vue.d.ts +2 -2
  40. package/dist/components/menu/menu-sub-content.vue.d.ts +2 -2
  41. package/dist/components/menubar/menubar-compact.vue.d.ts +3 -3
  42. package/dist/components/menubar/menubar-content.vue.d.ts +2 -2
  43. package/dist/components/menubar/menubar-root.vue.d.ts +1 -1
  44. package/dist/components/menubar/menubar-sub-content.vue.d.ts +2 -2
  45. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +1 -1
  46. package/dist/components/page-tabs/page-tabs-compact.vue.d.ts +3 -3
  47. package/dist/components/page-tabs/page-tabs-item.vue.d.ts +2 -2
  48. package/dist/components/page-tabs/page-tabs-root.vue.d.ts +1 -1
  49. package/dist/components/pagination/pagination-root.vue.d.ts +2 -2
  50. package/dist/components/popconfirm/popconfirm-compact.vue.d.ts +2 -2
  51. package/dist/components/popper/popper-positioner.vue.d.ts +1 -1
  52. package/dist/components/select/select-compact.vue.d.ts +2 -2
  53. package/dist/components/select/select-root.vue.d.ts +2 -2
  54. package/dist/components/slider/slider-root.vue.d.ts +1 -1
  55. package/dist/components/stepper/stepper-root.vue.d.ts +1 -1
  56. package/dist/components/tabs/tabs-root.vue.d.ts +1 -1
  57. package/dist/components/tags-input/tags-input-compact.vue.d.ts +2 -2
  58. package/dist/components/tags-input/tags-input-root.vue.d.ts +3 -3
  59. package/dist/components/toggle/toggle.vue.d.ts +1 -1
  60. package/package.json +1 -1
@@ -37,8 +37,8 @@ declare const __VLS_base: import("vue").DefineComponent<StepperRootProps, {
37
37
  "onUpdate:modelValue"?: ((payload: number) => any) | undefined;
38
38
  }>, {
39
39
  orientation: DataOrientation;
40
- defaultValue: number;
41
40
  modelValue: number;
41
+ defaultValue: number;
42
42
  linear: boolean;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
44
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -14,8 +14,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
14
14
  "onUpdate:modelValue"?: ((payload: DefinedValue | null) => any) | undefined;
15
15
  }>, {
16
16
  orientation: DataOrientation;
17
- modelValue: DefinedValue | null;
18
17
  loop: boolean;
18
+ modelValue: DefinedValue | null;
19
19
  activationMode: TabsActivationMode;
20
20
  unmountOnHide: boolean;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -3,13 +3,13 @@ import { TagsInputCompactProps, TagsInputCompactSlots } from "./types.js";
3
3
  //#region src/components/tags-input/tags-input-compact.vue.d.ts
4
4
  type __VLS_Slots = TagsInputCompactSlots;
5
5
  declare const __VLS_base: import("vue").DefineComponent<TagsInputCompactProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
- "update:modelValue": (value: string[]) => any;
7
6
  invalid: (value: string) => any;
7
+ "update:modelValue": (value: string[]) => any;
8
8
  addTag: (value: string) => any;
9
9
  removeTag: (value: string) => any;
10
10
  }, string, import("vue").PublicProps, Readonly<TagsInputCompactProps> & Readonly<{
11
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
12
11
  onInvalid?: ((value: string) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
13
13
  onAddTag?: ((value: string) => any) | undefined;
14
14
  onRemoveTag?: ((value: string) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -9,19 +9,19 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<TagsInputRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- "update:modelValue": (value: string[]) => any;
13
12
  invalid: (value: string) => any;
13
+ "update:modelValue": (value: string[]) => any;
14
14
  addTag: (value: string) => any;
15
15
  removeTag: (value: string) => any;
16
16
  }, string, import("vue").PublicProps, Readonly<TagsInputRootProps> & Readonly<{
17
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
18
17
  onInvalid?: ((value: string) => any) | undefined;
18
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
19
19
  onAddTag?: ((value: string) => any) | undefined;
20
20
  onRemoveTag?: ((value: string) => any) | undefined;
21
21
  }>, {
22
22
  max: number;
23
- defaultValue: string[];
24
23
  modelValue: string[];
24
+ defaultValue: string[];
25
25
  delimiter: string | RegExp;
26
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
27
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -15,8 +15,8 @@ declare const __VLS_base: import("vue").DefineComponent<ToggleProps, {}, {}, {},
15
15
  }, string, import("vue").PublicProps, Readonly<ToggleProps> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
17
  }>, {
18
- defaultValue: boolean;
19
18
  modelValue: boolean;
19
+ defaultValue: boolean;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
22
  declare const _default: typeof __VLS_export;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/headless",
3
- "version": "0.26.4",
3
+ "version": "0.26.5",
4
4
  "description": "SoybeanHeadless is a collection unstyled components for Vue 3. It is designed to be lightweight and easy to use.",
5
5
  "homepage": "https://github.com/soybeanjs/soybean-ui",
6
6
  "bugs": {