infinity-forge 0.57.9 → 0.58.0
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.
|
@@ -13,7 +13,6 @@ var __assign = (this && this.__assign) || function () {
|
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.InputCpfCnpj = void 0;
|
|
15
15
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
16
|
-
var input_control_1 = require("../input-control/index.js");
|
|
17
16
|
var input_mask_1 = require("../input-mask/index.js");
|
|
18
17
|
function InputCpfCnpj(props) {
|
|
19
18
|
var masks = {
|
|
@@ -29,7 +28,7 @@ function InputCpfCnpj(props) {
|
|
|
29
28
|
replacement: { _: /\d/ },
|
|
30
29
|
};
|
|
31
30
|
}
|
|
32
|
-
return (
|
|
31
|
+
return (0, jsx_runtime_1.jsx)(input_mask_1.InputMask, __assign({}, props, { mask: handleMask(''), modify: modify }));
|
|
33
32
|
}
|
|
34
33
|
exports.InputCpfCnpj = InputCpfCnpj;
|
|
35
34
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-cpf-cnpj/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/ui/components/form/input-cpf-cnpj/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAGA,4CAAyC;AAEzC,SAAgB,YAAY,CAAC,KAAiB;IAC5C,IAAM,KAAK,GAAG;QACZ,GAAG,EAAE,iBAAiB;QACtB,IAAI,EAAE,oBAAoB;KAC3B,CAAA;IAED,IAAM,UAAU,GAAG,UAAC,KAAK;QACvB,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,MAAM,IAAG,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;IAC3F,CAAC,CAAA;IAED,SAAS,MAAM,CAAC,KAAa;QAC3B,OAAO;YACL,IAAI,EAAE,UAAU,CAAC,KAAK,CAAC;YACvB,WAAW,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE;SACzB,CAAA;IACH,CAAC;IAED,OAAO,uBAAC,sBAAS,eAAK,KAAK,IAAE,IAAI,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,IAAI,CAAA;AACvE,CAAC;AAlBD,oCAkBC"}
|