@evlop/commons 1.0.377 → 1.0.379
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/cjs/src/helpers/i18ninstance.js +1 -1
- package/dist/cjs/src/helpers/i18ninstance.js.map +1 -1
- package/dist/cjs/src/helpers/number-formatter/formatter.d.ts +0 -1
- package/dist/cjs/src/helpers/number-formatter/formatter.d.ts.map +1 -1
- package/dist/cjs/src/helpers/number-formatter/formatter.js +0 -1
- package/dist/cjs/src/helpers/number-formatter/formatter.js.map +1 -1
- package/dist/esm/src/helpers/i18ninstance.js +1 -1
- package/dist/esm/src/helpers/i18ninstance.js.map +1 -1
- package/dist/esm/src/helpers/number-formatter/formatter.d.ts +0 -1
- package/dist/esm/src/helpers/number-formatter/formatter.d.ts.map +1 -1
- package/dist/esm/src/helpers/number-formatter/formatter.js +0 -1
- package/dist/esm/src/helpers/number-formatter/formatter.js.map +1 -1
- package/dist/types/src/helpers/number-formatter/formatter.d.ts +0 -1
- package/dist/types/src/helpers/number-formatter/formatter.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/src/helpers/number-formatter/polyfill.d.ts +0 -1
- package/dist/cjs/src/helpers/number-formatter/polyfill.d.ts.map +0 -1
- package/dist/cjs/src/helpers/number-formatter/polyfill.js +0 -2
- package/dist/cjs/src/helpers/number-formatter/polyfill.js.map +0 -1
- package/dist/cjs/src/helpers/number-formatter/polyfill.native.d.ts +0 -23
- package/dist/cjs/src/helpers/number-formatter/polyfill.native.d.ts.map +0 -1
- package/dist/cjs/src/helpers/number-formatter/polyfill.native.js +0 -26
- package/dist/cjs/src/helpers/number-formatter/polyfill.native.js.map +0 -1
- package/dist/esm/src/helpers/number-formatter/polyfill.d.ts +0 -1
- package/dist/esm/src/helpers/number-formatter/polyfill.d.ts.map +0 -1
- package/dist/esm/src/helpers/number-formatter/polyfill.js +0 -2
- package/dist/esm/src/helpers/number-formatter/polyfill.js.map +0 -1
- package/dist/esm/src/helpers/number-formatter/polyfill.native.d.ts +0 -23
- package/dist/esm/src/helpers/number-formatter/polyfill.native.d.ts.map +0 -1
- package/dist/esm/src/helpers/number-formatter/polyfill.native.js +0 -24
- package/dist/esm/src/helpers/number-formatter/polyfill.native.js.map +0 -1
- package/dist/types/src/helpers/number-formatter/polyfill.d.ts +0 -1
- package/dist/types/src/helpers/number-formatter/polyfill.d.ts.map +0 -1
- package/dist/types/src/helpers/number-formatter/polyfill.native.d.ts +0 -23
- package/dist/types/src/helpers/number-formatter/polyfill.native.d.ts.map +0 -1
|
@@ -9,7 +9,7 @@ exports.i18nInstance = i18next_1.default.createInstance();
|
|
|
9
9
|
exports.i18nInstance.init({
|
|
10
10
|
compatibilityJSON: "v3",
|
|
11
11
|
lng: "en",
|
|
12
|
-
fallbackLng: ['default', 'en'
|
|
12
|
+
fallbackLng: ['default', 'en'],
|
|
13
13
|
defaultNS: "common",
|
|
14
14
|
interpolation: {
|
|
15
15
|
escapeValue: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18ninstance.js","sourceRoot":"","sources":["../../../../src/helpers/i18ninstance.ts"],"names":[],"mappings":";;;;;;AAAA,sDAA8B;AAEjB,QAAA,YAAY,GAAG,iBAAO,CAAC,cAAc,EAAE,CAAC;AACrD,oBAAY,CAAC,IAAI,CAAC;IACd,iBAAiB,EAAE,IAAI;IACvB,GAAG,EAAE,IAAI;IACT,WAAW,EAAE,CAAC,SAAS,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"i18ninstance.js","sourceRoot":"","sources":["../../../../src/helpers/i18ninstance.ts"],"names":[],"mappings":";;;;;;AAAA,sDAA8B;AAEjB,QAAA,YAAY,GAAG,iBAAO,CAAC,cAAc,EAAE,CAAC;AACrD,oBAAY,CAAC,IAAI,CAAC;IACd,iBAAiB,EAAE,IAAI;IACvB,GAAG,EAAE,IAAI;IACT,WAAW,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC;IAC9B,SAAS,EAAE,QAAQ;IACnB,aAAa,EAAE;QACX,WAAW,EAAE,KAAK;KACrB;IACD,KAAK,EAAE;QACH,WAAW,EAAE,KAAK;KACrB;CACJ,CAAC,CAAC;AAEH,kBAAe,oBAAY,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import './polyfill';
|
|
2
1
|
export declare function getCurrencyFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
3
2
|
export declare function getUnitFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
4
3
|
export declare function getPercentageFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatter.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formatter.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"AAOA,wBAAgB,oBAAoB,CAAE,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAYrG;AAED,wBAAgB,gBAAgB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAYhG;AAED,wBAAgB,sBAAsB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAUtG;AAED,wBAAgB,mBAAmB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAUnG"}
|
|
@@ -8,7 +8,6 @@ exports.getUnitFormatter = getUnitFormatter;
|
|
|
8
8
|
exports.getPercentageFormatter = getPercentageFormatter;
|
|
9
9
|
exports.getDecimalFormatter = getDecimalFormatter;
|
|
10
10
|
const i18ninstance_1 = __importDefault(require("../i18ninstance"));
|
|
11
|
-
require("./polyfill");
|
|
12
11
|
function getNumberFormatter(options) {
|
|
13
12
|
const locales = i18ninstance_1.default.languages;
|
|
14
13
|
return new Intl.NumberFormat(locales, options);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":";;;;;AAOA,oDAYC;AAED,4CAYC;AAED,wDAUC;AAED,kDAUC;AAzDD,mEAA2C;AAE3C,SAAS,kBAAkB,CAAC,OAAiC;IACzD,MAAM,OAAO,GAAG,sBAAY,CAAC,SAAS,CAAA;IACtC,OAAO,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;AACnD,CAAC;AAED,SAAgB,oBAAoB,CAAE,sBAAgE;IAClG,MAAM,uBAAuB,GAAsC;QAC/D,KAAK,EAAE,UAAU;QACjB,QAAQ,EAAE,KAAK;QACf,eAAe,EAAE,MAAM;KAC1B,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAED,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC;AAED,SAAgB,gBAAgB,CAAC,sBAAgE;IAC7F,MAAM,uBAAuB,GAAG;QAC5B,KAAK,EAAE,MAAM;QACb,QAAQ,EAAE,SAAS;QACnB,WAAW,EAAE,QAAQ;QACrB,qBAAqB,EAAE,CAAC;KAC3B,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IACD,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC;AAED,SAAgB,sBAAsB,CAAC,sBAAgE;IACnG,MAAM,uBAAuB,GAAG;QAC5B,KAAK,EAAE,YAAY;QACnB,qBAAqB,EAAE,CAAC;KAC3B,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IACD,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC;AAED,SAAgB,mBAAmB,CAAC,sBAAgE;IAChG,MAAM,uBAAuB,GAAG;QAC5B,KAAK,EAAE,SAAS;KACnB,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAED,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18ninstance.js","sourceRoot":"","sources":["../../../../src/helpers/i18ninstance.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAC;AAE9B,MAAM,CAAC,MAAM,YAAY,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;AACrD,YAAY,CAAC,IAAI,CAAC;IACd,iBAAiB,EAAE,IAAI;IACvB,GAAG,EAAE,IAAI;IACT,WAAW,EAAE,CAAC,SAAS,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"i18ninstance.js","sourceRoot":"","sources":["../../../../src/helpers/i18ninstance.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAC;AAE9B,MAAM,CAAC,MAAM,YAAY,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;AACrD,YAAY,CAAC,IAAI,CAAC;IACd,iBAAiB,EAAE,IAAI;IACvB,GAAG,EAAE,IAAI;IACT,WAAW,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC;IAC9B,SAAS,EAAE,QAAQ;IACnB,aAAa,EAAE;QACX,WAAW,EAAE,KAAK;KACrB;IACD,KAAK,EAAE;QACH,WAAW,EAAE,KAAK;KACrB;CACJ,CAAC,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import './polyfill';
|
|
2
1
|
export declare function getCurrencyFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
3
2
|
export declare function getUnitFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
4
3
|
export declare function getPercentageFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatter.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formatter.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"AAOA,wBAAgB,oBAAoB,CAAE,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAYrG;AAED,wBAAgB,gBAAgB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAYhG;AAED,wBAAgB,sBAAsB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAUtG;AAED,wBAAgB,mBAAmB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAUnG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"formatter.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAE3C,SAAS,kBAAkB,CAAC,OAAiC;IACzD,MAAM,OAAO,GAAG,YAAY,CAAC,SAAS,CAAA;IACtC,OAAO,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;AACnD,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAE,sBAAgE;IAClG,MAAM,uBAAuB,GAAsC;QAC/D,KAAK,EAAE,UAAU;QACjB,QAAQ,EAAE,KAAK;QACf,eAAe,EAAE,MAAM;KAC1B,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAED,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,sBAAgE;IAC7F,MAAM,uBAAuB,GAAG;QAC5B,KAAK,EAAE,MAAM;QACb,QAAQ,EAAE,SAAS;QACnB,WAAW,EAAE,QAAQ;QACrB,qBAAqB,EAAE,CAAC;KAC3B,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IACD,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,sBAAgE;IACnG,MAAM,uBAAuB,GAAG;QAC5B,KAAK,EAAE,YAAY;QACnB,qBAAqB,EAAE,CAAC;KAC3B,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IACD,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAC,sBAAgE;IAChG,MAAM,uBAAuB,GAAG;QAC5B,KAAK,EAAE,SAAS;KACnB,CAAA;IAED,IAAI,sBAAsB,EAAE,CAAC;QACzB,MAAM,CAAC,MAAM,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAED,OAAO,kBAAkB,CAAC,uBAAmD,CAAC,CAAC;AACnF,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import './polyfill';
|
|
2
1
|
export declare function getCurrencyFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
3
2
|
export declare function getUnitFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
4
3
|
export declare function getPercentageFormatter(numberFormatterOptions?: Omit<Intl.NumberFormatOptions, 'style'>): Intl.NumberFormat;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatter.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formatter.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/formatter.tsx"],"names":[],"mappings":"AAOA,wBAAgB,oBAAoB,CAAE,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAYrG;AAED,wBAAgB,gBAAgB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAYhG;AAED,wBAAgB,sBAAsB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAUtG;AAED,wBAAgB,mBAAmB,CAAC,sBAAsB,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,qBAUnG"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=polyfill.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.ts"],"names":[],"mappings":"AAAA,yDAAyD"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import '@formatjs/intl-getcanonicallocales/polyfill';
|
|
2
|
-
import '@formatjs/intl-locale/polyfill';
|
|
3
|
-
import '@formatjs/intl-pluralrules/polyfill';
|
|
4
|
-
import '@formatjs/intl-pluralrules/locale-data/en';
|
|
5
|
-
import '@formatjs/intl-numberformat/polyfill';
|
|
6
|
-
import '@formatjs/intl-numberformat/locale-data/en';
|
|
7
|
-
import '@formatjs/intl-numberformat/locale-data/ne';
|
|
8
|
-
import '@formatjs/intl-numberformat/locale-data/ar';
|
|
9
|
-
import '@formatjs/intl-numberformat/locale-data/hi';
|
|
10
|
-
import '@formatjs/intl-numberformat/locale-data/zh';
|
|
11
|
-
import '@formatjs/intl-numberformat/locale-data/es';
|
|
12
|
-
import '@formatjs/intl-numberformat/locale-data/fr';
|
|
13
|
-
import '@formatjs/intl-numberformat/locale-data/pt';
|
|
14
|
-
import '@formatjs/intl-numberformat/locale-data/ja';
|
|
15
|
-
import '@formatjs/intl-numberformat/locale-data/de';
|
|
16
|
-
import '@formatjs/intl-numberformat/locale-data/ru';
|
|
17
|
-
import '@formatjs/intl-numberformat/locale-data/ko';
|
|
18
|
-
import '@formatjs/intl-numberformat/locale-data/it';
|
|
19
|
-
import '@formatjs/intl-numberformat/locale-data/tr';
|
|
20
|
-
import '@formatjs/intl-numberformat/locale-data/vi';
|
|
21
|
-
import '@formatjs/intl-numberformat/locale-data/th';
|
|
22
|
-
import '@formatjs/intl-numberformat/locale-data/id';
|
|
23
|
-
//# sourceMappingURL=polyfill.native.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.native.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.native.ts"],"names":[],"mappings":"AAAA,OAAO,6CAA6C,CAAA;AACpD,OAAO,gCAAgC,CAAC;AACxC,OAAO,qCAAqC,CAAC;AAC7C,OAAO,2CAA2C,CAAC;AACnD,OAAO,sCAAsC,CAAC;AAC9C,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AAEpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
require("@formatjs/intl-getcanonicallocales/polyfill");
|
|
4
|
-
require("@formatjs/intl-locale/polyfill");
|
|
5
|
-
require("@formatjs/intl-pluralrules/polyfill");
|
|
6
|
-
require("@formatjs/intl-pluralrules/locale-data/en");
|
|
7
|
-
require("@formatjs/intl-numberformat/polyfill");
|
|
8
|
-
require("@formatjs/intl-numberformat/locale-data/en");
|
|
9
|
-
require("@formatjs/intl-numberformat/locale-data/ne");
|
|
10
|
-
require("@formatjs/intl-numberformat/locale-data/ar");
|
|
11
|
-
require("@formatjs/intl-numberformat/locale-data/hi");
|
|
12
|
-
// Most important languages by global population and economic importance
|
|
13
|
-
require("@formatjs/intl-numberformat/locale-data/zh"); // Chinese (Mandarin) - largest population
|
|
14
|
-
require("@formatjs/intl-numberformat/locale-data/es"); // Spanish - widely spoken globally
|
|
15
|
-
require("@formatjs/intl-numberformat/locale-data/fr"); // French - international language
|
|
16
|
-
require("@formatjs/intl-numberformat/locale-data/pt"); // Portuguese - Brazil, Portugal
|
|
17
|
-
require("@formatjs/intl-numberformat/locale-data/ja"); // Japanese - major economy
|
|
18
|
-
require("@formatjs/intl-numberformat/locale-data/de"); // German - major economy
|
|
19
|
-
require("@formatjs/intl-numberformat/locale-data/ru"); // Russian - large population
|
|
20
|
-
require("@formatjs/intl-numberformat/locale-data/ko"); // Korean - major economy
|
|
21
|
-
require("@formatjs/intl-numberformat/locale-data/it"); // Italian - major economy
|
|
22
|
-
require("@formatjs/intl-numberformat/locale-data/tr"); // Turkish - large population
|
|
23
|
-
require("@formatjs/intl-numberformat/locale-data/vi"); // Vietnamese - large population
|
|
24
|
-
require("@formatjs/intl-numberformat/locale-data/th"); // Thai - regional importance
|
|
25
|
-
require("@formatjs/intl-numberformat/locale-data/id"); // Indonesian - large population
|
|
26
|
-
//# sourceMappingURL=polyfill.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.native.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.native.ts"],"names":[],"mappings":";;AAAA,uDAAoD;AACpD,0CAAwC;AACxC,+CAA6C;AAC7C,qDAAmD;AACnD,gDAA8C;AAC9C,sDAAoD;AACpD,sDAAoD;AACpD,sDAAoD;AACpD,sDAAoD;AACpD,wEAAwE;AACxE,sDAAoD,CAAC,0CAA0C;AAC/F,sDAAoD,CAAC,mCAAmC;AACxF,sDAAoD,CAAC,kCAAkC;AACvF,sDAAoD,CAAC,gCAAgC;AACrF,sDAAoD,CAAC,2BAA2B;AAChF,sDAAoD,CAAC,yBAAyB;AAC9E,sDAAoD,CAAC,6BAA6B;AAClF,sDAAoD,CAAC,yBAAyB;AAC9E,sDAAoD,CAAC,0BAA0B;AAC/E,sDAAoD,CAAC,6BAA6B;AAClF,sDAAoD,CAAC,gCAAgC;AACrF,sDAAoD,CAAC,6BAA6B;AAClF,sDAAoD,CAAC,gCAAgC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=polyfill.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.ts"],"names":[],"mappings":"AAAA,yDAAyD"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import '@formatjs/intl-getcanonicallocales/polyfill';
|
|
2
|
-
import '@formatjs/intl-locale/polyfill';
|
|
3
|
-
import '@formatjs/intl-pluralrules/polyfill';
|
|
4
|
-
import '@formatjs/intl-pluralrules/locale-data/en';
|
|
5
|
-
import '@formatjs/intl-numberformat/polyfill';
|
|
6
|
-
import '@formatjs/intl-numberformat/locale-data/en';
|
|
7
|
-
import '@formatjs/intl-numberformat/locale-data/ne';
|
|
8
|
-
import '@formatjs/intl-numberformat/locale-data/ar';
|
|
9
|
-
import '@formatjs/intl-numberformat/locale-data/hi';
|
|
10
|
-
import '@formatjs/intl-numberformat/locale-data/zh';
|
|
11
|
-
import '@formatjs/intl-numberformat/locale-data/es';
|
|
12
|
-
import '@formatjs/intl-numberformat/locale-data/fr';
|
|
13
|
-
import '@formatjs/intl-numberformat/locale-data/pt';
|
|
14
|
-
import '@formatjs/intl-numberformat/locale-data/ja';
|
|
15
|
-
import '@formatjs/intl-numberformat/locale-data/de';
|
|
16
|
-
import '@formatjs/intl-numberformat/locale-data/ru';
|
|
17
|
-
import '@formatjs/intl-numberformat/locale-data/ko';
|
|
18
|
-
import '@formatjs/intl-numberformat/locale-data/it';
|
|
19
|
-
import '@formatjs/intl-numberformat/locale-data/tr';
|
|
20
|
-
import '@formatjs/intl-numberformat/locale-data/vi';
|
|
21
|
-
import '@formatjs/intl-numberformat/locale-data/th';
|
|
22
|
-
import '@formatjs/intl-numberformat/locale-data/id';
|
|
23
|
-
//# sourceMappingURL=polyfill.native.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.native.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.native.ts"],"names":[],"mappings":"AAAA,OAAO,6CAA6C,CAAA;AACpD,OAAO,gCAAgC,CAAC;AACxC,OAAO,qCAAqC,CAAC;AAC7C,OAAO,2CAA2C,CAAC;AACnD,OAAO,sCAAsC,CAAC;AAC9C,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AAEpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import '@formatjs/intl-getcanonicallocales/polyfill';
|
|
2
|
-
import '@formatjs/intl-locale/polyfill';
|
|
3
|
-
import '@formatjs/intl-pluralrules/polyfill';
|
|
4
|
-
import '@formatjs/intl-pluralrules/locale-data/en';
|
|
5
|
-
import '@formatjs/intl-numberformat/polyfill';
|
|
6
|
-
import '@formatjs/intl-numberformat/locale-data/en';
|
|
7
|
-
import '@formatjs/intl-numberformat/locale-data/ne';
|
|
8
|
-
import '@formatjs/intl-numberformat/locale-data/ar';
|
|
9
|
-
import '@formatjs/intl-numberformat/locale-data/hi';
|
|
10
|
-
// Most important languages by global population and economic importance
|
|
11
|
-
import '@formatjs/intl-numberformat/locale-data/zh'; // Chinese (Mandarin) - largest population
|
|
12
|
-
import '@formatjs/intl-numberformat/locale-data/es'; // Spanish - widely spoken globally
|
|
13
|
-
import '@formatjs/intl-numberformat/locale-data/fr'; // French - international language
|
|
14
|
-
import '@formatjs/intl-numberformat/locale-data/pt'; // Portuguese - Brazil, Portugal
|
|
15
|
-
import '@formatjs/intl-numberformat/locale-data/ja'; // Japanese - major economy
|
|
16
|
-
import '@formatjs/intl-numberformat/locale-data/de'; // German - major economy
|
|
17
|
-
import '@formatjs/intl-numberformat/locale-data/ru'; // Russian - large population
|
|
18
|
-
import '@formatjs/intl-numberformat/locale-data/ko'; // Korean - major economy
|
|
19
|
-
import '@formatjs/intl-numberformat/locale-data/it'; // Italian - major economy
|
|
20
|
-
import '@formatjs/intl-numberformat/locale-data/tr'; // Turkish - large population
|
|
21
|
-
import '@formatjs/intl-numberformat/locale-data/vi'; // Vietnamese - large population
|
|
22
|
-
import '@formatjs/intl-numberformat/locale-data/th'; // Thai - regional importance
|
|
23
|
-
import '@formatjs/intl-numberformat/locale-data/id'; // Indonesian - large population
|
|
24
|
-
//# sourceMappingURL=polyfill.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.native.js","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.native.ts"],"names":[],"mappings":"AAAA,OAAO,6CAA6C,CAAA;AACpD,OAAO,gCAAgC,CAAC;AACxC,OAAO,qCAAqC,CAAC;AAC7C,OAAO,2CAA2C,CAAC;AACnD,OAAO,sCAAsC,CAAC;AAC9C,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,wEAAwE;AACxE,OAAO,4CAA4C,CAAC,CAAC,0CAA0C;AAC/F,OAAO,4CAA4C,CAAC,CAAC,mCAAmC;AACxF,OAAO,4CAA4C,CAAC,CAAC,kCAAkC;AACvF,OAAO,4CAA4C,CAAC,CAAC,gCAAgC;AACrF,OAAO,4CAA4C,CAAC,CAAC,2BAA2B;AAChF,OAAO,4CAA4C,CAAC,CAAC,yBAAyB;AAC9E,OAAO,4CAA4C,CAAC,CAAC,6BAA6B;AAClF,OAAO,4CAA4C,CAAC,CAAC,yBAAyB;AAC9E,OAAO,4CAA4C,CAAC,CAAC,0BAA0B;AAC/E,OAAO,4CAA4C,CAAC,CAAC,6BAA6B;AAClF,OAAO,4CAA4C,CAAC,CAAC,gCAAgC;AACrF,OAAO,4CAA4C,CAAC,CAAC,6BAA6B;AAClF,OAAO,4CAA4C,CAAC,CAAC,gCAAgC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=polyfill.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.ts"],"names":[],"mappings":""}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import '@formatjs/intl-getcanonicallocales/polyfill';
|
|
2
|
-
import '@formatjs/intl-locale/polyfill';
|
|
3
|
-
import '@formatjs/intl-pluralrules/polyfill';
|
|
4
|
-
import '@formatjs/intl-pluralrules/locale-data/en';
|
|
5
|
-
import '@formatjs/intl-numberformat/polyfill';
|
|
6
|
-
import '@formatjs/intl-numberformat/locale-data/en';
|
|
7
|
-
import '@formatjs/intl-numberformat/locale-data/ne';
|
|
8
|
-
import '@formatjs/intl-numberformat/locale-data/ar';
|
|
9
|
-
import '@formatjs/intl-numberformat/locale-data/hi';
|
|
10
|
-
import '@formatjs/intl-numberformat/locale-data/zh';
|
|
11
|
-
import '@formatjs/intl-numberformat/locale-data/es';
|
|
12
|
-
import '@formatjs/intl-numberformat/locale-data/fr';
|
|
13
|
-
import '@formatjs/intl-numberformat/locale-data/pt';
|
|
14
|
-
import '@formatjs/intl-numberformat/locale-data/ja';
|
|
15
|
-
import '@formatjs/intl-numberformat/locale-data/de';
|
|
16
|
-
import '@formatjs/intl-numberformat/locale-data/ru';
|
|
17
|
-
import '@formatjs/intl-numberformat/locale-data/ko';
|
|
18
|
-
import '@formatjs/intl-numberformat/locale-data/it';
|
|
19
|
-
import '@formatjs/intl-numberformat/locale-data/tr';
|
|
20
|
-
import '@formatjs/intl-numberformat/locale-data/vi';
|
|
21
|
-
import '@formatjs/intl-numberformat/locale-data/th';
|
|
22
|
-
import '@formatjs/intl-numberformat/locale-data/id';
|
|
23
|
-
//# sourceMappingURL=polyfill.native.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polyfill.native.d.ts","sourceRoot":"","sources":["../../../../../src/helpers/number-formatter/polyfill.native.ts"],"names":[],"mappings":"AAAA,OAAO,6CAA6C,CAAA;AACpD,OAAO,gCAAgC,CAAC;AACxC,OAAO,qCAAqC,CAAC;AAC7C,OAAO,2CAA2C,CAAC;AACnD,OAAO,sCAAsC,CAAC;AAC9C,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AAEpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,4CAA4C,CAAC"}
|