@record-evolution/widget-value 1.1.27 → 1.1.28
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-value.js +2 -2
- package/package.json +1 -1
package/dist/widget-value.js
CHANGED
|
@@ -644,7 +644,7 @@ var Yt = Object.defineProperty, te = Object.getOwnPropertyDescriptor, _ = (i, t,
|
|
|
644
644
|
};
|
|
645
645
|
let v = class extends M {
|
|
646
646
|
constructor() {
|
|
647
|
-
super(), this.dataSets = /* @__PURE__ */ new Map(), this.textActive = !0, this.version = "1.1.
|
|
647
|
+
super(), this.dataSets = /* @__PURE__ */ new Map(), this.textActive = !0, this.version = "1.1.28", this.origWidth = 0, this.origHeight = 0, this.resizeObserver = new ResizeObserver(this.applyData.bind(this)), this.resizeObserver.observe(this);
|
|
648
648
|
}
|
|
649
649
|
disconnectedCallback() {
|
|
650
650
|
super.disconnectedCallback(), this.resizeObserver && this.resizeObserver.disconnect();
|
|
@@ -923,7 +923,7 @@ _([
|
|
|
923
923
|
vt(".sizing-container")
|
|
924
924
|
], v.prototype, "sizingContainer", 2);
|
|
925
925
|
v = _([
|
|
926
|
-
Kt("widget-value-1.1.
|
|
926
|
+
Kt("widget-value-1.1.28")
|
|
927
927
|
], v);
|
|
928
928
|
export {
|
|
929
929
|
v as WidgetValue
|