@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,37 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { SplitComponent } from '../split/split.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SplitAreaComponent implements OnInit, OnDestroy {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
private split;
|
|
8
|
-
cache: boolean;
|
|
9
|
-
_flexGrow: number;
|
|
10
|
-
_hidden: string;
|
|
11
|
-
_auto: string;
|
|
12
|
-
_height: number;
|
|
13
|
-
minWidth: number;
|
|
14
|
-
visibleCls: boolean;
|
|
15
|
-
private _visible;
|
|
16
|
-
set height(height: number);
|
|
17
|
-
private _order;
|
|
18
|
-
set order(v: number);
|
|
19
|
-
private _size;
|
|
20
|
-
set size(v: any);
|
|
21
|
-
private _minSizePixel;
|
|
22
|
-
set minSizePixel(v: number);
|
|
23
|
-
set visible(v: boolean);
|
|
24
|
-
get visible(): boolean;
|
|
25
|
-
visibility: string;
|
|
26
|
-
eventsLockFct: Array<Function>;
|
|
27
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, split: SplitComponent, viewContainer: ViewContainerRef);
|
|
28
|
-
onTransitionEnd(evt: TransitionEvent): void;
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
lockEvents(): void;
|
|
31
|
-
unlockEvents(): void;
|
|
32
|
-
setStyle(key: string, value: any): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitAreaComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitAreaComponent, "eo-split-area", never, { "cache": "cache"; "height": "height"; "order": "order"; "size": "size"; "minSizePixel": "minSizePixel"; "visible": "visible"; }, {}, never, ["*"], false, never>;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=split-area.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split-area.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/split/split-area/split-area.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAIV,SAAS,EACT,MAAM,EACN,SAAS,EACT,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;;AAE1D,qBASa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IA2DxD,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,KAAK;IA3DR,KAAK,UAAS;IAEW,SAAS,SAAK;IACb,OAAO,SAAY;IACnB,KAAK,SAAU;IACjB,OAAO,SAAO;IACV,QAAQ,SAAK;IAElB,UAAU,UAAQ;IAChD,OAAO,CAAC,QAAQ,CAAQ;IAExB,IAAa,MAAM,CAAC,MAAM,EAAE,MAAM,EAEjC;IAED,OAAO,CAAC,MAAM,CAAuB;IACrC,IAAa,KAAK,CAAC,CAAC,EAAE,MAAM,EAG3B;IAED,OAAO,CAAC,KAAK,CAAuB;IACpC,IAAa,IAAI,CAAC,CAAC,EAAE,GAAG,EAGvB;IAED,OAAO,CAAC,aAAa,CAAK;IAC1B,IAAa,YAAY,CAAC,CAAC,EAAE,MAAM,EAKlC;IACD,IAAa,OAAO,CAAC,CAAC,EAAE,OAAO,EAY9B;IAED,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,UAAU,SAAW;IAErB,aAAa,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAM;gBAG1B,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS,EACnB,KAAK,EAAE,cAAc,EAC7B,aAAa,EAAE,gBAAgB;IAKjC,eAAe,CAAC,GAAG,EAAE,eAAe;IAO7B,QAAQ;IAIR,UAAU;IAKV,YAAY;IASZ,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG;IAIhC,WAAW;yCAhGP,kBAAkB;2CAAlB,kBAAkB;CAqG9B"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SplitGutterDirective {
|
|
4
|
-
private elementRef;
|
|
5
|
-
private renderer;
|
|
6
|
-
set order(v: number);
|
|
7
|
-
private _direction;
|
|
8
|
-
set direction(v: string);
|
|
9
|
-
private _size;
|
|
10
|
-
set size(v: number);
|
|
11
|
-
private _disabled;
|
|
12
|
-
set disabled(v: boolean);
|
|
13
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
14
|
-
private refreshStyle;
|
|
15
|
-
private setStyle;
|
|
16
|
-
private getCursor;
|
|
17
|
-
private getImage;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitGutterDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SplitGutterDirective, "[eoSplitGutter]", never, { "order": "order"; "direction": "direction"; "size": "size"; "disabled": "disabled"; }, {}, never, never, false, never>;
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=split-gutter.directive.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split-gutter.directive.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/split/split-gutter/split-gutter.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;;AAEtE,qBAGa,oBAAoB;IAwBnB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAvB5B,IAAa,KAAK,CAAC,CAAC,EAAE,MAAM,EAE3B;IAED,OAAO,CAAC,UAAU,CAAS;IAC3B,IAAa,SAAS,CAAC,CAAC,EAAE,MAAM,EAG/B;IAED,OAAO,CAAC,KAAK,CAAS;IACtB,IAAa,IAAI,CAAC,CAAC,EAAE,MAAM,EAG1B;IAED,OAAO,CAAC,SAAS,CAAS;IAC1B,IAAa,QAAQ,CAAC,CAAC,EAAE,OAAO,EAG/B;gBAEmB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,SAAS;IAGvC,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,SAAS;IAajB,OAAO,CAAC,QAAQ;yCAxDL,oBAAoB;2CAApB,oBAAoB;CAqEhC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./split/split.component";
|
|
3
|
-
import * as i2 from "./split-gutter/split-gutter.directive";
|
|
4
|
-
import * as i3 from "./split-area/split-area.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "primeng/api";
|
|
7
|
-
export declare class SplitModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitModule, [typeof i1.SplitComponent, typeof i2.SplitGutterDirective, typeof i3.SplitAreaComponent], [typeof i4.CommonModule, typeof i5.SharedModule], [typeof i1.SplitComponent, typeof i2.SplitGutterDirective, typeof i3.SplitAreaComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitModule>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=split.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"split.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/split/split.module.ts"],"names":[],"mappings":";;;;;;AAUA,qBAQa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CACvB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, AfterContentInit } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@eo-sdk/core';
|
|
3
|
-
import { UndockState } from './undock-state.interface';
|
|
4
|
-
import { UndockSplitService } from './undock-split.service';
|
|
5
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
6
|
-
import { SplitComponent } from '../split/split/split.component';
|
|
7
|
-
import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
8
|
-
import { ShortcutsService } from '../shortcuts/shortcuts.service';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class UndockSplitComponent extends UnsubscribeOnDestroy implements AfterContentInit {
|
|
11
|
-
private translate;
|
|
12
|
-
private undockService;
|
|
13
|
-
private selection;
|
|
14
|
-
private shortcutsService;
|
|
15
|
-
applySelection: SelectionConfig;
|
|
16
|
-
set undockedDetailsData(data: any);
|
|
17
|
-
onUndockDataChanged: EventEmitter<any>;
|
|
18
|
-
onUndockedWindowClosed: EventEmitter<any>;
|
|
19
|
-
classes: string;
|
|
20
|
-
undockState: UndockState;
|
|
21
|
-
eoSplit: SplitComponent;
|
|
22
|
-
constructor(translate: TranslateService, undockService: UndockSplitService, selection: SelectionService, shortcutsService: ShortcutsService);
|
|
23
|
-
ngAfterContentInit(): void;
|
|
24
|
-
undock(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UndockSplitComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UndockSplitComponent, "eo-undock-split", never, { "applySelection": "applySelection"; "undockedDetailsData": "undockedDetailsData"; }, { "onUndockDataChanged": "onUndockDataChanged"; "onUndockedWindowClosed": "onUndockedWindowClosed"; }, ["eoSplit"], ["*"], false, never>;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=undock-split.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"undock-split.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/undock-split/undock-split.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,YAAY,EAAe,gBAAgB,EAAe,MAAM,eAAe,CAAC;AAClH,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAC,cAAc,EAAC,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAE,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,gCAAgC,CAAC;;AAEhE,qBAMa,oBAAqB,SAAQ,oBAAqB,YAAW,gBAAgB;IAmB5E,OAAO,CAAC,SAAS;IAAoB,OAAO,CAAC,aAAa;IAAsB,OAAO,CAAC,SAAS;IACjG,OAAO,CAAC,gBAAgB;IAlB3B,cAAc,EAAE,eAAe,CAAM;IAE9C,IACI,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAEhC;IAIS,mBAAmB,oBAAsB;IACzC,sBAAsB,oBAAsB;IAChC,OAAO,SAAM;IAE5B,WAAW,EAAE,WAAW,CAAM;IAEP,OAAO,EAAE,cAAc,CAAC;gBAElC,SAAS,EAAE,gBAAgB,EAAU,aAAa,EAAE,kBAAkB,EAAU,SAAS,EAAE,gBAAgB,EAC3G,gBAAgB,EAAE,gBAAgB;IAItD,kBAAkB;IAsClB,MAAM;yCA9DK,oBAAoB;2CAApB,oBAAoB;CAiEhC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import { PlatformLocation } from '@angular/common';
|
|
4
|
-
import { UndockState } from './undock-state.interface';
|
|
5
|
-
import { Router } from '@angular/router';
|
|
6
|
-
import { AreaState, LayoutService } from '../../eo-framework-core/layout/layout.service';
|
|
7
|
-
import { IAreaData } from '../split/split/split.component';
|
|
8
|
-
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
9
|
-
import { LocalStorageService } from '@eo-sdk/core';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class UndockSplitService extends UnsubscribeOnDestroy implements OnDestroy {
|
|
12
|
-
private location;
|
|
13
|
-
private router;
|
|
14
|
-
private layoutService;
|
|
15
|
-
private localStorage;
|
|
16
|
-
private undockedWindowName;
|
|
17
|
-
private undockedWindowStorageKey;
|
|
18
|
-
private undockedPanelData;
|
|
19
|
-
private undockedPanelDataSource;
|
|
20
|
-
undockedPanelData$: Observable<any>;
|
|
21
|
-
private undockState;
|
|
22
|
-
private undockStateSource;
|
|
23
|
-
undockState$: Observable<UndockState>;
|
|
24
|
-
private undockedWindow;
|
|
25
|
-
constructor(location: PlatformLocation, router: Router, layoutService: LayoutService, localStorage: LocalStorageService);
|
|
26
|
-
private initUndockFeature;
|
|
27
|
-
undock(): void;
|
|
28
|
-
onUndockChanged(areaState: AreaState): void;
|
|
29
|
-
getUndockArea(areas: IAreaData[]): AreaState;
|
|
30
|
-
setupAreaVisibility(areas: IAreaData[]): void;
|
|
31
|
-
onCloseWindow(): void;
|
|
32
|
-
/**
|
|
33
|
-
* Update the data that should be provided to an undocked panel
|
|
34
|
-
* @param data - the data
|
|
35
|
-
*/
|
|
36
|
-
updateUndockedPanelData(data: any): void;
|
|
37
|
-
getUndockDataFromStorage(): any;
|
|
38
|
-
private writeUndockDataToStorage;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UndockSplitService, never>;
|
|
41
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UndockSplitService>;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=undock-split.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"undock-split.service.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/undock-split/undock-split.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkD,UAAU,EAAC,MAAM,MAAM,CAAC;AAGjF,OAAO,EAAa,SAAS,EAAC,MAAM,eAAe,CAAC;AACpD,OAAO,EAAC,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAkB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,SAAS,EAAE,aAAa,EAAC,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAC,SAAS,EAAC,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAmB,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEnE,qBACa,kBAAmB,SAAQ,oBAAqB,YAAW,SAAS;IAenE,OAAO,CAAC,QAAQ;IAAoB,OAAO,CAAC,MAAM;IAAU,OAAO,CAAC,aAAa;IAAiB,OAAO,CAAC,YAAY;IAblI,OAAO,CAAC,kBAAkB,CAAoB;IAC9C,OAAO,CAAC,wBAAwB,CAAyB;IAEzD,OAAO,CAAC,iBAAiB,CAAM;IAC/B,OAAO,CAAC,uBAAuB,CAA6B;IACrD,kBAAkB,EAAE,UAAU,CAAC,GAAG,CAAC,CAA+C;IAEzF,OAAO,CAAC,WAAW,CAAmB;IACtC,OAAO,CAAC,iBAAiB,CAAqC;IACvD,YAAY,EAAE,UAAU,CAAC,WAAW,CAAC,CAAyC;IAErF,OAAO,CAAC,cAAc,CAAC;gBAEH,QAAQ,EAAE,gBAAgB,EAAU,MAAM,EAAE,MAAM,EAAU,aAAa,EAAE,aAAa,EAAU,YAAY,EAAE,mBAAmB;IAQvJ,OAAO,CAAC,iBAAiB;IA2BzB,MAAM;IAMN,eAAe,CAAC,SAAS,EAAE,SAAS;IA+BpC,aAAa,CAAC,KAAK,EAAE,SAAS,EAAE;IAKhC,mBAAmB,CAAC,KAAK,EAAE,SAAS,EAAE;IAatC,aAAa;IAMb;;;OAGG;IACH,uBAAuB,CAAC,IAAI,EAAE,GAAG;IASjC,wBAAwB,IAAI,GAAG;IAK/B,OAAO,CAAC,wBAAwB;IAIhC,WAAW;yCArIA,kBAAkB;6CAAlB,kBAAkB;CAyI9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"undock-state.interface.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/undock-split/undock-state.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
|
-
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class UnsubscribeOnDestroy implements OnDestroy {
|
|
5
|
-
protected componentDestroyed$: Subject<void>;
|
|
6
|
-
constructor();
|
|
7
|
-
ngOnDestroy(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnsubscribeOnDestroy, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UnsubscribeOnDestroy>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=unsubscribe.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unsubscribe.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/util/unsubscribe/unsubscribe.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,MAAM,CAAC;AAC7B,OAAO,EAAC,SAAS,EAAa,MAAM,eAAe,CAAC;;AAEpD,8BACsB,oBAAqB,YAAW,SAAS;IAE7D,SAAS,CAAC,mBAAmB,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;;IAa7C,WAAW;yCAfS,oBAAoB;6CAApB,oBAAoB;CAkBzC"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { debounceTime, takeUntil } from 'rxjs/operators';
|
|
2
|
-
import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
-
import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../../../eo-framework-core/layout/layout.service";
|
|
6
|
-
import * as i2 from "../../../../eo-framework-core/pending-changes/pending-changes.service";
|
|
7
|
-
import * as i3 from "@angular/common";
|
|
8
|
-
import * as i4 from "@angular/forms";
|
|
9
|
-
import * as i5 from "../../../ui/eo-icon/eo-icon.component";
|
|
10
|
-
import * as i6 from "../../../ui/overlay/overlay.component";
|
|
11
|
-
import * as i7 from "../../../form-elements/form-input/form-input.component";
|
|
12
|
-
import * as i8 from "../../../form-elements/checkbox/checkbox.component";
|
|
13
|
-
import * as i9 from "@ngx-translate/core";
|
|
14
|
-
export class AppLayoutComponent extends UnsubscribeOnDestroy {
|
|
15
|
-
get disableCache() {
|
|
16
|
-
return this.layoutService.disableCache;
|
|
17
|
-
}
|
|
18
|
-
constructor(cd, layoutService, pendingChanges) {
|
|
19
|
-
super();
|
|
20
|
-
this.cd = cd;
|
|
21
|
-
this.layoutService = layoutService;
|
|
22
|
-
this.pendingChanges = pendingChanges;
|
|
23
|
-
this.areas = [];
|
|
24
|
-
}
|
|
25
|
-
updateAreas(areas = []) {
|
|
26
|
-
this.areas = areas || [];
|
|
27
|
-
this.undockArea = this.layoutService.getUndockArea();
|
|
28
|
-
this.countLayout = this.areas.filter(a => !a.visible).length;
|
|
29
|
-
this.showLayout = (this.undockArea && !this.undockArea.dock) || this.areas.filter(a => !a.hidden).length > 1;
|
|
30
|
-
}
|
|
31
|
-
toggle(area) {
|
|
32
|
-
// if ((area.visible && this.countLayout === 0) || (!area.visible && this.countLayout === 1)) {
|
|
33
|
-
// if (!area.visible) {
|
|
34
|
-
// this.layoutService.clearHistory();
|
|
35
|
-
// }
|
|
36
|
-
// this.toggleCache(area.visible);
|
|
37
|
-
// }
|
|
38
|
-
if (!this.pendingChanges.check()) {
|
|
39
|
-
this.layoutService.toggleArea(area);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
undock() {
|
|
43
|
-
this.layoutService.undockArea();
|
|
44
|
-
}
|
|
45
|
-
toggleCache(cache) {
|
|
46
|
-
this.layoutService.disableCache = cache;
|
|
47
|
-
}
|
|
48
|
-
ngOnInit() {
|
|
49
|
-
this.layoutService.areas$
|
|
50
|
-
.pipe(takeUntil(this.componentDestroyed$), debounceTime(300))
|
|
51
|
-
.subscribe(areas => {
|
|
52
|
-
this.updateAreas(areas);
|
|
53
|
-
this.cd.markForCheck();
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
AppLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AppLayoutComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.LayoutService }, { token: i2.PendingChangesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
-
AppLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.2", type: AppLayoutComponent, selector: "eo-app-layout", inputs: { areas: "areas", undockArea: "undockArea" }, usesInheritance: true, ngImport: i0, template: "<eo-overlay #oLayout [iconSrc]=\"'assets/_default/svg/ic_view_column.svg'\" *ngIf=\"showLayout\"\n [iconClass]=\"'white'\" [iconTitle]=\"'eo.bar.button.layout.title' | translate\" [badge]=\"countLayout\">\n <div class=\"container\">\n <eo-icon class=\"button white\"\n *ngFor=\"let area of areas\"\n [ngClass]=\"{visible: area.visible, hidden: area.hidden}\"\n [iconSrc]=\"'assets/_default/svg/ic_crop_portrait.svg'\"\n (click)=\"toggle(area)\">\n </eo-icon>\n <eo-icon class=\"button white undock-button\"\n *ngIf=\"undockArea\"\n [ngClass]=\"{visible: undockArea.dock}\"\n [iconSrc]=\"'assets/_default/svg/ic_undock.svg'\"\n (click)=\"undock()\">\n </eo-icon>\n </div>\n <div class=\"container dark\" *ngIf=\"undockArea && undockArea.dock\">\n <eo-form-input [label]=\"'eo.bar.button.layout.remember'|translate\" class=\"checkbox\">\n <eo-checkbox (ngModelChange)=\"toggleCache(!$event)\" [ngModel]=\"!disableCache\" [tristate]=\"false\" ></eo-checkbox>\n </eo-form-input>\n </div>\n</eo-overlay>\n", styles: [":host .undock-button{display:none}:host .container{display:flex;flex:1;flex-direction:row;min-height:0;min-width:0;padding:calc(var(--app-pane-padding) / 2)}:host eo-icon{color:rgba(var(--color-white-rgb),.4)}:host eo-icon.visible{color:var(--color-white)}:host eo-icon.hidden{display:none}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i5.EoIconComponent, selector: "eo-icon", inputs: ["objectType", "iconId", "iconSrc", "badge", "iconTitle"] }, { kind: "component", type: i6.OverlayComponent, selector: "eo-overlay", inputs: ["iconSrc", "badge", "iconClass", "styleClass", "active", "iconTitle"] }, { kind: "component", type: i7.FormInputComponent, selector: "eo-form-input", inputs: ["label", "tag", "description", "skipToggle", "isNull", "invalid", "disabled", "required"], outputs: ["onToggleLabel"] }, { kind: "component", type: i8.CheckboxComponent, selector: "eo-checkbox", inputs: ["tristate", "readonly"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.2", ngImport: i0, type: AppLayoutComponent, decorators: [{
|
|
60
|
-
type: Component,
|
|
61
|
-
args: [{ selector: 'eo-app-layout', changeDetection: ChangeDetectionStrategy.OnPush, template: "<eo-overlay #oLayout [iconSrc]=\"'assets/_default/svg/ic_view_column.svg'\" *ngIf=\"showLayout\"\n [iconClass]=\"'white'\" [iconTitle]=\"'eo.bar.button.layout.title' | translate\" [badge]=\"countLayout\">\n <div class=\"container\">\n <eo-icon class=\"button white\"\n *ngFor=\"let area of areas\"\n [ngClass]=\"{visible: area.visible, hidden: area.hidden}\"\n [iconSrc]=\"'assets/_default/svg/ic_crop_portrait.svg'\"\n (click)=\"toggle(area)\">\n </eo-icon>\n <eo-icon class=\"button white undock-button\"\n *ngIf=\"undockArea\"\n [ngClass]=\"{visible: undockArea.dock}\"\n [iconSrc]=\"'assets/_default/svg/ic_undock.svg'\"\n (click)=\"undock()\">\n </eo-icon>\n </div>\n <div class=\"container dark\" *ngIf=\"undockArea && undockArea.dock\">\n <eo-form-input [label]=\"'eo.bar.button.layout.remember'|translate\" class=\"checkbox\">\n <eo-checkbox (ngModelChange)=\"toggleCache(!$event)\" [ngModel]=\"!disableCache\" [tristate]=\"false\" ></eo-checkbox>\n </eo-form-input>\n </div>\n</eo-overlay>\n", styles: [":host .undock-button{display:none}:host .container{display:flex;flex:1;flex-direction:row;min-height:0;min-width:0;padding:calc(var(--app-pane-padding) / 2)}:host eo-icon{color:rgba(var(--color-white-rgb),.4)}:host eo-icon.visible{color:var(--color-white)}:host eo-icon.hidden{display:none}\n"] }]
|
|
62
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.LayoutService }, { type: i2.PendingChangesService }]; }, propDecorators: { areas: [{
|
|
63
|
-
type: Input
|
|
64
|
-
}], undockArea: [{
|
|
65
|
-
type: Input
|
|
66
|
-
}] } });
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWxheW91dC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2VvLWZyYW1ld29yay9hcHAtc2hlbGwvYXBwLWJhci9hcHAtbGF5b3V0L2FwcC1sYXlvdXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9lby1mcmFtZXdvcmsvYXBwLXNoZWxsL2FwcC1iYXIvYXBwLWxheW91dC9hcHAtbGF5b3V0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxZQUFZLEVBQUUsU0FBUyxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDdkQsT0FBTyxFQUFDLFNBQVMsRUFBVSxLQUFLLEVBQUUsdUJBQXVCLEVBQW9CLE1BQU0sZUFBZSxDQUFDO0FBRW5HLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLGlEQUFpRCxDQUFDOzs7Ozs7Ozs7OztBQVNyRixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsb0JBQW9CO0lBSTFELElBQUksWUFBWTtRQUNkLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUM7SUFDekMsQ0FBQztJQU1ELFlBQW9CLEVBQXFCLEVBQ3JCLGFBQTRCLEVBQzVCLGNBQXFDO1FBQ3ZELEtBQUssRUFBRSxDQUFDO1FBSFUsT0FBRSxHQUFGLEVBQUUsQ0FBbUI7UUFDckIsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFDNUIsbUJBQWMsR0FBZCxjQUFjLENBQXVCO1FBTmhELFVBQUssR0FBZ0IsRUFBRSxDQUFDO0lBUWpDLENBQUM7SUFFRCxXQUFXLENBQUMsUUFBcUIsRUFBRTtRQUNqQyxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssSUFBSSxFQUFFLENBQUM7UUFDekIsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsRUFBRSxDQUFDO1FBQ3JELElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLENBQUM7UUFDN0QsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQztJQUMvRyxDQUFDO0lBRUQsTUFBTSxDQUFDLElBQWU7UUFDcEIsZ0dBQWdHO1FBQzlGLHVCQUF1QjtRQUN2Qix1Q0FBdUM7UUFDdkMsSUFBSTtRQUNKLGtDQUFrQztRQUNwQyxJQUFJO1FBQ0osSUFBSSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDaEMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDckM7SUFDSCxDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksQ0FBQyxhQUFhLENBQUMsVUFBVSxFQUFFLENBQUM7SUFDbEMsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFjO1FBQ3hCLElBQUksQ0FBQyxhQUFhLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztJQUMxQyxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTTthQUN0QixJQUFJLENBQ0gsU0FBUyxDQUFDLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxFQUNuQyxZQUFZLENBQUMsR0FBRyxDQUFDLENBQ2xCO2FBQ0EsU0FBUyxDQUFDLEtBQUssQ0FBQyxFQUFFO1lBQ2pCLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDeEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUN6QixDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7OytHQXZEVSxrQkFBa0I7bUdBQWxCLGtCQUFrQixrSUNaL0IsZ25DQXNCQTsyRkRWYSxrQkFBa0I7a0JBTjlCLFNBQVM7K0JBQ0UsZUFBZSxtQkFHUix1QkFBdUIsQ0FBQyxNQUFNO3dLQVV0QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7ZGVib3VuY2VUaW1lLCB0YWtlVW50aWx9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcbmltcG9ydCB7Q29tcG9uZW50LCBPbkluaXQsIElucHV0LCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ2hhbmdlRGV0ZWN0b3JSZWZ9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtBcmVhU3RhdGUsIExheW91dFNlcnZpY2V9IGZyb20gJy4uLy4uLy4uLy4uL2VvLWZyYW1ld29yay1jb3JlL2xheW91dC9sYXlvdXQuc2VydmljZSc7XG5pbXBvcnQge1Vuc3Vic2NyaWJlT25EZXN0cm95fSBmcm9tICcuLi8uLi8uLi91dGlsL3Vuc3Vic2NyaWJlL3Vuc3Vic2NyaWJlLmNvbXBvbmVudCc7XG5pbXBvcnQge1BlbmRpbmdDaGFuZ2VzU2VydmljZX0gZnJvbSAnLi4vLi4vLi4vLi4vZW8tZnJhbWV3b3JrLWNvcmUvcGVuZGluZy1jaGFuZ2VzL3BlbmRpbmctY2hhbmdlcy5zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZW8tYXBwLWxheW91dCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9hcHAtbGF5b3V0LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vYXBwLWxheW91dC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaFxufSlcbmV4cG9ydCBjbGFzcyBBcHBMYXlvdXRDb21wb25lbnQgZXh0ZW5kcyBVbnN1YnNjcmliZU9uRGVzdHJveSBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgc2hvd0xheW91dDogYm9vbGVhbjtcbiAgY291bnRMYXlvdXQ6IG51bWJlcjtcbiAgZ2V0IGRpc2FibGVDYWNoZSgpIHtcbiAgICByZXR1cm4gdGhpcy5sYXlvdXRTZXJ2aWNlLmRpc2FibGVDYWNoZTtcbiAgfVxuXG4gIEBJbnB1dCgpIGFyZWFzOiBBcmVhU3RhdGVbXSA9IFtdO1xuICBASW5wdXQoKSB1bmRvY2tBcmVhOiBBcmVhU3RhdGU7XG5cblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGNkOiBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICAgICAgICAgICAgcHJpdmF0ZSBsYXlvdXRTZXJ2aWNlOiBMYXlvdXRTZXJ2aWNlLFxuICAgICAgICAgICAgICBwcml2YXRlIHBlbmRpbmdDaGFuZ2VzOiBQZW5kaW5nQ2hhbmdlc1NlcnZpY2UpIHtcbiAgICBzdXBlcigpO1xuICB9XG5cbiAgdXBkYXRlQXJlYXMoYXJlYXM6IEFyZWFTdGF0ZVtdID0gW10pIHtcbiAgICB0aGlzLmFyZWFzID0gYXJlYXMgfHwgW107XG4gICAgdGhpcy51bmRvY2tBcmVhID0gdGhpcy5sYXlvdXRTZXJ2aWNlLmdldFVuZG9ja0FyZWEoKTtcbiAgICB0aGlzLmNvdW50TGF5b3V0ID0gdGhpcy5hcmVhcy5maWx0ZXIoYSA9PiAhYS52aXNpYmxlKS5sZW5ndGg7XG4gICAgdGhpcy5zaG93TGF5b3V0ID0gKHRoaXMudW5kb2NrQXJlYSAmJiAhdGhpcy51bmRvY2tBcmVhLmRvY2spIHx8IHRoaXMuYXJlYXMuZmlsdGVyKGEgPT4gIWEuaGlkZGVuKS5sZW5ndGggPiAxO1xuICB9XG5cbiAgdG9nZ2xlKGFyZWE6IEFyZWFTdGF0ZSkge1xuICAgIC8vIGlmICgoYXJlYS52aXNpYmxlICYmIHRoaXMuY291bnRMYXlvdXQgPT09IDApIHx8ICAoIWFyZWEudmlzaWJsZSAmJiB0aGlzLmNvdW50TGF5b3V0ID09PSAxKSkge1xuICAgICAgLy8gaWYgKCFhcmVhLnZpc2libGUpIHtcbiAgICAgIC8vICAgdGhpcy5sYXlvdXRTZXJ2aWNlLmNsZWFySGlzdG9yeSgpO1xuICAgICAgLy8gfVxuICAgICAgLy8gdGhpcy50b2dnbGVDYWNoZShhcmVhLnZpc2libGUpO1xuICAgIC8vIH1cbiAgICBpZiAoIXRoaXMucGVuZGluZ0NoYW5nZXMuY2hlY2soKSkge1xuICAgICAgdGhpcy5sYXlvdXRTZXJ2aWNlLnRvZ2dsZUFyZWEoYXJlYSk7XG4gICAgfVxuICB9XG5cbiAgdW5kb2NrKCkge1xuICAgIHRoaXMubGF5b3V0U2VydmljZS51bmRvY2tBcmVhKCk7XG4gIH1cblxuICB0b2dnbGVDYWNoZShjYWNoZTogYm9vbGVhbikge1xuICAgIHRoaXMubGF5b3V0U2VydmljZS5kaXNhYmxlQ2FjaGUgPSBjYWNoZTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMubGF5b3V0U2VydmljZS5hcmVhcyRcbiAgICAgIC5waXBlKFxuICAgICAgICB0YWtlVW50aWwodGhpcy5jb21wb25lbnREZXN0cm95ZWQkKSxcbiAgICAgICAgZGVib3VuY2VUaW1lKDMwMClcbiAgICAgIClcbiAgICAgIC5zdWJzY3JpYmUoYXJlYXMgPT4ge1xuICAgICAgICB0aGlzLnVwZGF0ZUFyZWFzKGFyZWFzKTtcbiAgICAgICAgdGhpcy5jZC5tYXJrRm9yQ2hlY2soKTtcbiAgICAgIH0pO1xuICB9XG5cbn1cbiIsIjxlby1vdmVybGF5ICNvTGF5b3V0IFtpY29uU3JjXT1cIidhc3NldHMvX2RlZmF1bHQvc3ZnL2ljX3ZpZXdfY29sdW1uLnN2ZydcIiAqbmdJZj1cInNob3dMYXlvdXRcIlxuICAgICAgICAgICAgW2ljb25DbGFzc109XCInd2hpdGUnXCIgW2ljb25UaXRsZV09XCInZW8uYmFyLmJ1dHRvbi5sYXlvdXQudGl0bGUnIHwgdHJhbnNsYXRlXCIgW2JhZGdlXT1cImNvdW50TGF5b3V0XCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZW8taWNvbiBjbGFzcz1cImJ1dHRvbiB3aGl0ZVwiXG4gICAgICAgICAgICAgKm5nRm9yPVwibGV0IGFyZWEgb2YgYXJlYXNcIlxuICAgICAgICAgICAgIFtuZ0NsYXNzXT1cInt2aXNpYmxlOiBhcmVhLnZpc2libGUsIGhpZGRlbjogYXJlYS5oaWRkZW59XCJcbiAgICAgICAgICAgICBbaWNvblNyY109XCInYXNzZXRzL19kZWZhdWx0L3N2Zy9pY19jcm9wX3BvcnRyYWl0LnN2ZydcIlxuICAgICAgICAgICAgIChjbGljayk9XCJ0b2dnbGUoYXJlYSlcIj5cbiAgICA8L2VvLWljb24+XG4gICAgPGVvLWljb24gY2xhc3M9XCJidXR0b24gd2hpdGUgdW5kb2NrLWJ1dHRvblwiXG4gICAgICAgICAgICAgKm5nSWY9XCJ1bmRvY2tBcmVhXCJcbiAgICAgICAgICAgICBbbmdDbGFzc109XCJ7dmlzaWJsZTogdW5kb2NrQXJlYS5kb2NrfVwiXG4gICAgICAgICAgICAgW2ljb25TcmNdPVwiJ2Fzc2V0cy9fZGVmYXVsdC9zdmcvaWNfdW5kb2NrLnN2ZydcIlxuICAgICAgICAgICAgIChjbGljayk9XCJ1bmRvY2soKVwiPlxuICAgIDwvZW8taWNvbj5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgZGFya1wiICpuZ0lmPVwidW5kb2NrQXJlYSAmJiB1bmRvY2tBcmVhLmRvY2tcIj5cbiAgICA8ZW8tZm9ybS1pbnB1dCBbbGFiZWxdPVwiJ2VvLmJhci5idXR0b24ubGF5b3V0LnJlbWVtYmVyJ3x0cmFuc2xhdGVcIiBjbGFzcz1cImNoZWNrYm94XCI+XG4gICAgICA8ZW8tY2hlY2tib3ggKG5nTW9kZWxDaGFuZ2UpPVwidG9nZ2xlQ2FjaGUoISRldmVudClcIiBbbmdNb2RlbF09XCIhZGlzYWJsZUNhY2hlXCIgW3RyaXN0YXRlXT1cImZhbHNlXCIgPjwvZW8tY2hlY2tib3g+XG4gICAgPC9lby1mb3JtLWlucHV0PlxuICA8L2Rpdj5cbjwvZW8tb3ZlcmxheT5cbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from './split.module';
|
|
2
|
-
export * from './split/split.component';
|
|
3
|
-
export * from './split-area/split-area.component';
|
|
4
|
-
export * from './split-gutter/split-gutter.directive';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2VvLWZyYW1ld29yay9zcGxpdC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLHVDQUF1QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcGxpdC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9zcGxpdC9zcGxpdC5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9zcGxpdC1hcmVhL3NwbGl0LWFyZWEuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vc3BsaXQtZ3V0dGVyL3NwbGl0LWd1dHRlci5kaXJlY3RpdmUnO1xuIl19
|