@teamix/pro 1.6.0-beta.3 → 1.6.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (536) hide show
  1. package/README.md +1 -1
  2. package/dist/pro.all.min.css +1 -0
  3. package/dist/pro.css +1 -1
  4. package/dist/pro.js +23217 -12214
  5. package/dist/pro.min.css +1 -1
  6. package/dist/pro.min.js +1 -1
  7. package/dist/pro.xconsole.min.css +1 -0
  8. package/es/actions/base.d.ts +24 -0
  9. package/es/actions/base.js +1 -1
  10. package/es/actions/confirm.d.ts +7 -0
  11. package/es/actions/danger-confirm.d.ts +7 -0
  12. package/es/actions/danger-pop-confirm.d.ts +5 -0
  13. package/es/actions/dialog-component.d.ts +10 -0
  14. package/es/actions/dialog-component.js +4 -1
  15. package/es/actions/dialog-form.d.ts +29 -0
  16. package/es/actions/dialog-form.js +8 -8
  17. package/es/actions/dialog-info.d.ts +9 -0
  18. package/es/actions/dialog-table.d.ts +9 -0
  19. package/es/actions/dialog.d.ts +40 -0
  20. package/es/actions/dialog.js +8 -7
  21. package/es/actions/drawer-form.d.ts +6 -0
  22. package/es/actions/drawer-info.d.ts +6 -0
  23. package/es/actions/drawer-table.d.ts +6 -0
  24. package/es/actions/drawer.d.ts +6 -0
  25. package/es/actions/error.d.ts +7 -0
  26. package/es/actions/index.d.ts +114 -0
  27. package/es/actions/index.js +51 -44
  28. package/es/actions/index.scss +6 -1
  29. package/es/actions/link.d.ts +8 -0
  30. package/es/actions/link.js +4 -3
  31. package/es/actions/notice.d.ts +7 -0
  32. package/es/actions/pop-confirm.d.ts +9 -0
  33. package/es/actions/quick.d.ts +2 -0
  34. package/es/actions/quick.js +26 -0
  35. package/es/actions/request.d.ts +9 -0
  36. package/es/actions/request.js +4 -3
  37. package/es/actions/utils.d.ts +1 -0
  38. package/es/card/card-container.d.ts +18 -0
  39. package/es/card/card-container.js +5 -12
  40. package/es/card/divider.d.ts +6 -0
  41. package/es/card/divider.js +4 -2
  42. package/es/card/index.d.ts +109 -0
  43. package/es/card/index.js +11 -22
  44. package/es/card/index.scss +15 -0
  45. package/es/card/selectable.d.ts +13 -0
  46. package/es/card/selectable.js +4 -2
  47. package/es/card/tab.d.ts +6 -0
  48. package/es/card/tab.js +4 -2
  49. package/es/card/utils.d.ts +9 -0
  50. package/es/card/xconsole.scss +3 -0
  51. package/es/field/index.d.ts +3 -0
  52. package/es/form/Components/Editable/index.d.ts +20 -0
  53. package/es/form/Components/Editable/index.js +2 -2
  54. package/es/form/Components/FormGroup/index.d.ts +14 -0
  55. package/es/form/Components/FormGroup/index.js +3 -4
  56. package/es/form/Components/LightFilter/componentMap.d.ts +3 -0
  57. package/es/form/Components/LightFilter/index.d.ts +17 -0
  58. package/es/form/Components/LightFilter/index.js +2 -11
  59. package/es/form/Components/ProField/index.d.ts +2 -0
  60. package/es/form/Components/ProField/index.js +4 -2
  61. package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
  62. package/es/form/Components/Text/index.d.ts +8 -0
  63. package/es/form/Components/Text/index.js +4 -2
  64. package/es/form/Filter/AdvancedFilter.d.ts +7 -0
  65. package/es/form/Filter/AdvancedFilter.js +14 -16
  66. package/es/form/Filter/Layout.d.ts +5 -0
  67. package/es/form/Filter/LightFilter.d.ts +7 -0
  68. package/es/form/Filter/LightFilter.js +9 -13
  69. package/es/form/Filter/SimpleFilter.d.ts +7 -0
  70. package/es/form/Filter/SimpleFilter.js +5 -8
  71. package/es/form/Filter/index.d.ts +9 -0
  72. package/es/form/Filter/index.js +19 -25
  73. package/es/form/Filter/index.scss +1 -0
  74. package/es/form/Filter/index2.d.ts +13 -0
  75. package/es/form/Filter/index2.js +17 -22
  76. package/es/form/Filter/index2.scss +1 -0
  77. package/es/form/Filter/useBindUrl.d.ts +2 -0
  78. package/es/form/Filter/useBindUrl.js +0 -3
  79. package/es/form/Filter/useSpecialProps.d.ts +6 -0
  80. package/es/form/Filter/useSpecialProps.js +0 -1
  81. package/es/form/ProForm/addCascadeEffect.d.ts +2 -0
  82. package/es/form/ProForm/customComponent.d.ts +3 -0
  83. package/es/form/ProForm/index.d.ts +5 -0
  84. package/es/form/ProForm/index.js +9 -7
  85. package/es/form/ProForm/useAutoLayout.d.ts +9 -0
  86. package/es/form/ProForm/useAutoLayout.js +0 -4
  87. package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
  88. package/es/form/ProForm/useAutoSubmit.js +4 -3
  89. package/es/form/ProForm/useFieldRequest.d.ts +5 -0
  90. package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
  91. package/es/form/ProForm/useFormDisplayValues.js +0 -1
  92. package/es/form/ProForm/useInitialRequest.d.ts +6 -0
  93. package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
  94. package/es/form/SchemaForm/adapterComponent.js +0 -1
  95. package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
  96. package/es/form/SchemaForm/adapterDecorator.js +0 -1
  97. package/es/form/SchemaForm/adapterType.d.ts +5 -0
  98. package/es/form/SchemaForm/adapterType.js +0 -1
  99. package/es/form/SchemaForm/index.d.ts +4 -0
  100. package/es/form/SchemaForm/index.js +0 -13
  101. package/es/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  102. package/es/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  103. package/es/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  104. package/es/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  105. package/es/form/SchemaForm/initializeDataSource.d.ts +15 -0
  106. package/es/form/SchemaForm/initializeDataSource.js +0 -7
  107. package/es/form/SchemaForm/initializeFormButton.d.ts +3 -0
  108. package/es/form/SchemaForm/initializeFormButton.js +0 -2
  109. package/es/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  110. package/es/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  111. package/es/form/SchemaForm/initializeFormStep.d.ts +5 -0
  112. package/es/form/SchemaForm/initializeFormTab.d.ts +3 -0
  113. package/es/form/SchemaForm/initializeReactions.d.ts +2 -0
  114. package/es/form/SchemaForm/initializeReactions.js +0 -1
  115. package/es/form/SchemaForm/initializeRequest.d.ts +11 -0
  116. package/es/form/SchemaForm/initializeRules.d.ts +11 -0
  117. package/es/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  118. package/es/form/SchemaForm/initializeSelectTable.js +0 -1
  119. package/es/form/SchemaForm/reactions.d.ts +6 -0
  120. package/es/form/SchemaForm/reactions.js +0 -5
  121. package/es/form/docs/ActionResponse.d.ts +8 -0
  122. package/es/form/fieldTypeMap.d.ts +7 -0
  123. package/es/form/index.d.ts +125 -0
  124. package/es/form/index.js +0 -4
  125. package/es/form/locales/validate.d.ts +159 -0
  126. package/es/form/schemaNameMap.d.ts +5 -0
  127. package/es/form/typing.d.ts +194 -0
  128. package/es/form/utils/parseSchema.d.ts +3 -0
  129. package/es/form/utils/parseSchema.js +38 -0
  130. package/es/form/utils.d.ts +55 -0
  131. package/es/form/utils.js +0 -12
  132. package/es/form/warning.d.ts +3 -0
  133. package/es/form/warning.js +0 -2
  134. package/es/global.scss +3 -1
  135. package/es/hooks/index.d.ts +2 -0
  136. package/es/image/index.d.ts +22 -0
  137. package/es/image/index.js +73 -0
  138. package/es/image/index.scss +3 -0
  139. package/es/index-without-icon.d.ts +32 -0
  140. package/es/index.d.ts +34 -0
  141. package/es/index.js +14 -3
  142. package/es/info/components/InfoGroup/index.d.ts +5 -0
  143. package/es/info/components/InfoGroup/index.js +4 -2
  144. package/es/info/components/InfoValueItem/index.d.ts +5 -0
  145. package/es/info/components/InfoValueItem/index.js +20 -32
  146. package/es/info/components/ProInfoItem/index.d.ts +5 -0
  147. package/es/info/components/ProInfoItem/index.js +0 -1
  148. package/es/info/components/baseInfo/index.d.ts +8 -0
  149. package/es/info/components/baseInfo/index.js +4 -5
  150. package/es/info/components/headerInfo/index.d.ts +8 -0
  151. package/es/info/components/tableInfo/index.d.ts +7 -0
  152. package/es/info/components/tableInfo/index.js +4 -6
  153. package/es/info/index.d.ts +6 -0
  154. package/es/info/index.js +17 -21
  155. package/es/info/typing.d.ts +220 -0
  156. package/es/info/utils/index.d.ts +20 -0
  157. package/es/info/utils/index.js +0 -3
  158. package/es/info/utils/layout.d.ts +2 -0
  159. package/es/info/utils/utils.d.ts +1 -0
  160. package/es/layout/index.d.ts +2 -0
  161. package/es/layout/index.js +0 -2
  162. package/es/next-xconsole.scss +34 -0
  163. package/es/nocode/configurators/Card.d.ts +3 -0
  164. package/es/nocode/configurators/PageHeader.d.ts +3 -0
  165. package/es/nocode/configurators/ProTable.d.ts +3 -0
  166. package/es/nocode/configurators/ProTable.js +1 -22
  167. package/es/nocode/configurators/common.d.ts +280 -0
  168. package/es/nocode/configurators/index.d.ts +15 -0
  169. package/es/nocode/configurators/index.js +1 -0
  170. package/es/nocode/configurators/map.d.ts +2 -0
  171. package/es/nocode/index.d.ts +8 -0
  172. package/es/nocode/index.js +0 -2
  173. package/es/nocode/pages/editor.d.ts +12 -0
  174. package/es/nocode/pages/index.d.ts +14 -0
  175. package/es/nocode/pages/index.js +1 -29
  176. package/es/nocode/pages/playground.d.ts +11 -0
  177. package/es/nocode/pages/playground.js +5 -3
  178. package/es/nocode/pages/renderer.d.ts +10 -0
  179. package/es/nocode/pages/renderer.js +6 -4
  180. package/es/nocode/playground.d.ts +14 -0
  181. package/es/nocode/playground.js +4 -2
  182. package/es/page-container/index.d.ts +3 -0
  183. package/es/page-header/index.d.ts +74 -0
  184. package/es/page-header/index.js +13 -23
  185. package/es/page-header/index.scss +2 -1
  186. package/es/page-header/xconsole.scss +5 -0
  187. package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
  188. package/es/sidebar/components/sidebar-container/index.js +7 -10
  189. package/es/sidebar/components/tree/index.d.ts +6 -0
  190. package/es/sidebar/components/tree/index.js +24 -28
  191. package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  192. package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
  193. package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  194. package/es/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  195. package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  196. package/es/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
  197. package/es/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  198. package/es/sidebar/components/tree-node/index.d.ts +7 -0
  199. package/es/sidebar/components/tree-node/index.js +16 -29
  200. package/es/sidebar/index.d.ts +9 -0
  201. package/es/sidebar/index.js +13 -18
  202. package/es/sidebar/typing.d.ts +145 -0
  203. package/es/sidebar/utils/action-ref.d.ts +3 -0
  204. package/es/sidebar/utils/index.d.ts +364 -0
  205. package/es/sidebar/utils/index.js +18 -19
  206. package/es/skeleton/index.d.ts +3 -0
  207. package/es/table/components/CardView/index.d.ts +5 -0
  208. package/es/table/components/CardView/index.js +387 -0
  209. package/es/table/components/CardView/index.scss +46 -0
  210. package/es/table/components/EmptyContent/index.d.ts +2 -0
  211. package/es/table/components/Filter/index.d.ts +12 -0
  212. package/es/table/components/Filter/index.js +110 -79
  213. package/es/table/components/Layout/index.d.ts +5 -0
  214. package/es/table/components/Layout/index.js +16 -16
  215. package/es/table/components/Layout/index.scss +1 -0
  216. package/es/table/components/LoadMore/index.d.ts +20 -0
  217. package/es/table/components/LoadMore/index.js +88 -0
  218. package/es/table/components/LoadMore/index.scss +19 -0
  219. package/es/table/components/Pagination/index.d.ts +8 -0
  220. package/es/table/components/Pagination/index.js +48 -31
  221. package/es/table/components/QuickAction/index.d.ts +11 -0
  222. package/es/table/components/QuickAction/index.js +2 -3
  223. package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
  224. package/es/table/components/ToolBar/CardSwitch.js +52 -0
  225. package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
  226. package/es/table/components/ToolBar/DensityIcon.js +2 -7
  227. package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  228. package/es/table/components/ToolBar/FilterColumnIcon.js +41 -35
  229. package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  230. package/es/table/components/ToolBar/FullScreenIcon.js +0 -1
  231. package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
  232. package/es/table/components/ToolBar/Fullscreen.js +10 -3
  233. package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  234. package/es/table/components/ToolBar/RefreshIcon.js +162 -26
  235. package/es/table/components/ToolBar/index.d.ts +5 -0
  236. package/es/table/components/ToolBar/index.js +65 -33
  237. package/es/table/components/ToolBar/index.scss +27 -1
  238. package/es/table/index.d.ts +6 -0
  239. package/es/table/index.js +299 -128
  240. package/es/table/index.scss +8 -0
  241. package/es/table/typing.d.ts +426 -0
  242. package/es/table/utils/columnRender.d.ts +13 -0
  243. package/es/table/utils/columnRender.js +32 -37
  244. package/es/table/utils/genProColumnToColumn.d.ts +13 -0
  245. package/es/table/utils/genProColumnToColumn.js +10 -3
  246. package/es/table/utils/getTableProps.d.ts +2 -0
  247. package/es/table/utils/getTableSortIcons.d.ts +3 -0
  248. package/es/table/utils/index.d.ts +19 -0
  249. package/es/table/utils/index.js +0 -6
  250. package/es/table/utils/pureColumnRender.d.ts +9 -0
  251. package/es/table/utils/pureColumnRender.js +1 -9
  252. package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  253. package/es/table/utils/useTableSelection.d.ts +3 -0
  254. package/es/table/utils/util.d.ts +5 -0
  255. package/es/table/utils/util.js +19 -0
  256. package/es/templates/Detail/index.d.ts +2 -0
  257. package/es/templates/Form/index.d.ts +2 -0
  258. package/es/templates/List/index.d.ts +9 -0
  259. package/es/templates/List/index.js +6 -4
  260. package/es/templates/index.d.ts +3 -0
  261. package/es/templates/index.js +1 -2
  262. package/es/timeline/ProTimeLineItem/index.d.ts +5 -0
  263. package/es/timeline/ProTimeLineItem/index.js +5 -9
  264. package/es/timeline/index.d.ts +10 -0
  265. package/es/timeline/index.js +5 -5
  266. package/es/timeline/typing.d.ts +107 -0
  267. package/es/utils/aspect.d.ts +2 -0
  268. package/es/utils/aspect.js +57 -0
  269. package/es/utils/index.d.ts +3 -0
  270. package/es/utils/message.d.ts +3 -0
  271. package/es/utils/message.js +5 -3
  272. package/es/xconsole.scss +526 -0
  273. package/lib/actions/base.d.ts +24 -0
  274. package/lib/actions/base.js +1 -1
  275. package/lib/actions/confirm.d.ts +7 -0
  276. package/lib/actions/danger-confirm.d.ts +7 -0
  277. package/lib/actions/danger-pop-confirm.d.ts +5 -0
  278. package/lib/actions/dialog-component.d.ts +10 -0
  279. package/lib/actions/dialog-component.js +4 -1
  280. package/lib/actions/dialog-form.d.ts +29 -0
  281. package/lib/actions/dialog-form.js +7 -9
  282. package/lib/actions/dialog-info.d.ts +9 -0
  283. package/lib/actions/dialog-table.d.ts +9 -0
  284. package/lib/actions/dialog.d.ts +40 -0
  285. package/lib/actions/dialog.js +7 -8
  286. package/lib/actions/drawer-form.d.ts +6 -0
  287. package/lib/actions/drawer-info.d.ts +6 -0
  288. package/lib/actions/drawer-table.d.ts +6 -0
  289. package/lib/actions/drawer.d.ts +6 -0
  290. package/lib/actions/error.d.ts +7 -0
  291. package/lib/actions/index.d.ts +114 -0
  292. package/lib/actions/index.js +73 -44
  293. package/lib/actions/index.scss +6 -1
  294. package/lib/actions/link.d.ts +8 -0
  295. package/lib/actions/link.js +2 -3
  296. package/lib/actions/notice.d.ts +7 -0
  297. package/lib/actions/pop-confirm.d.ts +9 -0
  298. package/lib/actions/quick.d.ts +2 -0
  299. package/lib/actions/quick.js +33 -0
  300. package/lib/actions/request.d.ts +9 -0
  301. package/lib/actions/request.js +2 -3
  302. package/lib/actions/utils.d.ts +1 -0
  303. package/lib/card/card-container.d.ts +18 -0
  304. package/lib/card/card-container.js +4 -6
  305. package/lib/card/divider.d.ts +6 -0
  306. package/lib/card/divider.js +4 -2
  307. package/lib/card/index.d.ts +109 -0
  308. package/lib/card/index.js +10 -20
  309. package/lib/card/index.scss +15 -0
  310. package/lib/card/selectable.d.ts +13 -0
  311. package/lib/card/selectable.js +4 -2
  312. package/lib/card/tab.d.ts +6 -0
  313. package/lib/card/tab.js +4 -2
  314. package/lib/card/utils.d.ts +9 -0
  315. package/lib/card/xconsole.scss +3 -0
  316. package/lib/field/index.d.ts +3 -0
  317. package/lib/form/Components/Editable/index.d.ts +20 -0
  318. package/lib/form/Components/Editable/index.js +2 -2
  319. package/lib/form/Components/FormGroup/index.d.ts +14 -0
  320. package/lib/form/Components/FormGroup/index.js +3 -4
  321. package/lib/form/Components/LightFilter/componentMap.d.ts +3 -0
  322. package/lib/form/Components/LightFilter/index.d.ts +17 -0
  323. package/lib/form/Components/LightFilter/index.js +2 -11
  324. package/lib/form/Components/ProField/index.d.ts +2 -0
  325. package/lib/form/Components/ProField/index.js +4 -2
  326. package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
  327. package/lib/form/Components/Text/index.d.ts +8 -0
  328. package/lib/form/Components/Text/index.js +4 -2
  329. package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
  330. package/lib/form/Filter/AdvancedFilter.js +14 -16
  331. package/lib/form/Filter/Layout.d.ts +5 -0
  332. package/lib/form/Filter/LightFilter.d.ts +7 -0
  333. package/lib/form/Filter/LightFilter.js +9 -13
  334. package/lib/form/Filter/SimpleFilter.d.ts +7 -0
  335. package/lib/form/Filter/SimpleFilter.js +5 -8
  336. package/lib/form/Filter/index.d.ts +9 -0
  337. package/lib/form/Filter/index.js +19 -25
  338. package/lib/form/Filter/index.scss +1 -0
  339. package/lib/form/Filter/index2.d.ts +13 -0
  340. package/lib/form/Filter/index2.js +17 -22
  341. package/lib/form/Filter/index2.scss +1 -0
  342. package/lib/form/Filter/useBindUrl.d.ts +2 -0
  343. package/lib/form/Filter/useBindUrl.js +0 -3
  344. package/lib/form/Filter/useSpecialProps.d.ts +6 -0
  345. package/lib/form/ProForm/addCascadeEffect.d.ts +2 -0
  346. package/lib/form/ProForm/customComponent.d.ts +3 -0
  347. package/lib/form/ProForm/index.d.ts +5 -0
  348. package/lib/form/ProForm/index.js +9 -7
  349. package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
  350. package/lib/form/ProForm/useAutoLayout.js +0 -4
  351. package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
  352. package/lib/form/ProForm/useAutoSubmit.js +2 -3
  353. package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
  354. package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
  355. package/lib/form/ProForm/useFormDisplayValues.js +0 -1
  356. package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
  357. package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
  358. package/lib/form/SchemaForm/adapterComponent.js +0 -1
  359. package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
  360. package/lib/form/SchemaForm/adapterType.d.ts +5 -0
  361. package/lib/form/SchemaForm/adapterType.js +0 -1
  362. package/lib/form/SchemaForm/index.d.ts +4 -0
  363. package/lib/form/SchemaForm/index.js +0 -13
  364. package/lib/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  365. package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  366. package/lib/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  367. package/lib/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  368. package/lib/form/SchemaForm/initializeDataSource.d.ts +15 -0
  369. package/lib/form/SchemaForm/initializeDataSource.js +2 -9
  370. package/lib/form/SchemaForm/initializeFormButton.d.ts +3 -0
  371. package/lib/form/SchemaForm/initializeFormButton.js +0 -2
  372. package/lib/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  373. package/lib/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  374. package/lib/form/SchemaForm/initializeFormStep.d.ts +5 -0
  375. package/lib/form/SchemaForm/initializeFormTab.d.ts +3 -0
  376. package/lib/form/SchemaForm/initializeReactions.d.ts +2 -0
  377. package/lib/form/SchemaForm/initializeReactions.js +0 -1
  378. package/lib/form/SchemaForm/initializeRequest.d.ts +11 -0
  379. package/lib/form/SchemaForm/initializeRules.d.ts +11 -0
  380. package/lib/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  381. package/lib/form/SchemaForm/reactions.d.ts +6 -0
  382. package/lib/form/SchemaForm/reactions.js +0 -5
  383. package/lib/form/docs/ActionResponse.d.ts +8 -0
  384. package/lib/form/fieldTypeMap.d.ts +7 -0
  385. package/lib/form/index.d.ts +125 -0
  386. package/lib/form/locales/validate.d.ts +159 -0
  387. package/lib/form/schemaNameMap.d.ts +5 -0
  388. package/lib/form/typing.d.ts +194 -0
  389. package/lib/form/typing.js +5 -1
  390. package/lib/form/utils/parseSchema.d.ts +3 -0
  391. package/lib/form/utils/parseSchema.js +45 -0
  392. package/lib/form/utils.d.ts +55 -0
  393. package/lib/form/utils.js +0 -11
  394. package/lib/form/warning.d.ts +3 -0
  395. package/lib/form/warning.js +0 -2
  396. package/lib/global.scss +3 -1
  397. package/lib/hooks/index.d.ts +2 -0
  398. package/lib/image/index.d.ts +22 -0
  399. package/lib/image/index.js +83 -0
  400. package/lib/image/index.scss +3 -0
  401. package/lib/index-without-icon.d.ts +32 -0
  402. package/lib/index.d.ts +34 -0
  403. package/lib/index.js +31 -2
  404. package/lib/info/components/InfoGroup/index.d.ts +5 -0
  405. package/lib/info/components/InfoGroup/index.js +4 -2
  406. package/lib/info/components/InfoValueItem/index.d.ts +5 -0
  407. package/lib/info/components/InfoValueItem/index.js +20 -32
  408. package/lib/info/components/ProInfoItem/index.d.ts +5 -0
  409. package/lib/info/components/ProInfoItem/index.js +0 -1
  410. package/lib/info/components/baseInfo/index.d.ts +8 -0
  411. package/lib/info/components/baseInfo/index.js +4 -5
  412. package/lib/info/components/headerInfo/index.d.ts +8 -0
  413. package/lib/info/components/tableInfo/index.d.ts +7 -0
  414. package/lib/info/components/tableInfo/index.js +4 -6
  415. package/lib/info/index.d.ts +6 -0
  416. package/lib/info/index.js +16 -20
  417. package/lib/info/typing.d.ts +220 -0
  418. package/lib/info/typing.js +5 -1
  419. package/lib/info/utils/index.d.ts +20 -0
  420. package/lib/info/utils/index.js +0 -3
  421. package/lib/info/utils/layout.d.ts +2 -0
  422. package/lib/info/utils/utils.d.ts +1 -0
  423. package/lib/layout/index.d.ts +2 -0
  424. package/lib/next-xconsole.scss +34 -0
  425. package/lib/nocode/configurators/Card.d.ts +3 -0
  426. package/lib/nocode/configurators/PageHeader.d.ts +3 -0
  427. package/lib/nocode/configurators/ProTable.d.ts +3 -0
  428. package/lib/nocode/configurators/ProTable.js +1 -22
  429. package/lib/nocode/configurators/common.d.ts +280 -0
  430. package/lib/nocode/configurators/index.d.ts +15 -0
  431. package/lib/nocode/configurators/index.js +1 -0
  432. package/lib/nocode/configurators/map.d.ts +2 -0
  433. package/lib/nocode/index.d.ts +8 -0
  434. package/lib/nocode/pages/editor.d.ts +12 -0
  435. package/lib/nocode/pages/index.d.ts +14 -0
  436. package/lib/nocode/pages/index.js +2 -27
  437. package/lib/nocode/pages/playground.d.ts +11 -0
  438. package/lib/nocode/pages/playground.js +5 -3
  439. package/lib/nocode/pages/renderer.d.ts +10 -0
  440. package/lib/nocode/pages/renderer.js +6 -4
  441. package/lib/nocode/playground.d.ts +14 -0
  442. package/lib/nocode/playground.js +4 -2
  443. package/lib/page-container/index.d.ts +3 -0
  444. package/lib/page-header/index.d.ts +74 -0
  445. package/lib/page-header/index.js +11 -22
  446. package/lib/page-header/index.scss +2 -1
  447. package/lib/page-header/xconsole.scss +5 -0
  448. package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
  449. package/lib/sidebar/components/sidebar-container/index.js +7 -10
  450. package/lib/sidebar/components/tree/index.d.ts +6 -0
  451. package/lib/sidebar/components/tree/index.js +24 -28
  452. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  453. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
  454. package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  455. package/lib/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  456. package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  457. package/lib/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
  458. package/lib/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  459. package/lib/sidebar/components/tree-node/index.d.ts +7 -0
  460. package/lib/sidebar/components/tree-node/index.js +16 -29
  461. package/lib/sidebar/index.d.ts +9 -0
  462. package/lib/sidebar/index.js +20 -18
  463. package/lib/sidebar/typing.d.ts +145 -0
  464. package/lib/sidebar/typing.js +5 -1
  465. package/lib/sidebar/utils/action-ref.d.ts +3 -0
  466. package/lib/sidebar/utils/index.d.ts +364 -0
  467. package/lib/sidebar/utils/index.js +18 -19
  468. package/lib/skeleton/index.d.ts +3 -0
  469. package/lib/table/components/CardView/index.d.ts +5 -0
  470. package/lib/table/components/CardView/index.js +397 -0
  471. package/lib/table/components/CardView/index.scss +46 -0
  472. package/lib/table/components/EmptyContent/index.d.ts +2 -0
  473. package/lib/table/components/Filter/index.d.ts +12 -0
  474. package/lib/table/components/Filter/index.js +109 -78
  475. package/lib/table/components/Layout/index.d.ts +5 -0
  476. package/lib/table/components/Layout/index.js +17 -17
  477. package/lib/table/components/Layout/index.scss +1 -0
  478. package/lib/table/components/LoadMore/index.d.ts +20 -0
  479. package/lib/table/components/LoadMore/index.js +99 -0
  480. package/lib/table/components/LoadMore/index.scss +19 -0
  481. package/lib/table/components/Pagination/index.d.ts +8 -0
  482. package/lib/table/components/Pagination/index.js +47 -30
  483. package/lib/table/components/QuickAction/index.d.ts +11 -0
  484. package/lib/table/components/QuickAction/index.js +2 -3
  485. package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
  486. package/lib/table/components/ToolBar/CardSwitch.js +60 -0
  487. package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
  488. package/lib/table/components/ToolBar/DensityIcon.js +2 -7
  489. package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  490. package/lib/table/components/ToolBar/FilterColumnIcon.js +40 -34
  491. package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  492. package/lib/table/components/ToolBar/FullScreenIcon.js +0 -1
  493. package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
  494. package/lib/table/components/ToolBar/Fullscreen.js +10 -3
  495. package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  496. package/lib/table/components/ToolBar/RefreshIcon.js +164 -29
  497. package/lib/table/components/ToolBar/index.d.ts +5 -0
  498. package/lib/table/components/ToolBar/index.js +64 -32
  499. package/lib/table/components/ToolBar/index.scss +27 -1
  500. package/lib/table/index.d.ts +6 -0
  501. package/lib/table/index.js +299 -128
  502. package/lib/table/index.scss +8 -0
  503. package/lib/table/typing.d.ts +426 -0
  504. package/lib/table/typing.js +5 -1
  505. package/lib/table/utils/columnRender.d.ts +13 -0
  506. package/lib/table/utils/columnRender.js +32 -36
  507. package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
  508. package/lib/table/utils/genProColumnToColumn.js +10 -3
  509. package/lib/table/utils/getTableProps.d.ts +2 -0
  510. package/lib/table/utils/getTableSortIcons.d.ts +3 -0
  511. package/lib/table/utils/index.d.ts +19 -0
  512. package/lib/table/utils/index.js +0 -6
  513. package/lib/table/utils/pureColumnRender.d.ts +9 -0
  514. package/lib/table/utils/pureColumnRender.js +1 -9
  515. package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  516. package/lib/table/utils/useTableSelection.d.ts +3 -0
  517. package/lib/table/utils/util.d.ts +5 -0
  518. package/lib/table/utils/util.js +25 -0
  519. package/lib/templates/Detail/index.d.ts +2 -0
  520. package/lib/templates/Form/index.d.ts +2 -0
  521. package/lib/templates/List/index.d.ts +9 -0
  522. package/lib/templates/List/index.js +6 -4
  523. package/lib/templates/index.d.ts +3 -0
  524. package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
  525. package/lib/timeline/ProTimeLineItem/index.js +5 -9
  526. package/lib/timeline/index.d.ts +10 -0
  527. package/lib/timeline/index.js +5 -5
  528. package/lib/timeline/typing.d.ts +107 -0
  529. package/lib/timeline/typing.js +5 -1
  530. package/lib/utils/aspect.d.ts +2 -0
  531. package/lib/utils/aspect.js +64 -0
  532. package/lib/utils/index.d.ts +3 -0
  533. package/lib/utils/message.d.ts +3 -0
  534. package/lib/utils/message.js +5 -3
  535. package/lib/xconsole.scss +526 -0
  536. package/package.json +9 -8
