@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
|
@@ -43891,7 +43891,7 @@ const M_ = (e) => {
|
|
|
43891
43891
|
}, m = () => {
|
|
43892
43892
|
r.value = null, a.value?.close();
|
|
43893
43893
|
}, b = () => {
|
|
43894
|
-
u.value && (t.value.setFilterModel(r.value), t.value.onFilterChanged(),
|
|
43894
|
+
u.value && (t.value.setFilterModel(r.value), t.value.onFilterChanged(), s.value += 1), a.value?.close();
|
|
43895
43895
|
};
|
|
43896
43896
|
return (y, w) => (E(), z(We, null, [
|
|
43897
43897
|
Z("div", ez, [
|
|
@@ -44037,7 +44037,8 @@ function cd(e) {
|
|
|
44037
44037
|
return t == null || t === "" ? "" : t;
|
|
44038
44038
|
}
|
|
44039
44039
|
function ud(e, t) {
|
|
44040
|
-
|
|
44040
|
+
const o = Number(e);
|
|
44041
|
+
return isFinite(o) ? String(e) : o.toLocaleString(void 0, {
|
|
44041
44042
|
minimumFractionDigits: 0,
|
|
44042
44043
|
maximumFractionDigits: t
|
|
44043
44044
|
});
|