@valtimo/plugin 13.3.0 → 13.4.1
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/fesm2022/valtimo-plugin.mjs +207 -43
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts +9 -7
- package/lib/plugins/catalogi-api/catalogi-api-plugin-module.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -1
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts +24 -0
- package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -0
- package/lib/plugins/catalogi-api/models/config.d.ts +9 -1
- package/lib/plugins/catalogi-api/models/config.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
- package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/public-api.d.ts.map +1 -1
|
@@ -5454,7 +5454,7 @@ const zakenApiPluginSpecification = {
|
|
|
5454
5454
|
objectTypeOverigeDefinitieSchemaTooltip: 'Een geldige jq expressie. Dit wordt gecombineerd met de resource uit het url-attribuut om het schema van het objecttype uit te lezen. Bijvoorbeeld: .jsonSchema.',
|
|
5455
5455
|
objectTypeOverigeDefinitieObjectData: 'Object data',
|
|
5456
5456
|
objectTypeOverigeDefinitieObjectDataTooltip: 'Een geldige jq expressie. Dit wordt gecombineerd met de JSON data uit de OBJECT url om de objectgegevens uit te lezen en de vorm van de gegevens tegen het schema te valideren. Bijvoorbeeld: .record.data.',
|
|
5457
|
-
objectIdentificatie: 'Object identificatie'
|
|
5457
|
+
objectIdentificatie: 'Object identificatie',
|
|
5458
5458
|
},
|
|
5459
5459
|
en: {
|
|
5460
5460
|
title: 'Zaken API',
|
|
@@ -5599,26 +5599,26 @@ const zakenApiPluginSpecification = {
|
|
|
5599
5599
|
mainCase: 'Main case',
|
|
5600
5600
|
archiveActionDate: 'Archive action date',
|
|
5601
5601
|
startDateRetentionPeriod: 'Start date of retention period',
|
|
5602
|
-
zaakObjectObjectUrl:
|
|
5603
|
-
zaakObjectObjectUrlTooltip:
|
|
5604
|
-
objectType:
|
|
5605
|
-
objectTypeTooltip:
|
|
5606
|
-
relatieomschrijving:
|
|
5607
|
-
relatieomschrijvingTooltip:
|
|
5608
|
-
zakelijkRechtIdentificatie:
|
|
5609
|
-
zakelijkRechtIdentificatieTooltip:
|
|
5610
|
-
zakelijkRechtAvgAard:
|
|
5611
|
-
zakelijkRechtAvgAardTooltip:
|
|
5612
|
-
objectTypeOverige:
|
|
5602
|
+
zaakObjectObjectUrl: 'Object URL',
|
|
5603
|
+
zaakObjectObjectUrlTooltip: 'URL reference to the resource that describes the OBJECT.',
|
|
5604
|
+
objectType: 'Object Type',
|
|
5605
|
+
objectTypeTooltip: 'Describes the type of OBJECT related to the ZAAK. If there is no suitable type, then the type must be specified under objectTypeOverige.',
|
|
5606
|
+
relatieomschrijving: 'Relationship description',
|
|
5607
|
+
relatieomschrijvingTooltip: 'Description of the relationship between the ZAAK and the OBJECT.',
|
|
5608
|
+
zakelijkRechtIdentificatie: 'Property right identification',
|
|
5609
|
+
zakelijkRechtIdentificatieTooltip: 'The unique identification of the OBJECT',
|
|
5610
|
+
zakelijkRechtAvgAard: 'Property right AVG nature',
|
|
5611
|
+
zakelijkRechtAvgAardTooltip: 'Indication of the nature of the right',
|
|
5612
|
+
objectTypeOverige: 'Object type other',
|
|
5613
5613
|
objectTypeOverigeTooltip: "Describes the type of OBJECT when objectType has the value 'overige'.",
|
|
5614
5614
|
objectTypeOverigeDefinitie: 'Object type other definition',
|
|
5615
|
-
objectTypeOverigeDefinitieUrl:
|
|
5616
|
-
objectTypeOverigeDefinitieUrlTooltip:
|
|
5617
|
-
objectTypeOverigeDefinitieSchema:
|
|
5618
|
-
objectTypeOverigeDefinitieSchemaTooltip:
|
|
5619
|
-
objectTypeOverigeDefinitieObjectData:
|
|
5620
|
-
objectTypeOverigeDefinitieObjectDataTooltip:
|
|
5621
|
-
objectIdentificatie: 'Object identification'
|
|
5615
|
+
objectTypeOverigeDefinitieUrl: 'URL',
|
|
5616
|
+
objectTypeOverigeDefinitieUrlTooltip: 'URL reference to the object type resource in an API. This resource must contain the JSON schema definition of the object type.',
|
|
5617
|
+
objectTypeOverigeDefinitieSchema: 'Schema',
|
|
5618
|
+
objectTypeOverigeDefinitieSchemaTooltip: 'A valid jq expression. This is combined with the resource from the url attribute to read the schema of the object type. Example: .jsonSchema.',
|
|
5619
|
+
objectTypeOverigeDefinitieObjectData: 'Object data',
|
|
5620
|
+
objectTypeOverigeDefinitieObjectDataTooltip: 'A valid jq expression. This is combined with the JSON data from the OBJECT url to read the object data and validate the data structure against the schema. Example: .record.data.',
|
|
5621
|
+
objectIdentificatie: 'Object identification',
|
|
5622
5622
|
},
|
|
5623
5623
|
de: {
|
|
5624
5624
|
title: 'Zaken API',
|
|
@@ -5763,26 +5763,26 @@ const zakenApiPluginSpecification = {
|
|
|
5763
5763
|
mainCase: 'Hauptvorgang',
|
|
5764
5764
|
archiveActionDate: 'Archivierungsaktionsdatum',
|
|
5765
5765
|
startDateRetentionPeriod: 'Startdatum der Aufbewahrungsfrist',
|
|
5766
|
-
zaakObjectObjectUrl:
|
|
5767
|
-
zaakObjectObjectUrlTooltip:
|
|
5768
|
-
objectType:
|
|
5769
|
-
objectTypeTooltip:
|
|
5770
|
-
relatieomschrijving:
|
|
5771
|
-
relatieomschrijvingTooltip:
|
|
5772
|
-
zakelijkRechtIdentificatie:
|
|
5773
|
-
zakelijkRechtIdentificatieTooltip:
|
|
5774
|
-
zakelijkRechtAvgAard:
|
|
5775
|
-
zakelijkRechtAvgAardTooltip:
|
|
5776
|
-
objectTypeOverige:
|
|
5777
|
-
objectTypeOverigeTooltip:
|
|
5766
|
+
zaakObjectObjectUrl: 'Objekt-URL',
|
|
5767
|
+
zaakObjectObjectUrlTooltip: 'URL-Referenz zur Ressource, die das OBJECT beschreibt.',
|
|
5768
|
+
objectType: 'Objekttyp',
|
|
5769
|
+
objectTypeTooltip: 'Beschreibt den Typ des OBJECT, das mit dem ZAAK verbunden ist. Wenn kein passender Typ vorhanden ist, muss der Typ unter objectTypeOverige angegeben werden.',
|
|
5770
|
+
relatieomschrijving: 'Beziehungsbeschreibung',
|
|
5771
|
+
relatieomschrijvingTooltip: 'Beschreibung der Beziehung zwischen dem ZAAK und dem OBJECT.',
|
|
5772
|
+
zakelijkRechtIdentificatie: 'Grundstücksrechtsidentifikation',
|
|
5773
|
+
zakelijkRechtIdentificatieTooltip: 'Die eindeutige Identifikation des OBJECT',
|
|
5774
|
+
zakelijkRechtAvgAard: 'Grundstücksrecht AVG Art',
|
|
5775
|
+
zakelijkRechtAvgAardTooltip: 'Kennzeichnung der Art des Rechts',
|
|
5776
|
+
objectTypeOverige: 'Sonstiger Objekttyp',
|
|
5777
|
+
objectTypeOverigeTooltip: 'Beschreibt den Typ des OBJECT, wenn objectType den Wert „overige“ hat.',
|
|
5778
5778
|
objectTypeOverigeDefinitie: 'Sonstiger Objekttyp-Definition',
|
|
5779
|
-
objectTypeOverigeDefinitieUrl:
|
|
5780
|
-
objectTypeOverigeDefinitieUrlTooltip:
|
|
5781
|
-
objectTypeOverigeDefinitieSchema:
|
|
5782
|
-
objectTypeOverigeDefinitieSchemaTooltip:
|
|
5783
|
-
objectTypeOverigeDefinitieObjectData:
|
|
5784
|
-
objectTypeOverigeDefinitieObjectDataTooltip:
|
|
5785
|
-
objectIdentificatie: 'Objektidentifikation'
|
|
5779
|
+
objectTypeOverigeDefinitieUrl: 'URL',
|
|
5780
|
+
objectTypeOverigeDefinitieUrlTooltip: 'URL-Referenz zur Objekttyp-Ressource in einer API. Diese Ressource muss die JSON-Schema-Definition des Objekttyps enthalten.',
|
|
5781
|
+
objectTypeOverigeDefinitieSchema: 'Schema',
|
|
5782
|
+
objectTypeOverigeDefinitieSchemaTooltip: 'Ein gültiger jq-Ausdruck. Dies wird mit der Ressource aus dem URL-Attribut kombiniert, um das Schema des Objekttyps auszulesen. Beispiel: .jsonSchema.',
|
|
5783
|
+
objectTypeOverigeDefinitieObjectData: 'Objektdaten',
|
|
5784
|
+
objectTypeOverigeDefinitieObjectDataTooltip: 'Ein gültiger jq-Ausdruck. Dies wird mit den JSON-Daten aus der OBJEKT-URL kombiniert, um die Objektdaten auszulesen und die Struktur der Daten gegen das Schema zu validieren. Beispiel: .record.data.',
|
|
5785
|
+
objectIdentificatie: 'Objektidentifikation',
|
|
5786
5786
|
},
|
|
5787
5787
|
},
|
|
5788
5788
|
};
|
|
@@ -6159,6 +6159,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
6159
6159
|
type: Output
|
|
6160
6160
|
}] } });
|
|
6161
6161
|
|
|
6162
|
+
/*
|
|
6163
|
+
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
6164
|
+
*
|
|
6165
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
6166
|
+
* you may not use this file except in compliance with the License.
|
|
6167
|
+
* You may obtain a copy of the License at
|
|
6168
|
+
*
|
|
6169
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
6170
|
+
*
|
|
6171
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
6172
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
6173
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6174
|
+
* See the License for the specific language governing permissions and
|
|
6175
|
+
* limitations under the License.
|
|
6176
|
+
*/
|
|
6177
|
+
class GetStatustypenConfigurationComponent {
|
|
6178
|
+
constructor() {
|
|
6179
|
+
this.configuration = new EventEmitter();
|
|
6180
|
+
this.valid = new EventEmitter();
|
|
6181
|
+
this._formValue$ = new BehaviorSubject(null);
|
|
6182
|
+
this._valid$ = new BehaviorSubject(false);
|
|
6183
|
+
}
|
|
6184
|
+
ngOnInit() {
|
|
6185
|
+
this.openSaveSubscription();
|
|
6186
|
+
}
|
|
6187
|
+
ngOnDestroy() {
|
|
6188
|
+
this._saveSubscription?.unsubscribe();
|
|
6189
|
+
}
|
|
6190
|
+
formValueChange(formValue) {
|
|
6191
|
+
this._formValue$.next(formValue);
|
|
6192
|
+
this.handleValid(formValue);
|
|
6193
|
+
}
|
|
6194
|
+
handleValid(formValue) {
|
|
6195
|
+
const valid = !!(formValue.processVariable);
|
|
6196
|
+
this._valid$.next(valid);
|
|
6197
|
+
this.valid.emit(valid);
|
|
6198
|
+
}
|
|
6199
|
+
openSaveSubscription() {
|
|
6200
|
+
this._saveSubscription = this.save$?.subscribe(save => {
|
|
6201
|
+
combineLatest([this._formValue$, this._valid$])
|
|
6202
|
+
.pipe(take(1))
|
|
6203
|
+
.subscribe(([formValue, valid]) => {
|
|
6204
|
+
if (valid) {
|
|
6205
|
+
this.configuration.emit(formValue);
|
|
6206
|
+
}
|
|
6207
|
+
});
|
|
6208
|
+
});
|
|
6209
|
+
}
|
|
6210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GetStatustypenConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6211
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: GetStatustypenConfigurationComponent, isStandalone: false, selector: "valtimo-get-statustypen-configuration", inputs: { disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$", save$: "save$" }, outputs: { configuration: "configuration", valid: "valid" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-container\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-paragraph [margin]=\"true\" [italic]=\"true\">\n {{ 'getStatustypenInformation' | pluginTranslate: pluginId | async }}\n </v-paragraph>\n\n <v-form (valueChange)=\"formValueChange($event)\">\n <v-input\n name=\"processVariable\"\n [title]=\"'processVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.processVariable\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'processVariableTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n\n <v-input\n name=\"zaakTypeUrl\"\n [title]=\"'zaakTypeUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.zaakTypeUrl\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [trim]=\"true\"\n [tooltip]=\"'zaakTypeUrlTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n </v-form>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2$2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2$2.ParagraphComponent, selector: "v-paragraph", inputs: ["center", "fullWidth", "margin", "italic", "loading", "dataTestId"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: PluginTranslatePipe, name: "pluginTranslate" }] }); }
|
|
6212
|
+
}
|
|
6213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GetStatustypenConfigurationComponent, decorators: [{
|
|
6214
|
+
type: Component,
|
|
6215
|
+
args: [{ standalone: false, selector: 'valtimo-get-statustypen-configuration', template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-container\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-paragraph [margin]=\"true\" [italic]=\"true\">\n {{ 'getStatustypenInformation' | pluginTranslate: pluginId | async }}\n </v-paragraph>\n\n <v-form (valueChange)=\"formValueChange($event)\">\n <v-input\n name=\"processVariable\"\n [title]=\"'processVariable' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.processVariable\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'processVariableTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n\n <v-input\n name=\"zaakTypeUrl\"\n [title]=\"'zaakTypeUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.zaakTypeUrl\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [trim]=\"true\"\n [tooltip]=\"'zaakTypeUrlTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n </v-form>\n</ng-container>\n" }]
|
|
6216
|
+
}], propDecorators: { disabled$: [{
|
|
6217
|
+
type: Input
|
|
6218
|
+
}], pluginId: [{
|
|
6219
|
+
type: Input
|
|
6220
|
+
}], prefillConfiguration$: [{
|
|
6221
|
+
type: Input
|
|
6222
|
+
}], save$: [{
|
|
6223
|
+
type: Input
|
|
6224
|
+
}], configuration: [{
|
|
6225
|
+
type: Output
|
|
6226
|
+
}], valid: [{
|
|
6227
|
+
type: Output
|
|
6228
|
+
}] } });
|
|
6229
|
+
|
|
6162
6230
|
/*
|
|
6163
6231
|
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
6164
6232
|
*
|
|
@@ -6295,6 +6363,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
6295
6363
|
type: Output
|
|
6296
6364
|
}] } });
|
|
6297
6365
|
|
|
6366
|
+
/*
|
|
6367
|
+
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
6368
|
+
*
|
|
6369
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
6370
|
+
* you may not use this file except in compliance with the License.
|
|
6371
|
+
* You may obtain a copy of the License at
|
|
6372
|
+
*
|
|
6373
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
6374
|
+
*
|
|
6375
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
6376
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
6377
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6378
|
+
* See the License for the specific language governing permissions and
|
|
6379
|
+
* limitations under the License.
|
|
6380
|
+
*/
|
|
6381
|
+
class GetResultaattypenConfigurationComponent {
|
|
6382
|
+
constructor() {
|
|
6383
|
+
this.configuration = new EventEmitter();
|
|
6384
|
+
this.valid = new EventEmitter();
|
|
6385
|
+
this._formValue$ = new BehaviorSubject(null);
|
|
6386
|
+
this._valid$ = new BehaviorSubject(false);
|
|
6387
|
+
}
|
|
6388
|
+
ngOnInit() {
|
|
6389
|
+
this.openSaveSubscription();
|
|
6390
|
+
}
|
|
6391
|
+
ngOnDestroy() {
|
|
6392
|
+
this._saveSubscription?.unsubscribe();
|
|
6393
|
+
}
|
|
6394
|
+
formValueChange(formValue) {
|
|
6395
|
+
this._formValue$.next(formValue);
|
|
6396
|
+
this.handleValid(formValue);
|
|
6397
|
+
}
|
|
6398
|
+
handleValid(formValue) {
|
|
6399
|
+
const valid = !!(formValue.processVariable);
|
|
6400
|
+
this._valid$.next(valid);
|
|
6401
|
+
this.valid.emit(valid);
|
|
6402
|
+
}
|
|
6403
|
+
openSaveSubscription() {
|
|
6404
|
+
this._saveSubscription = this.save$?.subscribe(save => {
|
|
6405
|
+
combineLatest([this._formValue$, this._valid$])
|
|
6406
|
+
.pipe(take(1))
|
|
6407
|
+
.subscribe(([formValue, valid]) => {
|
|
6408
|
+
if (valid) {
|
|
6409
|
+
this.configuration.emit(formValue);
|
|
6410
|
+
}
|
|
6411
|
+
});
|
|
6412
|
+
});
|
|
6413
|
+
}
|
|
6414
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GetResultaattypenConfigurationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6415
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.15", type: GetResultaattypenConfigurationComponent, isStandalone: false, selector: "valtimo-get-resultaattypen-configuration", inputs: { disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$", save$: "save$" }, outputs: { configuration: "configuration", valid: "valid" }, ngImport: i0, template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-container\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-paragraph [margin]=\"true\" [italic]=\"true\">\n {{ 'getResultaattypenInformation' | pluginTranslate: pluginId }}\n </v-paragraph>\n\n <v-form (valueChange)=\"formValueChange($event)\">\n <v-input\n name=\"processVariable\"\n [title]=\"'processVariable' | pluginTranslate: pluginId\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.processVariable\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'processVariableTooltip' | pluginTranslate: pluginId\"\n [fullWidth]=\"true\"\n >\n </v-input>\n\n <v-input\n name=\"zaakTypeUrl\"\n [title]=\"'zaakTypeUrl' | pluginTranslate: pluginId\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.zaakTypeUrl\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [trim]=\"true\"\n [tooltip]=\"'zaakTypeUrlTooltip' | pluginTranslate: pluginId\"\n [fullWidth]=\"true\"\n >\n </v-input>\n </v-form>\n</ng-container>\n", dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$2.FormComponent, selector: "v-form", inputs: ["className"], outputs: ["valueChange"] }, { kind: "component", type: i2$2.InputComponent, selector: "v-input", inputs: ["name", "type", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "step", "min", "maxLength", "tooltip", "required", "hideNumberSpinBox", "smallLabel", "rows", "clear$", "carbonTheme", "placeholder", "dataTestId", "trim", "presetsTitle", "presetOptions"], outputs: ["valueChange"] }, { kind: "component", type: i2$2.ParagraphComponent, selector: "v-paragraph", inputs: ["center", "fullWidth", "margin", "italic", "loading", "dataTestId"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: PluginTranslatePipe, name: "pluginTranslate" }] }); }
|
|
6416
|
+
}
|
|
6417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: GetResultaattypenConfigurationComponent, decorators: [{
|
|
6418
|
+
type: Component,
|
|
6419
|
+
args: [{ standalone: false, selector: 'valtimo-get-resultaattypen-configuration', template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-container\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null\n } as obs\"\n>\n <v-paragraph [margin]=\"true\" [italic]=\"true\">\n {{ 'getResultaattypenInformation' | pluginTranslate: pluginId }}\n </v-paragraph>\n\n <v-form (valueChange)=\"formValueChange($event)\">\n <v-input\n name=\"processVariable\"\n [title]=\"'processVariable' | pluginTranslate: pluginId\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.processVariable\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'processVariableTooltip' | pluginTranslate: pluginId\"\n [fullWidth]=\"true\"\n >\n </v-input>\n\n <v-input\n name=\"zaakTypeUrl\"\n [title]=\"'zaakTypeUrl' | pluginTranslate: pluginId\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.zaakTypeUrl\"\n [disabled]=\"obs.disabled\"\n [required]=\"false\"\n [trim]=\"true\"\n [tooltip]=\"'zaakTypeUrlTooltip' | pluginTranslate: pluginId\"\n [fullWidth]=\"true\"\n >\n </v-input>\n </v-form>\n</ng-container>\n" }]
|
|
6420
|
+
}], propDecorators: { disabled$: [{
|
|
6421
|
+
type: Input
|
|
6422
|
+
}], pluginId: [{
|
|
6423
|
+
type: Input
|
|
6424
|
+
}], prefillConfiguration$: [{
|
|
6425
|
+
type: Input
|
|
6426
|
+
}], save$: [{
|
|
6427
|
+
type: Input
|
|
6428
|
+
}], configuration: [{
|
|
6429
|
+
type: Output
|
|
6430
|
+
}], valid: [{
|
|
6431
|
+
type: Output
|
|
6432
|
+
}] } });
|
|
6433
|
+
|
|
6298
6434
|
/*
|
|
6299
6435
|
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
6300
6436
|
*
|
|
@@ -6450,7 +6586,9 @@ class CatalogiApiPluginModule {
|
|
|
6450
6586
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: CatalogiApiPluginModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6451
6587
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.15", ngImport: i0, type: CatalogiApiPluginModule, declarations: [CatalogiApiConfigurationComponent,
|
|
6452
6588
|
GetBesluittypeConfigurationComponent,
|
|
6589
|
+
GetResultaattypenConfigurationComponent,
|
|
6453
6590
|
GetResultaattypeConfigurationComponent,
|
|
6591
|
+
GetStatustypenConfigurationComponent,
|
|
6454
6592
|
GetStatustypeConfigurationComponent,
|
|
6455
6593
|
GetEigenschapConfigurationComponent], imports: [CommonModule,
|
|
6456
6594
|
PluginTranslatePipeModule,
|
|
@@ -6459,8 +6597,10 @@ class CatalogiApiPluginModule {
|
|
|
6459
6597
|
SelectModule,
|
|
6460
6598
|
ParagraphModule], exports: [CatalogiApiConfigurationComponent,
|
|
6461
6599
|
GetBesluittypeConfigurationComponent,
|
|
6600
|
+
GetResultaattypenConfigurationComponent,
|
|
6462
6601
|
GetResultaattypeConfigurationComponent,
|
|
6463
6602
|
GetStatustypeConfigurationComponent,
|
|
6603
|
+
GetStatustypenConfigurationComponent,
|
|
6464
6604
|
GetEigenschapConfigurationComponent] }); }
|
|
6465
6605
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: CatalogiApiPluginModule, imports: [CommonModule,
|
|
6466
6606
|
PluginTranslatePipeModule,
|
|
@@ -6475,7 +6615,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
6475
6615
|
declarations: [
|
|
6476
6616
|
CatalogiApiConfigurationComponent,
|
|
6477
6617
|
GetBesluittypeConfigurationComponent,
|
|
6618
|
+
GetResultaattypenConfigurationComponent,
|
|
6478
6619
|
GetResultaattypeConfigurationComponent,
|
|
6620
|
+
GetStatustypenConfigurationComponent,
|
|
6479
6621
|
GetStatustypeConfigurationComponent,
|
|
6480
6622
|
GetEigenschapConfigurationComponent,
|
|
6481
6623
|
],
|
|
@@ -6490,8 +6632,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
6490
6632
|
exports: [
|
|
6491
6633
|
CatalogiApiConfigurationComponent,
|
|
6492
6634
|
GetBesluittypeConfigurationComponent,
|
|
6635
|
+
GetResultaattypenConfigurationComponent,
|
|
6493
6636
|
GetResultaattypeConfigurationComponent,
|
|
6494
6637
|
GetStatustypeConfigurationComponent,
|
|
6638
|
+
GetStatustypenConfigurationComponent,
|
|
6495
6639
|
GetEigenschapConfigurationComponent,
|
|
6496
6640
|
],
|
|
6497
6641
|
}]
|
|
@@ -6551,7 +6695,9 @@ const catalogiApiPluginSpecification = {
|
|
|
6551
6695
|
pluginLogoBase64: CATALOGI_API_PLUGIN_LOGO_BASE64,
|
|
6552
6696
|
functionConfigurationComponents: {
|
|
6553
6697
|
'get-besluittype': GetBesluittypeConfigurationComponent,
|
|
6698
|
+
'get-resultaattypen': GetResultaattypenConfigurationComponent,
|
|
6554
6699
|
'get-resultaattype': GetResultaattypeConfigurationComponent,
|
|
6700
|
+
'get-statustypen': GetStatustypenConfigurationComponent,
|
|
6555
6701
|
'get-statustype': GetStatustypeConfigurationComponent,
|
|
6556
6702
|
'get-eigenschap': GetEigenschapConfigurationComponent,
|
|
6557
6703
|
},
|
|
@@ -6564,6 +6710,8 @@ const catalogiApiPluginSpecification = {
|
|
|
6564
6710
|
configurationTitle: 'Configuratienaam',
|
|
6565
6711
|
configurationTitleTooltip: 'De naam van de huidige plugin-configuratie. Onder deze naam kan de configuratie in de rest van de applicatie teruggevonden worden.',
|
|
6566
6712
|
authenticationPluginConfiguration: 'Configuratie authenticatie-plug-in',
|
|
6713
|
+
'get-statustypen': 'Statustypen opvragen',
|
|
6714
|
+
getStatustypenInformation: 'De Statustypen behorende bij het Zaaktype worden opgehaald en daarna opgeslagen in een procesvariabele.',
|
|
6567
6715
|
'get-statustype': 'Statustype opvragen',
|
|
6568
6716
|
getStatustypeInformation: 'De statustype wordt opgehaald en daarna opgeslagen in een procesvariabele.',
|
|
6569
6717
|
statustype: 'Statustype',
|
|
@@ -6575,6 +6723,8 @@ const catalogiApiPluginSpecification = {
|
|
|
6575
6723
|
besluittype: 'Besluittype',
|
|
6576
6724
|
besluittypeTooltip: 'Omschrijving van de aard van het besluit.',
|
|
6577
6725
|
besluitProcessVariableTooltip: 'Nadat de besluittype is opgehaald, wordt deze opgeslagen in een procesvariabele met deze naam.',
|
|
6726
|
+
'get-resultaattypen': 'Resultaattypen opvragen',
|
|
6727
|
+
getResultaattypenInformation: 'De Resultaattypen behorende bij het Zaaktype worden opgehaald en daarna opgeslagen in een procesvariabele.',
|
|
6578
6728
|
'get-resultaattype': 'Resultaattype opvragen',
|
|
6579
6729
|
getResultaattypeInformation: 'Het resultaattype wordt opgehaald en daarna opgeslagen in een procesvariabele.',
|
|
6580
6730
|
resultaattype: 'Resultaattype',
|
|
@@ -6585,15 +6735,19 @@ const catalogiApiPluginSpecification = {
|
|
|
6585
6735
|
eigenschap: 'Eigenschap',
|
|
6586
6736
|
eigenschapTooltip: 'Naam van de aard van het eigenschaap.',
|
|
6587
6737
|
eigenschapProcessVariableTooltip: 'Nadat de eigenschap is opgehaald, wordt deze opgeslagen in een procesvariabele met deze naam.',
|
|
6738
|
+
zaakTypeUrl: 'Zaaktype URL',
|
|
6739
|
+
zaakTypeUrlTooltip: 'Specificeer hier de URL van het betreffende Zaaktype indien deze afwijkt van de aan het Dossier gekoppelde Zaak',
|
|
6588
6740
|
},
|
|
6589
6741
|
en: {
|
|
6590
6742
|
title: 'Catalogi API',
|
|
6591
6743
|
url: 'Catalogi API URL',
|
|
6592
6744
|
urlTooltip: 'A URL to the REST API of Catalogi',
|
|
6593
|
-
description: 'API for storage and retrieval of
|
|
6745
|
+
description: 'API for storage and retrieval of Zaaktype catalogs, Zaaktypen and child types.',
|
|
6594
6746
|
configurationTitle: 'Configuration name',
|
|
6595
6747
|
configurationTitleTooltip: 'The name of the current plugin configuration. Under this name, the configuration can be found in the rest of the application.',
|
|
6596
6748
|
authenticationPluginConfiguration: 'Authentication plugin configuration',
|
|
6749
|
+
'get-statustypen': 'Retrieve statustypen',
|
|
6750
|
+
getStatustypenInformation: 'The Statustypen belonging to the Zaaktype are retrieved and then stored in a process variable.',
|
|
6597
6751
|
'get-statustype': 'Retrieve statustype',
|
|
6598
6752
|
getStatustypeInformation: 'The statustype is retrieved and then stored in a process variable.',
|
|
6599
6753
|
statustype: 'Statustype',
|
|
@@ -6605,6 +6759,8 @@ const catalogiApiPluginSpecification = {
|
|
|
6605
6759
|
besluittype: 'Besluittype',
|
|
6606
6760
|
besluittypeTooltip: 'Description of the nature of the decision.',
|
|
6607
6761
|
besluitProcessVariableTooltip: 'After the besluittype is retrieved, it is stored in a process variable with this name.',
|
|
6762
|
+
'get-resultaattypen': 'Retrieve resultaattypen',
|
|
6763
|
+
getResultaattypenInformation: 'The Resultaattypen belonging to the Zaak type are retrieved and then stored in a process variable.',
|
|
6608
6764
|
'get-resultaattype': 'Retrieve resultaattype',
|
|
6609
6765
|
getResultaattypeInformation: 'The resultaattype is retrieved and then stored in a process variable.',
|
|
6610
6766
|
resultaattype: 'Resultaattype',
|
|
@@ -6613,19 +6769,23 @@ const catalogiApiPluginSpecification = {
|
|
|
6613
6769
|
'get-eigenschap': 'Retrieve eigenschap',
|
|
6614
6770
|
getEigenschapInformation: 'The eigenschap is retrieved and then stored in a process variable',
|
|
6615
6771
|
eigenschap: 'Eigenschap',
|
|
6616
|
-
eigenschapTooltip: 'Name of the nature of the
|
|
6772
|
+
eigenschapTooltip: 'Name of the nature of the eigenschap.',
|
|
6617
6773
|
eigenschapProcessVariableTooltip: 'After the eigenschap is retrieved, it is stored in a process variable with this name.',
|
|
6774
|
+
zaakTypeUrl: 'Zaaktype URL',
|
|
6775
|
+
zaakTypeUrlTooltip: 'Specify the URL of the relevant Zaaktype here if it differs from the Zaak linked to the Case',
|
|
6618
6776
|
},
|
|
6619
6777
|
de: {
|
|
6620
6778
|
title: 'Catalogi API',
|
|
6621
6779
|
url: 'Catalogi API URL',
|
|
6622
6780
|
urlTooltip: 'Die URL zur REST API von Catalogi',
|
|
6623
|
-
description: 'API zum Speichern und Abrufen von
|
|
6781
|
+
description: 'API zum Speichern und Abrufen von Zaaktype katalogen, Zaaktypen und untergeordneten Typen.',
|
|
6624
6782
|
configurationTitle: 'Konfigurationsname',
|
|
6625
6783
|
configurationTitleTooltip: 'Der Name der aktuellen Plugin-Konfiguration. Unter diesem Namen ist die Konfiguration im Rest der Anwendung zu finden.',
|
|
6626
6784
|
authenticationPluginConfiguration: 'Authentifizierungs-Plugin-Konfiguration',
|
|
6785
|
+
'get-statustypen': 'Statustypen anfordern',
|
|
6786
|
+
getStatustypenInformation: 'Der Statustypen wird abgerufen und dann in einer Prozessvariablen gespeichert.',
|
|
6627
6787
|
'get-statustype': 'Statustype anfordern',
|
|
6628
|
-
getStatustypeInformation: '
|
|
6788
|
+
getStatustypeInformation: 'Die zum Zaaktype gehörenden Statustypen werden abgerufen und anschließend in einer Prozessvariablen gespeichert.',
|
|
6629
6789
|
statustype: 'Statustype',
|
|
6630
6790
|
statustypeTooltip: 'Generische Angabe der Art eines Status.',
|
|
6631
6791
|
processVariable: 'Prozessvariablenname',
|
|
@@ -6635,6 +6795,8 @@ const catalogiApiPluginSpecification = {
|
|
|
6635
6795
|
besluittype: 'Besluittype',
|
|
6636
6796
|
besluittypeTooltip: 'Beschreibung der Art der besluit.',
|
|
6637
6797
|
besluitProcessVariableTooltip: 'Sobald der besluittype abgerufen wurde, wird er in einer Prozessvariablen mit diesem Namen gespeichert.',
|
|
6798
|
+
'get-resultaattypen': 'Resultaattypen anfordern',
|
|
6799
|
+
getResultaattypenInformation: 'Die zum Zaaktype gehörenden Ergebnistypen werden abgerufen und anschließend in einer Prozessvariablen gespeichert.',
|
|
6638
6800
|
'get-resultaattype': 'Resultaattype anfordern',
|
|
6639
6801
|
getResultaattypeInformation: 'Der resultaattype wird abgerufen und dann in einer Prozessvariablen gespeichert.',
|
|
6640
6802
|
resultaattype: 'Resultaattype',
|
|
@@ -6645,6 +6807,8 @@ const catalogiApiPluginSpecification = {
|
|
|
6645
6807
|
eigenschap: 'Eigenschap',
|
|
6646
6808
|
eigenschapTooltip: 'Name der Art der eigenschap.',
|
|
6647
6809
|
eigenschapProcessVariableTooltip: 'Sobald der eigenschap abgerufen wurde, wird er in einer Prozessvariablen mit diesem Namen gespeichert.',
|
|
6810
|
+
zaakTypeUrl: 'Zaaktype URL',
|
|
6811
|
+
zaakTypeUrlTooltip: 'Geben Sie hier die URL des jeweiligen Zaaktype an, falls diese von der mit dem Fall verknüpften Zaak abweicht.',
|
|
6648
6812
|
},
|
|
6649
6813
|
},
|
|
6650
6814
|
};
|
|
@@ -9315,5 +9479,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
9315
9479
|
* Generated bundle index. Do not edit.
|
|
9316
9480
|
*/
|
|
9317
9481
|
|
|
9318
|
-
export { BesluitenApiConfigurationComponent, BesluitenApiPluginModule, CatalogiApiConfigurationComponent, CatalogiApiPluginModule, CompletePortalTaskComponent, CreateMedewerkerZaakRolComponent, CreateNatuurlijkPersoonZaakRolComponent, CreateNietNatuurlijkPersoonZaakRolComponent, CreateOrganisatorischeEenheidZaakRolComponent, CreatePersoonComponent, CreatePortalTaskComponent, CreateVestigingZaakRolComponent, CreateZaakBesluitConfigurationComponent, CreateZaakConfigurationComponent, CreateZaakObjectConfigurationComponent, CreateZaakResultaatConfigurationComponent, CreateZaakeigenschapComponent, DeleteObjectComponent, DeleteZaakeigenschapComponent, DocumentenApiConfigurationComponent, DocumentenApiPluginModule, DownloadDocumentConfigurationComponent, EndHersteltermijnComponent, ExactPluginModule, GenerateDocumentConfigurationComponent, GetBesluittypeConfigurationComponent, GetEigenschapConfigurationComponent, GetResultaattypeConfigurationComponent, GetStatustypeConfigurationComponent, GetTemplateNamesComponent, IkoConfigurationComponent, IkoPluginModule, KlantinteractiesApiConfigurationComponent, KlantinteractiesApiPluginModule, LinkDocumentToBesluitConfigurationComponent, LinkDocumentToZaakConfigurationComponent, LinkUploadedDocumentToZaakConfigurationComponent, NotificatiesApiConfigurationComponent, NotificatiesApiPluginModule, ObjectTokenAuthencationConfigurationComponent, ObjectTokenAuthenticationPluginModule, ObjectenApiConfigurationComponent, ObjectenApiPluginModule, ObjecttypenApiConfigurationComponent, ObjecttypenApiPluginModule, OpenKlantTokenAuthenticationConfigurationComponent, OpenKlantTokenAuthenticationPluginModule, OpenNotificatiesConfigurationComponent, OpenNotificatiesPluginModule, OpenZaakConfigurationComponent, OpenZaakPluginModule, PLUGINS_TOKEN, PluginConfigurationContainerComponent, PluginConfigurationContainerModule, PluginManagementService, PluginService, PluginTranslatePipe, PluginTranslatePipeModule, PluginTranslationService, PortaaltaakConfigurationComponent, PortaaltaakPluginModule, RelateerZakenComponent, SetZaakStatusConfigurationComponent, SetZaakopschortingComponent, SmartDocumentsConfigurationComponent, SmartDocumentsPluginModule, StartHersteltermijnConfigurationComponent, StoreTempDocumentConfigurationComponent, StoreUploadedDocumentConfigurationComponent, StoreUploadedDocumentInPartsConfigurationComponent, UpdateZaakeigenschapComponent, VerzoekConfigurationComponent, VerzoekPluginModule, ZakenApiConfigurationComponent, ZakenApiPluginModule, besluitenApiPluginSpecification, catalogiApiPluginSpecification, documentenApiPluginSpecification, exactPluginSpecification, ikoPluginSpecification, klantinteractiesApiPluginSpecification, notificatiesApiPluginSpecification, objectTokenAuthenticationPluginSpecification, objectenApiPluginSpecification, objecttypenApiPluginSpecification, openKlantTokenAuthenticationPluginSpecification, openNotificatiesPluginSpecification, openZaakPluginSpecification, portaaltaakPluginSpecification, smartDocumentsPluginSpecification, verzoekPluginSpecification, zakenApiPluginSpecification };
|
|
9482
|
+
export { BesluitenApiConfigurationComponent, BesluitenApiPluginModule, CatalogiApiConfigurationComponent, CatalogiApiPluginModule, CompletePortalTaskComponent, CreateMedewerkerZaakRolComponent, CreateNatuurlijkPersoonZaakRolComponent, CreateNietNatuurlijkPersoonZaakRolComponent, CreateOrganisatorischeEenheidZaakRolComponent, CreatePersoonComponent, CreatePortalTaskComponent, CreateVestigingZaakRolComponent, CreateZaakBesluitConfigurationComponent, CreateZaakConfigurationComponent, CreateZaakObjectConfigurationComponent, CreateZaakResultaatConfigurationComponent, CreateZaakeigenschapComponent, DeleteObjectComponent, DeleteZaakeigenschapComponent, DocumentenApiConfigurationComponent, DocumentenApiPluginModule, DownloadDocumentConfigurationComponent, EndHersteltermijnComponent, ExactPluginModule, GenerateDocumentConfigurationComponent, GetBesluittypeConfigurationComponent, GetEigenschapConfigurationComponent, GetResultaattypeConfigurationComponent, GetResultaattypenConfigurationComponent, GetStatustypeConfigurationComponent, GetStatustypenConfigurationComponent, GetTemplateNamesComponent, IkoConfigurationComponent, IkoPluginModule, KlantinteractiesApiConfigurationComponent, KlantinteractiesApiPluginModule, LinkDocumentToBesluitConfigurationComponent, LinkDocumentToZaakConfigurationComponent, LinkUploadedDocumentToZaakConfigurationComponent, NotificatiesApiConfigurationComponent, NotificatiesApiPluginModule, ObjectTokenAuthencationConfigurationComponent, ObjectTokenAuthenticationPluginModule, ObjectenApiConfigurationComponent, ObjectenApiPluginModule, ObjecttypenApiConfigurationComponent, ObjecttypenApiPluginModule, OpenKlantTokenAuthenticationConfigurationComponent, OpenKlantTokenAuthenticationPluginModule, OpenNotificatiesConfigurationComponent, OpenNotificatiesPluginModule, OpenZaakConfigurationComponent, OpenZaakPluginModule, PLUGINS_TOKEN, PluginConfigurationContainerComponent, PluginConfigurationContainerModule, PluginManagementService, PluginService, PluginTranslatePipe, PluginTranslatePipeModule, PluginTranslationService, PortaaltaakConfigurationComponent, PortaaltaakPluginModule, RelateerZakenComponent, SetZaakStatusConfigurationComponent, SetZaakopschortingComponent, SmartDocumentsConfigurationComponent, SmartDocumentsPluginModule, StartHersteltermijnConfigurationComponent, StoreTempDocumentConfigurationComponent, StoreUploadedDocumentConfigurationComponent, StoreUploadedDocumentInPartsConfigurationComponent, UpdateZaakeigenschapComponent, VerzoekConfigurationComponent, VerzoekPluginModule, ZakenApiConfigurationComponent, ZakenApiPluginModule, besluitenApiPluginSpecification, catalogiApiPluginSpecification, documentenApiPluginSpecification, exactPluginSpecification, ikoPluginSpecification, klantinteractiesApiPluginSpecification, notificatiesApiPluginSpecification, objectTokenAuthenticationPluginSpecification, objectenApiPluginSpecification, objecttypenApiPluginSpecification, openKlantTokenAuthenticationPluginSpecification, openNotificatiesPluginSpecification, openZaakPluginSpecification, portaaltaakPluginSpecification, smartDocumentsPluginSpecification, verzoekPluginSpecification, zakenApiPluginSpecification };
|
|
9319
9483
|
//# sourceMappingURL=valtimo-plugin.mjs.map
|