@juzhenfe/page-model 3.9.27 → 3.9.29

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.
@@ -225,6 +225,7 @@ declare global {
225
225
  api?: string | ((this: CTX, data: MODEL) => string);
226
226
  method?: PageModel.AjaxMethod
227
227
  beforeSubmit?: CreateDePromiseResult<(this: CTX, data: MODEL) => AnyObject | false>;
228
+ isDisabled?: (this: CTX, data: MODEL) => boolean;
228
229
  };
229
230
  // 子元素
230
231
  children?: Omit<TableBaseItem<MODEL, CTX>, 'children'>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.9.27",
3
+ "version": "3.9.29",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [