@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
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ObjecttypenApiConfig } 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 ObjecttypenApiConfigurationComponent 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<ObjecttypenApiConfig>;
|
|
16
|
+
valid: EventEmitter<boolean>;
|
|
17
|
+
configuration: EventEmitter<ObjecttypenApiConfig>;
|
|
18
|
+
private saveSubscription;
|
|
19
|
+
private readonly formValue$;
|
|
20
|
+
private readonly valid$;
|
|
21
|
+
readonly authenticationPluginSelectItems$: Observable<Array<{
|
|
22
|
+
id: string;
|
|
23
|
+
text: string;
|
|
24
|
+
}>>;
|
|
25
|
+
constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
formValueChange(formValue: ObjecttypenApiConfig): void;
|
|
29
|
+
private handleValid;
|
|
30
|
+
private openSaveSubscription;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjecttypenApiConfigurationComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjecttypenApiConfigurationComponent, "valtimo-objecttypen-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=objecttypen-api-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objecttypen-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-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,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAClD,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;;AAErD,qBAMa,oCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAgCxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAhClC,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,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,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAcpF;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,oBAAoB,GAAG,IAAI;IAKtD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCA9DjB,oCAAoC;2CAApC,oCAAoC;CAyEhD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/objecttypen-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,oBAAqB,SAAQ,uBAAuB;IAC5D,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,OAAO,EAAC,oBAAoB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/objecttypen-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/objecttypen-api-configuration/objecttypen-api-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
5
|
+
import * as i4 from "@valtimo/components";
|
|
6
|
+
export declare class ObjecttypenApiPluginModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjecttypenApiPluginModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjecttypenApiPluginModule, [typeof i1.ObjecttypenApiConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule], [typeof i1.ObjecttypenApiConfigurationComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ObjecttypenApiPluginModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=objecttypen-api-plugin-module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objecttypen-api-plugin-module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.ts"],"names":[],"mappings":";;;;;AAsBA,qBAYa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objecttypen-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,iCAAiC,EAAE,mBA6BxC,CAAC;AAEF,OAAO,EAAC,iCAAiC,EAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const OPEN_KLANT_TOKEN_AUTHENTICATION_PLUGIN_LOGO_BASE64 = "data:image/png;base64,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";
|
|
2
|
+
export { OPEN_KLANT_TOKEN_AUTHENTICATION_PLUGIN_LOGO_BASE64 };
|
|
3
|
+
//# sourceMappingURL=open-klant-token-authentication-plugin-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-klant-token-authentication-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-klant-token-authentication/assets/open-klant-token-authentication-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,kDAAkD,upRAC8lR,CAAC;AACvpR,OAAO,EAAC,kDAAkD,EAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { OpenKlantTokenAuthenticationConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class OpenKlantTokenAuthenticationConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<OpenKlantTokenAuthenticationConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<OpenKlantTokenAuthenticationConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: OpenKlantTokenAuthenticationConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenKlantTokenAuthenticationConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OpenKlantTokenAuthenticationConfigurationComponent, "valtimo-open-klant-token-authentication-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=open-klant-token-authentication-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-klant-token-authentication-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-klant-token-authentication/components/open-klant-token-authentication-configuration/open-klant-token-authentication-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,EAIL,UAAU,EAIX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,kCAAkC,EAAC,MAAM,cAAc,CAAC;;AAEhE,qBAKa,kDACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAEjD,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,kCAAkC,CAAC,CAAC;IACrE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,kCAAkC,CAAC,CAChB;IAEzD,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAEzB;IACF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,kCAAkC,GAAG,IAAI;IAK3E,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAtCjB,kDAAkD;2CAAlD,kDAAkD;CA+C9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-klant-token-authentication/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,kCAAmC,SAAQ,uBAAuB;IAC1E,KAAK,EAAE,MAAM,CAAC;CACf;AAED,OAAO,EAAC,kCAAkC,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-klant-token-authentication/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/open-klant-token-authentication-configuration/open-klant-token-authentication-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
5
|
+
import * as i4 from "@valtimo/components";
|
|
6
|
+
export declare class OpenKlantTokenAuthenticationPluginModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenKlantTokenAuthenticationPluginModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OpenKlantTokenAuthenticationPluginModule, [typeof i1.OpenKlantTokenAuthenticationConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule], [typeof i1.OpenKlantTokenAuthenticationConfigurationComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OpenKlantTokenAuthenticationPluginModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=open-klant-token-authentication-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-klant-token-authentication-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.module.ts"],"names":[],"mappings":";;;;;AAsBA,qBAKa,wCAAwC;yCAAxC,wCAAwC;0CAAxC,wCAAwC;0CAAxC,wCAAwC;CAAG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { PluginSpecification } from '../../models';
|
|
2
|
+
declare const openKlantTokenAuthenticationPluginSpecification: PluginSpecification;
|
|
3
|
+
export { openKlantTokenAuthenticationPluginSpecification };
|
|
4
|
+
//# sourceMappingURL=open-klant-token-authentication-plugin.specification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-klant-token-authentication-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,+CAA+C,EAAE,mBA0BtD,CAAC;AAEF,OAAO,EAAC,+CAA+C,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const OPEN_ZAAK_PLUGIN_LOGO_BASE64 = "data:image/png;base64,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";
|
|
2
|
+
export { OPEN_ZAAK_PLUGIN_LOGO_BASE64 };
|
|
3
|
+
//# sourceMappingURL=open-zaak-plugin-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-zaak-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,4BAA4B,2hJACw/I,CAAC;AAE3hJ,OAAO,EAAC,4BAA4B,EAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { OpenZaakConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class OpenZaakConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<OpenZaakConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<OpenZaakConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: OpenZaakConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenZaakConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OpenZaakConfigurationComponent, "valtimo-open-zaak-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=open-zaak-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-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,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,qBAMa,8BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAEjD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC;IACjD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAE3F,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoD;IAC/E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,cAAc,GAAG,IAAI;IAKhD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAnCjB,8BAA8B;2CAA9B,8BAA8B;CA8C1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,cAAe,SAAQ,uBAAuB;IACtD,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,OAAO,EAAC,cAAc,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/open-zaak-configuration/open-zaak-configuration.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@valtimo/components";
|
|
5
|
+
import * as i4 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
6
|
+
export declare class OpenZaakPluginModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OpenZaakPluginModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OpenZaakPluginModule, [typeof i1.OpenZaakConfigurationComponent], [typeof i2.CommonModule, typeof i3.FormModule, typeof i3.InputModule, typeof i4.PluginTranslatePipeModule], [typeof i1.OpenZaakConfigurationComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OpenZaakPluginModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=open-zaak-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-zaak-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/open-zaak-plugin.module.ts"],"names":[],"mappings":";;;;;AAsBA,qBAKa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-zaak-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/open-zaak-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,2BAA2B,EAAE,mBAgClC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const PORTAALTAAK_PLUGIN_LOGO_BASE64 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNTAgMTUgOTYgNTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNTcuMzk2LjIxMUguMjgxdjQ5LjQwNWg1Ny4xMTVWLjIxeiIvPjxwYXRoIGlkPSJjIiBkPSJNNTcuNTY0LjIxMUguNDQ4djQ5LjQwNWg1Ny4xMTZWLjIxeiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ny45MzEgMTUpIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNNTcuMzk2IDI0LjkxM2MwLTEzLjU3My0xMS4wMDQtMjQuNjIyLTI0LjU2LTI0LjctLjAyNCAwLS4wNDgtLjAwMy0uMDczLS4wMDNIMjQuNzVhMi41MDQgMi41MDQgMCAxIDAgMCA1LjAxaDcuOTQ1YzEwLjg1OCAwIDE5LjY5NCA4LjgzNCAxOS42OTQgMTkuNjkzIDAgMTAuODYtOC44MzYgMTkuNjk0LTE5LjY5NCAxOS42OTRINS4yODl2LTQuNTc4SC4yODF2OS41ODdoMzIuNDgydi0uMDAxYzEzLjU5LS4wNCAyNC42MzMtMTEuMTA1IDI0LjYzMy0yNC43MDIiIGZpbGw9IiMwMDlGRTQiIG1hc2s9InVybCgjYikiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDE1KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZD0iTS40NDggMjQuOTEzYzAgMTMuNTczIDExLjAwNCAyNC42MjIgMjQuNTYgMjQuNy4wMjQgMCAuMDQ4LjAwMy4wNzMuMDAzaDguMDE0YTIuNTA0IDIuNTA0IDAgMSAwIDAtNS4wMDloLTcuOTQ0Yy0xMC44NTkgMC0xOS42OTQtOC44MzQtMTkuNjk0LTE5LjY5NCAwLTEwLjg1OSA4LjgzNS0xOS42OTQgMTkuNjk0LTE5LjY5NGgyNy40MDR2NC41NzhoNS4wMDlWLjIxSDI1LjA4di4wMDFDMTEuNDkuMjUxLjQ0OCAxMS4zMTYuNDQ4IDI0LjkxMyIgZmlsbD0iIzAwOUZFNCIgbWFzaz0idXJsKCNkKSIvPjwvZz48cGF0aCBmaWxsPSIjMDA0Mzg4IiBkPSJNMTc2LjAxNyA0Mi4xMTZsLTQuNjc4LTEyLjQwMWgtNS42NjRsOC4xNCAyMC4zNjZoMy45MjFsOC40MDEtMjAuMzY2aC01LjM2M3ptMjYuNTQyLjU1OGwtNy45MjgtMTIuOTU5aC02LjQxM3YyMC4zNjdoNC45OTdWMzYuNzg3bDguMTUgMTMuMjk1aDYuMTlWMjkuNzE1aC00Ljk5NnptMTkuMzIzLTQuOTR2NC42NjNoMy41Mzd2Mi42NzdhOS43NzMgOS43NzMgMCAwIDEtMS40MTQuNTRjLS42NTIuMjAzLTEuNDQzLjMwNi0yLjM1NC4zMDYtLjg4IDAtMS42ODYtLjE1LTIuMzk0LS40NDhhNS4zMzggNS4zMzggMCAwIDEtMS44MjQtMS4yNDcgNS41MjIgNS41MjIgMCAwIDEtMS4xNy0xLjg5NGMtLjI3Mi0uNzI5LS40MS0xLjU0OS0uNDEtMi40MzMgMC0uODY3LjEzOC0xLjY4MS40MS0yLjQyYTUuNTAyIDUuNTAyIDAgMCAxIDEuMTctMS45MDggNS4zNzQgNS4zNzQgMCAwIDEgMS44MjQtMS4yNDZjLjcwOS0uMjk4IDEuNTE0LS40NDkgMi4zOTQtLjQ0OSAxLjA2NCAwIDEuOTU5LjE1MSAyLjY1Ny40NDkuNy4yOTcgMS4zMzguNzQgMS44OTggMS4zMThsLjI0Mi4yNDggMy41MTUtMy44MzUtLjIzNy0uMjIxYTguOTIzIDguOTIzIDAgMCAwLTMuNjI3LTIuMDM4Yy0xLjM1LS4zODYtMi44NDctLjU4My00LjQ0OC0uNTgzLTEuNTcyIDAtMy4wNDQuMjUtNC4zNzMuNzQ1YTEwLjEzOSAxMC4xMzkgMCAwIDAtMy40ODEgMi4xNDNjLS45NzUuOTI4LTEuNzQ2IDIuMDY2LTIuMjkgMy4zODQtLjU0MyAxLjMxNS0uODE5IDIuOC0uODE5IDQuNDEzIDAgMS42MTMuMjc2IDMuMDk4LjgyIDQuNDEzLjU0NSAxLjMxOSAxLjMxNCAyLjQ1NyAyLjI4OSAzLjM4NC45NzQuOTI2IDIuMTQ2IDEuNjQ3IDMuNDggMi4xNDMgMS4zMy40OTQgMi44MDIuNzQ0IDQuMzc0Ljc0NCAxLjQ2NCAwIDIuOTItLjE1MiA0LjMzLS40NTJhMTYuMDU0IDE2LjA1NCAwIDAgMCA0LjA5LTEuNDc4bC4xNzctLjA5VjM3LjczM2gtOC4zNjZ6Ii8+PC9nPjwvc3ZnPg==";
|
|
2
|
+
export { PORTAALTAAK_PLUGIN_LOGO_BASE64 };
|
|
3
|
+
//# sourceMappingURL=portaaltaak-plugin-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portaaltaak-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,8BAA8B,mrFAC8oF,CAAC;AACnrF,OAAO,EAAC,8BAA8B,EAAC,CAAC"}
|
package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CompletePortalTaskComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
6
|
+
save$: Observable<void>;
|
|
7
|
+
disabled$: Observable<boolean>;
|
|
8
|
+
pluginId: string;
|
|
9
|
+
prefillConfiguration$: Observable<any>;
|
|
10
|
+
valid: EventEmitter<boolean>;
|
|
11
|
+
configuration: EventEmitter<any>;
|
|
12
|
+
private saveSubscription;
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
private openSaveSubscription;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CompletePortalTaskComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompletePortalTaskComponent, "valtimo-complete-portal-task", 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>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=complete-portal-task.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"complete-portal-task.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,UAAU,EAAe,MAAM,MAAM,CAAC;;AAE9C,qBAMa,2BACX,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;IACrE,OAAO,CAAC,gBAAgB,CAAgB;IAExC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,oBAAoB;yCApBjB,2BAA2B;2CAA3B,2BAA2B;CAyBvC"}
|
package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { PluginTranslationService } from '../../../../services';
|
|
6
|
+
import { CreatePortalTaskConfig, FormType, OtherReceiver, Receiver } from '../../models';
|
|
7
|
+
import { SelectItem, ValuePathSelectorPrefix } from '@valtimo/components';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CreatePortalTaskComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
10
|
+
private readonly translateService;
|
|
11
|
+
private readonly pluginTranslationService;
|
|
12
|
+
save$: Observable<void>;
|
|
13
|
+
disabled$: Observable<boolean>;
|
|
14
|
+
pluginId: string;
|
|
15
|
+
prefillConfiguration$: Observable<CreatePortalTaskConfig>;
|
|
16
|
+
valid: EventEmitter<boolean>;
|
|
17
|
+
configuration: EventEmitter<CreatePortalTaskConfig>;
|
|
18
|
+
readonly FORM_TYPE_ITEMS: Array<FormType>;
|
|
19
|
+
readonly formTypeSelectItems$: Observable<SelectItem[]>;
|
|
20
|
+
readonly RECEIVER_ITEMS: Array<Receiver>;
|
|
21
|
+
readonly receiverSelectItems$: Observable<SelectItem[]>;
|
|
22
|
+
readonly OTHER_RECEIVER_ITEMS: Array<OtherReceiver>;
|
|
23
|
+
readonly otherReceiverSelectItems$: Observable<SelectItem[]>;
|
|
24
|
+
private saveSubscription;
|
|
25
|
+
private readonly formValue$;
|
|
26
|
+
readonly formTypeIsUrl$: Observable<boolean>;
|
|
27
|
+
readonly receiverIsOther$: Observable<boolean>;
|
|
28
|
+
private readonly valid$;
|
|
29
|
+
readonly ValuePathSelectorPrefix: typeof ValuePathSelectorPrefix;
|
|
30
|
+
constructor(translateService: TranslateService, pluginTranslationService: PluginTranslationService);
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
ngOnDestroy(): void;
|
|
33
|
+
formValueChange(formValue: CreatePortalTaskConfig): void;
|
|
34
|
+
private handleValid;
|
|
35
|
+
private openSaveSubscription;
|
|
36
|
+
private selectItemsToTranslatedItems;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreatePortalTaskComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreatePortalTaskComponent, "valtimo-create-portal-task", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=create-portal-task.component.d.ts.map
|
package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-portal-task.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.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,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,sBAAsB,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;AACvF,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAC,MAAM,qBAAqB,CAAC;;AAExE,qBAMa,yBACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA+B1D,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA9BlC,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;IAC7C,QAAQ,CAAC,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAiB;IAC1D,QAAQ,CAAC,oBAAoB,2BAA2D;IAExF,QAAQ,CAAC,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,CAA8B;IACtE,QAAQ,CAAC,oBAAoB,2BAA0D;IAEvF,QAAQ,CAAC,oBAAoB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAkB;IACrE,QAAQ,CAAC,yBAAyB,2BAAgE;IAElG,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,QAAQ,CAAC,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAE1C;IACF,QAAQ,CAAC,gBAAgB,EAAE,UAAU,CAAC,OAAO,CAAC,CAE5C;IACF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,SAAgB,uBAAuB,iCAA2B;gBAG/C,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAKxD,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,oBAAoB;IAY5B,OAAO,CAAC,4BAA4B;yCA3EzB,yBAAyB;2CAAzB,yBAAyB;CAqFrC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { PortaaltaakConfig } from '../../models';
|
|
5
|
+
import { PluginManagementService, PluginTranslationService } from '../../../../services';
|
|
6
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
+
import { SelectItem } from '@valtimo/components';
|
|
8
|
+
import { ProcessService } from '@valtimo/process';
|
|
9
|
+
import { ObjectService } from '../../services';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class PortaaltaakConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
12
|
+
private readonly pluginManagementService;
|
|
13
|
+
private readonly objectManagementService;
|
|
14
|
+
private readonly translateService;
|
|
15
|
+
private readonly pluginTranslationService;
|
|
16
|
+
private readonly processService;
|
|
17
|
+
save$: Observable<void>;
|
|
18
|
+
disabled$: Observable<boolean>;
|
|
19
|
+
pluginId: string;
|
|
20
|
+
prefillConfiguration$: Observable<PortaaltaakConfig>;
|
|
21
|
+
valid: EventEmitter<boolean>;
|
|
22
|
+
configuration: EventEmitter<PortaaltaakConfig>;
|
|
23
|
+
readonly notificatiesApiPluginSelectItems$: Observable<Array<SelectItem>>;
|
|
24
|
+
readonly objectManagementConfigurationItems$: Observable<Array<SelectItem>>;
|
|
25
|
+
readonly processSelectItems$: Observable<Array<SelectItem>>;
|
|
26
|
+
private saveSubscription;
|
|
27
|
+
private readonly formValue$;
|
|
28
|
+
private readonly valid$;
|
|
29
|
+
constructor(pluginManagementService: PluginManagementService, objectManagementService: ObjectService, translateService: TranslateService, pluginTranslationService: PluginTranslationService, processService: ProcessService);
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
formValueChange(formValue: PortaaltaakConfig): void;
|
|
33
|
+
private handleValid;
|
|
34
|
+
private openSaveSubscription;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PortaaltaakConfigurationComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PortaaltaakConfigurationComponent, "valtimo-portaaltaak-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>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=portaaltaak-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portaaltaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-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;AACrD,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;;AAE7C,qBAMa,iCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAkDxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,cAAc;IApDxB,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,iCAAiC,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAavE;IACF,QAAQ,CAAC,mCAAmC,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAUzE;IAEF,QAAQ,CAAC,mBAAmB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CASvD;IAEJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuD;IAClF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,uBAAuB,EAAE,aAAa,EACtC,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,cAAc,EAAE,cAAc;IAGjD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAKnD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCAlFjB,iCAAiC;2CAAjC,iCAAiC;CA6F7C"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { PluginConfigurationData } from '../../../models';
|
|
2
|
+
interface PortaaltaakConfig extends PluginConfigurationData {
|
|
3
|
+
notificatiesApiPluginConfiguration: string;
|
|
4
|
+
objectManagementConfigurationId: string;
|
|
5
|
+
}
|
|
6
|
+
type FormType = 'id' | 'url';
|
|
7
|
+
type Receiver = 'zaakInitiator' | 'other';
|
|
8
|
+
type OtherReceiver = 'kvk' | 'bsn';
|
|
9
|
+
interface CreatePortalTaskConfig {
|
|
10
|
+
formType: FormType;
|
|
11
|
+
formTypeId?: string;
|
|
12
|
+
formTypeUrl?: string;
|
|
13
|
+
sendData: Array<{
|
|
14
|
+
key: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}>;
|
|
17
|
+
receiveData: Array<{
|
|
18
|
+
key: string;
|
|
19
|
+
value: string;
|
|
20
|
+
}>;
|
|
21
|
+
receiver: Receiver;
|
|
22
|
+
identificationKey?: string;
|
|
23
|
+
identificationValue?: string;
|
|
24
|
+
verloopDurationInDays?: number;
|
|
25
|
+
}
|
|
26
|
+
export { PortaaltaakConfig, CreatePortalTaskConfig, FormType, Receiver, OtherReceiver };
|
|
27
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,kCAAkC,EAAE,MAAM,CAAC;IAC3C,+BAA+B,EAAE,MAAM,CAAC;CACzC;AAED,KAAK,QAAQ,GAAG,IAAI,GAAG,KAAK,CAAC;AAE7B,KAAK,QAAQ,GAAG,eAAe,GAAG,OAAO,CAAC;AAE1C,KAAK,aAAa,GAAG,KAAK,GAAG,KAAK,CAAC;AAEnC,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;IAC9C,WAAW,EAAE,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;IACjD,QAAQ,EAAE,QAAQ,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,OAAO,EAAC,iBAAiB,EAAE,sBAAsB,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface Objecttype {
|
|
2
|
+
id: string;
|
|
3
|
+
title: string;
|
|
4
|
+
objecttypenApiPluginConfigurationId: string;
|
|
5
|
+
objecttypeId: string;
|
|
6
|
+
objecttypeVersion: number;
|
|
7
|
+
objectenApiPluginConfigurationId: string;
|
|
8
|
+
showInDataMenu: boolean;
|
|
9
|
+
formDefinitionView?: string;
|
|
10
|
+
formDefinitionEdit?: string;
|
|
11
|
+
}
|
|
12
|
+
type ObjecttypeKeys = keyof Objecttype;
|
|
13
|
+
export { Objecttype, ObjecttypeKeys };
|
|
14
|
+
//# sourceMappingURL=object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/object.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,KAAK,cAAc,GAAG,MAAM,UAAU,CAAC;AAEvC,OAAO,EAAC,UAAU,EAAE,cAAc,EAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/portaaltaak-configuration/portaaltaak-configuration.component";
|
|
3
|
+
import * as i2 from "./components/create-portal-task/create-portal-task.component";
|
|
4
|
+
import * as i3 from "./components/complete-portal-task/complete-portal-task.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
7
|
+
import * as i6 from "@valtimo/components";
|
|
8
|
+
export declare class PortaaltaakPluginModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PortaaltaakPluginModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PortaaltaakPluginModule, [typeof i1.PortaaltaakConfigurationComponent, typeof i2.CreatePortalTaskComponent, typeof i3.CompletePortalTaskComponent], [typeof i4.CommonModule, typeof i5.PluginTranslatePipeModule, typeof i6.FormModule, typeof i6.InputModule, typeof i6.SelectModule, typeof i6.ParagraphModule, typeof i6.CarbonMultiInputModule], [typeof i1.PortaaltaakConfigurationComponent, typeof i2.CreatePortalTaskComponent, typeof i3.CompletePortalTaskComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PortaaltaakPluginModule>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=portaaltaak-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portaaltaak-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/portaaltaak-plugin.module.ts"],"names":[],"mappings":";;;;;;;AA8BA,qBAqBa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portaaltaak-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/portaaltaak-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAMjD,QAAA,MAAM,8BAA8B,EAAE,mBA4HrC,CAAC;AAEF,OAAO,EAAC,8BAA8B,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { ConfigService } from '@valtimo/shared';
|
|
4
|
+
import { Objecttype } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ObjectService {
|
|
7
|
+
private http;
|
|
8
|
+
private valtimoEndpointUri;
|
|
9
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
10
|
+
getAllObjects(): Observable<Objecttype[]>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ObjectService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=object.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/services/object.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,WAAW,CAAC;;AAErC,qBAGa,aAAa;IAItB,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,aAAa,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;yCAVrC,aAAa;6CAAb,aAAa;CAezB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/smart-documents/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,+BAA+B,CAAC"}
|