@provoly/dashboard 0.15.1 → 0.15.2

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.15.1",
3
+ "version": "0.15.2",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -86,18 +86,18 @@
86
86
  "esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
87
87
  "default": "./fesm2022/provoly-dashboard-admin.mjs"
88
88
  },
89
- "./import": {
90
- "types": "./import/index.d.ts",
91
- "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
92
- "esm": "./esm2022/import/provoly-dashboard-import.mjs",
93
- "default": "./fesm2022/provoly-dashboard-import.mjs"
94
- },
95
89
  "./dataset": {
96
90
  "types": "./dataset/index.d.ts",
97
91
  "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
98
92
  "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
99
93
  "default": "./fesm2022/provoly-dashboard-dataset.mjs"
100
94
  },
95
+ "./import": {
96
+ "types": "./import/index.d.ts",
97
+ "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
98
+ "esm": "./esm2022/import/provoly-dashboard-import.mjs",
99
+ "default": "./fesm2022/provoly-dashboard-import.mjs"
100
+ },
101
101
  "./notification": {
102
102
  "types": "./notification/index.d.ts",
103
103
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
@@ -194,23 +194,17 @@
194
194
  "esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
195
195
  "default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
196
196
  },
197
- "./components/sinceDate": {
198
- "types": "./components/sinceDate/index.d.ts",
199
- "esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
200
- "esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
201
- "default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
202
- },
203
197
  "./components/stepper": {
204
198
  "types": "./components/stepper/index.d.ts",
205
199
  "esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
206
200
  "esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
207
201
  "default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
208
202
  },
209
- "./pipeline-components/filter": {
210
- "types": "./pipeline-components/filter/index.d.ts",
211
- "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
212
- "esm": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
213
- "default": "./fesm2022/provoly-dashboard-pipeline-components-filter.mjs"
203
+ "./components/sinceDate": {
204
+ "types": "./components/sinceDate/index.d.ts",
205
+ "esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
206
+ "esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
207
+ "default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
214
208
  },
215
209
  "./pipeline-components/input-datasource": {
216
210
  "types": "./pipeline-components/input-datasource/index.d.ts",
@@ -218,24 +212,30 @@
218
212
  "esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
219
213
  "default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
220
214
  },
215
+ "./pipeline-components/filter": {
216
+ "types": "./pipeline-components/filter/index.d.ts",
217
+ "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
218
+ "esm": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
219
+ "default": "./fesm2022/provoly-dashboard-pipeline-components-filter.mjs"
220
+ },
221
221
  "./pipeline-components/noop": {
222
222
  "types": "./pipeline-components/noop/index.d.ts",
223
223
  "esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
224
224
  "esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
225
225
  "default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
226
226
  },
227
- "./pipeline-components/subgraph": {
228
- "types": "./pipeline-components/subgraph/index.d.ts",
229
- "esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
230
- "esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
231
- "default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
232
- },
233
227
  "./pipeline-components/output-dataset": {
234
228
  "types": "./pipeline-components/output-dataset/index.d.ts",
235
229
  "esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
236
230
  "esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
237
231
  "default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
238
232
  },
233
+ "./pipeline-components/subgraph": {
234
+ "types": "./pipeline-components/subgraph/index.d.ts",
235
+ "esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
236
+ "esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
237
+ "default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
238
+ },
239
239
  "./tooltips/attribute": {
240
240
  "types": "./tooltips/attribute/index.d.ts",
241
241
  "esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",