@eo-sdk/client 11.14.0-rc.2 → 11.14.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 (52) hide show
  1. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +2 -1
  2. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts.map +1 -1
  3. package/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.d.ts +2 -1
  4. package/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.d.ts.map +1 -1
  5. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +1 -1
  6. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts +1 -1
  7. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +1 -0
  8. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  9. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +1 -0
  10. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  11. package/app/eo-framework/object-details/object-links/object-links.component.d.ts +1 -0
  12. package/app/eo-framework/object-details/object-links/object-links.component.d.ts.map +1 -1
  13. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  14. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
  15. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  16. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
  17. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  18. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +1 -1
  19. package/esm2022/app/eo-client/login/login.component.mjs +3 -3
  20. package/esm2022/app/eo-client/settings/settings.component.mjs +1 -1
  21. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +8 -4
  22. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +8 -4
  23. package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
  24. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
  25. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
  26. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
  27. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
  28. package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
  29. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +2 -2
  30. package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
  31. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +7 -3
  32. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +11 -7
  33. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +1 -1
  34. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  35. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +9 -8
  36. package/esm2022/app/eo-framework/grid/grid.component.mjs +2 -2
  37. package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
  38. package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
  39. package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +13 -6
  40. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +10 -2
  41. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
  42. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
  43. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +1 -1
  44. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
  45. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
  46. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +1 -1
  47. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +11 -5
  48. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +1 -3
  49. package/fesm2022/eo-sdk-client.mjs +123 -90
  50. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  51. package/misc/scripts/mvn-deploy.js +3 -3
  52. package/package.json +2 -2

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.