@ray-js/smart-ui 2.3.0 → 2.3.2-beta-2
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.
|
@@ -168,6 +168,14 @@ export interface SmartDateTimePickerEvents {
|
|
|
168
168
|
* 点击取消按钮时触发的事件
|
|
169
169
|
*/
|
|
170
170
|
onCancel?: SmartEventHandler;
|
|
171
|
+
/**
|
|
172
|
+
* 继承picker动画开始事件
|
|
173
|
+
*/
|
|
174
|
+
onAnimationStart?: () => void;
|
|
175
|
+
/**
|
|
176
|
+
* 继承picker动画结束事件
|
|
177
|
+
*/
|
|
178
|
+
onAnimationEnd?: () => void;
|
|
171
179
|
}
|
|
172
180
|
export interface SmartDateTimePickerExternalClassName {
|
|
173
181
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2-beta-2",
|
|
4
4
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"syncMiniappData": "node ./build/syncMiniappData.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ray-js/components-ty-slider": "^0.3.1",
|
|
39
|
-
"@tuya-miniapp/smart-ui": "
|
|
39
|
+
"@tuya-miniapp/smart-ui": "2.3.2-beta-1",
|
|
40
40
|
"lodash-es": "^4.17.21"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|