@valtimo/zgw 0.0.0-test

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.
Files changed (163) hide show
  1. package/fesm2022/valtimo-zgw.mjs +5209 -0
  2. package/fesm2022/valtimo-zgw.mjs.map +1 -0
  3. package/index.d.ts +6 -0
  4. package/lib/components/case-management-zgw/case-management-zgw.component.d.ts +35 -0
  5. package/lib/components/case-management-zgw/case-management-zgw.component.d.ts.map +1 -0
  6. package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts +6 -0
  7. package/lib/components/case-management-zgw-general/case-management-zgw-general.component.d.ts.map +1 -0
  8. package/lib/components/index.d.ts +2 -0
  9. package/lib/components/index.d.ts.map +1 -0
  10. package/lib/constants/index.d.ts +2 -0
  11. package/lib/constants/index.d.ts.map +1 -0
  12. package/lib/constants/zgw.test-ids.d.ts +4 -0
  13. package/lib/constants/zgw.test-ids.d.ts.map +1 -0
  14. package/lib/models/case-management-zgw.model.d.ts +16 -0
  15. package/lib/models/case-management-zgw.model.d.ts.map +1 -0
  16. package/lib/models/index.d.ts +2 -0
  17. package/lib/models/index.d.ts.map +1 -0
  18. package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts +47 -0
  19. package/lib/modules/documenten-api/components/documenten-api-column-modal/documenten-api-column-modal.component.d.ts.map +1 -0
  20. package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts +40 -0
  21. package/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.d.ts.map +1 -0
  22. package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts +120 -0
  23. package/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.d.ts.map +1 -0
  24. package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts +48 -0
  25. package/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.d.ts.map +1 -0
  26. package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts +37 -0
  27. package/lib/modules/documenten-api/components/documenten-api-link-process/case-management-link-process.component.d.ts.map +1 -0
  28. package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts +120 -0
  29. package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts.map +1 -0
  30. package/lib/modules/documenten-api/components/documenten-api-preview-modal/documenten-api-preview-modal.component.d.ts +34 -0
  31. package/lib/modules/documenten-api/components/documenten-api-preview-modal/documenten-api-preview-modal.component.d.ts.map +1 -0
  32. package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts +33 -0
  33. package/lib/modules/documenten-api/components/documenten-api-tag-modal/documenten-api-tag-modal.component.d.ts.map +1 -0
  34. package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts +45 -0
  35. package/lib/modules/documenten-api/components/documenten-api-tags/documenten-api-tags.component.d.ts.map +1 -0
  36. package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts +54 -0
  37. package/lib/modules/documenten-api/components/documenten-api-upload-field-model/documenten-api-upload-field-modal.component.d.ts.map +1 -0
  38. package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts +33 -0
  39. package/lib/modules/documenten-api/components/documenten-api-upload-fields/documenten-api-upload-fields.component.d.ts.map +1 -0
  40. package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts +16 -0
  41. package/lib/modules/documenten-api/components/documenten-api-version/documenten-api-version.component.d.ts.map +1 -0
  42. package/lib/modules/documenten-api/components/index.d.ts +13 -0
  43. package/lib/modules/documenten-api/components/index.d.ts.map +1 -0
  44. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts +183 -0
  45. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader-edit-form.d.ts.map +1 -0
  46. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts +85 -0
  47. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.component.d.ts.map +1 -0
  48. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts +4 -0
  49. package/lib/modules/documenten-api/formio/documenten-api-uploader/documenten-api-uploader.formio.d.ts.map +1 -0
  50. package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts +4 -0
  51. package/lib/modules/documenten-api/formio/documenten-api-uploader/index.d.ts.map +1 -0
  52. package/lib/modules/documenten-api/formio/index.d.ts +2 -0
  53. package/lib/modules/documenten-api/formio/index.d.ts.map +1 -0
  54. package/lib/modules/documenten-api/index.d.ts +5 -0
  55. package/lib/modules/documenten-api/index.d.ts.map +1 -0
  56. package/lib/modules/documenten-api/models/configured-column.model.d.ts +12 -0
  57. package/lib/modules/documenten-api/models/configured-column.model.d.ts.map +1 -0
  58. package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts +4 -0
  59. package/lib/modules/documenten-api/models/documenten-api-column-modal.model.d.ts.map +1 -0
  60. package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts +10 -0
  61. package/lib/modules/documenten-api/models/documenten-api-filter.model.d.ts.map +1 -0
  62. package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts +23 -0
  63. package/lib/modules/documenten-api/models/documenten-api-link-process.model.d.ts.map +1 -0
  64. package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts +25 -0
  65. package/lib/modules/documenten-api/models/documenten-api-metadata.model.d.ts.map +1 -0
  66. package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts +5 -0
  67. package/lib/modules/documenten-api/models/documenten-api-tag.model.d.ts.map +1 -0
  68. package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts +45 -0
  69. package/lib/modules/documenten-api/models/documenten-api-upload-field.model.d.ts.map +1 -0
  70. package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts +12 -0
  71. package/lib/modules/documenten-api/models/documenten-api-version.model.d.ts.map +1 -0
  72. package/lib/modules/documenten-api/models/documenten-api.model.d.ts +50 -0
  73. package/lib/modules/documenten-api/models/documenten-api.model.d.ts.map +1 -0
  74. package/lib/modules/documenten-api/models/index.d.ts +8 -0
  75. package/lib/modules/documenten-api/models/index.d.ts.map +1 -0
  76. package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts +18 -0
  77. package/lib/modules/documenten-api/services/documenten-api-column.service.d.ts.map +1 -0
  78. package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts +20 -0
  79. package/lib/modules/documenten-api/services/documenten-api-document.service.d.ts.map +1 -0
  80. package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts +17 -0
  81. package/lib/modules/documenten-api/services/documenten-api-link-process.service.d.ts.map +1 -0
  82. package/lib/modules/documenten-api/services/documenten-api-preview.service.d.ts +13 -0
  83. package/lib/modules/documenten-api/services/documenten-api-preview.service.d.ts.map +1 -0
  84. package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts +17 -0
  85. package/lib/modules/documenten-api/services/documenten-api-tag.service.d.ts.map +1 -0
  86. package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts +18 -0
  87. package/lib/modules/documenten-api/services/documenten-api-version.service.d.ts.map +1 -0
  88. package/lib/modules/documenten-api/services/index.d.ts +7 -0
  89. package/lib/modules/documenten-api/services/index.d.ts.map +1 -0
  90. package/lib/modules/index.d.ts +6 -0
  91. package/lib/modules/index.d.ts.map +1 -0
  92. package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts +17 -0
  93. package/lib/modules/notificaties-api/components/failed-notification-detail/failed-notification-detail.component.d.ts.map +1 -0
  94. package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts +32 -0
  95. package/lib/modules/notificaties-api/components/failed-notifications-page/failed-notifications-page.component.d.ts.map +1 -0
  96. package/lib/modules/notificaties-api/components/index.d.ts +3 -0
  97. package/lib/modules/notificaties-api/components/index.d.ts.map +1 -0
  98. package/lib/modules/notificaties-api/index.d.ts +5 -0
  99. package/lib/modules/notificaties-api/index.d.ts.map +1 -0
  100. package/lib/modules/notificaties-api/models/failed-notification.model.d.ts +22 -0
  101. package/lib/modules/notificaties-api/models/failed-notification.model.d.ts.map +1 -0
  102. package/lib/modules/notificaties-api/models/index.d.ts +2 -0
  103. package/lib/modules/notificaties-api/models/index.d.ts.map +1 -0
  104. package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts +9 -0
  105. package/lib/modules/notificaties-api/notificaties-api-routing.module.d.ts.map +1 -0
  106. package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts +16 -0
  107. package/lib/modules/notificaties-api/services/failed-notifications.service.d.ts.map +1 -0
  108. package/lib/modules/notificaties-api/services/index.d.ts +2 -0
  109. package/lib/modules/notificaties-api/services/index.d.ts.map +1 -0
  110. package/lib/modules/objecten-api/components/index.d.ts +3 -0
  111. package/lib/modules/objecten-api/components/index.d.ts.map +1 -0
  112. package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts +32 -0
  113. package/lib/modules/objecten-api/components/object-type/object-type.component.d.ts.map +1 -0
  114. package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts +32 -0
  115. package/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.d.ts.map +1 -0
  116. package/lib/modules/objecten-api/index.d.ts +4 -0
  117. package/lib/modules/objecten-api/index.d.ts.map +1 -0
  118. package/lib/modules/objecten-api/models/index.d.ts +2 -0
  119. package/lib/modules/objecten-api/models/index.d.ts.map +1 -0
  120. package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts +26 -0
  121. package/lib/modules/objecten-api/models/zaakobjecten.model.d.ts.map +1 -0
  122. package/lib/modules/objecten-api/services/index.d.ts +2 -0
  123. package/lib/modules/objecten-api/services/index.d.ts.map +1 -0
  124. package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts +17 -0
  125. package/lib/modules/objecten-api/services/zaakobjecten.service.d.ts.map +1 -0
  126. package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts +49 -0
  127. package/lib/modules/zaakdetails/components/document-objecten-api-sync/document-objecten-api-sync.component.d.ts.map +1 -0
  128. package/lib/modules/zaakdetails/components/index.d.ts +2 -0
  129. package/lib/modules/zaakdetails/components/index.d.ts.map +1 -0
  130. package/lib/modules/zaakdetails/index.d.ts +4 -0
  131. package/lib/modules/zaakdetails/index.d.ts.map +1 -0
  132. package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts +21 -0
  133. package/lib/modules/zaakdetails/models/document-objecten-api-sync.model.d.ts.map +1 -0
  134. package/lib/modules/zaakdetails/models/index.d.ts +2 -0
  135. package/lib/modules/zaakdetails/models/index.d.ts.map +1 -0
  136. package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts +20 -0
  137. package/lib/modules/zaakdetails/services/document-objecten-api-sync.service.d.ts.map +1 -0
  138. package/lib/modules/zaakdetails/services/index.d.ts +2 -0
  139. package/lib/modules/zaakdetails/services/index.d.ts.map +1 -0
  140. package/lib/modules/zaken-api/components/index.d.ts +2 -0
  141. package/lib/modules/zaken-api/components/index.d.ts.map +1 -0
  142. package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts +50 -0
  143. package/lib/modules/zaken-api/components/zaken-api-zaaktype-link/zaken-api-zaaktype-link.component.d.ts.map +1 -0
  144. package/lib/modules/zaken-api/index.d.ts +4 -0
  145. package/lib/modules/zaken-api/index.d.ts.map +1 -0
  146. package/lib/modules/zaken-api/models/index.d.ts +2 -0
  147. package/lib/modules/zaken-api/models/index.d.ts.map +1 -0
  148. package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts +15 -0
  149. package/lib/modules/zaken-api/models/zaken-api-zaaktype-link.model.d.ts.map +1 -0
  150. package/lib/modules/zaken-api/services/index.d.ts +2 -0
  151. package/lib/modules/zaken-api/services/index.d.ts.map +1 -0
  152. package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts +14 -0
  153. package/lib/modules/zaken-api/services/zaken-api-zaaktype-link.service.d.ts.map +1 -0
  154. package/lib/services/case-management-zgw.service.d.ts +14 -0
  155. package/lib/services/case-management-zgw.service.d.ts.map +1 -0
  156. package/lib/services/index.d.ts +2 -0
  157. package/lib/services/index.d.ts.map +1 -0
  158. package/lib/zgw.module.d.ts +17 -0
  159. package/lib/zgw.module.d.ts.map +1 -0
  160. package/package.json +27 -0
  161. package/public_api.d.ts +7 -0
  162. package/public_api.d.ts.map +1 -0
  163. package/valtimo-zgw.d.ts.map +1 -0
