@baosight/erm 1.5.6 → 1.5.8

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" | "formReady" | "setDropDownDataSource")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "formReady" | "setDropDownDataSource", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "formReady" | "getDropDownControl")[], "dataChange" | "cellValueChange" | "btnClick" | "rowDelete" | "formReady" | "getDropDownControl", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
61
61
  /**
62
62
  * 最大高度,默认auto
63
63
  * @type {String}
@@ -120,7 +120,7 @@ declare const _default: import("vue").DefineComponent<{
120
120
  onBtnClick?: (...args: any[]) => any;
121
121
  onRowDelete?: (...args: any[]) => any;
122
122
  onFormReady?: (...args: any[]) => any;
123
- onSetDropDownDataSource?: (...args: any[]) => any;
123
+ onGetDropDownControl?: (...args: any[]) => any;
124
124
  }, {
125
125
  mainTitle: string;
126
126
  maxHeight: string;