@das-fed/ui 7.1.0-seres.2 → 7.1.0-seres.4
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 +8 -8
- 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/components/search-form/index.js +65 -61
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "7.1.0-seres.
|
|
3
|
+
"version": "7.1.0-seres.4",
|
|
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.1.0-seres.
|
|
29
|
+
"@das-fed/cli": "7.1.0-seres.4",
|
|
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.1.0-seres.
|
|
60
|
-
"@das-fed/utils": "7.1.0-seres.
|
|
61
|
-
"@das-fed/web": "7.1.0-seres.
|
|
59
|
+
"@das-fed/ui": "7.1.0-seres.4",
|
|
60
|
+
"@das-fed/utils": "7.1.0-seres.4",
|
|
61
|
+
"@das-fed/web": "7.1.0-seres.4",
|
|
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",
|
|
@@ -54632,8 +54632,8 @@ const lle = (r, t, e = "excel") => {
|
|
|
54632
54632
|
x("div", bue, [
|
|
54633
54633
|
Z(b(Jr), {
|
|
54634
54634
|
style: { width: "100%", height: "70px", "border-radius": "4px" },
|
|
54635
|
-
modelValue: a.
|
|
54636
|
-
"onUpdate:modelValue": (n) => a.
|
|
54635
|
+
modelValue: a.mediaUrl,
|
|
54636
|
+
"onUpdate:modelValue": (n) => a.mediaUrl = n,
|
|
54637
54637
|
mode: "view",
|
|
54638
54638
|
needDeleteBtn: !1,
|
|
54639
54639
|
needChangeBtn: !1
|
|
@@ -54644,7 +54644,7 @@ const lle = (r, t, e = "excel") => {
|
|
|
54644
54644
|
z(" 告警内容 "),
|
|
54645
54645
|
he((M(), N("div", Sue, [
|
|
54646
54646
|
se(
|
|
54647
|
-
E(a.
|
|
54647
|
+
E(a.eventContent),
|
|
54648
54648
|
1
|
|
54649
54649
|
/* TEXT */
|
|
54650
54650
|
)
|
|
@@ -54685,7 +54685,7 @@ const lle = (r, t, e = "excel") => {
|
|
|
54685
54685
|
[b(Lr)]
|
|
54686
54686
|
]);
|
|
54687
54687
|
}
|
|
54688
|
-
}), Iue = /* @__PURE__ */ Ve(Due, [["__scopeId", "data-v-
|
|
54688
|
+
}), Iue = /* @__PURE__ */ Ve(Due, [["__scopeId", "data-v-c731ba2f"]]), kue = { class: "history-alarm-screenshot" }, Mue = { class: "search-header-picker-box" }, Lue = {
|
|
54689
54689
|
name: "historyAlarmScreenshot"
|
|
54690
54690
|
}, Eue = /* @__PURE__ */ Oe({
|
|
54691
54691
|
...Lue,
|
|
@@ -64476,8 +64476,8 @@ const D1e = (r, t, e = "excel") => {
|
|
|
64476
64476
|
x("div", Bbe, [
|
|
64477
64477
|
Z(b(Jr), {
|
|
64478
64478
|
style: { width: "100%", height: "70px", "border-radius": "4px" },
|
|
64479
|
-
modelValue: a.
|
|
64480
|
-
"onUpdate:modelValue": (n) => a.
|
|
64479
|
+
modelValue: a.mediaUrl,
|
|
64480
|
+
"onUpdate:modelValue": (n) => a.mediaUrl = n,
|
|
64481
64481
|
mode: "view",
|
|
64482
64482
|
needDeleteBtn: !1,
|
|
64483
64483
|
needChangeBtn: !1
|
|
@@ -64488,7 +64488,7 @@ const D1e = (r, t, e = "excel") => {
|
|
|
64488
64488
|
z(" 告警内容 "),
|
|
64489
64489
|
he((M(), N("div", Fbe, [
|
|
64490
64490
|
se(
|
|
64491
|
-
E(a.
|
|
64491
|
+
E(a.eventContent),
|
|
64492
64492
|
1
|
|
64493
64493
|
/* TEXT */
|
|
64494
64494
|
)
|
|
@@ -64529,7 +64529,7 @@ const D1e = (r, t, e = "excel") => {
|
|
|
64529
64529
|
[b(Lr)]
|
|
64530
64530
|
]);
|
|
64531
64531
|
}
|
|
64532
|
-
}), Xbe = /* @__PURE__ */ Ve(Wbe, [["__scopeId", "data-v-
|
|
64532
|
+
}), Xbe = /* @__PURE__ */ Ve(Wbe, [["__scopeId", "data-v-a27d49ce"]]), Zbe = { class: "history-alarm-screenshot" }, qbe = { class: "search-header-picker-box" }, Kbe = {
|
|
64533
64533
|
name: "historyAlarmScreenshot"
|
|
64534
64534
|
}, Qbe = /* @__PURE__ */ Oe({
|
|
64535
64535
|
...Kbe,
|
|
Binary file
|