@record-evolution/widget-gauge 1.7.11 → 1.7.12
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/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.12';
|
|
35079
35079
|
this.resizeObserver = new ResizeObserver(() => {
|
|
35080
35080
|
this.adjustSizes();
|
|
35081
35081
|
this.applyData();
|
|
@@ -35564,7 +35564,7 @@ __decorate([
|
|
|
35564
35564
|
r()
|
|
35565
35565
|
], WidgetGauge.prototype, "themeSubtitleColor", void 0);
|
|
35566
35566
|
WidgetGauge = __decorate([
|
|
35567
|
-
t('widget-gauge-1.7.
|
|
35567
|
+
t('widget-gauge-1.7.12')
|
|
35568
35568
|
], WidgetGauge);
|
|
35569
35569
|
|
|
35570
35570
|
export { WidgetGauge };
|