@provoly/dashboard 0.19.6 → 0.19.7

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": "@provoly/dashboard",
3
- "version": "0.19.6",
3
+ "version": "0.19.7",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -85,18 +85,18 @@
85
85
  "esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
86
86
  "default": "./fesm2022/provoly-dashboard-admin.mjs"
87
87
  },
88
- "./dataset": {
89
- "types": "./dataset/index.d.ts",
90
- "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
91
- "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
92
- "default": "./fesm2022/provoly-dashboard-dataset.mjs"
93
- },
94
88
  "./import": {
95
89
  "types": "./import/index.d.ts",
96
90
  "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
97
91
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
98
92
  "default": "./fesm2022/provoly-dashboard-import.mjs"
99
93
  },
94
+ "./dataset": {
95
+ "types": "./dataset/index.d.ts",
96
+ "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
97
+ "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
98
+ "default": "./fesm2022/provoly-dashboard-dataset.mjs"
99
+ },
100
100
  "./notification": {
101
101
  "types": "./notification/index.d.ts",
102
102
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
@@ -253,18 +253,18 @@
253
253
  "esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
254
254
  "default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
255
255
  },
256
- "./tooltips/attribute": {
257
- "types": "./tooltips/attribute/index.d.ts",
258
- "esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
259
- "esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
260
- "default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
261
- },
262
256
  "./tooltips/cluster": {
263
257
  "types": "./tooltips/cluster/index.d.ts",
264
258
  "esm2022": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
265
259
  "esm": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
266
260
  "default": "./fesm2022/provoly-dashboard-tooltips-cluster.mjs"
267
261
  },
262
+ "./tooltips/attribute": {
263
+ "types": "./tooltips/attribute/index.d.ts",
264
+ "esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
265
+ "esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
266
+ "default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
267
+ },
268
268
  "./widgets/widget-aggregated-chart": {
269
269
  "types": "./widgets/widget-aggregated-chart/index.d.ts",
270
270
  "esm2022": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",