konsolpro-custom-ui 0.0.420 → 0.0.421
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/dist/lib/index.js +6 -6
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -9970,9 +9970,9 @@ function cd({
|
|
|
9970
9970
|
), J = (m == null ? void 0 : m.selectedRowKeys) !== void 0, te = (kr = m == null ? void 0 : m.selectedRowKeys) != null ? kr : Y, ae = ne(() => new Set(te.map((Q) => String(Q))), [te]), re = ne(() => W ? {
|
|
9971
9971
|
key: "__row_selection__",
|
|
9972
9972
|
title: null,
|
|
9973
|
-
width:
|
|
9974
|
-
minWidth:
|
|
9975
|
-
maxWidth:
|
|
9973
|
+
width: 32,
|
|
9974
|
+
minWidth: 32,
|
|
9975
|
+
maxWidth: 32,
|
|
9976
9976
|
fixed: "left",
|
|
9977
9977
|
align: "center",
|
|
9978
9978
|
className: "p-2",
|
|
@@ -10003,9 +10003,9 @@ function cd({
|
|
|
10003
10003
|
id: "__row_selection__",
|
|
10004
10004
|
enableSorting: !1,
|
|
10005
10005
|
meta: {
|
|
10006
|
-
width:
|
|
10007
|
-
minWidth:
|
|
10008
|
-
maxWidth:
|
|
10006
|
+
width: 32,
|
|
10007
|
+
minWidth: 32,
|
|
10008
|
+
maxWidth: 32,
|
|
10009
10009
|
fixed: "left",
|
|
10010
10010
|
align: "center",
|
|
10011
10011
|
className: "p-2",
|