@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.
- package/lib/ermList/ermList.vue.d.ts +5 -5
- package/lib/index.css +1 -1
- package/lib/index.esm.css +110 -110
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
|
@@ -11,8 +11,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
*/
|
|
12
12
|
data: any[];
|
|
13
13
|
isFilter: {
|
|
14
|
-
type:
|
|
15
|
-
default:
|
|
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:
|
|
213
|
-
default:
|
|
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:
|
|
412
|
+
isFilter: boolean;
|
|
413
413
|
maxHeight: string;
|
|
414
414
|
partName: string;
|
|
415
415
|
showLeft: boolean;
|