@provoly/dashboard 0.22.3 → 0.22.4

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.22.3",
3
+ "version": "0.22.4",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -96,23 +96,17 @@
96
96
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
97
97
  "default": "./fesm2022/provoly-dashboard-import.mjs"
98
98
  },
99
- "./pipeline": {
100
- "types": "./pipeline/index.d.ts",
101
- "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
102
- "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
103
- "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
104
- },
105
99
  "./notification": {
106
100
  "types": "./notification/index.d.ts",
107
101
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
108
102
  "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
109
103
  "default": "./fesm2022/provoly-dashboard-notification.mjs"
110
104
  },
111
- "./presentation": {
112
- "types": "./presentation/index.d.ts",
113
- "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
114
- "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
115
- "default": "./fesm2022/provoly-dashboard-presentation.mjs"
105
+ "./pipeline": {
106
+ "types": "./pipeline/index.d.ts",
107
+ "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
108
+ "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
109
+ "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
116
110
  },
117
111
  "./restitution": {
118
112
  "types": "./restitution/index.d.ts",
@@ -120,6 +114,12 @@
120
114
  "esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
121
115
  "default": "./fesm2022/provoly-dashboard-restitution.mjs"
122
116
  },
117
+ "./presentation": {
118
+ "types": "./presentation/index.d.ts",
119
+ "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
120
+ "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
121
+ "default": "./fesm2022/provoly-dashboard-presentation.mjs"
122
+ },
123
123
  "./search": {
124
124
  "types": "./search/index.d.ts",
125
125
  "esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
@@ -300,18 +300,18 @@
300
300
  "esm": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
301
301
  "default": "./fesm2022/provoly-dashboard-widgets-widget-map.mjs"
302
302
  },
303
- "./widgets/widget-table": {
304
- "types": "./widgets/widget-table/index.d.ts",
305
- "esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
306
- "esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
307
- "default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
308
- },
309
303
  "./widgets/widget-template": {
310
304
  "types": "./widgets/widget-template/index.d.ts",
311
305
  "esm2022": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
312
306
  "esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
313
307
  "default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
314
308
  },
309
+ "./widgets/widget-table": {
310
+ "types": "./widgets/widget-table/index.d.ts",
311
+ "esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
312
+ "esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
313
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
314
+ },
315
315
  "./widgets/widget-tile": {
316
316
  "types": "./widgets/widget-tile/index.d.ts",
317
317
  "esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",