@maxax/ui 1.1.21 → 1.1.22
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/index.mjs
CHANGED
|
@@ -22452,8 +22452,6 @@ function handleCheckboxColumn(propsRef, columns) {
|
|
|
22452
22452
|
...isFixedLeft ? { fixed: "left" } : {}
|
|
22453
22453
|
});
|
|
22454
22454
|
}
|
|
22455
|
-
} else if (existIndex !== -1) {
|
|
22456
|
-
columns.splice(existIndex, 1);
|
|
22457
22455
|
}
|
|
22458
22456
|
}
|
|
22459
22457
|
function handleRadioColumn(propsRef, columns) {
|
|
@@ -22470,8 +22468,6 @@ function handleRadioColumn(propsRef, columns) {
|
|
|
22470
22468
|
...isFixedLeft ? { fixed: "left" } : {}
|
|
22471
22469
|
});
|
|
22472
22470
|
}
|
|
22473
|
-
} else if (existIndex !== -1) {
|
|
22474
|
-
columns.splice(existIndex, 1);
|
|
22475
22471
|
}
|
|
22476
22472
|
}
|
|
22477
22473
|
function handleIndexColumn(propsRef, getPaginationRef, columns) {
|