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

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 (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,159 @@
1
+ declare const _default: {
2
+ en: {
3
+ pattern: string;
4
+ required: string;
5
+ number: string;
6
+ integer: string;
7
+ url: string;
8
+ email: string;
9
+ ipv6: string;
10
+ ipv4: string;
11
+ idcard: string;
12
+ taodomain: string;
13
+ qq: string;
14
+ phone: string;
15
+ money: string;
16
+ zh: string;
17
+ date: string;
18
+ zip: string;
19
+ len: string;
20
+ min: string;
21
+ maximum: string;
22
+ exclusiveMaximum: string;
23
+ minimum: string;
24
+ exclusiveMinimum: string;
25
+ max: string;
26
+ whitespace: string;
27
+ };
28
+ 'en-us': {
29
+ pattern: string;
30
+ required: string;
31
+ number: string;
32
+ integer: string;
33
+ url: string;
34
+ email: string;
35
+ ipv6: string;
36
+ ipv4: string;
37
+ idcard: string;
38
+ taodomain: string;
39
+ qq: string;
40
+ phone: string;
41
+ money: string;
42
+ zh: string;
43
+ date: string;
44
+ zip: string;
45
+ len: string;
46
+ min: string;
47
+ maximum: string;
48
+ exclusiveMaximum: string;
49
+ minimum: string;
50
+ exclusiveMinimum: string;
51
+ max: string;
52
+ whitespace: string;
53
+ };
54
+ zh: {
55
+ pattern: string;
56
+ required: string;
57
+ number: string;
58
+ integer: string;
59
+ url: string;
60
+ email: string;
61
+ ipv6: string;
62
+ ipv4: string;
63
+ idcard: string;
64
+ taodomain: string;
65
+ qq: string;
66
+ phone: string;
67
+ money: string;
68
+ zh: string;
69
+ date: string;
70
+ zip: string;
71
+ len: string;
72
+ min: string;
73
+ max: string;
74
+ maximum: string;
75
+ exclusiveMaximum: string;
76
+ minimum: string;
77
+ exclusiveMinimum: string;
78
+ whitespace: string;
79
+ };
80
+ 'zh-cn': {
81
+ pattern: string;
82
+ required: string;
83
+ number: string;
84
+ integer: string;
85
+ url: string;
86
+ email: string;
87
+ ipv6: string;
88
+ ipv4: string;
89
+ idcard: string;
90
+ taodomain: string;
91
+ qq: string;
92
+ phone: string;
93
+ money: string;
94
+ zh: string;
95
+ date: string;
96
+ zip: string;
97
+ len: string;
98
+ min: string;
99
+ max: string;
100
+ maximum: string;
101
+ exclusiveMaximum: string;
102
+ minimum: string;
103
+ exclusiveMinimum: string;
104
+ whitespace: string;
105
+ };
106
+ 'zh-tw': {
107
+ pattern: string;
108
+ required: string;
109
+ number: string;
110
+ integer: string;
111
+ url: string;
112
+ email: string;
113
+ ipv6: string;
114
+ ipv4: string;
115
+ idcard: string;
116
+ taodomain: string;
117
+ qq: string;
118
+ phone: string;
119
+ money: string;
120
+ zh: string;
121
+ date: string;
122
+ zip: string;
123
+ len: string;
124
+ min: string;
125
+ max: string;
126
+ maximum: string;
127
+ exclusiveMaximum: string;
128
+ minimum: string;
129
+ exclusiveMinimum: string;
130
+ whitespace: string;
131
+ };
132
+ ja: {
133
+ url: string;
134
+ whitespace: string;
135
+ zh: string;
136
+ zip: string;
137
+ date: string;
138
+ email: string;
139
+ exclusiveMaximum: string;
140
+ exclusiveMinimum: string;
141
+ idcard: string;
142
+ integer: string;
143
+ ipv4: string;
144
+ ipv6: string;
145
+ len: string;
146
+ max: string;
147
+ maximum: string;
148
+ min: string;
149
+ minimum: string;
150
+ money: string;
151
+ number: string;
152
+ pattern: string;
153
+ phone: string;
154
+ qq: string;
155
+ required: string;
156
+ taodomain: string;
157
+ };
158
+ };
159
+ export default _default;
@@ -0,0 +1,5 @@
1
+ declare const schemaNameMap: {
2
+ formily: string;
3
+ proForm: string;
4
+ }[];
5
+ export default schemaNameMap;
@@ -0,0 +1,194 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { IFormFeedback as InnerFormFeedback, Form as FormType, FieldPatternTypes } from '@formily/core';
3
+ import type { IFormLayoutProps } from '@teamix/formily';
4
+ import type { CommonRequestConfig } from '@teamix/utils';
5
+ import type { UrlStateOptions } from '@teamix/hooks';
6
+ import React from 'react';
7
+ interface AnyObject {
8
+ [propName: string]: any;
9
+ }
10
+ declare type FieldDisplayTypes = 'none' | 'hidden' | 'visible';
11
+ export interface ProFormInitializeItem {
12
+ (item: ProFormSchemaItem, props?: any): ProFormSchemaItem;
13
+ }
14
+ /**
15
+ * ProForm 实例类型
16
+ */
17
+ export declare type ProFormType = FormType;
18
+ /**
19
+ * ProForm 反馈类型
20
+ */
21
+ export declare type IFormFeedback = InnerFormFeedback;
22
+ declare type IBaseComponent = 'Input' | 'Password' | 'TextArea' | 'NumberPicker' | 'Percent' | 'Money' | 'Select' | 'MultipleSelect' | 'TreeSelect' | 'Cascader' | 'MultipleCascader' | 'ArbitraryCascader' | 'Radio' | 'Checkbox' | 'Switch' | 'DatePicker' | 'TimePicker' | 'DateTimePicker' | 'WeekPicker' | 'MonthPicker' | 'YearPicker' | 'QuarterPicker' | 'DateRangePicker' | 'TimeRangePicker' | 'DateTimeRangePicker' | 'WeekRangePicker' | 'MonthRangePicker' | 'YearRangePicker' | 'QuarterRangePicker' | 'Transfer' | 'Upload' | 'ColorPicker' | 'ColorRadio' | 'IconPicker' | 'JsonInput' | 'TagPicker' | 'MultipleTagPicker' | 'Range' | 'Search' | 'SelectGroup' | 'SelectTable' | 'SelectTable.Column';
23
+ declare type IButtonComponent = 'Submit' | 'Reset';
24
+ declare type IComboComponent = 'ArrayCards' | 'ArrayCards.Addition' | 'ArrayCards.Remove' | 'ArrayCards.MoveUp' | 'ArrayCards.MoveDown' | 'ArrayCards.Index' | 'ArrayCollapse' | 'ArrayCollapse.CollapsePanel' | 'ArrayCollapse.Addition' | 'ArrayCollapse.Remove' | 'ArrayCollapse.MoveUp' | 'ArrayCollapse.MoveDown' | 'ArrayCollapse.Index' | 'ArrayTable' | 'ArrayTable.Column' | 'ArrayTable.SortHandle' | 'ArrayTable.Addition' | 'ArrayTable.Remove' | 'ArrayTable.MoveDown' | 'ArrayTable.MoveUp' | 'ArrayTable.Index' | 'ArrayItems' | 'ArrayItems.Item' | 'ArrayItems.SortHandle' | 'ArrayItems.Addition' | 'ArrayItems.Remove' | 'ArrayItems.MoveDown' | 'ArrayItems.MoveUp' | 'ArrayItems.Index' | 'Editable' | 'Editable.Popover' | 'Editable.Dialog' | 'Editable.Drawer';
25
+ declare type ILayoutComponent = 'FormFlex' | 'FormGrid' | 'FormGroup' | 'FormGroup.GroupPanel' | 'Search' | 'Search.SearchPanel' | 'FormTab' | 'FormTab.TabPane' | 'FormStep' | 'FormStep.StepPane' | 'FormCollapse' | 'FormCollapse.CollapsePanel' | 'FormButtonGroup' | 'FormDialog' | 'FormDrawer' | 'FormDialog.Footer' | 'FormDrawer.Footer';
26
+ export interface ProFormCommonRequestConfig extends CommonRequestConfig {
27
+ beforeRequest?: (field?: any, context?: any) => any;
28
+ formatResult?: (res?: any, field?: any, context?: any) => any;
29
+ onSuccess?: (res?: any, field?: any, context?: any) => any;
30
+ }
31
+ export interface ProFormRequestConfig extends Omit<ProFormCommonRequestConfig, 'url'> {
32
+ url?: string;
33
+ customRequest?: (field?: any, context?: any) => Promise<any>;
34
+ extraConfig?: AnyObject;
35
+ onComplete?: (res?: any, field?: any, context?: any) => any;
36
+ }
37
+ export interface CascadeWhen {
38
+ left: string;
39
+ op: string;
40
+ right: any;
41
+ }
42
+ export interface Cascade {
43
+ when: CascadeWhen[];
44
+ logic?: '||' | '&&';
45
+ props?: any;
46
+ state?: any;
47
+ dataSourceFilter?: any[];
48
+ dataSourceHide?: any[];
49
+ }
50
+ export interface OnChange {
51
+ when: CascadeWhen[];
52
+ logic?: '||' | '&&';
53
+ values: any;
54
+ }
55
+ export interface ProFormSchemaItem {
56
+ type?: string;
57
+ name?: string;
58
+ description?: React.ReactNode;
59
+ title?: string;
60
+ component?: IBaseComponent | IButtonComponent | IComboComponent | ILayoutComponent | any;
61
+ props?: AnyObject | any;
62
+ decorator?: string | null;
63
+ decoratorProps?: AnyObject;
64
+ dataSource?: any[] | string | ProFormRequestConfig;
65
+ reactions?: any;
66
+ rules?: any;
67
+ items?: ProFormSchemaItem;
68
+ children?: ProFormSchemaItem[];
69
+ content?: any;
70
+ tooltip?: string;
71
+ required?: boolean;
72
+ display?: FieldDisplayTypes;
73
+ visible?: boolean | string;
74
+ hidden?: boolean | string;
75
+ disabled?: boolean | string;
76
+ readOnly?: boolean | string;
77
+ readPretty?: boolean | string;
78
+ pattern?: FieldPatternTypes;
79
+ default?: any;
80
+ request?: ProFormRequestConfig | ProFormRequestConfig[];
81
+ data?: AnyObject;
82
+ cascade?: Cascade[];
83
+ onChange?: OnChange[];
84
+ }
85
+ export declare type ProFormSchema = ProFormSchemaItem[];
86
+ interface AutoLayout {
87
+ autoLabel?: boolean;
88
+ }
89
+ export interface ProFormProps extends Omit<IFormLayoutProps, 'breakpoints'> {
90
+ form?: FormType | false;
91
+ schema?: ProFormSchema;
92
+ scope?: any;
93
+ context?: any;
94
+ components?: {
95
+ [key: string]: React.FC | React.ComponentClass;
96
+ };
97
+ children?: React.ReactNode;
98
+ initialValues?: AnyObject;
99
+ initialRequest?: ProFormCommonRequestConfig;
100
+ previewTextPlaceholder?: ReactNode;
101
+ validateFirst?: boolean;
102
+ onChangeType?: 'form';
103
+ onChange?: (values: any, fieldValue?: any, fieldName?: any) => any;
104
+ onSubmit?: ((values: any) => any) | CommonRequestConfig;
105
+ onSubmitFailed?: (feedbacks: IFormFeedback[]) => void;
106
+ onInitialComplete?: (form: FormType) => void;
107
+ breakpoints?: number[] | boolean;
108
+ autoLayout?: AutoLayout | boolean;
109
+ component?: any;
110
+ }
111
+ export interface FilterProps extends ProFormProps {
112
+ form: FormType;
113
+ defaultFilterValue?: string;
114
+ filterValues?: string[];
115
+ activeFilterValueRef?: React.MutableRefObject<any>;
116
+ forceClear?: boolean;
117
+ onReset?: (payload?: any) => void;
118
+ }
119
+ export interface QueryFilterLayoutProps {
120
+ prefixCls?: string;
121
+ className?: string;
122
+ addonBefore?: ReactNode | any;
123
+ addonAfter?: ReactNode | any;
124
+ inlineContent?: ReactNode;
125
+ panelContent?: ReactNode;
126
+ count?: number;
127
+ expand?: boolean;
128
+ onExpand?: (expand: boolean) => void;
129
+ children?: React.ReactNode;
130
+ }
131
+ export interface QueryFilterProps extends ProFormProps {
132
+ /**
133
+ * @deprecated triggerType已弃用
134
+ */
135
+ triggerType?: 'keydown' | 'change' | 'submit';
136
+ /** 表单展示形式 */
137
+ mode?: 'inline' | 'panel';
138
+ /** 面板模式下是否仅展示面板 */
139
+ purePanel?: boolean;
140
+ /** 面板是否默认展开,仅在 mode='panel' 时生效 */
141
+ expand?: boolean;
142
+ gridProps?: any;
143
+ /** 是否强制清除 */
144
+ forceClear?: boolean;
145
+ /** 顶部筛选区前缀 */
146
+ addonBefore?: ReactNode | any;
147
+ /** 顶部筛选区后缀 */
148
+ addonAfter?: ReactNode | any;
149
+ /** 顶部筛选区默认筛选项 */
150
+ defaultFilterValue?: string;
151
+ /** 顶部筛选区筛选项配置 */
152
+ filterValues?: string[];
153
+ /** 透出内部表单实例 */
154
+ formRef?: React.MutableRefObject<any>;
155
+ /** onChange事件的防抖时间 */
156
+ filterDebounce?: number;
157
+ /** 绑定URL参数 */
158
+ bindUrl?: boolean | UrlStateOptions;
159
+ /** 表单初始化(含异步默认值)后回调函数 */
160
+ onInit?: (values: any) => void;
161
+ /** 表单筛选回调函数 */
162
+ onFilter?: (values: any) => void;
163
+ /** 表单重置回调函数 */
164
+ onReset?: (payload?: any) => void;
165
+ /** 高级筛选按钮切换 */
166
+ onExpand?: (expand: boolean) => void;
167
+ }
168
+ /**
169
+ * 兼容性导出
170
+ */
171
+ /**
172
+ * @deprecated 将在未来移除该组件,建议使用 QueryFilter 代替
173
+ */
174
+ export interface IFilterProps extends ProFormProps {
175
+ triggerType?: 'keydown' | 'change' | 'submit';
176
+ onFilter?: (values: any) => void;
177
+ onReset?: (payload?: any) => void;
178
+ }
179
+ /**
180
+ * @deprecated 将在未来移除,建议使用 ProFormSchemaItem 代替
181
+ */
182
+ export interface IFormSchemaItem extends ProFormSchemaItem {
183
+ }
184
+ /**
185
+ * @deprecated 将在未来移除,建议使用 ProFormSchema 代替
186
+ */
187
+ export interface IFormSchema extends ProFormSchema {
188
+ }
189
+ /**
190
+ * @deprecated 将在未来移除,建议使用 ProFormProps 代替
191
+ */
192
+ export interface IFormProps extends ProFormProps {
193
+ }
194
+ export {};
@@ -0,0 +1,3 @@
1
+ import { ProFormSchema } from '../typing';
2
+ export declare function parseSchema(schema: ProFormSchema): ProFormSchema;
3
+ export declare function parseSchemaObject(props: Object): Object;
@@ -0,0 +1,38 @@
1
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
5
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
6
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
+ 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; }
8
+ 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; }
9
+ 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; }
10
+ export function parseSchema(schema) {
11
+ return schema.map(function (item) {
12
+ var _item$reactions;
13
+ if ((_item$reactions = item.reactions) === null || _item$reactions === void 0 ? void 0 : _item$reactions.fulfill) {
14
+ var _item$reactions2;
15
+ return _objectSpread(_objectSpread({}, item), {}, {
16
+ reactions: _objectSpread(_objectSpread({}, item.reactions), {}, {
17
+ fulfill: parseSchemaObject(item === null || item === void 0 ? void 0 : (_item$reactions2 = item.reactions) === null || _item$reactions2 === void 0 ? void 0 : _item$reactions2.fulfill)
18
+ })
19
+ });
20
+ }
21
+ return item;
22
+ });
23
+ }
24
+ export function parseSchemaObject(props) {
25
+ var result = Object.entries(props).map(function (_ref) {
26
+ var _ref2 = _slicedToArray(_ref, 2),
27
+ k = _ref2[0],
28
+ v = _ref2[1];
29
+ if (k === 'state') {
30
+ return [k, parseSchemaObject(v)];
31
+ }
32
+ if (typeof v === 'function') {
33
+ return [k, "{{ (".concat(v.toString(), ")({deps: $deps, self: $self, form: $form, values: $values, target: $target, index: $index}) }}")];
34
+ }
35
+ return [k, v];
36
+ });
37
+ return Object.fromEntries(result);
38
+ }
@@ -0,0 +1,55 @@
1
+ /**
2
+ * 映射字段size,主要是default转medium
3
+ * @param props component的props
4
+ * @param field 当前字段实例
5
+ * @returns 映射后的字段属性
6
+ */
7
+ declare const mapSize: (props: any, field: any) => any;
8
+ /**
9
+ * 映射字段state
10
+ * @param props component的props
11
+ * @param field 当前字段实例
12
+ * @returns 映射后的字段属性
13
+ */
14
+ declare const mapStatus: (props: any, field: any) => any;
15
+ declare const mapDataSource: (props: any, field: any) => any;
16
+ declare const mapMode: (props: any, field: any) => any;
17
+ /**
18
+ * 创建字段名称
19
+ * @param prefix 字段名称前缀,接收字段component名称,默认为FieldName
20
+ * @param suffix 字段后缀,唯一标识
21
+ * @returns 字段唯一名称
22
+ */
23
+ interface IGetFieldName {
24
+ (prefix: string, suffix?: string): string;
25
+ }
26
+ declare const getFieldName: IGetFieldName;
27
+ /**
28
+ * 将ProForm的key映射为formily的key,然后筛除掉无效的key/value
29
+ * @param obj
30
+ * @returns
31
+ */
32
+ declare const mapSchemaName: (obj: any) => any;
33
+ /**
34
+ * 合并数组或非数组,不移除无效值
35
+ * @param arr 数组
36
+ * @param v 数组或其他
37
+ * @returns 合并数组或合并其他值
38
+ */
39
+ declare const mergeArrayValue: (arr: any[], v?: any) => any[];
40
+ /**
41
+ * 初始化请求配置为表达式
42
+ * @param config 请求配置
43
+ * @param suffix scope名称后缀
44
+ * @returns 表达式和scope上下文
45
+ */
46
+ declare const initializeRequestExpression: (config?: any, mode?: string, suffix?: string) => {
47
+ expression: string;
48
+ scope: {
49
+ [x: string]: object;
50
+ };
51
+ } | {
52
+ expression?: undefined;
53
+ scope?: undefined;
54
+ };
55
+ export { mapSize, mapStatus, mapDataSource, mapMode, mergeArrayValue, getFieldName, mapSchemaName, initializeRequestExpression, };
package/es/form/utils.js CHANGED
@@ -30,7 +30,6 @@ var mapSize = function mapSize(props, field) {
30
30
  size: props.size || takeSize()
31
31
  });
