@ray-js/smart-ui 2.0.1-beta-9 → 2.0.1-beta-11
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/dist/@types/field/index.d.ts +23 -0
- package/package.json +3 -2
|
@@ -246,6 +246,29 @@ export interface SmartFieldProps {
|
|
|
246
246
|
* @default false
|
|
247
247
|
*/
|
|
248
248
|
alwaysEmbed?: boolean;
|
|
249
|
+
/**
|
|
250
|
+
* 隐藏左侧label相关内容
|
|
251
|
+
* @since `2.0.4`
|
|
252
|
+
* @default false
|
|
253
|
+
*/
|
|
254
|
+
hiddenLabel?: boolean;
|
|
255
|
+
/**
|
|
256
|
+
* 卡片模式
|
|
257
|
+
* @since `2.0.4`
|
|
258
|
+
* @default false
|
|
259
|
+
*/
|
|
260
|
+
cardMode?: boolean;
|
|
261
|
+
/**
|
|
262
|
+
* 副标题
|
|
263
|
+
* @since `2.0.4`
|
|
264
|
+
*/
|
|
265
|
+
subLabel?: string;
|
|
266
|
+
/**
|
|
267
|
+
* 错误提示内嵌到placeholder
|
|
268
|
+
* @since `2.0.4`
|
|
269
|
+
* @default false
|
|
270
|
+
*/
|
|
271
|
+
interError?: boolean;
|
|
249
272
|
}
|
|
250
273
|
/**
|
|
251
274
|
* @deprecated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.0.1-beta-
|
|
3
|
+
"version": "2.0.1-beta-11",
|
|
4
4
|
"author": "睦海(李利民)",
|
|
5
5
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
6
6
|
"scripts": {
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"@ray-js/components-ty-progress-bar": "^0.1.1",
|
|
38
38
|
"@ray-js/components-ty-progress-circle": "^0.1.6",
|
|
39
39
|
"@ray-js/components-ty-slider": "^0.2.48",
|
|
40
|
-
"@
|
|
40
|
+
"@ray-js/smart-ui": "2.0.1-beta-9",
|
|
41
|
+
"@tuya-miniapp/smart-ui": "2.0.2-beta-13",
|
|
41
42
|
"lodash-es": "^4.17.21"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|