@valtimo/plugin 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/fesm2022/valtimo-plugin.mjs +10195 -0
- package/fesm2022/valtimo-plugin.mjs.map +1 -0
- package/index.d.ts +6 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts +22 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts +12 -0
- package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts.map +1 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +42 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts +12 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map +1 -0
- package/lib/constants/index.d.ts +2 -0
- package/lib/constants/index.d.ts.map +1 -0
- package/lib/constants/injection-tokens.d.ts +5 -0
- package/lib/constants/injection-tokens.d.ts.map +1 -0
- package/lib/models/index.d.ts +2 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/plugin.d.ts +74 -0
- package/lib/models/plugin.d.ts.map +1 -0
- package/lib/pipes/index.d.ts +2 -0
- package/lib/pipes/index.d.ts.map +1 -0
- package/lib/pipes/plugin-translate/index.d.ts +3 -0
- package/lib/pipes/plugin-translate/index.d.ts.map +1 -0
- package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts +9 -0
- package/lib/pipes/plugin-translate/plugin-translate-pipe.module.d.ts.map +1 -0
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts +12 -0
- package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/assets/index.d.ts +2 -0
- package/lib/plugins/besluiten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +16 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts +34 -0
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +57 -0
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
- package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts +24 -0
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
- package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/config.d.ts +45 -0
- package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/index.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/input.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/input.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
- package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts +13 -0
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -0
- package/lib/plugins/besluiten-api/services/index.d.ts +2 -0
- package/lib/plugins/besluiten-api/services/index.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/assets/index.d.ts +2 -0
- package/lib/plugins/catalogi-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +17 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts +34 -0
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-eigenschap/get-eigenschap-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts.map +1 -0
- 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 +24 -0
- package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts.map +1 -0
- 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 +31 -0
- package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/models/index.d.ts +2 -0
- package/lib/plugins/catalogi-api/models/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/documenten-api/assets/index.d.ts +2 -0
- package/lib/plugins/documenten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +40 -0
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts +24 -0
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +45 -0
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts +20 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts +20 -0
- package/lib/plugins/documenten-api/components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component.d.ts.map +1 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +15 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/documenten-api/models/config.d.ts +29 -0
- package/lib/plugins/documenten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/documenten-api/models/index.d.ts +2 -0
- package/lib/plugins/documenten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts +14 -0
- package/lib/plugins/documenten-api/services/documenten-api.service.d.ts.map +1 -0
- package/lib/plugins/documenten-api/services/index.d.ts +2 -0
- package/lib/plugins/documenten-api/services/index.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts +25 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts +7 -0
- package/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts +25 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts +8 -0
- package/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts +25 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts +8 -0
- package/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts +33 -0
- package/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.d.ts.map +1 -0
- package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts +11 -0
- package/lib/plugins/exact/components/exact-redirect/exact-redirect.component.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin-routing.module.d.ts +9 -0
- package/lib/plugins/exact/exact-plugin-routing.module.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin.d.ts +11 -0
- package/lib/plugins/exact/exact-plugin.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin.module.d.ts +17 -0
- package/lib/plugins/exact/exact-plugin.module.d.ts.map +1 -0
- package/lib/plugins/exact/exact-plugin.service.d.ts +14 -0
- package/lib/plugins/exact/exact-plugin.service.d.ts.map +1 -0
- package/lib/plugins/exact/exact-refresh-token.d.ts +7 -0
- package/lib/plugins/exact/exact-refresh-token.d.ts.map +1 -0
- package/lib/plugins/exact/exact.plugin.specification.d.ts +4 -0
- package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -0
- 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/assets/notificaties-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts +34 -0
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/models/config.d.ts +7 -0
- package/lib/plugins/notificaties-api/models/config.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/models/index.d.ts +2 -0
- package/lib/plugins/notificaties-api/models/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts +11 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/assets/index.d.ts +2 -0
- package/lib/plugins/notificaties-api-authentication/assets/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts +3 -0
- package/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts +24 -0
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/models/config.d.ts +7 -0
- package/lib/plugins/notificaties-api-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/models/index.d.ts +2 -0
- package/lib/plugins/notificaties-api-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts +11 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts.map +1 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts +4 -0
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts +3 -0
- package/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts +24 -0
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/models/config.d.ts +6 -0
- package/lib/plugins/object-token-authentication/models/config.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/models/index.d.ts +2 -0
- package/lib/plugins/object-token-authentication/models/index.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts +11 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts.map +1 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts +4 -0
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/objecten-api/assets/index.d.ts +2 -0
- package/lib/plugins/objecten-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts +24 -0
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts.map +1 -0
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts +34 -0
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/objecten-api/models/config.d.ts +10 -0
- package/lib/plugins/objecten-api/models/config.d.ts.map +1 -0
- package/lib/plugins/objecten-api/models/index.d.ts +2 -0
- package/lib/plugins/objecten-api/models/index.d.ts.map +1 -0
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts +12 -0
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/assets/index.d.ts +2 -0
- package/lib/plugins/objecttypen-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts +34 -0
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/models/config.d.ts +7 -0
- package/lib/plugins/objecttypen-api/models/config.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/models/index.d.ts +2 -0
- package/lib/plugins/objecttypen-api/models/index.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts +11 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts.map +1 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -0
- 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/assets/index.d.ts +2 -0
- package/lib/plugins/open-zaak/assets/index.d.ts.map +1 -0
- package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts +3 -0
- package/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +24 -0
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/open-zaak/models/config.d.ts +7 -0
- package/lib/plugins/open-zaak/models/config.d.ts.map +1 -0
- package/lib/plugins/open-zaak/models/index.d.ts +2 -0
- package/lib/plugins/open-zaak/models/index.d.ts.map +1 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +11 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts +4 -0
- package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts +3 -0
- package/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts +19 -0
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts +40 -0
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts +38 -0
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/models/config.d.ts +27 -0
- package/lib/plugins/portaaltaak/models/config.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/models/index.d.ts +3 -0
- package/lib/plugins/portaaltaak/models/index.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/models/object.d.ts +14 -0
- package/lib/plugins/portaaltaak/models/object.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts +13 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts +4 -0
- package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/services/index.d.ts +2 -0
- package/lib/plugins/portaaltaak/services/index.d.ts.map +1 -0
- package/lib/plugins/portaaltaak/services/object.service.d.ts +14 -0
- package/lib/plugins/portaaltaak/services/object.service.d.ts.map +1 -0
- package/lib/plugins/smart-documents/assets/index.d.ts +2 -0
- package/lib/plugins/smart-documents/assets/index.d.ts.map +1 -0
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts +3 -0
- package/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +31 -0
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts +24 -0
- package/lib/plugins/smart-documents/components/get-template-names/get-template-names.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +24 -0
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts.map +1 -0
- package/lib/plugins/smart-documents/models/config.d.ts +23 -0
- package/lib/plugins/smart-documents/models/config.d.ts.map +1 -0
- package/lib/plugins/smart-documents/models/index.d.ts +2 -0
- package/lib/plugins/smart-documents/models/index.d.ts.map +1 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +13 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts.map +1 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts +4 -0
- package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts +3 -0
- package/lib/plugins/verzoek/assets/verzoek-plugin-logo.d.ts.map +1 -0
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +79 -0
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -0
- package/lib/plugins/verzoek/models/config.d.ts +28 -0
- package/lib/plugins/verzoek/models/config.d.ts.map +1 -0
- package/lib/plugins/verzoek/models/index.d.ts +3 -0
- package/lib/plugins/verzoek/models/index.d.ts.map +1 -0
- package/lib/plugins/verzoek/models/verzoek.d.ts +24 -0
- package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -0
- package/lib/plugins/verzoek/services/index.d.ts +2 -0
- package/lib/plugins/verzoek/services/index.d.ts.map +1 -0
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts +18 -0
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -0
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +12 -0
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts.map +1 -0
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts +4 -0
- package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -0
- package/lib/plugins/zaken-api/assets/index.d.ts +2 -0
- package/lib/plugins/zaken-api/assets/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts +3 -0
- package/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.d.ts.map +1 -0
- 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 +24 -0
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -0
- 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 +58 -0
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts +27 -0
- package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +40 -0
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts +41 -0
- package/lib/plugins/zaken-api/components/create-zaakeigenschap/create-zaakeigenschap.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts +26 -0
- package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts.map +1 -0
- 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 +38 -0
- package/lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts +20 -0
- package/lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts +34 -0
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts +20 -0
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +47 -0
- package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts +45 -0
- package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts +30 -0
- package/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +55 -0
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts +24 -0
- package/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts +38 -0
- package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +39 -0
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/config.d.ts +161 -0
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/create-zaak-properties.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/eigenschap.d.ts +6 -0
- package/lib/plugins/zaken-api/models/eigenschap.d.ts.map +1 -0
- 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/index.d.ts +6 -0
- package/lib/plugins/zaken-api/models/index.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/input.d.ts +3 -0
- package/lib/plugins/zaken-api/models/input.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/patch-zaaknotitie-properties.d.ts +3 -0
- package/lib/plugins/zaken-api/models/patch-zaaknotitie-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/models/resultaat.d.ts +6 -0
- package/lib/plugins/zaken-api/models/resultaat.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/status.d.ts +6 -0
- package/lib/plugins/zaken-api/models/status.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts +2 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts.map +1 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts +2 -0
- package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts.map +1 -0
- package/lib/plugins/zaken-api/services/index.d.ts +2 -0
- package/lib/plugins/zaken-api/services/index.d.ts.map +1 -0
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts +17 -0
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +38 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts +4 -0
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -0
- package/lib/services/index.d.ts +4 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/plugin-management.service.d.ts +29 -0
- package/lib/services/plugin-management.service.d.ts.map +1 -0
- package/lib/services/plugin-translation.service.d.ts +19 -0
- package/lib/services/plugin-translation.service.d.ts.map +1 -0
- package/lib/services/plugin.service.d.ts +15 -0
- package/lib/services/plugin.service.d.ts.map +1 -0
- package/package.json +24 -0
- package/public-api.d.ts +104 -0
- package/public-api.d.ts.map +1 -0
- package/valtimo-plugin.d.ts.map +1 -0
package/index.d.ts
ADDED
package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { DefaultPluginConfigurationData } from '../../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DefaultPluginConfigurationComponent implements OnInit, OnDestroy {
|
|
6
|
+
save$: Observable<void>;
|
|
7
|
+
disabled$: Observable<boolean>;
|
|
8
|
+
prefillConfiguration$: Observable<any>;
|
|
9
|
+
valid: EventEmitter<boolean>;
|
|
10
|
+
configuration: EventEmitter<DefaultPluginConfigurationData>;
|
|
11
|
+
private saveSubscription;
|
|
12
|
+
private readonly formValue$;
|
|
13
|
+
private readonly valid$;
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
formValueChange(formValue: DefaultPluginConfigurationData): void;
|
|
17
|
+
private handleValid;
|
|
18
|
+
private openSaveSubscription;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPluginConfigurationComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultPluginConfigurationComponent, "valtimo-default-plugin-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=default-plugin-configuration.component.d.ts.map
|
package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map
ADDED
|
@@ -0,0 +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;;AAI5D,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;IAIrD,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;yCAjCjB,mCAAmC;2CAAnC,mCAAmC;CA4C/C"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./default-plugin-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@valtimo/components";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
7
|
+
export declare class DefaultPluginConfigurationModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultPluginConfigurationModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DefaultPluginConfigurationModule, [typeof i1.DefaultPluginConfigurationComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.TranslateModule, typeof i5.PluginTranslatePipeModule, typeof i3.FormModule, typeof i3.InputModule], [typeof i1.DefaultPluginConfigurationComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DefaultPluginConfigurationModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=default-plugin-configuration.module.d.ts.map
|
package/lib/components/default-plugin-configuration/default-plugin-configuration.module.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default-plugin-configuration.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/default-plugin-configuration/default-plugin-configuration.module.ts"],"names":[],"mappings":";;;;;;AAuBA,qBAYa,gCAAgC;yCAAhC,gCAAgC;0CAAhC,gCAAgC;0CAAhC,gCAAgC;CAAG"}
|
package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ComponentRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { PluginService } from '../../services';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { ConfigurationComponentType, DefaultPluginConfigurationData, FunctionConfigurationComponent, PluginConfiguration, PluginConfigurationComponent, PluginConfigurationData } from '../../models';
|
|
5
|
+
import { ActivatedRoute } from '@angular/router';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class PluginConfigurationContainerComponent implements OnInit, OnDestroy, Omit<PluginConfigurationComponent, 'pluginId'> {
|
|
8
|
+
private readonly pluginService;
|
|
9
|
+
private readonly route;
|
|
10
|
+
dynamicContainer: ViewContainerRef;
|
|
11
|
+
set type(type: ConfigurationComponentType);
|
|
12
|
+
set pluginDefinitionKey(key: string);
|
|
13
|
+
set functionKey(key: string);
|
|
14
|
+
save$: Observable<void>;
|
|
15
|
+
disabled$: Observable<boolean>;
|
|
16
|
+
selectedPluginConfiguration$: Observable<PluginConfiguration>;
|
|
17
|
+
prefillConfiguration$: Observable<any>;
|
|
18
|
+
valid: EventEmitter<boolean>;
|
|
19
|
+
configuration: EventEmitter<PluginConfigurationData>;
|
|
20
|
+
readonly noConfigurationComponentAvailable$: BehaviorSubject<boolean>;
|
|
21
|
+
readonly componentRef$: BehaviorSubject<ComponentRef<PluginConfigurationComponent | FunctionConfigurationComponent>>;
|
|
22
|
+
private componentRefSubscription;
|
|
23
|
+
private pluginSubscription;
|
|
24
|
+
private validSubscription;
|
|
25
|
+
private configurationSubscription;
|
|
26
|
+
private readonly _componentType;
|
|
27
|
+
private readonly _pluginDefinitionKey;
|
|
28
|
+
private readonly _functionKey;
|
|
29
|
+
private readonly _defaultConfiguration;
|
|
30
|
+
private readonly _validDefaultConfiguration;
|
|
31
|
+
readonly isTypeConfiguration$: Observable<boolean>;
|
|
32
|
+
constructor(pluginService: PluginService, route: ActivatedRoute);
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
onDefaultConfiguration(defaultConfiguration: DefaultPluginConfigurationData): void;
|
|
36
|
+
onValidDefaultConfiguration(valid: boolean): void;
|
|
37
|
+
private openPluginSubscription;
|
|
38
|
+
private openComponentInstanceSubscription;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginConfigurationContainerComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PluginConfigurationContainerComponent, "valtimo-plugin-configuration-container", never, { "type": { "alias": "type"; "required": false; }; "pluginDefinitionKey": { "alias": "pluginDefinitionKey"; "required": false; }; "functionKey": { "alias": "functionKey"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "selectedPluginConfiguration$": { "alias": "selectedPluginConfiguration$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=plugin-configuration-container.component.d.ts.map
|
|
@@ -0,0 +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;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/components/plugin-configuration-container/plugin-configuration-container.module.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./plugin-configuration-container.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@valtimo/components";
|
|
5
|
+
import * as i4 from "@ngx-translate/core";
|
|
6
|
+
import * as i5 from "../default-plugin-configuration/default-plugin-configuration.module";
|
|
7
|
+
export declare class PluginConfigurationContainerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginConfigurationContainerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PluginConfigurationContainerModule, [typeof i1.PluginConfigurationContainerComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.TranslateModule, typeof i5.DefaultPluginConfigurationModule], [typeof i1.PluginConfigurationContainerComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PluginConfigurationContainerModule>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=plugin-configuration-container.module.d.ts.map
|
package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-configuration-container.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.module.ts"],"names":[],"mappings":";;;;;;AAuBA,qBAKa,kCAAkC;yCAAlC,kCAAkC;0CAAlC,kCAAkC;0CAAlC,kCAAkC;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/constants/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"injection-tokens.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/constants/injection-tokens.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAC,YAAY,EAAC,MAAM,WAAW,CAAC;AAEvC,QAAA,MAAM,aAAa,8BAElB,CAAC;AAEF,OAAO,EAAC,aAAa,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { EventEmitter, Type } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
4
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
5
|
+
interface PluginConfigurationData {
|
|
6
|
+
configurationId: string;
|
|
7
|
+
configurationTitle: string;
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}
|
|
10
|
+
interface DefaultPluginConfigurationData {
|
|
11
|
+
configurationId: string;
|
|
12
|
+
}
|
|
13
|
+
interface FunctionConfigurationData {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}
|
|
16
|
+
interface ConfigurationComponent {
|
|
17
|
+
save$: Observable<void>;
|
|
18
|
+
disabled$: Observable<boolean>;
|
|
19
|
+
pluginId: string;
|
|
20
|
+
valid: EventEmitter<boolean>;
|
|
21
|
+
context$?: Observable<[ManagementContext, CaseManagementParams]>;
|
|
22
|
+
}
|
|
23
|
+
interface PluginConfigurationComponent extends ConfigurationComponent {
|
|
24
|
+
prefillConfiguration$?: Observable<PluginConfigurationData>;
|
|
25
|
+
configuration: EventEmitter<PluginConfigurationData>;
|
|
26
|
+
}
|
|
27
|
+
interface FunctionConfigurationComponent extends ConfigurationComponent {
|
|
28
|
+
prefillConfiguration$?: Observable<FunctionConfigurationData>;
|
|
29
|
+
selectedPluginConfigurationData$?: Observable<PluginConfigurationData>;
|
|
30
|
+
configuration: EventEmitter<FunctionConfigurationData>;
|
|
31
|
+
}
|
|
32
|
+
interface PluginSpecification {
|
|
33
|
+
pluginId: string;
|
|
34
|
+
pluginLogoBase64: string;
|
|
35
|
+
pluginConfigurationComponent: Type<PluginConfigurationComponent>;
|
|
36
|
+
functionConfigurationComponents?: {
|
|
37
|
+
[functionId: string]: Type<FunctionConfigurationComponent>;
|
|
38
|
+
};
|
|
39
|
+
pluginTranslations: {
|
|
40
|
+
[langKey: string]: {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
[translationKey: string]: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
type PluginConfig = Array<PluginSpecification>;
|
|
48
|
+
type ConfigurationComponentType = 'function' | 'configuration';
|
|
49
|
+
interface PluginDefinition {
|
|
50
|
+
key: string;
|
|
51
|
+
description?: string;
|
|
52
|
+
title?: string;
|
|
53
|
+
}
|
|
54
|
+
interface PluginDefinitionWithLogo extends PluginDefinition {
|
|
55
|
+
pluginLogoBase64?: SafeResourceUrl;
|
|
56
|
+
}
|
|
57
|
+
interface PluginConfiguration {
|
|
58
|
+
definitionKey?: string;
|
|
59
|
+
pluginDefinition?: PluginDefinition;
|
|
60
|
+
id?: string;
|
|
61
|
+
newId?: string;
|
|
62
|
+
title: string;
|
|
63
|
+
properties: object;
|
|
64
|
+
}
|
|
65
|
+
interface PluginConfigurationWithLogo extends PluginConfiguration {
|
|
66
|
+
pluginLogoBase64?: SafeResourceUrl;
|
|
67
|
+
}
|
|
68
|
+
interface PluginFunction {
|
|
69
|
+
description?: string;
|
|
70
|
+
key: string;
|
|
71
|
+
title?: string;
|
|
72
|
+
}
|
|
73
|
+
export { PluginSpecification, PluginConfig, PluginConfigurationComponent, ConfigurationComponentType, PluginConfigurationData, DefaultPluginConfigurationData, FunctionConfigurationComponent, FunctionConfigurationData, PluginConfiguration, PluginDefinition, PluginFunction, PluginDefinitionWithLogo, PluginConfigurationWithLogo, };
|
|
74
|
+
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/models/plugin.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/pipes/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/pipes/plugin-translate/index.ts"],"names":[],"mappings":"AAgBA,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./plugin-translate.pipe";
|
|
3
|
+
import * as i2 from "@ngx-translate/core";
|
|
4
|
+
export declare class PluginTranslatePipeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginTranslatePipeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PluginTranslatePipeModule, [typeof i1.PluginTranslatePipe], [typeof i2.TranslateModule], [typeof i1.PluginTranslatePipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PluginTranslatePipeModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=plugin-translate-pipe.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin-translate-pipe.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/pipes/plugin-translate/plugin-translate-pipe.module.ts"],"names":[],"mappings":";;;AAoBA,qBAKa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { PluginTranslationService } from '../../services/plugin-translation.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PluginTranslatePipe implements PipeTransform {
|
|
6
|
+
private readonly pluginTranslationService;
|
|
7
|
+
constructor(pluginTranslationService: PluginTranslationService);
|
|
8
|
+
transform(translateKey: string, pluginDefinitionKey: string): Observable<string>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PluginTranslatePipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PluginTranslatePipe, "pluginTranslate", false>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=plugin-translate.pipe.d.ts.map
|
|
@@ -0,0 +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,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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const BESLUITEN_API_PLUGIN_LOGO_BASE64 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNTAgMTUgOTYgNTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNTcuMzk2LjIxMUguMjgxdjQ5LjQwNWg1Ny4xMTVWLjIxeiIvPjxwYXRoIGlkPSJjIiBkPSJNNTcuNTY0LjIxMUguNDQ4djQ5LjQwNWg1Ny4xMTZWLjIxeiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ny45MzEgMTUpIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNNTcuMzk2IDI0LjkxM2MwLTEzLjU3My0xMS4wMDQtMjQuNjIyLTI0LjU2LTI0LjctLjAyNCAwLS4wNDgtLjAwMy0uMDczLS4wMDNIMjQuNzVhMi41MDQgMi41MDQgMCAxIDAgMCA1LjAxaDcuOTQ1YzEwLjg1OCAwIDE5LjY5NCA4LjgzNCAxOS42OTQgMTkuNjkzIDAgMTAuODYtOC44MzYgMTkuNjk0LTE5LjY5NCAxOS42OTRINS4yODl2LTQuNTc4SC4yODF2OS41ODdoMzIuNDgydi0uMDAxYzEzLjU5LS4wNCAyNC42MzMtMTEuMTA1IDI0LjYzMy0yNC43MDIiIGZpbGw9IiMwMDlGRTQiIG1hc2s9InVybCgjYikiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDE1KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZD0iTS40NDggMjQuOTEzYzAgMTMuNTczIDExLjAwNCAyNC42MjIgMjQuNTYgMjQuNy4wMjQgMCAuMDQ4LjAwMy4wNzMuMDAzaDguMDE0YTIuNTA0IDIuNTA0IDAgMSAwIDAtNS4wMDloLTcuOTQ0Yy0xMC44NTkgMC0xOS42OTQtOC44MzQtMTkuNjk0LTE5LjY5NCAwLTEwLjg1OSA4LjgzNS0xOS42OTQgMTkuNjk0LTE5LjY5NGgyNy40MDR2NC41NzhoNS4wMDlWLjIxSDI1LjA4di4wMDFDMTEuNDkuMjUxLjQ0OCAxMS4zMTYuNDQ4IDI0LjkxMyIgZmlsbD0iIzAwOUZFNCIgbWFzaz0idXJsKCNkKSIvPjwvZz48cGF0aCBmaWxsPSIjMDA0Mzg4IiBkPSJNMTc2LjAxNyA0Mi4xMTZsLTQuNjc4LTEyLjQwMWgtNS42NjRsOC4xNCAyMC4zNjZoMy45MjFsOC40MDEtMjAuMzY2aC01LjM2M3ptMjYuNTQyLjU1OGwtNy45MjgtMTIuOTU5aC02LjQxM3YyMC4zNjdoNC45OTdWMzYuNzg3bDguMTUgMTMuMjk1aDYuMTlWMjkuNzE1aC00Ljk5NnptMTkuMzIzLTQuOTR2NC42NjNoMy41Mzd2Mi42NzdhOS43NzMgOS43NzMgMCAwIDEtMS40MTQuNTRjLS42NTIuMjAzLTEuNDQzLjMwNi0yLjM1NC4zMDYtLjg4IDAtMS42ODYtLjE1LTIuMzk0LS40NDhhNS4zMzggNS4zMzggMCAwIDEtMS44MjQtMS4yNDcgNS41MjIgNS41MjIgMCAwIDEtMS4xNy0xLjg5NGMtLjI3Mi0uNzI5LS40MS0xLjU0OS0uNDEtMi40MzMgMC0uODY3LjEzOC0xLjY4MS40MS0yLjQyYTUuNTAyIDUuNTAyIDAgMCAxIDEuMTctMS45MDggNS4zNzQgNS4zNzQgMCAwIDEgMS44MjQtMS4yNDZjLjcwOS0uMjk4IDEuNTE0LS40NDkgMi4zOTQtLjQ0OSAxLjA2NCAwIDEuOTU5LjE1MSAyLjY1Ny40NDkuNy4yOTcgMS4zMzguNzQgMS44OTggMS4zMThsLjI0Mi4yNDggMy41MTUtMy44MzUtLjIzNy0uMjIxYTguOTIzIDguOTIzIDAgMCAwLTMuNjI3LTIuMDM4Yy0xLjM1LS4zODYtMi44NDctLjU4My00LjQ0OC0uNTgzLTEuNTcyIDAtMy4wNDQuMjUtNC4zNzMuNzQ1YTEwLjEzOSAxMC4xMzkgMCAwIDAtMy40ODEgMi4xNDNjLS45NzUuOTI4LTEuNzQ2IDIuMDY2LTIuMjkgMy4zODQtLjU0MyAxLjMxNS0uODE5IDIuOC0uODE5IDQuNDEzIDAgMS42MTMuMjc2IDMuMDk4LjgyIDQuNDEzLjU0NSAxLjMxOSAxLjMxNCAyLjQ1NyAyLjI4OSAzLjM4NC45NzQuOTI2IDIuMTQ2IDEuNjQ3IDMuNDggMi4xNDMgMS4zMy40OTQgMi44MDIuNzQ0IDQuMzc0Ljc0NCAxLjQ2NCAwIDIuOTItLjE1MiA0LjMzLS40NTJhMTYuMDU0IDE2LjA1NCAwIDAgMCA0LjA5LTEuNDc4bC4xNzctLjA5VjM3LjczM2gtOC4zNjZ6Ii8+PC9nPjwvc3ZnPg==";
|
|
2
|
+
export { BESLUITEN_API_PLUGIN_LOGO_BASE64 };
|
|
3
|
+
//# sourceMappingURL=besluiten-api-plugin-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"besluiten-api-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,gCAAgC,mrFAC4oF,CAAC;AAEnrF,OAAO,EAAC,gCAAgC,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/besluiten-api-configuration/besluiten-api-configuration.component";
|
|
3
|
+
import * as i2 from "./components/create-zaak-besluit/create-zaak-besluit-configuration.component";
|
|
4
|
+
import * as i3 from "./components/patch-zaak-besluit/patch-zaak-besluit-configuration.component";
|
|
5
|
+
import * as i4 from "./components/link-document-to-besluit/link-document-to-besluit-configuration.component";
|
|
6
|
+
import * as i5 from "./components/get-besluit/get-besluit-configuration.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
9
|
+
import * as i8 from "@valtimo/components";
|
|
10
|
+
import * as i9 from "carbon-components-angular";
|
|
11
|
+
export declare class BesluitenApiPluginModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiPluginModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BesluitenApiPluginModule, [typeof i1.BesluitenApiConfigurationComponent, typeof i2.CreateZaakBesluitConfigurationComponent, typeof i3.PatchZaakBesluitConfigurationComponent, typeof i4.LinkDocumentToBesluitConfigurationComponent, typeof i5.GetBesluitConfigurationComponent], [typeof i6.CommonModule, typeof i7.PluginTranslatePipeModule, typeof i8.FormModule, typeof i8.InputModule, typeof i8.SelectModule, typeof i8.DatePickerModule, typeof i8.ParagraphModule, typeof i8.RadioModule, typeof i9.LoadingModule, typeof i9.ButtonModule, typeof i9.DialogModule, typeof i9.IconModule], [typeof i1.BesluitenApiConfigurationComponent, typeof i2.CreateZaakBesluitConfigurationComponent, typeof i3.PatchZaakBesluitConfigurationComponent, typeof i4.LinkDocumentToBesluitConfigurationComponent, typeof i5.GetBesluitConfigurationComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BesluitenApiPluginModule>;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=besluiten-api-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"besluiten-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/besluiten-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;AAkCA,qBA8Ba,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"besluiten-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/besluiten-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAQjD,QAAA,MAAM,+BAA+B,EAAE,mBAuJtC,CAAC;AAEF,OAAO,EAAC,+BAA+B,EAAC,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { BesluitenApiConfig } from '../../models';
|
|
5
|
+
import { PluginManagementService, PluginTranslationService } from '../../../../services';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class BesluitenApiConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly pluginManagementService;
|
|
10
|
+
private readonly translateService;
|
|
11
|
+
private readonly pluginTranslationService;
|
|
12
|
+
save$: Observable<void>;
|
|
13
|
+
disabled$: Observable<boolean>;
|
|
14
|
+
pluginId: string;
|
|
15
|
+
prefillConfiguration$: Observable<BesluitenApiConfig>;
|
|
16
|
+
valid: EventEmitter<boolean>;
|
|
17
|
+
configuration: EventEmitter<BesluitenApiConfig>;
|
|
18
|
+
readonly authenticationPluginSelectItems$: Observable<Array<{
|
|
19
|
+
id: string;
|
|
20
|
+
text: string;
|
|
21
|
+
}>>;
|
|
22
|
+
private saveSubscription;
|
|
23
|
+
private readonly formValue$;
|
|
24
|
+
private readonly valid$;
|
|
25
|
+
constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
formValueChange(formValue: BesluitenApiConfig): void;
|
|
29
|
+
private handleValid;
|
|
30
|
+
private openSaveSubscription;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiConfigurationComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BesluitenApiConfigurationComponent, "valtimo-besluiten-api-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>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=besluiten-api-configuration.component.d.ts.map
|
|
@@ -0,0 +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,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"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
|
+
import { CreateZaakBesluitConfig, Vervalredenen } from '../../models';
|
|
5
|
+
import { PluginTranslationService } from '../../../../services';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
8
|
+
import { DocumentService } from '@valtimo/document';
|
|
9
|
+
import { BesluitenApiService } from '../../services';
|
|
10
|
+
import { InputOption } from '../../../zaken-api/models';
|
|
11
|
+
import { PluginTranslatePipe } from '../../../../pipes';
|
|
12
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export declare class CreateZaakBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
15
|
+
private readonly translateService;
|
|
16
|
+
private readonly pluginTranslationService;
|
|
17
|
+
private readonly modalService;
|
|
18
|
+
private readonly documentService;
|
|
19
|
+
private readonly besluitenApiService;
|
|
20
|
+
private readonly pluginTranslatePipe;
|
|
21
|
+
save$: Observable<void>;
|
|
22
|
+
disabled$: Observable<boolean>;
|
|
23
|
+
set pluginId(value: string);
|
|
24
|
+
prefillConfiguration$: Observable<CreateZaakBesluitConfig>;
|
|
25
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
26
|
+
valid: EventEmitter<boolean>;
|
|
27
|
+
configuration: EventEmitter<CreateZaakBesluitConfig>;
|
|
28
|
+
readonly VERVALREDENEN: Array<Vervalredenen>;
|
|
29
|
+
readonly vervalredenenSelectItems$: Observable<Array<{
|
|
30
|
+
id: Vervalredenen;
|
|
31
|
+
text: string;
|
|
32
|
+
}>>;
|
|
33
|
+
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
34
|
+
readonly selectedStartDateInputOption$: BehaviorSubject<InputOption>;
|
|
35
|
+
readonly selectedExpirationDateInputOption$: BehaviorSubject<InputOption>;
|
|
36
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
37
|
+
readonly pluginId$: BehaviorSubject<string>;
|
|
38
|
+
readonly clearBesluitSelection$: Subject<void>;
|
|
39
|
+
readonly besluitTypeSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
40
|
+
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
41
|
+
readonly startDateInputTypeOptions$: Observable<RadioValue[]>;
|
|
42
|
+
readonly expirationDateInputTypeOptions$: Observable<RadioValue[]>;
|
|
43
|
+
private readonly formValue$;
|
|
44
|
+
private readonly valid$;
|
|
45
|
+
private readonly _subscriptions;
|
|
46
|
+
constructor(translateService: TranslateService, pluginTranslationService: PluginTranslationService, modalService: ModalService, documentService: DocumentService, besluitenApiService: BesluitenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
47
|
+
ngOnInit(): void;
|
|
48
|
+
ngOnDestroy(): void;
|
|
49
|
+
formValueChange(formValue: CreateZaakBesluitConfig): void;
|
|
50
|
+
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
51
|
+
private initBesluitHandling;
|
|
52
|
+
private initSaveHandling;
|
|
53
|
+
private handleValid;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakBesluitConfigurationComponent, 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>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=create-zaak-besluit-configuration.component.d.ts.map
|
|
@@ -0,0 +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":"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"}
|
package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { GetBesluitConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class GetBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<GetBesluitConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<GetBesluitConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
private openSaveSubscription;
|
|
19
|
+
formValueChange(formValue: GetBesluitConfig): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetBesluitConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetBesluitConfigurationComponent, "valtimo-get-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>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=get-besluit-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/get-besluit/get-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,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAKa,gCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEnD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAsD;IACjF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,oBAAoB;IAYrB,eAAe,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAKzD,OAAO,CAAC,WAAW;yCAzCR,gCAAgC;2CAAhC,gCAAgC;CA+C5C"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { LinkDocumentToBesluitConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class LinkDocumentToBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<LinkDocumentToBesluitConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<LinkDocumentToBesluitConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: LinkDocumentToBesluitConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LinkDocumentToBesluitConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkDocumentToBesluitConfigurationComponent, "valtimo-link-document-to-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>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=link-document-to-besluit-configuration.component.d.ts.map
|
|
@@ -0,0 +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,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"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PatchZaakBesluitConfig } from '../../models';
|
|
5
|
+
import { PatchBesluitProperties } from '../../models/patch-besluit-properties';
|
|
6
|
+
import { IconService } from 'carbon-components-angular';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PatchZaakBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly iconService;
|
|
10
|
+
save$: Observable<void>;
|
|
11
|
+
disabled$: Observable<boolean>;
|
|
12
|
+
pluginId: string;
|
|
13
|
+
prefillConfiguration$: Observable<PatchZaakBesluitConfig>;
|
|
14
|
+
valid: EventEmitter<boolean>;
|
|
15
|
+
configuration: EventEmitter<PatchZaakBesluitConfig>;
|
|
16
|
+
readonly propertyOptions: PatchBesluitProperties[];
|
|
17
|
+
propertyList: PatchBesluitProperties[];
|
|
18
|
+
private readonly _formValue$;
|
|
19
|
+
private readonly _properties;
|
|
20
|
+
private readonly _valid$;
|
|
21
|
+
private _saveSubscription;
|
|
22
|
+
private _prefillConfig;
|
|
23
|
+
constructor(iconService: IconService);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
onFormValueChanged(formValue: PatchZaakBesluitConfig): void;
|
|
27
|
+
onPropertyChanged(property: PatchBesluitProperties, value: any): void;
|
|
28
|
+
prefillValueFor(property: string, prefill: PatchZaakBesluitConfig): string | null;
|
|
29
|
+
translationKeyFor(property: string): string;
|
|
30
|
+
translationKeyForPropertyList(property: string): string;
|
|
31
|
+
addProperty(property: PatchBesluitProperties): void;
|
|
32
|
+
removeProperty(property: PatchBesluitProperties): void;
|
|
33
|
+
hasPropertyBeenAdded(property: PatchBesluitProperties): boolean;
|
|
34
|
+
private handleValid;
|
|
35
|
+
private openSaveSubscription;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PatchZaakBesluitConfigurationComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PatchZaakBesluitConfigurationComponent, "valtimo-patch-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>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=patch-zaak-besluit-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.ts"],"names":[],"mappings":"AAAA,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,OAAO,EACL,sBAAsB,EAEvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;;AAEtD,qBAMa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAkBhD,OAAO,CAAC,QAAQ,CAAC,WAAW;IAhB/B,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,wBAA+B;IACpC,aAAa,uCAA8C;IAErE,SAAgB,eAAe,EAAE,sBAAsB,EAAE,CAAoC;IACtF,YAAY,EAAE,sBAAsB,EAAE,CAAM;IAEnD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IACxF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA6C;IACzE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAC/D,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,cAAc,CAAuC;gBAEhC,WAAW,EAAE,WAAW;IAI9C,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAK3D,iBAAiB,CAAC,QAAQ,EAAE,sBAAsB,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAarE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,sBAAsB,GAAG,MAAM,GAAG,IAAI;IAIjF,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI3C,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvD,WAAW,CAAC,QAAQ,EAAE,sBAAsB,GAAG,IAAI;IAQnD,cAAc,CAAC,QAAQ,EAAE,sBAAsB,GAAG,IAAI;IAatD,oBAAoB,CAAC,QAAQ,EAAE,sBAAsB,GAAG,OAAO;IAItE,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,oBAAoB;yCAhHjB,sCAAsC;2CAAtC,sCAAsC;CAwIlD"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { PluginConfigurationData } from '../../../models';
|
|
2
|
+
import { InputOption } from './input';
|
|
3
|
+
interface BesluitenApiConfig extends PluginConfigurationData {
|
|
4
|
+
rsin: string;
|
|
5
|
+
url: string;
|
|
6
|
+
authenticationPluginConfiguration: string;
|
|
7
|
+
}
|
|
8
|
+
type Vervalredenen = 'tijdelijk' | 'ingetrokken_overheid' | 'ingetrokken_belanghebbende';
|
|
9
|
+
interface CreateZaakBesluitConfig {
|
|
10
|
+
besluittypeUrl: string;
|
|
11
|
+
toelichting: string;
|
|
12
|
+
bestuursorgaan: string;
|
|
13
|
+
ingangsdatum: string;
|
|
14
|
+
vervaldatum: string;
|
|
15
|
+
vervalreden: Vervalredenen;
|
|
16
|
+
publicatiedatum: string;
|
|
17
|
+
verzenddatum: string;
|
|
18
|
+
uiterlijkeReactieDatum: string;
|
|
19
|
+
createdBesluitUrl: string;
|
|
20
|
+
inputTypeBesluitToggle?: InputOption;
|
|
21
|
+
inputTypeStartingDateToggle?: InputOption;
|
|
22
|
+
inputTypeExpirationDateToggle?: InputOption;
|
|
23
|
+
}
|
|
24
|
+
interface LinkDocumentToBesluitConfig {
|
|
25
|
+
besluitUrl: string;
|
|
26
|
+
documentUrl: string;
|
|
27
|
+
}
|
|
28
|
+
interface PatchZaakBesluitConfig {
|
|
29
|
+
besluitUrl: string;
|
|
30
|
+
beslisdatum?: string;
|
|
31
|
+
toelichting?: string;
|
|
32
|
+
bestuursorgaan?: string;
|
|
33
|
+
ingangsdatum?: string;
|
|
34
|
+
vervaldatum?: string;
|
|
35
|
+
vervalreden?: string;
|
|
36
|
+
publicatiedatum?: string;
|
|
37
|
+
verzenddatum?: string;
|
|
38
|
+
uiterlijkeReactiedatum?: string;
|
|
39
|
+
}
|
|
40
|
+
interface GetBesluitConfig {
|
|
41
|
+
besluitUrl: string;
|
|
42
|
+
resultProcessVariable: string;
|
|
43
|
+
}
|
|
44
|
+
export { BesluitenApiConfig, CreateZaakBesluitConfig, Vervalredenen, LinkDocumentToBesluitConfig, PatchZaakBesluitConfig, GetBesluitConfig, };
|
|
45
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,kBAAmB,SAAQ,uBAAuB;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,KAAK,aAAa,GAAG,WAAW,GAAG,sBAAsB,GAAG,4BAA4B,CAAC;AAEzF,UAAU,uBAAuB;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,aAAa,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,2BAA2B,CAAC,EAAE,WAAW,CAAC;IAC1C,6BAA6B,CAAC,EAAE,WAAW,CAAC;CAC7C;AACD,UAAU,2BAA2B;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,sBAAsB;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,UAAU,gBAAgB;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,qBAAqB,EAAE,MAAM,CAAC;CAC/B;AAED,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,aAAa,EACb,2BAA2B,EAC3B,sBAAsB,EACtB,gBAAgB,GACjB,CAAC"}
|