@eo-sdk/client 11.7.0-beta.2 → 11.8.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/LICENSE +21 -21
- package/README.md +35 -35
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts +3 -2
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts +30 -0
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts +23 -0
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts +20 -0
- package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts.map +1 -0
- package/app/eo-client/eo-client.module.d.ts +32 -29
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +15 -16
- package/app/eo-client/settings/settings.component.d.ts.map +1 -1
- package/app/eo-client/settings/settings.interface.d.ts +25 -0
- package/app/eo-client/settings/settings.interface.d.ts.map +1 -0
- package/app/eo-framework/actions/action.module.d.ts +15 -13
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/custom-actions/custom-actions.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts +4 -3
- package/app/eo-framework/actions/actions/unlock-action/unlock-action.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts +23 -0
- package/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.d.ts.map +1 -0
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +0 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +3 -2
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +12 -4
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts +51 -26
- package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
- package/app/eo-framework-core/agent/agent.service.d.ts +7 -2
- package/app/eo-framework-core/agent/agent.service.d.ts.map +1 -1
- package/app/eo-framework-core/search/app-search.service.d.ts.map +1 -1
- package/assets/_default/README.md +2 -2
- package/assets/_default/config/extend.json +6 -6
- package/assets/_default/config/main.json +44 -44
- package/assets/_default/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_light_macroman/Roboto-Light-webfont.svg +818 -818
- package/assets/_default/fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg +765 -765
- package/assets/_default/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg +795 -795
- package/assets/_default/i18n/de.json +1150 -1132
- package/assets/_default/i18n/en.json +21 -3
- package/assets/_default/i18n/po/de.po +310 -310
- package/assets/_default/i18n/po/en.po +310 -310
- package/assets/_default/svg/ic_delete_sweep.svg +3 -3
- package/assets/_default/svg/ic_emoticon-cool.svg +1 -1
- package/assets/_default/svg/ic_kitt-loader.svg +1 -1
- package/assets/_default/svg/ic_link.svg +6 -6
- package/assets/_default/svg/ic_not_listed_location.svg +4 -4
- package/assets/_default/theme/theme.css +13 -13
- package/assets/dashboard.json +47 -47
- package/assets/i18n/temp.json +584 -584
- package/assets/i18n/temp.pot +1753 -1753
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +22 -8
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +13 -17
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +114 -0
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.mjs +79 -0
- package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.mjs +2 -0
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/eo-client-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/eo-client.module.mjs +11 -1
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +14 -14
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +18 -18
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox.types.enum.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +1 -1
- package/esm2022/app/eo-client/index.mjs +1 -1
- package/esm2022/app/eo-client/login/login.component.mjs +3 -3
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +16 -16
- package/esm2022/app/eo-client/notifications-state/notifications-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.interface.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state-service/object-state.service.mjs +1 -1
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +14 -14
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +1 -1
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +1 -1
- package/esm2022/app/eo-client/process-state/filter-label.mjs +1 -1
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +22 -22
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +16 -16
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +3 -3
- package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +42 -24
- package/esm2022/app/eo-client/settings/settings.interface.mjs +2 -0
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +14 -14
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +16 -16
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action.module.mjs +8 -4
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -1
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +2 -2
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +7 -4
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature.model.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-action.mjs +3 -4
- package/esm2022/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.mjs +43 -0
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +1 -1
- package/esm2022/app/eo-framework/actions/index.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action-list-entry.mjs +1 -1
- package/esm2022/app/eo-framework/actions/interfaces/action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/actions/selection-range.enum.mjs +1 -1
- package/esm2022/app/eo-framework/animations/animations.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +11 -8
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.interface.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/component/cta.component.mjs +3 -3
- package/esm2022/app/eo-framework/cta/cta.module.mjs +1 -1
- package/esm2022/app/eo-framework/cta/index.mjs +1 -1
- package/esm2022/app/eo-framework/eo-framework.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error.module.mjs +1 -1
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +3 -3
- package/esm2022/app/eo-framework/error/index.mjs +1 -1
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +8 -3
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/animation/reference-finder.animation.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/interface/reference-finder.interface.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +3 -3
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filters.interface.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +21 -21
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +1 -1
- package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
- package/esm2022/app/eo-framework/grid/grid.component.mjs +7 -7
- package/esm2022/app/eo-framework/grid/grid.module.mjs +1 -1
- package/esm2022/app/eo-framework/grid/index.mjs +1 -1
- package/esm2022/app/eo-framework/grid/loader.interface.mjs +1 -1
- package/esm2022/app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component.mjs +3 -3
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/index.mjs +1 -1
- package/esm2022/app/eo-framework/list-container/list-container.component.mjs +3 -3
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +1 -1
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +1 -1
- package/esm2022/app/eo-framework/media/index.mjs +1 -1
- package/esm2022/app/eo-framework/media/media.component.mjs +9 -5
- package/esm2022/app/eo-framework/media/media.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +26 -13
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +4 -4
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/form-status-changed-event.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +12 -12
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-validation/form-validation.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control-wrapper.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-control.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-group.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form.model.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form-options.interface.mjs +1 -1
- package/esm2022/app/eo-framework/object-form/object-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +15 -15
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +1 -1
- package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +3 -3
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +10 -10
- package/esm2022/app/eo-framework/process/details/process-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +3 -3
- package/esm2022/app/eo-framework/process/process-file/file-entry-permissions.interface.mjs +1 -1
- package/esm2022/app/eo-framework/process/process-file/process-file.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/process-form/process-form.module.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/index.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search-result.interface.mjs +1 -1
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +1 -1
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +3 -3
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +1 -1
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/change-password/change-password.interface.mjs +1 -1
- package/esm2022/app/eo-framework/settings/index.mjs +1 -1
- package/esm2022/app/eo-framework/settings/permissions/permissions.component.mjs +3 -3
- package/esm2022/app/eo-framework/settings/settings.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-action.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcut-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +3 -3
- package/esm2022/app/eo-framework/shortcuts/index.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcut.interface.mjs +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.directive.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +1 -1
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +4 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +3 -3
- package/esm2022/app/eo-framework/stored-query/stored-query-type-filter.enum.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.interface.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query.module.mjs +1 -1
- package/esm2022/app/eo-framework/tree/index.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree.component.mjs +3 -3
- package/esm2022/app/eo-framework/tree/tree.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +1 -1
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/index.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry.interface.mjs +1 -1
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +1 -1
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +7 -7
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +1 -1
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -3
- package/esm2022/app/eo-framework/ui/ui.module.mjs +1 -1
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +163 -92
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +1 -1
- package/esm2022/app/eo-framework/util/index.mjs +1 -1
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +1 -1
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +1 -1
- package/esm2022/app/eo-framework/util/util.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +13 -2
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +6 -6
- package/esm2022/app/eo-framework-core/api/model/dms-object.api.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/empty-state/empty-state.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/error-handler/error-keys.mjs +1 -1
- package/esm2022/app/eo-framework-core/index.mjs +1 -1
- package/esm2022/app/eo-framework-core/layout/layout.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/location/location.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-component.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +1 -1
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +1 -1
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +6 -2
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +1 -1
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +1 -1
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/eo-sdk-client.mjs +966 -614
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/languages/ar.json +523 -523
- package/languages/es.json +523 -523
- package/languages/fr.json +523 -523
- package/languages/po/ar.po +457 -457
- package/languages/pt.json +523 -523
- package/languages/temp.pot +928 -928
- package/languages/zh.json +523 -523
- package/misc/client.properties +1 -1
- package/misc/doc-styles/style.css +175 -175
- package/misc/scripts/copy-client-assets.js +26 -26
- package/misc/scripts/copy-core-styles.js +3 -3
- package/misc/scripts/exclude-core-ng-package.js +11 -11
- package/misc/scripts/helper.js +64 -64
- package/misc/scripts/i18n-apply.js +46 -46
- package/misc/scripts/i18n-diff.js +100 -100
- package/misc/scripts/injectdocbase.js +7 -7
- package/misc/scripts/mvn-deploy.js +66 -66
- package/misc/scripts/prebuild-about-state.js +32 -32
- package/misc/scripts/preparedist.js +39 -39
- package/misc/scripts/zipdist.js +21 -21
- package/misc/template.yml +4 -4
- package/misc/tsscheme.xml +34 -34
- package/package.json +3 -2
- package/proxy.config.js +13 -13
- package/scss/_ag-grid.scss +59 -59
- package/scss/_animation.scss +55 -55
- package/scss/_eo-variables.scss +78 -78
- package/scss/_form.scss +660 -660
- package/scss/_main.scss +394 -394
- package/scss/_migrationTemp.scss +28 -27
- package/scss/_mixins.scss +201 -201
- package/scss/_theme-dark.scss +22 -22
- package/scss/_timeline.scss +98 -98
- package/scss/_yuuvis-components.scss +40 -40
- package/styles.css +1 -0
- package/styles.scss +141 -141
- package/assets/_default/i18n/de_after.json +0 -1137
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
The MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018 OPTIMAL SYSTEMS GmbH, http://www.optimal-systems.de
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
1
|
+
The MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 OPTIMAL SYSTEMS GmbH, http://www.optimal-systems.de
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
## Client library `@eo-sdk/client`
|
|
2
|
-
Angular library for Custom Client project. Provides modules:
|
|
3
|
-
* EoClientModule with states
|
|
4
|
-
* EoFrameworkModule with components
|
|
5
|
-
* EoFrameworkCoreModule with services.
|
|
6
|
-
|
|
7
|
-
<!-- Badges section here. -->
|
|
8
|
-

