@juzhenfe/page-model 3.21.7 → 3.21.8
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 +1 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5186,7 +5186,6 @@ class TableManager extends IManager {
|
|
|
5186
5186
|
if (this.table.showRadio) {
|
|
5187
5187
|
this._syncRadioData();
|
|
5188
5188
|
}
|
|
5189
|
-
console.log(this.tableData);
|
|
5190
5189
|
setTimeout(() => {
|
|
5191
5190
|
this.isDataUpdating = false;
|
|
5192
5191
|
}, 0);
|
|
@@ -14450,7 +14449,7 @@ const defineEditableTable = function(config) {
|
|
|
14450
14449
|
};
|
|
14451
14450
|
var iconfont = "";
|
|
14452
14451
|
const name = "@juzhenfe/page-model";
|
|
14453
|
-
const version = "3.21.
|
|
14452
|
+
const version = "3.21.8";
|
|
14454
14453
|
const types = "dist/main.d.ts";
|
|
14455
14454
|
const main = "dist/index.umd.js";
|
|
14456
14455
|
const keywords = [
|