@zat-design/sisyphus-react 3.11.14-beta.1 → 3.11.14-beta.11

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 (326) hide show
  1. package/coverage/lcov-report/src/.umi/core/devScripts.ts.html +241 -0
  2. package/coverage/lcov-report/src/.umi/core/history.ts.html +148 -0
  3. package/coverage/lcov-report/src/.umi/core/index.html +206 -0
  4. package/coverage/lcov-report/src/.umi/core/plugin.ts.html +109 -0
  5. package/coverage/lcov-report/src/.umi/core/pluginRegister.ts.html +160 -0
  6. package/coverage/lcov-report/src/.umi/core/polyfill.ts.html +97 -0
  7. package/coverage/lcov-report/src/.umi/core/routes.ts.html +26050 -0
  8. package/coverage/lcov-report/src/.umi/core/umiExports.ts.html +112 -0
  9. package/coverage/lcov-report/src/.umi/dumi/demos/index.html +116 -0
  10. package/coverage/lcov-report/src/.umi/dumi/demos/index.ts.html +6340 -0
  11. package/coverage/lcov-report/src/.umi/dumi/index.html +116 -0
  12. package/coverage/lcov-report/src/.umi/dumi/layout.tsx.html +109 -0
  13. package/coverage/lcov-report/src/.umi/index.html +116 -0
  14. package/coverage/lcov-report/src/.umi/plugin-antd/index.html +116 -0
  15. package/coverage/lcov-report/src/.umi/plugin-antd/runtime.tsx.html +172 -0
  16. package/coverage/lcov-report/src/.umi/plugin-helmet/exports.ts.html +94 -0
  17. package/coverage/lcov-report/src/.umi/plugin-helmet/index.html +116 -0
  18. package/coverage/lcov-report/src/.umi/plugin-initial-state/Provider.tsx.html +196 -0
  19. package/coverage/lcov-report/src/.umi/plugin-initial-state/exports.ts.html +106 -0
  20. package/coverage/lcov-report/src/.umi/plugin-initial-state/index.html +146 -0
  21. package/coverage/lcov-report/src/.umi/plugin-initial-state/models/index.html +116 -0
  22. package/coverage/lcov-report/src/.umi/plugin-initial-state/models/initialState.ts.html +88 -0
  23. package/coverage/lcov-report/src/.umi/plugin-initial-state/runtime.tsx.html +124 -0
  24. package/coverage/lcov-report/src/.umi/plugin-locale/SelectLang.tsx.html +1246 -0
  25. package/coverage/lcov-report/src/.umi/plugin-locale/index.html +161 -0
  26. package/coverage/lcov-report/src/.umi/plugin-locale/locale.tsx.html +268 -0
  27. package/coverage/lcov-report/src/.umi/plugin-locale/localeExports.ts.html +778 -0
  28. package/coverage/lcov-report/src/.umi/plugin-locale/runtime.tsx.html +115 -0
  29. package/coverage/lcov-report/src/.umi/plugin-model/Provider.tsx.html +202 -0
  30. package/coverage/lcov-report/src/.umi/plugin-model/helpers/constant.tsx.html +97 -0
  31. package/coverage/lcov-report/src/.umi/plugin-model/helpers/dispatcher.tsx.html +142 -0
  32. package/coverage/lcov-report/src/.umi/plugin-model/helpers/executor.tsx.html +334 -0
  33. package/coverage/lcov-report/src/.umi/plugin-model/helpers/index.html +146 -0
  34. package/coverage/lcov-report/src/.umi/plugin-model/index.html +146 -0
  35. package/coverage/lcov-report/src/.umi/plugin-model/runtime.tsx.html +121 -0
  36. package/coverage/lcov-report/src/.umi/plugin-model/useModel.tsx.html +298 -0
  37. package/coverage/lcov-report/src/.umi/plugin-request/index.html +116 -0
  38. package/coverage/lcov-report/src/.umi/plugin-request/request.ts.html +919 -0
  39. package/coverage/lcov-report/src/.umi/umi.ts.html +268 -0
  40. package/dist/index.esm.css +26 -15
  41. package/dist/less.esm.css +26 -15
  42. package/es/ProAction/index.d.ts +2 -2
  43. package/es/ProAction/propsType.d.ts +16 -10
  44. package/es/ProConfigProvider/index.d.ts +7 -7
  45. package/es/ProDownload/index.d.ts +2 -2
  46. package/es/ProDownload/propsType.d.ts +2 -1
  47. package/es/ProDrawerForm/components/ProDrawer/index.d.ts +2 -2
  48. package/es/ProDrawerForm/components/ProModal/index.d.ts +2 -2
  49. package/es/ProDrawerForm/index.d.ts +1 -2
  50. package/es/ProDrawerForm/propsType.d.ts +38 -27
  51. package/es/ProDrawerForm/utils/index.d.ts +2 -2
  52. package/es/ProEditLabel/components/RenderProForm.d.ts +2 -2
  53. package/es/ProEditLabel/index.d.ts +2 -2
  54. package/es/ProEditLabel/propsType.d.ts +135 -8
  55. package/es/ProEditLabel/style/index.less +24 -25
  56. package/es/ProEditTable/components/Summary/index.d.ts +2 -2
  57. package/es/ProEditTable/index.d.ts +2 -2
  58. package/es/ProEditTable/index.js +6 -8
  59. package/es/ProEditTable/propsType.d.ts +233 -94
  60. package/es/ProEditTable/style/index.less +1 -0
  61. package/es/ProEnum/components/Group.d.ts +2 -2
  62. package/es/ProEnum/components/Tag.d.ts +2 -2
  63. package/es/ProEnum/hooks/useEnumRequest.d.ts +2 -2
  64. package/es/ProEnum/index.d.ts +2 -2
  65. package/es/ProEnum/propsType.d.ts +231 -42
  66. package/es/ProEnum/propsType.js +0 -6
  67. package/es/ProEnum/utils/index.d.ts +1 -1
  68. package/es/ProForm/components/FormFooter/index.d.ts +2 -2
  69. package/es/ProForm/components/FormFooter/propsType.d.ts +8 -3
  70. package/es/ProForm/components/base/Checkbox/index.d.ts +2 -2
  71. package/es/ProForm/components/base/Input/index.d.ts +2 -2
  72. package/es/ProForm/components/base/Input/propsType.d.ts +10 -6
  73. package/es/ProForm/components/base/InputNumber/index.d.ts +2 -2
  74. package/es/ProForm/components/base/Radio/index.d.ts +2 -2
  75. package/es/ProForm/components/base/RangePicker/index.d.ts +2 -2
  76. package/es/ProForm/components/base/Select/index.d.ts +2 -2
  77. package/es/ProForm/components/base/Switch/index.d.ts +2 -2
  78. package/es/ProForm/components/base/SwitchCheckbox/index.d.ts +2 -2
  79. package/es/ProForm/components/base/TextArea/index.d.ts +2 -2
  80. package/es/ProForm/components/base/TimePicker/index.d.ts +2 -2
  81. package/es/ProForm/components/combination/Container/index.d.ts +2 -2
  82. package/es/ProForm/components/combination/Container/propsType.d.ts +10 -6
  83. package/es/ProForm/components/combination/FormList/components/ActionButton.d.ts +4 -4
  84. package/es/ProForm/components/combination/FormList/components/BlockFields.d.ts +4 -4
  85. package/es/ProForm/components/combination/FormList/components/LineFields.d.ts +4 -4
  86. package/es/ProForm/components/combination/FormList/components/ToolbarButton.d.ts +2 -2
  87. package/es/ProForm/components/combination/FormList/index.d.ts +2 -2
  88. package/es/ProForm/components/combination/FormList/propsType.d.ts +18 -10
  89. package/es/ProForm/components/combination/Group/index.d.ts +2 -2
  90. package/es/ProForm/components/combination/Group/propsType.d.ts +10 -5
  91. package/es/ProForm/components/combination/Group/utils.d.ts +6 -6
  92. package/es/ProForm/components/combination/ProCascader/index.d.ts +2 -2
  93. package/es/ProForm/components/combination/ProCascader/propsType.d.ts +8 -3
  94. package/es/ProForm/components/combination/ProCombination/index.d.ts +3 -3
  95. package/es/ProForm/components/combination/ProCombination/propsType.d.ts +10 -5
  96. package/es/ProForm/components/combination/ProModalSelect/index.d.ts +2 -2
  97. package/es/ProForm/components/combination/ProModalSelect/propsType.d.ts +58 -5
  98. package/es/ProForm/components/combination/ProNumberRange/index.d.ts +2 -2
  99. package/es/ProForm/components/combination/ProNumberRange/propsType.d.ts +7 -3
  100. package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +15 -9
  101. package/es/ProForm/components/old/EnumSelect/index.d.ts +1 -1
  102. package/es/ProForm/components/old/EnumSelect/interface.d.ts +2 -2
  103. package/es/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
  104. package/es/ProForm/components/old/ProAddress/index.d.ts +1 -1
  105. package/es/ProForm/components/old/ProCertNo/index.d.ts +1 -1
  106. package/es/ProForm/components/old/ProCertValidity/index.d.ts +1 -1
  107. package/es/ProForm/components/old/ProRangeBox/index.d.ts +1 -1
  108. package/es/ProForm/components/render/ChangedWrapper.d.ts +2 -2
  109. package/es/ProForm/components/render/ConfirmWrapper.d.ts +2 -2
  110. package/es/ProForm/components/render/Render.d.ts +2 -2
  111. package/es/ProForm/components/render/RenderFields.d.ts +4 -4
  112. package/es/ProForm/components/render/propsType.d.ts +74 -64
  113. package/es/ProForm/index.d.ts +2 -2
  114. package/es/ProForm/propsType.d.ts +22 -15
  115. package/es/ProForm/utils/transformValue.d.ts +2 -2
  116. package/es/ProForm/utils/useFieldProps.d.ts +3 -3
  117. package/es/ProForm/utils/useShouldUpdate.d.ts +3 -3
  118. package/es/ProIcon/index.d.ts +2 -2
  119. package/es/ProIcon/propsTypes.d.ts +124 -49
  120. package/es/ProLayout/components/Layout/Header/index.d.ts +2 -2
  121. package/es/ProLayout/components/Layout/Menu/index.d.ts +2 -2
  122. package/es/ProLayout/components/Layout/Notice/index.d.ts +2 -2
  123. package/es/ProLayout/components/ProCollapse/PropTypes.d.ts +9 -2
  124. package/es/ProLayout/components/ProCollapse/index.d.ts +2 -2
  125. package/es/ProLayout/components/ProCollapse/index.js +12 -4
  126. package/es/ProLayout/components/ProFooter/PropTypes.d.ts +18 -1
  127. package/es/ProLayout/components/ProFooter/index.d.ts +2 -2
  128. package/es/ProLayout/components/ProHeader/PropTypes.d.ts +121 -14
  129. package/es/ProLayout/components/ProHeader/index.d.ts +2 -2
  130. package/es/ProLayout/index.d.ts +5 -5
  131. package/es/ProLayout/index.js +6 -2
  132. package/es/ProLayout/propTypes.d.ts +182 -25
  133. package/es/ProLayout/utils/index.d.ts +2 -2
  134. package/es/ProSelect/index.d.ts +3 -3
  135. package/es/ProSelect/propsType.d.ts +141 -31
  136. package/es/ProStep/components/Item/index.d.ts +2 -2
  137. package/es/ProStep/components/Step/index.d.ts +2 -2
  138. package/es/ProStep/index.d.ts +2 -2
  139. package/es/ProStep/index.js +12 -1
  140. package/es/ProStep/propsType.d.ts +60 -12
  141. package/es/ProStep/utils/index.d.ts +2 -2
  142. package/es/ProTable/components/FormatColumn/index.d.ts +2 -2
  143. package/es/ProTable/components/FormatColumn/index.js +3 -4
  144. package/es/ProTable/hooks/useAntdTable.d.ts +2 -2
  145. package/es/ProTable/index.d.ts +2 -2
  146. package/es/ProTable/propsType.d.ts +590 -39
  147. package/es/ProTable/style/index.less +3 -0
  148. package/es/ProTabs/index.d.ts +2 -2
  149. package/es/ProTabs/index.js +4 -4
  150. package/es/ProTabs/propType.d.ts +66 -9
  151. package/es/ProThemeTools/index.d.ts +2 -2
  152. package/es/ProThemeTools/propsType.d.ts +136 -14
  153. package/es/ProTooltip/index.d.ts +2 -2
  154. package/es/ProTooltip/propsType.d.ts +52 -9
  155. package/es/ProTree/components/List.d.ts +2 -2
  156. package/es/ProTree/components/List.js +2 -2
  157. package/es/ProTree/components/ProTree.d.ts +2 -2
  158. package/es/ProTree/components/ProTreeSelect/index.d.ts +3 -3
  159. package/es/ProTree/components/ProTreeSelect/propsType.d.ts +379 -34
  160. package/es/ProTree/components/SearchTitle.d.ts +2 -2
  161. package/es/ProTree/components/Tree.d.ts +3 -3
  162. package/es/ProTree/index.d.ts +2 -2
  163. package/es/ProTree/index.js +1 -1
  164. package/es/ProTree/propsType.d.ts +705 -103
  165. package/es/ProTree/utils.d.ts +7 -7
  166. package/es/ProTreeModal/components/Cascader.d.ts +3 -3
  167. package/es/ProTreeModal/components/List.d.ts +3 -3
  168. package/es/ProTreeModal/components/Tree.d.ts +2 -2
  169. package/es/ProTreeModal/index.d.ts +2 -2
  170. package/es/ProTreeModal/index.js +2 -2
  171. package/es/ProTreeModal/propsType.d.ts +260 -49
  172. package/es/ProTreeModal/utils.d.ts +7 -7
  173. package/es/ProUpload/components/ButtonRender.d.ts +2 -2
  174. package/es/ProUpload/components/DraggableUploadListItem.d.ts +2 -2
  175. package/es/ProUpload/components/Example.d.ts +2 -2
  176. package/es/ProUpload/components/ImageRender.d.ts +2 -2
  177. package/es/ProUpload/index.d.ts +2 -2
  178. package/es/ProUpload/index.js +0 -7
  179. package/es/ProUpload/propsType.d.ts +59 -8
  180. package/es/ProWaterMark/index.d.ts +2 -2
  181. package/es/ProWaterMark/propsType.d.ts +2 -1
  182. package/es/index.d.ts +5 -0
  183. package/es/index.js +5 -0
  184. package/lib/ProAction/index.d.ts +2 -2
  185. package/lib/ProAction/propsType.d.ts +16 -10
  186. package/lib/ProConfigProvider/index.d.ts +7 -7
  187. package/lib/ProDownload/index.d.ts +2 -2
  188. package/lib/ProDownload/propsType.d.ts +2 -1
  189. package/lib/ProDrawerForm/components/ProDrawer/index.d.ts +2 -2
  190. package/lib/ProDrawerForm/components/ProModal/index.d.ts +2 -2
  191. package/lib/ProDrawerForm/index.d.ts +1 -2
  192. package/lib/ProDrawerForm/propsType.d.ts +38 -27
  193. package/lib/ProDrawerForm/utils/index.d.ts +2 -2
  194. package/lib/ProEditLabel/components/RenderProForm.d.ts +2 -2
  195. package/lib/ProEditLabel/index.d.ts +2 -2
  196. package/lib/ProEditLabel/propsType.d.ts +135 -8
  197. package/lib/ProEditLabel/style/index.less +24 -25
  198. package/lib/ProEditTable/components/Summary/index.d.ts +2 -2
  199. package/lib/ProEditTable/index.d.ts +2 -2
  200. package/lib/ProEditTable/index.js +6 -8
  201. package/lib/ProEditTable/propsType.d.ts +233 -94
  202. package/lib/ProEditTable/style/index.less +1 -0
  203. package/lib/ProEnum/components/Group.d.ts +2 -2
  204. package/lib/ProEnum/components/Tag.d.ts +2 -2
  205. package/lib/ProEnum/hooks/useEnumRequest.d.ts +2 -2
  206. package/lib/ProEnum/index.d.ts +2 -2
  207. package/lib/ProEnum/propsType.d.ts +231 -42
  208. package/lib/ProEnum/propsType.js +1 -7
  209. package/lib/ProEnum/utils/index.d.ts +1 -1
  210. package/lib/ProForm/components/FormFooter/index.d.ts +2 -2
  211. package/lib/ProForm/components/FormFooter/propsType.d.ts +8 -3
  212. package/lib/ProForm/components/base/Checkbox/index.d.ts +2 -2
  213. package/lib/ProForm/components/base/Input/index.d.ts +2 -2
  214. package/lib/ProForm/components/base/Input/propsType.d.ts +10 -6
  215. package/lib/ProForm/components/base/InputNumber/index.d.ts +2 -2
  216. package/lib/ProForm/components/base/Radio/index.d.ts +2 -2
  217. package/lib/ProForm/components/base/RangePicker/index.d.ts +2 -2
  218. package/lib/ProForm/components/base/Select/index.d.ts +2 -2
  219. package/lib/ProForm/components/base/Switch/index.d.ts +2 -2
  220. package/lib/ProForm/components/base/SwitchCheckbox/index.d.ts +2 -2
  221. package/lib/ProForm/components/base/TextArea/index.d.ts +2 -2
  222. package/lib/ProForm/components/base/TimePicker/index.d.ts +2 -2
  223. package/lib/ProForm/components/combination/Container/index.d.ts +2 -2
  224. package/lib/ProForm/components/combination/Container/propsType.d.ts +10 -6
  225. package/lib/ProForm/components/combination/FormList/components/ActionButton.d.ts +4 -4
  226. package/lib/ProForm/components/combination/FormList/components/BlockFields.d.ts +4 -4
  227. package/lib/ProForm/components/combination/FormList/components/LineFields.d.ts +4 -4
  228. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.d.ts +2 -2
  229. package/lib/ProForm/components/combination/FormList/index.d.ts +2 -2
  230. package/lib/ProForm/components/combination/FormList/propsType.d.ts +18 -10
  231. package/lib/ProForm/components/combination/Group/index.d.ts +2 -2
  232. package/lib/ProForm/components/combination/Group/propsType.d.ts +10 -5
  233. package/lib/ProForm/components/combination/Group/utils.d.ts +6 -6
  234. package/lib/ProForm/components/combination/ProCascader/index.d.ts +2 -2
  235. package/lib/ProForm/components/combination/ProCascader/propsType.d.ts +8 -3
  236. package/lib/ProForm/components/combination/ProCombination/index.d.ts +3 -3
  237. package/lib/ProForm/components/combination/ProCombination/propsType.d.ts +10 -5
  238. package/lib/ProForm/components/combination/ProModalSelect/index.d.ts +2 -2
  239. package/lib/ProForm/components/combination/ProModalSelect/propsType.d.ts +58 -5
  240. package/lib/ProForm/components/combination/ProNumberRange/index.d.ts +2 -2
  241. package/lib/ProForm/components/combination/ProNumberRange/propsType.d.ts +7 -3
  242. package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +15 -9
  243. package/lib/ProForm/components/old/EnumSelect/index.d.ts +1 -1
  244. package/lib/ProForm/components/old/EnumSelect/interface.d.ts +2 -2
  245. package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +1 -1
  246. package/lib/ProForm/components/old/ProAddress/index.d.ts +1 -1
  247. package/lib/ProForm/components/old/ProCertNo/index.d.ts +1 -1
  248. package/lib/ProForm/components/old/ProCertValidity/index.d.ts +1 -1
  249. package/lib/ProForm/components/old/ProRangeBox/index.d.ts +1 -1
  250. package/lib/ProForm/components/render/ChangedWrapper.d.ts +2 -2
  251. package/lib/ProForm/components/render/ConfirmWrapper.d.ts +2 -2
  252. package/lib/ProForm/components/render/Render.d.ts +2 -2
  253. package/lib/ProForm/components/render/RenderFields.d.ts +4 -4
  254. package/lib/ProForm/components/render/propsType.d.ts +74 -64
  255. package/lib/ProForm/index.d.ts +2 -2
  256. package/lib/ProForm/propsType.d.ts +22 -15
  257. package/lib/ProForm/utils/transformValue.d.ts +2 -2
  258. package/lib/ProForm/utils/useFieldProps.d.ts +3 -3
  259. package/lib/ProForm/utils/useShouldUpdate.d.ts +3 -3
  260. package/lib/ProIcon/index.d.ts +2 -2
  261. package/lib/ProIcon/propsTypes.d.ts +124 -49
  262. package/lib/ProLayout/components/Layout/Header/index.d.ts +2 -2
  263. package/lib/ProLayout/components/Layout/Menu/index.d.ts +2 -2
  264. package/lib/ProLayout/components/Layout/Notice/index.d.ts +2 -2
  265. package/lib/ProLayout/components/ProCollapse/PropTypes.d.ts +9 -2
  266. package/lib/ProLayout/components/ProCollapse/index.d.ts +2 -2
  267. package/lib/ProLayout/components/ProCollapse/index.js +12 -4
  268. package/lib/ProLayout/components/ProFooter/PropTypes.d.ts +18 -1
  269. package/lib/ProLayout/components/ProFooter/index.d.ts +2 -2
  270. package/lib/ProLayout/components/ProHeader/PropTypes.d.ts +121 -14
  271. package/lib/ProLayout/components/ProHeader/index.d.ts +2 -2
  272. package/lib/ProLayout/index.d.ts +5 -5
  273. package/lib/ProLayout/index.js +6 -2
  274. package/lib/ProLayout/propTypes.d.ts +182 -25
  275. package/lib/ProLayout/utils/index.d.ts +2 -2
  276. package/lib/ProSelect/index.d.ts +3 -3
  277. package/lib/ProSelect/propsType.d.ts +141 -31
  278. package/lib/ProStep/components/Item/index.d.ts +2 -2
  279. package/lib/ProStep/components/Step/index.d.ts +2 -2
  280. package/lib/ProStep/index.d.ts +2 -2
  281. package/lib/ProStep/index.js +12 -1
  282. package/lib/ProStep/propsType.d.ts +60 -12
  283. package/lib/ProStep/utils/index.d.ts +2 -2
  284. package/lib/ProTable/components/FormatColumn/index.d.ts +2 -2
  285. package/lib/ProTable/components/FormatColumn/index.js +3 -4
  286. package/lib/ProTable/hooks/useAntdTable.d.ts +2 -2
  287. package/lib/ProTable/index.d.ts +2 -2
  288. package/lib/ProTable/propsType.d.ts +590 -39
  289. package/lib/ProTable/style/index.less +3 -0
  290. package/lib/ProTabs/index.d.ts +2 -2
  291. package/lib/ProTabs/index.js +4 -4
  292. package/lib/ProTabs/propType.d.ts +66 -9
  293. package/lib/ProThemeTools/index.d.ts +2 -2
  294. package/lib/ProThemeTools/propsType.d.ts +136 -14
  295. package/lib/ProTooltip/index.d.ts +2 -2
  296. package/lib/ProTooltip/propsType.d.ts +52 -9
  297. package/lib/ProTree/components/List.d.ts +2 -2
  298. package/lib/ProTree/components/List.js +2 -2
  299. package/lib/ProTree/components/ProTree.d.ts +2 -2
  300. package/lib/ProTree/components/ProTreeSelect/index.d.ts +3 -3
  301. package/lib/ProTree/components/ProTreeSelect/propsType.d.ts +379 -34
  302. package/lib/ProTree/components/SearchTitle.d.ts +2 -2
  303. package/lib/ProTree/components/Tree.d.ts +3 -3
  304. package/lib/ProTree/index.d.ts +2 -2
  305. package/lib/ProTree/index.js +1 -1
  306. package/lib/ProTree/propsType.d.ts +705 -103
  307. package/lib/ProTree/utils.d.ts +7 -7
  308. package/lib/ProTreeModal/components/Cascader.d.ts +3 -3
  309. package/lib/ProTreeModal/components/List.d.ts +3 -3
  310. package/lib/ProTreeModal/components/Tree.d.ts +2 -2
  311. package/lib/ProTreeModal/index.d.ts +2 -2
  312. package/lib/ProTreeModal/index.js +2 -2
  313. package/lib/ProTreeModal/propsType.d.ts +260 -49
  314. package/lib/ProTreeModal/utils.d.ts +7 -7
  315. package/lib/ProUpload/components/ButtonRender.d.ts +2 -2
  316. package/lib/ProUpload/components/DraggableUploadListItem.d.ts +2 -2
  317. package/lib/ProUpload/components/Example.d.ts +2 -2
  318. package/lib/ProUpload/components/ImageRender.d.ts +2 -2
  319. package/lib/ProUpload/index.d.ts +2 -2
  320. package/lib/ProUpload/index.js +0 -7
  321. package/lib/ProUpload/propsType.d.ts +59 -8
  322. package/lib/ProWaterMark/index.d.ts +2 -2
  323. package/lib/ProWaterMark/propsType.d.ts +2 -1
  324. package/lib/index.d.ts +5 -0
  325. package/lib/index.js +60 -0
  326. package/package.json +1 -1
