mig-schema-table 4.4.15 → 4.4.17
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.
|
@@ -55968,17 +55968,13 @@ const REe = ({
|
|
|
55968
55968
|
), Pa = _.useCallback(() => {
|
|
55969
55969
|
const oe = {
|
|
55970
55970
|
searchQuery: "",
|
|
55971
|
-
columnFilterMap:
|
|
55971
|
+
columnFilterMap: {},
|
|
55972
|
+
// Clear button should clear _ALL_ filters, do _NOT_ revert to defaultColumnFilters
|
|
55972
55973
|
sortColumn: m,
|
|
55973
55974
|
sortAsc: l
|
|
55974
55975
|
};
|
|
55975
55976
|
re && (window.location.hash = bt.serializeLocationHash(oe)), Bt(oe), ct(oe);
|
|
55976
|
-
}, [
|
|
55977
|
-
re,
|
|
55978
|
-
s,
|
|
55979
|
-
l,
|
|
55980
|
-
m
|
|
55981
|
-
]), Aa = _.useCallback(() => {
|
|
55977
|
+
}, [re, l, m]), Aa = _.useCallback(() => {
|
|
55982
55978
|
const oe = (Ve == null ? void 0 : Ve.searchQuery) || "";
|
|
55983
55979
|
re && // prevent hash change for undefined vs empty string compare
|
|
55984
55980
|
(le.searchQuery || oe) && le.searchQuery !== oe && (window.location.hash = bt.serializeLocationHash({
|
|
@@ -55989,7 +55985,7 @@ const REe = ({
|
|
|
55989
55985
|
async (oe) => {
|
|
55990
55986
|
if (oe.preventDefault(), oe.stopPropagation(), !at)
|
|
55991
55987
|
return;
|
|
55992
|
-
const { renderDataToExcel: ve } = await import("./index-
|
|
55988
|
+
const { renderDataToExcel: ve } = await import("./index-vgLJexxM.js");
|
|
55993
55989
|
ve(at);
|
|
55994
55990
|
},
|
|
55995
55991
|
[at]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as $t, l as Ve } from "./index-
|
|
1
|
+
import { c as $t, l as Ve } from "./index-DdQ5s0xH.js";
|
|
2
2
|
function Fe(ye) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + ye + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|