@zat-design/sisyphus-react 3.8.0 → 3.8.2

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 (110) hide show
  1. package/.vscode/extensions.json +5 -0
  2. package/dist/index.esm.css +8 -52
  3. package/dist/less.esm.css +8 -52
  4. package/es/ProAction/index.js +1 -1
  5. package/es/ProDownload/index.js +3 -3
  6. package/es/ProDownload/utils.js +3 -3
  7. package/es/ProDrawerForm/components/ProDrawer/index.js +4 -4
  8. package/es/ProDrawerForm/components/ProModal/index.js +3 -3
  9. package/es/ProEditLabel/index.js +3 -3
  10. package/es/ProEditTable/components/ActionButton/index.js +3 -3
  11. package/es/ProEditTable/components/RenderField/ListChangedWrapper.js +9 -5
  12. package/es/ProEditTable/components/RenderField/index.js +9 -9
  13. package/es/ProEditTable/components/RenderToolbar/index.js +1 -1
  14. package/es/ProEditTable/index.js +9 -5
  15. package/es/ProEditTable/style/index.less +2 -1
  16. package/es/ProEditTable/utils/config.js +2 -2
  17. package/es/ProEditTable/utils/index.js +5 -5
  18. package/es/ProEditTable/utils/tools.js +1 -1
  19. package/es/ProEnum/hooks/useEnumRequest.js +2 -2
  20. package/es/ProEnum/index.js +1 -1
  21. package/es/ProForm/components/FormFooter/index.js +6 -4
  22. package/es/ProForm/components/combination/FormList/components/ActionButton.js +2 -2
  23. package/es/ProForm/components/combination/FormList/components/BlockTitle.js +1 -1
  24. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  25. package/es/ProForm/components/combination/FormList/utils.js +1 -1
  26. package/es/ProForm/components/combination/Group/component/ComRender.js +1 -1
  27. package/es/ProForm/components/combination/Group/utils.js +8 -1
  28. package/es/ProForm/components/combination/ProCascader/index.js +6 -3
  29. package/es/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +1 -1
  30. package/es/ProForm/components/combination/ProModalSelect/index.js +12 -6
  31. package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  32. package/es/ProForm/components/combination/ProNumberRange/index.js +51 -47
  33. package/es/ProForm/components/combination/ProNumberRange/style/index.less +51 -56
  34. package/es/ProForm/components/old/ProAddress/index.js +1 -1
  35. package/es/ProForm/components/render/ChangedWrapper.js +5 -3
  36. package/es/ProForm/components/render/ConfirmWrapper.js +1 -1
  37. package/es/ProForm/components/render/Render.js +4 -3
  38. package/es/ProForm/components/render/propsType.d.ts +1 -1
  39. package/es/ProForm/index.js +1 -1
  40. package/es/ProForm/utils/useForm.js +1 -1
  41. package/es/ProForm/utils/useShouldUpdate.d.ts +2 -2
  42. package/es/ProForm/utils/useShouldUpdate.js +1 -1
  43. package/es/ProStep/components/Listener/index.js +1 -1
  44. package/es/ProStep/index.js +3 -3
  45. package/es/ProTable/components/FormatColumn/index.d.ts +2 -1
  46. package/es/ProTable/components/FormatColumn/index.js +12 -9
  47. package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +2 -2
  48. package/es/ProTable/hooks/useAntdTable.js +3 -3
  49. package/es/ProTable/index.js +13 -3
  50. package/es/ProTable/propsType.d.ts +4 -0
  51. package/es/ProTree/components/ProTree.js +1 -1
  52. package/es/ProTree/components/ProTreeSelect/index.js +10 -0
  53. package/es/ProTree/components/Tree.js +1 -1
  54. package/es/ProUpload/components/ImageRender.js +1 -1
  55. package/es/ProViewer/index.js +2 -2
  56. package/es/old/ProEditableTable/index.js +4 -4
  57. package/lib/ProAction/index.js +1 -1
  58. package/lib/ProDownload/index.js +3 -3
  59. package/lib/ProDownload/utils.js +3 -3
  60. package/lib/ProDrawerForm/components/ProDrawer/index.js +4 -4
  61. package/lib/ProDrawerForm/components/ProModal/index.js +3 -3
  62. package/lib/ProEditLabel/index.js +3 -3
  63. package/lib/ProEditTable/components/ActionButton/index.js +3 -3
  64. package/lib/ProEditTable/components/RenderField/ListChangedWrapper.js +9 -5
  65. package/lib/ProEditTable/components/RenderField/index.js +9 -9
  66. package/lib/ProEditTable/components/RenderToolbar/index.js +1 -1
  67. package/lib/ProEditTable/index.js +9 -5
  68. package/lib/ProEditTable/style/index.less +2 -1
  69. package/lib/ProEditTable/utils/config.js +2 -2
  70. package/lib/ProEditTable/utils/index.js +5 -5
  71. package/lib/ProEditTable/utils/tools.js +1 -1
  72. package/lib/ProEnum/hooks/useEnumRequest.js +2 -2
  73. package/lib/ProEnum/index.js +1 -1
  74. package/lib/ProForm/components/FormFooter/index.js +5 -3
  75. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +2 -2
  76. package/lib/ProForm/components/combination/FormList/components/BlockTitle.js +1 -1
  77. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  78. package/lib/ProForm/components/combination/FormList/utils.js +1 -1
  79. package/lib/ProForm/components/combination/Group/component/ComRender.js +1 -1
  80. package/lib/ProForm/components/combination/Group/utils.js +8 -1
  81. package/lib/ProForm/components/combination/ProCascader/index.js +6 -3
  82. package/lib/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +1 -1
  83. package/lib/ProForm/components/combination/ProModalSelect/index.js +12 -6
  84. package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +1 -0
  85. package/lib/ProForm/components/combination/ProNumberRange/index.js +45 -45
  86. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +51 -56
  87. package/lib/ProForm/components/old/ProAddress/index.js +1 -1
  88. package/lib/ProForm/components/render/ChangedWrapper.js +5 -3
  89. package/lib/ProForm/components/render/ConfirmWrapper.js +1 -1
  90. package/lib/ProForm/components/render/Render.js +4 -3
  91. package/lib/ProForm/components/render/propsType.d.ts +1 -1
  92. package/lib/ProForm/index.js +1 -1
  93. package/lib/ProForm/utils/useForm.js +1 -1
  94. package/lib/ProForm/utils/useShouldUpdate.d.ts +2 -2
  95. package/lib/ProForm/utils/useShouldUpdate.js +1 -1
  96. package/lib/ProStep/components/Listener/index.js +1 -1
  97. package/lib/ProStep/index.js +3 -3
  98. package/lib/ProTable/components/FormatColumn/index.d.ts +2 -1
  99. package/lib/ProTable/components/FormatColumn/index.js +12 -9
  100. package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +2 -2
  101. package/lib/ProTable/hooks/useAntdTable.js +3 -3
  102. package/lib/ProTable/index.js +13 -3
  103. package/lib/ProTable/propsType.d.ts +4 -0
  104. package/lib/ProTree/components/ProTree.js +1 -1
  105. package/lib/ProTree/components/ProTreeSelect/index.js +10 -0
  106. package/lib/ProTree/components/Tree.js +1 -1
  107. package/lib/ProUpload/components/ImageRender.js +1 -1
  108. package/lib/ProViewer/index.js +2 -2
  109. package/lib/old/ProEditableTable/index.js +4 -4
  110. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.8.0",
3
+ "version": "3.8.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -58,7 +58,7 @@
58
58
  "@dnd-kit/sortable": "^7.0.2",
59
59
  "@dnd-kit/utilities": "^3.2.1",
60
60
  "@pansy/react-watermark": "^3.1.13",
61
- "@zat-design/utils": "^1.1.31",
61
+ "@zat-design/utils": "1.1.32",
62
62
  "ahooks": "3.7.4",
63
63
  "antd": "4.24.8",
64
64
  "big.js": "^6.2.1",
@@ -84,7 +84,6 @@
84
84
  "@types/classnames": "^2.3.1",
85
85
  "@types/jest": "^29.5.11",
86
86
  "@types/lodash": "^4.14.171",
87
- "@types/mockjs": "^1.0.6",
88
87
  "@types/react": "^17.0.53",
89
88
  "@types/react-dom": "^17.0.0",
90
89
  "@types/react-resizable": "^1.7.4",
@@ -96,7 +95,7 @@
96
95
  "@zat-design/login-react": "1.0.25",
97
96
  "babel-eslint": "10.0.3",
98
97
  "babel-plugin-import": "^1.13.3",
99
- "commander": "<=9.2.0",
98
+ "commander": "9.2.0",
100
99
  "cross-env": "^7.0.3",
101
100
  "dumi": "^1.0.9",
102
101
  "eslint": "7.10.0",
@@ -113,7 +112,7 @@
113
112
  "husky": "^4.0.7",
114
113
  "jest-canvas-mock": "^2.5.2",
115
114
  "lint-staged": "^10.0.0",
116
- "mockjs": "^1.1.0",
115
+ "mockjs": "^1.0.0",
117
116
  "prettier": "^2.5.0",
118
117
  "pretty-quick": "^3.1.3",
119
118
  "react-json-view": "^1.21.3",