coolcare-lite-scada-component 1.0.65 → 1.0.66

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.
@@ -255,6 +255,7 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
255
255
  }),
256
256
  smooth: false,
257
257
  showAllSymbol: true,
258
+ identifierName: item.identifierName,
258
259
  symbolSize: 1.5,
259
260
  data: (_ref4 = item.pointDataList || item.indicatorDataList) === null || _ref4 === void 0 ? void 0 : _ref4.map(function (dataItem) {
260
261
  return [new Date(dataItem.ts).getTime(), dataItem.val];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "scripts": {
5
5
  "start": " PORT=8000 UMI_ENV=prod umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",