@@ -0,0 +1,6 @@
1
+ import { CommonRequestConfig } from '@teamix/utils';
2
+ interface IUseAutoSubmit {
3
+ (onSubmit?: ((values: any) => any) | CommonRequestConfig, context?: any): any;
4
+ }
5
+ declare const useAutoSubmit: IUseAutoSubmit;
6
+ export default useAutoSubmit;
@@ -1,11 +1,12 @@
1
1
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
2
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3
3
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
4
- import { useNavigate } from '@teamix/router';
4
+ // import { useHistory } from 'react-router-dom';
5
+ import { useRealHistory } from '@teamix/utils';
5
6
  import { doCommonRequest, isObj } from '@teamix/utils';
6
7
  var useAutoSubmit = function useAutoSubmit(onSubmit, context) {
7
8
  if (isObj(onSubmit)) {
8
- var navigate = useNavigate();
9
+ var history = useRealHistory();
9
10
  var submitConfig = onSubmit;
10
11
  return function (values) {
11
12
  return doCommonRequest(_objectSpread(_objectSpread({
@@ -14,7 +15,7 @@ var useAutoSubmit = function useAutoSubmit(onSubmit, context) {
14
15
  params: _objectSpread(_objectSpread({}, values), submitConfig.params || {})
15
16
  }), _objectSpread({
16
17
  fields: values
17
- }, context), navigate);
18
+ }, context), history);
18
19
  };
19
20
  }
