@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-document-to-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-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,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,cAAc,CAAC;;AAEtD,
|
|
1
|
+
{"version":3,"file":"link-document-to-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-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,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,cAAc,CAAC;;AAEtD,qBAMa,wCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAgC1D,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAhClC,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,wBAAwB,CAAC,CAAC;IAC3D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,wBAAwB,CAAC,CAChB;IAE/C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8D;IACzF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAcpF;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI;IAK1D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA1DjB,wCAAwC;2CAAxC,wCAAwC;CAqEpD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-uploaded-document-to-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-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,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;;AAE9C,
|
|
1
|
+
{"version":3,"file":"link-uploaded-document-to-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-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,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;;AAE9C,qBAMa,gDACX,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,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAErE,OAAO,CAAC,gBAAgB,CAAgB;IAExC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,oBAAoB;yCAzBjB,gDAAgD;2CAAhD,gDAAgD;CA8B5D"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PatchZaakConfig } from '../../models';
|
|
5
|
+
import { IconService } from 'carbon-components-angular';
|
|
6
|
+
import { PatchZaakProperties } from '../../models/patch-zaak-properties';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PatchZaakConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly iconService;
|
|
10
|
+
disabled$: Observable<boolean>;
|
|
11
|
+
pluginId: string;
|
|
12
|
+
save$: Observable<void>;
|
|
13
|
+
prefillConfiguration$: Observable<PatchZaakConfig>;
|
|
14
|
+
valid: EventEmitter<boolean>;
|
|
15
|
+
configuration: EventEmitter<PatchZaakConfig>;
|
|
16
|
+
readonly propertyOptions: string[];
|
|
17
|
+
readonly propertyList: Array<PatchZaakProperties>;
|
|
18
|
+
readonly geometryTypes: string[];
|
|
19
|
+
readonly paymentIndicationTypes: string[];
|
|
20
|
+
protected readonly CASE_GEOMETRY_TYPE: string;
|
|
21
|
+
protected readonly CASE_GEOMETRY_COORDINATES: string;
|
|
22
|
+
protected readonly PAYMENT_INDICATION_TYPE: string;
|
|
23
|
+
private readonly _formValue$;
|
|
24
|
+
private readonly _properties;
|
|
25
|
+
private _saveSubscription;
|
|
26
|
+
private readonly _valid$;
|
|
27
|
+
constructor(iconService: IconService);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
onFormValueChanged(formValue: PatchZaakConfig): void;
|
|
31
|
+
onPropertyChanged(property: PatchZaakProperties, value: any): void;
|
|
32
|
+
prefillValueFor(property: string, prefill: PatchZaakConfig): string | null;
|
|
33
|
+
translationKeyFor(property: string): string;
|
|
34
|
+
translationKeyForPropertyList(property: string): string;
|
|
35
|
+
addProperty(property: PatchZaakProperties): void;
|
|
36
|
+
removeProperty(property: PatchZaakProperties): void;
|
|
37
|
+
hasPropertyBeenAdded(property: PatchZaakProperties): boolean;
|
|
38
|
+
private handleValid;
|
|
39
|
+
private openSaveSubscription;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PatchZaakConfigurationComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PatchZaakConfigurationComponent, "valtimo-patch-zaak-configuration", never, { "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>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=patch-zaak-configuration.component.d.ts.map
|
package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/patch-zaak/patch-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,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,eAAe,EAAC,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAC,mBAAmB,EAA2B,MAAM,oCAAoC,CAAC;;AAIjG,qBAMa,+BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAuBhD,OAAO,CAAC,QAAQ,CAAC,WAAW;IArB/B,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,eAAe,CAAC,CAAC;IAClD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,eAAe,CAAC,CAAuC;IAE7F,SAAgB,eAAe,EAAE,MAAM,EAAE,CAA2C;IACpF,SAAgB,YAAY,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAM;IAC9D,SAAgB,aAAa,EAAE,MAAM,EAAE,CAAkB;IACzD,SAAgB,sBAAsB,EAAE,MAAM,EAAE,CAA4B;IAE5E,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,CAA4C;IACxE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA0C;IACtE,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;gBAElC,WAAW,EAAE,WAAW;IAI9C,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI;IAKpD,iBAAiB,CAAC,QAAQ,EAAE,mBAAmB,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IASlE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,GAAG,MAAM,GAAG,IAAI;IAI1E,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI3C,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvD,WAAW,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI;IAYhD,cAAc,CAAC,QAAQ,EAAE,mBAAmB,GAAG,IAAI;IAYnD,oBAAoB,CAAC,QAAQ,EAAE,mBAAmB,GAAG,OAAO;IAInE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAzGjB,+BAA+B;2CAA/B,+BAA+B;CAsH3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relateer-zaken.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.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,EAIX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,
|
|
1
|
+
{"version":3,"file":"relateer-zaken.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.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,EAIX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;;AAE/C,qBAMa,sBAAuB,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAiClF,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAhCvC,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,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,SAAS,0BAAmC;IACrD,SAAgB,mBAAmB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAchE;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAEjC,mBAAmB,EAAE,mBAAmB;IAErE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAKrD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAvDjB,sBAAsB;2CAAtB,sBAAsB;CAkElC"}
|
|
@@ -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 { InputOption, SetZaakStatusConfig } 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 SetZaakStatusConfigurationComponent 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<SetZaakStatusConfig>;
|
|
17
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
18
|
valid: EventEmitter<boolean>;
|
|
20
19
|
configuration: EventEmitter<SetZaakStatusConfig>;
|
|
21
|
-
readonly caseDefinitionSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
22
|
-
readonly selectedCaseDefinitionId$: BehaviorSubject<string>;
|
|
23
20
|
readonly clearStatusSelection$: Subject<void>;
|
|
24
21
|
readonly loading$: BehaviorSubject<boolean>;
|
|
25
|
-
readonly statusTypeSelectItems$: Observable<{
|
|
26
|
-
[caseDefinitionId: string]: Array<SelectItem>;
|
|
27
|
-
}>;
|
|
28
22
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
29
23
|
readonly pluginId$: BehaviorSubject<string>;
|
|
24
|
+
readonly formValue$: BehaviorSubject<SetZaakStatusConfig>;
|
|
25
|
+
readonly valid$: BehaviorSubject<boolean>;
|
|
26
|
+
readonly statusTypeSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
30
27
|
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
31
|
-
private
|
|
32
|
-
|
|
33
|
-
private readonly valid$;
|
|
34
|
-
constructor(modalService: ModalService, documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
28
|
+
private readonly _subscriptions;
|
|
29
|
+
constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
35
30
|
ngOnInit(): void;
|
|
36
31
|
ngOnDestroy(): void;
|
|
37
32
|
formValueChange(formValue: SetZaakStatusConfig): void;
|
|
38
|
-
selectCaseDefinition(caseDefinitionId: string): void;
|
|
39
33
|
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
34
|
+
private initContextHandling;
|
|
35
|
+
private initSaveHandling;
|
|
40
36
|
private handleValid;
|
|
41
|
-
private openSaveSubscription;
|
|
42
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakStatusConfigurationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakStatusConfigurationComponent, "valtimo-set-zaak-status-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<SetZaakStatusConfigurationComponent, "valtimo-set-zaak-status-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=set-zaak-status-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-zaak-status-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-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":"set-zaak-status-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-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,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,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,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAuC1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAtC7B,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,mBAAmB,CAAC,CAAC;IACvD,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,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,qBAAqB,gBAAuB;IACrD,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,QAAQ,CAAC,oBAAoB,+BAAiD;IAC9E,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,UAAU,uCAAyD;IAC5E,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,sBAAsB,gCAAyC;IAExE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IASrD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAI7D,OAAO,CAAC,mBAAmB;IAoC3B,OAAO,CAAC,gBAAgB;IAqBxB,OAAO,CAAC,WAAW;yCA3HR,mCAAmC;2CAAnC,mCAAmC;CAgI/C"}
|
package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-zaakopschorting.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.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,wBAAwB,EAAC,MAAM,cAAc,CAAC;;AAGtD,
|
|
1
|
+
{"version":3,"file":"set-zaakopschorting.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.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,wBAAwB,EAAC,MAAM,cAAc,CAAC;;AAGtD,qBAMa,2BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,wBAAwB,CAAC,CAAC;IAC5D,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,wBAAwB,CAAC,CAChB;IACrC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8D;IACzF,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI;IAKjE,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCAvCjB,2BAA2B;2CAA3B,2BAA2B;CAkDvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"start-hersteltermijn-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-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,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,yBAAyB,EAAC,MAAM,cAAc,CAAC;;AAGvD,
|
|
1
|
+
{"version":3,"file":"start-hersteltermijn-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-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,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,yBAAyB,EAAC,MAAM,cAAc,CAAC;;AAGvD,qBAMa,yCACX,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,yBAAyB,CAAC,CAAC;IAC5D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAChB;IAEhD,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA+D;IAC1F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAK3D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,yCAAyC;2CAAzC,yCAAyC;CAiDrD"}
|
package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-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
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { InputOption, UpdateZaakeigenschapConfig } 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 UpdateZaakeigenschapComponent 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<UpdateZaakeigenschapConfig>;
|
|
17
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
18
|
valid: EventEmitter<boolean>;
|
|
20
19
|
configuration: EventEmitter<UpdateZaakeigenschapConfig>;
|
|
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<UpdateZaakeigenschapConfig>;
|
|
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: UpdateZaakeigenschapConfig): void;
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
private initEigenschapHandling;
|
|
33
|
+
private initSaveHandling;
|
|
40
34
|
private handleValid;
|
|
41
|
-
private openSaveSubscription;
|
|
42
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateZaakeigenschapComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateZaakeigenschapComponent, "valtimo-update-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<UpdateZaakeigenschapComponent, "valtimo-update-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=update-zaakeigenschap.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/update-zaakeigenschap/update-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":"update-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/update-zaakeigenschap/update-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,WAAW,EAAE,0BAA0B,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;IAInB,eAAe,CAAC,SAAS,EAAE,0BAA0B,GAAG,IAAI;IASnE,OAAO,CAAC,sBAAsB;IAoC9B,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,WAAW;yCAnHR,6BAA6B;2CAA7B,6BAA6B;CAwHzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,
|
|
1
|
+
{"version":3,"file":"zaken-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,qBAMa,8BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA+BxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA/BlC,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,cAAc,CAAC,CAAC;IACjD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAE3F,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoD;IAC/E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAcpF;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,cAAc,GAAG,IAAI;IAKhD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCA7DjB,8BAA8B;2CAA9B,8BAA8B;CAwE1C"}
|
|
@@ -25,12 +25,48 @@ interface CreateNatuurlijkePersoonZaakRolConfig {
|
|
|
25
25
|
inpBsn: string;
|
|
26
26
|
anpIdentificatie: string;
|
|
27
27
|
inpA_nummer: string;
|
|
28
|
+
resultProcessVariable?: string;
|
|
28
29
|
}
|
|
29
30
|
interface CreateNietNatuurlijkePersoonZaakRolConfig {
|
|
30
31
|
roltypeUrl: string;
|
|
31
32
|
rolToelichting: string;
|
|
32
33
|
innNnpId: string;
|
|
33
34
|
annIdentificatie: string;
|
|
35
|
+
kvkNummer?: string;
|
|
36
|
+
vestigingsNummer?: string;
|
|
37
|
+
resultProcessVariable?: string;
|
|
38
|
+
}
|
|
39
|
+
interface CreateMedewerkerZaakRolConfig {
|
|
40
|
+
roltypeUrl: string;
|
|
41
|
+
rolToelichting: string;
|
|
42
|
+
identificatie: string;
|
|
43
|
+
achternaam: string;
|
|
44
|
+
voorletters: string;
|
|
45
|
+
voorvoegselAchternaam?: string;
|
|
46
|
+
afwijkendeNaamBetrokkene?: string;
|
|
47
|
+
indicatieMachtiging?: string;
|
|
48
|
+
resultProcessVariable?: string;
|
|
49
|
+
}
|
|
50
|
+
interface CreateOrganisatorischeEenheidZaakRolConfig {
|
|
51
|
+
roltypeUrl: string;
|
|
52
|
+
rolToelichting: string;
|
|
53
|
+
identificatie: string;
|
|
54
|
+
naam: string;
|
|
55
|
+
isGehuisvestIn: string;
|
|
56
|
+
afwijkendeNaamBetrokkene?: string;
|
|
57
|
+
indicatieMachtiging?: string;
|
|
58
|
+
resultProcessVariable?: string;
|
|
59
|
+
}
|
|
60
|
+
interface CreateVestigingZaakRolConfig {
|
|
61
|
+
roltypeUrl: string;
|
|
62
|
+
rolToelichting: string;
|
|
63
|
+
handelsnaam?: string;
|
|
64
|
+
kvkNummer: string;
|
|
65
|
+
vestigingsNummer: string;
|
|
66
|
+
resultProcessVariable?: string;
|
|
67
|
+
}
|
|
68
|
+
interface DeleteZaakRolConfig {
|
|
69
|
+
rolUuid: string;
|
|
34
70
|
}
|
|
35
71
|
interface CreateZaakConfig {
|
|
36
72
|
rsin: string;
|
|
@@ -38,8 +74,14 @@ interface CreateZaakConfig {
|
|
|
38
74
|
zaaktypeUrl: string;
|
|
39
75
|
inputTypeZaakTypeToggle?: InputOption;
|
|
40
76
|
description?: string;
|
|
77
|
+
explanation?: string;
|
|
41
78
|
plannedEndDate?: string;
|
|
42
79
|
finalDeliveryDate?: string;
|
|
80
|
+
communicationChannel?: string;
|
|
81
|
+
paymentIndication?: string;
|
|
82
|
+
caseGeometryType?: string;
|
|
83
|
+
caseGeometryCoordinates?: string;
|
|
84
|
+
mainCase?: string;
|
|
43
85
|
}
|
|
44
86
|
interface SetZaakopschortingConfig {
|
|
45
87
|
verlengingsduur: string;
|
|
@@ -63,9 +105,25 @@ interface DeleteZaakeigenschapConfig {
|
|
|
63
105
|
eigenschapUrl: string;
|
|
64
106
|
inputTypeEigenschapToggle?: InputOption;
|
|
65
107
|
}
|
|
108
|
+
interface PatchZaakConfig {
|
|
109
|
+
description?: string;
|
|
110
|
+
explanation?: string;
|
|
111
|
+
plannedEndDate?: string;
|
|
112
|
+
finalDeliveryDate?: string;
|
|
113
|
+
publicationDate?: string;
|
|
114
|
+
communicationChannel?: string;
|
|
115
|
+
communicationChannelName?: string;
|
|
116
|
+
paymentIndication?: string;
|
|
117
|
+
lastPaymentDate?: string;
|
|
118
|
+
caseGeometryType?: string;
|
|
119
|
+
caseGeometryCoordinates?: string;
|
|
120
|
+
mainCase?: string;
|
|
121
|
+
archiveActionDate?: string;
|
|
122
|
+
startDateRetentionPeriod?: string;
|
|
123
|
+
}
|
|
66
124
|
interface RelateerZakenConfig {
|
|
67
125
|
teRelaterenZaakUri: string;
|
|
68
126
|
aardRelatie: string;
|
|
69
127
|
}
|
|
70
|
-
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, RelateerZakenConfig, };
|
|
128
|
+
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, };
|
|
71
129
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,6BAA6B;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,0CAA0C;IAClD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,4BAA4B;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,wBAAwB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,yBAAyB;IACjC,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,eAAe;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,UAAU,mBAAmB;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,EACzC,6BAA6B,EAC7B,0CAA0C,EAC1C,4BAA4B,EAC5B,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,0BAA0B,EAC1B,0BAA0B,EAC1B,eAAe,EACf,mBAAmB,GACpB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export type
|
|
1
|
+
export declare const CreateZaakExtraPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "communicationChannel", "paymentIndication", "caseGeometryType", "caseGeometryCoordinates", "mainCase"];
|
|
2
|
+
export type CreateZaakExtraProperties = (typeof CreateZaakExtraPropertyOptions)[number];
|
|
3
3
|
//# sourceMappingURL=create-zaak-properties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B,wLAUjC,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geometry-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/geometry-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAE,MAAM,EAQlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indicatie-machtiging-values.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/indicatie-machtiging-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,UAAU,CAgBzD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const PatchZaakPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "publicationDate", "communicationChannel", "communicationChannelName", "paymentIndication", "lastPaymentDate", "caseGeometryType", "caseGeometryCoordinates", "mainCase", "archiveActionDate", "startDateRetentionPeriod"];
|
|
2
|
+
export type PatchZaakProperties = (typeof PatchZaakPropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=patch-zaak-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,wBAAwB,2SAe3B,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-indication-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/payment-indication-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAAkD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { ConfigService } from '@valtimo/
|
|
3
|
+
import { ConfigService } from '@valtimo/shared';
|
|
4
4
|
import { ResultaatType, StatusType } from '../models';
|
|
5
5
|
import { Eigenschap } from '../models/eigenschap';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -8,9 +8,9 @@ export declare class ZakenApiService {
|
|
|
8
8
|
private http;
|
|
9
9
|
private valtimoEndpointUri;
|
|
10
10
|
constructor(http: HttpClient, configService: ConfigService);
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
getStatusTypesByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<StatusType>>;
|
|
12
|
+
getResultaatTypesByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<ResultaatType>>;
|
|
13
|
+
getEigenschappenByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<Eigenschap>>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiService, never>;
|
|
15
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<ZakenApiService>;
|
|
16
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/zaken-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAE,UAAU,EAAC,MAAM,WAAW,CAAC;AACpD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;;AAEhD,qBAGa,eAAe;IAIxB,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,8BAA8B,
|
|
1
|
+
{"version":3,"file":"zaken-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/zaken-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAE,UAAU,EAAC,MAAM,WAAW,CAAC;AACpD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;;AAEhD,qBAGa,eAAe;IAIxB,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,8BAA8B,CACnC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IAMzB,iCAAiC,CACtC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IAK5B,gCAAgC,CACrC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;yCA9BrB,eAAe;6CAAf,eAAe;CAmC3B"}
|
|
@@ -4,25 +4,30 @@ import * as i2 from "./components/link-document-to-zaak/link-document-to-zaak-co
|
|
|
4
4
|
import * as i3 from "./components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component";
|
|
5
5
|
import * as i4 from "./components/set-zaak-status/set-zaak-status-configuration.component";
|
|
6
6
|
import * as i5 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
|
|
7
|
-
import * as i6 from "./components/
|
|
8
|
-
import * as i7 from "./components/create-
|
|
9
|
-
import * as i8 from "./components/create-zaak/create-zaak-
|
|
10
|
-
import * as i9 from "./components/
|
|
11
|
-
import * as i10 from "./components/
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/create-
|
|
14
|
-
import * as i13 from "./components/
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "
|
|
7
|
+
import * as i6 from "./components/delete-zaak-rol/delete-zaak-rol.component";
|
|
8
|
+
import * as i7 from "./components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
|
|
9
|
+
import * as i8 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
|
|
10
|
+
import * as i9 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
|
|
11
|
+
import * as i10 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
|
|
12
|
+
import * as i11 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
|
|
13
|
+
import * as i12 from "./components/create-zaak/create-zaak-configuration.component";
|
|
14
|
+
import * as i13 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
15
|
+
import * as i14 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
|
|
16
|
+
import * as i15 from "./components/end-hersteltermijn/end-hersteltermijn.component";
|
|
17
|
+
import * as i16 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
|
|
18
|
+
import * as i17 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
|
|
19
|
+
import * as i18 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
|
|
20
|
+
import * as i19 from "./components/create-zaak-object/create-zaak-object-configuration.component";
|
|
21
|
+
import * as i20 from "./components/relateer-zaken/relateer-zaken.component";
|
|
22
|
+
import * as i21 from "./components/patch-zaak/patch-zaak-configuration.component";
|
|
23
|
+
import * as i22 from "@angular/common";
|
|
24
|
+
import * as i23 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
25
|
+
import * as i24 from "@valtimo/components";
|
|
26
|
+
import * as i25 from "carbon-components-angular";
|
|
27
|
+
import * as i26 from "@ngx-translate/core";
|
|
23
28
|
export declare class ZakenApiPluginModule {
|
|
24
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.DeleteZaakRolComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.CreateZaakConfigurationComponent, typeof i13.SetZaakopschortingComponent, typeof i14.StartHersteltermijnConfigurationComponent, typeof i15.EndHersteltermijnComponent, typeof i16.CreateZaakeigenschapComponent, typeof i17.UpdateZaakeigenschapComponent, typeof i18.DeleteZaakeigenschapComponent, typeof i19.CreateZaakObjectConfigurationComponent, typeof i20.RelateerZakenComponent, typeof i21.PatchZaakConfigurationComponent], [typeof i22.CommonModule, typeof i23.PluginTranslatePipeModule, typeof i24.FormModule, typeof i24.InputModule, typeof i24.SelectModule, typeof i24.ParagraphModule, typeof i25.ToggleModule, typeof i24.InputLabelModule, typeof i24.RadioModule, typeof i25.LoadingModule, typeof i25.ButtonModule, typeof i25.DialogModule, typeof i25.IconModule, typeof i26.TranslateModule, typeof i25.DatePickerInputModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i12.CreateZaakConfigurationComponent, typeof i6.DeleteZaakRolComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i13.SetZaakopschortingComponent, typeof i14.StartHersteltermijnConfigurationComponent, typeof i15.EndHersteltermijnComponent, typeof i16.CreateZaakeigenschapComponent, typeof i17.UpdateZaakeigenschapComponent, typeof i18.DeleteZaakeigenschapComponent, typeof i19.CreateZaakObjectConfigurationComponent, typeof i20.RelateerZakenComponent]>;
|
|
26
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
|
|
27
32
|
}
|
|
28
33
|
//# sourceMappingURL=zaken-api-plugin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DA,qBAgEa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAwBjD,QAAA,MAAM,2BAA2B,EAAE,mBAooBlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { PluginConfiguration, PluginConfigurationWithLogo, PluginDefinition, PluginFunction } from '../models';
|
|
4
|
-
import { ConfigService } from '@valtimo/
|
|
4
|
+
import { ConfigService } from '@valtimo/shared';
|
|
5
5
|
import { PluginService } from './plugin.service';
|
|
6
6
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -13,7 +13,7 @@ export declare class PluginManagementService {
|
|
|
13
13
|
private readonly VALTIMO_API_ENDPOINT_URI;
|
|
14
14
|
constructor(configService: ConfigService, pluginService: PluginService, sanitizer: DomSanitizer, http: HttpClient);
|
|
15
15
|
getPluginDefinitions(): Observable<Array<PluginDefinition>>;
|
|
16
|
-
getPluginFunctions(pluginDefinitionId: string): Observable<Array<PluginFunction>>;
|
|
16
|
+
getPluginFunctions(pluginDefinitionId: string, activityType: string): Observable<Array<PluginFunction>>;
|
|
17
17
|
getAllPluginConfigurations(): Observable<Array<PluginConfiguration>>;
|
|
18
18
|
getPluginConfigurationsByPluginDefinitionKey(pluginDefinitionKey: string): Observable<Array<PluginConfiguration>>;
|
|
19
19
|
getPluginConfigurationsByCategory(categoryId: string): Observable<Array<PluginConfiguration>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-management.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-management.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"plugin-management.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-management.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAa,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;AAC/C,OAAO,EACL,mBAAmB,EACnB,2BAA2B,EAC3B,gBAAgB,EAChB,cAAc,EACf,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;;AAEvD,qBAGa,uBAAuB;IAIhC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,IAAI;IANvB,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAoD;gBAG1E,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,YAAY,EACvB,IAAI,EAAE,UAAU;IAG5B,oBAAoB,IAAI,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAM3D,kBAAkB,CACvB,kBAAkB,EAAE,MAAM,EAC1B,YAAY,EAAE,MAAM,GACnB,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAQ7B,0BAA0B,IAAI,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMpE,4CAA4C,CACjD,mBAAmB,EAAE,MAAM,GAC1B,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMlC,iCAAiC,CACtC,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMlC,iDAAiD,CACtD,YAAY,EAAE,MAAM,GACnB,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMlC,mCAAmC,CACxC,YAAY,CAAC,EAAE,MAAM,GACpB,UAAU,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAQ1C,uBAAuB,CAC5B,mBAAmB,EAAE,mBAAmB,GACvC,UAAU,CAAC,mBAAmB,CAAC;IAOlC,yBAAyB,CACvB,eAAe,EAAE,MAAM,EACvB,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,GAC9B,UAAU,CAAC,mBAAmB,CAAC;IAWlC,yBAAyB,CAAC,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMpE,OAAO,CAAC,mCAAmC;yCAlGhC,uBAAuB;6CAAvB,uBAAuB;CAwHnC"}
|
|
@@ -8,7 +8,11 @@ export declare class PluginTranslationService {
|
|
|
8
8
|
constructor(translateService: TranslateService, pluginService: PluginService);
|
|
9
9
|
translate(translateKey: string, pluginDefinitionKey: string): Observable<string>;
|
|
10
10
|
instant(translateKey: string, pluginDefinitionKey: string): string;
|
|
11
|
+
instantByPluginActionKey(pluginActionKey: string): string;
|
|
12
|
+
instantPluginTitleByPluginActionKey(pluginActionKey: string): string;
|
|
11
13
|
private getTranslation;
|
|
14
|
+
private getTranslationFromPluginActionKey;
|
|
15
|
+
private getPluginTitleFromPluginActionKey;
|
|
12
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PluginTranslationService, never>;
|
|
13
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<PluginTranslationService>;
|
|
14
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-translation.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-translation.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;;AAG/C,qBAGa,wBAAwB;IAEjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,aAAa;gBADb,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"plugin-translation.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-translation.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAE/C,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;;AAG/C,qBAGa,wBAAwB;IAEjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,aAAa;gBADb,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa;IAGxC,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAWhF,OAAO,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,MAAM;IAQlE,wBAAwB,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;IAIzD,mCAAmC,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM;IAI3E,OAAO,CAAC,cAAc;IAatB,OAAO,CAAC,iCAAiC;IAazC,OAAO,CAAC,iCAAiC;yCA3D9B,wBAAwB;6CAAxB,wBAAwB;CAuEpC"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valtimo/plugin",
|
|
3
3
|
"license": "EUPL-1.2",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "13.0.1-next-minor.81",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
6
|
+
"@angular/common": "^19.2.8",
|
|
7
|
+
"@angular/core": "^19.2.8"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"tslib": "2.
|
|
10
|
+
"tslib": "2.8.1"
|
|
11
11
|
},
|
|
12
12
|
"module": "fesm2022/valtimo-plugin.mjs",
|
|
13
13
|
"typings": "index.d.ts",
|
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
},
|
|
18
18
|
".": {
|
|
19
19
|
"types": "./index.d.ts",
|
|
20
|
-
"esm2022": "./esm2022/valtimo-plugin.mjs",
|
|
21
|
-
"esm": "./esm2022/valtimo-plugin.mjs",
|
|
22
20
|
"default": "./fesm2022/valtimo-plugin.mjs"
|
|
23
21
|
}
|
|
24
22
|
},
|