@das-fed/ui 7.0.0-zhaohang.1 → 7.0.1-beta.1
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/package.json +5 -5
- package/packages/business-components/device-panel/index.js +10 -10
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.js +53 -58
- package/packages/business-components/video-dialog/index.js.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1-beta.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "7.0.
|
|
29
|
+
"@das-fed/cli": "7.0.1-beta.1",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "7.0.
|
|
60
|
-
"@das-fed/utils": "7.0.
|
|
61
|
-
"@das-fed/web": "7.0.
|
|
59
|
+
"@das-fed/ui": "7.0.1-beta.1",
|
|
60
|
+
"@das-fed/utils": "7.0.1-beta.1",
|
|
61
|
+
"@das-fed/web": "7.0.1-beta.1",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
63
|
"@wangeditor-next/editor": "5.6.31",
|
|
64
64
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
@@ -1911,7 +1911,7 @@ const qD = (r) => {
|
|
|
1911
1911
|
[S(nr)]
|
|
1912
1912
|
]);
|
|
1913
1913
|
}
|
|
1914
|
-
}), fR = /* @__PURE__ */ Xe(vR, [["__scopeId", "data-v-
|
|
1914
|
+
}), fR = /* @__PURE__ */ Xe(vR, [["__scopeId", "data-v-452f7c85"]]), dR = (r) => {
|
|
1915
1915
|
const t = M(null);
|
|
1916
1916
|
return {
|
|
1917
1917
|
operatingDataVue: () => Tt(fR, {
|
|
@@ -52758,7 +52758,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
52758
52758
|
name: T.propertyName,
|
|
52759
52759
|
type: "line",
|
|
52760
52760
|
data: (I = T == null ? void 0 : T.items) == null ? void 0 : I.map((C, k) => ({
|
|
52761
|
-
value: (C == null ? void 0 : C.value) == "--" ?
|
|
52761
|
+
value: (C == null ? void 0 : C.value) == "--" ? "-" : Number(C.value),
|
|
52762
52762
|
xTitleName: C == null ? void 0 : C.ts
|
|
52763
52763
|
}))
|
|
52764
52764
|
};
|
|
@@ -52888,7 +52888,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
52888
52888
|
/* NEED_PATCH */
|
|
52889
52889
|
));
|
|
52890
52890
|
}
|
|
52891
|
-
}), Wie = /* @__PURE__ */ Xe(Yie, [["__scopeId", "data-v-
|
|
52891
|
+
}), Wie = /* @__PURE__ */ Xe(Yie, [["__scopeId", "data-v-dbf339cb"]]), Xie = {
|
|
52892
52892
|
name: "dataTrendsBarEcharts"
|
|
52893
52893
|
}, Zie = /* @__PURE__ */ Ye({
|
|
52894
52894
|
...Xie,
|
|
@@ -52918,7 +52918,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
52918
52918
|
type: "bar",
|
|
52919
52919
|
barWidth: "3",
|
|
52920
52920
|
data: (U = G == null ? void 0 : G.items) == null ? void 0 : U.map((F, X) => ({
|
|
52921
|
-
value: (F == null ? void 0 : F.value) == "--" ?
|
|
52921
|
+
value: (F == null ? void 0 : F.value) == "--" ? "-" : Number(F.value),
|
|
52922
52922
|
xTitleName: F == null ? void 0 : F.ts
|
|
52923
52923
|
}))
|
|
52924
52924
|
};
|
|
@@ -53146,7 +53146,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
53146
53146
|
/* NEED_HYDRATION, NEED_PATCH */
|
|
53147
53147
|
));
|
|
53148
53148
|
}
|
|
53149
|
-
}), qie = /* @__PURE__ */ Xe(Zie, [["__scopeId", "data-v-
|
|
53149
|
+
}), qie = /* @__PURE__ */ Xe(Zie, [["__scopeId", "data-v-ac255b37"]]), Kie = {
|
|
53150
53150
|
key: 0,
|
|
53151
53151
|
class: "main-content-box"
|
|
53152
53152
|
}, jie = { class: "header-content" }, Qie = { class: "header-title" }, Jie = { class: "refsh-box" }, eoe = { class: "select-box" }, toe = { class: "select-box-left" }, roe = {
|
|
@@ -55998,7 +55998,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
55998
55998
|
[S(nr)]
|
|
55999
55999
|
]);
|
|
56000
56000
|
}
|
|
56001
|
-
}), Vle = /* @__PURE__ */ Xe(Ole, [["__scopeId", "data-v-
|
|
56001
|
+
}), Vle = /* @__PURE__ */ Xe(Ole, [["__scopeId", "data-v-4f18ad0e"]]), zle = (r) => {
|
|
56002
56002
|
const t = M(null);
|
|
56003
56003
|
return {
|
|
56004
56004
|
operatingDataVue: () => Tt(Vle, {
|
|
@@ -61302,7 +61302,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
61302
61302
|
name: T.propertyName,
|
|
61303
61303
|
type: "line",
|
|
61304
61304
|
data: (I = T == null ? void 0 : T.items) == null ? void 0 : I.map((C, k) => ({
|
|
61305
|
-
value: (C == null ? void 0 : C.value) == "--" ?
|
|
61305
|
+
value: (C == null ? void 0 : C.value) == "--" ? "-" : Number(C.value),
|
|
61306
61306
|
xTitleName: C == null ? void 0 : C.ts
|
|
61307
61307
|
}))
|
|
61308
61308
|
};
|
|
@@ -61432,7 +61432,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
61432
61432
|
/* NEED_PATCH */
|
|
61433
61433
|
));
|
|
61434
61434
|
}
|
|
61435
|
-
}), uge = /* @__PURE__ */ Xe(lge, [["__scopeId", "data-v-
|
|
61435
|
+
}), uge = /* @__PURE__ */ Xe(lge, [["__scopeId", "data-v-32a4332c"]]), cge = {
|
|
61436
61436
|
name: "dataTrendsBarEcharts"
|
|
61437
61437
|
}, vge = /* @__PURE__ */ Ye({
|
|
61438
61438
|
...cge,
|
|
@@ -61461,7 +61461,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
61461
61461
|
type: "bar",
|
|
61462
61462
|
barWidth: "3",
|
|
61463
61463
|
data: (k = C == null ? void 0 : C.items) == null ? void 0 : k.map((N, P) => ({
|
|
61464
|
-
value: (N == null ? void 0 : N.value) == "--" ?
|
|
61464
|
+
value: (N == null ? void 0 : N.value) == "--" ? "-" : Number(N.value),
|
|
61465
61465
|
xTitleName: N == null ? void 0 : N.ts
|
|
61466
61466
|
}))
|
|
61467
61467
|
};
|
|
@@ -61679,7 +61679,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
61679
61679
|
/* NEED_PATCH */
|
|
61680
61680
|
));
|
|
61681
61681
|
}
|
|
61682
|
-
}), fge = /* @__PURE__ */ Xe(vge, [["__scopeId", "data-v-
|
|
61682
|
+
}), fge = /* @__PURE__ */ Xe(vge, [["__scopeId", "data-v-97d42a1c"]]), dge = {
|
|
61683
61683
|
class: "data-trends-alarm-content",
|
|
61684
61684
|
id: "data-trends-box-content"
|
|
61685
61685
|
}, hge = {
|
|
Binary file
|