@eo-sdk/client 10.3.0-rc.1 → 10.4.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 (63) hide show
  1. package/app/eo-framework/actions/action.module.d.ts +17 -12
  2. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  3. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +47 -0
  4. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -0
  5. package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts +19 -0
  6. package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts.map +1 -0
  7. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +3 -1
  8. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
  9. package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts +21 -0
  10. package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts.map +1 -0
  11. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  12. package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
  13. package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +2 -0
  14. package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts.map +1 -1
  15. package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts +1 -0
  16. package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts.map +1 -1
  17. package/app/eo-framework/object-form/object-form-edit/object-form-edit.component.d.ts.map +1 -1
  18. package/app/eo-framework/object-form/object-form-helper.service.d.ts +11 -0
  19. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  20. package/app/eo-framework/object-form/object-form-options.interface.d.ts +1 -0
  21. package/app/eo-framework/object-form/object-form-options.interface.d.ts.map +1 -1
  22. package/app/eo-framework/prepare-details/prepare-details.component.d.ts +2 -1
  23. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  24. package/assets/_default/i18n/de.json +5 -3
  25. package/assets/_default/i18n/en.json +5 -3
  26. package/assets/_default/svg/ic_drag.svg +1 -0
  27. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  28. package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +1 -1
  29. package/esm2020/app/eo-framework/actions/action.module.mjs +19 -7
  30. package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +184 -0
  31. package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +53 -0
  32. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +19 -17
  33. package/esm2020/app/eo-framework/actions/actions/signature-action/signature.model.mjs +8 -0
  34. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
  35. package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +3 -3
  36. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +1 -1
  37. package/esm2020/app/eo-framework/media/media.component.mjs +5 -5
  38. package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +6 -4
  39. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +1 -1
  40. package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +11 -4
  41. package/esm2020/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
  42. package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -1
  43. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +35 -2
  44. package/esm2020/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
  45. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +1 -1
  46. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +6 -4
  47. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -1
  48. package/esm2020/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
  49. package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +3 -3
  50. package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +4 -96
  51. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
  52. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  53. package/fesm2015/eo-sdk-client.mjs +484 -201
  54. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  55. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
  56. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  57. package/fesm2020/eo-sdk-client.mjs +480 -201
  58. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  59. package/package.json +3 -3
  60. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +1 -4
  61. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
  62. package/scss/_form.scss +6 -1
  63. package/styles.css +3 -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.