@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
package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-plugin-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/default-plugin-configuration/default-plugin-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,cAAc,CAAC;;AAG5D,
|
|
1
|
+
{"version":3,"file":"default-plugin-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/default-plugin-configuration/default-plugin-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,cAAc,CAAC;;AAG5D,qBAMa,mCAAoC,YAAW,MAAM,EAAE,SAAS;IAClE,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,8BAA8B,CAAC,CAChB;IAErD,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoE;IAC/F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,8BAA8B,GAAG,IAAI;IAKhE,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,oBAAoB;yCA/BjB,mCAAmC;2CAAnC,mCAAmC;CA0C/C"}
|
package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts
CHANGED
|
@@ -2,9 +2,11 @@ import { ComponentRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from
|
|
|
2
2
|
import { PluginService } from '../../services';
|
|
3
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
4
|
import { ConfigurationComponentType, DefaultPluginConfigurationData, FunctionConfigurationComponent, PluginConfiguration, PluginConfigurationComponent, PluginConfigurationData } from '../../models';
|
|
5
|
+
import { ActivatedRoute } from '@angular/router';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class PluginConfigurationContainerComponent implements OnInit, OnDestroy, Omit<PluginConfigurationComponent, 'pluginId'> {
|
|
7
8
|
private readonly pluginService;
|
|
9
|
+
private readonly route;
|
|
8
10
|
dynamicContainer: ViewContainerRef;
|
|
9
11
|
set type(type: ConfigurationComponentType);
|
|
10
12
|
set pluginDefinitionKey(key: string);
|
|
@@ -27,7 +29,7 @@ export declare class PluginConfigurationContainerComponent implements OnInit, On
|
|
|
27
29
|
private readonly _defaultConfiguration;
|
|
28
30
|
private readonly _validDefaultConfiguration;
|
|
29
31
|
readonly isTypeConfiguration$: Observable<boolean>;
|
|
30
|
-
constructor(pluginService: PluginService);
|
|
32
|
+
constructor(pluginService: PluginService, route: ActivatedRoute);
|
|
31
33
|
ngOnInit(): void;
|
|
32
34
|
ngOnDestroy(): void;
|
|
33
35
|
onDefaultConfiguration(defaultConfiguration: DefaultPluginConfigurationData): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-configuration-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAEL,YAAY,EACZ,YAAY,EAEZ,SAAS,EACT,MAAM,EAIN,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAE9E,OAAO,EACL,0BAA0B,EAC1B,8BAA8B,EAC9B,8BAA8B,EAC9B,mBAAmB,EACnB,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,cAAc,CAAC;;
|
|
1
|
+
{"version":3,"file":"plugin-configuration-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAEL,YAAY,EACZ,YAAY,EAEZ,SAAS,EACT,MAAM,EAIN,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAE9E,OAAO,EACL,0BAA0B,EAC1B,8BAA8B,EAC9B,8BAA8B,EAC9B,mBAAmB,EACnB,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;;AAG/C,qBAMa,qCACX,YAAW,MAAM,EAAE,SAAS,EAAE,IAAI,CAAC,4BAA4B,EAAE,UAAU,CAAC;IA6C1E,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,KAAK;IA3CjB,gBAAgB,EAAE,gBAAgB,CAAC;IAE1C,IAAa,IAAI,CAAC,IAAI,EAAE,0BAA0B,EAEjD;IACD,IAAa,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAE3C;IACD,IAAa,WAAW,CAAC,GAAG,EAAE,MAAM,EAEnC;IACQ,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,4BAA4B,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IAC9D,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,QAAQ,CAAC,kCAAkC,2BAAuC;IAClF,QAAQ,CAAC,aAAa,+FAET;IAEb,OAAO,CAAC,wBAAwB,CAAgB;IAChD,OAAO,CAAC,kBAAkB,CAAgB;IAC1C,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,yBAAyB,CAAgB;IAEjD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAgE;IAC/F,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAmC;IACxE,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAmC;IAChE,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAC6B;IACnE,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAsC;IAEjF,QAAQ,CAAC,oBAAoB,EAAE,UAAU,CAAC,OAAO,CAAC,CAGhD;gBAGiB,aAAa,EAAE,aAAa,EAC5B,KAAK,EAAE,cAAc;IAGxC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAKnB,sBAAsB,CAAC,oBAAoB,EAAE,8BAA8B;IAI3E,2BAA2B,CAAC,KAAK,EAAE,OAAO;IAI1C,OAAO,CAAC,sBAAsB;IAuC9B,OAAO,CAAC,iCAAiC;yCA3G9B,qCAAqC;2CAArC,qCAAqC;CAgKjD"}
|
package/lib/models/plugin.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, Type } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
4
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
4
5
|
interface PluginConfigurationData {
|
|
5
6
|
configurationId: string;
|
|
6
7
|
configurationTitle: string;
|
|
@@ -17,6 +18,7 @@ interface ConfigurationComponent {
|
|
|
17
18
|
disabled$: Observable<boolean>;
|
|
18
19
|
pluginId: string;
|
|
19
20
|
valid: EventEmitter<boolean>;
|
|
21
|
+
context$?: Observable<[ManagementContext, CaseManagementParams]>;
|
|
20
22
|
}
|
|
21
23
|
interface PluginConfigurationComponent extends ConfigurationComponent {
|
|
22
24
|
prefillConfiguration$?: Observable<PluginConfigurationData>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/models/plugin.ts"],"names":[],"mappings":"AAgBA,OAAO,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/models/plugin.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-translate.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/pipes/plugin-translate/plugin-translate.pipe.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,wBAAwB,EAAC,MAAM,2CAA2C,CAAC;;AAEnF,
|
|
1
|
+
{"version":3,"file":"plugin-translate.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/pipes/plugin-translate/plugin-translate.pipe.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,wBAAwB,EAAC,MAAM,2CAA2C,CAAC;;AAEnF,qBAIa,mBAAoB,YAAW,aAAa;IAC3C,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBAAxB,wBAAwB,EAAE,wBAAwB;IAE/E,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;yCAHrE,mBAAmB;uCAAnB,mBAAmB;CAM/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"besluiten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-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,kBAAkB,EAAC,MAAM,cAAc,CAAC;AAChD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,
|
|
1
|
+
{"version":3,"file":"besluiten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-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,kBAAkB,EAAC,MAAM,cAAc,CAAC;AAChD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,qBAMa,kCACX,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,kBAAkB,CAAC,CAAC;IACrD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAChB;IACzC,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAgBpF;IACJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAwD;IACnF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,kBAAkB,GAAG,IAAI;IAKpD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA9DjB,kCAAkC;2CAAlC,kCAAkC;CAyE9C"}
|
|
@@ -9,6 +9,7 @@ import { DocumentService } from '@valtimo/document';
|
|
|
9
9
|
import { BesluitenApiService } from '../../services';
|
|
10
10
|
import { InputOption } from '../../../zaken-api/models';
|
|
11
11
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
12
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
export declare class CreateZaakBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
14
15
|
private readonly translateService;
|
|
@@ -21,6 +22,7 @@ export declare class CreateZaakBesluitConfigurationComponent implements Function
|
|
|
21
22
|
disabled$: Observable<boolean>;
|
|
22
23
|
set pluginId(value: string);
|
|
23
24
|
prefillConfiguration$: Observable<CreateZaakBesluitConfig>;
|
|
25
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
24
26
|
valid: EventEmitter<boolean>;
|
|
25
27
|
configuration: EventEmitter<CreateZaakBesluitConfig>;
|
|
26
28
|
readonly VERVALREDENEN: Array<Vervalredenen>;
|
|
@@ -28,32 +30,28 @@ export declare class CreateZaakBesluitConfigurationComponent implements Function
|
|
|
28
30
|
id: Vervalredenen;
|
|
29
31
|
text: string;
|
|
30
32
|
}>>;
|
|
31
|
-
readonly caseDefinitionSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
32
|
-
readonly selectedCaseDefinitionId$: BehaviorSubject<string>;
|
|
33
33
|
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
34
34
|
readonly selectedStartDateInputOption$: BehaviorSubject<InputOption>;
|
|
35
35
|
readonly selectedExpirationDateInputOption$: BehaviorSubject<InputOption>;
|
|
36
36
|
readonly loading$: BehaviorSubject<boolean>;
|
|
37
37
|
readonly pluginId$: BehaviorSubject<string>;
|
|
38
|
-
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
39
|
-
readonly startDateInputTypeOptions$: Observable<Array<RadioValue>>;
|
|
40
|
-
readonly expirationDateInputTypeOptions$: Observable<Array<RadioValue>>;
|
|
41
|
-
readonly besluitTypeSelectItems$: Observable<{
|
|
42
|
-
[caseDefinitionId: string]: Array<SelectItem>;
|
|
43
|
-
}>;
|
|
44
38
|
readonly clearBesluitSelection$: Subject<void>;
|
|
45
|
-
|
|
39
|
+
readonly besluitTypeSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
40
|
+
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
41
|
+
readonly startDateInputTypeOptions$: Observable<RadioValue[]>;
|
|
42
|
+
readonly expirationDateInputTypeOptions$: Observable<RadioValue[]>;
|
|
46
43
|
private readonly formValue$;
|
|
47
44
|
private readonly valid$;
|
|
45
|
+
private readonly _subscriptions;
|
|
48
46
|
constructor(translateService: TranslateService, pluginTranslationService: PluginTranslationService, modalService: ModalService, documentService: DocumentService, besluitenApiService: BesluitenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
49
47
|
ngOnInit(): void;
|
|
50
48
|
ngOnDestroy(): void;
|
|
51
49
|
formValueChange(formValue: CreateZaakBesluitConfig): void;
|
|
52
50
|
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
53
|
-
|
|
51
|
+
private initBesluitHandling;
|
|
52
|
+
private initSaveHandling;
|
|
54
53
|
private handleValid;
|
|
55
|
-
private openSaveSubscription;
|
|
56
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakBesluitConfigurationComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakBesluitConfigurationComponent, "valtimo-create-zaak-besluit-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>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakBesluitConfigurationComponent, "valtimo-create-zaak-besluit-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>;
|
|
58
56
|
}
|
|
59
57
|
//# sourceMappingURL=create-zaak-besluit-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-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,
|
|
1
|
+
{"version":3,"file":"create-zaak-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-document-to-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-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,2BAA2B,EAAC,MAAM,cAAc,CAAC;;AAEzD,
|
|
1
|
+
{"version":3,"file":"link-document-to-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-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,2BAA2B,EAAC,MAAM,cAAc,CAAC;;AAEzD,qBAMa,2CACX,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,2BAA2B,CAAC,CAAC;IAC9D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,2BAA2B,CAAC,CAChB;IAElD,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAiE;IAC5F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,2BAA2B,GAAG,IAAI;IAK7D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAnCjB,2CAA2C;2CAA3C,2CAA2C;CA8CvD"}
|
|
@@ -1,12 +1,12 @@
|
|
|
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 * as i0 from "@angular/core";
|
|
5
5
|
export declare class BesluitenApiService {
|
|
6
6
|
private http;
|
|
7
7
|
private valtimoEndpointUri;
|
|
8
8
|
constructor(http: HttpClient, configService: ConfigService);
|
|
9
|
-
|
|
9
|
+
getBesluitTypesByCaseAndVersion(caseDefinitionKey: string, versionTag: string): Observable<Array<any>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<BesluitenApiService>;
|
|
12
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"besluiten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/services/besluiten-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;;AAE9C,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,+BAA+B,
|
|
1
|
+
{"version":3,"file":"besluiten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/services/besluiten-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;;AAE9C,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,+BAA+B,CACpC,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;yCAbd,mBAAmB;6CAAnB,mBAAmB;CAkB/B"}
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./components/catalogi-api-configuration/catalogi-api-configuration.component";
|
|
3
3
|
import * as i2 from "./components/get-besluittype/get-besluittype-configuration.component";
|
|
4
|
-
import * as i3 from "./components/get-
|
|
5
|
-
import * as i4 from "./components/get-
|
|
6
|
-
import * as i5 from "./components/get-
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "@
|
|
4
|
+
import * as i3 from "./components/get-resultaattypen/get-resultaattypen-configuration.component";
|
|
5
|
+
import * as i4 from "./components/get-resultaattype/get-resultaattype-configuration.component";
|
|
6
|
+
import * as i5 from "./components/get-statustypen/get-statustypen-configuration.component";
|
|
7
|
+
import * as i6 from "./components/get-statustype/get-statustype-configuration.component";
|
|
8
|
+
import * as i7 from "./components/get-eigenschap/get-eigenschap-configuration.component";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
11
|
+
import * as i10 from "@valtimo/components";
|
|
10
12
|
export declare class CatalogiApiPluginModule {
|
|
11
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogiApiPluginModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogiApiPluginModule, [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogiApiPluginModule, [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent], [typeof i8.CommonModule, typeof i9.PluginTranslatePipeModule, typeof i10.FormModule, typeof i10.InputModule, typeof i10.SelectModule, typeof i10.ParagraphModule], [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypenConfigurationComponent, typeof i4.GetResultaattypeConfigurationComponent, typeof i6.GetStatustypeConfigurationComponent, typeof i5.GetStatustypenConfigurationComponent, typeof i7.GetEigenschapConfigurationComponent]>;
|
|
13
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<CatalogiApiPluginModule>;
|
|
14
16
|
}
|
|
15
17
|
//# sourceMappingURL=catalogi-api-plugin-module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalogi-api-plugin-module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin-module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"catalogi-api-plugin-module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin-module.ts"],"names":[],"mappings":";;;;;;;;;;;AA4BA,qBA4Ba,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalogi-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"catalogi-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/catalogi-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAUjD,QAAA,MAAM,8BAA8B,EAAE,mBA4JrC,CAAC;AAEF,OAAO,EAAC,8BAA8B,EAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalogi-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-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,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,
|
|
1
|
+
{"version":3,"file":"catalogi-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-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,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,qBAMa,iCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA4BxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA5BlC,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,iBAAiB,CAAC,CAAC;IACpD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAyC;IACjG,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAcpF;IACJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuD;IAClF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAKnD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCA1DjB,iCAAiC;2CAAjC,iCAAiC;CAqE7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-besluittype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-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,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAElD,
|
|
1
|
+
{"version":3,"file":"get-besluittype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-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,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAElD,qBAMa,oCACX,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,oBAAoB,CAAC,CAAC;IACvD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAChB;IAE3C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA0D;IACrF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,oBAAoB,GAAG,IAAI;IAKtD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,oCAAoC;2CAApC,oCAAoC;CA+ChD"}
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright 2015-2024 Ritense BV, the Netherlands.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under EUPL, Version 1.2 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" basis,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
17
2
|
import { Observable } from 'rxjs';
|
|
18
3
|
import { GetEigenschapConfig } from '../../models';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-eigenschap-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-eigenschap-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;;AAElE,qBAMa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAE5C,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,CACvB;IAE1C,OAAO,CAAC,iBAAiB,CAAgB;IAEzC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAK5D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,mCAAmC;2CAAnC,mCAAmC;CA+C/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-resultaattype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-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,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,
|
|
1
|
+
{"version":3,"file":"get-resultaattype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-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,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,qBAMa,sCACX,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,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAChB;IAE7C,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAKxD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,sCAAsC;2CAAtC,sCAAsC;CA+ClD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
4
|
+
import { GetResultaattypenConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class GetResultaattypenConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
disabled$: Observable<boolean>;
|
|
8
|
+
pluginId: string;
|
|
9
|
+
prefillConfiguration$: Observable<GetResultaattypenConfig>;
|
|
10
|
+
save$: Observable<void>;
|
|
11
|
+
configuration: EventEmitter<GetResultaattypenConfig>;
|
|
12
|
+
valid: EventEmitter<boolean>;
|
|
13
|
+
private readonly _formValue$;
|
|
14
|
+
private _saveSubscription;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: GetResultaattypenConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetResultaattypenConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetResultaattypenConfigurationComponent, "valtimo-get-resultaattypen-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=get-resultaattypen-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-resultaattypen-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;;AAErD,qBAKa,uCACX,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,uBAAuB,CAAC,CAAC;IAC3D,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IACpC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,WAAW,CACgC;IAC5D,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,uBAAuB,GAAG,IAAI;IAKhE,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,oBAAoB;yCAtCjB,uCAAuC;2CAAvC,uCAAuC;CAiDnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-statustype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-statustype/get-statustype-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,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,
|
|
1
|
+
{"version":3,"file":"get-statustype-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-statustype/get-statustype-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,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,qBAMa,mCACX,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,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAKrD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,mCAAmC;2CAAnC,mCAAmC;CA+C/C"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
4
|
+
import { GetStatustypenConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class GetStatustypenConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
disabled$: Observable<boolean>;
|
|
8
|
+
pluginId: string;
|
|
9
|
+
prefillConfiguration$: Observable<GetStatustypenConfig>;
|
|
10
|
+
save$: Observable<void>;
|
|
11
|
+
configuration: EventEmitter<GetStatustypenConfig>;
|
|
12
|
+
valid: EventEmitter<boolean>;
|
|
13
|
+
private readonly _formValue$;
|
|
14
|
+
private _saveSubscription;
|
|
15
|
+
private readonly _valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: GetStatustypenConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetStatustypenConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetStatustypenConfigurationComponent, "valtimo-get-statustypen-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=get-statustypen-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-statustypen-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;;AAElD,qBAKa,oCACX,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,oBAAoB,CAAC,CAAC;IACxD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAChB;IACjC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAC6B;IACzD,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,oBAAoB,GAAG,IAAI;IAK7D,OAAO,CAAC,WAAW;IASnB,OAAO,CAAC,oBAAoB;yCAtCjB,oCAAoC;2CAApC,oCAAoC;CAiDhD"}
|
|
@@ -7,10 +7,18 @@ interface GetBesluittypeConfig {
|
|
|
7
7
|
besluittype: string;
|
|
8
8
|
processVariable: string;
|
|
9
9
|
}
|
|
10
|
+
interface GetResultaattypenConfig {
|
|
11
|
+
processVariable: string;
|
|
12
|
+
zaakTypeUrl?: string;
|
|
13
|
+
}
|
|
10
14
|
interface GetResultaattypeConfig {
|
|
11
15
|
resultaattype: string;
|
|
12
16
|
processVariable: string;
|
|
13
17
|
}
|
|
18
|
+
interface GetStatustypenConfig {
|
|
19
|
+
processVariable: string;
|
|
20
|
+
zaakTypeUrl?: string;
|
|
21
|
+
}
|
|
14
22
|
interface GetStatustypeConfig {
|
|
15
23
|
statustype: string;
|
|
16
24
|
processVariable: string;
|
|
@@ -19,5 +27,5 @@ interface GetEigenschapConfig {
|
|
|
19
27
|
eigenschap: string;
|
|
20
28
|
processVariable: string;
|
|
21
29
|
}
|
|
22
|
-
export { CatalogiApiConfig, GetBesluittypeConfig, GetResultaattypeConfig, GetStatustypeConfig, GetEigenschapConfig };
|
|
30
|
+
export { CatalogiApiConfig, GetBesluittypeConfig, GetResultaattypenConfig, GetResultaattypeConfig, GetStatustypenConfig, GetStatustypeConfig, GetEigenschapConfig, };
|
|
23
31
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,oBAAoB;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,sBAAsB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,OAAO,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/catalogi-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,oBAAoB;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,uBAAuB;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,sBAAsB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,oBAAoB;IAC5B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documenten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-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,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;;AAEpD,
|
|
1
|
+
{"version":3,"file":"documenten-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-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,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;;AAEpD,qBAKa,mCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA2CxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IA5C9B,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,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,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,CAgBpF;IACJ,QAAQ,CAAC,gBAAgB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQpE;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,oBAAoB,EAAE,oBAAoB;IAG7D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAQrD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA9EjB,mCAAmC;2CAAnC,mCAAmC;CAyF/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/download-document/download-document-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,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,
|
|
1
|
+
{"version":3,"file":"download-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/download-document/download-document-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,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,qBAKa,sCACX,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,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAChB;IAE7C,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,oBAAoB;IAY5B,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAKxD,OAAO,CAAC,WAAW;yCAzCR,sCAAsC;2CAAtC,sCAAsC;CA+ClD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import {
|
|
4
|
+
import { DocumentLanguage, DocumentStatus, StoreTempDocumentConfig } from '../../models';
|
|
5
5
|
import { TranslateService } from '@ngx-translate/core';
|
|
6
6
|
import { PluginTranslationService } from '../../../../services';
|
|
7
7
|
import { ConfidentialityLevel } from '../../../documenten-api/models';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-temp-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-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,
|
|
1
|
+
{"version":3,"file":"store-temp-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-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,gBAAgB,EAAE,cAAc,EAAE,uBAAuB,EAAC,MAAM,cAAc,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;;AAEpE,qBAKa,uCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA6D1D,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA5DlC,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,uBAAuB,CAAC,CAAC;IAC1D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,QAAQ,CAAC,2BAA2B,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAS/D;IACF,QAAQ,CAAC,0BAA0B,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQ9E;IAEJ,QAAQ,CAAC,cAAc,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAW;IAC3D,QAAQ,CAAC,oBAAoB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,gBAAgB,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQlF;IACJ,QAAQ,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAK1C;IACF,QAAQ,CAAC,kBAAkB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,cAAc,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQ9E;IAEJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6D;IACxF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,uBAAuB,GAAG,IAAI;IAKzD,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCA3FjB,uCAAuC;2CAAvC,uCAAuC;CAsGnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-uploaded-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-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":"store-uploaded-document-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-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,qBAKa,2CACX,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,2CAA2C;2CAA3C,2CAA2C;CA8BvD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-uploaded-document-in-parts-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-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":"store-uploaded-document-in-parts-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-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,qBAKa,kDACX,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;IAEjC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,SAAS;IAIjB,OAAO,CAAC,oBAAoB;yCAzBjB,kDAAkD;2CAAlD,kDAAkD;CA8B9D"}
|
|
@@ -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 { DocumentenApiManagementAllVersions } from '../models';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DocumentenApiService {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exact-get-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,4BAA4B,MAAM,mCAAmC,CAAC;;AAE7E,
|
|
1
|
+
{"version":3,"file":"exact-get-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,4BAA4B,MAAM,mCAAmC,CAAC;;AAE7E,qBAMa,qCACX,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,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAkE;IAC7F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,UAAU,EAAE,GAAG,CAAQ;IAEvB,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAYjC,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA7CjB,qCAAqC;2CAArC,qCAAqC;CAwDjD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exact-post-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,6BAA6B,MAAM,oCAAoC,CAAC;;AAE/E,
|
|
1
|
+
{"version":3,"file":"exact-post-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,6BAA6B,MAAM,oCAAoC,CAAC;;AAE/E,qBAMa,sCACX,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,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAmE;IAC9F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,UAAU,EAAE,GAAG,CAAQ;IAEvB,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAajC,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,oBAAoB;yCAjDjB,sCAAsC;2CAAtC,sCAAsC;CA4DlD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exact-put-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,4BAA4B,MAAM,mCAAmC,CAAC;;AAE7E,
|
|
1
|
+
{"version":3,"file":"exact-put-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,4BAA4B,MAAM,mCAAmC,CAAC;;AAE7E,qBAMa,qCACX,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,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAkE;IAC7F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,UAAU,EAAE,GAAG,CAAQ;IAEvB,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAajC,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,oBAAoB;yCAjDjB,qCAAqC;2CAArC,qCAAqC;CA4DjD"}
|
|
@@ -3,9 +3,11 @@ import { PluginConfigurationComponent } from '../../../../models';
|
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { ExactPluginService } from '../../exact-plugin.service';
|
|
5
5
|
import { ExactPluginConfig } from '../../exact-plugin';
|
|
6
|
+
import { IconService } from 'carbon-components-angular';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class ExactPluginConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
8
|
-
private exactPluginService;
|
|
9
|
+
private readonly exactPluginService;
|
|
10
|
+
private readonly iconService;
|
|
9
11
|
save$: Observable<void>;
|
|
10
12
|
disabled$: Observable<boolean>;
|
|
11
13
|
pluginId: string;
|
|
@@ -16,7 +18,7 @@ export declare class ExactPluginConfigurationComponent implements PluginConfigur
|
|
|
16
18
|
private readonly formValue$;
|
|
17
19
|
private readonly valid$;
|
|
18
20
|
private storageCallbackFun;
|
|
19
|
-
constructor(exactPluginService: ExactPluginService);
|
|
21
|
+
constructor(exactPluginService: ExactPluginService, iconService: IconService);
|
|
20
22
|
ngOnInit(): void;
|
|
21
23
|
onReceiveToken(event: any): void;
|
|
22
24
|
ngOnDestroy(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exact-plugin-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-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,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC
|
|
1
|
+
{"version":3,"file":"exact-plugin-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-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,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;;AAEtD,qBAMa,iCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAexD,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAdrB,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,iBAAiB,CAAC,CAAC;IACpD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAyC;IAEjG,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuD;IAClF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAC9D,OAAO,CAAC,kBAAkB,CAAiB;gBAGxB,kBAAkB,EAAE,kBAAkB,EACtC,WAAW,EAAE,WAAW;IAK3C,QAAQ,IAAI,IAAI;IAMhB,cAAc,CAAC,KAAK,KAAA,GAAG,IAAI;IAW3B,WAAW;IAKX,yBAAyB,CAAC,SAAS,KAAA,EAAE,IAAI,KAAA,GAAG,IAAI;IAYhD,eAAe,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAKnD,wBAAwB,IAAI,IAAI;IAYhC,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCArFjB,iCAAiC;2CAAjC,iCAAiC;CAgG7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exact-redirect.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-redirect/exact-redirect.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;;AAE/C,
|
|
1
|
+
{"version":3,"file":"exact-redirect.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-redirect/exact-redirect.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;;AAE/C,qBAKa,sBAAuB,YAAW,MAAM;IACvC,OAAO,CAAC,KAAK;gBAAL,KAAK,EAAE,cAAc;IAEzC,QAAQ,IAAI,IAAI;yCAHL,sBAAsB;2CAAtB,sBAAsB;CASlC"}
|
|
@@ -8,9 +8,10 @@ import * as i6 from "@angular/common";
|
|
|
8
8
|
import * as i7 from "./exact-plugin-routing.module";
|
|
9
9
|
import * as i8 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
10
10
|
import * as i9 from "@valtimo/components";
|
|
11
|
+
import * as i10 from "carbon-components-angular";
|
|
11
12
|
export declare class ExactPluginModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPluginModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExactPluginModule, [typeof i1.ExactGetRequestConfigurationComponent, typeof i2.ExactPostRequestConfigurationComponent, typeof i3.ExactPutRequestConfigurationComponent, typeof i4.ExactPluginConfigurationComponent, typeof i5.ExactRedirectComponent], [typeof i6.CommonModule, typeof i7.ExactPluginRoutingModule, typeof i8.PluginTranslatePipeModule, typeof i9.FormModule, typeof i9.InputModule, typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExactPluginModule, [typeof i1.ExactGetRequestConfigurationComponent, typeof i2.ExactPostRequestConfigurationComponent, typeof i3.ExactPutRequestConfigurationComponent, typeof i4.ExactPluginConfigurationComponent, typeof i5.ExactRedirectComponent], [typeof i6.CommonModule, typeof i7.ExactPluginRoutingModule, typeof i8.PluginTranslatePipeModule, typeof i9.FormModule, typeof i9.InputModule, typeof i10.ButtonModule, typeof i7.ExactPluginRoutingModule, typeof i10.IconModule], never>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExactPluginModule>;
|
|
15
16
|
}
|
|
16
17
|
//# sourceMappingURL=exact-plugin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exact-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-plugin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"exact-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;AA4BA,qBAoBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@valtimo/
|
|
2
|
+
import { ConfigService } from '@valtimo/shared';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import ExactRefreshToken from './exact-refresh-token';
|
|
5
5
|
import * as i0 from "@angular/core";
|