@juzhenfe/page-model 3.9.28 → 3.9.29
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.es.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7098,7 +7098,7 @@ class TableManager extends IManager {
|
|
|
7098
7098
|
const tableEl = this.currentRenderTableEls.find((el) => el._key === column.columnKey);
|
|
7099
7099
|
if (typeof ((_a = tableEl.editData) == null ? void 0 : _a.isDisabled) === "function") {
|
|
7100
7100
|
const isDisabled = tableEl.editData.isDisabled.call(this, row);
|
|
7101
|
-
if (
|
|
7101
|
+
if (isDisabled) {
|
|
7102
7102
|
return false;
|
|
7103
7103
|
}
|
|
7104
7104
|
}
|
|
@@ -14903,7 +14903,7 @@ const defineEditableTable = function(config) {
|
|
|
14903
14903
|
return reactive(config);
|
|
14904
14904
|
};
|
|
14905
14905
|
const name = "@juzhenfe/page-model";
|
|
14906
|
-
const version = "3.9.
|
|
14906
|
+
const version = "3.9.29";
|
|
14907
14907
|
const types = "dist/main.d.ts";
|
|
14908
14908
|
const main = "dist/index.umd.js";
|
|
14909
14909
|
const keywords = [
|