@@ -0,0 +1,32 @@
1
+ import { ActivatedRoute } from '@angular/router';
2
+ import { ZaakobjectenService } from '../../services';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
+ import { ZaakObject } from '../../models';
5
+ import { ModalService, SelectItem, TableColumn, VModalComponent } from '@valtimo/components';
6
+ import { FormioForm } from '@formio/angular';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CaseDetailTabZaakobjectenComponent {
9
+ private readonly route;
10
+ private readonly zaakobjectenService;
11
+ private readonly modalService;
12
+ viewZaakobjectModal: VModalComponent;
13
+ private readonly documentId$;
14
+ private readonly objecttypes$;
15
+ readonly objecttypeSelectItems$: Observable<Array<SelectItem>>;
16
+ readonly selectedObjecttypeUrl$: BehaviorSubject<string>;
17
+ readonly objects$: Observable<Array<ZaakObject> | null>;
18
+ readonly columns$: BehaviorSubject<TableColumn[]>;
19
+ readonly objectForm$: BehaviorSubject<FormioForm>;
20
+ readonly objectName$: BehaviorSubject<string>;
21
+ readonly noFormDefinitionComponent$: BehaviorSubject<boolean>;
22
+ constructor(route: ActivatedRoute, zaakobjectenService: ZaakobjectenService, modalService: ModalService);
23
+ selectObjectType(objectTypeUrl: string): void;
24
+ rowClicked(object: ZaakObject, objectTypeSelectItems: Array<SelectItem>): void;
25
+ hide(): void;
26
+ private show;
27
+ private getObjectTypeName;
28
+ private setModalData;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaseDetailTabZaakobjectenComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaseDetailTabZaakobjectenComponent, "valtimo-case-detail-tab-zaakobjecten", never, {}, {}, never, never, true, never>;
31
+ }
32
+ //# sourceMappingURL=zaakobjecten.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaakobjecten.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/components/zaakobjecten/zaakobjecten.component.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAgB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,UAAU,EAAiB,MAAM,cAAc,CAAC;AACxD,OAAO,EAGL,YAAY,EAEZ,UAAU,EAEV,WAAW,EAEX,eAAe,EAEhB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;;AAI3C,qBAgBa,kCAAkC;IAkD3C,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,kCAAkC;2CAAlC,kCAAkC;CA8G9C"}
@@ -0,0 +1,4 @@
1
+ export * from './models';
2
+ export * from './services';
3
+ export * from './components';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zaakobjecten.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { FormioForm } from '@formio/angular';
2
+ interface ZaakObjectType {
3
+ name: string;
4
+ url: string;
5
+ }
6
+ interface ZaakObject {
7
+ index: number;
8
+ registrationAt: string;
9
+ title: string | null;
10
+ url: string;
11
+ }
12
+ interface ZaakobjectFormResponse {
13
+ documentMappedFields: Array<{
14
+ defaultValue: string;
15
+ input: boolean;
16
+ key: string;
17
+ label: string;
18
+ type: string;
19
+ }>;
20
+ formDefinition: FormioForm;
21
+ id: string;
22
+ name: string;
23
+ readOnly: boolean;
24
+ }
25
+ export { ZaakObjectType, ZaakObject, ZaakobjectFormResponse };
26
+ //# sourceMappingURL=zaakobjecten.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaakobjecten.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/models/zaakobjecten.model.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,UAAU,EAAC,MAAM,iBAAiB,CAAC;AAE3C,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,sBAAsB;IAC9B,oBAAoB,EAAE,KAAK,CAAC;QAC1B,YAAY,EAAE,MAAM,CAAC;QACrB,KAAK,EAAE,OAAO,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;IACH,cAAc,EAAE,UAAU,CAAC;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,OAAO,EAAC,cAAc,EAAE,UAAU,EAAE,sBAAsB,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './zaakobjecten.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/zgw/src/lib/modules/objecten-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,wBAAwB,CAAC"}
@@ -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,49 @@
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 { DocumentDefinition, DocumentService } from '@valtimo/document';
6
+ import { ConfigurationIssueService, 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 configurationIssueService;
15
+ private readonly draftVersionService;
16
+ private readonly documentObjectenApiSyncService;
17
+ private readonly documentService;
18
+ private readonly cdsThemeService;
19
+ private readonly iconService;
20
+ readonly loading$: BehaviorSubject<boolean>;
21
+ private readonly _params$;
22
+ readonly _documentDefinition$: Observable<DocumentDefinition>;
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
+ readonly hasConfigurationIssue$: Observable<boolean>;
35
+ private readonly _isDraftVersion$;
36
+ readonly canEdit$: Observable<boolean>;
37
+ constructor(route: ActivatedRoute, configurationIssueService: ConfigurationIssueService, draftVersionService: DraftVersionService, documentObjectenApiSyncService: DocumentObjectenApiSyncService, documentService: DocumentService, cdsThemeService: CdsThemeService, iconService: IconService);
38
+ ngOnInit(): void;
39
+ loadDocumentenObjectenApiSync(): void;
40
+ remove(): void;
41
+ submit(): void;
42
+ onModalClose(): void;
43
+ showModal(): void;
44
+ configSelected(selectedId: string): void;
45
+ private hideModal;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocumentObjectenApiSyncComponent, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocumentObjectenApiSyncComponent, "valtimo-document-objecten-api-sync", never, {}, {}, never, never, true, never>;
48
+ }
49
+ //# 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;AAG/C,OAAO,EACL,eAAe,EAIf,UAAU,EAIX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,kBAAkB,EAAE,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAEL,yBAAyB,EACzB,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAIL,WAAW,EAIZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAuB,MAAM,MAAM,CAAC;AAE3F,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AACrD,OAAO,EAAC,8BAA8B,EAAC,MAAM,gBAAgB,CAAC;;AAG9D,qBAwBa,gCAAiC,YAAW,MAAM;IAwD3D,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,8BAA8B;IAC/C,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,WAAW;IA7D9B,SAAgB,QAAQ,2BAAsC;IAC9D,OAAO,CAAC,QAAQ,CAAC,QAAQ,CACkB;IAC3C,SAAgB,oBAAoB,EAAE,UAAU,CAAC,kBAAkB,CAAC,CAOlE;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;IAC7D,SAAgB,sBAAsB,sBACwB;IAC9D,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAO/B;IACF,SAAgB,QAAQ,EAAE,UAAU,CAAC,OAAO,CAAC,CAGc;gBAGxC,KAAK,EAAE,cAAc,EACrB,yBAAyB,EAAE,yBAAyB,EACpD,mBAAmB,EAAE,mBAAmB,EACxC,8BAA8B,EAAE,8BAA8B,EAC9D,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,WAAW,EAAE,WAAW;IAKpC,QAAQ,IAAI,IAAI;IAIhB,6BAA6B,IAAI,IAAI;IAmBrC,MAAM,IAAI,IAAI;IAiBd,MAAM,IAAI,IAAI;IAsBd,YAAY,IAAI,IAAI;IAIpB,SAAS,IAAI,IAAI;IAIjB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAU/C,OAAO,CAAC,SAAS;yCAnJN,gCAAgC;2CAAhC,gCAAgC;CAsJ5C"}
@@ -0,0 +1,2 @@
1
+ export * from './document-objecten-api-sync/document-objecten-api-sync.component';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,4 @@
1
+ export * from './components';
2
+ export * from './models';
3
+ export * from './services';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './document-objecten-api-sync.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './document-objecten-api-sync.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './zaken-api-zaaktype-link/zaken-api-zaaktype-link.component';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,50 @@
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 { ConfigurationIssueService, DraftVersionService, GlobalNotificationService } from '@valtimo/shared';
7
+ import { IconService } from 'carbon-components-angular';
8
+ import { BehaviorSubject, Observable } from 'rxjs';
9
+ import { ZakenApiZaaktypeLinkService } from '../../services';
10
+ import * as i0 from "@angular/core";
11
+ export declare class ZakenApiZaaktypeLinkComponent implements OnInit {
12
+ private readonly configurationIssueService;
13
+ private readonly draftVersionService;
14
+ private readonly globalNotificationService;
15
+ private readonly iconService;
16
+ private readonly openZaakService;
17
+ private readonly route;
18
+ private readonly translateService;
19
+ private readonly zakenApiZaaktypeLinkService;
20
+ zaakTypes: ZaakType[];
21
+ pluginConfigurations: PluginConfiguration[];
22
+ zaakTypeLinkRequest: CreateZaakTypeLinkRequest;
23
+ informatieObjectTypes: InformatieObjectType[];
24
+ selectedZaakType: ZaakType | null;
25
+ selectedPluginConfiguration: PluginConfiguration | null;
26
+ selectedInformatieObjectTypeUrl: string | null;
27
+ private _caseDefinitionKey;
28
+ private _caseVersionTag;
29
+ readonly loading$: BehaviorSubject<boolean>;
30
+ readonly zaakTypeLink$: BehaviorSubject<ZaakTypeLink>;
31
+ readonly modalOpen$: BehaviorSubject<boolean>;
32
+ readonly hasConfigurationIssue$: Observable<boolean>;
33
+ private readonly _params$;
34
+ private readonly _isDraftVersion$;
35
+ readonly canEdit$: Observable<boolean>;
36
+ constructor(configurationIssueService: ConfigurationIssueService, draftVersionService: DraftVersionService, globalNotificationService: GlobalNotificationService, iconService: IconService, openZaakService: OpenZaakService, route: ActivatedRoute, translateService: TranslateService, zakenApiZaaktypeLinkService: ZakenApiZaaktypeLinkService);
37
+ ngOnInit(): void;
38
+ loadZaakTypes(): void;
39
+ loadZakenApiPluginConfigurations(): void;
40
+ closeModal(): void;
41
+ openModal(zaakTypeLink: ZaakTypeLink): void;
42
+ onCheckedChange(checked: boolean): void;
43
+ removeZaakTypeLink(): void;
44
+ submit(): void;
45
+ private findZaakType;
46
+ private findPluginConfiguration;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiZaaktypeLinkComponent, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZakenApiZaaktypeLinkComponent, "valtimo-zaken-api-zaaktype-link", never, {}, {}, never, never, true, never>;
49
+ }
50
+ //# 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,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAEhD,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,EAEL,yBAAyB,EACzB,mBAAmB,EAEnB,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAGL,WAAW,EAQZ,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAC,eAAe,EAAgC,UAAU,EAAY,MAAM,MAAM,CAAC;AAC1F,OAAO,EAAC,2BAA2B,EAAC,MAAM,gBAAgB,CAAC;;AAE3D,qBAsBa,6BAA8B,YAAW,MAAM;IAgCxD,OAAO,CAAC,QAAQ,CAAC,yBAAyB;IAC1C,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,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;IAtCvC,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;IACjE,SAAgB,sBAAsB,sBACuB;IAC7D,OAAO,CAAC,QAAQ,CAAC,QAAQ,CACkB;IAC3C,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAO/B;IACF,SAAgB,QAAQ,EAAE,UAAU,CAAC,OAAO,CAAC,CAGc;gBAGxC,yBAAyB,EAAE,yBAAyB,EACpD,mBAAmB,EAAE,mBAAmB,EACxC,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,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;yCA/KpB,6BAA6B;2CAA7B,6BAA6B;CAqLzC"}
@@ -0,0 +1,4 @@
1
+ export * from './components';
2
+ export * from './models';
3
+ export * from './services';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './zaken-api-zaaktype-link.model';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './zaken-api-zaaktype-link.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './case-management-zgw.service';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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-test",
5
+ "peerDependencies": {
6
+ "@angular/common": "19.2.20",
7
+ "@angular/core": "19.2.20"
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.20"
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
+ }
@@ -0,0 +1,7 @@
1
+ export * from './lib/components';
2
+ export * from './lib/constants';
3
+ export * from './lib/models';
4
+ export * from './lib/services';
5
+ export * from './lib/modules';
6
+ export * from './lib/zgw.module';
7
+ //# sourceMappingURL=public_api.d.ts.map
@@ -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,iBAAiB,CAAC;AAChC,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"}