@record-evolution/widget-scada 1.0.7 → 1.0.9
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/dist/widget-scada.js.map +1 -1
- package/package.json +3 -2
- package/src/definition-schema.d.ts +1 -1
- package/src/definition-schema.json +16 -1
- package/src/symbol-catalog.json +4936 -0
- package/src/widget-scada.ts +2 -2
package/dist/widget-scada.js
CHANGED
|
@@ -1178,7 +1178,7 @@ var de = Object.defineProperty, pe = Object.getOwnPropertyDescriptor, v = (n, t,
|
|
|
1178
1178
|
};
|
|
1179
1179
|
let y = class extends P {
|
|
1180
1180
|
constructor() {
|
|
1181
|
-
super(), this.svgContent = "", this.version = "1.0.
|
|
1181
|
+
super(), this.svgContent = "", this.version = "1.0.9", this.svgModules = /* @__PURE__ */ new Map(), this.actionCleanups = [], this.resizeObserver = new ResizeObserver(() => this.requestUpdate()), this.resizeObserver.observe(this);
|
|
1182
1182
|
}
|
|
1183
1183
|
disconnectedCallback() {
|
|
1184
1184
|
super.disconnectedCallback(), this.resizeObserver?.disconnect(), this.cleanupActions();
|
|
@@ -1354,7 +1354,7 @@ v([
|
|
|
1354
1354
|
Yt(".svg-container")
|
|
1355
1355
|
], y.prototype, "svgContainer", 2);
|
|
1356
1356
|
y = v([
|
|
1357
|
-
Wt("widget-scada-1.0.
|
|
1357
|
+
Wt("widget-scada-1.0.9")
|
|
1358
1358
|
], y);
|
|
1359
1359
|
export {
|
|
1360
1360
|
y as WidgetScada
|