base6-ui 2.0.21 → 2.0.23
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/global-header/interface.d.ts +3 -3
- package/dist/components/global-header/title.vue.d.ts +1 -1
- package/dist/components/platform-navigation/cssVar.d.ts +10 -0
- package/dist/components/platform-navigation/index.d.ts +1 -1
- package/dist/components/platform-navigation/index.vue.d.ts +2 -2
- package/dist/components/platform-navigation/interface.d.ts +16 -5
- package/dist/config/themes/token/light.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +5 -1
- package/dist/locale/lang/en-us.d.ts +6 -2
- package/es/_virtual/virtual_svg-icons-register.mjs +2 -2
- package/es/assets/cover/base-studio.png.mjs +2 -2
- package/es/assets/cover/blink.png.mjs +4 -0
- package/es/assets/cover/ps.png.mjs +4 -0
- package/es/assets/cover/robo.png.mjs +4 -0
- package/es/components/dialog/index.vue.mjs +8 -4
- package/es/components/global-header/index.vue.mjs +4 -3
- package/es/components/global-header/interface.d.ts +3 -3
- package/es/components/global-header/title.vue.d.ts +1 -1
- package/es/components/layout/components/{WrapHeader.vue2.mjs → WrapHeader.vue.mjs} +1 -1
- package/es/components/layout/index.vue2.mjs +1 -1
- package/es/components/nav-icon/cssVar.mjs +3 -2
- package/es/components/platform-navigation/cssVar.d.ts +10 -0
- package/es/components/platform-navigation/cssVar.mjs +38 -31
- package/es/components/platform-navigation/index.d.ts +1 -1
- package/es/components/platform-navigation/index.vue.d.ts +2 -2
- package/es/components/platform-navigation/index.vue.mjs +2 -2
- package/es/components/platform-navigation/index.vue2.mjs +144 -120
- package/es/components/platform-navigation/interface.d.ts +16 -5
- package/es/components/platform-navigation/interface.mjs +3 -2
- package/es/components/select/src/cssVar.mjs +3 -2
- package/es/config/themes/components/baseComponent/dark.mjs +15 -14
- package/es/config/themes/components/button/dark.mjs +3 -2
- package/es/config/themes/components/card/dark.mjs +3 -2
- package/es/config/themes/components/cascader/dark.mjs +3 -2
- package/es/config/themes/components/charts/dark.mjs +3 -2
- package/es/config/themes/components/checkbox/dark.mjs +3 -2
- package/es/config/themes/components/dataTable/common.mjs +1 -0
- package/es/config/themes/components/dataTable/dark.mjs +4 -2
- package/es/config/themes/components/dataTable/light.mjs +1 -2
- package/es/config/themes/components/dialog/dark.mjs +3 -2
- package/es/config/themes/components/dropdown/dark.mjs +1 -0
- package/es/config/themes/components/input/dark.mjs +1 -0
- package/es/config/themes/components/inputNumber/dark.mjs +3 -2
- package/es/config/themes/components/layout/dark.mjs +1 -0
- package/es/config/themes/components/menu/dark.mjs +3 -2
- package/es/config/themes/components/popover/dark.mjs +3 -2
- package/es/config/themes/components/progress/dark.mjs +3 -2
- package/es/config/themes/components/radio/dark.mjs +3 -2
- package/es/config/themes/components/select/dark.mjs +3 -2
- package/es/config/themes/components/switch/dark.mjs +3 -2
- package/es/config/themes/components/tag/dark.mjs +3 -2
- package/es/config/themes/components/transfer/dark.mjs +3 -2
- package/es/config/themes/index.mjs +7 -5
- package/es/config/themes/token/light.d.ts +2 -0
- package/es/config/themes/token/light.mjs +5 -2
- package/es/index.css +1 -1
- package/es/index.mjs +80 -77
- package/es/locale/lang/en-us.d.ts +6 -2
- package/es/locale/lang/en-us.mjs +8 -2
- package/es/locale/lang/zh-cn.mjs +8 -2
- package/lib/_virtual/virtual_svg-icons-register.js +1 -1
- package/lib/assets/cover/base-studio.png.js +1 -1
- package/lib/assets/cover/blink.png.js +1 -0
- package/lib/assets/cover/ps.png.js +1 -0
- package/lib/assets/cover/robo.png.js +1 -0
- package/lib/components/dialog/index.vue.js +1 -1
- package/lib/components/global-header/index.vue.js +1 -1
- package/lib/components/global-header/interface.d.ts +3 -3
- package/lib/components/global-header/title.vue.d.ts +1 -1
- package/lib/components/layout/components/WrapHeader.vue.js +1 -0
- package/lib/components/layout/index.vue2.js +1 -1
- package/lib/components/nav-icon/cssVar.js +1 -1
- package/lib/components/platform-navigation/cssVar.d.ts +10 -0
- package/lib/components/platform-navigation/cssVar.js +1 -1
- package/lib/components/platform-navigation/index.d.ts +1 -1
- package/lib/components/platform-navigation/index.vue.d.ts +2 -2
- package/lib/components/platform-navigation/index.vue.js +1 -1
- package/lib/components/platform-navigation/index.vue2.js +1 -1
- package/lib/components/platform-navigation/interface.d.ts +16 -5
- package/lib/components/platform-navigation/interface.js +1 -1
- package/lib/components/select/src/cssVar.js +1 -1
- package/lib/config/themes/components/baseComponent/dark.js +1 -1
- package/lib/config/themes/components/button/dark.js +1 -1
- package/lib/config/themes/components/card/dark.js +1 -1
- package/lib/config/themes/components/cascader/dark.js +1 -1
- package/lib/config/themes/components/charts/dark.js +1 -1
- package/lib/config/themes/components/checkbox/dark.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/dataTable/light.js +1 -1
- package/lib/config/themes/components/dialog/dark.js +1 -1
- package/lib/config/themes/components/dropdown/dark.js +1 -1
- package/lib/config/themes/components/input/dark.js +1 -1
- package/lib/config/themes/components/inputNumber/dark.js +1 -1
- package/lib/config/themes/components/layout/dark.js +1 -1
- package/lib/config/themes/components/menu/dark.js +1 -1
- package/lib/config/themes/components/popover/dark.js +1 -1
- package/lib/config/themes/components/progress/dark.js +1 -1
- package/lib/config/themes/components/radio/dark.js +1 -1
- package/lib/config/themes/components/select/dark.js +1 -1
- package/lib/config/themes/components/switch/dark.js +1 -1
- package/lib/config/themes/components/tag/dark.js +1 -1
- package/lib/config/themes/components/transfer/dark.js +1 -1
- package/lib/config/themes/index.js +1 -1
- package/lib/config/themes/token/light.d.ts +2 -0
- package/lib/config/themes/token/light.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/lang/en-us.d.ts +6 -2
- package/lib/locale/lang/en-us.js +3 -1
- package/lib/locale/lang/zh-cn.js +3 -1
- package/package.json +1 -1
- package/es/assets/cover/source-robot.png.mjs +0 -4
- package/lib/assets/cover/source-robot.png.js +0 -1
- package/lib/components/layout/components/WrapHeader.vue2.js +0 -1
|
@@ -1,25 +1,36 @@
|
|
|
1
1
|
import { PopoverProps } from 'naive-ui';
|
|
2
|
-
export declare const enum
|
|
2
|
+
export declare const enum BODEN_PLATFORM_ENUM {
|
|
3
3
|
BASE = 1,// 标注
|
|
4
4
|
BLINK = 2,// Blink
|
|
5
5
|
ACCOUNT = 3,// 账号管理平台
|
|
6
|
-
VLA = 4
|
|
6
|
+
VLA = 4,// 具身智能采集
|
|
7
|
+
PS = 5
|
|
8
|
+
}
|
|
9
|
+
export declare const enum BODEN_PLATFORM_NAME_ENUM {
|
|
10
|
+
BASE = "BASE",// 标注
|
|
11
|
+
ADS = "ADS",
|
|
12
|
+
STUDIO = "STUDIO",
|
|
13
|
+
OMNI = "OMNI",
|
|
14
|
+
BLINK = "BLINK",// Blink
|
|
15
|
+
ACCOUNT = "ACCOUNT",// 账号管理平台
|
|
16
|
+
ROBO = "ROBO",// 具身智能采集
|
|
17
|
+
PS = "PS"
|
|
7
18
|
}
|
|
8
19
|
export type BodenPlatformNavigationProps = {
|
|
9
|
-
platformCode?:
|
|
20
|
+
platformCode?: BODEN_PLATFORM_ENUM[];
|
|
10
21
|
triggerDisabled?: boolean;
|
|
11
22
|
x?: PopoverProps['x'];
|
|
12
23
|
y?: PopoverProps['y'];
|
|
13
24
|
};
|
|
14
25
|
export type SubPlatformItem = {
|
|
15
|
-
|
|
26
|
+
id: BODEN_PLATFORM_ENUM;
|
|
27
|
+
key: BODEN_PLATFORM_NAME_ENUM;
|
|
16
28
|
title: string;
|
|
17
29
|
description: string;
|
|
18
30
|
imageSrc: string;
|
|
19
31
|
href?: string;
|
|
20
32
|
};
|
|
21
33
|
export type PlatformItem = {
|
|
22
|
-
id: PLATFORM_ENUM;
|
|
23
34
|
key: string;
|
|
24
35
|
title: string;
|
|
25
36
|
description: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
var
|
|
1
|
+
var C = /* @__PURE__ */ ((S) => (S[S.BASE = 1] = "BASE", S[S.BLINK = 2] = "BLINK", S[S.ACCOUNT = 3] = "ACCOUNT", S[S.VLA = 4] = "VLA", S[S.PS = 5] = "PS", S))(C || {}), I = /* @__PURE__ */ ((S) => (S.BASE = "BASE", S.ADS = "ADS", S.STUDIO = "STUDIO", S.OMNI = "OMNI", S.BLINK = "BLINK", S.ACCOUNT = "ACCOUNT", S.ROBO = "ROBO", S.PS = "PS", S))(I || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
C as BODEN_PLATFORM_ENUM,
|
|
4
|
+
I as BODEN_PLATFORM_NAME_ENUM
|
|
4
5
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import r from "../../../config/themes/token/dark.mjs";
|
|
2
|
+
import "../../../config/themes/token/light.mjs";
|
|
2
3
|
import t from "../../../config/themes/color/light.mjs";
|
|
3
4
|
import "../../../config/themes/components/alert/light.mjs";
|
|
4
5
|
import "../../../config/themes/components/button/light.mjs";
|
|
@@ -51,10 +52,10 @@ import "../../../config/themes/components/baseComponent/dark.mjs";
|
|
|
51
52
|
import "../../../config/themes/common/dark.mjs";
|
|
52
53
|
import "../../../config/themes/components/charts/dark.mjs";
|
|
53
54
|
import "../../../config/themes/components/charts/light.mjs";
|
|
54
|
-
const
|
|
55
|
+
const mo = (o) => ({
|
|
55
56
|
"--boden-select-count-color": o ? r["fill-color-2"] : t["color-gray-3"],
|
|
56
57
|
"--boden-select-count-text-color": o ? r["color-text-2"] : t["color-gray-8"]
|
|
57
58
|
});
|
|
58
59
|
export {
|
|
59
|
-
|
|
60
|
+
mo as getSelectCssVar
|
|
60
61
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { commonBase as e } from "../../common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const d = {
|
|
5
6
|
borderRadius: e.borderRadiusMedium,
|
|
6
7
|
padding: e.paddingBase,
|
|
7
8
|
peers: {
|
|
@@ -10,7 +11,7 @@ const l = {
|
|
|
10
11
|
textColor: o["color-text-5"]
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
|
-
},
|
|
14
|
+
}, n = {
|
|
14
15
|
peers: {
|
|
15
16
|
Popover: {
|
|
16
17
|
borderRadius: "10px"
|
|
@@ -19,7 +20,7 @@ const l = {
|
|
|
19
20
|
fontSize: e.fontSizeMedium,
|
|
20
21
|
iconColor: r["color-primary-6"],
|
|
21
22
|
iconSize: e.iconSizeBase
|
|
22
|
-
},
|
|
23
|
+
}, c = {
|
|
23
24
|
nodeTextColor: o["color-text-6"],
|
|
24
25
|
arrowColor: o["color-text-3"],
|
|
25
26
|
lineColor: r["color-gray-11"]
|
|
@@ -41,7 +42,7 @@ const l = {
|
|
|
41
42
|
// loadingColor: string; // 加载中图标的颜色
|
|
42
43
|
// // dropMarkColor: string; // 拖拽放置指示线的颜色
|
|
43
44
|
// lineColor: string; // 节点连接线的颜色(您刚才问的!)
|
|
44
|
-
},
|
|
45
|
+
}, m = {
|
|
45
46
|
buttonBorderHover: "0px solid transparent",
|
|
46
47
|
buttonBorderPressed: "0px solid transparent",
|
|
47
48
|
itemTextColorHover: o["color-text-6"],
|
|
@@ -75,7 +76,7 @@ const l = {
|
|
|
75
76
|
/** 跳转文字*/
|
|
76
77
|
jumperTextColor: o["color-text-6"]
|
|
77
78
|
// 修改跳转文字颜色
|
|
78
|
-
},
|
|
79
|
+
}, x = {
|
|
79
80
|
fontSize: "20px",
|
|
80
81
|
/* 面包屑整体字体大小 */
|
|
81
82
|
// itemLineHeight: string; /* 面包屑项的行高 */
|
|
@@ -93,7 +94,7 @@ const l = {
|
|
|
93
94
|
// itemBorderRadius: string; /* 面包屑项的圆角大小 */
|
|
94
95
|
separatorColor: o["color-text-4"]
|
|
95
96
|
/* 分隔符颜色(如 > 或 / 的颜色)*/
|
|
96
|
-
},
|
|
97
|
+
}, p = {
|
|
97
98
|
/* Line 类型文字颜色 */
|
|
98
99
|
tabTextColorLine: o["color-text-3"],
|
|
99
100
|
/* 普通文字颜色 */
|
|
@@ -191,7 +192,7 @@ const l = {
|
|
|
191
192
|
/* 标签页圆角 */
|
|
192
193
|
tabRoundBorderRadius: e.tabRoundBorderRadius
|
|
193
194
|
// closeBorderRadius: string; /* 关闭按钮圆角 */
|
|
194
|
-
},
|
|
195
|
+
}, s = {
|
|
195
196
|
indicatorColorProcess: r["color-primary-6"],
|
|
196
197
|
/* 进行状态指示器背景色 */
|
|
197
198
|
indicatorTextColorWait: r["color-gray-6"],
|
|
@@ -249,11 +250,11 @@ const l = {
|
|
|
249
250
|
/* 中尺寸指示器图标大小 */
|
|
250
251
|
};
|
|
251
252
|
export {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
253
|
+
x as BreadcrumbThemeDark,
|
|
254
|
+
m as PaginationThemeDark,
|
|
255
|
+
n as PopconfirmThemeDark,
|
|
256
|
+
s as StepsThemeDark,
|
|
257
|
+
p as TabsThemeDark,
|
|
258
|
+
d as TooltipThemeDark,
|
|
259
|
+
c as TreeThemeDark
|
|
259
260
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { ButtonThemeCommon as e } from "./common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const i = {
|
|
5
6
|
...e,
|
|
6
7
|
opacityDisabled: "0.4",
|
|
7
8
|
border: `1px solid ${r["fill-color-2"]}`,
|
|
@@ -115,5 +116,5 @@ const c = {
|
|
|
115
116
|
textColorGhostPressedWarning: o["color-origin-7"]
|
|
116
117
|
};
|
|
117
118
|
export {
|
|
118
|
-
|
|
119
|
+
i as ButtonThemeDark
|
|
119
120
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
-
|
|
3
|
+
import "../../token/light.mjs";
|
|
4
|
+
const c = {
|
|
4
5
|
color: o["bg-color-3"],
|
|
5
6
|
paddingMedium: "16px 24px",
|
|
6
7
|
borderColor: r["color-gray-3"],
|
|
@@ -12,5 +13,5 @@ const l = {
|
|
|
12
13
|
colorModal: o["bg-color-3"]
|
|
13
14
|
};
|
|
14
15
|
export {
|
|
15
|
-
|
|
16
|
+
c as CardThemeDark
|
|
16
17
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { SelectThemeDark as e } from "../select/dark.mjs";
|
|
4
5
|
import { CascaderThemeCommon as t } from "./common.mjs";
|
|
5
|
-
const
|
|
6
|
+
const p = {
|
|
6
7
|
...t,
|
|
7
8
|
border: `1px soild ${o["color-gray-4"]}`,
|
|
8
9
|
optionColorHover: o["color-primary-1"],
|
|
@@ -19,5 +20,5 @@ const i = {
|
|
|
19
20
|
}
|
|
20
21
|
};
|
|
21
22
|
export {
|
|
22
|
-
|
|
23
|
+
p as CascaderThemeDark
|
|
23
24
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import e from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
const l = {
|
|
4
5
|
color: e["color-text-1"],
|
|
5
6
|
fontWeight: 400,
|
|
6
7
|
fontSize: 14,
|
|
7
8
|
lineHeight: 20
|
|
8
|
-
},
|
|
9
|
+
}, a = {
|
|
9
10
|
color: [
|
|
10
11
|
"#5895ff",
|
|
11
12
|
"#6dd68e",
|
|
@@ -424,5 +425,5 @@ const l = {
|
|
|
424
425
|
}
|
|
425
426
|
};
|
|
426
427
|
export {
|
|
427
|
-
|
|
428
|
+
a as ChartsThemeDark
|
|
428
429
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { CheckboxThemeCommon as e } from "./common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const a = {
|
|
5
6
|
...e,
|
|
6
7
|
border: `1.5px solid ${o["color-gray-4"]}`,
|
|
7
8
|
borderChecked: `1.5px solid ${o["color-primary-6"]}`,
|
|
@@ -17,5 +18,5 @@ const i = {
|
|
|
17
18
|
textColorDisabled: r["color-text-4"]
|
|
18
19
|
};
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
a as CheckboxThemeDark
|
|
21
22
|
};
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { DataTableThemeCommon as t } from "./common.mjs";
|
|
4
5
|
import { merge as e } from "../../../../node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/object/merge.mjs";
|
|
5
|
-
const
|
|
6
|
+
const d = e(
|
|
6
7
|
{
|
|
7
8
|
tdColor: o["bg-color-2"],
|
|
8
9
|
tdColorStriped: o["fill-color-5"],
|
|
9
10
|
tdTextColor: r["color-gray-10"],
|
|
10
11
|
thColor: o["bg-color-2"],
|
|
12
|
+
thColorHover: o["bg-color-2"],
|
|
11
13
|
thFontWeight: "400",
|
|
12
14
|
thPaddingMedium: "6px 12px",
|
|
13
15
|
thTextColor: o["color-text-2"],
|
|
@@ -21,5 +23,5 @@ const p = e(
|
|
|
21
23
|
{ ...t }
|
|
22
24
|
);
|
|
23
25
|
export {
|
|
24
|
-
|
|
26
|
+
d as DataTableThemeDark
|
|
25
27
|
};
|
|
@@ -7,12 +7,11 @@ const g = {
|
|
|
7
7
|
tdColorStriped: o["color-gray-1"],
|
|
8
8
|
tdTextColor: o["color-gray-10"],
|
|
9
9
|
thColor: r["bg-color-2"],
|
|
10
|
+
thColorHover: r["bg-color-2"],
|
|
10
11
|
thFontWeight: "400",
|
|
11
12
|
thPaddingMedium: "6px 12px",
|
|
12
13
|
thTextColor: o["color-gray-8"],
|
|
13
14
|
borderColor: o["color-gray-3"]
|
|
14
|
-
// borderColor: lightBase['color-gray-4'],
|
|
15
|
-
// borderRadius: commonBase['borderRadiusMedium']
|
|
16
15
|
};
|
|
17
16
|
export {
|
|
18
17
|
g as DataTableThemeLight
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { DialogThemeCommon as l } from "./common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const n = {
|
|
5
6
|
...l,
|
|
6
7
|
closeIconColor: r["color-text-1"],
|
|
7
8
|
titleTextColor: r["color-text-1"],
|
|
@@ -13,5 +14,5 @@ const i = {
|
|
|
13
14
|
color: r["bg-color-3"]
|
|
14
15
|
};
|
|
15
16
|
export {
|
|
16
|
-
|
|
17
|
+
n as DialogThemeDark
|
|
17
18
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import o from "../../token/dark.mjs";
|
|
2
|
+
import "../../token/light.mjs";
|
|
2
3
|
import r from "../../color/dark.mjs";
|
|
3
4
|
import { InputNumberThemeCommon as l } from "./common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const s = {
|
|
5
6
|
...l,
|
|
6
7
|
innerControlsBackground: o["fill-color-2"],
|
|
7
8
|
innerControlsDisabledBackground: o["fill-color-2"],
|
|
@@ -17,5 +18,5 @@ const i = {
|
|
|
17
18
|
outerControlsOpacityDisabled: 1
|
|
18
19
|
};
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
s as InputNumberThemeDark
|
|
21
22
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import t from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
-
|
|
3
|
+
import "../../token/light.mjs";
|
|
4
|
+
const i = {
|
|
4
5
|
arrowColor: o["color-text-2"],
|
|
5
6
|
arrowColorActive: o["color-text-1"],
|
|
6
7
|
arrowColorChildActive: o["color-text-1"],
|
|
@@ -29,5 +30,5 @@ const l = {
|
|
|
29
30
|
itemTextColorHoverHorizontal: o["color-text-1"]
|
|
30
31
|
};
|
|
31
32
|
export {
|
|
32
|
-
|
|
33
|
+
i as MenuThemeDark
|
|
33
34
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { PopoverThemeCommon as r } from "./common.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
-
|
|
3
|
+
import "../../token/light.mjs";
|
|
4
|
+
const p = {
|
|
4
5
|
...r,
|
|
5
6
|
color: o["bg-color-3"],
|
|
6
7
|
textColor: o["color-text-1"]
|
|
7
8
|
};
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
+
p as PopoverThemeDark
|
|
10
11
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
-
|
|
3
|
+
import "../../token/light.mjs";
|
|
4
|
+
const c = {
|
|
4
5
|
fillColor: o["color-primary-6"],
|
|
5
6
|
fillColorInfo: o["color-primary-6"],
|
|
6
7
|
fillColorError: o["color-red-6"],
|
|
@@ -17,5 +18,5 @@ const e = {
|
|
|
17
18
|
tipFontSizeCircle: "14px"
|
|
18
19
|
};
|
|
19
20
|
export {
|
|
20
|
-
|
|
21
|
+
c as ProgressThemeDark
|
|
21
22
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
-
|
|
3
|
+
import "../../token/light.mjs";
|
|
4
|
+
const l = {
|
|
4
5
|
boxShadow: `inset 0 0 0 1.5px ${o["color-gray-4"]}`,
|
|
5
6
|
boxShadowActive: `inset 0 0 0 1.5px ${o["color-primary-6"]}`,
|
|
6
7
|
boxShadowActiveDisabled: `inset 0 0 0 4px ${r["color-primary-disabled-opacity"]}`,
|
|
@@ -16,5 +17,5 @@ const e = {
|
|
|
16
17
|
dotColorDisabled: r["color-white-disabled-opacity"]
|
|
17
18
|
};
|
|
18
19
|
export {
|
|
19
|
-
|
|
20
|
+
l as RadioThemeDark
|
|
20
21
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { commonBase as l } from "../../common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const d = {
|
|
5
6
|
peers: {
|
|
6
7
|
InternalSelection: {
|
|
7
8
|
arrowColor: o["color-text-1"],
|
|
@@ -34,5 +35,5 @@ const c = {
|
|
|
34
35
|
}
|
|
35
36
|
};
|
|
36
37
|
export {
|
|
37
|
-
|
|
38
|
+
d as SelectThemeDark
|
|
38
39
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import o from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { SwitchThemeCommon as l } from "./common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const c = {
|
|
5
6
|
...l,
|
|
6
7
|
buttonColorActiveDisabled: o["color-text-5"],
|
|
7
8
|
buttonColorDisabled: o["color-text-5"],
|
|
@@ -11,5 +12,5 @@ const a = {
|
|
|
11
12
|
railColorDisabled: o["fill-color-2"]
|
|
12
13
|
};
|
|
13
14
|
export {
|
|
14
|
-
|
|
15
|
+
c as SwitchThemeDark
|
|
15
16
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import r from "../../color/dark.mjs";
|
|
2
2
|
import e from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { commonBase as o } from "../../common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const t = {
|
|
5
6
|
border: `1px solid ${e["color-text-2"]}`,
|
|
6
7
|
borderError: `1px solid ${r["color-red-6"]}`,
|
|
7
8
|
borderPrimary: `1px solid ${r["color-primary-6"]}`,
|
|
@@ -31,5 +32,5 @@ const d = {
|
|
|
31
32
|
textColorWarning: r["color-origin-6"]
|
|
32
33
|
};
|
|
33
34
|
export {
|
|
34
|
-
|
|
35
|
+
t as TagThemeDark
|
|
35
36
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import o from "../../color/dark.mjs";
|
|
2
2
|
import r from "../../token/dark.mjs";
|
|
3
|
+
import "../../token/light.mjs";
|
|
3
4
|
import { commonBase as e } from "../../common.mjs";
|
|
4
|
-
const
|
|
5
|
+
const d = {
|
|
5
6
|
borderColor: o["color-gray-3"],
|
|
6
7
|
borderRadius: e.borderRadiusMedium,
|
|
7
8
|
itemColorPending: o["color-primary-1"],
|
|
@@ -9,5 +10,5 @@ const a = {
|
|
|
9
10
|
listColor: r["bg-color-2"]
|
|
10
11
|
};
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
d as TransferThemeDark
|
|
13
14
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as _ } from "./token/light.mjs";
|
|
1
2
|
import "./components/alert/light.mjs";
|
|
2
3
|
import "./components/button/light.mjs";
|
|
3
4
|
import "./components/card/light.mjs";
|
|
@@ -47,11 +48,12 @@ import "./components/tag/dark.mjs";
|
|
|
47
48
|
import "./components/transfer/dark.mjs";
|
|
48
49
|
import "./components/baseComponent/dark.mjs";
|
|
49
50
|
import "./common/dark.mjs";
|
|
50
|
-
import { ChartsThemeDark as
|
|
51
|
-
import { ChartsThemeLight as
|
|
51
|
+
import { ChartsThemeDark as oo } from "./components/charts/dark.mjs";
|
|
52
|
+
import { ChartsThemeLight as to } from "./components/charts/light.mjs";
|
|
52
53
|
const X = "n-config-provider";
|
|
53
54
|
export {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
X as configProviderInjectionKey
|
|
55
|
+
oo as ChartsThemeDark,
|
|
56
|
+
to as ChartsThemeLight,
|
|
57
|
+
X as configProviderInjectionKey,
|
|
58
|
+
_ as lightToken
|
|
57
59
|
};
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
declare const lightToken: {
|
|
2
2
|
'color-text-1': string;
|
|
3
|
+
'color-text-2': string;
|
|
3
4
|
'color-text-6': string;
|
|
4
5
|
'bg-color-1': string;
|
|
5
6
|
'bg-color-2': string;
|
|
6
7
|
'bg-color-3': string;
|
|
7
8
|
'bg-color-4': string;
|
|
9
|
+
'fill-color-1': string;
|
|
8
10
|
'fill-color-5': string;
|
|
9
11
|
'border-color-1': string;
|
|
10
12
|
'border-color-2': string;
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import o from "../color/light.mjs";
|
|
2
|
+
const r = {
|
|
2
3
|
"color-text-1": "#FFFFFF",
|
|
4
|
+
"color-text-2": o["color-gray-8"],
|
|
3
5
|
"color-text-6": "rgba(22, 28, 42, 1)",
|
|
4
6
|
"bg-color-1": "#F0F2F6",
|
|
5
7
|
"bg-color-2": "#FFFFFF",
|
|
6
8
|
"bg-color-3": "#FFFFFF",
|
|
7
9
|
"bg-color-4": "#E1E9F4",
|
|
10
|
+
"fill-color-1": o["color-gray-2"],
|
|
8
11
|
"fill-color-5": "#FAFAFA",
|
|
9
12
|
"border-color-1": "#CAD3E2",
|
|
10
13
|
"border-color-2": "#E0E6EF"
|
|
11
14
|
};
|
|
12
15
|
export {
|
|
13
|
-
|
|
16
|
+
r as default
|
|
14
17
|
};
|