@soybeanjs/ui 0.22.3 → 0.22.4

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.
@@ -27,10 +27,10 @@ declare const __VLS_export: import("vue").DefineComponent<ColorPickerProps, {},
27
27
  "onUpdate:format"?: ((value: import("@soybeanjs/headless/types").ColorFormat) => any) | undefined;
28
28
  }>, {
29
29
  open: boolean;
30
+ showArrow: boolean;
30
31
  showAlpha: boolean;
31
32
  showFields: boolean;
32
33
  showSwatches: boolean;
33
- showArrow: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const _default: typeof __VLS_export;
36
36
  //#endregion
@@ -4,8 +4,8 @@ import { PageTabsOptionData } from "@soybeanjs/headless/page-tabs";
4
4
  //#region src/components/page-tabs/page-tabs.vue.d.ts
5
5
  declare const __VLS_export: <T extends PageTabsOptionData = PageTabsOptionData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: import("vue").PublicProps & __VLS_PrettifyLocal<PageTabsProps<T> & {
7
- onContextmenu?: ((tab: T) => any) | undefined;
8
7
  onClose?: ((tab: T) => any) | undefined;
8
+ onContextmenu?: ((tab: T) => any) | undefined;
9
9
  onClick?: ((tab: T) => any) | undefined;
10
10
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
11
11
  "onUpdate:items"?: ((items: T[]) => any) | undefined;
@@ -12,13 +12,13 @@ type __VLS_Slots = {} & {
12
12
  default?: (props: typeof __VLS_8) => any;
13
13
  };
14
14
  declare const __VLS_base: import("vue").DefineComponent<SplitterPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ resize: (size: number, prevSize: number | undefined) => any;
15
16
  collapse: () => any;
16
17
  expand: () => any;
17
- resize: (size: number, prevSize: number | undefined) => any;
18
18
  }, string, import("vue").PublicProps, Readonly<SplitterPanelProps> & Readonly<{
19
+ onResize?: ((size: number, prevSize: number | undefined) => any) | undefined;
19
20
  onCollapse?: (() => any) | undefined;
20
21
  onExpand?: (() => any) | undefined;
21
- onResize?: ((size: number, prevSize: number | undefined) => any) | undefined;
22
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
24
  declare const _default: typeof __VLS_export;
@@ -402,9 +402,9 @@ declare const __VLS_export: import("vue").DefineComponent<{
402
402
  onDragging?: ((_value: boolean) => any) | undefined;
403
403
  }>, {
404
404
  class: import("@soybeanjs/headless").ClassValue;
405
- tabindex: number;
406
405
  asChild: boolean;
407
406
  as: string | Function | Record<string, any>;
407
+ tabindex: number;
408
408
  disabled: boolean;
409
409
  withHandle: boolean;
410
410
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
- "version": "0.22.3",
3
+ "version": "0.22.4",
4
4
  "description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
5
5
  "homepage": "https://github.com/soybeanjs/soybean-ui",
6
6
  "bugs": {
@@ -54,7 +54,7 @@
54
54
  "tailwind-variants": "^3.2.2",
55
55
  "valibot": "^1.4.0",
56
56
  "zod": "^4.4.3",
57
- "@soybeanjs/headless": "^0.22.3"
57
+ "@soybeanjs/headless": "^0.22.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@soybeanjs/cli": "^1.7.2",