linear-react-components-ui 1.1.8 → 1.1.9

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.
@@ -159,7 +159,8 @@ const BaseMask = _ref => {
159
159
  inputRef.current = r;
160
160
  }
161
161
  }
162
- }
162
+ },
163
+ permissionAttr: permissionAttr
163
164
  }, rest, getEventProps(rest, setValue, maskRef.current)));
164
165
  };
165
166
  var _default = exports.default = BaseMask;
@@ -48,6 +48,7 @@ declare const getMaskOptions: ({ isDateField, placeholderChar, min, max, lazy, r
48
48
  placeholderChar: string;
49
49
  min: any;
50
50
  max: any;
51
+ lazy: boolean | undefined;
51
52
  };
52
53
  declare function CPFValidation(cpf?: string, returnMessage?: (msg: string) => void): void | "CPF inválido";
53
54
  declare function CNPJValidation(cnpj?: string, returnMessage?: (msg: string) => void): void | "CNPJ inválido";
@@ -62,7 +62,8 @@ const getMaskOptions = _ref => {
62
62
  return _objectSpread({
63
63
  placeholderChar: placeholderChar === '' ? ' ' : placeholderChar,
64
64
  min,
65
- max
65
+ max,
66
+ lazy
66
67
  }, rest);
67
68
  };
68
69
  exports.getMaskOptions = getMaskOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",