@bpui/actionsheet
Advanced tools
Comparing version 1.1.1 to 1.1.2
/*! | ||
* bpui actionsheet v1.1.1 | ||
* bpui actionsheet v1.1.2 | ||
* Copyright (c) 2021 Copyright bpoint.lee@live.com All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bpui actionsheet v1.1.1 | ||
* bpui actionsheet v1.1.2 | ||
* Copyright (c) 2021 Copyright bpoint.lee@live.com All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bpui actionsheet v1.1.1 | ||
* bpui actionsheet v1.1.2 | ||
* Copyright (c) 2021 Copyright bpoint.lee@live.com All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bpui actionsheet v1.1.1 | ||
* bpui actionsheet v1.1.2 | ||
* Copyright (c) 2021 Copyright bpoint.lee@live.com All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bpui actionsheet v1.1.1 | ||
* bpui actionsheet v1.1.2 | ||
* Copyright (c) 2021 Copyright bpoint.lee@live.com All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bpui actionsheet v1.1.1 | ||
* bpui actionsheet v1.1.2 | ||
* Copyright (c) 2021 Copyright bpoint.lee@live.com All Rights Reserved. | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"description": "actionSheet", | ||
"dependencies": { | ||
"@bpui/dialog": "^1.1.1" | ||
"@bpui/dialog": "^1.1.2" | ||
}, | ||
@@ -37,3 +37,3 @@ "directories": {}, | ||
"name": "@bpui/actionsheet", | ||
"version": "1.1.1" | ||
"version": "1.1.2" | ||
} |
@@ -5,3 +5,10 @@ /// <reference types="@bpui/dialog" /> | ||
export interface Actionsheet extends VueConstructor<Vue>, bp.Widget {} | ||
export interface Actionsheet extends VueConstructor<Vue>, bp.Widget { | ||
/** | ||
* @desc 强制按手机样式显示. | ||
* | ||
* default: false | ||
*/ | ||
forcePhoneStyle: boolean | 'false' | 'true'; | ||
} | ||
export const bpActionsheet: Actionsheet |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
377610
3844
Updated@bpui/dialog@^1.1.2