@das-fed/ui 7.0.7-hot.37 → 7.0.7-hot.38
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 +6 -6
- 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/index.js +315 -312
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/components/edit-table/index.js +1 -1
- package/packages/components/edit-table/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.7-hot.
|
|
3
|
+
"version": "7.0.7-hot.38",
|
|
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.7-hot.
|
|
29
|
+
"@das-fed/cli": "7.0.7-hot.38",
|
|
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.7-hot.
|
|
60
|
-
"@das-fed/utils": "7.0.7-hot.
|
|
61
|
-
"@das-fed/web": "7.0.7-hot.
|
|
59
|
+
"@das-fed/ui": "7.0.7-hot.38",
|
|
60
|
+
"@das-fed/utils": "7.0.7-hot.38",
|
|
61
|
+
"@das-fed/web": "7.0.7-hot.38",
|
|
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",
|
|
@@ -405,7 +405,7 @@ const UN = cc.get("/panel-style/list"), rd = zN.get("/equipment-drawings"), oD =
|
|
|
405
405
|
C(
|
|
406
406
|
"div",
|
|
407
407
|
{
|
|
408
|
-
class: xe(["operation-plan-calendar", { hidden: f.value }])
|
|
408
|
+
class: xe(["operation-plan-calendar", { "hidden-calendar": f.value }])
|
|
409
409
|
},
|
|
410
410
|
[
|
|
411
411
|
Z(b(FT), {
|
|
@@ -444,7 +444,7 @@ const UN = cc.get("/panel-style/list"), rd = zN.get("/equipment-drawings"), oD =
|
|
|
444
444
|
"div",
|
|
445
445
|
{
|
|
446
446
|
onClick: Tt(_, ["stop"]),
|
|
447
|
-
class: xe([{ hidden: f.value }, "hidden-box"])
|
|
447
|
+
class: xe([{ "hidden-class": f.value }, "hidden-box"])
|
|
448
448
|
},
|
|
449
449
|
[
|
|
450
450
|
Z(b(rt), {
|
|
@@ -554,7 +554,7 @@ const UN = cc.get("/panel-style/list"), rd = zN.get("/equipment-drawings"), oD =
|
|
|
554
554
|
[b(ga)]
|
|
555
555
|
]);
|
|
556
556
|
}
|
|
557
|
-
}), xP = /* @__PURE__ */ He(SP, [["__scopeId", "data-v-
|
|
557
|
+
}), xP = /* @__PURE__ */ He(SP, [["__scopeId", "data-v-04cac5cb"]]), CP = (r) => {
|
|
558
558
|
const t = M(null);
|
|
559
559
|
return {
|
|
560
560
|
operationPlanVue: () => xt(xP, {
|
|
@@ -56032,7 +56032,7 @@ const Zoe = (r, t, e = "excel") => {
|
|
|
56032
56032
|
C(
|
|
56033
56033
|
"div",
|
|
56034
56034
|
{
|
|
56035
|
-
class: xe(["operation-plan-calendar", { hidden: f.value }])
|
|
56035
|
+
class: xe(["operation-plan-calendar", { "hidden-calendar": f.value }])
|
|
56036
56036
|
},
|
|
56037
56037
|
[
|
|
56038
56038
|
Z(b(FT), {
|
|
@@ -56071,7 +56071,7 @@ const Zoe = (r, t, e = "excel") => {
|
|
|
56071
56071
|
"div",
|
|
56072
56072
|
{
|
|
56073
56073
|
onClick: Tt(_, ["stop"]),
|
|
56074
|
-
class: xe([{ hidden: f.value }, "hidden-box"])
|
|
56074
|
+
class: xe([{ "hidden-class": f.value }, "hidden-box"])
|
|
56075
56075
|
},
|
|
56076
56076
|
[
|
|
56077
56077
|
Z(b(rt), {
|
|
@@ -56181,7 +56181,7 @@ const Zoe = (r, t, e = "excel") => {
|
|
|
56181
56181
|
[b(ga)]
|
|
56182
56182
|
]);
|
|
56183
56183
|
}
|
|
56184
|
-
}), tue = /* @__PURE__ */ He(eue, [["__scopeId", "data-v-
|
|
56184
|
+
}), tue = /* @__PURE__ */ He(eue, [["__scopeId", "data-v-a6ebab65"]]), rue = (r) => {
|
|
56185
56185
|
const t = M(null);
|
|
56186
56186
|
return {
|
|
56187
56187
|
operationPlanVue: () => xt(tue, {
|
|
Binary file
|