devextreme-rpk 21.2.5 → 21.2.6
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 openXmlCurrencyFormat from "../open_xml_currency_format";
|
|
10
10
|
import "./core";
|
11
11
|
import "./number";
|
12
12
|
import "../currency";
|
13
|
-
import "
|
13
|
+
import "globalize/dist/globalize/currency";
|
14
14
|
var enCurrencyUSD = {
|
15
15
|
main: {
|
16
16
|
en: {
|
@@ -10,7 +10,7 @@ import "./core";
|
|
10
10
|
import Globalize from "globalize";
|
11
11
|
import messageLocalization from "../message";
|
12
12
|
import coreLocalization from "../core";
|
13
|
-
import "
|
13
|
+
import "globalize/dist/globalize/message";
|
14
14
|
if (Globalize && Globalize.formatMessage) {
|
15
15
|
var DEFAULT_LOCALE = "en";
|
16
16
|
var originalLoadMessages = Globalize.loadMessages;
|
@@ -10,7 +10,7 @@ import "./core";
|
|
10
10
|
import Globalize from "globalize";
|
11
11
|
import numberLocalization from "../number";
|
12
12
|
import errors from "../../core/errors";
|
13
|
-
import "
|
13
|
+
import "globalize/dist/globalize/number";
|
14
14
|
if (Globalize && Globalize.formatNumber) {
|
15
15
|
var enNumbers = {
|
16
16
|
main: {
|