@@ -2,22 +2,56 @@ import React from 'react';
2
2
  import { UploadFile } from 'antd/es/upload/interface';
3
3
  import { UploadRequestOption } from 'rc-upload/lib/interface';
4
4
  export type UploadType = 'drag' | 'button' | 'image';
5
- export interface UploadFileRes {
5
+ export interface UploadFileResType {
6
+ /**
7
+ * @description 上传文件返回的URL
8
+ * @default -
9
+ */
6
10
  url: string;
11
+ /**
12
+ * @description 允许扩展字段
13
+ */
7
14
  [key: string]: any;
8
15
  }
9
- export interface ExampleModalProps {
16
+ export interface ExampleModalType {
17
+ /**
18
+ * @description 弹窗宽度
19
+ * @default -
20
+ */
10
21
  width?: string | number;
22
+ /**
23
+ * @description 弹窗外层容器类名
24
+ * @default -
25
+ */
11
26
  wrapClassName?: string;
27
+ /**
28
+ * @description 允许扩展字段
29
+ */
12
30
  [key: string]: any;
13
31
  }
14
- export interface fieldNamesProps {
32
+ export interface FieldNamesType {
33
+ /**
34
+ * @description 文件唯一标识字段
35
+ * @default -
36
+ */
15
37
  uid?: number;
38
+ /**
39
+ * @description 文件名称字段
40
+ * @default -
41
+ */
16
42
  name?: string;
43
+ /**
44
+ * @description 文件URL字段
45
+ * @default -
46
+ */
17
47
  url?: string;
48
+ /**
49
+ * @description 文件状态字段
50
+ * @default -
51
+ */
18
52
  status?: 'done' | 'uploading' | 'error';
19
53
  }
20
- export interface ProUploadProps {
54
+ export interface ProUploadType {
21
55
  /**
22
56
  * @description 顶部的内容(button类型的上传不适用)
23
57
  * @default -
@@ -52,7 +86,7 @@ export interface ProUploadProps {
52
86
  * @description 示例弹窗的属性配置继承与antd 的Modal对话框
53
87
  * @default -
54
88
  */
55
- exampleModalProps?: ExampleModalProps;
89
+ exampleModalProps?: ExampleModalType;
56
90
  /**
57
91
  * @description 接受上传的文件类型, '.png,.jpeg,.jpg,.xlsx,.xls,.json,.doc,.docx' 详见 input accept Attribute
58
92
  * @default -
@@ -169,7 +203,7 @@ export interface ProUploadProps {
169
203
  * @description 上传接口处理方法 返回一个数组 UploadFile【】
170
204
  * @default -
171
205
  */
172
- transformResponse?: (res: any) => UploadFileRes;
206
+ transformResponse?: (res: any) => UploadFileResType;
173
207
  /**
174
208
  * @description 可以调用组件的内部方法,例如:uploadStart方式
175
209
  * @default -
@@ -189,12 +223,16 @@ export interface ProUploadProps {
189
223
  * @description 文件对象的字段映射
190
224
  * @default true
191
225
  */
192
- fieldNames?: fieldNamesProps;
226
+ fieldNames?: FieldNamesType;
193
227
  /**
194
228
  * @description 删除已经上传的文件时是否二次提示
195
229
  * @default false
196
230
  */
197
231
  isConfirmDelete?: boolean;
232
+ /**
233
+ * @description 组件ID
234
+ * @default -
235
+ */
198
236
  id?: string;
199
237
  /**
200
238
  * @description 查看模式
@@ -207,7 +245,20 @@ export interface ProUploadProps {
207
245
  */
208
246
  customRequest?: (option: UploadRequestOption) => void;
209
247
  }
210
- export interface DraggableUploadListItemProps {
248
+ export interface DraggableUploadListItemType {
249
+ /**
250
+ * @description 文件对象
251
+ * @default -
252
+ */
211
253
  file: UploadFile<any>;
254
+ /**
255
+ * @description 子元素
256
+ * @default -
257
+ */
212
258
  children: React.ReactNode;
213
259
  }
260
+ export type UploadFileRes = UploadFileResType;
261
+ export type ExampleModalProps = ExampleModalType;
262
+ export type fieldNamesProps = FieldNamesType;
263
+ export type ProUploadProps = ProUploadType;
264
+ export type DraggableUploadListItemProps = DraggableUploadListItemType;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { ProWaterMarkProps } from './propsType';
3
- declare const ProWaterMark: React.FC<ProWaterMarkProps>;
2
+ import type { ProWaterMarkType } from './propsType';
3
+ declare const ProWaterMark: React.FC<ProWaterMarkType>;
4
4
  export default ProWaterMark;
@@ -1,4 +1,4 @@
1
- export interface ProWaterMarkProps {
1
+ export interface ProWaterMarkType {
2
2
  /**
3
3
  * @description 水印是否显示
4
4
  * @default true
@@ -80,3 +80,4 @@ export interface ProWaterMarkProps {
80
80
  */
81
81
  mode?: 'repeat' | 'interval';
82
82
  }
83
+ export type ProWaterMarkProps = ProWaterMarkType;
package/es/index.d.ts CHANGED
@@ -31,4 +31,9 @@ export * from './ProTable/propsType';
31
31
  export * from './ProEditTable/propsType';
32
32
  export * from './ProUpload/propsType';
33
33
  export * from './ProTabs/propType';
34
+ export * from './ProLayout/components/ProHeader/PropTypes';
35
+ export * from './ProTooltip/propsType';
36
+ export * from './ProIcon/propsTypes';
37
+ export * from './ProTree/propsType';
38
+ export * from './ProTreeModal/propsType';
34
39
  export * from './tokens';
package/es/index.js CHANGED
@@ -38,5 +38,10 @@ export * from './ProTable/propsType';
38
38
  export * from './ProEditTable/propsType';
39
39
  export * from './ProUpload/propsType';
40
40
  export * from './ProTabs/propType';
41
+ export * from './ProLayout/components/ProHeader/PropTypes';
42
+ export * from './ProTooltip/propsType';
43
+ export * from './ProIcon/propsTypes';
44
+ export * from './ProTree/propsType';
45
+ export * from './ProTreeModal/propsType';
41
46
  // token导出
42
47
  export * from './tokens';
@@ -1,7 +1,7 @@
1
1
  import React, { PropsWithChildren } from 'react';
2
- import { ActionProps } from './propsType';
2
+ import type { ProActionType } from './propsType';
3
3
  import './index.less';
4
4
  declare const ProAction: React.FC<PropsWithChildren<{
5
- config?: ActionProps[];
5
+ config?: ProActionType[];
6
6
  }>>;
7
7
  export default ProAction;
@@ -1,27 +1,31 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { Service, Options } from 'ahooks/lib/useRequest/src/types';
3
- export interface ActionProps {
3
+ export interface ProActionType {
4
4
  /**
5
- * check 执行校验并解析错误信息展示
6
- * confirm 确认提示
5
+ * @description 模式类型:check执行校验并解析错误信息展示,confirm确认提示
6
+ * @default -
7
7
  */
8
8
  mode?: 'check' | 'confirm';
9
9
  /**
10
- * 标题
10
+ * @description 标题
11
+ * @default -
11
12
  */
12
13
  title?: string | ReactNode;
13
14
  /**
14
- *
15
+ * @description 操作回调函数
15
16
  * @param previouData 接上一个 useRequest 返回的值
16
17
  * @param args 接所有链式 useRequest 返回的值
17
- * @returns
18
+ * @param index 当前操作的索引
19
+ * @returns void或Promise<void>
20
+ * @default -
18
21
  */
19
22
  onAction?: (previouData?: any, args?: any[], index?: number) => void | Promise<void>;
20
23
  /**
21
- * 自定义请求
24
+ * @description 自定义请求
22
25
  * @param previouData 接上一个 useRequest 返回的值
23
26
  * @param args 接所有链式 useRequest 返回的值
24
- * @returns
27
+ * @returns 包含service、options和transformResponse的对象
28
+ * @default -
25
29
  */
26
30
  useRequest?: (previouData: any, args: any) => {
27
31
  service?: Service<any, any>;
@@ -29,10 +33,12 @@ export interface ActionProps {
29
33
  transformResponse?: (data: any) => any;
30
34
  };
31
35
  /**
32
- * 是否中断链式操作
36
+ * @description 是否中断链式操作
33
37
  * @param previouData 上一个操作的返回数据
34
38
  * @param args 所有链式的数据合集
35
- * @returns
39
+ * @returns 布尔值,返回true继续执行,返回false中断操作
40
+ * @default -
36
41
  */
37
42
  continue?: (previouData: any, args: any[]) => boolean;
38
43
  }
44
+ export type ProActionProps = ProActionType;
@@ -1,15 +1,15 @@
1
1
  import React, { FC } from 'react';
2
2
  import { FormInstance } from 'antd';
3
- import { PropSelectProps } from '../ProSelect/propsType';
4
- import { ProModalSelectPropsType } from '../ProForm/components/combination/ProModalSelect/propsType';
5
- import { ProCascaderProps } from '../ProForm/components/combination/ProCascader/propsType';
6
- import { ProEnumConfig } from '../ProEnum/propsType';
3
+ import type { PropSelectType } from '../ProSelect/propsType';
4
+ import type { ProModalSelectType } from '../ProForm/components/combination/ProModalSelect/propsType';
5
+ import type { ProCascaderType } from '../ProForm/components/combination/ProCascader/propsType';
6
+ import type { ProEnumConfig } from '../ProEnum/propsType';
7
7
  export interface ProConfigState {
8
8
  locale?: string;
9
9
  ProEnum?: Partial<ProEnumConfig>;
10
- ProSelect?: Partial<PropSelectProps> & Record<string, any>;
11
- ProModalSelect?: Partial<ProModalSelectPropsType> & Record<string, any>;
12
- ProAddressBar?: Partial<ProCascaderProps> & Record<string, any>;
10
+ ProSelect?: Partial<PropSelectType> & Record<string, any>;
11
+ ProModalSelect?: Partial<ProModalSelectType> & Record<string, any>;
12
+ ProAddressBar?: Partial<ProCascaderType> & Record<string, any>;
13
13
  forms: Record<string, FormInstance | undefined>;
14
14
  [key: string]: any;
15
15
  }
@@ -1,6 +1,6 @@
1
- import { IProDownloadProps } from './propsType';
1
+ import type { ProDownloadType } from './propsType';
2
2
  declare const ProDownload: {
3
- (props: IProDownloadProps): import("react/jsx-runtime").JSX.Element;
3
+ (props: ProDownloadType): import("react/jsx-runtime").JSX.Element;
4
4
  downLoadRequest: import("./utils").DownloadRequestProps;
5
5
  };
6
6
  export default ProDownload;
@@ -1,7 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
  import type { ButtonProps } from 'antd';
3
3
  import type { DownloadRequestProps, PropsWithMakeFilePropsType } from './utils';
4
- export interface IProDownloadProps extends ButtonProps {
4
+ export interface ProDownloadType extends ButtonProps {
5
5
  /**
6
6
  * @description 下载资源获取来源:api:通过接口获取,url:通过静态资源链接获取
7
7
  * @default api
@@ -69,3 +69,4 @@ export interface IProDownloadProps extends ButtonProps {
69
69
  children?: string | ReactNode;
70
70
  [key: string]: any;
71
71
  }
72
+ export type IProDownloadProps = ProDownloadType;
@@ -1,7 +1,7 @@
1
1
  import { FC } from 'react';
2
- import { ProDrawerFormPropsType } from '../../propsType';
2
+ import { ProDrawerFormType } from '../../propsType';
3
3
  /**
4
4
  * 抽屉组件
5
5
  */
6
- declare const ProDrawer: FC<ProDrawerFormPropsType>;
6
+ declare const ProDrawer: FC<ProDrawerFormType>;
7
7
  export default ProDrawer;
@@ -1,7 +1,7 @@
1
1
  import { FC } from 'react';
2
- import { ProDrawerFormPropsType } from '../../propsType';
2
+ import { ProDrawerFormType } from '../../propsType';
3
3
  /**
4
4
  * 弹窗组件
5
5
  */
6
- declare const ProModal: FC<ProDrawerFormPropsType>;
6
+ declare const ProModal: FC<ProDrawerFormType>;
7
7
  export default ProModal;
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
2
  import { FormInstance } from 'antd/es/form/Form';
3
- import { ProDrawerFormPropsType } from './propsType';
4
- declare const ProDrawerForm: React.ForwardRefExoticComponent<ProDrawerFormPropsType & React.RefAttributes<FormInstance<any>>>;
3
+ declare const ProDrawerForm: React.ForwardRefExoticComponent<import("./propsType").ProDrawerFormPropsType & React.RefAttributes<FormInstance<any>>>;
5
4
  export default ProDrawerForm;
@@ -1,17 +1,26 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import type { ModalProps, DrawerProps, FormInstance } from 'antd';
3
- import { ProFormProps } from '../ProForm/propsType';
3
+ import type { ProFormType } from '../ProForm/propsType';
4
+ /**
5
+ * 抽屉尺寸类型定义
6
+ */
4
7
  export type DrawerSizePropsType = 'small' | 'middle' | 'large';
8
+ export type DrawerSizeType = DrawerSizePropsType;
9
+ /**
10
+ * 显示类型定义
11
+ */
5
12
  export type ShowTypePropsType = 'Modal' | 'Drawer';
6
- export interface ProDrawerFormRef {
7
- form: FormInstance<any>;
8
- }
13
+ export type ShowType = ShowTypePropsType;
14
+ /**
15
+ * 为了保持向后兼容,保留原有接口名称
16
+ * @deprecated ProDrawerFormType
17
+ */
9
18
  export interface ProDrawerFormPropsType {
10
- /** @name 内部form */
19
+ /** @name 内部form实例 */
11
20
  form?: FormInstance<any>;
12
21
  /** @name 自定义className */
13
22
  className?: string;
14
- /** @name 控制显示隐藏 */
23
+ /** @name 控制显示隐藏(兼容旧版API) */
15
24
  visible?: ModalProps['open'] | DrawerProps['open'];
16
25
  /** @name 控制显示隐藏 */
17
26
  open: ModalProps['open'] | DrawerProps['open'];
@@ -25,30 +34,22 @@ export interface ProDrawerFormPropsType {
25
34
  isView?: boolean | undefined;
26
35
  /** @name 宽度 */
27
36
  width?: ModalProps['width'] | DrawerProps['width'];
28
- /**
29
- * @name 取消按钮文字
30
- */
37
+ /** @name 取消按钮文字 */
31
38
  cancelText?: ModalProps['cancelText'];
32
- /**
33
- * @name 确认按钮文字
34
- */
39
+ /** @name 确认按钮文字 */
35
40
  okText?: ModalProps['okText'];
36
- /**
37
- * @name 确认按钮loading
38
- */
41
+ /** @name 确认按钮loading状态 */
39
42
  okLoading?: boolean;
40
- /**
41
- * @name 确认按钮disabled
42
- */
43
+ /** @name 确认按钮禁用状态 */
43
44
  okDisabled?: boolean;
44
45
  /** @name 显示方式 (废弃) */
45
- showType?: ShowTypePropsType;
46
+ showType?: ShowType;
46
47
  /** @name 显示方式 */
47
- mode?: ShowTypePropsType;
48
+ mode?: ShowType;
48
49
  /** @name 尺寸 */
49
- size?: DrawerSizePropsType;
50
+ size?: DrawerSizeType;
50
51
  /**
51
- * @name自动选中第一项
52
+ * @name 自动选中第一项
52
53
  * @description 只对有input的类型有效
53
54
  */
54
55
  autoFocusFirstInput?: boolean;
@@ -64,10 +65,14 @@ export interface ProDrawerFormPropsType {
64
65
  isConfirmCloseModalProps?: ModalProps;
65
66
  /**
66
67
  * @name 底部默认取消按钮事件
68
+ * @returns 返回Promise或布尔值可控制弹窗关闭行为
67
69
  */
68
70
  onCancel?: () => Promise<boolean | void | unknown> | boolean | void | unknown;
69
71
  /**
70
72
  * @name 底部默认确定按钮事件
73
+ * @param values 表单值
74
+ * @param form 表单实例
75
+ * @returns 返回Promise或布尔值可控制弹窗关闭行为
71
76
  */
72
77
  onOk?: (values?: any, form?: FormInstance) => Promise<boolean | void | unknown> | boolean | void | unknown;
73
78
  /**
@@ -79,24 +84,30 @@ export interface ProDrawerFormPropsType {
79
84
  */
80
85
  extraLeft?: ReactNode;
81
86
  /**
82
- * @name proForm的属性 配置后children不展示
87
+ * @name proForm的属性
88
+ * @description 配置后children不展示
83
89
  */
84
- proFormProps?: Omit<ProFormProps, 'form'>;
90
+ proFormProps?: Omit<ProFormType, 'form'>;
85
91
  /**
86
- * 不支持 'visible',请使用全局的 visible
87
92
  * @name 弹框的属性
93
+ * @description 不支持'visible',请使用全局的visible/open
88
94
  */
89
95
  modalProps?: Omit<ModalProps, 'visible'>;
90
96
  /**
91
- * 不支持 'visible',请使用全局的 visible
92
97
  * @name 抽屉的属性
98
+ * @description 不支持'visible',请使用全局的visible/open
93
99
  */
94
100
  drawerProps?: Omit<DrawerProps, 'visible'>;
95
101
  /**
96
- * 不支持 'visible',请使用全局的 visible
97
102
  * @name 关闭时弹框或者抽屉是否清空formValues
98
103
  */
99
104
  onCloseClean?: boolean;
105
+ /** @name 子组件 */
100
106
  children?: React.ReactNode;
107
+ /** @name z轴层级 */
101
108
  zIndex?: number;
102
109
  }
110
+ /**
111
+ * 抽屉表单属性类型定义
112
+ */
113
+ export type ProDrawerFormType = ProDrawerFormPropsType;
@@ -1,6 +1,6 @@
1
- import { DrawerSizePropsType } from '../propsType';
1
+ import { DrawerSizeType } from '../propsType';
2
2
  /**
3
3
  * 将枚举值转成数值px,暴露枚举,隐藏真实数值,暂时不让用户自定义
4
4
  * @param size 设计规范的三个尺寸 460 960 1200 对应 'small' | 'middle' | 'large'
5
5
  */
6
- export declare const transformBySize: (size: DrawerSizePropsType) => number;
6
+ export declare const transformBySize: (size: DrawerSizeType) => number;
@@ -1,4 +1,4 @@
1
1
  import { FC } from 'react';
2
- import type { PopupProps } from '../propsType';
3
- declare const RenderProForm: FC<PopupProps>;
2
+ import type { PopupType } from '../propsType';
3
+ declare const RenderProForm: FC<PopupType>;
4
4
  export default RenderProForm;
@@ -1,4 +1,4 @@
1
1
  import { FC } from 'react';
2
- import { ContainerProps, LabelProps, PopupConfirmProps } from './propsType';
3
- declare const ProEditLabel: FC<LabelProps & PopupConfirmProps & ContainerProps>;
2
+ import type { ContainerType, LabelType, ProEditLabelType } from './propsType';
3
+ declare const ProEditLabel: FC<LabelType & ProEditLabelType & ContainerType>;
4
4
  export default ProEditLabel;
@@ -2,45 +2,172 @@ import { InputProps } from 'antd/es/input';
2
2
  import { PopconfirmProps } from 'antd/es/popconfirm';
3
3
  import { FormInstance } from 'antd/es/form';
4
4
  import React from 'react';
5
- import { ProColumnProps } from '../index';
6
- export interface ContainerProps {
5
+ import type { ProFormColumnType } from '../index';
6
+ export interface ContainerType {
7
+ /**
8
+ * @description 触发方式
9
+ * @default "click"
10
+ */
7
11
  trigger?: 'click' | 'hover';
12
+ /**
13
+ * @description 尺寸
14
+ * @default "middle"
15
+ */
8
16
  size?: 'small' | 'middle' | 'large';
17
+ /**
18
+ * @description 显示模式
19
+ * @default "popup"
20
+ */
9
21
  mode?: 'popup' | 'current';
22
+ /**
23
+ * @description 类型
24
+ * @default "input"
25
+ */
10
26
  type?: 'input' | 'select';
11
27
  }
12
- export interface StateProps {
28
+ export interface StateType {
29
+ /**
30
+ * @description 弹出值
31
+ * @default ""
32
+ */
13
33
  popValue?: string;
34
+ /**
35
+ * @description 确认值
36
+ * @default ""
37
+ */
14
38
  confirmValue?: string;
15
39
  }
16
- export interface PopupProps {
40
+ export interface PopupType {
41
+ /**
42
+ * @description 类型
43
+ * @default -
44
+ */
17
45
  type?: string;
46
+ /**
47
+ * @description 标签
48
+ * @default -
49
+ */
18
50
  label?: string | React.ReactNode;
51
+ /**
52
+ * @description 标题
53
+ * @default -
54
+ */
19
55
  title?: string | React.ReactNode;
56
+ /**
57
+ * @description 提示
58
+ * @default -
59
+ */
20
60
  tip?: string | React.ReactNode;
61
+ /**
62
+ * @description 是否去除空格
63
+ * @default false
64
+ */
21
65
  trim?: boolean;
66
+ /**
67
+ * @description 标签宽度
68
+ * @default -
69
+ */
22
70
  labelWidth?: string | number;
71
+ /**
72
+ * @description 字段属性
73
+ * @default -
74
+ */
23
75
  fieldProps?: any;
24
- columns?: ProColumnProps;
76
+ /**
77
+ * @description 列配置
78
+ * @default -
79
+ */
80
+ columns?: ProFormColumnType;
81
+ /**
82
+ * @description 允许扩展字段
83
+ */
25
84
  [key: string]: any;
26
85
  }
27
- export interface LabelProps extends InputProps {
86
+ export interface LabelType extends InputProps {
87
+ /**
88
+ * @description 是否可见
89
+ * @default false
90
+ */
28
91
  visible?: boolean;
92
+ /**
93
+ * @description 是否打开
94
+ * @default false
95
+ */
29
96
  open?: boolean;
97
+ /**
98
+ * @description 可见性变化回调
99
+ * @default -
100
+ */
30
101
  onVisibleChange?: (open: boolean) => void;
102
+ /**
103
+ * @description 值变化回调
104
+ * @default -
105
+ */
31
106
  onChange?: (value: React.ChangeEvent<HTMLInputElement>) => void;
107
+ /**
108
+ * @description 是否可编辑
109
+ * @default false
110
+ */
32
111
  editable?: boolean;
112
+ /**
113
+ * @description 编辑回调
114
+ * @default -
115
+ */
33
116
  onEdit?: () => void;
34
117
  }
35
- export interface PopupConfirmProps extends Partial<PopconfirmProps> {
36
- popupProps?: PopupProps;
118
+ export interface ProEditLabelType extends Partial<PopconfirmProps> {
119
+ /**
120
+ * @description 弹出属性
121
+ * @default -
122
+ */
123
+ popupProps?: PopupType;
124
+ /**
125
+ * @description 空值显示
126
+ * @default "-"
127
+ */
37
128
  viewEmpty?: '-';
129
+ /**
130
+ * @description 确认回调
131
+ * @default -
132
+ */
38
133
  onConfirm?: (e?: any) => void;
134
+ /**
135
+ * @description 完成回调
136
+ * @default -
137
+ */
39
138
  onFinish?: (e?: any) => void;
139
+ /**
140
+ * @description 打开状态变化回调
141
+ * @default -
142
+ */
40
143
  onOpenChange?: (e?: any) => void;
144
+ /**
145
+ * @description 触发方式
146
+ * @default "click"
147
+ */
41
148
  trigger?: 'click' | 'hover';
149
+ /**
150
+ * @description 值
151
+ * @default -
152
+ */
42
153
  value?: any;
154
+ /**
155
+ * @description 表单实例
156
+ * @default -
157
+ */
43
158
  form?: FormInstance;
159
+ /**
160
+ * @description 是否禁用
161
+ * @default false
162
+ */
44
163
  disabled?: boolean;
164
+ /**
165
+ * @description 允许扩展字段
166
+ */
45
167
  [key: string]: any;
46
168
  }
169
+ export type ContainerProps = ContainerType;
170
+ export type StateProps = StateType;
171
+ export type PopupProps = PopupType;
172
+ export type LabelProps = LabelType;
173
+ export type PopupConfirmProps = ProEditLabelType;