@oceanbase/ui 0.2.11 → 0.2.13
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/LICENSE +22 -0
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1 -1
- package/es/BackgroundTaskManager/index.js +3 -3
- package/es/BasicLayout/index.js +20 -11
- package/es/BasicLayout/index.less +0 -4
- package/es/BasicLayout/style/index.d.ts +5 -0
- package/es/BasicLayout/style/index.js +21 -0
- package/es/Highlight/index.d.ts +1 -1
- package/es/Highlight/index.js +1 -2
- package/es/Lottie/index.d.ts +9 -4
- package/es/Lottie/index.js +48 -20
- package/es/NavMenu/index.js +26 -19
- package/es/PageContainer/ItemRender.d.ts +2 -1
- package/es/PageContainer/ItemRender.js +1 -0
- package/es/PageContainer/index.js +1 -2
- package/es/PageContainer/style/index.js +4 -2
- package/es/SideTip/index.less +2 -2
- package/es/_util/useHistory.js +6 -2
- package/es/index.less +0 -14
- package/lib/BasicLayout/index.js +96 -88
- package/lib/BasicLayout/index.less +0 -4
- package/lib/BasicLayout/style/index.d.ts +5 -0
- package/lib/BasicLayout/style/index.js +49 -0
- package/lib/Highlight/index.d.ts +1 -1
- package/lib/Highlight/index.js +0 -1
- package/lib/Lottie/index.d.ts +9 -4
- package/lib/Lottie/index.js +42 -25
- package/lib/NavMenu/index.js +22 -13
- package/lib/PageContainer/ItemRender.d.ts +2 -1
- package/lib/PageContainer/ItemRender.js +2 -1
- package/lib/PageContainer/index.js +3 -4
- package/lib/PageContainer/style/index.js +4 -2
- package/lib/SideTip/index.less +2 -2
- package/lib/_util/useHistory.js +2 -1
- package/lib/index.less +0 -14
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "The UI library based on OceanBase Design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"OceanBase",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"react",
|
|
11
11
|
"component"
|
|
12
12
|
],
|
|
13
|
-
"homepage": "https://github.com/oceanbase/design/packages/ui",
|
|
13
|
+
"homepage": "https://github.com/oceanbase/oceanbase-design/packages/ui",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
16
|
"url": "git@github.com:oceanbase/design.git"
|
|
@@ -35,28 +35,28 @@
|
|
|
35
35
|
"build": "father build"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@ant-design/cssinjs": "^1.
|
|
39
|
-
"@ant-design/pro-components": "^2.4
|
|
40
|
-
"@oceanbase/design": "^0.2.
|
|
41
|
-
"@oceanbase/icons": "^0.2.
|
|
42
|
-
"@oceanbase/util": "^0.2.
|
|
43
|
-
"ahooks": "^2.10.
|
|
44
|
-
"classnames": "^2.2
|
|
45
|
-
"dayjs": "^1.11.
|
|
38
|
+
"@ant-design/cssinjs": "^1.11.1",
|
|
39
|
+
"@ant-design/pro-components": "^2.6.4",
|
|
40
|
+
"@oceanbase/design": "^0.2.12",
|
|
41
|
+
"@oceanbase/icons": "^0.2.3",
|
|
42
|
+
"@oceanbase/util": "^0.2.4",
|
|
43
|
+
"ahooks": "^2.10.14",
|
|
44
|
+
"classnames": "^2.3.2",
|
|
45
|
+
"dayjs": "^1.11.9",
|
|
46
46
|
"diff": "^5.1.0",
|
|
47
|
-
"highlight.js": "^11.
|
|
47
|
+
"highlight.js": "^11.8.0",
|
|
48
48
|
"highlightjs-solidity": "^2.0.6",
|
|
49
49
|
"hoist-non-react-statics": "^3.3.2",
|
|
50
|
-
"lodash": "^4.17.
|
|
51
|
-
"lottie-web": "^5.
|
|
52
|
-
"moment": "^2.29.
|
|
53
|
-
"path-to-regexp": "^6.1
|
|
50
|
+
"lodash": "^4.17.21",
|
|
51
|
+
"lottie-web": "^5.12.2",
|
|
52
|
+
"moment": "^2.29.4",
|
|
53
|
+
"path-to-regexp": "^6.2.1",
|
|
54
54
|
"randexp": "^0.5.3",
|
|
55
|
-
"rc-util": "^5.
|
|
56
|
-
"react-copy-to-clipboard": "^5.0
|
|
55
|
+
"rc-util": "^5.34.1",
|
|
56
|
+
"react-copy-to-clipboard": "^5.1.0",
|
|
57
57
|
"react-json-view": "^1.21.3",
|
|
58
|
-
"react-split-pane": "^0.1.
|
|
59
|
-
"screenfull": "^5.
|
|
58
|
+
"react-split-pane": "^0.1.92",
|
|
59
|
+
"screenfull": "^5.2.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@antv/g6": "3.4.10"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"react-dom": "^16.9.0",
|
|
68
68
|
"react-router-dom": ">=5.2.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "7d81ac30dec1b962fc77a037023fef0ab0a3db24"
|
|
71
71
|
}
|