@turquoisehealth/pit-viper 2.72.1-dev.3 → 2.72.1-dev.4
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.
|
@@ -117753,7 +117753,7 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
117753
117753
|
y.value = !0, s("first-data-rendered", H);
|
|
117754
117754
|
}, w = (H) => {
|
|
117755
117755
|
const Z = p.value, ge = H.api.getRowGroupColumns().map((Te) => Te.getColId());
|
|
117756
|
-
b.value && JSON.stringify(Z) !== JSON.stringify(ge) && (p.value = ge
|
|
117756
|
+
b.value && JSON.stringify(Z) !== JSON.stringify(ge) && (p.value = ge), s("column-row-group-changed", H);
|
|
117757
117757
|
}, M = async (H) => {
|
|
117758
117758
|
if (o.chartFilter) {
|
|
117759
117759
|
const ge = (await H.api.getColumnFilterInstance(o.chartFilter.colId))?.getModel();
|
|
@@ -117764,7 +117764,11 @@ const lR = (e, t, i) => !e || e.length === 0 ? e : e.slice().sort((o, s) => {
|
|
|
117764
117764
|
Lt(
|
|
117765
117765
|
() => p.value,
|
|
117766
117766
|
() => {
|
|
117767
|
-
b.value && n.value
|
|
117767
|
+
if (b.value && n.value) {
|
|
117768
|
+
const H = n.value.getRowGroupColumns().map((Z) => Z.getColId());
|
|
117769
|
+
JSON.stringify(H) !== JSON.stringify(p.value) && n.value?.setRowGroupColumns(p.value);
|
|
117770
|
+
}
|
|
117771
|
+
Ae(), n.value && We(n.value);
|
|
117768
117772
|
}
|
|
117769
117773
|
);
|
|
117770
117774
|
function k(H, Z, ge = !0) {
|