@zat-design/sisyphus-react 3.8.0-beat.8 → 3.8.0-beta.15

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 (272) hide show
  1. package/dist/index.esm.css +2 -8
  2. package/dist/less.esm.css +2 -8
  3. package/es/ProAction/index.js +5 -5
  4. package/es/ProDownload/index.d.ts +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.d.ts +1 -1
  11. package/es/ProEditTable/components/ActionButton/index.js +3 -3
  12. package/es/ProEditTable/components/RcTable/BaseTable.d.ts +1 -1
  13. package/es/ProEditTable/components/RcTable/DraggableTable.d.ts +1 -1
  14. package/es/ProEditTable/components/RcTable/VirtualTable.d.ts +1 -1
  15. package/es/ProEditTable/components/RenderField/index.d.ts +1 -1
  16. package/es/ProEditTable/components/RenderField/index.js +5 -5
  17. package/es/ProEditTable/components/RenderToolbar/index.d.ts +1 -1
  18. package/es/ProEditTable/components/RenderToolbar/index.js +1 -1
  19. package/es/ProEditTable/components/Summary/index.d.ts +1 -1
  20. package/es/ProEditTable/utils/config.d.ts +1 -1
  21. package/es/ProEditTable/utils/config.js +2 -2
  22. package/es/ProEditTable/utils/index.js +5 -5
  23. package/es/ProEditTable/utils/tools.js +4 -4
  24. package/es/ProEnum/components/Group.d.ts +1 -1
  25. package/es/ProEnum/components/Tag.d.ts +1 -1
  26. package/es/ProEnum/hooks/useEnumRequest.js +2 -2
  27. package/es/ProEnum/index.d.ts +2 -2
  28. package/es/ProEnum/index.js +1 -1
  29. package/es/ProEnum/utils/eventCenter.js +2 -1
  30. package/es/ProEnum/utils/getEnumLabel.d.ts +1 -1
  31. package/es/ProForm/components/base/Input/index.d.ts +1 -1
  32. package/es/ProForm/components/combination/FormList/components/ActionButton.js +2 -2
  33. package/es/ProForm/components/combination/FormList/components/BlockTitle.js +1 -1
  34. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  35. package/es/ProForm/components/combination/FormList/utils.js +1 -1
  36. package/es/ProForm/components/combination/Group/component/ComRender.js +1 -1
  37. package/es/ProForm/components/combination/Group/utils.js +1 -8
  38. package/es/ProForm/components/combination/ProCascader/index.d.ts +1 -1
  39. package/es/ProForm/components/combination/ProCascader/index.js +9 -12
  40. package/es/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +1 -1
  41. package/es/ProForm/components/combination/ProModalSelect/index.js +6 -12
  42. package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +0 -1
  43. package/es/ProForm/components/combination/ProNumberRange/index.js +4 -11
  44. package/es/ProForm/components/combination/ProNumberRange/style/index.less +1 -5
  45. package/es/ProForm/components/old/InputRange/index.d.ts +1 -1
  46. package/es/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
  47. package/es/ProForm/components/old/ProAddress/index.d.ts +2 -1
  48. package/es/ProForm/components/old/ProAddress/index.js +1 -1
  49. package/es/ProForm/components/old/ProRangeBox/index.d.ts +2 -1
  50. package/es/ProForm/components/render/ChangedWrapper.js +1 -1
  51. package/es/ProForm/components/render/ConfirmWrapper.js +1 -1
  52. package/es/ProForm/components/render/Render.js +3 -3
  53. package/es/ProForm/components/render/propsType.d.ts +1 -1
  54. package/es/ProForm/index.js +1 -1
  55. package/es/ProForm/style/index.less +1 -1
  56. package/es/ProForm/utils/index.js +10 -14
  57. package/es/ProForm/utils/useForm.js +1 -1
  58. package/es/ProForm/utils/useShouldUpdate.d.ts +2 -2
  59. package/es/ProForm/utils/useShouldUpdate.js +1 -1
  60. package/es/ProIcon/utils/index.js +3 -4
  61. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +1 -1
  62. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -3
  63. package/es/ProLayout/components/ProCollapse/index.d.ts +1 -1
  64. package/es/ProLayout/components/ProFooter/index.d.ts +1 -1
  65. package/es/ProLayout/components/ProHeader/components/Copy/index.d.ts +1 -1
  66. package/es/ProLayout/components/ProHeader/index.d.ts +1 -1
  67. package/es/ProLayout/index.d.ts +4 -4
  68. package/es/ProLayout/utils/index.js +9 -9
  69. package/es/ProSelect/components/AdaptiveTooltip.d.ts +1 -1
  70. package/es/ProSelect/index.d.ts +1 -1
  71. package/es/ProSelect/index.js +3 -2
  72. package/es/ProSelect/utils/index.js +4 -5
  73. package/es/ProStep/components/Anchor/index.d.ts +1 -1
  74. package/es/ProStep/components/Item/index.d.ts +1 -1
  75. package/es/ProStep/components/Listener/index.js +1 -1
  76. package/es/ProStep/components/Step/index.d.ts +1 -1
  77. package/es/ProStep/index.d.ts +2 -2
  78. package/es/ProStep/index.js +3 -3
  79. package/es/ProTable/components/FormatColumn/index.js +3 -3
  80. package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +1 -1
  81. package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +2 -2
  82. package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.js +8 -9
  83. package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +1 -1
  84. package/es/ProTable/components/RenderFooter/index.d.ts +1 -1
  85. package/es/ProTable/components/RenderTableHeader/index.d.ts +1 -1
  86. package/es/ProTable/components/TableResizable/index.d.ts +1 -1
  87. package/es/ProTable/hooks/useAntdTable.js +3 -3
  88. package/es/ProTable/index.d.ts +1 -1
  89. package/es/ProTable/index.js +2 -2
  90. package/es/ProTabs/components/Card/index.d.ts +1 -1
  91. package/es/ProThemeTools/component/ProTools/index.d.ts +1 -1
  92. package/es/ProThemeTools/index.d.ts +1 -1
  93. package/es/ProTooltip/index.d.ts +1 -1
  94. package/es/ProTree/components/AdaptiveTooltip.d.ts +1 -1
  95. package/es/ProTree/components/CloseIcon.d.ts +2 -1
  96. package/es/ProTree/components/List.d.ts +1 -1
  97. package/es/ProTree/components/ProTree.d.ts +1 -1
  98. package/es/ProTree/components/ProTree.js +1 -1
  99. package/es/ProTree/components/ProTreeSelect/index.d.ts +1 -1
  100. package/es/ProTree/components/ProTreeSelect/index.js +18 -31
  101. package/es/ProTree/components/SearchTitle.d.ts +1 -1
  102. package/es/ProTree/components/Tree.d.ts +1 -1
  103. package/es/ProTree/components/Tree.js +4 -4
  104. package/es/ProTree/index.d.ts +1 -1
  105. package/es/ProTree/utils.js +11 -12
  106. package/es/ProTreeModal/components/Cascader.d.ts +1 -1
  107. package/es/ProTreeModal/components/CloseIcon.d.ts +2 -1
  108. package/es/ProTreeModal/components/SearchTitle.d.ts +1 -1
  109. package/es/ProTreeModal/components/Tree.js +6 -6
  110. package/es/ProTreeModal/components/Trigger.d.ts +1 -1
  111. package/es/ProTreeModal/index.d.ts +1 -1
  112. package/es/ProTreeModal/index.js +3 -3
  113. package/es/ProTreeModal/utils.js +14 -16
  114. package/es/ProUpload/components/DraggableUploadListItem.d.ts +1 -1
  115. package/es/ProUpload/components/ImageRender.js +1 -1
  116. package/es/ProViewer/index.js +2 -2
  117. package/es/old/ProEditableTable/index.js +4 -4
  118. package/lib/ProAction/index.js +5 -5
  119. package/lib/ProDownload/index.d.ts +1 -1
  120. package/lib/ProDownload/index.js +3 -3
  121. package/lib/ProDownload/utils.js +3 -3
  122. package/lib/ProDrawerForm/components/ProDrawer/index.js +4 -4
  123. package/lib/ProDrawerForm/components/ProModal/index.js +3 -3
  124. package/lib/ProEditLabel/index.js +3 -3
  125. package/lib/ProEditTable/components/ActionButton/index.d.ts +1 -1
  126. package/lib/ProEditTable/components/ActionButton/index.js +3 -3
  127. package/lib/ProEditTable/components/RcTable/BaseTable.d.ts +1 -1
  128. package/lib/ProEditTable/components/RcTable/DraggableTable.d.ts +1 -1
  129. package/lib/ProEditTable/components/RcTable/VirtualTable.d.ts +1 -1
  130. package/lib/ProEditTable/components/RenderField/index.d.ts +1 -1
  131. package/lib/ProEditTable/components/RenderField/index.js +5 -5
  132. package/lib/ProEditTable/components/RenderToolbar/index.d.ts +1 -1
  133. package/lib/ProEditTable/components/RenderToolbar/index.js +1 -1
  134. package/lib/ProEditTable/components/Summary/index.d.ts +1 -1
  135. package/lib/ProEditTable/utils/config.d.ts +1 -1
  136. package/lib/ProEditTable/utils/config.js +2 -2
  137. package/lib/ProEditTable/utils/index.js +5 -5
  138. package/lib/ProEditTable/utils/tools.js +4 -4
  139. package/lib/ProEnum/components/Group.d.ts +1 -1
  140. package/lib/ProEnum/components/Tag.d.ts +1 -1
  141. package/lib/ProEnum/hooks/useEnumRequest.js +2 -2
  142. package/lib/ProEnum/index.d.ts +2 -2
  143. package/lib/ProEnum/index.js +1 -1
  144. package/lib/ProEnum/utils/eventCenter.js +2 -1
  145. package/lib/ProEnum/utils/getEnumLabel.d.ts +1 -1
  146. package/lib/ProForm/components/base/Input/index.d.ts +1 -1
  147. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +2 -2
  148. package/lib/ProForm/components/combination/FormList/components/BlockTitle.js +1 -1
  149. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +1 -1
  150. package/lib/ProForm/components/combination/FormList/utils.js +1 -1
  151. package/lib/ProForm/components/combination/Group/component/ComRender.js +1 -1
  152. package/lib/ProForm/components/combination/Group/utils.js +1 -8
  153. package/lib/ProForm/components/combination/ProCascader/index.d.ts +1 -1
  154. package/lib/ProForm/components/combination/ProCascader/index.js +9 -12
  155. package/lib/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +1 -1
  156. package/lib/ProForm/components/combination/ProModalSelect/index.js +6 -12
  157. package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +0 -1
  158. package/lib/ProForm/components/combination/ProNumberRange/index.js +4 -11
  159. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +1 -5
  160. package/lib/ProForm/components/old/InputRange/index.d.ts +1 -1
  161. package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
  162. package/lib/ProForm/components/old/ProAddress/index.d.ts +2 -1
  163. package/lib/ProForm/components/old/ProAddress/index.js +1 -1
  164. package/lib/ProForm/components/old/ProRangeBox/index.d.ts +2 -1
  165. package/lib/ProForm/components/render/ChangedWrapper.js +1 -1
  166. package/lib/ProForm/components/render/ConfirmWrapper.js +1 -1
  167. package/lib/ProForm/components/render/Render.js +3 -3
  168. package/lib/ProForm/components/render/propsType.d.ts +1 -1
  169. package/lib/ProForm/index.js +1 -1
  170. package/lib/ProForm/style/index.less +1 -1
  171. package/lib/ProForm/utils/index.js +10 -10
  172. package/lib/ProForm/utils/useForm.js +1 -1
  173. package/lib/ProForm/utils/useShouldUpdate.d.ts +2 -2
  174. package/lib/ProForm/utils/useShouldUpdate.js +1 -1
  175. package/lib/ProIcon/utils/index.js +3 -3
  176. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.d.ts +1 -1
  177. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -3
  178. package/lib/ProLayout/components/ProCollapse/index.d.ts +1 -1
  179. package/lib/ProLayout/components/ProFooter/index.d.ts +1 -1
  180. package/lib/ProLayout/components/ProHeader/components/Copy/index.d.ts +1 -1
  181. package/lib/ProLayout/components/ProHeader/index.d.ts +1 -1
  182. package/lib/ProLayout/index.d.ts +4 -4
  183. package/lib/ProLayout/utils/index.js +9 -9
  184. package/lib/ProSelect/components/AdaptiveTooltip.d.ts +1 -1
  185. package/lib/ProSelect/index.d.ts +1 -1
  186. package/lib/ProSelect/index.js +3 -2
  187. package/lib/ProSelect/utils/index.js +4 -5
  188. package/lib/ProStep/components/Anchor/index.d.ts +1 -1
  189. package/lib/ProStep/components/Item/index.d.ts +1 -1
  190. package/lib/ProStep/components/Listener/index.js +1 -1
  191. package/lib/ProStep/components/Step/index.d.ts +1 -1
  192. package/lib/ProStep/index.d.ts +2 -2
  193. package/lib/ProStep/index.js +3 -3
  194. package/lib/ProTable/components/FormatColumn/index.js +3 -3
  195. package/lib/ProTable/components/RcTable/components/BaseTable/index.d.ts +1 -1
  196. package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +2 -2
  197. package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/utils/index.js +8 -8
  198. package/lib/ProTable/components/RcTable/components/DraggableTable/index.d.ts +1 -1
  199. package/lib/ProTable/components/RenderFooter/index.d.ts +1 -1
  200. package/lib/ProTable/components/RenderTableHeader/index.d.ts +1 -1
  201. package/lib/ProTable/components/TableResizable/index.d.ts +1 -1
  202. package/lib/ProTable/hooks/useAntdTable.js +3 -3
  203. package/lib/ProTable/index.d.ts +1 -1
  204. package/lib/ProTable/index.js +2 -2
  205. package/lib/ProTabs/components/Card/index.d.ts +1 -1
  206. package/lib/ProThemeTools/component/ProTools/index.d.ts +1 -1
  207. package/lib/ProThemeTools/index.d.ts +1 -1
  208. package/lib/ProTooltip/index.d.ts +1 -1
  209. package/lib/ProTree/components/AdaptiveTooltip.d.ts +1 -1
  210. package/lib/ProTree/components/CloseIcon.d.ts +2 -1
  211. package/lib/ProTree/components/List.d.ts +1 -1
  212. package/lib/ProTree/components/ProTree.d.ts +1 -1
  213. package/lib/ProTree/components/ProTree.js +1 -1
  214. package/lib/ProTree/components/ProTreeSelect/index.d.ts +1 -1
  215. package/lib/ProTree/components/ProTreeSelect/index.js +18 -31
  216. package/lib/ProTree/components/SearchTitle.d.ts +1 -1
  217. package/lib/ProTree/components/Tree.d.ts +1 -1
  218. package/lib/ProTree/components/Tree.js +4 -4
  219. package/lib/ProTree/index.d.ts +1 -1
  220. package/lib/ProTree/utils.js +11 -11
  221. package/lib/ProTreeModal/components/Cascader.d.ts +1 -1
  222. package/lib/ProTreeModal/components/CloseIcon.d.ts +2 -1
  223. package/lib/ProTreeModal/components/SearchTitle.d.ts +1 -1
  224. package/lib/ProTreeModal/components/Tree.js +6 -6
  225. package/lib/ProTreeModal/components/Trigger.d.ts +1 -1
  226. package/lib/ProTreeModal/index.d.ts +1 -1
  227. package/lib/ProTreeModal/index.js +3 -3
  228. package/lib/ProTreeModal/utils.js +13 -13
  229. package/lib/ProUpload/components/DraggableUploadListItem.d.ts +1 -1
  230. package/lib/ProUpload/components/ImageRender.js +1 -1
  231. package/lib/ProViewer/index.js +2 -2
  232. package/lib/old/ProEditableTable/index.js +4 -4
  233. package/package.json +2 -3
  234. package/coverage/lcov-report/src/.umi/core/devScripts.ts.html +0 -241
  235. package/coverage/lcov-report/src/.umi/core/history.ts.html +0 -148
  236. package/coverage/lcov-report/src/.umi/core/index.html +0 -206
  237. package/coverage/lcov-report/src/.umi/core/plugin.ts.html +0 -109
  238. package/coverage/lcov-report/src/.umi/core/pluginRegister.ts.html +0 -160
  239. package/coverage/lcov-report/src/.umi/core/polyfill.ts.html +0 -97
  240. package/coverage/lcov-report/src/.umi/core/routes.ts.html +0 -26050
  241. package/coverage/lcov-report/src/.umi/core/umiExports.ts.html +0 -112
  242. package/coverage/lcov-report/src/.umi/dumi/demos/index.html +0 -116
  243. package/coverage/lcov-report/src/.umi/dumi/demos/index.ts.html +0 -6340
  244. package/coverage/lcov-report/src/.umi/dumi/index.html +0 -116
  245. package/coverage/lcov-report/src/.umi/dumi/layout.tsx.html +0 -109
  246. package/coverage/lcov-report/src/.umi/index.html +0 -116
  247. package/coverage/lcov-report/src/.umi/plugin-antd/index.html +0 -116
  248. package/coverage/lcov-report/src/.umi/plugin-antd/runtime.tsx.html +0 -172
  249. package/coverage/lcov-report/src/.umi/plugin-helmet/exports.ts.html +0 -94
  250. package/coverage/lcov-report/src/.umi/plugin-helmet/index.html +0 -116
  251. package/coverage/lcov-report/src/.umi/plugin-initial-state/Provider.tsx.html +0 -196
  252. package/coverage/lcov-report/src/.umi/plugin-initial-state/exports.ts.html +0 -106
  253. package/coverage/lcov-report/src/.umi/plugin-initial-state/index.html +0 -146
  254. package/coverage/lcov-report/src/.umi/plugin-initial-state/models/index.html +0 -116
  255. package/coverage/lcov-report/src/.umi/plugin-initial-state/models/initialState.ts.html +0 -88
  256. package/coverage/lcov-report/src/.umi/plugin-initial-state/runtime.tsx.html +0 -124
  257. package/coverage/lcov-report/src/.umi/plugin-locale/SelectLang.tsx.html +0 -1246
  258. package/coverage/lcov-report/src/.umi/plugin-locale/index.html +0 -161
  259. package/coverage/lcov-report/src/.umi/plugin-locale/locale.tsx.html +0 -268
  260. package/coverage/lcov-report/src/.umi/plugin-locale/localeExports.ts.html +0 -778
  261. package/coverage/lcov-report/src/.umi/plugin-locale/runtime.tsx.html +0 -115
  262. package/coverage/lcov-report/src/.umi/plugin-model/Provider.tsx.html +0 -202
  263. package/coverage/lcov-report/src/.umi/plugin-model/helpers/constant.tsx.html +0 -97
  264. package/coverage/lcov-report/src/.umi/plugin-model/helpers/dispatcher.tsx.html +0 -142
  265. package/coverage/lcov-report/src/.umi/plugin-model/helpers/executor.tsx.html +0 -334
  266. package/coverage/lcov-report/src/.umi/plugin-model/helpers/index.html +0 -146
  267. package/coverage/lcov-report/src/.umi/plugin-model/index.html +0 -146
  268. package/coverage/lcov-report/src/.umi/plugin-model/runtime.tsx.html +0 -121
  269. package/coverage/lcov-report/src/.umi/plugin-model/useModel.tsx.html +0 -298
  270. package/coverage/lcov-report/src/.umi/plugin-request/index.html +0 -116
  271. package/coverage/lcov-report/src/.umi/plugin-request/request.ts.html +0 -919
  272. package/coverage/lcov-report/src/.umi/umi.ts.html +0 -268
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { ProCascaderProps } from './propsType';
3
- declare const _default: import("react").MemoExoticComponent<(props: ProCascaderProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const _default: import("react").MemoExoticComponent<(props: ProCascaderProps) => JSX.Element>;
4
4
  export default _default;
@@ -29,9 +29,9 @@ var defaultFieldNames = {
29
29
  value: 'code',
30
30
  children: 'children'
31
31
  };
32
- var _filterDataSource = function filterDataSource(dataSource, level, fieldNames) {
32
+ var filterDataSource = function filterDataSource(dataSource, level, fieldNames) {
33
33
  return dataSource === null || dataSource === void 0 ? void 0 : dataSource.map(function (item) {
34
- return _objectSpread(_objectSpread({}, item), {}, _defineProperty({}, (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children', level === 1 ? [] : _filterDataSource(item === null || item === void 0 ? void 0 : item[(fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'], level - 1, fieldNames)));
34
+ return _objectSpread(_objectSpread({}, item), {}, _defineProperty({}, (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children', level === 1 ? [] : filterDataSource(item === null || item === void 0 ? void 0 : item[(fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'], level - 1, fieldNames)));
35
35
  });
36
36
  };
