mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +00:00
remove depend on from the general render (#7442)
This commit is contained in:
parent
131963f4ab
commit
7c7b1eadf3
@ -9,3 +9,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-datetimepicker-toggle {
|
||||||
|
color: var(--theme-icon-fg-color);
|
||||||
|
}
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
"UPLOAD": "UPLOAD",
|
"UPLOAD": "UPLOAD",
|
||||||
"REQUIRED": "*Required",
|
"REQUIRED": "*Required",
|
||||||
"FILE_NAME": "File Name",
|
"FILE_NAME": "File Name",
|
||||||
"DEPENDS_ON": "Depends on: {{widgetId}}",
|
|
||||||
"NO_FILE_ATTACHED": "No file attached",
|
"NO_FILE_ATTACHED": "No file attached",
|
||||||
"VALIDATOR": {
|
"VALIDATOR": {
|
||||||
"INVALID_NUMBER": "Use a different number format",
|
"INVALID_NUMBER": "Use a different number format",
|
||||||
|
@ -2,11 +2,7 @@
|
|||||||
[class.adf-invalid]="!field.isValid" [class.adf-readonly]="field.readOnly">
|
[class.adf-invalid]="!field.isValid" [class.adf-readonly]="field.readOnly">
|
||||||
<div class="adf-dropdown-widget-top-labels">
|
<div class="adf-dropdown-widget-top-labels">
|
||||||
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span
|
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span
|
||||||
*ngIf="isRequired()">*</span></label>
|
*ngIf="isRequired()">*</span>
|
||||||
<label class="adf-label adf-dropdown-widget-linked"
|
|
||||||
*ngIf="isLinkedWidget()"
|
|
||||||
[attr.for]="field.id">
|
|
||||||
{{ 'FORM.FIELD.DEPENDS_ON' | translate: { widgetId: getLinkedWidgetId() } }}
|
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<mat-form-field>
|
<mat-form-field>
|
||||||
|
@ -12,17 +12,6 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-top-labels {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
height: 16px;
|
|
||||||
|
|
||||||
.adf-dropdown-widget-linked {
|
|
||||||
display: contents;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&-select {
|
&-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user