@record-evolution/widget-value 1.0.23 → 1.0.24
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
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.24';
|
|
917
917
|
this.origWidth = 0;
|
|
918
918
|
this.origHeight = 0;
|
|
919
919
|
this.resizeObserver = new ResizeObserver((ev) => this.adjustSizes());
|
|
@@ -1199,7 +1199,7 @@ __decorate([
|
|
|
1199
1199
|
__decorate([
|
|
1200
1200
|
r()
|
|
1201
1201
|
], WidgetValue.prototype, "labelText", void 0);
|
|
1202
|
-
window.customElements.define('widget-value-1.0.
|
|
1202
|
+
window.customElements.define('widget-value-1.0.24', WidgetValue);
|
|
1203
1203
|
|
|
1204
1204
|
export { WidgetValue };
|
|
1205
1205
|
//# sourceMappingURL=widget-value.js.map
|
package/package.json
CHANGED
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
},
|
|
48
48
|
"labelColor": {
|
|
49
49
|
"title": "Label Color",
|
|
50
|
-
"type": "
|
|
50
|
+
"type": "color",
|
|
51
51
|
"color": true,
|
|
52
52
|
"order": 4
|
|
53
53
|
},
|
|
54
54
|
"valueColor": {
|
|
55
55
|
"title": "Value Color",
|
|
56
|
-
"type": "
|
|
56
|
+
"type": "color",
|
|
57
57
|
"color": true,
|
|
58
58
|
"order": 5
|
|
59
59
|
},
|