@valtimo/plugin 10.8.0 → 11.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/esm2022/lib/components/plugin-configuration-container/plugin-configuration-container.component.mjs +131 -0
- package/esm2022/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +35 -0
- package/{esm2020 → esm2022}/lib/pipes/plugin-translate/plugin-translate-pipe.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/pipes/plugin-translate/plugin-translate.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/plugins/besluiten-api/besluiten-api-plugin.module.mjs +26 -26
- package/{esm2020 → esm2022}/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.mjs +6 -6
- package/esm2022/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.mjs +169 -0
- package/{esm2020 → esm2022}/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/besluiten-api/services/besluiten-api.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/plugins/catalogi-api/catalogi-api-plugin-module.mjs +22 -22
- package/{esm2020 → esm2022}/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/documenten-api/documenten-api-plugin.module.mjs +22 -22
- package/{esm2020 → esm2022}/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/notificaties-api/notificaties-api-plugin.module.mjs +16 -16
- package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/objecten-api/components/delete-object/delete-object.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/objecten-api/objecten-api-plugin-module.mjs +16 -16
- package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.mjs +16 -16
- package/{esm2020 → esm2022}/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.mjs +4 -4
- package/esm2022/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.mjs +98 -0
- package/esm2022/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.mjs +105 -0
- package/{esm2020 → esm2022}/lib/plugins/portaaltaak/portaaltaak-plugin.module.mjs +23 -23
- package/{esm2020 → esm2022}/lib/plugins/portaaltaak/services/object.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/smart-documents/smart-documents-plugin.module.mjs +19 -19
- package/esm2022/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.mjs +228 -0
- package/{esm2020 → esm2022}/lib/plugins/verzoek/models/config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/plugins/verzoek/services/verzoek-plugin.service.mjs +4 -4
- package/esm2022/lib/plugins/verzoek/verzoek-plugin.module.mjs +83 -0
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.mjs +6 -6
- package/esm2022/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.mjs +140 -0
- package/esm2022/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.mjs +160 -0
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.mjs +6 -6
- package/esm2022/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.mjs +160 -0
- package/esm2022/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.mjs +77 -0
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/models/config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/services/zaken-api.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/plugins/zaken-api/zaken-api-plugin.module.mjs +40 -40
- package/{esm2020 → esm2022}/lib/services/plugin-management.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/plugin-translation.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/plugin.service.mjs +4 -4
- package/{fesm2020 → fesm2022}/valtimo-plugin.mjs +424 -421
- package/fesm2022/valtimo-plugin.mjs.map +1 -0
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts.map +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts +1 -1
- package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map +1 -1
- package/lib/models/plugin.d.ts +2 -2
- package/lib/models/plugin.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +1 -1
- package/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.d.ts +1 -1
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts +2 -2
- package/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.d.ts +1 -1
- package/lib/plugins/besluiten-api/models/config.d.ts +1 -1
- package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/models/input.d.ts +1 -1
- package/lib/plugins/besluiten-api/models/input.d.ts.map +1 -1
- package/lib/plugins/besluiten-api/services/besluiten-api.service.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +1 -1
- package/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.d.ts +1 -1
- package/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.d.ts +1 -1
- package/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.d.ts +1 -1
- package/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.d.ts +1 -1
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +1 -1
- package/lib/plugins/documenten-api/models/config.d.ts +3 -3
- package/lib/plugins/documenten-api/models/config.d.ts.map +1 -1
- package/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.d.ts +1 -1
- package/lib/plugins/notificaties-api/notificaties-api-plugin.module.d.ts +1 -1
- package/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.d.ts +1 -1
- package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.d.ts +1 -1
- package/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.d.ts +1 -1
- package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts +1 -1
- package/lib/plugins/objecten-api/components/delete-object/delete-object.component.d.ts +1 -1
- package/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.d.ts +1 -1
- package/lib/plugins/objecten-api/objecten-api-plugin-module.d.ts +1 -1
- package/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.d.ts +1 -1
- package/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.d.ts +1 -1
- package/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.d.ts +1 -1
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts +1 -1
- package/lib/plugins/open-zaak/open-zaak-plugin.module.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts +1 -1
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts +2 -2
- package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts +2 -2
- package/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/models/config.d.ts +3 -3
- package/lib/plugins/portaaltaak/models/config.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/models/object.d.ts +1 -1
- package/lib/plugins/portaaltaak/models/object.d.ts.map +1 -1
- package/lib/plugins/portaaltaak/portaaltaak-plugin.module.d.ts +2 -2
- package/lib/plugins/portaaltaak/services/object.service.d.ts.map +1 -1
- package/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.d.ts +1 -1
- package/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.d.ts +1 -1
- package/lib/plugins/smart-documents/models/config.d.ts +1 -1
- package/lib/plugins/smart-documents/models/config.d.ts.map +1 -1
- package/lib/plugins/smart-documents/smart-documents-plugin.module.d.ts +2 -2
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts +2 -2
- package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts.map +1 -1
- package/lib/plugins/verzoek/models/config.d.ts +2 -2
- package/lib/plugins/verzoek/models/config.d.ts.map +1 -1
- package/lib/plugins/verzoek/models/verzoek.d.ts +1 -1
- package/lib/plugins/verzoek/models/verzoek.d.ts.map +1 -1
- package/lib/plugins/verzoek/services/verzoek-plugin.service.d.ts.map +1 -1
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +2 -3
- package/lib/plugins/verzoek/verzoek-plugin.module.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts +1 -1
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts +1 -1
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts +2 -2
- package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts +2 -2
- package/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.d.ts +1 -1
- package/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.d.ts +1 -1
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +2 -2
- package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts +1 -1
- package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +1 -1
- package/lib/plugins/zaken-api/models/config.d.ts +1 -1
- package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/models/input.d.ts +1 -1
- package/lib/plugins/zaken-api/models/input.d.ts.map +1 -1
- package/lib/plugins/zaken-api/services/zaken-api.service.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +1 -1
- package/lib/services/plugin-management.service.d.ts.map +1 -1
- package/package.json +8 -15
- package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.component.mjs +0 -131
- package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +0 -35
- package/esm2020/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.mjs +0 -169
- package/esm2020/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.mjs +0 -98
- package/esm2020/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.mjs +0 -105
- package/esm2020/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.mjs +0 -229
- package/esm2020/lib/plugins/verzoek/verzoek-plugin.module.mjs +0 -84
- package/esm2020/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.mjs +0 -140
- package/esm2020/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.mjs +0 -160
- package/esm2020/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.mjs +0 -160
- package/esm2020/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.mjs +0 -75
- package/fesm2015/valtimo-plugin.mjs +0 -6055
- package/fesm2015/valtimo-plugin.mjs.map +0 -1
- package/fesm2020/valtimo-plugin.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/constants/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/constants/injection-tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/plugin.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pipes/plugin-translate/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/assets/besluiten-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/besluiten-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/models/input.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/besluiten-api/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/catalogi-api/assets/catalogi-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/catalogi-api/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/catalogi-api/catalogi-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/catalogi-api/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/catalogi-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/documenten-api/assets/documenten-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/documenten-api/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/documenten-api/documenten-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/documenten-api/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/documenten-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api/assets/notificaties-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api/notificaties-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/assets/open-notificaties-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/object-token-authentication/assets/object-token-authentication-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/object-token-authentication/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/object-token-authentication/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecten-api/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecten-api/assets/objecten-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecten-api/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecten-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecten-api/objecten-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/assets/objecttypen-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/open-zaak/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/open-zaak/assets/open-zaak-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/open-zaak/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/open-zaak/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/open-zaak/open-zaak-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/portaaltaak/assets/portaaltaak-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/portaaltaak/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/portaaltaak/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/portaaltaak/models/object.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/portaaltaak/portaaltaak-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/portaaltaak/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/smart-documents/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/smart-documents/assets/smart-documents-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/smart-documents/models/config.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/smart-documents/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/smart-documents/smart-documents-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/verzoek/assets/verzoek-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/verzoek/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/verzoek/models/verzoek.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/verzoek/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/verzoek/verzoek-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/assets/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/assets/zaken-api-plugin-logo.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/models/input.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/models/resultaat.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/models/status.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/plugins/zaken-api/zaken-api-plugin.specification.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/valtimo-plugin.mjs +0 -0
package/lib/components/plugin-configuration-container/plugin-configuration-container.component.d.ts
CHANGED
|
@@ -29,6 +29,6 @@ export declare class PluginConfigurationContainerComponent implements OnInit, On
|
|
|
29
29
|
private openPluginSubscription;
|
|
30
30
|
private openComponentInstanceSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<PluginConfigurationContainerComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PluginConfigurationContainerComponent, "valtimo-plugin-configuration-container", never, { "type": "type"; "pluginDefinitionKey": "pluginDefinitionKey"; "functionKey": "functionKey"; "save$": "save$"; "disabled$": "disabled$"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PluginConfigurationContainerComponent, "valtimo-plugin-configuration-container", never, { "type": { "alias": "type"; "required": false; }; "pluginDefinitionKey": { "alias": "pluginDefinitionKey"; "required": false; }; "functionKey": { "alias": "functionKey"; "required": false; }; "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=plugin-configuration-container.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-configuration-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAEL,YAAY,EACZ,YAAY,EAEZ,SAAS,EACT,MAAM,EAIN,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAE9E,OAAO,EACL,0BAA0B,EAC1B,8BAA8B,
|
|
1
|
+
{"version":3,"file":"plugin-configuration-container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAEL,YAAY,EACZ,YAAY,EAEZ,SAAS,EACT,MAAM,EAIN,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAe,MAAM,MAAM,CAAC;AAE9E,OAAO,EACL,0BAA0B,EAC1B,8BAA8B,EAC9B,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,cAAc,CAAC;;AAEtB,qBAKa,qCACX,YAAW,MAAM,EAAE,SAAS,EAAE,IAAI,CAAC,4BAA4B,EAAE,UAAU,CAAC;IAmChE,OAAO,CAAC,QAAQ,CAAC,aAAa;IAhCnC,gBAAgB,EAAE,gBAAgB,CAAC;IAE1C,IAAa,IAAI,CAAC,IAAI,EAAE,0BAA0B,EAEjD;IACD,IAAa,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAE3C;IACD,IAAa,WAAW,CAAC,GAAG,EAAE,MAAM,EAEnC;IACQ,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,qBAAqB,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IACtC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,QAAQ,CAAC,kCAAkC,2BAAuC;IAClF,QAAQ,CAAC,aAAa,+FAET;IAEb,OAAO,CAAC,wBAAwB,CAAgB;IAChD,OAAO,CAAC,kBAAkB,CAAgB;IAC1C,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,yBAAyB,CAAgB;IAEjD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAgE;IAC/F,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAmC;IACxE,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAmC;gBAEnC,aAAa,EAAE,aAAa;IAEzD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAKnB,OAAO,CAAC,sBAAsB;IAuC9B,OAAO,CAAC,iCAAiC;yCAvF9B,qCAAqC;2CAArC,qCAAqC;CAoHjD"}
|
package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./plugin-configuration-container.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@valtimo/
|
|
4
|
+
import * as i3 from "@valtimo/components";
|
|
5
5
|
import * as i4 from "@ngx-translate/core";
|
|
6
6
|
export declare class PluginConfigurationContainerModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PluginConfigurationContainerModule, never>;
|
package/lib/components/plugin-configuration-container/plugin-configuration-container.module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-configuration-container.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.module.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"plugin-configuration-container.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/components/plugin-configuration-container/plugin-configuration-container.module.ts"],"names":[],"mappings":";;;;;AAsBA,qBAKa,kCAAkC;yCAAlC,kCAAkC;0CAAlC,kCAAkC;0CAAlC,kCAAkC;CAAG"}
|
package/lib/models/plugin.d.ts
CHANGED
|
@@ -37,8 +37,8 @@ interface PluginSpecification {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
type PluginConfig = Array<PluginSpecification>;
|
|
41
|
+
type ConfigurationComponentType = 'function' | 'configuration';
|
|
42
42
|
interface PluginDefinition {
|
|
43
43
|
key: string;
|
|
44
44
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/models/plugin.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,IAAI,EAAC,MAAM,eAAe,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,eAAe,EAAC,MAAM,2BAA2B,CAAC;AAE1D,UAAU,uBAAuB;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,yBAAyB;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,sBAAsB;IAC9B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;CAC9B;AAED,UAAU,4BAA6B,SAAQ,sBAAsB;IACnE,qBAAqB,CAAC,EAAE,UAAU,CAAC,uBAAuB,CAAC,CAAC;IAC5D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAAC;CACtD;AAED,UAAU,8BAA+B,SAAQ,sBAAsB;IACrE,qBAAqB,CAAC,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC9D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;CACxD;AAED,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC,CAAC;IACjE,+BAA+B,CAAC,EAAE;QAChC,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC,8BAA8B,CAAC,CAAC;KAC5D,CAAC;IACF,kBAAkB,EAAE;QAClB,CAAC,OAAO,EAAE,MAAM,GAAG;YACjB,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,EAAE,MAAM,CAAC;YACpB,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;SAClC,CAAC;KACH,CAAC;CACH;AAED,
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/models/plugin.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,IAAI,EAAC,MAAM,eAAe,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,eAAe,EAAC,MAAM,2BAA2B,CAAC;AAE1D,UAAU,uBAAuB;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,yBAAyB;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,UAAU,sBAAsB;IAC9B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;CAC9B;AAED,UAAU,4BAA6B,SAAQ,sBAAsB;IACnE,qBAAqB,CAAC,EAAE,UAAU,CAAC,uBAAuB,CAAC,CAAC;IAC5D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAAC;CACtD;AAED,UAAU,8BAA+B,SAAQ,sBAAsB;IACrE,qBAAqB,CAAC,EAAE,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC9D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;CACxD;AAED,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC,CAAC;IACjE,+BAA+B,CAAC,EAAE;QAChC,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC,8BAA8B,CAAC,CAAC;KAC5D,CAAC;IACF,kBAAkB,EAAE;QAClB,CAAC,OAAO,EAAE,MAAM,GAAG;YACjB,KAAK,EAAE,MAAM,CAAC;YACd,WAAW,EAAE,MAAM,CAAC;YACpB,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;SAClC,CAAC;KACH,CAAC;CACH;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,mBAAmB,CAAC,CAAC;AAE/C,KAAK,0BAA0B,GAAG,UAAU,GAAG,eAAe,CAAC;AAE/D,UAAU,gBAAgB;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,wBAAyB,SAAQ,gBAAgB;IACzD,gBAAgB,CAAC,EAAE,eAAe,CAAC;CACpC;AAED,UAAU,mBAAmB;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,2BAA4B,SAAQ,mBAAmB;IAC/D,gBAAgB,CAAC,EAAE,eAAe,CAAC;CACpC;AAED,UAAU,cAAc;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,4BAA4B,EAC5B,0BAA0B,EAC1B,uBAAuB,EACvB,8BAA8B,EAC9B,yBAAyB,EACzB,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,wBAAwB,EACxB,2BAA2B,GAC5B,CAAC"}
|
|
@@ -4,7 +4,7 @@ import * as i2 from "./components/create-zaak-besluit/create-zaak-besluit-config
|
|
|
4
4
|
import * as i3 from "./components/link-document-to-besluit/link-document-to-besluit-configuration.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
7
|
-
import * as i6 from "@valtimo/
|
|
7
|
+
import * as i6 from "@valtimo/components";
|
|
8
8
|
import * as i7 from "carbon-components-angular";
|
|
9
9
|
export declare class BesluitenApiPluginModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiPluginModule, never>;
|
|
@@ -29,6 +29,6 @@ export declare class BesluitenApiConfigurationComponent implements PluginConfigu
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BesluitenApiConfigurationComponent, "valtimo-besluiten-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BesluitenApiConfigurationComponent, "valtimo-besluiten-api-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=besluiten-api-configuration.component.d.ts.map
|
|
@@ -4,7 +4,7 @@ import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
|
4
4
|
import { CreateZaakBesluitConfig, Vervalredenen } from '../../models';
|
|
5
5
|
import { PluginTranslationService } from '../../../../services';
|
|
6
6
|
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
-
import { ModalService, RadioValue, SelectItem } from '@valtimo/
|
|
7
|
+
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
8
8
|
import { DocumentService } from '@valtimo/document';
|
|
9
9
|
import { BesluitenApiService } from '../../services';
|
|
10
10
|
import { InputOption } from '../../../zaken-api/models';
|
|
@@ -50,6 +50,6 @@ export declare class CreateZaakBesluitConfigurationComponent implements Function
|
|
|
50
50
|
private handleValid;
|
|
51
51
|
private openSaveSubscription;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakBesluitConfigurationComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakBesluitConfigurationComponent, "valtimo-create-zaak-besluit-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakBesluitConfigurationComponent, "valtimo-create-zaak-besluit-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
54
54
|
}
|
|
55
55
|
//# sourceMappingURL=create-zaak-besluit-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAIf,UAAU,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,uBAAuB,EAAE,aAAa,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"create-zaak-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAIf,UAAU,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,uBAAuB,EAAE,aAAa,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,mBAAmB,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;;AAEtD,qBAMa,uCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA4H1D,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IA/H7B,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,uBAAuB,CAAC,CAAC;IAC1D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAC9C,QAAQ,CAAC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,CAI1C;IACF,QAAQ,CAAC,yBAAyB,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,aAAa,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAQpF;IAEJ,QAAQ,CAAC,0BAA0B,gCAAgD;IACnF,QAAQ,CAAC,yBAAyB,0BAAmC;IAErE,QAAQ,CAAC,oBAAoB,+BAAiD;IAE9E,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,QAAQ,CAAC,uBAAuB,EAAE,UAAU,CAAC;QAAC,CAAC,gBAAgB,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,CAAA;KAAC,CAAC,CAmEzF;IAEJ,QAAQ,CAAC,sBAAsB,gBAAuB;IAEtD,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6D;IACxF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,YAAY,EAAE,YAAY,EAC1B,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB,EACxC,mBAAmB,EAAE,mBAAmB;IAG3D,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,uBAAuB,GAAG,IAAI;IASzD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQtD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IAKpD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA1KjB,uCAAuC;2CAAvC,uCAAuC;CAqLnD"}
|
|
@@ -19,6 +19,6 @@ export declare class LinkDocumentToBesluitConfigurationComponent implements Func
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkDocumentToBesluitConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkDocumentToBesluitConfigurationComponent, "valtimo-link-document-to-besluit-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkDocumentToBesluitConfigurationComponent, "valtimo-link-document-to-besluit-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=link-document-to-besluit-configuration.component.d.ts.map
|
|
@@ -5,7 +5,7 @@ interface BesluitenApiConfig extends PluginConfigurationData {
|
|
|
5
5
|
url: string;
|
|
6
6
|
authenticationPluginConfiguration: string;
|
|
7
7
|
}
|
|
8
|
-
|
|
8
|
+
type Vervalredenen = 'tijdelijk' | 'ingetrokken_overheid' | 'ingetrokken_belanghebbende';
|
|
9
9
|
interface CreateZaakBesluitConfig {
|
|
10
10
|
besluittypeUrl: string;
|
|
11
11
|
toelichting: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,kBAAmB,SAAQ,uBAAuB;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,kBAAmB,SAAQ,uBAAuB;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,KAAK,aAAa,GAAG,WAAW,GAAG,sBAAsB,GAAG,4BAA4B,CAAC;AAEzF,UAAU,uBAAuB;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,aAAa,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACtC;AACD,UAAU,2BAA2B;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EAAC,kBAAkB,EAAE,uBAAuB,EAAE,aAAa,EAAE,2BAA2B,EAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/input.ts"],"names":[],"mappings":"AAgBA,
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/input.ts"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG,MAAM,GAAG,WAAW,CAAC;AAExC,OAAO,EAAC,WAAW,EAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"besluiten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/services/besluiten-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;;AAE9C,qBAGa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"besluiten-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/services/besluiten-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;;AAE9C,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,+BAA+B,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;yCAV7E,mBAAmB;6CAAnB,mBAAmB;CAe/B"}
|
|
@@ -5,7 +5,7 @@ import * as i3 from "./components/get-resultaattype/get-resultaattype-configurat
|
|
|
5
5
|
import * as i4 from "./components/get-statustype/get-statustype-configuration.component";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
8
|
-
import * as i7 from "@valtimo/
|
|
8
|
+
import * as i7 from "@valtimo/components";
|
|
9
9
|
export declare class CatalogiApiPluginModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogiApiPluginModule, never>;
|
|
11
11
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CatalogiApiPluginModule, [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypeConfigurationComponent, typeof i4.GetStatustypeConfigurationComponent], [typeof i5.CommonModule, typeof i6.PluginTranslatePipeModule, typeof i7.FormModule, typeof i7.InputModule, typeof i7.SelectModule, typeof i7.ParagraphModule], [typeof i1.CatalogiApiConfigurationComponent, typeof i2.GetBesluittypeConfigurationComponent, typeof i3.GetResultaattypeConfigurationComponent, typeof i4.GetStatustypeConfigurationComponent]>;
|
|
@@ -29,6 +29,6 @@ export declare class CatalogiApiConfigurationComponent implements PluginConfigur
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogiApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogiApiConfigurationComponent, "valtimo-catalogi-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogiApiConfigurationComponent, "valtimo-catalogi-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
33
|
}
|
|
34
34
|
//# sourceMappingURL=catalogi-api-configuration.component.d.ts.map
|
|
@@ -19,6 +19,6 @@ export declare class GetBesluittypeConfigurationComponent implements FunctionCon
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetBesluittypeConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GetBesluittypeConfigurationComponent, "valtimo-set-besluittype-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetBesluittypeConfigurationComponent, "valtimo-set-besluittype-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
23
|
}
|
|
24
24
|
//# sourceMappingURL=get-besluittype-configuration.component.d.ts.map
|
|
@@ -19,6 +19,6 @@ export declare class GetResultaattypeConfigurationComponent implements FunctionC
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetResultaattypeConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GetResultaattypeConfigurationComponent, "valtimo-set-resultaattype-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetResultaattypeConfigurationComponent, "valtimo-set-resultaattype-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
23
|
}
|
|
24
24
|
//# sourceMappingURL=get-resultaattype-configuration.component.d.ts.map
|
|
@@ -19,6 +19,6 @@ export declare class GetStatustypeConfigurationComponent implements FunctionConf
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<GetStatustypeConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GetStatustypeConfigurationComponent, "valtimo-set-statustype-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GetStatustypeConfigurationComponent, "valtimo-set-statustype-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
23
|
}
|
|
24
24
|
//# sourceMappingURL=get-statustype-configuration.component.d.ts.map
|
|
@@ -29,6 +29,6 @@ export declare class DocumentenApiConfigurationComponent implements PluginConfig
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentenApiConfigurationComponent, "valtimo-documenten-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentenApiConfigurationComponent, "valtimo-documenten-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
33
|
}
|
|
34
34
|
//# sourceMappingURL=documenten-api-configuration.component.d.ts.map
|
|
@@ -14,6 +14,6 @@ export declare class DownloadDocumentConfigurationComponent implements FunctionC
|
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
private openSaveSubscription;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadDocumentConfigurationComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadDocumentConfigurationComponent, "valtimo-download-document-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadDocumentConfigurationComponent, "valtimo-download-document-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>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=download-document-configuration.component.d.ts.map
|
|
@@ -40,6 +40,6 @@ export declare class StoreTempDocumentConfigurationComponent implements Function
|
|
|
40
40
|
private handleValid;
|
|
41
41
|
private openSaveSubscription;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<StoreTempDocumentConfigurationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StoreTempDocumentConfigurationComponent, "valtimo-store-temp-document-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StoreTempDocumentConfigurationComponent, "valtimo-store-temp-document-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>;
|
|
44
44
|
}
|
|
45
45
|
//# sourceMappingURL=store-temp-document-configuration.component.d.ts.map
|
|
@@ -15,6 +15,6 @@ export declare class StoreUploadedDocumentConfigurationComponent implements Func
|
|
|
15
15
|
private emitValid;
|
|
16
16
|
private openSaveSubscription;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<StoreUploadedDocumentConfigurationComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StoreUploadedDocumentConfigurationComponent, "valtimo-store-uploaded-document-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StoreUploadedDocumentConfigurationComponent, "valtimo-store-uploaded-document-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>;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=store-uploaded-document-configuration.component.d.ts.map
|
|
@@ -5,7 +5,7 @@ import * as i3 from "./components/store-uploaded-document/store-uploaded-documen
|
|
|
5
5
|
import * as i4 from "./components/download-document/download-document-configuration.component";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
8
|
-
import * as i7 from "@valtimo/
|
|
8
|
+
import * as i7 from "@valtimo/components";
|
|
9
9
|
export declare class DocumentenApiPluginModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentenApiPluginModule, never>;
|
|
11
11
|
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentenApiPluginModule, [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.DownloadDocumentConfigurationComponent], [typeof i5.CommonModule, typeof i6.PluginTranslatePipeModule, typeof i7.FormModule, typeof i7.InputModule, typeof i7.SelectModule, typeof i7.ParagraphModule], [typeof i1.DocumentenApiConfigurationComponent, typeof i2.StoreTempDocumentConfigurationComponent, typeof i3.StoreUploadedDocumentConfigurationComponent, typeof i4.DownloadDocumentConfigurationComponent]>;
|
|
@@ -4,9 +4,9 @@ interface DocumentenApiConfig extends PluginConfigurationData {
|
|
|
4
4
|
bronorganisatie: string;
|
|
5
5
|
authenticationPluginConfiguration: string;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type ConfidentialityLevel = 'openbaar' | 'beperkt_openbaar' | 'intern' | 'zaakvertrouwelijk' | 'vertrouwelijk' | 'confidentieel' | 'geheim' | 'zeer_geheim';
|
|
8
|
+
type DocumentLanguage = 'nld';
|
|
9
|
+
type DocumentStatus = 'in_bewerking' | 'ter_vaststelling' | 'definitief' | 'gearchiveerd';
|
|
10
10
|
interface StoreTempDocumentConfig {
|
|
11
11
|
fileName: string;
|
|
12
12
|
confidentialityLevel: ConfidentialityLevel;
|
|
@@ -1 +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;CAC3C;AAED,
|
|
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;CAC3C;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,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,cAAc,GACf,CAAC"}
|
|
@@ -29,6 +29,6 @@ export declare class NotificatiesApiConfigurationComponent implements PluginConf
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificatiesApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificatiesApiConfigurationComponent, "valtimo-notificaties-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificatiesApiConfigurationComponent, "valtimo-notificaties-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
33
|
}
|
|
34
34
|
//# sourceMappingURL=notificaties-api-configuration.component.d.ts.map
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./components/notificaties-api-configuration/notificaties-api-configuration.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
5
|
-
import * as i4 from "@valtimo/
|
|
5
|
+
import * as i4 from "@valtimo/components";
|
|
6
6
|
export declare class NotificatiesApiPluginModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotificatiesApiPluginModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificatiesApiPluginModule, [typeof i1.NotificatiesApiConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule], [typeof i1.NotificatiesApiConfigurationComponent]>;
|
|
@@ -19,6 +19,6 @@ export declare class OpenNotificatiesConfigurationComponent implements PluginCon
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<OpenNotificatiesConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OpenNotificatiesConfigurationComponent, "valtimo-open-notificaties-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OpenNotificatiesConfigurationComponent, "valtimo-open-notificaties-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
23
|
}
|
|
24
24
|
//# sourceMappingURL=open-notificaties-configuration.component.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./components/open-notificaties-configuration/open-notificaties-configuration.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@valtimo/
|
|
4
|
+
import * as i3 from "@valtimo/components";
|
|
5
5
|
import * as i4 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
6
6
|
export declare class OpenNotificatiesPluginModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OpenNotificatiesPluginModule, never>;
|
|
@@ -19,6 +19,6 @@ export declare class ObjectTokenAuthencationConfigurationComponent implements Pl
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectTokenAuthencationConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTokenAuthencationConfigurationComponent, "valtimo-object-token-authentication-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTokenAuthencationConfigurationComponent, "valtimo-object-token-authentication-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=object-token-authencation-configuration.component.d.ts.map
|
package/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./components/object-token-authentication-configuration/object-token-authencation-configuration.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
5
|
-
import * as i4 from "@valtimo/
|
|
5
|
+
import * as i4 from "@valtimo/components";
|
|
6
6
|
export declare class ObjectTokenAuthenticationPluginModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectTokenAuthenticationPluginModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectTokenAuthenticationPluginModule, [typeof i1.ObjectTokenAuthencationConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule], [typeof i1.ObjectTokenAuthencationConfigurationComponent]>;
|
|
@@ -19,6 +19,6 @@ export declare class DeleteObjectComponent implements FunctionConfigurationCompo
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteObjectComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteObjectComponent, "valtimo-delete-object", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteObjectComponent, "valtimo-delete-object", 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
23
|
}
|
|
24
24
|
//# sourceMappingURL=delete-object.component.d.ts.map
|
|
@@ -29,6 +29,6 @@ export declare class ObjectenApiConfigurationComponent implements PluginConfigur
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectenApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectenApiConfigurationComponent, "valtimo-objecten-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectenApiConfigurationComponent, "valtimo-objecten-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
33
|
}
|
|
34
34
|
//# sourceMappingURL=objecten-api-configuration.component.d.ts.map
|
|
@@ -3,7 +3,7 @@ import * as i1 from "./components/objecten-api-configuration/objecten-api-config
|
|
|
3
3
|
import * as i2 from "./components/delete-object/delete-object.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
6
|
-
import * as i5 from "@valtimo/
|
|
6
|
+
import * as i5 from "@valtimo/components";
|
|
7
7
|
export declare class ObjectenApiPluginModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectenApiPluginModule, never>;
|
|
9
9
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectenApiPluginModule, [typeof i1.ObjectenApiConfigurationComponent, typeof i2.DeleteObjectComponent], [typeof i3.CommonModule, typeof i4.PluginTranslatePipeModule, typeof i5.FormModule, typeof i5.InputModule, typeof i5.SelectModule, typeof i5.ParagraphModule], [typeof i1.ObjectenApiConfigurationComponent, typeof i2.DeleteObjectComponent]>;
|
|
@@ -29,6 +29,6 @@ export declare class ObjecttypenApiConfigurationComponent implements PluginConfi
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjecttypenApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjecttypenApiConfigurationComponent, "valtimo-objecttypen-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjecttypenApiConfigurationComponent, "valtimo-objecttypen-api-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=objecttypen-api-configuration.component.d.ts.map
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./components/objecttypen-api-configuration/objecttypen-api-configuration.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
5
|
-
import * as i4 from "@valtimo/
|
|
5
|
+
import * as i4 from "@valtimo/components";
|
|
6
6
|
export declare class ObjecttypenApiPluginModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjecttypenApiPluginModule, never>;
|
|
8
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjecttypenApiPluginModule, [typeof i1.ObjecttypenApiConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule], [typeof i1.ObjecttypenApiConfigurationComponent]>;
|
|
@@ -19,6 +19,6 @@ export declare class OpenZaakConfigurationComponent implements PluginConfigurati
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<OpenZaakConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OpenZaakConfigurationComponent, "valtimo-open-zaak-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OpenZaakConfigurationComponent, "valtimo-open-zaak-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
23
23
|
}
|
|
24
24
|
//# sourceMappingURL=open-zaak-configuration.component.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./components/open-zaak-configuration/open-zaak-configuration.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@valtimo/
|
|
4
|
+
import * as i3 from "@valtimo/components";
|
|
5
5
|
import * as i4 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
6
6
|
export declare class OpenZaakPluginModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OpenZaakPluginModule, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"open-zaak-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/open-zaak-plugin.module.ts"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"open-zaak-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/open-zaak/open-zaak-plugin.module.ts"],"names":[],"mappings":";;;;;AAsBA,qBAKa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
package/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export declare class CompletePortalTaskComponent implements FunctionConfiguratio
|
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
private openSaveSubscription;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CompletePortalTaskComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CompletePortalTaskComponent, "valtimo-complete-portal-task", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CompletePortalTaskComponent, "valtimo-complete-portal-task", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
18
18
|
}
|
|
19
19
|
//# sourceMappingURL=complete-portal-task.component.d.ts.map
|
package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
|
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { PluginTranslationService } from '../../../../services';
|
|
6
6
|
import { CreatePortalTaskConfig, FormType, OtherReceiver, Receiver } from '../../models';
|
|
7
|
-
import { SelectItem } from '@valtimo/
|
|
7
|
+
import { SelectItem } from '@valtimo/components';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class CreatePortalTaskComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
10
10
|
private readonly translateService;
|
|
@@ -34,6 +34,6 @@ export declare class CreatePortalTaskComponent implements FunctionConfigurationC
|
|
|
34
34
|
private openSaveSubscription;
|
|
35
35
|
private selectItemsToTranslatedItems;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreatePortalTaskComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreatePortalTaskComponent, "valtimo-create-portal-task", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreatePortalTaskComponent, "valtimo-create-portal-task", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
38
38
|
}
|
|
39
39
|
//# sourceMappingURL=create-portal-task.component.d.ts.map
|
package/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-portal-task.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,sBAAsB,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;AACvF,OAAO,EAAC,UAAU,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"create-portal-task.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,sBAAsB,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAC,MAAM,cAAc,CAAC;AACvF,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;;AAE/C,qBAKa,yBACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA6B1D,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA5BlC,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAChB;IAC7C,QAAQ,CAAC,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAiB;IAC1D,QAAQ,CAAC,oBAAoB,2BAA2D;IAExF,QAAQ,CAAC,cAAc,EAAE,KAAK,CAAC,QAAQ,CAAC,CAA8B;IACtE,QAAQ,CAAC,oBAAoB,2BAA0D;IAEvF,QAAQ,CAAC,oBAAoB,EAAE,KAAK,CAAC,aAAa,CAAC,CAAkB;IACrE,QAAQ,CAAC,yBAAyB,2BAAgE;IAElG,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,QAAQ,CAAC,cAAc,EAAE,UAAU,CAAC,OAAO,CAAC,CAE1C;IACF,QAAQ,CAAC,gBAAgB,EAAE,UAAU,CAAC,OAAO,CAAC,CAE5C;IACF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAKxD,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,oBAAoB;IAY5B,OAAO,CAAC,4BAA4B;yCAzEzB,yBAAyB;2CAAzB,yBAAyB;CAmFrC"}
|
|
@@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
|
|
|
4
4
|
import { PortaaltaakConfig } from '../../models';
|
|
5
5
|
import { PluginManagementService, PluginTranslationService } from '../../../../services';
|
|
6
6
|
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
-
import { SelectItem } from '@valtimo/
|
|
7
|
+
import { SelectItem } from '@valtimo/components';
|
|
8
8
|
import { ProcessService } from '@valtimo/process';
|
|
9
9
|
import { ObjectService } from '../../services';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
@@ -33,6 +33,6 @@ export declare class PortaaltaakConfigurationComponent implements PluginConfigur
|
|
|
33
33
|
private handleValid;
|
|
34
34
|
private openSaveSubscription;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<PortaaltaakConfigurationComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PortaaltaakConfigurationComponent, "valtimo-portaaltaak-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PortaaltaakConfigurationComponent, "valtimo-portaaltaak-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
37
37
|
}
|
|
38
38
|
//# sourceMappingURL=portaaltaak-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"portaaltaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"portaaltaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;;AAE7C,qBAKa,iCACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAkDxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,cAAc;IApDxB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC;IACpD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,iBAAiB,CAAC,CAAyC;IACjG,QAAQ,CAAC,iCAAiC,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAavE;IACF,QAAQ,CAAC,mCAAmC,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAUzE;IAEF,QAAQ,CAAC,mBAAmB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CASvD;IAEJ,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuD;IAClF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,uBAAuB,EAAE,aAAa,EACtC,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,cAAc,EAAE,cAAc;IAGjD,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAKnD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCAlFjB,iCAAiC;2CAAjC,iCAAiC;CA6F7C"}
|
|
@@ -3,9 +3,9 @@ interface PortaaltaakConfig extends PluginConfigurationData {
|
|
|
3
3
|
notificatiesApiPluginConfiguration: string;
|
|
4
4
|
objectManagementConfigurationId: string;
|
|
5
5
|
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
type FormType = 'id' | 'url';
|
|
7
|
+
type Receiver = 'zaakInitiator' | 'other';
|
|
8
|
+
type OtherReceiver = 'kvk' | 'bsn';
|
|
9
9
|
interface CreatePortalTaskConfig {
|
|
10
10
|
formType: FormType;
|
|
11
11
|
formTypeId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,kCAAkC,EAAE,MAAM,CAAC;IAC3C,+BAA+B,EAAE,MAAM,CAAC;CACzC;AAED,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,iBAAkB,SAAQ,uBAAuB;IACzD,kCAAkC,EAAE,MAAM,CAAC;IAC3C,+BAA+B,EAAE,MAAM,CAAC;CACzC;AAED,KAAK,QAAQ,GAAG,IAAI,GAAG,KAAK,CAAC;AAE7B,KAAK,QAAQ,GAAG,eAAe,GAAG,OAAO,CAAC;AAE1C,KAAK,aAAa,GAAG,KAAK,GAAG,KAAK,CAAC;AAEnC,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;IAC9C,WAAW,EAAE,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;IACjD,QAAQ,EAAE,QAAQ,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,OAAO,EAAC,iBAAiB,EAAE,sBAAsB,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAC,CAAC"}
|
|
@@ -9,6 +9,6 @@ interface Objecttype {
|
|
|
9
9
|
formDefinitionView?: string;
|
|
10
10
|
formDefinitionEdit?: string;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
type ObjecttypeKeys = keyof Objecttype;
|
|
13
13
|
export { Objecttype, ObjecttypeKeys };
|
|
14
14
|
//# sourceMappingURL=object.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/object.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,
|
|
1
|
+
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/models/object.ts"],"names":[],"mappings":"AAgBA,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,mCAAmC,EAAE,MAAM,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gCAAgC,EAAE,MAAM,CAAC;IACzC,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,KAAK,cAAc,GAAG,MAAM,UAAU,CAAC;AAEvC,OAAO,EAAC,UAAU,EAAE,cAAc,EAAC,CAAC"}
|