@juzhenfe/page-model 3.14.13 → 3.15.1

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.
@@ -242,6 +242,10 @@ declare global {
242
242
  interface NoParams extends AnyObject {}
243
243
 
244
244
  interface TableBaseItem<MODEL = any, CTX = any> extends BaseElItem<MODEL> {
245
+ /**
246
+ * 列渲染的唯一key
247
+ */
248
+ _columnKey?: string
245
249
  /**
246
250
  * 宽度
247
251
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.14.13",
3
+ "version": "3.15.1",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [