feikuai-element-plus-virtual-component 1.0.15 → 1.0.17
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.cascader-virtual-list[data-v-
|
|
1
|
+
.cascader-virtual-list[data-v-229e433a]{height:100%;min-height:204px;max-height:204px}.cascader-virtual-list[data-v-229e433a] .vue-recycle-scroller__item-view{width:100%}
|
|
@@ -334,6 +334,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
334
|
isEmpty: import('vue').ComputedRef<boolean>;
|
|
335
335
|
isLoading: import('vue').ComputedRef<boolean>;
|
|
336
336
|
menuId: import('vue').ComputedRef<string>;
|
|
337
|
+
menuWidth: import('vue').ComputedRef<number>;
|
|
337
338
|
t: import('element-plus').Translator;
|
|
338
339
|
handleExpand: (e: MouseEvent) => void;
|
|
339
340
|
handleMouseMove: (e: MouseEvent) => void;
|
|
@@ -33,6 +33,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
isEmpty: import('vue').ComputedRef<boolean>;
|
|
34
34
|
isLoading: import('vue').ComputedRef<boolean>;
|
|
35
35
|
menuId: import('vue').ComputedRef<string>;
|
|
36
|
+
menuWidth: import('vue').ComputedRef<number>;
|
|
36
37
|
t: import('element-plus').Translator;
|
|
37
38
|
handleExpand: (e: MouseEvent) => void;
|
|
38
39
|
handleMouseMove: (e: MouseEvent) => void;
|