@flexem/fc-gui 3.0.0-alpha.160 → 3.0.0-alpha.162
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/assets/img/exclamation-outline-circle.png +0 -0
- package/bundles/@flexem/fc-gui.umd.js +5 -3
- package/bundles/@flexem/fc-gui.umd.js.map +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js +2 -2
- package/bundles/@flexem/fc-gui.umd.min.js.map +1 -1
- package/elements/base/state-control-element.js +3 -3
- package/localization/localization.service.d.ts +1 -0
- package/localization/localization.service.js +1 -0
- package/localization/localization.service.metadata.json +1 -1
- package/localization/localization.service.zh_CN.js +1 -0
- package/localization/localization.service.zh_CN.metadata.json +1 -1
- package/package.json +1 -1
|
Binary file
|
|
@@ -22345,6 +22345,7 @@ const Localization_zh_CN = {
|
|
|
22345
22345
|
abnormal: '数据异常',
|
|
22346
22346
|
disable: '禁用',
|
|
22347
22347
|
invalidMonitor: '元件绑定的监控点无效',
|
|
22348
|
+
variableChanged: '变量已变更,请重新导入设备模板',
|
|
22348
22349
|
permissiontip: '您无权限执行此操作',
|
|
22349
22350
|
conditionIsNotMetTip: '操作条件不满足或逻辑控制变量异常',
|
|
22350
22351
|
chartNoData: '无数据',
|
|
@@ -32544,6 +32545,7 @@ const DefaultLocalization = {
|
|
|
32544
32545
|
abnormal: 'Data abnormal',
|
|
32545
32546
|
disable: 'Disable',
|
|
32546
32547
|
invalidMonitor: 'Element binding monitor point is invalid',
|
|
32548
|
+
variableChanged: 'Variable changed, please re-import the device template',
|
|
32547
32549
|
permissiontip: 'You have no permission to operate.',
|
|
32548
32550
|
conditionIsNotMetTip: 'Operation conditions not met or variable anomalies.',
|
|
32549
32551
|
chartNoData: 'No Data Available',
|
|
@@ -35163,13 +35165,13 @@ class state_control_element_StateControlElement extends conditional_dynamic_disp
|
|
|
35163
35165
|
stroke = '#ff4444';
|
|
35164
35166
|
break;
|
|
35165
35167
|
case _tmp_model["State"].InvalidMonitor:
|
|
35166
|
-
url = 'assets/img/
|
|
35168
|
+
url = 'assets/img/abnormal.svg';
|
|
35167
35169
|
title = this.localization.invalidMonitor;
|
|
35168
|
-
stroke = '#
|
|
35170
|
+
stroke = '#f6a520';
|
|
35169
35171
|
break;
|
|
35170
35172
|
default:
|
|
35171
35173
|
url = 'assets/img/loading.svg';
|
|
35172
|
-
title = this.localization.
|
|
35174
|
+
title = this.localization.variableChanged;
|
|
35173
35175
|
stroke = '#226abc';
|
|
35174
35176
|
break;
|
|
35175
35177
|
}
|