@baosight/erm 1.4.9 → 1.5.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.
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
57
57
  };
58
58
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
59
  [key: string]: any;
60
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "setInputFocus")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "setInputFocus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "formReady")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "formReady", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
61
61
  /**
62
62
  * 最大高度,默认auto
63
63
  * @type {String}
@@ -119,7 +119,7 @@ declare const _default: import("vue").DefineComponent<{
119
119
  onCellValueChange?: (...args: any[]) => any;
120
120
  onBtnClick?: (...args: any[]) => any;
121
121
  onRowDelete?: (...args: any[]) => any;
122
- onSetInputFocus?: (...args: any[]) => any;
122
+ onFormReady?: (...args: any[]) => any;
123
123
  }, {
124
124
  mainTitle: string;
125
125
  maxHeight: string;