@record-evolution/widget-value 1.1.10 → 1.1.11
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/src/default-data.json +0 -2
package/dist/widget-value.js
CHANGED
|
@@ -902,7 +902,7 @@ class WidgetValue extends i$1 {
|
|
|
902
902
|
super();
|
|
903
903
|
this.dataSets = new Map();
|
|
904
904
|
this.textActive = true;
|
|
905
|
-
this.version = '1.1.
|
|
905
|
+
this.version = '1.1.11';
|
|
906
906
|
this.origWidth = 0;
|
|
907
907
|
this.origHeight = 0;
|
|
908
908
|
this.resizeObserver = new ResizeObserver(this.adjustSizes.bind(this));
|
|
@@ -1238,7 +1238,7 @@ __decorate([
|
|
|
1238
1238
|
__decorate([
|
|
1239
1239
|
r()
|
|
1240
1240
|
], WidgetValue.prototype, "themeSubtitleColor", void 0);
|
|
1241
|
-
window.customElements.define('widget-value-1.1.
|
|
1241
|
+
window.customElements.define('widget-value-1.1.11', WidgetValue);
|
|
1242
1242
|
|
|
1243
1243
|
export { WidgetValue };
|
|
1244
1244
|
//# sourceMappingURL=widget-value.js.map
|
package/package.json
CHANGED