@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,45 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { IconService } from 'carbon-components-angular';
|
|
5
|
+
import { PatchZaakNotitieConfig, PropertyFormField } from '../../models';
|
|
6
|
+
import { PatchZaakNotitieProperties } from '../../models/patch-zaaknotitie-properties';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class PatchZaakNotitieConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly iconService;
|
|
10
|
+
disabled$: Observable<boolean>;
|
|
11
|
+
pluginId: string;
|
|
12
|
+
save$: Observable<void>;
|
|
13
|
+
prefillConfiguration$: Observable<PatchZaakNotitieConfig>;
|
|
14
|
+
valid: EventEmitter<boolean>;
|
|
15
|
+
configuration: EventEmitter<PatchZaakNotitieConfig>;
|
|
16
|
+
readonly propertyOptions: string[];
|
|
17
|
+
readonly propertyList: Array<PropertyFormField>;
|
|
18
|
+
readonly statusOptions: string[];
|
|
19
|
+
readonly notitieTypeOptions: string[];
|
|
20
|
+
private readonly _formValue$;
|
|
21
|
+
private readonly _properties;
|
|
22
|
+
private _saveSubscription;
|
|
23
|
+
private readonly _valid$;
|
|
24
|
+
constructor(iconService: IconService);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
onFormValueChanged(formValue: PatchZaakNotitieConfig): void;
|
|
28
|
+
onPropertyChanged(property: PatchZaakNotitieProperties, value: any): void;
|
|
29
|
+
addProperty(property: PatchZaakNotitieProperties): void;
|
|
30
|
+
removeProperty(property: PatchZaakNotitieProperties): void;
|
|
31
|
+
hasPropertyBeenAdded(property: PatchZaakNotitieProperties): boolean;
|
|
32
|
+
prefillValueFor(property: PatchZaakNotitieProperties, prefill: PatchZaakNotitieConfig): string | null;
|
|
33
|
+
private initPropertyList;
|
|
34
|
+
private formValueIncludingProperties;
|
|
35
|
+
private propertyFormFieldFor;
|
|
36
|
+
private inputTypeForProperty;
|
|
37
|
+
private translationKeyFor;
|
|
38
|
+
private translationKeyForPropertyList;
|
|
39
|
+
private presetOptionsForProperty;
|
|
40
|
+
private handleValid;
|
|
41
|
+
private openSaveSubscription;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PatchZaakNotitieConfigurationComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PatchZaakNotitieConfigurationComponent, "valtimo-patch-zaaknotitie-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=patch-zaaknotitie-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaaknotitie-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AAEtD,OAAO,EAAC,sBAAsB,EAAE,iBAAiB,EAAC,MAAM,cAAc,CAAC;AACvE,OAAO,EAAC,0BAA0B,EAAkC,MAAM,2CAA2C,CAAC;;AAItH,qBAMa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAoB1D,OAAO,CAAC,QAAQ,CAAC,WAAW;IAlBrB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,qBAAqB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAA8C;IAE3G,SAAgB,eAAe,EAAE,MAAM,EAAE,CAAkD;IAC3F,SAAgB,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAM;IAC5D,SAAgB,aAAa,EAAE,MAAM,EAAE,CAA4B;IACnE,SAAgB,kBAAkB,EAAE,MAAM,EAAE,CAAyB;IAErE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4E;IACxG,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAiD;IAC7E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;gBAG5C,WAAW,EAAE,WAAW;IAKpC,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAM3D,iBAAiB,CAAC,QAAQ,EAAE,0BAA0B,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAKzE,WAAW,CAAC,QAAQ,EAAE,0BAA0B,GAAG,IAAI;IAOvD,cAAc,CAAC,QAAQ,EAAE,0BAA0B,GAAG,IAAI;IAO1D,oBAAoB,CAAC,QAAQ,EAAE,0BAA0B,GAAG,OAAO;IAInE,eAAe,CAAC,QAAQ,EAAE,0BAA0B,EAAE,OAAO,EAAE,sBAAsB,GAAG,MAAM,GAAG,IAAI;IAI5G,OAAO,CAAC,gBAAgB;IAWxB,OAAO,CAAC,4BAA4B;IAOpC,OAAO,CAAC,oBAAoB;IAS5B,OAAO,CAAC,oBAAoB;IAS5B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,6BAA6B;IAIrC,OAAO,CAAC,wBAAwB;IAWhC,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAlIjB,sCAAsC;2CAAtC,sCAAsC;CA6IlD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { RelateerZakenConfig } from '../../models';
|
|
5
|
+
import { PluginTranslatePipe } from '../../../../pipes';
|
|
6
|
+
import { SelectItem } from '@valtimo/components';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class RelateerZakenComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
9
|
+
private readonly pluginTranslatePipe;
|
|
10
|
+
save$: Observable<void>;
|
|
11
|
+
disabled$: Observable<boolean>;
|
|
12
|
+
set pluginId(value: string);
|
|
13
|
+
prefillConfiguration$: Observable<RelateerZakenConfig>;
|
|
14
|
+
valid: EventEmitter<boolean>;
|
|
15
|
+
configuration: EventEmitter<RelateerZakenConfig>;
|
|
16
|
+
readonly pluginId$: BehaviorSubject<string>;
|
|
17
|
+
readonly aardRelatieOptions$: Observable<Array<SelectItem>>;
|
|
18
|
+
private saveSubscription;
|
|
19
|
+
private readonly formValue$;
|
|
20
|
+
private readonly valid$;
|
|
21
|
+
constructor(pluginTranslatePipe: PluginTranslatePipe);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
formValueChange(formValue: RelateerZakenConfig): void;
|
|
25
|
+
private handleValid;
|
|
26
|
+
private openSaveSubscription;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RelateerZakenComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RelateerZakenComponent, "valtimo-relateer-zaken", 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>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=relateer-zaken.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"relateer-zaken.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAIf,UAAU,EAIX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACjD,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;;AAE/C,qBAMa,sBAAuB,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAiClF,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAhCvC,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,SAAS,0BAAmC;IACrD,SAAgB,mBAAmB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAchE;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAEjC,mBAAmB,EAAE,mBAAmB;IAErE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAKrD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAvDjB,sBAAsB;2CAAtB,sBAAsB;CAkElC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { CARBON_THEME, CdsThemeService, RadioValue, SelectItem } from '@valtimo/components';
|
|
3
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
4
|
+
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
5
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
6
|
+
import { PluginTranslatePipe } from '../../../../pipes';
|
|
7
|
+
import { InputOption, SetZaakStatusConfig } from '../../models';
|
|
8
|
+
import { ZakenApiService } from '../../services';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class SetZaakStatusConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
11
|
+
private readonly zakenApiService;
|
|
12
|
+
private readonly pluginTranslatePipe;
|
|
13
|
+
private readonly cdsThemeService;
|
|
14
|
+
save$: Observable<void>;
|
|
15
|
+
disabled$: Observable<boolean>;
|
|
16
|
+
set pluginId(value: string);
|
|
17
|
+
prefillConfiguration$: Observable<SetZaakStatusConfig>;
|
|
18
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
19
|
+
valid: EventEmitter<boolean>;
|
|
20
|
+
configuration: EventEmitter<SetZaakStatusConfig>;
|
|
21
|
+
readonly clearStatusSelection$: Subject<void>;
|
|
22
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
23
|
+
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
24
|
+
readonly datumStatusGezetSelectedInputOption$: BehaviorSubject<string>;
|
|
25
|
+
readonly pluginId$: BehaviorSubject<string>;
|
|
26
|
+
readonly formValue$: BehaviorSubject<SetZaakStatusConfig>;
|
|
27
|
+
readonly valid$: BehaviorSubject<boolean>;
|
|
28
|
+
readonly statusTypeSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
29
|
+
readonly datePickerInvalid$: BehaviorSubject<boolean>;
|
|
30
|
+
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
31
|
+
readonly datePickerInputTypeOptions$: Observable<Array<RadioValue>>;
|
|
32
|
+
readonly theme$: Observable<CARBON_THEME>;
|
|
33
|
+
private readonly _subscriptions;
|
|
34
|
+
selectedDate: string | null;
|
|
35
|
+
selectedTime: string | null;
|
|
36
|
+
constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe, cdsThemeService: CdsThemeService);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
formValueChange(formValue: SetZaakStatusConfig): void;
|
|
40
|
+
onDateSelected(event: Date[]): void;
|
|
41
|
+
onTimeSelected(event: string): void;
|
|
42
|
+
private updateDatumStatusGezet;
|
|
43
|
+
private prefillToday;
|
|
44
|
+
private formatTime;
|
|
45
|
+
oneSelectItem(selectItems: Array<SelectItem>): boolean;
|
|
46
|
+
private initContextHandling;
|
|
47
|
+
private initSaveHandling;
|
|
48
|
+
private isValidDatumStatusGezet;
|
|
49
|
+
private isDateNotInFuture;
|
|
50
|
+
private hasEnteredDateText;
|
|
51
|
+
private handleValid;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakStatusConfigurationComponent, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakStatusConfigurationComponent, "valtimo-set-zaak-status-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=set-zaak-status-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-zaak-status-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.ts"],"names":[],"mappings":"AAeA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EACL,YAAY,EACZ,eAAe,EAEf,UAAU,EACV,UAAU,EACX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AAExE,OAAO,EACL,eAAe,EAGf,UAAU,EACV,OAAO,EAKR,MAAM,MAAM,CAAC;AAGd,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;;AAE/C,qBAOa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAkE1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAlEzB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACvD,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,qBAAqB,gBAAuB;IACrD,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,QAAQ,CAAC,oBAAoB,+BAAiD;IAC9E,QAAQ,CAAC,oCAAoC,0BAAsC;IACnF,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,UAAU,uCAAyD;IAC5E,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,sBAAsB,gCAAyC;IACxE,QAAQ,CAAC,kBAAkB,2BAAuC;IAElE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,QAAQ,CAAC,2BAA2B,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAcjE;IAEF,SAAgB,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,CAI9C;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;IAE9C,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;gBAGvB,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB,EACxC,eAAe,EAAE,eAAe;IAG5C,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAqBrD,cAAc,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI;IAOnC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK1C,OAAO,CAAC,sBAAsB;IAiC9B,OAAO,CAAC,YAAY;IA6BpB,OAAO,CAAC,UAAU;IAKX,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAI7D,OAAO,CAAC,mBAAmB;IAoC3B,OAAO,CAAC,gBAAgB;IAyBxB,OAAO,CAAC,uBAAuB;IAsB/B,OAAO,CAAC,iBAAiB;IAkBzB,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,WAAW;yCAvSR,mCAAmC;2CAAnC,mCAAmC;CAmT/C"}
|
package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.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 { SetZaakopschortingConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class SetZaakopschortingComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
disabled$: Observable<boolean>;
|
|
8
|
+
pluginId: string;
|
|
9
|
+
prefillConfiguration$: Observable<SetZaakopschortingConfig>;
|
|
10
|
+
save$: Observable<void>;
|
|
11
|
+
configuration: EventEmitter<SetZaakopschortingConfig>;
|
|
12
|
+
valid: EventEmitter<boolean>;
|
|
13
|
+
private readonly formValue$;
|
|
14
|
+
private saveSubscription;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: SetZaakopschortingConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakopschortingComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakopschortingComponent, "valtimo-set-zaak-opschorting-configuration", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=set-zaakopschorting.component.d.ts.map
|
package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-zaakopschorting.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,wBAAwB,EAAC,MAAM,cAAc,CAAC;;AAGtD,qBAMa,2BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,wBAAwB,CAAC,CAAC;IAC5D,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,wBAAwB,CAAC,CAChB;IACrC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8D;IACzF,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI;IAKjE,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCAvCjB,2BAA2B;2CAA3B,2BAA2B;CAkDvC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { StartHersteltermijnConfig } from '../../models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class StartHersteltermijnConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
7
|
+
save$: Observable<void>;
|
|
8
|
+
disabled$: Observable<boolean>;
|
|
9
|
+
pluginId: string;
|
|
10
|
+
prefillConfiguration$: Observable<StartHersteltermijnConfig>;
|
|
11
|
+
valid: EventEmitter<boolean>;
|
|
12
|
+
configuration: EventEmitter<StartHersteltermijnConfig>;
|
|
13
|
+
private saveSubscription;
|
|
14
|
+
private readonly formValue$;
|
|
15
|
+
private readonly valid$;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
formValueChange(formValue: StartHersteltermijnConfig): void;
|
|
19
|
+
private handleValid;
|
|
20
|
+
private openSaveSubscription;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StartHersteltermijnConfigurationComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StartHersteltermijnConfigurationComponent, "valtimo-start-hersteltermijn-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=start-hersteltermijn-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-hersteltermijn-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,yBAAyB,EAAC,MAAM,cAAc,CAAC;;AAGvD,qBAMa,yCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC5D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAChB;IAEhD,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA+D;IAC1F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAK3D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCApCjB,yCAAyC;2CAAzC,yCAAyC;CAiDrD"}
|
package/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { InputOption, UpdateZaakeigenschapConfig } from '../../models';
|
|
5
|
+
import { RadioValue, SelectItem } from '@valtimo/components';
|
|
6
|
+
import { ZakenApiService } from '../../services';
|
|
7
|
+
import { PluginTranslatePipe } from '../../../../pipes';
|
|
8
|
+
import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class UpdateZaakeigenschapComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
11
|
+
private readonly zakenApiService;
|
|
12
|
+
private readonly pluginTranslatePipe;
|
|
13
|
+
save$: Observable<void>;
|
|
14
|
+
disabled$: Observable<boolean>;
|
|
15
|
+
set pluginId(value: string);
|
|
16
|
+
prefillConfiguration$: Observable<UpdateZaakeigenschapConfig>;
|
|
17
|
+
context$: Observable<[ManagementContext, CaseManagementParams]>;
|
|
18
|
+
valid: EventEmitter<boolean>;
|
|
19
|
+
configuration: EventEmitter<UpdateZaakeigenschapConfig>;
|
|
20
|
+
readonly loading$: BehaviorSubject<boolean>;
|
|
21
|
+
readonly selectedInputOption$: BehaviorSubject<InputOption>;
|
|
22
|
+
readonly pluginId$: BehaviorSubject<string>;
|
|
23
|
+
readonly formValue$: BehaviorSubject<UpdateZaakeigenschapConfig>;
|
|
24
|
+
readonly valid$: BehaviorSubject<boolean>;
|
|
25
|
+
readonly eigenschapSelectItems$: BehaviorSubject<SelectItem[]>;
|
|
26
|
+
readonly inputTypeOptions$: Observable<Array<RadioValue>>;
|
|
27
|
+
private readonly _subscriptions;
|
|
28
|
+
constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
formValueChange(formValue: UpdateZaakeigenschapConfig): void;
|
|
32
|
+
private initEigenschapHandling;
|
|
33
|
+
private initSaveHandling;
|
|
34
|
+
private handleValid;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateZaakeigenschapComponent, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateZaakeigenschapComponent, "valtimo-update-zaakeigenschap", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=update-zaakeigenschap.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-zaakeigenschap.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/update-zaakeigenschap/update-zaakeigenschap.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,WAAW,EAAE,0BAA0B,EAAC,MAAM,cAAc,CAAC;AACrE,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAGxE,qBAMa,6BACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAqC1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IApCtB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/C,IAAoB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzC;IACe,qBAAqB,EAAE,UAAU,CAAC,0BAA0B,CAAC,CAAC;IAC9D,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,wBAA+B;IACpC,aAAa,2CAAkD;IAEhF,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,oBAAoB,+BAAiD;IACrF,SAAgB,SAAS,0BAAmC;IAC5D,SAAgB,UAAU,8CAAgE;IAC1F,SAAgB,MAAM,2BAAuC;IAC7D,SAAgB,sBAAsB,gCAAyC;IAE/E,SAAgB,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAY9D;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,0BAA0B,GAAG,IAAI;IASnE,OAAO,CAAC,sBAAsB;IAoC9B,OAAO,CAAC,gBAAgB;IAmBxB,OAAO,CAAC,WAAW;yCAnHR,6BAA6B;2CAA7B,6BAA6B;CAwHzC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { PluginConfigurationComponent } from '../../../../models';
|
|
3
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
4
|
+
import { PluginManagementService, PluginTranslationService } from '../../../../services';
|
|
5
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
+
import { ZakenApiConfig } from '../../models';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ZakenApiConfigurationComponent 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<ZakenApiConfig>;
|
|
16
|
+
valid: EventEmitter<boolean>;
|
|
17
|
+
configuration: EventEmitter<ZakenApiConfig>;
|
|
18
|
+
readonly authenticationPluginSelectItems$: Observable<Array<{
|
|
19
|
+
id: string;
|
|
20
|
+
text: string;
|
|
21
|
+
}>>;
|
|
22
|
+
readonly noteEventListenerEnabled$: BehaviorSubject<boolean>;
|
|
23
|
+
private _eventListenerEnabledSubscription;
|
|
24
|
+
private readonly formValue$;
|
|
25
|
+
private _saveSubscription;
|
|
26
|
+
private readonly valid$;
|
|
27
|
+
constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
formValueChange(formValue: ZakenApiConfig): void;
|
|
31
|
+
onNoteEventListenerEnabledChange(event: any): void;
|
|
32
|
+
private initNoteEventListenerEnabled;
|
|
33
|
+
private openEventListenerEnabledSubscription;
|
|
34
|
+
private handleValid;
|
|
35
|
+
private openSaveSubscription;
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiConfigurationComponent, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ZakenApiConfigurationComponent, "valtimo-zaken-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>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=zaken-api-configuration.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaken-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,qBAMa,8BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAgCxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAhC3B,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;IAElG,SAAgB,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAc3F;IACJ,SAAgB,yBAAyB,2BAAuC;IAEhF,OAAO,CAAC,iCAAiC,CAAgB;IACzD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoD;IAC/E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAG9D,QAAQ,IAAI,IAAI;IAMhB,WAAW;IAKX,eAAe,CAAC,SAAS,EAAE,cAAc,GAAG,IAAI;IAShD,gCAAgC,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAIzD,OAAO,CAAC,4BAA4B;IAMpC,OAAO,CAAC,oCAAoC;IAM5C,OAAO,CAAC,WAAW;IAiBnB,OAAO,CAAC,oBAAoB;yCA3FjB,8BAA8B;2CAA9B,8BAA8B;CAsG1C"}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { PluginConfigurationData } from '../../../models';
|
|
2
|
+
import { InputOption } from './input';
|
|
3
|
+
interface ZakenApiConfig extends PluginConfigurationData {
|
|
4
|
+
url: string;
|
|
5
|
+
authenticationPluginConfiguration: string;
|
|
6
|
+
noteEventListenerEnabled?: boolean;
|
|
7
|
+
noteSubject?: string;
|
|
8
|
+
}
|
|
9
|
+
interface LinkDocumentToZaakConfig {
|
|
10
|
+
documentUrl: string;
|
|
11
|
+
titel: string;
|
|
12
|
+
beschrijving: string;
|
|
13
|
+
}
|
|
14
|
+
interface GetZaakInformatieobjectenConfig {
|
|
15
|
+
resultProcessVariable: string;
|
|
16
|
+
}
|
|
17
|
+
interface SetZaakStatusConfig {
|
|
18
|
+
statustypeUrl: string;
|
|
19
|
+
statustoelichting: string;
|
|
20
|
+
inputTypeZaakStatusToggle?: InputOption;
|
|
21
|
+
inputDatumStatusGezetToggle?: string;
|
|
22
|
+
datumStatusGezet?: string;
|
|
23
|
+
}
|
|
24
|
+
interface CreateZaakResultaatConfig {
|
|
25
|
+
resultaattypeUrl: string;
|
|
26
|
+
toelichting: string;
|
|
27
|
+
inputTypeZaakResultaatToggle?: InputOption;
|
|
28
|
+
}
|
|
29
|
+
interface CreateNatuurlijkePersoonZaakRolConfig {
|
|
30
|
+
roltypeUrl: string;
|
|
31
|
+
rolToelichting: string;
|
|
32
|
+
inpBsn: string;
|
|
33
|
+
anpIdentificatie: string;
|
|
34
|
+
inpA_nummer: string;
|
|
35
|
+
resultProcessVariable?: string;
|
|
36
|
+
}
|
|
37
|
+
interface CreateNietNatuurlijkePersoonZaakRolConfig {
|
|
38
|
+
roltypeUrl: string;
|
|
39
|
+
rolToelichting: string;
|
|
40
|
+
innNnpId: string;
|
|
41
|
+
annIdentificatie: string;
|
|
42
|
+
kvkNummer?: string;
|
|
43
|
+
vestigingsNummer?: string;
|
|
44
|
+
resultProcessVariable?: string;
|
|
45
|
+
}
|
|
46
|
+
interface CreateMedewerkerZaakRolConfig {
|
|
47
|
+
roltypeUrl: string;
|
|
48
|
+
rolToelichting: string;
|
|
49
|
+
identificatie: string;
|
|
50
|
+
achternaam: string;
|
|
51
|
+
voorletters: string;
|
|
52
|
+
voorvoegselAchternaam?: string;
|
|
53
|
+
afwijkendeNaamBetrokkene?: string;
|
|
54
|
+
indicatieMachtiging?: string;
|
|
55
|
+
resultProcessVariable?: string;
|
|
56
|
+
}
|
|
57
|
+
interface CreateOrganisatorischeEenheidZaakRolConfig {
|
|
58
|
+
roltypeUrl: string;
|
|
59
|
+
rolToelichting: string;
|
|
60
|
+
identificatie: string;
|
|
61
|
+
naam: string;
|
|
62
|
+
isGehuisvestIn: string;
|
|
63
|
+
afwijkendeNaamBetrokkene?: string;
|
|
64
|
+
indicatieMachtiging?: string;
|
|
65
|
+
resultProcessVariable?: string;
|
|
66
|
+
}
|
|
67
|
+
interface CreateVestigingZaakRolConfig {
|
|
68
|
+
roltypeUrl: string;
|
|
69
|
+
rolToelichting: string;
|
|
70
|
+
handelsnaam?: string;
|
|
71
|
+
kvkNummer: string;
|
|
72
|
+
vestigingsNummer: string;
|
|
73
|
+
resultProcessVariable?: string;
|
|
74
|
+
}
|
|
75
|
+
interface DeleteZaakRolConfig {
|
|
76
|
+
rolUuid: string;
|
|
77
|
+
}
|
|
78
|
+
interface CreateZaakConfig {
|
|
79
|
+
rsin: string;
|
|
80
|
+
manualZaakTypeUrl: boolean;
|
|
81
|
+
zaaktypeUrl: string;
|
|
82
|
+
inputTypeZaakTypeToggle?: InputOption;
|
|
83
|
+
description?: string;
|
|
84
|
+
explanation?: string;
|
|
85
|
+
plannedEndDate?: string;
|
|
86
|
+
finalDeliveryDate?: string;
|
|
87
|
+
communicationChannel?: string;
|
|
88
|
+
paymentIndication?: string;
|
|
89
|
+
caseGeometryType?: string;
|
|
90
|
+
caseGeometryCoordinates?: string;
|
|
91
|
+
mainCase?: string;
|
|
92
|
+
}
|
|
93
|
+
interface SetZaakopschortingConfig {
|
|
94
|
+
verlengingsduur: string;
|
|
95
|
+
toelichtingVerlenging: string;
|
|
96
|
+
toelichtingOpschorting: string;
|
|
97
|
+
}
|
|
98
|
+
interface StartHersteltermijnConfig {
|
|
99
|
+
maxDurationInDays: string;
|
|
100
|
+
}
|
|
101
|
+
interface CreateZaakeigenschapConfig {
|
|
102
|
+
eigenschapUrl: string;
|
|
103
|
+
eigenschapValue: string;
|
|
104
|
+
inputTypeEigenschapToggle?: InputOption;
|
|
105
|
+
}
|
|
106
|
+
interface UpdateZaakeigenschapConfig {
|
|
107
|
+
eigenschapUrl: string;
|
|
108
|
+
eigenschapValue: string;
|
|
109
|
+
inputTypeEigenschapToggle?: InputOption;
|
|
110
|
+
}
|
|
111
|
+
interface DeleteZaakeigenschapConfig {
|
|
112
|
+
eigenschapUrl: string;
|
|
113
|
+
inputTypeEigenschapToggle?: InputOption;
|
|
114
|
+
}
|
|
115
|
+
interface PatchZaakConfig {
|
|
116
|
+
description?: string;
|
|
117
|
+
explanation?: string;
|
|
118
|
+
plannedEndDate?: string;
|
|
119
|
+
finalDeliveryDate?: string;
|
|
120
|
+
publicationDate?: string;
|
|
121
|
+
communicationChannel?: string;
|
|
122
|
+
communicationChannelName?: string;
|
|
123
|
+
paymentIndication?: string;
|
|
124
|
+
lastPaymentDate?: string;
|
|
125
|
+
caseGeometryType?: string;
|
|
126
|
+
caseGeometryCoordinates?: string;
|
|
127
|
+
mainCase?: string;
|
|
128
|
+
archiveActionDate?: string;
|
|
129
|
+
startDateRetentionPeriod?: string;
|
|
130
|
+
}
|
|
131
|
+
interface RelateerZakenConfig {
|
|
132
|
+
teRelaterenZaakUri: string;
|
|
133
|
+
aardRelatie: string;
|
|
134
|
+
}
|
|
135
|
+
interface GetZaakbesluitenConfig {
|
|
136
|
+
resultProcessVariable: string;
|
|
137
|
+
}
|
|
138
|
+
interface CreateZaakNotitieConfig {
|
|
139
|
+
onderwerp: string;
|
|
140
|
+
tekst: string;
|
|
141
|
+
aangemaaktDoor?: string;
|
|
142
|
+
notitieType?: string;
|
|
143
|
+
status?: string;
|
|
144
|
+
}
|
|
145
|
+
interface PatchZaakNotitieConfig {
|
|
146
|
+
zaakNotitieUrl: string;
|
|
147
|
+
onderwerp?: string;
|
|
148
|
+
tekst?: string;
|
|
149
|
+
aangemaaktDoor?: string;
|
|
150
|
+
notitieType?: string;
|
|
151
|
+
status?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface PropertyFormField {
|
|
154
|
+
type?: string;
|
|
155
|
+
name: string;
|
|
156
|
+
translationKey: string;
|
|
157
|
+
tooltipTranslationKey?: string;
|
|
158
|
+
presetOptions?: string[];
|
|
159
|
+
}
|
|
160
|
+
export { ZakenApiConfig, LinkDocumentToZaakConfig, GetZaakInformatieobjectenConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, GetZaakbesluitenConfig, CreateZaakNotitieConfig, PatchZaakNotitieConfig, };
|
|
161
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const CreateZaakExtraPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "communicationChannel", "paymentIndication", "caseGeometryType", "caseGeometryCoordinates", "mainCase"];
|
|
2
|
+
export type CreateZaakExtraProperties = (typeof CreateZaakExtraPropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=create-zaak-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/create-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B,wLAUjC,CAAC;AACX,MAAM,MAAM,yBAAyB,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eigenschap.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/eigenschap.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,UAAU,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geometry-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/geometry-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAE,MAAM,EAQlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indicatie-machtiging-values.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/indicatie-machtiging-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE/C,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,UAAU,CAgBzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/input.ts"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG,MAAM,GAAG,WAAW,CAAC;AAExC,OAAO,EAAC,WAAW,EAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const PatchZaakPropertyOptions: readonly ["description", "explanation", "plannedEndDate", "finalDeliveryDate", "publicationDate", "communicationChannel", "communicationChannelName", "paymentIndication", "lastPaymentDate", "caseGeometryType", "caseGeometryCoordinates", "mainCase", "archiveActionDate", "startDateRetentionPeriod"];
|
|
2
|
+
export type PatchZaakProperties = (typeof PatchZaakPropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=patch-zaak-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,wBAAwB,2SAe3B,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const PatchZaakNotitiePropertyOptions: readonly ["onderwerp", "tekst", "aangemaaktDoor", "notitieType", "status"];
|
|
2
|
+
export type PatchZaakNotitieProperties = (typeof PatchZaakNotitiePropertyOptions)[number];
|
|
3
|
+
//# sourceMappingURL=patch-zaaknotitie-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-zaaknotitie-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,+BAA+B,4EAMlC,CAAC;AAEX,MAAM,MAAM,0BAA0B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-indication-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/payment-indication-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resultaat.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/resultaat.ts"],"names":[],"mappings":"AAgBA,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,aAAa,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/status.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,UAAU,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaaknotificatie-statuses.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/zaaknotificatie-statuses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zaaknotificatie-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/zaaknotificatie-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,EAAE,MAAM,EAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,qBAAqB,CAAC"}
|