[ACS-8001] fixes

This commit is contained in:
Mykyta Maliarchuk
2024-06-11 22:54:26 +02:00
committed by Mykyta Maliarchuk
parent a1cbcfca33
commit 654dec8d57
7 changed files with 23 additions and 24 deletions

View File

@@ -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 {

View File

@@ -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"

View File

@@ -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', () => {