@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,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/documenten-api-configuration/documenten-api-configuration.component";
|
|
3
|
+
import * as i2 from "./components/store-temp-document/store-temp-document-configuration.component";
|
|
4
|
+
import * as i3 from "./components/store-uploaded-document/store-uploaded-document-configuration.component";
|
|
5
|
+
import * as i4 from "./components/store-uploaded-document-in-parts/store-uploaded-document-in-parts-configuration.component";
|
|
6
|
+
import * as i5 from "./components/download-document/download-document-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
|
+
export declare class DocumentenApiPluginModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiPluginModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentenApiPluginModule, [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.StoreUploadedDocumentInPartsConfigurationComponent, typeof i5.DownloadDocumentConfigurationComponent], [typeof i6.CommonModule, typeof i7.PluginTranslatePipeModule, typeof i8.FormModule, typeof i8.InputModule, typeof i8.SelectModule, typeof i8.ParagraphModule], [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.StoreUploadedDocumentInPartsConfigurationComponent, typeof i5.DownloadDocumentConfigurationComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentenApiPluginModule>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=documenten-api-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/documenten-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;AA0BA,qBAwBa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/documenten-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAQjD,QAAA,MAAM,gCAAgC,EAAE,mBA4IvC,CAAC;AAEF,OAAO,EAAC,gCAAgC,EAAC,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PluginConfigurationData } from '../../../models';
|
|
2
|
+
interface DocumentenApiConfig extends PluginConfigurationData {
|
|
3
|
+
url: string;
|
|
4
|
+
bronorganisatie: string;
|
|
5
|
+
authenticationPluginConfiguration: string;
|
|
6
|
+
apiVersion?: string;
|
|
7
|
+
}
|
|
8
|
+
type ConfidentialityLevel = 'openbaar' | 'beperkt_openbaar' | 'intern' | 'zaakvertrouwelijk' | 'vertrouwelijk' | 'confidentieel' | 'geheim' | 'zeer_geheim';
|
|
9
|
+
type DocumentLanguage = 'nld';
|
|
10
|
+
type DocumentStatus = 'in_bewerking' | 'ter_vaststelling' | 'definitief' | 'gearchiveerd';
|
|
11
|
+
interface StoreTempDocumentConfig {
|
|
12
|
+
fileName: string;
|
|
13
|
+
confidentialityLevel: ConfidentialityLevel;
|
|
14
|
+
title: string;
|
|
15
|
+
description: string;
|
|
16
|
+
localDocumentLocation: string;
|
|
17
|
+
storedDocumentUrl: string;
|
|
18
|
+
taal: DocumentLanguage;
|
|
19
|
+
status: DocumentStatus;
|
|
20
|
+
informatieobjecttype: string;
|
|
21
|
+
}
|
|
22
|
+
interface DocumentenApiManagementAllVersions {
|
|
23
|
+
versions: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
export interface DownloadDocumentConfig {
|
|
26
|
+
processVariableName: string;
|
|
27
|
+
}
|
|
28
|
+
export { DocumentenApiConfig, StoreTempDocumentConfig, ConfidentialityLevel, DocumentLanguage, DocumentStatus, DocumentenApiManagementAllVersions, };
|
|
29
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,mBAAoB,SAAQ,uBAAuB;IAC3D,GAAG,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,CAAC;IACxB,iCAAiC,EAAE,MAAM,CAAC;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,KAAK,oBAAoB,GACrB,UAAU,GACV,kBAAkB,GAClB,QAAQ,GACR,mBAAmB,GACnB,eAAe,GACf,eAAe,GACf,QAAQ,GACR,aAAa,CAAC;AAElB,KAAK,gBAAgB,GAAG,KAAK,CAAC;AAE9B,KAAK,cAAc,GAAG,cAAc,GAAG,kBAAkB,GAAG,YAAY,GAAG,cAAc,CAAC;AAE1F,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,gBAAgB,CAAC;IACvB,MAAM,EAAE,cAAc,CAAC;IACvB,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,UAAU,kCAAkC;IAC1C,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB;AAED,MAAM,WAAW,sBAAsB;IACrC,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,EACd,kCAAkC,GACnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,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 { DocumentenApiManagementAllVersions } from '../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DocumentenApiService {
|
|
7
|
+
private http;
|
|
8
|
+
private valtimoEndpointUri;
|
|
9
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
10
|
+
getManagementApiAllVersions(): Observable<DocumentenApiManagementAllVersions>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentenApiService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=documenten-api.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documenten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/services/documenten-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,kCAAkC,EAAC,MAAM,WAAW,CAAC;;AAE7D,qBAGa,oBAAoB;IAI7B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,2BAA2B,IAAI,UAAU,CAAC,kCAAkC,CAAC;yCAVzE,oBAAoB;6CAApB,oBAAoB;CAehC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/documenten-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
4
|
+
import ExactGetRequestConfiguration from './exact-get-request-configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ExactGetRequestConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<ExactGetRequestConfiguration>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<ExactGetRequestConfiguration>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
formValues: any;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
formValueChange(input: any): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
private openSaveSubscription;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactGetRequestConfigurationComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExactGetRequestConfigurationComponent, "valtimo-exact-get-request-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=exact-get-request-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-get-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,4BAA4B,MAAM,mCAAmC,CAAC;;AAE7E,qBAMa,qCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,4BAA4B,CAAC,CAAC;IAC/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,4BAA4B,CAAC,CAChB;IAEnD,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAkE;IAC7F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,UAAU,EAAE,GAAG,CAAQ;IAEvB,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAYjC,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA7CjB,qCAAqC;2CAArC,qCAAqC;CAwDjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-get-request-configuration.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-get-request-configuration/exact-get-request-configuration.ts"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,WAAW,4BAA4B;IACnD,UAAU,EAAE;QACV,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
4
|
+
import ExactPostRequestConfiguration from './exact-post-request-configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ExactPostRequestConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<ExactPostRequestConfiguration>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<ExactPostRequestConfiguration>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
formValues: any;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
formValueChange(input: any): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
private openSaveSubscription;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPostRequestConfigurationComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExactPostRequestConfigurationComponent, "valtimo-exact-post-request-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=exact-post-request-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-post-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,6BAA6B,MAAM,oCAAoC,CAAC;;AAE/E,qBAMa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,6BAA6B,CAAC,CAAC;IAChE,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,6BAA6B,CAAC,CAChB;IAEpD,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAmE;IAC9F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,UAAU,EAAE,GAAG,CAAQ;IAEvB,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAajC,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,oBAAoB;yCAjDjB,sCAAsC;2CAAtC,sCAAsC;CA4DlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-post-request-configuration.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-post-request-configuration/exact-post-request-configuration.ts"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,WAAW,6BAA6B;IACpD,UAAU,EAAE;QACV,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
4
|
+
import ExactPutRequestConfiguration from './exact-put-request-configuration';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ExactPutRequestConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<ExactPutRequestConfiguration>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<ExactPutRequestConfiguration>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
formValues: any;
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
ngOnDestroy(): void;
|
|
19
|
+
formValueChange(input: any): void;
|
|
20
|
+
private handleValid;
|
|
21
|
+
private openSaveSubscription;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPutRequestConfigurationComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExactPutRequestConfigurationComponent, "valtimo-exact-put-request-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=exact-put-request-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-put-request-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,4BAA4B,MAAM,mCAAmC,CAAC;;AAE7E,qBAMa,qCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,4BAA4B,CAAC,CAAC;IAC/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,4BAA4B,CAAC,CAChB;IAEnD,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAkE;IAC7F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,UAAU,EAAE,GAAG,CAAQ;IAEvB,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAajC,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,oBAAoB;yCAjDjB,qCAAqC;2CAArC,qCAAqC;CA4DjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-put-request-configuration.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-action-put-request-configuration/exact-put-request-configuration.ts"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,WAAW,4BAA4B;IACnD,UAAU,EAAE;QACV,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CACH"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ExactPluginService } from '../../exact-plugin.service';
|
|
5
|
+
import { ExactPluginConfig } from '../../exact-plugin';
|
|
6
|
+
import { IconService } from 'carbon-components-angular';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ExactPluginConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly exactPluginService;
|
|
10
|
+
private readonly iconService;
|
|
11
|
+
save$: Observable<void>;
|
|
12
|
+
disabled$: Observable<boolean>;
|
|
13
|
+
pluginId: string;
|
|
14
|
+
prefillConfiguration$: Observable<ExactPluginConfig>;
|
|
15
|
+
valid: EventEmitter<boolean>;
|
|
16
|
+
configuration: EventEmitter<ExactPluginConfig>;
|
|
17
|
+
private saveSubscription;
|
|
18
|
+
private readonly formValue$;
|
|
19
|
+
private readonly valid$;
|
|
20
|
+
private storageCallbackFun;
|
|
21
|
+
constructor(exactPluginService: ExactPluginService, iconService: IconService);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
onReceiveToken(event: any): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
exchangeAuthorizationCode(formValue: any, code: any): void;
|
|
26
|
+
formValueChange(formValue: ExactPluginConfig): void;
|
|
27
|
+
openAuthenticationWindow(): void;
|
|
28
|
+
private handleValid;
|
|
29
|
+
private openSaveSubscription;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPluginConfigurationComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExactPluginConfigurationComponent, "valtimo-exact-plugin-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>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=exact-plugin-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-plugin-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-plugin-configuration/exact-plugin-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,kBAAkB,EAAC,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAC,iBAAiB,EAAC,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;;AAEtD,qBAMa,iCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAexD,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAdrB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IACpD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAyC;IAEjG,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuD;IAClF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAC9D,OAAO,CAAC,kBAAkB,CAAiB;gBAGxB,kBAAkB,EAAE,kBAAkB,EACtC,WAAW,EAAE,WAAW;IAK3C,QAAQ,IAAI,IAAI;IAMhB,cAAc,CAAC,KAAK,KAAA,GAAG,IAAI;IAW3B,WAAW;IAKX,yBAAyB,CAAC,SAAS,KAAA,EAAE,IAAI,KAAA,GAAG,IAAI;IAYhD,eAAe,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAKnD,wBAAwB,IAAI,IAAI;IAYhC,OAAO,CAAC,WAAW;IAYnB,OAAO,CAAC,oBAAoB;yCArFjB,iCAAiC;2CAAjC,iCAAiC;CAgG7C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ExactRedirectComponent implements OnInit {
|
|
5
|
+
private route;
|
|
6
|
+
constructor(route: ActivatedRoute);
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactRedirectComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExactRedirectComponent, "valtimo-exact-redirect", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=exact-redirect.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-redirect.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/components/exact-redirect/exact-redirect.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;;AAE/C,qBAKa,sBAAuB,YAAW,MAAM;IACvC,OAAO,CAAC,KAAK;gBAAL,KAAK,EAAE,cAAc;IAEzC,QAAQ,IAAI,IAAI;yCAHL,sBAAsB;2CAAtB,sBAAsB;CASlC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@angular/router";
|
|
4
|
+
export declare class ExactPluginRoutingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPluginRoutingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExactPluginRoutingModule, never, [typeof i1.CommonModule, typeof i2.RouterModule], [typeof i2.RouterModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ExactPluginRoutingModule>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=exact-plugin-routing.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-plugin-routing.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-plugin-routing.module.ts"],"names":[],"mappings":";;;AAgCA,qBAKa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PluginConfigurationData } from '../../models';
|
|
2
|
+
interface ExactPluginConfig extends PluginConfigurationData {
|
|
3
|
+
clientId: string;
|
|
4
|
+
clientSecret: string;
|
|
5
|
+
accessToken: string;
|
|
6
|
+
accessTokenExpiresOn: Date;
|
|
7
|
+
refreshToken: string;
|
|
8
|
+
refreshTokenExpiresOn: Date;
|
|
9
|
+
}
|
|
10
|
+
export { ExactPluginConfig };
|
|
11
|
+
//# sourceMappingURL=exact-plugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-plugin.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-plugin.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,cAAc,CAAC;AAErD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,IAAI,CAAC;CAC7B;AAED,OAAO,EAAC,iBAAiB,EAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/exact-action-get-request-configuration/exact-get-request-configuration.component";
|
|
3
|
+
import * as i2 from "./components/exact-action-post-request-configuration/exact-post-request-configuration.component";
|
|
4
|
+
import * as i3 from "./components/exact-action-put-request-configuration/exact-put-request-configuration.component";
|
|
5
|
+
import * as i4 from "./components/exact-plugin-configuration/exact-plugin-configuration.component";
|
|
6
|
+
import * as i5 from "./components/exact-redirect/exact-redirect.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "./exact-plugin-routing.module";
|
|
9
|
+
import * as i8 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
10
|
+
import * as i9 from "@valtimo/components";
|
|
11
|
+
import * as i10 from "carbon-components-angular";
|
|
12
|
+
export declare class ExactPluginModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPluginModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExactPluginModule, [typeof i1.ExactGetRequestConfigurationComponent, typeof i2.ExactPostRequestConfigurationComponent, typeof i3.ExactPutRequestConfigurationComponent, typeof i4.ExactPluginConfigurationComponent, typeof i5.ExactRedirectComponent], [typeof i6.CommonModule, typeof i7.ExactPluginRoutingModule, typeof i8.PluginTranslatePipeModule, typeof i9.FormModule, typeof i9.InputModule, typeof i10.ButtonModule, typeof i7.ExactPluginRoutingModule, typeof i10.IconModule], never>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ExactPluginModule>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=exact-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;AA4BA,qBAoBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { ConfigService } from '@valtimo/shared';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import ExactRefreshToken from './exact-refresh-token';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ExactPluginService {
|
|
7
|
+
private http;
|
|
8
|
+
private valtimoEndpointUri;
|
|
9
|
+
constructor(http: HttpClient, configService: ConfigService);
|
|
10
|
+
exchangeAuthorizationCode(clientId: string, clientSecret: string, code: string): Observable<ExactRefreshToken>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExactPluginService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ExactPluginService>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=exact-plugin.service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-plugin.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,iBAAiB,MAAM,uBAAuB,CAAC;;AAEtD,qBAGa,kBAAkB;IAI3B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAK9B,yBAAyB,CACvB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,IAAI,EAAE,MAAM,GACX,UAAU,CAAC,iBAAiB,CAAC;yCAdrB,kBAAkB;6CAAlB,kBAAkB;CAqB9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact-refresh-token.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact-refresh-token.ts"],"names":[],"mappings":"AAgBA,MAAM,CAAC,OAAO,WAAW,WAAW;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,IAAI,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exact.plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/exact/exact.plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAMjD,QAAA,MAAM,wBAAwB,EAAE,mBAsC/B,CAAC;AAEF,OAAO,EAAC,wBAAwB,EAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const IKO_PLUGIN_LOGO_BASE64 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAA8CAMAAACTmC7gAAAAkFBMVEVHcEwVW3kXNlAgirIOO2QYNkgehKsadJcONlwRMVQMMFUTYX8fibEUbI8gjLQSJ0MOOWINNVwehq0OOGAdgacgibAegqgPLU4cfaIOMVQPLEsZb5Adf6QbeZwdgacPLk8ONFoNM1gdgKYbep4OMFIZcpQRLUsbd5ofh64XbI0OM1gZdJYPPmkij7gQP2khjrcZZw8AAAAALHRSTlMADwn5+gPYTr9NixfyQP4U8dDK48ftvTWLdygmmmawQLKlpHhiNR5d4R6ZSeA1K38AAAXOSURBVFjDxZkJc7I8EIAhEgQvsFQOFUS8leP//7tvk024jC39xrfNdJxAmDzZzWaPVNN+oU3jMDxpf9M2yaiqrpe/YftVURXF6vJH7MXHCujx37Cz6eUv6IKtaX9A5/ud6az76/Qbl1vHh1+mb9rsX6Zz9lZvXvwCnUKrdd5ma1o8Y3Qx/v5GHmGWJMkBmGFVjLpsoDPZkywLx/o/8OLbGTizolhcNOIXhXnrjes+G4VPRv7bnT3ZwrwVtNkYJF/0ta6RcITjsAJz82b4eFRU1/BwOFwIaCHp77kO66muMHzwobN9886D4GajzluPToBdmHO+DPbl7a1s/bOoDn0fU9NbbE07rYrV/L3wj2I01l7Q9TZbm5rF7P3wxwv/2mX/CryOLMhu7EHCKYEmLa/db96Q7ptzYNt2sNYHwIV/3/TYEm6nFrT7mU8bsX66az46T9gba1KDSBBZnmsYhutZkx35Fq5tPoFujrpsASdWzlvEXu1c3k/rOZ19npfw5wbCb+/2+ElZsl83tclXBlfTix5bwJ0lzjRhr2yDz2nJGckdxtho6uDsE0TnfEnsx0WVfQWnm4+qz27gZRtetuA0MkoOt9a4B/sajWviKw2+gbPc+Zr0XLmEl1142cCPLkKWOP85zXMFfRl8B9fIjWgv4HkXXpYCbnuI8NAA9b1UuLtMU2tpyIVY56/hqvDdSJ43cL6ZCA+WuOGujd9Hgubedw6h5GzvJX5PXsM38TZJtvHmNTxXGNzZQuW6R/w88FDNnl37hKOHcOP4Cq4frgtm64trOP0enku4k3KDLo0JsqhQutdyAtoO6eXSUcOnyYLlDgxf+ZvBcH7IWP8uVBrwQ1ZKIUWzO2/7cD1jNVoShskKnKx/UxqcAh7hBsgDrmkT9Cz7nqedoAmiW+rDY0gZ/Dlojp5ABVVIVU7mGX50+4ZsoUvb9QxnzSyhLL21Aj79KAopLlPC6jRI7baHbq85wmsPPUA/mDBTYCO2Ag5JVZ0w0M21k2go1c4fvCXO2DIu4fsmTwf2aPBPIwUccme/2aVtUSR0gNqlC0NlIgOd8PEJvnPRLhVwyNO2zdOhKj71gXAOa8wrQqu2n+BrPP57NTxrwRdtPby29jpuGVEDL9XwMx51FRxk/ahlpZDKZkPV3nMpHJ4bx59IPp8Vo/oiZr4qFrE2DJ6KHMNyOnsePcGZjcrQ0INDbVTJML757NYoX6ndcgIPVS+8qwi26VOAinCDVNaujWdAj6eUTi8m5FIHbZDky7UMYqWIaeycw1PL/oWLS7lpuqpzrlGWNo5M32cpXLdyeg3nO032zUIEJC+f9B64PCIvz8rAwgtDDCy9avkr98qFXbajdZSrRJcrvFOl5HOomFlNyurW7Zz8AM5DVn3euN7Z0e8IIJI8sTc9+CnjxXqFwlez7PQDOJ2I8xZgWONw4+40ksn4I3LtDpzGV1asz0w/SXxzxsS/xvR73y4TSKd93tYi08wtWSqsZSItY10bTg8zQJvhfEooJdN5aEJKMzvQZ3iplJylTkItVOayWCpEdrA73sVg4wdbcBqDqa3CVv5wC1ew8/FgyXnM4umqzXcBzzp3da4rq5a8MYMWHBxace0lk2PYh+t8QCbTs2Z+lMgEvZlM24Ui9s5z3q4nIHc/kaXjVVElZDBcnLcSUzkSeQKe12x34igqFsgjOg6tiWyzxxcVSw8O5w2Td8xpdqnbxDxm+5ZNFbUazdoBrZNYVdsWnEaeCw3D19ni/XbsEuNL4VyIvfdkADC89Ogor0VuplJwHmXNaas+J+sAmkgUHdZfd6IHbY+z57Md3VMr3U+Oa/J0OYBhE4LpSnnJVw9ASve/r0Vo//5CJgzV5w1zZlN5vwkCc92wkHN97x0kjRdAj8ePrKrM8WP81B4XEzb98bhko9ru33f1yq5/FqMRrAF+VQ1HWP22erz78vXk87rw+/ZP/s82jZPPAc3/R/9hJPqAhtv9Hw77R+CpEYwgAAAAAElFTkSuQmCC";
|
|
2
|
+
export { IKO_PLUGIN_LOGO_BASE64 };
|
|
3
|
+
//# sourceMappingURL=iko-plugin-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iko-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/assets/iko-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,sBAAsB,+zEACkyE,CAAC;AAE/zE,OAAO,EAAC,sBAAsB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mBAAmB,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 { IkoConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class IkoConfigurationComponent implements PluginConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<IkoConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<IkoConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: IkoConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IkoConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IkoConfigurationComponent, "valtimo-iko-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=iko-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iko-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/components/iko-configuration/iko-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,SAAS,EAAC,MAAM,cAAc,CAAC;;AAEvC,qBAKa,yBAA0B,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IACtF,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,SAAS,CAAC,CAAC;IAC5C,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,SAAS,CAAC,CAAiC;IAEjF,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA+C;IAC1E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,IAAI;IAKlD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAhCjB,yBAAyB;2CAAzB,yBAAyB;CAyCrC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/iko-configuration/iko-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 IkoPluginModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IkoPluginModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IkoPluginModule, [typeof i1.IkoConfigurationComponent], [typeof i2.CommonModule, typeof i3.FormModule, typeof i3.InputModule, typeof i4.PluginTranslatePipeModule], [typeof i1.IkoConfigurationComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IkoPluginModule>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=iko-plugin.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iko-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/iko-plugin.module.ts"],"names":[],"mappings":";;;;;AAsBA,qBAKa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iko-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/iko-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAIjD,QAAA,MAAM,sBAAsB,EAAE,mBAyB7B,CAAC;AAEF,OAAO,EAAC,sBAAsB,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,SAAU,SAAQ,uBAAuB;IACjD,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,SAAS,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/iko/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/klantinteracties-api/assets/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const KLANTINTERACTIES_API_PLUGIN_LOGO_BASE64 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIxNTAgMTUgOTYgNTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNTcuMzk2LjIxMUguMjgxdjQ5LjQwNWg1Ny4xMTVWLjIxeiIvPjxwYXRoIGlkPSJjIiBkPSJNNTcuNTY0LjIxMUguNDQ4djQ5LjQwNWg1Ny4xMTZWLjIxeiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ny45MzEgMTUpIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48cGF0aCBkPSJNNTcuMzk2IDI0LjkxM2MwLTEzLjU3My0xMS4wMDQtMjQuNjIyLTI0LjU2LTI0LjctLjAyNCAwLS4wNDgtLjAwMy0uMDczLS4wMDNIMjQuNzVhMi41MDQgMi41MDQgMCAxIDAgMCA1LjAxaDcuOTQ1YzEwLjg1OCAwIDE5LjY5NCA4LjgzNCAxOS42OTQgMTkuNjkzIDAgMTAuODYtOC44MzYgMTkuNjk0LTE5LjY5NCAxOS42OTRINS4yODl2LTQuNTc4SC4yODF2OS41ODdoMzIuNDgydi0uMDAxYzEzLjU5LS4wNCAyNC42MzMtMTEuMTA1IDI0LjYzMy0yNC43MDIiIGZpbGw9IiMwMDlGRTQiIG1hc2s9InVybCgjYikiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUwIDE1KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZD0iTS40NDggMjQuOTEzYzAgMTMuNTczIDExLjAwNCAyNC42MjIgMjQuNTYgMjQuNy4wMjQgMCAuMDQ4LjAwMy4wNzMuMDAzaDguMDE0YTIuNTA0IDIuNTA0IDAgMSAwIDAtNS4wMDloLTcuOTQ0Yy0xMC44NTkgMC0xOS42OTQtOC44MzQtMTkuNjk0LTE5LjY5NCAwLTEwLjg1OSA4LjgzNS0xOS42OTQgMTkuNjk0LTE5LjY5NGgyNy40MDR2NC41NzhoNS4wMDlWLjIxSDI1LjA4di4wMDFDMTEuNDkuMjUxLjQ0OCAxMS4zMTYuNDQ4IDI0LjkxMyIgZmlsbD0iIzAwOUZFNCIgbWFzaz0idXJsKCNkKSIvPjwvZz48cGF0aCBmaWxsPSIjMDA0Mzg4IiBkPSJNMTc2LjAxNyA0Mi4xMTZsLTQuNjc4LTEyLjQwMWgtNS42NjRsOC4xNCAyMC4zNjZoMy45MjFsOC40MDEtMjAuMzY2aC01LjM2M3ptMjYuNTQyLjU1OGwtNy45MjgtMTIuOTU5aC02LjQxM3YyMC4zNjdoNC45OTdWMzYuNzg3bDguMTUgMTMuMjk1aDYuMTlWMjkuNzE1aC00Ljk5NnptMTkuMzIzLTQuOTR2NC42NjNoMy41Mzd2Mi42NzdhOS43NzMgOS43NzMgMCAwIDEtMS40MTQuNTRjLS42NTIuMjAzLTEuNDQzLjMwNi0yLjM1NC4zMDYtLjg4IDAtMS42ODYtLjE1LTIuMzk0LS40NDhhNS4zMzggNS4zMzggMCAwIDEtMS44MjQtMS4yNDcgNS41MjIgNS41MjIgMCAwIDEtMS4xNy0xLjg5NGMtLjI3Mi0uNzI5LS40MS0xLjU0OS0uNDEtMi40MzMgMC0uODY3LjEzOC0xLjY4MS40MS0yLjQyYTUuNTAyIDUuNTAyIDAgMCAxIDEuMTctMS45MDggNS4zNzQgNS4zNzQgMCAwIDEgMS44MjQtMS4yNDZjLjcwOS0uMjk4IDEuNTE0LS40NDkgMi4zOTQtLjQ0OSAxLjA2NCAwIDEuOTU5LjE1MSAyLjY1Ny40NDkuNy4yOTcgMS4zMzguNzQgMS44OTggMS4zMThsLjI0Mi4yNDggMy41MTUtMy44MzUtLjIzNy0uMjIxYTguOTIzIDguOTIzIDAgMCAwLTMuNjI3LTIuMDM4Yy0xLjM1LS4zODYtMi44NDctLjU4My00LjQ0OC0uNTgzLTEuNTcyIDAtMy4wNDQuMjUtNC4zNzMuNzQ1YTEwLjEzOSAxMC4xMzkgMCAwIDAtMy40ODEgMi4xNDNjLS45NzUuOTI4LTEuNzQ2IDIuMDY2LTIuMjkgMy4zODQtLjU0MyAxLjMxNS0uODE5IDIuOC0uODE5IDQuNDEzIDAgMS42MTMuMjc2IDMuMDk4LjgyIDQuNDEzLjU0NSAxLjMxOSAxLjMxNCAyLjQ1NyAyLjI4OSAzLjM4NC45NzQuOTI2IDIuMTQ2IDEuNjQ3IDMuNDggMi4xNDMgMS4zMy40OTQgMi44MDIuNzQ0IDQuMzc0Ljc0NCAxLjQ2NCAwIDIuOTItLjE1MiA0LjMzLS40NTJhMTYuMDU0IDE2LjA1NCAwIDAgMCA0LjA5LTEuNDc4bC4xNzctLjA5VjM3LjczM2gtOC4zNjZ6Ii8+PC9nPjwvc3ZnPg==";
|
|
2
|
+
export { KLANTINTERACTIES_API_PLUGIN_LOGO_BASE64 };
|
|
3
|
+
//# sourceMappingURL=klantinteracties-api-plugin-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"klantinteracties-api-plugin-logo.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/klantinteracties-api/assets/klantinteracties-api-plugin-logo.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,uCAAuC,mrFACqoF,CAAC;AAEnrF,OAAO,EAAC,uCAAuC,EAAC,CAAC"}
|
package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.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 { CreatePersoonConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CreatePersoonComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<CreatePersoonConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<CreatePersoonConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: CreatePersoonConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreatePersoonComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreatePersoonComponent, "valtimo-create-persoon", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=create-persoon.component.d.ts.map
|
package/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-persoon.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/klantinteracties-api/components/create-persoon/create-persoon.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,EAIL,UAAU,EAIX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;;AAEjD,qBAKa,sBAAuB,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IACrF,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAK5D,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,oBAAoB;yCA/BjB,sBAAsB;2CAAtB,sBAAsB;CAwClC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { KlantinteractiesApiConfig } 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 KlantinteractiesApiConfigurationComponent 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<KlantinteractiesApiConfig>;
|
|
16
|
+
valid: EventEmitter<boolean>;
|
|
17
|
+
configuration: EventEmitter<KlantinteractiesApiConfig>;
|
|
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: KlantinteractiesApiConfig): void;
|
|
29
|
+
private handleValid;
|
|
30
|
+
private openSaveSubscription;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KlantinteractiesApiConfigurationComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KlantinteractiesApiConfigurationComponent, "valtimo-klantinteracties-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=klantinteracties-api-configuration.component.d.ts.map
|