@valtimo/dossier 10.7.0 → 11.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/{esm2020 → esm2022}/lib/components/note-modal/note-modal.component.mjs +5 -5
- package/esm2022/lib/dossier-assign-user/dossier-assign-user.component.mjs +98 -0
- package/esm2022/lib/dossier-bulk-assign-modal/dossier-bulk-assign-modal.component.mjs +75 -0
- package/esm2022/lib/dossier-detail/dossier-detail.component.mjs +175 -0
- package/{esm2020 → esm2022}/lib/dossier-detail/tab/audit/audit.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/dossier-detail/tab/contact-moments/contact-moments.component.mjs +4 -4
- package/esm2022/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.mjs +146 -0
- package/{esm2020 → esm2022}/lib/dossier-detail/tab/documents/documents.component.mjs +4 -4
- package/esm2022/lib/dossier-detail/tab/notes/notes.component.mjs +166 -0
- package/esm2022/lib/dossier-detail/tab/object-type/object-type.component.mjs +121 -0
- package/esm2022/lib/dossier-detail/tab/progress/progress.component.mjs +52 -0
- package/esm2022/lib/dossier-detail/tab/s3-documents/s3-documents.component.mjs +136 -0
- package/esm2022/lib/dossier-detail/tab/summary/summary.component.mjs +130 -0
- package/esm2022/lib/dossier-detail/tab/zaakobjecten/zaakobjecten.component.mjs +112 -0
- package/esm2022/lib/dossier-list/dossier-list.component.mjs +371 -0
- package/esm2022/lib/dossier-list-actions/dossier-list-actions.component.mjs +84 -0
- package/esm2022/lib/dossier-process-start-modal/dossier-process-start-modal.component.mjs +133 -0
- package/{esm2020 → esm2022}/lib/dossier-routing.module.mjs +5 -5
- package/esm2022/lib/dossier-supporting-process-start-modal/dossier-supporting-process-start-modal.component.mjs +116 -0
- package/{esm2020 → esm2022}/lib/dossier-update/dossier-update.component.mjs +5 -5
- package/esm2022/lib/dossier.module.mjs +282 -0
- package/esm2022/lib/dossier.service.mjs +58 -0
- package/esm2022/lib/models/candidate-user.model.mjs +17 -0
- package/{esm2020 → esm2022}/lib/models/dossier-parameters.model.mjs +1 -1
- package/esm2022/lib/models/index.mjs +21 -0
- package/esm2022/lib/permissions/dossier.permissions.mjs +55 -0
- package/esm2022/lib/permissions/index.mjs +17 -0
- package/esm2022/lib/services/dossier-bulk-assign.service.mjs +35 -0
- package/esm2022/lib/services/dossier-column.service.mjs +98 -0
- package/esm2022/lib/services/dossier-list-assignee.service.mjs +89 -0
- package/esm2022/lib/services/dossier-list-pagination.service.mjs +119 -0
- package/esm2022/lib/services/dossier-list-search.service.mjs +59 -0
- package/esm2022/lib/services/dossier-list.service.mjs +74 -0
- package/esm2022/lib/services/dossier-parameter.service.mjs +165 -0
- package/{esm2020 → esm2022}/lib/services/file-sort.service.mjs +4 -4
- package/esm2022/lib/services/index.mjs +25 -0
- package/esm2022/lib/services/notes.service.mjs +76 -0
- package/{esm2020 → esm2022}/lib/services/zaakobjecten.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tab.service.mjs +4 -4
- package/esm2022/public_api.mjs +36 -0
- package/fesm2022/valtimo-dossier.mjs +3681 -0
- package/fesm2022/valtimo-dossier.mjs.map +1 -0
- package/lib/components/note-modal/note-modal.component.d.ts +3 -3
- package/lib/components/note-modal/note-modal.component.d.ts.map +1 -1
- package/lib/dossier-assign-user/dossier-assign-user.component.d.ts +12 -18
- package/lib/dossier-assign-user/dossier-assign-user.component.d.ts.map +1 -1
- package/lib/dossier-bulk-assign-modal/dossier-bulk-assign-modal.component.d.ts +22 -0
- package/lib/dossier-bulk-assign-modal/dossier-bulk-assign-modal.component.d.ts.map +1 -0
- package/lib/dossier-detail/dossier-detail.component.d.ts +34 -31
- package/lib/dossier-detail/dossier-detail.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/audit/audit.component.d.ts +1 -1
- package/lib/dossier-detail/tab/contact-moments/contact-moments.component.d.ts +1 -1
- package/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.d.ts +2 -3
- package/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/documents/documents.component.d.ts +1 -1
- package/lib/dossier-detail/tab/notes/notes.component.d.ts +19 -12
- package/lib/dossier-detail/tab/notes/notes.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/object-type/object-type.component.d.ts +3 -3
- package/lib/dossier-detail/tab/object-type/object-type.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/progress/progress.component.d.ts +1 -1
- package/lib/dossier-detail/tab/progress/progress.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/s3-documents/s3-documents.component.d.ts +2 -2
- package/lib/dossier-detail/tab/s3-documents/s3-documents.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/summary/summary.component.d.ts +8 -4
- package/lib/dossier-detail/tab/summary/summary.component.d.ts.map +1 -1
- package/lib/dossier-detail/tab/zaakobjecten/zaakobjecten.component.d.ts +3 -3
- package/lib/dossier-detail/tab/zaakobjecten/zaakobjecten.component.d.ts.map +1 -1
- package/lib/dossier-list/dossier-list.component.d.ts +52 -24
- package/lib/dossier-list/dossier-list.component.d.ts.map +1 -1
- package/lib/dossier-list-actions/dossier-list-actions.component.d.ts +5 -6
- package/lib/dossier-list-actions/dossier-list-actions.component.d.ts.map +1 -1
- package/lib/dossier-process-start-modal/dossier-process-start-modal.component.d.ts +4 -7
- package/lib/dossier-process-start-modal/dossier-process-start-modal.component.d.ts.map +1 -1
- package/lib/dossier-supporting-process-start-modal/dossier-supporting-process-start-modal.component.d.ts +4 -7
- package/lib/dossier-supporting-process-start-modal/dossier-supporting-process-start-modal.component.d.ts.map +1 -1
- package/lib/dossier-update/dossier-update.component.d.ts +1 -1
- package/lib/dossier.module.d.ts +31 -31
- package/lib/dossier.module.d.ts.map +1 -1
- package/lib/dossier.service.d.ts +5 -1
- package/lib/dossier.service.d.ts.map +1 -1
- package/lib/models/candidate-user.model.d.ts +7 -0
- package/lib/models/candidate-user.model.d.ts.map +1 -0
- package/lib/models/dossier-parameters.model.d.ts +0 -1
- package/lib/models/dossier-parameters.model.d.ts.map +1 -1
- package/lib/models/index.d.ts +3 -2
- package/lib/models/index.d.ts.map +1 -1
- package/lib/models/search.model.d.ts +3 -3
- package/lib/models/search.model.d.ts.map +1 -1
- package/lib/permissions/dossier.permissions.d.ts +14 -0
- package/lib/permissions/dossier.permissions.d.ts.map +1 -0
- package/lib/permissions/index.d.ts +2 -0
- package/lib/permissions/index.d.ts.map +1 -0
- package/lib/services/dossier-bulk-assign.service.d.ts +17 -0
- package/lib/services/dossier-bulk-assign.service.d.ts.map +1 -0
- package/lib/services/dossier-column.service.d.ts +1 -1
- package/lib/services/dossier-column.service.d.ts.map +1 -1
- package/lib/services/dossier-list-assignee.service.d.ts +5 -4
- package/lib/services/dossier-list-assignee.service.d.ts.map +1 -1
- package/lib/services/dossier-list-pagination.service.d.ts +1 -1
- package/lib/services/dossier-list-pagination.service.d.ts.map +1 -1
- package/lib/services/dossier-list-search.service.d.ts +0 -3
- package/lib/services/dossier-list-search.service.d.ts.map +1 -1
- package/lib/services/dossier-list.service.d.ts +6 -0
- package/lib/services/dossier-list.service.d.ts.map +1 -1
- package/lib/services/dossier-parameter.service.d.ts.map +1 -1
- package/lib/services/index.d.ts +1 -0
- package/lib/services/index.d.ts.map +1 -1
- package/lib/services/notes.service.d.ts.map +1 -1
- package/lib/services/zaakobjecten.service.d.ts.map +1 -1
- package/package.json +13 -19
- package/public_api.d.ts +10 -9
- package/public_api.d.ts.map +1 -1
- package/esm2020/lib/dossier-assign-user/dossier-assign-user.component.mjs +0 -126
- package/esm2020/lib/dossier-detail/dossier-detail.component.mjs +0 -175
- package/esm2020/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.mjs +0 -147
- package/esm2020/lib/dossier-detail/tab/notes/notes.component.mjs +0 -153
- package/esm2020/lib/dossier-detail/tab/object-type/object-type.component.mjs +0 -122
- package/esm2020/lib/dossier-detail/tab/progress/progress.component.mjs +0 -51
- package/esm2020/lib/dossier-detail/tab/s3-documents/s3-documents.component.mjs +0 -134
- package/esm2020/lib/dossier-detail/tab/summary/summary.component.mjs +0 -124
- package/esm2020/lib/dossier-detail/tab/zaakobjecten/zaakobjecten.component.mjs +0 -113
- package/esm2020/lib/dossier-list/dossier-list.component.mjs +0 -224
- package/esm2020/lib/dossier-list-actions/dossier-list-actions.component.mjs +0 -86
- package/esm2020/lib/dossier-process-start-modal/dossier-process-start-modal.component.mjs +0 -192
- package/esm2020/lib/dossier-supporting-process-start-modal/dossier-supporting-process-start-modal.component.mjs +0 -181
- package/esm2020/lib/dossier.module.mjs +0 -259
- package/esm2020/lib/dossier.service.mjs +0 -50
- package/esm2020/lib/models/index.mjs +0 -20
- package/esm2020/lib/services/dossier-column.service.mjs +0 -100
- package/esm2020/lib/services/dossier-list-assignee.service.mjs +0 -82
- package/esm2020/lib/services/dossier-list-pagination.service.mjs +0 -116
- package/esm2020/lib/services/dossier-list-search.service.mjs +0 -66
- package/esm2020/lib/services/dossier-list.service.mjs +0 -56
- package/esm2020/lib/services/dossier-parameter.service.mjs +0 -167
- package/esm2020/lib/services/index.mjs +0 -24
- package/esm2020/lib/services/notes.service.mjs +0 -76
- package/esm2020/public_api.mjs +0 -35
- package/fesm2015/valtimo-dossier.mjs +0 -3348
- package/fesm2015/valtimo-dossier.mjs.map +0 -1
- package/fesm2020/valtimo-dossier.mjs +0 -3447
- package/fesm2020/valtimo-dossier.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/dossier-detail-tab-enum.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/dossier.config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/notes.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/search.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/tabs.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/zaakobjecten.model.mjs +0 -0
- /package/{esm2020 → esm2022}/valtimo-dossier.mjs +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { VModalComponent, ModalService } from '@valtimo/components';
|
|
3
3
|
import { BehaviorSubject, Observable, Subject, Subscription } from 'rxjs';
|
|
4
4
|
import { NotesService } from '../../services/notes.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NoteModalComponent implements AfterViewInit, OnDestroy {
|
|
7
7
|
private readonly notesService;
|
|
8
8
|
private readonly modalService;
|
|
9
|
-
noteModal:
|
|
9
|
+
noteModal: VModalComponent;
|
|
10
10
|
customData: any;
|
|
11
11
|
createNoteEvent: EventEmitter<any>;
|
|
12
12
|
editNoteEvent: EventEmitter<any>;
|
|
@@ -31,6 +31,6 @@ export declare class NoteModalComponent implements AfterViewInit, OnDestroy {
|
|
|
31
31
|
formValueChange(data: any): void;
|
|
32
32
|
private setValid;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoteModalComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NoteModalComponent, "valtimo-note-modal", never, { "customData": "customData"; }, { "createNoteEvent": "createNoteEvent"; "editNoteEvent": "editNoteEvent"; }, never, never, false>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NoteModalComponent, "valtimo-note-modal", never, { "customData": { "alias": "customData"; "required": false; }; }, { "createNoteEvent": "createNoteEvent"; "editNoteEvent": "editNoteEvent"; }, never, never, false, never>;
|
|
35
35
|
}
|
|
36
36
|
//# sourceMappingURL=note-modal.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"note-modal.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dossier/src/lib/components/note-modal/note-modal.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EACL,aAAa,EAEb,YAAY,EAEZ,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"note-modal.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/dossier/src/lib/components/note-modal/note-modal.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EACL,aAAa,EAEb,YAAY,EAEZ,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAE,OAAO,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AAEvF,OAAO,EAAC,YAAY,EAAC,MAAM,8BAA8B,CAAC;;AAE1D,qBAKa,kBAAmB,YAAW,aAAa,EAAE,SAAS;IAkB/D,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAlBP,SAAS,EAAE,eAAe,CAAC;IAC1C,UAAU,MAAC;IACV,eAAe,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IACxD,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAEhE,QAAQ,CAAC,SAAS,EAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IACzC,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAmC;IAC1E,QAAQ,CAAC,SAAS,uBAAkC;IACpD,QAAQ,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC,CAAgC;IAEvE,gBAAgB,EAAG,YAAY,CAAC;IAChC,gBAAgB,EAAG,YAAY,CAAC;IAEhC,QAAQ,CAAC,yBAAyB,mBAA0B;gBAGzC,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY;IAG7C,eAAe,IAAI,IAAI;IAKvB,WAAW,IAAI,IAAI;IAKnB,IAAI,IAAI,IAAI;IAMZ,MAAM,IAAI,IAAI;IAId,IAAI,IAAI,IAAI;IAUZ,YAAY,IAAI,IAAI;IAcpB,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,IAAI;IAMZ,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAKhC,OAAO,CAAC,QAAQ;yCAzFL,kBAAkB;2CAAlB,kBAAkB;CA4F9B"}
|
|
@@ -1,34 +1,28 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { DropdownItem } from '@valtimo/components';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { User } from '@valtimo/config';
|
|
5
3
|
import { DocumentService } from '@valtimo/document';
|
|
4
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DossierAssignUserComponent
|
|
6
|
+
export declare class DossierAssignUserComponent {
|
|
8
7
|
private readonly documentService;
|
|
9
|
-
documentId: string;
|
|
10
|
-
assigneeId: string;
|
|
11
|
-
assigneeFullName: string;
|
|
8
|
+
set documentId(value: string);
|
|
9
|
+
set assigneeId(value: string);
|
|
10
|
+
set assigneeFullName(value: string);
|
|
12
11
|
hasPermission: boolean;
|
|
13
12
|
assignmentOfDocumentChanged: EventEmitter<any>;
|
|
14
|
-
userIdToAssign: string | null;
|
|
15
|
-
readonly candidateUsersForDocument$: BehaviorSubject<User[]>;
|
|
16
13
|
readonly disabled$: BehaviorSubject<boolean>;
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
|
|
14
|
+
readonly documentId$: BehaviorSubject<string>;
|
|
15
|
+
readonly userItems$: Observable<Array<DropdownItem>>;
|
|
16
|
+
readonly assigneeId$: BehaviorSubject<string>;
|
|
17
|
+
readonly assigneeFullName$: BehaviorSubject<string>;
|
|
20
18
|
constructor(documentService: DocumentService);
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
19
|
assignDocument(userId: string): void;
|
|
25
20
|
unassignDocument(): void;
|
|
26
|
-
mapUsersForDropdown
|
|
27
|
-
private clear;
|
|
21
|
+
private mapUsersForDropdown;
|
|
28
22
|
private emitChange;
|
|
29
23
|
private enable;
|
|
30
24
|
private disable;
|
|
31
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierAssignUserComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierAssignUserComponent, "valtimo-dossier-assign-user", never, { "documentId": "documentId"; "assigneeId": "assigneeId"; "assigneeFullName": "assigneeFullName"; "hasPermission": "hasPermission"; }, { "assignmentOfDocumentChanged": "assignmentOfDocumentChanged"; }, never, never, false>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierAssignUserComponent, "valtimo-dossier-assign-user", never, { "documentId": { "alias": "documentId"; "required": false; }; "assigneeId": { "alias": "assigneeId"; "required": false; }; "assigneeFullName": { "alias": "assigneeFullName"; "required": false; }; "hasPermission": { "alias": "hasPermission"; "required": false; }; }, { "assignmentOfDocumentChanged": "assignmentOfDocumentChanged"; }, never, never, false, never>;
|
|
33
27
|
}
|
|
34
28
|
//# sourceMappingURL=dossier-assign-user.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dossier-assign-user.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dossier/src/lib/dossier-assign-user/dossier-assign-user.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dossier-assign-user.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dossier/src/lib/dossier-assign-user/dossier-assign-user.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,eAAe,EAAe,UAAU,EAAgB,MAAM,MAAM,CAAC;;AAI7E,qBAKa,0BAA0B;IA0BzB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAzB5C,IAAa,UAAU,CAAC,KAAK,EAAE,MAAM,EAEpC;IACD,IAAa,UAAU,CAAC,KAAK,EAAE,MAAM,EAEpC;IACD,IAAa,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAE1C;IACQ,aAAa,UAAQ;IACpB,2BAA2B,oBAAsB;IAE3D,SAAgB,SAAS,2BAAsC;IAC/D,SAAgB,WAAW,0BAAmC;IAC9D,SAAgB,UAAU,EAAE,UAAU,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAOzD;IACF,SAAgB,WAAW,0BAAmC;IAC9D,SAAgB,iBAAiB,0BAAmC;gBAEvC,eAAe,EAAE,eAAe;IAEtD,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAapC,gBAAgB,IAAI,IAAI;IAW/B,OAAO,CAAC,mBAAmB;IAY3B,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,OAAO;yCAxEJ,0BAA0B;2CAA1B,0BAA0B;CA2EtC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ListItem } from 'carbon-components-angular';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { DossierBulkAssignService } from '../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class DossierBulkAssignModalComponent {
|
|
8
|
+
private bulkAssignService;
|
|
9
|
+
private fb;
|
|
10
|
+
modalClass: string;
|
|
11
|
+
set documentIds(value: string[]);
|
|
12
|
+
open: boolean;
|
|
13
|
+
closeEvent: EventEmitter<string>;
|
|
14
|
+
candidateUsers$: Observable<ListItem[]>;
|
|
15
|
+
formGroup: FormGroup;
|
|
16
|
+
constructor(bulkAssignService: DossierBulkAssignService, fb: FormBuilder);
|
|
17
|
+
closeModal(confirm?: boolean): void;
|
|
18
|
+
trackByIndex(index: number): number;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DossierBulkAssignModalComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierBulkAssignModalComponent, "valtimo-dossier-bulk-assign-modal", never, { "documentIds": { "alias": "documentIds"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "closeEvent": "closeEvent"; }, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=dossier-bulk-assign-modal.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dossier-bulk-assign-modal.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dossier/src/lib/dossier-bulk-assign-modal/dossier-bulk-assign-modal.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAGL,YAAY,EAIb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,WAAW,EAAE,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAC,QAAQ,EAAC,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAM,UAAU,EAAC,MAAM,MAAM,CAAC;AAErC,OAAO,EAAC,wBAAwB,EAAC,MAAM,aAAa,CAAC;;AAErD,qBAMa,+BAA+B;IA4BxC,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,EAAE;IA5BiB,UAAU,SAAuC;IAE9E,IAAoB,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,EAK9C;IACQ,IAAI,UAAS;IAEZ,UAAU,uBAAqC;IAElD,eAAe,EAAE,UAAU,CAAC,QAAQ,EAAE,CAAC,CAQ5C;IAEK,SAAS,EAAE,SAAS,CAExB;gBAGO,iBAAiB,EAAE,wBAAwB,EAC3C,EAAE,EAAE,WAAW;IAGlB,UAAU,CAAC,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCA3C/B,+BAA+B;2CAA/B,+BAA+B;CA8C3C"}
|
|
@@ -1,55 +1,58 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Location } from '@angular/common';
|
|
2
|
+
import { AfterViewInit, ComponentFactoryResolver, OnDestroy, ViewContainerRef } from '@angular/core';
|
|
2
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import { Document, DocumentService, ProcessDocumentDefinition } from '@valtimo/document';
|
|
4
|
-
import { TabLoaderImpl } from '../models';
|
|
5
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { ProcessService } from '@valtimo/process';
|
|
9
|
-
import { DossierSupportingProcessStartModalComponent } from '../dossier-supporting-process-start-modal/dossier-supporting-process-start-modal.component';
|
|
5
|
+
import { PermissionService } from '@valtimo/access-control';
|
|
6
|
+
import { BreadcrumbService } from '@valtimo/components';
|
|
10
7
|
import { ConfigService, DossierListTab } from '@valtimo/config';
|
|
11
|
-
import {
|
|
8
|
+
import { Document, DocumentService, ProcessDocumentDefinition } from '@valtimo/document';
|
|
12
9
|
import { KeycloakService } from 'keycloak-angular';
|
|
13
10
|
import { NGXLogger } from 'ngx-logger';
|
|
14
|
-
import {
|
|
11
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
12
|
+
import { DossierSupportingProcessStartModalComponent } from '../dossier-supporting-process-start-modal/dossier-supporting-process-start-modal.component';
|
|
13
|
+
import { TabLoaderImpl } from '../models';
|
|
14
|
+
import { TabService } from '../tab.service';
|
|
15
|
+
import { DossierService } from '../dossier.service';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
|
-
export declare class DossierDetailComponent implements
|
|
17
|
+
export declare class DossierDetailComponent implements AfterViewInit, OnDestroy {
|
|
18
|
+
private readonly breadcrumbService;
|
|
17
19
|
private readonly componentFactoryResolver;
|
|
18
|
-
private readonly
|
|
20
|
+
private readonly configService;
|
|
19
21
|
private readonly documentService;
|
|
20
|
-
private readonly
|
|
22
|
+
private readonly dossierService;
|
|
23
|
+
private readonly keyCloakService;
|
|
24
|
+
private readonly location;
|
|
25
|
+
private readonly logger;
|
|
26
|
+
private readonly permissionService;
|
|
21
27
|
private readonly route;
|
|
22
28
|
private readonly router;
|
|
23
|
-
private readonly location;
|
|
24
29
|
private readonly tabService;
|
|
25
|
-
private readonly
|
|
26
|
-
|
|
27
|
-
private readonly logger;
|
|
28
|
-
private readonly breadcrumbService;
|
|
29
|
-
private readonly pageTitleService;
|
|
30
|
+
private readonly translateService;
|
|
31
|
+
supportingProcessStart: DossierSupportingProcessStartModalComponent;
|
|
30
32
|
viewContainerRef: ViewContainerRef;
|
|
33
|
+
customDossierHeaderItems: Array<any>;
|
|
34
|
+
document: Document | null;
|
|
31
35
|
documentDefinitionName: string;
|
|
32
36
|
documentDefinitionNameTitle: string;
|
|
33
37
|
documentId: string;
|
|
34
|
-
|
|
35
|
-
tabLoader: TabLoaderImpl;
|
|
36
|
-
private snapshot;
|
|
38
|
+
dossierStatusTabs: Array<DossierListTab> | null;
|
|
37
39
|
processDefinitionListFields: Array<any>;
|
|
38
40
|
processDocumentDefinitions: ProcessDocumentDefinition[];
|
|
39
|
-
|
|
40
|
-
customDossierHeaderItems: Array<any>;
|
|
41
|
-
dossierStatusTabs: Array<DossierListTab> | null;
|
|
42
|
-
supportingProcessStart: DossierSupportingProcessStartModalComponent;
|
|
43
|
-
readonly refreshDocument$: BehaviorSubject<null>;
|
|
41
|
+
tabLoader: TabLoaderImpl | null;
|
|
44
42
|
readonly assigneeId$: BehaviorSubject<string>;
|
|
45
43
|
readonly document$: Observable<Document | null>;
|
|
46
|
-
readonly
|
|
44
|
+
readonly documentDefinitionName$: Observable<string>;
|
|
45
|
+
readonly userId$: Observable<string | undefined>;
|
|
47
46
|
readonly isAssigning$: BehaviorSubject<boolean>;
|
|
48
47
|
readonly isAssignedToCurrentUser$: Observable<boolean>;
|
|
49
|
-
readonly documentDefinitionName$: Observable<string>;
|
|
50
48
|
readonly canHaveAssignee$: Observable<boolean>;
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
readonly canAssignLoaded$: BehaviorSubject<boolean>;
|
|
50
|
+
readonly canAssign$: Observable<boolean>;
|
|
51
|
+
readonly canClaim$: Observable<boolean>;
|
|
52
|
+
private _snapshot;
|
|
53
|
+
private _initialTabName;
|
|
54
|
+
constructor(breadcrumbService: BreadcrumbService, componentFactoryResolver: ComponentFactoryResolver, configService: ConfigService, documentService: DocumentService, dossierService: DossierService, keyCloakService: KeycloakService, location: Location, logger: NGXLogger, permissionService: PermissionService, route: ActivatedRoute, router: Router, tabService: TabService, translateService: TranslateService);
|
|
55
|
+
ngAfterViewInit(): void;
|
|
53
56
|
ngOnDestroy(): void;
|
|
54
57
|
getAllAssociatedProcessDefinitions(): void;
|
|
55
58
|
startProcess(processDocumentDefinition: ProcessDocumentDefinition): void;
|
|
@@ -59,6 +62,6 @@ export declare class DossierDetailComponent implements OnInit, OnDestroy {
|
|
|
59
62
|
private getStringFromDocumentPath;
|
|
60
63
|
private setBreadcrumb;
|
|
61
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailComponent, "valtimo-dossier-detail", never, {}, {}, never, never, false>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailComponent, "valtimo-dossier-detail", never, {}, {}, never, never, false, never>;
|
|
63
66
|
}
|
|
64
67
|
//# sourceMappingURL=dossier-detail.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dossier-detail.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dossier/src/lib/dossier-detail/dossier-detail.component.ts"],"names":[],"mappings":"AAgBA,OAAO,
|
|
1
|
+
{"version":3,"file":"dossier-detail.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/dossier/src/lib/dossier-detail/dossier-detail.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,6 +20,6 @@ export declare class DossierDetailTabAuditComponent implements OnInit {
|
|
|
20
20
|
loadAuditPage(pageNumber: number): void;
|
|
21
21
|
onChangePagination(page: any): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabAuditComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabAuditComponent, "valtimo-dossier-detail-tab-audit", never, {}, { "paginationClicked": "paginationClicked"; }, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabAuditComponent, "valtimo-dossier-detail-tab-audit", never, {}, { "paginationClicked": "paginationClicked"; }, never, never, false, never>;
|
|
24
24
|
}
|
|
25
25
|
//# sourceMappingURL=audit.component.d.ts.map
|
|
@@ -25,6 +25,6 @@ export declare class DossierDetailTabContactMomentsComponent {
|
|
|
25
25
|
private clear;
|
|
26
26
|
private refetchContactMoments;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabContactMomentsComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabContactMomentsComponent, "valtimo-dossier-detail-tab-contact-moments", never, {}, {}, never, never, false>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabContactMomentsComponent, "valtimo-dossier-detail-tab-contact-moments", never, {}, {}, never, never, false, never>;
|
|
29
29
|
}
|
|
30
30
|
//# sourceMappingURL=contact-moments.component.d.ts.map
|
package/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.d.ts
CHANGED
|
@@ -6,9 +6,8 @@ import { ToastrService } from 'ngx-toastr';
|
|
|
6
6
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
7
7
|
import { TranslateService } from '@ngx-translate/core';
|
|
8
8
|
import { ConfigService } from '@valtimo/config';
|
|
9
|
-
import { DocumentenApiMetadata } from '@valtimo/components';
|
|
9
|
+
import { DocumentenApiMetadata, PromptService } from '@valtimo/components';
|
|
10
10
|
import { UserProviderService } from '@valtimo/security';
|
|
11
|
-
import { PromptService } from '@valtimo/user-interface';
|
|
12
11
|
import { FileSortService } from '../../../services';
|
|
13
12
|
import * as i0 from "@angular/core";
|
|
14
13
|
export declare class DossierDetailTabDocumentenApiDocumentsComponent implements OnInit {
|
|
@@ -53,6 +52,6 @@ export declare class DossierDetailTabDocumentenApiDocumentsComponent implements
|
|
|
53
52
|
private refetchDocuments;
|
|
54
53
|
private setUploadProcessLinked;
|
|
55
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabDocumentenApiDocumentsComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabDocumentenApiDocumentsComponent, "valtimo-dossier-detail-tab-documenten-api-documents", never, {}, {}, never, never, false>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabDocumentenApiDocumentsComponent, "valtimo-dossier-detail-tab-documenten-api-documents", never, {}, {}, never, never, false, never>;
|
|
57
56
|
}
|
|
58
57
|
//# sourceMappingURL=documenten-api-documents.component.d.ts.map
|
package/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documenten-api-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAE,WAAW,EAAE,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACpF,OAAO,EAAC,eAAe,EAAE,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AAEzC,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAM,OAAO,EAAC,MAAM,MAAM,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"documenten-api-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/documenten-api-documents/documenten-api-documents.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAE,WAAW,EAAE,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACpF,OAAO,EAAC,eAAe,EAAE,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AAEzC,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAM,OAAO,EAAC,MAAM,MAAM,CAAC;AAC7E,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,qBAAqB,EAAE,aAAa,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;;AAGlD,qBAKa,+CAAgD,YAAW,MAAM;IA2D1E,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAnElC,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,sBAAsB,EAAE,MAAM,CAAC;IAC/C,SAAgB,WAAW,EAAE,MAAM,CAA8D;IACjG,SAAgB,aAAa,EAAE,MAAM,CAC6B;IAC3D,MAAM;;;QAKX;IAEK,mBAAmB,EAAE,OAAO,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,sBAAsB,UAAS;IAC/B,mBAAmB,EAAG,OAAO,CAAC;IACrC,QAAQ,CAAC,UAAU,2BAAuC;IAC1D,QAAQ,CAAC,UAAU,gBAAuB;IAC1C,QAAQ,CAAC,UAAU,gBAAuB;IAC1C,QAAQ,CAAC,cAAc,2BAAuC;IAC9D,QAAQ,CAAC,iBAAiB,wBAA0C;IACpE,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAmC;IAErD,aAAa,EAAE,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CA6B1D;IAEF,QAAQ,CAAC,uBAAuB,4BAA0C;gBAGvD,KAAK,EAAE,cAAc,EACrB,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,aAAa,EAC5B,qBAAqB,EAAE,qBAAqB,EAC5C,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa,EAC5B,mBAAmB,EAAE,mBAAmB,EACxC,eAAe,EAAE,eAAe;IAOnD,QAAQ,IAAI,IAAI;IAMhB,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAK9B,gBAAgB,CAAC,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAiB/D,WAAW,CAAC,QAAQ,EAAE,qBAAqB,GAAG,IAAI;IAoBlD,mBAAmB,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO;IAI5D,WAAW;IAWlB,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,sBAAsB;yCA9InB,+CAA+C;2CAA/C,+CAA+C;CAyJ3D"}
|
|
@@ -8,6 +8,6 @@ export declare class DossierDetailTabDocumentsComponent {
|
|
|
8
8
|
constructor(configService: ConfigService);
|
|
9
9
|
private setConfig;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabDocumentsComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabDocumentsComponent, "valtimo-dossier-detail-tab-documents", never, {}, {}, never, never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabDocumentsComponent, "valtimo-dossier-detail-tab-documents", never, {}, {}, never, never, false, never>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=documents.component.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { NotesService } from '../../../services/notes.service';
|
|
3
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
-
import { Note } from '../../../models/notes.model';
|
|
5
2
|
import { ActivatedRoute } from '@angular/router';
|
|
6
|
-
import { Pagination, TimelineItem } from '@valtimo/components';
|
|
7
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
8
|
-
import {
|
|
4
|
+
import { PermissionService } from '@valtimo/access-control';
|
|
5
|
+
import { Pagination, PromptService, TimelineItem } from '@valtimo/components';
|
|
9
6
|
import { ToastrService } from 'ngx-toastr';
|
|
7
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
8
|
+
import { Note } from '../../../models/notes.model';
|
|
9
|
+
import { NotesService } from '../../../services/notes.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class DossierDetailTabNotesComponent implements OnInit {
|
|
12
|
+
private readonly notesService;
|
|
13
|
+
private readonly permissionService;
|
|
14
|
+
private readonly promptService;
|
|
12
15
|
private readonly route;
|
|
13
|
-
private
|
|
14
|
-
private translateService;
|
|
15
|
-
private promptService;
|
|
16
|
-
private toastrService;
|
|
16
|
+
private readonly toastrService;
|
|
17
|
+
private readonly translateService;
|
|
17
18
|
timelineItems: TimelineItem[];
|
|
18
|
-
actions: any[];
|
|
19
19
|
readonly loading$: BehaviorSubject<boolean>;
|
|
20
20
|
readonly fields$: BehaviorSubject<{
|
|
21
21
|
key: string;
|
|
@@ -23,11 +23,18 @@ export declare class DossierDetailTabNotesComponent implements OnInit {
|
|
|
23
23
|
}[]>;
|
|
24
24
|
readonly customData$: BehaviorSubject<object>;
|
|
25
25
|
private readonly documentId$;
|
|
26
|
+
readonly actions: {
|
|
27
|
+
id: string;
|
|
28
|
+
label: string;
|
|
29
|
+
icon: string;
|
|
30
|
+
callback: any;
|
|
31
|
+
}[];
|
|
32
|
+
readonly canAdd$: Observable<boolean>;
|
|
26
33
|
readonly currentPageAndSize$: BehaviorSubject<Partial<Pagination>>;
|
|
27
34
|
readonly pageSizes$: BehaviorSubject<Partial<Pagination>>;
|
|
28
35
|
readonly pagination$: Observable<Pagination>;
|
|
29
36
|
readonly notes$: Observable<Array<Note>>;
|
|
30
|
-
constructor(
|
|
37
|
+
constructor(notesService: NotesService, permissionService: PermissionService, promptService: PromptService, route: ActivatedRoute, toastrService: ToastrService, translateService: TranslateService);
|
|
31
38
|
ngOnInit(): void;
|
|
32
39
|
paginationClicked(newPageNumber: any): void;
|
|
33
40
|
showAddModal(): void;
|
|
@@ -36,6 +43,6 @@ export declare class DossierDetailTabNotesComponent implements OnInit {
|
|
|
36
43
|
editNote(data: any): void;
|
|
37
44
|
deleteNote(data: any): void;
|
|
38
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabNotesComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabNotesComponent, "valtimo-dossier-detail-tab-notes", never, {}, {}, never, never, false>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabNotesComponent, "valtimo-dossier-detail-tab-notes", never, {}, {}, never, never, false, never>;
|
|
40
47
|
}
|
|
41
48
|
//# sourceMappingURL=notes.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notes.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/notes/notes.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"notes.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/notes/notes.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAC,UAAU,EAAE,aAAa,EAAE,YAAY,EAAmB,MAAM,qBAAqB,CAAC;AAG9F,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AACzC,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAK,MAAM,MAAM,CAAC;AAEzE,OAAO,EAAC,IAAI,EAAC,MAAM,6BAA6B,CAAC;AAOjD,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;;AAE7D,qBAKa,8BAA+B,YAAW,MAAM;IA6GzD,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IAjH5B,aAAa,EAAE,YAAY,EAAE,CAAM;IAE1C,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,OAAO;aAAmC,MAAM;eAAS,MAAM;SAAQ;IACvF,SAAgB,WAAW,0BAAmC;IAE9D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IACxF,SAAgB,OAAO;;;;;QAGrB;IAEF,SAAgB,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAO1C;IAEF,SAAgB,mBAAmB,uCAGhC;IAEH,SAAgB,UAAU,uCAEvB;IAEH,SAAgB,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC,CAQjD;IAEF,SAAgB,MAAM,EAAE,UAAU,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAiE7C;gBAGiB,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,iBAAiB,EACpC,aAAa,EAAE,aAAa,EAC5B,KAAK,EAAE,cAAc,EACrB,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB;IAG9C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,aAAa,KAAA,GAAG,IAAI;IAMtC,YAAY,IAAI,IAAI;IAMpB,aAAa,CAAC,OAAO,KAAA,GAAG,IAAI;IAY5B,aAAa,CAAC,OAAO,KAAA,GAAG,IAAI;IAQ5B,QAAQ,CAAC,IAAI,KAAA,GAAG,IAAI;IAMpB,UAAU,CAAC,IAAI,KAAA,GAAG,IAAI;yCAjKlB,8BAA8B;2CAA9B,8BAA8B;CAuL1C"}
|
|
@@ -2,14 +2,14 @@ import { ActivatedRoute } from '@angular/router';
|
|
|
2
2
|
import { ZaakobjectenService } from '../../../services/zaakobjecten.service';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { ZaakObject } from '../../../models';
|
|
5
|
-
import {
|
|
5
|
+
import { VModalComponent, ModalService, TableColumn } from '@valtimo/components';
|
|
6
6
|
import { FormioForm } from '@formio/angular';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class DossierDetailTabObjectTypeComponent {
|
|
9
9
|
private readonly route;
|
|
10
10
|
private readonly zaakobjectenService;
|
|
11
11
|
private readonly modalService;
|
|
12
|
-
viewObjectModal:
|
|
12
|
+
viewObjectModal: VModalComponent;
|
|
13
13
|
private readonly documentId$;
|
|
14
14
|
private readonly objecttypes$;
|
|
15
15
|
readonly objectName$: Observable<string>;
|
|
@@ -27,6 +27,6 @@ export declare class DossierDetailTabObjectTypeComponent {
|
|
|
27
27
|
private show;
|
|
28
28
|
private setModalData;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabObjectTypeComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabObjectTypeComponent, "valtimo-object-type", never, {}, {}, never, never, false>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabObjectTypeComponent, "valtimo-object-type", never, {}, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=object-type.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/object-type/object-type.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,UAAU,EAAiB,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"object-type.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/object-type/object-type.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,UAAU,EAAiB,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAE,YAAY,EAAE,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAE/E,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAE3C,qBAKa,mCAAmC;IAoF5C,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY;IArFD,eAAe,EAAE,eAAe,CAAC;IAE/D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IAExF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAE3B;IAEF,QAAQ,CAAC,WAAW,qBAQlB;IAEF,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC,MAAM,CAAC,CAejD;IAEF,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,QAAQ,2BAAuC;IAExD,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAoBrD;IAEF,QAAQ,CAAC,QAAQ,iCAad;IAEH,QAAQ,CAAC,WAAW,8BAAgD;IAEpE,QAAQ,CAAC,0BAA0B,2BAAuC;IAE1E,OAAO,EAAE,OAAO,CAAC;gBAGE,KAAK,EAAE,cAAc,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY;IAG7C,UAAU,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI;IAkBpC,IAAI,IAAI,IAAI;IAMZ,OAAO,CAAC,IAAI;IAIZ,OAAO,CAAC,YAAY;yCArHT,mCAAmC;2CAAnC,mCAAmC;CA+H/C"}
|
|
@@ -13,6 +13,6 @@ export declare class DossierDetailTabProgressComponent implements OnInit {
|
|
|
13
13
|
ngOnInit(): void;
|
|
14
14
|
loadProcessInstance(processInstanceId: string): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabProgressComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabProgressComponent, "valtimo-dossier-detail-tab-progress", never, {}, {}, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabProgressComponent, "valtimo-dossier-detail-tab-progress", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=progress.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/progress/progress.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;;AAE1D,qBAKa,iCAAkC,YAAW,MAAM;
|
|
1
|
+
{"version":3,"file":"progress.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/progress/progress.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;;AAE1D,qBAKa,iCAAkC,YAAW,MAAM;IAM5D,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,eAAe;IANlB,wBAAwB,EAAE,uBAAuB,EAAE,CAAC;IACpD,yBAAyB,EAAE,MAAM,CAAC;IACzC,SAAgB,UAAU,EAAE,MAAM,CAAC;gBAGzB,KAAK,EAAE,cAAc,EACrB,eAAe,EAAE,eAAe;IAM1C,QAAQ;IAaD,mBAAmB,CAAC,iBAAiB,EAAE,MAAM;yCA1BzC,iCAAiC;2CAAjC,iCAAiC;CA6B7C"}
|
|
@@ -6,7 +6,7 @@ import { ToastrService } from 'ngx-toastr';
|
|
|
6
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
7
|
import { TranslateService } from '@ngx-translate/core';
|
|
8
8
|
import { ConfigService } from '@valtimo/config';
|
|
9
|
-
import { PromptService } from '@valtimo/
|
|
9
|
+
import { PromptService } from '@valtimo/components';
|
|
10
10
|
import { FileSortService } from '../../../services';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class DossierDetailTabS3DocumentsComponent implements OnInit {
|
|
@@ -47,6 +47,6 @@ export declare class DossierDetailTabS3DocumentsComponent implements OnInit {
|
|
|
47
47
|
removeRelatedFile(relatedFile: RelatedFile): void;
|
|
48
48
|
private refetchDocuments;
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabS3DocumentsComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabS3DocumentsComponent, "valtimo-dossier-detail-tab-s3-documents", never, {}, {}, never, never, false>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabS3DocumentsComponent, "valtimo-dossier-detail-tab-s3-documents", never, {}, {}, never, never, false, never>;
|
|
51
51
|
}
|
|
52
52
|
//# sourceMappingURL=s3-documents.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"s3-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/s3-documents/s3-documents.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAe,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AACtF,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AAEzC,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAC,MAAM,MAAM,CAAC;AAChE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"s3-documents.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/s3-documents/s3-documents.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAE,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAe,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AACtF,OAAO,EAAC,aAAa,EAAC,MAAM,YAAY,CAAC;AAEzC,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAC,MAAM,MAAM,CAAC;AAChE,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;;AAElD,qBAKa,oCAAqC,YAAW,MAAM;IA8C/D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,eAAe;IArDlC,SAAgB,UAAU,EAAE,MAAM,CAAC;IACnC,SAAgB,sBAAsB,EAAE,MAAM,CAAC;IAC/C,SAAgB,WAAW,EAAE,MAAM,CAA8D;IACjG,SAAgB,aAAa,EAAE,MAAM,CAC6B;IAC3D,MAAM;;;;;;;;SAKX;IACK,OAAO;;;;QAWZ;IACF,QAAQ,CAAC,UAAU,2BAAuC;IAC1D,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAmC;IACrD,aAAa,EAAE,UAAU,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAiBlD;gBAGiB,KAAK,EAAE,cAAc,EACrB,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,aAAa,EAC5B,qBAAqB,EAAE,qBAAqB,EAC5C,eAAe,EAAE,eAAe,EAChC,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa,EAC5B,eAAe,EAAE,eAAe;IAOnD,QAAQ,IAAI,IAAI;IAIhB,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI;IAuB9B,gBAAgB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IAQhD,iBAAiB,CAAC,WAAW,EAAE,WAAW;IA0B1C,OAAO,CAAC,gBAAgB;yCA1Hb,oCAAoC;2CAApC,oCAAoC;CA6HhD"}
|
|
@@ -7,6 +7,8 @@ import { FormService } from '@valtimo/form';
|
|
|
7
7
|
import { ValtimoFormioOptions } from '@valtimo/components';
|
|
8
8
|
import { FormioForm } from '@formio/angular';
|
|
9
9
|
import { UserProviderService } from '@valtimo/security';
|
|
10
|
+
import { BehaviorSubject } from 'rxjs';
|
|
11
|
+
import { PermissionService } from '@valtimo/access-control';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
export declare class DossierDetailTabSummaryComponent implements OnInit, OnDestroy {
|
|
12
14
|
private readonly router;
|
|
@@ -18,6 +20,8 @@ export declare class DossierDetailTabSummaryComponent implements OnInit, OnDestr
|
|
|
18
20
|
private readonly route;
|
|
19
21
|
private readonly formService;
|
|
20
22
|
private readonly userProviderService;
|
|
23
|
+
private readonly permissionService;
|
|
24
|
+
taskDetail: TaskDetailModalComponent;
|
|
21
25
|
readonly documentDefinitionName: string;
|
|
22
26
|
document: Document;
|
|
23
27
|
documentId: string;
|
|
@@ -28,16 +32,16 @@ export declare class DossierDetailTabSummaryComponent implements OnInit, OnDestr
|
|
|
28
32
|
formDefinition: FormioForm;
|
|
29
33
|
options: ValtimoFormioOptions;
|
|
30
34
|
roles: string[];
|
|
35
|
+
readonly loadingTasks$: BehaviorSubject<boolean>;
|
|
31
36
|
private _subscriptions;
|
|
32
|
-
|
|
33
|
-
constructor(router: Router, documentService: DocumentService, taskService: TaskService, processService: ProcessService, el: ElementRef, renderer: Renderer2, route: ActivatedRoute, formService: FormService, userProviderService: UserProviderService);
|
|
37
|
+
constructor(router: Router, documentService: DocumentService, taskService: TaskService, processService: ProcessService, el: ElementRef, renderer: Renderer2, route: ActivatedRoute, formService: FormService, userProviderService: UserProviderService, permissionService: PermissionService);
|
|
34
38
|
ngOnInit(): void;
|
|
35
39
|
ngOnDestroy(): void;
|
|
36
40
|
init(): void;
|
|
37
41
|
loadProcessDocumentInstances(documentId: string): void;
|
|
38
|
-
private loadProcessInstanceTasks;
|
|
39
42
|
rowTaskClick(task: any): void;
|
|
43
|
+
private loadProcessInstanceTasks;
|
|
40
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabSummaryComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabSummaryComponent, "valtimo-dossier-detail-tab-summary", never, {}, {}, never, never, false>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabSummaryComponent, "valtimo-dossier-detail-tab-summary", never, {}, {}, never, never, false, never>;
|
|
42
46
|
}
|
|
43
47
|
//# sourceMappingURL=summary.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/summary/summary.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAEL,UAAU,EACV,SAAS,EACT,MAAM,EACN,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,mBAAmB,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAC,cAAc,EAAY,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAC,QAAQ,EAAE,eAAe,EAAE,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;AACrF,OAAO,
|
|
1
|
+
{"version":3,"file":"summary.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/summary/summary.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAEL,UAAU,EACV,SAAS,EACT,MAAM,EACN,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,mBAAmB,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAC,cAAc,EAAY,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACjE,OAAO,EAAC,QAAQ,EAAE,eAAe,EAAE,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;AACrF,OAAO,EAGL,wBAAwB,EACxB,WAAW,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAoB,oBAAoB,EAAC,MAAM,qBAAqB,CAAC;AAE5E,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,eAAe,EAA6C,MAAM,MAAM,CAAC;AACjF,OAAO,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;;AAK1D,qBAMa,gCAAiC,YAAW,MAAM,EAAE,SAAS;IAgBtE,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAxBX,UAAU,EAAE,wBAAwB,CAAC;IAC9D,SAAgB,sBAAsB,EAAE,MAAM,CAAC;IACxC,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,wBAAwB,EAAE,uBAAuB,EAAE,CAAM;IAChE,OAAO,CAAC,QAAQ,CAAW;IACpB,KAAK,EAAE,mBAAmB,EAAE,CAAM;IAClC,MAAM,MAAC;IACP,cAAc,EAAE,UAAU,CAAQ;IAClC,OAAO,EAAE,oBAAoB,CAAC;IAC9B,KAAK,EAAE,MAAM,EAAE,CAAM;IAC5B,SAAgB,aAAa,2BAAsC;IACnE,OAAO,CAAC,cAAc,CAAsB;gBAGzB,MAAM,EAAE,MAAM,EACd,eAAe,EAAE,eAAe,EAChC,WAAW,EAAE,WAAW,EACxB,cAAc,EAAE,cAAc,EAC9B,EAAE,EAAE,UAAU,EACd,QAAQ,EAAE,SAAS,EACnB,KAAK,EAAE,cAAc,EACrB,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,iBAAiB,EAAE,iBAAiB;IAShD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAGnB,IAAI,IAAI,IAAI;IAwBZ,4BAA4B,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAatD,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAIpC,OAAO,CAAC,wBAAwB;yCAnFrB,gCAAgC;2CAAhC,gCAAgC;CAsH5C"}
|
|
@@ -2,14 +2,14 @@ import { ActivatedRoute } from '@angular/router';
|
|
|
2
2
|
import { ZaakobjectenService } from '../../../services/zaakobjecten.service';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { ZaakObject } from '../../../models';
|
|
5
|
-
import {
|
|
5
|
+
import { VModalComponent, ModalService, SelectItem, TableColumn } from '@valtimo/components';
|
|
6
6
|
import { FormioForm } from '@formio/angular';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class DossierDetailTabZaakobjectenComponent {
|
|
9
9
|
private readonly route;
|
|
10
10
|
private readonly zaakobjectenService;
|
|
11
11
|
private readonly modalService;
|
|
12
|
-
viewZaakobjectModal:
|
|
12
|
+
viewZaakobjectModal: VModalComponent;
|
|
13
13
|
private readonly documentId$;
|
|
14
14
|
private readonly objecttypes$;
|
|
15
15
|
readonly objecttypeSelectItems$: Observable<Array<SelectItem>>;
|
|
@@ -27,6 +27,6 @@ export declare class DossierDetailTabZaakobjectenComponent {
|
|
|
27
27
|
private getObjectTypeName;
|
|
28
28
|
private setModalData;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<DossierDetailTabZaakobjectenComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabZaakobjectenComponent, "valtimo-dossier-detail-tab-zaakobjecten", never, {}, {}, never, never, false>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DossierDetailTabZaakobjectenComponent, "valtimo-dossier-detail-tab-zaakobjecten", never, {}, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=zaakobjecten.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaakobjecten.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/zaakobjecten/zaakobjecten.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAgB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,UAAU,EAAiB,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"zaakobjecten.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/dossier/src/lib/dossier-detail/tab/zaakobjecten/zaakobjecten.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAgB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,UAAU,EAAiB,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAE3F,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAE3C,qBAKa,qCAAqC;IAkD9C,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAnDG,mBAAmB,EAAE,eAAe,CAAC;IAEvE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IAExF,OAAO,CAAC,QAAQ,CAAC,YAAY,CAE3B;IAEF,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAE5D;IAEF,QAAQ,CAAC,sBAAsB,0BAA4C;IAE3E,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAWrD;IAEF,QAAQ,CAAC,QAAQ,iCAad;IAEH,QAAQ,CAAC,WAAW,8BAAgD;IAEpE,QAAQ,CAAC,WAAW,0BAAmC;IAEvD,QAAQ,CAAC,0BAA0B,2BAAuC;gBAGvD,KAAK,EAAE,cAAc,EACrB,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,YAAY;IAG7C,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAI7C,UAAU,CAAC,MAAM,EAAE,UAAU,EAAE,qBAAqB,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI;IAoB9E,IAAI,IAAI,IAAI;IAOZ,OAAO,CAAC,IAAI;IAIZ,OAAO,CAAC,iBAAiB;IASzB,OAAO,CAAC,YAAY;yCAnGT,qCAAqC;2CAArC,qCAAqC;CA8GjD"}
|