@baosight/erm 1.2.7 → 1.2.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.
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<{
11
11
  */
12
12
  data: any[];
13
13
  isFilter: {
14
- type: StringConstructor;
15
- default: string;
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
16
  };
17
17
  /**
18
18
  * 最大高度,默认auto
@@ -209,8 +209,8 @@ declare const _default: import("vue").DefineComponent<{
209
209
  */
210
210
  data: any[];
211
211
  isFilter: {
212
- type: StringConstructor;
213
- default: string;
212
+ type: BooleanConstructor;
213
+ default: boolean;
214
214
  };
215
215
  /**
216
216
  * 最大高度,默认auto
@@ -409,7 +409,7 @@ declare const _default: import("vue").DefineComponent<{
409
409
  onDataListReady?: (...args: any[]) => any;
410
410
  }, {
411
411
  mainTitle: string;
412
- isFilter: string;
412
+ isFilter: boolean;
413
413
  maxHeight: string;
414
414
  partName: string;
415
415
  showLeft: boolean;