@record-evolution/widget-gauge 1.7.4 → 1.7.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-gauge.js +2 -2
- package/package.json +1 -1
- package/src/default-data.json +0 -2
package/dist/widget-gauge.js
CHANGED
|
@@ -35075,7 +35075,7 @@ let WidgetGauge = class WidgetGauge extends i {
|
|
|
35075
35075
|
this.origWidth = 0;
|
|
35076
35076
|
this.origHeight = 0;
|
|
35077
35077
|
this.modifier = 1;
|
|
35078
|
-
this.version = '1.7.
|
|
35078
|
+
this.version = '1.7.5';
|
|
35079
35079
|
this.resizeObserver = new ResizeObserver(() => {
|
|
35080
35080
|
this.adjustSizes();
|
|
35081
35081
|
this.applyData();
|
|
@@ -35557,7 +35557,7 @@ __decorate([
|
|
|
35557
35557
|
r()
|
|
35558
35558
|
], WidgetGauge.prototype, "themeSubtitleColor", void 0);
|
|
35559
35559
|
WidgetGauge = __decorate([
|
|
35560
|
-
t('widget-gauge-1.7.
|
|
35560
|
+
t('widget-gauge-1.7.5')
|
|
35561
35561
|
], WidgetGauge);
|
|
35562
35562
|
|
|
35563
35563
|
export { WidgetGauge };
|
package/package.json
CHANGED