@teamix/pro 1.5.0 → 1.5.1-aplha.0

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 (414) hide show
  1. package/dist/pro.css +1 -1
  2. package/dist/pro.js +75238 -61040
  3. package/dist/pro.min.css +1 -1
  4. package/dist/pro.min.js +1 -1
  5. package/es/actions/dialog-component.js +1 -7
  6. package/es/actions/dialog-form.js +5 -3
  7. package/es/actions/dialog.js +1 -1
  8. package/es/actions/index.js +66 -32
  9. package/es/actions/request.js +2 -2
  10. package/es/card/card-container.js +9 -9
  11. package/es/card/divider.js +2 -6
  12. package/es/card/index.js +14 -8
  13. package/es/card/selectable.js +2 -6
  14. package/es/card/tab.js +2 -6
  15. package/es/form/Components/Editable/index.js +1 -1
  16. package/es/form/Components/FormGroup/index.js +5 -3
  17. package/es/form/Components/LightFilter/index.js +8 -2
  18. package/es/form/Components/ProField/index.js +2 -6
  19. package/es/form/Components/Text/index.js +2 -6
  20. package/es/form/Filter/AdvancedFilter.js +18 -15
  21. package/es/form/Filter/LightFilter.js +13 -10
  22. package/es/form/Filter/SimpleFilter.js +10 -6
  23. package/es/form/Filter/index.js +7 -10
  24. package/es/form/Filter/index2.js +21 -17
  25. package/es/form/ProForm/index.js +4 -2
  26. package/es/form/ProForm/useFormDisplayValues.js +1 -1
  27. package/es/form/SchemaForm/reactions.js +2 -1
  28. package/es/form/utils.js +8 -1
  29. package/es/index.js +1 -1
  30. package/es/info/components/InfoGroup/index.js +2 -6
  31. package/es/info/components/InfoValueItem/index.js +23 -21
  32. package/es/info/components/tableInfo/index.js +5 -4
  33. package/es/info/index.js +8 -5
  34. package/es/nocode/index.js +2 -2
  35. package/es/nocode/pages/index.js +4 -3
  36. package/es/nocode/pages/playground.js +3 -7
  37. package/es/nocode/pages/renderer.js +4 -8
  38. package/es/nocode/playground.js +2 -6
  39. package/es/page-header/index.js +12 -7
  40. package/es/sidebar/components/sidebar-container/index.js +5 -9
  41. package/es/sidebar/components/tree/index.js +2 -6
  42. package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +2 -6
  43. package/es/sidebar/components/tree-node/components/IconAction/index.js +4 -2
  44. package/es/sidebar/components/tree-node/index.js +21 -18
  45. package/es/sidebar/index.js +3 -5
  46. package/es/sidebar/utils/index.js +11 -11
  47. package/es/table/components/Layout/index.js +14 -10
  48. package/es/table/components/Pagination/index.js +10 -14
  49. package/es/table/components/QuickAction/index.js +4 -2
  50. package/es/table/components/ToolBar/DensityIcon.js +2 -3
  51. package/es/table/components/ToolBar/RefreshIcon.js +2 -1
  52. package/es/table/components/ToolBar/index.js +1 -5
  53. package/es/table/index.js +34 -27
  54. package/es/table/utils/columnRender.js +27 -25
  55. package/es/table/utils/genProColumnToColumn.js +1 -1
  56. package/es/table/utils/index.js +2 -2
  57. package/es/table/utils/pureColumnRender.js +4 -2
  58. package/es/table/utils/pureGenProColumnToColumn.js +1 -1
  59. package/es/templates/List/index.js +4 -8
  60. package/es/templates/index.js +2 -1
  61. package/es/timeline/ProTimeLineItem/index.js +2 -6
  62. package/es/timeline/index.js +3 -7
  63. package/es/utils/message.js +3 -7
  64. package/lib/actions/dialog-component.js +1 -7
  65. package/lib/actions/dialog-form.js +5 -3
  66. package/lib/actions/dialog.js +1 -1
  67. package/lib/actions/index.js +65 -32
  68. package/lib/card/card-container.js +5 -7
  69. package/lib/card/divider.js +2 -6
  70. package/lib/card/index.js +14 -7
  71. package/lib/card/selectable.js +2 -6
  72. package/lib/card/tab.js +2 -6
  73. package/lib/form/Components/Editable/index.js +1 -1
  74. package/lib/form/Components/FormGroup/index.js +5 -3
  75. package/lib/form/Components/LightFilter/index.js +8 -2
  76. package/lib/form/Components/ProField/index.js +2 -6
  77. package/lib/form/Components/Text/index.js +2 -6
  78. package/lib/form/Filter/AdvancedFilter.js +17 -14
  79. package/lib/form/Filter/LightFilter.js +12 -9
  80. package/lib/form/Filter/SimpleFilter.js +8 -5
  81. package/lib/form/Filter/index.js +6 -9
  82. package/lib/form/Filter/index2.js +21 -17
  83. package/lib/form/ProForm/index.js +4 -2
  84. package/lib/form/typing.js +1 -5
  85. package/lib/form/utils.js +7 -0
  86. package/lib/index.js +1 -1
  87. package/lib/info/components/InfoGroup/index.js +2 -6
  88. package/lib/info/components/InfoValueItem/index.js +23 -21
  89. package/lib/info/components/tableInfo/index.js +5 -4
  90. package/lib/info/index.js +8 -5
  91. package/lib/info/typing.js +1 -5
  92. package/lib/nocode/pages/index.js +2 -2
  93. package/lib/nocode/pages/playground.js +3 -7
  94. package/lib/nocode/pages/renderer.js +4 -8
  95. package/lib/nocode/playground.js +2 -6
  96. package/lib/page-header/index.js +12 -6
  97. package/lib/sidebar/components/sidebar-container/index.js +5 -9
  98. package/lib/sidebar/components/tree/index.js +2 -6
  99. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +2 -6
  100. package/lib/sidebar/components/tree-node/components/IconAction/index.js +4 -2
  101. package/lib/sidebar/components/tree-node/index.js +21 -18
  102. package/lib/sidebar/index.js +3 -5
  103. package/lib/sidebar/typing.js +1 -5
  104. package/lib/sidebar/utils/index.js +11 -11
  105. package/lib/table/components/Layout/index.js +15 -11
  106. package/lib/table/components/Pagination/index.js +10 -14
  107. package/lib/table/components/QuickAction/index.js +4 -2
  108. package/lib/table/components/ToolBar/DensityIcon.js +2 -3
  109. package/lib/table/components/ToolBar/RefreshIcon.js +2 -1
  110. package/lib/table/components/ToolBar/index.js +1 -5
  111. package/lib/table/index.js +35 -28
  112. package/lib/table/typing.js +1 -5
  113. package/lib/table/utils/columnRender.js +27 -25
  114. package/lib/table/utils/pureColumnRender.js +3 -1
  115. package/lib/templates/List/index.js +4 -8
  116. package/lib/timeline/ProTimeLineItem/index.js +2 -6
  117. package/lib/timeline/index.js +3 -7
  118. package/lib/timeline/typing.js +1 -5
  119. package/lib/utils/message.js +3 -7
  120. package/package.json +1 -1
  121. package/es/actions/base.d.ts +0 -24
  122. package/es/actions/confirm.d.ts +0 -7
  123. package/es/actions/danger-confirm.d.ts +0 -7
  124. package/es/actions/danger-pop-confirm.d.ts +0 -5
  125. package/es/actions/dialog-component.d.ts +0 -10
  126. package/es/actions/dialog-form.d.ts +0 -29
  127. package/es/actions/dialog-info.d.ts +0 -9
  128. package/es/actions/dialog-table.d.ts +0 -9
  129. package/es/actions/dialog.d.ts +0 -40
  130. package/es/actions/drawer-form.d.ts +0 -6
  131. package/es/actions/drawer-info.d.ts +0 -6
  132. package/es/actions/drawer-table.d.ts +0 -6
  133. package/es/actions/drawer.d.ts +0 -6
  134. package/es/actions/error.d.ts +0 -7
  135. package/es/actions/index.d.ts +0 -107
  136. package/es/actions/link.d.ts +0 -8
  137. package/es/actions/notice.d.ts +0 -7
  138. package/es/actions/pop-confirm.d.ts +0 -9
  139. package/es/actions/request.d.ts +0 -9
  140. package/es/actions/utils.d.ts +0 -1
  141. package/es/card/card-container.d.ts +0 -18
  142. package/es/card/divider.d.ts +0 -6
  143. package/es/card/index.d.ts +0 -109
  144. package/es/card/selectable.d.ts +0 -13
  145. package/es/card/tab.d.ts +0 -6
  146. package/es/card/utils.d.ts +0 -9
  147. package/es/field/index.d.ts +0 -3
  148. package/es/form/Components/Editable/index.d.ts +0 -20
  149. package/es/form/Components/FormGroup/index.d.ts +0 -13
  150. package/es/form/Components/LightFilter/componentMap.d.ts +0 -3
  151. package/es/form/Components/LightFilter/index.d.ts +0 -17
  152. package/es/form/Components/ProField/index.d.ts +0 -2
  153. package/es/form/Components/ProField/mapDateFormat.d.ts +0 -3
  154. package/es/form/Components/Text/index.d.ts +0 -7
  155. package/es/form/Filter/AdvancedFilter.d.ts +0 -7
  156. package/es/form/Filter/Layout.d.ts +0 -5
  157. package/es/form/Filter/LightFilter.d.ts +0 -7
  158. package/es/form/Filter/SimpleFilter.d.ts +0 -7
  159. package/es/form/Filter/index.d.ts +0 -9
  160. package/es/form/Filter/index2.d.ts +0 -13
  161. package/es/form/Filter/useBindUrl.d.ts +0 -2
  162. package/es/form/Filter/useSpecialProps.d.ts +0 -6
  163. package/es/form/ProForm/addCascadeEffect.d.ts +0 -2
  164. package/es/form/ProForm/customComponent.d.ts +0 -3
  165. package/es/form/ProForm/index.d.ts +0 -5
  166. package/es/form/ProForm/useAutoLayout.d.ts +0 -9
  167. package/es/form/ProForm/useAutoSubmit.d.ts +0 -6
  168. package/es/form/ProForm/useFieldRequest.d.ts +0 -5
  169. package/es/form/ProForm/useFormDisplayValues.d.ts +0 -4
  170. package/es/form/ProForm/useInitialRequest.d.ts +0 -6
  171. package/es/form/SchemaForm/adapterComponent.d.ts +0 -5
  172. package/es/form/SchemaForm/adapterDecorator.d.ts +0 -6
  173. package/es/form/SchemaForm/adapterType.d.ts +0 -5
  174. package/es/form/SchemaForm/index.d.ts +0 -4
  175. package/es/form/SchemaForm/initializeArrayCards.d.ts +0 -3
  176. package/es/form/SchemaForm/initializeArrayCollapse.d.ts +0 -3
  177. package/es/form/SchemaForm/initializeArrayItems.d.ts +0 -3
  178. package/es/form/SchemaForm/initializeArrayTable.d.ts +0 -3
  179. package/es/form/SchemaForm/initializeDataSource.d.ts +0 -15
  180. package/es/form/SchemaForm/initializeFormButton.d.ts +0 -3
  181. package/es/form/SchemaForm/initializeFormCollapse.d.ts +0 -3
  182. package/es/form/SchemaForm/initializeFormGroup.d.ts +0 -3
  183. package/es/form/SchemaForm/initializeFormStep.d.ts +0 -5
  184. package/es/form/SchemaForm/initializeFormTab.d.ts +0 -3
  185. package/es/form/SchemaForm/initializeReactions.d.ts +0 -2
  186. package/es/form/SchemaForm/initializeRequest.d.ts +0 -11
  187. package/es/form/SchemaForm/initializeRules.d.ts +0 -11
  188. package/es/form/SchemaForm/initializeSelectTable.d.ts +0 -3
  189. package/es/form/SchemaForm/reactions.d.ts +0 -6
  190. package/es/form/docs/ActionResponse.d.ts +0 -7
  191. package/es/form/fieldTypeMap.d.ts +0 -7
  192. package/es/form/index.d.ts +0 -125
  193. package/es/form/locales/validate.d.ts +0 -159
  194. package/es/form/schemaNameMap.d.ts +0 -5
  195. package/es/form/typing.d.ts +0 -192
  196. package/es/form/utils.d.ts +0 -55
  197. package/es/form/warning.d.ts +0 -3
  198. package/es/hooks/index.d.ts +0 -2
  199. package/es/index-without-icon.d.ts +0 -32
  200. package/es/index.d.ts +0 -32
  201. package/es/info/components/InfoGroup/index.d.ts +0 -5
  202. package/es/info/components/InfoValueItem/index.d.ts +0 -5
  203. package/es/info/components/ProInfoItem/index.d.ts +0 -5
  204. package/es/info/components/baseInfo/index.d.ts +0 -8
  205. package/es/info/components/headerInfo/index.d.ts +0 -8
  206. package/es/info/components/tableInfo/index.d.ts +0 -7
  207. package/es/info/index.d.ts +0 -10
  208. package/es/info/typing.d.ts +0 -218
  209. package/es/info/utils/index.d.ts +0 -20
  210. package/es/info/utils/layout.d.ts +0 -2
  211. package/es/info/utils/utils.d.ts +0 -1
  212. package/es/layout/index.d.ts +0 -2
  213. package/es/nocode/configurators/Card.d.ts +0 -3
  214. package/es/nocode/configurators/PageHeader.d.ts +0 -3
  215. package/es/nocode/configurators/ProTable.d.ts +0 -3
  216. package/es/nocode/configurators/common.d.ts +0 -280
  217. package/es/nocode/configurators/index.d.ts +0 -15
  218. package/es/nocode/configurators/map.d.ts +0 -2
  219. package/es/nocode/index.d.ts +0 -8
  220. package/es/nocode/pages/editor.d.ts +0 -12
  221. package/es/nocode/pages/index.d.ts +0 -14
  222. package/es/nocode/pages/playground.d.ts +0 -11
  223. package/es/nocode/pages/renderer.d.ts +0 -10
  224. package/es/nocode/playground.d.ts +0 -14
  225. package/es/page-container/index.d.ts +0 -3
  226. package/es/page-header/index.d.ts +0 -74
  227. package/es/sidebar/components/sidebar-container/index.d.ts +0 -5
  228. package/es/sidebar/components/tree/index.d.ts +0 -6
  229. package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +0 -15
  230. package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +0 -12
  231. package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +0 -23
  232. package/es/sidebar/components/tree-node/index.d.ts +0 -7
  233. package/es/sidebar/index.d.ts +0 -7
  234. package/es/sidebar/typing.d.ts +0 -141
  235. package/es/sidebar/utils/action-ref.d.ts +0 -3
  236. package/es/sidebar/utils/index.d.ts +0 -361
  237. package/es/skeleton/index.d.ts +0 -3
  238. package/es/table/components/EmptyContent/index.d.ts +0 -2
  239. package/es/table/components/Filter/index.d.ts +0 -9
  240. package/es/table/components/Layout/index.d.ts +0 -5
  241. package/es/table/components/Pagination/index.d.ts +0 -7
  242. package/es/table/components/QuickAction/index.d.ts +0 -10
  243. package/es/table/components/ToolBar/DensityIcon.d.ts +0 -4
  244. package/es/table/components/ToolBar/FilterColumnIcon.d.ts +0 -4
  245. package/es/table/components/ToolBar/FullScreenIcon.d.ts +0 -4
  246. package/es/table/components/ToolBar/Fullscreen.d.ts +0 -10
  247. package/es/table/components/ToolBar/RefreshIcon.d.ts +0 -4
  248. package/es/table/components/ToolBar/index.d.ts +0 -5
  249. package/es/table/index.d.ts +0 -5
  250. package/es/table/typing.d.ts +0 -302
  251. package/es/table/utils/columnRender.d.ts +0 -13
  252. package/es/table/utils/genProColumnToColumn.d.ts +0 -13
  253. package/es/table/utils/getTableProps.d.ts +0 -2
  254. package/es/table/utils/getTableSortIcons.d.ts +0 -3
  255. package/es/table/utils/index.d.ts +0 -19
  256. package/es/table/utils/pureColumnRender.d.ts +0 -9
  257. package/es/table/utils/pureGenProColumnToColumn.d.ts +0 -7
  258. package/es/table/utils/useTableSelection.d.ts +0 -3
  259. package/es/templates/Detail/index.d.ts +0 -2
  260. package/es/templates/Form/index.d.ts +0 -2
  261. package/es/templates/List/index.d.ts +0 -9
  262. package/es/templates/index.d.ts +0 -3
  263. package/es/timeline/ProTimeLineItem/index.d.ts +0 -5
  264. package/es/timeline/index.d.ts +0 -10
  265. package/es/timeline/typing.d.ts +0 -106
  266. package/es/utils/index.d.ts +0 -3
  267. package/es/utils/message.d.ts +0 -3
  268. package/lib/actions/base.d.ts +0 -24
  269. package/lib/actions/confirm.d.ts +0 -7
  270. package/lib/actions/danger-confirm.d.ts +0 -7
  271. package/lib/actions/danger-pop-confirm.d.ts +0 -5
  272. package/lib/actions/dialog-component.d.ts +0 -10
  273. package/lib/actions/dialog-form.d.ts +0 -29
  274. package/lib/actions/dialog-info.d.ts +0 -9
  275. package/lib/actions/dialog-table.d.ts +0 -9
  276. package/lib/actions/dialog.d.ts +0 -40
  277. package/lib/actions/drawer-form.d.ts +0 -6
  278. package/lib/actions/drawer-info.d.ts +0 -6
  279. package/lib/actions/drawer-table.d.ts +0 -6
  280. package/lib/actions/drawer.d.ts +0 -6
  281. package/lib/actions/error.d.ts +0 -7
  282. package/lib/actions/index.d.ts +0 -107
  283. package/lib/actions/link.d.ts +0 -8
  284. package/lib/actions/notice.d.ts +0 -7
  285. package/lib/actions/pop-confirm.d.ts +0 -9
  286. package/lib/actions/request.d.ts +0 -9
  287. package/lib/actions/utils.d.ts +0 -1
  288. package/lib/card/card-container.d.ts +0 -18
  289. package/lib/card/divider.d.ts +0 -6
  290. package/lib/card/index.d.ts +0 -109
  291. package/lib/card/selectable.d.ts +0 -13
  292. package/lib/card/tab.d.ts +0 -6
  293. package/lib/card/utils.d.ts +0 -9
  294. package/lib/field/index.d.ts +0 -3
  295. package/lib/form/Components/Editable/index.d.ts +0 -20
  296. package/lib/form/Components/FormGroup/index.d.ts +0 -13
  297. package/lib/form/Components/LightFilter/componentMap.d.ts +0 -3
  298. package/lib/form/Components/LightFilter/index.d.ts +0 -17
  299. package/lib/form/Components/ProField/index.d.ts +0 -2
  300. package/lib/form/Components/ProField/mapDateFormat.d.ts +0 -3
  301. package/lib/form/Components/Text/index.d.ts +0 -7
  302. package/lib/form/Filter/AdvancedFilter.d.ts +0 -7
  303. package/lib/form/Filter/Layout.d.ts +0 -5
  304. package/lib/form/Filter/LightFilter.d.ts +0 -7
  305. package/lib/form/Filter/SimpleFilter.d.ts +0 -7
  306. package/lib/form/Filter/index.d.ts +0 -9
  307. package/lib/form/Filter/index2.d.ts +0 -13
  308. package/lib/form/Filter/useBindUrl.d.ts +0 -2
  309. package/lib/form/Filter/useSpecialProps.d.ts +0 -6
  310. package/lib/form/ProForm/addCascadeEffect.d.ts +0 -2
  311. package/lib/form/ProForm/customComponent.d.ts +0 -3
  312. package/lib/form/ProForm/index.d.ts +0 -5
  313. package/lib/form/ProForm/useAutoLayout.d.ts +0 -9
  314. package/lib/form/ProForm/useAutoSubmit.d.ts +0 -6
  315. package/lib/form/ProForm/useFieldRequest.d.ts +0 -5
  316. package/lib/form/ProForm/useFormDisplayValues.d.ts +0 -4
  317. package/lib/form/ProForm/useInitialRequest.d.ts +0 -6
  318. package/lib/form/SchemaForm/adapterComponent.d.ts +0 -5
  319. package/lib/form/SchemaForm/adapterDecorator.d.ts +0 -6
  320. package/lib/form/SchemaForm/adapterType.d.ts +0 -5
  321. package/lib/form/SchemaForm/index.d.ts +0 -4
  322. package/lib/form/SchemaForm/initializeArrayCards.d.ts +0 -3
  323. package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +0 -3
  324. package/lib/form/SchemaForm/initializeArrayItems.d.ts +0 -3
  325. package/lib/form/SchemaForm/initializeArrayTable.d.ts +0 -3
  326. package/lib/form/SchemaForm/initializeDataSource.d.ts +0 -15
  327. package/lib/form/SchemaForm/initializeFormButton.d.ts +0 -3
  328. package/lib/form/SchemaForm/initializeFormCollapse.d.ts +0 -3
  329. package/lib/form/SchemaForm/initializeFormGroup.d.ts +0 -3
  330. package/lib/form/SchemaForm/initializeFormStep.d.ts +0 -5
  331. package/lib/form/SchemaForm/initializeFormTab.d.ts +0 -3
  332. package/lib/form/SchemaForm/initializeReactions.d.ts +0 -2
  333. package/lib/form/SchemaForm/initializeRequest.d.ts +0 -11
  334. package/lib/form/SchemaForm/initializeRules.d.ts +0 -11
  335. package/lib/form/SchemaForm/initializeSelectTable.d.ts +0 -3
  336. package/lib/form/SchemaForm/reactions.d.ts +0 -6
  337. package/lib/form/docs/ActionResponse.d.ts +0 -7
  338. package/lib/form/fieldTypeMap.d.ts +0 -7
  339. package/lib/form/index.d.ts +0 -125
  340. package/lib/form/locales/validate.d.ts +0 -159
  341. package/lib/form/schemaNameMap.d.ts +0 -5
  342. package/lib/form/typing.d.ts +0 -192
  343. package/lib/form/utils.d.ts +0 -55
  344. package/lib/form/warning.d.ts +0 -3
  345. package/lib/hooks/index.d.ts +0 -2
  346. package/lib/index-without-icon.d.ts +0 -32
  347. package/lib/index.d.ts +0 -32
  348. package/lib/info/components/InfoGroup/index.d.ts +0 -5
  349. package/lib/info/components/InfoValueItem/index.d.ts +0 -5
  350. package/lib/info/components/ProInfoItem/index.d.ts +0 -5
  351. package/lib/info/components/baseInfo/index.d.ts +0 -8
  352. package/lib/info/components/headerInfo/index.d.ts +0 -8
  353. package/lib/info/components/tableInfo/index.d.ts +0 -7
  354. package/lib/info/index.d.ts +0 -10
  355. package/lib/info/typing.d.ts +0 -218
  356. package/lib/info/utils/index.d.ts +0 -20
  357. package/lib/info/utils/layout.d.ts +0 -2
  358. package/lib/info/utils/utils.d.ts +0 -1
  359. package/lib/layout/index.d.ts +0 -2
  360. package/lib/nocode/configurators/Card.d.ts +0 -3
  361. package/lib/nocode/configurators/PageHeader.d.ts +0 -3
  362. package/lib/nocode/configurators/ProTable.d.ts +0 -3
  363. package/lib/nocode/configurators/common.d.ts +0 -280
  364. package/lib/nocode/configurators/index.d.ts +0 -15
  365. package/lib/nocode/configurators/map.d.ts +0 -2
  366. package/lib/nocode/index.d.ts +0 -8
  367. package/lib/nocode/pages/editor.d.ts +0 -12
  368. package/lib/nocode/pages/index.d.ts +0 -14
  369. package/lib/nocode/pages/playground.d.ts +0 -11
  370. package/lib/nocode/pages/renderer.d.ts +0 -10
  371. package/lib/nocode/playground.d.ts +0 -14
  372. package/lib/page-container/index.d.ts +0 -3
  373. package/lib/page-header/index.d.ts +0 -74
  374. package/lib/sidebar/components/sidebar-container/index.d.ts +0 -5
  375. package/lib/sidebar/components/tree/index.d.ts +0 -6
  376. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +0 -15
  377. package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +0 -12
  378. package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +0 -23
  379. package/lib/sidebar/components/tree-node/index.d.ts +0 -7
  380. package/lib/sidebar/index.d.ts +0 -7
  381. package/lib/sidebar/typing.d.ts +0 -141
  382. package/lib/sidebar/utils/action-ref.d.ts +0 -3
  383. package/lib/sidebar/utils/index.d.ts +0 -361
  384. package/lib/skeleton/index.d.ts +0 -3
  385. package/lib/table/components/EmptyContent/index.d.ts +0 -2
  386. package/lib/table/components/Filter/index.d.ts +0 -9
  387. package/lib/table/components/Layout/index.d.ts +0 -5
  388. package/lib/table/components/Pagination/index.d.ts +0 -7
  389. package/lib/table/components/QuickAction/index.d.ts +0 -10
  390. package/lib/table/components/ToolBar/DensityIcon.d.ts +0 -4
  391. package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +0 -4
  392. package/lib/table/components/ToolBar/FullScreenIcon.d.ts +0 -4
  393. package/lib/table/components/ToolBar/Fullscreen.d.ts +0 -10
  394. package/lib/table/components/ToolBar/RefreshIcon.d.ts +0 -4
  395. package/lib/table/components/ToolBar/index.d.ts +0 -5
  396. package/lib/table/index.d.ts +0 -5
  397. package/lib/table/typing.d.ts +0 -302
  398. package/lib/table/utils/columnRender.d.ts +0 -13
  399. package/lib/table/utils/genProColumnToColumn.d.ts +0 -13
  400. package/lib/table/utils/getTableProps.d.ts +0 -2
  401. package/lib/table/utils/getTableSortIcons.d.ts +0 -3
  402. package/lib/table/utils/index.d.ts +0 -19
  403. package/lib/table/utils/pureColumnRender.d.ts +0 -9
  404. package/lib/table/utils/pureGenProColumnToColumn.d.ts +0 -7
  405. package/lib/table/utils/useTableSelection.d.ts +0 -3
  406. package/lib/templates/Detail/index.d.ts +0 -2
  407. package/lib/templates/Form/index.d.ts +0 -2
  408. package/lib/templates/List/index.d.ts +0 -9
  409. package/lib/templates/index.d.ts +0 -3
  410. package/lib/timeline/ProTimeLineItem/index.d.ts +0 -5
  411. package/lib/timeline/index.d.ts +0 -10
  412. package/lib/timeline/typing.d.ts +0 -106
  413. package/lib/utils/index.d.ts +0 -3
  414. package/lib/utils/message.d.ts +0 -3
