@opendesign-plus-test/components 0.0.1-rc.48 → 0.0.1-rc.49
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/dist/components/OHeaderSearch.vue.d.ts +2 -0
- package/dist/components.cjs.js +32 -32
- package/dist/components.css +1 -1
- package/dist/components.es.js +3843 -3840
- package/package.json +3 -3
- package/src/components/OHeaderSearch.vue +47 -8
|
@@ -37,6 +37,8 @@ export interface OHeaderSearchPropsT {
|
|
|
37
37
|
/** Show "no data" empty state in suggest section while typing */
|
|
38
38
|
showSuggestEmpty?: boolean;
|
|
39
39
|
allowedImageTypes?: string[];
|
|
40
|
+
/** 强制指定移动端模式,不传时由内部 lePadV 断点自动判断 */
|
|
41
|
+
mobile?: boolean;
|
|
40
42
|
}
|
|
41
43
|
declare function __VLS_template(): {
|
|
42
44
|
attrs: Partial<{}>;
|