@soybeanjs/headless 0.23.1-beta.4 → 0.23.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 (64) 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/backtop/backtop.vue.d.ts +2 -2
  5. package/dist/components/bottom-sheet/bottom-sheet-root-nested.vue.d.ts +2 -2
  6. package/dist/components/calendar-range/calendar-range-root.vue.d.ts +5 -5
  7. package/dist/components/clipboard/clipboard.vue.d.ts +4 -4
  8. package/dist/components/color-area/color-area-compact.vue.d.ts +2 -2
  9. package/dist/components/color-area/color-area-root.vue.d.ts +3 -3
  10. package/dist/components/color-field/color-field-root.vue.d.ts +1 -1
  11. package/dist/components/color-picker/color-picker-compact.vue.d.ts +4 -4
  12. package/dist/components/color-picker/color-picker-root.vue.d.ts +3 -3
  13. package/dist/components/color-slider/color-slider-compact.vue.d.ts +2 -2
  14. package/dist/components/color-slider/color-slider-root.vue.d.ts +3 -3
  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/context-menu/context-menu-checkbox-compact.vue.d.ts +3 -3
  18. package/dist/components/context-menu/context-menu-compact.vue.d.ts +2 -2
  19. package/dist/components/context-menu/context-menu-content.vue.d.ts +2 -2
  20. package/dist/components/context-menu/context-menu-radio-compact.vue.d.ts +3 -3
  21. package/dist/components/context-menu/context-menu-wrapper-compact.vue.d.ts +2 -2
  22. package/dist/components/date-field/date-field-root.vue.d.ts +2 -2
  23. package/dist/components/date-picker/date-picker-compact.js +1 -1
  24. package/dist/components/date-picker/date-picker-compact.vue.d.ts +6 -6
  25. package/dist/components/date-range-field/date-range-field-root.vue.d.ts +2 -2
  26. package/dist/components/date-range-picker/date-range-picker-compact.vue.d.ts +6 -6
  27. package/dist/components/dialog/dialog-compact.vue.d.ts +4 -4
  28. package/dist/components/dropdown-menu/dropdown-menu-checkbox-compact.vue.d.ts +3 -3
  29. package/dist/components/dropdown-menu/dropdown-menu-compact.vue.d.ts +2 -2
  30. package/dist/components/dropdown-menu/dropdown-menu-content.vue.d.ts +2 -2
  31. package/dist/components/dropdown-menu/dropdown-menu-radio-compact.vue.d.ts +3 -3
  32. package/dist/components/dropdown-menu/dropdown-menu-root.vue.d.ts +1 -1
  33. package/dist/components/dropdown-menu/dropdown-menu-wrapper-compact.vue.d.ts +2 -2
  34. package/dist/components/input-otp/input-otp-compact.vue.d.ts +2 -2
  35. package/dist/components/input-otp/input-otp-root.vue.d.ts +3 -3
  36. package/dist/components/menu/menu-content.vue.d.ts +2 -2
  37. package/dist/components/menu/menu-option-compact.vue.d.ts +2 -2
  38. package/dist/components/menu/menu-options-compact.vue.d.ts +2 -2
  39. package/dist/components/menu/menu-sub-content.vue.d.ts +2 -2
  40. package/dist/components/menubar/menubar-compact.vue.d.ts +3 -3
  41. package/dist/components/menubar/menubar-content.vue.d.ts +2 -2
  42. package/dist/components/menubar/menubar-root.vue.d.ts +1 -1
  43. package/dist/components/menubar/menubar-sub-content.vue.d.ts +2 -2
  44. package/dist/components/navigation-menu/navigation-menu-root.vue.d.ts +1 -1
  45. package/dist/components/page-tabs/page-tabs-compact.vue.d.ts +1 -1
  46. package/dist/components/page-tabs/page-tabs-root.vue.d.ts +1 -1
  47. package/dist/components/pagination/pagination-root.vue.d.ts +2 -2
  48. package/dist/components/popconfirm/popconfirm-compact.vue.d.ts +2 -2
  49. package/dist/components/select/select-compact.vue.d.ts +2 -2
  50. package/dist/components/select/select-root.vue.d.ts +2 -2
  51. package/dist/components/slider/slider-root.vue.d.ts +2 -2
  52. package/dist/components/splitter/splitter-group.vue.d.ts +1 -1
  53. package/dist/components/splitter/splitter-panel.vue.d.ts +2 -2
  54. package/dist/components/splitter/splitter-resize-handle.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/time-field/time-field-root.vue.d.ts +2 -2
  60. package/dist/components/time-range-field/time-range-field-root.vue.d.ts +3 -3
  61. package/dist/components/toggle/toggle.vue.d.ts +1 -1
  62. package/dist/components/tree-menu/tree-menu-compact.vue.d.ts +2 -2
  63. package/dist/components/tree-menu/tree-menu-root.vue.d.ts +1 -1
  64. package/package.json +1 -1
