@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.
- package/app/eo-framework/actions/action.module.d.ts +17 -12
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +47 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts +19 -0
- package/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +3 -1
- package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts +21 -0
- package/app/eo-framework/actions/actions/signature-action/signature.model.d.ts.map +1 -0
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts +2 -0
- package/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/object-form-group.model.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-edit/object-form-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts +11 -0
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-options.interface.d.ts +1 -0
- package/app/eo-framework/object-form/object-form-options.interface.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts +2 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +5 -3
- package/assets/_default/i18n/en.json +5 -3
- package/assets/_default/svg/ic_drag.svg +1 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/action.module.mjs +19 -7
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +184 -0
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +53 -0
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +19 -17
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature.model.mjs +8 -0
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/media/media.component.mjs +5 -5
- package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +6 -4
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +11 -4
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -1
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +35 -2
- package/esm2020/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +6 -4
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/model/work-item-history.model.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +4 -96
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +484 -201
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -96
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +480 -201
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +3 -3
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +1 -4
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
- package/scss/_form.scss +6 -1
- 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.