@das-fed/ui 6.4.0-dev.55.10 → 6.4.0-dev.55.12
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/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/device-panel/index.js +12 -12
- 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/process-form/i18n/index.d.ts +5 -0
- package/packages/business-components/process-form/index.js +228 -214
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/index.js +2 -2
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/style.css +1 -1
- package/packages/business-components/urgent-panel/style.css.gz +0 -0
- package/packages/components/cascader/index.js +52 -52
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/style.css +1 -1
- package/packages/components/cascader/style.css.gz +0 -0
- package/packages/components/input-dialog-select/index.js +1 -1
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/search-form/index.js +3 -3
- 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/packages/components/select/index.js +41 -41
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/table/index.js +871 -855
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tooltip/index.js +2 -2
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tooltip/style.css +1 -1
- package/packages/components/tooltip/style.css.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-dev.55.
|
|
3
|
+
"version": "6.4.0-dev.55.12",
|
|
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": "6.4.0-dev.55.
|
|
29
|
+
"@das-fed/cli": "6.4.0-dev.55.12",
|
|
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": "6.4.0-dev.55.
|
|
60
|
-
"@das-fed/utils": "6.4.0-dev.55.
|
|
61
|
-
"@das-fed/web": "6.4.0-dev.55.
|
|
59
|
+
"@das-fed/ui": "6.4.0-dev.55.12",
|
|
60
|
+
"@das-fed/utils": "6.4.0-dev.55.12",
|
|
61
|
+
"@das-fed/web": "6.4.0-dev.55.12",
|
|
62
62
|
"@wangeditor/editor": "^5.1.23",
|
|
63
63
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
64
64
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.application-content{position:relative;width:100%;height:100%;padding:30px 20px;box-sizing:border-box}.application-content .application-list{width:100%;display:table}.application-content .application-list .app-box{width:100%;margin-bottom:20px;display:table}.application-content .application-list .app-box .row{display:table-row}.application-content .application-list .app-box .row .cell{display:table-cell}.application-content .application-list .app-box .row .cell.cell-title{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background-color:var(--das-application-app-bg-color);position:relative}.application-content .application-list .app-box .row .cell.cell-title:before{content:"";width:4px;height:100%;position:absolute;top:0;left:0;background-color:var(--das-application-app-border-color)}.application-content .application-list .app-box .row .cell.cell-title .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:25px 8px;display:inline-block
|
|
1
|
+
.application-content{position:relative;width:100%;height:100%;padding:30px 20px;box-sizing:border-box}.application-content .application-list{width:100%;display:table}.application-content .application-list .app-box{width:100%;margin-bottom:20px;display:table}.application-content .application-list .app-box .row{display:table-row}.application-content .application-list .app-box .row .cell{display:table-cell}.application-content .application-list .app-box .row .cell.cell-title{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background-color:var(--das-application-app-bg-color);position:relative}.application-content .application-list .app-box .row .cell.cell-title:before{content:"";width:4px;height:100%;position:absolute;top:0;left:0;background-color:var(--das-application-app-border-color)}.application-content .application-list .app-box .row .cell.cell-title .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:25px 8px;display:inline-block}.application-content .application-list .app-box .row .cell.app-list{padding-left:20px;box-sizing:border-box;width:calc(100% - 110px)}.application-content .application-list .app-box .row .cell.app-list .app-row:not(:first-child){margin-top:20px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app{height:100%;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);padding:25px 30px;display:flex;cursor:pointer}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right{padding-left:10px;flex:1;box-sizing:border-box;overflow:hidden}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app .box-right .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app:hover,.application-content .application-list .app-box .row .cell.app-list .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}
|
|
Binary file
|
|
@@ -534,7 +534,7 @@ const _N = oc.get("/panel-style/list"), Jv = mN.get("/equipment-drawings"), zD =
|
|
|
534
534
|
[x(Ra)]
|
|
535
535
|
]);
|
|
536
536
|
}
|
|
537
|
-
}), JN = /* @__PURE__ */ Ke(jN, [["__scopeId", "data-v-
|
|
537
|
+
}), JN = /* @__PURE__ */ Ke(jN, [["__scopeId", "data-v-c2c5cffb"]]), QN = (a) => {
|
|
538
538
|
const r = L(null);
|
|
539
539
|
return {
|
|
540
540
|
operationPlanVue: () => At(JN, {
|
|
@@ -48231,7 +48231,7 @@ const dj = {
|
|
|
48231
48231
|
}, 8, ["spinning"])
|
|
48232
48232
|
]));
|
|
48233
48233
|
}
|
|
48234
|
-
}), wQ = /* @__PURE__ */ Ke(SQ, [["__scopeId", "data-v-
|
|
48234
|
+
}), wQ = /* @__PURE__ */ Ke(SQ, [["__scopeId", "data-v-bc3fa563"]]), xQ = { class: "deal-alarm-content" }, CQ = { class: "log-detail-box" }, TQ = { class: "log-detail" }, DQ = { class: "deal-form-item" }, AQ = { class: "deal-label" }, IQ = { class: "deal-content" }, kQ = {
|
|
48235
48235
|
key: 0,
|
|
48236
48236
|
class: "deal-form-item"
|
|
48237
48237
|
}, LQ = { class: "deal-label" }, MQ = {
|
|
@@ -48941,7 +48941,7 @@ const dj = {
|
|
|
48941
48941
|
/* NEED_PATCH */
|
|
48942
48942
|
));
|
|
48943
48943
|
}
|
|
48944
|
-
}), hee = /* @__PURE__ */ Ke(dee, [["__scopeId", "data-v-
|
|
48944
|
+
}), hee = /* @__PURE__ */ Ke(dee, [["__scopeId", "data-v-05152c53"]]), vh = () => (a) => Z(a).value, pee = { class: "urgent-panel-schedule-track-container" }, gee = { class: "urgent-panel-schedule-track" }, mee = {
|
|
48945
48945
|
key: 0,
|
|
48946
48946
|
class: "plan-title"
|
|
48947
48947
|
}, yee = {
|
|
@@ -49229,7 +49229,7 @@ const dj = {
|
|
|
49229
49229
|
]);
|
|
49230
49230
|
};
|
|
49231
49231
|
}
|
|
49232
|
-
}), Yee = /* @__PURE__ */ Ke(Uee, [["__scopeId", "data-v-
|
|
49232
|
+
}), Yee = /* @__PURE__ */ Ke(Uee, [["__scopeId", "data-v-ee80eb1c"]]), Wee = (a) => {
|
|
49233
49233
|
const r = L(null), { activeTab: e, infoData: n } = a;
|
|
49234
49234
|
return {
|
|
49235
49235
|
Feedback: () => At(Yee, { ref: r, activeTab: e, infoData: n }),
|
|
@@ -49414,7 +49414,7 @@ const dj = {
|
|
|
49414
49414
|
]);
|
|
49415
49415
|
};
|
|
49416
49416
|
}
|
|
49417
|
-
}), bte = /* @__PURE__ */ Ke(_te, [["__scopeId", "data-v-
|
|
49417
|
+
}), bte = /* @__PURE__ */ Ke(_te, [["__scopeId", "data-v-c4f14cf9"]]), Ste = "v1", wte = `/api/emergency/manage/${Ste}`, ai = en(`${wte}`);
|
|
49418
49418
|
SD.get("/permissionset/user-portal-menu");
|
|
49419
49419
|
ai.get("/emergency-event/event/type");
|
|
49420
49420
|
ai.get("/emergency-event/event/level");
|
|
@@ -51268,7 +51268,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
51268
51268
|
}), d.push({
|
|
51269
51269
|
title: he("处理结果"),
|
|
51270
51270
|
value: v.progress == "100" ? he("已完成") : he("未完成")
|
|
51271
|
-
})), v.status === "50_AUDIT" && !Wa(v.
|
|
51271
|
+
})), v.status === "50_AUDIT" && !Wa(v.content) && d.push({
|
|
51272
51272
|
title: he("驳回原因"),
|
|
51273
51273
|
value: v.content || ""
|
|
51274
51274
|
}), {
|
|
@@ -51312,7 +51312,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
51312
51312
|
))
|
|
51313
51313
|
])) : Y("v-if", !0);
|
|
51314
51314
|
}
|
|
51315
|
-
}), Ene = /* @__PURE__ */ Ke(Mne, [["__scopeId", "data-v-
|
|
51315
|
+
}), Ene = /* @__PURE__ */ Ke(Mne, [["__scopeId", "data-v-3ab0020f"]]), Nne = (a) => {
|
|
51316
51316
|
const r = L(null), { activeTab: e, infoData: n } = a;
|
|
51317
51317
|
return {
|
|
51318
51318
|
Track: () => At(Ene, { ref: r, activeTab: e, infoData: n }),
|
|
@@ -54169,7 +54169,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
54169
54169
|
[x(Ra)]
|
|
54170
54170
|
]);
|
|
54171
54171
|
}
|
|
54172
|
-
}), gse = /* @__PURE__ */ Ke(pse, [["__scopeId", "data-v-
|
|
54172
|
+
}), gse = /* @__PURE__ */ Ke(pse, [["__scopeId", "data-v-ca029ff4"]]), mse = (a) => {
|
|
54173
54173
|
const r = L(null);
|
|
54174
54174
|
return {
|
|
54175
54175
|
operationPlanVue: () => At(gse, {
|
|
@@ -56722,7 +56722,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
56722
56722
|
}, 8, ["spinning"])
|
|
56723
56723
|
]));
|
|
56724
56724
|
}
|
|
56725
|
-
}), eve = /* @__PURE__ */ Ke(Qce, [["__scopeId", "data-v-
|
|
56725
|
+
}), eve = /* @__PURE__ */ Ke(Qce, [["__scopeId", "data-v-248e3911"]]), tve = { class: "alarm-deal-alarm-content" }, rve = { class: "log-detail-box" }, ave = { class: "log-detail" }, nve = { class: "deal-form-item" }, ive = { class: "deal-label" }, ove = { class: "deal-content" }, sve = {
|
|
56726
56726
|
key: 0,
|
|
56727
56727
|
class: "deal-form-item"
|
|
56728
56728
|
}, lve = { class: "deal-label" }, uve = {
|
|
@@ -57423,7 +57423,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
57423
57423
|
/* NEED_PATCH */
|
|
57424
57424
|
));
|
|
57425
57425
|
}
|
|
57426
|
-
}), Wve = /* @__PURE__ */ Ke(Yve, [["__scopeId", "data-v-
|
|
57426
|
+
}), Wve = /* @__PURE__ */ Ke(Yve, [["__scopeId", "data-v-15ec30b4"]]), Xve = { class: "alarm-device-panel-alarm-log-container" }, Zve = { class: "headers" }, Kve = { class: "btn-box" }, qve = { class: "content-log" }, jve = {
|
|
57427
57427
|
name: "alarmLog"
|
|
57428
57428
|
}, Jve = /* @__PURE__ */ Ze({
|
|
57429
57429
|
...jve,
|
|
@@ -59129,7 +59129,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
59129
59129
|
}), v.push({
|
|
59130
59130
|
title: r("处理结果"),
|
|
59131
59131
|
value: u.progress == "100" ? r("已完成") : r("未完成")
|
|
59132
|
-
})), u.status === "50_AUDIT" && !Xa(u.
|
|
59132
|
+
})), u.status === "50_AUDIT" && !Xa(u.content) && v.push({
|
|
59133
59133
|
title: r("驳回原因"),
|
|
59134
59134
|
value: u.content || ""
|
|
59135
59135
|
}), {
|
|
@@ -59170,7 +59170,7 @@ const Cte = ai.get("/emergency-event/process-track"), Tte = ["", "待核实", "
|
|
|
59170
59170
|
))
|
|
59171
59171
|
])) : Y("v-if", !0);
|
|
59172
59172
|
}
|
|
59173
|
-
}), Zhe = /* @__PURE__ */ Ke(Xhe, [["__scopeId", "data-v-
|
|
59173
|
+
}), Zhe = /* @__PURE__ */ Ke(Xhe, [["__scopeId", "data-v-d59b93d2"]]), Khe = (a) => {
|
|
59174
59174
|
const r = L(null), { activeTab: e, infoData: n } = a;
|
|
59175
59175
|
return {
|
|
59176
59176
|
Track: () => At(Zhe, { ref: r, activeTab: e, infoData: n }),
|
|
Binary file
|