@baosight/erm 1.1.9 → 1.2.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.
- package/lib/ermList/ermList.vue.d.ts +9 -0
- package/lib/index.css +1 -1
- package/lib/index.esm.css +168 -160
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
|
@@ -10,6 +10,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
* @
|
|
11
11
|
*/
|
|
12
12
|
data: any[];
|
|
13
|
+
isFilter: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
13
17
|
/**
|
|
14
18
|
* 最大高度,默认auto
|
|
15
19
|
* @type {String}
|
|
@@ -204,6 +208,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
208
|
* @
|
|
205
209
|
*/
|
|
206
210
|
data: any[];
|
|
211
|
+
isFilter: {
|
|
212
|
+
type: BooleanConstructor;
|
|
213
|
+
default: boolean;
|
|
214
|
+
};
|
|
207
215
|
/**
|
|
208
216
|
* 最大高度,默认auto
|
|
209
217
|
* @type {String}
|
|
@@ -401,6 +409,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
401
409
|
onDataListReady?: (...args: any[]) => any;
|
|
402
410
|
}, {
|
|
403
411
|
mainTitle: string;
|
|
412
|
+
isFilter: boolean;
|
|
404
413
|
maxHeight: string;
|
|
405
414
|
partName: string;
|
|
406
415
|
showLeft: boolean;
|