@turquoisehealth/pit-viper 2.55.3-dev.0 → 2.55.4-dev.0
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 +2 -2
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +3 -2
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +2 -2
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +3 -2
- 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
|
});
|
|
@@ -103570,7 +103571,7 @@ const a9e = (e) => {
|
|
|
103570
103571
|
}, y = () => {
|
|
103571
103572
|
n.value = null, a.value?.close();
|
|
103572
103573
|
}, m = () => {
|
|
103573
|
-
u.value && (t.value.setFilterModel(n.value), t.value.onFilterChanged(),
|
|
103574
|
+
u.value && (t.value.setFilterModel(n.value), t.value.onFilterChanged(), s.value += 1), a.value?.close();
|
|
103574
103575
|
};
|
|
103575
103576
|
return (b, C) => (q(), re(kt, null, [
|
|
103576
103577
|
ve("div", F9e, [
|