32
32
  };
33
-
34
33
  /**
35
34
  * 映射字段state
36
35
  * @param props component的props
@@ -89,20 +88,11 @@ var mapMode = function mapMode(props, field) {
89
88
  mode: (field === null || field === void 0 ? void 0 : field.readPretty) ? 'read' : 'edit'
90
89
  });
91
90
  };
92
-
93
- /**
94
- * 创建字段名称
95
- * @param prefix 字段名称前缀,接收字段component名称,默认为FieldName
96
- * @param suffix 字段后缀,唯一标识
97
- * @returns 字段唯一名称
98
- */
99
-
100
91
  var getFieldName = function getFieldName() {
101
92
  var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'FieldName';
102
93
  var suffix = arguments.length > 1 ? arguments[1] : undefined;
103
94
  return "".concat(prefix, "-").concat(suffix);
104
95
  };
105
-
106
96
  /**
107
97
  * 将ProForm的key映射为formily的key,然后筛除掉无效的key/value
108
98
  * @param obj
@@ -134,7 +124,6 @@ var mapSchemaName = function mapSchemaName(obj) {
134
124
  });
135
125
  return temp;
136
126
  };
137
-
138
127
  /**
139
128
  * 合并数组或非数组,不移除无效值
140
129
  * @param arr 数组
@@ -147,7 +136,6 @@ var mergeArrayValue = function mergeArrayValue(arr, v) {
147
136
  }
148
137
  return [].concat(_toConsumableArray(arr), [v]);
149
138
  };
150
-
151
139
  /**
152
140
  * 初始化请求配置为表达式
153
141
  * @param config 请求配置
@@ -0,0 +1,3 @@
1
+ import type { ProFormInitializeItem } from './typing';
2
+ declare const warning: ProFormInitializeItem;
3
+ export default warning;
@@ -3,11 +3,9 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
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
4
  var warning = function warning(item) {
5
5
  var newItem = _objectSpread({}, item);
6
-
7
6
  // if (xxx) {
8
7
  // console.warn('xxx');
9
8
  // }
10
-
11
9
  return newItem;
12
10
  };
13
11
  export default warning;
package/es/global.scss CHANGED
@@ -1,3 +1,5 @@
1
+ @import "./xconsole.scss";
2
+ @import "next-xconsole";
1
3
  // transition 切换主题优化,暂时先写到 pro 里,后面加到基础组件里
2
4
 
3
5
  // table 行背景色
@@ -42,4 +44,4 @@ button.next-btn.next-medium.next-btn-normal {
42
44
  // 可关闭tag
43
45
  .next-tag.next-tag.next-tag.next-tag-closable.next-tag-level-normal.next-tag-closable {
44
46
  transition: color 0s;
45
- }
47
+ }
@@ -0,0 +1,2 @@
1
+ import * as hooks from '@teamix/hooks';
2
+ export default hooks;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ export declare type ProImageProps = {
3
+ src: {
4
+ /** 中文亮色图片地址,默认 url */
5
+ 'cn-light': string;
6
+ /** 英文文亮色图片地址 */
7
+ 'en-light'?: string;
8
+ /** 繁体亮色图片地址 */
9
+ 'tw-light'?: string;
10
+ /** 中文暗色图片地址 */
11
+ 'cn-dark'?: string;
12
+ /** 英文暗色图片地址 */
13
+ 'en-dark'?: string;
14
+ /** 繁体暗色图片地址 */
15
+ 'tw-dark'?: string;
16
+ } & Record<string, string>;
17
+ theme?: 'dark' | 'light';
18
+ /** 自定义改造 url 的函数 */
19
+ transformUrl?: (value: string) => string;
20
+ } & React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
21
+ declare const _default: (props: ProImageProps) => JSX.Element | null;
22
+ export default _default;
@@ -0,0 +1,73 @@
1
+ var _excluded = ["src", "transformUrl", "theme"];
2
+ 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; }
3
+ 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; }
4
+ 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; }
5
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
9
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
10
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
12
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
13
+ import { getLanguage } from '@teamix/utils';
14
+ import React, { useState } from 'react';
15
+ import { useMutationObserver } from 'ahooks';
16
+ var localeMap = {
17
+ 'en-us': 'en',
18
+ 'zh-cn': 'cn',
19
+ 'zh-tW': 'tw'
20
+ };
21
+ export default (function (props) {
22
+ var src = props.src,
23
+ transformUrl = props.transformUrl,
24
+ themeProp = props.theme,
25
+ extra = _objectWithoutProperties(props, _excluded);
26
+ var _useState = useState(themeProp || 'light'),
27
+ _useState2 = _slicedToArray(_useState, 2),
28
+ theme = _useState2[0],
29
+ setTheme = _useState2[1];
30
+ var targetSrc = src ? src['cn-light'] : '';
31
+ var lan = localeMap[getLanguage().toLowerCase()] || 'cn';
32
+ function getTheme() {
33
+ var _window$getComputedSt, _window;
34
+ var cssTheme = (_window$getComputedSt = (_window = window).getComputedStyle) === null || _window$getComputedSt === void 0 ? void 0 : _window$getComputedSt.call(_window, window.document.body).getPropertyValue('--alicloudfe-components-theme').trim();
35
+ if (cssTheme.indexOf('-dark') !== -1) {
36
+ return 'dark';
37
+ } else {
38
+ return 'light';
39
+ }
40
+ }
41
+ function setImgTheme() {
42
+ setTheme(props.theme || getTheme());
43
+ }
44
+ useMutationObserver(function (mutationsList) {
45
+ mutationsList.forEach(function (mutation) {
46
+ if (mutation.attributeName === 'class') {
47
+ setImgTheme();
48
+ }
49
+ });
50
+ }, document.querySelector('html'), {
51
+ attributes: true
52
+ });
53
+ useMutationObserver(function (mutationsList) {
54
+ mutationsList.forEach(function (mutation) {
55
+ if (mutation.attributeName === 'class') {
56
+ setImgTheme();
57
+ }
58
+ });
59
+ }, document.body, {
60
+ attributes: true
61
+ });
62
+ // const theme = props.theme || getTheme() || 'light';
63
+ targetSrc = src["".concat(lan, "-").concat(theme)] || src["".concat(lan, "-light")] || src["cn-".concat(theme)] || src['cn-light'];
64
+ if (targetSrc && transformUrl) {
65
+ targetSrc = transformUrl(targetSrc);
66
+ }
67
+ if (!targetSrc) {
68
+ return null;
69
+ }
70
+ return /*#__PURE__*/React.createElement("img", _objectSpread({
71
+ src: targetSrc
72
+ }, extra));
73
+ });
@@ -0,0 +1,3 @@
1
+ .teamix-pro-image {
2
+ color: var(--color-brand1-6);
3
+ }
@@ -0,0 +1,32 @@
1
+ import ProAction from './actions';
2
+ import ProCard from './card';
3
+ import ProField from './field';
4
+ import ProForm from './form';
5
+ import hooks from './hooks';
6
+ import ProInfo from './info';
7
+ import ProPageContainer from './page-container';
8
+ import ProPageHeader from './page-header';
9
+ import ProTable from './table';
10
+ import ProSkeleton from './skeleton';
11
+ import utils from './utils';
12
+ import ProSidebar from './sidebar';
13
+ import { ProTimeline } from './timeline';
14
+ import * as nocode from './nocode';
15
+ import * as templates from './templates';
16
+ import TeamixIcon from '@teamix/icon';
17
+ import './global.scss';
18
+ export * from './actions';
19
+ export * from './card';
20
+ export * from './field';
21
+ export * from './form';
22
+ export * from './info';
23
+ export * from './nocode';
24
+ export * from './page-container';
25
+ export * from './page-header';
26
+ export * from './skeleton';
27
+ export * from './table';
28
+ export * from './sidebar';
29
+ export * from './utils';
30
+ export * from './timeline';
31
+ declare const version = "1.4.7";
32
+ export { version, ProAction, ProCard, ProField, ProForm, ProInfo, ProPageContainer, ProPageHeader, ProSkeleton, ProTable, ProSidebar, ProTimeline, TeamixIcon, hooks, nocode, templates, utils, };