@eo-sdk/client 11.14.0-rc.2 → 11.14.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 (82) 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/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +1 -0
  6. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -1
  7. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +1 -0
  8. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
  9. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +1 -1
  10. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts +1 -1
  11. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +3 -1
  12. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  13. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +3 -1
  14. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  15. package/app/eo-framework/form-elements/number-range/number-range.component.d.ts +2 -1
  16. package/app/eo-framework/form-elements/number-range/number-range.component.d.ts.map +1 -1
  17. package/app/eo-framework/form-elements/organization/organization.component.d.ts +2 -1
  18. package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
  19. package/app/eo-framework/object-details/object-links/object-links.component.d.ts +1 -0
  20. package/app/eo-framework/object-details/object-links/object-links.component.d.ts.map +1 -1
  21. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +2 -1
  22. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
  23. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  24. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +2 -0
  25. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  26. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
  27. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  28. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
  29. package/assets/_default/i18n/de.json +2 -1
  30. package/assets/_default/i18n/en.json +2 -1
  31. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  32. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +1 -1
  33. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +1 -1
  34. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +1 -1
  35. package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +1 -1
  36. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +1 -1
  37. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +1 -1
  38. package/esm2022/app/eo-client/login/login.component.mjs +3 -3
  39. package/esm2022/app/eo-client/process-state/process-state.component.mjs +1 -1
  40. package/esm2022/app/eo-client/settings/settings.component.mjs +1 -1
  41. package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +8 -4
  42. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +8 -4
  43. package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
  44. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +1 -1
  45. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +1 -1
  46. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +15 -4
  47. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +6 -3
  48. package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
  49. package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
  50. package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
  51. package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
  52. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +2 -2
  53. package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
  54. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +10 -4
  55. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +1 -1
  56. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +14 -8
  57. package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +1 -1
  58. package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +6 -4
  59. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +6 -4
  60. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  61. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +9 -8
  62. package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  63. package/esm2022/app/eo-framework/grid/grid.component.mjs +2 -2
  64. package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
  65. package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
  66. package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +13 -6
  67. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +5 -3
  68. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +10 -2
  69. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +11 -3
  70. package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +1 -1
  71. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
  72. package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +1 -1
  73. package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
  74. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
  75. package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +1 -1
  76. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +1 -1
  77. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +11 -5
  78. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +1 -3
  79. package/fesm2022/eo-sdk-client.mjs +179 -114
  80. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  81. package/misc/scripts/mvn-deploy.js +3 -3
  82. 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.