@provoly/dashboard 1.3.22 → 1.3.24
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": "1.3.
|
|
3
|
+
"version": "1.3.24",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -216,18 +216,18 @@
|
|
|
216
216
|
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
217
217
|
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
218
218
|
},
|
|
219
|
-
"./filters/date": {
|
|
220
|
-
"types": "./filters/date/index.d.ts",
|
|
221
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
222
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
223
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
224
|
-
},
|
|
225
219
|
"./filters/list": {
|
|
226
220
|
"types": "./filters/list/index.d.ts",
|
|
227
221
|
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
228
222
|
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
229
223
|
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
230
224
|
},
|
|
225
|
+
"./filters/date": {
|
|
226
|
+
"types": "./filters/date/index.d.ts",
|
|
227
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
228
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
229
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
230
|
+
},
|
|
231
231
|
"./filters/number": {
|
|
232
232
|
"types": "./filters/number/index.d.ts",
|
|
233
233
|
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
@@ -258,18 +258,18 @@
|
|
|
258
258
|
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
259
259
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
260
260
|
},
|
|
261
|
-
"./pipeline-components/output-dataset": {
|
|
262
|
-
"types": "./pipeline-components/output-dataset/index.d.ts",
|
|
263
|
-
"esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
264
|
-
"esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
265
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
|
|
266
|
-
},
|
|
267
261
|
"./pipeline-components/subgraph": {
|
|
268
262
|
"types": "./pipeline-components/subgraph/index.d.ts",
|
|
269
263
|
"esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
270
264
|
"esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
271
265
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
|
|
272
266
|
},
|
|
267
|
+
"./pipeline-components/output-dataset": {
|
|
268
|
+
"types": "./pipeline-components/output-dataset/index.d.ts",
|
|
269
|
+
"esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
270
|
+
"esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
271
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
|
|
272
|
+
},
|
|
273
273
|
"./tooltips/attribute": {
|
|
274
274
|
"types": "./tooltips/attribute/index.d.ts",
|
|
275
275
|
"esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|