@turquoisehealth/pit-viper 2.55.3-dev.0 → 2.55.3
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/package.json +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +2 -1
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +2 -1
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
|
@@ -59355,7 +59355,8 @@ function ML(e) {
|
|
|
59355
59355
|
return t == null || t === "" ? "" : t;
|
|
59356
59356
|
}
|
|
59357
59357
|
function DL(e, t) {
|
|
59358
|
-
|
|
59358
|
+
const i = Number(e);
|
|
59359
|
+
return isFinite(i) ? String(e) : i.toLocaleString(void 0, {
|
|
59359
59360
|
minimumFractionDigits: 0,
|
|
59360
59361
|
maximumFractionDigits: t
|
|
59361
59362
|
});
|