@eo-sdk/client 10.0.0-beta.4 → 10.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/eo-client/about-state/about-state.component.d.ts +0 -5
- package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts +25 -33
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +19 -0
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts +24 -0
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +20 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts +19 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts +4 -0
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +25 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts +20 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts +4 -0
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +28 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +44 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -0
- package/app/eo-client/eo-client.module.d.ts +24 -13
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- package/app/eo-client/favorite-state/favorite-state.component.d.ts +7 -8
- package/app/eo-client/favorite-state/favorite-state.component.d.ts.map +1 -1
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts +8 -10
- package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
- package/app/eo-client/login/login.component.d.ts +12 -5
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-client/notifications-state/notifications-state.component.d.ts +9 -11
- package/app/eo-client/notifications-state/notifications-state.component.d.ts.map +1 -1
- package/app/eo-client/object-state/object-state/object-state.component.d.ts +10 -11
- package/app/eo-client/object-state/object-state/object-state.component.d.ts.map +1 -1
- package/app/eo-client/prepare-state/prepare-state/prepare-state.component.d.ts +8 -9
- package/app/eo-client/prepare-state/prepare-state/prepare-state.component.d.ts.map +1 -1
- package/app/eo-client/process-state/process-state.component.d.ts +8 -10
- package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
- package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts +5 -6
- package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts.map +1 -1
- package/app/eo-client/result-state/result-state.component.d.ts +3 -5
- package/app/eo-client/result-state/result-state.component.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +6 -7
- package/app/eo-client/settings/settings.component.d.ts.map +1 -1
- package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts +8 -10
- package/app/eo-client/stored-queries-state/stored-queries-state.component.d.ts.map +1 -1
- package/app/eo-client/version-state/version-state.component.d.ts +5 -7
- package/app/eo-client/version-state/version-state.component.d.ts.map +1 -1
- package/app/eo-framework/accordion/accordion.module.d.ts +1 -2
- package/app/eo-framework/accordion/accordion.module.d.ts.map +1 -1
- package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +4 -5
- package/app/eo-framework/actions/action-menu/action-menu.component.d.ts.map +1 -1
- package/app/eo-framework/actions/action.module.d.ts +11 -10
- package/app/eo-framework/actions/action.module.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +3 -2
- package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +9 -13
- package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +3 -4
- package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts +1 -2
- package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-shell.module.d.ts +18 -20
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/app-shell/index.d.ts +0 -1
- package/app/eo-framework/app-shell/index.d.ts.map +1 -1
- package/app/eo-framework/eo-framework.module.d.ts +37 -38
- package/app/eo-framework/eo-framework.module.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/date.component.d.ts +0 -2
- package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/form-elements.module.d.ts +9 -18
- package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
- package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts +1 -0
- package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -2
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +7 -8
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.module.d.ts +7 -8
- package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts +1 -2
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/index.d.ts +0 -4
- package/app/eo-framework/index.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +4 -3
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts +2 -3
- package/app/eo-framework/object-details/favorite-icon/favorite-icon.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +14 -6
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.module.d.ts +2 -1
- package/app/eo-framework/object-details/object-details.module.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts +2 -3
- 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/form-element-template.directive.d.ts +10 -0
- package/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.d.ts.map +1 -0
- package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +8 -3
- package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -2
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts +7 -2
- package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +28 -11
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts +1 -2
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form.module.d.ts +9 -9
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts +1 -2
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts +8 -9
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/process/details/process-details.component.d.ts +7 -8
- package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +9 -11
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +5 -6
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/settings/settings.module.d.ts +3 -4
- package/app/eo-framework/settings/settings.module.d.ts.map +1 -1
- package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +4 -5
- package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts.map +1 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -3
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +1 -0
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework/ui/outside-click/outside-click.directive.d.ts +1 -2
- package/app/eo-framework/ui/outside-click/outside-click.directive.d.ts.map +1 -1
- package/app/eo-framework/ui/signature-tab/signature-tab.component.d.ts +0 -1
- package/app/eo-framework/ui/signature-tab/signature-tab.component.d.ts.map +1 -1
- package/app/eo-framework/util/index.d.ts +0 -1
- package/app/eo-framework/util/index.d.ts.map +1 -1
- package/app/eo-framework/util/util.module.d.ts +0 -1
- package/app/eo-framework/util/util.module.d.ts.map +1 -1
- package/app/eo-framework-core/layout/layout.service.d.ts +2 -26
- package/app/eo-framework-core/layout/layout.service.d.ts.map +1 -1
- package/app/eo-framework-core/pipes/locale-number.pipe.d.ts +2 -3
- package/app/eo-framework-core/pipes/locale-number.pipe.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +32 -2
- package/assets/_default/i18n/en.json +37 -7
- package/assets/_default/svg/ic_add_document_file_as_new_version.svg +1 -0
- package/assets/_default/svg/ic_create_document.svg +1 -0
- package/assets/_default/svg/ic_create_document_in_folder.svg +1 -0
- package/assets/_default/svg/ic_noUrl.svg +1 -0
- package/assets/dashboard.json +47 -0
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -11
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +143 -98
- package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +59 -0
- package/esm2020/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +39 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +53 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +42 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.mjs +2 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +65 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.mjs +43 -0
- package/esm2020/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.mjs +2 -0
- package/esm2020/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +117 -0
- package/esm2020/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +115 -0
- package/esm2020/app/eo-client/eo-client.module.mjs +44 -6
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +15 -14
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +14 -11
- package/esm2020/app/eo-client/login/login.component.mjs +33 -13
- package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +16 -12
- package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +27 -23
- package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +12 -9
- package/esm2020/app/eo-client/process-state/process-state.component.mjs +6 -9
- package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +14 -11
- package/esm2020/app/eo-client/result-state/result-state.component.mjs +11 -8
- package/esm2020/app/eo-client/settings/settings.component.mjs +16 -12
- package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +16 -13
- package/esm2020/app/eo-client/version-state/version-state.component.mjs +13 -10
- package/esm2020/app/eo-framework/accordion/accordion.module.mjs +3 -7
- package/esm2020/app/eo-framework/accordion/simple-accordion/simple-accordion.component.mjs +3 -3
- package/esm2020/app/eo-framework/actions/action-menu/action-menu.component.mjs +15 -11
- package/esm2020/app/eo-framework/actions/action.module.mjs +5 -2
- package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +5 -7
- package/esm2020/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +3 -3
- package/esm2020/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +2 -2
- package/esm2020/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +43 -48
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +2 -2
- package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +2 -2
- package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +16 -14
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +8 -3
- package/esm2020/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.mjs +4 -6
- package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +1 -8
- package/esm2020/app/eo-framework/app-shell/index.mjs +1 -2
- package/esm2020/app/eo-framework/eo-framework.module.mjs +35 -43
- package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +2 -12
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +28 -37
- package/esm2020/app/eo-framework/form-elements/form-input/form-input.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.mjs +10 -6
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +3 -3
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -6
- package/esm2020/app/eo-framework/form-elements/string/string.component.mjs +2 -2
- package/esm2020/app/eo-framework/frame/frame.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +2 -6
- package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
- package/esm2020/app/eo-framework/grid/grid.component.mjs +16 -12
- package/esm2020/app/eo-framework/grid/grid.module.mjs +1 -5
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +16 -11
- package/esm2020/app/eo-framework/index.mjs +1 -5
- package/esm2020/app/eo-framework/media/media.component.mjs +31 -12
- package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +13 -10
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +64 -38
- package/esm2020/app/eo-framework/object-details/object-details.module.mjs +7 -3
- package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +13 -9
- package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.mjs +18 -0
- package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +20 -6
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +21 -22
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +94 -32
- package/esm2020/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +6 -4
- package/esm2020/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +2 -3
- package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -5
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +2 -2
- package/esm2020/app/eo-framework/object-form/object-form.module.mjs +9 -10
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +15 -13
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +16 -14
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +16 -12
- package/esm2020/app/eo-framework/process-form/process-form.component.mjs +2 -2
- package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +25 -17
- package/esm2020/app/eo-framework/result-list/result-list.component.mjs +21 -15
- package/esm2020/app/eo-framework/settings/settings.module.mjs +1 -5
- package/esm2020/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +17 -13
- package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +12 -8
- package/esm2020/app/eo-framework/ui/eo-icon/eo-icon.component.mjs +2 -2
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +20 -12
- package/esm2020/app/eo-framework/ui/outside-click/outside-click.directive.mjs +11 -8
- package/esm2020/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +3 -6
- package/esm2020/app/eo-framework/upload-overlay/upload-overlay.component.mjs +3 -3
- package/esm2020/app/eo-framework/util/index.mjs +1 -2
- package/esm2020/app/eo-framework/util/util.module.mjs +2 -3
- package/esm2020/app/eo-framework-core/layout/layout.service.mjs +61 -63
- package/esm2020/app/eo-framework-core/pipes/locale-number.pipe.mjs +11 -8
- package/esm2020/projects/eo-sdk/core/lib/eo-core.module.mjs +8 -8
- package/esm2020/projects/eo-sdk/core/lib/model/inbox-item.model.mjs +2 -6
- package/esm2020/projects/eo-sdk/core/lib/service/auth/auth.service.mjs +24 -30
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.mjs +1 -1
- package/esm2020/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.mjs +8 -6
- package/esm2020/projects/eo-sdk/core/lib/service/config/config.service.mjs +1 -1
- package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +14 -16
- package/esm2020/projects/eo-sdk/core/lib/service/prepare/prepare.service.mjs +15 -12
- package/esm2020/projects/eo-sdk/core/lib/service/signing/signing.service.mjs +12 -6
- package/esm2020/projects/eo-sdk/core/lib/service/system/system.service.mjs +2 -6
- package/esm2020/projects/eo-sdk/core/lib/service/user/user.service.mjs +11 -1
- package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +3 -3
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +1069 -1066
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +14808 -15012
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +1069 -1066
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +16587 -16787
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +5 -5
- package/projects/eo-sdk/core/lib/eo-core.module.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts +14 -20
- package/projects/eo-sdk/core/lib/service/auth/auth.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts +4 -0
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.model.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts +3 -1
- package/projects/eo-sdk/core/lib/service/capabilities/capabilities.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/config/config.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +10 -8
- package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts +1 -0
- package/projects/eo-sdk/core/lib/service/prepare/prepare.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +4 -1
- package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/system/system.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +6 -0
- package/projects/eo-sdk/core/lib/service/user/user.service.d.ts.map +1 -1
- package/projects/eo-sdk/core/lib/util/utils.d.ts +3 -4
- package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
- package/scss/_eo-variables.scss +1 -0
- package/scss/_main.scss +1 -1
- package/scss/_mixins.scss +6 -6
- package/styles.css +2 -1
- package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts +0 -24
- package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts.map +0 -1
- package/app/eo-framework/split/index.d.ts +0 -5
- package/app/eo-framework/split/index.d.ts.map +0 -1
- package/app/eo-framework/split/split/split.component.d.ts +0 -83
- package/app/eo-framework/split/split/split.component.d.ts.map +0 -1
- package/app/eo-framework/split/split-area/split-area.component.d.ts +0 -37
- package/app/eo-framework/split/split-area/split-area.component.d.ts.map +0 -1
- package/app/eo-framework/split/split-gutter/split-gutter.directive.d.ts +0 -21
- package/app/eo-framework/split/split-gutter/split-gutter.directive.d.ts.map +0 -1
- package/app/eo-framework/split/split.module.d.ts +0 -12
- package/app/eo-framework/split/split.module.d.ts.map +0 -1
- package/app/eo-framework/undock-split/undock-split.component.d.ts +0 -28
- package/app/eo-framework/undock-split/undock-split.component.d.ts.map +0 -1
- package/app/eo-framework/undock-split/undock-split.service.d.ts +0 -43
- package/app/eo-framework/undock-split/undock-split.service.d.ts.map +0 -1
- package/app/eo-framework/undock-split/undock-state.interface.d.ts +0 -6
- package/app/eo-framework/undock-split/undock-state.interface.d.ts.map +0 -1
- package/app/eo-framework/util/unsubscribe/unsubscribe.component.d.ts +0 -11
- package/app/eo-framework/util/unsubscribe/unsubscribe.component.d.ts.map +0 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.mjs +0 -67
- package/esm2020/app/eo-framework/split/index.mjs +0 -5
- package/esm2020/app/eo-framework/split/split/split.component.mjs +0 -373
- package/esm2020/app/eo-framework/split/split-area/split-area.component.mjs +0 -131
- package/esm2020/app/eo-framework/split/split-gutter/split-gutter.directive.mjs +0 -73
- package/esm2020/app/eo-framework/split/split.module.mjs +0 -28
- package/esm2020/app/eo-framework/undock-split/undock-split.component.mjs +0 -89
- package/esm2020/app/eo-framework/undock-split/undock-split.service.mjs +0 -135
- package/esm2020/app/eo-framework/undock-split/undock-state.interface.mjs +0 -2
- package/esm2020/app/eo-framework/util/unsubscribe/unsubscribe.component.mjs +0 -23
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
3
|
-
import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
4
|
-
import { TranslateService, BackendService, DmsService } from '@eo-sdk/core';
|
|
5
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
9
|
-
import { INotificationState } from './notifications-state.interface';
|
|
10
|
-
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
11
|
-
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { BackendService, DmsObject, DmsParams, DmsService, EventService, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
12
4
|
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
13
5
|
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
6
|
+
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
7
|
+
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
8
|
+
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
14
9
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
10
|
+
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
11
|
+
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
12
|
+
import { INotificationState } from './notifications-state.interface';
|
|
15
13
|
import * as i0 from "@angular/core";
|
|
16
|
-
export declare class NotificationsStateComponent
|
|
14
|
+
export declare class NotificationsStateComponent implements OnInit, PendingChangesComponent, OnDestroy {
|
|
17
15
|
selection: SelectionService;
|
|
18
16
|
translate: TranslateService;
|
|
19
17
|
system: SystemService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifications-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/notifications-state/notifications-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notifications-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/notifications-state/notifications-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EACL,cAAc,EAAE,SAAS,EACzB,SAAS,EAAE,UAAU,EACrB,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAC3D,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAGlF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAC,kBAAkB,EAA+B,MAAM,iCAAiC,CAAC;;AACjG,qBAMa,2BAA4B,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAazE,SAAS,EAAE,gBAAgB;IACrC,SAAS,EAAE,gBAAgB;IAC3B,MAAM,EAAE,aAAa;IAC5B,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,YAAY;IACb,WAAW,EAAE,WAAW;IApBjC,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,sBAAsB,EAAE,UAAU,EAAE,CAAC;IACrC,aAAa,EAAE,SAAS,EAAE,CAAC;IAC3B,QAAQ,MAAC;IACT,UAAU,EAAE,UAAU,CAAyC;IAC/D,gBAAgB,EAAE,GAAG,CAAM;IAEN,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EACrC,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,aAAa,EACpB,cAAc,EAAE,qBAAqB,EACrC,KAAK,EAAE,iBAAiB,EACxB,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,gBAAgB,EAC/B,WAAW,EAAE,WAAW;IAIjC,iBAAiB;IAIjB,mBAAmB;IAUnB,WAAW;IAIX,cAAc,CAAC,IAAI,KAAA,GAAG,SAAS;IAI/B,MAAM;IAQN,kCAAkC;IAWlC,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA;IAUf,gBAAgB,CAAC,IAAI,KAAA;IAUrB,WAAW,CAAC,IAAI,KAAA;IAKhB,UAAU,CAAC,IAAI,EAAE,kBAAkB,GAAG,GAAG;IAmCzC,YAAY,CAAC,MAAM,KAAA;IA4BnB,QAAQ;IAkDR,WAAW;yCAjNA,2BAA2B;2CAA3B,2BAA2B;CAoNvC"}
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import { TranslateService, EventService, DmsService, DmsObject, SearchResult, ObjectType, SystemService } from '@eo-sdk/core';
|
|
4
1
|
import { GridOptions } from '@ag-grid-community/core';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { ActionService } from '../../../eo-framework/actions/action-service/action.service';
|
|
2
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { ActivatedRoute } from '@angular/router';
|
|
4
|
+
import { DmsObject, DmsService, EventService, ObjectType, SearchResult, SystemService, TranslateService } from '@eo-sdk/core';
|
|
5
|
+
import { GridService } from '../../../eo-framework-core/api/grid.service';
|
|
10
6
|
import { LayoutService } from '../../../eo-framework-core/layout/layout.service';
|
|
11
7
|
import { LocationService } from '../../../eo-framework-core/location/location.service';
|
|
12
8
|
import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
13
9
|
import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
14
10
|
import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
|
|
11
|
+
import { PageTitleService } from '../../../eo-framework-core/title/page-title.service';
|
|
12
|
+
import { ActionService } from '../../../eo-framework/actions/action-service/action.service';
|
|
15
13
|
import { GridComponent } from '../../../eo-framework/grid/grid.component';
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
14
|
+
import { TreeNode } from '../../../eo-framework/tree/tree.component.interface';
|
|
15
|
+
import { PanelLoading } from '../../../eo-framework/ui/animations/panel-loading.animation';
|
|
18
16
|
import { FrontPageData } from '../object-state-service/object-state.interface';
|
|
17
|
+
import { ObjectStateService } from '../object-state-service/object-state.service';
|
|
19
18
|
import * as i0 from "@angular/core";
|
|
20
|
-
export declare class ObjectStateComponent
|
|
19
|
+
export declare class ObjectStateComponent implements OnInit, OnDestroy, PendingChangesComponent {
|
|
21
20
|
private route;
|
|
22
21
|
private titleService;
|
|
23
22
|
private systemService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/object-state/object-state/object-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"object-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/object-state/object-state/object-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAY,YAAY,EAAE,SAAS,EAAE,MAAM,EAAoB,MAAM,eAAe,CAAC;AAC5F,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,SAAS,EAAE,UAAU,EAAc,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAK/I,OAAO,EAAC,WAAW,EAAC,MAAM,6CAA6C,CAAC;AACxE,OAAO,EAAC,aAAa,EAAC,MAAM,kDAAkD,CAAC;AAC/E,OAAO,EAAC,eAAe,EAAC,MAAM,sDAAsD,CAAC;AACrF,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,aAAa,EAAC,MAAM,6DAA6D,CAAC;AAC1F,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAC,QAAQ,EAAC,MAAM,qDAAqD,CAAC;AAC7E,OAAO,EAAC,YAAY,EAAyB,MAAM,6DAA6D,CAAC;AACjH,OAAO,EAAC,aAAa,EAAqB,MAAM,gDAAgD,CAAC;AACjG,OAAO,EAAC,kBAAkB,EAAC,MAAM,8CAA8C,CAAC;;AAEhF,qBAQa,oBAAqB,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAsCzE,OAAO,CAAC,KAAK;IACvB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACV,SAAS,EAAE,gBAAgB;IAC3B,WAAW,EAAE,kBAAkB;IACtC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IAhDF,MAAM,EAAE,aAAa,CAAC;IAE3C,KAAK,UAAS;IACd,OAAO,EAAE,SAAS,CAAC;IACnB,YAAY,EAAE,SAAS,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,aAAa,CAAC;IAC7B,WAAW,EAAE,QAAQ,EAAE,CAAC;IACxB,iBAAiB,EAAE,QAAQ,EAAE,CAAC;IAC9B,cAAc,EAAE,QAAQ,EAAE,CAAC;IAC3B,oBAAoB,EAAE,QAAQ,EAAE,CAAC;IACjC,aAAa,EAAE,QAAQ,EAAE,CAAC;IAC1B,YAAY,EAAE,QAAQ,CAAC;IACvB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,iBAAiB,UAAS;IAC1B,OAAO,CAAC,eAAe,CAAgB;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,EAAE,CAAM;IACxB,UAAU,EAAE,UAAU,CAAC;IACb,kBAAkB,oBAAsB;IAElD,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,UAAQ;IAEjB,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,SAAM;IACd,WAAW,SAAM;IAEjB,YAAY;;;;;MAKV;gBAEkB,KAAK,EAAE,cAAc,EAC/B,YAAY,EAAE,gBAAgB,EAC9B,aAAa,EAAE,aAAa,EAC5B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,gBAAgB,EAC5B,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,kBAAkB,EAC9B,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,eAAe,EACzB,cAAc,EAAE,qBAAqB,EACrC,YAAY,EAAE,YAAY,EAC1B,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,aAAa;IAkGtC,iBAAiB;IAIjB,sBAAsB,CAAC,aAAa,EAAE,MAAM,EAAE;IAK9C,sBAAsB,CAAC,IAAI,EAAE,QAAQ;IAmBrC,oBAAoB,CAAC,GAAG,KAAA,EAAE,GAAG,CAAC,KAAA;IAM9B,WAAW;IAIX,OAAO,CAAC,OAAO;IAuCf,cAAc,CAAC,eAAe,UAAQ,EAAE,UAAU,UAAQ;IAmB1D,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,SAAS;IAcjB,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,cAAc;IAYtB,OAAO,CAAC,gBAAgB;IAKxB,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,WAAW;IA2BnB,QAAQ;IAyBR,WAAW;yCA9VA,oBAAoB;2CAApB,oBAAoB;CAqWhC"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { TranslateService, BackendService, PrepareService, PreparedItem, SystemService } from '@eo-sdk/core';
|
|
3
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
7
|
-
import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { BackendService, PrepareService, PreparedItem, SystemService, TranslateService } from '@eo-sdk/core';
|
|
8
4
|
import { EmptyState } from '../../../eo-framework-core/empty-state/empty-state.interface';
|
|
9
5
|
import { EmptyStateService } from '../../../eo-framework-core/empty-state/empty-state.service';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
6
|
+
import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
7
|
+
import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
8
|
+
import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
|
|
12
9
|
import { PageTitleService } from '../../../eo-framework-core/title/page-title.service';
|
|
10
|
+
import { ISetFilter } from '../../../eo-framework/grid';
|
|
11
|
+
import { GridComponent } from '../../../eo-framework/grid/grid.component';
|
|
13
12
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class PrepareStateComponent
|
|
13
|
+
export declare class PrepareStateComponent implements OnInit, PendingChangesComponent, OnDestroy {
|
|
15
14
|
selection: SelectionService;
|
|
16
15
|
translate: TranslateService;
|
|
17
16
|
private backend;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/prepare-state/prepare-state/prepare-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"prepare-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/prepare-state/prepare-state/prepare-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAElH,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,4DAA4D,CAAC;AAC7F,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,UAAU,EAAC,MAAM,4BAA4B,CAAC;AAGtD,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;;AACxE,qBAMa,qBAAsB,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAcnE,SAAS,EAAE,gBAAgB;IAC3B,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,MAAM;IAnB1B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,QAAQ,MAAC;IACT,OAAO,UAAQ;IACf,UAAU,EAAE,UAAU,CAAuC;IAExC,MAAM,EAAE,aAAa,CAAC;IAE3C,aAAa,EAAE,YAAY,EAAE,CAAM;IACnC,YAAY,EAAE,YAAY,CAAC;gBAER,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,gBAAgB,EAC1B,OAAO,EAAE,cAAc,EACvB,YAAY,EAAE,gBAAgB,EAC9B,cAAc,EAAE,cAAc,EAC9B,KAAK,EAAE,iBAAiB,EACxB,cAAc,EAAE,qBAAqB,EACrC,MAAM,EAAE,aAAa;IAIzC,iBAAiB;IAIjB,UAAU,CAAC,IAAI,EAAE,YAAY;IAO7B,UAAU,CAAC,WAAW,EAAE,YAAY;IAIpC,WAAW;IAIX,WAAW;IAYX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA;IAoCf,YAAY,CAAC,MAAM,KAAA;IA6BnB,MAAM;IAON,QAAQ;IAYR,WAAW;yCAhJA,qBAAqB;2CAArB,qBAAqB;CAmJjC"}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { TranslateService, BackendService, AppCacheService } from '@eo-sdk/core';
|
|
3
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
8
|
-
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
9
|
-
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { AppCacheService, BackendService, BpmService, Process, TranslateService } from '@eo-sdk/core';
|
|
10
5
|
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
11
6
|
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
12
|
-
import {
|
|
7
|
+
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
8
|
+
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
9
|
+
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
13
10
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
11
|
+
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
14
12
|
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class ProcessStateComponent
|
|
13
|
+
export declare class ProcessStateComponent implements OnInit, OnDestroy, PendingChangesComponent {
|
|
16
14
|
translate: TranslateService;
|
|
17
15
|
bpmService: BpmService;
|
|
18
16
|
selection: SelectionService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/process-state/process-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"process-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/process-state/process-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,OAAO,EAA4B,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAGrI,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAErE,qBAKa,qBACX,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAgD5C,SAAS,EAAE,gBAAgB;IAC3B,UAAU,EAAE,UAAU;IACtB,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,cAAc;IAvDxB,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,SAAa;IAC/B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,UAAU,CAAyC;IAChE,WAAW,EAAE,UAAU,CAAyC;IAChE,cAAc,SAA4B;IAC1C,YAAY,SAA0B;IACtC,uBAAuB,SAAM;IAC7B,UAAU,EAAE,gBAAgB,CAAC;IAC7B,sBAAsB;;;;;;;;;MASpB;IACF,UAAU;;;MAGR;IACF,iBAAiB;;;MAGf;IACF,QAAQ,KAAM;IACd,OAAO,EAAE,MAAM,EAAE,CAOf;IACF,uBAAuB;;;;;;MAMrB;IAEmB,MAAM,EAAE,aAAa,CAAC;gBAGlC,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,gBAAgB,EAC1B,KAAK,EAAE,iBAAiB,EACxB,OAAO,EAAE,cAAc,EACvB,EAAE,EAAE,kBAAkB,EACtB,YAAY,EAAE,gBAAgB,EAC9B,QAAQ,EAAE,eAAe,EACzB,cAAc,EAAE,qBAAqB;IA4B/C,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,UAAU;IAyBlB,WAAW;IAIX,QAAQ;IAYR,YAAY;IAOZ,IAAI,CAAC,KAAK,KAAA,EAAE,SAAS,KAAA;IAMrB,aAAa,CAAC,IAAI,GAAE,MAAU;IAU9B,OAAO,CAAC,YAAY;IAapB,OAAO,CAAC,YAAY;IAkBpB,OAAO,CAAC,oBAAoB;IA6C5B,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,kBAAkB;IAgB1B,UAAU,CAAC,SAAS,EAAE,OAAO,EAAE;IAe/B,YAAY,CAAC,MAAM,KAAA;IA6CnB,QAAQ;IAIR,WAAW;IAIX,UAAU,CAAC,EAAE,KAAA,EAAE,EAAE,KAAA,GAAG,OAAO;IAI3B,iBAAiB;yCAvUN,qBAAqB;2CAArB,qBAAqB;CA0UjC"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
2
2
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
4
3
|
import { DmsParams, EventService, SystemService, UserService } from '@eo-sdk/core';
|
|
5
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
6
|
+
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
6
7
|
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
7
|
-
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
8
|
-
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
9
8
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
10
|
-
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
11
9
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
12
|
-
import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
13
10
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
11
|
+
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
12
|
+
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
14
13
|
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class RecyclebinStateComponent
|
|
14
|
+
export declare class RecyclebinStateComponent implements OnInit, PendingChangesComponent, OnDestroy {
|
|
16
15
|
selection: SelectionService;
|
|
17
16
|
translate: TranslateService;
|
|
18
17
|
private system;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recyclebin-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/recyclebin-state/recyclebin-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"recyclebin-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/recyclebin-state/recyclebin-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,SAAS,EAAc,YAAY,EAAE,aAAa,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAEpG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAGlF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AACrE,qBAMa,wBAAyB,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAWtE,SAAS,EAAE,gBAAgB;IACrC,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IAhBrB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,QAAQ,MAAC;IACT,yBAAyB,SAAe;IACxC,UAAU,EAAE,UAAU,CAAyC;IAAC,eAAe,UAAQ;IACvF,gBAAgB,EAAE,GAAG,CAAM;IAEN,MAAM,EAAE,aAAa,CAAC;gBACxB,SAAS,EAAE,gBAAgB,EACrC,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,aAAa,EACrB,KAAK,EAAE,iBAAiB,EACxB,cAAc,EAAE,qBAAqB,EACrC,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW;IASlC,IAAI,UAAU,CAAC,UAAU,EAAE,OAAO,EAEjC;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,iBAAiB;IAIjB,WAAW;IAIX,cAAc,CAAC,IAAI,KAAA,GAAG,SAAS;IAI/B,WAAW;IAWX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA,GAAG,IAAI;IAkCtB,YAAY,CAAC,MAAM,KAAA;IAsBnB,QAAQ,IAAI,IAAI;IAWhB,WAAW;yCAjIA,wBAAwB;2CAAxB,wBAAwB;CAoIpC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { SearchResult, NotificationsService } from '@eo-sdk/core';
|
|
3
|
-
import { TranslateService } from '@eo-sdk/core';
|
|
4
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
5
|
-
import {
|
|
6
|
-
import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
3
|
+
import { NotificationsService, SearchResult, TranslateService } from '@eo-sdk/core';
|
|
7
4
|
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
8
5
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
9
6
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
7
|
+
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class ResultStateComponent
|
|
9
|
+
export declare class ResultStateComponent implements OnDestroy, PendingChangesComponent {
|
|
12
10
|
private pendingChanges;
|
|
13
11
|
private route;
|
|
14
12
|
private titleService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"result-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/result-state/result-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"result-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/result-state/result-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAC,MAAM,eAAe,CAAC;AACnD,OAAO,EAAC,cAAc,EAAoB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzE,OAAO,EAAC,oBAAoB,EAAE,YAAY,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAEzF,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;;AAClF,qBAMa,oBAAqB,YAAW,SAAS,EAAE,uBAAuB;IAQjE,OAAO,CAAC,cAAc;IAChC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACP,SAAS,EAAE,gBAAgB;IAZpC,KAAK,EAAE,GAAG,CAAC;IACX,iBAAiB,EAAE,OAAO,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,UAAS;IACxB,QAAQ,SAAa;gBAED,cAAc,EAAE,qBAAqB,EAC/C,KAAK,EAAE,cAAc,EACrB,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,oBAAoB,EAC7B,SAAS,EAAE,gBAAgB;IAqBpC,iBAAiB;IAIjB,QAAQ,CAAC,MAAM,EAAE,YAAY;IAQ7B,cAAc;IAKd,WAAW;yCApDA,oBAAoB;2CAApB,oBAAoB;CAuDhC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AfterViewInit, Renderer2, OnDestroy, ElementRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
|
|
3
2
|
import { NgForm, UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
3
|
+
import { AppCacheService, Capabilities, CapabilitiesService, Config, EnvironmentService, EoUser, EventService, LocalStorageService, NotificationsService, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
4
5
|
import { AgentService } from '../../eo-framework-core/agent/agent.service';
|
|
5
6
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
6
|
-
import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
7
|
-
import { TranslateService, EnvironmentService, NotificationsService, Capabilities, CapabilitiesService, EoUser, UserService, Config, SystemService, AppCacheService, LocalStorageService, EventService } from '@eo-sdk/core';
|
|
8
|
-
import { Observable } from 'rxjs';
|
|
9
|
-
import { LockSettings } from './agent-lock-settings.enum';
|
|
10
7
|
import { UserAvatarComponent } from '../../eo-framework/ui/user-avatar/user-avatar.component';
|
|
8
|
+
import { ListSettingsService } from './../../eo-framework/grid/extensions/services/list-settings.service';
|
|
9
|
+
import { LockSettings } from './agent-lock-settings.enum';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class SettingsComponent
|
|
11
|
+
export declare class SettingsComponent implements AfterViewInit {
|
|
13
12
|
private renderer;
|
|
14
13
|
userService: UserService;
|
|
15
14
|
config: Config;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { EoUser, StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
|
+
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
6
|
+
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
3
7
|
import { AppSearchService } from '../../eo-framework-core/search/app-search.service';
|
|
4
|
-
import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
5
8
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
6
|
-
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
7
|
-
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
8
|
-
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
9
|
-
import { TranslateService } from '@eo-sdk/core';
|
|
10
|
-
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
11
|
-
import { StoredQueriesService, UserService, EoUser, StoredQuery } from '@eo-sdk/core';
|
|
12
|
-
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
13
9
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
10
|
+
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
11
|
+
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
14
12
|
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class StoredQueriesStateComponent
|
|
13
|
+
export declare class StoredQueriesStateComponent implements OnInit, PendingChangesComponent, OnDestroy {
|
|
16
14
|
private route;
|
|
17
15
|
private router;
|
|
18
16
|
private pendingChanges;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stored-queries-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/stored-queries-state/stored-queries-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stored-queries-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/stored-queries-state/stored-queries-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAiB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAC,MAAM,EAAE,oBAAoB,EAAE,WAAW,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAG7G,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAElF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAIrE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAehF,OAAO,CAAC,KAAK;IACvB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IArBnB,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,gBAAgB,EAAE,GAAG,CAAM;IAE3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IAEE,MAAM,EAAE,aAAa,CAAC;gBAEvB,KAAK,EAAE,cAAc,EAC/B,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,qBAAqB,EACtC,SAAS,EAAE,gBAAgB,EAC1B,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB,EAC1C,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,gBAAgB;IAIrC,MAAM,CAAC,KAAK,EAAE,WAAW;IAQzB,iBAAiB;IAIjB,eAAe;IAYf,WAAW;IAIX,WAAW,CAAC,EAAE,KAAA;IASd,UAAU,CAAC,GAAG,KAAA;IASd,UAAU,CAAC,IAAI,KAAA,EAAE,IAAI,EAAE,MAAM;IAY7B,WAAW;IASX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA,EAAE,EAAE,KAAA;IAgCnB,YAAY,CAAC,MAAM,KAAA;IA+BnB,MAAM;IAON,WAAW;IAIX,OAAO,CAAC,oBAAoB;IAgB5B,QAAQ;yCA5LG,2BAA2B;2CAA3B,2BAA2B;CAgNvC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
+
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
1
2
|
import { OnInit } from '@angular/core';
|
|
2
3
|
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import {
|
|
4
|
-
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
5
|
-
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
6
|
-
import { TranslateService } from '@eo-sdk/core';
|
|
7
|
-
import { EventService, DmsObject, DmsService, DmsParams } from '@eo-sdk/core';
|
|
8
|
-
import { ISetFilter } from '../../eo-framework/grid';
|
|
4
|
+
import { DmsObject, DmsParams, DmsService, EventService, TranslateService } from '@eo-sdk/core';
|
|
9
5
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
6
|
+
import { ISetFilter } from '../../eo-framework/grid';
|
|
7
|
+
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class VersionStateComponent
|
|
9
|
+
export declare class VersionStateComponent implements OnInit {
|
|
12
10
|
private route;
|
|
13
11
|
private translate;
|
|
14
12
|
private titleService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/version-state/version-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"version-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/version-state/version-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,MAAM,EAAY,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,SAAS,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAEjH,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,UAAU,EAAC,MAAM,yBAAyB,CAAC;AAGnD,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AAErE,qBAMa,qBAAsB,YAAW,MAAM;IAWtC,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAb9B,WAAW,EAAE,SAAS,CAAC;IACvB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,QAAQ,MAAC;IAEY,MAAM,EAAE,aAAa,CAAC;gBAEvB,KAAK,EAAE,cAAc,EACrB,SAAS,EAAE,gBAAgB,EAC3B,YAAY,EAAE,gBAAgB,EAC9B,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU;IAI1C,QAAQ;IAKR,cAAc,CAAC,IAAI,KAAA,GAAG,SAAS;IAI/B,WAAW,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;IAe/C,WAAW,CAAC,IAAI,KAAA;IAUhB,WAAW,CAAC,IAAI,KAAA;IAUhB,YAAY;IAKZ,UAAU,CAAC,IAAI,KAAA,EAAE,QAAQ,SAAK,EAAE,SAAS,SAAK;IAqC9C,YAAY,CAAC,MAAM,KAAA;yCAzGR,qBAAqB;2CAArB,qBAAqB;CA6HjC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./simple-accordion/simple-accordion.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "primeng/accordion";
|
|
5
4
|
export declare class AccordionModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccordionModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, [typeof i1.SimpleAccordionComponent], [typeof i2.CommonModule
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AccordionModule, [typeof i1.SimpleAccordionComponent], [typeof i2.CommonModule], [typeof i1.SimpleAccordionComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<AccordionModule>;
|
|
9
8
|
}
|
|
10
9
|
//# sourceMappingURL=accordion.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accordion.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/accordion/accordion.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"accordion.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/accordion/accordion.module.ts"],"names":[],"mappings":";;;AAIA,qBAOa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAC3B"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { ComponentFactoryResolver,
|
|
2
|
-
import { ActionService } from '../action-service/action.service';
|
|
3
|
-
import { ActionComponentAnchorDirective } from './action-component-anchor/action-component-anchor.directive';
|
|
1
|
+
import { ComponentFactoryResolver, ElementRef, ViewContainerRef } from '@angular/core';
|
|
4
2
|
import { Router } from '@angular/router';
|
|
5
|
-
import {
|
|
3
|
+
import { ActionService } from '../action-service/action.service';
|
|
6
4
|
import { ActionListEntry } from '../interfaces/action-list-entry';
|
|
5
|
+
import { ActionComponentAnchorDirective } from './action-component-anchor/action-component-anchor.directive';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ActionMenuComponent
|
|
7
|
+
export declare class ActionMenuComponent {
|
|
9
8
|
private actionService;
|
|
10
9
|
private router;
|
|
11
10
|
viewContainerRef: ViewContainerRef;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-menu.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/actions/action-menu/action-menu.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"action-menu.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/actions/action-menu/action-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,wBAAwB,EAAE,UAAU,EAAmB,gBAAgB,EAAoB,MAAM,eAAe,CAAC;AACpI,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAIxD,OAAO,EAAC,aAAa,EAAoB,MAAM,kCAAkC,CAAC;AAElF,OAAO,EAAC,eAAe,EAAC,MAAM,iCAAiC,CAAC;AAEhE,OAAO,EAAC,8BAA8B,EAAC,MAAM,6DAA6D,CAAC;;AAE3G,qBAOa,mBAAmB;IAqBlB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,MAAM;IACP,gBAAgB,EAAE,gBAAgB;IACzC,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,wBAAwB;IAvBD,uBAAuB,EAAE,8BAA8B,CAAC;IACxD,cAAc,EAAE,8BAA8B,CAAC;IAC1F,WAAW,EAAE;QACX,MAAM,EAAE,eAAe,EAAE,CAAC;QAC1B,OAAO,EAAE,eAAe,EAAE,CAAA;KAC3B,CAEC;IACF,oBAAoB,SAAM;IAC1B,cAAc,EAAE,eAAe,EAAE,CAAC;IAClC,SAAS,EAAE,GAAG,EAAE,CAAC;IACjB,YAAY,EAAE,GAAG,EAAE,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,UAAS;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,UAAS;IACjB,OAAO,UAAS;IAChB,iBAAiB,SAAK;gBAEF,aAAa,EAAE,aAAa,EAC5B,MAAM,EAAE,MAAM,EACf,gBAAgB,EAAE,gBAAgB,EACjC,OAAO,EAAE,UAAU,EACnB,wBAAwB,EAAE,wBAAwB;IAyBtE,OAAO,CAAC,UAAU;IAUlB,OAAO,CAAC,cAAc;IAUtB,IAAI;IAIJ,qBAAqB,CAAC,CAAC,KAAA,EAAE,KAAK,KAAA;IAM9B,UAAU;IAMV,sBAAsB,CAAC,KAAK,EAAE,aAAa;IAkB3C,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,cAAc;IAMtB,OAAO,CAAC,eAAe,EAAE,eAAe;IA4CxC,OAAO,CAAC,mBAAmB;IAgB3B,YAAY,CAAC,MAAM,KAAA;IAKnB,OAAO,CAAC,KAAK;IAUb,QAAQ;IAKR,QAAQ;yCAxMG,mBAAmB;2CAAnB,mBAAmB;CA2M/B"}
|
|
@@ -90,15 +90,16 @@ import * as i44 from "./actions/signature-action/signature-action.component";
|
|
|
90
90
|
import * as i45 from "./actions/signature-action/signature/signature.component";
|
|
91
91
|
import * as i46 from "./actions/cancel-signing-action/cancel-signing-action";
|
|
92
92
|
import * as i47 from "./actions/cancel-signing-action/cancel-signing/cancel-signing.component";
|
|
93
|
-
import * as i48 from "@
|
|
94
|
-
import * as i49 from "
|
|
95
|
-
import * as i50 from "
|
|
96
|
-
import * as i51 from "
|
|
97
|
-
import * as i52 from "
|
|
98
|
-
import * as i53 from "
|
|
99
|
-
import * as i54 from "../
|
|
100
|
-
import * as i55 from "../
|
|
101
|
-
import * as i56 from "
|
|
93
|
+
import * as i48 from "@yuuvis/components/common";
|
|
94
|
+
import * as i49 from "@angular/common";
|
|
95
|
+
import * as i50 from "../ui/ui.module";
|
|
96
|
+
import * as i51 from "@angular/router";
|
|
97
|
+
import * as i52 from "../object-form/object-form.module";
|
|
98
|
+
import * as i53 from "@angular/forms";
|
|
99
|
+
import * as i54 from "../form-elements/form-elements.module";
|
|
100
|
+
import * as i55 from "../process-form/process-form.module";
|
|
101
|
+
import * as i56 from "../cta/cta.module";
|
|
102
|
+
import * as i57 from "@yuuvis/components/datepicker";
|
|
102
103
|
export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadPdfActionComponent | typeof DownloadOriginalActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailLinkActionComponent | typeof EmailOriginalActionComponent | typeof EmailPdfActionComponent | typeof EmailActionComponent | typeof ClipboardLinkActionComponent | typeof ClipboardOriginalActionComponent | typeof ClipboardPdfActionComponent | 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 UnlockActionComponent | typeof SignatureComponent | typeof SignatureActionComponent | typeof CancelSigningComponent | typeof CancelSigningActionComponent)[];
|
|
103
104
|
/**
|
|
104
105
|
* @module
|
|
@@ -108,7 +109,7 @@ export declare const entryComponents: (typeof WorkflowComponent | typeof Workflo
|
|
|
108
109
|
export declare class ActionModule {
|
|
109
110
|
static forRoot(components?: any[]): ModuleWithProviders<ActionModule>;
|
|
110
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionModule, never>;
|
|
111
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionModule, [typeof i1.ActionMenuComponent, typeof i2.ActionComponentAnchorDirective, typeof i3.CopyActionComponent, typeof i4.OpenContextActionComponent, typeof i5.DownloadActionComponent, typeof i6.DownloadOriginalActionComponent, typeof i7.DownloadPdfActionComponent, typeof i8.OpenDocumentActionComponent, typeof i9.OpenDocumentComponent, typeof i10.EmailActionComponent, typeof i11.EmailLinkActionComponent, typeof i12.EmailOriginalActionComponent, typeof i13.EmailPdfActionComponent, typeof i14.ClipboardActionComponent, typeof i15.ClipboardLinkActionComponent, typeof i16.ClipboardOriginalActionComponent, typeof i17.ClipboardPdfActionComponent, typeof i18.FavoriteActionComponent, typeof i19.DeleteActionComponent, typeof i20.DeleteComponent, typeof i21.OpenVersionsActionComponent, typeof i22.RestoreVersionActionComponent, typeof i23.DeletePreparedActionComponent, typeof i24.AddSubscriptionActionComponent, typeof i25.AddSubscriptionComponent, typeof i26.AddResubmissionActionComponent, typeof i27.AddResubmissionComponent, typeof i28.RemoveSubscriptionActionComponent, typeof i29.WorkflowActionComponent, typeof i30.WorkflowComponent, typeof i31.CustomActionsComponent, typeof i32.UpdateResubmissionActionComponent, typeof i33.ShareObjectActionComponent, typeof i34.ShareObjectComponent, typeof i35.CutActionComponent, typeof i36.FinalizeActionComponent, typeof i37.FinalizeObjectActionComponent, typeof i38.DefinalizeActionComponent, typeof i39.DeleteContentComponent, typeof i40.DeleteContentActionComponent, typeof i41.UnlockActionComponent, typeof i42.SimpleWorkflowActionComponent, typeof i43.PreventDoubleClickDirective, typeof i44.SignatureActionComponent, typeof i45.SignatureComponent, typeof i46.CancelSigningActionComponent, typeof i47.CancelSigningComponent], [typeof i48.
|
|
112
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionModule, [typeof i1.ActionMenuComponent, typeof i2.ActionComponentAnchorDirective, typeof i3.CopyActionComponent, typeof i4.OpenContextActionComponent, typeof i5.DownloadActionComponent, typeof i6.DownloadOriginalActionComponent, typeof i7.DownloadPdfActionComponent, typeof i8.OpenDocumentActionComponent, typeof i9.OpenDocumentComponent, typeof i10.EmailActionComponent, typeof i11.EmailLinkActionComponent, typeof i12.EmailOriginalActionComponent, typeof i13.EmailPdfActionComponent, typeof i14.ClipboardActionComponent, typeof i15.ClipboardLinkActionComponent, typeof i16.ClipboardOriginalActionComponent, typeof i17.ClipboardPdfActionComponent, typeof i18.FavoriteActionComponent, typeof i19.DeleteActionComponent, typeof i20.DeleteComponent, typeof i21.OpenVersionsActionComponent, typeof i22.RestoreVersionActionComponent, typeof i23.DeletePreparedActionComponent, typeof i24.AddSubscriptionActionComponent, typeof i25.AddSubscriptionComponent, typeof i26.AddResubmissionActionComponent, typeof i27.AddResubmissionComponent, typeof i28.RemoveSubscriptionActionComponent, typeof i29.WorkflowActionComponent, typeof i30.WorkflowComponent, typeof i31.CustomActionsComponent, typeof i32.UpdateResubmissionActionComponent, typeof i33.ShareObjectActionComponent, typeof i34.ShareObjectComponent, typeof i35.CutActionComponent, typeof i36.FinalizeActionComponent, typeof i37.FinalizeObjectActionComponent, typeof i38.DefinalizeActionComponent, typeof i39.DeleteContentComponent, typeof i40.DeleteContentActionComponent, typeof i41.UnlockActionComponent, typeof i42.SimpleWorkflowActionComponent, typeof i43.PreventDoubleClickDirective, typeof i44.SignatureActionComponent, typeof i45.SignatureComponent, typeof i46.CancelSigningActionComponent, typeof i47.CancelSigningComponent], [typeof i48.YvcAutofocusChild, typeof i49.CommonModule, typeof i50.UiModule, typeof i51.RouterModule, typeof i52.ObjectFormModule, typeof i53.FormsModule, typeof i53.ReactiveFormsModule, typeof i54.FormElementsModule, typeof i52.ObjectFormModule, typeof i55.ProcessFormModule, typeof i56.CtaModule, typeof i57.YvcDatepickerModule], [typeof i1.ActionMenuComponent, typeof i9.OpenDocumentComponent]>;
|
|
112
113
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionModule>;
|
|
113
114
|
}
|
|
114
115
|
//# 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,EAA+B,mBAAmB,EAAW,MAAM,eAAe,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,9 +1,9 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, ElementRef } from '@angular/core';
|
|
1
|
+
import { OnInit, EventEmitter, ElementRef, AfterViewInit } from '@angular/core';
|
|
2
2
|
import { ActionComponent } from '../../../interfaces/action-component.interface';
|
|
3
3
|
import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
|
|
4
4
|
import { TranslateService, DmsObject, UserService, DmsService } from '@eo-sdk/core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AddResubmissionComponent implements OnInit, ActionComponent {
|
|
6
|
+
export declare class AddResubmissionComponent implements OnInit, AfterViewInit, ActionComponent {
|
|
7
7
|
private translate;
|
|
8
8
|
private dms;
|
|
9
9
|
private userService;
|
|
@@ -35,6 +35,7 @@ export declare class AddResubmissionComponent implements OnInit, ActionComponent
|
|
|
35
35
|
private createTitle;
|
|
36
36
|
cancel(): void;
|
|
37
37
|
ngOnInit(): void;
|
|
38
|
+
ngAfterViewInit(): void;
|
|
38
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddResubmissionComponent, never>;
|
|
39
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<AddResubmissionComponent, "eo-add-resubmission", never, { "selection": "selection"; }, { "finished": "finished"; "canceled": "canceled"; }, never, never, false, never>;
|
|
40
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-resubmission.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,MAAM,EAAE,YAAY,EAAa,UAAU,EAAC,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"add-resubmission.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,MAAM,EAAE,YAAY,EAAa,UAAU,EAAE,aAAa,EAAC,MAAM,eAAe,CAAC;AACpG,OAAO,EAAC,eAAe,EAAC,MAAM,gDAAgD,CAAC;AAE/E,OAAO,EAAC,gBAAgB,EAAc,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAChF,OAAO,EAAC,gBAAgB,EAAE,SAAS,EAAE,WAAW,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;;AAGlF,qBAKa,wBAAyB,YAAW,MAAM,EAAE,aAAa,EAAE,eAAe;IAoBzE,OAAO,CAAC,SAAS;IAC3B,OAAO,CAAC,GAAG;IACX,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,EAAE;IArBH,SAAS,EAAE,SAAS,EAAE,CAAC;IACS,UAAU,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAErE,IAAI,QAAQ,WAEX;IAES,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IACtD,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAEhE,MAAM,EAAE,MAAM,CAAC;IACf,mBAAmB,EAAE,gBAAgB,CAAC;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,OAAO,CAAC;gBAEA,SAAS,EAAE,gBAAgB,EACrC,GAAG,EAAE,UAAU,EACf,WAAW,EAAE,WAAW,EACxB,EAAE,EAAE,kBAAkB;IAGhC,sBAAsB;IAoBtB,aAAa,CAAC,QAAQ,KAAA,EAAE,SAAS,EAAE,SAAS;IAW5C,SAAS,CAAC,aAAa,KAAA,EAAE,WAAW,KAAA,EAAE,UAAU,KAAA,EAAE,UAAU,UAAQ;IAIpE,IAAI,aAAa,YAEhB;IAED,OAAO,CAAC,gBAAgB;IAUxB,IAAI,cAAc,IAAI,OAAO,CAO5B;IAED,OAAO,CAAC,2BAA2B;IASnC,IAAI,4BAA4B,IAAI,OAAO,CAO1C;IAED,kBAAkB;IA4BlB,kBAAkB;IA0BlB,kBAAkB;IAqBlB,OAAO,CAAC,WAAW;IAInB,MAAM;IAIN,QAAQ,IAAI,IAAI;IAShB,eAAe;yCAlMJ,wBAAwB;2CAAxB,wBAAwB;CAsMpC"}
|
|
@@ -1,29 +1,25 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { DmsService, NotificationsService, TranslateService } from '@eo-sdk/core';
|
|
2
4
|
import { ActionComponent } from '../../../interfaces/action-component.interface';
|
|
3
|
-
import { TranslateService } from '@eo-sdk/core';
|
|
4
|
-
import { UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
5
|
-
import { DmsService, NotificationsService } from '@eo-sdk/core';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class ShareObjectComponent implements OnInit, ActionComponent {
|
|
8
7
|
private translate;
|
|
9
8
|
private dms;
|
|
10
9
|
private toast;
|
|
11
|
-
private
|
|
10
|
+
private fb;
|
|
12
11
|
selection: any[];
|
|
13
12
|
finished: EventEmitter<any>;
|
|
14
13
|
canceled: EventEmitter<any>;
|
|
15
14
|
header: string;
|
|
16
|
-
objectId: string;
|
|
17
15
|
orgaLabel: string;
|
|
18
16
|
shareForm: UntypedFormGroup;
|
|
19
|
-
|
|
20
|
-
includeChildrenField: UntypedFormControl;
|
|
21
|
-
dataMeta: any;
|
|
22
|
-
constructor(translate: TranslateService, dms: DmsService, toast: NotificationsService, elemRef: ElementRef);
|
|
17
|
+
constructor(translate: TranslateService, dms: DmsService, toast: NotificationsService, fb: FormBuilder);
|
|
23
18
|
ngOnInit(): void;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
private _shareMessage;
|
|
20
|
+
private _getShareWith;
|
|
21
|
+
share(): void;
|
|
22
|
+
unshare(): void;
|
|
27
23
|
cancel(): void;
|
|
28
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareObjectComponent, never>;
|
|
29
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ShareObjectComponent, "eo-share-object", never, {}, {}, never, never, false, never>;
|
|
@@ -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,
|
|
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;IAeR,OAAO,CAAC,aAAa;IAuBrB,OAAO,CAAC,aAAa;IAOrB,KAAK;IAUL,OAAO;IAQP,MAAM;yCAvFK,oBAAoB;2CAApB,oBAAoB;CA2FhC"}
|