@eo-sdk/client 11.5.0-rc.3 → 11.7.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.map +1 -1
- package/app/eo-client/eo-client.module.d.ts +4 -5
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- package/app/eo-client/index.d.ts +3 -0
- package/app/eo-client/index.d.ts.map +1 -1
- package/app/eo-client/process-state/filter-label.d.ts +10 -0
- package/app/eo-client/process-state/filter-label.d.ts.map +1 -0
- package/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -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/organization/organization.component.d.ts +1 -0
- package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +9 -1
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +1 -0
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts +3 -2
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -0
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +50 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts +10 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.d.ts.map +1 -0
- package/app/eo-framework/ui/ui.module.d.ts +10 -11
- package/app/eo-framework/ui/ui.module.d.ts.map +1 -1
- package/app/eo-framework-core/agent/agent.service.d.ts.map +1 -1
- package/app/eo-framework-core/eo-framework-core.module.d.ts +1 -2
- package/app/eo-framework-core/eo-framework-core.module.d.ts.map +1 -1
- package/app/eo-framework-core/error-handler/error-handler.service.d.ts.map +1 -1
- package/app/eo-framework-core/search/app-search.service.d.ts +12 -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 +1132 -1130
- package/assets/_default/i18n/de_after.json +1137 -0
- package/assets/_default/i18n/en.json +10 -8
- 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 +7 -7
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +8 -8
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +5 -5
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +5 -5
- package/esm2022/app/eo-client/eo-client-routing.module.mjs +5 -5
- package/esm2022/app/eo-client/eo-client.module.mjs +26 -28
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +16 -16
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +20 -20
- 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 +5 -5
- package/esm2022/app/eo-client/inbox-state/inbox-state.module.mjs +5 -5
- package/esm2022/app/eo-client/index.mjs +4 -1
- package/esm2022/app/eo-client/login/login.component.mjs +5 -5
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +18 -18
- 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 +5 -5
- package/esm2022/app/eo-client/object-state/object-state-routing.module.mjs +5 -5
- 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 +4 -4
- package/esm2022/app/eo-client/object-state/object-state.module.mjs +5 -5
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +16 -16
- package/esm2022/app/eo-client/prepare-state/prepare-state-routing.module.mjs +5 -5
- package/esm2022/app/eo-client/prepare-state/prepare-state.module.mjs +5 -5
- package/esm2022/app/eo-client/process-state/filter-label.mjs +11 -0
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +24 -24
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +18 -18
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +5 -5
- package/esm2022/app/eo-client/settings/agent-lock-settings.enum.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +5 -5
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +16 -16
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +18 -18
- package/esm2022/app/eo-framework/accordion/accordion.module.mjs +5 -5
- package/esm2022/app/eo-framework/accordion/index.mjs +1 -1
- package/esm2022/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive.mjs +4 -4
- package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +4 -4
- package/esm2022/app/eo-framework/actions/action-target.mjs +1 -1
- package/esm2022/app/eo-framework/actions/action.module.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/copy-action/copy-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/cut-action/cut-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/delete-action/delete-prepared-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/delete-content-action/delete-content-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/download-action/download-object-action/download-object-action.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/email/email-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/favorite-action/favorite-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/finalize/definalize-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-action.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/open-context-action/open-context-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/open-versions-action/open-versions-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/restore-version-action/restore-version-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +6 -6
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list-item/sequence-list-item.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +4 -4
- 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 +4 -4
- package/esm2022/app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action.mjs +4 -4
- package/esm2022/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/workflow-action/workflow-action.component.mjs +4 -4
- 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 +5 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +20 -6
- 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 +5 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/app-shell-routing.module.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +5 -5
- package/esm2022/app/eo-framework/app-shell/index.mjs +1 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +5 -5
- package/esm2022/app/eo-framework/cta/component/cta.component.mjs +5 -5
- package/esm2022/app/eo-framework/cta/cta.module.mjs +5 -5
- package/esm2022/app/eo-framework/cta/index.mjs +1 -1
- package/esm2022/app/eo-framework/eo-framework.module.mjs +5 -5
- package/esm2022/app/eo-framework/error/error.module.mjs +5 -5
- package/esm2022/app/eo-framework/error/error404/error404.component.mjs +5 -5
- package/esm2022/app/eo-framework/error/index.mjs +1 -1
- package/esm2022/app/eo-framework/error/not-found/not-found.component.mjs +4 -4
- package/esm2022/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/date/date.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +4 -4
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/form-input/form-input.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/form-input/input-focus/input-focus.directive.mjs +4 -4
- 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 +6 -6
- 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 +5 -5
- package/esm2022/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/id-reference/service/reference-finder.service.mjs +4 -4
- package/esm2022/app/eo-framework/form-elements/index.mjs +1 -1
- package/esm2022/app/eo-framework/form-elements/number/number.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +30 -21
- package/esm2022/app/eo-framework/form-elements/password/password.component.mjs +5 -5
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +6 -6
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +6 -6
- package/esm2022/app/eo-framework/frame/frame.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/column-configurator/column-configurator.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/extensions/empty/empty.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/extensions/filter/abstract-filter.component.mjs +4 -4
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/grid/extensions/pagination/pagination.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.mjs +23 -23
- package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/extensions/services/list-settings.service.mjs +4 -4
- package/esm2022/app/eo-framework/grid/extensions/total-count/total-count.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +1 -1
- package/esm2022/app/eo-framework/grid/filters/list-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +5 -5
- package/esm2022/app/eo-framework/grid/grid-filter.model.mjs +1 -1
- package/esm2022/app/eo-framework/grid/grid.component.mjs +51 -21
- package/esm2022/app/eo-framework/grid/grid.module.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/list-container/list-container.module.mjs +5 -5
- package/esm2022/app/eo-framework/media/content-preview.service.mjs +4 -4
- package/esm2022/app/eo-framework/media/index.mjs +1 -1
- package/esm2022/app/eo-framework/media/media.component.mjs +5 -5
- package/esm2022/app/eo-framework/media/media.module.mjs +5 -5
- package/esm2022/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +5 -5
- package/esm2022/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +5 -5
- package/esm2022/app/eo-framework/object-details/index.mjs +1 -1
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +10 -8
- package/esm2022/app/eo-framework/object-details/object-details.module.mjs +5 -5
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter-pipe/history-filter.pipe.mjs +4 -4
- package/esm2022/app/eo-framework/object-details/object-history/history-filter/history-filter.component.mjs +5 -5
- 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 +12 -7
- package/esm2022/app/eo-framework/object-details/object-links/object-links.component.mjs +5 -5
- 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 +4 -4
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +5 -5
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +30 -28
- 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 +5 -5
- 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 +5 -5
- 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 +4 -4
- 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 +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +4 -4
- 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 +5 -5
- package/esm2022/app/eo-framework/object-state-details/object-state-details.component.mjs +5 -5
- package/esm2022/app/eo-framework/plugins/index.mjs +1 -1
- package/esm2022/app/eo-framework/plugins/plugin.component.mjs +22 -22
- package/esm2022/app/eo-framework/plugins/plugin.directive.mjs +4 -4
- package/esm2022/app/eo-framework/plugins/plugin.service.mjs +4 -4
- package/esm2022/app/eo-framework/plugins/plugins.module.mjs +5 -5
- package/esm2022/app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component.mjs +5 -5
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +12 -12
- package/esm2022/app/eo-framework/process/details/process-details.component.mjs +5 -5
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/process-form/process-form.component.mjs +5 -5
- package/esm2022/app/eo-framework/process-form/process-form.module.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/quick-search/quick-search.module.mjs +5 -5
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +5 -5
- package/esm2022/app/eo-framework/result-list/index.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +11 -6
- package/esm2022/app/eo-framework/result-list/result-list.module.mjs +5 -5
- package/esm2022/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/settings/settings.module.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts.component.mjs +5 -5
- 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 +4 -4
- package/esm2022/app/eo-framework/shortcuts/shortcuts.module.mjs +5 -5
- package/esm2022/app/eo-framework/shortcuts/shortcuts.service.mjs +4 -4
- package/esm2022/app/eo-framework/stored-query/index.mjs +1 -1
- package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +5 -5
- package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +5 -5
- package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +5 -5
- 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 +5 -5
- package/esm2022/app/eo-framework/tree/index.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree-node/tree-node.component.mjs +5 -5
- package/esm2022/app/eo-framework/tree/tree.component.interface.mjs +1 -1
- package/esm2022/app/eo-framework/tree/tree.component.mjs +6 -6
- package/esm2022/app/eo-framework/tree/tree.module.mjs +5 -5
- package/esm2022/app/eo-framework/ui/animations/panel-loading.animation.mjs +1 -1
- package/esm2022/app/eo-framework/ui/clipboard/clipboard.component.mjs +5 -5
- package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +5 -5
- package/esm2022/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +4 -4
- package/esm2022/app/eo-framework/ui/error-message/error-message.component.mjs +5 -5
- 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 +5 -5
- 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 +142 -9
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.mjs +2 -0
- package/esm2022/app/eo-framework/ui/loading-spinner/loading-spinner.component.mjs +9 -9
- package/esm2022/app/eo-framework/ui/outside-click/outside-click.directive.mjs +4 -4
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +5 -5
- package/esm2022/app/eo-framework/ui/query-scope-select/query-scope-select.component.mjs +5 -5
- package/esm2022/app/eo-framework/ui/router-link/router-link.directive.mjs +4 -4
- package/esm2022/app/eo-framework/ui/rtl-aware/rtl-aware.directive.mjs +4 -4
- package/esm2022/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +5 -5
- package/esm2022/app/eo-framework/ui/ui.module.mjs +17 -28
- package/esm2022/app/eo-framework/ui/user-avatar/user-avatar.component.mjs +4 -4
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay-guard.service.mjs +4 -4
- package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +5 -5
- package/esm2022/app/eo-framework/util/directive/prevent-double-click.directive.mjs +4 -4
- package/esm2022/app/eo-framework/util/directive/trap-focus.directive.mjs +4 -4
- package/esm2022/app/eo-framework/util/index.mjs +1 -1
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +4 -4
- package/esm2022/app/eo-framework/util/sortable/order-by.pipe.mjs +4 -4
- package/esm2022/app/eo-framework/util/util.module.mjs +5 -5
- package/esm2022/app/eo-framework-core/agent/agent.interface.mjs +1 -1
- package/esm2022/app/eo-framework-core/agent/agent.service.mjs +4 -4
- 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 +4 -4
- 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 +4 -4
- package/esm2022/app/eo-framework-core/eo-framework-core.module.mjs +13 -19
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +4 -4
- 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 +4 -4
- package/esm2022/app/eo-framework-core/location/location.service.mjs +4 -4
- 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 +4 -4
- package/esm2022/app/eo-framework-core/pending-changes/pending-changes.service.mjs +4 -4
- package/esm2022/app/eo-framework-core/pipes/filesize.pipe.mjs +4 -4
- package/esm2022/app/eo-framework-core/pipes/keys.pipe.mjs +4 -4
- package/esm2022/app/eo-framework-core/pipes/locale-date.pipe.mjs +4 -4
- package/esm2022/app/eo-framework-core/pipes/locale-number.pipe.mjs +13 -13
- package/esm2022/app/eo-framework-core/pipes/pipes.module.mjs +5 -5
- package/esm2022/app/eo-framework-core/pipes/safe-html.pipe.mjs +4 -4
- package/esm2022/app/eo-framework-core/references/reference.service.mjs +4 -4
- package/esm2022/app/eo-framework-core/route-guards/auth/auth-guard.service.mjs +4 -4
- package/esm2022/app/eo-framework-core/route-guards/capabilities/capabilities-guard.service.mjs +4 -4
- package/esm2022/app/eo-framework-core/search/app-search.service.mjs +27 -6
- package/esm2022/app/eo-framework-core/selection/selection.service.mjs +4 -4
- package/esm2022/app/eo-framework-core/title/page-title.service.mjs +4 -4
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/eo-sdk-client.mjs +1435 -1898
- 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 +17 -17
- package/proxy.config.js +13 -0
- 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 +27 -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.scss +141 -141
- package/app/eo-framework/grid/row-grouping/batchRemover.d.ts +0 -13
- package/app/eo-framework/grid/row-grouping/batchRemover.d.ts.map +0 -1
- package/app/eo-framework/grid/row-grouping/group-stage.d.ts +0 -45
- package/app/eo-framework/grid/row-grouping/group-stage.d.ts.map +0 -1
- package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts +0 -8
- package/app/eo-framework/grid/row-grouping/row-grouping.module.d.ts.map +0 -1
- package/esm2022/app/eo-framework/grid/row-grouping/batchRemover.mjs +0 -50
- package/esm2022/app/eo-framework/grid/row-grouping/group-stage.mjs +0 -623
- package/esm2022/app/eo-framework/grid/row-grouping/row-grouping.module.mjs +0 -8
- package/proxy.config.json +0 -97
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;;;;QAAw7D;IACr8D,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAahF,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAW5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAkB3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,cAAc;IAvBxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;gBAGA,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,cAAc,EAAE,qBAAqB;IAS/C,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAiC3B,OAAO,CAAC,eAAe;IAkEvB,QAAQ;IAKR,eAAe;IAmBf,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;IAO5B,mBAAmB,CAAC,MAAM,EAAE,OAAO;yCA3NxB,kBAAkB;2CAAlB,kBAAkB;CAkO9B"}
|
|
@@ -43,15 +43,14 @@ import * as i40 from "@yuuvis/components/tabs";
|
|
|
43
43
|
import * as i41 from "@yuuvis/components/split-view";
|
|
44
44
|
import * as i42 from "@yuuvis/components/dropdown";
|
|
45
45
|
import * as i43 from "@yuuvis/widget-grid";
|
|
46
|
-
import * as i44 from "@angular
|
|
47
|
-
import * as i45 from "@
|
|
48
|
-
import * as i46 from "@angular/
|
|
49
|
-
import * as i47 from "@angular/router";
|
|
46
|
+
import * as i44 from "@carbon/charts-angular";
|
|
47
|
+
import * as i45 from "@angular/cdk/drag-drop";
|
|
48
|
+
import * as i46 from "@angular/router";
|
|
50
49
|
export declare class EoClientModule {
|
|
51
50
|
static forRoot(): ModuleWithProviders<EoClientModule>;
|
|
52
51
|
constructor(parentModule: EoClientModule);
|
|
53
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
|
|
54
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.LastEditedAndCreatedSetupComponent, typeof i21.HitlistSetupComponent, typeof i22.HitlistWidgetComponent, typeof i23.ChartsWidgetComponent, typeof i24.ChartsSetupComponent, typeof i25.CountObjectsWidgetComponent, typeof i26.CountObjectsSetupComponent, typeof i27.TodoWidgetComponent, typeof i28.TodoSetupComponent, typeof i29.PictureWidgetComponent, typeof i30.PictureWidgetSetupComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.ObjectStateModule, typeof i34.InboxStateModule, typeof i35.PrepareStateModule, typeof i36.EoClientRoutingModule, typeof i37.EoFrameworkModule, typeof i38.GridModule, typeof i39.YvcMasterDetailsModule, typeof i40.YvcTabsModule, typeof i41.YvcSplitViewModule, typeof i42.YvcDropdownModule, typeof i43.YuvWidgetGridModule, typeof i44.
|
|
53
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.LastEditedAndCreatedSetupComponent, typeof i21.HitlistSetupComponent, typeof i22.HitlistWidgetComponent, typeof i23.ChartsWidgetComponent, typeof i24.ChartsSetupComponent, typeof i25.CountObjectsWidgetComponent, typeof i26.CountObjectsSetupComponent, typeof i27.TodoWidgetComponent, typeof i28.TodoSetupComponent, typeof i29.PictureWidgetComponent, typeof i30.PictureWidgetSetupComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.ObjectStateModule, typeof i34.InboxStateModule, typeof i35.PrepareStateModule, typeof i36.EoClientRoutingModule, typeof i37.EoFrameworkModule, typeof i38.GridModule, typeof i39.YvcMasterDetailsModule, typeof i40.YvcTabsModule, typeof i41.YvcSplitViewModule, typeof i42.YvcDropdownModule, typeof i43.YuvWidgetGridModule, typeof i44.ChartsModule, typeof i45.DragDropModule], [typeof i46.RouterModule, typeof i37.EoFrameworkModule]>;
|
|
55
54
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
|
|
56
55
|
}
|
|
57
56
|
//# sourceMappingURL=eo-client.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDhF,qBAuDa,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
|
package/app/eo-client/index.d.ts
CHANGED
|
@@ -13,6 +13,9 @@ export * from './object-state/object-state/object-state.component';
|
|
|
13
13
|
export * from './object-state/object-state-service/object-state.service';
|
|
14
14
|
export * from './prepare-state/prepare-state.module';
|
|
15
15
|
export * from './prepare-state/prepare-state/prepare-state.component';
|
|
16
|
+
export * from './process-state/process-state.component';
|
|
17
|
+
export * from './process-state/filter-label';
|
|
18
|
+
export * from './recyclebin-state/recyclebin-state.component';
|
|
16
19
|
export * from './result-state/result-state.component';
|
|
17
20
|
export * from './settings/settings.component';
|
|
18
21
|
export * from './settings/agent-lock-settings.enum';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AAEnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,kCAAkC,CAAC;AACjD,cAAc,iDAAiD,CAAC;AAChE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yBAAyB,CAAC;AACxC,cAAc,qDAAqD,CAAC;AACpE,cAAc,qDAAqD,CAAC;AACpE,cAAc,oCAAoC,CAAC;AACnD,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,sCAAsC,CAAC;AACrD,cAAc,uDAAuD,CAAC;AACtE,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,uDAAuD,CAAC;AACtE,cAAc,yCAAyC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AAEnC,cAAc,qCAAqC,CAAC;AACpD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,kCAAkC,CAAC;AACjD,cAAc,iDAAiD,CAAC;AAChE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yBAAyB,CAAC;AACxC,cAAc,qDAAqD,CAAC;AACpE,cAAc,qDAAqD,CAAC;AACpE,cAAc,oCAAoC,CAAC;AACnD,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,sCAAsC,CAAC;AACrD,cAAc,uDAAuD,CAAC;AACtE,cAAc,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,uDAAuD,CAAC;AACtE,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-label.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/process-state/filter-label.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,IAAI,KAAK;IACT,OAAO,IAAI;IACX,OAAO,KAAK;IACZ,SAAS,KAAK;IACd,SAAS,KAAK;IACd,UAAU,KAAK;IACf,KAAK,KAAK;CACX"}
|
package/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simple-workflow-action.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,UAAU,EAAC,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,SAAS,EACT,oBAAoB,EACpB,UAAU,EAEX,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;;AAGtE,qBAIa,6BAA8B,SAAQ,eAAgB,YAAW,mBAAmB;IAuBnF,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAvB9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,SAAK;IACb,OAAO,
|
|
1
|
+
{"version":3,"file":"simple-workflow-action.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,UAAU,EAAC,MAAM,MAAM,CAAC;AAEpD,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,SAAS,EACT,oBAAoB,EACpB,UAAU,EAEX,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;;AAGtE,qBAIa,6BAA8B,SAAQ,eAAgB,YAAW,mBAAmB;IAuBnF,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAvB9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,SAAK;IACb,OAAO,SAAoC;IAC3C,KAAK,SAAa;IAClB,KAAK,iBAAgC;IACrC,kBAAkB,EAAE,iBAAiB,CAAC;IAEtC,IACI,iBAAiB,CAAC,iBAAiB,EAAE,iBAAiB,EAKzD;IAED,IAAI,MAAM,sBAET;gBAEmB,KAAK,EAAE,oBAAoB,EAC3B,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,UAAU;IAI1C,YAAY,CAAC,OAAO,EAAE,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC;IAIrD,aAAa,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAMvC,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,GAAG,IAAI;yCAvClB,6BAA6B;2CAA7B,6BAA6B;CAsDzC"}
|
|
@@ -167,7 +167,7 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
|
|
|
167
167
|
updateStoredQuery(): void;
|
|
168
168
|
resetQuery(): void;
|
|
169
169
|
closeSearchMenu(): void;
|
|
170
|
-
moveObjectTypeGroup(groupLabel:
|
|
170
|
+
moveObjectTypeGroup(groupLabel: string, direction: string): void;
|
|
171
171
|
private focusSearchInput;
|
|
172
172
|
private changeSearchInputFocus;
|
|
173
173
|
ngOnInit(): 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":"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,
|
|
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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"}
|
|
@@ -40,6 +40,7 @@ export declare class OrganizationComponent implements ControlValueAccessor, Afte
|
|
|
40
40
|
set readonly(r: boolean);
|
|
41
41
|
get readonly(): boolean;
|
|
42
42
|
set dataMeta(dM: any);
|
|
43
|
+
autocompleteTimeout: any;
|
|
43
44
|
placeholder: string;
|
|
44
45
|
exceptions: string[];
|
|
45
46
|
filterObject: OrganizationFilter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/organization/organization.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEnB,YAAY,EAMb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,oBAAoB,EAAoC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAqD,YAAY,EAAC,MAAM,MAAM,CAAC;;AAEtF,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,qBAiBa,qBAAsB,YAAW,oBAAoB,EAAE,mBAAmB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"organization.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/organization/organization.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EAEnB,YAAY,EAMb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,oBAAoB,EAAoC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAC,cAAc,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAqD,YAAY,EAAC,MAAM,MAAM,CAAC;;AAEtF,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,qBAiBa,qBAAsB,YAAW,oBAAoB,EAAE,mBAAmB,EAAE,SAAS;IAuDpF,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACd,WAAW,EAAE,WAAW;IAxDN,iBAAiB,EAAE,YAAY,CAAC;IAE3D,IAAI;;;MAGH;IAED,SAAS,SAA4B;IACrC,SAAS,SAAK;IACd,QAAQ,SAAO;IACgB,SAAS,EAAE,OAAO,CAAC;IAGlD,eAAe,oBAAsB;IAGrC,iBAAiB,oBAAsB;IAEvC,eAAe,EAAE,GAAG,EAAE,CAAC;IAEvB,KAAK,MAAC;IACN,aAAa,EAAE,MAAM,CAAC;IAEtB,UAAU,EAAE,GAAG,EAAE,CAAM;IACvB,KAAK,EAAE,GAAG,CAAM;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,kBAAkB,CAAkB;IAC5C,IAAa,iBAAiB,CAAC,CAAC,EAAE,OAAO,EAGxC;IACD,IAAI,iBAAiB,IAJa,OAAO,CAMxC;IACQ,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IAC9B,IAAa,QAAQ,CAAC,CAAC,EAAE,OAAO,EAE/B;IACD,IAAI,QAAQ,IAHa,OAAO,CAK/B;IACD,IAAa,QAAQ,CAAC,EAAE,EAAE,GAAG,EAI5B;IACD,mBAAmB,EAAE,GAAG,CAAA;IACf,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,EAAE,CAAM;IAC1B,YAAY,EAAE,kBAAkB,CAAC;gBAEtB,OAAO,EAAE,cAAc,EACjC,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa,EAC7B,WAAW,EAAE,WAAW;IAG1B,QAAQ;IAIf,OAAO,CAAC,oBAAoB;IAwB5B,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAU5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,OAAO,CAAC,SAAS;IAKjB,cAAc,CAAC,IAAI,EAAE,MAAM;IAyB3B,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,YAAY;IAkBnC,UAAU,CAAC,KAAK,KAAA;IAYhB,QAAQ,CAAC,KAAK,KAAA;IAWd,kBAAkB;IAIlB,OAAO,CAAC,eAAe;IAIvB,qBAAqB;yCA5LV,qBAAqB;2CAArB,qBAAqB;CAiMjC"}
|
|
@@ -14,6 +14,7 @@ export declare class GridComponent {
|
|
|
14
14
|
private router;
|
|
15
15
|
private pendingChanges;
|
|
16
16
|
modules: Module[];
|
|
17
|
+
scrollPosition: number;
|
|
17
18
|
overlayLoadingTemplate: string;
|
|
18
19
|
private components;
|
|
19
20
|
private _gridOptions;
|
|
@@ -52,13 +53,20 @@ export declare class GridComponent {
|
|
|
52
53
|
updateFocus(id?: string): void;
|
|
53
54
|
onCellClicked($event: any): void;
|
|
54
55
|
onCellDoubleClicked($event: any): void;
|
|
55
|
-
onMouseDown($event: any): void;
|
|
56
|
+
onMouseDown($event: MouseEvent | any): void;
|
|
57
|
+
private selectEvent;
|
|
56
58
|
onCellFocused($event: any): void;
|
|
57
59
|
onContextMenuClicked($event: any): void;
|
|
58
60
|
onSelectionChanged($event: any): void;
|
|
59
61
|
onColumnResized($event: any): void;
|
|
60
62
|
onModelUpdated(): void;
|
|
61
63
|
onReady(): void;
|
|
64
|
+
onSortChanged(event: any): void;
|
|
65
|
+
/**
|
|
66
|
+
* Scrolls the grid horizontally to a predefined initial position.
|
|
67
|
+
* This method is called when the grid is sorted.
|
|
68
|
+
*/
|
|
69
|
+
setHorizontalScrollPosition(): void;
|
|
62
70
|
onQuickFilterChanged($event: any): void;
|
|
63
71
|
selectRow(row: number | string, selection?: number[], clearSelection?: boolean, position?: any): void;
|
|
64
72
|
scrollToRow(index?: number, position?: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,EAAC,MAAM,yBAAyB,CAAC;AACnG,OAAO,EAAY,YAAY,EAA4D,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -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,aAAa,EAEb,YAAY,EAGZ,SAAS,EACT,MAAM,EAEN,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,cAAc,EAAoB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzE,OAAO,EACL,cAAc,EACd,UAAU,EACV,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,SAAS,EACT,SAAS,EACT,UAAU,EAEV,YAAY,EAEZ,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AAIpC,OAAO,EAAC,YAAY,EAAC,MAAM,6CAA6C,CAAC;AACzE,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAE1F,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,0CAA0C,CAAC;AAEvE,OAAO,EAAC,cAAc,EAAC,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAC,uBAAuB,EAAC,MAAM,kDAAkD,CAAC;AAEzF,OAAO,EAAC,SAAS,EAAC,MAAM,qDAAqD,CAAC;AAC9E,OAAO,EAAC,IAAI,EAAC,MAAM,yBAAyB,CAAC;AAC7C,OAAO,EAAC,kBAAkB,EAAE,uBAAuB,EAAC,MAAM,+BAA+B,CAAC;;AAE1F,qBAOa,sBAAuB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;
|
|
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,11 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { DmsObjectHistoryEntry, DmsParams, DmsService, EventService } from '@eo-sdk/core';
|
|
2
|
+
import { DmsObjectHistoryEntry, DmsParams, DmsService, EventService, TranslateService } from '@eo-sdk/core';
|
|
3
3
|
import { IVisibleFilter } from './history-filter/history-filter';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ObjectHistoryComponent {
|
|
6
6
|
private dmsService;
|
|
7
7
|
private cd;
|
|
8
8
|
private eventService;
|
|
9
|
+
private translate;
|
|
9
10
|
_params: DmsParams;
|
|
10
11
|
private _history;
|
|
11
12
|
completeHistory: DmsObjectHistoryEntry[];
|
|
@@ -16,7 +17,7 @@ export declare class ObjectHistoryComponent {
|
|
|
16
17
|
get history(): DmsObjectHistoryEntry[];
|
|
17
18
|
set params(p: DmsParams);
|
|
18
19
|
get params(): DmsParams;
|
|
19
|
-
constructor(dmsService: DmsService, cd: ChangeDetectorRef, eventService: EventService);
|
|
20
|
+
constructor(dmsService: DmsService, cd: ChangeDetectorRef, eventService: EventService, translate: TranslateService);
|
|
20
21
|
toggleFilter(filter: any): void;
|
|
21
22
|
trackByIndex(index: any, item: any): any;
|
|
22
23
|
private fetchHistory;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-history.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/object-history/object-history.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAmB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,qBAAqB,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"object-history.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/object-history/object-history.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAmB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,qBAAqB,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAGtH,OAAO,EAAC,cAAc,EAAC,MAAM,iCAAiC,CAAC;;AAE/D,qBAOa,sBAAsB;IA2BrB,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,EAAE;IAAqB,OAAO,CAAC,YAAY;IAAgB,OAAO,CAAC,SAAS;IAzBhI,OAAO,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,QAAQ,CAA+B;IAC/C,eAAe,EAAE,qBAAqB,EAAE,CAAM;IAC9C,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,cAAc,CAA+B;IAE5D,IAAI,OAAO,CAAC,UAAU,EAAE,qBAAqB,EAAE,EAE9C;IAED,IAAI,OAAO,IAAI,qBAAqB,EAAE,CAErC;IAED,IACI,MAAM,CAAC,CAAC,EAAE,SAAS,EAGtB;IAED,IAAI,MAAM,IALI,SAAS,CAOtB;gBAEmB,UAAU,EAAE,UAAU,EAAU,EAAE,EAAE,iBAAiB,EAAU,YAAY,EAAE,YAAY,EAAU,SAAS,EAAE,gBAAgB;IAWlJ,YAAY,CAAC,MAAM,KAAA;IAUnB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,OAAO,CAAC,YAAY;yCApDT,sBAAsB;2CAAtB,sBAAsB;CAmElC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-element-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAS,WAAW,EAAE,MAAM,EAAC,MAAM,yBAAyB,CAAC;AAEpE,OAAO,EAAiC,MAAM,EAAwB,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAC,oBAAoB,EAAoC,kBAAkB,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACrH,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAK/G,OAAO,EAAe,WAAW,EAAC,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAC,qBAAqB,EAAC,MAAM,yEAAyE,CAAC;AAC9G,OAAO,EAAC,OAAO,EAAE,oBAAoB,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;;AAEzD,qBAoBa,yBAA0B,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IA4ErF,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IACf,OAAO,EAAE,WAAW;IAC3B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IA/EnB,OAAO,CAAC,cAAc,CAAQ;IAC9B,OAAO,CAAC,qBAAqB,CAAQ;IAE9B,OAAO,EAAE,MAAM,EAAE,CAA+C;IAEvE,qBAAqB,SAAiB;IACtC,cAAc,SAA8B;IAEvB,MAAM,EAAG,aAAa,CAAC;IAClB,WAAW,EAAG,aAAa,CAAC;IAChC,OAAO,EAAE,gBAAgB,CAAC;IAGvC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,SAAU;IAClB,MAAM,SAAU;IAEzB,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,CAAC,SAAS,CAAQ;IACzB,SAAS,UAAS;IAClB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,EAAE,WAAW,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,UAAS;IACnB,WAAW,UAAS;IACpB,sBAAsB,UAAS;IAC/B,UAAU,QAAM;IAChB,kBAAkB,QAAM;IACxB,cAAc,MAAC;IAEf,IACI,MAAM,CAAC,CAAC,EAAE,oBAAoB,EA0BjC;IACD,IAAI,MAAM,IA3BI,oBAAoB,CA6BjC;IAMD,eAAe,CAAC,KAAK,EAAE,aAAa;gBAK1B,cAAc,EAAE,mBAAmB,EACnC,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,qBAAqB,EACtC,OAAO,EAAE,WAAW,EACnB,KAAK,EAAE,oBAAoB,EAC3B,SAAS,EAAE,gBAAgB;
|
|
1
|
+
{"version":3,"file":"form-element-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/result-list/result-list.component.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"result-list.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/result-list/result-list.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
2
|
import { BaseParams, DmsObject, DmsService, LocalStorageService, TranslateService, UserService } from '@eo-sdk/core';
|
|
3
3
|
import { GridService } from '../../../eo-framework-core/api/grid.service';
|
|
4
|
+
import { ISummaryEntryDiffValue } from './indexdata-summary-entry.interface';
|
|
5
|
+
import { DataValueDifference, IndexDataArrayDetails } from './indexdata-summary.interface';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
export declare class IndexdataSummaryComponent implements OnInit {
|
|
6
8
|
translate: TranslateService;
|
|
@@ -45,6 +47,54 @@ export declare class IndexdataSummaryComponent implements OnInit {
|
|
|
45
47
|
getStorageInfos(): void;
|
|
46
48
|
getFolderInfos(item: DmsObject): void;
|
|
47
49
|
private getCachedAccordionState;
|
|
50
|
+
/**
|
|
51
|
+
* Compares two values deeply to determine if they are equivalent.
|
|
52
|
+
*
|
|
53
|
+
* This function performs a deep comparison between two values to determine if they are equivalent.
|
|
54
|
+
* It compares objects recursively, including their enumerable properties.
|
|
55
|
+
*
|
|
56
|
+
* @param {any} val1 - The first value to compare.
|
|
57
|
+
* @param {any} val2 - The second value to compare.
|
|
58
|
+
* @returns {boolean} - Returns `true` if the values are deeply equal, otherwise `false`.
|
|
59
|
+
*/
|
|
60
|
+
compareContentValueEquality: (val1: any, val2: any) => boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Compares two values and returns a summary of their differences.
|
|
63
|
+
* If the values are arrays, it compares their lengths and, if equal, their contents.
|
|
64
|
+
* For non-array values, it checks for equality or if either is considered "empty" by a utility function.
|
|
65
|
+
*
|
|
66
|
+
* @param val1 The first value to compare.
|
|
67
|
+
* @param val2 The second value to compare.
|
|
68
|
+
* @returns An object with `val1` and `val2` properties representing the differences, or `null` if no differences are found.
|
|
69
|
+
* For arrays, the differences are the count of differing items or the difference in lengths.
|
|
70
|
+
* For other values, it returns the values themselves if they differ, or an empty string for "empty" values.
|
|
71
|
+
* Returns `null` if the values are equal or both "empty".
|
|
72
|
+
*/
|
|
73
|
+
getDataValueDifferences: (val1: any, val2: any) => ISummaryEntryDiffValue;
|
|
74
|
+
/**
|
|
75
|
+
* Extracts properties from an object that are arrays and returns their details.
|
|
76
|
+
*
|
|
77
|
+
* @param {Object} data - The object to analyze.
|
|
78
|
+
* @returns {Array} An array of objects, each representing a property of the input object
|
|
79
|
+
* that is an array. Each object includes the property name (`label`), the number of elements
|
|
80
|
+
* in the array (`length`), the array content itself (`content`), and the type of the array (`type`).
|
|
81
|
+
*/
|
|
82
|
+
getIndexDataArrayDetails: (indexData: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
}) => IndexDataArrayDetails[];
|
|
85
|
+
/**
|
|
86
|
+
* Compares the content of two sets of index data array details and extracts the differences.
|
|
87
|
+
*
|
|
88
|
+
* This function maps through the first set of index data array details, finds the matching
|
|
89
|
+
* content from the second set by label, and then calculates the differences between them.
|
|
90
|
+
* It returns an array of objects with labels and the calculated differences, filtering out
|
|
91
|
+
* any entries without a difference.
|
|
92
|
+
*
|
|
93
|
+
* @param {IndexDataArrayDetail[]} indexDataArrayDetails - The first set of index data array details.
|
|
94
|
+
* @param {IndexDataArrayDetail[]} indexData2ArrayDetails - The second set of index data array details.
|
|
95
|
+
* @returns {Array<{label: string, _value: any}>} An array of objects containing labels and their differences.
|
|
96
|
+
*/
|
|
97
|
+
extractDataValuesWithDifferences: (indexDataArrayDetails: any, indexData2ArrayDetails: any) => DataValueDifference[];
|
|
48
98
|
ngOnInit(): void;
|
|
49
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndexdataSummaryComponent, never>;
|
|
50
100
|
static ɵcmp: i0.ɵɵComponentDeclaration<IndexdataSummaryComponent, "eo-indexdata-summary", never, { "baseparams": { "alias": "baseparams"; "required": false; }; "enableVersions": { "alias": "enableVersions"; "required": false; }; "isChangesTab": { "alias": "isChangesTab"; "required": false; }; "indexdata": { "alias": "indexdata"; "required": false; }; "dmsObject": { "alias": "dmsObject"; "required": false; }; "diff": { "alias": "diff"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indexdata-summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,iBAAiB,EAAoB,MAAM,EAAC,MAAM,eAAe,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAC1H,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;;
|
|
1
|
+
{"version":3,"file":"indexdata-summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA0B,iBAAiB,EAAoB,MAAM,EAAC,MAAM,eAAe,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAC1H,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;AAExE,OAAO,EAAC,sBAAsB,EAAC,MAAM,qCAAqC,CAAC;AAE3E,OAAO,EAAC,mBAAmB,EAAE,qBAAqB,EAAC,MAAM,+BAA+B,CAAC;;AAEzF,qBAOa,yBAA0B,YAAW,MAAM;IAyFnC,SAAS,EAAE,gBAAgB;IACrC,OAAO,EAAE,WAAW;IAC3B,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,cAAc;IA5FxB,iCAAiC,EAAE,OAAO,CAAC;IAC3C,OAAO,CAAC,UAAU,CAAY;IAE9B,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,UAAU,EAAE,GAAG,EAAE,CAAC;IAClB,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,UAAS;IACpB,WAAW,UAAS;IACpB,aAAa,UAAS;IACtB,OAAO,CAAC,QAAQ,CAAuB;IACvC,UAAU,UAAS;IACnB,UAAU,UAAS;IAGV,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,UAAQ;IACtB,YAAY,UAAS;IAE9B,IACI,SAAS,CAAC,EAAE,EAAE,SAAS,EAI1B;IAED,IACI,SAAS,CAAC,IAAI,EAAE,SAAS,EAQ5B;IAED,IAAa,IAAI,CAAC,EAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAC;;;;;KAAA,EA2BjE;IAED,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAO,EAAE,UAAU,EAAE,GAAG,EAAE,EAAE,KAAK,UAAQ;gBAoB5D,SAAS,EAAE,gBAAgB,EACrC,OAAO,EAAE,WAAW,EACnB,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,EAAE,EAAE,iBAAiB,EACrB,cAAc,EAAE,mBAAmB;IAI7C,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,GAAE,GAAQ;IAMvC,cAAc,CAAC,OAAO,EAAE,MAAM;IAK9B,gBAAgB,CAAC,EAAE,EAAE,SAAS,EAAE,KAAK,SAAI,EAAE,KAAK,UAAQ;IAIxD,gBAAgB,CAAC,IAAI,EAAE,OAAO;IAI9B,qBAAqB,CAAC,IAAI,EAAE,OAAO;IAInC,mBAAmB,CAAC,IAAI,EAAE,OAAO;IAIjC,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,eAAe;IAWf,cAAc,CAAC,IAAI,EAAE,SAAS;IAS9B,OAAO,CAAC,uBAAuB;IAM/B;;;;;;;;;OASG;IACH,2BAA2B,SAAU,GAAG,QAAQ,GAAG,KAAG,OAAO,CAe3D;IAEF;;;;;;;;;;;OAWG;IACH,uBAAuB,SAAU,GAAG,QAAQ,GAAG,KAAG,sBAAsB,CAoCtE;IAEF;;;;;;;OAOG;IACH,wBAAwB,cAAe;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAC,KAAG,qBAAqB,EAAE,CA+BnF;IAEF;;;;;;;;;;;OAWG;IACH,gCAAgC,+DAAoD,mBAAmB,EAAE,CAexG;IAED,QAAQ;yCA9SG,yBAAyB;2CAAzB,yBAAyB;CAkTrC;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,EAAE,GAAG,CAAC;CACX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexdata-summary.interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/ui/indexdata-summary/indexdata-summary.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,GAAG,EAAE,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,GAAG,CAAC;CACb"}
|
|
@@ -15,23 +15,22 @@ import * as i13 from "./query-scope-select/query-scope-select.component";
|
|
|
15
15
|
import * as i14 from "../util/directive/trap-focus.directive";
|
|
16
16
|
import * as i15 from "./signature-tab/signature-tab.component";
|
|
17
17
|
import * as i16 from "@angular/common";
|
|
18
|
-
import * as i17 from "@
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "@angular/
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "@
|
|
25
|
-
import * as i24 from "@yuuvis/components/
|
|
26
|
-
import * as i25 from "@
|
|
27
|
-
import * as i26 from "@angular/cdk/a11y";
|
|
18
|
+
import * as i17 from "@eo-sdk/core";
|
|
19
|
+
import * as i18 from "../../eo-framework-core/pipes/pipes.module";
|
|
20
|
+
import * as i19 from "@angular/platform-browser/animations";
|
|
21
|
+
import * as i20 from "@angular/router";
|
|
22
|
+
import * as i21 from "../accordion/accordion.module";
|
|
23
|
+
import * as i22 from "@angular/cdk/overlay";
|
|
24
|
+
import * as i23 from "@yuuvis/components/dialog";
|
|
25
|
+
import * as i24 from "@yuuvis/components/overlay";
|
|
26
|
+
import * as i25 from "@angular/cdk/a11y";
|
|
28
27
|
/**
|
|
29
28
|
* Shared module for all ui components that are used across the whole app
|
|
30
29
|
* and in other components.
|
|
31
30
|
*/
|
|
32
31
|
export declare class UiModule {
|
|
33
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UiModule, [typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i12.IndexdataSummaryEntryComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent], [typeof i16.CommonModule, typeof i17.
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UiModule, [typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i12.IndexdataSummaryEntryComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent], [typeof i16.CommonModule, typeof i17.EoSharedModule, typeof i18.PipesModule, typeof i19.BrowserAnimationsModule, typeof i20.RouterModule, typeof i21.AccordionModule, typeof i22.OverlayModule, typeof i23.YvcDialogModule, typeof i24.YvcOverlayModule, typeof i25.A11yModule], [typeof i16.CommonModule, typeof i17.EoSharedModule, typeof i18.PipesModule, typeof i1.EoIconComponent, typeof i2.OutsideClickDirective, typeof i3.RouterLinkDirective, typeof i4.RtlAwareDirective, typeof i5.LoadingSpinnerComponent, typeof i6.ClipboardComponent, typeof i7.IndexdataSummaryComponent, typeof i8.UserAvatarComponent, typeof i9.OverlayComponent, typeof i10.ErrorMessageComponent, typeof i11.EoDialogComponent, typeof i13.QueryScopeSelectComponent, typeof i14.TrapFocusDirective, typeof i15.SignatureTabComponent]>;
|
|
35
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<UiModule>;
|
|
36
35
|
}
|
|
37
36
|
//# sourceMappingURL=ui.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/ui/ui.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/ui/ui.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA;;;GAGG;AAEH,qBA6Ca,QAAQ;yCAAR,QAAQ;0CAAR,QAAQ;0CAAR,QAAQ;CACpB"}
|
|
@@ -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,
|
|
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;IAiChE;;;;;OAKG;IACH,YAAY,CAAC,QAAQ,KAAA,EAAE,IAAI,KAAA;IAmB3B;;;;;OAKG;IACH,eAAe,CAAC,SAAS,KAAA;IAOzB;;;;OAIG;IACH,eAAe,CAAC,SAAS,KAAA;IASzB;;;;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;yCApLJ,YAAY;6CAAZ,YAAY;CAwLxB"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "@angular/common/http";
|
|
5
4
|
export declare class EoFrameworkCoreModule {
|
|
6
5
|
static forRoot(): ModuleWithProviders<EoFrameworkCoreModule>;
|
|
7
6
|
constructor(parentModule: EoFrameworkCoreModule);
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoFrameworkCoreModule, [{ optional: true; skipSelf: true; }]>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoFrameworkCoreModule, never, [typeof i1.CommonModule
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoFrameworkCoreModule, never, [typeof i1.CommonModule], never>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoFrameworkCoreModule>;
|
|
11
10
|
}
|
|
12
11
|
//# sourceMappingURL=eo-framework-core.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-framework-core.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework-core/eo-framework-core.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,mBAAmB,EAA+B,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"eo-framework-core.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework-core/eo-framework-core.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;AAoB9F,qBA4Ba,qBAAqB;IAEhC,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,qBAAqB,CAAC;gBAOxB,YAAY,EAAE,qBAAqB;yCAT5D,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAejC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-handler.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/error-handler/error-handler.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAc,QAAQ,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,
|
|
1
|
+
{"version":3,"file":"error-handler.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework-core/error-handler/error-handler.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAc,QAAQ,EAAC,MAAM,eAAe,CAAC;AACjE,OAAO,EAAqB,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,WAAW,EAAgB,MAAM,sBAAsB,CAAC;AAI7H,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAEhC,qBACa,mBAAoB,YAAW,YAAY,EAAE,eAAe;IAE3D,OAAO,CAAC,QAAQ;gBAAR,QAAQ,EAAE,QAAQ;IAGtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,WAAW,GAAG,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IA0B/E,WAAW,CAAC,KAAK,KAAA;yCA/BN,mBAAmB;6CAAnB,mBAAmB;CAgF/B"}
|