@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
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { ComponentAction } from '../../interfaces/action.interface';
|
|
3
3
|
import { DmsObjectTarget } from '../../action-target';
|
|
4
4
|
import { SelectionRange } from '../../selection-range.enum';
|
|
5
5
|
import { TranslateService, UserService, DmsObject, BackendService } from '@eo-sdk/core';
|
|
6
|
+
import { UnlockObjectActionComponent } from './unlock-object-action/unlock-object-action.component';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class UnlockActionComponent extends DmsObjectTarget implements
|
|
8
|
+
export declare class UnlockActionComponent extends DmsObjectTarget implements ComponentAction {
|
|
8
9
|
private translate;
|
|
9
10
|
private userService;
|
|
10
11
|
private backendService;
|
|
@@ -14,9 +15,9 @@ export declare class UnlockActionComponent extends DmsObjectTarget implements Si
|
|
|
14
15
|
iconSrc: string;
|
|
15
16
|
group: string;
|
|
16
17
|
range: SelectionRange;
|
|
18
|
+
component: typeof UnlockObjectActionComponent;
|
|
17
19
|
constructor(translate: TranslateService, userService: UserService, backendService: BackendService);
|
|
18
20
|
isExecutable(item: DmsObject): Observable<boolean>;
|
|
19
|
-
run(selection: DmsObject[]): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnlockActionComponent, never>;
|
|
21
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<UnlockActionComponent, "eo-unlock-action", never, {}, {}, never, never, false, never>;
|
|
22
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlock-action.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/unlock-action/unlock-action.ts"],"names":[],"mappings":"AACA,OAAO,EAAqB,UAAU,EAAC,MAAM,MAAM,CAAC;AACpD,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"unlock-action.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/unlock-action/unlock-action.ts"],"names":[],"mappings":"AACA,OAAO,EAAqB,UAAU,EAAC,MAAM,MAAM,CAAC;AACpD,OAAO,EAAC,eAAe,EAAe,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,SAAS,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;AACrF,OAAO,EAAC,2BAA2B,EAAC,MAAM,uDAAuD,CAAC;;AAElG,qBAIa,qBAAsB,SAAQ,eAAgB,YAAW,eAAe;IAUvE,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,cAAc;IAXlC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAM;IACd,OAAO,SAA0C;IACjD,KAAK,SAAY;IACjB,KAAK,iBAAgC;IACrC,SAAS,qCAA+B;gBAGpB,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,cAAc;IAMlD,YAAY,CAAC,IAAI,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC;yCAlBvC,qBAAqB;2CAArB,qBAAqB;CAqBjC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { UserService, BackendService, DmsObject } from '@eo-sdk/core';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { ActionComponent } from '../../../interfaces/action-component.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UnlockObjectActionComponent implements ActionComponent, AfterViewInit {
|
|
7
|
+
private translate;
|
|
8
|
+
private userService;
|
|
9
|
+
private elemRef;
|
|
10
|
+
private backendService;
|
|
11
|
+
selection: DmsObject[];
|
|
12
|
+
finished: EventEmitter<any>;
|
|
13
|
+
canceled: EventEmitter<any>;
|
|
14
|
+
date: string;
|
|
15
|
+
label: string;
|
|
16
|
+
constructor(translate: TranslateService, userService: UserService, elemRef: ElementRef, backendService: BackendService);
|
|
17
|
+
cancel(): void;
|
|
18
|
+
run(): void;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnlockObjectActionComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UnlockObjectActionComponent, "eo-unlock-object-action", never, { "selection": { "alias": "selection"; "required": false; }; }, { "finished": "finished"; "canceled": "canceled"; }, never, never, false, never>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=unlock-object-action.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unlock-object-action.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/unlock-action/unlock-object-action/unlock-object-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,UAAU,EAAE,YAAY,EAAwB,MAAM,eAAe,CAAC;AACxG,OAAO,EAAC,WAAW,EAAE,cAAc,EAAE,SAAS,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,eAAe,EAAC,MAAM,gDAAgD,CAAC;;AAG/E,qBAKa,2BAA4B,YAAW,eAAe,EAAE,aAAa;IASpE,OAAO,CAAC,SAAS;IAC3B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,cAAc;IATf,SAAS,EAAE,SAAS,EAAE,CAAC;IACtB,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtD,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAChE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;gBAEM,SAAS,EAAE,gBAAgB,EACrC,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,UAAU,EACnB,cAAc,EAAE,cAAc;IAIxC,MAAM;IAIN,GAAG;IAKH,eAAe,IAAI,IAAI;yCAzBZ,2BAA2B;2CAA3B,2BAA2B;CAkCvC"}
|
|
@@ -128,7 +128,6 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
|
|
|
128
128
|
xpAddToTerm(str: any): void;
|
|
129
129
|
toggleType(_type: ObjectType): void;
|
|
130
130
|
isTypeActive(_type: ObjectType): boolean;
|
|
131
|
-
isTypeSaved(_type: ObjectType): boolean;
|
|
132
131
|
getAggregationCount(_type: ObjectType): any;
|
|
133
132
|
private buildFilter;
|
|
134
133
|
setFilter(filterType: string, operator: string, key: any, form?: NgForm): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"AASA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EACZ,SAAS,EACT,MAAM,EAEN,SAAS,EACT,WAAW,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,mBAAmB,EAAC,MAAM,wDAAwD,CAAC;AAC3F,OAAO,EACL,sBAAsB,EACvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAC,WAAW,EAAE,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,cAAc,EAAC,MAAM,sDAAsD,CAAC;AACpF,OAAO,EAAC,gBAAgB,EAAC,MAAM,yDAAyD,CAAC;AACzF,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,MAAM,EACN,oBAAoB,EACpB,UAAU,EACV,UAAU,EAEV,YAAY,EACZ,WAAW,EACX,aAAa,EACb,WAAW,EACX,oBAAoB,EACpB,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,WAAW,EAAE,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAgB,iBAAiB,EAAC,MAAM,4BAA4B,CAAC;;AAG5E,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAwEvE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACd,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,EAAE;IArFZ,MAAM;;;;;;;;;;MAA2B;IACjC,QAAQ;;;;;;;;;;;;;MAAyB;IACjC,UAAU,EAAE,UAAU,CAAC;IAEsB,SAAS,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC/C,WAAW,EAAE,YAAY,CAAC;IAC9B,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,mBAAmB,CAAC;IACnC,WAAW,EAAE,mBAAmB,CAAC;IAEvD,OAAO,CAAC,WAAW,CAAC,CAAgB;IACpC,OAAO,CAAC,iBAAiB,CAAe;IACxC,OAAO,CAAC,sBAAsB,CAAe;IAC7C,KAAK,EAAE,WAAW,CAAC;IACnB,UAAU,EAAE,WAAW,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IAEjB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,UAAS;IACnB,gBAAgB,QAAM;IACtB,aAAa,QAAM;IACnB,mBAAmB,EAAE,MAAM,EAAE,CAAC;IAE9B,SAAS,EAAE,SAAS,CAAC;IACrB,wBAAwB,MAAC;IAEzB,oBAAoB,UAAS;IAC7B,iBAAiB;;;;MAIf;IAEF,YAAY,KAAM;IAClB,iBAAiB,KAAM;IACvB,QAAQ,EAAE,cAAc,CAAC;IACzB,cAAc;;;;;;;;;;;MASZ;IAEF,SAAS,EAAE,MAAM,CAAQ;IAEzB,0BAA0B,SAAgD;IAC1E,QAAQ;;OAEL;IAGI,eAAe,oBAAsB;IAC5C,IAAI,QAAQ,CAAC,KAAK,QAAA,EAEjB;IAED,IAAI,QAAQ,WAEX;IAED,IAAI,WAAW,IAAI,WAAW,CAE7B;gBAGS,gBAAgB,EAAE,gBAAgB,EAClC,OAAO,EAAE,iBAAiB,EAC1B,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,oBAAoB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,SAAS,EACnB,EAAE,EAAE,iBAAiB,EACrB,oBAAoB,EAAE,oBAAoB,EAC1C,iBAAiB,EAAE,mBAAmB,EACtC,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACnC,EAAE,EAAE,WAAW;IA4DzB,WAAW,CAAC,KAAK,EAAE,MAAM;IA8BzB,OAAO,CAAC,YAAY;IAuDb,gBAAgB,CAAC,IAAI,EAAE,UAAU;IAaxC;;;;OAIG;IACI,eAAe,CAAC,IAAI,EAAE,UAAU,EAAE,iBAAiB,CAAC,EAAE,UAAU;IAoFvE,OAAO,CAAC,iBAAiB;IAqBzB,wBAAwB,CAAC,WAAW,KAAA;IAMpC,cAAc,CAAC,CAAC,EAAE,MAAM;IAkDxB,gBAAgB,CAAC,IAAI,KAAA,EAAE,QAAQ,KAAA;IAa/B,YAAY,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,GAAG;IAU7C,qBAAqB,CAAC,MAAM,EAAE,YAAY;IAiB1C,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE;IAIrC,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO;IAM5D,oBAAoB;IAQb,gBAAgB;IAShB,aAAa,CAAC,KAAK,EAAE,UAAU;IAI/B,aAAa,CAAC,KAAK,KAAA;IAKnB,YAAY,CAAC,IAAI,KAAA;IAIjB,WAAW,CAAC,GAAG,KAAA;IAWf,UAAU,CAAC,KAAK,EAAE,UAAU;IAM5B,YAAY,CAAC,KAAK,EAAE,UAAU;IAIrC,mBAAmB,CAAC,KAAK,EAAE,UAAU;IAIrC,OAAO,CAAC,WAAW;IAQZ,SAAS,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM;IAavE,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO;IAU9E,OAAO,CAAC,KAAK,EAAE,GAAG;IASlB,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG;IAK7D,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM;IAS5C,OAAO,CAAC,mBAAmB;IAa3B,iBAAiB;IAIV,kBAAkB;IAIzB,iBAAiB,CAAC,CAAC,KAAA;IAOZ,aAAa;IAuBpB,OAAO,CAAC,aAAa;IAUd,UAAU;IAKV,UAAU,CAAC,IAAI,EAAE,UAAU;IAQ3B,iBAAiB;IAIjB,YAAY,CAAC,MAAM,EAAE,YAAY;IAoBxC,eAAe,CAAC,UAAU,KAAA,GAAG,IAAI;IAM1B,mBAAmB;IAK1B,UAAU,CAAC,iBAAiB,EAAE,MAAM;IAiBpC;;;OAGG;IACH,OAAO,CAAC,aAAa;IAuBd,kBAAkB,CAAC,KAAK,EAAE,sBAAsB;IAQvD,OAAO,CAAC,8BAA8B;IA2BtC;;;;;OAKG;IACI,yBAAyB,CAAC,MAAM,EAAE,YAAY;IAK9C,SAAS;IAQT,iBAAiB;IAUjB,UAAU;IAWjB,eAAe;IAIf,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IA+BzD,OAAO,CAAC,gBAAgB;IAOxB,OAAO,CAAC,sBAAsB;IAQ9B,QAAQ;IAiCR,eAAe;IAkBf,WAAW;yCAl4BA,kBAAkB;2CAAlB,kBAAkB;CAu4B9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime-range/datetime-range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAA0B,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EAGnB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAC,UAAU,EAAgB,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACxE,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;;AAEjF,qBAoBa,sBAAuB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA4BxE,OAAO,CAAC,EAAE;IAA6B,SAAS,EAAE,gBAAgB;IA1BrE,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAQ;IAEE,UAAU,EAAE,OAAO,CAAS;IAEvD,SAAS,EAAE,SAAS,CAGjB;IACH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB;;;QAK3B;IAEK,YAAY,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,cAAc,CAAC;IACzB,iBAAiB,MAAQ;IACzB,qBAAqB,MAAQ;gBAET,EAAE,EAAE,kBAAkB,EAAS,SAAS,EAAE,gBAAgB;IAO9E,eAAe,MAAO,GAAG,UAAQ;IACjC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAInC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,KAAK;IAOL,aAAa,CAAC,YAAY,SAAoB;IA0C9C,OAAO,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"datetime-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime-range/datetime-range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAA0B,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EAGnB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAC,UAAU,EAAgB,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACxE,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;;AAEjF,qBAoBa,sBAAuB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA4BxE,OAAO,CAAC,EAAE;IAA6B,SAAS,EAAE,gBAAgB;IA1BrE,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAQ;IAEE,UAAU,EAAE,OAAO,CAAS;IAEvD,SAAS,EAAE,SAAS,CAGjB;IACH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB;;;QAK3B;IAEK,YAAY,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,cAAc,CAAC;IACzB,iBAAiB,MAAQ;IACzB,qBAAqB,MAAQ;gBAET,EAAE,EAAE,kBAAkB,EAAS,SAAS,EAAE,gBAAgB;IAO9E,eAAe,MAAO,GAAG,UAAQ;IACjC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAInC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,KAAK;IAOL,aAAa,CAAC,YAAY,SAAoB;IA0C9C,OAAO,CAAC,SAAS;IAuCjB,UAAU,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;IAMxB,QAAQ,CAAC,CAAC,EAAE,kBAAkB;IAmBrC,QAAQ;yCAtKG,sBAAsB;2CAAtB,sBAAsB;CAyKlC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
2
|
import { Config, DmsObject, DmsObjectAttachment, DmsService, ObjectType, SystemService, TranslateService } from '@eo-sdk/core';
|
|
3
3
|
import { PopoutTriggerPosition, PopoutWindowConfig } from '@yuuvis/components/popout';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
@@ -50,6 +50,7 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
50
50
|
customConfig: any[];
|
|
51
51
|
popoutTriggerPosition: PopoutTriggerPosition;
|
|
52
52
|
popoutWindowConfig: PopoutWindowConfig;
|
|
53
|
+
hasContentLoaded: EventEmitter<boolean>;
|
|
53
54
|
defaultViewers: ({
|
|
54
55
|
mimeType: string[];
|
|
55
56
|
viewer: string;
|
|
@@ -117,6 +118,6 @@ export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
|
117
118
|
ngAfterViewInit(): void;
|
|
118
119
|
ngOnDestroy(): void;
|
|
119
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<MediaComponent, never>;
|
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MediaComponent, "eo-media", never, { "undockDisabled": { "alias": "undockDisabled"; "required": false; }; "enableCloseBtn": { "alias": "enableCloseBtn"; "required": false; }; "useVersion": { "alias": "useVersion"; "required": false; }; "setAttachments": { "alias": "attachments"; "required": false; }; "setSearchTerm": { "alias": "searchTerm"; "required": false; }; "previewUri": { "alias": "previewUri"; "required": false; }; "previewFile": { "alias": "previewFile"; "required": false; }; "dmsObject": { "alias": "dmsObject"; "required": false; }; }, {}, never, never, false, never>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MediaComponent, "eo-media", never, { "undockDisabled": { "alias": "undockDisabled"; "required": false; }; "enableCloseBtn": { "alias": "enableCloseBtn"; "required": false; }; "useVersion": { "alias": "useVersion"; "required": false; }; "setAttachments": { "alias": "attachments"; "required": false; }; "setSearchTerm": { "alias": "searchTerm"; "required": false; }; "previewUri": { "alias": "previewUri"; "required": false; }; "previewFile": { "alias": "previewFile"; "required": false; }; "dmsObject": { "alias": "dmsObject"; "required": false; }; }, { "hasContentLoaded": "hasContentLoaded"; }, never, never, false, never>;
|
|
121
122
|
}
|
|
122
123
|
//# sourceMappingURL=media.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAsB,SAAS,EAAU,SAAS,EAAY,MAAM,eAAe,CAAC;AAClI,OAAO,EACL,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,aAAa,EACb,gBAAgB,EACjB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,qBAAqB,EAAE,kBAAkB,EAAC,MAAM,2BAA2B,CAAC;AACpF,OAAO,EAAY,YAAY,EAAC,MAAM,MAAM,CAAC;AAC7C,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,cAAc,EAAC,MAAM,+CAA+C,CAAC;;AAI7E,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AACD,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AACD,qBAOa,cAAe,YAAW,aAAa,EAAE,SAAS;IA6J1C,SAAS,EAAE,gBAAgB;IAC5C,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IAhKxB,MAAM,CAAC,YAAY,SAAyH;IAC5I,MAAM,CAAC,UAAU,SAAsO;IAEvP,OAAO,CAAC,UAAU,CAAoB;IACtC,OAAO,CAAC,KAAK,CAAM;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,UAAU,CAAY;IAC9B,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,mBAAmB,EAAE,CAAM;IACxC,kBAAkB,EAAE,YAAY,CAAC;IACjC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,UAAU,CAAC;IACtB,YAAY,EAAE,GAAG,EAAE,CAAM;IAEzB,qBAAqB,wBAAqC;IAC1D,kBAAkB,EAAE,kBAAkB,CAAC;IAE7B,gBAAgB,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAEhF,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAqDZ;IAEF,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,YAAY,CAAc;IAEzB,cAAc,UAAS;IAEvB,cAAc,UAAS;IAGvB,UAAU,UAAS;IACD,IAAI,MAAC;IAEK,MAAM,MAAC;IAE5C,IACI,cAAc,CAAC,WAAW,KAAA,EAG7B;IAED,IACI,aAAa,CAAC,UAAU,KAAA,EAE3B;IAED,IACI,UAAU,CAAC,GAAG,EAAE,MAAM,EAGzB;IAED,IAAI,UAAU,IALM,MAAM,CAOzB;IAED,IACI,WAAW,CAAC,IAAI,EAAE,WAAW,EAUhC;IAED,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAwB5B;gBAEkB,SAAS,EAAE,gBAAgB,EACpC,GAAG,EAAE,UAAU,EACf,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,cAAc;IAiBxC,OAAO,CAAC,WAAW;IAuBnB,OAAO,CAAC,sBAAsB;IAc9B,gBAAgB,CAAC,UAAU,CAAC,EAAE,GAAG;IAK1B,YAAY;IAOZ,OAAO;IAId,iBAAiB,CAAC,aAAa,KAAA,EAAE,QAAQ,KAAA,EAAE,IAAI,KAAA;IAQ/C,OAAO,CAAC,SAAS;IA2BjB,OAAO,CAAC,UAAU;IAkBlB,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO;IAiBzC;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAYjB,OAAO,CAAC,gBAAgB;IAWxB,UAAU,CAAC,MAAM,MAAc,EAAE,MAAM,CAAC,EAAE,QAAQ;IAkBlD,OAAO,CAAC,MAAM;IAkBd,eAAe;IAGf,WAAW;yCAjXA,cAAc;2CAAd,cAAc;CAoX1B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { BackendService, BaseParams, BpmService, Capabilities, CapabilitiesService, Config, DmsObject, DmsParams, DmsService, EventService, SystemService, TranslateService, UploadRegistryService } from '@eo-sdk/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -13,7 +13,7 @@ import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
|
13
13
|
import { Tabs } from '@yuuvis/components/tabs';
|
|
14
14
|
import { SplitTabsComponent, SplitTabsLayoutSettings } from '@yuuvis/components/split-tabs';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
|
-
export declare class ObjectDetailsComponent implements OnInit,
|
|
16
|
+
export declare class ObjectDetailsComponent implements OnInit, OnDestroy {
|
|
17
17
|
private router;
|
|
18
18
|
private route;
|
|
19
19
|
private system;
|
|
@@ -29,6 +29,7 @@ export declare class ObjectDetailsComponent implements OnInit, AfterViewInit, On
|
|
|
29
29
|
private configService;
|
|
30
30
|
private bpmService;
|
|
31
31
|
private translate;
|
|
32
|
+
private cdr;
|
|
32
33
|
preview: MediaComponent;
|
|
33
34
|
eoSplitTabs: SplitTabsComponent;
|
|
34
35
|
tabContainers: QueryList<Tabs>;
|
|
@@ -78,7 +79,7 @@ export declare class ObjectDetailsComponent implements OnInit, AfterViewInit, On
|
|
|
78
79
|
parseDmsParams: (data: any) => {};
|
|
79
80
|
hasContent: EventEmitter<boolean>;
|
|
80
81
|
get dataType(): string;
|
|
81
|
-
constructor(router: Router, route: ActivatedRoute, system: SystemService, empty: EmptyStateService, agentService: AgentService, backend: BackendService, dmsService: DmsService, selection: SelectionService, actionService: ActionService, capabilityService: CapabilitiesService, uploadRegistry: UploadRegistryService, eventService: EventService, configService: Config, bpmService: BpmService, translate: TranslateService);
|
|
82
|
+
constructor(router: Router, route: ActivatedRoute, system: SystemService, empty: EmptyStateService, agentService: AgentService, backend: BackendService, dmsService: DmsService, selection: SelectionService, actionService: ActionService, capabilityService: CapabilitiesService, uploadRegistry: UploadRegistryService, eventService: EventService, configService: Config, bpmService: BpmService, translate: TranslateService, cdr: ChangeDetectorRef);
|
|
82
83
|
private getDmsParams;
|
|
83
84
|
private updateContent;
|
|
84
85
|
refreshContent(): void;
|
|
@@ -97,7 +98,14 @@ export declare class ObjectDetailsComponent implements OnInit, AfterViewInit, On
|
|
|
97
98
|
private setupCapabilities;
|
|
98
99
|
onLayoutSettingsChanged(event: SplitTabsLayoutSettings): void;
|
|
99
100
|
ngOnInit(): void;
|
|
100
|
-
|
|
101
|
+
/**
|
|
102
|
+
* Handles the `hasContentLoaded` event emitted by the `eo-media` component.
|
|
103
|
+
* It sets the `showLoader` property to false, indicating that the content has finished loading.
|
|
104
|
+
*
|
|
105
|
+
* @param event - A boolean value representing the loading state of the content.
|
|
106
|
+
* It is expected to be `true` when the content is fully loaded.
|
|
107
|
+
*/
|
|
108
|
+
hasContentLoaded(event: boolean): void;
|
|
101
109
|
ngOnDestroy(): void;
|
|
102
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsComponent, never>;
|
|
103
111
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectDetailsComponent, "eo-object-details", never, { "plugins": { "alias": "plugins"; "required": false; }; "reference": { "alias": "reference"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; "enableCompare": { "alias": "enableCompare"; "required": false; }; "recyclebinTabs": { "alias": "recyclebinTabs"; "required": false; }; "versionComponentTabs": { "alias": "versionComponentTabs"; "required": false; }; "enableDiff": { "alias": "enableDiff"; "required": false; }; "enableSync": { "alias": "enableSync"; "required": false; }; "cacheLayout": { "alias": "cacheLayout"; "required": false; }; "emptyState": { "alias": "emptyState"; "required": false; }; "dmsParams": { "alias": "params"; "required": false; }; "dmsParams2": { "alias": "params2"; "required": false; }; "dmsObject": { "alias": "item"; "required": false; }; "dmsObject2": { "alias": "item2"; "required": false; }; "applySelection": { "alias": "applySelection"; "required": false; }; "parseDmsParams": { "alias": "parseDmsParams"; "required": false; }; }, { "hasContent": "hasContent"; }, never, [".error"], false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
import { OnInit, Renderer2, ElementRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { EventService, UploadRegistryService, UploadTarget, UploadFileItem, PrepareService, TranslateService, SystemService } from '@eo-sdk/core';
|
|
3
|
+
import { EventService, UploadRegistryService, UploadTarget, UploadFileItem, PrepareService, TranslateService, SystemService, UserService, LocalStorageService } from '@eo-sdk/core';
|
|
4
|
+
import { AgentService, LocaleDatePipe } from '../../eo-framework-core';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
6
7
|
private router;
|
|
7
8
|
private renderer;
|
|
8
9
|
private prepareService;
|
|
9
10
|
private translate;
|
|
11
|
+
private userService;
|
|
12
|
+
private agentService;
|
|
10
13
|
private systemService;
|
|
11
14
|
private eventService;
|
|
15
|
+
private storageService;
|
|
12
16
|
private uploadRegistry;
|
|
13
17
|
overlayEl: ElementRef;
|
|
14
18
|
queue: UploadFileItem[];
|
|
@@ -19,6 +23,24 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
19
23
|
queueSize: number;
|
|
20
24
|
validUploadTargets: UploadTarget[];
|
|
21
25
|
selectedUploadTarget: UploadTarget;
|
|
26
|
+
folderFavorites: UploadTarget[];
|
|
27
|
+
lastOpenedFolder: UploadTarget[];
|
|
28
|
+
datePipe: LocaleDatePipe;
|
|
29
|
+
agentAccSelected: boolean;
|
|
30
|
+
favoritesAccSelected: boolean;
|
|
31
|
+
targetTypes: ({
|
|
32
|
+
type: string;
|
|
33
|
+
iconSrc: string;
|
|
34
|
+
targetClass: string;
|
|
35
|
+
name: string;
|
|
36
|
+
description: string;
|
|
37
|
+
} | {
|
|
38
|
+
type: string;
|
|
39
|
+
iconSrc: string;
|
|
40
|
+
targetClass: string;
|
|
41
|
+
name: string;
|
|
42
|
+
description?: undefined;
|
|
43
|
+
})[];
|
|
22
44
|
private uploadTargets;
|
|
23
45
|
private dragLeaveListener;
|
|
24
46
|
private dropListener;
|
|
@@ -27,23 +49,10 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
27
49
|
private dragEnterListener;
|
|
28
50
|
private pasteListener;
|
|
29
51
|
private dragEventCount;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
private _getTransfer;
|
|
35
|
-
private _preventAndStop;
|
|
36
|
-
private onFilesDropped;
|
|
37
|
-
/**
|
|
38
|
-
* Filter list of registered upload targets, so only valid targets will be shown.
|
|
39
|
-
*/
|
|
40
|
-
private validateUploadTargets;
|
|
41
|
-
private validateUploadTarget;
|
|
42
|
-
/**
|
|
43
|
-
* Removes a file from the list of files to be uploaded.
|
|
44
|
-
* @param fileItem - the file item to be removed
|
|
45
|
-
*/
|
|
46
|
-
removeFileItem(fileItem: UploadFileItem): void;
|
|
52
|
+
private cacheKey;
|
|
53
|
+
constructor(router: Router, renderer: Renderer2, prepareService: PrepareService, translate: TranslateService, userService: UserService, agentService: AgentService, systemService: SystemService, eventService: EventService, storageService: LocalStorageService, uploadRegistry: UploadRegistryService);
|
|
54
|
+
ngOnInit(): void;
|
|
55
|
+
ngOnDestroy(): void;
|
|
47
56
|
/**
|
|
48
57
|
* Proceed upload with a selected upload target.
|
|
49
58
|
* @param uploadTarget - the target to upload files to
|
|
@@ -58,7 +67,31 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
58
67
|
* Resets the selected upload target.
|
|
59
68
|
*/
|
|
60
69
|
resetSelectedUploadTarget(): void;
|
|
70
|
+
/**
|
|
71
|
+
* Removes a file from the list of files to be uploaded.
|
|
72
|
+
* @param fileItem - the file item to be removed
|
|
73
|
+
*/
|
|
74
|
+
removeFileItem(fileItem: UploadFileItem): void;
|
|
61
75
|
getStateRoute(): string;
|
|
76
|
+
onAgentToggle(info: boolean): void;
|
|
77
|
+
onFavoriteToggle(info: boolean): void;
|
|
78
|
+
getFolder(): void;
|
|
79
|
+
/**
|
|
80
|
+
* Close the upload overlay and release all bound resources.
|
|
81
|
+
*/
|
|
82
|
+
close(): void;
|
|
83
|
+
private init;
|
|
84
|
+
private onPaste;
|
|
85
|
+
private onDragEnter;
|
|
86
|
+
private _getTransfer;
|
|
87
|
+
private _preventAndStop;
|
|
88
|
+
private onFilesDropped;
|
|
89
|
+
/**
|
|
90
|
+
* Filter list of registered upload targets, so only valid targets will be shown.
|
|
91
|
+
*/
|
|
92
|
+
private validateUploadTargets;
|
|
93
|
+
private validateUploadTarget;
|
|
94
|
+
private getCachedAccordionState;
|
|
62
95
|
private successfulUpload;
|
|
63
96
|
/**
|
|
64
97
|
* Start the actual upload.
|
|
@@ -67,10 +100,6 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
67
100
|
*/
|
|
68
101
|
private startUpload;
|
|
69
102
|
private setQueueSize;
|
|
70
|
-
/**
|
|
71
|
-
* Close the upload overlay and release all bound resources.
|
|
72
|
-
*/
|
|
73
|
-
close(): void;
|
|
74
103
|
private setFileOver;
|
|
75
104
|
private unbindListeners;
|
|
76
105
|
/**
|
|
@@ -85,10 +114,6 @@ export declare class UploadOverlayComponent implements OnInit, OnDestroy {
|
|
|
85
114
|
* @returns number of files
|
|
86
115
|
*/
|
|
87
116
|
private pasteContainsFiles;
|
|
88
|
-
targetTrackByFn(index: any, item: any): any;
|
|
89
|
-
trackByFn(index: any, item: any): any;
|
|
90
|
-
ngOnInit(): void;
|
|
91
|
-
ngOnDestroy(): void;
|
|
92
117
|
static ɵfac: i0.ɵɵFactoryDeclaration<UploadOverlayComponent, never>;
|
|
93
118
|
static ɵcmp: i0.ɵɵComponentDeclaration<UploadOverlayComponent, "eo-upload-overlay", never, {}, {}, never, never, false, never>;
|
|
94
119
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload-overlay.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/upload-overlay/upload-overlay.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAa,UAAU,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"upload-overlay.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/upload-overlay/upload-overlay.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAa,UAAU,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC7F,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAEL,YAAY,EAEZ,qBAAqB,EACrB,YAAY,EACZ,cAAc,EACd,cAAc,EAEd,gBAAgB,EACE,aAAa,EAC/B,WAAW,EACX,mBAAmB,EACpB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,YAAY,EAAE,cAAc,EAAC,MAAM,yBAAyB,CAAC;;AAErE,qBAKa,sBAAuB,YAAW,MAAM,EAAE,SAAS;IA8DlD,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,cAAc;IArEF,SAAS,EAAE,UAAU,CAAC;IAE5C,KAAK,EAAE,cAAc,EAAE,CAAM;IAC7B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,YAAY,EAAE,CAAM;IACxC,oBAAoB,EAAE,YAAY,CAAC;IACnC,eAAe,EAAE,YAAY,EAAE,CAAM;IACrC,gBAAgB,EAAE,YAAY,EAAE,CAAM;IACtC,QAAQ,EAAE,cAAc,CAAC;IACzB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAE9B,WAAW;;;;;;;;;;;;SAgCT;IAEF,OAAO,CAAC,aAAa,CAAsB;IAC3C,OAAO,CAAC,iBAAiB,CAAW;IACpC,OAAO,CAAC,YAAY,CAAW;IAC/B,OAAO,CAAC,gBAAgB,CAAW;IACnC,OAAO,CAAC,cAAc,CAAW;IACjC,OAAO,CAAC,iBAAiB,CAAW;IACpC,OAAO,CAAC,aAAa,CAAW;IAChC,OAAO,CAAC,cAAc,CAAK;IAC3B,OAAO,CAAC,QAAQ,CAAuB;gBAEnB,MAAM,EAAE,MAAM,EACxB,QAAQ,EAAE,SAAS,EACnB,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,mBAAmB,EACnC,cAAc,EAAE,qBAAqB;IAI/C,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAMnB;;;OAGG;IACI,iBAAiB,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAgB1D;;;OAGG;IACI,yBAAyB,CAAC,cAAc,EAAE,OAAO,GAAG,IAAI;IAI/D;;OAEG;IACI,yBAAyB,IAAI,IAAI;IAIxC;;;OAGG;IACI,cAAc,CAAC,QAAQ,EAAE,cAAc,GAAG,IAAI;IAarD,aAAa,IAAI,MAAM;IAIvB,aAAa,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIrC,SAAS,IAAI,IAAI;IAmCjB;;OAEG;IACH,KAAK,IAAI,IAAI;IAUb,OAAO,CAAC,IAAI;IAsBZ,OAAO,CAAC,OAAO;IAgCf,OAAO,CAAC,WAAW;IAuDnB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,eAAe;IAKvB,OAAO,CAAC,cAAc;IAyBtB;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAkB7B,OAAO,CAAC,oBAAoB;IAiE5B,OAAO,CAAC,uBAAuB;IAK/B,OAAO,CAAC,gBAAgB;IAKxB;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAqCnB,OAAO,CAAC,YAAY;IAQpB,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,eAAe;IAmBvB;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IAIzB;;;;OAIG;IACH,OAAO,CAAC,kBAAkB;yCA5gBf,sBAAsB;2CAAtB,sBAAsB;CA+gBlC"}
|
|
@@ -68,13 +68,18 @@ export declare class AgentService {
|
|
|
68
68
|
*
|
|
69
69
|
* @param documents List of documents with id, title, type and rendition.
|
|
70
70
|
*/
|
|
71
|
-
copyToClipboard(documents: any):
|
|
71
|
+
copyToClipboard(documents: any): never;
|
|
72
|
+
/**
|
|
73
|
+
* Gives the setup informations about the last opened folders
|
|
74
|
+
* @returns Observable<any>
|
|
75
|
+
*/
|
|
76
|
+
getLastOpenedFoldersInfo(): Observable<any>;
|
|
72
77
|
/**
|
|
73
78
|
* Send items as email.
|
|
74
79
|
*
|
|
75
80
|
* @param CustomEmail contain attachemnts and message. Message my contains details about the mail.
|
|
76
81
|
*/
|
|
77
|
-
sendAsMail({ attachments, message }: CustomEmail):
|
|
82
|
+
sendAsMail({ attachments, message }: CustomEmail): never;
|
|
78
83
|
sendExternalAction(executable: any, args: any): void;
|
|
79
84
|
private sendMessage;
|
|
80
85
|
private getHost;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/agent/agent.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAE,cAAc,EAAE,UAAU,EAAe,SAAS,EAAE,MAAM,EAAE,oBAAoB,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AACpL,OAAO,EAA4B,UAAU,EAAoB,MAAM,MAAM,CAAC;AAE9E,OAAO,EAAC,QAAQ,EAAC,MAAM,kDAAkD,CAAC;AAC1E,OAAO,EAAC,YAAY,EAAC,MAAM,qDAAqD,CAAC;AACjF,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;;AAE9C,oBAAY,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;CAC9B;AACD,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE;QACL,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC;QACxC,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,EAAE,YAAY,CAAA;KAC9C,CAAA;CACF;AACD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,CAAC,CAAA;AAG3D,qBACa,YAAY;IAiBO,UAAU,EAAE,UAAU;IAClD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,eAAe;IAvBzB,OAAO,CAAC,cAAc,CAAe;IAErC,iBAAiB;;;;MAIf;IAEF,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,iBAAiB,CAAiC;IACnD,YAAY,EAAE,UAAU,CAAC,OAAO,CAAC,CAAyC;IACjF,OAAO,CAAC,WAAW,CAAoD;IAChE,YAAY,EAAE,UAAU,CAAC,qBAAqB,CAAC,CAAmC;gBAG3D,UAAU,EAAE,UAAU,EAC1C,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,oBAAoB,EACnC,eAAe,EAAE,eAAe;IAI1C,OAAO,CAAC,wBAAwB;IAOhC,cAAc,IAAI,UAAU,CAAC,qBAAqB,CAAC;IAOnD,IAAI,WAAW,CAAC,WAAW,EAAE,OAAO,EAInC;IAED,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,cAAc,CAAC,YAAY,KAAA,GAAG,UAAU,CAAC,OAAO,CAAC;IASjD;;;;OAIG;IACH,kBAAkB,CAAC,aAAa,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"agent.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/agent/agent.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAE,cAAc,EAAE,UAAU,EAAe,SAAS,EAAE,MAAM,EAAE,oBAAoB,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AACpL,OAAO,EAA4B,UAAU,EAAoB,MAAM,MAAM,CAAC;AAE9E,OAAO,EAAC,QAAQ,EAAC,MAAM,kDAAkD,CAAC;AAC1E,OAAO,EAAC,YAAY,EAAC,MAAM,qDAAqD,CAAC;AACjF,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;;AAE9C,oBAAY,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;CAC9B;AACD,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE;QACL,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,EAAE,OAAO,CAAC;QACxC,CAAC,eAAe,CAAC,YAAY,CAAC,CAAC,EAAE,YAAY,CAAA;KAC9C,CAAA;CACF;AACD,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,OAAO,CAAC,CAAA;AAG3D,qBACa,YAAY;IAiBO,UAAU,EAAE,UAAU;IAClD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,eAAe;IAvBzB,OAAO,CAAC,cAAc,CAAe;IAErC,iBAAiB;;;;MAIf;IAEF,OAAO,CAAC,YAAY,CAAS;IAC7B,OAAO,CAAC,iBAAiB,CAAiC;IACnD,YAAY,EAAE,UAAU,CAAC,OAAO,CAAC,CAAyC;IACjF,OAAO,CAAC,WAAW,CAAoD;IAChE,YAAY,EAAE,UAAU,CAAC,qBAAqB,CAAC,CAAmC;gBAG3D,UAAU,EAAE,UAAU,EAC1C,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,oBAAoB,EACnC,eAAe,EAAE,eAAe;IAI1C,OAAO,CAAC,wBAAwB;IAOhC,cAAc,IAAI,UAAU,CAAC,qBAAqB,CAAC;IAOnD,IAAI,WAAW,CAAC,WAAW,EAAE,OAAO,EAInC;IAED,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED,cAAc,CAAC,YAAY,KAAA,GAAG,UAAU,CAAC,OAAO,CAAC;IASjD;;;;OAIG;IACH,kBAAkB,CAAC,aAAa,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,QAAQ;IAqChE;;;;;OAKG;IACH,YAAY,CAAC,QAAQ,KAAA,EAAE,IAAI,KAAA;IAmB3B;;;;;OAKG;IACH,eAAe,CAAC,SAAS,KAAA;IAOzB;;;;OAIG;IACH,eAAe,CAAC,SAAS,KAAA;IASzB;;;OAGG;IACH,wBAAwB,IAAI,UAAU,CAAC,GAAG,CAAC;IAK3C;;;;OAIG;IACH,UAAU,CAAC,EAAC,WAAW,EAAE,OAAO,EAAC,EAAE,WAAW;IAU9C,kBAAkB,CAAC,UAAU,KAAA,EAAE,IAAI,KAAA;IAInC,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,OAAO;yCAjMJ,YAAY;6CAAZ,YAAY;CAqMxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-search.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/search/app-search.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyD,UAAU,EAAC,MAAM,MAAM,CAAC;AAGxF,OAAO,EACL,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EACrD,UAAU,EAAE,aAAa,EAAE,YAAY,EAAqB,UAAU,EACvE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD;;;;GAIG;AACH,qBACa,gBAAgB;IA2Bf,OAAO,CAAC,aAAa;IAC/B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IA5BnB,OAAO,CAAC,KAAK,CAAqB;IAClC,OAAO,CAAC,IAAI,CAAM;IAClB,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,UAAU,CAAqB;IAGvC,OAAO,CAAC,qBAAqB,CAAS;IAKtC,OAAO,CAAC,WAAW,CAAqC;IACxD,OAAO,CAAC,gBAAgB,CAAqD;IAKtE,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,CAAmC;IAIlE,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,CAAwC;IAC5E,gBAAgB,QAAM;IACtB,wBAAwB,QAAM;gBAEjB,aAAa,EAAE,aAAa,EACtC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,aAAa,EACrB,SAAS,EAAE,gBAAgB;IAmCrC,SAAS;IAKT,OAAO,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"app-search.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/search/app-search.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyD,UAAU,EAAC,MAAM,MAAM,CAAC;AAGxF,OAAO,EACL,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EACrD,UAAU,EAAE,aAAa,EAAE,YAAY,EAAqB,UAAU,EACvE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD;;;;GAIG;AACH,qBACa,gBAAgB;IA2Bf,OAAO,CAAC,aAAa;IAC/B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,SAAS;IA5BnB,OAAO,CAAC,KAAK,CAAqB;IAClC,OAAO,CAAC,IAAI,CAAM;IAClB,OAAO,CAAC,SAAS,CAAqB;IACtC,OAAO,CAAC,UAAU,CAAqB;IAGvC,OAAO,CAAC,qBAAqB,CAAS;IAKtC,OAAO,CAAC,WAAW,CAAqC;IACxD,OAAO,CAAC,gBAAgB,CAAqD;IAKtE,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,CAAmC;IAIlE,WAAW,EAAE,UAAU,CAAC,WAAW,CAAC,CAAwC;IAC5E,gBAAgB,QAAM;IACtB,wBAAwB,QAAM;gBAEjB,aAAa,EAAE,aAAa,EACtC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,aAAa,EACrB,SAAS,EAAE,gBAAgB;IAmCrC,SAAS;IAKT,OAAO,CAAC,cAAc;IAYtB,OAAO,CAAC,mBAAmB;IAwBpB,kBAAkB;IAsCzB;;;;;;OAMG;IACI,QAAQ,CAAC,KAAK,EAAE,WAAW;IAQlC;;OAEG;IACI,UAAU;IAIjB,OAAO,CAAC,UAAU;IAIlB;;OAEG;IACI,gBAAgB;IAehB,OAAO,CAAC,IAAI,EAAE,MAAM;IAOpB,aAAa,CAAC,KAAK,EAAE,UAAU;IAO/B,OAAO,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,UAAQ;IAIxC;;;OAGG;IACI,eAAe,CAAC,IAAI,EAAE,UAAU;IAOvC;;;;;OAKG;IACI,aAAa,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE,MAAM,CAAC,EAAE,OAAO;IAgB1D;;;;;OAKG;IACI,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,OAAO;IAexD,OAAO,CAAC,wBAAwB;IAmBhC;;;OAGG;IACI,iBAAiB,CAAC,MAAM,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,OAAO;IAOjE;;;OAGG;IACI,kBAAkB,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,QAAQ,CAAC,EAAE,OAAO;IAYrE;;;OAGG;IACI,cAAc,CAAC,MAAM,EAAE,YAAY;IAO1C;;;OAGG;IACI,iBAAiB,CAAC,MAAM,EAAE,YAAY;IAO7C;;;;;;OAMG;IACI,0BAA0B,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,MAAM,CAAC,EAAE,OAAO;IAYpE,0BAA0B,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,YAAY,EAAE;IAKtE;;;;OAIG;IACI,iBAAiB,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO;IAKvD;;OAEG;IACI,SAAS,CAAC,SAAS,SAAK;IAiB/B;;OAEG;IACI,KAAK,CAAC,MAAM,CAAC,EAAE,OAAO;IAS7B,mBAAmB;IAOnB;;OAEG;IACI,cAAc,CAAC,SAAS,EAAE,GAAG;IAI7B,YAAY,CAAC,IAAI,EAAE,MAAM;IAIhC;;;;;;OAMG;IACI,0BAA0B,CAAC,eAAe,EAAE,MAAM,GAAG,GAAG;IAU/D;;;;;;;OAOG;IACH,OAAO,CAAC,gCAAgC;yCArb7B,gBAAgB;6CAAhB,gBAAgB;CA8b5B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
## Default Assets
|
|
2
|
-
* This folder is copy of `@eo-sdk\client\assets` and it will be automatically updated based on `@eo-sdk/client` version
|
|
1
|
+
## Default Assets
|
|
2
|
+
* This folder is copy of `@eo-sdk\client\assets` and it will be automatically updated based on `@eo-sdk/client` version
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"agent": {
|
|
3
|
-
"autoconnect": true,
|
|
4
|
-
"locksettings": "ask"
|
|
5
|
-
}
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"agent": {
|
|
3
|
+
"autoconnect": true,
|
|
4
|
+
"locksettings": "ask"
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"uri": {
|
|
3
|
-
"serviceBase": "/rest-ws/service",
|
|
4
|
-
"contextPath": "/"
|
|
5
|
-
},
|
|
6
|
-
"search": {
|
|
7
|
-
"searchMode": "idxs",
|
|
8
|
-
"trackTotalHits": false,
|
|
9
|
-
"limit": 50
|
|
10
|
-
},
|
|
11
|
-
"languages": [
|
|
12
|
-
{
|
|
13
|
-
"iso": "de",
|
|
14
|
-
"label": "Deutsch"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"iso": "en",
|
|
18
|
-
"label": "English",
|
|
19
|
-
"fallback": true
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"preview": {
|
|
23
|
-
"fileSizeLimit": 10485760,
|
|
24
|
-
"viewers": [
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"agent": {
|
|
28
|
-
"alias": ""
|
|
29
|
-
},
|
|
30
|
-
"about": {
|
|
31
|
-
"docu": {
|
|
32
|
-
"link": "https://help.optimal-systems.com/yuuvisRAD/v100/user/client/###userLang###/index.html",
|
|
33
|
-
"label": "eo.sidebar.help.manual"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"dashboardTitle": "yuuvis® RAD client",
|
|
37
|
-
"dashboardBackgroundImage": "./assets/_default/theme/bgr-dashboard.jpg",
|
|
38
|
-
"sideBarHeaderImage": "./assets/_default/theme/bgr_sidebar.jpg",
|
|
39
|
-
"navBarLogo":"./assets/_default/theme/logo.svg",
|
|
40
|
-
"appLogo": "assets/_default/theme/splash.svg",
|
|
41
|
-
"systemStatusUpdateInterval": 30000,
|
|
42
|
-
"objectDetailsTabs": {"master": ["summary", "indexdata", "history", "links", "signature"], "slave": ["preview"]},
|
|
43
|
-
"favicon": "assets/_default/theme/favicon.ico"
|
|
44
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"uri": {
|
|
3
|
+
"serviceBase": "/rest-ws/service",
|
|
4
|
+
"contextPath": "/"
|
|
5
|
+
},
|
|
6
|
+
"search": {
|
|
7
|
+
"searchMode": "idxs",
|
|
8
|
+
"trackTotalHits": false,
|
|
9
|
+
"limit": 50
|
|
10
|
+
},
|
|
11
|
+
"languages": [
|
|
12
|
+
{
|
|
13
|
+
"iso": "de",
|
|
14
|
+
"label": "Deutsch"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"iso": "en",
|
|
18
|
+
"label": "English",
|
|
19
|
+
"fallback": true
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"preview": {
|
|
23
|
+
"fileSizeLimit": 10485760,
|
|
24
|
+
"viewers": [
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"agent": {
|
|
28
|
+
"alias": ""
|
|
29
|
+
},
|
|
30
|
+
"about": {
|
|
31
|
+
"docu": {
|
|
32
|
+
"link": "https://help.optimal-systems.com/yuuvisRAD/v100/user/client/###userLang###/index.html",
|
|
33
|
+
"label": "eo.sidebar.help.manual"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"dashboardTitle": "yuuvis® RAD client",
|
|
37
|
+
"dashboardBackgroundImage": "./assets/_default/theme/bgr-dashboard.jpg",
|
|
38
|
+
"sideBarHeaderImage": "./assets/_default/theme/bgr_sidebar.jpg",
|
|
39
|
+
"navBarLogo":"./assets/_default/theme/logo.svg",
|
|
40
|
+
"appLogo": "assets/_default/theme/splash.svg",
|
|
41
|
+
"systemStatusUpdateInterval": 30000,
|
|
42
|
+
"objectDetailsTabs": {"master": ["summary", "indexdata", "history", "links", "signature"], "slave": ["preview"]},
|
|
43
|
+
"favicon": "assets/_default/theme/favicon.ico"
|
|
44
|
+
}
|