@record-evolution/widget-linechart 1.6.18 → 1.6.19
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-linechart.js +2 -2
- package/package.json +3 -2
- package/thumbnail.png +0 -0
package/dist/widget-linechart.js
CHANGED
|
@@ -54592,7 +54592,7 @@ let WidgetLinechart = class WidgetLinechart extends i {
|
|
|
54592
54592
|
this.origWidth = 0;
|
|
54593
54593
|
this.origHeight = 0;
|
|
54594
54594
|
this.modifier = 1;
|
|
54595
|
-
this.version = '1.6.
|
|
54595
|
+
this.version = '1.6.19';
|
|
54596
54596
|
this.lastUpdateTime = 0;
|
|
54597
54597
|
this.updateThresholdMs = 300;
|
|
54598
54598
|
this.template = {
|
|
@@ -55076,7 +55076,7 @@ __decorate([
|
|
|
55076
55076
|
r()
|
|
55077
55077
|
], WidgetLinechart.prototype, "themeSubtitleColor", void 0);
|
|
55078
55078
|
WidgetLinechart = __decorate([
|
|
55079
|
-
t('widget-linechart-1.6.
|
|
55079
|
+
t('widget-linechart-1.6.19')
|
|
55080
55080
|
], WidgetLinechart);
|
|
55081
55081
|
|
|
55082
55082
|
export { WidgetLinechart };
|
package/package.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
"description": "Webcomponent widget-linechart following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-linechart",
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.19",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-linechart.js",
|
|
9
9
|
"types": "dist/src/widget-linechart.d.ts",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"src"
|
|
12
|
+
"src",
|
|
13
|
+
"thumbnail.png"
|
|
13
14
|
],
|
|
14
15
|
"scripts": {
|
|
15
16
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.png
ADDED
|
Binary file
|