@provoly/dashboard 0.13.12 → 0.14.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/dataset/style/_o-pry-dataset.scss +1 -0
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-dataset.mjs +2 -2
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/package.json +47 -47
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "15.x || 16.x",
|
|
@@ -140,30 +140,6 @@
|
|
|
140
140
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
141
141
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
142
142
|
},
|
|
143
|
-
"./filters/date": {
|
|
144
|
-
"types": "./filters/date/index.d.ts",
|
|
145
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
146
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
147
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
148
|
-
},
|
|
149
|
-
"./filters/list": {
|
|
150
|
-
"types": "./filters/list/index.d.ts",
|
|
151
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
152
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
153
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
154
|
-
},
|
|
155
|
-
"./filters/number": {
|
|
156
|
-
"types": "./filters/number/index.d.ts",
|
|
157
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
158
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
159
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
160
|
-
},
|
|
161
|
-
"./filters/text": {
|
|
162
|
-
"types": "./filters/text/index.d.ts",
|
|
163
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
164
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
165
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
166
|
-
},
|
|
167
143
|
"./components/card": {
|
|
168
144
|
"types": "./components/card/index.d.ts",
|
|
169
145
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -188,24 +164,48 @@
|
|
|
188
164
|
"esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
189
165
|
"default": "./fesm2022/provoly-dashboard-components-filter.mjs"
|
|
190
166
|
},
|
|
191
|
-
"./components/metadata-editor": {
|
|
192
|
-
"types": "./components/metadata-editor/index.d.ts",
|
|
193
|
-
"esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
194
|
-
"esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
195
|
-
"default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
|
|
196
|
-
},
|
|
197
167
|
"./components/sinceDate": {
|
|
198
168
|
"types": "./components/sinceDate/index.d.ts",
|
|
199
169
|
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
200
170
|
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
201
171
|
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
202
172
|
},
|
|
173
|
+
"./components/metadata-editor": {
|
|
174
|
+
"types": "./components/metadata-editor/index.d.ts",
|
|
175
|
+
"esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
176
|
+
"esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
177
|
+
"default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
|
|
178
|
+
},
|
|
203
179
|
"./components/stepper": {
|
|
204
180
|
"types": "./components/stepper/index.d.ts",
|
|
205
181
|
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
206
182
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
207
183
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
208
184
|
},
|
|
185
|
+
"./filters/date": {
|
|
186
|
+
"types": "./filters/date/index.d.ts",
|
|
187
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
188
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
189
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
190
|
+
},
|
|
191
|
+
"./filters/number": {
|
|
192
|
+
"types": "./filters/number/index.d.ts",
|
|
193
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
194
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
195
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
196
|
+
},
|
|
197
|
+
"./filters/list": {
|
|
198
|
+
"types": "./filters/list/index.d.ts",
|
|
199
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
200
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
201
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
202
|
+
},
|
|
203
|
+
"./filters/text": {
|
|
204
|
+
"types": "./filters/text/index.d.ts",
|
|
205
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
206
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
207
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
208
|
+
},
|
|
209
209
|
"./pipeline-components/filter": {
|
|
210
210
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
211
211
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -236,23 +236,17 @@
|
|
|
236
236
|
"esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
237
237
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
|
|
238
238
|
},
|
|
239
|
-
"./tooltips/attribute": {
|
|
240
|
-
"types": "./tooltips/attribute/index.d.ts",
|
|
241
|
-
"esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
242
|
-
"esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
243
|
-
"default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
|
|
244
|
-
},
|
|
245
239
|
"./tooltips/cluster": {
|
|
246
240
|
"types": "./tooltips/cluster/index.d.ts",
|
|
247
241
|
"esm2022": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
|
|
248
242
|
"esm": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
|
|
249
243
|
"default": "./fesm2022/provoly-dashboard-tooltips-cluster.mjs"
|
|
250
244
|
},
|
|
251
|
-
"./
|
|
252
|
-
"types": "./
|
|
253
|
-
"esm2022": "./esm2022/
|
|
254
|
-
"esm": "./esm2022/
|
|
255
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
245
|
+
"./tooltips/attribute": {
|
|
246
|
+
"types": "./tooltips/attribute/index.d.ts",
|
|
247
|
+
"esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
248
|
+
"esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
249
|
+
"default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
|
|
256
250
|
},
|
|
257
251
|
"./widgets/widget-chart": {
|
|
258
252
|
"types": "./widgets/widget-chart/index.d.ts",
|
|
@@ -260,17 +254,23 @@
|
|
|
260
254
|
"esm": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
|
|
261
255
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-chart.mjs"
|
|
262
256
|
},
|
|
257
|
+
"./widgets/widget-graph": {
|
|
258
|
+
"types": "./widgets/widget-graph/index.d.ts",
|
|
259
|
+
"esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
260
|
+
"esm": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
261
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-graph.mjs"
|
|
262
|
+
},
|
|
263
263
|
"./widgets/widget-detail": {
|
|
264
264
|
"types": "./widgets/widget-detail/index.d.ts",
|
|
265
265
|
"esm2022": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
|
|
266
266
|
"esm": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
|
|
267
267
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-detail.mjs"
|
|
268
268
|
},
|
|
269
|
-
"./widgets/widget-
|
|
270
|
-
"types": "./widgets/widget-
|
|
271
|
-
"esm2022": "./esm2022/widgets/widget-
|
|
272
|
-
"esm": "./esm2022/widgets/widget-
|
|
273
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-
|
|
269
|
+
"./widgets/widget-aggregated-chart": {
|
|
270
|
+
"types": "./widgets/widget-aggregated-chart/index.d.ts",
|
|
271
|
+
"esm2022": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
|
|
272
|
+
"esm": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
|
|
273
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs"
|
|
274
274
|
},
|
|
275
275
|
"./widgets/widget-iframe": {
|
|
276
276
|
"types": "./widgets/widget-iframe/index.d.ts",
|