@turquoisehealth/pit-viper 2.181.2-dev.2 → 2.181.2-dev.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/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +6 -5
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -4514,7 +4514,7 @@ var Q = /* @__PURE__ */ function(e) {
|
|
|
4514
4514
|
let t = Ks(a.value.getAdvancedFilterModel(), e, r);
|
|
4515
4515
|
v(() => {
|
|
4516
4516
|
a.value?.setAdvancedFilterModel(t);
|
|
4517
|
-
});
|
|
4517
|
+
}), E(new Set([r]));
|
|
4518
4518
|
return;
|
|
4519
4519
|
}
|
|
4520
4520
|
if (G.value) {
|
|
@@ -4560,12 +4560,13 @@ var Q = /* @__PURE__ */ function(e) {
|
|
|
4560
4560
|
let t = B.value.length > 0 ? B.value : null, n = Os(U.value, t || []);
|
|
4561
4561
|
e = Ks(e, n, U.value);
|
|
4562
4562
|
}
|
|
4563
|
-
|
|
4563
|
+
let t = _e.value ? new Set(i.aggregateFields) : new Set([U.value]);
|
|
4564
|
+
if (G.value) l.value = e, E(t);
|
|
4564
4565
|
else {
|
|
4565
|
-
let
|
|
4566
|
+
let n = e;
|
|
4566
4567
|
v(() => {
|
|
4567
|
-
a.value?.setAdvancedFilterModel(
|
|
4568
|
-
});
|
|
4568
|
+
a.value?.setAdvancedFilterModel(n);
|
|
4569
|
+
}), E(t);
|
|
4569
4570
|
}
|
|
4570
4571
|
return;
|
|
4571
4572
|
}
|