@turquoisehealth/pit-viper 2.63.1-dev.2 → 2.63.1-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/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +9 -9
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.js +14 -14
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +141 -141
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +6 -6
|
@@ -115058,14 +115058,11 @@ const PWe = {
|
|
|
115058
115058
|
n.rowData,
|
|
115059
115059
|
ee.value,
|
|
115060
115060
|
q.value
|
|
115061
|
-
)), { focuses: q, focusType: ee, handleFocusUpdate: ce } = zm(),
|
|
115061
|
+
)), { focuses: q, focusType: ee, handleFocusUpdate: ce, clearAllFocuses: pe } = zm(), te = (Y) => {
|
|
115062
|
+
if (!n.enableFocusView || !k.value)
|
|
115063
|
+
return;
|
|
115062
115064
|
const ve = Y.filterField, Ie = Y.focuses?.length > 0 ? Y.focuses[0] : null;
|
|
115063
|
-
|
|
115064
|
-
}, te = (Y, ve) => {
|
|
115065
|
-
!n.enableFocusView || !k.value || !Y || (ce(Y, ve), l("focus-update", {
|
|
115066
|
-
filterField: ee.value,
|
|
115067
|
-
focuses: q.value
|
|
115068
|
-
}), k.value.refreshServerSide({ purge: !0 }));
|
|
115065
|
+
ve ? ce(ve, Ie) : pe(), l("focus-update", Y), k.value.refreshServerSide({ purge: !0 });
|
|
115069
115066
|
}, oe = (Y) => {
|
|
115070
115067
|
if (k.value = Y.api, n.initialGridState) {
|
|
115071
115068
|
const Ge = n.initialGridState.filter?.filterModel || null;
|
|
@@ -115213,7 +115210,10 @@ const PWe = {
|
|
|
115213
115210
|
rowNode: Y.node,
|
|
115214
115211
|
api: k.value,
|
|
115215
115212
|
onFocusUpdate: (ve, Ie) => {
|
|
115216
|
-
te(
|
|
115213
|
+
te({
|
|
115214
|
+
filterField: ve,
|
|
115215
|
+
focuses: [Ie]
|
|
115216
|
+
});
|
|
115217
115217
|
}
|
|
115218
115218
|
})
|
|
115219
115219
|
}
|
|
@@ -115293,7 +115293,7 @@ const PWe = {
|
|
|
115293
115293
|
"display-preferences-icon": Y.displayPreferencesIcon,
|
|
115294
115294
|
"focusable-columns": Y.focusableColumns,
|
|
115295
115295
|
onHandleSettingsIcon: ve[0] || (ve[0] = (Ie) => Y.$emit("handle-settings-icon", Ie)),
|
|
115296
|
-
onFocusUpdate:
|
|
115296
|
+
onFocusUpdate: te
|
|
115297
115297
|
}, null, 8, ["enable-focus-view", "enable-vertical-panel", "display-preferences-icon", "focusable-columns"])) : Oe("", !0)
|
|
115298
115298
|
], 8, ["to", "disabled"])),
|
|
115299
115299
|
we("div", HWe, [
|