@ray-js/smart-ui 2.9.1 → 2.9.3-beta-0
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.
|
@@ -128,6 +128,11 @@ export interface SmartDialogInputOptions extends SmartDialogOptions {
|
|
|
128
128
|
* 输入框的最大输入长度
|
|
129
129
|
*/
|
|
130
130
|
maxlength?: number;
|
|
131
|
+
/**
|
|
132
|
+
* 输入框输入时回调
|
|
133
|
+
* @version 2.10.0
|
|
134
|
+
*/
|
|
135
|
+
onInput?: (value: string) => void;
|
|
131
136
|
}
|
|
132
137
|
export interface SmartDialogInstance {
|
|
133
138
|
/**
|
|
@@ -128,6 +128,11 @@ export interface SmartDialogInputOptions extends SmartDialogOptions {
|
|
|
128
128
|
* 输入框的最大输入长度
|
|
129
129
|
*/
|
|
130
130
|
maxlength?: number;
|
|
131
|
+
/**
|
|
132
|
+
* 输入框输入时回调
|
|
133
|
+
* @version 2.10.0
|
|
134
|
+
*/
|
|
135
|
+
onInput?: (value: string) => void;
|
|
131
136
|
}
|
|
132
137
|
export interface SmartDialogInstance {
|
|
133
138
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.3-beta-0",
|
|
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.8",
|
|
45
|
-
"@tuya-miniapp/smart-ui": "
|
|
45
|
+
"@tuya-miniapp/smart-ui": "2.9.3-beta-0",
|
|
46
46
|
"lodash-es": "^4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|