@valtimo/dashboard 0.0.0
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/fesm2022/valtimo-dashboard.mjs +4344 -0
- package/fesm2022/valtimo-dashboard.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/dashboard/dashboard.component.d.ts +25 -0
- package/lib/components/dashboard/dashboard.component.d.ts.map +1 -0
- package/lib/components/widget-dashboard/widget-dashboard.component.d.ts +21 -0
- package/lib/components/widget-dashboard/widget-dashboard.component.d.ts.map +1 -0
- package/lib/components/widget-dashboard-content/widget-dashboard-content.component.d.ts +43 -0
- package/lib/components/widget-dashboard-content/widget-dashboard-content.component.d.ts.map +1 -0
- package/lib/constants/data-features.constants.d.ts +7 -0
- package/lib/constants/data-features.constants.d.ts.map +1 -0
- package/lib/constants/index.d.ts +4 -0
- package/lib/constants/index.d.ts.map +1 -0
- package/lib/constants/injection-tokens.d.ts +6 -0
- package/lib/constants/injection-tokens.d.ts.map +1 -0
- package/lib/constants/layout.constants.d.ts +4 -0
- package/lib/constants/layout.constants.d.ts.map +1 -0
- package/lib/dashboard-routing.module.d.ts +9 -0
- package/lib/dashboard-routing.module.d.ts.map +1 -0
- package/lib/dashboard.module.d.ts +22 -0
- package/lib/dashboard.module.d.ts.map +1 -0
- package/lib/data-sources/case-count/case-count.module.d.ts +13 -0
- package/lib/data-sources/case-count/case-count.module.d.ts.map +1 -0
- package/lib/data-sources/case-count/case-count.specification.d.ts +3 -0
- package/lib/data-sources/case-count/case-count.specification.d.ts.map +1 -0
- package/lib/data-sources/case-count/components/case-count-configuration/case-count-configuration.component.d.ts +43 -0
- package/lib/data-sources/case-count/components/case-count-configuration/case-count-configuration.component.d.ts.map +1 -0
- package/lib/data-sources/case-count/components/case-count-configuration/index.d.ts +2 -0
- package/lib/data-sources/case-count/components/case-count-configuration/index.d.ts.map +1 -0
- package/lib/data-sources/case-count/components/index.d.ts +2 -0
- package/lib/data-sources/case-count/components/index.d.ts.map +1 -0
- package/lib/data-sources/case-count/index.d.ts +5 -0
- package/lib/data-sources/case-count/index.d.ts.map +1 -0
- package/lib/data-sources/case-count/models/case-count.model.d.ts +7 -0
- package/lib/data-sources/case-count/models/case-count.model.d.ts.map +1 -0
- package/lib/data-sources/case-count/models/index.d.ts +2 -0
- package/lib/data-sources/case-count/models/index.d.ts.map +1 -0
- package/lib/data-sources/case-counts/case-counts.module.d.ts +13 -0
- package/lib/data-sources/case-counts/case-counts.module.d.ts.map +1 -0
- package/lib/data-sources/case-counts/case-counts.specification.d.ts +3 -0
- package/lib/data-sources/case-counts/case-counts.specification.d.ts.map +1 -0
- package/lib/data-sources/case-counts/components/case-counts-configuration/case-counts-configuration.component.d.ts +51 -0
- package/lib/data-sources/case-counts/components/case-counts-configuration/case-counts-configuration.component.d.ts.map +1 -0
- package/lib/data-sources/case-counts/components/case-counts-configuration/index.d.ts +2 -0
- package/lib/data-sources/case-counts/components/case-counts-configuration/index.d.ts.map +1 -0
- package/lib/data-sources/case-counts/components/index.d.ts +2 -0
- package/lib/data-sources/case-counts/components/index.d.ts.map +1 -0
- package/lib/data-sources/case-counts/index.d.ts +5 -0
- package/lib/data-sources/case-counts/index.d.ts.map +1 -0
- package/lib/data-sources/case-counts/models/case-counts.model.d.ts +16 -0
- package/lib/data-sources/case-counts/models/case-counts.model.d.ts.map +1 -0
- package/lib/data-sources/case-counts/models/index.d.ts +2 -0
- package/lib/data-sources/case-counts/models/index.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/case-group-by.module.d.ts +13 -0
- package/lib/data-sources/case-group-by/case-group-by.module.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/case-group-by.specification.d.ts +3 -0
- package/lib/data-sources/case-group-by/case-group-by.specification.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/components/case-group-by-configuration/case-group-by-configuration.component.d.ts +53 -0
- package/lib/data-sources/case-group-by/components/case-group-by-configuration/case-group-by-configuration.component.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/components/case-group-by-configuration/index.d.ts +2 -0
- package/lib/data-sources/case-group-by/components/case-group-by-configuration/index.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/components/index.d.ts +2 -0
- package/lib/data-sources/case-group-by/components/index.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/index.d.ts +5 -0
- package/lib/data-sources/case-group-by/index.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/models/case-group-by.model.d.ts +19 -0
- package/lib/data-sources/case-group-by/models/case-group-by.model.d.ts.map +1 -0
- package/lib/data-sources/case-group-by/models/index.d.ts +2 -0
- package/lib/data-sources/case-group-by/models/index.d.ts.map +1 -0
- package/lib/data-sources/data-sources.module.d.ts +11 -0
- package/lib/data-sources/data-sources.module.d.ts.map +1 -0
- package/lib/data-sources/index.d.ts +5 -0
- package/lib/data-sources/index.d.ts.map +1 -0
- package/lib/data-sources/shared/conditions.d.ts +7 -0
- package/lib/data-sources/shared/conditions.d.ts.map +1 -0
- package/lib/data-sources/shared/index.d.ts +2 -0
- package/lib/data-sources/shared/index.d.ts.map +1 -0
- package/lib/data-sources/task-count/components/index.d.ts +2 -0
- package/lib/data-sources/task-count/components/index.d.ts.map +1 -0
- package/lib/data-sources/task-count/components/task-count-configuration/index.d.ts +2 -0
- package/lib/data-sources/task-count/components/task-count-configuration/index.d.ts.map +1 -0
- package/lib/data-sources/task-count/components/task-count-configuration/task-count-configuration.component.d.ts +34 -0
- package/lib/data-sources/task-count/components/task-count-configuration/task-count-configuration.component.d.ts.map +1 -0
- package/lib/data-sources/task-count/index.d.ts +5 -0
- package/lib/data-sources/task-count/index.d.ts.map +1 -0
- package/lib/data-sources/task-count/models/index.d.ts +2 -0
- package/lib/data-sources/task-count/models/index.d.ts.map +1 -0
- package/lib/data-sources/task-count/models/task-count.model.d.ts +6 -0
- package/lib/data-sources/task-count/models/task-count.model.d.ts.map +1 -0
- package/lib/data-sources/task-count/task-count.module.d.ts +13 -0
- package/lib/data-sources/task-count/task-count.module.d.ts.map +1 -0
- package/lib/data-sources/task-count/task-count.specification.d.ts +3 -0
- package/lib/data-sources/task-count/task-count.specification.d.ts.map +1 -0
- package/lib/display-types/bar-chart/bar-chart.module.d.ts +16 -0
- package/lib/display-types/bar-chart/bar-chart.module.d.ts.map +1 -0
- package/lib/display-types/bar-chart/bar-chart.specification.d.ts +3 -0
- package/lib/display-types/bar-chart/bar-chart.specification.d.ts.map +1 -0
- package/lib/display-types/bar-chart/components/bar-chart-configuration/bar-chart-configuration.component.d.ts +26 -0
- package/lib/display-types/bar-chart/components/bar-chart-configuration/bar-chart-configuration.component.d.ts.map +1 -0
- package/lib/display-types/bar-chart/components/bar-chart-configuration/index.d.ts +2 -0
- package/lib/display-types/bar-chart/components/bar-chart-configuration/index.d.ts.map +1 -0
- package/lib/display-types/bar-chart/components/bar-chart-display/bar-chart-display.component.d.ts +19 -0
- package/lib/display-types/bar-chart/components/bar-chart-display/bar-chart-display.component.d.ts.map +1 -0
- package/lib/display-types/bar-chart/components/bar-chart-display/index.d.ts +2 -0
- package/lib/display-types/bar-chart/components/bar-chart-display/index.d.ts.map +1 -0
- package/lib/display-types/bar-chart/components/index.d.ts +3 -0
- package/lib/display-types/bar-chart/components/index.d.ts.map +1 -0
- package/lib/display-types/bar-chart/index.d.ts +5 -0
- package/lib/display-types/bar-chart/index.d.ts.map +1 -0
- package/lib/display-types/bar-chart/models/bar-chart.model.d.ts +13 -0
- package/lib/display-types/bar-chart/models/bar-chart.model.d.ts.map +1 -0
- package/lib/display-types/bar-chart/models/index.d.ts +2 -0
- package/lib/display-types/bar-chart/models/index.d.ts.map +1 -0
- package/lib/display-types/big-number/big-number.module.d.ts +13 -0
- package/lib/display-types/big-number/big-number.module.d.ts.map +1 -0
- package/lib/display-types/big-number/big-number.specification.d.ts +3 -0
- package/lib/display-types/big-number/big-number.specification.d.ts.map +1 -0
- package/lib/display-types/big-number/components/big-number-configuration/big-number-configuration.component.d.ts +37 -0
- package/lib/display-types/big-number/components/big-number-configuration/big-number-configuration.component.d.ts.map +1 -0
- package/lib/display-types/big-number/components/big-number-configuration/index.d.ts +2 -0
- package/lib/display-types/big-number/components/big-number-configuration/index.d.ts.map +1 -0
- package/lib/display-types/big-number/components/big-number-display/big-number-display.component.d.ts +13 -0
- package/lib/display-types/big-number/components/big-number-display/big-number-display.component.d.ts.map +1 -0
- package/lib/display-types/big-number/components/big-number-display/index.d.ts +2 -0
- package/lib/display-types/big-number/components/big-number-display/index.d.ts.map +1 -0
- package/lib/display-types/big-number/components/index.d.ts +3 -0
- package/lib/display-types/big-number/components/index.d.ts.map +1 -0
- package/lib/display-types/big-number/index.d.ts +5 -0
- package/lib/display-types/big-number/index.d.ts.map +1 -0
- package/lib/display-types/big-number/models/big-number.model.d.ts +14 -0
- package/lib/display-types/big-number/models/big-number.model.d.ts.map +1 -0
- package/lib/display-types/big-number/models/index.d.ts +2 -0
- package/lib/display-types/big-number/models/index.d.ts.map +1 -0
- package/lib/display-types/display-widget-types.module.d.ts +12 -0
- package/lib/display-types/display-widget-types.module.d.ts.map +1 -0
- package/lib/display-types/donut/components/donut-configuration/donut-configuration.component.d.ts +29 -0
- package/lib/display-types/donut/components/donut-configuration/donut-configuration.component.d.ts.map +1 -0
- package/lib/display-types/donut/components/donut-configuration/index.d.ts +2 -0
- package/lib/display-types/donut/components/donut-configuration/index.d.ts.map +1 -0
- package/lib/display-types/donut/components/donut-display/donut-display.component.d.ts +19 -0
- package/lib/display-types/donut/components/donut-display/donut-display.component.d.ts.map +1 -0
- package/lib/display-types/donut/components/donut-display/index.d.ts +2 -0
- package/lib/display-types/donut/components/donut-display/index.d.ts.map +1 -0
- package/lib/display-types/donut/components/index.d.ts +3 -0
- package/lib/display-types/donut/components/index.d.ts.map +1 -0
- package/lib/display-types/donut/donut.module.d.ts +16 -0
- package/lib/display-types/donut/donut.module.d.ts.map +1 -0
- package/lib/display-types/donut/donut.specification.d.ts +3 -0
- package/lib/display-types/donut/donut.specification.d.ts.map +1 -0
- package/lib/display-types/donut/index.d.ts +5 -0
- package/lib/display-types/donut/index.d.ts.map +1 -0
- package/lib/display-types/donut/models/donut.model.d.ts +14 -0
- package/lib/display-types/donut/models/donut.model.d.ts.map +1 -0
- package/lib/display-types/donut/models/index.d.ts +2 -0
- package/lib/display-types/donut/models/index.d.ts.map +1 -0
- package/lib/display-types/gauge/components/gauge-configuration/gauge-configuration.component.d.ts +29 -0
- package/lib/display-types/gauge/components/gauge-configuration/gauge-configuration.component.d.ts.map +1 -0
- package/lib/display-types/gauge/components/gauge-configuration/index.d.ts +2 -0
- package/lib/display-types/gauge/components/gauge-configuration/index.d.ts.map +1 -0
- package/lib/display-types/gauge/components/gauge-display/gauge-display.component.d.ts +24 -0
- package/lib/display-types/gauge/components/gauge-display/gauge-display.component.d.ts.map +1 -0
- package/lib/display-types/gauge/components/gauge-display/index.d.ts +2 -0
- package/lib/display-types/gauge/components/gauge-display/index.d.ts.map +1 -0
- package/lib/display-types/gauge/components/index.d.ts +3 -0
- package/lib/display-types/gauge/components/index.d.ts.map +1 -0
- package/lib/display-types/gauge/gauge.module.d.ts +14 -0
- package/lib/display-types/gauge/gauge.module.d.ts.map +1 -0
- package/lib/display-types/gauge/gauge.specification.d.ts +3 -0
- package/lib/display-types/gauge/gauge.specification.d.ts.map +1 -0
- package/lib/display-types/gauge/index.d.ts +5 -0
- package/lib/display-types/gauge/index.d.ts.map +1 -0
- package/lib/display-types/gauge/models/gauge.model.d.ts +11 -0
- package/lib/display-types/gauge/models/gauge.model.d.ts.map +1 -0
- package/lib/display-types/gauge/models/index.d.ts +2 -0
- package/lib/display-types/gauge/models/index.d.ts.map +1 -0
- package/lib/display-types/index.d.ts +5 -0
- package/lib/display-types/index.d.ts.map +1 -0
- package/lib/display-types/meter/components/index.d.ts +3 -0
- package/lib/display-types/meter/components/index.d.ts.map +1 -0
- package/lib/display-types/meter/components/meter-configuration/index.d.ts +2 -0
- package/lib/display-types/meter/components/meter-configuration/index.d.ts.map +1 -0
- package/lib/display-types/meter/components/meter-configuration/meter-configuration.component.d.ts +26 -0
- package/lib/display-types/meter/components/meter-configuration/meter-configuration.component.d.ts.map +1 -0
- package/lib/display-types/meter/components/meter-display/index.d.ts +2 -0
- package/lib/display-types/meter/components/meter-display/index.d.ts.map +1 -0
- package/lib/display-types/meter/components/meter-display/meter-display.component.d.ts +19 -0
- package/lib/display-types/meter/components/meter-display/meter-display.component.d.ts.map +1 -0
- package/lib/display-types/meter/index.d.ts +5 -0
- package/lib/display-types/meter/index.d.ts.map +1 -0
- package/lib/display-types/meter/meter.module.d.ts +16 -0
- package/lib/display-types/meter/meter.module.d.ts.map +1 -0
- package/lib/display-types/meter/meter.specification.d.ts +3 -0
- package/lib/display-types/meter/meter.specification.d.ts.map +1 -0
- package/lib/display-types/meter/models/index.d.ts +2 -0
- package/lib/display-types/meter/models/index.d.ts.map +1 -0
- package/lib/display-types/meter/models/meter.model.d.ts +13 -0
- package/lib/display-types/meter/models/meter.model.d.ts.map +1 -0
- package/lib/models/configuration.model.d.ts +18 -0
- package/lib/models/configuration.model.d.ts.map +1 -0
- package/lib/models/dashboard.model.d.ts +16 -0
- package/lib/models/dashboard.model.d.ts.map +1 -0
- package/lib/models/data-source.model.d.ts +19 -0
- package/lib/models/data-source.model.d.ts.map +1 -0
- package/lib/models/display-type.model.d.ts +23 -0
- package/lib/models/display-type.model.d.ts.map +1 -0
- package/lib/models/index.d.ts +8 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/layout.model.d.ts +18 -0
- package/lib/models/layout.model.d.ts.map +1 -0
- package/lib/models/widget-data.model.d.ts +6 -0
- package/lib/models/widget-data.model.d.ts.map +1 -0
- package/lib/models/widget-display.model.d.ts +9 -0
- package/lib/models/widget-display.model.d.ts.map +1 -0
- package/lib/pipes/index.d.ts +2 -0
- package/lib/pipes/index.d.ts.map +1 -0
- package/lib/pipes/widget-translate/index.d.ts +3 -0
- package/lib/pipes/widget-translate/index.d.ts.map +1 -0
- package/lib/pipes/widget-translate/widget-translate-pipe.module.d.ts +9 -0
- package/lib/pipes/widget-translate/widget-translate-pipe.module.d.ts.map +1 -0
- package/lib/pipes/widget-translate/widget-translate.pipe.d.ts +12 -0
- package/lib/pipes/widget-translate/widget-translate.pipe.d.ts.map +1 -0
- package/lib/services/dashboard.service.d.ts +15 -0
- package/lib/services/dashboard.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +4 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/widget-api.service.d.ts +15 -0
- package/lib/services/widget-api.service.d.ts.map +1 -0
- package/lib/services/widget-layout.service.d.ts +24 -0
- package/lib/services/widget-layout.service.d.ts.map +1 -0
- package/lib/services/widget-translation.service.d.ts +15 -0
- package/lib/services/widget-translation.service.d.ts.map +1 -0
- package/lib/services/widget.service.d.ts +19 -0
- package/lib/services/widget.service.d.ts.map +1 -0
- package/package.json +34 -0
- package/public_api.d.ts +13 -0
- package/public_api.d.ts.map +1 -0
- package/valtimo-dashboard.d.ts.map +1 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { TaskDetailModalComponent, TaskService } from '@valtimo/task';
|
|
4
|
+
import { BehaviorSubject } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DashboardComponent implements OnInit {
|
|
7
|
+
private readonly taskService;
|
|
8
|
+
private readonly route;
|
|
9
|
+
processDefinitions: Array<any>;
|
|
10
|
+
openTasks: Array<any>;
|
|
11
|
+
openTaskFields: {
|
|
12
|
+
key: string;
|
|
13
|
+
label: string;
|
|
14
|
+
}[];
|
|
15
|
+
taskDetail: TaskDetailModalComponent;
|
|
16
|
+
loading$: BehaviorSubject<boolean>;
|
|
17
|
+
constructor(taskService: TaskService, route: ActivatedRoute);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
getOpenTasks(): void;
|
|
20
|
+
rowOpenTaskClick(task: any): void;
|
|
21
|
+
private checkRouteForTaskId;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "valtimo-dashboard", never, {}, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=dashboard.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/components/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,MAAM,EAAY,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAO,wBAAwB,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AAE1E,OAAO,EAAC,eAAe,EAAC,MAAM,MAAM,CAAC;;AAMrC,qBAMa,kBAAmB,YAAW,MAAM;IAsB7C,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,KAAK;IAtBjB,kBAAkB,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAC/B,SAAS,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IACtB,cAAc;;;QAanB;IACuB,UAAU,EAAE,wBAAwB,CAAC;IAE9D,QAAQ,2BAAsC;gBAG3B,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,cAAc;IAGxC,QAAQ;IAID,YAAY;IAWZ,gBAAgB,CAAC,IAAI,KAAA;IAM5B,OAAO,CAAC,mBAAmB;yCA/ChB,kBAAkB;2CAAlB,kBAAkB;CAyD9B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
+
import { Dashboard, WidgetData } from '../../models';
|
|
3
|
+
import { DashboardService } from '../../services';
|
|
4
|
+
import { WidgetApiService } from '../../services/widget-api.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class WidgetDashboardComponent {
|
|
7
|
+
private readonly dashboardService;
|
|
8
|
+
private readonly widgetApiService;
|
|
9
|
+
dashboards$: Observable<Array<Dashboard>>;
|
|
10
|
+
readonly activeWidgetData$: BehaviorSubject<{
|
|
11
|
+
data: WidgetData[];
|
|
12
|
+
loading: boolean;
|
|
13
|
+
}>;
|
|
14
|
+
readonly selectedDashboardKey$: BehaviorSubject<string>;
|
|
15
|
+
constructor(dashboardService: DashboardService, widgetApiService: WidgetApiService);
|
|
16
|
+
onTabSelected(dashboardKey: string): void;
|
|
17
|
+
trackByIndex(index: number): number;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetDashboardComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetDashboardComponent, "valtimo-widget-dashboard", never, {}, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=widget-dashboard.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/components/widget-dashboard/widget-dashboard.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,eAAe,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtD,OAAO,EAAC,SAAS,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAC,gBAAgB,EAAC,MAAM,mCAAmC,CAAC;;AAEnE,qBAOa,wBAAwB;IAgBjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IAhB5B,WAAW,EAAE,UAAU,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAM9C;IACF,SAAgB,iBAAiB;cAA8B,UAAU,EAAE;iBAAW,OAAO;OAG1F;IAEH,SAAgB,qBAAqB,0BAAmC;gBAGrD,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB;IAG9C,aAAa,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IASzC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCA7B/B,wBAAwB;2CAAxB,wBAAwB;CAgCpC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
+
import { Dashboard, DashboardWidgetConfiguration, WidgetData } from '../../models';
|
|
4
|
+
import { WidgetService } from '../../services';
|
|
5
|
+
import { WidgetLayoutService } from '../../services/widget-layout.service';
|
|
6
|
+
import { Router } from '@angular/router';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class WidgetDashboardContentComponent implements AfterViewInit, OnDestroy {
|
|
9
|
+
private readonly layoutService;
|
|
10
|
+
private readonly widgetService;
|
|
11
|
+
private readonly renderer;
|
|
12
|
+
private readonly router;
|
|
13
|
+
private _widgetConfigurationRefs;
|
|
14
|
+
private _widgetConfigurationContentVcRefs;
|
|
15
|
+
private _widgetContainerRef;
|
|
16
|
+
private readonly _isLoading$;
|
|
17
|
+
private _widgetData$;
|
|
18
|
+
set widgetData(value: {
|
|
19
|
+
data: WidgetData[];
|
|
20
|
+
loading: boolean;
|
|
21
|
+
});
|
|
22
|
+
set dashboard(value: Dashboard);
|
|
23
|
+
readonly widgetConfigurations$: BehaviorSubject<DashboardWidgetConfiguration[]>;
|
|
24
|
+
private _observer;
|
|
25
|
+
private _subscriptions;
|
|
26
|
+
private readonly _muuri$;
|
|
27
|
+
private _creatingMuuri;
|
|
28
|
+
private get _muuriInitialized$();
|
|
29
|
+
private readonly _noResults$;
|
|
30
|
+
readonly loaded$: Observable<boolean>;
|
|
31
|
+
constructor(layoutService: WidgetLayoutService, widgetService: WidgetService, renderer: Renderer2, router: Router);
|
|
32
|
+
ngAfterViewInit(): void;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
navigateToRoute(widgetConfiguration: DashboardWidgetConfiguration, event: MouseEvent): void;
|
|
35
|
+
private setWidgetConfigurations;
|
|
36
|
+
private observerMutation;
|
|
37
|
+
private openWidgetSizeSubscription;
|
|
38
|
+
private renderWidgets;
|
|
39
|
+
private initMuuri;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetDashboardContentComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetDashboardContentComponent, "valtimo-widget-dashboard-content", never, { "widgetData": { "alias": "widgetData"; "required": false; }; "dashboard": { "alias": "dashboard"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=widget-dashboard-content.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget-dashboard-content.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/components/widget-dashboard-content/widget-dashboard-content.component.ts"],"names":[],"mappings":"AAeA,OAAO,EACL,aAAa,EAKb,SAAS,EAET,SAAS,EAIV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAE9E,OAAO,EAAC,SAAS,EAAE,4BAA4B,EAAoB,UAAU,EAAC,MAAM,cAAc,CAAC;AACnG,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;AAGzE,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;;AAEvC,qBAOa,+BAAgC,YAAW,aAAa,EAAE,SAAS;IA+C5E,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,MAAM;IAjDY,OAAO,CAAC,wBAAwB,CAEnE;IAEF,OAAO,CAAC,iCAAiC,CAA8B;IACzC,OAAO,CAAC,mBAAmB,CAA6B;IAEtF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAsC;IAClE,OAAO,CAAC,YAAY,CAAyC;IAE7D,IAAa,UAAU,CAAC,KAAK,EAAE;QAAC,IAAI,EAAE,UAAU,EAAE,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAC,EAGpE;IACD,IAAa,SAAS,CAAC,KAAK,EAAE,SAAS,EAEtC;IAED,SAAgB,qBAAqB,kDACmC;IAExE,OAAO,CAAC,SAAS,CAAkB;IACnC,OAAO,CAAC,cAAc,CAAsB;IAE5C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAoC;IAE5D,OAAO,CAAC,cAAc,CAAS;IAE/B,OAAO,KAAK,kBAAkB,GAE7B;IAED,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuC;IAEnE,SAAgB,OAAO,sBASrB;gBAGiB,aAAa,EAAE,mBAAmB,EAClC,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,SAAS,EACnB,MAAM,EAAE,MAAM;IAG1B,eAAe,IAAI,IAAI;IASvB,WAAW,IAAI,IAAI;IAKnB,eAAe,CACpB,mBAAmB,EAAE,4BAA4B,EACjD,KAAK,EAAE,UAAU,GAChB,IAAI;IAOP,OAAO,CAAC,uBAAuB;IAa/B,OAAO,CAAC,gBAAgB;IAQxB,OAAO,CAAC,0BAA0B;IAyClC,OAAO,CAAC,aAAa;IAiCrB,OAAO,CAAC,SAAS;yCA5KN,+BAA+B;2CAA/B,+BAA+B;CA4L3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-features.constants.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dashboard/src/lib/constants/data-features.constants.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,aAAa;;;;CAIlB,CAAC;AAEF,OAAO,EAAC,aAAa,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dashboard/src/lib/constants/index.ts"],"names":[],"mappings":"AAgBA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { DataSourceSpecification, DisplayTypeSpecification } from '../models';
|
|
3
|
+
declare const DISPLAY_TYPE_TOKEN: InjectionToken<DisplayTypeSpecification>;
|
|
4
|
+
declare const DATA_SOURCE_TOKEN: InjectionToken<DataSourceSpecification>;
|
|
5
|
+
export { DISPLAY_TYPE_TOKEN, DATA_SOURCE_TOKEN };
|
|
6
|
+
//# sourceMappingURL=injection-tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"injection-tokens.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dashboard/src/lib/constants/injection-tokens.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,WAAW,CAAC;AAE5E,QAAA,MAAM,kBAAkB,0CAEvB,CAAC;AAEF,QAAA,MAAM,iBAAiB,yCAEtB,CAAC;AAEF,OAAO,EAAC,kBAAkB,EAAE,iBAAiB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.constants.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dashboard/src/lib/constants/layout.constants.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,gBAAgB,MAAM,CAAC;AAC7B,QAAA,MAAM,mBAAmB,MAAM,CAAC;AAEhC,OAAO,EAAC,gBAAgB,EAAE,mBAAmB,EAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
export declare class DashboardRoutingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardRoutingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardRoutingModule, never, [typeof i1.CommonModule, typeof i2.RouterModule], [typeof i2.RouterModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardRoutingModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=dashboard-routing.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-routing.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/dashboard/src/lib/dashboard-routing.module.ts"],"names":[],"mappings":";;;AA+BA,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./components/dashboard/dashboard.component";
|
|
5
|
+
import * as i2 from "./components/widget-dashboard/widget-dashboard.component";
|
|
6
|
+
import * as i3 from "./components/widget-dashboard-content/widget-dashboard-content.component";
|
|
7
|
+
import * as i4 from "@angular/common";
|
|
8
|
+
import * as i5 from "./dashboard-routing.module";
|
|
9
|
+
import * as i6 from "@valtimo/components";
|
|
10
|
+
import * as i7 from "@ngx-translate/core";
|
|
11
|
+
import * as i8 from "@valtimo/task";
|
|
12
|
+
import * as i9 from "carbon-components-angular";
|
|
13
|
+
import * as i10 from "./pipes/widget-translate/widget-translate-pipe.module";
|
|
14
|
+
import * as i11 from "./display-types/display-widget-types.module";
|
|
15
|
+
import * as i12 from "./data-sources/data-sources.module";
|
|
16
|
+
export declare function HttpLoaderFactory(httpClient: HttpClient): TranslateHttpLoader;
|
|
17
|
+
export declare class DashboardModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardModule, [typeof i1.DashboardComponent, typeof i2.WidgetDashboardComponent, typeof i3.WidgetDashboardContentComponent], [typeof i4.CommonModule, typeof i5.DashboardRoutingModule, typeof i6.WidgetModule, typeof i6.BpmnJsDiagramModule, typeof i7.TranslateModule, typeof i6.AlertModule, typeof i8.TaskModule, typeof i6.SpinnerModule, typeof i9.TabsModule, typeof i9.ThemeModule, typeof i10.WidgetTranslatePipeModule, typeof i9.LoadingModule, typeof i6.CarbonListModule, typeof i11.DisplayWidgetTypesModule, typeof i12.DataSourcesModule], [typeof i1.DashboardComponent, typeof i2.WidgetDashboardComponent]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardModule>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=dashboard.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/dashboard/src/lib/dashboard.module.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAGhD,OAAO,EAAC,mBAAmB,EAAC,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;AAoB/D,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,uBAEvD;AAED,qBA+Ba,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/case-count-configuration/case-count-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../pipes/widget-translate/widget-translate-pipe.module";
|
|
6
|
+
import * as i5 from "carbon-components-angular";
|
|
7
|
+
import * as i6 from "@valtimo/components";
|
|
8
|
+
export declare class CaseCountDataSourceModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseCountDataSourceModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaseCountDataSourceModule, [typeof i1.CaseCountConfigurationComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.WidgetTranslatePipeModule, typeof i5.InputModule, typeof i5.DropdownModule, typeof i6.CarbonMultiInputModule], [typeof i1.CaseCountConfigurationComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CaseCountDataSourceModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-count.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-count.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/case-count.module.ts"],"names":[],"mappings":";;;;;;;AA0BA,qBAea,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-count.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/case-count.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AAIrD,eAAO,MAAM,gCAAgC,EAAE,uBAsC9C,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ConfigurationOutput, DataSourceConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { FormBuilder } from '@angular/forms';
|
|
5
|
+
import { CaseCountConfiguration } from '../../models';
|
|
6
|
+
import { DocumentService } from '@valtimo/document';
|
|
7
|
+
import { ListItem } from 'carbon-components-angular';
|
|
8
|
+
import { ListItemWithId, MultiInputKeyValue, MultiInputValues, ValuePathSelectorPrefix } from '@valtimo/components';
|
|
9
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class CaseCountConfigurationComponent implements OnInit, OnDestroy, DataSourceConfigurationComponent {
|
|
12
|
+
private readonly fb;
|
|
13
|
+
private readonly documentService;
|
|
14
|
+
private readonly translateService;
|
|
15
|
+
dataSourceKey: string;
|
|
16
|
+
readonly form: import("@angular/forms").FormGroup<{
|
|
17
|
+
documentDefinition: import("@angular/forms").FormControl<any>;
|
|
18
|
+
queryConditions: import("@angular/forms").FormControl<any>;
|
|
19
|
+
}>;
|
|
20
|
+
set disabled(disabledValue: boolean);
|
|
21
|
+
readonly selectedDocumentDefinition$: BehaviorSubject<string>;
|
|
22
|
+
readonly documentItems$: Observable<Array<ListItem>>;
|
|
23
|
+
private readonly _OPERATORS;
|
|
24
|
+
readonly operatorItems$: Observable<Array<ListItemWithId>>;
|
|
25
|
+
readonly defaultConditionValues$: BehaviorSubject<MultiInputValues>;
|
|
26
|
+
readonly allConditionsValid$: BehaviorSubject<boolean>;
|
|
27
|
+
get documentDefinition(): import("@angular/forms").AbstractControl<any, any>;
|
|
28
|
+
get queryConditions(): import("@angular/forms").AbstractControl<any, any>;
|
|
29
|
+
set prefillConfiguration(configurationValue: CaseCountConfiguration);
|
|
30
|
+
configurationEvent: EventEmitter<ConfigurationOutput<CaseCountConfiguration>>;
|
|
31
|
+
readonly ValuePathSelectorPrefix: typeof ValuePathSelectorPrefix;
|
|
32
|
+
private _subscriptions;
|
|
33
|
+
constructor(fb: FormBuilder, documentService: DocumentService, translateService: TranslateService);
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngOnDestroy(): void;
|
|
36
|
+
documentDefinitionSelected(documentDefinitionItem: ListItem): void;
|
|
37
|
+
conditionsValueChange(values: Array<MultiInputKeyValue>): void;
|
|
38
|
+
onAllConditionsValid(allConditionsValid: boolean): void;
|
|
39
|
+
private openFormSubscription;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseCountConfigurationComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseCountConfigurationComponent, "ng-component", never, { "dataSourceKey": { "alias": "dataSourceKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "prefillConfiguration": { "alias": "prefillConfiguration"; "required": false; }; }, { "configurationEvent": "configurationEvent"; }, never, never, false, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=case-count-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-count-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/components/case-count-configuration/case-count-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAGL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,mBAAmB,EAAE,gCAAgC,EAAC,MAAM,oBAAoB,CAAC;AACzF,OAAO,EAAC,eAAe,EAAsB,UAAU,EAA0B,MAAM,MAAM,CAAC;AAC9F,OAAO,EAAC,WAAW,EAAa,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AACpD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AACnD,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAGrD,qBAMa,+BACX,YAAW,MAAM,EAAE,SAAS,EAAE,gCAAgC;IAyF5D,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IAzFnB,aAAa,EAAE,MAAM,CAAC;IAEtC,SAAgB,IAAI;;;OAGjB;IAEH,IAAoB,QAAQ,CAAC,aAAa,EAAE,OAAO,EAMlD;IAED,SAAgB,2BAA2B,0BAAmC;IAE9E,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAUzD;IAEF,OAAO,CAAC,QAAQ,CAAC,UAAU,CAOzB;IAEF,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAU7D;IAEJ,SAAgB,uBAAuB,oCAAsD;IAC7F,SAAgB,mBAAmB,2BAAsC;IAEzE,IAAW,kBAAkB,uDAE5B;IAED,IAAW,eAAe,uDAEzB;IAED,IAAa,oBAAoB,CAAC,kBAAkB,EAAE,sBAAsB,EAe3E;IAEgB,kBAAkB,4DAE/B;IAEJ,SAAgB,uBAAuB,iCAA2B;IAElE,OAAO,CAAC,cAAc,CAAsB;gBAGzB,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,gBAAgB,EAAE,gBAAgB;IAG9C,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,0BAA0B,CAAC,sBAAsB,EAAE,QAAQ,GAAG,IAAI;IASlE,qBAAqB,CAAC,MAAM,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAcrE,oBAAoB,CAAC,kBAAkB,EAAE,OAAO,GAAG,IAAI;IAIvD,OAAO,CAAC,oBAAoB;yCAlIjB,+BAA+B;2CAA/B,+BAA+B;CA+I3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/components/case-count-configuration/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/components/index.ts"],"names":[],"mappings":"AAgBA,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/index.ts"],"names":[],"mappings":"AAgBA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-count.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/models/case-count.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAE/C,UAAU,sBAAsB;IAC9B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,cAAc,EAAE,CAAC;CACnC;AAED,OAAO,EAAC,sBAAsB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-count/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/case-counts-configuration/case-counts-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../pipes/widget-translate/widget-translate-pipe.module";
|
|
6
|
+
import * as i5 from "@valtimo/components";
|
|
7
|
+
import * as i6 from "carbon-components-angular";
|
|
8
|
+
export declare class CaseCountsDataSourceModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseCountsDataSourceModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaseCountsDataSourceModule, [typeof i1.CaseCountsConfigurationComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.WidgetTranslatePipeModule, typeof i5.InputModule, typeof i6.DropdownModule, typeof i5.CarbonMultiInputModule, typeof i5.InputModule, typeof i6.ButtonModule, typeof i6.TilesModule, typeof i6.LayerModule, typeof i6.IconModule], [typeof i1.CaseCountsConfigurationComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CaseCountsDataSourceModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-counts.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-counts.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/case-counts.module.ts"],"names":[],"mappings":";;;;;;;AAgCA,qBAoBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-counts.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/case-counts.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AAIrD,eAAO,MAAM,iCAAiC,EAAE,uBAyC/C,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ConfigurationOutput, DataSourceConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { AbstractControl, FormBuilder } from '@angular/forms';
|
|
5
|
+
import { CaseCountsConfiguration, CaseCountsQueryItemForm } from '../../models';
|
|
6
|
+
import { DocumentService } from '@valtimo/document';
|
|
7
|
+
import { IconService, ListItem } from 'carbon-components-angular';
|
|
8
|
+
import { ListItemWithId, MultiInputValues, ValuePathSelectorPrefix } from '@valtimo/components';
|
|
9
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class CaseCountsConfigurationComponent implements OnInit, OnDestroy, DataSourceConfigurationComponent {
|
|
12
|
+
private readonly fb;
|
|
13
|
+
private readonly documentService;
|
|
14
|
+
private readonly translateService;
|
|
15
|
+
private readonly iconService;
|
|
16
|
+
dataSourceKey: string;
|
|
17
|
+
private readonly _EMPTY_QUERY_ITEM_VALUE;
|
|
18
|
+
readonly form: import("@angular/forms").FormGroup<{
|
|
19
|
+
documentDefinition: import("@angular/forms").FormControl<any>;
|
|
20
|
+
queryItems: import("@angular/forms").FormControl<CaseCountsQueryItemForm[]>;
|
|
21
|
+
}>;
|
|
22
|
+
set disabled(disabledValue: boolean);
|
|
23
|
+
get queryItems(): AbstractControl<CaseCountsQueryItemForm[]>;
|
|
24
|
+
get queryItemsValue$(): Observable<CaseCountsQueryItemForm[]>;
|
|
25
|
+
get queryItemsList$(): Observable<null[]>;
|
|
26
|
+
get documentDefinition(): AbstractControl<any, any>;
|
|
27
|
+
get formDisabled(): boolean;
|
|
28
|
+
set prefillConfiguration(configurationValue: CaseCountsConfiguration);
|
|
29
|
+
configurationEvent: EventEmitter<ConfigurationOutput<CaseCountsConfiguration>>;
|
|
30
|
+
readonly selectedDocumentDefinition$: BehaviorSubject<string>;
|
|
31
|
+
readonly documentItems$: Observable<Array<ListItem>>;
|
|
32
|
+
private readonly _OPERATORS;
|
|
33
|
+
readonly operatorItems$: Observable<Array<ListItemWithId>>;
|
|
34
|
+
readonly ValuePathSelectorPrefix: typeof ValuePathSelectorPrefix;
|
|
35
|
+
private _subscriptions;
|
|
36
|
+
constructor(fb: FormBuilder, documentService: DocumentService, translateService: TranslateService, iconService: IconService);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
documentDefinitionSelected(documentDefinitionItem: ListItem): void;
|
|
40
|
+
conditionsValueChange(index: number, values: MultiInputValues): void;
|
|
41
|
+
labelValueChange(index: number, value: string): void;
|
|
42
|
+
addQueryItem(): void;
|
|
43
|
+
deleteCount(i: number): void;
|
|
44
|
+
private openFormSubscription;
|
|
45
|
+
private queryItemsToMultiInputValues;
|
|
46
|
+
private multiInputValuesToQueryItems;
|
|
47
|
+
private queryItemsValidator;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseCountsConfigurationComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseCountsConfigurationComponent, "ng-component", never, { "dataSourceKey": { "alias": "dataSourceKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "prefillConfiguration": { "alias": "prefillConfiguration"; "required": false; }; }, { "configurationEvent": "configurationEvent"; }, never, never, false, never>;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=case-counts-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-counts-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/components/case-counts-configuration/case-counts-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAGL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,mBAAmB,EAAE,gCAAgC,EAAC,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,eAAe,EAIf,UAAU,EAGX,MAAM,MAAM,CAAC;AACd,OAAO,EACL,eAAe,EACf,WAAW,EAIZ,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,uBAAuB,EAAuB,uBAAuB,EAAC,MAAM,cAAc,CAAC;AACnG,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,WAAW,EAAE,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAC,cAAc,EAAE,gBAAgB,EAAE,uBAAuB,EAAC,MAAM,qBAAqB,CAAC;AAC9F,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAKrD,qBAMa,gCACX,YAAW,MAAM,EAAE,SAAS,EAAE,gCAAgC;IAyG5D,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,WAAW;IA1Gd,aAAa,EAAE,MAAM,CAAC;IAEtC,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAGtC;IAEF,SAAgB,IAAI;;;OAMjB;IAEH,IAAoB,QAAQ,CAAC,aAAa,EAAE,OAAO,EAMlD;IAED,IAAW,UAAU,IAAI,eAAe,CAAC,uBAAuB,EAAE,CAAC,CAElE;IAED,IAAW,gBAAgB,IAAI,UAAU,CAAC,uBAAuB,EAAE,CAAC,CAEnE;IAED,IAAW,eAAe,IAAI,UAAU,CAAC,IAAI,EAAE,CAAC,CAK/C;IAED,IAAW,kBAAkB,8BAE5B;IAED,IAAW,YAAY,IAAI,OAAO,CAEjC;IAED,IAAa,oBAAoB,CAAC,kBAAkB,EAAE,uBAAuB,EAW5E;IAEgB,kBAAkB,6DAE/B;IAEJ,SAAgB,2BAA2B,0BAAmC;IAE9E,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAUzD;IAEF,OAAO,CAAC,QAAQ,CAAC,UAAU,CAOzB;IAEF,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAU7D;IAEJ,SAAgB,uBAAuB,iCAA2B;IAElE,OAAO,CAAC,cAAc,CAAsB;gBAGzB,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,gBAAgB,EAAE,gBAAgB,EAClC,WAAW,EAAE,WAAW;IAKpC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,0BAA0B,CAAC,sBAAsB,EAAE,QAAQ,GAAG,IAAI;IAWlE,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,IAAI;IAYpE,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAYpD,YAAY,IAAI,IAAI;IAKpB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI;IAKnC,OAAO,CAAC,oBAAoB;IAc5B,OAAO,CAAC,4BAA4B;IAapC,OAAO,CAAC,4BAA4B;IAapC,OAAO,CAAC,mBAAmB;yCA/MhB,gCAAgC;2CAAhC,gCAAgC;CAsO5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/components/case-counts-configuration/index.ts"],"names":[],"mappings":"AAgBA,cAAc,uCAAuC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/components/index.ts"],"names":[],"mappings":"AAgBA,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/index.ts"],"names":[],"mappings":"AAgBA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { QueryCondition } from '../../../models';
|
|
2
|
+
import { MultiInputValues } from '@valtimo/components';
|
|
3
|
+
interface CaseCountsQueryItem {
|
|
4
|
+
label: string;
|
|
5
|
+
queryConditions: QueryCondition[];
|
|
6
|
+
}
|
|
7
|
+
interface CaseCountsConfiguration {
|
|
8
|
+
documentDefinition: string;
|
|
9
|
+
queryItems: CaseCountsQueryItem[];
|
|
10
|
+
}
|
|
11
|
+
interface CaseCountsQueryItemForm {
|
|
12
|
+
label: string;
|
|
13
|
+
queryConditions: MultiInputValues;
|
|
14
|
+
}
|
|
15
|
+
export { CaseCountsConfiguration, CaseCountsQueryItemForm, CaseCountsQueryItem };
|
|
16
|
+
//# sourceMappingURL=case-counts.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-counts.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/models/case-counts.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,cAAc,EAAE,CAAC;CACnC;AAED,UAAU,uBAAuB;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,mBAAmB,EAAE,CAAC;CACnC;AAED,UAAU,uBAAuB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,gBAAgB,CAAC;CACnC;AAED,OAAO,EAAC,uBAAuB,EAAE,uBAAuB,EAAE,mBAAmB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-counts/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/case-group-by-configuration/case-group-by-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../../pipes/widget-translate/widget-translate-pipe.module";
|
|
6
|
+
import * as i5 from "carbon-components-angular";
|
|
7
|
+
import * as i6 from "@valtimo/components";
|
|
8
|
+
export declare class CaseGroupByDataSourceModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseGroupByDataSourceModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaseGroupByDataSourceModule, [typeof i1.CaseGroupByConfigurationComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.WidgetTranslatePipeModule, typeof i5.InputModule, typeof i5.DropdownModule, typeof i6.CarbonMultiInputModule, typeof i6.ValuePathSelectorComponent], [typeof i1.CaseGroupByConfigurationComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CaseGroupByDataSourceModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=case-group-by.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-group-by.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-group-by/case-group-by.module.ts"],"names":[],"mappings":";;;;;;;AA0BA,qBAgBa,2BAA2B;yCAA3B,2BAA2B;0CAA3B,2BAA2B;0CAA3B,2BAA2B;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-group-by.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-group-by/case-group-by.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AAIrD,eAAO,MAAM,kCAAkC,EAAE,uBAwDhD,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ConfigurationOutput, DataSourceConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { AbstractControl, FormBuilder } from '@angular/forms';
|
|
5
|
+
import { CaseGroupByConfiguration, CaseGroupByConfigurationFormValue } from '../../models';
|
|
6
|
+
import { DocumentService } from '@valtimo/document';
|
|
7
|
+
import { ListItem } from 'carbon-components-angular';
|
|
8
|
+
import { ListItemWithId, MultiInputValues, ValuePathSelectorPrefix } from '@valtimo/components';
|
|
9
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class CaseGroupByConfigurationComponent implements OnInit, OnDestroy, DataSourceConfigurationComponent {
|
|
12
|
+
private readonly fb;
|
|
13
|
+
private readonly documentService;
|
|
14
|
+
private readonly translateService;
|
|
15
|
+
dataSourceKey: string;
|
|
16
|
+
readonly form: import("@angular/forms").FormGroup<{
|
|
17
|
+
documentDefinition: import("@angular/forms").FormControl<any>;
|
|
18
|
+
path: import("@angular/forms").FormControl<any>;
|
|
19
|
+
queryConditions: import("@angular/forms").FormControl<any[]>;
|
|
20
|
+
enum: import("@angular/forms").FormControl<any[]>;
|
|
21
|
+
}>;
|
|
22
|
+
get documentDefinition(): AbstractControl<string>;
|
|
23
|
+
get path(): AbstractControl<string>;
|
|
24
|
+
get queryConditions(): AbstractControl<MultiInputValues>;
|
|
25
|
+
get enum(): AbstractControl<MultiInputValues>;
|
|
26
|
+
get formDisabled(): boolean;
|
|
27
|
+
get formValue$(): Observable<Partial<CaseGroupByConfigurationFormValue>>;
|
|
28
|
+
set disabled(disabledValue: boolean);
|
|
29
|
+
readonly selectedDocumentDefinition$: BehaviorSubject<string>;
|
|
30
|
+
readonly documentItems$: Observable<Array<ListItem>>;
|
|
31
|
+
private readonly _OPERATORS;
|
|
32
|
+
readonly operatorItems$: Observable<Array<ListItemWithId>>;
|
|
33
|
+
set prefillConfiguration(configurationValue: CaseGroupByConfiguration);
|
|
34
|
+
configurationEvent: EventEmitter<ConfigurationOutput<CaseGroupByConfiguration>>;
|
|
35
|
+
readonly ValuePathSelectorPrefix: typeof ValuePathSelectorPrefix;
|
|
36
|
+
private _subscriptions;
|
|
37
|
+
constructor(fb: FormBuilder, documentService: DocumentService, translateService: TranslateService);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
ngOnDestroy(): void;
|
|
40
|
+
documentDefinitionSelected(documentDefinitionItem: ListItem): void;
|
|
41
|
+
conditionsValueChange(values: MultiInputValues): void;
|
|
42
|
+
enumValueChange(values: MultiInputValues): void;
|
|
43
|
+
private openFormSubscription;
|
|
44
|
+
private queryConditionsValidator;
|
|
45
|
+
private enumValidator;
|
|
46
|
+
private enumToMultiInputValues;
|
|
47
|
+
private multiInputValuesToEnum;
|
|
48
|
+
private queryConditionsToMultiInputValues;
|
|
49
|
+
private multiInputValuesToQueryConditions;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseGroupByConfigurationComponent, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseGroupByConfigurationComponent, "ng-component", never, { "dataSourceKey": { "alias": "dataSourceKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "prefillConfiguration": { "alias": "prefillConfiguration"; "required": false; }; }, { "configurationEvent": "configurationEvent"; }, never, never, false, never>;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=case-group-by-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-group-by-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-group-by/components/case-group-by-configuration/case-group-by-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAGL,YAAY,EAEZ,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,mBAAmB,EACnB,gCAAgC,EAEjC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAC,eAAe,EAAsB,UAAU,EAA0B,MAAM,MAAM,CAAC;AAC9F,OAAO,EACL,eAAe,EACf,WAAW,EAIZ,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,wBAAwB,EACxB,iCAAiC,EAElC,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAC,cAAc,EAAE,gBAAgB,EAAE,uBAAuB,EAAC,MAAM,qBAAqB,CAAC;AAC9F,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAIrD,qBAMa,iCACX,YAAW,MAAM,EAAE,SAAS,EAAE,gCAAgC;IAuG5D,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IAvGnB,aAAa,EAAE,MAAM,CAAC;IAEtC,SAAgB,IAAI;;;;;OAKjB;IAEH,IAAW,kBAAkB,IAAI,eAAe,CAAC,MAAM,CAAC,CAEvD;IAED,IAAW,IAAI,IAAI,eAAe,CAAC,MAAM,CAAC,CAEzC;IAED,IAAW,eAAe,IAAI,eAAe,CAAC,gBAAgB,CAAC,CAE9D;IAED,IAAW,IAAI,IAAI,eAAe,CAAC,gBAAgB,CAAC,CAEnD;IAED,IAAW,YAAY,IAAI,OAAO,CAEjC;IAED,IAAW,UAAU,IAAI,UAAU,CAAC,OAAO,CAAC,iCAAiC,CAAC,CAAC,CAE9E;IAED,IAAoB,QAAQ,CAAC,aAAa,EAAE,OAAO,EAMlD;IAED,SAAgB,2BAA2B,0BAAmC;IAE9E,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAUzD;IAEF,OAAO,CAAC,QAAQ,CAAC,UAAU,CAOzB;IAEF,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAU7D;IAEJ,IAAa,oBAAoB,CAAC,kBAAkB,EAAE,wBAAwB,EAc7E;IAEgB,kBAAkB,8DAE/B;IAEJ,SAAgB,uBAAuB,iCAA2B;IAElE,OAAO,CAAC,cAAc,CAAsB;gBAGzB,EAAE,EAAE,WAAW,EACf,eAAe,EAAE,eAAe,EAChC,gBAAgB,EAAE,gBAAgB;IAG9C,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,0BAA0B,CAAC,sBAAsB,EAAE,QAAQ,GAAG,IAAI;IAWlE,qBAAqB,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI;IAUrD,eAAe,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI;IAUtD,OAAO,CAAC,oBAAoB;IAe5B,OAAO,CAAC,wBAAwB;IAehC,OAAO,CAAC,aAAa;IAerB,OAAO,CAAC,sBAAsB;IAO9B,OAAO,CAAC,sBAAsB;IAI9B,OAAO,CAAC,iCAAiC;IAQzC,OAAO,CAAC,iCAAiC;yCApN9B,iCAAiC;2CAAjC,iCAAiC;CA2N7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-group-by/components/case-group-by-configuration/index.ts"],"names":[],"mappings":"AAgBA,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-group-by/components/index.ts"],"names":[],"mappings":"AAgBA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dashboard/src/lib/data-sources/case-group-by/index.ts"],"names":[],"mappings":"AAgBA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC"}
|