@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
@@ -3,6 +3,16 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ var _exportNames = {
7
+ registerActionHandler: true,
8
+ useAction: true,
9
+ ProActionButton: true,
10
+ ProActionMenuButton: true,
11
+ ProActionGroup: true,
12
+ ActionGroup: true,
13
+ ActionButton: true,
14
+ ActionMenuButton: true
15
+ };
6
16
  exports.ProActionButton = exports.ActionMenuButton = exports.ActionGroup = exports.ActionButton = void 0;
7
17
  exports.ProActionGroup = ProActionGroup;
8
18
  exports.default = exports.ProActionMenuButton = void 0;
@@ -30,14 +40,26 @@ var _drawerInfo = require("./drawer-info");
30
40
  var _popConfirm = require("./pop-confirm");
31
41
  var _dangerPopConfirm = require("./danger-pop-confirm");
32
42
  require("./index.scss");
43
+ var _quick = require("./quick");
44
+ Object.keys(_quick).forEach(function (key) {
45
+ if (key === "default" || key === "__esModule") return;
46
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
47
+ if (key in exports && exports[key] === _quick[key]) return;
48
+ Object.defineProperty(exports, key, {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _quick[key];
52
+ }
53
+ });
54
+ });
33
55
  var _excluded = ["type"],
34
- _excluded2 = ["config", "icon", "iconSize", "type", "context", "children", "visible", "disabled", "onClick", "tooltip", "disabledTooltip", "tooltipProps"],
56
+ _excluded2 = ["config", "icon", "iconSize", "type", "context", "children", "visible", "disabled", "onClick", "tooltip", "disabledTooltip", "tooltipProps", "data-teamix-spm"],
35
57
  _excluded3 = ["loading"],
36
58
  _excluded4 = ["icon", "iconSize", "label", "actions", "children", "context", "type", "className", "noArrow"],
37
59
  _excluded5 = ["context", "text"],
38
60
  _excluded6 = ["key", "actions"],
39
61
  _excluded7 = ["key", "config"],
40
- _excluded8 = ["type", "divider", "max", "moreText", "more", "context", "actions", "className"];
62
+ _excluded8 = ["type", "divider", "max", "moreText", "more", "context", "actions", "className", "data-teamix-spm"];
41
63
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
42
64
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
43
65
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -45,7 +67,6 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
45
67
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
46
68
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
47
69
  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; }
48
- function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
49
70
  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; }
50
71
  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; }
51
72
  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; }
@@ -146,6 +167,7 @@ var ProActionButton = function ProActionButton(props) {
146
167
  tooltip = props.tooltip,
147
168
  disabledTooltip = props.disabledTooltip,
148
169
  tooltipProps = props.tooltipProps,
170
+ dataTeamixSpm = props['data-teamix-spm'],
149
171
  others = _objectWithoutProperties(props, _excluded2);
150
172
  var actionProps = useAction(config, context);
151
173
  var buttonProps = _onClick ? _objectSpread(_objectSpread(_objectSpread({
@@ -157,7 +179,10 @@ var ProActionButton = function ProActionButton(props) {
157
179
  }) : _objectSpread(_objectSpread({
158
180
  disabled: disabled
159
181
  }, actionProps), others);
160
- var content = /*#__PURE__*/_react.default.createElement(_components.Button, _extends({
182
+ if (dataTeamixSpm) {
183
+ buttonProps['data-teamix-spm'] = dataTeamixSpm;
184
+ }
185
+ var content = /*#__PURE__*/_react.default.createElement(_components.Button, _objectSpread({
161
186
  type: type
162
187
  }, buttonProps), buttonContent(children, icon, iconSize, context));
163
188
  var baseToolTipProps = _objectSpread({
@@ -168,15 +193,15 @@ var ProActionButton = function ProActionButton(props) {
168
193
  if (tooltip || disabledTooltip) {
169
194
  if (tooltip && !disabledTooltip) {
170
195
  if (!disabled) {
171
- content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, tooltip);
196
+ content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), tooltip);
172
197
  }
173
198
  } else if (!tooltip && disabledTooltip) {
174
199
  if (disabled) {
175
- content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, disabledTooltip);
200
+ content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), disabledTooltip);
176
201
  }
177
202
  } else if (tooltip && disabledTooltip) {
178
203
  var showToolTip = disabled ? disabledTooltip : tooltip;
179
- content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, showToolTip);
204
+ content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), showToolTip);
180
205
  }
181
206
  }
182
207
  return content;
@@ -184,7 +209,8 @@ var ProActionButton = function ProActionButton(props) {
184
209
  exports.ProActionButton = ProActionButton;
185
210
  var ProActionMenuButtonItem = function ProActionMenuButtonItem(props) {
186
211
  var action = props.action,
187
- context = props.context;
212
+ context = props.context,
213
+ dataTeamixSpm = props['data-teamix-spm'];
188
214
  var config = action.config,
189
215
  btnContext = action.context,
190
216
  _onClick2 = action.onClick,
@@ -209,6 +235,9 @@ var ProActionMenuButtonItem = function ProActionMenuButtonItem(props) {
209
235
  return _onClick2(e, context);
210
236
  }
211
237
  }) : _objectSpread({}, menuItemProps);
238
+ if (dataTeamixSpm) {
239
+ buttonProps['data-teamix-spm'] = dataTeamixSpm;
240
+ }
212
241
  var content = buttonContent(children, icon, undefined, context);
213
242
  var baseToolTipProps = _objectSpread({
214
243
  triggerType: 'hover',
@@ -218,22 +247,22 @@ var ProActionMenuButtonItem = function ProActionMenuButtonItem(props) {
218
247
  if (tooltip || disabledTooltip) {
219
248
  if (tooltip && !disabledTooltip) {
220
249
  if (!disabled) {
221
- content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, tooltip);
250
+ content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), tooltip);
222
251
  }
223
252
  } else if (!tooltip && disabledTooltip) {
224
253
  if (disabled) {
225
- content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, disabledTooltip);
254
+ content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), disabledTooltip);
226
255
  }
