@eo-sdk/client 10.3.0-rc.2 → 10.4.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 (75) hide show
  1. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +0 -1
  2. package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
  4. package/app/eo-framework/actions/action.module.d.ts +17 -12
  5. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  6. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +47 -0
  7. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -0
  8. package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts +19 -0
  9. package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts.map +1 -0
  10. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +3 -1
  11. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
  12. package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts +21 -0
  13. package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts.map +1 -0
  14. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  15. package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +2 -0
  16. package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts.map +1 -1
  17. package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts +1 -0
  18. package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts.map +1 -1
  19. package/app/eo-framework/object-form/object-form-edit/object-form-edit.component.d.ts.map +1 -1
  20. package/app/eo-framework/object-form/object-form-helper.service.d.ts +11 -0
  21. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  22. package/app/eo-framework/object-form/object-form-options.interface.d.ts +1 -0
  23. package/app/eo-framework/object-form/object-form-options.interface.d.ts.map +1 -1
  24. package/app/eo-framework/prepare-details/prepare-details.component.d.ts +2 -1
  25. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  26. package/assets/_default/i18n/de.json +5 -3
  27. package/assets/_default/i18n/en.json +5 -3
  28. package/assets/_default/svg/ic_drag.svg +1 -0
  29. package/assets/_default/svg/ic_saved_search.svg +1 -0
  30. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  31. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
  32. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
  33. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +10 -14
  34. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
  35. package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
  36. package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +1 -1
  37. package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
  38. package/esm2020/app/eo-framework/actions/action.module.mjs +19 -7
  39. package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +184 -0
  40. package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +53 -0
  41. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +22 -19
  42. package/esm2020/app/eo-framework/actions/actions/signature-action/signature.model.mjs +8 -0
  43. package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
  44. package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +2 -2
  45. package/esm2020/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
  46. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +1 -1
  47. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +1 -1
  48. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
  49. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +4 -3
  50. package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +11 -4
  51. package/esm2020/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
  52. package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -1
  53. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +35 -2
  54. package/esm2020/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
  55. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +1 -1
  56. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +6 -4
  57. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -1
  58. package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +2 -2
  59. package/esm2020/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
  60. package/esm2020/app/eo-framework-core/api/grid.service.mjs +13 -13
  61. package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +3 -3
  62. package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +4 -96
  63. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
  64. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  65. package/fesm2015/eo-sdk-client.mjs +352 -71
  66. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  67. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
  68. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  69. package/fesm2020/eo-sdk-client.mjs +348 -71
  70. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  71. package/package.json +3 -3
  72. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +1 -4
  73. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
  74. package/scss/_form.scss +6 -1
  75. 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.