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

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 (40) hide show
  1. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +0 -1
  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.map +1 -1
  4. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts +2 -2
  5. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
  6. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
  7. package/app/eo-framework/form-elements/checkbox/checkbox.component.d.ts +3 -3
  8. package/app/eo-framework/form-elements/checkbox/checkbox.component.d.ts.map +1 -1
  9. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  10. package/assets/_default/svg/ic_saved_search.svg +1 -0
  11. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  12. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
  13. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  14. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +10 -14
  15. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +7 -7
  16. package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
  17. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
  18. package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
  19. package/esm2020/app/eo-client/process-state/process-state.component.mjs +1 -1
  20. package/esm2020/app/eo-client/settings/settings.component.mjs +1 -1
  21. package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +1 -1
  22. package/esm2020/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +1 -1
  23. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +6 -5
  24. package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +11 -6
  25. package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +2 -2
  26. package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +2 -2
  27. package/esm2020/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
  28. package/esm2020/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +1 -1
  29. package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
  30. package/esm2020/app/eo-framework/grid/filters/list-filter.component.mjs +1 -1
  31. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  32. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
  33. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +4 -3
  34. package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +2 -2
  35. package/esm2020/app/eo-framework-core/api/grid.service.mjs +13 -13
  36. package/fesm2015/eo-sdk-client.mjs +218 -213
  37. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  38. package/fesm2020/eo-sdk-client.mjs +218 -213
  39. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  40. package/package.json +3 -3
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.1",
5
+ "version": "10.4.0-rc.3",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -29,12 +29,12 @@
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.1",
32
+ "@eo-sdk/core": "10.4.0-rc.3",
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",
36
36
  "@types/lodash": "4.14.88",
37
- "@yuuvis/components": "^0.0.57",
37
+ "@yuuvis/components": "^0.0.60",
38
38
  "@yuuvis/widget-grid": "^0.4.6",
39
39
  "core-js": "^2.5.4",
40
40
  "file-saver": "^2.0.5",