@eo-sdk/client 11.0.0-beta.1 → 11.0.0-rc.2

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 (94) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  2. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +7 -5
  4. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
  5. package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +2 -0
  6. package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
  7. package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +2 -0
  8. package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
  9. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts +3 -2
  10. package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts.map +1 -1
  11. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +7 -0
  12. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
  13. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +6 -4
  14. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
  15. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts +2 -2
  16. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
  17. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +3 -2
  18. package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -1
  19. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +3 -2
  20. package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -1
  21. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +3 -2
  22. package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -1
  23. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts +22 -0
  24. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts.map +1 -0
  25. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +11 -5
  26. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -1
  27. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts +7 -0
  28. package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts.map +1 -0
  29. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -2
  30. package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
  31. package/app/eo-client/eo-client.module.d.ts +18 -17
  32. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  33. package/app/eo-client/settings/settings.component.d.ts +2 -11
  34. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  35. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
  36. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  37. package/app/eo-framework/app-shell/app-shell.module.d.ts +17 -16
  38. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  39. package/app/eo-framework/app-shell/index.d.ts +1 -0
  40. package/app/eo-framework/app-shell/index.d.ts.map +1 -1
  41. package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts +10 -0
  42. package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts.map +1 -0
  43. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +1 -0
  44. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  45. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  46. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  47. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  48. package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
  49. package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
  50. package/app/eo-framework-core/error-handler/error-handler.service.d.ts.map +1 -1
  51. package/assets/_default/i18n/de.json +14 -9
  52. package/assets/_default/i18n/en.json +16 -11
  53. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  54. package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +3 -1
  55. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +51 -32
  56. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +46 -16
  57. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
  58. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +17 -11
  59. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
  60. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  61. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +30 -17
  62. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +7 -8
  63. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +16 -10
  64. package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -4
  65. package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +15 -9
  66. package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +16 -10
  67. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +75 -0
  68. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +93 -26
  69. package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +2 -0
  70. package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +4 -7
  71. package/esm2022/app/eo-client/eo-client.module.mjs +6 -3
  72. package/esm2022/app/eo-client/settings/settings.component.mjs +28 -40
  73. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  74. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +4 -3
  75. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +34 -22
  76. package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +13 -7
  77. package/esm2022/app/eo-framework/app-shell/index.mjs +2 -1
  78. package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +26 -0
  79. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +19 -15
  80. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +4 -1
  81. package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +2 -2
  82. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
  83. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +4 -4
  84. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +2 -2
  85. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +15 -4
  86. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +16 -1
  87. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +10 -1
  88. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +2 -2
  89. package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +2 -2
  90. package/esm2022/app/eo-framework-core/api/grid.service.mjs +18 -21
  91. package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +6 -6
  92. package/fesm2022/eo-sdk-client.mjs +640 -360
  93. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  94. package/package.json +4 -4

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.