@oceanbase/ui 0.4.8 → 0.4.10
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/ui.min.js +1 -1
- package/es/Action/Item.d.ts +2 -2
- package/es/DateRanger/PickerPanel.d.ts +1 -1
- package/es/DateRanger/Ranger.d.ts +3 -0
- package/es/DateRanger/Ranger.js +9 -3
- package/es/DateRanger/locale/en-US.d.ts +1 -0
- package/es/DateRanger/locale/zh-CN.d.ts +1 -0
- package/es/DateRanger/locale/zh-TW.d.ts +1 -0
- package/es/Dialog/Anchor.d.ts +1 -1
- package/es/Dialog/EventProxy.d.ts +1 -1
- package/es/Highlight/DiffView/DiffCells.d.ts +1 -1
- package/es/Highlight/HighlightCell.d.ts +1 -1
- package/es/Highlight/JsonView.d.ts +1 -1
- package/es/Highlight/index.d.ts +1 -1
- package/es/IconFont/index.d.ts +1 -1
- package/es/NavMenu/index.d.ts +1 -1
- package/es/PageContainer/ItemRender.d.ts +1 -1
- package/es/ProCard/index.js +5 -3
- package/es/ProCard/style/index.js +9 -4
- package/es/ProTable/index.js +4 -2
- package/es/Ranger/QuickPicker.d.ts +1 -1
- package/es/SideTip/Dragger.d.ts +1 -1
- package/es/SideTip/IconLoading.d.ts +1 -1
- package/lib/Action/Item.d.ts +2 -2
- package/lib/DateRanger/PickerPanel.d.ts +1 -1
- package/lib/DateRanger/Ranger.d.ts +3 -0
- package/lib/DateRanger/Ranger.js +36 -22
- package/lib/DateRanger/locale/en-US.d.ts +1 -0
- package/lib/DateRanger/locale/zh-CN.d.ts +1 -0
- package/lib/DateRanger/locale/zh-TW.d.ts +1 -0
- package/lib/Dialog/Anchor.d.ts +1 -1
- package/lib/Dialog/EventProxy.d.ts +1 -1
- package/lib/Highlight/DiffView/DiffCells.d.ts +1 -1
- package/lib/Highlight/HighlightCell.d.ts +1 -1
- package/lib/Highlight/JsonView.d.ts +1 -1
- package/lib/Highlight/index.d.ts +1 -1
- package/lib/IconFont/index.d.ts +1 -1
- package/lib/NavMenu/index.d.ts +1 -1
- package/lib/PageContainer/ItemRender.d.ts +1 -1
- package/lib/ProCard/index.js +3 -1
- package/lib/ProCard/style/index.js +12 -2
- package/lib/ProTable/index.js +3 -1
- package/lib/Ranger/QuickPicker.d.ts +1 -1
- package/lib/SideTip/Dragger.d.ts +1 -1
- package/lib/SideTip/IconLoading.d.ts +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"description": "The UI library based on OceanBase Design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oceanbase",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"build": "NODE_OPTIONS=--max_old_space_size=4096 father build"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ant-design/cssinjs": "^1.
|
|
43
|
-
"@ant-design/pro-components": "^2.8.
|
|
42
|
+
"@ant-design/cssinjs": "^1.23.0",
|
|
43
|
+
"@ant-design/pro-components": "^2.8.5",
|
|
44
44
|
"@antv/g6": "3.4.10",
|
|
45
|
-
"@oceanbase/design": "^0.4.
|
|
46
|
-
"@oceanbase/icons": "^0.4.
|
|
45
|
+
"@oceanbase/design": "^0.4.9",
|
|
46
|
+
"@oceanbase/icons": "^0.4.5",
|
|
47
47
|
"@oceanbase/util": "^0.4.2",
|
|
48
48
|
"ahooks": "^2.10.14",
|
|
49
49
|
"classnames": "^2.5.1",
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
"moment": "^2.30.1",
|
|
57
57
|
"path-to-regexp": "^7.2.0",
|
|
58
58
|
"randexp": "^0.5.3",
|
|
59
|
-
"rc-picker": "^4.
|
|
60
|
-
"rc-util": "^5.44.
|
|
59
|
+
"rc-picker": "^4.11.1",
|
|
60
|
+
"rc-util": "^5.44.4",
|
|
61
61
|
"react-copy-to-clipboard": "^5.1.0",
|
|
62
62
|
"react-json-view": "^1.21.3",
|
|
63
63
|
"react-split-pane": "^0.1.92",
|
|
64
64
|
"screenfull": "^6.0.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@ant-design/pro-form": "^2.31.
|
|
68
|
-
"@ant-design/pro-layout": "^7.22.
|
|
67
|
+
"@ant-design/pro-form": "^2.31.5",
|
|
68
|
+
"@ant-design/pro-layout": "^7.22.2"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"react": ">=16.9.0",
|
|
72
72
|
"react-dom": ">=16.9.0"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "b9a6e4edde09d388777caade3586a12ddf51779e"
|
|
75
75
|
}
|