@provoly/dashboard 0.19.6 → 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.
@@ -45,7 +45,7 @@ export declare class SearchService {
45
45
  name: string;
46
46
  label: string;
47
47
  datasource: string;
48
- }[] | undefined, search: string, limit?: number): Observable<string[]>;
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.6",
3
+ "version": "0.19.8",
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",
@@ -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,18 +235,18 @@
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",
@@ -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",
@@ -167,6 +167,9 @@
167
167
  .title-tooltip {
168
168
  transform: translateY(4rem);
169
169
  }
170
+ .info-tooltip{
171
+ transform: translateY(8rem);
172
+ }
170
173
 
171
174
  h1.a-presentation-title {
172
175
  font-size: 16px;