@teamix/pro 1.5.1-aplha.0 → 1.5.1

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 (445) hide show
  1. package/dist/pro.css +1 -1
  2. package/dist/pro.js +65730 -78948
  3. package/dist/pro.min.css +1 -1
  4. package/dist/pro.min.js +1 -1
  5. package/es/actions/base.d.ts +24 -0
  6. package/es/actions/confirm.d.ts +7 -0
  7. package/es/actions/danger-confirm.d.ts +7 -0
  8. package/es/actions/danger-pop-confirm.d.ts +5 -0
  9. package/es/actions/dialog-component.d.ts +10 -0
  10. package/es/actions/dialog-component.js +7 -1
  11. package/es/actions/dialog-form.d.ts +29 -0
  12. package/es/actions/dialog-form.js +3 -5
  13. package/es/actions/dialog-info.d.ts +9 -0
  14. package/es/actions/dialog-table.d.ts +9 -0
  15. package/es/actions/dialog.d.ts +40 -0
  16. package/es/actions/dialog.js +1 -1
  17. package/es/actions/drawer-form.d.ts +6 -0
  18. package/es/actions/drawer-info.d.ts +6 -0
  19. package/es/actions/drawer-table.d.ts +6 -0
  20. package/es/actions/drawer.d.ts +6 -0
  21. package/es/actions/error.d.ts +7 -0
  22. package/es/actions/index.d.ts +111 -0
  23. package/es/actions/index.js +23 -32
  24. package/es/actions/index.scss +5 -0
  25. package/es/actions/link.d.ts +8 -0
  26. package/es/actions/notice.d.ts +7 -0
  27. package/es/actions/pop-confirm.d.ts +9 -0
  28. package/es/actions/request.d.ts +9 -0
  29. package/es/actions/request.js +2 -2
  30. package/es/actions/utils.d.ts +1 -0
  31. package/es/card/card-container.d.ts +18 -0
  32. package/es/card/card-container.js +9 -9
  33. package/es/card/divider.d.ts +6 -0
  34. package/es/card/divider.js +6 -2
  35. package/es/card/index.d.ts +109 -0
  36. package/es/card/index.js +8 -14
  37. package/es/card/index.scss +7 -0
  38. package/es/card/selectable.d.ts +13 -0
  39. package/es/card/selectable.js +6 -2
  40. package/es/card/tab.d.ts +6 -0
  41. package/es/card/tab.js +6 -2
  42. package/es/card/utils.d.ts +9 -0
  43. package/es/field/index.d.ts +3 -0
  44. package/es/form/Components/Editable/index.d.ts +20 -0
  45. package/es/form/Components/Editable/index.js +1 -1
  46. package/es/form/Components/FormGroup/index.d.ts +13 -0
  47. package/es/form/Components/FormGroup/index.js +3 -5
  48. package/es/form/Components/LightFilter/componentMap.d.ts +3 -0
  49. package/es/form/Components/LightFilter/index.d.ts +17 -0
  50. package/es/form/Components/LightFilter/index.js +2 -8
  51. package/es/form/Components/ProField/index.d.ts +2 -0
  52. package/es/form/Components/ProField/index.js +6 -2
  53. package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
  54. package/es/form/Components/Text/index.d.ts +7 -0
  55. package/es/form/Components/Text/index.js +6 -2
  56. package/es/form/Filter/AdvancedFilter.d.ts +7 -0
  57. package/es/form/Filter/AdvancedFilter.js +15 -18
  58. package/es/form/Filter/Layout.d.ts +5 -0
  59. package/es/form/Filter/LightFilter.d.ts +7 -0
  60. package/es/form/Filter/LightFilter.js +10 -13
  61. package/es/form/Filter/SimpleFilter.d.ts +7 -0
  62. package/es/form/Filter/SimpleFilter.js +6 -10
  63. package/es/form/Filter/index.d.ts +9 -0
  64. package/es/form/Filter/index.js +10 -7
  65. package/es/form/Filter/index2.d.ts +13 -0
  66. package/es/form/Filter/index2.js +17 -21
  67. package/es/form/Filter/useBindUrl.d.ts +2 -0
  68. package/es/form/Filter/useSpecialProps.d.ts +6 -0
  69. package/es/form/ProForm/addCascadeEffect.d.ts +2 -0
  70. package/es/form/ProForm/customComponent.d.ts +3 -0
  71. package/es/form/ProForm/index.d.ts +5 -0
  72. package/es/form/ProForm/index.js +2 -4
  73. package/es/form/ProForm/useAutoLayout.d.ts +9 -0
  74. package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
  75. package/es/form/ProForm/useFieldRequest.d.ts +5 -0
  76. package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
  77. package/es/form/ProForm/useFormDisplayValues.js +1 -1
  78. package/es/form/ProForm/useInitialRequest.d.ts +6 -0
  79. package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
  80. package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
  81. package/es/form/SchemaForm/adapterType.d.ts +5 -0
  82. package/es/form/SchemaForm/index.d.ts +4 -0
  83. package/es/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  84. package/es/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  85. package/es/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  86. package/es/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  87. package/es/form/SchemaForm/initializeDataSource.d.ts +15 -0
  88. package/es/form/SchemaForm/initializeFormButton.d.ts +3 -0
  89. package/es/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  90. package/es/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  91. package/es/form/SchemaForm/initializeFormStep.d.ts +5 -0
  92. package/es/form/SchemaForm/initializeFormTab.d.ts +3 -0
  93. package/es/form/SchemaForm/initializeReactions.d.ts +2 -0
  94. package/es/form/SchemaForm/initializeRequest.d.ts +11 -0
  95. package/es/form/SchemaForm/initializeRules.d.ts +11 -0
  96. package/es/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  97. package/es/form/SchemaForm/reactions.d.ts +6 -0
  98. package/es/form/SchemaForm/reactions.js +1 -2
  99. package/es/form/docs/ActionResponse.d.ts +7 -0
  100. package/es/form/fieldTypeMap.d.ts +7 -0
  101. package/es/form/index.d.ts +125 -0
  102. package/es/form/locales/validate.d.ts +159 -0
  103. package/es/form/schemaNameMap.d.ts +5 -0
  104. package/es/form/typing.d.ts +192 -0
  105. package/es/form/utils.d.ts +55 -0
  106. package/es/form/utils.js +1 -8
  107. package/es/form/warning.d.ts +3 -0
  108. package/es/hooks/index.d.ts +2 -0
  109. package/es/index-without-icon.d.ts +32 -0
  110. package/es/index.d.ts +32 -0
  111. package/es/index.js +1 -1
  112. package/es/info/components/InfoGroup/index.d.ts +5 -0
  113. package/es/info/components/InfoGroup/index.js +6 -2
  114. package/es/info/components/InfoValueItem/index.d.ts +5 -0
  115. package/es/info/components/InfoValueItem/index.js +21 -23
  116. package/es/info/components/ProInfoItem/index.d.ts +5 -0
  117. package/es/info/components/baseInfo/index.d.ts +8 -0
  118. package/es/info/components/headerInfo/index.d.ts +8 -0
  119. package/es/info/components/tableInfo/index.d.ts +7 -0
  120. package/es/info/components/tableInfo/index.js +4 -5
  121. package/es/info/index.d.ts +10 -0
  122. package/es/info/index.js +5 -8
  123. package/es/info/typing.d.ts +218 -0
  124. package/es/info/utils/index.d.ts +20 -0
  125. package/es/info/utils/layout.d.ts +2 -0
  126. package/es/info/utils/utils.d.ts +1 -0
  127. package/es/layout/index.d.ts +2 -0
  128. package/es/nocode/configurators/Card.d.ts +3 -0
  129. package/es/nocode/configurators/PageHeader.d.ts +3 -0
  130. package/es/nocode/configurators/ProTable.d.ts +3 -0
  131. package/es/nocode/configurators/common.d.ts +280 -0
  132. package/es/nocode/configurators/index.d.ts +15 -0
  133. package/es/nocode/configurators/map.d.ts +2 -0
  134. package/es/nocode/index.d.ts +8 -0
  135. package/es/nocode/index.js +2 -2
  136. package/es/nocode/pages/editor.d.ts +12 -0
  137. package/es/nocode/pages/index.d.ts +14 -0
  138. package/es/nocode/pages/index.js +3 -4
  139. package/es/nocode/pages/playground.d.ts +11 -0
  140. package/es/nocode/pages/playground.js +7 -3
  141. package/es/nocode/pages/renderer.d.ts +10 -0
  142. package/es/nocode/pages/renderer.js +8 -4
  143. package/es/nocode/playground.d.ts +14 -0
  144. package/es/nocode/playground.js +6 -2
  145. package/es/page-container/index.d.ts +3 -0
  146. package/es/page-header/index.d.ts +74 -0
  147. package/es/page-header/index.js +7 -12
  148. package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
  149. package/es/sidebar/components/sidebar-container/index.js +9 -5
  150. package/es/sidebar/components/tree/index.d.ts +6 -0
  151. package/es/sidebar/components/tree/index.js +6 -2
  152. package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  153. package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +6 -2
  154. package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  155. package/es/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  156. package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  157. package/es/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  158. package/es/sidebar/components/tree-node/index.d.ts +7 -0
  159. package/es/sidebar/components/tree-node/index.js +18 -21
  160. package/es/sidebar/index.d.ts +9 -0
  161. package/es/sidebar/index.js +8 -4
  162. package/es/sidebar/typing.d.ts +141 -0
  163. package/es/sidebar/utils/action-ref.d.ts +3 -0
  164. package/es/sidebar/utils/index.d.ts +361 -0
  165. package/es/sidebar/utils/index.js +11 -11
  166. package/es/skeleton/index.d.ts +3 -0
  167. package/es/table/components/CardView/index.d.ts +5 -0
  168. package/es/table/components/CardView/index.js +446 -0
  169. package/es/table/components/CardView/index.scss +46 -0
  170. package/es/table/components/EmptyContent/index.d.ts +2 -0
  171. package/es/table/components/Filter/index.d.ts +10 -0
  172. package/es/table/components/Filter/index.js +21 -14
  173. package/es/table/components/Layout/index.d.ts +5 -0
  174. package/es/table/components/Layout/index.js +8 -10
  175. package/es/table/components/LoadMore/index.d.ts +20 -0
  176. package/es/table/components/LoadMore/index.js +107 -0
  177. package/es/table/components/LoadMore/index.scss +19 -0
  178. package/es/table/components/Pagination/index.d.ts +7 -0
  179. package/es/table/components/Pagination/index.js +14 -10
  180. package/es/table/components/QuickAction/index.d.ts +11 -0
  181. package/es/table/components/QuickAction/index.js +2 -4
  182. package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
  183. package/es/table/components/ToolBar/CardSwitch.js +63 -0
  184. package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
  185. package/es/table/components/ToolBar/DensityIcon.js +3 -2
  186. package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  187. package/es/table/components/ToolBar/FilterColumnIcon.js +13 -2
  188. package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  189. package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
  190. package/es/table/components/ToolBar/Fullscreen.js +15 -2
  191. package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  192. package/es/table/components/ToolBar/RefreshIcon.js +1 -2
  193. package/es/table/components/ToolBar/index.d.ts +5 -0
  194. package/es/table/components/ToolBar/index.js +69 -34
  195. package/es/table/components/ToolBar/index.scss +10 -1
  196. package/es/table/index.d.ts +5 -0
  197. package/es/table/index.js +150 -59
  198. package/es/table/typing.d.ts +371 -0
  199. package/es/table/utils/columnRender.d.ts +13 -0
  200. package/es/table/utils/columnRender.js +28 -28
  201. package/es/table/utils/genProColumnToColumn.d.ts +13 -0
  202. package/es/table/utils/genProColumnToColumn.js +4 -2
  203. package/es/table/utils/getTableProps.d.ts +2 -0
  204. package/es/table/utils/getTableSortIcons.d.ts +3 -0
  205. package/es/table/utils/index.d.ts +19 -0
  206. package/es/table/utils/index.js +2 -2
  207. package/es/table/utils/pureColumnRender.d.ts +9 -0
  208. package/es/table/utils/pureColumnRender.js +2 -4
  209. package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  210. package/es/table/utils/pureGenProColumnToColumn.js +1 -1
  211. package/es/table/utils/useTableSelection.d.ts +3 -0
  212. package/es/templates/Detail/index.d.ts +2 -0
  213. package/es/templates/Form/index.d.ts +2 -0
  214. package/es/templates/List/index.d.ts +9 -0
  215. package/es/templates/List/index.js +8 -4
  216. package/es/templates/index.d.ts +3 -0
  217. package/es/templates/index.js +1 -2
  218. package/es/timeline/ProTimeLineItem/index.d.ts +5 -0
  219. package/es/timeline/ProTimeLineItem/index.js +6 -2
  220. package/es/timeline/index.d.ts +10 -0
  221. package/es/timeline/index.js +7 -3
  222. package/es/timeline/typing.d.ts +106 -0
  223. package/es/utils/index.d.ts +3 -0
  224. package/es/utils/message.d.ts +3 -0
  225. package/es/utils/message.js +7 -3
  226. package/lib/actions/base.d.ts +24 -0
  227. package/lib/actions/confirm.d.ts +7 -0
  228. package/lib/actions/danger-confirm.d.ts +7 -0
  229. package/lib/actions/danger-pop-confirm.d.ts +5 -0
  230. package/lib/actions/dialog-component.d.ts +10 -0
  231. package/lib/actions/dialog-component.js +7 -1
  232. package/lib/actions/dialog-form.d.ts +29 -0
  233. package/lib/actions/dialog-form.js +3 -5
  234. package/lib/actions/dialog-info.d.ts +9 -0
  235. package/lib/actions/dialog-table.d.ts +9 -0
  236. package/lib/actions/dialog.d.ts +40 -0
  237. package/lib/actions/dialog.js +1 -1
  238. package/lib/actions/drawer-form.d.ts +6 -0
  239. package/lib/actions/drawer-info.d.ts +6 -0
  240. package/lib/actions/drawer-table.d.ts +6 -0
  241. package/lib/actions/drawer.d.ts +6 -0
  242. package/lib/actions/error.d.ts +7 -0
  243. package/lib/actions/index.d.ts +111 -0
  244. package/lib/actions/index.js +23 -32
  245. package/lib/actions/index.scss +5 -0
  246. package/lib/actions/link.d.ts +8 -0
  247. package/lib/actions/notice.d.ts +7 -0
  248. package/lib/actions/pop-confirm.d.ts +9 -0
  249. package/lib/actions/request.d.ts +9 -0
  250. package/lib/actions/utils.d.ts +1 -0
  251. package/lib/card/card-container.d.ts +18 -0
  252. package/lib/card/card-container.js +7 -5
  253. package/lib/card/divider.d.ts +6 -0
  254. package/lib/card/divider.js +6 -2
  255. package/lib/card/index.d.ts +109 -0
  256. package/lib/card/index.js +7 -14
  257. package/lib/card/index.scss +7 -0
  258. package/lib/card/selectable.d.ts +13 -0
  259. package/lib/card/selectable.js +6 -2
  260. package/lib/card/tab.d.ts +6 -0
  261. package/lib/card/tab.js +6 -2
  262. package/lib/card/utils.d.ts +9 -0
  263. package/lib/field/index.d.ts +3 -0
  264. package/lib/form/Components/Editable/index.d.ts +20 -0
  265. package/lib/form/Components/Editable/index.js +1 -1
  266. package/lib/form/Components/FormGroup/index.d.ts +13 -0
  267. package/lib/form/Components/FormGroup/index.js +3 -5
  268. package/lib/form/Components/LightFilter/componentMap.d.ts +3 -0
  269. package/lib/form/Components/LightFilter/index.d.ts +17 -0
  270. package/lib/form/Components/LightFilter/index.js +2 -8
  271. package/lib/form/Components/ProField/index.d.ts +2 -0
  272. package/lib/form/Components/ProField/index.js +6 -2
  273. package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
  274. package/lib/form/Components/Text/index.d.ts +7 -0
  275. package/lib/form/Components/Text/index.js +6 -2
  276. package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
  277. package/lib/form/Filter/AdvancedFilter.js +14 -17
  278. package/lib/form/Filter/Layout.d.ts +5 -0
  279. package/lib/form/Filter/LightFilter.d.ts +7 -0
  280. package/lib/form/Filter/LightFilter.js +9 -12
  281. package/lib/form/Filter/SimpleFilter.d.ts +7 -0
  282. package/lib/form/Filter/SimpleFilter.js +5 -8
  283. package/lib/form/Filter/index.d.ts +9 -0
  284. package/lib/form/Filter/index.js +9 -6
  285. package/lib/form/Filter/index2.d.ts +13 -0
  286. package/lib/form/Filter/index2.js +17 -21
  287. package/lib/form/Filter/useBindUrl.d.ts +2 -0
  288. package/lib/form/Filter/useSpecialProps.d.ts +6 -0
  289. package/lib/form/ProForm/addCascadeEffect.d.ts +2 -0
  290. package/lib/form/ProForm/customComponent.d.ts +3 -0
  291. package/lib/form/ProForm/index.d.ts +5 -0
  292. package/lib/form/ProForm/index.js +2 -4
  293. package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
  294. package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
  295. package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
  296. package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
  297. package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
  298. package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
  299. package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
  300. package/lib/form/SchemaForm/adapterType.d.ts +5 -0
  301. package/lib/form/SchemaForm/index.d.ts +4 -0
  302. package/lib/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  303. package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  304. package/lib/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  305. package/lib/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  306. package/lib/form/SchemaForm/initializeDataSource.d.ts +15 -0
  307. package/lib/form/SchemaForm/initializeFormButton.d.ts +3 -0
  308. package/lib/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  309. package/lib/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  310. package/lib/form/SchemaForm/initializeFormStep.d.ts +5 -0
  311. package/lib/form/SchemaForm/initializeFormTab.d.ts +3 -0
  312. package/lib/form/SchemaForm/initializeReactions.d.ts +2 -0
  313. package/lib/form/SchemaForm/initializeRequest.d.ts +11 -0
  314. package/lib/form/SchemaForm/initializeRules.d.ts +11 -0
  315. package/lib/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  316. package/lib/form/SchemaForm/reactions.d.ts +6 -0
  317. package/lib/form/docs/ActionResponse.d.ts +7 -0
  318. package/lib/form/fieldTypeMap.d.ts +7 -0
  319. package/lib/form/index.d.ts +125 -0
  320. package/lib/form/locales/validate.d.ts +159 -0
  321. package/lib/form/schemaNameMap.d.ts +5 -0
  322. package/lib/form/typing.d.ts +192 -0
  323. package/lib/form/typing.js +5 -1
  324. package/lib/form/utils.d.ts +55 -0
  325. package/lib/form/utils.js +0 -7
  326. package/lib/form/warning.d.ts +3 -0
  327. package/lib/hooks/index.d.ts +2 -0
  328. package/lib/index-without-icon.d.ts +32 -0
  329. package/lib/index.d.ts +32 -0
  330. package/lib/index.js +1 -1
  331. package/lib/info/components/InfoGroup/index.d.ts +5 -0
  332. package/lib/info/components/InfoGroup/index.js +6 -2
  333. package/lib/info/components/InfoValueItem/index.d.ts +5 -0
  334. package/lib/info/components/InfoValueItem/index.js +21 -23
  335. package/lib/info/components/ProInfoItem/index.d.ts +5 -0
  336. package/lib/info/components/baseInfo/index.d.ts +8 -0
  337. package/lib/info/components/headerInfo/index.d.ts +8 -0
  338. package/lib/info/components/tableInfo/index.d.ts +7 -0
  339. package/lib/info/components/tableInfo/index.js +4 -5
  340. package/lib/info/index.d.ts +10 -0
  341. package/lib/info/index.js +5 -8
  342. package/lib/info/typing.d.ts +218 -0
  343. package/lib/info/typing.js +5 -1
  344. package/lib/info/utils/index.d.ts +20 -0
  345. package/lib/info/utils/layout.d.ts +2 -0
  346. package/lib/info/utils/utils.d.ts +1 -0
  347. package/lib/layout/index.d.ts +2 -0
  348. package/lib/nocode/configurators/Card.d.ts +3 -0
  349. package/lib/nocode/configurators/PageHeader.d.ts +3 -0
  350. package/lib/nocode/configurators/ProTable.d.ts +3 -0
  351. package/lib/nocode/configurators/common.d.ts +280 -0
  352. package/lib/nocode/configurators/index.d.ts +15 -0
  353. package/lib/nocode/configurators/map.d.ts +2 -0
  354. package/lib/nocode/index.d.ts +8 -0
  355. package/lib/nocode/pages/editor.d.ts +12 -0
  356. package/lib/nocode/pages/index.d.ts +14 -0
  357. package/lib/nocode/pages/index.js +2 -2
  358. package/lib/nocode/pages/playground.d.ts +11 -0
  359. package/lib/nocode/pages/playground.js +7 -3
  360. package/lib/nocode/pages/renderer.d.ts +10 -0
  361. package/lib/nocode/pages/renderer.js +8 -4
  362. package/lib/nocode/playground.d.ts +14 -0
  363. package/lib/nocode/playground.js +6 -2
  364. package/lib/page-container/index.d.ts +3 -0
  365. package/lib/page-header/index.d.ts +74 -0
  366. package/lib/page-header/index.js +6 -12
  367. package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
  368. package/lib/sidebar/components/sidebar-container/index.js +9 -5
  369. package/lib/sidebar/components/tree/index.d.ts +6 -0
  370. package/lib/sidebar/components/tree/index.js +6 -2
  371. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  372. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +6 -2
  373. package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  374. package/lib/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  375. package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  376. package/lib/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  377. package/lib/sidebar/components/tree-node/index.d.ts +7 -0
  378. package/lib/sidebar/components/tree-node/index.js +18 -21
  379. package/lib/sidebar/index.d.ts +9 -0
  380. package/lib/sidebar/index.js +17 -4
  381. package/lib/sidebar/typing.d.ts +141 -0
  382. package/lib/sidebar/typing.js +5 -1
  383. package/lib/sidebar/utils/action-ref.d.ts +3 -0
  384. package/lib/sidebar/utils/index.d.ts +361 -0
  385. package/lib/sidebar/utils/index.js +11 -11
  386. package/lib/skeleton/index.d.ts +3 -0
  387. package/lib/table/components/CardView/index.d.ts +5 -0
  388. package/lib/table/components/CardView/index.js +468 -0
  389. package/lib/table/components/CardView/index.scss +46 -0
  390. package/lib/table/components/EmptyContent/index.d.ts +2 -0
  391. package/lib/table/components/Filter/index.d.ts +10 -0
  392. package/lib/table/components/Filter/index.js +21 -14
  393. package/lib/table/components/Layout/index.d.ts +5 -0
  394. package/lib/table/components/Layout/index.js +9 -11
  395. package/lib/table/components/LoadMore/index.d.ts +20 -0
  396. package/lib/table/components/LoadMore/index.js +128 -0
  397. package/lib/table/components/LoadMore/index.scss +19 -0
  398. package/lib/table/components/Pagination/index.d.ts +7 -0
  399. package/lib/table/components/Pagination/index.js +14 -10
  400. package/lib/table/components/QuickAction/index.d.ts +11 -0
  401. package/lib/table/components/QuickAction/index.js +2 -4
  402. package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
  403. package/lib/table/components/ToolBar/CardSwitch.js +82 -0
  404. package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
  405. package/lib/table/components/ToolBar/DensityIcon.js +3 -2
  406. package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  407. package/lib/table/components/ToolBar/FilterColumnIcon.js +13 -2
  408. package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  409. package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
  410. package/lib/table/components/ToolBar/Fullscreen.js +15 -2
  411. package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  412. package/lib/table/components/ToolBar/RefreshIcon.js +1 -2
  413. package/lib/table/components/ToolBar/index.d.ts +5 -0
  414. package/lib/table/components/ToolBar/index.js +70 -33
  415. package/lib/table/components/ToolBar/index.scss +10 -1
  416. package/lib/table/index.d.ts +5 -0
  417. package/lib/table/index.js +153 -60
  418. package/lib/table/typing.d.ts +371 -0
  419. package/lib/table/typing.js +5 -1
  420. package/lib/table/utils/columnRender.d.ts +13 -0
  421. package/lib/table/utils/columnRender.js +28 -28
  422. package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
  423. package/lib/table/utils/genProColumnToColumn.js +3 -1
  424. package/lib/table/utils/getTableProps.d.ts +2 -0
  425. package/lib/table/utils/getTableSortIcons.d.ts +3 -0
  426. package/lib/table/utils/index.d.ts +19 -0
  427. package/lib/table/utils/pureColumnRender.d.ts +9 -0
  428. package/lib/table/utils/pureColumnRender.js +1 -3
  429. package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  430. package/lib/table/utils/useTableSelection.d.ts +3 -0
  431. package/lib/templates/Detail/index.d.ts +2 -0
  432. package/lib/templates/Form/index.d.ts +2 -0
  433. package/lib/templates/List/index.d.ts +9 -0
  434. package/lib/templates/List/index.js +8 -4
  435. package/lib/templates/index.d.ts +3 -0
  436. package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
  437. package/lib/timeline/ProTimeLineItem/index.js +6 -2
  438. package/lib/timeline/index.d.ts +10 -0
  439. package/lib/timeline/index.js +7 -3
  440. package/lib/timeline/typing.d.ts +106 -0
  441. package/lib/timeline/typing.js +5 -1
  442. package/lib/utils/index.d.ts +3 -0
  443. package/lib/utils/message.d.ts +3 -0
  444. package/lib/utils/message.js +7 -3
  445. package/package.json +1 -1
