@eo-sdk/client 11.0.0-beta.1 → 11.0.0-rc.10
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.map +1 -1
- package/app/eo-client/dashboard/dashboard.component.d.ts +2 -23
- package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +28 -5
- package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts +33 -21
- package/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts +9 -0
- package/app/eo-client/dashboard/widgets/charts-widget/icharts.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts +2 -0
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts +1 -0
- package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +9 -4
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts +2 -2
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts +3 -2
- package/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts +25 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts +15 -6
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts +7 -0
- package/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts +18 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts +10 -0
- package/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts +1 -2
- package/app/eo-client/dashboard/widgets/search-widget/search-widget.component.d.ts.map +1 -1
- package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts +24 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.d.ts.map +1 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts +34 -0
- package/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.d.ts.map +1 -0
- package/app/eo-client/eo-client.module.d.ts +29 -23
- package/app/eo-client/eo-client.module.d.ts.map +1 -1
- 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 +3 -1
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-client/process-state/process-state.component.d.ts +3 -5
- package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
- package/app/eo-client/settings/settings.component.d.ts +4 -11
- 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.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +5 -1
- package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -1
- package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
- 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-shell.module.d.ts +17 -16
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/app-shell/index.d.ts +1 -0
- package/app/eo-framework/app-shell/index.d.ts.map +1 -1
- package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts +10 -0
- package/app/eo-framework/app-shell/license-warning/license-warning.component.d.ts.map +1 -0
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +4 -4
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/string/string.component.d.ts +1 -0
- package/app/eo-framework/form-elements/string/string.component.d.ts.map +1 -1
- package/app/eo-framework/frame/frame.component.d.ts +2 -1
- package/app/eo-framework/frame/frame.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/codesystem-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +0 -8
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.component.d.ts +1 -1
- package/app/eo-framework/grid/grid.component.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts +15 -1
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +9 -3
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +2 -0
- 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/object-form-script/object-form-script.service.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +3 -2
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +2 -1
- package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
- package/app/eo-framework/util/services/utilities.service.d.ts +195 -0
- package/app/eo-framework/util/services/utilities.service.d.ts.map +1 -1
- package/app/eo-framework-core/api/grid.service.d.ts +1 -5
- package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
- package/app/eo-framework-core/api/plugins.service.d.ts +6 -0
- package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
- package/app/eo-framework-core/error-handler/error-handler.service.d.ts.map +1 -1
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +48 -11
- package/assets/_default/i18n/en.json +50 -13
- package/assets/_default/svg/ic_noImage.svg +1 -0
- package/assets/_default/svg/ic_photo_library.svg +1 -0
- package/assets/_default/svg/ic_task.svg +1 -0
- package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +21 -69
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +183 -78
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +142 -36
- package/esm2022/app/eo-client/dashboard/widgets/charts-widget/icharts.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +21 -13
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.mjs +7 -3
- package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.mjs +1 -1
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +68 -53
- package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +7 -8
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.mjs +16 -10
- package/esm2022/app/eo-client/dashboard/widgets/iframe-widget/iframe-widget.component.mjs +3 -4
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-setup/info-inbox-setup.component.mjs +15 -9
- package/esm2022/app/eo-client/dashboard/widgets/info-inbox-widget/info-inbox-widget.component.mjs +3 -3
- package/esm2022/app/eo-client/dashboard/widgets/info-intray-widget/info-intray-setup/info-intray-setup.component.mjs +16 -10
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.mjs +85 -0
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.component.mjs +101 -32
- package/esm2022/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created.mjs +2 -0
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component.mjs +54 -0
- package/esm2022/app/eo-client/dashboard/widgets/picture-widget/picture-widget.component.mjs +24 -0
- package/esm2022/app/eo-client/dashboard/widgets/search-widget/search-widget.component.mjs +4 -7
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-setup/todo-setup.component.mjs +74 -0
- package/esm2022/app/eo-client/dashboard/widgets/todowidget/todo-widget.component.mjs +103 -0
- package/esm2022/app/eo-client/eo-client.module.mjs +25 -6
- package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +4 -4
- package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +25 -11
- package/esm2022/app/eo-client/login/login.component.mjs +14 -11
- package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +5 -5
- package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +6 -6
- package/esm2022/app/eo-client/process-state/process-state.component.mjs +12 -17
- package/esm2022/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +6 -6
- package/esm2022/app/eo-client/result-state/result-state.component.mjs +1 -1
- package/esm2022/app/eo-client/settings/settings.component.mjs +34 -40
- package/esm2022/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +4 -5
- package/esm2022/app/eo-client/version-state/version-state.component.mjs +5 -5
- package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +6 -6
- package/esm2022/app/eo-framework/actions/actions/custom-actions/custom-actions.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +23 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
- package/esm2022/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -2
- package/esm2022/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +5 -4
- package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +44 -24
- package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/app-shell/app-shell.module.mjs +13 -7
- package/esm2022/app/eo-framework/app-shell/index.mjs +2 -1
- package/esm2022/app/eo-framework/app-shell/license-warning/license-warning.component.mjs +26 -0
- package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +3 -3
- package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +35 -28
- package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +7 -4
- package/esm2022/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/reference/reference.component.mjs +2 -2
- package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +8 -5
- package/esm2022/app/eo-framework/frame/frame.component.mjs +3 -2
- package/esm2022/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +7 -2
- package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +3 -3
- package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +1 -14
- package/esm2022/app/eo-framework/grid/filters/datetime-filter.component.mjs +6 -33
- package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -19
- package/esm2022/app/eo-framework/grid/filters/filesize-filter.component.mjs +2 -2
- package/esm2022/app/eo-framework/grid/grid.component.mjs +11 -12
- package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +5 -3
- package/esm2022/app/eo-framework/media/media.component.mjs +68 -19
- package/esm2022/app/eo-framework/object-details/object-details.component.mjs +53 -15
- package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +19 -28
- package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-script.service.mjs +4 -4
- package/esm2022/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.mjs +11 -7
- package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -3
- package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +6 -1
- package/esm2022/app/eo-framework/prepare-details/prepare-details.component.mjs +15 -4
- package/esm2022/app/eo-framework/process/history/process-history.component.mjs +2 -2
- package/esm2022/app/eo-framework/quick-search/quick-search/quick-search.component.mjs +3 -3
- package/esm2022/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +1 -1
- package/esm2022/app/eo-framework/result-list/result-list.component.mjs +34 -5
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +18 -5
- package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +6 -3
- package/esm2022/app/eo-framework/ui/overlay/overlay.component.mjs +2 -2
- package/esm2022/app/eo-framework/util/services/utilities.service.mjs +4 -1
- package/esm2022/app/eo-framework-core/api/grid.service.mjs +34 -45
- package/esm2022/app/eo-framework-core/api/plugins.service.mjs +44 -2
- package/esm2022/app/eo-framework-core/error-handler/error-handler.service.mjs +6 -6
- package/fesm2022/eo-sdk-client.mjs +1589 -805
- package/fesm2022/eo-sdk-client.mjs.map +1 -1
- package/misc/scripts/exclude-core-ng-package.js +11 -0
- package/misc/scripts/prebuild-about-state.js +2 -3
- package/package.json +6 -6
- package/proxy.config.json +15 -0
|
@@ -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;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;;;;
|
|
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;;;;QAAo7D;IACj8D,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,52 +1,31 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
|
-
import {
|
|
4
|
-
import { Capabilities, CapabilitiesService, Config, EoUser, LocalStorageService, StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
3
|
+
import { Config, LocalStorageService, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
4
|
import { WidgetGridRegistry, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from '@yuuvis/widget-grid';
|
|
6
5
|
import { PageTitleService, PendingChangesService } from '../../eo-framework-core';
|
|
7
|
-
import { QuickSearchResult } from '../../eo-framework';
|
|
8
|
-
import { QuickSearchComponent } from '../../eo-framework';
|
|
9
|
-
import { TreeNode } from '../../eo-framework';
|
|
10
6
|
import { AfterViewInit } from '@angular/core';
|
|
11
7
|
import * as i0 from "@angular/core";
|
|
12
8
|
export declare class DashboardComponent implements OnInit, AfterViewInit {
|
|
13
9
|
userService: UserService;
|
|
14
10
|
private widgetGridRegistry;
|
|
15
11
|
private titleService;
|
|
16
|
-
private router;
|
|
17
12
|
private http;
|
|
18
13
|
private config;
|
|
19
14
|
private storageService;
|
|
20
15
|
translate: TranslateService;
|
|
21
|
-
private capabilityService;
|
|
22
|
-
private storedQueriesService;
|
|
23
16
|
private pendingChanges;
|
|
24
17
|
workspaceConfig: WidgetGridWorkspaceConfig | undefined;
|
|
25
18
|
workspaceOptions: WidgetGridWorkspaceOptions;
|
|
26
19
|
backgroundImage: string;
|
|
27
|
-
capabilities: Capabilities;
|
|
28
|
-
storedQueries: StoredQuery[];
|
|
29
|
-
selectedQuery: StoredQuery;
|
|
30
|
-
quickSearchResult: QuickSearchResult;
|
|
31
|
-
tree: {};
|
|
32
20
|
STORAGE_KEY: string;
|
|
33
21
|
toolbarVisible: boolean;
|
|
34
22
|
toolbarIconSrc: string;
|
|
35
23
|
toolbarIconTooltip: string;
|
|
36
24
|
pendingTaskID: string;
|
|
37
|
-
|
|
38
|
-
quickSearchEl: QuickSearchComponent;
|
|
39
|
-
onKey(event: any): void;
|
|
40
|
-
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, router: Router, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, capabilityService: CapabilitiesService, storedQueriesService: StoredQueriesService, pendingChanges: PendingChangesService);
|
|
25
|
+
constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, pendingChanges: PendingChangesService);
|
|
41
26
|
onWorkspacesConfigChange(c: WidgetGridWorkspaceConfig): void;
|
|
42
27
|
private setWidgetGridLabels;
|
|
43
28
|
private registerWidgets;
|
|
44
|
-
selectStoredQuery(q: StoredQuery): void;
|
|
45
|
-
onQuickSearchInputChange(term: any): void;
|
|
46
|
-
onQuickSearchResult(result: QuickSearchResult): void;
|
|
47
|
-
onStoredQueryLoaded(): void;
|
|
48
|
-
onStoredQueryExecute(evt: any): void;
|
|
49
|
-
getTreeNodes(key: any): TreeNode[];
|
|
50
29
|
ngOnInit(): void;
|
|
51
30
|
ngAfterViewInit(): void;
|
|
52
31
|
private hideToolbar;
|
|
@@ -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,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,
|
|
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,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAahF,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAW5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAkB3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,cAAc;IAvBxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;gBAGA,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,cAAc,EAAE,qBAAqB;IAS/C,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAiC3B,OAAO,CAAC,eAAe;IAkEvB,QAAQ;IAKR,eAAe;IAiBf,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;IAO5B,mBAAmB,CAAC,MAAM,EAAE,OAAO;yCAzNxB,kBAAkB;2CAAlB,kBAAkB;CAgO9B"}
|
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
3
|
import { Icharts } from '../icharts';
|
|
4
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
|
-
import { StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
|
+
import { StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
6
6
|
import { CodesystemComponent } from '../../../../../eo-framework';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
@@ -10,8 +10,10 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
10
10
|
private storedQueriesService;
|
|
11
11
|
private translate;
|
|
12
12
|
private userService;
|
|
13
|
+
private system;
|
|
13
14
|
private _widgetConfig;
|
|
14
15
|
widgetConfigChange: EventEmitter<Icharts>;
|
|
16
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
15
17
|
storedQueries: StoredQuery[];
|
|
16
18
|
setupForm: UntypedFormGroup;
|
|
17
19
|
storedQueriesPicker: {
|
|
@@ -30,19 +32,35 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
30
32
|
title: any;
|
|
31
33
|
codesystem: any;
|
|
32
34
|
};
|
|
35
|
+
attributMetricPicker: {
|
|
36
|
+
title: any;
|
|
37
|
+
codesystem: any;
|
|
38
|
+
};
|
|
39
|
+
chartMetricPicker: {
|
|
40
|
+
title: any;
|
|
41
|
+
codesystem: any;
|
|
42
|
+
};
|
|
33
43
|
isDateTimeType: boolean;
|
|
44
|
+
isNumberType: boolean;
|
|
34
45
|
selectedSavedSearchName: string;
|
|
35
46
|
storedQuery: StoredQuery;
|
|
36
47
|
aggregationCodesystem: CodesystemComponent;
|
|
37
|
-
histogramCodesystem: CodesystemComponent;
|
|
38
48
|
set widgetConfig(wc: Icharts);
|
|
39
49
|
get widgetConfig(): Icharts;
|
|
40
|
-
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService);
|
|
50
|
+
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService, system: SystemService);
|
|
41
51
|
private setWidgetConfig;
|
|
42
52
|
getStoredQuerys(): void;
|
|
43
53
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
44
54
|
updateField(): void;
|
|
45
55
|
getAggregationField(type: any): import("rxjs").Subscription;
|
|
56
|
+
getMetricCodesystem(): {
|
|
57
|
+
entries: {
|
|
58
|
+
id: string;
|
|
59
|
+
label: any;
|
|
60
|
+
defaultrepresentation: any;
|
|
61
|
+
data: string;
|
|
62
|
+
}[];
|
|
63
|
+
};
|
|
46
64
|
getChartField(): {
|
|
47
65
|
entries: {
|
|
48
66
|
id: string;
|
|
@@ -59,8 +77,13 @@ export declare class ChartsSetupComponent implements IWidgetComponent, OnInit {
|
|
|
59
77
|
data: string;
|
|
60
78
|
}[];
|
|
61
79
|
};
|
|
80
|
+
getAttributMetricCodesystem(type: any): import("rxjs").Subscription;
|
|
81
|
+
private getInitialFormValues;
|
|
82
|
+
private updateTypeFlags;
|
|
83
|
+
private storedQuerySubscription;
|
|
84
|
+
private queryError;
|
|
62
85
|
ngOnInit(): void;
|
|
63
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsSetupComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsSetupComponent, "eo-charts-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartsSetupComponent, "eo-charts-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
65
88
|
}
|
|
66
89
|
//# sourceMappingURL=charts-setup.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"charts-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGpH,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,oBAAqB,YAAW,gBAAgB,EAAE,MAAM;IAsEjE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IAzEhB,OAAO,CAAC,aAAa,CAAU;IACrB,kBAAkB,wBAA+B;IACjD,uBAAuB,kCAAyC;IAE1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,SAAS,EAAE,gBAAgB,CAexB;IAEH,mBAAmB;;;MAGjB;IAEF,iBAAiB;;;MAGf;IAEF,eAAe;;;MAGb;IAEF,mBAAmB;;;MAGjB;IAEF,oBAAoB;;;MAGlB;IAEF,iBAAiB;;;MAGf;IAEF,cAAc,UAAS;IACvB,YAAY,UAAS;IACrB,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEW,qBAAqB,EAAE,mBAAmB,CAAC;IAE/E,IAAa,YAAY,CAAC,EAAE,EAAE,OAAO,EAGpC;IAED,IAAI,YAAY,IALc,OAAO,CAOpC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa;IAY/B,OAAO,CAAC,eAAe;IA+BvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,WAAW;IAOX,mBAAmB,CAAC,IAAI,KAAA;IA2BxB,mBAAmB;;;;;;;;IA4DnB,aAAa;;;;;;;;IA4Db,iBAAiB;;;;;;;;IAmDjB,2BAA2B,CAAC,IAAI,KAAA;IAwBhC,OAAO,CAAC,oBAAoB;IAkB5B,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,uBAAuB;IAoB/B,OAAO,CAAC,UAAU;IAYlB,QAAQ,IAAI,IAAI;yCA7aL,oBAAoB;2CAApB,oBAAoB;CAsbhC"}
|
|
@@ -13,13 +13,11 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
13
13
|
private systemService;
|
|
14
14
|
histogram: any;
|
|
15
15
|
sharedOptions: {
|
|
16
|
+
title: string;
|
|
16
17
|
color: {
|
|
17
18
|
text: string;
|
|
18
19
|
label: string;
|
|
19
20
|
};
|
|
20
|
-
legend: {
|
|
21
|
-
enabled: boolean;
|
|
22
|
-
};
|
|
23
21
|
resizable: boolean;
|
|
24
22
|
donut: {
|
|
25
23
|
alignment: string;
|
|
@@ -29,22 +27,39 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
29
27
|
};
|
|
30
28
|
height: string;
|
|
31
29
|
curve: string;
|
|
30
|
+
legend: {
|
|
31
|
+
alignment: string;
|
|
32
|
+
};
|
|
32
33
|
axes: {
|
|
33
|
-
|
|
34
|
+
left: {
|
|
34
35
|
mapsTo: string;
|
|
35
|
-
|
|
36
|
+
title: string;
|
|
36
37
|
};
|
|
37
|
-
|
|
38
|
+
bottom: {
|
|
38
39
|
mapsTo: string;
|
|
39
40
|
scaleType: string;
|
|
41
|
+
title: string;
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
};
|
|
43
|
-
|
|
45
|
+
lineStraightChartOption: {
|
|
44
46
|
curve: any;
|
|
45
47
|
legend: {
|
|
46
48
|
enabled: boolean;
|
|
47
49
|
};
|
|
50
|
+
axes: {
|
|
51
|
+
bottom: {
|
|
52
|
+
mapsTo: string;
|
|
53
|
+
scaleType: string;
|
|
54
|
+
title: string;
|
|
55
|
+
};
|
|
56
|
+
left: {
|
|
57
|
+
mapsTo: string;
|
|
58
|
+
scaleType: string;
|
|
59
|
+
title: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
title: string;
|
|
48
63
|
color: {
|
|
49
64
|
text: string;
|
|
50
65
|
label: string;
|
|
@@ -57,30 +72,24 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
57
72
|
enabled: boolean;
|
|
58
73
|
};
|
|
59
74
|
height: string;
|
|
75
|
+
};
|
|
76
|
+
lineCurveChartOption: {
|
|
77
|
+
legend: {
|
|
78
|
+
enabled: boolean;
|
|
79
|
+
};
|
|
60
80
|
axes: {
|
|
61
81
|
bottom: {
|
|
62
82
|
mapsTo: string;
|
|
63
83
|
scaleType: string;
|
|
84
|
+
title: string;
|
|
64
85
|
};
|
|
65
86
|
left: {
|
|
66
87
|
mapsTo: string;
|
|
67
88
|
scaleType: string;
|
|
89
|
+
title: string;
|
|
68
90
|
};
|
|
69
91
|
};
|
|
70
|
-
|
|
71
|
-
chartOptions: {
|
|
72
|
-
axes: {
|
|
73
|
-
left: {
|
|
74
|
-
mapsTo: string;
|
|
75
|
-
};
|
|
76
|
-
bottom: {
|
|
77
|
-
mapsTo: string;
|
|
78
|
-
scaleType: string;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
legend: {
|
|
82
|
-
alignment: string;
|
|
83
|
-
};
|
|
92
|
+
title: string;
|
|
84
93
|
color: {
|
|
85
94
|
text: string;
|
|
86
95
|
label: string;
|
|
@@ -104,13 +113,16 @@ export declare class ChartsWidgetComponent implements IWidgetComponent {
|
|
|
104
113
|
refreshingRequest: boolean;
|
|
105
114
|
storedQuery: StoredQuery;
|
|
106
115
|
private _widgetConfig;
|
|
116
|
+
rangeValues: any[];
|
|
107
117
|
editMode: boolean;
|
|
108
118
|
set widgetConfig(c: Icharts | undefined);
|
|
109
119
|
get widgetConfig(): Icharts | undefined;
|
|
110
120
|
constructor(router: Router, searchService: SearchService, appSearchService: AppSearchService, storedQueriesService: StoredQueriesService, translate: TranslateService, systemService: SystemService);
|
|
111
121
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
122
|
+
private generateRange;
|
|
112
123
|
private generateChartData;
|
|
113
124
|
setQueryToAppSearch(): void;
|
|
125
|
+
private setLegendDiagramm;
|
|
114
126
|
refresh(): void;
|
|
115
127
|
onEmitQueryClick(event: any): void;
|
|
116
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartsWidgetComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"charts-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAGzD,qBAMa,qBAAsB,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"charts-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AAE/D,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAGzD,qBAMa,qBAAsB,YAAW,gBAAgB;IAmH1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IAvHvB,SAAS,EAAE,GAAG,CAAC;IAEf,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MA8BX;IAEF,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAkBrB;IAEF,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAiBlB;IAEF,SAAS,EAAE;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,EAAE,CAAM;IAC5D,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,WAAW,CAAC;IACzB,OAAO,CAAC,aAAa,CAAsB;IAC3C,WAAW,QAAM;IAER,QAAQ,UAAS;IAE1B,IAAa,YAAY,CAAC,CAAC,EAAE,OAAO,GAAG,SAAS,EAyB/C;IAED,IAAI,YAAY,IA3Ba,OAAO,GAAG,SAAS,CA6B/C;gBAGS,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa;IAGtC,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,aAAa;IAYrB,OAAO,CAAC,iBAAiB;IA2LzB,mBAAmB;IAKnB,OAAO,CAAC,iBAAiB;IAczB,OAAO;IAiBP,gBAAgB,CAAC,KAAK,KAAA;yCA/WX,qBAAqB;2CAArB,qBAAqB;CAuXjC"}
|
|
@@ -6,6 +6,15 @@ export interface Icharts {
|
|
|
6
6
|
aggregation: string;
|
|
7
7
|
storedQuery: string;
|
|
8
8
|
histogramType: string;
|
|
9
|
+
attributMetric: string;
|
|
10
|
+
metric: string;
|
|
11
|
+
sortRevert?: boolean;
|
|
12
|
+
interval: number;
|
|
13
|
+
minDocCount: number;
|
|
14
|
+
startingpoint: number;
|
|
15
|
+
title: string;
|
|
16
|
+
xAxe: string;
|
|
17
|
+
yAxe: string;
|
|
9
18
|
};
|
|
10
19
|
aggregationType: string;
|
|
11
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icharts.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/icharts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QACP,SAAS,
|
|
1
|
+
{"version":3,"file":"icharts.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/charts-widget/icharts.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE,MAAM,CAAC;QACvB,MAAM,EAAE,MAAM,CAAC;QAEf,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,aAAa,EAAE,MAAM,CAAC;QACtB,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
3
|
import { CountObjectsConfig } from '../count-objects.model';
|
|
4
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { StoredQueriesService, StoredQuery } from '@eo-sdk/core';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -11,6 +11,7 @@ export declare class CountObjectsSetupComponent implements IWidgetComponent, OnI
|
|
|
11
11
|
private storedQueriesService;
|
|
12
12
|
private _widgetConfig;
|
|
13
13
|
widgetConfigChange: EventEmitter<CountObjectsConfig>;
|
|
14
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
14
15
|
storedQueries: StoredQuery[];
|
|
15
16
|
setupForm: UntypedFormGroup;
|
|
16
17
|
countTileThresholdDesc: any;
|
|
@@ -31,6 +32,6 @@ export declare class CountObjectsSetupComponent implements IWidgetComponent, OnI
|
|
|
31
32
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
32
33
|
ngOnInit(): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<CountObjectsSetupComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CountObjectsSetupComponent, "eo-count-objects-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CountObjectsSetupComponent, "eo-count-objects-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
35
36
|
}
|
|
36
37
|
//# sourceMappingURL=count-objects-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"count-objects-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"count-objects-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAC,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AAEnG,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;;AAGtE,qBAMa,0BAA2B,YAAW,gBAAgB,EAAE,MAAM;IAsCvE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,oBAAoB;IAtC9B,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,mCAA0C;IAC5D,uBAAuB,kCAAyC;IAC1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAE7B,SAAS,EAAE,gBAAgB,CAQxB;IAEH,sBAAsB,MAAoE;IAE1F,mBAAmB;;;;;;MAMjB;IACF,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEzB,IAAa,YAAY,CAAC,CAAC,EAAE,kBAAkB,EAE9C;IAED,IAAI,YAAY,IAJa,kBAAkB,CAM9C;gBAGS,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,oBAAoB,EAAE,oBAAoB;IAWpD,OAAO,CAAC,eAAe;IAiBvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,QAAQ;yCA9FG,0BAA0B;2CAA1B,0BAA0B;CAqHtC"}
|
package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts
CHANGED
|
@@ -14,10 +14,12 @@ export declare class CountObjectsWidgetComponent implements IWidgetComponent {
|
|
|
14
14
|
private _widgetConfig;
|
|
15
15
|
storedQuery: StoredQuery;
|
|
16
16
|
hitlistResult: any;
|
|
17
|
+
defaultIconId: string;
|
|
17
18
|
set countTileClass(c: string);
|
|
18
19
|
constructor(elRef: ElementRef, searchService: SearchService, systemService: SystemService, storedQueriesService: StoredQueriesService);
|
|
19
20
|
set widgetConfig(c: CountObjectsConfig);
|
|
20
21
|
get widgetConfig(): CountObjectsConfig;
|
|
22
|
+
get isVisible(): boolean;
|
|
21
23
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
22
24
|
private executeQuery;
|
|
23
25
|
private setCountTileThresholdClass;
|
package/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"count-objects-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAQ,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAE,sBAAsB,EAAC,MAAM,uBAAuB,CAAC;AAEjF,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,oBAAoB,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;;AAGjH,qBAMa,2BAA4B,YAAW,gBAAgB;
|
|
1
|
+
{"version":3,"file":"count-objects-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAQ,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,kBAAkB,EAAE,sBAAsB,EAAC,MAAM,uBAAuB,CAAC;AAEjF,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,oBAAoB,EAAE,aAAa,EAAQ,MAAM,cAAc,CAAC;;AAGjH,qBAMa,2BAA4B,YAAW,gBAAgB;IAmBhE,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,oBAAoB;IApB9B,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,eAAe,EAAE,sBAAsB,CAAC;IACxC,OAAO,CAAC,aAAa,CAAqB;IAC1C,WAAW,EAAE,WAAW,CAAC;IACzB,aAAa,EAAE,GAAG,CAAC;IACnB,aAAa,SAAsC;IAEnD,IAAI,cAAc,CAAC,CAAC,EAAE,MAAM,EAM3B;gBAGS,KAAK,EAAE,UAAU,EACjB,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,oBAAoB,EAAE,oBAAoB;IAGpD,IAAa,YAAY,CAAC,CAAC,EAAE,kBAAkB,EAc9C;IAED,IAAI,YAAY,IAhBa,kBAAkB,CAkB9C;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,YAAY;IAmCpB,OAAO,CAAC,0BAA0B;IAoBlC,OAAO,CAAC,cAAc;IAStB,gBAAgB;yCA1HL,2BAA2B;2CAA3B,2BAA2B;CAkIvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"count-objects.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QACpB,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,wBAAwB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"count-objects.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/count-objects-widget/count-objects.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QACpB,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,yBAAyB,CAAC,EAAE,MAAM,CAAC;QACnC,uBAAuB,CAAC,EAAE,MAAM,CAAC;QACjC,wBAAwB,CAAC,EAAE,OAAO,CAAC;QACnC,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ObjectType } from '@eo-sdk/core';
|
|
1
2
|
export interface IHitlist {
|
|
2
3
|
storedQuery: string;
|
|
3
4
|
formValue: {
|
|
@@ -13,4 +14,10 @@ export interface IHitlist {
|
|
|
13
14
|
secondLabelpropertyType: string;
|
|
14
15
|
thirdLabelpropertyType: string;
|
|
15
16
|
}
|
|
17
|
+
export interface IHitlistResult {
|
|
18
|
+
firstLabel?: string;
|
|
19
|
+
secondLabel: string;
|
|
20
|
+
thirdLabel?: string;
|
|
21
|
+
type: ObjectType;
|
|
22
|
+
}
|
|
16
23
|
//# sourceMappingURL=IHitlist.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IHitlist.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QAEpB,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,MAAM,CAAC;CAClC"}
|
|
1
|
+
{"version":3,"file":"IHitlist.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/IHitlist.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,QAAQ;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE;QAET,WAAW,EAAE,MAAM,CAAC;QAEpB,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,MAAM,CAAC;IAChC,sBAAsB,EAAE,MAAM,CAAC;CAClC;AAED,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;CAClB"}
|
package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
|
|
3
|
+
import { UntypedFormGroup, UntypedFormBuilder, FormControlStatus } from '@angular/forms';
|
|
4
4
|
import { IHitlist } from '../IHitlist';
|
|
5
|
-
import { StoredQueriesService, StoredQuery, TranslateService, UserService } from '@eo-sdk/core';
|
|
5
|
+
import { StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
6
6
|
import { CodesystemComponent } from '../../../../../eo-framework';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class HitlistSetupComponent implements IWidgetComponent, OnInit {
|
|
@@ -10,8 +10,10 @@ export declare class HitlistSetupComponent implements IWidgetComponent, OnInit {
|
|
|
10
10
|
private storedQueriesService;
|
|
11
11
|
private translate;
|
|
12
12
|
private userService;
|
|
13
|
+
private system;
|
|
13
14
|
private _widgetConfig;
|
|
14
15
|
widgetConfigChange: EventEmitter<IHitlist>;
|
|
16
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
15
17
|
storedQueries: StoredQuery[];
|
|
16
18
|
setupForm: UntypedFormGroup;
|
|
17
19
|
storedQueriesPicker: {
|
|
@@ -29,13 +31,16 @@ export declare class HitlistSetupComponent implements IWidgetComponent, OnInit {
|
|
|
29
31
|
thirdLabelPropertyCodesystem: CodesystemComponent;
|
|
30
32
|
set widgetConfig(wc: IHitlist);
|
|
31
33
|
get widgetConfig(): IHitlist;
|
|
32
|
-
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService);
|
|
34
|
+
constructor(fb: UntypedFormBuilder, storedQueriesService: StoredQueriesService, translate: TranslateService, userService: UserService, system: SystemService);
|
|
33
35
|
private setWidgetConfig;
|
|
34
36
|
getStoredQuerys(): void;
|
|
35
37
|
getStoredQuery(id: string): import("rxjs").Observable<StoredQuery>;
|
|
36
38
|
getFieldDefinition(type: any): import("rxjs").Subscription;
|
|
39
|
+
private getInitialFormValues;
|
|
40
|
+
private setFieldDefinition;
|
|
41
|
+
private runStoredQuery;
|
|
37
42
|
ngOnInit(): void;
|
|
38
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitlistSetupComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HitlistSetupComponent, "eo-hitlist-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HitlistSetupComponent, "eo-hitlist-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
40
45
|
}
|
|
41
46
|
//# sourceMappingURL=hitlist-setup.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hitlist-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"hitlist-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAE,kBAAkB,EAAc,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AAEnG,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAC,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;AAGpH,OAAO,EAAC,mBAAmB,EAAC,MAAM,6BAA6B,CAAC;;AAEhE,qBAMa,qBAAsB,YAAW,gBAAgB,EAAE,MAAM;IAyClE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IA5ChB,OAAO,CAAC,aAAa,CAAW;IACtB,kBAAkB,yBAAgC;IAClD,uBAAuB,kCAAyC;IAC1E,aAAa,EAAE,WAAW,EAAE,CAAC;IAE7B,SAAS,EAAE,gBAAgB,CAQxB;IAEH,mBAAmB;;;MAGjB;IAEF,cAAc;;;MAGZ;IACF,uBAAuB,SAAM;IAC7B,WAAW,EAAE,WAAW,CAAC;IAEkB,4BAA4B,EAAE,mBAAmB,CAAC;IACjD,6BAA6B,EAAE,mBAAmB,CAAC;IACpD,4BAA4B,EAAE,mBAAmB,CAAC;IAE7F,IAAa,YAAY,CAAC,EAAE,EAAE,QAAQ,EAErC;IAED,IAAI,YAAY,IAJc,QAAQ,CAMrC;gBAGS,EAAE,EAAE,kBAAkB,EACtB,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB,EAC3B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,aAAa;IAW/B,OAAO,CAAC,eAAe;IAsCvB,eAAe;IAiBf,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,kBAAkB,CAAC,IAAI,KAAA;IAmBvB,OAAO,CAAC,oBAAoB;IAY5B,OAAO,CAAC,kBAAkB;IAK1B,OAAO,CAAC,cAAc;IAuBtB,QAAQ;yCAnLG,qBAAqB;2CAArB,qBAAqB;CA4LjC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IWidgetComponent } from '@yuuvis/widget-grid';
|
|
2
|
-
import { IHitlist } from './IHitlist';
|
|
2
|
+
import { IHitlist, IHitlistResult } from './IHitlist';
|
|
3
3
|
import { SearchService, StoredQueriesService, StoredQuery, SystemService, TranslateService } from '@eo-sdk/core';
|
|
4
4
|
import { AppSearchService } from '../../../../eo-framework-core/search/app-search.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
|
@@ -11,7 +11,7 @@ export declare class HitlistWidgetComponent implements IWidgetComponent {
|
|
|
11
11
|
private systemService;
|
|
12
12
|
private storedQueriesService;
|
|
13
13
|
private translate;
|
|
14
|
-
hitlistResult: [];
|
|
14
|
+
hitlistResult: IHitlistResult[];
|
|
15
15
|
private _query;
|
|
16
16
|
refreshingRequest: boolean;
|
|
17
17
|
private _widgetConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hitlist-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"hitlist-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,QAAQ,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AACpD,OAAO,EAAc,aAAa,EAAE,oBAAoB,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AACnI,OAAO,EAAC,gBAAgB,EAAC,MAAM,yDAAyD,CAAC;AAEzF,OAAO,EAAmB,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAKzD,qBAMa,sBAAuB,YAAW,gBAAgB;IAU3D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,oBAAoB;IAC5B,OAAO,CAAC,SAAS;IAbnB,aAAa,EAAE,cAAc,EAAE,CAAC;IAChC,OAAO,CAAC,MAAM,CAAc;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,aAAa,CAAW;IAChC,WAAW,EAAE,WAAW,CAAC;IAChB,QAAQ,UAAS;gBAGhB,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa,EAC5B,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,gBAAgB;IAGrC,IAAa,YAAY,CAAC,CAAC,EAAE,QAAQ,EAcpC;IAED,IAAI,YAAY,IAhBa,QAAQ,CAkBpC;IAED,cAAc,CAAC,EAAE,EAAE,MAAM;IASzB,OAAO,CAAC,YAAY;IA0EpB,mBAAmB;IAKnB,OAAO;IAYP,WAAW,CAAC,IAAI,KAAA,EAAE,KAAK,KAAA;IAKvB,gBAAgB,CAAC,KAAK,KAAA;yCA/IX,sBAAsB;2CAAtB,sBAAsB;CAuJlC"}
|
package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { FormBuilder, FormControlStatus, FormGroup } from '@angular/forms';
|
|
4
4
|
import { Iframe } from '../iframe-widget.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class IframeSetupComponent implements IWidgetSetupComponent {
|
|
7
7
|
private fb;
|
|
8
8
|
private _widgetConfig;
|
|
9
9
|
widgetConfigChange: EventEmitter<Iframe>;
|
|
10
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
10
11
|
pattern: RegExp;
|
|
11
12
|
setupForm: FormGroup;
|
|
12
13
|
set widgetConfig(wc: Iframe | undefined);
|
|
@@ -14,6 +15,6 @@ export declare class IframeSetupComponent implements IWidgetSetupComponent {
|
|
|
14
15
|
constructor(fb: FormBuilder);
|
|
15
16
|
private setWidgetConfig;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<IframeSetupComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSetupComponent, "eo-iframe-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IframeSetupComponent, "eo-iframe-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
18
19
|
}
|
|
19
20
|
//# sourceMappingURL=iframe-setup.component.d.ts.map
|
package/app/eo-client/dashboard/widgets/iframe-widget/iframe-setup/iframe-setup.component.d.ts.map
CHANGED
|
@@ -1 +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;
|
|
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,iBAAiB,EAAE,SAAS,EAAa,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAC,MAAM,EAAC,MAAM,4BAA4B,CAAC;;AAIlD,qBAMa,oBAAqB,YAAW,qBAAqB;IAyB9D,OAAO,CAAC,EAAE;IAvBZ,OAAO,CAAC,aAAa,CAAqB;IAChC,kBAAkB,uBAA8B;IAChD,uBAAuB,kCAAyC;IAE1E,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;IAUzB,OAAO,CAAC,eAAe;yCAnCZ,oBAAoB;2CAApB,oBAAoB;CA2ChC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
2
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { TranslateService } from '@eo-sdk/core';
|
|
4
4
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
5
5
|
import { InfoInboxConfig } from '../info-inbox.model';
|
|
@@ -9,6 +9,7 @@ export declare class InfoInboxSetupComponent implements IWidgetSetupComponent, O
|
|
|
9
9
|
private translate;
|
|
10
10
|
private _widgetConfig;
|
|
11
11
|
widgetConfigChange: EventEmitter<InfoInboxConfig>;
|
|
12
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
12
13
|
setupForm: UntypedFormGroup;
|
|
13
14
|
set widgetConfig(wc: InfoInboxConfig);
|
|
14
15
|
get widgetConfig(): InfoInboxConfig;
|
|
@@ -16,6 +17,6 @@ export declare class InfoInboxSetupComponent implements IWidgetSetupComponent, O
|
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
private setWidgetConfig;
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoInboxSetupComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxSetupComponent, "eo-info-inbox-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoInboxSetupComponent, "eo-info-inbox-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
20
21
|
}
|
|
21
22
|
//# sourceMappingURL=info-inbox-setup.component.d.ts.map
|
|
@@ -1 +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,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;
|
|
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,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;;AAGpD,qBAMa,uBAAwB,YAAW,qBAAqB,EAAE,MAAM;IAqBzE,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IApBnB,OAAO,CAAC,aAAa,CAAkB;IAC7B,kBAAkB,gCAAuC;IACzD,uBAAuB,kCAAyC;IAE1E,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;IAUrC,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,eAAe;yCApCZ,uBAAuB;2CAAvB,uBAAuB;CA4CnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
4
4
|
import { Capabilities, CapabilitiesService, PrepareService, TranslateService } from '@eo-sdk/core';
|
|
5
5
|
import { InfoIntrayConfig } from '../info-intray.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -13,6 +13,7 @@ export declare class InfoIntraySetupComponent implements IWidgetSetupComponent,
|
|
|
13
13
|
capabilities: Capabilities;
|
|
14
14
|
preparedItemsCount: number;
|
|
15
15
|
widgetConfigChange: EventEmitter<InfoIntrayConfig>;
|
|
16
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
16
17
|
setupForm: UntypedFormGroup;
|
|
17
18
|
set widgetConfig(wc: InfoIntrayConfig);
|
|
18
19
|
get widgetConfig(): InfoIntrayConfig;
|
|
@@ -20,6 +21,6 @@ export declare class InfoIntraySetupComponent implements IWidgetSetupComponent,
|
|
|
20
21
|
private setWidgetConfig;
|
|
21
22
|
ngOnInit(): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoIntraySetupComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntraySetupComponent, "eo-info-intray-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; }, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InfoIntraySetupComponent, "eo-info-intray-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
24
25
|
}
|
|
25
26
|
//# sourceMappingURL=info-intray-setup.component.d.ts.map
|
|
@@ -1 +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,EAAa,MAAM,gBAAgB,CAAC;
|
|
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,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACjG,OAAO,EAAC,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;;AAItD,qBAOa,wBAAyB,YAAW,qBAAqB,EAAE,MAAM;IAwB1E,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IAzBxB,OAAO,CAAC,aAAa,CAAmB;IACxC,YAAY,EAAE,YAAY,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAEjB,kBAAkB,iCAAwC;IAC1D,uBAAuB,kCAAyC;IAE1E,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;IASxC,OAAO,CAAC,eAAe;IASvB,QAAQ,IAAI,IAAI;yCA7CL,wBAAwB;2CAAxB,wBAAwB;CAsDpC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
|
|
3
|
+
import { LastEditedAndCreated } from '../last-edited-and-created';
|
|
4
|
+
import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LastEditedAndCreatedSetupComponent implements IWidgetSetupComponent, OnInit, AfterViewInit {
|
|
7
|
+
private fb;
|
|
8
|
+
private _widgetConfig;
|
|
9
|
+
widgetConfigChange: EventEmitter<LastEditedAndCreated>;
|
|
10
|
+
widgetConfigStateChange: EventEmitter<FormControlStatus>;
|
|
11
|
+
lastEditedAndCreated: any;
|
|
12
|
+
isEmpty: boolean;
|
|
13
|
+
isEditedChecked: boolean;
|
|
14
|
+
isCreatedChecked: boolean;
|
|
15
|
+
setupForm: UntypedFormGroup;
|
|
16
|
+
set widgetConfig(c: LastEditedAndCreated);
|
|
17
|
+
get widgetConfig(): LastEditedAndCreated;
|
|
18
|
+
constructor(fb: UntypedFormBuilder);
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
private setWidgetConfig;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LastEditedAndCreatedSetupComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LastEditedAndCreatedSetupComponent, "eo-last-edited-and-created-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=last-edited-and-created-setup.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"last-edited-and-created-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,YAAY,EAAS,MAAM,EAAoB,MAAM,eAAe,CAAC;AACvG,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,oBAAoB,EAAC,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;;AAInG,qBAOa,kCAAmC,YAAW,qBAAqB,EAAE,MAAM,EAAE,aAAa;IA+BnG,OAAO,CAAC,EAAE;IA9BZ,OAAO,CAAC,aAAa,CAAuB;IAClC,kBAAkB,qCAA4C;IAC9D,uBAAuB,kCAAyC;IAChC,oBAAoB,MAAC;IAC/D,OAAO,EAAG,OAAO,CAAS;IAE1B,eAAe,UAAS;IACxB,gBAAgB,UAAS;IACzB,SAAS,EAAE,gBAAgB,CAKxB;IAEH,IAAa,YAAY,CAAC,CAAC,EAAE,oBAAoB,EAQhD;IAED,IAAI,YAAY,IAVa,oBAAoB,CAYhD;gBAGS,EAAE,EAAE,kBAAkB;IAYhC,eAAe,IAAI,IAAI;IAMvB,QAAQ,IAAI,IAAI;IAIhB,OAAO,CAAC,eAAe;yCArDZ,kCAAkC;2CAAlC,kCAAkC;CA6D9C"}
|