@provoly/dashboard 0.19.7 → 0.19.8
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/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +3 -3
- package/esm2022/admin/i18n/fr.translations.mjs +3 -3
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2022/lib/core/store/search/search.service.mjs +2 -2
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/fesm2022/provoly-dashboard-admin.mjs +4 -4
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +2 -2
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +2 -2
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +2 -2
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +1 -1
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/store/search/search.service.d.ts +1 -1
- package/package.json +61 -61
- package/presentation/style/_o-pry-presentation.scss +3 -0
|
@@ -45,7 +45,7 @@ export declare class SearchService {
|
|
|
45
45
|
name: string;
|
|
46
46
|
label: string;
|
|
47
47
|
datasource: string;
|
|
48
|
-
}[] | undefined, search
|
|
48
|
+
}[] | undefined, search?: string, limit?: number): Observable<string[]>;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchService, never>;
|
|
50
50
|
static ɵprov: i0.ɵɵInjectableDeclaration<SearchService>;
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.8",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "14.x || 15.x || 16.x",
|
|
@@ -85,18 +85,18 @@
|
|
|
85
85
|
"esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
86
86
|
"default": "./fesm2022/provoly-dashboard-admin.mjs"
|
|
87
87
|
},
|
|
88
|
-
"./import": {
|
|
89
|
-
"types": "./import/index.d.ts",
|
|
90
|
-
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
91
|
-
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
92
|
-
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
93
|
-
},
|
|
94
88
|
"./dataset": {
|
|
95
89
|
"types": "./dataset/index.d.ts",
|
|
96
90
|
"esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
97
91
|
"esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
98
92
|
"default": "./fesm2022/provoly-dashboard-dataset.mjs"
|
|
99
93
|
},
|
|
94
|
+
"./import": {
|
|
95
|
+
"types": "./import/index.d.ts",
|
|
96
|
+
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
97
|
+
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
98
|
+
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
99
|
+
},
|
|
100
100
|
"./notification": {
|
|
101
101
|
"types": "./notification/index.d.ts",
|
|
102
102
|
"esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
|
|
@@ -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",
|
|
@@ -163,18 +193,18 @@
|
|
|
163
193
|
"esm": "./esm2022/components/expand-panel/provoly-dashboard-components-expand-panel.mjs",
|
|
164
194
|
"default": "./fesm2022/provoly-dashboard-components-expand-panel.mjs"
|
|
165
195
|
},
|
|
166
|
-
"./components/filter": {
|
|
167
|
-
"types": "./components/filter/index.d.ts",
|
|
168
|
-
"esm2022": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
169
|
-
"esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
170
|
-
"default": "./fesm2022/provoly-dashboard-components-filter.mjs"
|
|
171
|
-
},
|
|
172
196
|
"./components/metadata-editor": {
|
|
173
197
|
"types": "./components/metadata-editor/index.d.ts",
|
|
174
198
|
"esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
175
199
|
"esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
|
|
176
200
|
"default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
|
|
177
201
|
},
|
|
202
|
+
"./components/filter": {
|
|
203
|
+
"types": "./components/filter/index.d.ts",
|
|
204
|
+
"esm2022": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
205
|
+
"esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
|
|
206
|
+
"default": "./fesm2022/provoly-dashboard-components-filter.mjs"
|
|
207
|
+
},
|
|
178
208
|
"./components/scheme-picker": {
|
|
179
209
|
"types": "./components/scheme-picker/index.d.ts",
|
|
180
210
|
"esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.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",
|
|
@@ -235,36 +235,36 @@
|
|
|
235
235
|
"esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
|
|
236
236
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
|
|
237
237
|
},
|
|
238
|
-
"./pipeline-components/noop": {
|
|
239
|
-
"types": "./pipeline-components/noop/index.d.ts",
|
|
240
|
-
"esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
241
|
-
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
242
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
243
|
-
},
|
|
244
238
|
"./pipeline-components/output-dataset": {
|
|
245
239
|
"types": "./pipeline-components/output-dataset/index.d.ts",
|
|
246
240
|
"esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
247
241
|
"esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
248
242
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
|
|
249
243
|
},
|
|
244
|
+
"./pipeline-components/noop": {
|
|
245
|
+
"types": "./pipeline-components/noop/index.d.ts",
|
|
246
|
+
"esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
247
|
+
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
248
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
249
|
+
},
|
|
250
250
|
"./pipeline-components/subgraph": {
|
|
251
251
|
"types": "./pipeline-components/subgraph/index.d.ts",
|
|
252
252
|
"esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
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",
|
|
@@ -307,18 +307,18 @@
|
|
|
307
307
|
"esm": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
|
|
308
308
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-map.mjs"
|
|
309
309
|
},
|
|
310
|
-
"./widgets/widget-table": {
|
|
311
|
-
"types": "./widgets/widget-table/index.d.ts",
|
|
312
|
-
"esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
313
|
-
"esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
314
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
|
|
315
|
-
},
|
|
316
310
|
"./widgets/widget-template": {
|
|
317
311
|
"types": "./widgets/widget-template/index.d.ts",
|
|
318
312
|
"esm2022": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
319
313
|
"esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
320
314
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
|
|
321
315
|
},
|
|
316
|
+
"./widgets/widget-table": {
|
|
317
|
+
"types": "./widgets/widget-table/index.d.ts",
|
|
318
|
+
"esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
319
|
+
"esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
320
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
|
|
321
|
+
},
|
|
322
322
|
"./widgets/widget-tile": {
|
|
323
323
|
"types": "./widgets/widget-tile/index.d.ts",
|
|
324
324
|
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|