@@ -0,0 +1,218 @@
1
+ import { ProFieldRenderProps, ProFieldDataSourceItem, ProFieldProps, ProFieldType } from '../field';
2
+ import { ActionGroupProps, ProActionButtonProps } from '../actions';
3
+ import { Method } from 'axios';
4
+ import React from 'react';
5
+ import { CommonRequestConfig } from '@teamix/utils';
6
+ import { ProCardProps } from '../card';
7
+ import { ProFormProps } from '../form';
8
+ /** 列record函数 */
9
+ declare type ProInfoCellFunProp = (value: any, record: any) => any;
10
+ declare type FieldRenderProps = keyof ProFieldRenderProps;
11
+ declare type ProInfoCellRender = {
12
+ [key in FieldRenderProps]?: ProFieldRenderProps[key] | ProInfoCellFunProp;
13
+ } | ((...other: any) => React.ReactNode);
14
+ export declare type PropInfoRequestProps = {
15
+ /** 请求地址 */
16
+ url?: string;
17
+ /** 请求方法 */
18
+ method?: Method;
19
+ /** 请求参数 */
20
+ params?: object;
21
+ /** 对返回值的 data 进行映射处理 */
22
+ formatResult?: {
23
+ [key: string]: any;
24
+ } | ((res: any) => {
25
+ [key: string]: any;
26
+ });
27
+ /** 请求成功后经过 formatResult 转换后的回调 */
28
+ onFormatResult?: (data: any[]) => void;
29
+ /** 内部请求每次成功后的回调 */
30
+ onSuccess?: (res: any) => void;
31
+ /** 内部请求失败时的回调 */
32
+ onError?: (error: Error) => void;
33
+ };
34
+ export interface ProInfoRequestProps extends Partial<CommonRequestConfig> {
35
+ }
36
+ /** ProInfoBaseProps info 基础定义 */
37
+ export declare type ProInfoBaseProps = {
38
+ /** ProColums 定义,取代 Table 的 columns */
39
+ columns: ProInfoColumnsProps[];
40
+ /** ProInfo action 的引用,便于手动触发一些方法 */
41
+ actionRef?: React.MutableRefObject<ProInfoActionType | undefined>;
42
+ /** 标题区 推荐将header中的内容平铺到ProCard中。即将不支持此写法 */
43
+ header?: ProInfoHeaderProps;
44
+ /** info 数据源 */
45
+ dataSource?: {
46
+ [key: string]: any;
47
+ };
48
+ /** 布局值 */
49
+ layout?: ProBaseInfoLayoutProps;
50
+ /** 加载动画 */
51
+ loading?: boolean;
52
+ /** 上下文传递 */
53
+ context?: object;
54
+ } & ProInfoHeaderProps & ProInfoRequestProps;
55
+ /** ProInfoColumnsProps info 单元格 定义 */
56
+ export declare type ProInfoItemProps = ProInfoColumnsProps;
57
+ export interface ProInfoColumnsProps {
58
+ /** 标题 */
59
+ title: string;
60
+ /** 列表项展示的Tooltip */
61
+ tooltip?: string;
62
+ /**
63
+ * title 之后展示一个 icon 设置,可传 TeamixIcon 对应的 type,也可以是自定义 Icon
64
+ */
65
+ tooltipIcon?: React.ReactNode;
66
+ /** 对应 ProField 里面的 type */
67
+ valueType?: ProFieldType;
68
+ /** 渲染单元格内容字段 */
69
+ render?: ProInfoCellRender;
70
+ /** 枚举值 */
71
+ dataSource?: ProFieldDataSourceItem[] | ProInfoCellFunProp;
72
+ /** 表头的筛选菜单项,当值为 true 时,自动使用 dataSource 生成 */
73
+ filters?: boolean;
74
+ /** 操作组配置 */
75
+ actionSchema?: ActionGroupProps;
76
+ /** 指定列对应的字段,支持`a.b`形式的快速取值 和 数组取值 */
77
+ dataIndex?: string | string[];
78
+ /** 合并行 */
79
+ colSpan?: number;
80
+ /** 是否可被编辑 */
81
+ isEdit?: boolean | ProInfoCellFunProp;
82
+ /** 点击确定的回调函数 */
83
+ editOnOk?: (form: any, e: React.MouseEvent) => void | Promise<any>;
84
+ /** 点击取消的回调函数 */
85
+ editOnCancel?: (form: any, e: React.MouseEvent) => void | Promise<any>;
86
+ /** 请求地址 */
87
+ editUrl?: string;
88
+ /** 请求方法 */
89
+ editMethod?: Method;
90
+ /** 如需自定义调用参数格式,则可以设定此值在请求前对 params 进行自定义,如果返回false则可以阻止请求 */
91
+ editFormatParams?: (params: any, record: any) => typeof params;
92
+ /** edit ProForm 配置 */
93
+ editProFormProps?: ProFormProps | ProInfoCellFunProp;
94
+ /** 编辑请求成功提示文案 */
95
+ successMessage?: string;
96
+ /** 列 actions 配置 */
97
+ actions?: ProActionButtonProps[];
98
+ /** 追加在列后 */
99
+ extra?: React.ReactNode;
100
+ /** 其他 ProField 配置 */
101
+ props?: any;
102
+ /** 对齐方式 **/
103
+ alignItems?: 'center' | 'flex-start' | 'flex-end' | string;
104
+ /** 是否隐藏 **/
105
+ hidden?: boolean | ProInfoCellFunProp | string;
106
+ }
107
+ export declare type ProInfoActionType = {
108
+ /** 刷新Info */
109
+ refresh?: (params?: any) => void;
110
+ };
111
+ /** FormItem 定义 */
112
+ export declare type IProProInfoItem = {
113
+ /** label */
114
+ label: React.ReactNode;
115
+ /** 值 */
116
+ value: React.ReactNode;
117
+ /** 基础详情布局值 */
118
+ baseInfoLayout?: ProBaseInfoLayoutProps;
119
+ /** 头部详情布局值 */
120
+ headerInfoLayout?: ProHeaderInfoLayoutProps;
121
+ /** loading 状态 */
122
+ loading?: boolean;
123
+ } & Pick<ProInfoColumnsProps, 'tooltip' | 'tooltipIcon' | 'render' | 'valueType' | 'alignItems'>;
124
+ /** header info 定义 */
125
+ export declare type IProHeaderInfo = {
126
+ /** 布局值 */
127
+ layout?: ProHeaderInfoLayoutProps;
128
+ } & Omit<ProInfoBaseProps, 'layout'>;
129
+ /** table info 定义 */
130
+ export declare type IProTableInfo = {
131
+ /** 布局值 */
132
+ layout?: TableInfoLayoutProps;
133
+ } & Omit<ProInfoBaseProps, 'layout'>;
134
+ declare type ProInfoBasePropsOmitLayout = Omit<ProInfoBaseProps, 'layout'>;
135
+ /** ProInfo */
136
+ export declare type ProInfoProps = {
137
+ /** 布局值 */
138
+ layout?: TableInfoLayoutProps | ProHeaderInfoLayoutProps | ProBaseInfoLayoutProps;
139
+ /** 类型 */
140
+ type?: 'base' | 'header' | 'table';
141
+ } & ProInfoBasePropsOmitLayout & ProInfoTransparentBase;
142
+ export declare type IProHeaderInfoItem = {};
143
+ export declare type BaseInfoLayoutProps = ProBaseInfoLayoutProps;
144
+ export declare type ProBaseInfoLayoutProps = {
145
+ span?: number;
146
+ labelCol?: {
147
+ span: number;
148
+ };
149
+ wrapperCol?: {
150
+ span: number;
151
+ };
152
+ };
153
+ export declare type headerInfoLayout = ProHeaderInfoLayoutProps;
154
+ export declare type ProHeaderInfoLayoutProps = {
155
+ /** label 间隔 */
156
+ labelGutter?: number | string;
157
+ /** 列数 宽度 */
158
+ colNum?: number;
159
+ };
160
+ /** infoGroup */
161
+ export declare type ProInfoGroupProps = {
162
+ children?: React.ReactNode[] | React.ReactNode | ProInfoBaseProps[];
163
+ /** 是否有有分割线 */
164
+ divider?: boolean;
165
+ /** 是否是紧凑模式 */
166
+ compacted?: ProCardProps['compacted'];
167
+ /** 背景颜色 */
168
+ backgroundColor?: ProCardProps['backgroundColor'];
169
+ /** 上下文 */
170
+ context?: object;
171
+ } & ProInfoRequestProps & React.HTMLAttributes<HTMLElement>;
172
+ export declare type TableInfoLayoutProps = {} & ProHeaderInfoLayoutProps;
173
+ export declare type InfoValueItemProps = {
174
+ infoItem: ProInfoColumnsProps;
175
+ record: any;
176
+ actionRef?: React.MutableRefObject<ProInfoActionType | undefined>;
177
+ render?: ProInfoCellRender;
178
+ dataSource?: ProFieldDataSourceItem[] | ProInfoCellFunProp;
179
+ context?: object;
180
+ props?: any;
181
+ } & Omit<ProFieldProps, 'render' | 'dataSource'>;
182
+ export declare type ProInfoHeaderProps = Omit<ProCardProps, 'loading'>;
183
+ /** ProInfoGroupContextProps */
184
+ export declare type ProInfoGroupContextProps = {
185
+ /** 因为其他数据都为异步。visible 只用作标识 */
186
+ visible?: boolean;
187
+ layout?: ProInfoBaseProps['layout'];
188
+ size?: {
189
+ width?: number;
190
+ height?: number;
191
+ };
192
+ context?: object;
193
+ } & ProInfoRequestProps;
194
+ /** 基本透传类型 */
195
+ export declare type ProInfoTransparentBase = {
196
+ /**
197
+ * 键盘按下
198
+ */
199
+ onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
200
+ /**
201
+ * 焦点获得
202
+ */
203
+ onFocus?: (e: React.FocusEvent<HTMLInputElement>) => void;
204
+ /**
205
+ * 焦点失去
206
+ */
207
+ onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
208
+ /** class name */
209
+ className?: string;
210
+ /** style */
211
+ style?: React.CSSProperties;
212
+ };
213
+ export declare type ProInfoTransRequestResult = {
214
+ loading: boolean;
215
+ result: any;
216
+ refresh?: () => void;
217
+ };
218
+ export {};
@@ -1 +1,5 @@
1
- "use strict";
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { ProInfoActionType, ProInfoGroupContextProps, ProInfoColumnsProps } from '../typing';
3
+ export declare function useActionType<T>(ref: React.MutableRefObject<ProInfoActionType | undefined>, action: ProInfoActionType): void;
4
+ /** ProInfoGroupContext */
5
+ export declare const ProInfoGroupContext: React.Context<ProInfoGroupContextProps>;
6
+ /**
7
+ * 获取 dataIndex 值
8
+ * @param dataIndex
9
+ * @param dataSource
10
+ * @returns
11
+ */
12
+ export declare function getDataIndexValue(dataIndex: ProInfoColumnsProps['dataIndex'], dataSource: object): any;
13
+ /**
14
+ * 判断是否隐藏
15
+ * @param hidden
16
+ * @param value
17
+ * @param record
18
+ * @param context
19
+ */
20
+ export declare function isHidden(hidden: ProInfoColumnsProps['hidden'], value: any, record: any, context: any): any;
@@ -0,0 +1,2 @@
1
+ declare const defaultLayoutMap: any;
2
+ export default defaultLayoutMap;
@@ -0,0 +1 @@
1
+ export declare function getLayout(width: number): "xs" | "xl" | "l" | "s" | "m";
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { Configurator } from '.';
2
+ declare const configurator: Configurator;
3
+ export default configurator;
@@ -0,0 +1,3 @@
1
+ import { Configurator } from '.';
2
+ declare const configurator: Configurator;
3
+ export default configurator;
@@ -0,0 +1,3 @@
1
+ import { Configurator } from '.';
2
+ declare const configurator: Configurator;
3
+ export default configurator;
@@ -0,0 +1,280 @@
1
+ export declare function array(title: string, name: string, fields: any[], main?: string, arrayTitle?: string): {
2
+ title: string;
3
+ children: {
4
+ name: string;
5
+ title: string | undefined;
6
+ component: string;
7
+ items: {
8
+ type: string;
9
+ decorator: string;
10
+ children: ({
11
+ component: string;
12
+ children: {
13
+ component: string;
14
+ }[];
15
+ name?: undefined;
16
+ type?: undefined;
17
+ title?: undefined;
18
+ reactions?: undefined;
19
+ } | {
20
+ name: string;
21
+ component: string;
22
+ type: string;
23
+ title: string;
24
+ reactions: {
25
+ dependencies: string[];
26
+ fulfill: {
27
+ schema: {
28
+ title: string;
29
+ };
30
+ };
31
+ };
32
+ children: {
33
+ name: string;
34
+ component: string;
35
+ props: {
36
+ layout: string;
37
+ labelAlign: string;
38
+ colon: boolean;
39
+ labelCol: number;
40
+ wrapperCol: number;
41
+ };
42
+ children: any[];
43
+ }[];
44
+ } | {
45
+ component: string;
46
+ children?: undefined;
47
+ name?: undefined;
48
+ type?: undefined;
49
+ title?: undefined;
50
+ reactions?: undefined;
51
+ })[];
52
+ };
53
+ children: {
54
+ component: string;
55
+ props: {
56
+ title: string;
57
+ };
58
+ }[];
59
+ }[];
60
+ };
61
+ export declare function actions(props?: {
62
+ title?: string;
63
+ name?: string;
64
+ arrayTitle?: string;
65
+ }): {
66
+ title: string;
67
+ children: {
68
+ name: string;
69
+ title: string | undefined;
70
+ component: string;
71
+ items: {
72
+ type: string;
73
+ decorator: string;
74
+ children: ({
75
+ component: string;
76
+ children: {
77
+ component: string;
78
+ }[];
79
+ name?: undefined;
80
+ type?: undefined;
81
+ title?: undefined;
82
+ reactions?: undefined;
83
+ } | {
84
+ name: string;
85
+ component: string;
86
+ type: string;
87
+ title: string;
88
+ reactions: {
89
+ dependencies: string[];
90
+ fulfill: {
91
+ schema: {
92
+ title: string;
93
+ };
94
+ };
95
+ };
96
+ children: {
97
+ name: string;
98
+ component: string;
99
+ props: {
100
+ layout: string;
101
+ labelAlign: string;
102
+ colon: boolean;
103
+ labelCol: number;
104
+ wrapperCol: number;
105
+ };
106
+ children: any[];
107
+ }[];
108
+ } | {
109
+ component: string;
110
+ children?: undefined;
111
+ name?: undefined;
112
+ type?: undefined;
113
+ title?: undefined;
114
+ reactions?: undefined;
115
+ })[];
116
+ };
117
+ children: {
118
+ component: string;
119
+ props: {
120
+ title: string;
121
+ };
122
+ }[];
123
+ }[];
124
+ };
125
+ export declare function actionGroup(title: string, name: string): {
126
+ title: string;
127
+ name: string;
128
+ type: string;
129
+ children: {
130
+ component: string;
131
+ children: ({
132
+ title: string;
133
+ children: {
134
+ name: string;
135
+ title: string | undefined;
136
+ component: string;
137
+ items: {
138
+ type: string;
139
+ decorator: string;
140
+ children: ({
141
+ component: string;
142
+ children: {
143
+ component: string;
144
+ }[];
145
+ name?: undefined;
146
+ type?: undefined;
147
+ title?: undefined;
148
+ reactions?: undefined;
149
+ } | {
150
+ name: string;
151
+ component: string;
152
+ type: string;
153
+ title: string;
154
+ reactions: {
155
+ dependencies: string[];
156
+ fulfill: {
157
+ schema: {
158
+ title: string;
159
+ };
160
+ };
161
+ };
162
+ children: {
163
+ name: string;
164
+ component: string;
165
+ props: {
166
+ layout: string;
167
+ labelAlign: string;
168
+ colon: boolean;
169
+ labelCol: number;
170
+ wrapperCol: number;
171
+ };
172
+ children: any[];
173
+ }[];
174
+ } | {
175
+ component: string;
176
+ children?: undefined;
177
+ name?: undefined;
178
+ type?: undefined;
179
+ title?: undefined;
180
+ reactions?: undefined;
181
+ })[];
182
+ };
183
+ children: {
184
+ component: string;
185
+ props: {
186
+ title: string;
187
+ };
188
+ }[];
189
+ }[];
190
+ } | {
191
+ title: string;
192
+ children: ({
193
+ name: string;
194
+ title: string;
195
+ component: string;
196
+ dataSource: {
197
+ label: string;
198
+ value: string;
199
+ }[];
200
+ default: string;
201
+ } | {
202
+ name: string;
203
+ title: string;
204
+ component: string;
205
+ default: number;
206
+ dataSource?: undefined;
207
+ } | {
208
+ name: string;
209
+ title: string;
210
+ component: string;
211
+ default: string;
212
+ dataSource?: undefined;
213
+ })[];
214
+ })[];
215
+ }[];
216
+ };
217
+ export declare function filter(name: string): {
218
+ name: string;
219
+ type: string;
220
+ children: {
221
+ title: string;
222
+ children: {
223
+ name: string;
224
+ title: string | undefined;
225
+ component: string;
226
+ items: {
227
+ type: string;
228
+ decorator: string;
229
+ children: ({
230
+ component: string;
231
+ children: {
232
+ component: string;
233
+ }[];
234
+ name?: undefined;
235
+ type?: undefined;
236
+ title?: undefined;
237
+ reactions?: undefined;
238
+ } | {
239
+ name: string;
240
+ component: string;
241
+ type: string;
242
+ title: string;
243
+ reactions: {
244
+ dependencies: string[];
245
+ fulfill: {
246
+ schema: {
247
+ title: string;
248
+ };
249
+ };
250
+ };
251
+ children: {
252
+ name: string;
253
+ component: string;
254
+ props: {
255
+ layout: string;
256
+ labelAlign: string;
257
+ colon: boolean;
258
+ labelCol: number;
259
+ wrapperCol: number;
260
+ };
261
+ children: any[];
262
+ }[];
263
+ } | {
264
+ component: string;
265
+ children?: undefined;
266
+ name?: undefined;
267
+ type?: undefined;
268
+ title?: undefined;
269
+ reactions?: undefined;
270
+ })[];
271
+ };
272
+ children: {
273
+ component: string;
274
+ props: {
275
+ title: string;
276
+ };
277
+ }[];
278
+ }[];
279
+ }[];
280
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ export declare type ConfiguratorSchema = any[];
3
+ export interface Configurator<T = any> {
4
+ schema: ConfiguratorSchema;
5
+ initialValues?: T;
6
+ defaultValues?: T;
7
+ }
8
+ export declare type ConfiguratorMap = {
9
+ [key: string]: Configurator;
10
+ };
11
+ export interface ConfiguratorProps<T = any> {
12
+ initialValues?: T;
13
+ onValuesChange?: (values: T) => void;
14
+ }
15
+ export declare const initConfigurator: <T>(schema: ConfiguratorSchema, defaultInitialValues?: T, defaultValues?: T) => React.FC<ConfiguratorProps<T>>;
@@ -0,0 +1,2 @@
1
+ import { ConfiguratorMap } from '.';
2
+ export declare const ComponentConfiguratorMap: ConfiguratorMap;
@@ -0,0 +1,8 @@
1
+ import './index.scss';
2
+ import PageContainer from '../page-container';
3
+ export { PageContainer };
4
+ export type { PageProps } from '../page-container';
5
+ export * from './configurators';
6
+ export * from './configurators/map';
7
+ export * from './pages';
8
+ export * from './playground';
@@ -0,0 +1,12 @@
1
+ import { Field } from '@alicloudfe/components';
2
+ import { ConfiguratorMap } from '../configurators';
3
+ import { PageMap, PageType, PageDefaultInitialValues } from '.';
4
+ export interface PageEditorProps {
5
+ type: PageType;
6
+ initialValues?: any;
7
+ field?: Field;
8
+ configuratorMap?: ConfiguratorMap;
9
+ pageMap?: PageMap;
10
+ pageDefaultInitialValues?: PageDefaultInitialValues;
11
+ }
12
+ export declare const PageEditor: (props: PageEditorProps) => JSX.Element;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { PageProps } from '../../page-container';
3
+ export * from './editor';
4
+ export * from './playground';
5
+ export * from './renderer';
6
+ export declare type PageType = 'LIST' | 'DETAIL' | 'FORM' | string;
7
+ export declare type PageMap = {
8
+ [key in PageType]: React.FC<PageProps>;
9
+ };
10
+ export declare const PageMap: PageMap;
11
+ export declare type PageDefaultInitialValues = {
12
+ [key in PageType]: any;
13
+ };
14
+ export declare const PageDefaultInitialValues: PageDefaultInitialValues;
@@ -57,9 +57,9 @@ var PageMap = {
57
57
  LIST: _templates.ListPage,
58
58
  DETAIL: _templates.DetailPage,
59
59
  FORM: _templates.FormPage
60
- };
60
+ }; // 全部页面模板默认初始值
61
+
61
62
  exports.PageMap = PageMap;