227
256
  } else if (tooltip && disabledTooltip) {
228
257
  var showToolTip = disabled ? disabledTooltip : tooltip;
229
- content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, baseToolTipProps, showToolTip);
258
+ content = /*#__PURE__*/_react.default.createElement(_components.Balloon.Tooltip, _objectSpread({}, baseToolTipProps), showToolTip);
230
259
  }
231
260
  }
232
- return /*#__PURE__*/_react.default.createElement("div", _extends({
261
+ return /*#__PURE__*/_react.default.createElement("div", _objectSpread({
233
262
  className: (0, _classnames.default)(_defineProperty({}, basePrefix('disabled'), disabled), basePrefix('menu-item'), prefixCls('menu-item'))
234
263
  }, buttonProps), content);
235
264
  };
236
- function renderCommonActionButtonMenuItem(action, key, context) {
265
+ function renderCommonActionButtonMenuItem(action, key, context, dataTeamixSpm) {
237
266
  if (action.type === 'divider') {
238
267
  return /*#__PURE__*/_react.default.createElement(_components.Menu.Divider, {
239
268
  key: key
@@ -245,13 +274,14 @@ function renderCommonActionButtonMenuItem(action, key, context) {
245
274
  key: key,
246
275
  label: menuBtn.label || menuBtn.children
247
276
  }, menuBtn.actions.map(function (a) {
248
- return renderCommonActionButtonMenuItem(a, a.key, context);
277
+ return renderCommonActionButtonMenuItem(a, a.key, context, a['data-teamix-spm']);
249
278
  }));
250
279
  }
251
280
  return /*#__PURE__*/_react.default.createElement(ProActionMenuButtonItem, {
252
281
  key: key,
253
282
  action: action,
254
- context: context
283
+ context: context,
284
+ "data-teamix-spm": "".concat(dataTeamixSpm, "-").concat(key)
255
285
  });
256
286
  }
257
287
  var ProActionMenuButton = function ProActionMenuButton(props) {
@@ -266,7 +296,7 @@ var ProActionMenuButton = function ProActionMenuButton(props) {
266
296
  className = props.className,
267
297
  noArrow = props.noArrow,
268
298
  others = _objectWithoutProperties(props, _excluded4);
269
- return /*#__PURE__*/_react.default.createElement(_components.MenuButton, _extends({
299
+ return /*#__PURE__*/_react.default.createElement(_components.MenuButton, _objectSpread({
270
300
  popupTriggerType: "hover",
271
301
  autoWidth: false,
272
302
  menuProps: {
@@ -282,11 +312,11 @@ var ProActionMenuButton = function ProActionMenuButton(props) {
282
312
  'teamix-pro-actions-text-menu-btn-no-arrow': noArrow
283
313
  })
284
314
  }, others), actions.map(function (action, i) {
285
- return renderCommonActionButtonMenuItem(action, action.key || i, context);
315
+ return renderCommonActionButtonMenuItem(action, action.key || i, context, others === null || others === void 0 ? void 0 : others['data-teamix-spm']);
286
316
  }));
287
317
  };
288
- exports.ProActionMenuButton = ProActionMenuButton;
289
318
  // 超出 max,则折叠起来
319
+ exports.ProActionMenuButton = ProActionMenuButton;
290
320
  function foldExtraActions(actions, max, moreConfig) {
291
321
  if (actions.length <= max) {
292
322
  return actions;
@@ -297,7 +327,6 @@ function foldExtraActions(actions, max, moreConfig) {
297
327
  actions: actions.slice(max - 1)
298
328
  })]);
299
329
  }
300
-
301
330
  // 如果 actions 数量超过了 max,则把第 max 个和剩余超出部分折叠起来成为一个 menu
302
331
  // divider 不计数
303
332
  function formatGroupActions(actions, max, moreConfig) {
@@ -311,27 +340,28 @@ function formatGroupActions(actions, max, moreConfig) {
311
340
  }
312
341
  return foldExtraActions(actions, Math.max(index, MAX), moreConfig);
313
342
  }
314
-
315
343
  // 渲染一个 button 或者 menu button
316
- function renderCommonActionButton(button, context, isTypeText) {
344
+ function renderCommonActionButton(button, context, isTypeText, dataTeamixSpm) {
317
345
  if (button.type === 'divider') {
318
346
  return /*#__PURE__*/_react.default.createElement(_components.Divider, {
319
347
  key: button.key,
320
348
  direction: "ver"
321
349
  });
322
350
  }
323
- var _ref = button,
324
- buttonContext = _ref.context,
325
- text = _ref.text,
326
- others = _objectWithoutProperties(_ref, _excluded5);
351
+ var buttonContext = button.context,
352
+ text = button.text,
353
+ others = _objectWithoutProperties(button, _excluded5);
327
354
  var buttonProps = _objectSpread({
328
355
  context: Object.assign({}, context, buttonContext),
329
356
  text: text || isTypeText
330
357
  }, others);
358
+ if (dataTeamixSpm) {
359
+ buttonProps['data-teamix-spm'] = dataTeamixSpm;
360
+ }
331
361
  if (!button.actions) {
332
- return /*#__PURE__*/_react.default.createElement(ProActionButton, buttonProps);
362
+ return /*#__PURE__*/_react.default.createElement(ProActionButton, _objectSpread({}, buttonProps));
333
363
  }
334
- return /*#__PURE__*/_react.default.createElement(ProActionMenuButton, buttonProps);
364
+ return /*#__PURE__*/_react.default.createElement(ProActionMenuButton, _objectSpread({}, buttonProps));
335
365
  }
336
366
  function getDefaultMoreButton(type, more) {
337
367
  var defaultConfig = type === 'button' ? {
@@ -361,10 +391,9 @@ function getKey(index, key) {
361
391
  }
362
392
  function getActionConfig(action, index, context) {
363
393
  if (action.actions) {
364
- var _ref2 = action,
365
- _key = _ref2.key,
366
- actions = _ref2.actions,
367
- _others = _objectWithoutProperties(_ref2, _excluded6);
394
+ var _key = action.key,
395
+ actions = action.actions,
396
+ _others = _objectWithoutProperties(action, _excluded6);
368
397
  return _objectSpread({
369
398
  key: getKey(index, _key),
370
399
  actions: actions.map(function (a, j) {
@@ -374,10 +403,9 @@ function getActionConfig(action, index, context) {
374
403
  })
375
404
  }, (0, _utils.getTargetValue)(_others, context));
376
405
  }
377
- var _ref3 = action,
378
- key = _ref3.key,
379
- config = _ref3.config,
380
- others = _objectWithoutProperties(_ref3, _excluded7);
406
+ var key = action.key,
407
+ config = action.config,
408
+ others = _objectWithoutProperties(action, _excluded7);
381
409
  return _objectSpread({
382
410
  key: getKey(index, key),
383
411
  config: config
@@ -396,6 +424,7 @@ function ProActionGroup(props) {
396
424
  _props$actions = props.actions,
397
425
  actions = _props$actions === void 0 ? [] : _props$actions,
398
426
  className = props.className,
427
+ dataTeamixSpm = props['data-teamix-spm'],
399
428
  containerProps = _objectWithoutProperties(props, _excluded8);
400
429
  var isTypeText = type === 'text';
401
430
  var filteredActions = actions.map(function (action, index) {
@@ -404,13 +433,19 @@ function ProActionGroup(props) {
404
433
  return action.visible !== false;
405
434
  });
406
435
  var formatedActions = formatGroupActions(filteredActions, max, getDefaultMoreButton(type, more || moreText));
407
- return /*#__PURE__*/_react.default.createElement("div", _extends({
436
+ return /*#__PURE__*/_react.default.createElement("div", _objectSpread({
408
437
  className: (0, _classnames.default)('teamix-pro-actions', "teamix-pro-actions-type-".concat(type), className, {
409
438
  'teamix-pro-actions-divider': type === 'button' ? false : divider
410
439
  })
411
440
  }, containerProps), formatedActions.map(function (actionBtn, i) {
412
441
  var isLastOne = i === formatedActions.length - 1;
413
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
442
+ if (dataTeamixSpm) {
443
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
444
+ key: actionBtn.key
445
+ }, renderCommonActionButton(actionBtn, context, isTypeText, "".concat(dataTeamixSpm, "-").concat(actionBtn.key || i)), isTypeText && divider && !isLastOne && /*#__PURE__*/_react.default.createElement(_components.Divider, {
446
+ direction: "ver"
447
+ }));
448
+ } else return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
414
449
  key: actionBtn.key
415
450
  }, renderCommonActionButton(actionBtn, context, isTypeText), isTypeText && divider && !isLastOne && /*#__PURE__*/_react.default.createElement(_components.Divider, {
416
451
  direction: "ver"
@@ -421,25 +456,19 @@ var ProAction = function ProAction(props) {
421
456
  return renderCommonActionButton(props);
422
457
  };
423
458
  var _default = ProAction;
459
+ exports.default = _default;
424
460
  /**
425
461
  * @deprecated 建议使用 ProActionGroup 代替
426
462
  */
427
- exports.default = _default;
428
463
  var ActionGroup = ProActionGroup;
429
-
430
464
  /**
431
465
  * @deprecated 建议使用 ProActionButton 代替
432
466
  */
433
467
  exports.ActionGroup = ActionGroup;
434
468
  var ActionButton = ProActionButton;
435
-
436
469
  /**
437
470
  * @deprecated 建议使用 ProActionMenuButton 代替
438
471
  */
439
472
  exports.ActionButton = ActionButton;
440
473
  var ActionMenuButton = ProActionMenuButton;
441
-
442
- /**
443
- * @deprecated 建议使用 ProActionConfig 代替
444
- */
445
474
  exports.ActionMenuButton = ActionMenuButton;
@@ -10,7 +10,7 @@
10
10
  }
11
11
 
12
12
  &.teamix-pro-actions-type-button {
13
- & > button {
13
+ & > button,& > span {
14
14
  &:not(:last-child) {
15
15
  margin-right: var(--s-2);
16
16
  }
@@ -110,15 +110,20 @@
110
110
 
111
111
  .next-dialog-body {
112
112
  .teamix-pro-info {
113
+ padding-right: 16px;
113
114
  .next-card-content-container {
114
115
  margin-top: 10px;
115
116
  padding-bottom: 10px;
117
+ padding-right: 0;
116
118
  .next-col.next-col-24:last-child {
117
119
  .teamix-pro-info-item:last-child {
118
120
  padding-bottom: 0px;
119
121
  }
120
122
  }
121
123
  }
124
+ .teamix-pro-info-item-value {
125
+ padding-right: 0px;
126
+ }
122
127
  }
123
128
  }
124
129
 
@@ -0,0 +1,8 @@
1
+ import { LocationHistory } from '@teamix/utils';
2
+ import { BaseAction } from './base';
3
+ export interface LinkAction extends BaseAction, LocationHistory {
4
+ }
5
+ export declare function useLinkAction(action: LinkAction, actionContext?: any): {
6
+ [x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
7
+ };
8
+ export default useLinkAction;
@@ -6,16 +6,15 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  exports.useLinkAction = useLinkAction;
8
8
  var _utils = require("@teamix/utils");
9
- var _reactRouterDom = require("react-router-dom");
10
9
  var _base = require("./base");
11
10
  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; }
12
11
  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; }
13
12
  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; }
14
13
  function useLinkAction(action, actionContext) {
15
- var navigate = (0, _reactRouterDom.useNavigate)();
14
+ var history = (0, _utils.useRealHistory)();
16
15
  return _objectSpread({}, (0, _base.eventHandler)(action, actionContext, function (context) {
17
16
  var linkAction = (0, _utils.getTargetValue)(action, context);
18
- (0, _utils.goToLink)(linkAction, navigate);
17
+ (0, _utils.goToLink)(linkAction, history);
19
18
  }));
20
19
  }
21
20
  var _default = useLinkAction;
@@ -0,0 +1,7 @@
1
+ import { DialogAction } from './dialog';
2
+ export interface NoticeAction extends DialogAction {
3
+ }
4
+ export declare function useNoticeAction(action: DialogAction, context?: any): {
5
+ [x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
6
+ };
7
+ export default useNoticeAction;
@@ -0,0 +1,9 @@
1
+ import { IPopConfirmProps } from '@teamix/pop-confirm';
2
+ import { DialogAction } from './dialog';
3
+ export declare type PopConfirmAction = DialogAction & Omit<IPopConfirmProps, 'type' | 'trigger'> & {
4
+ popType?: IPopConfirmProps['type'];
5
+ };
6
+ export declare function usePopConfirmAction(action: PopConfirmAction, context?: any): {
7
+ [x: string]: (e: import("react").MouseEvent<HTMLElement, MouseEvent>) => Promise<void>;
8
+ };
9
+ export default usePopConfirmAction;
@@ -0,0 +1,2 @@
1
+ import { ProActionProps } from './';
2
+ export declare function createAction(props: ProActionProps): void;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.createAction = createAction;
7
+ var _ = _interopRequireDefault(require("./"));
8
+ var _reactDom = _interopRequireDefault(require("react-dom"));
9
+ var _react = _interopRequireDefault(require("react"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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; }
12
+ 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; }
13
+ 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; }
14
+ function createAction(props) {
15
+ var parentDom = document.getElementById('teamix-pro-actions-identification-par');
16
+ if (!parentDom) {
17
+ parentDom = document.createElement('div');
18
+ parentDom.setAttribute('id', 'teamix-pro-actions-identification-par');
19
+ document.body.appendChild(parentDom);
20
+ } else {
21
+ parentDom.innerHTML = '';
22
+ }
23
+ var divDom = document.createElement('div');
24
+ divDom.style.display = 'none';
25
+ divDom.setAttribute('class', 'teamix-pro-actions-identification');
26
+ _reactDom.default.render( /*#__PURE__*/_react.default.createElement(_.default, _objectSpread({}, props)), divDom);
27
+ parentDom.appendChild(divDom);
28
+ setTimeout(function () {
29
+ var _divDom$children, _divDom$children$, _divDom$children$$cli;
30
+ // @ts-ignore
31
+ divDom === null || divDom === void 0 ? void 0 : (_divDom$children = divDom.children) === null || _divDom$children === void 0 ? void 0 : (_divDom$children$ = _divDom$children[0]) === null || _divDom$children$ === void 0 ? void 0 : (_divDom$children$$cli = _divDom$children$.click) === null || _divDom$children$$cli === void 0 ? void 0 : _divDom$children$$cli.call(_divDom$children$);
32
+ });
33
+ }
@@ -0,0 +1,9 @@
1
+ import { CommonRequestConfig } from '@teamix/utils';
2
+ import { BaseAction } from './base';
3
+ export interface RequestAction extends CommonRequestConfig, BaseAction {
4
+ }
5
+ export declare function doRequest(action: RequestAction, context?: any, history?: any, extraParams?: any): Promise<unknown>;
6
+ export declare function useRequestAction(action: RequestAction, actionContext?: any): {
7
+ loading: boolean;
8
+ };
9
+ export default useRequestAction;
@@ -7,7 +7,6 @@ exports.default = void 0;
7
7
  exports.doRequest = doRequest;
8
8
  exports.useRequestAction = useRequestAction;
9
9
  var _react = require("react");
10
- var _reactRouterDom = require("react-router-dom");
11
10
  var _utils = require("@teamix/utils");
12
11
  var _base = require("./base");
13
12
  var _excluded = ["method"],
@@ -37,12 +36,12 @@ function useRequestAction(action, actionContext) {
37
36
  _useState2 = _slicedToArray(_useState, 2),
38
37
  loading = _useState2[0],
39
38
  setLoading = _useState2[1];
40
- var navigate = (0, _reactRouterDom.useNavigate)();
39
+ var history = (0, _utils.useRealHistory)();
41
40
  var onFinish = action.onFinish,
42
41
  others = _objectWithoutProperties(action, _excluded2);
43
42
  return _objectSpread(_objectSpread({}, (0, _base.eventHandler)(action, actionContext, function (context) {
44
43
  setLoading(true);
45
- doRequest(_objectSpread({}, others), context, navigate).then(function () {
44
+ doRequest(_objectSpread({}, others), context, history).then(function () {
46
45
  setLoading(false);
47
46
  onFinish && onFinish();
48
47
  }).catch(function () {
@@ -0,0 +1 @@
1
+ export declare function addContext(props?: any, context?: any): any;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { ProCardProps } from './index';
3
+ /**
4
+ * @deprecated 建议使用 ProCardProps 代替
5
+ */
6
+ export declare type ProCardContainerProps = ProCardProps;
7
+ /**
8
+ * @deprecated 建议使用 ProCard 代替
9
+ */
10
+ export declare const ProCardContainer: React.FC<ProCardContainerProps>;
11
+ /**
12
+ * @deprecated 建议使用 ProCardContainer 代替
13
+ */
14
+ export declare const CardContainer: React.FC<ProCardProps>;
15
+ /**
16
+ * @deprecated 建议使用 ProCardContainerProps 代替
17
+ */
18
+ export declare type CardContainerProps = ProCardContainerProps;
@@ -7,24 +7,22 @@ exports.ProCardContainer = exports.CardContainer = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _index = require("./index");
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
+ 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; }
11
+ 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; }
12
+ 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
13
  /**
11
14
  * @deprecated 建议使用 ProCard 代替
12
15
  */
13
16
  var ProCardContainer = function ProCardContainer(props) {
14
- return /*#__PURE__*/_react.default.createElement(_index.ProCard, props);
17
+ return /*#__PURE__*/_react.default.createElement(_index.ProCard, _objectSpread({}, props));
15
18
  };
16
19
  exports.ProCardContainer = ProCardContainer;
17
20
  ProCardContainer.defaultProps = {
18
21
  compacted: true,
19
22
  direction: 'column'
20
23
  };
21
-
22
24
  /**
23
25
  * @deprecated 建议使用 ProCardContainer 代替
24
26
  */
25
27
  var CardContainer = ProCardContainer;
26
-
27
- /**
28
- * @deprecated 建议使用 ProCardContainerProps 代替
29
- */
30
28
  exports.CardContainer = CardContainer;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ declare const ProCardDivider: {
3
+ (props: React.HTMLAttributes<HTMLElement>): JSX.Element;
4
+ isProCardDivider: boolean;
5
+ };
6
+ export default ProCardDivider;
@@ -6,9 +6,11 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
- function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
9
+ 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; }
10
+ 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; }
11
+ 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
12
  var ProCardDivider = function ProCardDivider(props) {
11
- return /*#__PURE__*/_react.default.createElement("div", _extends({
13
+ return /*#__PURE__*/_react.default.createElement("div", _objectSpread({
12
14
  className: "teamix-pro-card-divider"
13
15
  }, props));
14
16
  };
@@ -0,0 +1,109 @@
1
+ import React from 'react';
2
+ import { ProTagItem } from '../field';
3
+ import { ProMessageProps } from '../utils/message';
4
+ import { ProActionGroupProps } from '../actions';
5
+ import './index.scss';
6
+ export * from './card-container';
7
+ export interface ProCardProps extends Omit<React.HTMLAttributes<HTMLElement>, 'title'> {
8
+ /** 内容部分 */
9
+ children?: React.ReactNode;
10
+ /**卡片标题 */
11
+ title?: React.ReactNode;
12
+ /**卡片副标题 */
13
+ subTitle?: React.ReactNode;
14
+ /** 标题右侧图标 hover 提示信息 */
15
+ tooltip?: React.ReactNode;
16
+ /** 标题右侧图标 */
17
+ tooltipIcon?: React.ReactNode;
18
+ /** 标签组 */
19
+ tags?: ProTagItem[];
20
+ /** 标题右侧描述 */
21
+ description?: React.ReactNode;
22
+ /** 额外信息区域,位于卡片右上角,可以配置一些常用轻量操作 */
23
+ extra?: React.ReactNode | ProActionGroupProps;
24
+ /** 卡片操作区域,位于卡片最下方,可以配置一些常用轻量操作 */
25
+ actions?: React.ReactNode | ProActionGroupProps;
26
+ /** 卡片背景图 */
27
+ image?: string;
28
+ /** 位于弹窗内容上方的消息提示区 */
29
+ message?: ProMessageProps;
30
+ /** 卡片标题下方是否有分割线 */
31
+ divider?: boolean;
32
+ /**
33
+ * @deprecated 建议使用 borderColor = 'none' 代替
34
+ */
35
+ bordered?: boolean;
36
+ /** 卡片在 hover 时拥有阴影效果 */
37
+ hoveredShadow?: boolean;
38
+ /** 卡片是否为紧凑模式,紧凑模式下卡片没有内边距和边框 */
39
+ compacted?: boolean;
40
+ /** 卡片内容是否居中展示 */
41
+ centered?: boolean;
42
+ /** 加载中状态 */
43
+ loading?: boolean;
44
+ /** 是否只是内容区加载,标题正常显示 */
45
+ contentLoading?: boolean;
46
+ /** 空状态 */
47
+ empty?: boolean;
48
+ /** 边框颜色 */
49
+ borderColor?: 'blue' | 'green' | 'red' | 'orange' | 'yellow' | 'grey' | 'transparent' | 'none';
50
+ /** 背景色 */
51
+ backgroundColor?: 'blue' | 'green' | 'red' | 'orange' | 'yellow' | 'grey' | 'transparent';
52
+ /** 内容区栅格排列 flex 方向,仅仅在卡片嵌套模式下生效 */
53
+ direction?: 'row' | 'column' | 'row-reverse' | 'column-reverse';
54
+ /** 内容区栅格的间距,仅仅在卡片嵌套模式下生效 */
55
+ spacing?: [number, number] | number;
56
+ /** 内容区栅格超出部分是否换行展示,仅仅在卡片嵌套模式下生效 */
57
+ wrap?: boolean;
58
+ /** 卡片嵌套使用的模式下,子卡片分隔 */
59
+ split?: 'horizontal' | 'vertical';
60
+ /** 卡片嵌套使用的模式下,卡片占父卡片内容区域的栅格数量 */
61
+ col?: number | string;
62
+ /** 卡片是否可折叠 */
63
+ collapsible?: boolean;
64
+ /** 默认是否折叠,用于非受控模式 */
65
+ defaultCollapsed?: boolean;
66
+ /** 是否折叠,受控模式 */
67
+ collapsed?: boolean;
68
+ /** 折叠状态改变的回调函数 */
69
+ onCollapse?: (collapsed: boolean) => void;
70
+ /** 卡片 class */
71
+ className?: string;
72
+ /** 卡片样式 */
73
+ style?: React.CSSProperties;
74
+ /** 卡片内容 class */
75
+ contentClassName?: string;
76
+ /** 卡片内容样式 */
77
+ contentStyle?: React.CSSProperties;
78
+ /** 上下文 */
79
+ context?: any;
80
+ }
81
+ export declare const ProCard: {
82
+ (props: ProCardProps): JSX.Element;
83
+ defaultProps: {
84
+ bordered: boolean;
85
+ spacing: number;
86
+ direction: string;
87
+ };
88
+ Divider: {
89
+ (props: React.HTMLAttributes<HTMLElement>): JSX.Element;
90
+ isProCardDivider: boolean;
91
+ };
92
+ Selectable: {
93
+ (props: import("./selectable").ProCardSelectableProps): JSX.Element;
94
+ defaultProps: {
95
+ hoveredShadow: boolean;
96
+ };
97
+ isProCard: boolean;
98
+ };
99
+ Tab: {
100
+ (props: import("@alifd/next/types/tab").TabProps): JSX.Element;
101
+ Item: typeof import("@alifd/next/types/tab").Item;
102
+ };
103
+ isProCard: boolean;
104
+ };
105
+ export default ProCard;
106
+ /**
107
+ * @deprecated 建议使用 ProCardProps 代替
108
+ */
109
+ export declare type CardProps = ProCardProps;