@valtimo/plugin 12.19.0 → 13.0.1-next-minor.81
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-plugin.mjs +2665 -1261
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +3 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -1
- package/lib/models/plugin.d.ts +2 -0
- package/lib/models/plugin.d.ts.map +1 -1
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +10 -12
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts +2 -2
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +9 -7
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts +0 -15
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/models/config.d.ts +9 -1
- package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +1 -1
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts +4 -2
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts.map +1 -1
- package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts.map +1 -1
- package/lib/plugins/exact/exact-plugin.module.d.ts +2 -1
- package/lib/plugins/exact/exact-plugin.module.d.ts.map +1 -1
- package/lib/plugins/exact/exact-plugin.service.d.ts +1 -1
- package/lib/plugins/iko/assets/iko-plugin-logo.d.ts +3 -0
- package/lib/plugins/iko/assets/iko-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/iko/assets/index.d.ts +2 -0
- package/lib/plugins/iko/assets/index.d.ts.map +1 -0
- package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts +24 -0
- package/lib/plugins/iko/components/iko-configuration/iko-configuration.component.d.ts.map +1 -0
- package/lib/plugins/iko/iko-plugin.module.d.ts +11 -0
- package/lib/plugins/iko/iko-plugin.module.d.ts.map +1 -0
- package/lib/plugins/iko/iko-plugin.specification.d.ts +4 -0
- package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/iko/models/config.d.ts +6 -0
- package/lib/plugins/iko/models/config.d.ts.map +1 -0
- package/lib/plugins/iko/models/index.d.ts +2 -0
- package/lib/plugins/iko/models/index.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/assets/index.d.ts +2 -0
- package/lib/plugins/klantinteracties-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts +24 -0
- package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts +34 -0
- package/lib/plugins/klantinteracties-api/components/klantinteracties-api-configuration/klantinteracties-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts +12 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/models/config.d.ts +15 -0
- package/lib/plugins/klantinteracties-api/models/config.d.ts.map +1 -0
- package/lib/plugins/klantinteracties-api/models/index.d.ts +2 -0
- package/lib/plugins/klantinteracties-api/models/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts.map +1 -1
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -1
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts.map +1 -1
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts +3 -0
- package/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts +24 -0
- package/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/models/config.d.ts +6 -0
- package/lib/plugins/open-klant-token-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/models/index.d.ts +2 -0
- package/lib/plugins/open-klant-token-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts +11 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.d.ts.map +1 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts +4 -0
- package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/services/object.service.d.ts +1 -1
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -1
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +12 -6
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -1
- package/lib/plugins/verzoek/models/config.d.ts +2 -1
- package/lib/plugins/verzoek/models/config.d.ts.map +1 -1
- package/lib/plugins/verzoek/models/verzoek.d.ts +8 -1
- package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -1
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts +6 -3
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -1
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +1 -1
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts +25 -0
- package/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts +3 -3
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +3 -3
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts +25 -0
- package/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +27 -18
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +8 -13
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts +13 -17
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts +13 -20
- package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +43 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +11 -16
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts +12 -19
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/config.d.ts +59 -1
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +2 -2
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/geometry-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/geometry-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts +3 -0
- package/lib/plugins/zaken-api/models/indicatie-machtiging-values.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/payment-indication-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/payment-indication-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts +4 -4
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +22 -17
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
- package/lib/services/plugin-management.service.d.ts +2 -2
- package/lib/services/plugin-management.service.d.ts.map +1 -1
- package/lib/services/plugin-translation.service.d.ts +4 -0
- package/lib/services/plugin-translation.service.d.ts.map +1 -1
- package/package.json +4 -6
- package/public-api.d.ts +17 -0
- package/public-api.d.ts.map +1 -1
- package/esm2022/lib/components/default-plugin-configuration/default-plugin-configuration.component.mjs +0 -73
- package/esm2022/lib/components/default-plugin-configuration/default-plugin-configuration.module.mjs +0 -53
- package/esm2022/lib/components/plugin-configuration-container/plugin-configuration-container.component.mjs +0 -161
- package/esm2022/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +0 -36
- package/esm2022/lib/constants/index.mjs +0 -17
- package/esm2022/lib/constants/injection-tokens.mjs +0 -19
- package/esm2022/lib/models/index.mjs +0 -17
- package/esm2022/lib/models/plugin.mjs +0 -17
- package/esm2022/lib/pipes/index.mjs +0 -17
- package/esm2022/lib/pipes/plugin-translate/index.mjs +0 -18
- package/esm2022/lib/pipes/plugin-translate/plugin-translate-pipe.module.mjs +0 -33
- package/esm2022/lib/pipes/plugin-translate/plugin-translate.pipe.mjs +0 -35
- package/esm2022/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/besluiten-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/besluiten-api/besluiten-api-plugin.module.mjs +0 -76
- package/esm2022/lib/plugins/besluiten-api/besluiten-api-plugin.specification.mjs +0 -185
- package/esm2022/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.mjs +0 -89
- package/esm2022/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.mjs +0 -191
- package/esm2022/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/besluiten-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/besluiten-api/models/index.mjs +0 -18
- package/esm2022/lib/plugins/besluiten-api/models/input.mjs +0 -17
- package/esm2022/lib/plugins/besluiten-api/services/besluiten-api.service.mjs +0 -37
- package/esm2022/lib/plugins/besluiten-api/services/index.mjs +0 -17
- package/esm2022/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/catalogi-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/catalogi-api/catalogi-api-plugin-module.mjs +0 -76
- package/esm2022/lib/plugins/catalogi-api/catalogi-api-plugin.specification.mjs +0 -126
- package/esm2022/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/catalogi-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/catalogi-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/documenten-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.mjs +0 -98
- package/esm2022/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.mjs +0 -75
- package/esm2022/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.mjs +0 -110
- package/esm2022/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.mjs +0 -60
- package/esm2022/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.mjs +0 -60
- package/esm2022/lib/plugins/documenten-api/documenten-api-plugin.module.mjs +0 -76
- package/esm2022/lib/plugins/documenten-api/documenten-api-plugin.specification.mjs +0 -189
- package/esm2022/lib/plugins/documenten-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/documenten-api/services/documenten-api.service.mjs +0 -37
- package/esm2022/lib/plugins/documenten-api/services/index.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.mjs +0 -82
- package/esm2022/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.mjs +0 -84
- package/esm2022/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.mjs +0 -84
- package/esm2022/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.mjs +0 -17
- package/esm2022/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.mjs +0 -112
- package/esm2022/lib/plugins/exact/components/exact-redirect/exact-redirect.component.mjs +0 -36
- package/esm2022/lib/plugins/exact/exact-plugin-routing.module.mjs +0 -45
- package/esm2022/lib/plugins/exact/exact-plugin.mjs +0 -17
- package/esm2022/lib/plugins/exact/exact-plugin.module.mjs +0 -70
- package/esm2022/lib/plugins/exact/exact-plugin.service.mjs +0 -41
- package/esm2022/lib/plugins/exact/exact-refresh-token.mjs +0 -17
- package/esm2022/lib/plugins/exact/exact.plugin.specification.mjs +0 -72
- package/esm2022/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.mjs +0 -86
- package/esm2022/lib/plugins/notificaties-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api/notificaties-api-plugin.module.mjs +0 -52
- package/esm2022/lib/plugins/notificaties-api/notificaties-api-plugin.specification.mjs +0 -59
- package/esm2022/lib/plugins/notificaties-api-authentication/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/notificaties-api-authentication/models/config.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api-authentication/models/index.mjs +0 -17
- package/esm2022/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.mjs +0 -35
- package/esm2022/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.mjs +0 -56
- package/esm2022/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/object-token-authentication/models/config.mjs +0 -17
- package/esm2022/lib/plugins/object-token-authentication/models/index.mjs +0 -17
- package/esm2022/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.mjs +0 -35
- package/esm2022/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.mjs +0 -50
- package/esm2022/lib/plugins/objecten-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/objecten-api/components/delete-object/delete-object.component.mjs +0 -74
- package/esm2022/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/objecten-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/objecten-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/objecten-api/objecten-api-plugin-module.mjs +0 -53
- package/esm2022/lib/plugins/objecten-api/objecten-api-plugin.specification.mjs +0 -69
- package/esm2022/lib/plugins/objecttypen-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/objecttypen-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/objecttypen-api/models/index.mjs +0 -17
- package/esm2022/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.mjs +0 -52
- package/esm2022/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.mjs +0 -53
- package/esm2022/lib/plugins/open-zaak/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +0 -74
- package/esm2022/lib/plugins/open-zaak/models/config.mjs +0 -17
- package/esm2022/lib/plugins/open-zaak/models/index.mjs +0 -17
- package/esm2022/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +0 -35
- package/esm2022/lib/plugins/open-zaak/open-zaak-plugin.specification.mjs +0 -56
- package/esm2022/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.mjs +0 -54
- package/esm2022/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.mjs +0 -100
- package/esm2022/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.mjs +0 -105
- package/esm2022/lib/plugins/portaaltaak/models/config.mjs +0 -17
- package/esm2022/lib/plugins/portaaltaak/models/index.mjs +0 -18
- package/esm2022/lib/plugins/portaaltaak/models/object.mjs +0 -17
- package/esm2022/lib/plugins/portaaltaak/portaaltaak-plugin.module.mjs +0 -69
- package/esm2022/lib/plugins/portaaltaak/portaaltaak-plugin.specification.mjs +0 -166
- package/esm2022/lib/plugins/portaaltaak/services/index.mjs +0 -17
- package/esm2022/lib/plugins/portaaltaak/services/object.service.mjs +0 -37
- package/esm2022/lib/plugins/smart-documents/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.mjs +0 -85
- package/esm2022/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.mjs +0 -74
- package/esm2022/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +0 -77
- package/esm2022/lib/plugins/smart-documents/models/config.mjs +0 -17
- package/esm2022/lib/plugins/smart-documents/models/index.mjs +0 -17
- package/esm2022/lib/plugins/smart-documents/smart-documents-plugin.module.mjs +0 -69
- package/esm2022/lib/plugins/smart-documents/smart-documents-plugin.specification.mjs +0 -101
- package/esm2022/lib/plugins/verzoek/assets/verzoek-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.mjs +0 -234
- package/esm2022/lib/plugins/verzoek/models/config.mjs +0 -17
- package/esm2022/lib/plugins/verzoek/models/index.mjs +0 -18
- package/esm2022/lib/plugins/verzoek/models/verzoek.mjs +0 -17
- package/esm2022/lib/plugins/verzoek/services/index.mjs +0 -17
- package/esm2022/lib/plugins/verzoek/services/verzoek-plugin.service.mjs +0 -43
- package/esm2022/lib/plugins/verzoek/verzoek-plugin.module.mjs +0 -86
- package/esm2022/lib/plugins/verzoek/verzoek-plugin.specification.mjs +0 -140
- package/esm2022/lib/plugins/zaken-api/assets/index.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.mjs +0 -18
- package/esm2022/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.mjs +0 -74
- package/esm2022/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.mjs +0 -74
- package/esm2022/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.mjs +0 -172
- package/esm2022/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.mjs +0 -157
- package/esm2022/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.mjs +0 -159
- package/esm2022/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.mjs +0 -63
- package/esm2022/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.mjs +0 -86
- package/esm2022/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.mjs +0 -60
- package/esm2022/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.mjs +0 -90
- package/esm2022/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.mjs +0 -77
- package/esm2022/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.mjs +0 -77
- package/esm2022/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.mjs +0 -88
- package/esm2022/lib/plugins/zaken-api/models/config.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/create-zaak-properties.mjs +0 -6
- package/esm2022/lib/plugins/zaken-api/models/eigenschap.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/index.mjs +0 -21
- package/esm2022/lib/plugins/zaken-api/models/input.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/resultaat.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/models/status.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/services/index.mjs +0 -17
- package/esm2022/lib/plugins/zaken-api/services/zaken-api.service.mjs +0 -43
- package/esm2022/lib/plugins/zaken-api/zaken-api-plugin.module.mjs +0 -160
- package/esm2022/lib/plugins/zaken-api/zaken-api-plugin.specification.mjs +0 -412
- package/esm2022/lib/services/index.mjs +0 -19
- package/esm2022/lib/services/plugin-management.service.mjs +0 -88
- package/esm2022/lib/services/plugin-translation.service.mjs +0 -51
- package/esm2022/lib/services/plugin.service.mjs +0 -49
- package/esm2022/public-api.mjs +0 -112
- package/esm2022/valtimo-plugin.mjs +0 -5
|
@@ -8,7 +8,8 @@ interface Mapping {
|
|
|
8
8
|
}
|
|
9
9
|
interface VerzoekType {
|
|
10
10
|
uuid?: string;
|
|
11
|
-
|
|
11
|
+
caseDefinitionKey: string;
|
|
12
|
+
caseDefinitionVersionTag: string;
|
|
12
13
|
objectManagementId: string;
|
|
13
14
|
processDefinitionKey: string;
|
|
14
15
|
initiatorRolDescription: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,KAAK,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC;AAEzC,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,KAAK,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC;AAEzC,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,MAAM,CAAC;IAC1B,wBAAwB,EAAE,MAAM,CAAC;IACjC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,uBAAuB,EAAE,MAAM,CAAC;IAChC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED,UAAU,aAAc,SAAQ,uBAAuB;IACrD,kCAAkC,EAAE,MAAM,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CACvC;AAED,OAAO,EAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAC,CAAC"}
|
|
@@ -13,5 +13,12 @@ interface Roltype {
|
|
|
13
13
|
name: string;
|
|
14
14
|
url: string;
|
|
15
15
|
}
|
|
16
|
-
|
|
16
|
+
interface CaseListItem {
|
|
17
|
+
autoAssignTasks: boolean;
|
|
18
|
+
canHaveAssignee: boolean;
|
|
19
|
+
caseDefinitionKey: string;
|
|
20
|
+
caseDefinitionVersionTag: string;
|
|
21
|
+
name: string;
|
|
22
|
+
}
|
|
23
|
+
export { Objecttype, ObjecttypeKeys, Roltype, CaseListItem };
|
|
17
24
|
//# sourceMappingURL=verzoek.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/verzoek.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,KAAK,cAAc,GAAG,MAAM,UAAU,CAAC;AAEvC,UAAU,OAAO;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,UAAU,EAAE,cAAc,EAAE,OAAO,EAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"verzoek.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/verzoek.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,KAAK,cAAc,GAAG,MAAM,UAAU,CAAC;AAEvC,UAAU,OAAO;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,UAAU,YAAY;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,OAAO,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,wBAAwB,EAAE,MAAM,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,OAAO,EAAC,UAAU,EAAE,cAAc,EAAE,OAAO,EAAE,YAAY,EAAC,CAAC"}
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { ConfigService } from '@valtimo/
|
|
4
|
-
import { Objecttype, Roltype } from '../models';
|
|
3
|
+
import { ConfigService, Page } from '@valtimo/shared';
|
|
4
|
+
import { CaseListItem, Objecttype, Roltype } from '../models';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class VerzoekPluginService {
|
|
7
7
|
private http;
|
|
8
8
|
private valtimoEndpointUri;
|
|
9
9
|
constructor(http: HttpClient, configService: ConfigService);
|
|
10
10
|
getAllObjects(): Observable<Objecttype[]>;
|
|
11
|
-
|
|
11
|
+
getRoltypesByCaseDefinition(caseDefinitionKey: string, params: {
|
|
12
|
+
caseDefinitionVersionTag?: string;
|
|
13
|
+
}): Observable<Array<Roltype>>;
|
|
14
|
+
getCaseDefinitions(params: any): Observable<Page<CaseListItem>>;
|
|
12
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekPluginService, never>;
|
|
13
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<VerzoekPluginService>;
|
|
14
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek-plugin.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/services/verzoek-plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAa,UAAU,EAAK,MAAM,MAAM,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"verzoek-plugin.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/services/verzoek-plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAa,UAAU,EAAK,MAAM,MAAM,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAE,IAAI,EAAC,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;;AAE5D,qBAGa,oBAAoB;IAI7B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAK9B,aAAa,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;IAMzC,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,MAAM,EAAE;QAAC,wBAAwB,CAAC,EAAE,MAAM,CAAA;KAAC,GAC1C,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAetB,kBAAkB,CAAC,MAAM,EAAE,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;yCAlC3D,oBAAoB;6CAApB,oBAAoB;CAwChC"}
|
|
@@ -6,7 +6,7 @@ import * as i4 from "@valtimo/components";
|
|
|
6
6
|
import * as i5 from "carbon-components-angular";
|
|
7
7
|
export declare class VerzoekPluginModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekPluginModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof i5.ModalModule, typeof i5.InputModule, typeof i4.TooltipIconModule, typeof i4.CarbonMultiInputModule, typeof i5.ButtonModule, typeof i4.ValtimoCdsModalDirective, typeof i4.VModalModule, typeof i5.IconModule], [typeof i1.VerzoekConfigurationComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<VerzoekPluginModule>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=verzoek-plugin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/verzoek-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"verzoek-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/verzoek-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,0BAA0B,EAAE,mBAoKjC,CAAC;AAEF,OAAO,EAAC,0BAA0B,EAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CreateMedewerkerZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateMedewerkerZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<CreateMedewerkerZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<CreateMedewerkerZaakRolConfig>;
|
|
13
|
+
readonly INDICATIE_MACHTIGING_VALUES: import("@valtimo/components").RadioValue[];
|
|
14
|
+
private _saveSubscription;
|
|
15
|
+
private readonly _formValue$;
|
|
16
|
+
private readonly _valid$;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
formValueChange(formValue: CreateMedewerkerZaakRolConfig): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
private openSaveSubscription;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateMedewerkerZaakRolComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateMedewerkerZaakRolComponent, "valtimo-create-medewerker-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=create-medewerker-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-medewerker-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,6BAA6B,EAAC,MAAM,cAAc,CAAC;;AAG3D,qBAKa,gCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,6BAA6B,CAAC,CAAC;IAChE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,6BAA6B,CAAC,CAChB;IAEpD,SAAgB,2BAA2B,6CAA+B;IAE1E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAmE;IAC/F,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,6BAA6B,GAAG,IAAI;IAKtE,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA1CjB,gCAAgC;2CAAhC,gCAAgC;CAqD5C"}
|
|
@@ -10,9 +10,9 @@ export declare class CreateNatuurlijkPersoonZaakRolComponent implements Function
|
|
|
10
10
|
prefillConfiguration$: Observable<CreateNatuurlijkePersoonZaakRolConfig>;
|
|
11
11
|
valid: EventEmitter<boolean>;
|
|
12
12
|
configuration: EventEmitter<CreateNatuurlijkePersoonZaakRolConfig>;
|
|
13
|
-
private
|
|
14
|
-
private readonly
|
|
15
|
-
private readonly
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
formValueChange(formValue: CreateNatuurlijkePersoonZaakRolConfig): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-natuurlijk-persoon-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,qCAAqC,EAAC,MAAM,cAAc,CAAC;;AAEnE,qBAKa,
|
|
1
|
+
{"version":3,"file":"create-natuurlijk-persoon-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,qCAAqC,EAAC,MAAM,cAAc,CAAC;;AAEnE,qBAKa,uCAAwC,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IACtG,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,qCAAqC,CAAC,CAAC;IACxE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,qCAAqC,CAAC,CAChB;IAE5D,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAE1B;IACF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,qCAAqC,GAAG,IAAI;IAK9E,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,uCAAuC;2CAAvC,uCAAuC;CA+CnD"}
|
|
@@ -10,9 +10,9 @@ export declare class CreateNietNatuurlijkPersoonZaakRolComponent implements Func
|
|
|
10
10
|
prefillConfiguration$: Observable<CreateNietNatuurlijkePersoonZaakRolConfig>;
|
|
11
11
|
valid: EventEmitter<boolean>;
|
|
12
12
|
configuration: EventEmitter<CreateNietNatuurlijkePersoonZaakRolConfig>;
|
|
13
|
-
private
|
|
14
|
-
private readonly
|
|
15
|
-
private readonly
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
formValueChange(formValue: CreateNietNatuurlijkePersoonZaakRolConfig): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-niet-natuurlijk-persoon-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,yCAAyC,EAAC,MAAM,cAAc,CAAC;;AAEvE,qBAKa,
|
|
1
|
+
{"version":3,"file":"create-niet-natuurlijk-persoon-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,yCAAyC,EAAC,MAAM,cAAc,CAAC;;AAEvE,qBAKa,2CAA4C,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAC1G,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,yCAAyC,CAAC,CAAC;IAC5E,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yCAAyC,CAAC,CAChB;IAEhE,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CACkD;IAC9E,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,yCAAyC,GAAG,IAAI;IAKlF,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAnCjB,2CAA2C;2CAA3C,2CAA2C;CA8CvD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CreateOrganisatorischeEenheidZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateOrganisatorischeEenheidZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<CreateOrganisatorischeEenheidZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<CreateOrganisatorischeEenheidZaakRolConfig>;
|
|
13
|
+
readonly INDICATIE_MACHTIGING_VALUES: import("@valtimo/components").RadioValue[];
|
|
14
|
+
private _saveSubscription;
|
|
15
|
+
private readonly _formValue$;
|
|
16
|
+
private readonly _valid$;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
formValueChange(formValue: CreateOrganisatorischeEenheidZaakRolConfig): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
private openSaveSubscription;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateOrganisatorischeEenheidZaakRolComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateOrganisatorischeEenheidZaakRolComponent, "valtimo-create-organisatorische-eenheid-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=create-organisatorische-eenheid-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-organisatorische-eenheid-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,0CAA0C,EAAC,MAAM,cAAc,CAAC;;AAGxE,qBAKa,6CACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,0CAA0C,CAAC,CAAC;IAC7E,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,0CAA0C,CAAC,CAChB;IAEjE,SAAgB,2BAA2B,6CAA+B;IAE1E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CACmD;IAC/E,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,0CAA0C,GAAG,IAAI;IAKnF,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,oBAAoB;yCA5CjB,6CAA6C;2CAA7C,6CAA6C;CAuDzD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { CreateVestigingZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreateVestigingZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<CreateVestigingZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<CreateVestigingZaakRolConfig>;
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: CreateVestigingZaakRolConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateVestigingZaakRolComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateVestigingZaakRolComponent, "valtimo-create-vestiging-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=create-vestiging-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-vestiging-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,4BAA4B,EAAC,MAAM,cAAc,CAAC;;AAE1D,qBAKa,+BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,4BAA4B,CAAC,CAAC;IAC/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,4BAA4B,CAAC,CAChB;IAEnD,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAkE;IAC9F,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,4BAA4B,GAAG,IAAI;IAKrE,OAAO,CAAC,WAAW;IAanB,OAAO,CAAC,oBAAoB;yCA1CjB,+BAA+B;2CAA/B,+BAA+B;CAqD3C"}
|
package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts
CHANGED
|
@@ -3,47 +3,56 @@ import { FunctionConfigurationComponent } from '../../../../models';
|
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { CreateZaakConfig, InputOption } from '../../models';
|
|
5
5
|
import { OpenZaakService } from '@valtimo/resource';
|
|
6
|
-
import { DocumentService } from '@valtimo/document';
|
|
7
6
|
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
7
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
8
8
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
9
9
|
import { IconService } from 'carbon-components-angular';
|
|
10
|
-
import {
|
|
10
|
+
import { CreateZaakExtraProperties } from '../../models/create-zaak-properties';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class CreateZaakConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
13
13
|
private readonly openZaakService;
|
|
14
|
-
private readonly documentService;
|
|
15
14
|
private readonly modalService;
|
|
16
15
|
private readonly pluginTranslatePipe;
|
|
17
16
|
private readonly iconService;
|
|
18
|
-
|
|
17
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
18
|
disabled$: Observable<boolean>;
|
|
20
|
-
|
|
19
|
+
pluginId: string;
|
|
20
|
+
save$: Observable<void>;
|
|
21
21
|
prefillConfiguration$: Observable<CreateZaakConfig>;
|
|
22
22
|
valid: EventEmitter<boolean>;
|
|
23
23
|
configuration: EventEmitter<CreateZaakConfig>;
|
|
24
|
-
readonly
|
|
24
|
+
readonly propertyOptions: string[];
|
|
25
|
+
readonly propertyList: Array<CreateZaakExtraProperties>;
|
|
26
|
+
readonly geometryTypes: string[];
|
|
27
|
+
readonly paymentIndicationTypes: string[];
|
|
25
28
|
readonly pluginId$: BehaviorSubject<string>;
|
|
26
29
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
27
|
-
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
28
|
-
private saveSubscription;
|
|
29
|
-
private readonly formValue$;
|
|
30
|
-
private readonly valid$;
|
|
31
|
-
private readonly _properties;
|
|
32
30
|
readonly loading$: BehaviorSubject<boolean>;
|
|
31
|
+
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
33
32
|
readonly zaakTypeItems$: Observable<Array<SelectItem>>;
|
|
34
|
-
|
|
33
|
+
protected readonly CASE_GEOMETRY_TYPE: string;
|
|
34
|
+
protected readonly CASE_GEOMETRY_COORDINATES: string;
|
|
35
|
+
protected readonly PAYMENT_INDICATION_TYPE: string;
|
|
36
|
+
private readonly _formValue$;
|
|
37
|
+
private readonly _properties;
|
|
38
|
+
private saveSubscription;
|
|
39
|
+
private readonly _valid$;
|
|
40
|
+
constructor(openZaakService: OpenZaakService, modalService: ModalService, pluginTranslatePipe: PluginTranslatePipe, iconService: IconService);
|
|
35
41
|
ngOnInit(): void;
|
|
36
42
|
ngOnDestroy(): void;
|
|
37
|
-
|
|
43
|
+
onFormValueChanged(formValue: CreateZaakConfig): void;
|
|
38
44
|
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
39
45
|
selectItemsIncludeId(selectItems: Array<SelectItem>, id: string): boolean;
|
|
46
|
+
prefillValueFor(property: string, prefill: CreateZaakConfig): string | null;
|
|
47
|
+
translationKeyFor(property: string): string;
|
|
48
|
+
translationKeyForPropertyList(property: string): string;
|
|
49
|
+
addProperty(property: CreateZaakExtraProperties): void;
|
|
50
|
+
removeProperty(property: CreateZaakExtraProperties): void;
|
|
51
|
+
hasPropertyBeenAdded(property: CreateZaakExtraProperties): boolean;
|
|
52
|
+
onPropertyChanged(property: CreateZaakExtraProperties, value: any): void;
|
|
40
53
|
private handleValid;
|
|
41
54
|
private openSaveSubscription;
|
|
42
|
-
addCaseProperty(property: ExtraProperties): void;
|
|
43
|
-
removeCaseProperty(property: ExtraProperties): void;
|
|
44
|
-
hasPropertyBeenAdded(property: ExtraProperties): boolean;
|
|
45
|
-
onPropertyChanged(property: ExtraProperties, value: any): void;
|
|
46
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakConfigurationComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "context$": { "alias": "context$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
48
57
|
}
|
|
49
58
|
//# sourceMappingURL=create-zaak-configuration.component.d.ts.map
|
package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAIf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAyB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAIf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAyB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AAEtD,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AACtD,OAAO,EACL,yBAAyB,EAE1B,MAAM,qCAAqC,CAAC;;AAI7C,qBAOa,gCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA2F1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,WAAW;IA5FrB,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAChE,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,qBAAqB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IACnD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,SAAgB,eAAe,EAAE,MAAM,EAAE,CAAiD;IAC1F,SAAgB,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAM;IACpE,SAAgB,aAAa,EAAE,MAAM,EAAE,CAAkB;IACzD,SAAgB,sBAAsB,EAAE,MAAM,EAAE,CAA4B;IAE5E,SAAgB,SAAS,0BAAmC;IAC5D,SAAgB,oBAAoB,+BAAiD;IACrF,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAY9D;IACF,SAAgB,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAgD3D;IAEF,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAsB;IACnE,SAAS,CAAC,QAAQ,CAAC,yBAAyB,EAAE,MAAM,CAA6B;IACjF,SAAS,CAAC,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAuB;IAEzE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA+C;IAC3E,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAgD;IAC5E,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;gBAG5C,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW;IAKpC,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAWrD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAOtD,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO;IAOzE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,gBAAgB,GAAG,MAAM,GAAG,IAAI;IAI3E,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI3C,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvD,WAAW,CAAC,QAAQ,EAAE,yBAAyB,GAAG,IAAI;IAUtD,cAAc,CAAC,QAAQ,EAAE,yBAAyB,GAAG,IAAI;IAWzD,oBAAoB,CAAC,QAAQ,EAAE,yBAAyB,GAAG,OAAO;IAIlE,iBAAiB,CAAC,QAAQ,EAAE,yBAAyB,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAY/E,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,oBAAoB;yCApMjB,gCAAgC;2CAAhC,gCAAgC;CAqN5C"}
|
|
@@ -2,44 +2,39 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
3
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
4
|
import { CreateZaakResultaatConfig, InputOption } from '../../models';
|
|
5
|
-
import {
|
|
6
|
-
import { DocumentService } from '@valtimo/document';
|
|
5
|
+
import { RadioValue, SelectItem } from '@valtimo/components';
|
|
7
6
|
import { ZakenApiService } from '../../services';
|
|
8
7
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
8
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class CreateZaakResultaatConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
11
|
-
private readonly modalService;
|
|
12
|
-
private readonly documentService;
|
|
13
11
|
private readonly zakenApiService;
|
|
14
12
|
private readonly pluginTranslatePipe;
|
|
15
13
|
save$: Observable<void>;
|
|
16
14
|
disabled$: Observable<boolean>;
|
|
17
15
|
set pluginId(value: string);
|
|
18
16
|
prefillConfiguration$: Observable<CreateZaakResultaatConfig>;
|
|
17
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
18
|
valid: EventEmitter<boolean>;
|
|
20
19
|
configuration: EventEmitter<CreateZaakResultaatConfig>;
|
|
21
|
-
readonly caseDefinitionSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
22
|
-
readonly selectedCaseDefinitionId$: BehaviorSubject<string>;
|
|
23
20
|
readonly clearStatusSelection$: Subject<void>;
|
|
24
21
|
readonly loading$: BehaviorSubject<boolean>;
|
|
25
|
-
readonly resultaatTypeSelectItems$:
|
|
26
|
-
[caseDefinitionId: string]: Array<SelectItem>;
|
|
27
|
-
}>;
|
|
22
|
+
readonly resultaatTypeSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
28
23
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
29
24
|
readonly pluginId$: BehaviorSubject<string>;
|
|
30
25
|
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
31
|
-
private saveSubscription;
|
|
32
26
|
private readonly formValue$;
|
|
33
27
|
private readonly valid$;
|
|
34
|
-
|
|
28
|
+
private readonly _subscriptions;
|
|
29
|
+
constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
35
30
|
ngOnInit(): void;
|
|
36
31
|
ngOnDestroy(): void;
|
|
37
32
|
formValueChange(formValue: CreateZaakResultaatConfig): void;
|
|
38
|
-
selectCaseDefinition(caseDefinitionId: string): void;
|
|
39
33
|
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
40
34
|
private handleValid;
|
|
35
|
+
private initContextHandling;
|
|
41
36
|
private openSaveSubscription;
|
|
42
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakResultaatConfigurationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakResultaatConfigurationComponent, "valtimo-create-zaak-resultaat-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakResultaatConfigurationComponent, "valtimo-create-zaak-resultaat-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
44
39
|
}
|
|
45
40
|
//# sourceMappingURL=create-zaak-resultaat-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-resultaat-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,
|
|
1
|
+
{"version":3,"file":"create-zaak-resultaat-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,EACV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,yBAAyB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAExE,qBAOa,yCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA4C1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IA3CtB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/C,IAAoB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzC;IACe,qBAAqB,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC7D,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CACvB;IAEhD,SAAgB,qBAAqB,gBAAuB;IAE5D,SAAgB,QAAQ,2BAAsC;IAE9D,SAAgB,yBAAyB,gCAAyC;IAElF,SAAgB,oBAAoB,+BAAiD;IAErF,SAAgB,SAAS,0BAAmC;IAE5D,SAAgB,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAY9D;IAEF,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA+D;IAC1F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAS3D,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQ7D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,mBAAmB;IAoC3B,OAAO,CAAC,oBAAoB;yCAtHjB,yCAAyC;2CAAzC,yCAAyC;CAsIrD"}
|
package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
-
import { BehaviorSubject, Observable
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { CreateZaakeigenschapConfig, InputOption } from '../../models';
|
|
5
|
+
import { RadioValue, SelectItem } from '@valtimo/components';
|
|
6
6
|
import { DocumentService } from '@valtimo/document';
|
|
7
7
|
import { ZakenApiService } from '../../services';
|
|
8
8
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
9
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class CreateZaakeigenschapComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
11
|
-
private readonly modalService;
|
|
12
12
|
private readonly documentService;
|
|
13
13
|
private readonly zakenApiService;
|
|
14
14
|
private readonly pluginTranslatePipe;
|
|
@@ -16,30 +16,26 @@ export declare class CreateZaakeigenschapComponent implements FunctionConfigurat
|
|
|
16
16
|
disabled$: Observable<boolean>;
|
|
17
17
|
set pluginId(value: string);
|
|
18
18
|
prefillConfiguration$: Observable<CreateZaakeigenschapConfig>;
|
|
19
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
20
|
valid: EventEmitter<boolean>;
|
|
20
21
|
configuration: EventEmitter<CreateZaakeigenschapConfig>;
|
|
21
|
-
readonly caseDefinitionSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
22
|
-
readonly selectedCaseDefinitionName$: BehaviorSubject<string>;
|
|
23
|
-
readonly clearEigenschapSelection$: Subject<void>;
|
|
24
22
|
readonly loading$: BehaviorSubject<boolean>;
|
|
25
|
-
readonly eigenschapSelectItems$: Observable<{
|
|
26
|
-
[caseDefinitionId: string]: Array<SelectItem>;
|
|
27
|
-
}>;
|
|
28
23
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
29
24
|
readonly pluginId$: BehaviorSubject<string>;
|
|
25
|
+
readonly formValue$: BehaviorSubject<CreateZaakeigenschapConfig>;
|
|
26
|
+
readonly valid$: BehaviorSubject<boolean>;
|
|
27
|
+
readonly eigenschapSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
30
28
|
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
31
|
-
private
|
|
32
|
-
|
|
33
|
-
private readonly valid$;
|
|
34
|
-
constructor(modalService: ModalService, documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
29
|
+
private readonly _subscriptions;
|
|
30
|
+
constructor(documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
35
31
|
ngOnInit(): void;
|
|
36
32
|
ngOnDestroy(): void;
|
|
37
33
|
formValueChange(formValue: CreateZaakeigenschapConfig): void;
|
|
38
|
-
selectCaseDefinition(caseDefinitionName: string): void;
|
|
39
34
|
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
35
|
+
private initEigenschapHandling;
|
|
36
|
+
private initSaveHandling;
|
|
40
37
|
private handleValid;
|
|
41
|
-
private openSaveSubscription;
|
|
42
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakeigenschapComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakeigenschapComponent, "valtimo-create-zaakeigenschap", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakeigenschapComponent, "valtimo-create-zaakeigenschap", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
44
40
|
}
|
|
45
41
|
//# sourceMappingURL=create-zaakeigenschap.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,
|
|
1
|
+
{"version":3,"file":"create-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,0BAA0B,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACrE,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAExE,qBAMa,6BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAqC1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IArC7B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,qBAAqB,EAAE,UAAU,CAAC,0BAA0B,CAAC,CAAC;IAC9D,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,0BAA0B,CAAC,CAChB;IAEjD,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,QAAQ,CAAC,oBAAoB,+BAAiD;IAC9E,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,UAAU,8CAAgE;IACnF,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,sBAAsB,gCAAyC;IACxE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,0BAA0B,GAAG,IAAI;IAS5D,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAI7D,OAAO,CAAC,sBAAsB;IAiC9B,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,WAAW;yCArHR,6BAA6B;2CAA7B,6BAA6B;CA0HzC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { DeleteZaakRolConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DeleteZaakRolComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<DeleteZaakRolConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<DeleteZaakRolConfig>;
|
|
13
|
+
private _saveSubscription;
|
|
14
|
+
private readonly _formValue$;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: DeleteZaakRolConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteZaakRolComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteZaakRolComponent, "valtimo-delete-zaak-rol-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=delete-zaak-rol.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-zaak-rol.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,qBAKa,sBACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAyD;IACrF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAK5D,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,oBAAoB;yCAtCjB,sBAAsB;2CAAtB,sBAAsB;CAiDlC"}
|
package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts
CHANGED
|
@@ -1,45 +1,38 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
-
import { BehaviorSubject, Observable
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { DocumentService } from '@valtimo/document';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { DeleteZaakeigenschapConfig, InputOption } from '../../models';
|
|
5
|
+
import { RadioValue, SelectItem } from '@valtimo/components';
|
|
7
6
|
import { ZakenApiService } from '../../services';
|
|
8
7
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
8
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class DeleteZaakeigenschapComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
11
|
-
private readonly modalService;
|
|
12
|
-
private readonly documentService;
|
|
13
11
|
private readonly zakenApiService;
|
|
14
12
|
private readonly pluginTranslatePipe;
|
|
15
13
|
save$: Observable<void>;
|
|
16
14
|
disabled$: Observable<boolean>;
|
|
17
15
|
set pluginId(value: string);
|
|
18
16
|
prefillConfiguration$: Observable<DeleteZaakeigenschapConfig>;
|
|
17
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
18
|
valid: EventEmitter<boolean>;
|
|
20
19
|
configuration: EventEmitter<DeleteZaakeigenschapConfig>;
|
|
21
|
-
readonly caseDefinitionSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
22
|
-
readonly selectedCaseDefinitionName$: BehaviorSubject<string>;
|
|
23
|
-
readonly clearEigenschapSelection$: Subject<void>;
|
|
24
20
|
readonly loading$: BehaviorSubject<boolean>;
|
|
25
|
-
readonly eigenschapSelectItems$: Observable<{
|
|
26
|
-
[caseDefinitionId: string]: Array<SelectItem>;
|
|
27
|
-
}>;
|
|
28
21
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
29
22
|
readonly pluginId$: BehaviorSubject<string>;
|
|
23
|
+
readonly formValue$: BehaviorSubject<DeleteZaakeigenschapConfig>;
|
|
24
|
+
readonly valid$: BehaviorSubject<boolean>;
|
|
25
|
+
readonly eigenschapSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
30
26
|
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
31
|
-
private
|
|
32
|
-
|
|
33
|
-
private readonly valid$;
|
|
34
|
-
constructor(modalService: ModalService, documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
27
|
+
private readonly _subscriptions;
|
|
28
|
+
constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
35
29
|
ngOnInit(): void;
|
|
36
30
|
ngOnDestroy(): void;
|
|
37
31
|
formValueChange(formValue: DeleteZaakeigenschapConfig): void;
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
private initEigenschapHandling;
|
|
33
|
+
private initSaveHandling;
|
|
40
34
|
private handleValid;
|
|
41
|
-
private openSaveSubscription;
|
|
42
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteZaakeigenschapComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteZaakeigenschapComponent, "valtimo-delete-zaakeigenschap", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteZaakeigenschapComponent, "valtimo-delete-zaakeigenschap", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
44
37
|
}
|
|
45
38
|
//# sourceMappingURL=delete-zaakeigenschap.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,
|
|
1
|
+
{"version":3,"file":"delete-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,0BAA0B,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACrE,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAGxE,qBAMa,6BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAqC1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IApCtB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/C,IAAoB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzC;IACe,qBAAqB,EAAE,UAAU,CAAC,0BAA0B,CAAC,CAAC;IAC9D,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,wBAA+B;IACpC,aAAa,2CAAkD;IAEhF,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,oBAAoB,+BAAiD;IACrF,SAAgB,SAAS,0BAAmC;IAC5D,SAAgB,UAAU,8CAAgE;IAC1F,SAAgB,MAAM,2BAAuC;IAC7D,SAAgB,sBAAsB,gCAAyC;IAE/E,SAAgB,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAY9D;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,eAAe,CAAC,SAAS,EAAE,0BAA0B,GAAG,IAAI;IAS5D,OAAO,CAAC,sBAAsB;IAoC9B,OAAO,CAAC,gBAAgB;IAkBxB,OAAO,CAAC,WAAW;yCAlHR,6BAA6B;2CAA7B,6BAA6B;CAuHzC"}
|
package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"end-hersteltermijn.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;;AAGlE,
|
|
1
|
+
{"version":3,"file":"end-hersteltermijn.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;;AAGlE,qBAMa,0BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACvC,QAAQ,EAAE,MAAM,CAAC;IAEhB,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAC3D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,iBAAiB,CAAsB;IAExC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,oBAAoB;yCA1BjB,0BAA0B;2CAA1B,0BAA0B;CAiCtC"}
|