@eo-sdk/client 11.7.0-beta.2 → 11.7.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/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-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.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-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 +1133 -1132
- package/assets/_default/i18n/en.json +3 -2
- 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 +3 -3
- 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/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 +1 -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 +3 -3
- 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 +1 -1
- 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 +10 -4
- 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 +3 -3
- 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 +3 -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 +3 -3
- 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 +1 -1
- 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 +554 -484
- 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 +2 -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;;;;QAAs7D;IACn8D,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"}
|
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"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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":"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"}
|
|
@@ -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":"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"}
|
|
@@ -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 +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
|
+
}
|