jb-mobile-ui 1.3.1 → 1.3.3
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.
|
@@ -50,6 +50,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
type: StringConstructor;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
+
isShowTickIcon: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
53
57
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
58
|
"update:visible": (...args: any[]) => void;
|
|
55
59
|
confirm: (...args: any[]) => void;
|
|
@@ -106,6 +110,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
106
110
|
type: StringConstructor;
|
|
107
111
|
default: string;
|
|
108
112
|
};
|
|
113
|
+
isShowTickIcon: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
109
117
|
}>> & Readonly<{
|
|
110
118
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
111
119
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -120,6 +128,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
128
|
searchValue: string;
|
|
121
129
|
defaultSelectedValue: string | number;
|
|
122
130
|
isAutoSelectFirstChildren: boolean;
|
|
131
|
+
isShowTickIcon: boolean;
|
|
123
132
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
124
133
|
leftScrollRef: HTMLDivElement;
|
|
125
134
|
rightScrollRef: HTMLDivElement;
|