@openremote/or-chart 1.3.0-snapshot.20250219134111 → 1.3.0-snapshot.20250219151332

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/lib/index.d.ts CHANGED
@@ -102,8 +102,8 @@ export declare class OrChart extends OrChart_base {
102
102
  protected _openTimeDialog(startTimestamp?: number, endTimestamp?: number): void;
103
103
  protected _addAttribute(selectedAttrs?: AttributeRef[]): Promise<void>;
104
104
  protected _getSelectedAttributes(): {
105
- id: any;
106
- name: any;
105
+ id: string | undefined;
106
+ name: string | undefined;
107
107
  }[];
108
108
  onCompleted(): Promise<void>;
109
109
  protected _cleanup(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/or-chart",
3
- "version": "1.3.0-snapshot.20250219134111",
3
+ "version": "1.3.0-snapshot.20250219151332",
4
4
  "description": "OpenRemote chart",
5
5
  "main": "dist/umd/index.bundle.js",
6
6
  "module": "lib/index.js",
@@ -18,13 +18,13 @@
18
18
  "dependencies": {
19
19
  "@material/data-table": "^9.0.0",
20
20
  "@material/dialog": "^9.0.0",
21
- "@openremote/core": "1.3.0-snapshot.20250219134111",
22
- "@openremote/or-asset-tree": "1.3.0-snapshot.20250219134111",
23
- "@openremote/or-attribute-picker": "1.3.0-snapshot.20250219134111",
24
- "@openremote/or-components": "1.3.0-snapshot.20250219134111",
25
- "@openremote/or-icon": "1.3.0-snapshot.20250219134111",
26
- "@openremote/or-mwc-components": "1.3.0-snapshot.20250219134111",
27
- "@openremote/or-translate": "1.3.0-snapshot.20250219134111",
21
+ "@openremote/core": "1.3.0-snapshot.20250219151332",
22
+ "@openremote/or-asset-tree": "1.3.0-snapshot.20250219151332",
23
+ "@openremote/or-attribute-picker": "1.3.0-snapshot.20250219151332",
24
+ "@openremote/or-components": "1.3.0-snapshot.20250219151332",
25
+ "@openremote/or-icon": "1.3.0-snapshot.20250219151332",
26
+ "@openremote/or-mwc-components": "1.3.0-snapshot.20250219151332",
27
+ "@openremote/or-translate": "1.3.0-snapshot.20250219151332",
28
28
  "chart.js": "^3.6.0",
29
29
  "chartjs-adapter-moment": "^1.0.0",
30
30
  "chartjs-plugin-annotation": "^1.1.0",
@@ -33,7 +33,7 @@
33
33
  "moment": "^2.29.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@openremote/util": "1.3.0-snapshot.20250219134111",
36
+ "@openremote/util": "1.3.0-snapshot.20250219151332",
37
37
  "@types/chart.js": "^2.9.34",
38
38
  "@types/offscreencanvas": "^2019.6.4"
39
39
  },