37
37
  var getViewLabel = function getViewLabel(_ref) {
@@ -96,11 +96,8 @@ var ProCascader = function ProCascader(props) {
96
96
  enumDataSource = _ref5$ === void 0 ? [] : _ref5$;
97
97
  var realDataSource = useMemo(function () {
98
98
  var innerDataSource = dataSource || (addressCode ? enumDataSource : []);
99
- var result = transformDataName(isAddressMode && realLevel === 2 ? _filterDataSource(innerDataSource, level, fieldNames) : innerDataSource, fieldNames);
100
- if (transformResponse) {
101
- return transformResponse(result);
102
- }
103
- return result;
99
+ var result = isAddressMode && realLevel === 2 ? filterDataSource(innerDataSource, level, fieldNames) : innerDataSource;
100
+ return transformDataName(result, fieldNames);
104
101
  }, [isAddressMode, addressCode, realLevel, dataSource, enumDataSource === null || enumDataSource === void 0 ? void 0 : enumDataSource.length]);
105
102
  var _useRequest = _objectSpread({}, useRequest),
106
103
  service = _useRequest.service,
@@ -115,7 +112,7 @@ var ProCascader = function ProCascader(props) {
115
112
  defaultLabel = _useState4[0],
116
113
  setDefaultLabel = _useState4[1];
117
114
  var getFirstLevelOptions = /*#__PURE__*/function () {
118
- var _ref6 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
115
+ var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
119
116
  var _yield$service, data, newData, transFormData, serviceData;
120
117
  return _regeneratorRuntime().wrap(function _callee$(_context) {
121
118
  while (1) switch (_context.prev = _context.next) {
@@ -134,7 +131,7 @@ var ProCascader = function ProCascader(props) {
134
131
  value: fieldNames.value,
135
132
  children: (fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'
136
133
  });
137
- serviceData = isAddressMode && realLevel === 2 ? _filterDataSource(transFormData, level, fieldNames) : transFormData;
134
+ serviceData = isAddressMode && realLevel === 2 ? filterDataSource(transFormData, level, fieldNames) : transFormData;
138
135
  setServiceData(serviceData);
139
136
  case 9:
140
137
  case "end":
@@ -199,7 +196,7 @@ var ProCascader = function ProCascader(props) {
199
196
  })) === null || _ref7$filter === void 0 ? void 0 : _ref7$filter.join(separator)) || '-' : (defaultLabel === null || defaultLabel === void 0 ? void 0 : (_defaultLabel$filter = defaultLabel.filter(function (item) {
200
197
  return !!item;
201
198
  })) === null || _defaultLabel$filter === void 0 ? void 0 : _defaultLabel$filter.join(separator)) || '-';
202
- var _findSelectedOptions = function findSelectedOptions(options, value) {
199
+ var findSelectedOptions = function findSelectedOptions(options, value) {
203
200
  var path = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
204
201
  var _value = value !== null && value !== void 0 ? value : [];
205
202
  // 基准情况:如果 value 数组为空,且 path 不为空,说明找到了完整的路径
@@ -218,7 +215,7 @@ var ProCascader = function ProCascader(props) {
218
215
  if (foundOption) {
219
216
  // 如果找到了匹配的选项,并且还有更多的 value 需要匹配,递归地在子选项中查找
220
217
  if (_value.length > 1 && foundOption.children) {
221
- return _findSelectedOptions(foundOption.children, _value.slice(1), [].concat(_toConsumableArray(path), [foundOption]));
218
+ return findSelectedOptions(foundOption.children, _value.slice(1), [].concat(_toConsumableArray(path), [foundOption]));
222
219
  }
223
220
  // 如果没有更多的 value 需要匹配,返回当前选项(以及之前的路径)
224
221
  return [].concat(_toConsumableArray(path), [foundOption]);
@@ -227,7 +224,7 @@ var ProCascader = function ProCascader(props) {
227
224
  return null;
228
225
  };
229
226
  var _selectedOptions = useMemo(function () {
230
- return _findSelectedOptions(service ? serviceData : realDataSource, addressValue);
227
+ return findSelectedOptions(service ? serviceData : realDataSource, addressValue);
231
228
  }, [service, serviceData, realDataSource, addressValue]);
232
229
  var handleAddressChange = function handleAddressChange(e) {
233
230
  var cascaderValue = value === null || value === void 0 ? void 0 : value.slice(0, realLevel);
@@ -24,7 +24,7 @@ var useDefaultOptions = function useDefaultOptions(options) {
24
24
  });
25
25
  };
26
26
  var defaultService = /*#__PURE__*/function () {
27
- var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
27
+ var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
28
28
  return _regeneratorRuntime().wrap(function _callee$(_context) {
29
29
  while (1) switch (_context.prev = _context.next) {
30
30
  case 0:
@@ -19,7 +19,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
19
19
  import "antd/es/form/style";
20
20
  import _Form from "antd/es/form";
21
21
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
22
- var _excluded = ["value", "onChange", "disabled", "labelInValue", "fieldNames", "readOnly", "addonAfter", "configOption", "title", "onFormat", "showCodeName", "optionRender", "customRender", "style", "className", "beforeOpen", "afterOpen", "isTooltip", "searchForm", "searchKey", "defaultOne"],
22
+ var _excluded = ["value", "onChange", "disabled", "labelInValue", "fieldNames", "readOnly", "addonAfter", "configOption", "title", "onFormat", "showCodeName", "optionRender", "customRender", "style", "className", "beforeOpen", "isTooltip", "searchForm", "searchKey", "defaultOne"],
23
23
  _excluded2 = ["onOk"],
24
24
  _excluded3 = ["rowKey", "columns", "rowSelection"];
25
25
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
@@ -53,7 +53,6 @@ var ProModalSelect = function ProModalSelect(props, ref) {
53
53
  style = props.style,
54
54
  className = props.className,
55
55
  beforeOpen = props.beforeOpen,
56
- afterOpen = props.afterOpen,
57
56
  isTooltip = props.isTooltip,
58
57
  searchForm = props.searchForm,
59
58
  searchKey = props.searchKey,
@@ -238,7 +237,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
238
237
  onChange(val, option);
239
238
  };
240
239
  var handleClick = /*#__PURE__*/function () {
241
- var _ref7 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
240
+ var _ref7 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
242
241
  var _yield$beforeOpen, res;
243
242
  return _regeneratorRuntime().wrap(function _callee$(_context) {
244
243
  while (1) switch (_context.prev = _context.next) {
@@ -273,11 +272,6 @@ var ProModalSelect = function ProModalSelect(props, ref) {
273
272
  setState({
274
273
  onOff: true
275
274
  });
276
- setTimeout(function () {
277
- afterOpen === null || afterOpen === void 0 ? void 0 : afterOpen({
278
- setInnerState: setState
279
- });
280
- }, 100);
281
275
  }
282
276
  case 14:
283
277
  case "end":
@@ -305,7 +299,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
305
299
  }
306
300
  };
307
301
  var handleFinish = /*#__PURE__*/function () {
308
- var _ref8 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
302
+ var _ref8 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
309
303
  var _nextSelectedRows, _nextSelectedRows2, nextSelectedRows, record, flag, res;
310
304
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
311
305
  while (1) switch (_context2.prev = _context2.next) {
@@ -370,7 +364,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
370
364
  };
371
365
  }();
372
366
  var handleSearch = /*#__PURE__*/function () {
373
- var _ref9 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
367
+ var _ref9 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
374
368
  var values;
375
369
  return _regeneratorRuntime().wrap(function _callee3$(_context3) {
376
370
  while (1) switch (_context3.prev = _context3.next) {
@@ -443,7 +437,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
443
437
  };
444
438
  // 初始化回显,当传入initParams时,前端用来回险
445
439
  var getInitValues = /*#__PURE__*/function () {
446
- var _ref10 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
440
+ var _ref10 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
447
441
  var _contentForm$getField, _useRequest$options2, _useRequest$options3, queryBean, page, params, res, _res$data2, _list, list, _data, nextSelectRowKeys;
448
442
  return _regeneratorRuntime().wrap(function _callee4$(_context4) {
449
443
  while (1) switch (_context4.prev = _context4.next) {
@@ -506,7 +500,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
506
500
  }();
507
501
  // 初始化回显,当传入initParams时,前端用来回险
508
502
  var getDefaultOneValues = /*#__PURE__*/function () {
509
- var _ref11 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee5() {
503
+ var _ref11 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5() {
510
504
  var _useRequest$options4, _useRequest$options5;
511
505
  var queryBean, page, params, res, _res$data3, _list2, list, _data2, nextSelectRowKeys;
512
506
  return _regeneratorRuntime().wrap(function _callee5$(_context5) {
@@ -39,7 +39,6 @@ interface ProModalPropsType {
39
39
  labelInValue?: boolean;
40
40
  defaultOne?: boolean;
41
41
  beforeOpen?: any;
42
- afterOpen?: any;
43
42
  isTooltip?: any;
44
43
  showCodeName?: boolean;
45
44
  searchForm?: FormInstance;
@@ -13,9 +13,11 @@ import { tools } from '@zat-design/utils';
13
13
  import Container from '../../Container';
14
14
  import locale from '../../../../locale';
15
15
  import ProForm from '../../../../ProForm';
16
- var formatAmount = tools.formatAmount;
16
+ var formatAmount = tools.formatAmount,
17
+ formatPercent = tools.formatPercent,
18
+ formatPerMill = tools.formatPerMill;
17
19
  var ProNumberRange = function ProNumberRange(props) {
18
- var _document$querySelect, _valueProps, _ref2, _ref3, _value$, _valueProps2, _ref4, _ref5, _value$2, _valueProps3, _valueProps4;
20
+ var _valueProps, _ref2, _ref3, _value$, _valueProps2, _ref4, _ref5, _value$2, _valueProps3, _valueProps4;
19
21
  var _props$value = props.value,
20
22
  value = _props$value === void 0 ? [] : _props$value,
21
23
  _props$onChange = props.onChange,
@@ -40,7 +42,6 @@ var ProNumberRange = function ProNumberRange(props) {
40
42
  viewEmpty = _ref.viewEmpty,
41
43
  valueType = _ref.valueType;
42
44
  var isView = typeof props.isView === 'boolean' ? props.isView : isViewCon; // 组件可直接接收isView参数, 优先级高
43
- var addonAfterDomWidth = (_document$querySelect = document.querySelector('.ant-input-number-group-addon')) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.clientWidth;
44
45
  var _useSetState = useSetState({
45
46
  range: value || []
46
47
  }),
@@ -86,8 +87,6 @@ var ProNumberRange = function ProNumberRange(props) {
86
87
  };
87
88
  var cls = classnames({
88
89
  'pro-number-range': true,
89
- 'pro-number-range-after': addonAfter,
90
- 'pro-number-range-before': addonBefore,
91
90
  className: className
92
91
  });
93
92
  // 查看模式
@@ -191,9 +190,6 @@ var ProNumberRange = function ProNumberRange(props) {
191
190
  },
192
191
  addonBefore: addonBefore
193
192
  }, valueProps), {}, {
194
- style: addonAfter ? {
195
- width: "calc(50% - ".concat(16 + addonAfterDomWidth / 2, "px)")
196
- } : null,
197
193
  min: min !== null && min !== void 0 ? min : (_valueProps = valueProps) === null || _valueProps === void 0 ? void 0 : _valueProps.min,
198
194
  max: (_ref2 = (_ref3 = (_value$ = value === null || value === void 0 ? void 0 : value[1]) !== null && _value$ !== void 0 ? _value$ : range[1]) !== null && _ref3 !== void 0 ? _ref3 : max) !== null && _ref2 !== void 0 ? _ref2 : (_valueProps2 = valueProps) === null || _valueProps2 === void 0 ? void 0 : _valueProps2.max
199
195
  }, childProps === null || childProps === void 0 ? void 0 : childProps[0])), _jsx(_Input, {
@@ -214,9 +210,6 @@ var ProNumberRange = function ProNumberRange(props) {
214
210
  },
215
211
  addonAfter: addonAfter
216
212
  }, valueProps), {}, {
217
- style: addonAfter ? {
218
- width: "calc(50% - ".concat(16 - addonAfterDomWidth / 2, "px)")
219
- } : null,
220
213
  min: (_ref4 = (_ref5 = (_value$2 = value === null || value === void 0 ? void 0 : value[0]) !== null && _value$2 !== void 0 ? _value$2 : range[0]) !== null && _ref5 !== void 0 ? _ref5 : min) !== null && _ref4 !== void 0 ? _ref4 : (_valueProps3 = valueProps) === null || _valueProps3 === void 0 ? void 0 : _valueProps3.min,
221
214
  max: max !== null && max !== void 0 ? max : (_valueProps4 = valueProps) === null || _valueProps4 === void 0 ? void 0 : _valueProps4.max
222
215
  }, childProps === null || childProps === void 0 ? void 0 : childProps[1]))]
@@ -40,12 +40,8 @@
40
40
 
41
41
  .range-left,
42
42
  .range-right {
43
- width: calc(50% - 16px);
43
+ width: calc(50% - 20px);
44
44
  text-align: center;
45
- transition: none;
46
- .range-left {
47
- width: calc(100% + 2px) !important;
48
- }
49
45
  }
50
46
 
51
47
  .range-left {
@@ -12,5 +12,5 @@ export interface InputRangeProps {
12
12
  isPositiveInteger?: boolean;
13
13
  precision?: number;
14
14
  }
15
- declare const InputRange: ({ value, onChange, min, max, group, disabled, precision, isPositiveInteger, }: InputRangeProps) => import("react/jsx-runtime").JSX.Element;
15
+ declare const InputRange: ({ value, onChange, min, max, group, disabled, precision, isPositiveInteger, }: InputRangeProps) => JSX.Element;
16
16
  export default InputRange;
@@ -1,3 +1,3 @@
1
1
  import { comPropsType } from './propsTypes';
2
- declare const InputWithSuffix: (props: comPropsType) => import("react/jsx-runtime").JSX.Element;
2
+ declare const InputWithSuffix: (props: comPropsType) => JSX.Element;
3
3
  export default InputWithSuffix;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ProAddressPropsType } from './propsTypes';
2
3
  export declare const transferAddressInfoToRegion: () => {
3
4
  normalize: (value: any) => {
@@ -23,5 +24,5 @@ export declare const transferAddressInfoToRegion: () => {
23
24
  };
24
25
  };
25
26
  };
26
- export declare function ProAddress({ ...props }: ProAddressPropsType): import("react/jsx-runtime").JSX.Element;
27
+ export declare function ProAddress({ ...props }: ProAddressPropsType): JSX.Element;
27
28
  export default ProAddress;
@@ -92,7 +92,7 @@ export function ProAddress(_ref3) {
92
92
  secondCitys = _useState6[0],
93
93
  setSecondCitys = _useState6[1];
94
94
  var queryCity = /*#__PURE__*/function () {
95
- var _ref5 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(code, type) {
95
+ var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(code, type) {
96
96
  var cityList, _cityList, newList, _secondCitys;
97
97
  return _regeneratorRuntime().wrap(function _callee$(_context) {
98
98
  while (1) switch (_context.prev = _context.next) {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ProRangeBoxPropsType } from './propsType';
2
- export default function ProRangeBox({ configOption }: ProRangeBoxPropsType): import("react/jsx-runtime").JSX.Element;
3
+ export default function ProRangeBox({ configOption }: ProRangeBoxPropsType): JSX.Element;
@@ -79,7 +79,7 @@ var ChangedWrapper = function ChangedWrapper(props) {
79
79
  var _showEllipse = ((_children$props = children.props) === null || _children$props === void 0 ? void 0 : _children$props.showEllipse) || ((_children$props2 = children.props) === null || _children$props2 === void 0 ? void 0 : _children$props2.tooltip);
80
80
  return _jsx(_Tooltip, {
81
81
  open: tipOpenCalc(),
82
- // mouseEnterDelay={1}
82
+ mouseEnterDelay: 1,
83
83
  getPopupContainer: function getPopupContainer(target) {
84
84
  return target.parentElement;
85
85
  },
@@ -22,7 +22,7 @@ var ConfirmWrapper = function ConfirmWrapper(props) {
22
22
  var _ProForm$useFieldProp = ProForm.useFieldProps(),
23
23
  form = _ProForm$useFieldProp.form;
24
24
  var handleChange = /*#__PURE__*/function () {
25
- var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(value) {
25
+ var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(value) {
26
26
  var _len,
27
27
  other,
28
28
  _key,
@@ -240,7 +240,7 @@ var Render = function Render(props) {
240
240
  _args = functionArgs([].concat(args));
241
241
  }
242
242
  var inList = _otherFormItemProps === null || _otherFormItemProps === void 0 ? void 0 : (_otherFormItemProps$n3 = _otherFormItemProps.namePath) === null || _otherFormItemProps$n3 === void 0 ? void 0 : _otherFormItemProps$n3.length;
243
- if (/*#__PURE__*/React.isValidElement(AutoComponent)) {
243
+ if ( /*#__PURE__*/React.isValidElement(AutoComponent)) {
244
244
  var _AutoComponent$props$, _AutoComponent$props, _lastComponentProps$c;
245
245
  ((_AutoComponent$props$ = (_AutoComponent$props = AutoComponent === null || AutoComponent === void 0 ? void 0 : AutoComponent.props)[changeKey]) === null || _AutoComponent$props$ === void 0 ? void 0 : _AutoComponent$props$.call.apply(_AutoComponent$props$, [_AutoComponent$props].concat(_toConsumableArray(_args)))) || ((_lastComponentProps$c = lastComponentProps[changeKey]) === null || _lastComponentProps$c === void 0 ? void 0 : _lastComponentProps$c.call.apply(_lastComponentProps$c, [lastComponentProps].concat(_toConsumableArray(_args))));
246
246
  return false;
@@ -290,7 +290,7 @@ var Render = function Render(props) {
290
290
  * onBlur参数重置 (value, record, { form, index, namePath, option }) => void
291
291
  */
292
292
  var handleBlur = /*#__PURE__*/function () {
293
- var _ref7 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
293
+ var _ref7 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
294
294
  var _len3,
295
295
  args,
296
296
  _key3,
@@ -373,7 +373,7 @@ var Render = function Render(props) {
373
373
  if (originComponent) {
374
374
  delete childProps.otherProps;
375
375
  }
376
- var child = /*#__PURE__*/React.isValidElement(AutoComponent) ? (/*#__PURE__*/React.cloneElement(AutoComponent, childProps)) : _jsx(AutoComponent, _objectSpread(_objectSpread({}, omit(lastComponentProps, [].concat(lastComponentPropsFilter, ['debounceWait']))), {}, {
376
+ var child = /*#__PURE__*/React.isValidElement(AutoComponent) ? ( /*#__PURE__*/React.cloneElement(AutoComponent, childProps)) : _jsx(AutoComponent, _objectSpread(_objectSpread({}, omit(lastComponentProps, [].concat(lastComponentPropsFilter, ['debounceWait']))), {}, {
377
377
  otherProps: _objectSpread(_objectSpread({}, otherProps), {}, {
378
378
  show: show,
379
379
  disabled: lastDisabled,
@@ -197,7 +197,7 @@ export interface ProFormColumnProps<Values = any> extends Omit<FormItemProps<Val
197
197
  * @default -
198
198
  */
199
199
  labelWidth?: string | number;
200
- disabled?: boolean | boolean[] | ReactiveFunction<Values, boolean | boolean[]>;
200
+ disabled?: boolean | ReactiveFunction<Values, boolean>;
201
201
  trim?: boolean;
202
202
  upperCase?: boolean;
203
203
  hiddenNames?: string[] | any[];
@@ -200,7 +200,7 @@ var ProForm = function ProForm(props, ref) {
200
200
  if (isView || disabled) {
201
201
  // 查看或禁用模式
202
202
  footerEle = null;
203
- } else if (/*#__PURE__*/React.isValidElement(footer)) {
203
+ } else if ( /*#__PURE__*/React.isValidElement(footer)) {
204
204
  // 传入组件渲染组件
205
205
  footerEle = footer;
206
206
  } else if (footer === undefined || footer || isObject(footer)) {
@@ -218,7 +218,7 @@
218
218
 
219
219
  .site-input-left,
220
220
  .site-input-right {
221
- width: calc(50% - 16px);
221
+ width: calc(50% - 20px);
222
222
  }
223
223
 
224
224
  .site-input-left {
@@ -120,7 +120,7 @@ export var splitNameStr = function splitNameStr(name) {
120
120
  });
121
121
  };
122
122
  // 过滤掉字段名中包含 '-' 的字段
123
- var _filterInternalFields = function filterInternalFields(values, optimize) {
123
+ export var filterInternalFields = function filterInternalFields(values, optimize) {
124
124
  if (optimize) {
125
125
  return values;
126
126
  }
@@ -134,21 +134,20 @@ var _filterInternalFields = function filterInternalFields(values, optimize) {
134
134
  }
135
135
  if (Array.isArray(nextValues)) {
136
136
  return nextValues.map(function (item) {
137
- return _filterInternalFields(item);
137
+ return filterInternalFields(item);
138
138
  });
139
139
  }
140
140
  if (isObject(nextValues)) {
141
141
  var result = {};
142
142
  Object.keys(nextValues).forEach(function (key) {
143
143
  if (key.includes('-')) return;
144
- result[key] = _filterInternalFields(nextValues[key]);
144
+ result[key] = filterInternalFields(nextValues[key]);
145
145
  });
146
146
  return result;
147
147
  }
148
148
  return nextValues;
149
149
  };
150
- export { _filterInternalFields as filterInternalFields };
151
- var _getAllNamePath = function getAllNamePath(object) {
150
+ export var getAllNamePath = function getAllNamePath(object) {
152
151
  var currentPath = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
153
152
  var keys = Object.keys(object);
154
153
  var resultKeys = [];
@@ -162,14 +161,13 @@ var _getAllNamePath = function getAllNamePath(object) {
162
161
  }
163
162
  // 深度获取对象key
164
163
  if (isObject(value)) {
165
- resultKeys.concat(_getAllNamePath(value, [].concat(_toConsumableArray(currentPath), [key])));
164
+ resultKeys.concat(getAllNamePath(value, [].concat(_toConsumableArray(currentPath), [key])));
166
165
  }
167
166
  resultKeys.push([].concat(_toConsumableArray(currentPath), [key]));
168
167
  });
169
168
  return resultKeys;
170
169
  };
171
170
  // 判断一个字段值是否算空
172
- export { _getAllNamePath as getAllNamePath };
173
171
  var nullList = [undefined, 'null', '""', '[]'];
174
172
  export var isNullValue = function isNullValue(value) {
175
173
  return nullList.includes(JSON.stringify(value));
@@ -306,7 +304,7 @@ export var customEqualForFun = function customEqualForFun(value, other) {
306
304
  /**
307
305
  * 查询数据中是否包含rowKey
308
306
  */
309
- var _hasRowKey = function hasRowKey(obj) {
307
+ export var hasRowKey = function hasRowKey(obj) {
310
308
  if (_typeof(obj) !== 'object' || obj === null) {
311
309
  return false;
312
310
  }
@@ -316,13 +314,12 @@ var _hasRowKey = function hasRowKey(obj) {
316
314
  return true;
317
315
  }
318
316
  return keys.some(function (key) {
319
- return _hasRowKey(obj[key]);
317
+ return hasRowKey(obj[key]);
320
318
  });
321
319
  };
322
320
  /**
323
321
  * 查询数据中是否包含rowKey
324
322
  */
325
- export { _hasRowKey as hasRowKey };
326
323
  export var view = function view(obj) {
327
324
  if (_typeof(obj) !== 'object' || obj === null) {
328
325
  return false;
@@ -333,7 +330,7 @@ export var view = function view(obj) {
333
330
  return true;
334
331
  }
335
332
  return keys.some(function (key) {
336
- return _hasRowKey(obj[key]);
333
+ return hasRowKey(obj[key]);
337
334
  });
338
335
  };
339
336
  /**
@@ -369,7 +366,7 @@ export var deleteForPath = function deleteForPath(values, namePath) {
369
366
  * @param value 选中值
370
367
  * @returns {}
371
368
  */
372
- var _findOptionByValue = function findOptionByValue(treeData, value, fieldNames) {
369
+ export var findOptionByValue = function findOptionByValue(treeData, value, fieldNames) {
373
370
  if (isObject(value)) {
374
371
  return value;
375
372
  }
@@ -379,7 +376,7 @@ var _findOptionByValue = function findOptionByValue(treeData, value, fieldNames)
379
376
  return omit(node, ['children', fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children]);
380
377
  }
381
378
  if (node.children) {
382
- var foundNode = _findOptionByValue(node[(fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'], value, fieldNames);
379
+ var foundNode = findOptionByValue(node[(fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children) || 'children'], value, fieldNames);
383
380
  if (foundNode) {
384
381
  return omit(foundNode, ['children', fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.children]);
385
382
  }
@@ -389,7 +386,6 @@ var _findOptionByValue = function findOptionByValue(treeData, value, fieldNames)
389
386
  /**
390
387
  * 对比依赖列表中的 值是否变更
391
388
  */
392
- export { _findOptionByValue as findOptionByValue };
393
389
  export var equalDependencies = function equalDependencies(dependencies, prevValues, currentValues) {
394
390
  if (dependencies === null || dependencies === void 0 ? void 0 : dependencies.length) {
395
391
  return dependencies.some(function (namePath) {
@@ -38,7 +38,7 @@ export var useForm = function useForm(originForm, options) {
38
38
  return getFieldsValue(nameList, filterFunc);
39
39
  };
40
40
  var _validateFields = /*#__PURE__*/function () {
41
- var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(nameList) {
41
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(nameList) {
42
42
  var _rest$,
43
43
  _len,
44
44
  rest,
@@ -3,7 +3,7 @@ import { ProColumnProps, ProRule } from '../components/render/propsType';
3
3
  interface Result<Values> {
4
4
  shouldUpdate?: FormItemProps<Values>['shouldUpdate'];
5
5
  show?: boolean;
6
- disabled?: boolean | boolean[];
6
+ disabled?: boolean;
7
7
  rules?: ProRule[];
8
8
  required?: boolean;
9
9
  [key: string]: any;
@@ -15,7 +15,7 @@ interface UseShouldUpdateProps<Values> {
15
15
  names?: any[];
16
16
  };
17
17
  form?: FormInstance<Values>;
18
- disabled?: boolean;
18
+ disabled?: ProColumnProps['disabled'];
19
19
  rules?: ProRule[];
20
20
  required?: boolean;
21
21
  type: string;
@@ -63,7 +63,7 @@ var useShouldUpdate = function useShouldUpdate(props) {
63
63
  }
64
64
  if (isFunction(disabled)) {
65
65
  // RangePicker返回数组时,特殊处理
66
- if (['Group', 'RangePicker'].includes(type) && Array.isArray(disabled(values, {
66
+ if (type === 'RangePicker' && Array.isArray(disabled(values, {
67
67
  form: form,
68
68
  index: index,
69
69
  namePath: namePath
@@ -1,6 +1,6 @@
1
1
  import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
2
  import { themeMap, themeFillMap } from '../config';
3
- var _recurseGetNodes = function recurseGetNodes(type, node, queue) {
3
+ export var recurseGetNodes = function recurseGetNodes(type, node, queue) {
4
4
  switch (type) {
5
5
  // 渐变
6
6
  case 'gradation':
@@ -19,11 +19,10 @@ var _recurseGetNodes = function recurseGetNodes(type, node, queue) {
19
19
  }
20
20
  if (node.childNodes) {
21
21
  for (var i = 0; i < node.childNodes.length; i++) {
22
- _recurseGetNodes(type, node.childNodes[i], queue);
22
+ recurseGetNodes(type, node.childNodes[i], queue);
23
23
  }
24
24
  }
25
25
  };
26
- export { _recurseGetNodes as recurseGetNodes };
27
26
  export var onBeforeInjection = function onBeforeInjection(_ref) {
28
27
  var svg = _ref.svg,
29
28
  actionMap = _ref.actionMap,
@@ -50,7 +49,7 @@ export var onBeforeInjection = function onBeforeInjection(_ref) {
50
49
  // 目前只支持处理渐变及fill填充
51
50
  var types = Reflect.ownKeys(nodeMap !== null && nodeMap !== void 0 ? nodeMap : {});
52
51
  types.forEach(function (typeKey) {
53
- _recurseGetNodes(typeKey, svg, nodeMap[typeKey]);
52
+ recurseGetNodes(typeKey, svg, nodeMap[typeKey]);
54
53
  });
55
54
  if ((gradList === null || gradList === void 0 ? void 0 : gradList.length) > 0) {
56
55
  nodeMap.gradation.forEach(function (item, index) {
@@ -1,3 +1,3 @@
1
1
  import type { OpenMenuPropsType } from './propsType';
2
- declare const OpenMenu: (props: OpenMenuPropsType) => import("react/jsx-runtime").JSX.Element;
2
+ declare const OpenMenu: (props: OpenMenuPropsType) => JSX.Element;
3
3
  export default OpenMenu;
@@ -50,7 +50,7 @@ var OpenMenu = function OpenMenu(props) {
50
50
  if (!Array.isArray(result) || !result.length) {
51
51
  return [];
52
52
  }
53
- var _menuDeep = function menuDeep(data) {
53
+ var menuDeep = function menuDeep(data) {
54
54
  data.forEach(function (item) {
55
55
  var _item$keyIdPath, _item$keyIdPath2, _item$children;
56
56
  // 是否是第一级菜单,展开模式一级菜单有icon, 收起模式二级菜单有icon
@@ -91,7 +91,7 @@ var OpenMenu = function OpenMenu(props) {
91
91
  if ((_item === null || _item === void 0 ? void 0 : _item.hideInMenu) || ['TAB', 'QUERY', 'BUTTON'].includes(_item === null || _item === void 0 ? void 0 : _item.type)) {
92
92
  delete item.children;
93
93
  } else {
94
- _menuDeep(item.children);
94
+ menuDeep(item.children);
95
95
  }
96
96
  } else {
97
97
  delete item.children;
@@ -99,7 +99,7 @@ var OpenMenu = function OpenMenu(props) {
99
99
  });
100
100
  return data;
101
101
  };
102
- _menuDeep(result);
102
+ menuDeep(result);
103
103
  return result;
104
104
  }, [dataSource]);
105
105
  useDeepCompareEffect(function () {
@@ -1,3 +1,3 @@
1
1
  import { ProCollapseProps } from './PropTypes';
2
- declare const ProCollapse: (props: ProCollapseProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const ProCollapse: (props: ProCollapseProps) => JSX.Element;
3
3
  export default ProCollapse;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { ProFooterProps } from './PropTypes';
3
- declare const _default: import("react").MemoExoticComponent<(props: ProFooterProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const _default: import("react").MemoExoticComponent<(props: ProFooterProps) => JSX.Element>;
4
4
  export default _default;
@@ -1,4 +1,4 @@
1
1
  declare const Copy: ({ text }: {
2
2
  text: any;
3
- }) => import("react/jsx-runtime").JSX.Element;
3
+ }) => JSX.Element;
4
4
  export default Copy;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import type { ProHeaderProps } from './PropTypes';
3
- declare const _default: React.MemoExoticComponent<(props: ProHeaderProps) => import("react/jsx-runtime").JSX.Element>;
3
+ declare const _default: React.MemoExoticComponent<(props: ProHeaderProps) => JSX.Element>;
4
4
  export default _default;
@@ -5,7 +5,7 @@ export declare const LayoutContext: import("react").Context<{
5
5
  onSelected: (params: any) => void;
6
6
  }>;
7
7
  declare const ProLayout: {
8
- (props: ProLayoutProps): import("react/jsx-runtime").JSX.Element;
8
+ (props: ProLayoutProps): JSX.Element;
9
9
  defaultProps: {
10
10
  menus: any[];
11
11
  iconfontUrl: string;
@@ -17,8 +17,8 @@ declare const ProLayout: {
17
17
  headerHeight: number;
18
18
  contentStyle: {};
19
19
  };
20
- ProCollapse: (props: import("./components/ProCollapse/PropTypes").ProCollapseProps) => import("react/jsx-runtime").JSX.Element;
21
- ProFooter: import("react").MemoExoticComponent<(props: import("./components/ProFooter/PropTypes").ProFooterProps) => import("react/jsx-runtime").JSX.Element>;
22
- ProHeader: import("react").MemoExoticComponent<(props: import("./components/ProHeader/PropTypes").ProHeaderProps) => import("react/jsx-runtime").JSX.Element>;
20
+ ProCollapse: (props: import("./components/ProCollapse/PropTypes").ProCollapseProps) => JSX.Element;
21
+ ProFooter: import("react").MemoExoticComponent<(props: import("./components/ProFooter/PropTypes").ProFooterProps) => JSX.Element>;
22
+ ProHeader: import("react").MemoExoticComponent<(props: import("./components/ProHeader/PropTypes").ProHeaderProps) => JSX.Element>;
23
23
  };
24
24
  export default ProLayout;