Merge branch 'VM/RED-9201' into 'master'
RED-9201 - UI for Component Mapping Tables Closes RED-9201 See merge request redactmanager/red-ui!541
This commit is contained in:
commit
fc8a9da8cd
@ -29,7 +29,6 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
class="row"
|
class="row"
|
||||||
[class.disabled-file-options]="disabledFileOptions"
|
|
||||||
[matTooltip]="'add-edit-component-mapping.disabled-file-options' | translate"
|
[matTooltip]="'add-edit-component-mapping.disabled-file-options' | translate"
|
||||||
[matTooltipDisabled]="!disabledFileOptions"
|
[matTooltipDisabled]="!disabledFileOptions"
|
||||||
[matTooltipPosition]="'above'"
|
[matTooltipPosition]="'above'"
|
||||||
@ -41,12 +40,13 @@
|
|||||||
formControlName="delimiter"
|
formControlName="delimiter"
|
||||||
name="delimiter"
|
name="delimiter"
|
||||||
type="text"
|
type="text"
|
||||||
|
[class.disabled-file-options]="disabledFileOptions"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="iqser-input-group required w-150">
|
<div class="iqser-input-group required w-150">
|
||||||
<label translate="add-edit-component-mapping.form.encoding-type"></label>
|
<label translate="add-edit-component-mapping.form.encoding-type"></label>
|
||||||
<mat-form-field>
|
<mat-form-field [class.disabled-file-options]="disabledFileOptions">
|
||||||
<mat-select formControlName="encoding">
|
<mat-select formControlName="encoding">
|
||||||
<mat-option *ngFor="let type of encodingTypeOptions" [value]="type">
|
<mat-option *ngFor="let type of encodingTypeOptions" [value]="type">
|
||||||
{{ translations[type] | translate }}
|
{{ translations[type] | translate }}
|
||||||
|
|||||||
@ -19,13 +19,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled-file-options {
|
.disabled-file-options {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
pointer-events: auto;
|
pointer-events: none;
|
||||||
max-width: 300px;
|
|
||||||
|
|
||||||
.iqser-input-group {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row:last-child {
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user