@embeddable.com/remarkable-ui 0.1.17 → 0.1.18
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/BarChartDefaultHorizontalPro.js +1 -1
- package/dist/BarChartDefaultPro.js +1 -1
- package/dist/BarChartGroupedHorizontalPro.js +1 -1
- package/dist/BarChartGroupedPro.js +1 -1
- package/dist/BarChartStackedHorizontalPro.js +1 -1
- package/dist/BarChartStackedPro.js +1 -1
- package/dist/DonutChartPro.js +1 -1
- package/dist/DonutLabelChartPro.js +1 -1
- package/dist/PieChartPro.js +1 -1
- package/dist/{charts.fillGaps.hooks-BwlVpKVy.js → charts.fillGaps.hooks-GDTZT5bi.js} +2 -2
- package/dist/{charts.fillGaps.hooks-BwlVpKVy.js.map → charts.fillGaps.hooks-GDTZT5bi.js.map} +1 -1
- package/dist/embeddable-components.json +9 -9
- package/dist/embeddable-theme-2b917.js +6 -6
- package/dist/{index-DleI2gEG.js → index-7huUm47f.js} +2 -2
- package/dist/{index-DleI2gEG.js.map → index-7huUm47f.js.map} +1 -1
- package/dist/{index-1ZIedoXi.js → index-C9-xJxxS.js} +2 -2
- package/dist/{index-1ZIedoXi.js.map → index-C9-xJxxS.js.map} +1 -1
- package/dist/{index-CXq36TbG.js → index-FhjiEcWR.js} +2 -2
- package/dist/{index-CXq36TbG.js.map → index-FhjiEcWR.js.map} +1 -1
- package/dist/index.js +5 -5
- package/dist/{object.utils-BlUnrtY3.js → object.utils-BKb2quG8.js} +7 -7
- package/dist/object.utils-BKb2quG8.js.map +1 -0
- package/dist/{pies.utils-cOIEuHyS.js → pies.utils-X76GGOGG.js} +2 -2
- package/dist/{pies.utils-cOIEuHyS.js.map → pies.utils-X76GGOGG.js.map} +1 -1
- package/dist/remarkable-pro/theme/formatter/formatter.constants.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/object.utils-BlUnrtY3.js.map +0 -1
|
@@ -670,15 +670,15 @@ const xs = {
|
|
|
670
670
|
format: Intl.NumberFormat(r, t ?? e.formatter.defaultNumberFormatterOptions).format
|
|
671
671
|
};
|
|
672
672
|
}, Os = (e, t) => {
|
|
673
|
-
var
|
|
674
|
-
const r = (
|
|
673
|
+
var o, l, f;
|
|
674
|
+
const r = (o = t.inputs) == null ? void 0 : o.currency, n = (l = t.inputs) == null ? void 0 : l.decimalPlaces, i = n != null ? n : void 0, s = {
|
|
675
675
|
style: r ? "currency" : void 0,
|
|
676
676
|
currency: r || void 0,
|
|
677
|
-
notation: (
|
|
678
|
-
minimumFractionDigits:
|
|
679
|
-
maximumFractionDigits:
|
|
677
|
+
notation: (f = t.inputs) != null && f.abbreviateLargeNumber ? "compact" : void 0,
|
|
678
|
+
minimumFractionDigits: i,
|
|
679
|
+
maximumFractionDigits: i
|
|
680
680
|
};
|
|
681
|
-
return e.formatter.numberFormatter(e,
|
|
681
|
+
return e.formatter.numberFormatter(e, s);
|
|
682
682
|
}, Ds = {
|
|
683
683
|
year: "numeric",
|
|
684
684
|
month: "short",
|
|
@@ -17382,4 +17382,4 @@ export {
|
|
|
17382
17382
|
nm as r,
|
|
17383
17383
|
Ts as s
|
|
17384
17384
|
};
|
|
17385
|
-
//# sourceMappingURL=object.utils-
|
|
17385
|
+
//# sourceMappingURL=object.utils-BKb2quG8.js.map
|