assui 3.0.0-alpha.0 → 3.0.4
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/keep-tab/index.d.ts
CHANGED
|
@@ -6,8 +6,6 @@ interface NewTab extends Tab {
|
|
|
6
6
|
count?: React.ReactNode;
|
|
7
7
|
}
|
|
8
8
|
export interface KeepTabProps extends Omit<TabsProps, 'items'> {
|
|
9
|
-
/** 由TabPane组成的children */
|
|
10
|
-
children: React.ReactNode;
|
|
11
9
|
/** 初始化选中面板的 key,如果没有设置 activeKey */
|
|
12
10
|
defaultActiveKey?: string;
|
|
13
11
|
/** 保存激活 tab 面板的的key名 */
|
package/lib/keep-tab/index.d.ts
CHANGED
|
@@ -6,8 +6,6 @@ interface NewTab extends Tab {
|
|
|
6
6
|
count?: React.ReactNode;
|
|
7
7
|
}
|
|
8
8
|
export interface KeepTabProps extends Omit<TabsProps, 'items'> {
|
|
9
|
-
/** 由TabPane组成的children */
|
|
10
|
-
children: React.ReactNode;
|
|
11
9
|
/** 初始化选中面板的 key,如果没有设置 activeKey */
|
|
12
10
|
defaultActiveKey?: string;
|
|
13
11
|
/** 保存激活 tab 面板的的key名 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
36
36
|
"@types/react-color": "^3.0.6",
|
|
37
37
|
"@types/react-resizable": "^3.0.0",
|
|
38
|
-
"a-icons": "^1.0
|
|
39
|
-
"aa-utils": "^2.1.
|
|
38
|
+
"a-icons": "^1.1.0",
|
|
39
|
+
"aa-utils": "^2.1.7",
|
|
40
40
|
"ahooks": "^3.0.8",
|
|
41
41
|
"bignumber.js": "^9.0.1",
|
|
42
42
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"node": ">=10.0.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "ab7e0ff90fc78b5a70ebcc6c698121b17606568f"
|
|
84
84
|
}
|