@gisce/react-ooui 2.26.5 → 2.26.7
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tree-columnStorageHelper.d.ts","sourceRoot":"","sources":["../../src/helpers/tree-columnStorageHelper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,MAAM,gBAAiB,eAAe,
|
|
1
|
+
{"version":3,"file":"tree-columnStorageHelper.d.ts","sourceRoot":"","sources":["../../src/helpers/tree-columnStorageHelper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,MAAM,gBAAiB,eAAe,uBAOlD,CAAC"}
|
package/dist/react-ooui.es.js
CHANGED
|
@@ -7321,8 +7321,10 @@ const Xu = ({
|
|
|
7321
7321
|
}, Fs = (e) => {
|
|
7322
7322
|
const [t, n] = C(!0), r = Q(void 0), { getColumnState: o, updateColumnState: s } = tf(e);
|
|
7323
7323
|
return ue(() => {
|
|
7324
|
-
if (!e)
|
|
7324
|
+
if (!e) {
|
|
7325
|
+
n(!1);
|
|
7325
7326
|
return;
|
|
7327
|
+
}
|
|
7326
7328
|
(async () => {
|
|
7327
7329
|
n(!0);
|
|
7328
7330
|
try {
|
|
@@ -10090,10 +10092,7 @@ const tm = ({
|
|
|
10090
10092
|
};
|
|
10091
10093
|
return a(), window.addEventListener("resize", a), () => window.removeEventListener("resize", a);
|
|
10092
10094
|
}, [e, ...n]), Se(() => r, [r]) - t;
|
|
10093
|
-
}, rm = (e) => {
|
|
10094
|
-
if (!(!e.treeViewId || !e.model))
|
|
10095
|
-
return `columnState-${e.treeViewId}-${e.model}`;
|
|
10096
|
-
}, { Text: qo } = Rt, om = ({
|
|
10095
|
+
}, rm = (e) => e.model ? `columnState-${e.treeViewId ?? "tree"}-${e.model}` : void 0, { Text: qo } = Rt, om = ({
|
|
10097
10096
|
totalRows: e,
|
|
10098
10097
|
selectedRowKeys: t,
|
|
10099
10098
|
allRowSelectedMode: n
|