@@ -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>;
@@ -10,12 +10,12 @@ declare const __VLS_base: import("vue").DefineComponent<TimeFieldRootProps, {},
10
10
  "onUpdate:modelValue"?: ((time: TimeValue | undefined) => any) | undefined;
11
11
  "onUpdate:placeholder"?: ((time: TimeValue) => any) | undefined;
12
12
  }>, {
13
- disabled: boolean;
14
13
  placeholder: TimeValue;
14
+ disabled: boolean;
15
15
  step: DateStep;
16
16
  defaultValue: TimeValue;
17
- readonly: boolean;
18
17
  defaultPlaceholder: TimeValue;
18
+ readonly: boolean;
19
19
  granularity: TimeGranularity;
20
20
  hourCycle: 12 | 24;
21
21
  hideTimeZone: boolean;
@@ -14,18 +14,18 @@ declare const __VLS_base: import("vue").DefineComponent<TimeRangeFieldRootProps,
14
14
  "onUpdate:startValue"?: ((time: TimeValue | undefined) => any) | undefined;
15
15
  "onUpdate:endValue"?: ((time: TimeValue | undefined) => any) | undefined;
16
16
  }>, {
17
- disabled: boolean;
18
17
  placeholder: TimeValue;
18
+ disabled: boolean;
19
19
  step: DateStep;
20
20
  defaultValue: TimeRange;
21
- readonly: boolean;
22
21
  defaultPlaceholder: TimeValue;
22
+ readonly: boolean;
23
23
  granularity: TimeGranularity;
24
24
  hourCycle: 12 | 24;
25
25
  hideTimeZone: boolean;
26
- isTimeUnavailable: TimeMatcher;
27
26
  startName: string;
28
27
  endName: string;
28
+ isTimeUnavailable: TimeMatcher;
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
30
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
31
  declare const _default: typeof __VLS_export;
@@ -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;
@@ -5,15 +5,15 @@ declare const __VLS_export: <T extends TreeMenuBaseOptionData = TreeMenuBaseOpti
5
5
  props: import("vue").PublicProps & __VLS_PrettifyLocal<TreeMenuCompactProps<T> & {
6
6
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
7
7
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
8
- "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
9
8
  onSelectDropdown?: ((value: string) => any) | undefined;
9
+ "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
10
10
  }> & (typeof globalThis extends {
11
11
  __VLS_PROPS_FALLBACK: infer P;
12
12
  } ? P : {});
13
13
  expose: (exposed: {}) => void;
14
14
  attrs: any;
15
15
  slots: TreeMenuCompactSlots<T>;
16
- emit: ((evt: "update:modelValue", value: string) => void) & ((evt: "update:expanded", value: string[]) => void) & ((evt: "update:collapsed", value: boolean) => void) & ((evt: "selectDropdown", value: string) => void);
16
+ emit: ((evt: "update:modelValue", value: string) => void) & ((evt: "update:expanded", value: string[]) => void) & ((evt: "selectDropdown", value: string) => void) & ((evt: "update:collapsed", value: boolean) => void);
17
17
  }>) => import("vue").VNode & {
18
18
  __ctx?: Awaited<typeof __VLS_setup>;
19
19
  };
@@ -15,8 +15,8 @@ declare const __VLS_base: import("vue").DefineComponent<TreeMenuRootProps, {}, {
15
15
  "onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
16
16
  }>, {
17
17
  defaultValue: string;
18
- defaultExpanded: string[];
19
18
  collapsed: boolean;
19
+ defaultExpanded: string[];
20
20
  indent: number;
21
21
  defaultCollapsed: boolean;
22
22
  collapsedWidth: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/headless",
3
- "version": "0.23.1-beta.4",
3
+ "version": "0.23.1",
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": {