@htmlbricks/hb-chartjs 0.61.18 → 0.61.20

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/manifest.json CHANGED
@@ -8,14 +8,17 @@
8
8
  "additionalProperties": false,
9
9
  "properties": {
10
10
  "chartClick": {
11
- "additionalProperties": false,
12
- "properties": {
13
- "label": {
14
- "type": "string"
11
+ "items": {
12
+ "additionalProperties": false,
13
+ "properties": {
14
+ "label": {
15
+ "type": "string"
16
+ },
17
+ "value": {}
15
18
  },
16
- "value": {}
19
+ "type": "object"
17
20
  },
18
- "type": "object"
21
+ "type": "array"
19
22
  }
20
23
  },
21
24
  "required": [
@@ -126,5 +129,5 @@
126
129
  "size": {},
127
130
  "iifePath": "main.iife.js",
128
131
  "repoName": "@htmlbricks/hb-chartjs",
129
- "version": "0.61.18"
132
+ "version": "0.61.20"
130
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-chartjs",
3
- "version": "0.61.18",
3
+ "version": "0.61.20",
4
4
  "contributors": [],
5
5
  "description": "",
6
6
  "licenses": [
@@ -1,9 +1,9 @@
1
1
  export type Component = {
2
- id?: string;
3
- style?: string;
4
- data: any;
2
+ id?: string;
3
+ style?: string;
4
+ data: any;
5
5
  };
6
6
 
7
7
  export type Events = {
8
- chartClick: { label?: string; value?: any };
8
+ chartClick: { label?: string; value?: any }[];
9
9
  };
@@ -6,14 +6,17 @@
6
6
  "additionalProperties": false,
7
7
  "properties": {
8
8
  "chartClick": {
9
- "additionalProperties": false,
10
- "properties": {
11
- "label": {
12
- "type": "string"
9
+ "items": {
10
+ "additionalProperties": false,
11
+ "properties": {
12
+ "label": {
13
+ "type": "string"
14
+ },
15
+ "value": {}
13
16
  },
14
- "value": {}
17
+ "type": "object"
15
18
  },
16
- "type": "object"
19
+ "type": "array"
17
20
  }
18
21
  },
19
22
  "required": [