@valtimo/case 13.13.0 → 13.15.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-case.mjs +9 -35
- package/fesm2022/valtimo-case.mjs.map +1 -1
- package/lib/components/case-detail/tab/widgets/components/custom/case-widget-custom.component.d.ts +2 -10
- package/lib/components/case-detail/tab/widgets/components/custom/case-widget-custom.component.d.ts.map +1 -1
- package/lib/components/case-detail-header-widget/case-detail-header-widget.component.d.ts +0 -1
- package/lib/components/case-detail-header-widget/case-detail-header-widget.component.d.ts.map +1 -1
- package/package.json +1 -1
package/lib/components/case-detail/tab/widgets/components/custom/case-widget-custom.component.d.ts
CHANGED
|
@@ -3,26 +3,18 @@ import { DocumentService } from '@valtimo/document';
|
|
|
3
3
|
import { PermissionService } from '@valtimo/access-control';
|
|
4
4
|
import { WidgetProcess } from '../widget-process/widget-process';
|
|
5
5
|
import { WidgetsService } from '../../widgets.service';
|
|
6
|
-
import { CustomWidget, WidgetAction
|
|
7
|
-
import { CaseTabService, CaseWidgetsApiService } from '../../../../../../services';
|
|
6
|
+
import { CustomWidget, WidgetAction } from '@valtimo/layout';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class CaseWidgetCustomComponent extends WidgetProcess {
|
|
10
9
|
private readonly widgetsService;
|
|
11
10
|
protected readonly documentService: DocumentService;
|
|
12
11
|
protected readonly permissionService: PermissionService;
|
|
13
|
-
private readonly caseTabService;
|
|
14
|
-
private readonly caseWidgetApiService;
|
|
15
|
-
private readonly widgetLayoutService;
|
|
16
|
-
private readonly _documentId$;
|
|
17
12
|
set documentId(value: string);
|
|
18
13
|
set widgetConfiguration(value: CustomWidget);
|
|
19
14
|
readonly widgetUuid: string;
|
|
20
15
|
private readonly _widgetConfigSubject$;
|
|
21
|
-
private readonly _tabKey$;
|
|
22
|
-
private readonly _refresh$;
|
|
23
16
|
get widgetConfig$(): Observable<CustomWidget>;
|
|
24
|
-
|
|
25
|
-
constructor(widgetsService: WidgetsService, documentService: DocumentService, permissionService: PermissionService, caseTabService: CaseTabService, caseWidgetApiService: CaseWidgetsApiService, widgetLayoutService: WidgetLayoutService);
|
|
17
|
+
constructor(widgetsService: WidgetsService, documentService: DocumentService, permissionService: PermissionService);
|
|
26
18
|
onProcessStartClick(process: WidgetAction): void;
|
|
27
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaseWidgetCustomComponent, never>;
|
|
28
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaseWidgetCustomComponent, "valtimo-case-widget-custom", never, { "documentId": { "alias": "documentId"; "required": true; }; "widgetConfiguration": { "alias": "widgetConfiguration"; "required": false; }; "widgetUuid": { "alias": "widgetUuid"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-widget-custom.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/widgets/components/custom/case-widget-custom.component.ts"],"names":[],"mappings":"AAkBA,OAAO,
|
|
1
|
+
{"version":3,"file":"case-widget-custom.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../../projects/valtimo/case/src/lib/components/case-detail/tab/widgets/components/custom/case-widget-custom.component.ts"],"names":[],"mappings":"AAkBA,OAAO,EAA0B,UAAU,EAAC,MAAM,MAAM,CAAC;AAGzD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAE1D,OAAO,EAAC,aAAa,EAAC,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAC,cAAc,EAAC,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAC,YAAY,EAAE,YAAY,EAAwB,MAAM,iBAAiB,CAAC;;AAElF,qBAOa,yBAA0B,SAAQ,aAAa;IAkBxD,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe;IACnD,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB;IAnBzD,IAAoC,UAAU,CAAC,KAAK,EAAE,MAAM,EAE3D;IACD,IAAoB,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAI1D;IACD,SAAyB,UAAU,EAAE,MAAM,CAAC;IAE5C,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAkD;IAExF,IAAW,aAAa,IAAI,UAAU,CAAC,YAAY,CAAC,CAEnD;gBAGkB,cAAc,EAAE,cAAc,EAC5B,eAAe,EAAE,eAAe,EAChC,iBAAiB,EAAE,iBAAiB;IAKlD,mBAAmB,CAAC,OAAO,EAAE,YAAY,GAAG,IAAI;yCAzB5C,yBAAyB;2CAAzB,yBAAyB;CA4BrC"}
|
|
@@ -14,7 +14,6 @@ export declare class CaseDetailHeaderWidgetComponent implements OnInit, OnDestro
|
|
|
14
14
|
private readonly _documentId$;
|
|
15
15
|
readonly canViewCaseHeaderWidget$: import("rxjs").Observable<boolean>;
|
|
16
16
|
private readonly _fetchData$;
|
|
17
|
-
private readonly _highContrast$;
|
|
18
17
|
readonly headerWidget$: import("rxjs").Observable<import("@valtimo/layout").BasicWidget>;
|
|
19
18
|
readonly theme$: import("rxjs").Observable<CARBON_THEME.G10 | CARBON_THEME.G90>;
|
|
20
19
|
readonly headerWidgetData$: import("rxjs").Observable<any>;
|
package/lib/components/case-detail-header-widget/case-detail-header-widget.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"case-detail-header-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/case/src/lib/components/case-detail-header-widget/case-detail-header-widget.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AAEnE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"case-detail-header-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/case/src/lib/components/case-detail-header-widget/case-detail-header-widget.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AAEnE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAY/C,OAAO,EAAC,0BAA0B,EAAC,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAI1D,OAAO,EAAC,YAAY,EAAE,eAAe,EAAqB,MAAM,qBAAqB,CAAC;AAEtF,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;;AAExC,qBAOa,+BAAgC,YAAW,MAAM,EAAE,SAAS;IAqDrE,OAAO,CAAC,QAAQ,CAAC,0BAA0B;IAC3C,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAxD7B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAI3B;IAEF,SAAgB,wBAAwB,qCAOtC;IAEF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAuB;IAEnD,SAAgB,aAAa,mEAO3B;IAEF,SAAgB,MAAM,iEAKpB;IAEF,SAAgB,iBAAiB,iCAG/B;IAEF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAOhC;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;IAErD,SAAgB,gBAAgB,kDAA0B;gBAGvC,0BAA0B,EAAE,0BAA0B,EACtD,KAAK,EAAE,cAAc,EACrB,iBAAiB,EAAE,iBAAiB,EACpC,eAAe,EAAE,eAAe,EAChC,UAAU,EAAE,UAAU;IAGlC,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,iBAAiB,CAAC,eAAe,EAAE,OAAO,GAAG,IAAI;yCApE7C,+BAA+B;2CAA/B,+BAA+B;CAuE3C"}
|