SUPPORT-9089: return base FileUpload

This commit is contained in:
adel.ka 2025-04-30 15:35:09 +03:00
parent 6581f5aa85
commit 659fa15181
7 changed files with 33 additions and 788 deletions

View file

@ -1,53 +0,0 @@
import {FileUpload, InputControl} from "@webbpm/base-package";
import {ChangeDetectionStrategy, Component} from "@angular/core";
@Component({
moduleId: module.id,
selector: 'temp-file-upload',
templateUrl: './../../../../../src/resources/template/account_applications/component/field/TemporaryFileUpload.html',
changeDetection: ChangeDetectionStrategy.OnPush
})
export class TemporaryFileUpload extends FileUpload {
onChange() {
this.updateValidationState();
super.onChange();
}
private updateValidationState() {
if (this.isRequired()) {
if (this.hasValidModel()) {
this.addCssClass('wb-valid');
this.removeCssClass('wb-invalid');
this.removeCustomValidationMessage(InputControl.ERROR_MESSAGES['required'])
}
else {
this.addCssClass('wb-invalid');
this.removeCssClass('wb-valid');
this.addCustomValidationMessage(InputControl.ERROR_MESSAGES['required']);
}
}
}
markAsTouched() {
this.removeCssClass('wb-untouched');
this.addCssClass('wb-touched');
this.modelTouched = true;
}
markAsUnTouched() {
this.addCssClass('wb-untouched');
this.removeCssClass('wb-touched');
this.modelTouched = false;
}
actionOnInvalid() {
this.updateValidationState();
}
clearValidateMessages() {
if(this.hasValidModel()){
this.setCustomValidationMessages([]);
}
}
}

View file

