@ray-js/smart-ui 2.7.0-beta-4 → 2.7.0-beta-6

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.
@@ -48,6 +48,12 @@ export interface SmartPickerMultipleColumn {
48
48
  * @version 2.3.5
49
49
  */
50
50
  disabled?: boolean;
51
+ /**
52
+ * @description 循环滚动
53
+ * @version 2.7.0
54
+ * @default false
55
+ */
56
+ loop?: boolean;
51
57
  [key: string]: unknown;
52
58
  }
53
59
  export interface SmartPickerProps {
@@ -48,6 +48,12 @@ export interface SmartPickerMultipleColumn {
48
48
  * @version 2.3.5
49
49
  */
50
50
  disabled?: boolean;
51
+ /**
52
+ * @description 循环滚动
53
+ * @version 2.7.0
54
+ * @default false
55
+ */
56
+ loop?: boolean;
51
57
  [key: string]: unknown;
52
58
  }
53
59
  export interface SmartPickerProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.7.0-beta-4",
3
+ "version": "2.7.0-beta-6",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",