@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
|
@@ -17,10 +17,6 @@ export declare class AboutStateComponent {
|
|
|
17
17
|
license?: undefined;
|
|
18
18
|
})[];
|
|
19
19
|
userLang: string;
|
|
20
|
-
docu: {
|
|
21
|
-
link: string;
|
|
22
|
-
label: string;
|
|
23
|
-
};
|
|
24
20
|
ctrl: {
|
|
25
21
|
componentName: string;
|
|
26
22
|
componentVersion: string;
|
|
@@ -65,7 +61,6 @@ export declare class AboutStateComponent {
|
|
|
65
61
|
};
|
|
66
62
|
};
|
|
67
63
|
constructor(backend: BackendService, userService: UserService, config: Config);
|
|
68
|
-
getDocumentation(): void;
|
|
69
64
|
getUserLang(): void;
|
|
70
65
|
trackByFn(index: any, item: any): number;
|
|
71
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<AboutStateComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;;;;;SAAkwD;IAC/wD,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
|
|
@@ -1,58 +1,50 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { OnInit
|
|
3
|
-
import { Router
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { Capabilities, CapabilitiesService, Config, EoUser, LocalStorageService, StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
|
+
import { WidgetGridRegistry, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from '@yuuvis/widget-grid';
|
|
6
|
+
import { PageTitleService } from '../../eo-framework-core';
|
|
7
|
+
import { QuickSearchResult } from '../../eo-framework';
|
|
8
|
+
import { QuickSearchComponent } from '../../eo-framework';
|
|
9
|
+
import { TreeNode } from '../../eo-framework';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class DashboardComponent
|
|
11
|
+
export declare class DashboardComponent implements OnInit {
|
|
11
12
|
userService: UserService;
|
|
13
|
+
private widgetGridRegistry;
|
|
12
14
|
private titleService;
|
|
13
15
|
private router;
|
|
14
|
-
private
|
|
16
|
+
private http;
|
|
15
17
|
private config;
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
private systemService;
|
|
19
|
-
private inboxService;
|
|
20
|
-
private prepareService;
|
|
21
|
-
private envService;
|
|
18
|
+
private storageService;
|
|
19
|
+
translate: TranslateService;
|
|
22
20
|
private capabilityService;
|
|
23
21
|
private storedQueriesService;
|
|
22
|
+
workspaceConfig: WidgetGridWorkspaceConfig | undefined;
|
|
23
|
+
workspaceOptions: WidgetGridWorkspaceOptions;
|
|
24
|
+
savedWorkspace: any[];
|
|
25
|
+
backgroundImage: string;
|
|
24
26
|
capabilities: Capabilities;
|
|
25
27
|
storedQueries: StoredQuery[];
|
|
26
28
|
selectedQuery: StoredQuery;
|
|
27
29
|
quickSearchResult: QuickSearchResult;
|
|
28
|
-
selectedQuickSearchResultItem: {
|
|
29
|
-
index: number;
|
|
30
|
-
name: any;
|
|
31
|
-
};
|
|
32
30
|
tree: {};
|
|
33
|
-
|
|
34
|
-
inboxState: InboxState;
|
|
31
|
+
STORAGE_KEY: string;
|
|
35
32
|
user: EoUser;
|
|
36
|
-
modifiedByMe: {
|
|
37
|
-
size: number;
|
|
38
|
-
total: number;
|
|
39
|
-
lately: any[];
|
|
40
|
-
};
|
|
41
|
-
backgroundImage: string;
|
|
42
33
|
quickSearchEl: QuickSearchComponent;
|
|
43
34
|
onKey(event: any): void;
|
|
44
|
-
constructor(userService: UserService, titleService: PageTitleService, router: Router,
|
|
45
|
-
|
|
35
|
+
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, router: Router, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
|
|
36
|
+
onWorkspacesConfigChange(c: WidgetGridWorkspaceConfig): void;
|
|
37
|
+
private setWidgetGridLabels;
|
|
38
|
+
private registerWidgets;
|
|
46
39
|
selectStoredQuery(q: StoredQuery): void;
|
|
47
40
|
onQuickSearchInputChange(term: any): void;
|
|
48
41
|
onQuickSearchResult(result: QuickSearchResult): void;
|
|
49
42
|
onStoredQueryLoaded(): void;
|
|
50
43
|
onStoredQueryExecute(evt: any): void;
|
|
51
|
-
executeSearch(objectType?: ObjectType): void;
|
|
52
44
|
getTreeNodes(key: any): TreeNode[];
|
|
53
|
-
trackByFn(index: any, item: any): any;
|
|
54
|
-
captureObjectLists(): void;
|
|
55
45
|
ngOnInit(): void;
|
|
46
|
+
private loadWorkspacesConfig;
|
|
47
|
+
private saveWorkspacesConfig;
|
|
56
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
|
|
57
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "eo-dashboard", never, {}, {}, never, never, false, never>;
|
|
58
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAA0B,MAAM,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,MAAM,EACN,mBAAmB,EACnB,oBAAoB,EACpB,WAAW,EACX,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EAIH,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAAC,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAEzD,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;;AAU5C,qBASa,kBAAmB,YAAW,MAAM;IA6B5B,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IApC9B,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,cAAc,QAAM;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,IAAI,KAAM;IACV,WAAW,SAA0C;IAErD,IAAI,EAAE,MAAM,CAAC;IACa,aAAa,EAAE,oBAAoB,CAAC;IAG9D,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAMpD,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAkB3B,OAAO,CAAC,eAAe;IA+CvB,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB,CAAC,IAAI,KAAA;IAK7B,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAMxB,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,QAAQ;IAWR,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;yCA3LjB,kBAAkB;2CAAlB,kBAAkB;CAiM9B"}
|
package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
4
|
+
import { Iframe } from '../iframe-widget.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class IframeSetupComponent implements IWidgetSetupComponent {
|
|
7
|
+
private fb;
|
|
8
|
+
private _widgetConfig;
|
|
9
|
+
widgetConfigChange: EventEmitter<Iframe>;
|
|
10
|
+
pattern: RegExp;
|
|
11
|
+
setupForm: FormGroup;
|
|
12
|
+
set widgetConfig(wc: Iframe | undefined);
|
|
13
|
+
get widgetConfig(): Iframe | undefined;
|
|
14
|
+
constructor(fb: FormBuilder);
|
|
15
|
+
private setWidgetConfig;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IframeSetupComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSetupComponent, "eo-iframe-setup", never, { "widgetConfig": "widgetConfig"; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=iframe-setup.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iframe-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,WAAW,EAAE,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAC,MAAM,EAAC,MAAM,4BAA4B,CAAC;;AAGlD,qBAMa,oBAAqB,YAAW,qBAAqB;IAwB9D,OAAO,CAAC,EAAE;IAtBZ,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,uBAA8B;IAE1D,OAAO,SAA2F;IAElG,SAAS,EAAE,SAAS,CAGjB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,EAM/C;IAED,IAAI,YAAY,IARc,MAAM,GAAG,SAAS,CAU/C;gBAGS,EAAE,EAAE,WAAW;IAOzB,OAAO,CAAC,eAAe;yCA/BZ,oBAAoB;2CAApB,oBAAoB;CAuChC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import { PipeTransform } from '@angular/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SafeUrlPipe implements PipeTransform {
|
|
6
|
+
private sanitized;
|
|
7
|
+
constructor(sanitized: DomSanitizer);
|
|
8
|
+
transform(value: any): import("@angular/platform-browser").SafeResourceUrl;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safeUrl", false>;
|
|
11
|
+
}
|
|
12
|
+
export interface Iframe {
|
|
13
|
+
title: string;
|
|
14
|
+
url: string;
|
|
15
|
+
}
|
|
16
|
+
export declare class IframeWidgetComponent implements IWidgetComponent {
|
|
17
|
+
iframe: any;
|
|
18
|
+
private _widgetConfig;
|
|
19
|
+
set widgetConfig(c: Iframe | undefined);
|
|
20
|
+
get widgetConfig(): Iframe | undefined;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IframeWidgetComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeWidgetComponent, "eo-iframe-widget", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=iframe-widget.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iframe-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAQ,MAAM,eAAe,CAAC;;AAEpD,qBACa,WAAY,YAAW,aAAa;IACnC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,YAAY;IAC3C,SAAS,CAAC,KAAK,EAAE,GAAG;yCAFT,WAAW;uCAAX,WAAW;CAKvB;AACD,MAAM,WAAW,MAAM;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACf;AACD,qBAKa,qBAAsB,YAAW,gBAAgB;IAEvB,MAAM,MAAC;IAC5C,OAAO,CAAC,aAAa,CAAqB;IAE1C,IAAa,YAAY,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,EAE9C;IACD,IAAI,YAAY,IAHa,MAAM,GAAG,SAAS,CAK9C;yCAVU,qBAAqB;2CAArB,qBAAqB;CAWjC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { TranslateService } from '@eo-sdk/core';
|
|
4
|
+
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
5
|
+
import { InfoInboxConfig } from '../info-inbox.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class InfoInboxSetupComponent implements IWidgetSetupComponent {
|
|
8
|
+
private fb;
|
|
9
|
+
private translate;
|
|
10
|
+
private _widgetConfig;
|
|
11
|
+
widgetConfigChange: EventEmitter<InfoInboxConfig>;
|
|
12
|
+
setupForm: UntypedFormGroup;
|
|
13
|
+
set widgetConfig(wc: InfoInboxConfig);
|
|
14
|
+
get widgetConfig(): InfoInboxConfig;
|
|
15
|
+
constructor(fb: UntypedFormBuilder, translate: TranslateService);
|
|
16
|
+
private setWidgetConfig;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InfoInboxSetupComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxSetupComponent, "eo-info-inbox-setup", never, { "widgetConfig": "widgetConfig"; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=info-inbox-setup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-inbox-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;;AAEpD,qBAMa,uBAAwB,YAAW,qBAAqB;IAoBjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IAnBnB,OAAO,CAAC,aAAa,CAAkB;IAC7B,kBAAkB,gCAAuC;IAEnE,SAAS,EAAE,gBAAgB,CAExB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,eAAe,EAK5C;IAED,IAAI,YAAY,IAPc,eAAe,CAS5C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB;IAOrC,OAAO,CAAC,eAAe;yCA5BZ,uBAAuB;2CAAvB,uBAAuB;CAkCnC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { InboxState, Capabilities, CapabilitiesService, InboxService } from '@eo-sdk/core';
|
|
4
|
+
import { InfoInboxConfig } from './info-inbox.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class InfoInboxWidgetComponent implements IWidgetComponent, OnInit {
|
|
7
|
+
private capabilityService;
|
|
8
|
+
private inboxService;
|
|
9
|
+
capabilities: Capabilities;
|
|
10
|
+
inboxState: InboxState;
|
|
11
|
+
private _widgetConfig;
|
|
12
|
+
set widgetConfig(c: InfoInboxConfig | undefined);
|
|
13
|
+
get widgetConfig(): InfoInboxConfig | undefined;
|
|
14
|
+
constructor(capabilityService: CapabilitiesService, inboxService: InboxService);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InfoInboxWidgetComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxWidgetComponent, "eo-info-inbox-widget", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=info-inbox-widget.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-inbox-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,mBAAmB,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AAEzF,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;;AAEnD,qBAMa,wBAAyB,YAAW,gBAAgB,EAAE,MAAM;IAarE,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,YAAY;IAZtB,YAAY,EAAE,YAAY,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,CAAC,aAAa,CAAkB;IACvC,IAAa,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,SAAS,EAEvD;IACD,IAAI,YAAY,IAHa,eAAe,GAAG,SAAS,CAKvD;gBAGS,iBAAiB,EAAE,mBAAmB,EACtC,YAAY,EAAE,YAAY;IAIpC,QAAQ,IAAI,IAAI;yCAlBL,wBAAwB;2CAAxB,wBAAwB;CA0BpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-inbox.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { Capabilities, CapabilitiesService, PrepareService, TranslateService } from '@eo-sdk/core';
|
|
5
|
+
import { InfoIntrayConfig } from '../info-intray.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class InfoIntraySetupComponent implements IWidgetSetupComponent, OnInit {
|
|
8
|
+
private fb;
|
|
9
|
+
private translate;
|
|
10
|
+
private capabilityService;
|
|
11
|
+
private prepareService;
|
|
12
|
+
private _widgetConfig;
|
|
13
|
+
capabilities: Capabilities;
|
|
14
|
+
preparedItemsCount: number;
|
|
15
|
+
widgetConfigChange: EventEmitter<InfoIntrayConfig>;
|
|
16
|
+
setupForm: UntypedFormGroup;
|
|
17
|
+
set widgetConfig(wc: InfoIntrayConfig);
|
|
18
|
+
get widgetConfig(): InfoIntrayConfig;
|
|
19
|
+
constructor(fb: UntypedFormBuilder, translate: TranslateService, capabilityService: CapabilitiesService, prepareService: PrepareService);
|
|
20
|
+
private setWidgetConfig;
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InfoIntraySetupComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntraySetupComponent, "eo-info-intray-setup", never, { "widgetConfig": "widgetConfig"; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=info-intray-setup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-intray-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;;AAGtD,qBAOa,wBAAyB,YAAW,qBAAqB,EAAE,MAAM;IAuB1E,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IAxBxB,OAAO,CAAC,aAAa,CAAmB;IACxC,YAAY,EAAE,YAAY,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAEjB,kBAAkB,iCAAwC;IAEpE,SAAS,EAAE,gBAAgB,CAExB;IACH,IAAa,YAAY,CAAC,EAAE,EAAE,gBAAgB,EAK7C;IAED,IAAI,YAAY,IAPc,gBAAgB,CAS7C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,iBAAiB,EAAE,mBAAmB,EACtC,cAAc,EAAE,cAAc;IAMxC,OAAO,CAAC,eAAe;IAOvB,QAAQ,IAAI,IAAI;yCAvCL,wBAAwB;2CAAxB,wBAAwB;CA+CpC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { UserService, Capabilities, CapabilitiesService, PrepareService } from '@eo-sdk/core';
|
|
4
|
+
import { InfoIntrayConfig } from './info-intray.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class InfoIntrayWidgetComponent implements IWidgetComponent, OnInit {
|
|
7
|
+
userService: UserService;
|
|
8
|
+
private capabilityService;
|
|
9
|
+
private prepareService;
|
|
10
|
+
capabilities: Capabilities;
|
|
11
|
+
preparedItemsCount: number;
|
|
12
|
+
private _widgetConfig;
|
|
13
|
+
set widgetConfig(c: InfoIntrayConfig | undefined);
|
|
14
|
+
get widgetConfig(): InfoIntrayConfig | undefined;
|
|
15
|
+
constructor(userService: UserService, capabilityService: CapabilitiesService, prepareService: PrepareService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InfoIntrayWidgetComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntrayWidgetComponent, "eo-info-intray", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=info-intray-widget.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-intray-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EAAE,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;AAEtF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,qBAMa,yBAA0B,YAAW,gBAAgB,EAAE,MAAM;IAarD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IAbxB,YAAY,EAAE,YAAY,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,aAAa,CAAmB;IACxC,IAAa,YAAY,CAAC,CAAC,EAAE,gBAAgB,GAAG,SAAS,EAExD;IACD,IAAI,YAAY,IAHa,gBAAgB,GAAG,SAAS,CAKxD;gBAEkB,WAAW,EAAE,WAAW,EACjC,iBAAiB,EAAE,mBAAmB,EACtC,cAAc,EAAE,cAAc;IAGxC,QAAQ,IAAI,IAAI;yCAlBL,yBAAyB;2CAAzB,yBAAyB;CA0BrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"info-intray.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/info-intray-widget/info-intray.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { UserService, EoUser, SearchService, SystemService } from '@eo-sdk/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LastEditedAndCreatedComponent implements IWidgetComponent, OnInit {
|
|
6
|
+
userService: UserService;
|
|
7
|
+
private searchService;
|
|
8
|
+
private systemService;
|
|
9
|
+
user: EoUser;
|
|
10
|
+
modifiedByMe: {
|
|
11
|
+
size: number;
|
|
12
|
+
total: number;
|
|
13
|
+
lately: any[];
|
|
14
|
+
};
|
|
15
|
+
createdByMe: {
|
|
16
|
+
size: number;
|
|
17
|
+
total: number;
|
|
18
|
+
lately: any[];
|
|
19
|
+
};
|
|
20
|
+
widgetConfig: any;
|
|
21
|
+
constructor(userService: UserService, searchService: SearchService, systemService: SystemService);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
getLastModified(): void;
|
|
24
|
+
getLastCreated(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedComponent, "eo-last-edited-and-created", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=last-edited-and-created.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"last-edited-and-created.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,WAAW,EACX,MAAM,EAAE,aAAa,EAAE,aAAa,EACrC,MAAM,cAAc,CAAC;;AAGtB,qBAMa,6BAA8B,YAAW,gBAAgB,EAAE,MAAM;IAgBzD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IAhBvB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY;;;;MAIV;IACF,WAAW;;;;MAIT;IAEF,YAAY,EAAE,GAAG,CAAC;gBAEC,WAAW,EAAE,WAAW,EACjC,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa;IAGtC,QAAQ,IAAI,IAAI;IAUhB,eAAe;IAiCf,cAAc;yCAhEH,6BAA6B;2CAA7B,6BAA6B;CAiGzC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { TreeNode } from '../../../../eo-framework/tree/tree.component.interface';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { PageTitleService } from '../../../../eo-framework-core/title/page-title.service';
|
|
5
|
+
import { QuickSearchComponent } from '../../../../eo-framework/quick-search/quick-search/quick-search.component';
|
|
6
|
+
import { QuickSearchResult } from '../../../../eo-framework/quick-search/quick-search/quick-search-result.interface';
|
|
7
|
+
import { UserService, Capabilities, StoredQuery, EoUser, Config, ObjectType, CapabilitiesService, StoredQueriesService } from '@eo-sdk/core';
|
|
8
|
+
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class SearchWidgetComponent implements OnInit, IWidgetComponent {
|
|
11
|
+
userService: UserService;
|
|
12
|
+
private titleService;
|
|
13
|
+
private router;
|
|
14
|
+
private config;
|
|
15
|
+
private capabilityService;
|
|
16
|
+
private storedQueriesService;
|
|
17
|
+
capabilities: Capabilities;
|
|
18
|
+
storedQueries: StoredQuery[];
|
|
19
|
+
selectedQuery: StoredQuery;
|
|
20
|
+
quickSearchResult: QuickSearchResult;
|
|
21
|
+
selectedQuickSearchResultItem: {
|
|
22
|
+
index: number;
|
|
23
|
+
name: any;
|
|
24
|
+
};
|
|
25
|
+
tree: {};
|
|
26
|
+
user: EoUser;
|
|
27
|
+
backgroundImage: string;
|
|
28
|
+
quickSearchEl: QuickSearchComponent;
|
|
29
|
+
widgetConfig: any;
|
|
30
|
+
onKey(event: any): void;
|
|
31
|
+
constructor(userService: UserService, titleService: PageTitleService, router: Router, config: Config, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService);
|
|
32
|
+
selectStoredQuery(q: StoredQuery): void;
|
|
33
|
+
onQuickSearchInputChange(term: any): void;
|
|
34
|
+
onQuickSearchResult(result: QuickSearchResult): void;
|
|
35
|
+
onStoredQueryLoaded(): void;
|
|
36
|
+
onStoredQueryExecute(evt: any): void;
|
|
37
|
+
executeSearch(objectType?: ObjectType): void;
|
|
38
|
+
getTreeNodes(key: any): TreeNode[];
|
|
39
|
+
trackByFn(item: any): any;
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchWidgetComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchWidgetComponent, "eo-search-widget", never, { "widgetConfig": "widgetConfig"; }, {}, never, never, false, never>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=search-widget.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/search-widget/search-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,wDAAwD,CAAC;AAChF,OAAO,EAAY,MAAM,EAAiC,MAAM,eAAe,CAAC;AAChF,OAAO,EAAC,MAAM,EAAmB,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAC/G,OAAO,EAAC,iBAAiB,EAAC,MAAM,kFAAkF,CAAC;AACnH,OAAO,EAAC,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,mBAAmB,EAAE,oBAAoB,EAAQ,MAAM,cAAc,CAAC;AAClJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAIrD,qBASa,qBAAsB,YAAW,MAAM,EAAE,gBAAgB;IAyBjD,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,oBAAoB;IA5B9B,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,WAAW,EAAE,CAAM;IAClC,aAAa,EAAE,WAAW,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,6BAA6B;;;MAG3B;IACF,IAAI,KAAM;IACV,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IAEE,aAAa,EAAE,oBAAoB,CAAC;IAE9D,YAAY,EAAE,GAAG,CAAC;IAGlB,KAAK,CAAC,KAAK,KAAA;gBAMQ,WAAW,EAAE,WAAW,EACjC,YAAY,EAAE,gBAAgB,EAC9B,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,mBAAmB,EACtC,oBAAoB,EAAE,oBAAoB;IAIpD,iBAAiB,CAAC,CAAC,EAAE,WAAW;IAKhC,wBAAwB,CAAC,IAAI,KAAA;IAK7B,mBAAmB,CAAC,MAAM,EAAE,iBAAiB;IAK7C,mBAAmB;IAKnB,oBAAoB,CAAC,GAAG,KAAA;IAOxB,aAAa,CAAC,UAAU,CAAC,EAAE,UAAU;IAIrC,YAAY,CAAC,GAAG,KAAA,GAAG,QAAQ,EAAE;IAU7B,SAAS,CAAC,IAAI,KAAA;IAId,QAAQ;yCA/EG,qBAAqB;2CAArB,qBAAqB;CA4FjC"}
|
|
@@ -11,23 +11,34 @@ import * as i8 from "./stored-queries-state/stored-queries-state.component";
|
|
|
11
11
|
import * as i9 from "./process-state/process-state.component";
|
|
12
12
|
import * as i10 from "./version-state/version-state.component";
|
|
13
13
|
import * as i11 from "./recyclebin-state/recyclebin-state.component";
|
|
14
|
-
import * as i12 from "
|
|
15
|
-
import * as i13 from "
|
|
16
|
-
import * as i14 from "./
|
|
17
|
-
import * as i15 from "./
|
|
18
|
-
import * as i16 from "./
|
|
19
|
-
import * as i17 from "./
|
|
20
|
-
import * as i18 from "
|
|
21
|
-
import * as i19 from "
|
|
22
|
-
import * as i20 from "@
|
|
23
|
-
import * as i21 from "@
|
|
24
|
-
import * as i22 from "
|
|
25
|
-
import * as i23 from "
|
|
14
|
+
import * as i12 from "./dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component";
|
|
15
|
+
import * as i13 from "./dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component";
|
|
16
|
+
import * as i14 from "./dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component";
|
|
17
|
+
import * as i15 from "./dashboard/widgets/iframe-widget/iframe-widget.component";
|
|
18
|
+
import * as i16 from "./dashboard/widgets/info-inbox-widget/info-inbox-widget.component";
|
|
19
|
+
import * as i17 from "./dashboard/widgets/info-intray-widget/info-intray-widget.component";
|
|
20
|
+
import * as i18 from "./dashboard/widgets/search-widget/search-widget.component";
|
|
21
|
+
import * as i19 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
|
|
22
|
+
import * as i20 from "@angular/common";
|
|
23
|
+
import * as i21 from "@angular/forms";
|
|
24
|
+
import * as i22 from "./object-state/object-state.module";
|
|
25
|
+
import * as i23 from "./inbox-state/inbox-state.module";
|
|
26
|
+
import * as i24 from "./prepare-state/prepare-state.module";
|
|
27
|
+
import * as i25 from "./eo-client-routing.module";
|
|
28
|
+
import * as i26 from "../eo-framework/eo-framework.module";
|
|
29
|
+
import * as i27 from "../eo-framework/grid/grid.module";
|
|
30
|
+
import * as i28 from "@yuuvis/components/master-details";
|
|
31
|
+
import * as i29 from "@yuuvis/components/tabs";
|
|
32
|
+
import * as i30 from "@yuuvis/components/split-view";
|
|
33
|
+
import * as i31 from "@yuuvis/components/dropdown";
|
|
34
|
+
import * as i32 from "@yuuvis/widget-grid";
|
|
35
|
+
import * as i33 from "@angular/common/http";
|
|
36
|
+
import * as i34 from "@angular/router";
|
|
26
37
|
export declare class EoClientModule {
|
|
27
38
|
static forRoot(): ModuleWithProviders<EoClientModule>;
|
|
28
39
|
constructor(parentModule: EoClientModule);
|
|
29
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent], [typeof
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent], [typeof i20.CommonModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.ObjectStateModule, typeof i23.InboxStateModule, typeof i24.PrepareStateModule, typeof i25.EoClientRoutingModule, typeof i26.EoFrameworkModule, typeof i27.GridModule, typeof i28.YvcMasterDetailsModule, typeof i29.YvcTabsModule, typeof i30.YvcSplitViewModule, typeof i31.YvcDropdownModule, typeof i32.YuvWidgetGridModule, typeof i33.HttpClientModule], [typeof i34.RouterModule, typeof i26.EoFrameworkModule]>;
|
|
31
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
|
|
32
43
|
}
|
|
33
44
|
//# sourceMappingURL=eo-client.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsChF,qBA0Ca,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { DmsParams, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
4
|
+
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
5
|
+
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
6
6
|
import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
7
7
|
import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
|
|
8
|
-
import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
|
|
9
|
-
import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
|
|
10
8
|
import { SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
11
|
-
import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
12
9
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
10
|
+
import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
11
|
+
import { GridComponent } from '../../eo-framework/grid/grid.component';
|
|
13
12
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class FavoriteStateComponent
|
|
13
|
+
export declare class FavoriteStateComponent implements OnInit, PendingChangesComponent, OnDestroy {
|
|
15
14
|
selection: SelectionService;
|
|
16
15
|
translate: TranslateService;
|
|
17
16
|
private system;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"favorite-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/favorite-state/favorite-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"favorite-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/favorite-state/favorite-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAE5F,OAAO,EAAC,UAAU,EAAC,MAAM,2DAA2D,CAAC;AACrF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAC,uBAAuB,EAAC,MAAM,6EAA6E,CAAC;AACpH,OAAO,EAAC,qBAAqB,EAAC,MAAM,iEAAiE,CAAC;AACtG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAGlF,OAAO,EAAC,UAAU,EAAC,MAAM,4EAA4E,CAAC;AACtG,OAAO,EAAC,aAAa,EAAC,MAAM,wCAAwC,CAAC;;AACrE,qBAMa,sBAAuB,YAAW,MAAM,EAAE,uBAAuB,EAAE,SAAS;IAYpE,SAAS,EAAE,gBAAgB;IAC3B,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,WAAW;IAhB/B,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,QAAQ,MAAC;IACT,UAAU,EAAE,UAAU,CAAuC;IAC7D,eAAe,UAAQ;IACvB,gBAAgB,EAAE,GAAG,CAAM;IAEN,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EAC3B,SAAS,EAAE,gBAAgB,EAC1B,MAAM,EAAE,aAAa,EACrB,KAAK,EAAE,iBAAiB,EACxB,cAAc,EAAE,qBAAqB,EACrC,YAAY,EAAE,gBAAgB,EAC9B,WAAW,EAAE,WAAW;IAI5C,IAAI,UAAU,CAAC,UAAU,EAAE,OAAO,EAEjC;IAED,IAAI,UAAU,IAAI,OAAO,CAExB;IAED,iBAAiB;IAIjB,WAAW;IAIX,cAAc,CAAC,IAAI,KAAA,GAAG,SAAS;IAI/B,WAAW;IAWX,YAAY;IAIZ,UAAU,CAAC,IAAI,KAAA;IAmCf,YAAY,CAAC,MAAM,KAAA;IAoBnB,MAAM;IAON,QAAQ;IAYR,WAAW;yCAnIA,sBAAsB;2CAAtB,sBAAsB;CAsIlC"}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { EventService, LocalStorageService, TranslateService } from '@eo-sdk/core';
|
|
3
1
|
import { ColDef, GridOptions } from '@ag-grid-community/core';
|
|
4
|
-
import {
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
5
3
|
import { ActivatedRoute } from '@angular/router';
|
|
6
|
-
import {
|
|
7
|
-
import { UnsubscribeOnDestroy } from '../../../eo-framework/util/unsubscribe/unsubscribe.component';
|
|
8
|
-
import { GridComponent } from '../../../eo-framework/grid/grid.component';
|
|
9
|
-
import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
10
|
-
import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
4
|
+
import { EventService, InboxItem, InboxService, LocalStorageService, TranslateService } from '@eo-sdk/core';
|
|
11
5
|
import { EmptyState } from '../../../eo-framework-core/empty-state/empty-state.interface';
|
|
12
6
|
import { EmptyStateService } from '../../../eo-framework-core/empty-state/empty-state.service';
|
|
13
|
-
import {
|
|
7
|
+
import { PendingChangesComponent } from '../../../eo-framework-core/pending-changes/pending-changes-component.interface';
|
|
8
|
+
import { PendingChangesService } from '../../../eo-framework-core/pending-changes/pending-changes.service';
|
|
9
|
+
import { SelectionService } from '../../../eo-framework-core/selection/selection.service';
|
|
14
10
|
import { PageTitleService } from '../../../eo-framework-core/title/page-title.service';
|
|
11
|
+
import { ISetFilter } from '../../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
|
|
12
|
+
import { GridComponent } from '../../../eo-framework/grid/grid.component';
|
|
15
13
|
import * as i0 from "@angular/core";
|
|
16
|
-
export declare class InboxStateComponent
|
|
14
|
+
export declare class InboxStateComponent implements OnInit, OnDestroy, PendingChangesComponent {
|
|
17
15
|
translate: TranslateService;
|
|
18
16
|
selection: SelectionService;
|
|
19
17
|
private titleService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/inbox-state/inbox-state/inbox-state.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inbox-state.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-client/inbox-state/inbox-state/inbox-state.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAY,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,YAAY,EAAE,SAAS,EAAE,YAAY,EAAc,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAEtH,OAAO,EAAC,UAAU,EAAC,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAC,iBAAiB,EAAC,MAAM,4DAA4D,CAAC;AAC7F,OAAO,EAAC,uBAAuB,EAAC,MAAM,gFAAgF,CAAC;AACvH,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,wDAAwD,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qDAAqD,CAAC;AAErF,OAAO,EAAC,UAAU,EAAC,MAAM,+EAA+E,CAAC;AACzG,OAAO,EAAC,aAAa,EAAC,MAAM,2CAA2C,CAAC;;AAExE,qBAMa,mBAAoB,YAAW,MAAM,EAAE,SAAS,EAAE,uBAAuB;IAmBjE,SAAS,EAAE,gBAAgB;IACrC,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,YAAY;IACb,YAAY,EAAE,YAAY;IACjC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,cAAc;IAzBxB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,iBAAiB,EAAE,UAAU,EAAE,CAAM;IACrC,gBAAgB,EAAE,UAAU,EAAE,CAAM;IACpC,gBAAgB,SAAW;IAC3B,yBAAyB,SAAe;IACxC,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,UAAQ;IACnB,OAAO,UAAQ;IACf,QAAQ,MAAC;IACT,mBAAmB,EAAE,GAAG,CAAM;IAC9B,UAAU,EAAE,UAAU,CAAqD;IAC3E,YAAY,UAAS;IACrB,oBAAoB,SAAyB;IAExB,MAAM,EAAE,aAAa,CAAC;gBAExB,SAAS,EAAE,gBAAgB,EACrC,SAAS,EAAE,gBAAgB,EAC1B,YAAY,EAAE,gBAAgB,EAC/B,YAAY,EAAE,YAAY,EACzB,cAAc,EAAE,qBAAqB,EACrC,KAAK,EAAE,iBAAiB,EACxB,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,EACrB,cAAc,EAAE,mBAAmB;IAsB7C,cAAc,CAAC,GAAG,EAAE,GAAG;IAcvB,iBAAiB;IAIjB,WAAW;IAOX,gBAAgB,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAgB3B,YAAY;IAgBZ,YAAY;IAIZ,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI;IAsCnC,YAAY,CAAC,MAAM,KAAA;IAiCnB,QAAQ;IAqBR,WAAW;yCA1MA,mBAAmB;2CAAnB,mBAAmB;CA6M/B"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { OnInit, ChangeDetectorRef } from '@angular/core';
|
|
1
|
+
import { OnInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
4
|
-
import {
|
|
5
|
-
import { AuthService, EnvironmentService, Config, TranslateService } from '@eo-sdk/core';
|
|
4
|
+
import { AuthService, EnvironmentService, Config, TranslateService, UserService } from '@eo-sdk/core';
|
|
6
5
|
import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class LoginComponent implements OnInit {
|
|
@@ -15,19 +14,27 @@ export declare class LoginComponent implements OnInit {
|
|
|
15
14
|
private sanitizer;
|
|
16
15
|
private cd;
|
|
17
16
|
private authService;
|
|
17
|
+
private userService;
|
|
18
|
+
setAsPresentButton: ElementRef;
|
|
18
19
|
backgroundImage: SafeResourceUrl;
|
|
19
20
|
appLogo: string;
|
|
20
21
|
form: any;
|
|
21
|
-
profiles:
|
|
22
|
+
profiles: {
|
|
23
|
+
label: string;
|
|
24
|
+
value: string;
|
|
25
|
+
}[];
|
|
22
26
|
loading: boolean;
|
|
23
27
|
invalid: boolean;
|
|
24
28
|
private returnUrl;
|
|
25
29
|
native: boolean;
|
|
26
30
|
cloudEnvironment: boolean;
|
|
31
|
+
urlToNavigate: string;
|
|
32
|
+
showAbsentDialog: boolean;
|
|
27
33
|
removeProfile: (p: any) => any;
|
|
28
|
-
constructor(route: ActivatedRoute, router: Router, config: Config, titleService: PageTitleService, translate: TranslateService, envService: EnvironmentService, sanitizer: DomSanitizer, cd: ChangeDetectorRef, authService: AuthService);
|
|
34
|
+
constructor(route: ActivatedRoute, router: Router, config: Config, titleService: PageTitleService, translate: TranslateService, envService: EnvironmentService, sanitizer: DomSanitizer, cd: ChangeDetectorRef, authService: AuthService, userService: UserService);
|
|
29
35
|
ngOnInit(): void;
|
|
30
36
|
login(): void;
|
|
37
|
+
closeShowAbsentDialog(setAsPresent?: boolean): void;
|
|
31
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
|
|
32
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "eo-login", never, {}, {}, never, never, false, never>;
|
|
33
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/login/login.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,MAAM,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"login.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/login/login.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,MAAM,EAAE,iBAAiB,EAAa,UAAU,EAAC,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,YAAY,EAAE,eAAe,EAAC,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAC,WAAW,EAAE,kBAAkB,EAAS,MAAM,EAAoB,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC7H,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;;AAElF,qBAKa,cAAe,YAAW,MAAM;IAgB/B,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IAvBJ,kBAAkB,EAAE,UAAU,CAAC;IAC1D,eAAe,EAAE,eAAe,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,GAAG,CAAM;IACf,QAAQ,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;IAChD,OAAO,UAAS;IAChB,OAAO,UAAS;IAChB,OAAO,CAAC,SAAS,CAAS;IAC1B,MAAM,UAAS;IACf,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,UAAS;IACzB,aAAa,kBAAY;gBAEL,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,gBAAgB,EAC9B,SAAS,EAAE,gBAAgB,EAC3B,UAAU,EAAE,kBAAkB,EAC9B,SAAS,EAAE,YAAY,EACvB,EAAE,EAAE,iBAAiB,EACrB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,WAAW;IAe5C,QAAQ;IAsBR,KAAK;IA0BL,qBAAqB,CAAC,YAAY,UAAQ;yCAxF/B,cAAc;2CAAd,cAAc;CAkG1B"}
|