base6-ui 2.0.19 → 2.0.20
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.
- package/dist/components/input-number/index.vue.d.ts +1 -0
- package/dist/config/themes/components/dialog/dark.d.ts +1 -0
- package/dist/config/themes/components/dropdown/common.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +1 -1
- package/es/components/input-number/index.vue.d.ts +1 -0
- package/es/components/input-number/index.vue.mjs +2 -2
- package/es/components/input-number/index.vue2.mjs +1 -1
- package/es/config/themes/components/baseComponent/dark.mjs +0 -6
- package/es/config/themes/components/baseComponent/light.mjs +0 -6
- package/es/config/themes/components/button/common.mjs +13 -10
- package/es/config/themes/components/dataTable/common.mjs +4 -3
- package/es/config/themes/components/dataTable/dark.mjs +20 -14
- package/es/config/themes/components/dialog/common.mjs +1 -1
- package/es/config/themes/components/dialog/dark.d.ts +1 -0
- package/es/config/themes/components/dialog/dark.mjs +4 -3
- package/es/config/themes/components/dropdown/common.d.ts +2 -0
- package/es/config/themes/components/dropdown/common.mjs +6 -0
- package/es/config/themes/components/dropdown/dark.mjs +6 -3
- package/es/config/themes/components/dropdown/light.mjs +4 -2
- package/es/config/themes/components/form/common.mjs +3 -0
- package/es/index.css +1 -1
- package/lib/components/input-number/index.vue.d.ts +1 -0
- package/lib/components/input-number/index.vue.js +1 -1
- package/lib/components/input-number/index.vue2.js +1 -1
- package/lib/config/themes/components/baseComponent/dark.js +1 -1
- package/lib/config/themes/components/baseComponent/light.js +1 -1
- package/lib/config/themes/components/button/common.js +1 -1
- package/lib/config/themes/components/dataTable/common.js +1 -1
- package/lib/config/themes/components/dataTable/dark.js +1 -1
- package/lib/config/themes/components/dialog/common.js +1 -1
- package/lib/config/themes/components/dialog/dark.d.ts +1 -0
- package/lib/config/themes/components/dialog/dark.js +1 -1
- package/lib/config/themes/components/dropdown/common.d.ts +2 -0
- package/lib/config/themes/components/dropdown/common.js +1 -0
- package/lib/config/themes/components/dropdown/dark.js +1 -1
- package/lib/config/themes/components/dropdown/light.js +1 -1
- package/lib/config/themes/components/form/common.js +1 -1
- package/lib/index.css +1 -1
- package/package.json +1 -1
|
@@ -2685,6 +2685,7 @@ declare function __VLS_template(): {
|
|
|
2685
2685
|
};
|
|
2686
2686
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
2687
2687
|
declare const __VLS_component: import('vue').DefineComponent<PropsType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PropsType> & Readonly<{}>, {
|
|
2688
|
+
size: "small" | "medium" | "large";
|
|
2688
2689
|
prefixIcon: string;
|
|
2689
2690
|
suffixIcon: string;
|
|
2690
2691
|
addIcon: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./index.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dd0de284"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -17,7 +17,7 @@ const L = {
|
|
|
17
17
|
disabled: { type: Boolean },
|
|
18
18
|
min: {},
|
|
19
19
|
max: {},
|
|
20
|
-
size: {}
|
|
20
|
+
size: { default: "medium" }
|
|
21
21
|
},
|
|
22
22
|
setup(n) {
|
|
23
23
|
const v = n, { mergedThemeOverridesRef: I } = H(), C = k({}), m = k({}), o = $(), l = p(() => v.disabled || !o.value?.addable), s = p(() => v.disabled || !o.value?.minusable), h = () => {
|
|
@@ -192,14 +192,8 @@ const l = {
|
|
|
192
192
|
tabRoundBorderRadius: e.tabRoundBorderRadius
|
|
193
193
|
// closeBorderRadius: string; /* 关闭按钮圆角 */
|
|
194
194
|
}, p = {
|
|
195
|
-
indicatorColorWait: "transparent",
|
|
196
|
-
/* 等待状态指示器背景色 */
|
|
197
195
|
indicatorColorProcess: r["color-primary-6"],
|
|
198
196
|
/* 进行状态指示器背景色 */
|
|
199
|
-
indicatorColorFinish: "transparent",
|
|
200
|
-
/* 完成状态指示器背景色 */
|
|
201
|
-
indicatorColorError: "transparent",
|
|
202
|
-
/* 错误状态指示器背景色 */
|
|
203
197
|
indicatorTextColorWait: r["color-gray-6"],
|
|
204
198
|
/* 等待状态指示器文字颜色 */
|
|
205
199
|
indicatorTextColorProcess: o["color-text-5"],
|
|
@@ -290,14 +290,8 @@ const l = {
|
|
|
290
290
|
tabRoundBorderRadius: r.tabRoundBorderRadius
|
|
291
291
|
// closeBorderRadius: commonBase.tabBorderRadius /* 关闭按钮圆角 */
|
|
292
292
|
}, p = {
|
|
293
|
-
indicatorColorWait: e["color-text-1"],
|
|
294
|
-
/* 等待状态指示器背景色 */
|
|
295
293
|
indicatorColorProcess: o["color-primary-6"],
|
|
296
294
|
/* 进行状态指示器背景色 */
|
|
297
|
-
indicatorColorFinish: e["color-text-1"],
|
|
298
|
-
/* 完成状态指示器背景色 */
|
|
299
|
-
indicatorColorError: e["color-text-1"],
|
|
300
|
-
/* 错误状态指示器背景色 */
|
|
301
295
|
indicatorTextColorWait: o["color-gray-6"],
|
|
302
296
|
/* 等待状态指示器文字颜色 */
|
|
303
297
|
indicatorTextColorProcess: e["color-text-1"],
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import { commonBase as
|
|
2
|
-
const
|
|
3
|
-
borderRadiusLarge:
|
|
4
|
-
borderRadiusMedium:
|
|
5
|
-
borderRadiusSmall:
|
|
6
|
-
heightMedium:
|
|
1
|
+
import { commonBase as d } from "../../common.mjs";
|
|
2
|
+
const a = {
|
|
3
|
+
borderRadiusLarge: d.borderRadiusLarge,
|
|
4
|
+
borderRadiusMedium: d.borderRadiusMedium,
|
|
5
|
+
borderRadiusSmall: d.borderRadiusSmall,
|
|
6
|
+
heightMedium: d.heightMedium,
|
|
7
7
|
heightSmall: "24px",
|
|
8
|
-
fontSizeLarge:
|
|
9
|
-
fontSizeSmall:
|
|
8
|
+
fontSizeLarge: d.fontSizeLarge,
|
|
9
|
+
fontSizeSmall: d.fontSizeSmall,
|
|
10
10
|
opacityDisabled: "1",
|
|
11
11
|
paddingLarge: "0 24px",
|
|
12
12
|
paddingMedium: "0 16px",
|
|
13
|
-
paddingSmall: "0 12px"
|
|
13
|
+
paddingSmall: "0 12px",
|
|
14
|
+
paddingRoundLarge: "0 24px",
|
|
15
|
+
paddingRoundMedium: "0 16px",
|
|
16
|
+
paddingRoundSmall: "0 12px"
|
|
14
17
|
};
|
|
15
18
|
export {
|
|
16
|
-
|
|
19
|
+
a as ButtonThemeCommon
|
|
17
20
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
tdColorSorting: "
|
|
1
|
+
const t = {
|
|
2
|
+
tdColorSorting: "transparent",
|
|
3
|
+
thColorSorting: "transparent",
|
|
3
4
|
peers: {
|
|
4
5
|
Scrollbar: {
|
|
5
6
|
railInsetHorizontalBottom: "auto 2px 0px 2px",
|
|
@@ -8,5 +9,5 @@ const o = {
|
|
|
8
9
|
}
|
|
9
10
|
};
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
+
t as DataTableThemeCommon
|
|
12
13
|
};
|
|
@@ -1,19 +1,25 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
3
|
import { DataTableThemeCommon as t } from "./common.mjs";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
4
|
+
import { merge as e } from "../../../../node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/object/merge.mjs";
|
|
5
|
+
const p = e(
|
|
6
|
+
{ ...t },
|
|
7
|
+
{
|
|
8
|
+
tdColor: o["bg-color-2"],
|
|
9
|
+
tdColorStriped: o["fill-color-5"],
|
|
10
|
+
tdTextColor: r["color-gray-10"],
|
|
11
|
+
thColor: o["bg-color-2"],
|
|
12
|
+
thFontWeight: "400",
|
|
13
|
+
thPaddingMedium: "6px 12px",
|
|
14
|
+
thTextColor: o["color-text-2"],
|
|
15
|
+
borderColor: r["color-gray-3"],
|
|
16
|
+
peers: {
|
|
17
|
+
Popover: {
|
|
18
|
+
color: o["bg-color-9"]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
);
|
|
17
23
|
export {
|
|
18
|
-
|
|
24
|
+
p as DataTableThemeDark
|
|
19
25
|
};
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
-
import { DialogThemeCommon as
|
|
3
|
+
import { DialogThemeCommon as l } from "./common.mjs";
|
|
4
4
|
const i = {
|
|
5
|
-
...
|
|
5
|
+
...l,
|
|
6
6
|
closeIconColor: r["color-text-1"],
|
|
7
7
|
titleTextColor: r["color-text-1"],
|
|
8
8
|
textColor: r["color-text-1"],
|
|
9
9
|
iconColorError: o["color-red-6"],
|
|
10
10
|
iconColorInfo: o["color-primary-6"],
|
|
11
11
|
iconColorSuccess: o["color-green-6"],
|
|
12
|
-
iconColorWarning: o["color-origin-6"]
|
|
12
|
+
iconColorWarning: o["color-origin-6"],
|
|
13
|
+
color: r["bg-color-3"]
|
|
13
14
|
};
|
|
14
15
|
export {
|
|
15
16
|
i as DialogThemeDark
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import o from "../../token/dark.mjs";
|
|
2
|
-
|
|
2
|
+
import { DropdownThemeCommon as r } from "./common.mjs";
|
|
3
|
+
const l = {
|
|
4
|
+
...r,
|
|
3
5
|
optionColorHover: o["fill-color-5"],
|
|
4
|
-
optionTextColor: o["color-text-1"]
|
|
6
|
+
optionTextColor: o["color-text-1"],
|
|
7
|
+
color: o["bg-color-9"]
|
|
5
8
|
};
|
|
6
9
|
export {
|
|
7
|
-
|
|
10
|
+
l as DropdownThemeDark
|
|
8
11
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import o from "../../color/light.mjs";
|
|
2
|
-
|
|
2
|
+
import { DropdownThemeCommon as r } from "./common.mjs";
|
|
3
|
+
const e = {
|
|
4
|
+
...r,
|
|
3
5
|
optionColorHover: o["color-primary-2"],
|
|
4
6
|
optionTextColor: o["color-gray-10"]
|
|
5
7
|
};
|
|
6
8
|
export {
|
|
7
|
-
|
|
9
|
+
e as DropdownThemeLight
|
|
8
10
|
};
|