@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,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { BackendService, BaseParams, Capabilities, CapabilitiesService, Config, DmsObject, DmsParams, DmsService, EventService, SystemService, TranslateService, UploadRegistryService } from '@eo-sdk/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -10,9 +10,10 @@ import { ActionService } from '../actions/action-service/action.service';
|
|
|
10
10
|
import { MediaComponent } from '../media/media.component';
|
|
11
11
|
import { GlobalShortcutComponent } from '../shortcuts/global-shortcut-component.interface';
|
|
12
12
|
import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
13
|
-
import {
|
|
13
|
+
import { Tabs } from '@yuuvis/components/tabs';
|
|
14
|
+
import { SplitTabsLayoutSettings } from '@yuuvis/components/split-tabs';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class ObjectDetailsComponent
|
|
16
|
+
export declare class ObjectDetailsComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
16
17
|
private router;
|
|
17
18
|
private route;
|
|
18
19
|
private system;
|
|
@@ -28,6 +29,7 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
|
|
|
28
29
|
private configService;
|
|
29
30
|
private translate;
|
|
30
31
|
preview: MediaComponent;
|
|
32
|
+
tabContainers: QueryList<Tabs>;
|
|
31
33
|
private uploadTarget;
|
|
32
34
|
item: DmsObject;
|
|
33
35
|
indexDataPreview: IndexData;
|
|
@@ -36,13 +38,19 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
|
|
|
36
38
|
lockTooltip: string;
|
|
37
39
|
nodmsobject: boolean;
|
|
38
40
|
showLoader: boolean;
|
|
39
|
-
|
|
41
|
+
private _panelOrder;
|
|
42
|
+
set panelOrder(po: {
|
|
43
|
+
master: string[];
|
|
44
|
+
slave: string[];
|
|
45
|
+
});
|
|
46
|
+
get panelOrder(): {
|
|
40
47
|
master: string[];
|
|
41
48
|
slave: string[];
|
|
42
49
|
};
|
|
43
50
|
agentIsConnected$: Observable<boolean>;
|
|
44
51
|
subscriptionIconTooltip: string;
|
|
45
52
|
split: boolean;
|
|
53
|
+
splitTabConfig: SplitTabsLayoutSettings;
|
|
46
54
|
isReference: boolean;
|
|
47
55
|
set reference(isRef: boolean);
|
|
48
56
|
searchTerm: string;
|
|
@@ -68,7 +76,6 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
|
|
|
68
76
|
parseDmsParams: (data: any) => {};
|
|
69
77
|
hasContent: EventEmitter<boolean>;
|
|
70
78
|
get dataType(): string;
|
|
71
|
-
undockWinActive: boolean;
|
|
72
79
|
constructor(router: Router, route: ActivatedRoute, system: SystemService, empty: EmptyStateService, agentService: AgentService, backend: BackendService, dmsService: DmsService, selection: SelectionService, actionService: ActionService, capabilityService: CapabilitiesService, uploadRegistry: UploadRegistryService, eventService: EventService, configService: Config, translate: TranslateService);
|
|
73
80
|
private getDmsParams;
|
|
74
81
|
private updateContent;
|
|
@@ -80,10 +87,11 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
|
|
|
80
87
|
showActions(): void;
|
|
81
88
|
openObject(id: any, _type?: any): Promise<boolean>;
|
|
82
89
|
onIndexDataSaved(formData: any, item: any): void;
|
|
90
|
+
onCompareTabChange(event: any): void;
|
|
83
91
|
get referenceTitle(): string;
|
|
84
92
|
isJournalObject(item: any): any;
|
|
85
|
-
hasSigningObjectType(): boolean;
|
|
86
93
|
private createSubscriptionIconTooltip;
|
|
94
|
+
private _checkCapabilities;
|
|
87
95
|
ngOnInit(): void;
|
|
88
96
|
ngAfterViewInit(): void;
|
|
89
97
|
ngOnDestroy(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,
|
|
1
|
+
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,9 +20,10 @@ import * as i18 from "@ag-grid-community/angular";
|
|
|
20
20
|
import * as i19 from "../actions/action.module";
|
|
21
21
|
import * as i20 from "@yuuvis/components/tabs";
|
|
22
22
|
import * as i21 from "@yuuvis/components/split-tabs";
|
|
23
|
+
import * as i22 from "@yuuvis/components/split-view";
|
|
23
24
|
export declare class ObjectDetailsModule {
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectDetailsModule, [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe, typeof i7.HistoryFilterComponent, typeof i8.EditIconComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.FormElementsModule, typeof i12.ObjectFormModule, typeof i13.MediaModule, typeof i14.ShortcutsModule, typeof i15.UiModule, typeof i16.PipesModule, typeof i17.RouterModule, typeof i16.PipesModule, typeof i18.AgGridModule, typeof i19.ActionModule, typeof i20.YvcTabsModule, typeof i21.YvcSplitTabsModule], [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe]>;
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectDetailsModule, [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe, typeof i7.HistoryFilterComponent, typeof i8.EditIconComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.FormElementsModule, typeof i12.ObjectFormModule, typeof i13.MediaModule, typeof i14.ShortcutsModule, typeof i15.UiModule, typeof i16.PipesModule, typeof i17.RouterModule, typeof i16.PipesModule, typeof i18.AgGridModule, typeof i19.ActionModule, typeof i20.YvcTabsModule, typeof i21.YvcSplitTabsModule, typeof i22.YvcSplitViewModule], [typeof i1.ObjectDetailsComponent, typeof i2.RecyclebinDetailsComponent, typeof i3.ObjectHistoryComponent, typeof i4.ObjectLinksComponent, typeof i5.FavoriteIconComponent, typeof i6.HistoryFilterPipe]>;
|
|
26
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectDetailsModule>;
|
|
27
28
|
}
|
|
28
29
|
//# sourceMappingURL=object-details.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-details.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"object-details.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAyBA,qBA8Ba,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAC/B"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { DmsParams, DmsService, EventService
|
|
2
|
+
import { DmsObjectHistoryEntry, DmsParams, DmsService, EventService } from '@eo-sdk/core';
|
|
3
3
|
import { IVisibleFilter } from './history-filter/history-filter';
|
|
4
|
-
import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ObjectHistoryComponent
|
|
5
|
+
export declare class ObjectHistoryComponent {
|
|
7
6
|
private dmsService;
|
|
8
7
|
private cd;
|
|
9
8
|
private eventService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-history.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/object-history/object-history.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"object-history.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-details/object-history/object-history.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,iBAAiB,EAAmB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAC,qBAAqB,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAC,MAAM,cAAc,CAAC;AAGpG,OAAO,EAAC,cAAc,EAAC,MAAM,iCAAiC,CAAC;;AAE/D,qBAOa,sBAAsB;IA2BrB,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,EAAE;IAAqB,OAAO,CAAC,YAAY;IAzB/F,OAAO,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,QAAQ,CAA+B;IAC/C,eAAe,EAAE,qBAAqB,EAAE,CAAM;IAC9C,OAAO,EAAE,MAAM,EAAE,CAAM;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,cAAc,CAA+B;IAE5D,IAAI,OAAO,CAAC,UAAU,EAAE,qBAAqB,EAAE,EAE9C;IAED,IAAI,OAAO,IAAI,qBAAqB,EAAE,CAErC;IAED,IACI,MAAM,CAAC,CAAC,EAAE,SAAS,EAGtB;IAED,IAAI,MAAM,IALI,SAAS,CAOtB;gBAEmB,UAAU,EAAE,UAAU,EAAU,EAAE,EAAE,iBAAiB,EAAU,YAAY,EAAE,YAAY;IAW7G,YAAY,CAAC,MAAM,KAAA;IAUnB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,OAAO,CAAC,YAAY;yCApDT,sBAAsB;2CAAtB,sBAAsB;CA+DlC"}
|
package/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormElementTemplate {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
propertyType: string;
|
|
6
|
+
constructor(template: TemplateRef<any>);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormElementTemplate, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormElementTemplate, "[eoFormElementTemplate]", never, { "propertyType": "propertyType"; }, {}, never, never, false, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=form-element-template.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-element-template.directive.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element/form-element-template.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,WAAW,EAAC,MAAM,eAAe,CAAC;;AAE5D,qBAGa,mBAAmB;IAGX,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;IADpC,YAAY,EAAE,MAAM,CAAC;gBACX,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC;yCAHlC,mBAAmB;2CAAnB,mBAAmB;CAK/B"}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ElementRef, QueryList, Renderer2, TemplateRef } from '@angular/core';
|
|
2
2
|
import { TranslateService } from '@eo-sdk/core';
|
|
3
3
|
import { ObjectFormControlWrapper } from '../object-form-control-wrapper';
|
|
4
|
+
import { FormElementTemplate } from './form-element-template.directive';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FormElementComponent {
|
|
6
|
+
export declare class FormElementComponent implements AfterViewInit {
|
|
6
7
|
private translate;
|
|
7
8
|
private renderer;
|
|
8
9
|
private el;
|
|
10
|
+
elementTemplates: QueryList<FormElementTemplate>;
|
|
11
|
+
contentElementTemplates: QueryList<FormElementTemplate>;
|
|
12
|
+
elementTemplate: TemplateRef<any>;
|
|
9
13
|
formElementRef: any;
|
|
10
14
|
element: ObjectFormControlWrapper;
|
|
11
15
|
focused: any;
|
|
@@ -23,7 +27,8 @@ export declare class FormElementComponent {
|
|
|
23
27
|
labelToggled(toggled: boolean): void;
|
|
24
28
|
organizationDataMetaResolved(data: any): void;
|
|
25
29
|
fetchTags(): void;
|
|
30
|
+
ngAfterViewInit(): void;
|
|
26
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormElementComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormElementComponent, "eo-form-element", never, { "situation": "situation"; "skipToggle": "skipToggle"; "elementSetter": "element"; }, {},
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormElementComponent, "eo-form-element", never, { "situation": "situation"; "skipToggle": "skipToggle"; "elementSetter": "element"; }, {}, ["contentElementTemplates"], ["*"], false, never>;
|
|
28
33
|
}
|
|
29
34
|
//# sourceMappingURL=form-element.component.d.ts.map
|
package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-element.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element/form-element.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"form-element.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element/form-element.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAA8B,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,WAAW,EAA0B,MAAM,eAAe,CAAC;AACvJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,wBAAwB,EAAC,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mCAAmC,CAAC;;AAEtE,qBAMa,oBAAqB,YAAW,aAAa;IA8C5C,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,QAAQ;IAAa,OAAO,CAAC,EAAE;IA7CpB,gBAAgB,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAC9C,uBAAuB,EAAE,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAI/H,eAAe,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAClC,cAAc,EAAE,GAAG,CAAC;IACpB,OAAO,EAAE,wBAAwB,CAAC;IAClC,OAAO,MAAC;IACR,MAAM,EAAE,OAAO,CAAC;IAChB,GAAG,EAAE;QACH,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAA;KACd,CAAC;IAEO,SAAS,MAAC;IACV,UAAU,EAAE,OAAO,CAAC;IAG7B,IACI,aAAa,CAAC,EAAE,EAAE,wBAAwB,EAqB7C;IAEuB,SAAS,EAAE,UAAU,CAAC;gBAE1B,SAAS,EAAE,gBAAgB,EAAU,QAAQ,EAAE,SAAS,EAAU,EAAE,EAAE,UAAU;IAGpG,OAAO,CAAC,eAAe;IAevB,YAAY,CAAC,OAAO,EAAE,OAAO;IAc7B,4BAA4B,CAAC,IAAI,KAAA;IAKjC,SAAS;IAcT,eAAe,IAAI,IAAI;yCAjGZ,oBAAoB;2CAApB,oBAAoB;CAwGhC"}
|
|
@@ -3,12 +3,11 @@ import { OnInit } from '@angular/core';
|
|
|
3
3
|
import { ControlValueAccessor, UntypedFormControl, Validator } from '@angular/forms';
|
|
4
4
|
import { LocalStorageService, SystemService } from '@eo-sdk/core';
|
|
5
5
|
import { GridService } from '../../../../eo-framework-core/api/grid.service';
|
|
6
|
-
import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
|
|
7
6
|
import { PendingChangesService } from './../../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
8
7
|
import { EditRow, TableComponentParams } from './form-element.interface';
|
|
9
8
|
import { RowEditComponent } from './row-edit/row-edit.component';
|
|
10
9
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class FormElementTableComponent
|
|
10
|
+
export declare class FormElementTableComponent implements ControlValueAccessor, Validator, OnInit {
|
|
12
11
|
private storageService;
|
|
13
12
|
private systemService;
|
|
14
13
|
private pendingChanges;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-element-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"form-element-table.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.ts"],"names":[],"mappings":"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"}
|
package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DmsObject } from '@eo-sdk/core';
|
|
2
|
-
import { ObjectFormOptions } from '../../object-form-options.interface';
|
|
3
2
|
export interface TableComponentParams {
|
|
4
3
|
situation: string;
|
|
5
4
|
size: string;
|
|
@@ -9,7 +8,13 @@ export interface TableComponentParams {
|
|
|
9
8
|
export interface EditRow {
|
|
10
9
|
situation: string;
|
|
11
10
|
index: number;
|
|
12
|
-
|
|
11
|
+
form: {
|
|
12
|
+
elements: any[];
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
data: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
13
18
|
tableElement: any;
|
|
14
19
|
}
|
|
15
20
|
export interface EditRowResult {
|
package/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-element.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"form-element.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/form-element.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAIvC,MAAM,WAAW,oBAAoB;IAEjC,SAAS,EAAE,MAAM,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC;IAEb,OAAO,EAAE,GAAG,CAAC;IAEb,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAGD,MAAM,WAAW,OAAO;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE;QACJ,QAAQ,EAAE,GAAG,EAAE,CAAC;QAChB,QAAQ,EAAE,OAAO,CAAC;QAClB,IAAI,EAAE;YAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;SAAC,CAAC;KAC5B,CAAA;IACD,YAAY,EAAE,GAAG,CAAC;CACnB;AAGD,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,GAAG,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACvB"}
|
package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts
CHANGED
|
@@ -1,22 +1,33 @@
|
|
|
1
|
-
import { EventEmitter,
|
|
2
|
-
import {
|
|
3
|
-
import { UntypedFormControl, UntypedFormBuilder } from '@angular/forms';
|
|
4
|
-
import { UnsubscribeOnDestroy } from '../../../../util/unsubscribe/unsubscribe.component';
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormControl } from '@angular/forms';
|
|
5
3
|
import { LocalStorageService } from '@eo-sdk/core';
|
|
4
|
+
import { PendingChangesService } from '../../../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
5
|
+
import { FormStatusChangedEvent } from '../../../form-status-changed-event.interface';
|
|
6
|
+
import { ObjectFormHelperService } from '../../../object-form-helper.service';
|
|
7
|
+
import { ObjectFormControlWrapper } from '../../object-form-control-wrapper';
|
|
8
|
+
import { ObjectFormGroup } from '../../object-form-group.model';
|
|
9
|
+
import { ObjectFormScriptService } from '../../object-form-script/object-form-script.service';
|
|
6
10
|
import { EditRow, EditRowResult } from '../form-element.interface';
|
|
7
11
|
import * as i0 from "@angular/core";
|
|
8
12
|
/**
|
|
9
13
|
* Component for editing a row from an object forms table.
|
|
10
14
|
*/
|
|
11
|
-
export declare class RowEditComponent
|
|
15
|
+
export declare class RowEditComponent implements OnDestroy {
|
|
12
16
|
private pendingChanges;
|
|
17
|
+
private formScriptService;
|
|
18
|
+
private formHelperService;
|
|
13
19
|
private fb;
|
|
14
20
|
private storageService;
|
|
15
21
|
confirmDeleteButton: ElementRef;
|
|
16
22
|
pendingTaskId: string;
|
|
23
|
+
editForm: ObjectFormGroup;
|
|
24
|
+
editFormControls: ObjectFormControlWrapper[];
|
|
25
|
+
private scriptingScope;
|
|
26
|
+
private subscriptions;
|
|
27
|
+
private formData;
|
|
17
28
|
_row: EditRow;
|
|
18
29
|
isNewRow: boolean;
|
|
19
|
-
formState
|
|
30
|
+
formState?: FormStatusChangedEvent;
|
|
20
31
|
queryEnabled: boolean;
|
|
21
32
|
copyEnabled: boolean;
|
|
22
33
|
deleteEnabled: boolean;
|
|
@@ -33,19 +44,25 @@ export declare class RowEditComponent extends UnsubscribeOnDestroy {
|
|
|
33
44
|
onSave: EventEmitter<EditRowResult>;
|
|
34
45
|
onSaveCopy: EventEmitter<EditRowResult>;
|
|
35
46
|
onDelete: EventEmitter<number>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
47
|
+
constructor(pendingChanges: PendingChangesService, formScriptService: ObjectFormScriptService, formHelperService: ObjectFormHelperService, fb: UntypedFormBuilder, storageService: LocalStorageService);
|
|
48
|
+
/**
|
|
49
|
+
* Returns the observed model that was passed to the current form script running. If there is
|
|
50
|
+
* no form script, this method will return NULL.
|
|
51
|
+
* @returns
|
|
52
|
+
*/
|
|
53
|
+
private _getObservedScriptModel;
|
|
54
|
+
private _getFormData;
|
|
41
55
|
onFormReady(): void;
|
|
42
56
|
onFormStatusChanged(evt: any): void;
|
|
57
|
+
private _buildRowEditForm;
|
|
43
58
|
private startPending;
|
|
44
59
|
finishPending(): void;
|
|
45
60
|
save(): void;
|
|
46
61
|
saveCopy(): void;
|
|
47
62
|
delete(): void;
|
|
48
63
|
cancel(): void;
|
|
64
|
+
private unsubscribeAll;
|
|
65
|
+
ngOnDestroy(): void;
|
|
49
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowEditComponent, never>;
|
|
50
67
|
static ɵcmp: i0.ɵɵComponentDeclaration<RowEditComponent, "eo-row-edit", never, { "limitReached": "limitReached"; "row": "row"; }, { "onCancel": "onCancel"; "onSave": "onSave"; "onSaveCopy": "onSaveCopy"; "onDelete": "onDelete"; }, never, never, false, never>;
|
|
51
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"row-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAS,SAAS,EAAuC,MAAM,eAAe,CAAC;AAG1H,OAAO,EAAC,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,mBAAmB,EAAQ,MAAM,cAAc,CAAC;AAGxD,OAAO,EAAC,qBAAqB,EAAC,MAAM,0EAA0E,CAAC;AAC/G,OAAO,EAAC,sBAAsB,EAAC,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAgB,uBAAuB,EAAC,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAC,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAC,uBAAuB,EAAC,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAC,OAAO,EAAE,aAAa,EAAC,MAAM,2BAA2B,CAAC;;AAEjE;;GAEG;AACH,qBAQa,gBAAiB,YAAW,SAAS;IA4DpC,OAAO,CAAC,cAAc;IAChC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,EAAE;IAAsB,OAAO,CAAC,cAAc;IA9D5B,mBAAmB,EAAE,UAAU,CAAC;IAI5D,aAAa,EAAE,MAAM,CAAC;IAEtB,QAAQ,EAAE,eAAe,CAAC;IAC1B,gBAAgB,EAAE,wBAAwB,EAAE,CAAM;IAClD,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,aAAa,CAAsB;IAI3C,OAAO,CAAC,QAAQ,CAAM;IAEtB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,sBAAsB,CAAC;IACnC,YAAY,UAAQ;IACpB,WAAW,UAAQ;IACnB,aAAa,UAAQ;IACrB,WAAW,UAAQ;IACnB,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,YAAY,UAAS;IACrB,iBAAiB,UAAS;IAC1B,MAAM,UAAS;IAEf,IAAI,gBAAgB,CAAC,GAAG,EAAE,OAAO,EAMhC;IAED,IAAI,gBAAgB,IARM,OAAO,CAUhC;IAEQ,YAAY,EAAE,OAAO,CAAC;IAE/B,IACI,GAAG,CAAC,CAAC,EAAE,OAAO,EAUjB;IAES,QAAQ,oBAAsB;IAC9B,MAAM,8BAAqC;IAC3C,UAAU,8BAAqC;IAC/C,QAAQ,uBAA8B;gBAE5B,cAAc,EAAE,qBAAqB,EAC/C,iBAAiB,EAAE,uBAAuB,EAC1C,iBAAiB,EAAE,uBAAuB,EAC1C,EAAE,EAAE,kBAAkB,EAAU,cAAc,EAAE,mBAAmB;IAS7E;;;;KAIC;IACD,OAAO,CAAC,uBAAuB;IAI/B,OAAO,CAAC,YAAY;IASpB,WAAW;IAuBX,mBAAmB,CAAC,GAAG,KAAA;IAoBvB,OAAO,CAAC,iBAAiB;IA6BzB,OAAO,CAAC,YAAY;IAQpB,aAAa;IAIb,IAAI;IAeJ,QAAQ;IAcR,MAAM;IAKN,MAAM;IAKN,OAAO,CAAC,cAAc;IAOtB,WAAW,IAAI,IAAI;yCA5NR,gBAAgB;2CAAhB,gBAAgB;CA+N5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-form-script.service.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.ts"],"names":[],"mappings":"AAMA,OAAO,EAAC,wBAAwB,EAAC,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"object-form-script.service.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.ts"],"names":[],"mappings":"AAMA,OAAO,EAAC,wBAAwB,EAAC,MAAM,+BAA+B,CAAC;AAGvE,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEpD,qBACa,uBAAuB;IAEtB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;gBADP,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,cAAc;IAG3C;;;;;OAKG;IACI,aAAa,CAAC,KAAK,EAAE,wBAAwB,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,EAAE,MAAM;IAqBtF;;;;;;;;OAQG;IACH,OAAO,CAAC,cAAc;IAOtB;;;;;;OAMG;IACH,OAAO,CAAC,8BAA8B;IA+BtC;;;;;OAKG;IACH,OAAO,CAAC,mBAAmB;yCA7FhB,uBAAuB;6CAAvB,uBAAuB;CA+GnC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { Logger } from '@eo-sdk/core';
|
|
3
|
-
import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
|
|
4
3
|
import { FormStatusChangedEvent } from '../form-status-changed-event.interface';
|
|
5
4
|
import { ObjectFormHelperService } from '../object-form-helper.service';
|
|
6
5
|
import { ObjectFormOptions } from '../object-form-options.interface';
|
|
7
6
|
import { ObjectFormScriptService } from './object-form-script/object-form-script.service';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class ObjectFormComponent
|
|
8
|
+
export declare class ObjectFormComponent implements OnDestroy, AfterViewInit {
|
|
10
9
|
private logger;
|
|
11
10
|
private elementRef;
|
|
12
11
|
private formScriptService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-form.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-form/object-form/object-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,
|
|
1
|
+
{"version":3,"file":"object-form.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/object-form/object-form/object-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAEZ,SAAS,EAEV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,MAAM,EAAQ,MAAM,cAAc,CAAC;AAK3C,OAAO,EAAC,sBAAsB,EAAC,MAAM,wCAAwC,CAAC;AAC9E,OAAO,EAAgB,uBAAuB,EAAC,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAC,uBAAuB,EAAC,MAAM,iDAAiD,CAAC;;AAIxF,qBAQa,mBAAoB,YAAW,SAAS,EAAE,aAAa;IA0BtD,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,KAAK;IA5BN,gBAAgB,EAAE,OAAO,CAAC;IAEzB,aAAa,uCAA8C;IAE3D,WAAW,oBAAsB;IAEpC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,kBAAkB,EAAE,iBAAiB,CAAC;IAEtC,IAAI,MAAC;IAIZ,OAAO,CAAC,QAAQ,CAAM;IACtB,OAAO,CAAC,cAAc,CAA2B;IACjD,OAAO,CAAC,aAAa,CAAsB;IAE3C,IACI,OAAO,CAAC,WAAW,EAAE,iBAAiB,EAIzC;gBAEmB,MAAM,EAAE,MAAM,EACxB,UAAU,EAAE,UAAU,EACtB,iBAAiB,EAAE,uBAAuB,EAC1C,iBAAiB,EAAE,uBAAuB,EAC1C,KAAK,EAAE,iBAAiB;IAIlC,OAAO,CAAC,IAAI;IAQZ,OAAO,CAAC,WAAW;IAIZ,SAAS;IAIT,WAAW,CAAC,IAAI,KAAA;IAOvB;;;;;;;;OAQG;IACI,WAAW;IAIX,eAAe;IAKf,SAAS;IAKhB;;;;OAIG;IACI,sBAAsB;IAK7B,OAAO,CAAC,iBAAiB;IAkBzB,OAAO,CAAC,oBAAoB;IAgB5B;;OAEG;IACH,OAAO,CAAC,UAAU;IAUlB,WAAW;IAIX,eAAe;IAOf,OAAO,CAAC,cAAc;yCApJX,mBAAmB;2CAAnB,mBAAmB;CA2J/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-form-helper.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-form/object-form-helper.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAc,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,MAAM,EAA4B,aAAa,EAAE,aAAa,EAAS,MAAM,cAAc,CAAC;AACrG,OAAO,EAA4B,YAAY,EAAE,MAAM,MAAM,CAAC;AAG9D,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sDAAsD,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAEpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,6DAA6D,CAAC;AACtG,OAAO,EAAE,wBAAwB,EAAE,MAAM,8DAA8D,CAAC;;AAGxG,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,iBAAiB,CAAC;IAC/B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW,GAAG,IAAI,CAAA;KAAC,CAAC;IACxD,aAAa,EAAE,aAAa,CAAC;CAC9B;AACD,MAAM,WAAW,aAAa;IAG5B,YAAY,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,iBAAiB,CAAA;KAAC,CAAC;IAClD,SAAS,EAAE,GAAG,CAAC;IAIf,yBAAyB,EAAE,YAAY,EAAE,CAAC;IAC1C,cAAc,EAAE,wBAAwB,CAAC;IACzC,WAAW,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAA;KAAC,CAAC;IACnC,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,qBACa,uBAAuB;IAItB,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IANvB,OAAO,CAAC,QAAQ,CAAsB;gBAElB,MAAM,EAAE,MAAM,EACxB,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,cAAc,EAC7B,aAAa,EAAE,aAAa;IAGxC;;;;;;;OAOG;IACD,iBAAiB,
|
|
1
|
+
{"version":3,"file":"object-form-helper.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-form/object-form-helper.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,14 +5,14 @@ import * as i3 from "./object-form-edit/object-form-edit.component";
|
|
|
5
5
|
import * as i4 from "./object-form/form-element/form-element.component";
|
|
6
6
|
import * as i5 from "./object-form/form-element-table/form-element-table.component";
|
|
7
7
|
import * as i6 from "./object-form/form-element-table/row-edit/row-edit.component";
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "@angular/
|
|
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 "../
|
|
8
|
+
import * as i7 from "./object-form/form-element/form-element-template.directive";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@angular/forms";
|
|
11
|
+
import * as i10 from "../ui/ui.module";
|
|
12
|
+
import * as i11 from "../../eo-framework-core/pipes/pipes.module";
|
|
13
|
+
import * as i12 from "@ag-grid-community/angular";
|
|
14
|
+
import * as i13 from "../shortcuts/shortcuts.module";
|
|
15
|
+
import * as i14 from "../form-elements/form-elements.module";
|
|
16
16
|
import * as i15 from "../list-container/list-container.module";
|
|
17
17
|
import * as i16 from "../grid/grid.module";
|
|
18
18
|
import * as i17 from "../media/media.module";
|
|
@@ -26,7 +26,7 @@ import * as i20 from "@yuuvis/components/split-view";
|
|
|
26
26
|
*/
|
|
27
27
|
export declare class ObjectFormModule {
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFormModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectFormModule, [typeof i1.ObjectFormComponent, typeof i2.ObjectFormGroupComponent, typeof i3.ObjectFormEditComponent, typeof i4.FormElementComponent, typeof i5.FormElementTableComponent, typeof i6.RowEditComponent
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectFormModule, [typeof i1.ObjectFormComponent, typeof i2.ObjectFormGroupComponent, typeof i3.ObjectFormEditComponent, typeof i4.FormElementComponent, typeof i5.FormElementTableComponent, typeof i6.RowEditComponent, typeof i7.FormElementTemplate], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.UiModule, typeof i11.PipesModule, typeof i12.AgGridModule, typeof i13.ShortcutsModule, typeof i14.FormElementsModule, typeof i15.ListContainerModule, typeof i16.GridModule, typeof i17.MediaModule, typeof i18.YvcDatepickerModule, typeof i19.YvcTabsModule, typeof i20.YvcSplitViewModule], [typeof i1.ObjectFormComponent, typeof i2.ObjectFormGroupComponent, typeof i3.ObjectFormEditComponent, typeof i4.FormElementComponent, typeof i5.FormElementTableComponent]>;
|
|
30
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectFormModule>;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=object-form.module.d.ts.map
|
|
@@ -3,9 +3,8 @@ import { AppCacheService, DmsObject, DmsService, EventService } from '@eo-sdk/co
|
|
|
3
3
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
4
4
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
5
5
|
import { ActionService } from '../actions/action-service/action.service';
|
|
6
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ObjectStateDetailsComponent
|
|
7
|
+
export declare class ObjectStateDetailsComponent implements OnInit, AfterViewInit {
|
|
9
8
|
private selection;
|
|
10
9
|
private actionService;
|
|
11
10
|
private appCache;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-state-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-state-details/object-state-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"object-state-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-state-details/object-state-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAsB,MAAM,EAAS,MAAM,eAAe,CAAC;AACzG,OAAO,EAAC,eAAe,EAAE,SAAS,EAAE,UAAU,EAAc,YAAY,EAAC,MAAM,cAAc,CAAC;AAG9F,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,aAAa,EAAC,MAAM,0CAA0C,CAAC;;AAEvE,qBAMa,2BAA4B,YAAW,MAAM,EAAE,aAAa;IAuC3D,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,QAAQ;IACrG,OAAO,CAAC,UAAU;IAAc,OAAO,CAAC,YAAY;IAAgB,OAAO,CAAC,cAAc;IAtC5F,MAAM,CAAC,eAAe,SAAM;IAE5B,OAAO,CAAC,QAAQ,CAAQ;IAEf,OAAO,EAAE,SAAS,CAAC;IACnB,YAAY,EAAE,SAAS,CAAC;IACxB,SAAS,EAAE,GAAG,EAAE,CAAM;IACtB,aAAa,MAAC;IAEvB,IAAa,OAAO,CAAC,CAAC,KAAA,EAKrB;IAES,WAAW,oBAAsB;IAS3C,IAAmC,QAAQ,WAE1C;IAED,IAAiC,MAAM,WAEtC;IAED,IAAiC,UAAU,eAE1C;gBAEmB,SAAS,EAAE,gBAAgB,EAAU,aAAa,EAAE,aAAa,EAAU,QAAQ,EAAE,eAAe,EAC9G,UAAU,EAAE,UAAU,EAAU,YAAY,EAAE,YAAY,EAAU,cAAc,EAAE,qBAAqB;IAuBnH,OAAO,CAAC,IAAI,EAAE,SAAS;IAUvB,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,QAAK;IAOnC,oBAAoB,CAAC,IAAI,EAAE,SAAS;IAMpC,kBAAkB,CAAC,GAAG,KAAA;IAMtB,oBAAoB,CAAC,GAAG,KAAA,EAAE,GAAG,CAAC,KAAA;IAQ9B,QAAQ;IAKR,eAAe;yCAzGJ,2BAA2B;2CAA3B,2BAA2B;CA+GvC"}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, ElementRef } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
8
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
2
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { BackendService, CapabilitiesService, NotificationsService, PrepareService, PreparedItem, PreparedItemTemplate, PreparedItemType, SystemService, TranslateService } from '@eo-sdk/core';
|
|
9
5
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
10
|
-
import {
|
|
6
|
+
import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
11
7
|
import { PreviewFile } from '../media/media.component';
|
|
8
|
+
import { FormStatusChangedEvent } from '../object-form/form-status-changed-event.interface';
|
|
9
|
+
import { ObjectFormOptions } from '../object-form/index';
|
|
10
|
+
import { ObjectFormComponent } from '../object-form/object-form/object-form.component';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
12
|
export interface PreparePhase {
|
|
14
13
|
name: string;
|
|
@@ -20,7 +19,7 @@ export interface PreparePhase {
|
|
|
20
19
|
templates?: any[];
|
|
21
20
|
};
|
|
22
21
|
}
|
|
23
|
-
export declare class PrepareDetailsComponent
|
|
22
|
+
export declare class PrepareDetailsComponent implements OnInit {
|
|
24
23
|
private prepareService;
|
|
25
24
|
private router;
|
|
26
25
|
private pendingChanges;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/prepare-details/prepare-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"prepare-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/prepare-details/prepare-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { EventEmitter, OnInit
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { TranslateService } from '@eo-sdk/core';
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
4
2
|
import { Router } from '@angular/router';
|
|
3
|
+
import { TranslateService } from '@eo-sdk/core';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
5
|
import { EmptyState } from '../../../eo-framework-core/empty-state/empty-state.interface';
|
|
6
|
+
import { SelectionConfig, SelectionService } from '../../../eo-framework-core/selection/selection.service';
|
|
6
7
|
import { FormStatusChangedEvent } from '../../object-form/form-status-changed-event.interface';
|
|
7
|
-
import { ObjectFormComponent } from '../../object-form/object-form/object-form.component';
|
|
8
8
|
import { ObjectFormOptions } from '../../object-form/object-form-options.interface';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { FileEntry, WorkItem, BpmService, WorkItemHistoryEntry, UserService, DmsParams, Process, Clipboard, ClipboardService, SystemService } from '@eo-sdk/core';
|
|
9
|
+
import { ObjectFormComponent } from '../../object-form/object-form/object-form.component';
|
|
10
|
+
import { BpmService, Clipboard, ClipboardService, DmsParams, FileEntry, Process, SystemService, UserService, WorkItem, WorkItemHistoryEntry } from '@eo-sdk/core';
|
|
12
11
|
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class ProcessDetailsComponent
|
|
12
|
+
export declare class ProcessDetailsComponent implements OnInit, AfterViewInit {
|
|
14
13
|
private bpmService;
|
|
15
14
|
private userService;
|
|
16
15
|
private systemService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"process-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/process/details/process-details.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"process-details.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/process/details/process-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACvG,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,YAAY,EAAe,MAAM,MAAM,CAAC;AAEhD,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AAIxF,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACzG,OAAO,EAAC,sBAAsB,EAAC,MAAM,uDAAuD,CAAC;AAC7F,OAAO,EAAC,iBAAiB,EAAC,MAAM,iDAAiD,CAAC;AAClF,OAAO,EAAC,mBAAmB,EAAC,MAAM,qDAAqD,CAAC;AAExF,OAAO,EACL,UAAU,EACV,SAAS,EAET,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,OAAO,EACP,aAAa,EACb,WAAW,EAEX,QAAQ,EACR,oBAAoB,EACrB,MAAM,cAAc,CAAC;;AAGtB,qBAMa,uBAAwB,YAAW,MAAM,EAAE,aAAa;IAgDvD,OAAO,CAAC,UAAU;IAC5B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IApDM,SAAS,EAAE,mBAAmB,CAAC;IAErD,OAAO,CAAC,KAAK,CAAU;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,oBAAoB,EAAE,CAAC;IAChC,YAAY,EAAE,GAAG,CAAC;IAElB,MAAM,EAAE,OAAO,CAAC;IAEhB,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,iBAAiB,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,YAAY,GAAG,GAAG,CAAkB;IACtD,YAAY,EAAE,YAAY,GAAG,GAAG,CAAkB;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IAMZ,UAAU,EAAE,UAAU,CAAyC;IAC/D,cAAc,EAAE,eAAe,CAAC;IAEzC,IACI,IAAI,CAAC,CAAC,EAAE,OAAO,EAYlB;IAED,IAAI,IAAI,IAdI,OAAO,CAgBlB;IAES,iBAAiB,0BAAiC;gBAExC,UAAU,EAAE,UAAU,EAChC,WAAW,EAAE,WAAW,EACxB,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,gBAAgB,EAC3B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM;IAGxB,WAAW,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIvB,YAAY,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAIxB,mBAAmB,CAAC,GAAG,KAAA;IAIvB,OAAO,CAAC,OAAO;IAqCf,cAAc,CAAC,SAAS,KAAA;IAWxB;;;OAGG;IACH,sBAAsB,CAAC,IAAI,CAAC,EAAE,SAAS;IAoBvC,qBAAqB,CAAC,KAAK,EAAE,CAAC,SAAS,EAAE,UAAU,CAAC;IAmBpD,oBAAoB,CAAC,KAAK,KAAA;IAqB1B;;;OAGG;IACH,4BAA4B,CAAC,GAAG,KAAA;IAUhC;;;OAGG;IACH,mBAAmB,CAAC,IAAI,CAAC,EAAE,SAAS;IAsBpC,QAAQ;IAcR,eAAe;yCA3OJ,uBAAuB;2CAAvB,uBAAuB;CAgPnC"}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { Router
|
|
3
|
-
import {
|
|
4
|
-
import { MediaComponent } from '../media/media.component';
|
|
5
|
-
import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
6
|
-
import { DmsObject, BaseParams, SystemService, DmsParams, DmsService, BackendService, Capabilities, CapabilitiesService, EventService } from '@eo-sdk/core';
|
|
7
|
-
import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
8
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { BackendService, BaseParams, Capabilities, CapabilitiesService, Config, DmsObject, DmsParams, DmsService, EventService, NotificationsService, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
9
4
|
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
10
5
|
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
6
|
+
import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
7
|
+
import { MediaComponent } from '../media/media.component';
|
|
8
|
+
import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
11
9
|
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class RecyclebinDetailsComponent
|
|
10
|
+
export declare class RecyclebinDetailsComponent implements OnInit, AfterViewInit {
|
|
13
11
|
private router;
|
|
14
|
-
private route;
|
|
15
12
|
private system;
|
|
16
13
|
private empty;
|
|
17
14
|
private backend;
|
|
@@ -50,12 +47,13 @@ export declare class RecyclebinDetailsComponent extends UnsubscribeOnDestroy imp
|
|
|
50
47
|
hasContent: EventEmitter<boolean>;
|
|
51
48
|
set showDeleteDialog(val: boolean);
|
|
52
49
|
get showDeleteDialog(): boolean;
|
|
50
|
+
showDialog(): void;
|
|
53
51
|
set emptyState(e: EmptyState);
|
|
54
52
|
get emptyState(): EmptyState;
|
|
55
53
|
set dmsParams(params: DmsParams);
|
|
56
54
|
set dmsObject(v: DmsObject);
|
|
57
55
|
get dataType(): string;
|
|
58
|
-
constructor(router: Router,
|
|
56
|
+
constructor(router: Router, system: SystemService, empty: EmptyStateService, backend: BackendService, userService: UserService, toast: NotificationsService, dmsService: DmsService, selection: SelectionService, capabilityService: CapabilitiesService, eventService: EventService, configService: Config, translate: TranslateService);
|
|
59
57
|
private getDmsParams;
|
|
60
58
|
private updateContent;
|
|
61
59
|
restoreFile(openLocationAfterRestore?: boolean): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recyclebin-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/recyclebin-details/recyclebin-details.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"recyclebin-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/recyclebin-details/recyclebin-details.component.ts"],"names":[],"mappings":"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"}
|