@juzhenfe/page-model 3.17.9 → 3.18.0

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.
@@ -326,10 +326,13 @@ declare global {
326
326
  */
327
327
  props?: ConvertFunctionContext<TableBaseItemProps, CTX>
328
328
  /**
329
- * 自定义渲染
329
+ * 自定义输入渲染
330
330
  */
331
331
  renderFn?: (this: CTX, data: MODEL, index: number) => JSX.Element
332
-
332
+ /**
333
+ * 自定义文本渲染
334
+ */
335
+ textRenderFn?: (this: CTX, data: MODEL, index: number) => JSX.Element
333
336
  /**
334
337
  * 是否启用过滤
335
338
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.17.9",
3
+ "version": "3.18.0",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [