@juzhenfe/page-model 3.9.25 → 3.9.27

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.
@@ -240,6 +240,10 @@ declare global {
240
240
  * 显示的行数
241
241
  */
242
242
  showRowNumbers?: number;
243
+ /**
244
+ * 图标
245
+ */
246
+ icon?: any
243
247
  }
244
248
 
245
249
  interface TableVirtualBaseItem<MODEL = any, CTX = any> extends TableBaseItem<MODEL, CTX> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.9.25",
3
+ "version": "3.9.27",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [
@@ -46,6 +46,7 @@
46
46
  "xlsx-style": "^0.8.13"
47
47
  },
48
48
  "dependencies": {
49
+ "@juzhenfe/page-model": "^3.9.25",
49
50
  "interactjs": "^1.10.11",
50
51
  "lodash.clonedeep": "4.5.0",
51
52
  "lodash.isequal": "^4.5.0",