@newview/ui 1.1.80 → 1.1.81
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/README.md +3 -0
- package/dist/newview-ui.js +2 -2
- package/dist/newview-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/newview-ui.js
CHANGED
|
@@ -32947,8 +32947,8 @@ let GridColumnInstance$1 = class GridColumnInstance2 extends BaseInstance {
|
|
|
32947
32947
|
* @returns
|
|
32948
32948
|
*/
|
|
32949
32949
|
__publicField2(this, "getIsEnableSel", (column, row) => {
|
|
32950
|
-
if (
|
|
32951
|
-
return
|
|
32950
|
+
if (!column.isEnable) {
|
|
32951
|
+
return false;
|
|
32952
32952
|
}
|
|
32953
32953
|
if (typeof column.isEnable == "boolean") {
|
|
32954
32954
|
return column.isEnable;
|