base6-ui 2.0.28 → 2.0.29
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/config/themes/token/dark.d.ts +1 -0
- package/dist/config/themes/token/light.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/locale/http/en-us.d.ts +2 -0
- package/dist/locale/lang/en-us.d.ts +2 -2
- package/es/components/global-header/index.vue.mjs +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/platform-navigation/index.vue.mjs +2 -2
- package/es/components/platform-navigation/index.vue2.mjs +5 -5
- package/es/config/themes/components/card/dark.mjs +1 -1
- package/es/config/themes/components/dialog/dark.mjs +1 -1
- package/es/config/themes/token/dark.d.ts +1 -0
- package/es/config/themes/token/dark.mjs +1 -0
- package/es/config/themes/token/light.d.ts +1 -0
- package/es/config/themes/token/light.mjs +3 -2
- package/es/index.css +1 -1
- package/es/locale/http/en-us.d.ts +2 -0
- package/es/locale/http/en-us.mjs +2 -0
- package/es/locale/http/zh-cn.mjs +2 -0
- package/es/locale/lang/en-us.d.ts +2 -2
- package/es/locale/lang/en-us.mjs +2 -2
- package/es/locale/lang/zh-cn.mjs +2 -2
- package/lib/components/global-header/index.vue.js +1 -1
- package/lib/components/layout/components/WrapHeader.vue.js +1 -0
- package/lib/components/layout/index.vue2.js +1 -1
- package/lib/components/platform-navigation/index.vue.js +1 -1
- package/lib/components/platform-navigation/index.vue2.js +1 -1
- package/lib/config/themes/components/card/dark.js +1 -1
- package/lib/config/themes/components/dialog/dark.js +1 -1
- package/lib/config/themes/token/dark.d.ts +1 -0
- package/lib/config/themes/token/dark.js +1 -1
- package/lib/config/themes/token/light.d.ts +1 -0
- package/lib/config/themes/token/light.js +1 -1
- package/lib/index.css +1 -1
- package/lib/locale/http/en-us.d.ts +2 -0
- package/lib/locale/http/en-us.js +1 -1
- package/lib/locale/http/zh-cn.js +1 -1
- package/lib/locale/lang/en-us.d.ts +2 -2
- package/lib/locale/lang/en-us.js +1 -1
- package/lib/locale/lang/zh-cn.js +1 -1
- package/package.json +1 -1
- package/lib/components/layout/components/WrapHeader.vue2.js +0 -1
|
@@ -67,12 +67,14 @@ declare const enUS: {
|
|
|
67
67
|
30303: string;
|
|
68
68
|
30304: string;
|
|
69
69
|
30305: string;
|
|
70
|
+
30306: string;
|
|
70
71
|
/** 30400~30499 数据集使用相关异常 */
|
|
71
72
|
30400: string;
|
|
72
73
|
30401: string;
|
|
73
74
|
30402: string;
|
|
74
75
|
30403: string;
|
|
75
76
|
30404: string;
|
|
77
|
+
30405: string;
|
|
76
78
|
/** 30500~30599 任务使用相关异常 */
|
|
77
79
|
30500: string;
|
|
78
80
|
30501: string;
|
|
@@ -27,8 +27,8 @@ declare const enUS: {
|
|
|
27
27
|
BricPlatformDescription: string;
|
|
28
28
|
RoboPlatform: string;
|
|
29
29
|
RoboPlatformDescription: string;
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
ForgePlatform: string;
|
|
31
|
+
ForgePlatformDescription: string;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as S, ref as c, computed as I, createBlock as p, openBlock as s, unref as m, withCtx as i, createVNode as u, renderSlot as g, createCommentVNode as T, createSlots as w } from "vue";
|
|
2
2
|
import B from "./title.vue.mjs";
|
|
3
3
|
import L from "../system-actions/index.vue.mjs";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
import "../layout/options.mjs";
|
|
6
6
|
/* empty css */
|
|
7
7
|
import P from "../layout/header/index.vue.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as I, mergeDefaults as _, useSlots as E, computed as o, createElementBlock as T, openBlock as u, normalizeStyle as j, createElementVNode as z, normalizeClass as G, unref as M, createBlock as p, createCommentVNode as l, createVNode as P, withCtx as d, renderSlot as c } from "vue";
|
|
2
|
-
import A from "./components/WrapHeader.
|
|
2
|
+
import A from "./components/WrapHeader.vue.mjs";
|
|
3
3
|
import N from "./components/WrapTab.vue.mjs";
|
|
4
4
|
import D from "./components/WrapContent.vue.mjs";
|
|
5
5
|
import O from "./components/WrapSlider.vue.mjs";
|
|
@@ -2,7 +2,7 @@ import o from "./index.vue2.mjs";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
5
|
-
const
|
|
5
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-645a51c0"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
p as default
|
|
8
8
|
};
|
|
@@ -46,8 +46,8 @@ const ge = { class: "header" }, ue = { class: "content-wrapper" }, he = { class:
|
|
|
46
46
|
{
|
|
47
47
|
id: c.PS,
|
|
48
48
|
key: d.PS,
|
|
49
|
-
title: e("boden.platformNavigation.
|
|
50
|
-
description: e("boden.platformNavigation.
|
|
49
|
+
title: e("boden.platformNavigation.ForgePlatform"),
|
|
50
|
+
description: e("boden.platformNavigation.ForgePlatformDescription"),
|
|
51
51
|
imageSrc: ce
|
|
52
52
|
}
|
|
53
53
|
]
|
|
@@ -108,7 +108,7 @@ const ge = { class: "header" }, ue = { class: "content-wrapper" }, he = { class:
|
|
|
108
108
|
return S({
|
|
109
109
|
updateShow: b
|
|
110
110
|
}), (r, i) => {
|
|
111
|
-
const L = Q("svg-icon"), z = q,
|
|
111
|
+
const L = Q("svg-icon"), z = q, F = j, V = H, U = $, G = K;
|
|
112
112
|
return l(), u("div", null, [
|
|
113
113
|
p(ie, {
|
|
114
114
|
ref_key: "triggerInstRef",
|
|
@@ -161,11 +161,11 @@ const ge = { class: "header" }, ue = { class: "content-wrapper" }, he = { class:
|
|
|
161
161
|
style: { "margin-top": "12px" }
|
|
162
162
|
}, {
|
|
163
163
|
default: s(() => [
|
|
164
|
-
(l(!0), u(y, null, P(t.children, (a) => (l(), _(
|
|
164
|
+
(l(!0), u(y, null, P(t.children, (a) => (l(), _(V, {
|
|
165
165
|
key: a.key
|
|
166
166
|
}, {
|
|
167
167
|
default: s(() => [
|
|
168
|
-
p(
|
|
168
|
+
p(F, {
|
|
169
169
|
class: Y(["platform-card", { "is-horizontal": t.children.length === 1 }]),
|
|
170
170
|
"theme-overrides": t.children.length === 1 ? A.value : R.value
|
|
171
171
|
}, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import o from "../color/light.mjs";
|
|
2
|
-
const
|
|
2
|
+
const F = {
|
|
3
3
|
"color-text-1": "#FFFFFF",
|
|
4
4
|
"color-text-2": o["color-gray-8"],
|
|
5
5
|
"color-text-3": o["color-gray-6"],
|
|
@@ -10,6 +10,7 @@ const l = {
|
|
|
10
10
|
"bg-color-2": "#FFFFFF",
|
|
11
11
|
"bg-color-3": "#FFFFFF",
|
|
12
12
|
"bg-color-4": "#E1E9F4",
|
|
13
|
+
"bg-color-5": "#F4F8FE",
|
|
13
14
|
"fill-color-1": o["color-gray-2"],
|
|
14
15
|
"fill-color-5": "#FAFAFA",
|
|
15
16
|
"border-color-1": o["color-gray-3"],
|
|
@@ -18,5 +19,5 @@ const l = {
|
|
|
18
19
|
"border-color-4": o["color-gray-6"]
|
|
19
20
|
};
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
+
F as default
|
|
22
23
|
};
|