20
21
  return onSubmit;
@@ -0,0 +1,5 @@
1
+ declare const _default: () => {
2
+ refresh: () => void;
3
+ field: any;
4
+ };
5
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import type { Form } from '@formily/core';
2
+ declare const useFormDisplayValues: () => any;
3
+ declare const getFormDisplayValues: (form: Form) => any;
4
+ export { useFormDisplayValues, getFormDisplayValues };
@@ -34,7 +34,6 @@ var getDisplayValues = function getDisplayValues(form, values) {
34
34
  var field = form.query(getAddress(prefix)).take();
35
35
  // 是否真实字段值(自定义组件、布局组件、自增数组组件为非真实字段)
36
36
  var isFieldValue = Object.keys(fieldTypeMap).includes(field === null || field === void 0 ? void 0 : field.component[0]);
37
-
38
37
  // 判断值的类型,递归获取每个值在该结构中的完整路径
39
38
  if (!isUsable(values)) {
40
39
  displayValues = {};
@@ -0,0 +1,6 @@
1
+ import { CommonRequestConfig } from '@teamix/utils';
2
+ interface IUseInitialRequest {
3
+ (initialRequest: CommonRequestConfig, context?: any): Promise<any>;
4
+ }
5
+ declare const useInitialRequest: IUseInitialRequest;
6
+ export default useInitialRequest;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Formily组件在ProForm的别名
3
+ */
4
+ declare const _default: (component: any) => any;
5
+ export default _default;
@@ -3,7 +3,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
3
3
  /**
4
4
  * Formily组件在ProForm的别名
5
5
  */
6
-
7
6
  var componentMap = (_componentMap = {
8
7
  FormFlex: 'Space'
9
8
  }, _defineProperty(_componentMap, 'Editable.Dialog', 'EditableDialog'), _defineProperty(_componentMap, 'Editable.Drawer', 'EditableDrawer'), _defineProperty(_componentMap, 'Editable.Popover', 'EditablePopover'), _defineProperty(_componentMap, 'FormDrawer.Footer', 'FormDrawerFooter'), _defineProperty(_componentMap, 'FormDialog.Footer', 'FormDialogFooter'), _componentMap);
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 优先使用配置,即非 undefined
3
+ * 未配置则按默认规则为基础组件和某些聚合组件添加FormItem
4
+ */
5
+ declare const _default: (decorator?: string | null, component?: any) => string | null | undefined;
6
+ export default _default;
@@ -8,7 +8,6 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
8
8
  * 优先使用配置,即非 undefined
9
9
  * 未配置则按默认规则为基础组件和某些聚合组件添加FormItem
10
10
  */
11
-
12
11
  import fieldTypeMap from '../fieldTypeMap';
13
12
  export default (function (decorator, component) {
14
13
  if (decorator !== undefined) {
@@ -0,0 +1,5 @@
1
+ /**
2
+ * 组件的默认type类型,未指定类型为void
3
+ */
4
+ declare const _default: (type: string | undefined, component?: any) => any;
5
+ export default _default;
@@ -3,7 +3,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
3
3
  /**
4
4
  * 组件的默认type类型,未指定类型为void
5
5
  */
6
-
7
6
  var typeMap = (_typeMap = {
8
7
  Input: 'string',
9
8
  Password: 'string',
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type { ProFormProps } from '../typing';
3
+ declare const _default: React.MemoExoticComponent<({ schema, scope, components }: ProFormProps) => JSX.Element>;
4
+ export default _default;
@@ -47,7 +47,6 @@ export default /*#__PURE__*/memo(function (_ref) {
47
47
  var SchemaField = useMemo(function () {
48
48
  return createSchemaField();
49
49
  }, []);
50
-
51
50
  // 格式化 schema
52
51
  var formatSchema = useCallback(function (schema) {
53
52
  var parentSuffix = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
@@ -126,24 +125,19 @@ export default /*#__PURE__*/memo(function (_ref) {
126
125
  otherProps = _objectWithoutProperties(_newItem2, _excluded);
127
126
  // 默认字段名
128
127
  var defaultName = !name ? getFieldName(component === null || component === void 0 ? void 0 : component.replace(/\./g, ''), suffix) : name;
129
-
130
128
  // 默认类型
131
129
  var defaultType = adapterType(type, originalComponent);
132
-
133
130
  // 默认装饰组件
134
131
  var defaultDecorator = adapterDecorator(decorator, originalComponent);
135
-
136
132
  // 默认装饰组件属性
137
133
  var tooltipProps = tooltip ? {
138
134
  tooltip: tooltip
139
135
  } : {};
140
136
  var defaultDecoratorProps = _objectSpread(_objectSpread({}, tooltipProps), decoratorProps);
141
-
142
137
  // 初始化request
143
138
  var _initializeRequest = initializeRequest(request, "".concat(suffix, "r")),
144
139
  requestReactions = _initializeRequest.reactions,
145
140
  requestScope = _initializeRequest.scope;
146
-
147
141
  // 初始化dataSource
148
142
  var _initializeDataSource = initializeDataSource(dataSource, "".concat(suffix, "d")),
149
143
  defaultDataSource = _initializeDataSource.dataSource,
@@ -151,15 +145,12 @@ export default /*#__PURE__*/memo(function (_ref) {
151
145
  dataSourceScope = _initializeDataSource.scope,
152
146
  dataSourceData = _initializeDataSource.data,
153
147
  dataSourceProps = _initializeDataSource.props;
154
-
155
148
  // 初始化rules validator
156
149
  var _initializeRules = initializeRules(rules, "".concat(suffix, "v")),
157
150
  defaultRules = _initializeRules.rules,
158
151
  rulesScope = _initializeRules.scope;
159
-
160
152
  // 合并reactions,初始化reactions
161
153
  var defaultReactions = initializeReactions(reactions, [].concat(_toConsumableArray(requestReactions), _toConsumableArray(dataSourceReactions)));
162
-
163
154
  // 合并scope
164
155
  Object.entries(_objectSpread(_objectSpread(_objectSpread({}, requestScope), dataSourceScope), rulesScope)).map(function (_ref2) {
165
156
  var _ref3 = _slicedToArray(_ref2, 2),
@@ -167,7 +158,6 @@ export default /*#__PURE__*/memo(function (_ref) {
167
158
  v = _ref3[1];
168
159
  schemaScopeRef.current[k] = v;
169
160
  });
170
-
171
161
  // 合并字段属性
172
162
  var defaultProps = _objectSpread(_objectSpread(_objectSpread({}, props), dataSourceProps), {}, {
173
163
  className: cls(props === null || props === void 0 ? void 0 : props.className, dataSourceProps === null || dataSourceProps === void 0 ? void 0 : dataSourceProps.className)
@@ -185,16 +175,13 @@ export default /*#__PURE__*/memo(function (_ref) {
185
175
  __placeholder: true
186
176
  })
187
177
  }));
188
-
189
178
  // 递归子组件
190
179
  var recursiveProperties = (children === null || children === void 0 ? void 0 : children.length) ? {
191
180
  properties: formatSchema(children, suffix)
192
181
  } : {};
193
-
194
182
  // 递归items(类似子组件,会先由各initialize方法格式化为固定形式,type不同不统一处理)
195
183
  // 例如:[{ name: 'items', type: 'object', children: items }]
196
184
  var recursiveItems = items ? formatSchema([items], suffix) : {};
197
-
198
185
  // 配置组件属性
199
186
  if (isUsable(item)) {
200
187
  schemaProperties[defaultName] = _objectSpread(_objectSpread(_objectSpread({}, formatParam), recursiveProperties), recursiveItems);
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -0,0 +1,15 @@
1
+ interface IInitializeDataSource {
2
+ (requestConfig: any, suffix: string): {
3
+ dataSource?: any[];
4
+ reactions: any[];
5
+ scope: {
6
+ [x: string]: any;
7
+ };
8
+ data?: any;
9
+ props?: {
10
+ [x: string]: any;
11
+ };
12
+ };
13
+ }
14
+ declare const initializeDataSource: IInitializeDataSource;
15
+ export default initializeDataSource;
@@ -1,4 +1,3 @@
1
- import { getTestRequestParams, getTestRequestData } from '@teamix/utils';
2
1
  import { initializeRequestExpression } from '../utils';
3
2
  var initializeDataSource = function initializeDataSource(dataSource, suffix) {
4
3
  var _dataSource$extraConf;
@@ -10,12 +9,6 @@ var initializeDataSource = function initializeDataSource(dataSource, suffix) {
10
9
  scope: scope,
11
10
  data: {
12
11
  readOnlyOnLoading: (dataSource === null || dataSource === void 0 ? void 0 : (_dataSource$extraConf = dataSource.extraConfig) === null || _dataSource$extraConf === void 0 ? void 0 : _dataSource$extraConf.readOnly) !== false
13
- },
14
- props: {
15
- className: 'teamix-test-request',
16
- 'data-teamix-test-request': "url=".concat(dataSource === null || dataSource === void 0 ? void 0 : dataSource.url, "&formatResult=").concat(!!(dataSource === null || dataSource === void 0 ? void 0 : dataSource.formatResult)),
17
- 'data-teamix-test-params': getTestRequestParams(dataSource === null || dataSource === void 0 ? void 0 : dataSource.params),
18
- 'data-teamix-test-data': getTestRequestData('dataSource')
19
12
  }
20
13
  } : {
21
14
  reactions: [],
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -30,7 +30,6 @@ var initialize = function initialize(item) {
30
30
  container = props.container,
31
31
  onAffix = props.onAffix,
32
32
  otherProps = _objectWithoutProperties(props, _excluded);
33
-
34
33
  // 单个按钮
35
34
  if (component && ['Submit', 'Reset'].includes(component)) {
36
35
  return initializeButton(item);
@@ -45,7 +44,6 @@ var initialize = function initialize(item) {
45
44
  className: cls('teamix-button-group-item', decoratorProps === null || decoratorProps === void 0 ? void 0 : decoratorProps.className)
46
45
  }, decoratorProps)
47
46
  });
48
-
49
47
  // 吸底模式
50
48
  if (['auto', 'always'].includes(sticky)) {
51
49
  var stickyProps = {};
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -0,0 +1,3 @@
1
+ import type { ProFormSchemaItem } from '../typing';
2
+ declare const initialize: (item: ProFormSchemaItem) => ProFormSchemaItem;
3
+ export default initialize;
@@ -0,0 +1,5 @@
1
+ import type { ProFormSchemaItem } from '../typing';
2
+ declare const initialize: (item: ProFormSchemaItem & {
3
+ col?: number;
4
+ }) => ProFormSchemaItem;
5
+ export default initialize;
@@ -0,0 +1,3 @@
1
+ import type { ProFormSchemaItem } from '../typing';
2
+ declare const initialize: (item: ProFormSchemaItem) => ProFormSchemaItem;
3
+ export default initialize;
@@ -0,0 +1,2 @@
1
+ declare const initializeReactions: (reactions: any, innerReactions: any) => any;
2
+ export default initializeReactions;
@@ -43,7 +43,6 @@ var initializeReactions = function initializeReactions(reactions, innerReactions
43
43
  if (reactions) {
44
44
  temp = mergeArrayValue(innerReactions, reactions);
45
45
  }
46
-
47
46
  // schema名称映射,由ProFormSchema映射为formilySchema
48
47
  temp = temp.map(function (item) {
49
48
  var _item$fulfill, _item$otherwise;
@@ -0,0 +1,11 @@
1
+ import type { ProFormRequestConfig } from '../typing';
2
+ interface IInitializeRequest {
3
+ (requestConfig?: ProFormRequestConfig | ProFormRequestConfig[], suffix?: string): {
4
+ reactions: any[];
5
+ scope: {
6
+ [x: string]: any;
7
+ };
8
+ };
9
+ }
10
+ declare const initializeRequest: IInitializeRequest;
11
+ export default initializeRequest;
@@ -0,0 +1,11 @@
1
+ interface IInitializeRules {
2
+ (rules: any, suffix: string): {
3
+ rules?: any;
4
+ reactions?: any[];
5
+ scope: {
6
+ [x: string]: any;
7
+ };
8
+ };
9
+ }
10
+ declare const initializeRules: IInitializeRules;
11
+ export default initializeRules;
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from '../typing';
2
+ declare const initialize: ProFormInitializeItem;
3
+ export default initialize;
@@ -12,7 +12,6 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
12
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
13
  import { usePrefixCls, cls, isStr, isPlainObj, isArr } from '@teamix/utils';
14
14
  import pureGenProColumnToColumn from '../../table/utils/pureGenProColumnToColumn';
15
-
16
15
  /**
17
16
  * 将可被 ProForm 识别的上下文转换为仅被 ProTable 识别的上下文
18
17
  * @param value
@@ -0,0 +1,6 @@
1
+ import type { ProFormRequestConfig } from '../typing';
2
+ declare const $request: (field: any, context: any, { extraConfig, onComplete, ...rest }: ProFormRequestConfig, type: 'request' | 'validator' | 'dataSource') => Promise<unknown>;
3
+ declare const $common: (services: any, context: any, requestConfig: ProFormRequestConfig) => (field: any) => any;
4
+ declare const $validator: (services: any, context: any, requestConfig: ProFormRequestConfig) => (value: any, rules: any, { field }: any) => any;
5
+ declare const $dataSource: (services: any, context: any, requestConfig: ProFormRequestConfig) => (field: any) => any;
6
+ export { $request, $common, $dataSource, $validator };
@@ -20,10 +20,8 @@ var $request = function $request(field, context, _ref, type) {
20
20
  // 通过字段 data 的 refresh 主动触发的请求刷新
21
21
  var refresh = (_field$data = field.data) === null || _field$data === void 0 ? void 0 : _field$data.refresh;
22
22
  var refreshResult = isPlainObj(refresh) ? refresh : {};
23
-
24
23
  // 合并请求参数
25
24
  var mergedParams = _objectSpread(_objectSpread(_objectSpread({}, params), beforeRequestResult), refreshResult);
26
-
27
25
  // 执行通用数据请求
28
26
  return doCommonRequest(_objectSpread(_objectSpread({}, requestConfig), {}, {
29
27
  params: mergedParams,
@@ -41,7 +39,6 @@ var $request = function $request(field, context, _ref, type) {
41
39
  params: mergedParams
42
40
  }));
43
41
  };
44
-
45
42
  // 通用请求配置上下文
46
43
  var $common = function $common(services, context, requestConfig) {
47
44
  return function (field) {
@@ -51,7 +48,6 @@ var $common = function $common(services, context, requestConfig) {
51
48
  });
52
49
  };
53
50
  };
54
-
55
51
  // 配置校验
56
52
  var $validator = function $validator(services, context, requestConfig) {
57
53
  return function (value, rules, _ref2) {
@@ -65,7 +61,6 @@ var $validator = function $validator(services, context, requestConfig) {
65
61
  });
66
62
  };
67
63
  };
68
-
69
64
  // 配置DataSource
70
65
  var $dataSource = function $dataSource(services, context, requestConfig) {
71
66
  return function (field) {
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import './ActionResponse.less';
3
+ declare type ActionResponseProps = {
4
+ response?: React.ReactNode;
5
+ children?: React.ReactNode;
6
+ };
7
+ export declare const ActionResponse: React.FC<ActionResponseProps>;
8
+ export {};
@@ -0,0 +1,7 @@
1
+ declare const fieldTypeMap: {
2
+ [x: string]: string;
3
+ };
4
+ declare const datePicker2TypeArray: string[];
5
+ declare const timePicker2TypeArray: string[];
6
+ export { datePicker2TypeArray, timePicker2TypeArray };
7
+ export default fieldTypeMap;
@@ -0,0 +1,125 @@
1
+ /**
2
+ * 导出ProForm的TS
3
+ */
4
+ export * from './typing';
5
+ /**
6
+ * 使用别名导出formily相关内容
7
+ */
8
+ export * as formilyCore from '@formily/core';
9
+ export * as formilyReactive from '@formily/reactive';
10
+ export * as formilyTeamix from '@teamix/formily';
11
+ import * as originalFormilyReact from '@formily/react';
12
+ declare const formilyReact: {
13
+ useFieldRequest: () => {
14
+ refresh: () => void;
15
+ field: any;
16
+ };
17
+ useFormDisplayValues: () => any;
18
+ Schema: typeof originalFormilyReact.Schema;
19
+ FormProvider: originalFormilyReact.ReactFC<originalFormilyReact.IProviderProps>;
20
+ FormConsumer: originalFormilyReact.ReactFC<originalFormilyReact.IFormSpyProps>;
21
+ ArrayField: {
22
+ <D extends originalFormilyReact.JSXComponent, C extends originalFormilyReact.JSXComponent>(props: originalFormilyReact.IFieldProps<D, C, import("@formily/core").ArrayField<any, any>>): JSX.Element;
23
+ displayName: string;
24
+ };
25
+ ObjectField: {
26
+ <D_1 extends originalFormilyReact.JSXComponent, C_1 extends originalFormilyReact.JSXComponent>(props: originalFormilyReact.IFieldProps<D_1, C_1, import("@formily/core").ObjectField<any, any>>): JSX.Element;
27
+ displayName: string;
28
+ };
29
+ VoidField: {
30
+ <D_2 extends originalFormilyReact.JSXComponent, C_2 extends originalFormilyReact.JSXComponent>(props: originalFormilyReact.IVoidFieldProps<D_2, C_2, import("@formily/core").VoidField<any, any, any>>): JSX.Element;
31
+ displayName: string;
32
+ };
33
+ RecursionField: originalFormilyReact.ReactFC<originalFormilyReact.IRecursionFieldProps>;
34
+ ExpressionScope: originalFormilyReact.ReactFC<originalFormilyReact.IExpressionScopeProps>;
35
+ RecordsScope: originalFormilyReact.ReactFC<originalFormilyReact.IRecordsScopeProps>;
36
+ RecordScope: originalFormilyReact.ReactFC<originalFormilyReact.IRecordScopeProps>;
37
+ createSchemaField<Components extends originalFormilyReact.SchemaReactComponents>(options?: originalFormilyReact.ISchemaFieldReactFactoryOptions<Components> | undefined): {
38
+ <Decorator extends originalFormilyReact.JSXComponent, Component extends originalFormilyReact.JSXComponent>(props: originalFormilyReact.ISchemaFieldProps<Decorator, Component, import("@formily/core").ObjectField<Decorator, Component>>): JSX.Element;
39
+ displayName: string;
40
+ Markup: {
41
+ <Decorator_1 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_1 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaMarkupFieldProps<Components, Component_1, Decorator_1>): JSX.Element;
42
+ displayName: string;
43
+ };
44
+ String: {
45
+ <Decorator_2 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_2 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_2, Decorator_2>): JSX.Element;
46
+ displayName: string;
47
+ };
48
+ Object: {
49
+ <Decorator_3 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_3 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_3, Decorator_3>): JSX.Element;
50
+ displayName: string;
51
+ };
52
+ Array: {
53
+ <Decorator_4 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_4 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_4, Decorator_4>): JSX.Element;
54
+ displayName: string;
55
+ };
56
+ Boolean: {
57
+ <Decorator_5 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_5 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_5, Decorator_5>): JSX.Element;
58
+ displayName: string;
59
+ };
60
+ Date: {
61
+ <Decorator_6 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_6 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_6, Decorator_6>): JSX.Element;
62
+ displayName: string;
63
+ };
64
+ DateTime: {
65
+ <Decorator_7 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_7 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_7, Decorator_7>): JSX.Element;
66
+ displayName: string;
67
+ };
68
+ Void: {
69
+ <Decorator_8 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_8 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_8, Decorator_8>): JSX.Element;
70
+ displayName: string;
71
+ };
72
+ Number: {
73
+ <Decorator_9 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>, Component_9 extends originalFormilyReact.ReactComponentPath<Components, Exclude<keyof Components, "displayName" | "propTypes" | "contextTypes" | "defaultProps">>>(props: originalFormilyReact.ISchemaTypeFieldProps<Components, Component_9, Decorator_9>): JSX.Element;
74
+ displayName: string;
75
+ };
76
+ };
77
+ Field: {
78
+ <D_3 extends originalFormilyReact.JSXComponent, C_3 extends originalFormilyReact.JSXComponent>(props: originalFormilyReact.IFieldProps<D_3, C_3, import("@formily/core").Field<any, any, any, any>>): JSX.Element;
79
+ displayName: string;
80
+ };
81
+ FormContext: import("react").Context<import("@formily/core").Form<any>>;
82
+ FieldContext: import("react").Context<import("@formily/core").GeneralField>;
83
+ SchemaMarkupContext: import("react").Context<originalFormilyReact.Schema<any, any, any, any, any, any, any, any, any>>;
84
+ SchemaContext: import("react").Context<originalFormilyReact.Schema<any, any, any, any, any, any, any, any, any>>;
85
+ SchemaExpressionScopeContext: import("react").Context<any>;
86
+ SchemaComponentsContext: import("react").Context<originalFormilyReact.SchemaReactComponents>;
87
+ SchemaOptionsContext: import("react").Context<originalFormilyReact.ISchemaFieldReactFactoryOptions<any>>;
88
+ ContextCleaner: ({ children }: {
89
+ children: any;
90
+ }) => any;
91
+ mapProps<T extends originalFormilyReact.JSXComponent>(...args: originalFormilyReact.IStateMapper<import("react").ComponentProps<T>>[]): (target: T) => import("react").MemoExoticComponent<originalFormilyReact.ReactFC<any>>;
92
+ mapReadPretty<T_1 extends originalFormilyReact.JSXComponent, C_4 extends originalFormilyReact.JSXComponent>(component: C_4, readPrettyProps?: import("react").ComponentProps<C_4> | undefined): (target: T_1) => import("react").MemoExoticComponent<originalFormilyReact.ReactFC<{
93
+ ref?: import("react").RefAttributes<any> | undefined;
94
+ }>>;
95
+ connect<T_2 extends originalFormilyReact.JSXComponent>(target: T_2, ...args: originalFormilyReact.IComponentMapper<T_2>[]): import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<Partial<import("react").ComponentProps<T_2>>> & import("react").RefAttributes<unknown>>;
96
+ observer: typeof originalFormilyReact.observer;
97
+ Observer: import("react").MemoExoticComponent<originalFormilyReact.ReactFC<import("@formily/reactive-react").IObserverProps>>;
98
+ useForm: <T_3 extends object = any>() => import("@formily/core").Form<T_3>;
99
+ useField: <T_4 = import("@formily/core").GeneralField>() => T_4;
100
+ useParentForm: () => import("@formily/core").Form<any> | import("@formily/core").ObjectField<any, any>;
101
+ useFieldSchema: () => originalFormilyReact.Schema<any, any, any, any, any, any, any, any, any>;
102
+ useFormEffects: (effects?: ((form: import("@formily/core").Form<any>) => void) | undefined) => void;
103
+ useExpressionScope: () => any;
104
+ };
105
+ import { customComponent } from './ProForm/customComponent';
106
+ export { formilyReact, customComponent };
107
+ /**
108
+ * 导出常用formily内容
109
+ */
110
+ import { createForm, registerValidateRules as registerRules, registerValidateFormats as registerFormats, registerValidateLocale, setValidateLanguage } from '@formily/core';
111
+ import { FormConsumer, useForm } from '@formily/react';
112
+ import { FormDialog, FormDrawer, FormStep, FormTab, FormCollapse } from '@teamix/formily';
113
+ export { createForm, FormConsumer, FormDialog, FormDrawer, FormStep, FormTab, FormCollapse, registerRules, registerFormats, registerValidateLocale, setValidateLanguage, useForm, };
114
+ /**
115
+ * 导出 Filter 组件
116
+ */
117
+ import { QueryFilter } from './Filter';
118
+ import { QueryFilterLayout } from './Filter/Layout';
119
+ import { AdvancedFilter, SimpleFilter } from './Filter/index2';
120
+ export { QueryFilter, QueryFilterLayout, AdvancedFilter, SimpleFilter };
121
+ /**
122
+ * 导出 ProForm 组件,支持快速搭建表单
123
+ */
124
+ import ProForm from './ProForm';
125
+ export default ProForm;
package/es/form/index.js CHANGED
@@ -5,7 +5,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
5
5
  * 导出ProForm的TS
6
6
  */
7
7
  export * from './typing';
8
-
9
8
  /**
10
9
  * 使用别名导出formily相关内容
11
10
  */
@@ -24,7 +23,6 @@ var formilyReact = _objectSpread(_objectSpread({}, originalFormilyReact), {}, {
24
23
  });
25
24
  import { customComponent } from './ProForm/customComponent';
26
25
  export { formilyReact, customComponent };
27
-
28
26
  /**
29
27
  * 导出常用formily内容
30
28
  */
@@ -32,7 +30,6 @@ import { createForm, registerValidateRules as registerRules, registerValidateFor
32
30
  import { FormConsumer, useForm } from '@formily/react';
33
31
  import { FormDialog, FormDrawer, FormStep, FormTab, FormCollapse } from '@teamix/formily';
34
32
  export { createForm, FormConsumer, FormDialog, FormDrawer, FormStep, FormTab, FormCollapse, registerRules, registerFormats, registerValidateLocale, setValidateLanguage, useForm };
35
-
36
33
  /**
37
34
  * 导出 Filter 组件
38
35
  */
@@ -40,7 +37,6 @@ import { QueryFilter } from './Filter';
40
37
  import { QueryFilterLayout } from './Filter/Layout';
41
38
  import { AdvancedFilter, SimpleFilter } from './Filter/index2';
42
39
  export { QueryFilter, QueryFilterLayout, AdvancedFilter, SimpleFilter };
43
-
44
40
  /**
45
41
  * 导出 ProForm 组件,支持快速搭建表单
46
42
  */