@ -25,7 +25,6 @@ import {DropdownTreeViewComponent}from "../../account_applications/component/fie
import {DropdownTreeviewSelectComponent} from "../../account_applications/component/external/ngx-treeview/dropdown-treeview-select/dropdown-treeview-select.component";
import {TreeviewModule} from "ngx-treeview";
import {ErvuStaticGrid} from "../../account_applications/component/grid/ErvuStaticGrid";
import {TemporaryFileUpload} from "../../account_applications/component/field/TemporaryFileUpload";
import {AuthorizationService} from "./service/authorization.service";
registerLocaleData(localeRu);
@ -38,8 +37,7 @@ export const DIRECTIVES = [
forwardRef(() => DropdownTreeViewComponent),
forwardRef(() => DropdownTreeviewSelectComponent),
forwardRef(() => ErvuAccountTextFieldGridEditor),
forwardRef(() => ErvuStaticGrid),
forwardRef(() => TemporaryFileUpload)
forwardRef(() => ErvuStaticGrid)
];
@NgModule({

View file

@ -799,10 +799,6 @@
<entry>
<key>formDao</key>
<value>
<implRef type="JAVA">
<className>AuditFormDaoImpl</className>
<packageName>ru.micord.ervu.account_applications.component.service</packageName>
</implRef>
<complex>
<entry>
<key>graph</key>
@ -811,6 +807,10 @@
</value>
</entry>
</complex>
<implRef type="JAVA">
<className>AuditFormDaoImpl</className>
<packageName>ru.micord.ervu.account_applications.component.service</packageName>
</implRef>
</value>
</entry>
<entry>
@ -2108,7 +2108,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -2245,109 +2244,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="27276e44-14c3-4b6d-8068-5830f7fea08b">
<prototypeId>76e91ef4-d2ef-4662-96ad-84c0dae0ecff</prototypeId>
@ -2632,6 +2529,7 @@
</properties>
</scripts>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
<children id="ba4d3cff-535f-42d1-9cfc-26022277ee64">
<prototypeId>dc7d3857-3c89-4245-b2d7-9b16504531ea</prototypeId>
@ -2962,6 +2860,7 @@
</properties>
</scripts>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="4edef2bf-11cc-4581-8d91-f40aa9e10d68">
@ -3233,6 +3132,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<children id="4e7acdd2-c80a-41ee-ab54-7e468bd28da6">
<prototypeId>be0e38c3-01c2-4122-85dd-1b6e176f543d</prototypeId>
<componentRootId>4e7acdd2-c80a-41ee-ab54-7e468bd28da6</componentRootId>

View file

@ -5925,7 +5925,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -6062,109 +6061,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="b3ed85ca-5941-4521-80dd-d26f65bdd6ef">
<prototypeId>133ca212-09a6-413a-ac66-e2f6ce188f1f</prototypeId>
@ -6599,6 +6496,7 @@
</scripts>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
<children id="33dc4c54-cfc0-4016-ac2e-cab678eedb40">
<prototypeId>dc7d3857-3c89-4245-b2d7-9b16504531ea</prototypeId>
@ -6902,6 +6800,7 @@
<scripts id="4bb5549d-f484-40da-99d1-998c8c963789"/>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="f944cae0-fef2-4968-84fd-67ac64449d13">
@ -7163,6 +7062,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<children id="2314557b-a121-43d0-97b2-857cf7606d63">
<prototypeId>be0e38c3-01c2-4122-85dd-1b6e176f543d</prototypeId>
<componentRootId>2314557b-a121-43d0-97b2-857cf7606d63</componentRootId>

View file

@ -5926,7 +5926,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -6063,109 +6062,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="b3ed85ca-5941-4521-80dd-d26f65bdd6ef">
<prototypeId>133ca212-09a6-413a-ac66-e2f6ce188f1f</prototypeId>
@ -6600,6 +6497,7 @@
</scripts>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
<children id="33dc4c54-cfc0-4016-ac2e-cab678eedb40">
<prototypeId>dc7d3857-3c89-4245-b2d7-9b16504531ea</prototypeId>
@ -6903,6 +6801,7 @@
<scripts id="4bb5549d-f484-40da-99d1-998c8c963789"/>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="f944cae0-fef2-4968-84fd-67ac64449d13">
@ -7164,6 +7063,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<children id="2314557b-a121-43d0-97b2-857cf7606d63">
<prototypeId>be0e38c3-01c2-4122-85dd-1b6e176f543d</prototypeId>
<componentRootId>2314557b-a121-43d0-97b2-857cf7606d63</componentRootId>

View file

@ -5929,7 +5929,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -6066,109 +6065,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="4cc50d18-df32-4521-841f-d0390011c6b4">
<prototypeId>8174c549-4b94-4c3e-9168-09610ade4c6e</prototypeId>
@ -6652,6 +6549,7 @@
</scripts>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
<children id="6bd69fd9-c769-4c36-84fb-48a7e0c8fddd">
<prototypeId>dc7d3857-3c89-4245-b2d7-9b16504531ea</prototypeId>
@ -6948,6 +6846,7 @@
<scripts id="4bb5549d-f484-40da-99d1-998c8c963789"/>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="0488e503-b053-4cfe-a031-06d932c12349">
@ -7202,6 +7101,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<children id="80f25393-fe48-41cf-a138-755ccf1b9063">
<prototypeId>be0e38c3-01c2-4122-85dd-1b6e176f543d</prototypeId>
<componentRootId>80f25393-fe48-41cf-a138-755ccf1b9063</componentRootId>
@ -9737,7 +9637,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -9874,109 +9773,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="4afa8dde-c3da-40be-884c-66169897a067">
<prototypeId>bce312bd-0c82-45e5-89dc-a1af90431c18</prototypeId>
@ -10820,6 +10617,7 @@
</scripts>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
<children id="408bbdb3-70d5-450d-bf07-8531a255fa73">
<prototypeId>dc7d3857-3c89-4245-b2d7-9b16504531ea</prototypeId>
@ -11116,6 +10914,7 @@
<scripts id="4bb5549d-f484-40da-99d1-998c8c963789"/>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="11847b61-e31a-4475-8d60-e00d373e9b01">
@ -11365,6 +11164,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<scripts id="c360cebe-b848-4f0b-baac-1486d6fe14be">
<classRef type="TS">
<className>GridDataTransfer</className>
@ -13803,6 +13603,7 @@
</scripts>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
<scripts id="536e6104-4b0f-4c6b-a352-b634c2bc2daf">
<classRef type="TS">
<className>FormField</className>
@ -14115,6 +13916,7 @@
<scripts id="4bb5549d-f484-40da-99d1-998c8c963789"/>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="9683d608-2406-48cd-9841-9e4108a8003e">
@ -14376,6 +14178,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<scripts id="3b492fd0-a525-43df-8622-df8e2088cefd">
<classRef type="TS">
<className>GridDataTransfer</className>
@ -14816,7 +14619,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -14953,109 +14755,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="843c0d5d-0f39-488c-a073-8df5f3335e37">
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>

View file

@ -5934,7 +5934,6 @@
<expanded>false</expanded>
<childrenReordered>false</childrenReordered>
<scripts id="f0bb8d46-5440-4e3e-9f55-dc050d49e271">
<enabled>false</enabled>
<properties>
<entry>
<key>canDelete</key>
@ -6071,109 +6070,7 @@
</scripts>
<scripts id="aac80db3-b71b-4a26-ab15-e1d4e4a1f9f8"/>
<scripts id="2d820518-c435-410b-8c64-afefd6f61ea7"/>
<scripts id="9af14de8-55af-4945-860d-3cfc68a2c5be">
<classRef type="TS">
<className>TemporaryFileUpload</className>
<packageName>account_applications.component.field</packageName>
</classRef>
<enabled>true</enabled>
<expanded>true</expanded>
<properties>
<entry>
<key>canDelete</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>collectible</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>extensionFilter</key>
<value>
<item id="1e07ffd5-ea94-4356-98a0-ba379cecbc44" removed="false">
<value>
<simple>"pdf"</simple>
</value>
</item>
<item id="4843c172-baa3-41eb-b059-8efeebed5738" removed="false">
<value>
<simple>"png"</simple>
</value>
</item>
<item id="31eea90c-b886-48a2-a403-3abc62887a05" removed="false">
<value>
<simple>"webp"</simple>
</value>
</item>
<item id="be902c86-96c9-4e9e-95db-8565b7ddbc9e" removed="false">
<value>
<simple>"jpeg"</simple>
</value>
</item>
<item id="b2884c54-bcb3-44bc-ae21-030727ccda9d" removed="false">
<value>
<simple>"gif"</simple>
</value>
</item>
<item id="f281e5e1-1d30-46b7-a156-f676cc755cf4" removed="false">
<value>
<simple>"raw"</simple>
</value>
</item>
<item id="593b5299-6204-46b8-8837-9654a5ffd683" removed="false">
<value>
<simple>"tiff"</simple>
</value>
</item>
<item id="ac3c2e29-8b7e-40d8-ad3d-bbc311ac0f71" removed="false">
<value>
<simple>"psd"</simple>
</value>
</item>
</value>
</entry>
<entry>
<key>label</key>
<value>
<simple>"Документ"</simple>
</value>
</entry>
<entry>
<key>maxFileSizeMb</key>
<value>
<simple>50.0</simple>
</value>
</entry>
<entry>
<key>placeholder</key>
<value>
<simple>"Выберите файл"</simple>
</value>
</entry>
<entry>
<key>previewDisplayType</key>
<value>
<simple>"TILE"</simple>
</value>
</entry>
<entry>
<key>required</key>
<value>
<simple>true</simple>
</value>
</entry>
<entry>
<key>visible</key>
<value>
<simple>true</simple>
</value>
</entry>
</properties>
</scripts>
<scripts id="daf1f718-6fad-4bdb-9690-1229d0c8bb2d"/>
</children>
<children id="b3ed85ca-5941-4521-80dd-d26f65bdd6ef">
<prototypeId>133ca212-09a6-413a-ac66-e2f6ce188f1f</prototypeId>
@ -6609,6 +6506,7 @@
</scripts>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
<children id="60ae64a8-ea07-4f49-b1d7-5004a8eb7051">
<prototypeId>dc7d3857-3c89-4245-b2d7-9b16504531ea</prototypeId>
@ -6911,6 +6809,7 @@
<scripts id="4bb5549d-f484-40da-99d1-998c8c963789"/>
<scripts id="e8d7e9c0-afbd-4e9e-a475-00e5ad024d6d"/>
<scripts id="39608513-f2fe-47d8-83ae-f4e34ee43cdb"/>
<scripts id="0adea248-242f-4141-8160-619d8b6e40a9"/>
</children>
</children>
<children id="2054a918-6a97-4f42-835d-968a27459828">
@ -7172,6 +7071,7 @@
<scripts id="162848c6-d624-438f-9720-16d76bdec5ff">
<expanded>true</expanded>
</scripts>
<scripts id="2db2ad18-0ad6-4965-962c-9f98b199cac0"/>
<children id="fc3dd272-c997-4527-be00-dabdc4f17cc6">
<prototypeId>be0e38c3-01c2-4122-85dd-1b6e176f543d</prototypeId>
<componentRootId>fc3dd272-c997-4527-be00-dabdc4f17cc6</componentRootId>