SUPPORT-8381: fix by review (1)

This commit is contained in:
Alexandr Shalaginov 2024-07-23 11:28:49 +03:00
parent 466b27cd12
commit 83007bdfd9
4 changed files with 8 additions and 8 deletions

View file

@ -912,7 +912,7 @@
cursor: pointer;
}
/* FileUploadV2 start */
/* ErvuFileUpload start */
.webbpm .file-upload-v2 .file-drop-zone {
position: relative;
display: flex;
@ -922,4 +922,4 @@
border-radius: 16px;
background: #f2f2f2;
}
/* FileUploadV2 end */
/* ErvuFileUpload end */

View file

@ -17,7 +17,7 @@ import {EmployeeInfoFileFormType} from "./EmployeeInfoFileFormType";
templateUrl: "./../../../../../src/resources/template/ervu/component/FileUploadV2.html",
changeDetection: ChangeDetectionStrategy.OnPush
})
export class FileUploadV2 extends InputControl {
export class ErvuFileUpload extends InputControl {
@NotNull("true")
public selectFileFieldText: string;
@NotNull("true")

View file

@ -31,7 +31,7 @@ import {ProcessListComponent} from "./component/process-list.component";
import {TaskComponent} from "./component/task.component";
import {TaskNotFoundComponent} from "./component/task-not-found.component";
import {FileUploadModule} from "ng2-file-upload";
import {FileUploadV2} from "../../ervu/component/fileupload/FileUploadV2";
import {ErvuFileUpload} from "../../ervu/component/fileupload/ErvuFileUpload";
registerLocaleData(localeRu);
export const DIRECTIVES = [
@ -51,7 +51,7 @@ export const DIRECTIVES = [
forwardRef(() => ProcessListComponent),
forwardRef(() => TaskComponent),
forwardRef(() => TaskNotFoundComponent),
forwardRef(() => FileUploadV2)
forwardRef(() => ErvuFileUpload)
];
@NgModule({

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xmlComponent>
<id>f6d7a9d9-acfe-4414-a835-e9625fa06fb3</id>
<name>FileUploadV2</name>
<name>ErvuFileUpload</name>
<internal>false</internal>
<versions>
<studioVersion>3.175.0-SNAPSHOT</studioVersion>
@ -13,12 +13,12 @@
</packageVersions>
</versions>
<rootObject id="5694e7c5-bbb5-4d23-be6c-7ad71b8ad38c">
<name>FileUploadV2</name>
<name>ErvuFileUpload</name>
<container>false</container>
<childrenReordered>false</childrenReordered>
<scripts id="36fe7f3d-d9d5-472b-ad12-956ef734ee76">
<classRef type="TS">
<className>FileUploadV2</className>
<className>ErvuFileUpload</className>
<packageName>ervu.component.fileupload</packageName>
</classRef>
<enabled>true</enabled>