@record-evolution/widget-value 1.0.17 → 1.0.18
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
|
@@ -913,7 +913,7 @@ class WidgetValue extends s$1 {
|
|
|
913
913
|
super();
|
|
914
914
|
this.dataSets = new Map();
|
|
915
915
|
this.textActive = true;
|
|
916
|
-
this.version = '1.0.
|
|
916
|
+
this.version = '1.0.18';
|
|
917
917
|
this.origWidth = 0;
|
|
918
918
|
this.origHeight = 0;
|
|
919
919
|
this.resizeObserver = new ResizeObserver((ev) => this.adjustSizes());
|
|
@@ -1190,7 +1190,7 @@ __decorate([
|
|
|
1190
1190
|
__decorate([
|
|
1191
1191
|
r()
|
|
1192
1192
|
], WidgetValue.prototype, "labelText", void 0);
|
|
1193
|
-
window.customElements.define('widget-value-1.0.
|
|
1193
|
+
window.customElements.define('widget-value-1.0.18', WidgetValue);
|
|
1194
1194
|
|
|
1195
1195
|
export { WidgetValue };
|
|
1196
1196
|
//# sourceMappingURL=widget-value.js.map
|