minor adjustments
This commit is contained in:
parent
cc89f5fbca
commit
e39b4673e2
@ -20,7 +20,7 @@
|
|||||||
<div class="tb-form-table">
|
<div class="tb-form-table">
|
||||||
<div class="tb-form-table-header">
|
<div class="tb-form-table-header">
|
||||||
<div class="tb-form-table-header-cell w-1/6">{{ 'common.name' | translate }}</div>
|
<div class="tb-form-table-header-cell w-1/6">{{ 'common.name' | translate }}</div>
|
||||||
<div class="tb-form-table-header-cell w-1/5 lt-sm:hidden">{{ 'common.type' | translate }}</div>
|
<div class="tb-form-table-header-cell w-1/5 xs:hidden">{{ 'common.type' | translate }}</div>
|
||||||
<div class="tb-form-table-header-cell flex-1">{{ 'common.data' | translate }}</div>
|
<div class="tb-form-table-header-cell flex-1">{{ 'common.data' | translate }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tb-form-table-body">
|
<div class="tb-form-table-body">
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<mat-form-field appearance="outline" class="tb-inline-field w-1/6" subscriptSizing="dynamic">
|
<mat-form-field appearance="outline" class="tb-inline-field w-1/6" subscriptSizing="dynamic">
|
||||||
<input matInput formControlName="argumentName" placeholder="{{ 'action.set' | translate }}">
|
<input matInput formControlName="argumentName" placeholder="{{ 'action.set' | translate }}">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field appearance="outline" class="tb-inline-field w-1/5 lt-sm:hidden" subscriptSizing="dynamic">
|
<mat-form-field appearance="outline" class="tb-inline-field w-1/5 xs:hidden" subscriptSizing="dynamic">
|
||||||
<mat-select [value]="argumentsTypeMap.get(group.get('argumentName').value)" [disabled]="true">
|
<mat-select [value]="argumentsTypeMap.get(group.get('argumentName').value)" [disabled]="true">
|
||||||
<mat-option [value]="argumentsTypeMap.get(group.get('argumentName').value)">
|
<mat-option [value]="argumentsTypeMap.get(group.get('argumentName').value)">
|
||||||
{{ ArgumentTypeTranslations.get(argumentsTypeMap.get(group.get('argumentName').value)) | translate }}
|
{{ ArgumentTypeTranslations.get(argumentsTypeMap.get(group.get('argumentName').value)) | translate }}
|
||||||
|
|||||||
@ -162,7 +162,7 @@ export interface CalculatedFieldDebugDialogData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface CalculatedFieldTestScriptInputParams {
|
export interface CalculatedFieldTestScriptInputParams {
|
||||||
arguments: CalculatedFieldEventArguments,
|
arguments: CalculatedFieldEventArguments;
|
||||||
expression: string;
|
expression: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user