@juzhenfe/page-model 3.11.0 → 3.12.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.
@@ -231,6 +231,7 @@ declare global {
231
231
  filterData?: FormItem<MODEL, CTX>,
232
232
  // 是否直接显示编辑组件
233
233
  showEdit?: boolean;
234
+ required?: boolean;
234
235
  // 内置编辑组件
235
236
  editData?: FormItem<MODEL, CTX> & {
236
237
  api?: string | ((this: CTX, data: MODEL) => string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [
@@ -1 +0,0 @@
1
- export default function patchServerError(config: PageModel.Config): PageModel.Config<AnyObject, any>;