@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterkeymaterial/ui",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Biblioteca Angular de componentes UI e campos de formulario reutilizaveis para construir formularios dinamicos.",
5
5
  "keywords": [
6
6
  "angular",
@@ -155,7 +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
+ 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
- sanitizeOnSubmit?: boolean;
898
+ sanitize?: boolean;
899
899
  }[] | undefined>;
900
900
  getFormattedValue(campo: IFieldComponent<any>): any;
901
901
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormatedValues, never>;