@provoly/dashboard 0.14.0 → 0.14.1

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.
@@ -14,7 +14,7 @@ export declare const SearchActions: {
14
14
  }) => {
15
15
  id: string;
16
16
  } & import("@ngrx/store/src/models").TypedAction<"[Search] (bus) search named">>;
17
- searchSuccess: import("@ngrx/store").ActionCreator<"[Search Api] Search Success", (props: {
17
+ searchSuccess: import("@ngrx/store").ActionCreator<"[Search Api] (bus) Search Success", (props: {
18
18
  resultSet: ResultSet;
19
19
  id?: string | undefined;
20
20
  params?: string | undefined;
@@ -22,12 +22,12 @@ export declare const SearchActions: {
22
22
  resultSet: ResultSet;
23
23
  id?: string | undefined;
24
24
  params?: string | undefined;
25
- } & import("@ngrx/store/src/models").TypedAction<"[Search Api] Search Success">>;
26
- searchFailure: import("@ngrx/store").ActionCreator<"[Search Api] Search Failure", (props: {
25
+ } & import("@ngrx/store/src/models").TypedAction<"[Search Api] (bus) Search Success">>;
26
+ searchFailure: import("@ngrx/store").ActionCreator<"[Search Api] (bus) Search Failure", (props: {
27
27
  error: any;
28
28
  id?: string | undefined;
29
29
  }) => {
30
30
  error: any;
31
31
  id?: string | undefined;
32
- } & import("@ngrx/store/src/models").TypedAction<"[Search Api] Search Failure">>;
32
+ } & import("@ngrx/store/src/models").TypedAction<"[Search Api] (bus) Search Failure">>;
33
33
  };
@@ -11,18 +11,18 @@ export declare class SearchEffects {
11
11
  resultSet: import("@provoly/dashboard").ResultSet;
12
12
  id?: string | undefined;
13
13
  params?: string | undefined;
14
- } & import("@ngrx/store/src/models").TypedAction<"[Search Api] Search Success">) | ({
14
+ } & import("@ngrx/store/src/models").TypedAction<"[Search Api] (bus) Search Success">) | ({
15
15
  error: any;
16
16
  id?: string | undefined;
17
- } & import("@ngrx/store/src/models").TypedAction<"[Search Api] Search Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
17
+ } & import("@ngrx/store/src/models").TypedAction<"[Search Api] (bus) Search Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
18
18
  search$: import("rxjs").Observable<({
19
19
  resultSet: import("@provoly/dashboard").ResultSet;
20
20
  id?: string | undefined;
21
21
  params?: string | undefined;
22
- } & import("@ngrx/store/src/models").TypedAction<"[Search Api] Search Success">) | ({
22
+ } & import("@ngrx/store/src/models").TypedAction<"[Search Api] (bus) Search Success">) | ({
23
23
  error: any;
24
24
  id?: string | undefined;
25
- } & import("@ngrx/store/src/models").TypedAction<"[Search Api] Search Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
25
+ } & import("@ngrx/store/src/models").TypedAction<"[Search Api] (bus) Search Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
26
26
  searchSuccess$: import("rxjs").Observable<{
27
27
  id: string;
28
28
  resultSet: import("@provoly/dashboard").ResultSet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "15.x || 16.x",
@@ -86,18 +86,18 @@
86
86
  "esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
87
87
  "default": "./fesm2022/provoly-dashboard-admin.mjs"
88
88
  },
89
- "./dataset": {
90
- "types": "./dataset/index.d.ts",
91
- "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
92
- "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
93
- "default": "./fesm2022/provoly-dashboard-dataset.mjs"
94
- },
95
89
  "./import": {
96
90
  "types": "./import/index.d.ts",
97
91
  "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
98
92
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
99
93
  "default": "./fesm2022/provoly-dashboard-import.mjs"
100
94
  },
95
+ "./dataset": {
96
+ "types": "./dataset/index.d.ts",
97
+ "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
98
+ "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
99
+ "default": "./fesm2022/provoly-dashboard-dataset.mjs"
100
+ },
101
101
  "./notification": {
102
102
  "types": "./notification/index.d.ts",
103
103
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
@@ -164,18 +164,18 @@
164
164
  "esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
165
165
  "default": "./fesm2022/provoly-dashboard-components-filter.mjs"
166
166
  },
167
- "./components/sinceDate": {
168
- "types": "./components/sinceDate/index.d.ts",
169
- "esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
170
- "esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
171
- "default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
172
- },
173
167
  "./components/metadata-editor": {
174
168
  "types": "./components/metadata-editor/index.d.ts",
175
169
  "esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
176
170
  "esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
177
171
  "default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
178
172
  },
173
+ "./components/sinceDate": {
174
+ "types": "./components/sinceDate/index.d.ts",
175
+ "esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
176
+ "esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
177
+ "default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
178
+ },
179
179
  "./components/stepper": {
180
180
  "types": "./components/stepper/index.d.ts",
181
181
  "esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
@@ -188,18 +188,18 @@
188
188
  "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
189
189
  "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
190
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
191
  "./filters/list": {
198
192
  "types": "./filters/list/index.d.ts",
199
193
  "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
200
194
  "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
201
195
  "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
202
196
  },
197
+ "./filters/number": {
198
+ "types": "./filters/number/index.d.ts",
199
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
200
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
201
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
202
+ },
203
203
  "./filters/text": {
204
204
  "types": "./filters/text/index.d.ts",
205
205
  "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
@@ -236,17 +236,23 @@
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
+ },
239
245
  "./tooltips/cluster": {
240
246
  "types": "./tooltips/cluster/index.d.ts",
241
247
  "esm2022": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
242
248
  "esm": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
243
249
  "default": "./fesm2022/provoly-dashboard-tooltips-cluster.mjs"
244
250
  },
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"
251
+ "./widgets/widget-aggregated-chart": {
252
+ "types": "./widgets/widget-aggregated-chart/index.d.ts",
253
+ "esm2022": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
254
+ "esm": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
255
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs"
250
256
  },
251
257
  "./widgets/widget-chart": {
252
258
  "types": "./widgets/widget-chart/index.d.ts",
@@ -254,23 +260,17 @@
254
260
  "esm": "./esm2022/widgets/widget-chart/provoly-dashboard-widgets-widget-chart.mjs",
255
261
  "default": "./fesm2022/provoly-dashboard-widgets-widget-chart.mjs"
256
262
  },
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-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"
269
+ "./widgets/widget-graph": {
270
+ "types": "./widgets/widget-graph/index.d.ts",
271
+ "esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
272
+ "esm": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
273
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-graph.mjs"
274
274
  },
275
275
  "./widgets/widget-iframe": {
276
276
  "types": "./widgets/widget-iframe/index.d.ts",