@provoly/dashboard 0.19.12 → 0.20.0
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 +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "14.x || 15.x || 16.x",
|
|
@@ -139,6 +139,36 @@
|
|
|
139
139
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
140
140
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
141
141
|
},
|
|
142
|
+
"./filters/autocomplete": {
|
|
143
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
144
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
145
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
146
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
147
|
+
},
|
|
148
|
+
"./filters/date": {
|
|
149
|
+
"types": "./filters/date/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
151
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
152
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
153
|
+
},
|
|
154
|
+
"./filters/list": {
|
|
155
|
+
"types": "./filters/list/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
157
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
158
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
159
|
+
},
|
|
160
|
+
"./filters/number": {
|
|
161
|
+
"types": "./filters/number/index.d.ts",
|
|
162
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
163
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
164
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
165
|
+
},
|
|
166
|
+
"./filters/text": {
|
|
167
|
+
"types": "./filters/text/index.d.ts",
|
|
168
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
169
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
170
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
171
|
+
},
|
|
142
172
|
"./components/card": {
|
|
143
173
|
"types": "./components/card/index.d.ts",
|
|
144
174
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -193,36 +223,6 @@
|
|
|
193
223
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
194
224
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
195
225
|
},
|
|
196
|
-
"./filters/autocomplete": {
|
|
197
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
198
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
199
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
200
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
201
|
-
},
|
|
202
|
-
"./filters/date": {
|
|
203
|
-
"types": "./filters/date/index.d.ts",
|
|
204
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
205
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
206
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
207
|
-
},
|
|
208
|
-
"./filters/list": {
|
|
209
|
-
"types": "./filters/list/index.d.ts",
|
|
210
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
211
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
212
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
213
|
-
},
|
|
214
|
-
"./filters/number": {
|
|
215
|
-
"types": "./filters/number/index.d.ts",
|
|
216
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
217
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
218
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
219
|
-
},
|
|
220
|
-
"./filters/text": {
|
|
221
|
-
"types": "./filters/text/index.d.ts",
|
|
222
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
223
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
224
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
225
|
-
},
|
|
226
226
|
"./pipeline-components/filter": {
|
|
227
227
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
228
228
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.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/cluster": {
|
|
257
|
-
"types": "./tooltips/cluster/index.d.ts",
|
|
258
|
-
"esm2022": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
|
|
259
|
-
"esm": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
|
|
260
|
-
"default": "./fesm2022/provoly-dashboard-tooltips-cluster.mjs"
|
|
261
|
-
},
|
|
262
256
|
"./tooltips/attribute": {
|
|
263
257
|
"types": "./tooltips/attribute/index.d.ts",
|
|
264
258
|
"esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
265
259
|
"esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
266
260
|
"default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
|
|
267
261
|
},
|
|
262
|
+
"./tooltips/cluster": {
|
|
263
|
+
"types": "./tooltips/cluster/index.d.ts",
|
|
264
|
+
"esm2022": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
|
|
265
|
+
"esm": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
|
|
266
|
+
"default": "./fesm2022/provoly-dashboard-tooltips-cluster.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",
|
|
@@ -319,17 +319,17 @@
|
|
|
319
319
|
"esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
320
320
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
|
|
321
321
|
},
|
|
322
|
-
"./widgets/widget-tile": {
|
|
323
|
-
"types": "./widgets/widget-tile/index.d.ts",
|
|
324
|
-
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
325
|
-
"esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
326
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
|
|
327
|
-
},
|
|
328
322
|
"./widgets/widget-vega": {
|
|
329
323
|
"types": "./widgets/widget-vega/index.d.ts",
|
|
330
324
|
"esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
|
|
331
325
|
"esm": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
|
|
332
326
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-vega.mjs"
|
|
327
|
+
},
|
|
328
|
+
"./widgets/widget-tile": {
|
|
329
|
+
"types": "./widgets/widget-tile/index.d.ts",
|
|
330
|
+
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
331
|
+
"esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
332
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
|
|
333
333
|
}
|
|
334
334
|
},
|
|
335
335
|
"schematics": "./schematics/collection.json",
|