@eo-sdk/client 10.4.0-rc.5 → 10.5.0-rc.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.
Files changed (69) hide show
  1. package/README.md +2 -2
  2. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  4. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +57 -0
  5. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -0
  6. package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +62 -0
  7. package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -0
  8. package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +11 -0
  9. package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -0
  10. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts +4 -1
  11. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
  12. package/app/eo-client/eo-client.module.d.ts +19 -16
  13. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  14. package/app/eo-client/settings/settings.component.d.ts +2 -0
  15. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  16. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +2 -1
  17. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  18. package/app/eo-framework/prepare-details/prepare-details.component.d.ts +1 -0
  19. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  20. package/app/eo-framework/tree/tree.component.d.ts +2 -1
  21. package/app/eo-framework/tree/tree.component.d.ts.map +1 -1
  22. package/app/eo-framework-core/empty-state/empty-state.interface.d.ts +3 -3
  23. package/app/eo-framework-core/empty-state/empty-state.interface.d.ts.map +1 -1
  24. package/assets/_default/i18n/de.json +19 -2
  25. package/assets/_default/i18n/en.json +18 -1
  26. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  27. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +11 -3
  28. package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +200 -0
  29. package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +188 -0
  30. package/esm2020/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +2 -0
  31. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
  32. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +20 -14
  33. package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
  34. package/esm2020/app/eo-client/eo-client.module.mjs +16 -6
  35. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +2 -2
  36. package/esm2020/app/eo-client/settings/settings.component.mjs +16 -4
  37. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +3 -3
  38. package/esm2020/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +1 -1
  39. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
  40. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +3 -3
  41. package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +7 -4
  42. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +1 -1
  43. package/esm2020/app/eo-framework/frame/frame.component.mjs +2 -2
  44. package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  45. package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +1 -1
  46. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +1 -1
  47. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -3
  48. package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
  49. package/esm2020/app/eo-framework/tree/tree.component.mjs +15 -4
  50. package/esm2020/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
  51. package/esm2020/projects/eo-sdk/core/lib/service/storage/local-storage.service.mjs +12 -1
  52. package/esm2020/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.mjs +1 -1
  53. package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +18 -1
  54. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +28 -0
  55. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  56. package/fesm2015/eo-sdk-client.mjs +464 -44
  57. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  58. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +28 -0
  59. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  60. package/fesm2020/eo-sdk-client.mjs +452 -44
  61. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  62. package/package.json +3 -2
  63. package/projects/eo-sdk/core/lib/service/storage/local-storage.service.d.ts +3 -0
  64. package/projects/eo-sdk/core/lib/service/storage/local-storage.service.d.ts.map +1 -1
  65. package/projects/eo-sdk/core/lib/service/stored-queries/stored-queries.service.d.ts.map +1 -1
  66. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +11 -0
  67. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +1 -1
  68. package/styles.css +1 -0
  69. package/styles.scss +1 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.