@das-fed/ui 6.4.0-dev.50 → 6.4.0-dev.51
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/esm-map.json +2 -1
- package/i18n-collection/en.js +9 -9
- package/i18n-collection/zh-CN.js +9 -9
- package/package.json +5 -5
- package/packages/business-components/urgent-panel/index.d.ts +2 -2
- package/packages/components/dimple-layout/index.js +3 -7
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dimple-layout/style.css +1 -1
- package/packages/components/dimple-layout/style.css.gz +0 -0
package/esm-map.json
CHANGED
|
@@ -380,5 +380,6 @@
|
|
|
380
380
|
"urgentMonitorPanelShow": "/packages/business-components/urgent-panel/index",
|
|
381
381
|
"closeUrgentMonitorPanel": "/packages/business-components/urgent-panel/index",
|
|
382
382
|
"DasBusinessUploadFile": "/packages/business-components/upload-file/index",
|
|
383
|
-
"DasBusinessUploadFileRef": "/packages/business-components/upload-file/index"
|
|
383
|
+
"DasBusinessUploadFileRef": "/packages/business-components/upload-file/index",
|
|
384
|
+
"closeUrgentPanel": "/packages/business-components/urgent-panel/index"
|
|
384
385
|
}
|
package/i18n-collection/en.js
CHANGED
|
@@ -163,14 +163,6 @@ export default {
|
|
|
163
163
|
用户: "",
|
|
164
164
|
视频监控: "",
|
|
165
165
|
页面全屏: "",
|
|
166
|
-
设备详情: "",
|
|
167
|
-
运行数据: "",
|
|
168
|
-
运行计划: "",
|
|
169
|
-
告警记录: "",
|
|
170
|
-
操作日志: "",
|
|
171
|
-
巡检记录: "",
|
|
172
|
-
保养记录: "",
|
|
173
|
-
维修记录: "",
|
|
174
166
|
新密码不能为空: "",
|
|
175
167
|
确认密码不能为空: "",
|
|
176
168
|
与新密码不一致: "",
|
|
@@ -184,6 +176,14 @@ export default {
|
|
|
184
176
|
大写字母: "",
|
|
185
177
|
符号: "",
|
|
186
178
|
修改密码成功: "",
|
|
179
|
+
设备详情: "",
|
|
180
|
+
运行数据: "",
|
|
181
|
+
运行计划: "",
|
|
182
|
+
告警记录: "",
|
|
183
|
+
操作日志: "",
|
|
184
|
+
巡检记录: "",
|
|
185
|
+
保养记录: "",
|
|
186
|
+
维修记录: "",
|
|
187
187
|
必填: "",
|
|
188
188
|
复制成功: "",
|
|
189
189
|
搜索姓名: "",
|
|
@@ -481,8 +481,8 @@ export default {
|
|
|
481
481
|
日历: "",
|
|
482
482
|
下拉菜单: "",
|
|
483
483
|
加载: "",
|
|
484
|
-
消息提示: "",
|
|
485
484
|
通知: "",
|
|
485
|
+
消息提示: "",
|
|
486
486
|
文字提示: "",
|
|
487
487
|
周: "",
|
|
488
488
|
自定义: "",
|
package/i18n-collection/zh-CN.js
CHANGED
|
@@ -164,14 +164,6 @@ export default {
|
|
|
164
164
|
用户: "用户",
|
|
165
165
|
视频监控: "视频监控",
|
|
166
166
|
页面全屏: "页面全屏",
|
|
167
|
-
设备详情: "设备详情",
|
|
168
|
-
运行数据: "运行数据",
|
|
169
|
-
运行计划: "运行计划",
|
|
170
|
-
告警记录: "告警记录",
|
|
171
|
-
操作日志: "操作日志",
|
|
172
|
-
巡检记录: "巡检记录",
|
|
173
|
-
保养记录: "保养记录",
|
|
174
|
-
维修记录: "维修记录",
|
|
175
167
|
新密码不能为空: "新密码不能为空",
|
|
176
168
|
确认密码不能为空: "确认密码不能为空",
|
|
177
169
|
与新密码不一致: "与新密码不一致",
|
|
@@ -185,6 +177,14 @@ export default {
|
|
|
185
177
|
大写字母: "大写字母",
|
|
186
178
|
符号: "符号",
|
|
187
179
|
修改密码成功: "修改密码成功",
|
|
180
|
+
设备详情: "设备详情",
|
|
181
|
+
运行数据: "运行数据",
|
|
182
|
+
运行计划: "运行计划",
|
|
183
|
+
告警记录: "告警记录",
|
|
184
|
+
操作日志: "操作日志",
|
|
185
|
+
巡检记录: "巡检记录",
|
|
186
|
+
保养记录: "保养记录",
|
|
187
|
+
维修记录: "维修记录",
|
|
188
188
|
必填: "必填",
|
|
189
189
|
复制成功: "复制成功",
|
|
190
190
|
搜索姓名: "搜索姓名",
|
|
@@ -482,8 +482,8 @@ export default {
|
|
|
482
482
|
日历: "日历",
|
|
483
483
|
下拉菜单: "下拉菜单",
|
|
484
484
|
加载: "加载",
|
|
485
|
-
消息提示: "消息提示",
|
|
486
485
|
通知: "通知",
|
|
486
|
+
消息提示: "消息提示",
|
|
487
487
|
文字提示: "文字提示",
|
|
488
488
|
周: "周",
|
|
489
489
|
自定义: "自定义",
|
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.51",
|
|
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.51",
|
|
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.51",
|
|
60
|
+
"@das-fed/utils": "6.4.0-dev.51",
|
|
61
|
+
"@das-fed/web": "6.4.0-dev.51",
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { urgentPanelShow, urgentMonitorPanelShow, closeUrgentMonitorPanel } from './src/render-panel';
|
|
1
|
+
import { urgentPanelShow, closeUrgentPanel, urgentMonitorPanelShow, closeUrgentMonitorPanel } from './src/render-panel';
|
|
2
2
|
declare const DasUrgentPanelModal: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
|
|
3
3
|
setConfigData: (code: any) => void;
|
|
4
4
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -11,7 +11,7 @@ declare const DasUrgentPanelModal: import("@das-fed/utils").SFCWithInstall<impor
|
|
|
11
11
|
onResizePanel?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
13
13
|
export * from './src/render-panel';
|
|
14
|
-
export { DasUrgentPanelModal, urgentPanelShow, urgentMonitorPanelShow, closeUrgentMonitorPanel };
|
|
14
|
+
export { DasUrgentPanelModal, urgentPanelShow, urgentMonitorPanelShow, closeUrgentMonitorPanel, closeUrgentPanel };
|
|
15
15
|
declare const _default: {
|
|
16
16
|
name: string;
|
|
17
17
|
};
|
|
@@ -19970,15 +19970,11 @@ const Hw = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
19970
19970
|
html() {
|
|
19971
19971
|
return M;
|
|
19972
19972
|
}
|
|
19973
|
-
})
|
|
19974
|
-
const I = e.addNode({
|
|
19973
|
+
}), e.addNode({
|
|
19975
19974
|
shape: n,
|
|
19976
19975
|
x: w.x,
|
|
19977
19976
|
y: w.y
|
|
19978
|
-
});
|
|
19979
|
-
I.toFront(), setTimeout(() => {
|
|
19980
|
-
I.size({ width: M.clientWidth, height: M.clientHeight });
|
|
19981
|
-
}, 50);
|
|
19977
|
+
}).toFront();
|
|
19982
19978
|
const D = s.open || {};
|
|
19983
19979
|
for (const A in D)
|
|
19984
19980
|
(R = D[A]) == null || R.call(D, w);
|
|
@@ -24715,7 +24711,7 @@ const eC = (i, t) => {
|
|
|
24715
24711
|
/* NEED_PATCH */
|
|
24716
24712
|
));
|
|
24717
24713
|
}
|
|
24718
|
-
}), hC = /* @__PURE__ */ Ur(cC, [["__scopeId", "data-v-
|
|
24714
|
+
}), hC = /* @__PURE__ */ Ur(cC, [["__scopeId", "data-v-ea43ec69"]]), xC = ua(hC), wC = () => qt(null), uC = (i) => {
|
|
24719
24715
|
const t = qt(), e = Ii(), n = {
|
|
24720
24716
|
autoResize: !1,
|
|
24721
24717
|
// 自动大小
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.dimple-layout-editor-rule-container[data-v-6cdf9d8b]{width:100%;height:100%;overflow:hidden}.dimple-layout-editor-rule[data-v-6cdf9d8b]{background:#fafafa;display:flex;height:100%;overflow:visible}.dimple-layout-editor-rule-rule-item[data-v-6cdf9d8b]{position:relative;flex-shrink:0}.dimple-layout-editor-rule-rule-item-label[data-v-6cdf9d8b],.dimple-layout-editor-rule-rule-item-tick[data-v-6cdf9d8b]{position:absolute}.dimple-layout-editor[data-v-
|
|
1
|
+
.dimple-layout-editor-rule-container[data-v-6cdf9d8b]{width:100%;height:100%;overflow:hidden}.dimple-layout-editor-rule[data-v-6cdf9d8b]{background:#fafafa;display:flex;height:100%;overflow:visible}.dimple-layout-editor-rule-rule-item[data-v-6cdf9d8b]{position:relative;flex-shrink:0}.dimple-layout-editor-rule-rule-item-label[data-v-6cdf9d8b],.dimple-layout-editor-rule-rule-item-tick[data-v-6cdf9d8b]{position:absolute}.dimple-layout-editor[data-v-ea43ec69]{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}.dimple-layout-editor-canvas-main[data-v-ea43ec69]{flex:1;width:100%;min-height:0;overflow:hidden;display:flex}.dimple-layout-editor-canvas-container[data-v-ea43ec69]{flex:1;height:100%;overflow:hidden;min-width:0}.dimple-layout-editor-canvas[data-v-ea43ec69]{height:100%;width:100%;overflow:hidden}.dimple-layout-editor-rule-top[data-v-ea43ec69]{width:100%;height:27px;padding-left:27px;background:#fafafa;flex-shrink:0}.dimple-layout-editor-rule-left[data-v-ea43ec69]{width:27px;height:100%;z-index:1;flex-shrink:0;background:#fafafa}.x6-graph-scroller{overflow:auto}.x6-widget-selection-box,.x6-widget-transform{margin:0!important;padding:0!important;box-sizing:border-box;transform:translateY(-3px) translate(-2px) scaleY(.99) scaleX(.99)}.x6-node foreignObject>body{overflow:visible!important}.x6-graph{touch-action:none}.dimple-layout-render[data-v-97154aa4]{height:100%;width:100%;overflow:hidden}
|
|
Binary file
|