@das-fed/ui 6.4.0-dev.113 → 6.4.0-dev.114
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 +2 -2
- 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-search-form/hooks/useService.d.ts +1 -1
- package/packages/business-components/video-dialog/index.js +193 -186
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +1 -0
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/scrollbar/index.js +1 -1
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/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.
|
|
3
|
+
"version": "6.4.0-dev.114",
|
|
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.
|
|
29
|
+
"@das-fed/cli": "6.4.0-dev.114",
|
|
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.
|
|
60
|
-
"@das-fed/utils": "6.4.0-dev.
|
|
61
|
-
"@das-fed/web": "6.4.0-dev.
|
|
59
|
+
"@das-fed/ui": "6.4.0-dev.114",
|
|
60
|
+
"@das-fed/utils": "6.4.0-dev.114",
|
|
61
|
+
"@das-fed/web": "6.4.0-dev.114",
|
|
62
62
|
"@wangeditor-next/editor": "5.6.31",
|
|
63
63
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
64
64
|
"@wangeditor-next/plugin-upload-attachment": "1.1.0",
|
|
@@ -47188,7 +47188,7 @@ const xj = {
|
|
|
47188
47188
|
)
|
|
47189
47189
|
]));
|
|
47190
47190
|
}
|
|
47191
|
-
}), td = /* @__PURE__ */ Xe(Pj, [["__scopeId", "data-v-
|
|
47191
|
+
}), td = /* @__PURE__ */ Xe(Pj, [["__scopeId", "data-v-6abedbcc"]]), Rj = {
|
|
47192
47192
|
class: "log-list-container",
|
|
47193
47193
|
id: "alarm-log-box-content"
|
|
47194
47194
|
}, Oj = { class: "log-list-content" }, Vj = { class: "log-list-item-title" }, zj = { class: "title" }, $j = {
|
|
@@ -56502,7 +56502,7 @@ const mte = (r) => r === null || typeof r > "u" || r === "", _D = (r, t = "YYYY/
|
|
|
56502
56502
|
)
|
|
56503
56503
|
]));
|
|
56504
56504
|
}
|
|
56505
|
-
}), od = /* @__PURE__ */ Xe(hue, [["__scopeId", "data-v-
|
|
56505
|
+
}), od = /* @__PURE__ */ Xe(hue, [["__scopeId", "data-v-1dd679e8"]]), pue = {
|
|
56506
56506
|
class: "alarm-log-list-container",
|
|
56507
56507
|
id: "alarm-log-box-content"
|
|
56508
56508
|
}, gue = { class: "alarm-log-list-content" }, mue = { class: "log-list-item-title" }, yue = { class: "title" }, _ue = {
|
|
Binary file
|