@ray-js/smart-ui 2.0.1-beta-3 → 2.0.1-beta-5
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/// <reference types="miniprogram-api-typings" />
|
|
2
3
|
import { SmartComponent, SmartEventHandler } from '../base';
|
|
3
4
|
export interface SmartRadioGroupProps {
|
|
@@ -19,6 +20,10 @@ export interface SmartRadioGroupProps {
|
|
|
19
20
|
* 排列方向
|
|
20
21
|
*/
|
|
21
22
|
direction?: 'horizontal' | 'vertical';
|
|
23
|
+
/**
|
|
24
|
+
* 子元素节点
|
|
25
|
+
*/
|
|
26
|
+
children?: React.ReactNode;
|
|
22
27
|
}
|
|
23
28
|
/**
|
|
24
29
|
* @deprecated
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/smart-ui",
|
|
3
|
-
"version": "2.0.1-beta-
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.0.1-beta-5",
|
|
4
|
+
"author": "睦海(李利民)",
|
|
5
5
|
"description": "轻量、可靠的智能小程序 UI 组件库",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "tsc -w -p tsconfig.build.json",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@changesets/cli": "^2.27.1",
|
|
45
45
|
"@commitlint/cli": "^7.2.1",
|
|
46
46
|
"@commitlint/config-conventional": "^9.0.1",
|
|
47
|
-
"@ray-js/cli": "^1.5.
|
|
48
|
-
"@ray-js/code-sandbox": "0.0.3",
|
|
47
|
+
"@ray-js/cli": "^1.5.44",
|
|
48
|
+
"@ray-js/code-sandbox": "0.0.3-beta-3",
|
|
49
49
|
"@ray-js/components-ty-loading": "^0.1.1",
|
|
50
50
|
"@ray-js/panel-sdk": "^1.13.0",
|
|
51
51
|
"@ray-js/ray": "^1.5.34",
|