@record-evolution/widget-scada 1.0.4 → 1.0.5
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/dist/widget-scada.js +2 -2
- package/package.json +3 -2
- package/thumbnail.webp +0 -0
package/dist/widget-scada.js
CHANGED
|
@@ -1150,7 +1150,7 @@ var de = Object.defineProperty, pe = Object.getOwnPropertyDescriptor, v = (n, t,
|
|
|
1150
1150
|
};
|
|
1151
1151
|
let y = class extends k {
|
|
1152
1152
|
constructor() {
|
|
1153
|
-
super(), this.svgContent = "", this.version = "1.0.
|
|
1153
|
+
super(), this.svgContent = "", this.version = "1.0.5", this.svgModules = /* @__PURE__ */ new Map(), this.actionCleanups = [], this.resizeObserver = new ResizeObserver(() => this.requestUpdate()), this.resizeObserver.observe(this);
|
|
1154
1154
|
}
|
|
1155
1155
|
disconnectedCallback() {
|
|
1156
1156
|
super.disconnectedCallback(), this.resizeObserver?.disconnect(), this.cleanupActions();
|
|
@@ -1328,7 +1328,7 @@ v([
|
|
|
1328
1328
|
Yt(".svg-container")
|
|
1329
1329
|
], y.prototype, "svgContainer", 2);
|
|
1330
1330
|
y = v([
|
|
1331
|
-
Wt("widget-scada-1.0.
|
|
1331
|
+
Wt("widget-scada-1.0.5")
|
|
1332
1332
|
], y);
|
|
1333
1333
|
export {
|
|
1334
1334
|
y as WidgetScada
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "REWidget widget-SCADA",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-SCADA",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.5",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=24.9.0",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"dist",
|
|
16
16
|
"src",
|
|
17
17
|
"scada_symbols",
|
|
18
|
-
"thumbnail.png"
|
|
18
|
+
"thumbnail.png",
|
|
19
|
+
"thumbnail.webp"
|
|
19
20
|
],
|
|
20
21
|
"scripts": {
|
|
21
22
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.webp
ADDED
|
Binary file
|