@openli1115/lowcode-edit-pro-table 1.0.33 → 1.0.37

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.
@@ -191,7 +191,7 @@ var EditProTable = function EditProTable(_ref) {
191
191
  var columnDataIndices = originalColumns.map(function (col) {
192
192
  return col.dataIndex;
193
193
  }).filter(function (dataIndex) {
194
- return dataIndex !== undefined;
194
+ return dataIndex !== undefined && dataIndex !== 'selected_flag';
195
195
  });
196
196
  var currentData = {};
197
197
  var originalData = {};
@@ -196,7 +196,7 @@ var EditProTable = function EditProTable(_ref) {
196
196
  var columnDataIndices = originalColumns.map(function (col) {
197
197
  return col.dataIndex;
198
198
  }).filter(function (dataIndex) {
199
- return dataIndex !== undefined;
199
+ return dataIndex !== undefined && dataIndex !== 'selected_flag';
200
200
  });
201
201
  var currentData = {};
202
202
  var originalData = {};
@@ -101,7 +101,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
101
101
  packageName = '@openli1115/lowcode-edit-pro-table';
102
102
  }
103
103
  if (version === void 0) {
104
- version = '1.0.33';
104
+ version = '1.0.37';
105
105
  }
106
106
  if (basicLibraryVersion === void 0) {
107
107
  basicLibraryVersion = {
@@ -106,7 +106,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
106
106
  packageName = '@openli1115/lowcode-edit-pro-table';
107
107
  }
108
108
  if (version === void 0) {
109
- version = '1.0.33';
109
+ version = '1.0.37';
110
110
  }
111
111
  if (basicLibraryVersion === void 0) {
112
112
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openli1115/lowcode-edit-pro-table",
3
- "version": "1.0.33",
3
+ "version": "1.0.37",
4
4
  "description": "@openli1115/lowcode-edit-pro-table",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -100,10 +100,10 @@
100
100
  },
101
101
  "componentConfig": {
102
102
  "isComponentLibrary": true,
103
- "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.33/build/lowcode/assets-prod.json"
103
+ "materialSchema": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.37/build/lowcode/assets-prod.json"
104
104
  },
105
105
  "lcMeta": {
106
106
  "type": "component"
107
107
  },
108
- "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.33/build/index.html"
108
+ "homepage": "https://unpkg.com/@openli1115/lowcode-edit-pro-table@1.0.37/build/index.html"
109
109
  }