@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
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@eo-sdk/client",
|
|
3
3
|
"description": "yuuvis RAD client",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
|
-
"version": "10.0.0-
|
|
5
|
+
"version": "10.0.0-rc.1",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"@angular/platform-browser": "15.2.2",
|
|
30
30
|
"@angular/platform-browser-dynamic": "15.2.2",
|
|
31
31
|
"@angular/router": "15.2.2",
|
|
32
|
-
"@eo-sdk/core": "10.0.0-
|
|
32
|
+
"@eo-sdk/core": "10.0.0-rc.1",
|
|
33
|
+
"@ngneat/until-destroy": "^10.0.0",
|
|
33
34
|
"@ngx-pwa/local-storage": "15.0.0",
|
|
34
35
|
"@ngx-translate/core": "14.0.0",
|
|
35
36
|
"@types/lodash": "4.14.88",
|
|
36
|
-
"@yuuvis/components": "^0.0.
|
|
37
|
+
"@yuuvis/components": "^0.0.44",
|
|
38
|
+
"@yuuvis/widget-grid": "^0.4.5",
|
|
37
39
|
"core-js": "^2.5.4",
|
|
38
40
|
"file-saver": "^2.0.5",
|
|
39
41
|
"font-awesome": "4.7.0",
|
|
40
42
|
"moment": "2.29.4",
|
|
41
43
|
"ngx-toastr": "16.0.2",
|
|
42
|
-
"primeicons": "1.0.0-beta.6",
|
|
43
|
-
"primeng": "^15.0.0",
|
|
44
44
|
"rxjs": "~7.5.0",
|
|
45
45
|
"tslib": "^2.0.0",
|
|
46
46
|
"zone.js": "~0.11.8"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-core.module.d.ts","sourceRoot":"","sources":["../../../../../../../projects/eo-sdk/core/src/lib/eo-core.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"eo-core.module.d.ts","sourceRoot":"","sources":["../../../../../../../projects/eo-sdk/core/src/lib/eo-core.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,mBAAmB,EAA+B,MAAM,eAAe,CAAC;AAGjG,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;;;;;;AAWhD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,qBAoBa,YAAY;IACvB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,YAAY,CAAC;IAoBtE;;OAEG;gBACiC,YAAY,EAAE,YAAY;yCAxBnD,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CA8BxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/inbox-item.model.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbox-item.model.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/model/inbox-item.model.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,qBAAa,SAAS;IAEpB,OAAc,QAAQ,SAAS;IAC/B,OAAc,iBAAiB,SAAkB;IACjD,OAAc,iBAAiB,SAAkB;IAEjD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,IAAI,CAAC;IACZ;;KAEC;IACH,QAAQ,EAAE,IAAI,CAAC;IACf,MAAM,EAAE,GAAG,CAAC;IAEZ;;;OAGG;gBACS,IAAI,EAAE,GAAG;IAiBrB;;;OAGG;IACH,SAAS;CAGV;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,IAAI,CAAC;CACvB"}
|
|
@@ -1,25 +1,22 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { NgZone } from '@angular/core';
|
|
3
1
|
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { NgZone } from '@angular/core';
|
|
3
|
+
import { LocalStorage } from '@ngx-pwa/local-storage';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { CoreConfig } from '../../config/core-config';
|
|
6
6
|
import { EoUser } from '../../model/eo-user.model';
|
|
7
|
-
import { SystemService } from '../system/system.service';
|
|
8
7
|
import { BackendService } from '../backend/backend.service';
|
|
9
|
-
import {
|
|
10
|
-
import { Logger } from '../logger/logger';
|
|
11
|
-
import { AuthProfile } from './auth-profile.interface';
|
|
12
|
-
import { PrepareService } from '../prepare/prepare.service';
|
|
13
|
-
import { InboxService } from '../inbox/inbox.service';
|
|
8
|
+
import { BpmService } from '../bpm/bpm.service';
|
|
14
9
|
import { CapabilitiesService } from '../capabilities/capabilities.service';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
10
|
+
import { Config } from '../config/config.service';
|
|
11
|
+
import { EnvironmentService } from '../environment/environment.service';
|
|
17
12
|
import { EventService } from '../events/event.service';
|
|
18
|
-
import {
|
|
13
|
+
import { InboxService } from '../inbox/inbox.service';
|
|
14
|
+
import { PrepareService } from '../prepare/prepare.service';
|
|
15
|
+
import { LocalStorageService } from '../storage/local-storage.service';
|
|
19
16
|
import { SystemStatusService } from '../system-status/system-status.service';
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
17
|
+
import { SystemService } from '../system/system.service';
|
|
18
|
+
import { UserService } from '../user/user.service';
|
|
19
|
+
import { AuthProfile } from './auth-profile.interface';
|
|
23
20
|
import * as i0 from "@angular/core";
|
|
24
21
|
/**
|
|
25
22
|
* `AuthService` handles authentication against an yuuvis<sup>®</sup> RAD backend.
|
|
@@ -27,14 +24,11 @@ import * as i0 from "@angular/core";
|
|
|
27
24
|
export declare class AuthService {
|
|
28
25
|
private config;
|
|
29
26
|
coreConfig: CoreConfig;
|
|
30
|
-
private appCache;
|
|
31
27
|
private envService;
|
|
32
28
|
private http;
|
|
33
29
|
private bpmService;
|
|
34
30
|
private ngZone;
|
|
35
|
-
private location;
|
|
36
31
|
private capabilitiesService;
|
|
37
|
-
private logger;
|
|
38
32
|
private inboxService;
|
|
39
33
|
private prepareService;
|
|
40
34
|
private backend;
|
|
@@ -65,7 +59,7 @@ export declare class AuthService {
|
|
|
65
59
|
/**
|
|
66
60
|
* @ignore
|
|
67
61
|
*/
|
|
68
|
-
constructor(config: Config, coreConfig: CoreConfig,
|
|
62
|
+
constructor(config: Config, coreConfig: CoreConfig, envService: EnvironmentService, http: HttpClient, bpmService: BpmService, ngZone: NgZone, capabilitiesService: CapabilitiesService, inboxService: InboxService, prepareService: PrepareService, backend: BackendService, systemService: SystemService, userService: UserService, eventService: EventService, systemStatusService: SystemStatusService, storage: LocalStorage, local: LocalStorageService);
|
|
69
63
|
/**
|
|
70
64
|
* Login a user using form based login.
|
|
71
65
|
* @param host The target host (could be null if you are running in web environment)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/auth/auth.service.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"auth.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/auth/auth.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAiC,MAAM,sBAAsB,CAAC;AAChF,OAAO,EAAqB,MAAM,EAAC,MAAM,eAAe,CAAC;AACzD,OAAO,EAAC,YAAY,EAAC,MAAM,wBAAwB,CAAC;AACpD,OAAO,EACY,UAAU,EAM5B,MAAM,MAAM,CAAC;AAEd,OAAO,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAGpD,OAAO,EAAC,MAAM,EAAC,MAAM,2BAA2B,CAAC;AACjD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;AACzE,OAAO,EAAC,MAAM,EAAC,MAAM,0BAA0B,CAAC;AAChD,OAAO,EAAC,kBAAkB,EAAC,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAC,mBAAmB,EAAC,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;;AAIrD;;GAEG;AACH,qBAGa,WAAW;IAgCV,OAAO,CAAC,MAAM;IACI,UAAU,EAAE,UAAU;IAClD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,mBAAmB;IAC3B,SAAS,CAAC,OAAO,EAAE,YAAY;IAC/B,SAAS,CAAC,KAAK,EAAE,mBAAmB;IA7CtC,OAAO,CAAC,iBAAiB,CAA+B;IACxD,OAAO,CAAC,cAAc,CAAmC;IACzD,OAAO,CAAC,UAAU,CAAuC;IACzD,OAAO,CAAC,gBAAgB,CAAsB;IAE9C;;;OAGG;IACI,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAAkC;IAE5E;;OAEG;IACI,KAAK,EAAE,MAAM,EAAE,CAAM;IAC5B,OAAO,CAAC,WAAW,CAAc;IAEjC;;OAEG;IACI,OAAO,EAAE,WAAW,CAKzB;IAEF;;OAEG;gBACiB,MAAM,EAAE,MAAM,EACJ,UAAU,EAAE,UAAU,EAC1C,UAAU,EAAE,kBAAkB,EAC9B,IAAI,EAAE,UAAU,EAChB,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,MAAM,EACd,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,EAAE,cAAc,EACvB,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACtC,OAAO,EAAE,YAAY,EACrB,KAAK,EAAE,mBAAmB;IAStC;;;;;;OAMG;IACI,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAoBlF;;;;;OAKG;IACI,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAiEnE;;;;;;OAMG;IACH,OAAO,CAAC,uBAAuB;IAoD/B,OAAO,CAAC,oBAAoB;IAK5B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM;IA6BtB;;;;;OAKG;IACH,OAAO,CAAC,SAAS;IAwBjB;;;OAGG;IACI,MAAM,CAAC,aAAa,CAAC,EAAE,OAAO;IA+BrC,kBAAkB,IAAI,OAAO;IAK7B;;;;OAIG;IACH,OAAO,CAAC,aAAa;IAOrB;;;OAGG;IACI,UAAU,IAAI,OAAO;IAI5B;;;;;OAKG;IACH,OAAO,CAAC,OAAO;yCA3VJ,WAAW;6CAAX,WAAW;CAsXvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,GAAG,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,GAAG,EAAE,OAAO,CAAC;CACd"}
|
|
1
|
+
{"version":3,"file":"capabilities.model.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;;OAGG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,GAAG,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,GAAG,EAAE,OAAO,CAAC;CACd"}
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { Capabilities } from './capabilities.model';
|
|
2
|
+
import { SystemService } from '../system/system.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* Handles the systems capabilities. Capabilities are settings that enable/disable certain client features.
|
|
5
6
|
*/
|
|
6
7
|
export declare class CapabilitiesService {
|
|
8
|
+
private system;
|
|
7
9
|
private capabilities;
|
|
8
10
|
/**
|
|
9
11
|
* @ignore
|
|
10
12
|
*/
|
|
11
|
-
constructor();
|
|
13
|
+
constructor(system: SystemService);
|
|
12
14
|
/**
|
|
13
15
|
* Sets the capabilities based on a given object set by auth.service
|
|
14
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;;
|
|
1
|
+
{"version":3,"file":"capabilities.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/capabilities/capabilities.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;;AAEvD;;GAEG;AACH,qBAGa,mBAAmB;IAOlB,OAAO,CAAC,MAAM;IAL1B,OAAO,CAAC,YAAY,CAAe;IAEnC;;OAEG;gBACiB,MAAM,EAAE,aAAa;IAGzC;;;;;;OAMG;IACH,eAAe,CAAC,gBAAgB,EAAE,GAAG,EAAE,eAAe,CAAC,EAAE,OAAO,GAAG,YAAY;IAkB/E;;OAEG;IACH,eAAe,IAAI,YAAY;IAI/B;;;;OAIG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;yCA/C/B,mBAAmB;6CAAnB,mBAAmB;CAkD/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,oBAAoB,CAAC;;
|
|
1
|
+
{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/config/config.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,oBAAoB,CAAC;;AAI/C;;GAEG;AACH,qBAGa,MAAM;IASL,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,KAAK;IAP9D,OAAO,CAAC,GAAG,CAAqB;IAEhC,OAAO,CAAC,cAAc,CAAQ;IAE9B;;OAEG;gBACiB,SAAS,EAAE,gBAAgB,EAAU,KAAK,EAAE,YAAY;IAG5E;;OAEG;IACH,OAAO,CAAC,cAAc;IAItB;;;OAGG;IACI,GAAG,CAAC,GAAG,EAAE,WAAW;IAgB3B;;OAEG;IACH,YAAY,IAAI,MAAM;IAItB,cAAc,IAAI,MAAM;IAOxB;;;OAGG;IACI,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG;IAIpC;;;;OAIG;IACI,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvC;;;OAGG;IACI,gBAAgB,IAAI,GAAG,EAAE;IAIhC;;;OAGG;IACI,yBAAyB,IAAI,MAAM,EAAE;IAK5C;;;OAGG;IACI,2BAA2B,IAAI,MAAM;IAI5C;;;OAGG;IACI,qBAAqB,IAAI,MAAM;IAItC;;;;OAIG;IACI,qBAAqB,IAAI,MAAM;IAMtC;;;OAGG;IACI,sBAAsB;IAK7B;;OAEG;IACI,cAAc,IAAI,GAAG;yCA9HjB,MAAM;6CAAN,MAAM;CAiIlB"}
|
|
@@ -232,15 +232,17 @@ export declare class DmsService {
|
|
|
232
232
|
*/
|
|
233
233
|
updateResubmission(dmsObject: DmsObject, subject: string, due: any, receiver: any, sendEmail: boolean, onlyEmail: boolean): Observable<any>;
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
* @param
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
* @
|
|
241
|
-
* @returns Observable<any>
|
|
235
|
+
* Shares a dms object (and its children) with certain users
|
|
236
|
+
* @param dmsObject The dms object to be shared
|
|
237
|
+
* @param shareWith Array of organization objects to share the object with. Each entry
|
|
238
|
+
* will have the ID of the target organization object as well as an optional param
|
|
239
|
+
* whether or not to also share the dms objects children.
|
|
240
|
+
* @returns Observable being resolved once the request is done
|
|
242
241
|
*/
|
|
243
|
-
|
|
242
|
+
share(dmsObject: DmsObject, shareWith: {
|
|
243
|
+
id: string;
|
|
244
|
+
shareChildren?: boolean;
|
|
245
|
+
}[]): Observable<any>;
|
|
244
246
|
/**
|
|
245
247
|
* Move a DMS Object
|
|
246
248
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dms.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/dms/dms.service.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"dms.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/dms/dms.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prepare.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/prepare/prepare.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAgB,MAAM,MAAM,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAC,YAAY,EAAE,oBAAoB,EAAC,MAAM,iCAAiC,CAAC;AACnF,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,cAAc,EAAC,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;;AAE3D;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,qBAGa,cAAc;IAUb,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,aAAa;IATjC,OAAO,CAAC,aAAa,CAAiB;IACtC,OAAO,CAAC,mBAAmB,CAAwC;IAC5D,cAAc,EAAE,UAAU,CAAC,YAAY,EAAE,CAAC,CAA2C;IAE5F,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,uBAAuB,CAAgC;IACxD,kBAAkB,EAAE,UAAU,CAAC,MAAM,CAAC,CAA+C;gBAExE,OAAO,EAAE,cAAc,EACvB,aAAa,EAAE,aAAa;IAGhD;;OAEG;IACH,yBAAyB;IAIzB;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAW/B;;;;;;OAMG;
|
|
1
|
+
{"version":3,"file":"prepare.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/prepare/prepare.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { BackendService } from '../backend/backend.service';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { DmsObject } from '../../model/dms-object.model';
|
|
5
|
+
import { CapabilitiesService } from '../capabilities/capabilities.service';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export interface SigningRequest {
|
|
7
8
|
signingPlatform: string;
|
|
@@ -21,8 +22,10 @@ export interface SigningRequest {
|
|
|
21
22
|
*/
|
|
22
23
|
export declare class SigningService {
|
|
23
24
|
private backend;
|
|
25
|
+
private capabilities;
|
|
24
26
|
private translate;
|
|
25
|
-
constructor(backend: BackendService, translate: TranslateService);
|
|
27
|
+
constructor(backend: BackendService, capabilities: CapabilitiesService, translate: TranslateService);
|
|
28
|
+
canSign(): boolean;
|
|
26
29
|
/**
|
|
27
30
|
* Sign the document of a DMS Object
|
|
28
31
|
* @param id the id of the dms object
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signing.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/signing/signing.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"signing.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/signing/signing.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;;AAEzE,MAAM,WAAW,cAAc;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE;QACP;YACE,UAAU,EAAE,MAAM,CAAC;YACnB,WAAW,EAAE,MAAM,CAAC;YACpB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,WAAW,EAAE,MAAM,CAAA;SACpB;KACF,CAAC;CACH;AAED;;GAEG;AACH,qBAGa,cAAc;IAEb,OAAO,CAAC,OAAO;IACzB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;gBAFC,OAAO,EAAE,cAAc,EACjC,YAAY,EAAE,mBAAmB,EACjC,SAAS,EAAE,gBAAgB;IAErC,OAAO,IAAI,OAAO;IAIlB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc;IAMpD;;;;;OAKG;IACH,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAKzC,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqEvB,kBAAkB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;IAI5C,gBAAgB,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO;yCA1G/B,cAAc;6CAAd,cAAc;CA6G1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"system.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/system/system.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAgB,MAAM,MAAM,CAAC;AAInF,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAC,MAAM,EAAC,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAC,UAAU,EAAC,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAC,MAAM,EAAC,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"system.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/system/system.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAgB,MAAM,MAAM,CAAC;AAInF,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAC,MAAM,EAAC,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAC,UAAU,EAAC,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAC,MAAM,EAAC,MAAM,2BAA2B,CAAC;AAEjD,OAAO,EAAC,OAAO,EAAC,MAAM,uBAAuB,CAAC;AAE9C,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;;AAIrD;;GAEG;AACH,qBAGa,aAAa;IAWZ,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,QAAQ;IAZ5B,OAAO,CAAC,OAAO,CAAC;IAChB,OAAO,CAAC,YAAY,CAA4B;IACzC,OAAO,EAAE,UAAU,CAAC,GAAG,CAAC,CAAoC;IAGnE,OAAO,CAAC,eAAe,CAAa;IACpC,OAAO,CAAC,IAAI,CAAS;IACrB,OAAO,CAAC,WAAW,CAAiB;gBAEhB,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,QAAQ,EAAE,eAAe;IAM7C,IAAI,MAAM,CAAC,CAAC,KAAA,EAEX;IAED,IAAI,MAAM,QAET;IAED;;;;OAIG;IACI,cAAc,IAAI,UAAU,EAAE;IAIrC;;;;;OAKG;IACI,aAAa,CAAC,cAAc,EAAE,MAAM,GAAG,UAAU;IAIxD;;;;;;OAMG;IACH,4BAA4B,CAAC,cAAc,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC;IASnH,OAAO,CAAC,wBAAwB;IAUhC;;;;OAIG;IACI,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,GAAG,OAAO;IAIvE;;;;;OAKG;IACI,aAAa,CAAC,EAAE,EAAE,MAAM,GAAG,WAAW;IAI7C;;;;;;;OAOG;IACI,iBAAiB,CAAC,cAAc,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAgCnG;;;;;;;OAOG;IACI,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAuC7D;;;;;OAKG;IACI,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,GAAG;IAgE9C;;;;;;OAMG;IACH,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC;IAwDxD;;;OAGG;IACH,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAItD;;;;;OAKG;IACH,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIpD;;;;;OAKG;IACH,sBAAsB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,UAAU,CAAC,oBAAoB,EAAE,CAAC;IAK3E;;;;OAIG;IACH,QAAQ,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC;yCA1VtB,aAAa;6CAAb,aAAa;CAsWzB"}
|
|
@@ -8,6 +8,7 @@ import { Logger } from '../logger/logger';
|
|
|
8
8
|
import { SystemService } from '../system/system.service';
|
|
9
9
|
import { EventService } from '../events/event.service';
|
|
10
10
|
import { HttpClient } from '@angular/common/http';
|
|
11
|
+
import { WidgetGridWorkspaceConfig } from '@yuuvis/widget-grid';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
/**
|
|
13
14
|
* Applications user service.
|
|
@@ -183,6 +184,11 @@ export declare class UserService {
|
|
|
183
184
|
* @param filterTerms The value to set the saved inbox filters list to
|
|
184
185
|
*/
|
|
185
186
|
changeSavedInboxFilters(filterTerms: string[]): Observable<void>;
|
|
187
|
+
/**
|
|
188
|
+
* Save or change the workspace of the current user
|
|
189
|
+
* @param workspaceConfig The value to set the saved workspace or create a new workspace
|
|
190
|
+
*/
|
|
191
|
+
saveChangeWorkspace(workspaceConfig: WidgetGridWorkspaceConfig): Observable<void>;
|
|
186
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
|
|
187
193
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
|
|
188
194
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/user/user.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,UAAU,EAAgC,MAAM,MAAM,CAAC;AAE/D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAC,cAAc,EAAC,MAAM,4BAA4B,CAAC;AAC1D,OAAO,EAAC,MAAM,EAAC,MAAM,2BAA2B,CAAC;AACjD,OAAO,EAAC,MAAM,EAAC,MAAM,0BAA0B,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAGvD,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAErD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;;
|
|
1
|
+
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../projects/eo-sdk/core/src/lib/service/user/user.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
1
|
export type FormatedMailTo = string | string[];
|
|
3
2
|
export declare class Utils {
|
|
4
3
|
private static PREF_RANGEVALUE;
|
|
@@ -74,7 +73,7 @@ export declare class Utils {
|
|
|
74
73
|
* @param (error) => any callback
|
|
75
74
|
* @returns (error) => Observable<never>
|
|
76
75
|
*/
|
|
77
|
-
static empty(callback?: (error: any) => any): (error: any) => Observable<never>;
|
|
76
|
+
static empty(callback?: (error: any) => any): (error: any) => import("rxjs").Observable<never>;
|
|
78
77
|
/**
|
|
79
78
|
* Use on Observable.catch with specific skipNotification function !!!
|
|
80
79
|
* [ng-packagr issues 696]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
@@ -84,7 +83,7 @@ export declare class Utils {
|
|
|
84
83
|
* @param name
|
|
85
84
|
* @param message
|
|
86
85
|
*/
|
|
87
|
-
static catchSkip(skipNotification?: (error: any) => any, callback?: (error: any) => any, name?: string, message?: string): (error: any) => Observable<never>;
|
|
86
|
+
static catchSkip(skipNotification?: (error: any) => any, callback?: (error: any) => any, name?: string, message?: string): (error: any) => import("rxjs").Observable<never>;
|
|
88
87
|
/**
|
|
89
88
|
* Use on Observable.catch !!!
|
|
90
89
|
* [ng-packagr issues]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
@@ -95,7 +94,7 @@ export declare class Utils {
|
|
|
95
94
|
* @param skipNotification
|
|
96
95
|
* @return (error) => Observable<never>
|
|
97
96
|
*/
|
|
98
|
-
static catch(callback?: (error: any) => any, name?: string, message?: string, skipNotification?: boolean): (error: any) => Observable<never>;
|
|
97
|
+
static catch(callback?: (error: any) => any, name?: string, message?: string, skipNotification?: boolean): (error: any) => import("rxjs").Observable<never>;
|
|
99
98
|
/**
|
|
100
99
|
* Use on Observable.subscribe !!!
|
|
101
100
|
* [ng-packagr issues]{@link https://github.com/dherges/ng-packagr/issues/696}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/util/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/eo-sdk/core/src/lib/util/utils.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,EAAE,CAAC;AAC/C,qBAAa,KAAK;IAEhB,OAAO,CAAC,MAAM,CAAC,eAAe,CAAgB;WAEhC,MAAM,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM;IAMnD;;;;;;OAMG;WACW,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,MAAM;IAOvD;;;OAGG;WACW,IAAI,IAAI,MAAM;IAI5B;;;;;OAKG;WACW,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAKtD;;;;OAIG;IACH,OAAO,CAAC,MAAM,CAAC,GAAG;IAKlB;;;;;;OAMG;IACH,OAAO,CAAC,MAAM,CAAC,YAAY;IAkC3B;;QAEI;IACJ,OAAO,CAAC,MAAM,CAAC,eAAe;IAS9B;;;;;OAKG;IACH,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAKtC;;;;;;;;;OASG;WACW,UAAU,CAAC,GAAG,SAAK,EAAE,KAAK,SAAQ,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,OAC7F,GAAG,KAAK,GAAG;IAgB3B;;;;;;OAMG;WACW,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,SAAK,GAAG,GAAG;IAKrD;;;;;;OAMG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG;IAO7C;;;;;;;;OAQG;WACW,SAAS,CAAC,gBAAgB,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IASrH;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;;OASG;WACW,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO;IAQ1G;;;;;;;;OAQG;WACW,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,gBAAgB,UAAO;IAI1G;;;;;OAKG;WACW,SAAS,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO;WAI7B,WAAW;IAIzB;;;;;;;;OAQG;WACW,cAAc,CAAC,GAAG,KAAA,EAAE,GAAG,KAAA,EAAE,MAAM,SAAQ;IAUrD;;;;OAIG;WACW,iBAAiB,IAAI,MAAM;WAI3B,YAAY,CAAC,KAAK,EAAE,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,cAAc;WAOrE,aAAa,CAAC,GAAG,QAAK,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,MAAM,CAAC,EAAE,aAAa,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;WAS/G,iBAAiB,CAAC,CAAC,EAAE,GAAG,GAAG,MAAM;WAUjC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;CAgB9C"}
|
package/scss/_eo-variables.scss
CHANGED
package/scss/_main.scss
CHANGED
package/scss/_mixins.scss
CHANGED
|
@@ -78,19 +78,19 @@ $tablet-width: 800px;
|
|
|
78
78
|
$desktop-width: 1024px;
|
|
79
79
|
|
|
80
80
|
@mixin phone {
|
|
81
|
-
@media (min-width: #{$phone-width}) and (max-width: #{$phone-width - 1px}) {
|
|
81
|
+
@media screen and (min-width: #{$phone-width}) and (max-width: #{$phone-width - 1px}) {
|
|
82
82
|
@content;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
@mixin tablet {
|
|
87
|
-
@media (max-width: #{$tablet-width}) {
|
|
87
|
+
@media screen and (max-width: #{$tablet-width}) {
|
|
88
88
|
@content;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
@mixin desktop {
|
|
93
|
-
@media (min-width: #{$desktop-width}) {
|
|
93
|
+
@media screen and (min-width: #{$desktop-width}) {
|
|
94
94
|
@content;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -98,15 +98,15 @@ $desktop-width: 1024px;
|
|
|
98
98
|
@mixin media($min:0px, $max:0px) {
|
|
99
99
|
@if $min > 0 and $max > 0 {
|
|
100
100
|
|
|
101
|
-
@media (min-width: #{$min}) and (max-width: #{$max}) {
|
|
101
|
+
@media screen and (min-width: #{$min}) and (max-width: #{$max}) {
|
|
102
102
|
@content;
|
|
103
103
|
}
|
|
104
104
|
} @else if $min > 0 and $max == 0 {
|
|
105
|
-
@media (min-width: #{$min}) {
|
|
105
|
+
@media screen and (min-width: #{$min}) {
|
|
106
106
|
@content;
|
|
107
107
|
}
|
|
108
108
|
} @else if $max > 0 and $min == 0 {
|
|
109
|
-
@media (max-width: #{$max}) {
|
|
109
|
+
@media screen and (max-width: #{$max}) {
|
|
110
110
|
@content;
|
|
111
111
|
}
|
|
112
112
|
}
|
package/styles.css
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
--color-accent-darker: #e08cba;
|
|
22
22
|
--color-error: #ed5564;
|
|
23
23
|
--color-success: #9abd1e;
|
|
24
|
+
--color-light-gray: #919598;
|
|
24
25
|
--color-warning: #f39200;
|
|
25
26
|
--color-favorite: #ffc107;
|
|
26
27
|
--color-dirty-background: #ebf7d2;
|
|
@@ -654,7 +655,7 @@ svg.checkbox {
|
|
|
654
655
|
-o-transition: all var(--app-default-transition-duration) ease-in-out;
|
|
655
656
|
border-radius: 2px;
|
|
656
657
|
-webkit-border-radius: 2px; }
|
|
657
|
-
.eo-head .actions eo-icon:hover {
|
|
658
|
+
.eo-head .actions eo-icon:not(.disabled):hover {
|
|
658
659
|
background: rgba(0, 0, 0, 0.06); }
|
|
659
660
|
.eo-head .actions .menu {
|
|
660
661
|
cursor: pointer; }
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { OnInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AreaState, LayoutService } from '../../../../eo-framework-core/layout/layout.service';
|
|
3
|
-
import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
|
|
4
|
-
import { PendingChangesService } from '../../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AppLayoutComponent extends UnsubscribeOnDestroy implements OnInit {
|
|
7
|
-
private cd;
|
|
8
|
-
private layoutService;
|
|
9
|
-
private pendingChanges;
|
|
10
|
-
showLayout: boolean;
|
|
11
|
-
countLayout: number;
|
|
12
|
-
get disableCache(): boolean;
|
|
13
|
-
areas: AreaState[];
|
|
14
|
-
undockArea: AreaState;
|
|
15
|
-
constructor(cd: ChangeDetectorRef, layoutService: LayoutService, pendingChanges: PendingChangesService);
|
|
16
|
-
updateAreas(areas?: AreaState[]): void;
|
|
17
|
-
toggle(area: AreaState): void;
|
|
18
|
-
undock(): void;
|
|
19
|
-
toggleCache(cache: boolean): void;
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppLayoutComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppLayoutComponent, "eo-app-layout", never, { "areas": "areas"; "undockArea": "undockArea"; }, {}, never, never, false, never>;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=app-layout.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-layout.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,MAAM,EAAkC,iBAAiB,EAAC,MAAM,eAAe,CAAC;AACnG,OAAO,EAAC,SAAS,EAAE,aAAa,EAAC,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAC,oBAAoB,EAAC,MAAM,iDAAiD,CAAC;AACrF,OAAO,EAAC,qBAAqB,EAAC,MAAM,uEAAuE,CAAC;;AAE5G,qBAMa,kBAAmB,SAAQ,oBAAqB,YAAW,MAAM;IAYhE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IAZlC,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,YAAY,YAEf;IAEQ,KAAK,EAAE,SAAS,EAAE,CAAM;IACxB,UAAU,EAAE,SAAS,CAAC;gBAGX,EAAE,EAAE,iBAAiB,EACrB,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,qBAAqB;IAIzD,WAAW,CAAC,KAAK,GAAE,SAAS,EAAO;IAOnC,MAAM,CAAC,IAAI,EAAE,SAAS;IAYtB,MAAM;IAIN,WAAW,CAAC,KAAK,EAAE,OAAO;IAI1B,QAAQ;yCA7CG,kBAAkB;2CAAlB,kBAAkB;CAyD9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/split/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { OnChanges, OnDestroy, ChangeDetectorRef, ElementRef, Renderer2, SimpleChanges, EventEmitter, AfterViewInit, NgZone } from '@angular/core';
|
|
2
|
-
import { Subject, Observable } from 'rxjs';
|
|
3
|
-
import { UserService } from '@eo-sdk/core';
|
|
4
|
-
import { SplitAreaComponent } from '../split-area/split-area.component';
|
|
5
|
-
import { UnsubscribeOnDestroy } from '../../util/unsubscribe/unsubscribe.component';
|
|
6
|
-
import { LayoutService } from '../../../eo-framework-core/layout/layout.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export interface IAreaData {
|
|
9
|
-
component: SplitAreaComponent;
|
|
10
|
-
sizeUser: number | null;
|
|
11
|
-
size: number;
|
|
12
|
-
orderUser: number | null;
|
|
13
|
-
order: number;
|
|
14
|
-
minPixel: number;
|
|
15
|
-
}
|
|
16
|
-
export interface Point {
|
|
17
|
-
x: number;
|
|
18
|
-
y: number;
|
|
19
|
-
}
|
|
20
|
-
export declare class SplitComponent extends UnsubscribeOnDestroy implements OnChanges, OnDestroy, AfterViewInit {
|
|
21
|
-
private cdRef;
|
|
22
|
-
private elementRef;
|
|
23
|
-
private renderer;
|
|
24
|
-
private _ngZone;
|
|
25
|
-
private layoutService;
|
|
26
|
-
private userService;
|
|
27
|
-
direction: string;
|
|
28
|
-
switchable: boolean;
|
|
29
|
-
width: number;
|
|
30
|
-
height: number;
|
|
31
|
-
gutterSize: number;
|
|
32
|
-
gutterColor: string;
|
|
33
|
-
disabled: boolean;
|
|
34
|
-
visibleTransition: boolean;
|
|
35
|
-
dragStart: EventEmitter<number[]>;
|
|
36
|
-
dragProgress: EventEmitter<number[]>;
|
|
37
|
-
dragEnd: EventEmitter<number[]>;
|
|
38
|
-
visibleTransitionEndInternal: Subject<number[]>;
|
|
39
|
-
visibleTransitionEnd: Observable<Array<number>>;
|
|
40
|
-
get styleFlexDirection(): boolean;
|
|
41
|
-
get styleFlexDirectionStyle(): "row" | "column";
|
|
42
|
-
get dragging(): boolean;
|
|
43
|
-
get styleWidth(): string;
|
|
44
|
-
get styleHeight(): string;
|
|
45
|
-
private get visibleAreas();
|
|
46
|
-
private get nbGutters();
|
|
47
|
-
areas: Array<IAreaData>;
|
|
48
|
-
private minPercent;
|
|
49
|
-
isDragging: boolean;
|
|
50
|
-
private containerSize;
|
|
51
|
-
private areaASize;
|
|
52
|
-
private areaBSize;
|
|
53
|
-
private directionIndex;
|
|
54
|
-
private eventsDragFct;
|
|
55
|
-
private _cacheLayout;
|
|
56
|
-
private _afterViewInit;
|
|
57
|
-
applyCacheLayout: boolean;
|
|
58
|
-
set cacheLayout(val: any);
|
|
59
|
-
get cacheLayout(): any;
|
|
60
|
-
constructor(cdRef: ChangeDetectorRef, elementRef: ElementRef, renderer: Renderer2, _ngZone: NgZone, layoutService: LayoutService, userService: UserService);
|
|
61
|
-
toggleDirection(): void;
|
|
62
|
-
updateLayout(): void;
|
|
63
|
-
ngAfterViewInit(): void;
|
|
64
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
65
|
-
addArea(component: SplitAreaComponent, orderUser: number | null, sizeUser: number | null, minPixel: number): void;
|
|
66
|
-
updateArea(component: SplitAreaComponent, orderUser: number | null, sizeUser: number | null, minPixel: number): void;
|
|
67
|
-
removeArea(area: SplitAreaComponent): void;
|
|
68
|
-
hideArea(area: SplitAreaComponent): void;
|
|
69
|
-
showArea(area: SplitAreaComponent): void;
|
|
70
|
-
isLastVisibleArea(area: IAreaData): boolean;
|
|
71
|
-
private refresh;
|
|
72
|
-
private refreshStyleSizes;
|
|
73
|
-
startDragging(startEvent: MouseEvent | TouchEvent, gutterOrder: number): void;
|
|
74
|
-
private dragEvent;
|
|
75
|
-
private drag;
|
|
76
|
-
private stopDragging;
|
|
77
|
-
notify(type: string): void;
|
|
78
|
-
updateLayoutCache(): void;
|
|
79
|
-
ngOnDestroy(): void;
|
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitComponent, never>;
|
|
81
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitComponent, "eo-split", never, { "direction": "direction"; "switchable": "switchable"; "width": "width"; "height": "height"; "gutterSize": "gutterSize"; "gutterColor": "gutterColor"; "disabled": "disabled"; "visibleTransition": "visibleTransition"; "applyCacheLayout": "applyCacheLayout"; "cacheLayout": "cacheLayout"; }, { "dragStart": "dragStart"; "dragProgress": "dragProgress"; "dragEnd": "dragEnd"; "visibleTransitionEnd": "visibleTransitionEnd"; }, never, ["*"], false, never>;
|
|
82
|
-
}
|
|
83
|
-
//# sourceMappingURL=split.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/split/split/split.component.ts"],"names":[],"mappings":"AACA,OAAO,EACM,SAAS,EAAE,SAAS,EAA2B,iBAAiB,EAC3E,UAAU,EAAE,SAAS,EAAE,aAAa,EAA8B,YAAY,EAAE,aAAa,EAAE,MAAM,EACtG,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,OAAO,EAAE,UAAU,EAAqB,MAAM,MAAM,CAAC;AAE7D,OAAO,EAAC,WAAW,EAA0B,MAAM,cAAc,CAAC;AAClE,OAAO,EAAC,kBAAkB,EAAC,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAC,aAAa,EAAC,MAAM,kDAAkD,CAAC;;AAE/E,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,kBAAkB,CAAC;IAC9B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,qBAMa,cAAe,SAAQ,oBAAqB,YAAW,SAAS,EAAE,SAAS,EAAE,aAAa;IA2EzF,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IA9EtB,SAAS,SAAgB;IACzB,UAAU,UAAS;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,SAAM;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,UAAS;IACjB,iBAAiB,UAAS;IAEzB,SAAS,yBAA0C;IACnD,YAAY,yBAA0C;IACtD,OAAO,yBAA0C;IAC3D,4BAA4B,oBAAgC;IAClD,oBAAoB,EAAE,UAAU,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAA2E;IAEpI,IAAmC,kBAAkB,YAEpD;IAED,IAAyC,uBAAuB,qBAE/D;IAED,IAAuC,QAAQ,YAG9C;IAED,IAAgC,UAAU,WAEzC;IAED,IAAiC,WAAW,WAE3C;IAED,OAAO,KAAK,YAAY,GAEvB;IAED,OAAO,KAAK,SAAS,GAEpB;IAEM,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,CAAM;IACpC,OAAO,CAAC,UAAU,CAAK;IAEvB,UAAU,UAAS;IACnB,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,SAAS,CAAK;IACtB,OAAO,CAAC,SAAS,CAAK;IACtB,OAAO,CAAC,cAAc,CAAK;IAC3B,OAAO,CAAC,aAAa,CAAuB;IAE5C,OAAO,CAAC,YAAY,CAAc;IAClC,OAAO,CAAC,cAAc,CAAS;IAEtB,gBAAgB,UAAQ;IAEjC,IAAa,WAAW,CAAC,GAAG,EAAE,GAAG,EAQhC;IAED,IAAI,WAAW,IAAI,GAAG,CAErB;gBAEmB,KAAK,EAAE,iBAAiB,EACxB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,WAAW;IAQ5C,eAAe;IAMf,YAAY;IAiBZ,eAAe;IAKR,WAAW,CAAC,OAAO,EAAE,aAAa;IAMlC,OAAO,CAAC,SAAS,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,EAAE,MAAM;IAa1G,UAAU,CAAC,SAAS,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,QAAQ,EAAE,MAAM;IAY7G,UAAU,CAAC,IAAI,EAAE,kBAAkB;IAYnC,QAAQ,CAAC,IAAI,EAAE,kBAAkB;IASjC,QAAQ,CAAC,IAAI,EAAE,kBAAkB;IASjC,iBAAiB,CAAC,IAAI,EAAE,SAAS;IAKxC,OAAO,CAAC,OAAO;IA+Bf,OAAO,CAAC,iBAAiB;IAUlB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,UAAU,EAAE,WAAW,EAAE,MAAM;IAiD7E,OAAO,CAAC,SAAS;IAuBjB,OAAO,CAAC,IAAI;IAmCZ,OAAO,CAAC,YAAY;IAwBpB,MAAM,CAAC,IAAI,EAAE,MAAM;IAkBnB,iBAAiB;IAOV,WAAW;yCA3XP,cAAc;2CAAd,cAAc;CA+X1B"}
|