@ray-js/smart-ui 2.7.0 → 2.7.1-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.
@@ -111,7 +111,7 @@ export interface SmartDialogInputOptions extends SmartDialogOptions {
111
111
  * 输入内容为空时禁用提交
112
112
  * @version 2.7.0
113
113
  */
114
- emptyDisabled: boolean;
114
+ emptyDisabled?: boolean;
115
115
  /**
116
116
  * 输入框的类型
117
117
  */
@@ -111,7 +111,7 @@ export interface SmartDialogInputOptions extends SmartDialogOptions {
111
111
  * 输入内容为空时禁用提交
112
112
  * @version 2.7.0
113
113
  */
114
- emptyDisabled: boolean;
114
+ emptyDisabled?: boolean;
115
115
  /**
116
116
  * 输入框的类型
117
117
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-beta-1",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@ray-js/components-ty-slider": "^0.3.4",
45
- "@tuya-miniapp/smart-ui": "2.7.0-beta-7",
45
+ "@tuya-miniapp/smart-ui": "2.7.1-beta-5",
46
46
  "lodash-es": "^4.17.21"
47
47
  },
48
48
  "devDependencies": {
@@ -81,4 +81,4 @@
81
81
  "email": "tuyafe@tuya.com"
82
82
  }
83
83
  ]
84
- }
84
+ }