@eo-sdk/client 10.4.0-rc.3 → 10.4.0-rc.4

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.
Files changed (22) hide show
  1. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +2 -2
  2. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +3 -1
  4. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
  5. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts +4 -3
  6. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
  7. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  8. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  9. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +40 -20
  10. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +22 -16
  11. package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.mjs +38 -7
  12. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +37 -6
  13. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  14. package/fesm2015/eo-sdk-client.mjs +64 -41
  15. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  16. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +37 -6
  17. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  18. package/fesm2020/eo-sdk-client.mjs +60 -36
  19. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  20. package/package.json +2 -2
  21. package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts +6 -1
  22. package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts.map +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eo-sdk/client",
3
3
  "description": "yuuvis RAD client",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
- "version": "10.4.0-rc.3",
5
+ "version": "10.4.0-rc.4",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -29,7 +29,7 @@
29
29
  "@angular/platform-browser": "15.2.2",
30
30
  "@angular/platform-browser-dynamic": "15.2.2",
31
31
  "@angular/router": "15.2.2",
32
- "@eo-sdk/core": "10.4.0-rc.3",
32
+ "@eo-sdk/core": "10.4.0-rc.4",
33
33
  "@ngneat/until-destroy": "^10.0.0",
34
34
  "@ngx-pwa/local-storage": "15.0.0",
35
35
  "@ngx-translate/core": "14.0.0",
@@ -56,7 +56,7 @@ export declare class StoredQueriesService {
56
56
  * Fetches the stored queries from the backend and propagates a new
57
57
  * value to the main subject.
58
58
  */
59
- private fetchStoredQueries;
59
+ fetchStoredQueries(): Observable<StoredQuery[]>;
60
60
  /**
61
61
  * Save new Stored Query
62
62
  *
@@ -83,6 +83,11 @@ export declare class StoredQueriesService {
83
83
  * @param id ID of the stored query to be removed
84
84
  */
85
85
  removeStoredQuery(id: string): Observable<any>;
86
+ /**
87
+ * Get StoredQuery with the provided Id
88
+ * @param id ID of the stored query to be fetched
89
+ */
90
+ getStoredQuery(id: string): Observable<StoredQuery>;
86
91
  /**
87
92
  * Creates a pseudo form element for a stored queries fulltext input field
88
93
  * to be used inside of a stored query form.
@@ -1 +1 @@
1
- {"version":3,"file":"stored-queries.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/stored-queries/stored-queries.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAkB,MAAM,MAAM,CAAC;AACjD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAC,yBAAyB,EAAC,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;;AAGrD;;;;;;;;;GASG;AACH,qBAGa,oBAAoB;IAuBnB,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,YAAY;IAxBtB;;OAEG;IACH,MAAM,CAAC,MAAM,SAAsB;IACnC;;OAEG;IACH,MAAM,CAAC,QAAQ,SAAc;IAE7B,OAAO,CAAC,aAAa,CAEnB;IACF,OAAO,CAAC,mBAAmB,CAAsE;IACjG;;OAEG;IACI,cAAc,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAA2C;IAEvG;;OAEG;gBACiB,OAAO,EAAE,cAAc,EACjC,MAAM,EAAE,aAAa,EACrB,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY;IAOpC;;OAEG;IACH,KAAK;IAKL;;OAEG;IACH,iBAAiB,IAAI,UAAU,CAAC,yBAAyB,CAAC;IAO1D;;;OAGG;IACH,oBAAoB,IAAI,IAAI;IAI5B;;;OAGG;IACH,OAAO,CAAC,kBAAkB;IAuB1B;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAe1B;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAgBzB;;;;;OAKG;IACH,eAAe,CAAC,WAAW,EAAE,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC;IASlE;;;OAGG;IACH,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAY9C;;;;;;OAMG;IACH,sBAAsB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;;;;;;;yCAvKxC,oBAAoB;6CAApB,oBAAoB;CAgLhC"}
1
+ {"version":3,"file":"stored-queries.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/stored-queries/stored-queries.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,UAAU,EAAkB,MAAM,MAAM,CAAC;AACjD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAC,yBAAyB,EAAC,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;;AAGrD;;;;;;;;;GASG;AACH,qBAGa,oBAAoB;IAuBnB,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,YAAY;IAxBtB;;OAEG;IACH,MAAM,CAAC,MAAM,SAAsB;IACnC;;OAEG;IACH,MAAM,CAAC,QAAQ,SAAc;IAE7B,OAAO,CAAC,aAAa,CAEnB;IACF,OAAO,CAAC,mBAAmB,CAAsE;IACjG;;OAEG;IACI,cAAc,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAA2C;IAEvG;;OAEG;gBACiB,OAAO,EAAE,cAAc,EACjC,MAAM,EAAE,aAAa,EACrB,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY;IAOpC;;OAEG;IACH,KAAK;IAKL;;OAEG;IACH,iBAAiB,IAAI,UAAU,CAAC,yBAAyB,CAAC;IAO1D;;;OAGG;IACH,oBAAoB,IAAI,IAAI;IAsB5B;;;OAGG;IACH,kBAAkB,IAAI,UAAU,CAAC,WAAW,EAAE,CAAC;IAuB/C;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAe1B;;;;;OAKG;IACH,OAAO,CAAC,iBAAiB;IAgBzB;;;;;OAKG;IACH,eAAe,CAAC,WAAW,EAAE,WAAW,GAAG,UAAU,CAAC,WAAW,CAAC;IASlE;;;OAGG;IACH,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAY9C;;;OAGG;IACH,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,WAAW,CAAC;IAenD;;;;;;OAMG;IACH,sBAAsB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;;;;;;;yCA5MxC,oBAAoB;6CAApB,oBAAoB;CAqNhC"}