@vaadin/charts 24.5.0-alpha6 → 24.5.0-alpha7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/charts",
3
- "version": "24.5.0-alpha6",
3
+ "version": "24.5.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,10 +36,10 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "24.5.0-alpha6",
40
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha6",
41
- "@vaadin/vaadin-material-styles": "24.5.0-alpha6",
42
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha6",
39
+ "@vaadin/component-base": "24.5.0-alpha7",
40
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
41
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
42
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
43
43
  "highcharts": "9.2.2"
44
44
  },
45
45
  "devDependencies": {
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
55
+ "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
56
56
  }
package/src/helpers.js CHANGED
@@ -16,7 +16,7 @@ export function inflateFunctions(config) {
16
16
  try {
17
17
  // eslint-disable-next-line no-eval
18
18
  config[attr.substr(4)] = eval(`(${targetProperty})`);
19
- } catch (e) {
19
+ } catch (_) {
20
20
  // eslint-disable-next-line no-eval
21
21
  config[attr.substr(4)] = eval(`(function(){${targetProperty}})`);
22
22
  }
@@ -304,7 +304,7 @@ class ChartSeries extends PolymerElement {
304
304
  }
305
305
 
306
306
  /** @private */
307
- __valuesObserver(splices, series) {
307
+ __valuesObserver(_splices, series) {
308
308
  if (series) {
309
309
  series.setData(this.values);
310
310
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/charts",
4
- "version": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/charts",
4
- "version": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {