@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.
Files changed (46) hide show
  1. package/dist/ui.min.js +1 -1
  2. package/es/Action/Item.d.ts +2 -2
  3. package/es/DateRanger/PickerPanel.d.ts +1 -1
  4. package/es/DateRanger/Ranger.d.ts +3 -0
  5. package/es/DateRanger/Ranger.js +9 -3
  6. package/es/DateRanger/locale/en-US.d.ts +1 -0
  7. package/es/DateRanger/locale/zh-CN.d.ts +1 -0
  8. package/es/DateRanger/locale/zh-TW.d.ts +1 -0
  9. package/es/Dialog/Anchor.d.ts +1 -1
  10. package/es/Dialog/EventProxy.d.ts +1 -1
  11. package/es/Highlight/DiffView/DiffCells.d.ts +1 -1
  12. package/es/Highlight/HighlightCell.d.ts +1 -1
  13. package/es/Highlight/JsonView.d.ts +1 -1
  14. package/es/Highlight/index.d.ts +1 -1
  15. package/es/IconFont/index.d.ts +1 -1
  16. package/es/NavMenu/index.d.ts +1 -1
  17. package/es/PageContainer/ItemRender.d.ts +1 -1
  18. package/es/ProCard/index.js +5 -3
  19. package/es/ProCard/style/index.js +9 -4
  20. package/es/ProTable/index.js +4 -2
  21. package/es/Ranger/QuickPicker.d.ts +1 -1
  22. package/es/SideTip/Dragger.d.ts +1 -1
  23. package/es/SideTip/IconLoading.d.ts +1 -1
  24. package/lib/Action/Item.d.ts +2 -2
  25. package/lib/DateRanger/PickerPanel.d.ts +1 -1
  26. package/lib/DateRanger/Ranger.d.ts +3 -0
  27. package/lib/DateRanger/Ranger.js +36 -22
  28. package/lib/DateRanger/locale/en-US.d.ts +1 -0
  29. package/lib/DateRanger/locale/zh-CN.d.ts +1 -0
  30. package/lib/DateRanger/locale/zh-TW.d.ts +1 -0
  31. package/lib/Dialog/Anchor.d.ts +1 -1
  32. package/lib/Dialog/EventProxy.d.ts +1 -1
  33. package/lib/Highlight/DiffView/DiffCells.d.ts +1 -1
  34. package/lib/Highlight/HighlightCell.d.ts +1 -1
  35. package/lib/Highlight/JsonView.d.ts +1 -1
  36. package/lib/Highlight/index.d.ts +1 -1
  37. package/lib/IconFont/index.d.ts +1 -1
  38. package/lib/NavMenu/index.d.ts +1 -1
  39. package/lib/PageContainer/ItemRender.d.ts +1 -1
  40. package/lib/ProCard/index.js +3 -1
  41. package/lib/ProCard/style/index.js +12 -2
  42. package/lib/ProTable/index.js +3 -1
  43. package/lib/Ranger/QuickPicker.d.ts +1 -1
  44. package/lib/SideTip/Dragger.d.ts +1 -1
  45. package/lib/SideTip/IconLoading.d.ts +1 -1
  46. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oceanbase/ui",
3
- "version": "0.4.8",
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.22.1",
43
- "@ant-design/pro-components": "^2.8.3",
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.7",
46
- "@oceanbase/icons": "^0.4.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.9.2",
60
- "rc-util": "^5.44.3",
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.3",
68
- "@ant-design/pro-layout": "^7.22.0"
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": "9e1061a0ca29c3bc94c066f8920be6af39d44249"
74
+ "gitHead": "b9a6e4edde09d388777caade3586a12ddf51779e"
75
75
  }