@record-evolution/widget-value 1.1.6 → 1.1.7

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.
@@ -913,7 +913,7 @@ class WidgetValue extends h {
913
913
  super();
914
914
  this.dataSets = new Map();
915
915
  this.textActive = true;
916
- this.version = '1.1.6';
916
+ this.version = '1.1.7';
917
917
  this.origWidth = 0;
918
918
  this.origHeight = 0;
919
919
  this.resizeObserver = new ResizeObserver(this.adjustSizes.bind(this));
@@ -1215,7 +1215,7 @@ __decorate([
1215
1215
  __decorate([
1216
1216
  r()
1217
1217
  ], WidgetValue.prototype, "labelText", void 0);
1218
- window.customElements.define('widget-value-1.1.6', WidgetValue);
1218
+ window.customElements.define('widget-value-1.1.7', WidgetValue);
1219
1219
 
1220
1220
  export { WidgetValue };
1221
1221
  //# sourceMappingURL=widget-value.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-value",
4
4
  "license": "MIT",
5
5
  "author": "widget-value",
6
- "version": "1.1.6",
6
+ "version": "1.1.7",
7
7
  "engines": {
8
8
  "node": "18.18.2",
9
9
  "npm": ">=10.0.2"
@@ -31,7 +31,7 @@
31
31
  "title": "Unit",
32
32
  "description": "The unit of the value. e.g. °C or km/h",
33
33
  "type": "string",
34
- "dataDrivenDisabled": true,
34
+ "dataDrivenDisabled": false,
35
35
  "order": 2
36
36
  },
37
37
  "precision": {