@masterkeymaterial/ui 0.2.19 → 0.2.20
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,6 +155,7 @@ interface IFieldComponent<T> {
|
|
|
155
155
|
isCollapsed?: () => boolean;
|
|
156
156
|
getDisplay?: (value: any, form?: Formulario) => any;
|
|
157
157
|
textEmpty?: string;
|
|
158
|
+
sanitizeOnSubmit?: boolean;
|
|
158
159
|
}
|
|
159
160
|
/************************************************\\
|
|
160
161
|
// FASES \\
|
|
@@ -894,6 +895,7 @@ declare class FormatedValues {
|
|
|
894
895
|
isCollapsed?: () => boolean;
|
|
895
896
|
getDisplay?: (value: any, form?: _masterkeymaterial_ui.Formulario) => any;
|
|
896
897
|
textEmpty?: string;
|
|
898
|
+
sanitizeOnSubmit?: boolean;
|
|
897
899
|
}[] | undefined>;
|
|
898
900
|
getFormattedValue(campo: IFieldComponent<any>): any;
|
|
899
901
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormatedValues, never>;
|