Workin on ng16? maybe

This commit is contained in:
Vito Albano
2023-08-15 09:50:43 +01:00
parent 9f80967592
commit 10645db438
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $theme: mat.define-light-theme(
@include mat.all-component-themes($theme);
@include alfresco-material-theme($theme);
$typography: map.get($theme, typography);
$typography: map-get($theme, typography);
body,
html {
+1 -1
View File
@@ -1,6 +1,6 @@
@use '@angular/material' as mat;
$alfresco-typography: define-typography-config(
$alfresco-typography: mat.define-typography-config(
$font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif',
$display-4: mat.define-typography-level(112px, 112px, 300),
$display-3: mat.define-typography-level(56px, 56px, 400),
@@ -20,6 +20,7 @@ import { FormSaveRepresentation } from '@alfresco/js-api';
export class FormDefinitionModel extends FormSaveRepresentation {
reusable: boolean = false;
newVersion: boolean = false;
declare formRepresentation: any;
formImageBase64: string = '';
constructor(id: string, name: any, lastUpdatedByFullName: string, lastUpdated: string, metadata: any) {