@soybeanjs/ui 0.25.1 → 0.25.2
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.
|
@@ -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;
|
|
@@ -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/dist/styles/table.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from "@soybeanjs/cva";
|
|
2
2
|
|
|
3
3
|
//#region src/styles/table.d.ts
|
|
4
|
-
declare const tableVariants: import("@soybeanjs/cva").SCVResult<"header" | "content" | "footer" | "fixed" | "root" | "resizeHandle" | "body" | "head" | "scroll" | "cell" | "row" | "sortTrigger" | "filterInput" | "treeCell" | "treeToggle" | "treeTogglePlaceholder" | "
|
|
4
|
+
declare const tableVariants: import("@soybeanjs/cva").SCVResult<"header" | "content" | "footer" | "fixed" | "root" | "resizeHandle" | "body" | "head" | "scroll" | "cell" | "row" | "selection" | "sortTrigger" | "filterInput" | "treeCell" | "treeToggle" | "treeTogglePlaceholder" | "filterTrigger" | "filterPopup" | "filterSearch" | "filterOptions" | "filterOption" | "filterOptionLabel" | "filterFooter" | "filterCount" | "filterAction" | "filterEmpty" | "radioIndicator" | "radioRoot", NoInfer<{
|
|
5
5
|
size: {
|
|
6
6
|
xs: {
|
|
7
7
|
root: "text-2xs";
|
package/dist/styles/tabs.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from "@soybeanjs/cva";
|
|
2
2
|
|
|
3
3
|
//#region src/styles/tabs.d.ts
|
|
4
|
-
declare const tabsVariants: import("@soybeanjs/cva").SCVResult<"list" | "content" | "root" | "
|
|
4
|
+
declare const tabsVariants: import("@soybeanjs/cva").SCVResult<"list" | "content" | "root" | "indicator" | "trigger" | "indicatorContent", NoInfer<{
|
|
5
5
|
size: {
|
|
6
6
|
xs: {
|
|
7
7
|
root: "text-2xs";
|
|
@@ -68,8 +68,8 @@ declare const tabsVariants: import("@soybeanjs/cva").SCVResult<"list" | "content
|
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
70
|
}>, {
|
|
71
|
-
fill?: "auto" | "full" | undefined;
|
|
72
71
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
72
|
+
fill?: "auto" | "full" | undefined;
|
|
73
73
|
shape?: "rounded" | "square" | undefined;
|
|
74
74
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
75
75
|
enableIndicator?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.2",
|
|
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": {
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"@soybeanjs/shadcn-theme": "^0.3.3",
|
|
51
51
|
"@soybeanjs/utils": "^0.1.1",
|
|
52
52
|
"fuse.js": "^7.3.0",
|
|
53
|
-
"valibot": "^1.4.
|
|
53
|
+
"valibot": "^1.4.1",
|
|
54
54
|
"zod": "^4.4.3",
|
|
55
|
-
"@soybeanjs/headless": "^0.25.
|
|
55
|
+
"@soybeanjs/headless": "^0.25.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@soybeanjs/cli": "^1.7.2",
|
|
59
59
|
"@soybeanjs/eslint-config-vue": "^0.1.0",
|
|
60
|
-
"@soybeanjs/oxc-config": "^0.
|
|
60
|
+
"@soybeanjs/oxc-config": "^0.2.0",
|
|
61
61
|
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
62
|
-
"@soybeanjs/unocss-shadcn": "^0.6.
|
|
62
|
+
"@soybeanjs/unocss-shadcn": "^0.6.2",
|
|
63
63
|
"@types/node": "^25.9.1",
|
|
64
64
|
"@unocss/cli": "^66.7.0",
|
|
65
65
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"eslint": "^10.4.0",
|
|
72
72
|
"happy-dom": "^20.9.0",
|
|
73
73
|
"lint-staged": "^17.0.5",
|
|
74
|
-
"oxfmt": "^0.
|
|
75
|
-
"oxlint": "^1.
|
|
74
|
+
"oxfmt": "^0.52.0",
|
|
75
|
+
"oxlint": "^1.67.0",
|
|
76
76
|
"simple-git-hooks": "^2.13.1",
|
|
77
77
|
"tsdown": "0.22.0",
|
|
78
78
|
"tsx": "^4.22.3",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"vitest": "^4.1.7",
|
|
89
89
|
"vue": "^3.5.34",
|
|
90
90
|
"vue-router": "^5.0.7",
|
|
91
|
-
"vue-tsc": "^3.3.
|
|
91
|
+
"vue-tsc": "^3.3.2"
|
|
92
92
|
},
|
|
93
93
|
"simple-git-hooks": {
|
|
94
94
|
"commit-msg": "pnpm soy git-commit-verify",
|