|
|
9
|
-

|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## Prerequisites
|
|
13
|
-
|
|
14
|
-
Both the CLI and generated project have dependencies that require Node 16.14 or higher, together
|
|
15
|
-
with NPM 6.18 or higher.
|
|
16
|
-
|
|
17
|
-
## Installation
|
|
18
|
-
|
|
19
|
-
Use [@eo-sdk/cli](https://www.npmjs.com/package/@eo-sdk/cli) package to install your custom client project.
|
|
20
|
-
|
|
21
|
-
## Documentation
|
|
22
|
-
|
|
23
|
-
The documentation for the [developers](http://developer.enaio.org).
|
|
24
|
-
|
|
25
|
-
## Core library
|
|
26
|
-
|
|
27
|
-
This library is is extension of [@eo-sdk/core](https://www.npmjs.com/package/@eo-sdk/core) library and provides extra services, components and states.
|
|
28
|
-
|
|
29
|
-
## Translations
|
|
30
|
-
|
|
31
|
-
This guide helps when translating the user interface labels: [Translation Guide](https://help.optimal-systems.com/translation/Translation_StyleGuide_UI_EN_2.4.pdf)
|
|
32
|
-
|
|
33
|
-
## License
|
|
34
|
-
|
|
35
|
-
MIT
|
|
1
|
+
## Client library `@eo-sdk/client`
|
|
2
|
+
Angular library for Custom Client project. Provides modules:
|
|
3
|
+
* EoClientModule with states
|
|
4
|
+
* EoFrameworkModule with components
|
|
5
|
+
* EoFrameworkCoreModule with services.
|
|
6
|
+
|
|
7
|
+
<!-- Badges section here. -->
|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## Prerequisites
|
|
13
|
+
|
|
14
|
+
Both the CLI and generated project have dependencies that require Node 16.14 or higher, together
|
|
15
|
+
with NPM 6.18 or higher.
|
|
16
|
+
|
|
17
|
+
## Installation
|
|
18
|
+
|
|
19
|
+
Use [@eo-sdk/cli](https://www.npmjs.com/package/@eo-sdk/cli) package to install your custom client project.
|
|
20
|
+
|
|
21
|
+
## Documentation
|
|
22
|
+
|
|
23
|
+
The documentation for the [developers](http://developer.enaio.org).
|
|
24
|
+
|
|
25
|
+
## Core library
|
|
26
|
+
|
|
27
|
+
This library is is extension of [@eo-sdk/core](https://www.npmjs.com/package/@eo-sdk/core) library and provides extra services, components and states.
|
|
28
|
+
|
|
29
|
+
## Translations
|
|
30
|
+
|
|
31
|
+
This guide helps when translating the user interface labels: [Translation Guide](https://help.optimal-systems.com/translation/Translation_StyleGuide_UI_EN_2.4.pdf)
|
|
32
|
+
|
|
33
|
+
## License
|
|
34
|
+
|
|
35
|
+
MIT
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;
|
|
1
|
+
{"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;QAAogE;IACjhE,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
|
-
import { Config, LocalStorageService, TranslateService, UserService } from '@eo-sdk/core';
|
|
3
|
+
import { Config, LocalStorageService, SigningService, TranslateService, UserService } from '@eo-sdk/core';
|
|
4
4
|
import { WidgetGridRegistry, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from '@yuuvis/widget-grid';
|
|
5
5
|
import { PageTitleService, PendingChangesService } from '../../eo-framework-core';
|
|
6
6
|
import { AfterViewInit } from '@angular/core';
|
|
@@ -14,6 +14,7 @@ export declare class DashboardComponent implements OnInit, AfterViewInit {
|
|
|
14
14
|
private storageService;
|
|
15
15
|
translate: TranslateService;
|
|
16
16
|
private pendingChanges;
|
|
17
|
+
private signingService;
|
|
17
18
|
workspaceConfig: WidgetGridWorkspaceConfig | undefined;
|
|
18
19
|
workspaceOptions: WidgetGridWorkspaceOptions;
|
|
19
20
|
backgroundImage: string;
|
|
@@ -22,7 +23,7 @@ export declare class DashboardComponent implements OnInit, AfterViewInit {
|
|
|
22
23
|
toolbarIconSrc: string;
|
|
23
24
|
toolbarIconTooltip: string;
|
|
24
25
|
pendingTaskID: string;
|
|
25
|
-
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, pendingChanges: PendingChangesService);
|
|
26
|
+
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, pendingChanges: PendingChangesService, signingService: SigningService);
|
|
26
27
|
onWorkspacesConfigChange(c: WidgetGridWorkspaceConfig): void;
|
|
27
28
|
private setWidgetGridLabels;
|
|
28
29
|
private registerWidgets;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,
|
|
1
|
+
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,EAAE,cAAc,EACnC,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAahF,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAa5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAkB3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,cAAc;IAxBxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;gBAGA,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,cAAc,EAAE,qBAAqB,EACrC,cAAc,EAAE,cAAc;IASxC,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAkC3B,OAAO,CAAC,eAAe;IA2EvB,QAAQ;IAKR,eAAe;IAmBf,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;IAO5B,mBAAmB,CAAC,MAAM,EAAE,OAAO;yCAtOxB,kBAAkB;2CAAlB,kBAAkB;CA6O9B"}
|
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
56
56
|
getStoredQuerys(): void;
|
|
57
57
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
58
58
|
updateField(): void;
|
|
59
|
-
getAggregationField(type: any): import("rxjs").Subscription;
|
|
59
|
+
getAggregationField(type: any, contextType?: any): import("rxjs").Subscription;
|
|
60
60
|
getMetricCodesystem(): {
|
|
61
61
|
entries: {
|
|
62
62
|
id: string;
|
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGhJ,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,oBAAqB,YAAW,gBAAgB,EAAE,MAAM;IA0EjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IA9EvB,OAAO,CAAC,aAAa,CAAU;IACrB,kBAAkB,wBAA+B;IACjD,uBAAuB,kCAAyC;IAE1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,OAAO,CAAC,MAAM,CAAc;IAC5B,SAAS,EAAE,gBAAgB,CAiBxB;IAEH,mBAAmB;;;MAGjB;IAEF,iBAAiB;;;MAGf;IAEF,eAAe;;;MAGb;IAEF,mBAAmB;;;MAGjB;IAEF,oBAAoB;;;MAGlB;IAEF,iBAAiB;;;MAGf;IAEF,cAAc,UAAS;IACvB,YAAY,UAAS;IACrB,uBAAuB,SAAM;IAC7B,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEW,qBAAqB,EAAE,mBAAmB,CAAC;IAE/E,IAAa,YAAY,CAAC,EAAE,EAAE,OAAO,EAGpC;IAED,IAAI,YAAY,IALc,OAAO,CAOpC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa,EACrB,aAAa,EAAE,aAAa;IAYtC,OAAO,CAAC,eAAe;IAqCvB,gBAAgB;IAwChB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,WAAW;
|
|
1
|
+
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGhJ,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,oBAAqB,YAAW,gBAAgB,EAAE,MAAM;IA0EjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IA9EvB,OAAO,CAAC,aAAa,CAAU;IACrB,kBAAkB,wBAA+B;IACjD,uBAAuB,kCAAyC;IAE1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,OAAO,CAAC,MAAM,CAAc;IAC5B,SAAS,EAAE,gBAAgB,CAiBxB;IAEH,mBAAmB;;;MAGjB;IAEF,iBAAiB;;;MAGf;IAEF,eAAe;;;MAGb;IAEF,mBAAmB;;;MAGjB;IAEF,oBAAoB;;;MAGlB;IAEF,iBAAiB;;;MAGf;IAEF,cAAc,UAAS;IACvB,YAAY,UAAS;IACrB,uBAAuB,SAAM;IAC7B,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEW,qBAAqB,EAAE,mBAAmB,CAAC;IAE/E,IAAa,YAAY,CAAC,EAAE,EAAE,OAAO,EAGpC;IAED,IAAI,YAAY,IALc,OAAO,CAOpC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa,EACrB,aAAa,EAAE,aAAa;IAYtC,OAAO,CAAC,eAAe;IAqCvB,gBAAgB;IAwChB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,WAAW;IAUX,mBAAmB,CAAC,IAAI,KAAA,EAAE,WAAW,CAAC,KAAA;IA4BtC,mBAAmB;;;;;;;;IAkDnB,aAAa;;;;;;;;IA4Db,iBAAiB;;;;;;;;IAmDjB,2BAA2B,CAAC,IAAI,KAAA;IAwBhC,OAAO,CAAC,oBAAoB;IAkB5B,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,uBAAuB;IAqB/B,OAAO,CAAC,UAAU;IAYlB,QAAQ,IAAI,IAAI;yCA3dL,oBAAoB;2CAApB,oBAAoB;CAoehC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { ICodeSystem, SystemService, TranslateService } from '@eo-sdk/core';
|
|
4
|
+
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
5
|
+
import { SignatureStatisticsConfig } from '../signature-statistics.interface';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SignatureStatisticsSetupComponent implements IWidgetSetupComponent, OnInit {
|
|
8
|
+
private fb;
|
|
9
|
+
private translate;
|
|
10
|
+
private systemService;
|
|
11
|
+
widgetConfigChange: EventEmitter<SignatureStatisticsConfig>;
|
|
12
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
13
|
+
setupForm: UntypedFormGroup;
|
|
14
|
+
yuvsigtypeCodesystem: ICodeSystem;
|
|
15
|
+
yuvsigstatusCodesystem: ICodeSystem;
|
|
16
|
+
documentTypesPicker: {
|
|
17
|
+
title: any;
|
|
18
|
+
codesystem: ICodeSystem;
|
|
19
|
+
};
|
|
20
|
+
private _widgetConfig;
|
|
21
|
+
constructor(fb: UntypedFormBuilder, translate: TranslateService, systemService: SystemService);
|
|
22
|
+
get widgetConfig(): SignatureStatisticsConfig;
|
|
23
|
+
set widgetConfig(wc: SignatureStatisticsConfig);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
getObjectTypes(): ICodeSystem;
|
|
26
|
+
private setWidgetConfig;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureStatisticsSetupComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureStatisticsSetupComponent, "eo-signature-statistics-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=signature-statistics-setup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signature-statistics-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,WAAW,EAAuB,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAEtG,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,yBAAyB,EAAC,MAAM,mCAAmC,CAAC;;AAG5E,qBAMa,iCAAkC,YAAW,qBAAqB,EAAE,MAAM;IAsCnF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IArCb,kBAAkB,0CAAiD;IACnE,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAQxB;IAEH,oBAAoB,EAAE,WAAW,CAKhB;IAEjB,sBAAsB,EAAE,WAAW,CAKlB;IAEjB,mBAAmB;;;MAGjB;IAEF,OAAO,CAAC,aAAa,CAA8D;gBAGzE,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa;IAatC,IAAI,YAAY,IAAI,yBAAyB,CAE5C;IAED,IAAa,YAAY,CAAC,EAAE,EAAE,yBAAyB,EAWtD;IAED,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAI,WAAW;IAa7B,OAAO,CAAC,eAAe;yCAvFZ,iCAAiC;2CAAjC,iCAAiC;CA+F7C"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { Clipboard } from '@angular/cdk/clipboard';
|
|
4
|
+
import { SignatureStatisticsConfig, StatisticsResult } from './signature-statistics.interface';
|
|
5
|
+
import { SigningService, TranslateService } from '@eo-sdk/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SignatureStatisticsWidgetComponent implements IWidgetComponent, OnInit {
|
|
8
|
+
private signingService;
|
|
9
|
+
private clipboard;
|
|
10
|
+
private translate;
|
|
11
|
+
statisticsResult: StatisticsResult;
|
|
12
|
+
refreshingRequest: boolean;
|
|
13
|
+
private _widgetConfig;
|
|
14
|
+
constructor(signingService: SigningService, clipboard: Clipboard, translate: TranslateService);
|
|
15
|
+
get widgetConfig(): SignatureStatisticsConfig;
|
|
16
|
+
set widgetConfig(statisticsConfig: SignatureStatisticsConfig | undefined);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
getStatistics(): void;
|
|
19
|
+
copyToClipboard(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureStatisticsWidgetComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureStatisticsWidgetComponent, "eo-signature-statistics-widget", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=signature-statistics-widget.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signature-statistics-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAC,yBAAyB,EAAE,gBAAgB,EAAC,MAAM,kCAAkC,CAAC;AAC7F,OAAO,EAAC,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9D,qBAMa,kCAAmC,YAAW,gBAAgB,EAAE,MAAM;IAOrE,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IAP7B,gBAAgB,EAAE,gBAAgB,CAAqE;IACvG,iBAAiB,UAAS;IAE1B,OAAO,CAAC,aAAa,CAA8D;gBAE/D,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,gBAAgB;IAG/C,IAAI,YAAY,IAAI,yBAAyB,CAE5C;IAED,IAAa,YAAY,CAAC,gBAAgB,EAAE,yBAAyB,GAAG,SAAS,EAKhF;IAED,QAAQ,IAAI,IAAI;IAEhB,aAAa,IAAI,IAAI;IAkBrB,eAAe,IAAI,IAAI;yCA3CZ,kCAAkC;2CAAlC,kCAAkC;CA+D9C"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ObjectType } from '@eo-sdk/core';
|
|
2
|
+
export interface SignatureStatisticsConfig {
|
|
3
|
+
title: string;
|
|
4
|
+
showZero: boolean;
|
|
5
|
+
documentTypes: ObjectType[];
|
|
6
|
+
aggregationField: string;
|
|
7
|
+
status: string[];
|
|
8
|
+
type: string[];
|
|
9
|
+
from: Date | string;
|
|
10
|
+
to: Date | string;
|
|
11
|
+
}
|
|
12
|
+
export interface StatisticsResult {
|
|
13
|
+
signaturesAmount: number | null;
|
|
14
|
+
documentsAmount: number | null;
|
|
15
|
+
aggregations: {
|
|
16
|
+
key: string;
|
|
17
|
+
value: any;
|
|
18
|
+
}[];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=signature-statistics.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signature-statistics.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,UAAU,EAAE,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;IACpB,EAAE,EAAE,IAAI,GAAG,MAAM,CAAC;CACnB;AACD,MAAM,WAAW,gBAAgB;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,YAAY,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE,EAAE,CAAC;CAC7C"}
|
|
@@ -18,39 +18,42 @@ import * as i15 from "./dashboard/widgets/iframe-widget/iframe-widget.component"
|
|
|
18
18
|
import * as i16 from "./dashboard/widgets/info-inbox-widget/info-inbox-widget.component";
|
|
19
19
|
import * as i17 from "./dashboard/widgets/info-intray-widget/info-intray-widget.component";
|
|
20
20
|
import * as i18 from "./dashboard/widgets/search-widget/search-widget.component";
|
|
21
|
-
import * as i19 from "./dashboard/widgets/
|
|
22
|
-
import * as i20 from "./dashboard/widgets/
|
|
23
|
-
import * as i21 from "./dashboard/widgets/
|
|
24
|
-
import * as i22 from "./dashboard/widgets/
|
|
25
|
-
import * as i23 from "./dashboard/widgets/
|
|
26
|
-
import * as i24 from "./dashboard/widgets/
|
|
27
|
-
import * as i25 from "./dashboard/widgets/
|
|
28
|
-
import * as i26 from "./dashboard/widgets/
|
|
29
|
-
import * as i27 from "./dashboard/widgets/
|
|
30
|
-
import * as i28 from "./dashboard/widgets/
|
|
31
|
-
import * as i29 from "./dashboard/widgets/
|
|
32
|
-
import * as i30 from "./dashboard/widgets/
|
|
33
|
-
import * as i31 from "
|
|
34
|
-
import * as i32 from "
|
|
35
|
-
import * as i33 from "
|
|
36
|
-
import * as i34 from "
|
|
37
|
-
import * as i35 from "
|
|
38
|
-
import * as i36 from "./
|
|
39
|
-
import * as i37 from "
|
|
40
|
-
import * as i38 from "
|
|
41
|
-
import * as i39 from "
|
|
42
|
-
import * as i40 from "
|
|
43
|
-
import * as i41 from "
|
|
44
|
-
import * as i42 from "@yuuvis/components/
|
|
45
|
-
import * as i43 from "@yuuvis/
|
|
46
|
-
import * as i44 from "@
|
|
47
|
-
import * as i45 from "@
|
|
48
|
-
import * as i46 from "@
|
|
21
|
+
import * as i19 from "./dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component";
|
|
22
|
+
import * as i20 from "./dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component";
|
|
23
|
+
import * as i21 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
|
|
24
|
+
import * as i22 from "./dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component";
|
|
25
|
+
import * as i23 from "./dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component";
|
|
26
|
+
import * as i24 from "./dashboard/widgets/hitlist-widget/hitlist-widget.component";
|
|
27
|
+
import * as i25 from "./dashboard/widgets/charts-widget/charts-widget.component";
|
|
28
|
+
import * as i26 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
|
|
29
|
+
import * as i27 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
|
|
30
|
+
import * as i28 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
|
|
31
|
+
import * as i29 from "./dashboard/widgets/todowidget/todo-widget.component";
|
|
32
|
+
import * as i30 from "./dashboard/widgets/todowidget/todo-setup/todo-setup.component";
|
|
33
|
+
import * as i31 from "./dashboard/widgets/picture-widget/picture-widget.component";
|
|
34
|
+
import * as i32 from "./dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component";
|
|
35
|
+
import * as i33 from "@angular/common";
|
|
36
|
+
import * as i34 from "@angular/cdk/clipboard";
|
|
37
|
+
import * as i35 from "@angular/forms";
|
|
38
|
+
import * as i36 from "./object-state/object-state.module";
|
|
39
|
+
import * as i37 from "./inbox-state/inbox-state.module";
|
|
40
|
+
import * as i38 from "./prepare-state/prepare-state.module";
|
|
41
|
+
import * as i39 from "./eo-client-routing.module";
|
|
42
|
+
import * as i40 from "../eo-framework/eo-framework.module";
|
|
43
|
+
import * as i41 from "../eo-framework/grid/grid.module";
|
|
44
|
+
import * as i42 from "@yuuvis/components/master-details";
|
|
45
|
+
import * as i43 from "@yuuvis/components/tabs";
|
|
46
|
+
import * as i44 from "@yuuvis/components/split-view";
|
|
47
|
+
import * as i45 from "@yuuvis/components/dropdown";
|
|
48
|
+
import * as i46 from "@yuuvis/widget-grid";
|
|
49
|
+
import * as i47 from "@carbon/charts-angular";
|
|
50
|
+
import * as i48 from "@angular/cdk/drag-drop";
|
|
51
|
+
import * as i49 from "@angular/router";
|
|
49
52
|
export declare class EoClientModule {
|
|
50
53
|
static forRoot(): ModuleWithProviders<EoClientModule>;
|
|
51
54
|
constructor(parentModule: EoClientModule);
|
|
52
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
|
|
53
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof
|
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i19.SignatureStatisticsWidgetComponent, typeof i20.SignatureStatisticsSetupComponent, typeof i15.SafeUrlPipe, typeof i21.LastEditedAndCreatedComponent, typeof i22.LastEditedAndCreatedSetupComponent, typeof i23.HitlistSetupComponent, typeof i24.HitlistWidgetComponent, typeof i25.ChartsWidgetComponent, typeof i26.ChartsSetupComponent, typeof i27.CountObjectsWidgetComponent, typeof i28.CountObjectsSetupComponent, typeof i29.TodoWidgetComponent, typeof i30.TodoSetupComponent, typeof i31.PictureWidgetComponent, typeof i32.PictureWidgetSetupComponent], [typeof i33.CommonModule, typeof i34.ClipboardModule, typeof i35.FormsModule, typeof i35.ReactiveFormsModule, typeof i36.ObjectStateModule, typeof i37.InboxStateModule, typeof i38.PrepareStateModule, typeof i39.EoClientRoutingModule, typeof i40.EoFrameworkModule, typeof i41.GridModule, typeof i42.YvcMasterDetailsModule, typeof i43.YvcTabsModule, typeof i44.YvcSplitViewModule, typeof i45.YvcDropdownModule, typeof i46.YuvWidgetGridModule, typeof i47.ChartsModule, typeof i48.DragDropModule], [typeof i49.RouterModule, typeof i40.EoFrameworkModule]>;
|
|
54
57
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
|
|
55
58
|
}
|
|
56
59
|
//# sourceMappingURL=eo-client.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDhF,qBA0Da,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
|
|
@@ -6,6 +6,7 @@ import { AgentService } from '../../eo-framework-core/agent/agent.service';
|
|
|
6
6
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
7
7
|
import { UserAvatarComponent } from '../../eo-framework/ui/user-avatar/user-avatar.component';
|
|
8
8
|
import { LockSettings } from './agent-lock-settings.enum';
|
|
9
|
+
import { Deputies, ClientLocale, SchemaLocale } from './settings.interface';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class SettingsComponent implements AfterViewInit {
|
|
11
12
|
private renderer;
|
|
@@ -23,18 +24,21 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
23
24
|
translate: TranslateService;
|
|
24
25
|
private elemRef;
|
|
25
26
|
private notification;
|
|
27
|
+
files: ElementRef;
|
|
28
|
+
headerBg: ElementRef | undefined;
|
|
29
|
+
userAvatar: UserAvatarComponent;
|
|
30
|
+
confirmDeleteBtn: ElementRef;
|
|
31
|
+
profileImageOverlay: ElementRef;
|
|
32
|
+
deputiesForm: NgForm;
|
|
26
33
|
user: EoUser;
|
|
27
34
|
capabilities: Capabilities;
|
|
28
|
-
deputies:
|
|
29
|
-
data: string[];
|
|
30
|
-
dataMeta: any[];
|
|
31
|
-
};
|
|
35
|
+
deputies: Deputies;
|
|
32
36
|
showChangePasswordForm: boolean;
|
|
33
|
-
clientLocales:
|
|
34
|
-
schemaLocales:
|
|
37
|
+
clientLocales: ClientLocale[];
|
|
38
|
+
schemaLocales: SchemaLocale[];
|
|
35
39
|
LockSettings: typeof LockSettings;
|
|
36
40
|
agentLockSettings: LockSettings;
|
|
37
|
-
useAgentControl: UntypedFormControl;
|
|
41
|
+
useAgentControl: UntypedFormControl | undefined;
|
|
38
42
|
showAgentConfig: boolean;
|
|
39
43
|
defaultLockSetting: boolean;
|
|
40
44
|
user$: Observable<any>;
|
|
@@ -42,7 +46,7 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
42
46
|
showDeleteIconTrash: boolean;
|
|
43
47
|
userImageUri: string;
|
|
44
48
|
preview: string;
|
|
45
|
-
file:
|
|
49
|
+
file: File | null;
|
|
46
50
|
hoverSelector: boolean;
|
|
47
51
|
showPreviewDialog: boolean;
|
|
48
52
|
showDeleteDialog: boolean;
|
|
@@ -51,12 +55,6 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
51
55
|
viewMode: string;
|
|
52
56
|
fileName: string;
|
|
53
57
|
deleteConfigDashboard: boolean;
|
|
54
|
-
files: ElementRef;
|
|
55
|
-
headerBg: any;
|
|
56
|
-
userAvatar: UserAvatarComponent;
|
|
57
|
-
confirmDeleteBtn: ElementRef;
|
|
58
|
-
profileImageOverlay: ElementRef;
|
|
59
|
-
deputiesForm: NgForm;
|
|
60
58
|
constructor(renderer: Renderer2, userService: UserService, config: Config, notify: NotificationsService, systemService: SystemService, eventService: EventService, capabilitiesService: CapabilitiesService, titleService: PageTitleService, agentService: AgentService, fb: UntypedFormBuilder, cacheService: AppCacheService, storageService: LocalStorageService, translate: TranslateService, elemRef: ElementRef, notification: NotificationsService);
|
|
61
59
|
get agentStatus(): Observable<boolean>;
|
|
62
60
|
get activeSchema(): string;
|
|
@@ -73,9 +71,9 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
73
71
|
setPresence(b: boolean): void;
|
|
74
72
|
closePreviewDialog(): void;
|
|
75
73
|
deleteUserImage(): void;
|
|
76
|
-
selectImage(
|
|
74
|
+
selectImage(eventTarget: EventTarget): void;
|
|
77
75
|
uploadNewUserImage(): void;
|
|
78
|
-
tabAction(
|
|
76
|
+
tabAction(eventTarget: EventTarget): void;
|
|
79
77
|
mouseEnter(): void;
|
|
80
78
|
mouseLeave(): void;
|
|
81
79
|
trashIconClick(): void;
|
|
@@ -84,6 +82,7 @@ export declare class SettingsComponent implements AfterViewInit {
|
|
|
84
82
|
saveLocalSettings(): Promise<void>;
|
|
85
83
|
loadLocalSettings(): void;
|
|
86
84
|
defaultDashboard(): void;
|
|
85
|
+
resetImageTarget(event: Event): void;
|
|
87
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
|
|
88
87
|
static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "eo-settings", never, {}, {}, never, never, false, never>;
|
|
89
88
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,UAAU,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AACzF,OAAO,EAAC,MAAM,EAAE,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EACL,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,MAAM,EAEN,MAAM,EACN,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,UAAU,EAA2B,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAC,YAAY,EAAkB,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,mBAAmB,EAAC,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC
|
|
1
|
+
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface DeputyMeta {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
type: string;
|
|
5
|
+
firstname: string;
|
|
6
|
+
lastname: string;
|
|
7
|
+
title: string;
|
|
8
|
+
email: string;
|
|
9
|
+
active: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface Deputies {
|
|
12
|
+
data: string[];
|
|
13
|
+
dataMeta: DeputyMeta[];
|
|
14
|
+
}
|
|
15
|
+
export interface ClientLocale {
|
|
16
|
+
iso: string;
|
|
17
|
+
label: string;
|
|
18
|
+
fallback?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export interface SchemaLocale {
|
|
21
|
+
code: string;
|
|
22
|
+
displayname: string;
|
|
23
|
+
displaynamelocal: boolean;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=settings.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings.interface.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,UAAU,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -39,6 +39,7 @@ import { ClipboardObjectActionComponent } from './actions/clipboard/clipboard-ob
|
|
|
39
39
|
import { EmailComponent } from './actions/email/email/email.component';
|
|
40
40
|
import { SequenceListComponent } from './actions/signature-action/sequence-list/sequence-list.component';
|
|
41
41
|
import { SequenceListItemComponent } from './actions/signature-action/sequence-list-item/sequence-list-item.component';
|
|
42
|
+
import { UnlockObjectActionComponent } from './actions/unlock-action/unlock-object-action/unlock-object-action.component';
|
|
42
43
|
import * as i0 from "@angular/core";
|
|
43
44
|
import * as i1 from "./action-menu/action-menu.component";
|
|
44
45
|
import * as i2 from "./action-menu/action-component-anchor/action-component-anchor.directive";
|
|
@@ -84,18 +85,19 @@ import * as i41 from "./actions/clipboard/clipboard-object-action/clipboard-obje
|
|
|
84
85
|
import * as i42 from "./actions/email/email/email.component";
|
|
85
86
|
import * as i43 from "./actions/signature-action/sequence-list/sequence-list.component";
|
|
86
87
|
import * as i44 from "./actions/signature-action/sequence-list-item/sequence-list-item.component";
|
|
87
|
-
import * as i45 from "
|
|
88
|
-
import * as i46 from "@
|
|
89
|
-
import * as i47 from "
|
|
90
|
-
import * as i48 from "
|
|
91
|
-
import * as i49 from "
|
|
92
|
-
import * as i50 from "
|
|
93
|
-
import * as i51 from "
|
|
94
|
-
import * as i52 from "../
|
|
95
|
-
import * as i53 from "../
|
|
96
|
-
import * as i54 from "
|
|
97
|
-
import * as i55 from "@
|
|
98
|
-
|
|
88
|
+
import * as i45 from "./actions/unlock-action/unlock-object-action/unlock-object-action.component";
|
|
89
|
+
import * as i46 from "@yuuvis/components/common";
|
|
90
|
+
import * as i47 from "@angular/common";
|
|
91
|
+
import * as i48 from "../ui/ui.module";
|
|
92
|
+
import * as i49 from "@angular/router";
|
|
93
|
+
import * as i50 from "../object-form/object-form.module";
|
|
94
|
+
import * as i51 from "@angular/forms";
|
|
95
|
+
import * as i52 from "../form-elements/form-elements.module";
|
|
96
|
+
import * as i53 from "../process-form/process-form.module";
|
|
97
|
+
import * as i54 from "../cta/cta.module";
|
|
98
|
+
import * as i55 from "@yuuvis/components/datepicker";
|
|
99
|
+
import * as i56 from "@angular/cdk/drag-drop";
|
|
100
|
+
export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadObjectActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailComponent | typeof EmailActionComponent | typeof ClipboardObjectActionComponent | typeof ClipboardActionComponent | typeof DeleteComponent | typeof DeleteActionComponent | typeof OpenVersionsActionComponent | typeof RestoreVersionActionComponent | typeof DeletePreparedActionComponent | typeof AddSubscriptionComponent | typeof AddSubscriptionActionComponent | typeof RemoveSubscriptionActionComponent | typeof AddResubmissionComponent | typeof AddResubmissionActionComponent | typeof UpdateResubmissionActionComponent | typeof ShareObjectComponent | typeof ShareObjectActionComponent | typeof CutActionComponent | typeof FinalizeObjectActionComponent | typeof FinalizeActionComponent | typeof DefinalizeActionComponent | typeof DeleteContentComponent | typeof DeleteContentActionComponent | typeof UnlockObjectActionComponent | typeof UnlockActionComponent | typeof SignatureComponent | typeof SignatureActionComponent | typeof CancelSigningComponent | typeof CancelSigningActionComponent | typeof SequenceListComponent | typeof SequenceListItemComponent)[];
|
|
99
101
|
/**
|
|
100
102
|
* @module
|
|
101
103
|
* @description
|
|
@@ -104,7 +106,7 @@ export declare const entryComponents: (typeof WorkflowComponent | typeof Workflo
|
|
|
104
106
|
export declare class ActionModule {
|
|
105
107
|
static forRoot(components?: any[]): ModuleWithProviders<ActionModule>;
|
|
106
108
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionModule, never>;
|
|
107
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionModule, [typeof i1.ActionMenuComponent, typeof i2.ActionComponentAnchorDirective, typeof i3.CopyActionComponent, typeof i4.OpenContextActionComponent, typeof i5.DownloadActionComponent, typeof i6.OpenDocumentActionComponent, typeof i7.OpenDocumentComponent, typeof i8.EmailActionComponent, typeof i9.ClipboardActionComponent, typeof i10.FavoriteActionComponent, typeof i11.DeleteActionComponent, typeof i12.DeleteComponent, typeof i13.OpenVersionsActionComponent, typeof i14.RestoreVersionActionComponent, typeof i15.DeletePreparedActionComponent, typeof i16.AddSubscriptionActionComponent, typeof i17.AddSubscriptionComponent, typeof i18.AddResubmissionActionComponent, typeof i19.AddResubmissionComponent, typeof i20.RemoveSubscriptionActionComponent, typeof i21.WorkflowActionComponent, typeof i22.WorkflowComponent, typeof i23.CustomActionsComponent, typeof i24.UpdateResubmissionActionComponent, typeof i25.ShareObjectActionComponent, typeof i26.ShareObjectComponent, typeof i27.CutActionComponent, typeof i28.FinalizeActionComponent, typeof i29.FinalizeObjectActionComponent, typeof i30.DefinalizeActionComponent, typeof i31.DeleteContentComponent, typeof i32.DeleteContentActionComponent, typeof i33.UnlockActionComponent, typeof i34.SimpleWorkflowActionComponent, typeof i35.PreventDoubleClickDirective, typeof i36.SignatureActionComponent, typeof i37.SignatureComponent, typeof i38.CancelSigningActionComponent, typeof i39.CancelSigningComponent, typeof i40.DownloadObjectActionComponent, typeof i41.ClipboardObjectActionComponent, typeof i42.EmailComponent, typeof i43.SequenceListComponent, typeof i44.SequenceListItemComponent], [typeof
|
|
109
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionModule, [typeof i1.ActionMenuComponent, typeof i2.ActionComponentAnchorDirective, typeof i3.CopyActionComponent, typeof i4.OpenContextActionComponent, typeof i5.DownloadActionComponent, typeof i6.OpenDocumentActionComponent, typeof i7.OpenDocumentComponent, typeof i8.EmailActionComponent, typeof i9.ClipboardActionComponent, typeof i10.FavoriteActionComponent, typeof i11.DeleteActionComponent, typeof i12.DeleteComponent, typeof i13.OpenVersionsActionComponent, typeof i14.RestoreVersionActionComponent, typeof i15.DeletePreparedActionComponent, typeof i16.AddSubscriptionActionComponent, typeof i17.AddSubscriptionComponent, typeof i18.AddResubmissionActionComponent, typeof i19.AddResubmissionComponent, typeof i20.RemoveSubscriptionActionComponent, typeof i21.WorkflowActionComponent, typeof i22.WorkflowComponent, typeof i23.CustomActionsComponent, typeof i24.UpdateResubmissionActionComponent, typeof i25.ShareObjectActionComponent, typeof i26.ShareObjectComponent, typeof i27.CutActionComponent, typeof i28.FinalizeActionComponent, typeof i29.FinalizeObjectActionComponent, typeof i30.DefinalizeActionComponent, typeof i31.DeleteContentComponent, typeof i32.DeleteContentActionComponent, typeof i33.UnlockActionComponent, typeof i34.SimpleWorkflowActionComponent, typeof i35.PreventDoubleClickDirective, typeof i36.SignatureActionComponent, typeof i37.SignatureComponent, typeof i38.CancelSigningActionComponent, typeof i39.CancelSigningComponent, typeof i40.DownloadObjectActionComponent, typeof i41.ClipboardObjectActionComponent, typeof i42.EmailComponent, typeof i43.SequenceListComponent, typeof i44.SequenceListItemComponent, typeof i45.UnlockObjectActionComponent], [typeof i46.YvcAutofocusChild, typeof i47.CommonModule, typeof i48.UiModule, typeof i49.RouterModule, typeof i50.ObjectFormModule, typeof i51.FormsModule, typeof i51.ReactiveFormsModule, typeof i52.FormElementsModule, typeof i50.ObjectFormModule, typeof i53.ProcessFormModule, typeof i54.CtaModule, typeof i55.YvcDatepickerModule, typeof i56.DragDropModule], [typeof i1.ActionMenuComponent, typeof i7.OpenDocumentComponent]>;
|
|
108
110
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionModule>;
|
|
109
111
|
}
|
|
110
112
|
//# sourceMappingURL=action.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/actions/action.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAO5D,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAC,0BAA0B,EAAC,MAAM,mDAAmD,CAAC;AAC7F,OAAO,EAAC,uBAAuB,EAAC,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAC,qBAAqB,EAAC,MAAM,+DAA+D,CAAC;AACpG,OAAO,EAAC,2BAA2B,EAAC,MAAM,qDAAqD,CAAC;AAEhG,OAAO,EAAC,oBAAoB,EAAC,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAC,wBAAwB,EAAC,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EAAC,qBAAqB,EAAC,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAAC,eAAe,EAAC,MAAM,iDAAiD,CAAC;AAChF,OAAO,EAAC,2BAA2B,EAAC,MAAM,qDAAqD,CAAC;AAChG,OAAO,EAAC,6BAA6B,EAAC,MAAM,yDAAyD,CAAC;AACtG,OAAO,EAAC,6BAA6B,EAAC,MAAM,gDAAgD,CAAC;AAE7F,OAAO,EAAC,wBAAwB,EAAC,MAAM,+EAA+E,CAAC;AACvH,OAAO,EAAC,8BAA8B,EAAC,MAAM,2DAA2D,CAAC;AAGzG,OAAO,EAAC,iCAAiC,EAAC,MAAM,iEAAiE,CAAC;AAClH,OAAO,EAAC,uBAAuB,EAAC,MAAM,qDAAqD,CAAC;AAC5F,OAAO,EAAC,iBAAiB,EAAC,MAAM,uDAAuD,CAAC;AACxF,OAAO,EAAC,sBAAsB,EAAC,MAAM,mDAAmD,CAAC;AAEzF,OAAO,EAAC,8BAA8B,EAAC,MAAM,2DAA2D,CAAC;AACzG,OAAO,EAAC,wBAAwB,EAAC,MAAM,+EAA+E,CAAC;AACvH,OAAO,EAAC,iCAAiC,EAAC,MAAM,iEAAiE,CAAC;AAClH,OAAO,EAAC,0BAA0B,EAAC,MAAM,mDAAmD,CAAC;AAC7F,OAAO,EAAC,oBAAoB,EAAC,MAAM,mEAAmE,CAAC;AACvG,OAAO,EAAC,kBAAkB,EAAC,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAC,uBAAuB,EAAC,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAC,yBAAyB,EAAC,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAC,4BAA4B,EAAC,MAAM,uDAAuD,CAAC;AACnG,OAAO,EAAC,qBAAqB,EAAC,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAAC,6BAA6B,EAAC,MAAM,4DAA4D,CAAC;AAEzG,OAAO,EAAE,6BAA6B,EAAE,MAAM,4EAA4E,CAAC;AAC3H,OAAO,EAAC,sBAAsB,EAAC,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAC,wBAAwB,EAAC,MAAM,uDAAuD,CAAC;AAC/F,OAAO,EAAC,kBAAkB,EAAC,MAAM,0DAA0D,CAAC;AAC5F,OAAO,EAAC,4BAA4B,EAAC,MAAM,uDAAuD,CAAC;AACnG,OAAO,EAAC,sBAAsB,EAAC,MAAM,yEAAyE,CAAC;AAG/G,OAAO,EAAE,6BAA6B,EAAE,MAAM,mFAAmF,CAAC;AAClI,OAAO,EAAE,8BAA8B,EAAE,MAAM,+EAA+E,CAAC;AAC/H,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AACvE,OAAO,EAAC,qBAAqB,EAAC,MAAM,kEAAkE,CAAC;AAEvG,OAAO,EAAC,yBAAyB,EAAC,MAAM,4EAA4E,CAAC
|
|
1
|
+
{"version":3,"file":"action.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/actions/action.module.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-actions.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/custom-actions/custom-actions.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,UAAU,EAAC,MAAM,MAAM,CAAC;AAE1C,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;AACjF,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAKlD,qBAIa,sBAAuB,SAAQ,eAAgB,YAAW,kBAAkB;IAuB3E,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IAvB7B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,SAAQ;IAChB,OAAO,SAAqC;IAC5C,KAAK,SAAa;IAClB,KAAK,iBAAgC;IACrC,OAAO,CAAC,OAAO,CAAM;IAErB,IACI,MAAM,CAAC,GAAG,KAAA,EAKb;IAED,IAAI,MAAM,QAET;gBAEmB,KAAK,EAAE,oBAAoB,EAC3B,aAAa,EAAE,cAAc,EAC7B,SAAS,EAAE,gBAAgB;IAI/C,YAAY,CAAC,OAAO,KAAA;
|
|
1
|
+
{"version":3,"file":"custom-actions.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/custom-actions/custom-actions.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAW,UAAU,EAAC,MAAM,MAAM,CAAC;AAE1C,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;AACjF,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAKlD,qBAIa,sBAAuB,SAAQ,eAAgB,YAAW,kBAAkB;IAuB3E,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IAvB7B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,SAAQ;IAChB,OAAO,SAAqC;IAC5C,KAAK,SAAa;IAClB,KAAK,iBAAgC;IACrC,OAAO,CAAC,OAAO,CAAM;IAErB,IACI,MAAM,CAAC,GAAG,KAAA,EAKb;IAED,IAAI,MAAM,QAET;gBAEmB,KAAK,EAAE,oBAAoB,EAC3B,aAAa,EAAE,cAAc,EAC7B,SAAS,EAAE,gBAAgB;IAI/C,YAAY,CAAC,OAAO,KAAA;IAsBpB,GAAG,CAAC,SAAS,KAAA;IASb,gBAAgB,CAAC,MAAM,KAAA,EAAE,OAAO,QAAK,GAAG,UAAU,CAAC,OAAO,CAAC;yCA5DhD,sBAAsB;2CAAtB,sBAAsB;CA2ElC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"share-object.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAC,WAAW,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAC,UAAU,EAAE,oBAAoB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAChF,OAAO,EAAC,eAAe,EAAC,MAAM,gDAAgD,CAAC;;AAE/E,qBAKa,oBAAqB,YAAW,MAAM,EAAE,eAAe;IAchE,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,EAAE;IAhBZ,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtD,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAEtD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,gBAAgB,CAGxB;gBAIO,SAAS,EAAE,gBAAgB,EAC3B,GAAG,EAAE,UAAU,EACf,KAAK,EAAE,oBAAoB,EAC3B,EAAE,EAAE,WAAW;IAOzB,QAAQ;
|
|
1
|
+
{"version":3,"file":"share-object.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAC,WAAW,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAC,UAAU,EAAE,oBAAoB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAChF,OAAO,EAAC,eAAe,EAAC,MAAM,gDAAgD,CAAC;;AAE/E,qBAKa,oBAAqB,YAAW,MAAM,EAAE,eAAe;IAchE,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,EAAE;IAhBZ,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtD,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAEtD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,gBAAgB,CAGxB;gBAIO,SAAS,EAAE,gBAAgB,EAC3B,GAAG,EAAE,UAAU,EACf,KAAK,EAAE,oBAAoB,EAC3B,EAAE,EAAE,WAAW;IAOzB,QAAQ;IAiBR,OAAO,CAAC,aAAa;IAuBrB,OAAO,CAAC,aAAa;IAOrB,KAAK;IAUL,OAAO;IAQP,MAAM;yCAzFK,oBAAoB;2CAApB,oBAAoB;CA6FhC"}
|