@provoly/dashboard 0.13.12 → 0.13.13

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.13.12",
3
+ "version": "0.13.13",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "15.x || 16.x",
@@ -98,18 +98,18 @@
98
98
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
99
99
  "default": "./fesm2022/provoly-dashboard-import.mjs"
100
100
  },
101
- "./notification": {
102
- "types": "./notification/index.d.ts",
103
- "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
104
- "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
105
- "default": "./fesm2022/provoly-dashboard-notification.mjs"
106
- },
107
101
  "./pipeline": {
108
102
  "types": "./pipeline/index.d.ts",
109
103
  "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
110
104
  "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
111
105
  "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
112
106
  },
107
+ "./notification": {
108
+ "types": "./notification/index.d.ts",
109
+ "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
110
+ "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
111
+ "default": "./fesm2022/provoly-dashboard-notification.mjs"
112
+ },
113
113
  "./presentation": {
114
114
  "types": "./presentation/index.d.ts",
115
115
  "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
@@ -254,18 +254,18 @@
254
254
  "esm": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
255
255
  "default": "./fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs"
256
256
  },
257
- "./widgets/widget-chart": {
258
- "types": "./widgets/widget-chart/index.d.ts",
259
- "esm2022": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
260
- "esm": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
261
- "default": "./fesm2022/provoly-dashboard-widgets-widget-chart.mjs"
262
- },
263
257
  "./widgets/widget-detail": {
264
258
  "types": "./widgets/widget-detail/index.d.ts",
265
259
  "esm2022": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
266
260
  "esm": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
267
261
  "default": "./fesm2022/provoly-dashboard-widgets-widget-detail.mjs"
268
262
  },
263
+ "./widgets/widget-chart": {
264
+ "types": "./widgets/widget-chart/index.d.ts",
265
+ "esm2022": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
266
+ "esm": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
267
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-chart.mjs"
268
+ },
269
269
  "./widgets/widget-graph": {
270
270
  "types": "./widgets/widget-graph/index.d.ts",
271
271
  "esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",