@ray-js/smart-ui 2.5.1 → 2.6.0-beta-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.
|
@@ -50,6 +50,12 @@ export interface SmartBottomSheetProps {
|
|
|
50
50
|
* @version 2.5.0
|
|
51
51
|
*/
|
|
52
52
|
contentHeight?: number | string;
|
|
53
|
+
/**
|
|
54
|
+
* 组件整体最大高度 用于自动撑开高度情况
|
|
55
|
+
* @version 2.6.0
|
|
56
|
+
* @default 50%
|
|
57
|
+
*/
|
|
58
|
+
maxHeight?: number | string;
|
|
53
59
|
}
|
|
54
60
|
export interface SmartBottomSheetEvents extends SmartTransitionEvents {
|
|
55
61
|
/**
|
|
@@ -50,6 +50,12 @@ export interface SmartBottomSheetProps {
|
|
|
50
50
|
* @version 2.5.0
|
|
51
51
|
*/
|
|
52
52
|
contentHeight?: number | string;
|
|
53
|
+
/**
|
|
54
|
+
* 组件整体最大高度 用于自动撑开高度情况
|
|
55
|
+
* @version 2.6.0
|
|
56
|
+
* @default 50%
|
|
57
|
+
*/
|
|
58
|
+
maxHeight?: number | string;
|
|
53
59
|
}
|
|
54
60
|
export interface SmartBottomSheetEvents extends SmartTransitionEvents {
|
|
55
61
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0-beta-1",
|
|
4
4
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"syncMiniappData": "node ./build/syncMiniappData.js",
|
|
@@ -42,8 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ray-js/components-ty-slider": "^0.3.4",
|
|
45
|
-
"@
|
|
46
|
-
"@tuya-miniapp/smart-ui": "^2.5.1",
|
|
45
|
+
"@tuya-miniapp/smart-ui": "2.6.0-beta-2",
|
|
47
46
|
"lodash-es": "^4.17.21"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|