62
- // 全部页面模板默认初始值
63
63
  var PageDefaultInitialValues = {
64
64
  LIST: {
65
65
  header: {
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { PageProps } from '../../page-container';
3
+ import { ConfiguratorMap } from '../configurators';
4
+ interface PagePlayGroundProps<T = any> {
5
+ initialValues: T;
6
+ page: React.FC<PageProps<T>>;
7
+ onValuesChange?: (values: any) => void;
8
+ configuratorMap?: ConfiguratorMap;
9
+ }
10
+ export declare const PagePlayground: (props: PagePlayGroundProps) => JSX.Element;
11
+ export {};
@@ -33,7 +33,11 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
33
33
 
34
34
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
35
35
 
36
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
36
+ 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; }
37
+
38
+ 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; }
39
+
40
+ 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; }
37
41
 
38
42
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
39
43
 
@@ -127,7 +131,7 @@ var PagePlayground = function PagePlayground(props) {
127
131
  return "page-".concat(Math.random());
128
132
  }, [pageProps]);
129
133
  return /*#__PURE__*/_react.default.createElement(_playground.PlayGroundLayout, {
130
- component: /*#__PURE__*/_react.default.createElement(PageContainer, _extends({
134
+ component: /*#__PURE__*/_react.default.createElement(PageContainer, _objectSpread({
131
135
  key: pageKey
132
136
  }, pageContainerProps)),
133
137
  configurator: Configurator ? /*#__PURE__*/_react.default.createElement(Configurator, {
@@ -142,7 +146,7 @@ var PagePlayground = function PagePlayground(props) {
142
146
  }), /*#__PURE__*/_react.default.createElement("p", null, "\u8BF7\u9009\u62E9\u4E00\u4E2A\u7EC4\u4EF6\u8FDB\u884C\u7F16\u8F91")),
143
147
  tools: /*#__PURE__*/_react.default.createElement(_components.Balloon, {
144
148
  align: "l",
145
- trigger: /*#__PURE__*/_react.default.createElement(_icon.default, _extends({
149
+ trigger: /*#__PURE__*/_react.default.createElement(_icon.default, _objectSpread({
146
150
  type: "set-line",
147
151
  size: "large"
148
152
  }, setterAction)),
@@ -0,0 +1,10 @@
1
+ import { PageProps } from '../../page-container';
2
+ import { PageMap } from '.';
3
+ export interface PageRendererProps<T = any> extends PageProps<T> {
4
+ type?: any;
5
+ error?: any;
6
+ title?: string;
7
+ pageMap?: PageMap;
8
+ }
9
+ export declare const PageRenderer: (props: PageRendererProps) => JSX.Element;
10
+ export default PageRenderer;