@valtimo/zgw 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-zgw.mjs +4978 -0
- package/fesm2022/valtimo-zgw.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/case-management-zgw/case-management-zgw.component.d.ts +35 -0
- package/lib/components/case-management-zgw/case-management-zgw.component.d.ts.map +1 -0
- package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts +6 -0
- package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts.map +1 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/models/case-management-zgw.model.d.ts +16 -0
- package/lib/models/case-management-zgw.model.d.ts.map +1 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts +47 -0
- package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts +40 -0
- package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts +117 -0
- package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts +48 -0
- package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts +34 -0
- package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts +120 -0
- package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts +33 -0
- package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts +45 -0
- package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts +54 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts +33 -0
- package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts +16 -0
- package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/components/index.d.ts +12 -0
- package/lib/modules/documenten-api/components/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts +167 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts +83 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts +4 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts +4 -0
- package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/formio/index.d.ts +2 -0
- package/lib/modules/documenten-api/formio/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/index.d.ts +5 -0
- package/lib/modules/documenten-api/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/configured-column.model.d.ts +12 -0
- package/lib/modules/documenten-api/models/configured-column.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts +4 -0
- package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts +10 -0
- package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts +23 -0
- package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts +25 -0
- package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts +5 -0
- package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts +45 -0
- package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts +13 -0
- package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/documenten-api.model.d.ts +43 -0
- package/lib/modules/documenten-api/models/documenten-api.model.d.ts.map +1 -0
- package/lib/modules/documenten-api/models/index.d.ts +8 -0
- package/lib/modules/documenten-api/models/index.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts +18 -0
- package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts +20 -0
- package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts +17 -0
- package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts +17 -0
- package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts +18 -0
- package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts.map +1 -0
- package/lib/modules/documenten-api/services/index.d.ts +6 -0
- package/lib/modules/documenten-api/services/index.d.ts.map +1 -0
- package/lib/modules/index.d.ts +6 -0
- package/lib/modules/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts +17 -0
- package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts.map +1 -0
- package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts +32 -0
- package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts.map +1 -0
- package/lib/modules/notificaties-api/components/index.d.ts +3 -0
- package/lib/modules/notificaties-api/components/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/index.d.ts +5 -0
- package/lib/modules/notificaties-api/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/models/failed-notification.model.d.ts +22 -0
- package/lib/modules/notificaties-api/models/failed-notification.model.d.ts.map +1 -0
- package/lib/modules/notificaties-api/models/index.d.ts +2 -0
- package/lib/modules/notificaties-api/models/index.d.ts.map +1 -0
- package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts +9 -0
- package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts.map +1 -0
- package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts +16 -0
- package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts.map +1 -0
- package/lib/modules/notificaties-api/services/index.d.ts +2 -0
- package/lib/modules/notificaties-api/services/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/components/index.d.ts +3 -0
- package/lib/modules/objecten-api/components/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts +32 -0
- package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts.map +1 -0
- package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts +32 -0
- package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts.map +1 -0
- package/lib/modules/objecten-api/index.d.ts +4 -0
- package/lib/modules/objecten-api/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/models/index.d.ts +2 -0
- package/lib/modules/objecten-api/models/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts +26 -0
- package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts.map +1 -0
- package/lib/modules/objecten-api/services/index.d.ts +2 -0
- package/lib/modules/objecten-api/services/index.d.ts.map +1 -0
- package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts +17 -0
- package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts.map +1 -0
- package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts +46 -0
- package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts.map +1 -0
- package/lib/modules/zaakdetails/components/index.d.ts +2 -0
- package/lib/modules/zaakdetails/components/index.d.ts.map +1 -0
- package/lib/modules/zaakdetails/index.d.ts +4 -0
- package/lib/modules/zaakdetails/index.d.ts.map +1 -0
- package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts +21 -0
- package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts.map +1 -0
- package/lib/modules/zaakdetails/models/index.d.ts +2 -0
- package/lib/modules/zaakdetails/models/index.d.ts.map +1 -0
- package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts +20 -0
- package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts.map +1 -0
- package/lib/modules/zaakdetails/services/index.d.ts +2 -0
- package/lib/modules/zaakdetails/services/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/components/index.d.ts +2 -0
- package/lib/modules/zaken-api/components/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts +45 -0
- package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts.map +1 -0
- package/lib/modules/zaken-api/index.d.ts +4 -0
- package/lib/modules/zaken-api/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/models/index.d.ts +2 -0
- package/lib/modules/zaken-api/models/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts +15 -0
- package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts.map +1 -0
- package/lib/modules/zaken-api/services/index.d.ts +2 -0
- package/lib/modules/zaken-api/services/index.d.ts.map +1 -0
- package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts +14 -0
- package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts.map +1 -0
- package/lib/services/case-management-zgw.service.d.ts +14 -0
- package/lib/services/case-management-zgw.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/zgw.module.d.ts +17 -0
- package/lib/zgw.module.d.ts.map +1 -0
- package/package.json +27 -0
- package/public_api.d.ts +6 -0
- package/public_api.d.ts.map +1 -0
- package/valtimo-zgw.d.ts.map +1 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ConfigService } from '@valtimo/shared';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ZaakObject, ZaakobjectFormResponse, ZaakObjectType } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ZaakobjectenService {
|
|
7
|
+
private readonly configService;
|
|
8
|
+
private readonly http;
|
|
9
|
+
private readonly VALTIMO_API_ENDPOINT_URI;
|
|
10
|
+
constructor(configService: ConfigService, http: HttpClient);
|
|
11
|
+
getDocumentObjectTypes(documentId: string): Observable<Array<ZaakObjectType>>;
|
|
12
|
+
getDocumentObjectsOfType(documentId: string, typeUrl: string): Observable<Array<ZaakObject>>;
|
|
13
|
+
getObjectTypeForm(documentId: string, objectUrl: string): Observable<ZaakobjectFormResponse>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZaakobjectenService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ZaakobjectenService>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=zaakobjecten.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaakobjecten.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/services/zaakobjecten.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAE,sBAAsB,EAAE,cAAc,EAAC,MAAM,WAAW,CAAC;;AAE7E,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,IAAI;IAJvB,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAoD;gBAG1E,aAAa,EAAE,aAAa,EAC5B,IAAI,EAAE,UAAU;IAGnC,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAM7E,wBAAwB,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IAM5F,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,UAAU,CAAC,sBAAsB,CAAC;yCApBjF,mBAAmB;6CAAnB,mBAAmB;CAyB/B"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute } from '@angular/router';
|
|
4
|
+
import { CdsThemeService, SelectItem } from '@valtimo/components';
|
|
5
|
+
import { DocumentService } from '@valtimo/document';
|
|
6
|
+
import { DraftVersionService } from '@valtimo/shared';
|
|
7
|
+
import { IconService } from 'carbon-components-angular';
|
|
8
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
9
|
+
import { DocumentObjectenApiSync } from '../../models';
|
|
10
|
+
import { DocumentObjectenApiSyncService } from '../../services';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class DocumentObjectenApiSyncComponent implements OnInit {
|
|
13
|
+
private readonly route;
|
|
14
|
+
private readonly documentObjectenApiSyncService;
|
|
15
|
+
private readonly documentService;
|
|
16
|
+
private readonly cdsThemeService;
|
|
17
|
+
private readonly iconService;
|
|
18
|
+
private readonly draftVersionService;
|
|
19
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
20
|
+
private readonly _params$;
|
|
21
|
+
private readonly _documentDefinition$;
|
|
22
|
+
readonly isDraftVersion$: Observable<boolean>;
|
|
23
|
+
readonly documentObjectenApiSync$: BehaviorSubject<DocumentObjectenApiSync>;
|
|
24
|
+
readonly objectManagementConfigurationItems$: Observable<Array<SelectItem>>;
|
|
25
|
+
readonly modalShowing$: BehaviorSubject<boolean>;
|
|
26
|
+
readonly currentTheme$: Observable<import("@valtimo/components").CurrentCarbonTheme>;
|
|
27
|
+
readonly formGroup: FormGroup<{
|
|
28
|
+
objectManagementConfigurationId: FormControl<string>;
|
|
29
|
+
enabled: FormControl<boolean>;
|
|
30
|
+
}>;
|
|
31
|
+
get objectManagementConfigurationId(): AbstractControl<string | null> | null;
|
|
32
|
+
get enabled(): AbstractControl<boolean | null> | null;
|
|
33
|
+
readonly valid$: BehaviorSubject<boolean>;
|
|
34
|
+
constructor(route: ActivatedRoute, documentObjectenApiSyncService: DocumentObjectenApiSyncService, documentService: DocumentService, cdsThemeService: CdsThemeService, iconService: IconService, draftVersionService: DraftVersionService);
|
|
35
|
+
ngOnInit(): void;
|
|
36
|
+
loadDocumentenObjectenApiSync(): void;
|
|
37
|
+
remove(): void;
|
|
38
|
+
submit(): void;
|
|
39
|
+
onModalClose(): void;
|
|
40
|
+
showModal(): void;
|
|
41
|
+
configSelected(selectedId: string): void;
|
|
42
|
+
private hideModal;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentObjectenApiSyncComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentObjectenApiSyncComponent, "valtimo-document-objecten-api-sync", never, {}, {}, never, never, true, never>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=document-objecten-api-sync.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-objecten-api-sync.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,eAAe,EACf,WAAW,EACX,SAAS,EAIV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAI/C,OAAO,EACL,eAAe,EAIf,UAAU,EAIX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAqB,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAEL,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAIL,WAAW,EAIZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAC,eAAe,EAAO,UAAU,EAAqB,MAAM,MAAM,CAAC;AAE1E,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,8BAA8B,EAAC,MAAM,gBAAgB,CAAC;;AAE9D,qBAyBa,gCAAiC,YAAW,MAAM;IAoD3D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,8BAA8B;IAC/C,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAxDtC,SAAgB,QAAQ,2BAAsC;IAC9D,OAAO,CAAC,QAAQ,CAAC,QAAQ,CACkB;IAC3C,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAOnC;IACF,SAAgB,eAAe,sBAS7B;IACF,SAAgB,wBAAwB,2CAEtC;IACF,SAAgB,mCAAmC,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAQ9E;IACJ,SAAgB,aAAa,2BAAuC;IACpE,SAAgB,aAAa,+DAAsC;IACnE,SAAgB,SAAS;;;OAGtB;IAEH,IAAW,+BAA+B,IAAI,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG,IAAI,CAElF;IAED,IAAW,OAAO,IAAI,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC,GAAG,IAAI,CAE3D;IAED,SAAgB,MAAM,2BAAuC;gBAG1C,KAAK,EAAE,cAAc,EACrB,8BAA8B,EAAE,8BAA8B,EAC9D,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB;IAKpD,QAAQ,IAAI,IAAI;IAIhB,6BAA6B,IAAI,IAAI;IAkBrC,MAAM,IAAI,IAAI;IAgBd,MAAM,IAAI,IAAI;IAqBd,YAAY,IAAI,IAAI;IAIpB,SAAS,IAAI,IAAI;IAIjB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAU/C,OAAO,CAAC,SAAS;yCA3IN,gCAAgC;2CAAhC,gCAAgC;CA8I5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/components/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mEAAmE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/index.ts"],"names":[],"mappings":"AAgBA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
interface DocumentObjectenApiSync {
|
|
2
|
+
objectManagementConfigurationId: string;
|
|
3
|
+
objectManagementConfigurationTitle: string;
|
|
4
|
+
objectManagementConfigurationObjecttypeVersion: number;
|
|
5
|
+
enabled: boolean;
|
|
6
|
+
}
|
|
7
|
+
interface DocumentObjectenApiSyncRequest {
|
|
8
|
+
objectManagementConfigurationId: string;
|
|
9
|
+
enabled: boolean;
|
|
10
|
+
}
|
|
11
|
+
interface ObjectManagementConfiguration {
|
|
12
|
+
id: string;
|
|
13
|
+
title: string;
|
|
14
|
+
objecttypenApiPluginConfigurationId: string;
|
|
15
|
+
objecttypeId: string;
|
|
16
|
+
objecttypeVersion: number;
|
|
17
|
+
objectenApiPluginConfigurationId: string;
|
|
18
|
+
showInDataMenu: boolean;
|
|
19
|
+
}
|
|
20
|
+
export { DocumentObjectenApiSync, DocumentObjectenApiSyncRequest, ObjectManagementConfiguration };
|
|
21
|
+
//# sourceMappingURL=document-objecten-api-sync.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-objecten-api-sync.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/models/document-objecten-api-sync.model.ts"],"names":[],"mappings":"AAeA,UAAU,uBAAuB;IAC/B,+BAA+B,EAAE,MAAM,CAAC;IACxC,kCAAkC,EAAE,MAAM,CAAC;IAC3C,8CAA8C,EAAE,MAAM,CAAC;IACvD,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,8BAA8B;IACtC,+BAA+B,EAAE,MAAM,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,6BAA6B;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,OAAO,EAAC,uBAAuB,EAAE,8BAA8B,EAAE,6BAA6B,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseApiService, ConfigService } from '@valtimo/shared';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DocumentObjectenApiSync, ObjectManagementConfiguration } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentObjectenApiSyncService extends BaseApiService {
|
|
7
|
+
protected readonly httpClient: HttpClient;
|
|
8
|
+
protected readonly configService: ConfigService;
|
|
9
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
10
|
+
getObjectManagementConfigurations(): Observable<Array<ObjectManagementConfiguration>>;
|
|
11
|
+
getDocumentObjectenApiSync(caseDefinitionKey: string, caseDefinitionVersionTag: string): Observable<DocumentObjectenApiSync>;
|
|
12
|
+
updateDocumentObjectenApiSync(caseDefinitionKey: string, caseDefinitionVersionTag: string, request: {
|
|
13
|
+
objectManagementConfigurationId: string;
|
|
14
|
+
enabled: boolean;
|
|
15
|
+
}): Observable<void>;
|
|
16
|
+
deleteDocumentObjectenApiSync(caseDefinitionKey: string, caseDefinitionVersionTag: string): Observable<void>;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentObjectenApiSyncService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentObjectenApiSyncService>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=document-objecten-api-sync.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-objecten-api-sync.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/services/document-objecten-api-sync.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EACL,uBAAuB,EAEvB,6BAA6B,EAC9B,MAAM,WAAW,CAAC;;AAGnB,qBAGa,8BAA+B,SAAQ,cAAc;IAE9D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,iCAAiC,IAAI,UAAU,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC;IAMrF,0BAA0B,CAC/B,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,uBAAuB,CAAC;IAQ/B,6BAA6B,CAClC,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,EAAE;QACP,+BAA+B,EAAE,MAAM,CAAC;QACxC,OAAO,EAAE,OAAO,CAAC;KAClB,GACA,UAAU,CAAC,IAAI,CAAC;IASZ,6BAA6B,CAClC,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,IAAI,CAAC;yCA5CR,8BAA8B;6CAA9B,8BAA8B;CAmD1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaakdetails/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/components/index.ts"],"names":[],"mappings":"AAgBA,cAAc,6DAA6D,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { PluginConfiguration } from '@valtimo/plugin';
|
|
5
|
+
import { CreateZaakTypeLinkRequest, InformatieObjectType, OpenZaakService, ZaakType, ZaakTypeLink } from '@valtimo/resource';
|
|
6
|
+
import { GlobalNotificationService } from '@valtimo/shared';
|
|
7
|
+
import { IconService } from 'carbon-components-angular';
|
|
8
|
+
import { BehaviorSubject } from 'rxjs';
|
|
9
|
+
import { ZakenApiZaaktypeLinkService } from '../../services';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class ZakenApiZaaktypeLinkComponent implements OnInit {
|
|
12
|
+
private readonly globalNotificationService;
|
|
13
|
+
private readonly iconService;
|
|
14
|
+
private readonly openZaakService;
|
|
15
|
+
private readonly route;
|
|
16
|
+
private readonly translateService;
|
|
17
|
+
private readonly zakenApiZaaktypeLinkService;
|
|
18
|
+
zaakTypes: ZaakType[];
|
|
19
|
+
pluginConfigurations: PluginConfiguration[];
|
|
20
|
+
zaakTypeLinkRequest: CreateZaakTypeLinkRequest;
|
|
21
|
+
informatieObjectTypes: InformatieObjectType[];
|
|
22
|
+
selectedZaakType: ZaakType | null;
|
|
23
|
+
selectedPluginConfiguration: PluginConfiguration | null;
|
|
24
|
+
selectedInformatieObjectTypeUrl: string | null;
|
|
25
|
+
private _caseDefinitionKey;
|
|
26
|
+
private _caseVersionTag;
|
|
27
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
28
|
+
readonly zaakTypeLink$: BehaviorSubject<ZaakTypeLink>;
|
|
29
|
+
readonly modalOpen$: BehaviorSubject<boolean>;
|
|
30
|
+
constructor(globalNotificationService: GlobalNotificationService, iconService: IconService, openZaakService: OpenZaakService, route: ActivatedRoute, translateService: TranslateService, zakenApiZaaktypeLinkService: ZakenApiZaaktypeLinkService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
loadZaakTypes(): void;
|
|
33
|
+
loadZakenApiPluginConfigurations(): void;
|
|
34
|
+
loadInformatieObjectTypeUrls(): void;
|
|
35
|
+
closeModal(): void;
|
|
36
|
+
openModal(zaakTypeLink: ZaakTypeLink): void;
|
|
37
|
+
onCheckedChange(checked: boolean): void;
|
|
38
|
+
removeZaakTypeLink(): void;
|
|
39
|
+
submit(): void;
|
|
40
|
+
private findZaakType;
|
|
41
|
+
private findPluginConfiguration;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiZaaktypeLinkComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ZakenApiZaaktypeLinkComponent, "valtimo-zaken-api-zaaktype-link", never, {}, {}, never, never, true, never>;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=zaken-api-zaaktype-link.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-zaaktype-link.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAyB,MAAM,EAAC,MAAM,eAAe,CAAC;AAE7D,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAkB,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAEtE,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EACL,yBAAyB,EACzB,oBAAoB,EACpB,eAAe,EACf,QAAQ,EACR,YAAY,EACb,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAGL,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAGL,WAAW,EAQZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAC,eAAe,EAAsB,MAAM,MAAM,CAAC;AAC1D,OAAO,EAAC,2BAA2B,EAAC,MAAM,gBAAgB,CAAC;;AAE3D,qBAsBa,6BAA8B,YAAW,MAAM;IAgBxD,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,2BAA2B;IApBvC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;IAC5C,mBAAmB,EAAE,yBAAyB,CAAC;IAC/C,qBAAqB,EAAE,oBAAoB,EAAE,CAAC;IAC9C,gBAAgB,EAAE,QAAQ,GAAG,IAAI,CAAQ;IACzC,2BAA2B,EAAE,mBAAmB,GAAG,IAAI,CAAQ;IAC/D,+BAA+B,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC7D,OAAO,CAAC,kBAAkB,CAAS;IACnC,OAAO,CAAC,eAAe,CAAS;IAEhC,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,aAAa,gCAAkD;IAC/E,SAAgB,UAAU,2BAAuC;gBAG9C,yBAAyB,EAAE,yBAAyB,EACpD,WAAW,EAAE,WAAW,EACxB,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,cAAc,EACrB,gBAAgB,EAAE,gBAAgB,EAClC,2BAA2B,EAAE,2BAA2B;IAKpE,QAAQ,IAAI,IAAI;IAoChB,aAAa,IAAI,IAAI;IAQrB,gCAAgC,IAAI,IAAI;IAWxC,4BAA4B,IAAI,IAAI;IAQpC,UAAU,IAAI,IAAI;IAIlB,SAAS,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAa3C,eAAe,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAIvC,kBAAkB,IAAI,IAAI;IAoB1B,MAAM,IAAI,IAAI;IA+BrB,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,uBAAuB;yCArKpB,6BAA6B;2CAA7B,6BAA6B;CA2KzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/index.ts"],"names":[],"mappings":"AAgBA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface PluginDefinition {
|
|
2
|
+
key: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
}
|
|
6
|
+
interface PluginConfiguration {
|
|
7
|
+
definitionKey?: string;
|
|
8
|
+
pluginDefinition?: PluginDefinition;
|
|
9
|
+
id?: string;
|
|
10
|
+
newId?: string;
|
|
11
|
+
title: string;
|
|
12
|
+
properties: object;
|
|
13
|
+
}
|
|
14
|
+
export { PluginConfiguration, PluginDefinition };
|
|
15
|
+
//# sourceMappingURL=zaken-api-zaaktype-link.model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-zaaktype-link.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.ts"],"names":[],"mappings":"AAgBA,UAAU,gBAAgB;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,mBAAmB;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACpB;AACD,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BaseApiService, ConfigService } from '@valtimo/shared';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PluginConfiguration } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ZakenApiZaaktypeLinkService extends BaseApiService {
|
|
7
|
+
protected readonly httpClient: HttpClient;
|
|
8
|
+
protected readonly configService: ConfigService;
|
|
9
|
+
constructor(httpClient: HttpClient, configService: ConfigService);
|
|
10
|
+
getPluginConfigurationsByPluginDefinitionKey(pluginDefinitionKey: string): Observable<Array<PluginConfiguration>>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiZaaktypeLinkService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ZakenApiZaaktypeLinkService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=zaken-api-zaaktype-link.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-zaaktype-link.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAE,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,mBAAmB,EAAC,MAAM,WAAW,CAAC;;AAE9C,qBAGa,2BAA4B,SAAQ,cAAc;IAE3D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,4CAA4C,CACjD,mBAAmB,EAAE,MAAM,GAC1B,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;yCAV9B,2BAA2B;6CAA3B,2BAA2B;CAevC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { ZgwTabEnum } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaseManagementZgwService {
|
|
5
|
+
configuredTabKeys: string[];
|
|
6
|
+
private readonly _DEFAULT_TAB;
|
|
7
|
+
private _currentTab$;
|
|
8
|
+
get currentTab$(): Observable<ZgwTabEnum>;
|
|
9
|
+
set currentTab(tab: ZgwTabEnum);
|
|
10
|
+
resetToDefaultTab(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaseManagementZgwService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CaseManagementZgwService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=case-management-zgw.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"case-management-zgw.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/zgw/src/lib/services/case-management-zgw.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAwC,UAAU,EAAC,MAAM,MAAM,CAAC;AACvE,OAAO,EAAC,UAAU,EAAC,MAAM,WAAW,CAAC;;AAErC,qBAGa,wBAAwB;IAC5B,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAEnC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAkC;IAE/D,OAAO,CAAC,YAAY,CAAsD;IAC1E,IAAW,WAAW,IAAI,UAAU,CAAC,UAAU,CAAC,CAE/C;IACD,IAAW,UAAU,CAAC,GAAG,EAAE,UAAU,EAEpC;IAEM,iBAAiB,IAAI,IAAI;yCAbrB,wBAAwB;6CAAxB,wBAAwB;CAgBpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/zgw/src/lib/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@formio/angular";
|
|
5
|
+
import * as i4 from "@valtimo/components";
|
|
6
|
+
import * as i5 from "@ngx-translate/core";
|
|
7
|
+
import * as i6 from "@valtimo/document";
|
|
8
|
+
import * as i7 from "@valtimo/resource";
|
|
9
|
+
import * as i8 from "@angular/router";
|
|
10
|
+
import * as i9 from "./modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component";
|
|
11
|
+
import * as i10 from "./modules/notificaties-api/notificaties-api-routing.module";
|
|
12
|
+
export declare class ZgwModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZgwModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZgwModule, [typeof i1.DocumentenApiUploaderComponent], [typeof i2.CommonModule, typeof i3.FormioModule, typeof i4.DropzoneModule, typeof i5.TranslateModule, typeof i6.DocumentModule, typeof i4.FileSizeModule, typeof i7.ResourceModule, typeof i8.RouterModule, typeof i9.DocumentenApiMetadataModalComponent, typeof i10.NotificatiesApiRoutingModule], [typeof i1.DocumentenApiUploaderComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ZgwModule>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=zgw.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zgw.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/zgw/src/lib/zgw.module.ts"],"names":[],"mappings":";;;;;;;;;;;AAuCA,qBAuCa,SAAS;yCAAT,SAAS;0CAAT,SAAS;0CAAT,SAAS;CAAG"}
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@valtimo/zgw",
|
|
3
|
+
"license": "EUPL-1.2",
|
|
4
|
+
"version": "0.0.0",
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"@angular/common": "^19.2.8",
|
|
7
|
+
"@angular/core": "^19.2.8"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"tslib": "2.8.1",
|
|
11
|
+
"carbon-components-angular": "5.57.6",
|
|
12
|
+
"@ngx-translate/core": "16.0.4",
|
|
13
|
+
"@angular/forms": "^19.2.8"
|
|
14
|
+
},
|
|
15
|
+
"module": "fesm2022/valtimo-zgw.mjs",
|
|
16
|
+
"typings": "index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./index.d.ts",
|
|
23
|
+
"default": "./fesm2022/valtimo-zgw.mjs"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"sideEffects": false
|
|
27
|
+
}
|
package/public_api.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/zgw/src/public_api.ts"],"names":[],"mappings":"AAoBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valtimo-zgw.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/zgw/src/valtimo-zgw.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}
|