@valtimo/case 13.39.0 → 13.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/valtimo-case.mjs +178 -16
- package/fesm2022/valtimo-case.mjs.map +1 -1
- package/lib/components/case-detail/tab/progress/progress.component.d.ts +32 -2
- package/lib/components/case-detail/tab/progress/progress.component.d.ts.map +1 -1
- package/lib/components/case-detail/tab/widgets/components/text/case-widget-text.component.d.ts +30 -0
- package/lib/components/case-detail/tab/widgets/components/text/case-widget-text.component.d.ts.map +1 -0
- package/lib/components/case-detail/tab/widgets/widgets.component.d.ts.map +1 -1
- package/lib/models/pending-skip.model.d.ts +8 -0
- package/lib/models/pending-skip.model.d.ts.map +1 -0
- package/lib/services/case-process-timer.service.d.ts +16 -0
- package/lib/services/case-process-timer.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +1 -0
- package/lib/services/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,17 +1,47 @@
|
|
|
1
|
+
import { DestroyRef } from '@angular/core';
|
|
1
2
|
import { ActivatedRoute } from '@angular/router';
|
|
2
3
|
import { DocumentService, LoadedValue, ProcessDocumentInstance } from '@valtimo/document';
|
|
4
|
+
import { SkippableTimer } from '@valtimo/process';
|
|
5
|
+
import { GlobalNotificationService } from '@valtimo/shared';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
7
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
8
|
import { ListItem } from 'carbon-components-angular/dropdown';
|
|
9
|
+
import { CaseProcessTimerService } from '../../../../services';
|
|
5
10
|
import * as i0 from "@angular/core";
|
|
6
11
|
export declare class CaseDetailTabProgressComponent {
|
|
7
12
|
private readonly route;
|
|
8
13
|
private readonly documentService;
|
|
14
|
+
private readonly caseProcessTimerService;
|
|
15
|
+
private readonly notificationService;
|
|
16
|
+
private readonly translateService;
|
|
17
|
+
private readonly destroyRef;
|
|
18
|
+
private readonly _documentId$;
|
|
19
|
+
private readonly _reloadProcessInstances$;
|
|
20
|
+
readonly selectedProcessInstanceId$: BehaviorSubject<string>;
|
|
9
21
|
private readonly processDocumentInstances$;
|
|
10
22
|
readonly processInstanceItems$: Observable<LoadedValue<Array<ListItem>>>;
|
|
11
|
-
readonly selectedProcessInstanceId$: BehaviorSubject<string>;
|
|
12
23
|
readonly selectedProcessInstance$: Observable<LoadedValue<ProcessDocumentInstance>>;
|
|
13
|
-
|
|
24
|
+
readonly diagramReloadToken$: BehaviorSubject<number>;
|
|
25
|
+
readonly showSkipConfirm$: BehaviorSubject<boolean>;
|
|
26
|
+
private readonly _reloadTimers$;
|
|
27
|
+
/**
|
|
28
|
+
* The endpoint only returns the timers the user is allowed to complete, so no separate permission
|
|
29
|
+
* check is needed here. Checking the `complete` permission on `OperatonTimer` up front would not
|
|
30
|
+
* work for permissions that are conditional on the timer or the case it belongs to.
|
|
31
|
+
*/
|
|
32
|
+
readonly skippableTimers$: Observable<Array<SkippableTimer>>;
|
|
33
|
+
readonly canSkipTimer$: Observable<boolean>;
|
|
34
|
+
private readonly _pendingSkip$;
|
|
35
|
+
constructor(route: ActivatedRoute, documentService: DocumentService, caseProcessTimerService: CaseProcessTimerService, notificationService: GlobalNotificationService, translateService: TranslateService, destroyRef: DestroyRef);
|
|
14
36
|
loadProcessInstance(processInstanceId: string): void;
|
|
37
|
+
/**
|
|
38
|
+
* The case and process instance the timer belongs to are captured here, so confirming skips the
|
|
39
|
+
* timer in the context it was requested from, even when the selection or the route changed in the
|
|
40
|
+
* meantime.
|
|
41
|
+
*/
|
|
42
|
+
onRequestSkipTimer(timer: SkippableTimer): void;
|
|
43
|
+
onConfirmSkipTimer(): void;
|
|
44
|
+
onCancelSkipTimer(): void;
|
|
15
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseDetailTabProgressComponent, never>;
|
|
16
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseDetailTabProgressComponent, "valtimo-case-detail-tab-progress", never, {}, {}, never, never, false, never>;
|
|
17
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/progress/progress.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"progress.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/progress/progress.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;AAEpD,OAAO,EAAC,cAAc,EAAW,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,eAAe,EAAE,WAAW,EAAE,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;AACxF,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,yBAAyB,EAAC,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,eAAe,EAIf,UAAU,EAOX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,QAAQ,EAAC,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAC,uBAAuB,EAAC,MAAM,sBAAsB,CAAC;;AAG7D,qBAMa,8BAA8B;IA8GvC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAlH7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAG3B;IAEF,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAwC;IAEjF,SAAgB,0BAA0B,0BAA4C;IAEtF,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CA+BtC;IAEJ,SAAgB,qBAAqB,EAAE,UAAU,CAAC,WAAW,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAgB7E;IAEF,SAAgB,wBAAwB,EAAE,UAAU,CAAC,WAAW,CAAC,uBAAuB,CAAC,CAAC,CAYtF;IAEJ,SAAgB,mBAAmB,0BAAkC;IACrE,SAAgB,gBAAgB,2BAAuC;IAEvE,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAwC;IAEvE;;;;OAIG;IACH,SAAgB,gBAAgB,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAgBjE;IAEF,SAAgB,aAAa,EAAE,UAAU,CAAC,OAAO,CAAC,CAEhD;IAEF,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAiD;gBAG5D,KAAK,EAAE,cAAc,EACrB,eAAe,EAAE,eAAe,EAChC,uBAAuB,EAAE,uBAAuB,EAChD,mBAAmB,EAAE,yBAAyB,EAC9C,gBAAgB,EAAE,gBAAgB,EAClC,UAAU,EAAE,UAAU;IAGlC,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,GAAG,IAAI;IAM3D;;;;OAIG;IACI,kBAAkB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAa/C,kBAAkB,IAAI,IAAI;IA8B1B,iBAAiB,IAAI,IAAI;yCA5KrB,8BAA8B;2CAA9B,8BAA8B;CAgL1C"}
|
package/lib/components/case-detail/tab/widgets/components/text/case-widget-text.component.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { PermissionService } from '@valtimo/access-control';
|
|
3
|
+
import { DocumentService } from '@valtimo/document';
|
|
4
|
+
import { TextWidget, WidgetAction, WidgetLayoutService } from '@valtimo/layout';
|
|
5
|
+
import { BehaviorSubject } from 'rxjs';
|
|
6
|
+
import { WidgetsService } from '../../widgets.service';
|
|
7
|
+
import { WidgetProcess } from '../widget-process/widget-process';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CaseWidgetTextComponent extends WidgetProcess implements OnInit {
|
|
10
|
+
protected readonly documentService: DocumentService;
|
|
11
|
+
protected readonly permissionService: PermissionService;
|
|
12
|
+
private readonly widgetsService;
|
|
13
|
+
private readonly widgetLayoutService;
|
|
14
|
+
set documentId(value: string);
|
|
15
|
+
set widgetConfiguration(value: TextWidget);
|
|
16
|
+
readonly widgetUuid: string;
|
|
17
|
+
readonly widgetConfiguration$: BehaviorSubject<TextWidget>;
|
|
18
|
+
constructor(documentService: DocumentService, permissionService: PermissionService, widgetsService: WidgetsService, widgetLayoutService: WidgetLayoutService);
|
|
19
|
+
/**
|
|
20
|
+
* The content of a text widget is part of its configuration, so there is no data to fetch.
|
|
21
|
+
* The layout still has to be told the widget is ready, because it only considers itself loaded
|
|
22
|
+
* once at least one widget has reported in — a tab containing only text widgets would otherwise
|
|
23
|
+
* keep showing its loading state.
|
|
24
|
+
*/
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
onProcessStartClick(process: WidgetAction): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseWidgetTextComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaseWidgetTextComponent, "valtimo-case-widget-text", never, { "documentId": { "alias": "documentId"; "required": true; }; "widgetConfiguration": { "alias": "widgetConfiguration"; "required": false; }; "widgetUuid": { "alias": "widgetUuid"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=case-widget-text.component.d.ts.map
|
package/lib/components/case-detail/tab/widgets/components/text/case-widget-text.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-widget-text.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/widgets/components/text/case-widget-text.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAA4C,MAAM,EAAC,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,UAAU,EAAE,YAAY,EAAE,mBAAmB,EAAsB,MAAM,iBAAiB,CAAC;AAEnG,OAAO,EAAC,eAAe,EAAC,MAAM,MAAM,CAAC;AAErC,OAAO,EAAC,cAAc,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,kCAAkC,CAAC;;AAE/D,qBAOa,uBAAwB,SAAQ,aAAc,YAAW,MAAM;IAgBxE,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe;IACnD,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB;IACvD,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAlBtC,IAAoC,UAAU,CAAC,KAAK,EAAE,MAAM,EAE3D;IAED,IAAoB,mBAAmB,CAAC,KAAK,EAAE,UAAU,EAIxD;IAED,SAAyB,UAAU,EAAE,MAAM,CAAC;IAE5C,SAAgB,oBAAoB,8BAAgD;gBAG/D,eAAe,EAAE,eAAe,EAChC,iBAAiB,EAAE,iBAAiB,EACtC,cAAc,EAAE,cAAc,EAC9B,mBAAmB,EAAE,mBAAmB;IAK3D;;;;;OAKG;IACI,QAAQ,IAAI,IAAI;IAIhB,mBAAmB,CAAC,OAAO,EAAE,YAAY,GAAG,IAAI;yCAlC5C,uBAAuB;2CAAvB,uBAAuB;CAsCnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"widgets.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/widgets/widgets.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAkD,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AACjG,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAmB,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAEnE,OAAO,EAA6B,UAAU,EAAoC,MAAM,MAAM,CAAC;AAC/F,OAAO,EAAC,cAAc,EAAE,qBAAqB,EAAC,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAEL,kBAAkB,EAKlB,WAAW,EACZ,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"widgets.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/widgets/widgets.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAkD,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AACjG,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAmB,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAEnE,OAAO,EAA6B,UAAU,EAAoC,MAAM,MAAM,CAAC;AAC/F,OAAO,EAAC,cAAc,EAAE,qBAAqB,EAAC,MAAM,sBAAsB,CAAC;AAE3E,OAAO,EAEL,kBAAkB,EAKlB,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAazB,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AACxC,OAAO,EAAC,cAAc,EAAC,MAAM,mBAAmB,CAAC;;AAGjD,qBAaa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IA4DhE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,cAAc;IA/DI,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAQ;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAQ;IACtC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAQ;IAE9E,OAAO,CAAC,QAAQ,CAAC,YAAY,CAG3B;IAEF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAyD;IAElF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAOhC;IAEF,OAAO,CAAC,4BAA4B,CAA8B;IAElE,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAYpC;IAEF,SAAgB,aAAa,EAAE,UAAU,CAAC,WAAW,EAAE,CAAC,CAEtD;IAEF,SAAgB,aAAa,EAAE,UAAU,CAAC,YAAY,GAAG,SAAS,CAAC,CACiB;IAEpF,SAAgB,kBAAkB,EAAE,kBAAkB,CAapD;gBAGiB,KAAK,EAAE,cAAc,EACrB,cAAc,EAAE,cAAc,EAC9B,iBAAiB,EAAE,qBAAqB,EACxC,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,cAAc;IAG1C,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,kBAAkB;IAuB1B,OAAO,CAAC,6BAA6B;yCAlG1B,0BAA0B;2CAA1B,0BAA0B;CA2HtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pending-skip.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/case/src/lib/models/pending-skip.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAEhD,UAAU,WAAW;IACnB,KAAK,EAAE,cAAc,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,OAAO,EAAC,WAAW,EAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { ConfigService } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ProcessJob } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CaseProcessTimerService {
|
|
7
|
+
private readonly http;
|
|
8
|
+
private readonly configService;
|
|
9
|
+
private readonly _baseUrl;
|
|
10
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
11
|
+
getSkippableTimers(caseId: string, processInstanceId: string): Observable<ProcessJob[]>;
|
|
12
|
+
skipTimer(caseId: string, processInstanceId: string, jobId: string): Observable<void>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseProcessTimerService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CaseProcessTimerService>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=case-process-timer.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-process-timer.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/case/src/lib/services/case-process-timer.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,WAAW,CAAC;;AAErC,qBACa,uBAAuB;IAIhC,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAJhC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;gBAGf,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,aAAa;IAKxC,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,UAAU,CAAC,UAAU,EAAE,CAAC;IAMvF,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;yCAhBjF,uBAAuB;6CAAvB,uBAAuB;CAsBnC"}
|
package/lib/services/index.d.ts
CHANGED
|
@@ -20,4 +20,5 @@ export * from './case-list-hidden-columns.service';
|
|
|
20
20
|
export * from './case-list-quick-search.service';
|
|
21
21
|
export * from './case-list-orchestration.service';
|
|
22
22
|
export * from './case-inspection.service';
|
|
23
|
+
export * from './case-process-timer.service';
|
|
23
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/case/src/lib/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/case/src/lib/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC"}
|