@ui-ux-gang/devextreme-rpk 23.1.3 → 23.1.4
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.
|
@@ -10,7 +10,7 @@ import "./core";
|
|
|
10
10
|
import Globalize from "globalize-rpk";
|
|
11
11
|
import numberLocalization from "../number";
|
|
12
12
|
import errors from "../../core/errors";
|
|
13
|
-
import "
|
|
13
|
+
import "../number";
|
|
14
14
|
var MAX_FRACTION_DIGITS = 20;
|
|
15
15
|
if (Globalize && Globalize.formatNumber) {
|
|
16
16
|
if ("en" === Globalize.locale().locale) {
|