@flexem/fc-gui 3.0.0-alpha.62 → 3.0.0-alpha.64
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/CHANGELOG.md +13 -1
- package/bundles/@flexem/fc-gui.umd.js +540 -238
- package/bundles/@flexem/fc-gui.umd.js.map +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js +4 -4
- package/bundles/@flexem/fc-gui.umd.min.js.map +1 -1
- package/communication/variable/variable-communicator.d.ts +1 -3
- package/elements/air-quality/air-quality-element.d.ts +1 -0
- package/elements/air-quality/air-quality-element.js +3 -1
- package/elements/air-quality/air-quality-element.metadata.json +1 -1
- package/elements/alarm/alarm-element.d.ts +0 -1
- package/elements/alarm/alarm-element.js +1 -6
- package/elements/alarm/alarm-element.metadata.json +1 -1
- package/elements/per-view-variable-communicator.d.ts +2 -3
- package/elements/per-view-variable-communicator.js +6 -6
- package/elements/per-view-variable-communicator.metadata.json +1 -1
- package/elements/weather/weater-element.d.ts +1 -0
- package/elements/weather/weater-element.js +3 -1
- package/elements/weather/weater-element.metadata.json +1 -1
- package/package.json +1 -1
- package/remote/communication/variable/remote-variable-communicator.d.ts +4 -3
- package/remote/communication/variable/remote-variable-communicator.js +20 -6
- package/remote/communication/variable/remote-variable-communicator.metadata.json +1 -1
- package/remote/communication/variable/remote-variable-protocol.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -250,4 +250,16 @@
|
|
|
250
250
|
## 3.0.0-alpha.62(2023-02-23)
|
|
251
251
|
### Web端
|
|
252
252
|
#### Bug Fix
|
|
253
|
-
1. FLEXCLOUD-2429: 【氚云20221201000360】组态界面增加报警列表显示
|
|
253
|
+
1. FLEXCLOUD-2429: 【氚云20221201000360】组态界面增加报警列表显示
|
|
254
|
+
|
|
255
|
+
## 3.0.0-alpha.63(2023-02-24)
|
|
256
|
+
### Web端
|
|
257
|
+
#### Bug Fix
|
|
258
|
+
1. FLEXCLOUD-2429: 【氚云20221201000360】组态界面增加报警列表显示
|
|
259
|
+
- 修改告警的订阅模式
|
|
260
|
+
|
|
261
|
+
## 3.0.0-alpha.64(2023-03-01)
|
|
262
|
+
### Web端
|
|
263
|
+
#### Bug Fix
|
|
264
|
+
1. FLEXCLOUD-2487: 【线上问题】数据库连接池占满导致无响应的问题
|
|
265
|
+
- 天气元件和空气质量元件取数据时如果发现没有位置信息,会添加一个定时器再请求数据。但是定时器没有清理,现在给定时器加上了清理
|