mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ACS-8001] fixes
This commit is contained in:
committed by
Mykyta Maliarchuk
parent
a1cbcfca33
commit
654dec8d57
@@ -6,7 +6,6 @@
|
||||
padding-bottom: 6px;
|
||||
line-height: 20px;
|
||||
color: var(--adf-metadata-property-panel-title-color);
|
||||
border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
|
||||
margin-top: 10px;
|
||||
|
||||
&.adf-property-value-editable {
|
||||
@@ -14,8 +13,8 @@
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
border-radius: 6px;
|
||||
border-bottom: inherit;
|
||||
margin-bottom: 18px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.adf-property-readonly-value {
|
||||
|
@@ -120,7 +120,6 @@
|
||||
>
|
||||
{{ property.label | translate }}
|
||||
</mat-label>
|
||||
<!-- <adf-content-enrichment-menu matPrefix *ngIf="hasContentEnrichment && !isEditable" [prediction]="property.prediction"></adf-content-enrichment-menu>-->
|
||||
<input
|
||||
matInput
|
||||
[type]="property.inputType"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
import { fakeAsync, TestBed } from '@angular/core/testing';
|
||||
import { CardViewBaseItemModel } from '../models/card-view-baseitem.model';
|
||||
import { CardViewUpdateService, transformKeyToObject } from './card-view-update.service';
|
||||
import { PredictionStatusUpdate } from '@alfresco/adf-core';
|
||||
import { PredictionStatusUpdate } from '../../prediction/interfaces/prediction-status-update.interface';
|
||||
|
||||
describe('CardViewUpdateService', () => {
|
||||
|
||||
|
Reference in New Issue
Block a user