@valtimo/plugin 13.33.0 → 13.34.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/fesm2022/valtimo-plugin.mjs +48 -5
- package/fesm2022/valtimo-plugin.mjs.map +1 -1
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts +15 -3
- package/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.d.ts.map +1 -1
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts +1 -1
- package/lib/plugins/documenten-api/documenten-api-plugin.module.d.ts.map +1 -1
- package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ import { RouterModule } from '@angular/router';
|
|
|
14
14
|
import * as i1$1 from '@angular/common';
|
|
15
15
|
import { CommonModule } from '@angular/common';
|
|
16
16
|
import * as i2$2 from '@valtimo/components';
|
|
17
|
-
import { ParagraphModule, FormModule, InputModule, ValuePathSelectorPrefix, SelectModule, CarbonMultiInputModule, InputLabelModule, CARBON_THEME, CurrentCarbonTheme,
|
|
17
|
+
import { ParagraphModule, FormModule, InputModule, ValuePathSelectorPrefix, SelectModule, CarbonMultiInputModule, RadioModule, InputLabelModule, CARBON_THEME, CurrentCarbonTheme, OverflowMenuComponent, OverflowMenuOptionComponent, ReadOnlyDirective, VModalComponent, MultiInputFormModule, TooltipIconModule, ValtimoCdsModalDirective, VModalModule, DatePickerModule as DatePickerModule$1 } from '@valtimo/components';
|
|
18
18
|
import { validate } from 'uuid';
|
|
19
19
|
import * as i1$3 from 'carbon-components-angular';
|
|
20
20
|
import { ToggleModule, LoadingModule, ButtonModule, IconModule, DatePickerInputModule, DatePickerModule, NotificationModule, TimePickerModule, ModalModule, InputModule as InputModule$1 } from 'carbon-components-angular';
|
|
@@ -1697,6 +1697,21 @@ class StoreTempDocumentConfigurationComponent {
|
|
|
1697
1697
|
id: confidentialityLevel,
|
|
1698
1698
|
text: this.pluginTranslationService.instant(confidentialityLevel, this.pluginId),
|
|
1699
1699
|
}))));
|
|
1700
|
+
this.selectedConfidentialityLevelInputType$ = new BehaviorSubject('selection');
|
|
1701
|
+
this.selectedLanguageInputType$ = new BehaviorSubject('selection');
|
|
1702
|
+
this.selectedStatusInputType$ = new BehaviorSubject('selection');
|
|
1703
|
+
this.confidentialityLevelInputTypeOptions$ = this.translateService.stream('key').pipe(map$1(() => [
|
|
1704
|
+
{ value: 'selection', title: this.pluginTranslationService.instant('selection', this.pluginId) },
|
|
1705
|
+
{ value: 'text', title: this.pluginTranslationService.instant('text', this.pluginId) },
|
|
1706
|
+
]));
|
|
1707
|
+
this.languageInputTypeOptions$ = this.translateService.stream('key').pipe(map$1(() => [
|
|
1708
|
+
{ value: 'selection', title: this.pluginTranslationService.instant('selection', this.pluginId) },
|
|
1709
|
+
{ value: 'text', title: this.pluginTranslationService.instant('text', this.pluginId) },
|
|
1710
|
+
]));
|
|
1711
|
+
this.statusInputTypeOptions$ = this.translateService.stream('key').pipe(map$1(() => [
|
|
1712
|
+
{ value: 'selection', title: this.pluginTranslationService.instant('selection', this.pluginId) },
|
|
1713
|
+
{ value: 'text', title: this.pluginTranslationService.instant('text', this.pluginId) },
|
|
1714
|
+
]));
|
|
1700
1715
|
this.LANGUAGE_ITEMS = ['nld'];
|
|
1701
1716
|
this.languageSelectItems$ = this.translateService.stream('key').pipe(map$1(() => this.LANGUAGE_ITEMS.map(item => ({
|
|
1702
1717
|
id: item,
|
|
@@ -1724,6 +1739,15 @@ class StoreTempDocumentConfigurationComponent {
|
|
|
1724
1739
|
formValueChange(formValue) {
|
|
1725
1740
|
this.formValue$.next(formValue);
|
|
1726
1741
|
this.handleValid(formValue);
|
|
1742
|
+
if (formValue.confidentialityLevelInputType) {
|
|
1743
|
+
this.selectedConfidentialityLevelInputType$.next(formValue.confidentialityLevelInputType);
|
|
1744
|
+
}
|
|
1745
|
+
if (formValue.languageInputType) {
|
|
1746
|
+
this.selectedLanguageInputType$.next(formValue.languageInputType);
|
|
1747
|
+
}
|
|
1748
|
+
if (formValue.statusInputType) {
|
|
1749
|
+
this.selectedStatusInputType$.next(formValue.statusInputType);
|
|
1750
|
+
}
|
|
1727
1751
|
}
|
|
1728
1752
|
handleValid(formValue) {
|
|
1729
1753
|
const valid = !!(formValue.localDocumentLocation &&
|
|
@@ -1745,11 +1769,11 @@ class StoreTempDocumentConfigurationComponent {
|
|
|
1745
1769
|
});
|
|
1746
1770
|
}
|
|
1747
1771
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StoreTempDocumentConfigurationComponent, deps: [{ token: i2.TranslateService }, { token: PluginTranslationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1748
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: StoreTempDocumentConfigurationComponent, isStandalone: false, selector: "valtimo-store-temp-document-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, 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<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n } as obs\"\n>\n <v-input\n name=\"fileName\"\n [title]=\"'fileName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.fileName\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'fileNameTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n <v-select\n [items]=\"confidentialityLevelItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"confidentialityLevel\"\n [title]=\"'confidentialityLevel' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.confidentialityLevel || CONFIDENTIALITY_LEVEL_ITEMS[3]\"\n [tooltip]=\"'confidentialityLevelTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n <v-input\n name=\"title\"\n [title]=\"'inputTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputTitleTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n <v-input\n name=\"description\"\n [title]=\"'inputDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.description\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n <v-input\n name=\"localDocumentLocation\"\n [title]=\"'localDocumentLocation' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.localDocumentLocation\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'localDocumentLocationTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-input\n name=\"storedDocumentUrl\"\n [title]=\"'storedDocumentUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.storedDocumentUrl\"\n [disabled]=\"obs.disabled\"\n [trim]=\"true\"\n [tooltip]=\"'storeDocumentUrlTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-select\n [items]=\"languageSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.taal || LANGUAGE_ITEMS[0]\"\n [required]=\"true\"\n ></v-select>\n <v-select\n [items]=\"statusSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.status || STATUS_ITEMS[2]\"\n [required]=\"true\"\n ></v-select>\n <v-input\n name=\"informatieobjecttype\"\n [title]=\"'informatieobjecttype' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.informatieobjecttype\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'informatieobjecttypeTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n</v-form>\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.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: PluginTranslatePipe, name: "pluginTranslate" }] }); }
|
|
1772
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: StoreTempDocumentConfigurationComponent, isStandalone: false, selector: "valtimo-store-temp-document-configuration", inputs: { save$: "save$", disabled$: "disabled$", pluginId: "pluginId", prefillConfiguration$: "prefillConfiguration$" }, outputs: { valid: "valid", configuration: "configuration" }, 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<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n selectedConfidentialityLevelInputType: selectedConfidentialityLevelInputType$ | async,\n selectedLanguageInputType: selectedLanguageInputType$ | async,\n selectedStatusInputType: selectedStatusInputType$ | async,\n } as obs\"\n>\n <v-input\n name=\"fileName\"\n [title]=\"'fileName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.fileName\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'fileNameTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n\n <v-radio\n name=\"confidentialityLevelInputType\"\n [disabled]=\"obs.disabled\"\n [title]=\"'confidentialityLevelInputType' | pluginTranslate: pluginId | async\"\n [radioValues]=\"confidentialityLevelInputTypeOptions$ | async\"\n [defaultValue]=\"obs.prefill?.confidentialityLevelInputType || 'selection'\"\n [margin]=\"true\"\n ></v-radio>\n\n <v-select\n *ngIf=\"obs.selectedConfidentialityLevelInputType === 'selection'\"\n [items]=\"confidentialityLevelItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"confidentialityLevel\"\n [title]=\"'confidentialityLevel' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.confidentialityLevel || CONFIDENTIALITY_LEVEL_ITEMS[3]\"\n [tooltip]=\"'confidentialityLevelTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n *ngIf=\"obs.selectedConfidentialityLevelInputType === 'text'\"\n name=\"confidentialityLevel\"\n [title]=\"'confidentialityLevel' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.confidentialityLevel\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'confidentialityLevelTextTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n placeholder=\"e.g. doc:confidentialityLevel\"\n ></v-input>\n <v-input\n name=\"title\"\n [title]=\"'inputTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputTitleTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n <v-input\n name=\"description\"\n [title]=\"'inputDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.description\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n <v-input\n name=\"localDocumentLocation\"\n [title]=\"'localDocumentLocation' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.localDocumentLocation\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'localDocumentLocationTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-input\n name=\"storedDocumentUrl\"\n [title]=\"'storedDocumentUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.storedDocumentUrl\"\n [disabled]=\"obs.disabled\"\n [trim]=\"true\"\n [tooltip]=\"'storeDocumentUrlTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-radio\n name=\"languageInputType\"\n [disabled]=\"obs.disabled\"\n [title]=\"'languageInputType' | pluginTranslate: pluginId | async\"\n [radioValues]=\"languageInputTypeOptions$ | async\"\n [defaultValue]=\"obs.prefill?.languageInputType || 'selection'\"\n [margin]=\"true\"\n ></v-radio>\n\n <v-select\n *ngIf=\"obs.selectedLanguageInputType === 'selection'\"\n [items]=\"languageSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.taal || LANGUAGE_ITEMS[0]\"\n [required]=\"true\"\n ></v-select>\n\n <v-input\n *ngIf=\"obs.selectedLanguageInputType === 'text'\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.taal\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [tooltip]=\"'taalTextTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n placeholder=\"e.g. doc:language\"\n ></v-input>\n <v-radio\n name=\"statusInputType\"\n [disabled]=\"obs.disabled\"\n [title]=\"'statusInputType' | pluginTranslate: pluginId | async\"\n [radioValues]=\"statusInputTypeOptions$ | async\"\n [defaultValue]=\"obs.prefill?.statusInputType || 'selection'\"\n [margin]=\"true\"\n ></v-radio>\n\n <v-select\n *ngIf=\"obs.selectedStatusInputType === 'selection'\"\n [items]=\"statusSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.status || STATUS_ITEMS[2]\"\n [required]=\"true\"\n ></v-select>\n\n <v-input\n *ngIf=\"obs.selectedStatusInputType === 'text'\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.status\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [tooltip]=\"'statusTextTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n placeholder=\"e.g. doc:status\"\n ></v-input>\n <v-input\n name=\"informatieobjecttype\"\n [title]=\"'informatieobjecttype' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.informatieobjecttype\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'informatieobjecttypeTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n</v-form>\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.SelectComponent, selector: "v-select", inputs: ["items", "defaultSelection", "defaultSelectionId", "defaultSelectionIds", "disabled", "dropUp", "invalid", "multiple", "margin", "widthInPx", "notFoundText", "clearAllText", "clearText", "clearable", "name", "title", "titleTranslationKey", "clearSelectionSubject$", "tooltip", "required", "loading", "loadingText", "placeholder", "smallMargin", "carbonTheme", "appendInline", "warn", "warnText", "dataTestId"], outputs: ["selectedChange"] }, { kind: "component", type: i2$2.RadioComponent, selector: "v-radio", inputs: ["name", "title", "titleTranslationKey", "defaultValue", "widthPx", "fullWidth", "margin", "smallMargin", "disabled", "tooltip", "required", "smallLabel", "rows", "clear$", "radioValues"], outputs: ["valueChange"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: PluginTranslatePipe, name: "pluginTranslate" }] }); }
|
|
1749
1773
|
}
|
|
1750
1774
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: StoreTempDocumentConfigurationComponent, decorators: [{
|
|
1751
1775
|
type: Component,
|
|
1752
|
-
args: [{ selector: 'valtimo-store-temp-document-configuration', standalone: false, 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<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n } as obs\"\n>\n <v-input\n name=\"fileName\"\n [title]=\"'fileName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.fileName\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'fileNameTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n <v-select\n [items]=\"confidentialityLevelItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"confidentialityLevel\"\n [title]=\"'confidentialityLevel' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.confidentialityLevel || CONFIDENTIALITY_LEVEL_ITEMS[3]\"\n [tooltip]=\"'confidentialityLevelTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n <v-input\n name=\"title\"\n [title]=\"'inputTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputTitleTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n <v-input\n name=\"description\"\n [title]=\"'inputDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.description\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n <v-input\n name=\"localDocumentLocation\"\n [title]=\"'localDocumentLocation' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.localDocumentLocation\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'localDocumentLocationTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-input\n name=\"storedDocumentUrl\"\n [title]=\"'storedDocumentUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.storedDocumentUrl\"\n [disabled]=\"obs.disabled\"\n [trim]=\"true\"\n [tooltip]=\"'storeDocumentUrlTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-select\n [items]=\"languageSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.taal || LANGUAGE_ITEMS[0]\"\n [required]=\"true\"\n ></v-select>\n <v-select\n [items]=\"statusSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.status || STATUS_ITEMS[2]\"\n [required]=\"true\"\n ></v-select>\n <v-input\n name=\"informatieobjecttype\"\n [title]=\"'informatieobjecttype' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.informatieobjecttype\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'informatieobjecttypeTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n</v-form>\n" }]
|
|
1776
|
+
args: [{ selector: 'valtimo-store-temp-document-configuration', standalone: false, 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<v-form\n (valueChange)=\"formValueChange($event)\"\n *ngIf=\"{\n disabled: disabled$ | async,\n prefill: prefillConfiguration$ ? (prefillConfiguration$ | async) : null,\n selectedConfidentialityLevelInputType: selectedConfidentialityLevelInputType$ | async,\n selectedLanguageInputType: selectedLanguageInputType$ | async,\n selectedStatusInputType: selectedStatusInputType$ | async,\n } as obs\"\n>\n <v-input\n name=\"fileName\"\n [title]=\"'fileName' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.fileName\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'fileNameTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n\n <v-radio\n name=\"confidentialityLevelInputType\"\n [disabled]=\"obs.disabled\"\n [title]=\"'confidentialityLevelInputType' | pluginTranslate: pluginId | async\"\n [radioValues]=\"confidentialityLevelInputTypeOptions$ | async\"\n [defaultValue]=\"obs.prefill?.confidentialityLevelInputType || 'selection'\"\n [margin]=\"true\"\n ></v-radio>\n\n <v-select\n *ngIf=\"obs.selectedConfidentialityLevelInputType === 'selection'\"\n [items]=\"confidentialityLevelItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"confidentialityLevel\"\n [title]=\"'confidentialityLevel' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.confidentialityLevel || CONFIDENTIALITY_LEVEL_ITEMS[3]\"\n [tooltip]=\"'confidentialityLevelTooltip' | pluginTranslate: pluginId | async\"\n ></v-select>\n\n <v-input\n *ngIf=\"obs.selectedConfidentialityLevelInputType === 'text'\"\n name=\"confidentialityLevel\"\n [title]=\"'confidentialityLevel' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.confidentialityLevel\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'confidentialityLevelTextTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n placeholder=\"e.g. doc:confidentialityLevel\"\n ></v-input>\n <v-input\n name=\"title\"\n [title]=\"'inputTitle' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.title\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputTitleTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n ></v-input>\n <v-input\n name=\"description\"\n [title]=\"'inputDescription' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.description\"\n [disabled]=\"obs.disabled\"\n [tooltip]=\"'inputDescriptionTooltip' | pluginTranslate: pluginId | async\"\n ></v-input>\n <v-input\n name=\"localDocumentLocation\"\n [title]=\"'localDocumentLocation' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.localDocumentLocation\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'localDocumentLocationTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-input\n name=\"storedDocumentUrl\"\n [title]=\"'storedDocumentUrl' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.storedDocumentUrl\"\n [disabled]=\"obs.disabled\"\n [trim]=\"true\"\n [tooltip]=\"'storeDocumentUrlTooltip' | pluginTranslate: pluginId | async\"\n >\n </v-input>\n <v-radio\n name=\"languageInputType\"\n [disabled]=\"obs.disabled\"\n [title]=\"'languageInputType' | pluginTranslate: pluginId | async\"\n [radioValues]=\"languageInputTypeOptions$ | async\"\n [defaultValue]=\"obs.prefill?.languageInputType || 'selection'\"\n [margin]=\"true\"\n ></v-radio>\n\n <v-select\n *ngIf=\"obs.selectedLanguageInputType === 'selection'\"\n [items]=\"languageSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.taal || LANGUAGE_ITEMS[0]\"\n [required]=\"true\"\n ></v-select>\n\n <v-input\n *ngIf=\"obs.selectedLanguageInputType === 'text'\"\n name=\"taal\"\n [title]=\"'taal' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.taal\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [tooltip]=\"'taalTextTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n placeholder=\"e.g. doc:language\"\n ></v-input>\n <v-radio\n name=\"statusInputType\"\n [disabled]=\"obs.disabled\"\n [title]=\"'statusInputType' | pluginTranslate: pluginId | async\"\n [radioValues]=\"statusInputTypeOptions$ | async\"\n [defaultValue]=\"obs.prefill?.statusInputType || 'selection'\"\n [margin]=\"true\"\n ></v-radio>\n\n <v-select\n *ngIf=\"obs.selectedStatusInputType === 'selection'\"\n [items]=\"statusSelectItems$ | async\"\n [margin]=\"true\"\n [widthInPx]=\"200\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [disabled]=\"obs.disabled\"\n [defaultSelectionId]=\"obs.prefill?.status || STATUS_ITEMS[2]\"\n [required]=\"true\"\n ></v-select>\n\n <v-input\n *ngIf=\"obs.selectedStatusInputType === 'text'\"\n name=\"status\"\n [title]=\"'status' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.status\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [tooltip]=\"'statusTextTooltip' | pluginTranslate: pluginId | async\"\n [trim]=\"true\"\n placeholder=\"e.g. doc:status\"\n ></v-input>\n <v-input\n name=\"informatieobjecttype\"\n [title]=\"'informatieobjecttype' | pluginTranslate: pluginId | async\"\n [margin]=\"true\"\n [defaultValue]=\"obs.prefill?.informatieobjecttype\"\n [disabled]=\"obs.disabled\"\n [required]=\"true\"\n [trim]=\"true\"\n [tooltip]=\"'informatieobjecttypeTooltip' | pluginTranslate: pluginId | async\"\n [fullWidth]=\"true\"\n >\n </v-input>\n</v-form>\n" }]
|
|
1753
1777
|
}], ctorParameters: () => [{ type: i2.TranslateService }, { type: PluginTranslationService }], propDecorators: { save$: [{
|
|
1754
1778
|
type: Input
|
|
1755
1779
|
}], disabled$: [{
|
|
@@ -2176,7 +2200,8 @@ class DocumentenApiPluginModule {
|
|
|
2176
2200
|
FormModule,
|
|
2177
2201
|
InputModule,
|
|
2178
2202
|
SelectModule,
|
|
2179
|
-
ParagraphModule
|
|
2203
|
+
ParagraphModule,
|
|
2204
|
+
RadioModule], exports: [DocumentenApiConfigurationComponent,
|
|
2180
2205
|
StoreTempDocumentConfigurationComponent,
|
|
2181
2206
|
StoreUploadedDocumentConfigurationComponent,
|
|
2182
2207
|
StoreUploadedDocumentInPartsConfigurationComponent,
|
|
@@ -2189,7 +2214,8 @@ class DocumentenApiPluginModule {
|
|
|
2189
2214
|
FormModule,
|
|
2190
2215
|
InputModule,
|
|
2191
2216
|
SelectModule,
|
|
2192
|
-
ParagraphModule
|
|
2217
|
+
ParagraphModule,
|
|
2218
|
+
RadioModule] }); }
|
|
2193
2219
|
}
|
|
2194
2220
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DocumentenApiPluginModule, decorators: [{
|
|
2195
2221
|
type: NgModule,
|
|
@@ -2211,6 +2237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
2211
2237
|
InputModule,
|
|
2212
2238
|
SelectModule,
|
|
2213
2239
|
ParagraphModule,
|
|
2240
|
+
RadioModule,
|
|
2214
2241
|
],
|
|
2215
2242
|
exports: [
|
|
2216
2243
|
DocumentenApiConfigurationComponent,
|
|
@@ -2309,6 +2336,10 @@ const documentenApiPluginSpecification = {
|
|
|
2309
2336
|
fileNameTooltip: 'De naam van het fysieke bestand waarin de inhoud van het document is vastgelegd, inclusief extensie',
|
|
2310
2337
|
confidentialityLevel: 'Vertrouwelijkheidsaanduiding',
|
|
2311
2338
|
confidentialityLevelTooltip: 'Aanduiding van de mate waarin het document voor de openbaarheid bestemd is',
|
|
2339
|
+
confidentialityLevelInputType: 'Invoertype vertrouwelijkheidsaanduiding',
|
|
2340
|
+
confidentialityLevelTextTooltip: 'Voer een waarde-resolver expressie in die tijdens runtime wordt opgelost (bijv. doc:confidentialityLevel)',
|
|
2341
|
+
selection: 'Selectie',
|
|
2342
|
+
text: 'Tekst (waarde-resolver)',
|
|
2312
2343
|
inputTitle: 'Titel',
|
|
2313
2344
|
inputTitleTooltip: 'De naam waaronder het document formeel bekend is',
|
|
2314
2345
|
inputDescription: 'Beschrijving',
|
|
@@ -2326,7 +2357,11 @@ const documentenApiPluginSpecification = {
|
|
|
2326
2357
|
storedDocumentUrl: 'Naam procesvariabele voor opslag document-URL',
|
|
2327
2358
|
storeDocumentUrlTooltip: 'Nadat het document geupload is naar de Documenten API zal de applicatie in deze procesvariabele de URL naar het document opslaan.',
|
|
2328
2359
|
taal: 'Taal',
|
|
2360
|
+
languageInputType: 'Invoertype taal',
|
|
2361
|
+
taalTextTooltip: 'Voer een waarde-resolver expressie in die tijdens runtime wordt opgelost (bijv. doc:taal)',
|
|
2329
2362
|
status: 'Status',
|
|
2363
|
+
statusInputType: 'Invoertype status',
|
|
2364
|
+
statusTextTooltip: 'Voer een waarde-resolver expressie in die tijdens runtime wordt opgelost (bijv. doc:status)',
|
|
2330
2365
|
informatieobjecttype: 'URL naar het informatieobjecttype',
|
|
2331
2366
|
informatieobjecttypeTooltip: 'Vul in dit veld de volledige URL naar een informatieobjecttype van een Zaak catalogus. Deze URL moet dus eindigen op /catalogi/api/v1/informatieobjecttypen/{uuid}',
|
|
2332
2367
|
nld: 'Nederlands',
|
|
@@ -2382,6 +2417,10 @@ const documentenApiPluginSpecification = {
|
|
|
2382
2417
|
fileNameTooltip: 'The name of the physical file in which the content of the document is captured, including extension',
|
|
2383
2418
|
confidentialityLevel: 'Confidentiality level',
|
|
2384
2419
|
confidentialityLevelTooltip: 'Indication of the extent to which the document is intended for public access',
|
|
2420
|
+
confidentialityLevelInputType: 'Confidentiality level input type',
|
|
2421
|
+
confidentialityLevelTextTooltip: 'Enter a value resolver expression that will be resolved at runtime (e.g. doc:confidentialityLevel)',
|
|
2422
|
+
selection: 'Selection',
|
|
2423
|
+
text: 'Text (value resolver)',
|
|
2385
2424
|
inputTitle: 'Title',
|
|
2386
2425
|
inputTitleTooltip: 'The name by which the document is formally known',
|
|
2387
2426
|
inputDescription: 'Description',
|
|
@@ -2399,7 +2438,11 @@ const documentenApiPluginSpecification = {
|
|
|
2399
2438
|
storedDocumentUrl: 'Process variable name for storing document URL',
|
|
2400
2439
|
storeDocumentUrlTooltip: 'After the document has been uploaded to the Documenten API, the application will store the URL to the document in this process variable.',
|
|
2401
2440
|
taal: 'Language',
|
|
2441
|
+
languageInputType: 'Language input type',
|
|
2442
|
+
taalTextTooltip: 'Enter a value resolver expression that will be resolved at runtime (e.g. doc:taal)',
|
|
2402
2443
|
status: 'Status',
|
|
2444
|
+
statusInputType: 'Status input type',
|
|
2445
|
+
statusTextTooltip: 'Enter a value resolver expression that will be resolved at runtime (e.g. doc:status)',
|
|
2403
2446
|
informatieobjecttype: 'URL to the informationobjecttype',
|
|
2404
2447
|
informatieobjecttypeTooltip: 'Enter the full URL to an information object type of a Zaak catalog in this field. So this URL must end with /catalogi/api/v1/informatieobjecttypen/{uuid}',
|
|
2405
2448
|
nld: 'Dutch',
|