@ray-js/smart-ui 2.10.0 → 2.10.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.
|
@@ -38,6 +38,20 @@ export interface SmartIndexBarProps {
|
|
|
38
38
|
* @default false
|
|
39
39
|
*/
|
|
40
40
|
scrollable?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* SideBar 字体大小
|
|
43
|
+
*
|
|
44
|
+
* @version 2.10.1
|
|
45
|
+
* @default -
|
|
46
|
+
*/
|
|
47
|
+
sidebarFontSize?: string;
|
|
48
|
+
/**
|
|
49
|
+
* SideBar 字体行高
|
|
50
|
+
*
|
|
51
|
+
* @version 2.10.1
|
|
52
|
+
* @default -
|
|
53
|
+
*/
|
|
54
|
+
sidebarLineHeight?: string;
|
|
41
55
|
}
|
|
42
56
|
/**
|
|
43
57
|
* @deprecated
|
|
@@ -38,6 +38,20 @@ export interface SmartIndexBarProps {
|
|
|
38
38
|
* @default false
|
|
39
39
|
*/
|
|
40
40
|
scrollable?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* SideBar 字体大小
|
|
43
|
+
*
|
|
44
|
+
* @version 2.10.1
|
|
45
|
+
* @default -
|
|
46
|
+
*/
|
|
47
|
+
sidebarFontSize?: string;
|
|
48
|
+
/**
|
|
49
|
+
* SideBar 字体行高
|
|
50
|
+
*
|
|
51
|
+
* @version 2.10.1
|
|
52
|
+
* @default -
|
|
53
|
+
*/
|
|
54
|
+
sidebarLineHeight?: string;
|
|
41
55
|
}
|
|
42
56
|
/**
|
|
43
57
|
* @deprecated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.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.8",
|
|
45
|
-
"@tuya-miniapp/smart-ui": "
|
|
45
|
+
"@tuya-miniapp/smart-ui": "2.10.1-beta-1",
|
|
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
|
+
}
|