@ray-js/smart-ui 2.12.1-beta-8 → 2.13.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.
- package/es/@types/bottom-sheet/index.d.ts +1 -1
- package/es/@types/cascader/index.d.ts +1 -1
- package/es/@types/field/index.d.ts +2 -2
- package/es/@types/grid-item/index.d.ts +1 -1
- package/es/@types/icon/index.d.ts +2 -2
- package/es/@types/nav-bar/index.d.ts +3 -3
- package/es/@types/notice-bar/index.d.ts +1 -1
- package/es/@types/popup/index.d.ts +1 -1
- package/es/@types/stepper/index.d.ts +2 -2
- package/es/@types/tag/index.d.ts +1 -1
- package/lib/@types/bottom-sheet/index.d.ts +1 -1
- package/lib/@types/cascader/index.d.ts +1 -1
- package/lib/@types/field/index.d.ts +2 -2
- package/lib/@types/grid-item/index.d.ts +1 -1
- package/lib/@types/icon/index.d.ts +2 -2
- package/lib/@types/nav-bar/index.d.ts +3 -3
- package/lib/@types/notice-bar/index.d.ts +1 -1
- package/lib/@types/popup/index.d.ts +1 -1
- package/lib/@types/stepper/index.d.ts +2 -2
- package/lib/@types/tag/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -289,13 +289,13 @@ export interface SmartFieldProps {
|
|
|
289
289
|
/**
|
|
290
290
|
* 清除按钮的无障碍读屏文案,透传至清除图标的 aria-label
|
|
291
291
|
*
|
|
292
|
-
* @version 2.
|
|
292
|
+
* @version 2.13.0
|
|
293
293
|
*/
|
|
294
294
|
clearIconAriaLabel?: string;
|
|
295
295
|
/**
|
|
296
296
|
* 右侧图标按钮的无障碍读屏文案,设置在图标容器的 aria-label 上
|
|
297
297
|
*
|
|
298
|
-
* @version 2.
|
|
298
|
+
* @version 2.13.0
|
|
299
299
|
*/
|
|
300
300
|
rightIconButtonAriaLabel?: string;
|
|
301
301
|
}
|
|
@@ -135,19 +135,19 @@ export interface SmartNavBarProps {
|
|
|
135
135
|
/**
|
|
136
136
|
* 左侧返回箭头的无障碍读屏文案
|
|
137
137
|
*
|
|
138
|
-
* @version 2.
|
|
138
|
+
* @version 2.13.0
|
|
139
139
|
*/
|
|
140
140
|
leftArrowAriaLabel?: string;
|
|
141
141
|
/**
|
|
142
142
|
* 左侧图标的无障碍读屏文案
|
|
143
143
|
*
|
|
144
|
-
* @version 2.
|
|
144
|
+
* @version 2.13.0
|
|
145
145
|
*/
|
|
146
146
|
leftIconAriaLabel?: string;
|
|
147
147
|
/**
|
|
148
148
|
* 右侧图标的无障碍读屏文案
|
|
149
149
|
*
|
|
150
|
-
* @version 2.
|
|
150
|
+
* @version 2.13.0
|
|
151
151
|
*/
|
|
152
152
|
rightIconAriaLabel?: string;
|
|
153
153
|
}
|
|
@@ -106,13 +106,13 @@ export interface SmartStepperProps {
|
|
|
106
106
|
/**
|
|
107
107
|
* 减号按钮的无障碍读屏文案
|
|
108
108
|
*
|
|
109
|
-
* @version 2.
|
|
109
|
+
* @version 2.13.0
|
|
110
110
|
*/
|
|
111
111
|
minusAriaLabel?: string;
|
|
112
112
|
/**
|
|
113
113
|
* 加号按钮的无障碍读屏文案
|
|
114
114
|
*
|
|
115
|
-
* @version 2.
|
|
115
|
+
* @version 2.13.0
|
|
116
116
|
*/
|
|
117
117
|
plusAriaLabel?: string;
|
|
118
118
|
}
|
package/es/@types/tag/index.d.ts
CHANGED
|
@@ -289,13 +289,13 @@ export interface SmartFieldProps {
|
|
|
289
289
|
/**
|
|
290
290
|
* 清除按钮的无障碍读屏文案,透传至清除图标的 aria-label
|
|
291
291
|
*
|
|
292
|
-
* @version 2.
|
|
292
|
+
* @version 2.13.0
|
|
293
293
|
*/
|
|
294
294
|
clearIconAriaLabel?: string;
|
|
295
295
|
/**
|
|
296
296
|
* 右侧图标按钮的无障碍读屏文案,设置在图标容器的 aria-label 上
|
|
297
297
|
*
|
|
298
|
-
* @version 2.
|
|
298
|
+
* @version 2.13.0
|
|
299
299
|
*/
|
|
300
300
|
rightIconButtonAriaLabel?: string;
|
|
301
301
|
}
|
|
@@ -135,19 +135,19 @@ export interface SmartNavBarProps {
|
|
|
135
135
|
/**
|
|
136
136
|
* 左侧返回箭头的无障碍读屏文案
|
|
137
137
|
*
|
|
138
|
-
* @version 2.
|
|
138
|
+
* @version 2.13.0
|
|
139
139
|
*/
|
|
140
140
|
leftArrowAriaLabel?: string;
|
|
141
141
|
/**
|
|
142
142
|
* 左侧图标的无障碍读屏文案
|
|
143
143
|
*
|
|
144
|
-
* @version 2.
|
|
144
|
+
* @version 2.13.0
|
|
145
145
|
*/
|
|
146
146
|
leftIconAriaLabel?: string;
|
|
147
147
|
/**
|
|
148
148
|
* 右侧图标的无障碍读屏文案
|
|
149
149
|
*
|
|
150
|
-
* @version 2.
|
|
150
|
+
* @version 2.13.0
|
|
151
151
|
*/
|
|
152
152
|
rightIconAriaLabel?: string;
|
|
153
153
|
}
|
|
@@ -106,13 +106,13 @@ export interface SmartStepperProps {
|
|
|
106
106
|
/**
|
|
107
107
|
* 减号按钮的无障碍读屏文案
|
|
108
108
|
*
|
|
109
|
-
* @version 2.
|
|
109
|
+
* @version 2.13.0
|
|
110
110
|
*/
|
|
111
111
|
minusAriaLabel?: string;
|
|
112
112
|
/**
|
|
113
113
|
* 加号按钮的无障碍读屏文案
|
|
114
114
|
*
|
|
115
|
-
* @version 2.
|
|
115
|
+
* @version 2.13.0
|
|
116
116
|
*/
|
|
117
117
|
plusAriaLabel?: string;
|
|
118
118
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.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.9",
|
|
45
|
-
"@tuya-miniapp/smart-ui": "2.
|
|
45
|
+
"@tuya-miniapp/smart-ui": "^2.13.0",
|
|
46
46
|
"lodash-es": "^4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|