@@ -1,280 +0,0 @@
1
- export declare function array(title: string, name: string, fields: any[], main?: string, arrayTitle?: string): {
2
- title: string;
3
- children: {
4
- name: string;
5
- title: string | undefined;
6
- component: string;
7
- items: {
8
- type: string;
9
- decorator: string;
10
- children: ({
11
- component: string;
12
- children: {
13
- component: string;
14
- }[];
15
- name?: undefined;
16
- type?: undefined;
17
- title?: undefined;
18
- reactions?: undefined;
19
- } | {
20
- name: string;
21
- component: string;
22
- type: string;
23
- title: string;
24
- reactions: {
25
- dependencies: string[];
26
- fulfill: {
27
- schema: {
28
- title: string;
29
- };
30
- };
31
- };
32
- children: {
33
- name: string;
34
- component: string;
35
- props: {
36
- layout: string;
37
- labelAlign: string;
38
- colon: boolean;
39
- labelCol: number;
40
- wrapperCol: number;
41
- };
42
- children: any[];
43
- }[];
44
- } | {
45
- component: string;
46
- children?: undefined;
47
- name?: undefined;
48
- type?: undefined;
49
- title?: undefined;
50
- reactions?: undefined;
51
- })[];
52
- };
53
- children: {
54
- component: string;
55
- props: {
56
- title: string;
57
- };
58
- }[];
59
- }[];
60
- };
61
- export declare function actions(props?: {
62
- title?: string;
63
- name?: string;
64
- arrayTitle?: string;
65
- }): {
66
- title: string;
67
- children: {
68
- name: string;
69
- title: string | undefined;
70
- component: string;
71
- items: {
72
- type: string;
73
- decorator: string;
74
- children: ({
75
- component: string;
76
- children: {
77
- component: string;
78
- }[];
79
- name?: undefined;
80
- type?: undefined;
81
- title?: undefined;
82
- reactions?: undefined;
83
- } | {
84
- name: string;
85
- component: string;
86
- type: string;
87
- title: string;
88
- reactions: {
89
- dependencies: string[];
90
- fulfill: {
91
- schema: {
92
- title: string;
93
- };
94
- };
95
- };
96
- children: {
97
- name: string;
98
- component: string;
99
- props: {
100
- layout: string;
101
- labelAlign: string;
102
- colon: boolean;
103
- labelCol: number;
104
- wrapperCol: number;
105
- };
106
- children: any[];
107
- }[];
108
- } | {
109
- component: string;
110
- children?: undefined;
111
- name?: undefined;
112
- type?: undefined;
113
- title?: undefined;
114
- reactions?: undefined;
115
- })[];
116
- };
117
- children: {
118
- component: string;
119
- props: {
120
- title: string;
121
- };
122
- }[];
123
- }[];
124
- };
125
- export declare function actionGroup(title: string, name: string): {
126
- title: string;
127
- name: string;
128
- type: string;
129
- children: {
130
- component: string;
131
- children: ({
132
- title: string;
133
- children: {
134
- name: string;
135
- title: string | undefined;
136
- component: string;
137
- items: {
138
- type: string;
139
- decorator: string;
140
- children: ({
141
- component: string;
142
- children: {
143
- component: string;
144
- }[];
145
- name?: undefined;
146
- type?: undefined;
147
- title?: undefined;
148
- reactions?: undefined;
149
- } | {
150
- name: string;
151
- component: string;
152
- type: string;
153
- title: string;
154
- reactions: {
155
- dependencies: string[];
156
- fulfill: {
157
- schema: {
158
- title: string;
159
- };
160
- };
161
- };
162
- children: {
163
- name: string;
164
- component: string;
165
- props: {
166
- layout: string;
167
- labelAlign: string;
168
- colon: boolean;
169
- labelCol: number;
170
- wrapperCol: number;
171
- };
172
- children: any[];
173
- }[];
174
- } | {
175
- component: string;
176
- children?: undefined;
177
- name?: undefined;
178
- type?: undefined;
179
- title?: undefined;
180
- reactions?: undefined;
181
- })[];
182
- };
183
- children: {
184
- component: string;
185
- props: {
186
- title: string;
187
- };
188
- }[];
189
- }[];
190
- } | {
191
- title: string;
192
- children: ({
193
- name: string;
194
- title: string;
195
- component: string;
196
- dataSource: {
197
- label: string;
198
- value: string;
199
- }[];
200
- default: string;
201
- } | {
202
- name: string;
203
- title: string;
204
- component: string;
205
- default: number;
206
- dataSource?: undefined;
207
- } | {
208
- name: string;
209
- title: string;
210
- component: string;
211
- default: string;
212
- dataSource?: undefined;
213
- })[];
214
- })[];
215
- }[];
216
- };
217
- export declare function filter(name: string): {
218
- name: string;
219
- type: string;
220
- children: {
221
- title: string;
222
- children: {
223
- name: string;
224
- title: string | undefined;
225
- component: string;
226
- items: {
227
- type: string;
228
- decorator: string;
229
- children: ({
230
- component: string;
231
- children: {
232
- component: string;
233
- }[];
234
- name?: undefined;
235
- type?: undefined;
236
- title?: undefined;
237
- reactions?: undefined;
238
- } | {
239
- name: string;
240
- component: string;
241
- type: string;
242
- title: string;
243
- reactions: {
244
- dependencies: string[];
245
- fulfill: {
246
- schema: {
247
- title: string;
248
- };
249
- };
250
- };
251
- children: {
252
- name: string;
253
- component: string;
254
- props: {
255
- layout: string;
256
- labelAlign: string;
257
- colon: boolean;
258
- labelCol: number;
259
- wrapperCol: number;
260
- };
261
- children: any[];
262
- }[];
263
- } | {
264
- component: string;
265
- children?: undefined;
266
- name?: undefined;
267
- type?: undefined;
268
- title?: undefined;
269
- reactions?: undefined;
270
- })[];
271
- };
272
- children: {
273
- component: string;
274
- props: {
275
- title: string;
276
- };
277
- }[];
278
- }[];
279
- }[];
280
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- export declare type ConfiguratorSchema = any[];
3
- export interface Configurator<T = any> {
4
- schema: ConfiguratorSchema;
5
- initialValues?: T;
6
- defaultValues?: T;
7
- }
8
- export declare type ConfiguratorMap = {
9
- [key: string]: Configurator;
10
- };
11
- export interface ConfiguratorProps<T = any> {
12
- initialValues?: T;
13
- onValuesChange?: (values: T) => void;
14
- }
15
- export declare const initConfigurator: <T>(schema: ConfiguratorSchema, defaultInitialValues?: T, defaultValues?: T) => React.FC<ConfiguratorProps<T>>;
@@ -1,2 +0,0 @@
1
- import { ConfiguratorMap } from '.';
2
- export declare const ComponentConfiguratorMap: ConfiguratorMap;
@@ -1,8 +0,0 @@
1
- import './index.scss';
2
- import PageContainer from '../page-container';
3
- export { PageContainer };
4
- export type { PageProps } from '../page-container';
5
- export * from './configurators';
6
- export * from './configurators/map';
7
- export * from './pages';
8
- export * from './playground';
@@ -1,12 +0,0 @@
1
- import { Field } from '@alicloudfe/components';
2
- import { ConfiguratorMap } from '../configurators';
3
- import { PageMap, PageType, PageDefaultInitialValues } from '.';
4
- export interface PageEditorProps {
5
- type: PageType;
6
- initialValues?: any;
7
- field?: Field;
8
- configuratorMap?: ConfiguratorMap;
9
- pageMap?: PageMap;
10
- pageDefaultInitialValues?: PageDefaultInitialValues;
11
- }
12
- export declare const PageEditor: (props: PageEditorProps) => JSX.Element;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import { PageProps } from '../../page-container';
3
- export * from './editor';
4
- export * from './playground';
5
- export * from './renderer';
6
- export declare type PageType = 'LIST' | 'DETAIL' | 'FORM' | string;
7
- export declare type PageMap = {
8
- [key in PageType]: React.FC<PageProps>;
9
- };
10
- export declare const PageMap: PageMap;
11
- export declare type PageDefaultInitialValues = {
12
- [key in PageType]: any;
13
- };
14
- export declare const PageDefaultInitialValues: PageDefaultInitialValues;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { PageProps } from '../../page-container';
3
- import { ConfiguratorMap } from '../configurators';
4
- interface PagePlayGroundProps<T = any> {
5
- initialValues: T;
6
- page: React.FC<PageProps<T>>;
7
- onValuesChange?: (values: any) => void;
8
- configuratorMap?: ConfiguratorMap;
9
- }
10
- export declare const PagePlayground: (props: PagePlayGroundProps) => JSX.Element;
11
- export {};
@@ -1,10 +0,0 @@
1
- import { PageProps } from '../../page-container';
2
- import { PageMap } from '.';
3
- export interface PageRendererProps<T = any> extends PageProps<T> {
4
- type?: any;
5
- error?: any;
6
- title?: string;
7
- pageMap?: PageMap;
8
- }
9
- export declare const PageRenderer: (props: PageRendererProps) => JSX.Element;
10
- export default PageRenderer;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import { Configurator } from './configurators';
3
- export interface PlayGroundLayoutProps {
4
- component: React.ReactNode;
5
- configurator: React.ReactNode;
6
- tools?: React.ReactNode;
7
- }
8
- export declare const PlayGroundLayout: (props: PlayGroundLayoutProps) => JSX.Element;
9
- export interface PlayGround<T = any> {
10
- component: React.FC<T>;
11
- configurator: Configurator;
12
- initialValues: T;
13
- }
14
- export declare const PlayGround: <T extends {}>(props: PlayGround<T>) => JSX.Element;
@@ -1,3 +0,0 @@
1
- import ProPageContainer from '@teamix/pro-page-container';
2
- export * from '@teamix/pro-page-container';
3
- export default ProPageContainer;
@@ -1,74 +0,0 @@
1
- import React from 'react';
2
- import { ItemProps } from '@alicloudfe/components/types/breadcrumb';
3
- import { LinkPath } from '@teamix/utils';
4
- import { CapsuleTabType, ProTagItem } from '../field';
5
- import { ProActionGroupProps } from '../actions';
6
- import { ProInfoProps } from '../info';
7
- import './index.scss';
8
- export interface ProPageHeaderBreadcrumbItem extends ItemProps {
9
- /**
10
- * @deprecated 建议使用 children 代替
11
- */
12
- text?: string;
13
- }
14
- export declare type ProPageHeaderTagItem = ProTagItem;
15
- declare type Color = 'blue' | 'green' | 'orange' | 'red' | 'yellow' | string;
16
- export declare type ProPageHeaderDataItem = {
17
- title: string;
18
- num: number;
19
- color?: Color;
20
- } & React.HTMLAttributes<HTMLElement>;
21
- export declare type ProPageHeaderProps = {
22
- /** 标题 */
23
- title?: React.ReactNode;
24
- /** 标题说明 */
25
- titleTooltip?: React.ReactNode;
26
- /** 描述 */
27
- description?: React.ReactNode;
28
- /** 图标 */
29
- icon?: React.ReactNode;
30
- /** 图标颜色 */
31
- iconColor?: Color;
32
- /** 图标背景类型 */
33
- iconBackgroundType?: 'circle' | 'square';
34
- /** 图标背景色 */
35
- iconBackgroundColor?: Color;
36
- /** 返回按钮配置 */
37
- goback?: boolean | LinkPath | ((e: React.MouseEvent) => void);
38
- /** 背景图 */
39
- image?: string;
40
- /** 加载中 */
41
- loading?: boolean;
42
- /** 面包屑配置 */
43
- breadcrumb?: ProPageHeaderBreadcrumbItem[];
44
- /** 额外信息区配置 */
45
- extra?: ProActionGroupProps | React.ReactNode;
46
- /** 操作区配置 */
47
- operation?: ProActionGroupProps | React.ReactNode;
48
- /** 标签组 */
49
- tags?: ProPageHeaderTagItem[];
50
- /** 数据概览项 */
51
- data?: ProPageHeaderDataItem[];
52
- /** 底部详情 */
53
- info?: ProInfoProps | React.ReactNode;
54
- /** 切换 tabs */
55
- tabs?: CapsuleTabType;
56
- } & Omit<React.HTMLAttributes<HTMLElement>, 'title'>;
57
- declare const ProPageHeader: React.FC<ProPageHeaderProps>;
58
- export default ProPageHeader;
59
- /**
60
- * @deprecated 建议使用 ProPageHeaderBreadcrumbItem 代替
61
- */
62
- export declare type BreadcrumbItem = ProPageHeaderBreadcrumbItem;
63
- /**
64
- * @deprecated 建议使用 ProPageHeaderTagItem 代替
65
- */
66
- export declare type TagItem = ProPageHeaderTagItem;
67
- /**
68
- * @deprecated 建议使用 ProPageHeaderDataItem 代替
69
- */
70
- export declare type DataItem = ProPageHeaderDataItem;
71
- /**
72
- * @deprecated 建议使用 ProPageHeaderProps 代替
73
- */
74
- export declare type PageHeaderProps = ProPageHeaderProps;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ProSidebarContainerProps } from '../../typing';
3
- import './index.scss';
4
- declare const ProSidebarContainer: React.FC<ProSidebarContainerProps>;
5
- export default ProSidebarContainer;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ProSidebarTreeProps } from '../../typing';
3
- import './index.scss';
4
- import '../tree-node/index.scss';
5
- declare const ProSidebarTree: React.FC<ProSidebarTreeProps>;
6
- export default ProSidebarTree;
@@ -1,15 +0,0 @@
1
- import { TooltipProps } from '@alicloudfe/components/types/balloon';
2
- import React from 'react';
3
- import './index.scss';
4
- export declare type ProHoverTooltipProps = {
5
- /** 触发器 */
6
- trigger?: React.ReactNode;
7
- /** 显示隐藏 */
8
- visible?: boolean;
9
- /** tooltip */
10
- tooltip?: React.ReactNode;
11
- /** tooltip 配置 */
12
- tooltipProps?: TooltipProps;
13
- } & React.HTMLAttributes<HTMLElement>;
14
- declare const ProHoverTooltip: React.FC<ProHoverTooltipProps>;
15
- export default ProHoverTooltip;
@@ -1,12 +0,0 @@
1
- import { ProActionConfig } from '../../../../..';
2
- import React from 'react';
3
- import './index.scss';
4
- export declare type ProIconActionProps = {
5
- trigger: React.ReactNode;
6
- icon: React.ReactNode;
7
- action: ProActionConfig;
8
- visible?: boolean;
9
- tooltip?: React.ReactNode;
10
- };
11
- declare const ProIconAction: React.FC<ProIconActionProps>;
12
- export default ProIconAction;
@@ -1,23 +0,0 @@
1
- import { TooltipProps } from '@alicloudfe/components/types/balloon';
2
- import React from 'react';
3
- import './index.scss';
4
- export declare type ProIconSwitch = {
5
- /** 默认状态 */
6
- visible?: boolean;
7
- /** tooltip 显示隐藏 */
8
- tooltipVisible?: boolean;
9
- /** 未激活状态下的icon */
10
- icon?: React.ReactNode;
11
- /** 激活状态下的 icon */
12
- activeIcon?: React.ReactNode;
13
- /** tooltip */
14
- tooltip?: React.ReactNode;
15
- /** cancelTooltip */
16
- cancelTooltip?: React.ReactNode;
17
- /** tooltip 配置 */
18
- tooltipProps?: TooltipProps;
19
- /** 状态改变的回调 */
20
- onChange?: (state: boolean) => void;
21
- };
22
- declare const ProIconSwitch: React.FC<ProIconSwitch>;
23
- export default ProIconSwitch;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { ProSidebarDataSource, ProSidebarDataSourceItem } from '../../typing';
3
- import { ProSidebarProps } from '../..';
4
- declare const ProSideBarTreeNode: React.FC<ProSidebarDataSourceItem>;
5
- export declare function renderTreeNode(data: ProSidebarDataSource): JSX.Element[];
6
- export declare function renderTreeNodeDependenceValue(data: ProSidebarDataSource, onBeforeRenderNodeEvent: ProSidebarProps['onBeforeRenderNodeEvent'], checkedKeys: any[], selectedKeys: any[], allData?: ProSidebarDataSource): JSX.Element[];
7
- export default ProSideBarTreeNode;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import './index.scss';
3
- import { ProSidebarProps } from './typing';
4
- export * from './typing';
5
- export * from './utils';
6
- declare const ProSidebar: React.FC<ProSidebarProps>;
7
- export default ProSidebar;