@ray-js/smart-ui 2.9.0-beta-0 → 2.9.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.
@@ -95,13 +95,13 @@ export interface SmartBottomSheetProps {
95
95
  closeDragHeight?: number;
96
96
  /**
97
97
  * 是否锁定背景滚动
98
- * @version 2.8.1
98
+ * @version 2.9.0
99
99
  * @default true
100
100
  */
101
101
  lockScroll?: boolean;
102
102
  /**
103
103
  * 是否锁定最大拖拽高度,设置为 `true` 时,拖拽过程中面板高度不会超过 `max-drag-height`
104
- * @version 2.8.1
104
+ * @version 2.9.0
105
105
  * @default false
106
106
  */
107
107
  lockMaxDrag?: boolean;
@@ -95,13 +95,13 @@ export interface SmartBottomSheetProps {
95
95
  closeDragHeight?: number;
96
96
  /**
97
97
  * 是否锁定背景滚动
98
- * @version 2.8.1
98
+ * @version 2.9.0
99
99
  * @default true
100
100
  */
101
101
  lockScroll?: boolean;
102
102
  /**
103
103
  * 是否锁定最大拖拽高度,设置为 `true` 时,拖拽过程中面板高度不会超过 `max-drag-height`
104
- * @version 2.8.1
104
+ * @version 2.9.0
105
105
  * @default false
106
106
  */
107
107
  lockMaxDrag?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.9.0-beta-0",
3
+ "version": "2.9.0-beta.1",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@ray-js/components-ty-slider": "^0.3.4",
44
+ "@ray-js/components-ty-slider": "^0.3.8",
45
45
  "@tuya-miniapp/smart-ui": "2.9.0-beta-0",
46
46
  "lodash-es": "^4.17.21"
47
47
  },
@@ -81,4 +81,4 @@
81
81
  "email": "tuyafe@tuya.com"
82
82
  }
83
83
  ]
84
- }
84
+ }