@jsuites/utils 6.0.0 → 6.0.1
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
return component;
|
|
276
276
|
})();
|
|
277
277
|
|
|
278
|
-
|
|
278
|
+
const Mask = (function() {
|
|
279
279
|
// Currency
|
|
280
280
|
const tokens = {
|
|
281
281
|
// Escape
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
Component.adjustPrecision = adjustPrecision;
|
|
4007
4007
|
|
|
4008
4008
|
return Component;
|
|
4009
|
-
}
|
|
4009
|
+
})();
|
|
4010
4010
|
|
|
4011
4011
|
return { Mask: Mask, Helpers: Helpers };
|
|
4012
4012
|
})));
|
package/package.json
CHANGED