@turquoisehealth/pit-viper 2.61.1-dev.0 → 2.61.1-dev.1
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 +4 -1
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.js +13 -13
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +249 -246
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +5 -5
|
@@ -104361,7 +104361,10 @@ const tVe = {
|
|
|
104361
104361
|
Y.value,
|
|
104362
104362
|
q.value
|
|
104363
104363
|
)), { focuses: q, focusType: Y, handleFocusUpdate: J } = mf(), ie = (j, se) => {
|
|
104364
|
-
!n.enableFocusView || !D.value || !j || (J(j, se), l("focus-update", {
|
|
104364
|
+
!n.enableFocusView || !D.value || !j || (J(j, se), l("focus-update", {
|
|
104365
|
+
filterField: Y.value,
|
|
104366
|
+
focuses: q.value
|
|
104367
|
+
}), D.value.refreshServerSide({ purge: !0 }));
|
|
104365
104368
|
}, X = (j) => {
|
|
104366
104369
|
if (D.value = j.api, n.initialGridState) {
|
|
104367
104370
|
const Ce = n.initialGridState.filter?.filterModel || null;
|