@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,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import {
|
|
4
|
-
import { EventService, BpmService, UserService, EoUser, CapabilitiesService, Capabilities, InboxService, InboxState, ClipboardService, PrepareService, TranslateService, Config } from '@eo-sdk/core';
|
|
3
|
+
import { BpmService, Capabilities, CapabilitiesService, ClipboardService, Config, EoUser, EventService, InboxService, InboxState, PrepareService, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
4
|
import { UserAvatarComponent } from '../../ui/user-avatar/user-avatar.component';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AppBarComponent
|
|
6
|
+
export declare class AppBarComponent implements OnInit {
|
|
8
7
|
private userService;
|
|
9
8
|
private capabilityService;
|
|
10
9
|
private translate;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/app-shell/app-bar/app-bar.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/app-shell/app-bar/app-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEV,MAAM,EACN,SAAS,EACT,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EACL,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,EAChB,MAAM,EAEN,MAAM,EACN,YAAY,EACZ,YAAY,EAAE,UAAU,EACxB,cAAc,EAAE,gBAAgB,EAChC,WAAW,EACZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,mBAAmB,EAAC,MAAM,4CAA4C,CAAC;;AAC/E,qBAMa,eAAgB,YAAW,MAAM;IAgBhC,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAzBlB,WAAW,UAAS;IAE7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,UAAS;IACpB,OAAO,EAAE,GAAG,CAAC;IACb,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,UAAQ;IACgB,gBAAgB,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;gBAEhE,WAAW,EAAE,WAAW,EACxB,iBAAiB,EAAE,mBAAmB,EACtC,SAAS,EAAE,gBAAgB,EAC3B,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,UAAU;IA+CvC,aAAa,CAAC,eAAe,EAAE,OAAO;IAQtC,oBAAoB;IAcpB,sBAAsB;IAMtB,aAAa;IAab,OAAO,CAAC,gBAAgB;IAUxB,OAAO,CAAC,gBAAgB;IAexB,OAAO,CAAC,6BAA6B;IAcrC,OAAO,CAAC,4BAA4B;IAIpC,QAAQ;yCA9JG,eAAe;2CAAf,eAAe;CAyK3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
3
|
import { Capabilities, CapabilitiesService, Config, UserService } from '@eo-sdk/core';
|
|
4
|
-
import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SideBarComponent
|
|
5
|
+
export declare class SideBarComponent implements OnInit {
|
|
7
6
|
private capabilityService;
|
|
8
7
|
private config;
|
|
9
8
|
private cd;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"side-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"side-bar.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACrG,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,MAAM,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;;AAIpF,qBAKa,gBAAiB,YAAW,MAAM;IAWjC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,WAAW;IAd/B,YAAY,EAAE,YAAY,CAAC;IAC3B,eAAe,EAAE,eAAe,CAAC;IAEjC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAG/B,cAAc,oBAAsB;gBAEvB,iBAAiB,EAAE,mBAAmB,EACtC,MAAM,EAAE,MAAM,EACd,EAAE,EAAE,iBAAiB,EACrB,SAAS,EAAE,YAAY,EACvB,OAAO,EAAE,UAAU,EACnB,WAAW,EAAE,WAAW;IAK5C,gBAAgB;IAMhB,WAAW;IAMX,eAAe;IAIf,kBAAkB;IAIlB,KAAK;IAIL,QAAQ;yCA7CG,gBAAgB;2CAAhB,gBAAgB;CAkD5B"}
|
|
@@ -4,31 +4,29 @@ import * as i2 from "./app-bar/side-bar/side-bar.component";
|
|
|
4
4
|
import * as i3 from "./app-bar/app-search/app-search.component";
|
|
5
5
|
import * as i4 from "./app-bar/app-add/app-add.component";
|
|
6
6
|
import * as i5 from "./app-bar/app-add/app-add-dialog/app-add-dialog.component";
|
|
7
|
-
import * as i6 from "./app-bar/
|
|
8
|
-
import * as i7 from "./app-bar/
|
|
9
|
-
import * as i8 from "./app-
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "@angular/
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "../
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "@
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "../
|
|
19
|
-
import * as i18 from "../
|
|
20
|
-
import * as i19 from "../
|
|
21
|
-
import * as i20 from "../
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "@yuuvis/components/autocomplete";
|
|
25
|
-
import * as i24 from "@yuuvis/components/dialog";
|
|
7
|
+
import * as i6 from "./app-bar/context-search/context-search.component";
|
|
8
|
+
import * as i7 from "./app-bar/app-process/app-process.component";
|
|
9
|
+
import * as i8 from "./app-shell-routing.module";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
import * as i11 from "../ui/ui.module";
|
|
13
|
+
import * as i12 from "../util/util.module";
|
|
14
|
+
import * as i13 from "@eo-sdk/core";
|
|
15
|
+
import * as i14 from "@yuuvis/components/tabs";
|
|
16
|
+
import * as i15 from "../form-elements/form-elements.module";
|
|
17
|
+
import * as i16 from "../object-form/object-form.module";
|
|
18
|
+
import * as i17 from "../shortcuts/shortcuts.module";
|
|
19
|
+
import * as i18 from "../actions/action.module";
|
|
20
|
+
import * as i19 from "../cta/cta.module";
|
|
21
|
+
import * as i20 from "../process-form/process-form.module";
|
|
22
|
+
import * as i21 from "@yuuvis/components/autocomplete";
|
|
23
|
+
import * as i22 from "@yuuvis/components/dialog";
|
|
26
24
|
/**
|
|
27
25
|
* Module holding the base components of the application shell like application bar, side, search etc.
|
|
28
26
|
*/
|
|
29
27
|
export declare class EoAppShellModule {
|
|
30
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoAppShellModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoAppShellModule, [typeof i1.AppBarComponent, typeof i2.SideBarComponent, typeof i3.AppSearchComponent, typeof i4.AppAddComponent, typeof i5.AppAddDialogComponent, typeof i6.
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoAppShellModule, [typeof i1.AppBarComponent, typeof i2.SideBarComponent, typeof i3.AppSearchComponent, typeof i4.AppAddComponent, typeof i5.AppAddDialogComponent, typeof i6.ContextSearchComponent, typeof i7.AppProcessComponent], [typeof i8.AppShellRoutingModule, typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.UiModule, typeof i12.UtilModule, typeof i13.EoSharedModule, typeof i14.YvcTabsModule, typeof i15.FormElementsModule, typeof i16.ObjectFormModule, typeof i17.ShortcutsModule, typeof i18.ActionModule, typeof i19.CtaModule, typeof i20.ProcessFormModule, typeof i21.YvcAutocompleteModule, typeof i22.YvcDialogModule], [typeof i1.AppBarComponent]>;
|
|
32
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoAppShellModule>;
|
|
33
31
|
}
|
|
34
32
|
//# sourceMappingURL=app-shell.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-shell.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/app-shell.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app-shell.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/app-shell.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAyBA;;GAEG;AAEH,qBA6Ba,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAC5B"}
|
|
@@ -2,7 +2,6 @@ export * from './app-shell.module';
|
|
|
2
2
|
export * from './app-bar/app-bar.component';
|
|
3
3
|
export * from './app-bar/app-add/app-add.component';
|
|
4
4
|
export * from './app-bar/app-add/app-add-dialog/app-add-dialog.component';
|
|
5
|
-
export * from './app-bar/app-layout/app-layout.component';
|
|
6
5
|
export * from './app-bar/app-search/app-search.component';
|
|
7
6
|
export * from './app-bar/context-search/context-search.component';
|
|
8
7
|
export * from './app-bar/side-bar/side-bar.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2DAA2D,CAAC;AAE1E,cAAc,2CAA2C,CAAC;AAC1D,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2DAA2D,CAAC;AAE1E,cAAc,2CAA2C,CAAC;AAC1D,cAAc,mDAAmD,CAAC;AAElE,cAAc,uCAAuC,CAAC"}
|
|
@@ -1,44 +1,43 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./process/
|
|
7
|
-
import * as i6 from "./process/
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "./
|
|
20
|
-
import * as i19 from "./
|
|
21
|
-
import * as i20 from "./
|
|
22
|
-
import * as i21 from "./
|
|
23
|
-
import * as i22 from "./
|
|
24
|
-
import * as i23 from "./
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "./
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "./
|
|
29
|
-
import * as i28 from "./
|
|
30
|
-
import * as i29 from "./
|
|
31
|
-
import * as i30 from "./
|
|
32
|
-
import * as i31 from "
|
|
33
|
-
import * as i32 from "./
|
|
34
|
-
import * as i33 from "@
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./form-elements/form-elements.module";
|
|
2
|
+
import * as i1 from "./upload-overlay/upload-overlay.component";
|
|
3
|
+
import * as i2 from "./prepare-details/prepare-details.component";
|
|
4
|
+
import * as i3 from "./inbox-details/inbox-details.component";
|
|
5
|
+
import * as i4 from "./process/history/process-history.component";
|
|
6
|
+
import * as i5 from "./process/details/process-details.component";
|
|
7
|
+
import * as i6 from "./process/process-file/process-file.component";
|
|
8
|
+
import * as i7 from "./frame/frame.component";
|
|
9
|
+
import * as i8 from "./object-state-details/object-state-details.component";
|
|
10
|
+
import * as i9 from "./inbox-details/duetimeInfo/duetimeInfo.component";
|
|
11
|
+
import * as i10 from "./prepare-details/prepare-content-exists-info/prepare-content-exists-info.component";
|
|
12
|
+
import * as i11 from "@angular/common";
|
|
13
|
+
import * as i12 from "./app-shell/app-shell.module";
|
|
14
|
+
import * as i13 from "./object-form/object-form.module";
|
|
15
|
+
import * as i14 from "./ui/ui.module";
|
|
16
|
+
import * as i15 from "./object-details/object-details.module";
|
|
17
|
+
import * as i16 from "@angular/forms";
|
|
18
|
+
import * as i17 from "./media/media.module";
|
|
19
|
+
import * as i18 from "./tree/tree.module";
|
|
20
|
+
import * as i19 from "./shortcuts/shortcuts.module";
|
|
21
|
+
import * as i20 from "./quick-search/quick-search.module";
|
|
22
|
+
import * as i21 from "./util/util.module";
|
|
23
|
+
import * as i22 from "./stored-query/stored-query.module";
|
|
24
|
+
import * as i23 from "./grid/grid.module";
|
|
25
|
+
import * as i24 from "../eo-framework-core/pipes/pipes.module";
|
|
26
|
+
import * as i25 from "./list-container/list-container.module";
|
|
27
|
+
import * as i26 from "./cta/cta.module";
|
|
28
|
+
import * as i27 from "./error/error.module";
|
|
29
|
+
import * as i28 from "./settings/settings.module";
|
|
30
|
+
import * as i29 from "./accordion/accordion.module";
|
|
31
|
+
import * as i30 from "./plugins/plugins.module";
|
|
32
|
+
import * as i31 from "@angular/router";
|
|
33
|
+
import * as i32 from "./actions/action.module";
|
|
34
|
+
import * as i33 from "@yuuvis/components/tabs";
|
|
35
|
+
import * as i34 from "@yuuvis/components/split-view";
|
|
36
|
+
import * as i35 from "./result-list/result-list.module";
|
|
37
|
+
import * as i36 from "./form-elements/form-elements.module";
|
|
39
38
|
export declare class EoFrameworkModule {
|
|
40
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoFrameworkModule, never>;
|
|
41
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoFrameworkModule, [typeof i1.
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoFrameworkModule, [typeof i1.UploadOverlayComponent, typeof i2.PrepareDetailsComponent, typeof i3.InboxDetailsComponent, typeof i4.ProcessHistoryComponent, typeof i5.ProcessDetailsComponent, typeof i6.ProcessFileComponent, typeof i7.FrameComponent, typeof i8.ObjectStateDetailsComponent, typeof i9.DuetimeInfoComponent, typeof i10.PrepareContentExistsInfoComponent], [typeof i11.CommonModule, typeof i12.EoAppShellModule, typeof i13.ObjectFormModule, typeof i14.UiModule, typeof i15.ObjectDetailsModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.MediaModule, typeof i18.TreeModule, typeof i19.ShortcutsModule, typeof i20.QuickSearchModule, typeof i21.UtilModule, typeof i22.StoredQueryModule, typeof i23.GridModule, typeof i24.PipesModule, typeof i25.ListContainerModule, typeof i26.CtaModule, typeof i27.ErrorModule, typeof i28.SettingsModule, typeof i29.AccordionModule, typeof i30.PluginsModule, typeof i31.RouterModule, typeof i32.ActionModule, typeof i33.YvcTabsModule, typeof i34.YvcSplitViewModule], [typeof i17.MediaModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i13.ObjectFormModule, typeof i12.EoAppShellModule, typeof i14.UiModule, typeof i24.PipesModule, typeof i35.ResultListModule, typeof i15.ObjectDetailsModule, typeof i18.TreeModule, typeof i19.ShortcutsModule, typeof i20.QuickSearchModule, typeof i21.UtilModule, typeof i22.StoredQueryModule, typeof i23.GridModule, typeof i1.UploadOverlayComponent, typeof i36.FormElementsModule, typeof i2.PrepareDetailsComponent, typeof i3.InboxDetailsComponent, typeof i25.ListContainerModule, typeof i27.ErrorModule, typeof i5.ProcessDetailsComponent, typeof i4.ProcessHistoryComponent, typeof i6.ProcessFileComponent, typeof i28.SettingsModule, typeof i29.AccordionModule, typeof i30.PluginsModule, typeof i7.FrameComponent, typeof i8.ObjectStateDetailsComponent]>;
|
|
42
41
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoFrameworkModule>;
|
|
43
42
|
}
|
|
44
43
|
//# sourceMappingURL=eo-framework.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-framework.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/eo-framework.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"eo-framework.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/eo-framework.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,qBAwEa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAC7B"}
|
|
@@ -21,8 +21,6 @@ export declare class DateComponent implements ControlValueAccessor, OnDestroy {
|
|
|
21
21
|
onValueChange(e: any): void;
|
|
22
22
|
formatDate(value: Date): any;
|
|
23
23
|
private _setLabels;
|
|
24
|
-
private _getMonthNamesForLocale;
|
|
25
|
-
private _getDaysOfWeekNamesForLocale;
|
|
26
24
|
ngOnDestroy(): void;
|
|
27
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateComponent, never>;
|
|
28
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<DateComponent, "eo-date", never, { "withTime": "withTime"; "readonly": "readonly"; }, {}, never, never, false, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/date/date.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,SAAS,EAAC,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;;AAI/D,qBAYa,aAAc,YAAW,oBAAoB,EAAE,SAAS;IAUvD,OAAO,CAAC,SAAS;IARpB,QAAQ,EAAE,OAAO,CAAS;IAC1B,QAAQ,EAAE,OAAO,CAAS;IAEnC,OAAO,CAAC,IAAI,CAAe;IAC3B,OAAO,CAAC,QAAQ,CAAiB;IACjC,KAAK,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEN,SAAS,EAAE,gBAAgB;IAU/C,eAAe,MAAO,GAAG,UAAS;IAClC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAEvC,aAAa,CAAC,CAAC,KAAA;IAIf,UAAU,CAAC,KAAK,EAAE,IAAI;IAKtB,OAAO,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/date/date.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,SAAS,EAAC,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;;AAI/D,qBAYa,aAAc,YAAW,oBAAoB,EAAE,SAAS;IAUvD,OAAO,CAAC,SAAS;IARpB,QAAQ,EAAE,OAAO,CAAS;IAC1B,QAAQ,EAAE,OAAO,CAAS;IAEnC,OAAO,CAAC,IAAI,CAAe;IAC3B,OAAO,CAAC,QAAQ,CAAiB;IACjC,KAAK,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEN,SAAS,EAAE,gBAAgB;IAU/C,eAAe,MAAO,GAAG,UAAS;IAClC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAEvC,aAAa,CAAC,CAAC,KAAA;IAIf,UAAU,CAAC,KAAK,EAAE,IAAI;IAKtB,OAAO,CAAC,UAAU;IAQlB,WAAW,IAAI,IAAI;yCAtDR,aAAa;2CAAb,aAAa;CAyDzB"}
|
|
@@ -20,26 +20,17 @@ import * as i18 from "@yuuvis/components/icon";
|
|
|
20
20
|
import * as i19 from "@angular/common";
|
|
21
21
|
import * as i20 from "@angular/forms";
|
|
22
22
|
import * as i21 from "../ui/ui.module";
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "../
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
31
|
-
import * as i30 from "primeng/dropdown";
|
|
32
|
-
import * as i31 from "@angular/router";
|
|
33
|
-
import * as i32 from "primeng/api";
|
|
34
|
-
import * as i33 from "../accordion/accordion.module";
|
|
35
|
-
import * as i34 from "@yuuvis/components/chips";
|
|
36
|
-
import * as i35 from "@yuuvis/components/checkbox";
|
|
37
|
-
import * as i36 from "@yuuvis/components/autocomplete";
|
|
38
|
-
import * as i37 from "@yuuvis/components/dropdown";
|
|
39
|
-
import * as i38 from "@yuuvis/components/datepicker";
|
|
23
|
+
import * as i22 from "../tree/tree.module";
|
|
24
|
+
import * as i23 from "@angular/router";
|
|
25
|
+
import * as i24 from "../accordion/accordion.module";
|
|
26
|
+
import * as i25 from "@yuuvis/components/chips";
|
|
27
|
+
import * as i26 from "@yuuvis/components/checkbox";
|
|
28
|
+
import * as i27 from "@yuuvis/components/autocomplete";
|
|
29
|
+
import * as i28 from "@yuuvis/components/dropdown";
|
|
30
|
+
import * as i29 from "@yuuvis/components/datepicker";
|
|
40
31
|
export declare class FormElementsModule {
|
|
41
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormElementsModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormElementsModule, [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i11.InputFocusDirective, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective, typeof i15.ReferenceFinderComponent, typeof i16.ReferenceFinderEntryComponent, typeof i17.DateComponent], [typeof i18.YvcIconModule, typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.UiModule, typeof i22.
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormElementsModule, [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i11.InputFocusDirective, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective, typeof i15.ReferenceFinderComponent, typeof i16.ReferenceFinderEntryComponent, typeof i17.DateComponent], [typeof i18.YvcIconModule, typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.UiModule, typeof i22.TreeModule, typeof i23.RouterModule, typeof i24.AccordionModule, typeof i25.YvcChipsModule, typeof i26.YvcCheckboxModule, typeof i27.YvcAutocompleteModule, typeof i28.YvcDropdownModule, typeof i29.YvcDatepickerModule], [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i17.DateComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective]>;
|
|
43
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormElementsModule>;
|
|
44
35
|
}
|
|
45
36
|
//# sourceMappingURL=form-elements.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-elements.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/form-elements.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"form-elements.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/form-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,qBA6Da,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
|
package/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare class ReferenceFinderComponent implements AfterViewInit {
|
|
|
16
16
|
clipboardItems: ReferenceItem[];
|
|
17
17
|
clipboardOpen: boolean;
|
|
18
18
|
_markedItem: ReferenceItem;
|
|
19
|
+
searching: boolean;
|
|
19
20
|
set markedItem(item: ReferenceItem);
|
|
20
21
|
get markedItem(): ReferenceItem;
|
|
21
22
|
isDisabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reference-finder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAA6C,SAAS,EAAE,UAAU,EAAE,aAAa,EAAY,MAAM,eAAe,CAAC;AAClJ,OAAO,EAAC,SAAS,EAAe,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,MAAM,CAAC;AAE7B,OAAO,EACL,aAAa,EACb,sBAAsB,EACvB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAC,sBAAsB,EAAC,MAAM,qCAAqC,CAAC;;AAG3E,qBAMa,wBAAyB,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"reference-finder.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAA6C,SAAS,EAAE,UAAU,EAAE,aAAa,EAAY,MAAM,eAAe,CAAC;AAClJ,OAAO,EAAC,SAAS,EAAe,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,MAAM,CAAC;AAE7B,OAAO,EACL,aAAa,EACb,sBAAsB,EACvB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAC,sBAAsB,EAAC,MAAM,qCAAqC,CAAC;;AAG3E,qBAMa,wBAAyB,YAAW,aAAa;IA4IhD,OAAO,CAAC,sBAAsB;IA1IC,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAChD,WAAW,EAAG,UAAU,CAAC;IAEnD,WAAW,kBAAyB;IACpC,iBAAiB,EAAE,sBAAsB,CAAC;IAC1C,aAAa,QAAM;IACnB,UAAU,EAAE,aAAa,EAAE,CAAM;IACjC,OAAO,CAAC,iBAAiB,CAAkB;IAC3C,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,aAAa,UAAQ;IACrB,WAAW,EAAE,aAAa,CAAC;IAC3B,SAAS,UAAS;IAElB,IAAI,UAAU,CAAC,IAAI,EAAE,aAAa,EAGjC;IAED,IAAI,UAAU,IALO,aAAa,CAOjC;IAEQ,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;IAEvB,YAAY,EAAE;QAAC,CAAC,UAAU,EAAE,MAAM,GAAG;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,GAAG,CAAC;YAAC,EAAE,EAAE,GAAG,CAAA;SAAC,CAAA;KAAC,CAAC;IAE7E,IACI,gBAAgB,CAAC,SAAS,EAAE,aAAa,EAAE,EAE9C;IACD,IAAI,gBAAgB,IAAI,aAAa,EAAE,CAEtC;IAED,IACI,SAAS,CAAC,SAAS,EAAE,SAAS,EAEjC;IACS,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGrE,KAAK,CAAC,KAAK,KAAA;gBA6FS,sBAAsB,EAAE,sBAAsB;IAmBlE,IAAI,iBAAiB,IAAI,OAAO,CAE/B;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,gBAAgB;IAIhB,eAAe,CAAC,eAAe,EAAE;QAAC,IAAI,EAAE,aAAa,CAAC;QAAC,GAAG,EAAE,OAAO,CAAA;KAAC;IAwBpE,QAAQ;IAIR,OAAO,CAAC,kBAAkB;IAY1B,eAAe;yCA3NJ,wBAAwB;2CAAxB,wBAAwB;CAgOpC"}
|
|
@@ -3,7 +3,6 @@ import { EoDialogComponent } from '../../ui/eo-dialog/eo-dialog.component';
|
|
|
3
3
|
import { EventService } from '@eo-sdk/core';
|
|
4
4
|
import { TranslateService } from '@eo-sdk/core';
|
|
5
5
|
import { IAfterGuiAttachedParams, IFilterParams } from '@ag-grid-community/core';
|
|
6
|
-
import { InputMask } from 'primeng/inputmask';
|
|
7
6
|
import { DateComponent } from '../../form-elements/date/date.component';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class DatetimeFilterComponent extends DateComponent implements IDateAngularComp {
|
|
@@ -13,7 +12,6 @@ export declare class DatetimeFilterComponent extends DateComponent implements ID
|
|
|
13
12
|
filterParams: IFilterParams;
|
|
14
13
|
filterInstance: any;
|
|
15
14
|
eoDialog: EoDialogComponent;
|
|
16
|
-
inputMask: InputMask;
|
|
17
15
|
constructor(translate: TranslateService, eventService: EventService);
|
|
18
16
|
serialize(): {
|
|
19
17
|
dateTo: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/grid/filters/datetime-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAa,uBAAuB,EAAE,aAAa,EAAQ,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"datetime-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/grid/filters/datetime-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAa,uBAAuB,EAAE,aAAa,EAAQ,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;;AAStE,qBAKa,uBAAwB,SAAQ,aAAc,YAAW,gBAAgB;IAU3C,OAAO,CAAC,YAAY;IAR7D,MAAM,EAAE,GAAG,CAAM;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,aAAa,CAAC;IAE5B,cAAc,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,iBAAiB,CAAC;gBAE9C,SAAS,EAAE,gBAAgB,EAAU,YAAY,EAAE,YAAY;IAI3E,SAAS;;;;;;;IAUT,aAAa,CAAC,CAAC,EAAE,GAAG;IAKpB,OAAO,CAAC,KAAK,KAAA;IAIb,OAAO;IAIP,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI;IAyBzB,gBAAgB,CAAC,MAAM,EAAE,uBAAuB,GAAG,IAAI;yCA9D5C,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
import { ColDef, Column, GridApi, GridOptions, Module } from '@ag-grid-community/core';
|
|
1
2
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { TranslateService, UserService } from '@eo-sdk/core';
|
|
4
5
|
import { GridService } from '../../eo-framework-core/api/grid.service';
|
|
5
|
-
import { ILoader } from './loader.interface';
|
|
6
6
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
7
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
8
|
-
import { Router } from '@angular/router';
|
|
9
|
-
import { DatetimeFilterComponent } from './filters/datetime-filter.component';
|
|
10
|
-
import { OrganizationFilterComponent } from './filters/organization-filter.component';
|
|
11
7
|
import { CodesystemFilterComponent } from './filters/codesystem-filter.component';
|
|
8
|
+
import { DatetimeFilterComponent } from './filters/datetime-filter.component';
|
|
12
9
|
import { DynamicListFilterComponent } from './filters/dynamic-list-filter.component';
|
|
13
10
|
import { ListFilterComponent } from './filters/list-filter.component';
|
|
11
|
+
import { OrganizationFilterComponent } from './filters/organization-filter.component';
|
|
12
|
+
import { ILoader } from './loader.interface';
|
|
14
13
|
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class GridComponent
|
|
14
|
+
export declare class GridComponent {
|
|
16
15
|
private translate;
|
|
17
16
|
private userService;
|
|
18
17
|
gridApi: GridService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.component.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,20 +23,19 @@ import * as i18 from "../util/util.module";
|
|
|
23
23
|
import * as i19 from "@angular/forms";
|
|
24
24
|
import * as i20 from "../form-elements/form-elements.module";
|
|
25
25
|
import * as i21 from "../tree/tree.module";
|
|
26
|
-
import * as i22 from "
|
|
27
|
-
import * as i23 from "
|
|
28
|
-
import * as i24 from "@yuuvis/components/
|
|
29
|
-
import * as i25 from "@yuuvis/components/
|
|
30
|
-
import * as i26 from "@
|
|
31
|
-
import * as i27 from "@angular
|
|
32
|
-
import * as i28 from "@ag-grid-community/angular";
|
|
26
|
+
import * as i22 from "../cta/cta.module";
|
|
27
|
+
import * as i23 from "@yuuvis/components/autocomplete";
|
|
28
|
+
import * as i24 from "@yuuvis/components/icon";
|
|
29
|
+
import * as i25 from "@yuuvis/components/datepicker";
|
|
30
|
+
import * as i26 from "@angular/cdk/drag-drop";
|
|
31
|
+
import * as i27 from "@ag-grid-community/angular";
|
|
33
32
|
export declare class GridModule {
|
|
34
33
|
private event;
|
|
35
34
|
private config;
|
|
36
35
|
constructor(event: EventService, config: Config);
|
|
37
36
|
static withComponents(components?: any[]): ModuleWithProviders<AgGridModule>;
|
|
38
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
39
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent], [typeof i17.UiModule, typeof i18.UtilModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.FormElementsModule, typeof i21.TreeModule, typeof i22.
|
|
38
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent], [typeof i17.UiModule, typeof i18.UtilModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.FormElementsModule, typeof i21.TreeModule, typeof i22.CtaModule, typeof i23.YvcAutocompleteModule, typeof i24.YvcIconModule, typeof i25.YvcDatepickerModule, typeof i26.DragDropModule, typeof i27.AgGridModule], [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent]>;
|
|
40
39
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
41
40
|
}
|
|
42
41
|
//# sourceMappingURL=grid.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,YAAY,EAAc,MAAM,EAAC,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC
|
|
1
|
+
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,YAAY,EAAc,MAAM,EAAC,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BxD,qBAuBa,UAAU;IAET,OAAO,CAAC,KAAK;IAAgB,OAAO,CAAC,MAAM;gBAAnC,KAAK,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM;IAM/D,MAAM,CAAC,cAAc,CAAC,UAAU,GAAE,GAAG,EAAO,GAAG,mBAAmB,CAAC,YAAY,CAAC;yCARrE,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAkBtB"}
|
|
@@ -9,9 +9,8 @@ import { FormStatusChangedEvent } from '../object-form/form-status-changed-event
|
|
|
9
9
|
import { ObjectFormOptions } from '../object-form/object-form-options.interface';
|
|
10
10
|
import { ObjectFormComponent } from '../object-form/object-form/object-form.component';
|
|
11
11
|
import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
12
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
13
12
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class InboxDetailsComponent
|
|
13
|
+
export declare class InboxDetailsComponent implements OnInit, AfterViewInit {
|
|
15
14
|
private bpmService;
|
|
16
15
|
private userService;
|
|
17
16
|
private inboxService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,13 +26,9 @@ export * from './quick-search/index';
|
|
|
26
26
|
export * from './result-list/index';
|
|
27
27
|
export * from './settings/index';
|
|
28
28
|
export * from './shortcuts/index';
|
|
29
|
-
export * from './split/index';
|
|
30
29
|
export * from './stored-query/index';
|
|
31
30
|
export * from './tree/index';
|
|
32
31
|
export * from './ui/index';
|
|
33
|
-
export * from './undock-split/undock-split.component';
|
|
34
|
-
export * from './undock-split/undock-split.service';
|
|
35
|
-
export * from './undock-split/undock-state.interface';
|
|
36
32
|
export * from './upload-overlay/upload-overlay.component';
|
|
37
33
|
export * from './util/index';
|
|
38
34
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uDAAuD,CAAC;AACtE,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uDAAuD,CAAC;AACtE,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,2CAA2C,CAAC;AAC1D,cAAc,cAAc,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
2
|
import { Config, DmsObject, DmsObjectAttachment, DmsService, ObjectType, SystemService, TranslateService } from '@eo-sdk/core';
|
|
3
|
-
import { PopoutTriggerPosition } from '@yuuvis/components/popout';
|
|
3
|
+
import { PopoutTriggerPosition, PopoutWindowConfig } from '@yuuvis/components/popout';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import { FileSizePipe } from '../../eo-framework-core/pipes/filesize.pipe';
|
|
6
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
7
6
|
import { PluginsService } from './../../eo-framework-core/api/plugins.service';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export interface ViewerConfig {
|
|
@@ -23,7 +22,7 @@ export interface PreviewFile {
|
|
|
23
22
|
fileExtension?: string;
|
|
24
23
|
mediaTypeName?: string;
|
|
25
24
|
}
|
|
26
|
-
export declare class MediaComponent
|
|
25
|
+
export declare class MediaComponent implements AfterViewInit, OnDestroy {
|
|
27
26
|
translate: TranslateService;
|
|
28
27
|
private dms;
|
|
29
28
|
private renderer;
|
|
@@ -49,6 +48,7 @@ export declare class MediaComponent extends UnsubscribeOnDestroy implements Afte
|
|
|
49
48
|
mediaType: ObjectType;
|
|
50
49
|
customConfig: any[];
|
|
51
50
|
popoutTriggerPosition: PopoutTriggerPosition;
|
|
51
|
+
popoutWindowConfig: PopoutWindowConfig;
|
|
52
52
|
defaultViewers: ({
|
|
53
53
|
mimeType: string[];
|
|
54
54
|
viewer: string;
|
|
@@ -79,6 +79,7 @@ export declare class MediaComponent extends UnsubscribeOnDestroy implements Afte
|
|
|
79
79
|
set previewFile(file: PreviewFile);
|
|
80
80
|
set dmsObject(item: DmsObject);
|
|
81
81
|
constructor(translate: TranslateService, dms: DmsService, renderer: Renderer2, system: SystemService, config: Config, pluginsService: PluginsService);
|
|
82
|
+
private _setPopoutWindowConfig;
|
|
82
83
|
selectAttachment(attachment?: any): void;
|
|
83
84
|
toggleViewer(): void;
|
|
84
85
|
refresh(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"media.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/media/media.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { DmsObject, EventService, NotificationsService, UserService } from '@eo-sdk/core';
|
|
3
3
|
import { TranslateService } from '@eo-sdk/core';
|
|
4
|
-
import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FavoriteIconComponent
|
|
5
|
+
export declare class FavoriteIconComponent {
|
|
7
6
|
private userService;
|
|
8
7
|
private eventService;
|
|
9
8
|
private toasty;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"favorite-icon.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/favorite-icon/favorite-icon.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"favorite-icon.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/favorite-icon/favorite-icon.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,UAAU,EAAmB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,SAAS,EAAc,YAAY,EAAE,oBAAoB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAGpG,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAMa,qBAAqB;IAoBpB,OAAO,CAAC,WAAW;IAC7B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACP,SAAS,EAAE,gBAAgB;IAtBpC,OAAO,UAAS;IAChB,KAAK,SAAM;IACX,OAAO,EAAE,EAAE,CAAC;IACZ,OAAO,CAAC,KAAK,CAAY;IAEzB,IACI,IAAI,CAAC,IAAI,EAAE,SAAS,EAKvB;IAED,IAAI,IAAI,IAPO,SAAS,CASvB;IAEqB,mBAAmB,EAAE,UAAU,CAAC;gBAElC,WAAW,EAAE,WAAW,EAClC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,oBAAoB,EAC7B,SAAS,EAAE,gBAAgB;IAWpC,MAAM,CAAC,KAAK,KAAA,EAAE,IAAI,CAAC,EAAE,OAAO;IAoB5B,qBAAqB,CAAC,IAAI,KAAA;IAO1B,OAAO,CAAC,KAAK,KAAA;IAWb,IAAI;IAOJ,MAAM;IAMN,QAAQ;IAKR,MAAM;yCA1FK,qBAAqB;2CAArB,qBAAqB;CA+FjC"}
|