@valtimo/plugin 10.8.0 → 11.1.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
|
@@ -4,10 +4,10 @@ import * as i2 from "./components/create-portal-task/create-portal-task.componen
|
|
|
4
4
|
import * as i3 from "./components/complete-portal-task/complete-portal-task.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
|
export declare class PortaaltaakPluginModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PortaaltaakPluginModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PortaaltaakPluginModule, [typeof i1.PortaaltaakConfigurationComponent, typeof i2.CreatePortalTaskComponent, typeof i3.CompletePortalTaskComponent], [typeof i4.CommonModule, typeof i5.PluginTranslatePipeModule, typeof i6.FormModule, typeof i6.InputModule, typeof i6.SelectModule, typeof i6.ParagraphModule, typeof i6.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PortaaltaakPluginModule, [typeof i1.PortaaltaakConfigurationComponent, typeof i2.CreatePortalTaskComponent, typeof i3.CompletePortalTaskComponent], [typeof i4.CommonModule, typeof i5.PluginTranslatePipeModule, typeof i6.FormModule, typeof i6.InputModule, typeof i6.SelectModule, typeof i6.ParagraphModule, typeof i6.CarbonMultiInputModule], [typeof i1.PortaaltaakConfigurationComponent, typeof i2.CreatePortalTaskComponent, typeof i3.CompletePortalTaskComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<PortaaltaakPluginModule>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=portaaltaak-plugin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/services/object.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,WAAW,CAAC;;AAErC,qBAGa,aAAa;
|
|
1
|
+
{"version":3,"file":"object.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/portaaltaak/services/object.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,WAAW,CAAC;;AAErC,qBAGa,aAAa;IAItB,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,aAAa,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;yCAVrC,aAAa;6CAAb,aAAa;CAezB"}
|
|
@@ -24,6 +24,6 @@ export declare class GenerateDocumentConfigurationComponent implements FunctionC
|
|
|
24
24
|
private handleValid;
|
|
25
25
|
private openSaveSubscription;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenerateDocumentConfigurationComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenerateDocumentConfigurationComponent, "valtimo-generate-document-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenerateDocumentConfigurationComponent, "valtimo-generate-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>;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=generate-document-configuration.component.d.ts.map
|
|
@@ -19,6 +19,6 @@ export declare class SmartDocumentsConfigurationComponent implements PluginConfi
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartDocumentsConfigurationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmartDocumentsConfigurationComponent, "valtimo-smart-documents-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartDocumentsConfigurationComponent, "valtimo-smart-documents-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=smart-documents-configuration.component.d.ts.map
|
|
@@ -4,7 +4,7 @@ interface SmartDocumentsConfig extends PluginConfigurationData {
|
|
|
4
4
|
username: string;
|
|
5
5
|
password: string;
|
|
6
6
|
}
|
|
7
|
-
|
|
7
|
+
type DocumentFormat = 'DOCX' | 'PDF' | 'XML' | 'HTML';
|
|
8
8
|
interface GenerateDocumentConfig {
|
|
9
9
|
templateGroup: string;
|
|
10
10
|
templateName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/smart-documents/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,oBAAqB,SAAQ,uBAAuB;IAC5D,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/smart-documents/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,UAAU,oBAAqB,SAAQ,uBAAuB;IAC5D,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,KAAK,cAAc,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAC;AAEtD,UAAU,sBAAsB;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,oCAAoC,EAAE,MAAM,CAAC;IAC7C,MAAM,EAAE,cAAc,CAAC;IACvB,YAAY,EAAE,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;CACnD;AAED,OAAO,EAAC,oBAAoB,EAAE,sBAAsB,EAAE,cAAc,EAAC,CAAC"}
|
|
@@ -3,10 +3,10 @@ import * as i1 from "./components/smart-documents-configuration/smart-documents-
|
|
|
3
3
|
import * as i2 from "./components/generate-document-configuration/generate-document-configuration.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 SmartDocumentsPluginModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartDocumentsPluginModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartDocumentsPluginModule, [typeof i1.SmartDocumentsConfigurationComponent, typeof i2.GenerateDocumentConfigurationComponent], [typeof i3.CommonModule, typeof i4.PluginTranslatePipeModule, typeof i5.FormModule, typeof i5.InputModule, typeof i5.SelectModule, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartDocumentsPluginModule, [typeof i1.SmartDocumentsConfigurationComponent, typeof i2.GenerateDocumentConfigurationComponent], [typeof i3.CommonModule, typeof i4.PluginTranslatePipeModule, typeof i5.FormModule, typeof i5.InputModule, typeof i5.SelectModule, typeof i5.CarbonMultiInputModule, typeof i5.ParagraphModule], [typeof i1.SmartDocumentsConfigurationComponent, typeof i2.GenerateDocumentConfigurationComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartDocumentsPluginModule>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=smart-documents-plugin.module.d.ts.map
|
package/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
|
|
|
4
4
|
import { CopyStrategy, VerzoekConfig, VerzoekType } from '../../models';
|
|
5
5
|
import { PluginManagementService, PluginTranslationService } from '../../../../services';
|
|
6
6
|
import { TranslateService } from '@ngx-translate/core';
|
|
7
|
-
import { MultiInputValues, RadioValue, SelectItem } from '@valtimo/
|
|
7
|
+
import { MultiInputValues, RadioValue, SelectItem } from '@valtimo/components';
|
|
8
8
|
import { VerzoekPluginService } from '../../services';
|
|
9
9
|
import { ProcessService } from '@valtimo/process';
|
|
10
10
|
import { DocumentService } from '@valtimo/document';
|
|
@@ -68,6 +68,6 @@ export declare class VerzoekConfigurationComponent implements PluginConfiguratio
|
|
|
68
68
|
private openSaveSubscription;
|
|
69
69
|
private setMappedPrefill;
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekConfigurationComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VerzoekConfigurationComponent, "valtimo-verzoek-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerzoekConfigurationComponent, "valtimo-verzoek-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>;
|
|
72
72
|
}
|
|
73
73
|
//# sourceMappingURL=verzoek-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-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,EAKL,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,YAAY,EAAE,aAAa,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACtE,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"verzoek-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-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,EAKL,UAAU,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,YAAY,EAAE,aAAa,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACtE,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,gBAAgB,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAC,cAAc,EAAC,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;;AAElD,qBAKa,6BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA0FxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe;IA7FzB,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,aAAa,CAAC,CAAC;IAChD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,aAAa,CAAC,CAAqC;IAEzF,cAAc,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC;IAE1C,OAAO,CAAC,UAAU,CAAW;IAE7B,QAAQ,CAAC,6BAA6B,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAanE;IAEF,QAAQ,CAAC,4BAA4B,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAShE;IAEJ,QAAQ,CAAC,mBAAmB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CASvD;IAEJ,QAAQ,CAAC,oBAAoB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CASxD;IAEJ,QAAQ,CAAC,WAAW,EAAE,KAAK,CAAC,YAAY,CAAC,CAAyB;IAClE,QAAQ,CAAC,WAAW,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAOjD;IAEF,QAAQ,CAAC,6BAA6B,EAAE;QACtC,CAAC,IAAI,EAAE,MAAM,GAAG;YAAC,kBAAkB,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;SAAC,CAAC;KACpF,CAAM;IAEP,QAAQ,CAAC,kBAAkB,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAM;IAE5D,QAAQ,CAAC,iBAAiB,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAM;IAC3D,QAAQ,CAAC,sBAAsB,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAM;IAEhE,QAAQ,CAAC,YAAY,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,gBAAgB,CAAA;KAAC,CAAM;IAE/D,QAAQ,CAAC,QAAQ,EAAE;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,gBAAgB,CAAA;KAAC,CAAM;IAE3D,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAmD;IAC9E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB,EAClD,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,cAAc,EAC9B,eAAe,EAAE,eAAe;IAGnD,QAAQ,IAAI,IAAI;IAKhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,aAAa,GAAG,IAAI;IAK/C,qBAAqB,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IA4BjE,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAI7B,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAKpC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAQrC,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI;IAIlE,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAM/B,OAAO,CAAC,WAAW;IAwBnB,OAAO,CAAC,oBAAoB;IAiC5B,OAAO,CAAC,gBAAgB;yCAjOb,6BAA6B;2CAA7B,6BAA6B;CAwQzC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PluginConfigurationData } from '../../../models';
|
|
2
|
-
|
|
2
|
+
type CopyStrategy = 'full' | 'specified';
|
|
3
3
|
interface Mapping {
|
|
4
4
|
source?: string;
|
|
5
5
|
target?: string;
|
|
@@ -9,6 +9,7 @@ interface Mapping {
|
|
|
9
9
|
interface VerzoekType {
|
|
10
10
|
uuid?: string;
|
|
11
11
|
caseDefinitionName: string;
|
|
12
|
+
objectManagementId: string;
|
|
12
13
|
processDefinitionKey: string;
|
|
13
14
|
initiatorRolDescription: string;
|
|
14
15
|
initiatorRoltypeUrl: string;
|
|
@@ -18,7 +19,6 @@ interface VerzoekType {
|
|
|
18
19
|
}
|
|
19
20
|
interface VerzoekConfig extends PluginConfigurationData {
|
|
20
21
|
notificatiesApiPluginConfiguration: string;
|
|
21
|
-
objectManagementId: string;
|
|
22
22
|
processToStart: string;
|
|
23
23
|
rsin: string;
|
|
24
24
|
verzoekProperties: Array<VerzoekType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AAExD,KAAK,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC;AAEzC,UAAU,OAAO;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,uBAAuB,EAAE,MAAM,CAAC;IAChC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC1B;AAED,UAAU,aAAc,SAAQ,uBAAuB;IACrD,kCAAkC,EAAE,MAAM,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CACvC;AAED,OAAO,EAAC,aAAa,EAAE,WAAW,EAAE,YAAY,EAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/verzoek.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,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":"verzoek.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/models/verzoek.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,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,UAAU,OAAO;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;CACb;AAED,OAAO,EAAC,UAAU,EAAE,cAAc,EAAE,OAAO,EAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek-plugin.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/services/verzoek-plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAa,UAAU,EAAK,MAAM,MAAM,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;;AAE9C,qBAGa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"verzoek-plugin.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/services/verzoek-plugin.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAa,UAAU,EAAK,MAAM,MAAM,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAE,OAAO,EAAC,MAAM,WAAW,CAAC;;AAE9C,qBAGa,oBAAoB;IAI7B,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAK9B,aAAa,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;IAMzC,mCAAmC,CAAC,sBAAsB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;yCAhBpF,oBAAoB;6CAApB,oBAAoB;CAuBhC"}
|
|
@@ -2,12 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./components/verzoek-configuration/verzoek-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
|
import * as i5 from "carbon-components-angular";
|
|
7
|
-
import * as i6 from "@valtimo/components";
|
|
8
7
|
export declare class VerzoekPluginModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekPluginModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof i4.ButtonModule, typeof i5.ModalModule, typeof i5.InputModule, typeof i4.TooltipIconModule, typeof
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof i4.ButtonModule, typeof i5.ModalModule, typeof i5.InputModule, typeof i4.TooltipIconModule, typeof i4.CarbonMultiInputModule, typeof i5.ButtonModule, typeof i4.ValtimoCdsModalDirectiveModule], [typeof i1.VerzoekConfigurationComponent]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<VerzoekPluginModule>;
|
|
12
11
|
}
|
|
13
12
|
//# sourceMappingURL=verzoek-plugin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verzoek-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/verzoek-plugin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"verzoek-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/verzoek/verzoek-plugin.module.ts"],"names":[],"mappings":";;;;;;AAuCA,qBAsBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
|
@@ -19,6 +19,6 @@ export declare class CreateNatuurlijkPersoonZaakRolComponent implements Function
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateNatuurlijkPersoonZaakRolComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateNatuurlijkPersoonZaakRolComponent, "valtimo-create-natuurlijk-persoon-zaak-rol-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateNatuurlijkPersoonZaakRolComponent, "valtimo-create-natuurlijk-persoon-zaak-rol-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=create-natuurlijk-persoon-zaak-rol.component.d.ts.map
|
|
@@ -19,6 +19,6 @@ export declare class CreateNietNatuurlijkPersoonZaakRolComponent implements Func
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateNietNatuurlijkPersoonZaakRolComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateNietNatuurlijkPersoonZaakRolComponent, "valtimo-create-niet-natuurlijk-persoon-zaak-rol-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateNietNatuurlijkPersoonZaakRolComponent, "valtimo-create-niet-natuurlijk-persoon-zaak-rol-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=create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map
|
package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { BehaviorSubject, Observable } from 'rxjs';
|
|
|
4
4
|
import { CreateZaakConfig, InputOption } from '../../models';
|
|
5
5
|
import { OpenZaakService } from '@valtimo/resource';
|
|
6
6
|
import { DocumentService } from '@valtimo/document';
|
|
7
|
-
import { ModalService, RadioValue, SelectItem } from '@valtimo/
|
|
7
|
+
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
8
8
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class CreateZaakConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
|
|
@@ -35,6 +35,6 @@ export declare class CreateZaakConfigurationComponent implements FunctionConfigu
|
|
|
35
35
|
private handleValid;
|
|
36
36
|
private openSaveSubscription;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakConfigurationComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-zaak-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakConfigurationComponent, "valtimo-create-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>;
|
|
39
39
|
}
|
|
40
40
|
//# sourceMappingURL=create-zaak-configuration.component.d.ts.map
|
package/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-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,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAyB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"create-zaak-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak/create-zaak-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,EAKX,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,eAAe,EAAyB,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;;AAEtD,qBAMa,gCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAkF1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAnF7B,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,gBAAgB,CAAC,CAAC;IACnD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,oBAAoB,+BAAiD;IAE9E,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAsD;IACjF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,cAAc,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CA4CpD;gBAGiB,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB;IAG3D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAUlD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQtD,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO;IAQzE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAlIjB,gCAAgC;2CAAhC,gCAAgC;CAiJ5C"}
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
3
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
4
|
import { CreateZaakResultaatConfig, InputOption } from '../../models';
|
|
5
|
-
import { ModalService, RadioValue, SelectItem } from '@valtimo/
|
|
5
|
+
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
6
6
|
import { DocumentService } from '@valtimo/document';
|
|
7
7
|
import { ZakenApiService } from '../../services';
|
|
8
8
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
@@ -40,6 +40,6 @@ export declare class CreateZaakResultaatConfigurationComponent implements Functi
|
|
|
40
40
|
private handleValid;
|
|
41
41
|
private openSaveSubscription;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateZaakResultaatConfigurationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakResultaatConfigurationComponent, "valtimo-create-zaak-resultaat-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateZaakResultaatConfigurationComponent, "valtimo-create-zaak-resultaat-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=create-zaak-resultaat-configuration.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-zaak-resultaat-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-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,EAGf,UAAU,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,yBAAyB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"create-zaak-resultaat-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-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,EAGf,UAAU,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,yBAAyB,EAAE,WAAW,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;;AAEtD,qBAMa,yCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA+G1D,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAhH7B,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,yBAAyB,CAAC,CAAC;IAC5D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAChB;IAEhD,QAAQ,CAAC,0BAA0B,gCAAgD;IACnF,QAAQ,CAAC,yBAAyB,0BAAmC;IACrE,QAAQ,CAAC,qBAAqB,gBAAuB;IAErD,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,yBAAyB,EAAE,UAAU,CAAC;QAAC,CAAC,gBAAgB,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,CAAA;KAAC,CAAC,CAmE3F;IAEJ,QAAQ,CAAC,oBAAoB,+BAAiD;IAE9E,QAAQ,CAAC,SAAS,0BAAmC;IAErD,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA+D;IAC1F,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,YAAY,EAAE,YAAY,EAC1B,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAG3D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,yBAAyB,GAAG,IAAI;IAS3D,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IAKpD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQtD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA3JjB,yCAAyC;2CAAzC,yCAAyC;CAyKrD"}
|
|
@@ -29,6 +29,6 @@ export declare class LinkDocumentToZaakConfigurationComponent implements Functio
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkDocumentToZaakConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkDocumentToZaakConfigurationComponent, "valtimo-link-document-to-zaak-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkDocumentToZaakConfigurationComponent, "valtimo-link-document-to-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>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=link-document-to-zaak-configuration.component.d.ts.map
|
|
@@ -15,6 +15,6 @@ export declare class LinkUploadedDocumentToZaakConfigurationComponent implements
|
|
|
15
15
|
private emitValid;
|
|
16
16
|
private openSaveSubscription;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkUploadedDocumentToZaakConfigurationComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkUploadedDocumentToZaakConfigurationComponent, "valtimo-link-uploaded-document-to-zaak-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkUploadedDocumentToZaakConfigurationComponent, "valtimo-link-uploaded-document-to-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>;
|
|
19
19
|
}
|
|
20
20
|
//# sourceMappingURL=link-uploaded-document-to-zaak-configuration.component.d.ts.map
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { FunctionConfigurationComponent } from '../../../../models';
|
|
3
3
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
4
|
import { InputOption, SetZaakStatusConfig } from '../../models';
|
|
5
|
-
import { ModalService, RadioValue, SelectItem } from '@valtimo/
|
|
5
|
+
import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
|
|
6
6
|
import { DocumentService } from '@valtimo/document';
|
|
7
7
|
import { ZakenApiService } from '../../services';
|
|
8
8
|
import { PluginTranslatePipe } from '../../../../pipes';
|
|
@@ -40,6 +40,6 @@ export declare class SetZaakStatusConfigurationComponent implements FunctionConf
|
|
|
40
40
|
private handleValid;
|
|
41
41
|
private openSaveSubscription;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakStatusConfigurationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakStatusConfigurationComponent, "valtimo-set-zaak-status-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
43
|
+
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; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
|
|
44
44
|
}
|
|
45
45
|
//# sourceMappingURL=set-zaak-status-configuration.component.d.ts.map
|
|
@@ -1 +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":"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,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,
|
|
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":"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,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;;AAEtD,qBAMa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA+G1D,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAhH7B,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,0BAA0B,gCAAgD;IACnF,QAAQ,CAAC,yBAAyB,0BAAmC;IACrE,QAAQ,CAAC,qBAAqB,gBAAuB;IAErD,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC;QAAC,CAAC,gBAAgB,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,CAAA;KAAC,CAAC,CAmExF;IAEJ,QAAQ,CAAC,oBAAoB,+BAAiD;IAE9E,QAAQ,CAAC,SAAS,0BAAmC;IAErD,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,YAAY,EAAE,YAAY,EAC1B,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAG3D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IASrD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IAKpD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQtD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA3JjB,mCAAmC;2CAAnC,mCAAmC;CAyK/C"}
|
package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts
CHANGED
|
@@ -19,6 +19,6 @@ export declare class SetZaakopschortingComponent implements FunctionConfiguratio
|
|
|
19
19
|
private handleValid;
|
|
20
20
|
private openSaveSubscription;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakopschortingComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakopschortingComponent, "valtimo-set-zaak-opschorting-configuration", never, { "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; "save$": "save$"; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false>;
|
|
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
23
|
}
|
|
24
24
|
//# sourceMappingURL=set-zaakopschorting.component.d.ts.map
|
package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map
CHANGED
|
@@ -1 +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;;
|
|
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,qBAKa,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"}
|
|
@@ -29,6 +29,6 @@ export declare class ZakenApiConfigurationComponent implements PluginConfigurati
|
|
|
29
29
|
private handleValid;
|
|
30
30
|
private openSaveSubscription;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiConfigurationComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ZakenApiConfigurationComponent, "valtimo-zaken-api-configuration", never, { "save$": "save$"; "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false>;
|
|
32
|
+
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>;
|
|
33
33
|
}
|
|
34
34
|
//# sourceMappingURL=zaken-api-configuration.component.d.ts.map
|
|
@@ -43,5 +43,5 @@ interface SetZaakopschortingConfig {
|
|
|
43
43
|
toelichtingVerlenging: string;
|
|
44
44
|
toelichtingOpschorting: string;
|
|
45
45
|
}
|
|
46
|
-
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, SetZaakopschortingConfig };
|
|
46
|
+
export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, SetZaakopschortingConfig, };
|
|
47
47
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;CACvC;AAED,UAAU,wBAAwB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;CAChC;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,EACzC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;CACvC;AAED,UAAU,wBAAwB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;CAChC;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,EACzC,wBAAwB,GACzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/input.ts"],"names":[],"mappings":"AAgBA,
|
|
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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zaken-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/zaken-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAE,UAAU,EAAC,MAAM,WAAW,CAAC;;AAEpD,qBAGa,eAAe;
|
|
1
|
+
{"version":3,"file":"zaken-api.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/services/zaken-api.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,aAAa,EAAE,UAAU,EAAC,MAAM,WAAW,CAAC;;AAEpD,qBAGa,eAAe;IAIxB,OAAO,CAAC,IAAI;IAHd,OAAO,CAAC,kBAAkB,CAAS;gBAGzB,IAAI,EAAE,UAAU,EACxB,aAAa,EAAE,aAAa;IAKvB,8BAA8B,CAAC,gBAAgB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IAMvF,iCAAiC,CACtC,gBAAgB,EAAE,MAAM,GACvB,UAAU,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;yCAlBxB,eAAe;6CAAf,eAAe;CAuB3B"}
|
|
@@ -10,7 +10,7 @@ import * as i8 from "./components/create-zaak/create-zaak-configuration.componen
|
|
|
10
10
|
import * as i9 from "./components/set-zaakopschorting/set-zaakopschorting.component";
|
|
11
11
|
import * as i10 from "@angular/common";
|
|
12
12
|
import * as i11 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
|
|
13
|
-
import * as i12 from "@valtimo/
|
|
13
|
+
import * as i12 from "@valtimo/components";
|
|
14
14
|
import * as i13 from "carbon-components-angular";
|
|
15
15
|
export declare class ZakenApiPluginModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-management.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-management.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;AAC/C,OAAO,EACL,mBAAmB,EACnB,2BAA2B,EAC3B,gBAAgB,EAChB,cAAc,EACf,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;;AAEvD,qBAGa,uBAAuB;IAIhC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,IAAI;IANvB,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAoD;gBAG1E,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,YAAY,EACvB,IAAI,EAAE,UAAU;IAGnC,oBAAoB,IAAI,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAM3D,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAMjF,0BAA0B,IAAI,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMpE,4CAA4C,CAC1C,mBAAmB,EAAE,MAAM,GAC1B,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMzC,iCAAiC,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAM7F,iDAAiD,CAC/C,YAAY,EAAE,MAAM,GACnB,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMzC,mCAAmC,CACjC,YAAY,CAAC,EAAE,MAAM,GACpB,UAAU,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAQjD,uBAAuB,CACrB,mBAAmB,EAAE,mBAAmB,GACvC,UAAU,CAAC,mBAAmB,CAAC;IAOlC,yBAAyB,CACvB,eAAe,EAAE,MAAM,EACvB,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,GAC9B,UAAU,CAAC,mBAAmB,CAAC;IAUlC,yBAAyB,CAAC,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMpE,OAAO,CAAC,mCAAmC;yCAzFhC,uBAAuB;6CAAvB,uBAAuB;
|
|
1
|
+
{"version":3,"file":"plugin-management.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin/src/lib/services/plugin-management.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAgB,UAAU,EAAC,MAAM,MAAM,CAAC;AAC/C,OAAO,EACL,mBAAmB,EACnB,2BAA2B,EAC3B,gBAAgB,EAChB,cAAc,EACf,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAE9C,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;;AAEvD,qBAGa,uBAAuB;IAIhC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,IAAI;IANvB,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAoD;gBAG1E,aAAa,EAAE,aAAa,EAC5B,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,YAAY,EACvB,IAAI,EAAE,UAAU;IAGnC,oBAAoB,IAAI,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAM3D,kBAAkB,CAAC,kBAAkB,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAMjF,0BAA0B,IAAI,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMpE,4CAA4C,CAC1C,mBAAmB,EAAE,MAAM,GAC1B,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMzC,iCAAiC,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAM7F,iDAAiD,CAC/C,YAAY,EAAE,MAAM,GACnB,UAAU,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAMzC,mCAAmC,CACjC,YAAY,CAAC,EAAE,MAAM,GACpB,UAAU,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAQjD,uBAAuB,CACrB,mBAAmB,EAAE,mBAAmB,GACvC,UAAU,CAAC,mBAAmB,CAAC;IAOlC,yBAAyB,CACvB,eAAe,EAAE,MAAM,EACvB,kBAAkB,EAAE,MAAM,EAC1B,uBAAuB,EAAE,MAAM,GAC9B,UAAU,CAAC,mBAAmB,CAAC;IAUlC,yBAAyB,CAAC,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,IAAI,CAAC;IAMpE,OAAO,CAAC,mCAAmC;yCAzFhC,uBAAuB;6CAAvB,uBAAuB;CAgHnC"}
|
package/package.json
CHANGED
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valtimo/plugin",
|
|
3
3
|
"license": "EUPL-1.2",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "11.1.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
8
|
-
"@angular/flex-layout": "^14.0.0-beta.41"
|
|
6
|
+
"@angular/common": "^16.2.0",
|
|
7
|
+
"@angular/core": "^16.2.0"
|
|
9
8
|
},
|
|
10
9
|
"dependencies": {
|
|
11
|
-
"tslib": "
|
|
10
|
+
"tslib": "2.6.2"
|
|
12
11
|
},
|
|
13
|
-
"module": "
|
|
14
|
-
"es2020": "fesm2020/valtimo-plugin.mjs",
|
|
15
|
-
"esm2020": "esm2020/valtimo-plugin.mjs",
|
|
16
|
-
"fesm2020": "fesm2020/valtimo-plugin.mjs",
|
|
17
|
-
"fesm2015": "fesm2015/valtimo-plugin.mjs",
|
|
12
|
+
"module": "fesm2022/valtimo-plugin.mjs",
|
|
18
13
|
"typings": "index.d.ts",
|
|
19
14
|
"exports": {
|
|
20
15
|
"./package.json": {
|
|
@@ -22,11 +17,9 @@
|
|
|
22
17
|
},
|
|
23
18
|
".": {
|
|
24
19
|
"types": "./index.d.ts",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"node": "./fesm2015/valtimo-plugin.mjs",
|
|
29
|
-
"default": "./fesm2020/valtimo-plugin.mjs"
|
|
20
|
+
"esm2022": "./esm2022/valtimo-plugin.mjs",
|
|
21
|
+
"esm": "./esm2022/valtimo-plugin.mjs",
|
|
22
|
+
"default": "./fesm2022/valtimo-plugin.mjs"
|
|
30
23
|
}
|
|
31
24
|
},
|
|
32
25
|
"sideEffects": false
|