@masterkeymaterial/ui 0.2.20 → 0.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -155,7 +155,7 @@ interface IFieldComponent<T> {
|
|
|
155
155
|
isCollapsed?: () => boolean;
|
|
156
156
|
getDisplay?: (value: any, form?: Formulario) => any;
|
|
157
157
|
textEmpty?: string;
|
|
158
|
-
|
|
158
|
+
sanitize?: boolean;
|
|
159
159
|
}
|
|
160
160
|
/************************************************\\
|
|
161
161
|
// FASES \\
|
|
@@ -895,7 +895,7 @@ declare class FormatedValues {
|
|
|
895
895
|
isCollapsed?: () => boolean;
|
|
896
896
|
getDisplay?: (value: any, form?: _masterkeymaterial_ui.Formulario) => any;
|
|
897
897
|
textEmpty?: string;
|
|
898
|
-
|
|
898
|
+
sanitize?: boolean;
|
|
899
899
|
}[] | undefined>;
|
|
900
900
|
getFormattedValue(campo: IFieldComponent<any>): any;
|
|
901
901
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormatedValues, never>;
|