@record-evolution/widget-gauge 1.7.26 → 1.7.28

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
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-gauge",
4
4
  "license": "MIT",
5
5
  "author": "widget-gauge",
6
- "version": "1.7.26",
6
+ "version": "1.7.28",
7
7
  "type": "module",
8
8
  "main": "dist/widget-gauge.js",
9
9
  "types": "dist/src/widget-gauge.d.ts",
@@ -16,8 +16,10 @@ type Theme = {
16
16
  theme_name: string
17
17
  theme_object: any
18
18
  }
19
+
20
+ export
19
21
  @customElement('widget-gauge-versionplaceholder')
20
- export class WidgetGauge extends LitElement {
22
+ class WidgetGauge extends LitElement {
21
23
  @property({ type: Object })
22
24
  inputData?: GaugeChartConfiguration
23
25