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

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 (613) 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 +70007 -54355
  5. package/dist/pro.min.css +1 -1
  6. package/dist/pro.min.js +1 -1
  7. package/dist/pro.min.js.LICENSE.txt +9 -0
  8. package/dist/pro.xconsole.min.css +1 -0
  9. package/es/actions/base.d.ts +24 -0
  10. package/es/actions/base.js +1 -1
  11. package/es/actions/confirm.d.ts +7 -0
  12. package/es/actions/danger-confirm.d.ts +7 -0
  13. package/es/actions/danger-pop-confirm.d.ts +5 -0
  14. package/es/actions/dialog-component.d.ts +10 -0
  15. package/es/actions/dialog-component.js +4 -1
  16. package/es/actions/dialog-form.d.ts +29 -0
  17. package/es/actions/dialog-form.js +8 -8
  18. package/es/actions/dialog-info.d.ts +9 -0
  19. package/es/actions/dialog-table.d.ts +9 -0
  20. package/es/actions/dialog.d.ts +40 -0
  21. package/es/actions/dialog.js +8 -7
  22. package/es/actions/drawer-form.d.ts +6 -0
  23. package/es/actions/drawer-info.d.ts +6 -0
  24. package/es/actions/drawer-table.d.ts +6 -0
  25. package/es/actions/drawer.d.ts +6 -0
  26. package/es/actions/error.d.ts +7 -0
  27. package/es/actions/index.d.ts +114 -0
  28. package/es/actions/index.js +69 -60
  29. package/es/actions/index.scss +10 -1
  30. package/es/actions/link.d.ts +8 -0
  31. package/es/actions/link.js +4 -3
  32. package/es/actions/notice.d.ts +7 -0
  33. package/es/actions/pop-confirm.d.ts +9 -0
  34. package/es/actions/quick.d.ts +2 -0
  35. package/es/actions/quick.js +26 -0
  36. package/es/actions/request.d.ts +9 -0
  37. package/es/actions/request.js +4 -3
  38. package/es/actions/utils.d.ts +1 -0
  39. package/es/card/card-container.d.ts +18 -0
  40. package/es/card/card-container.js +5 -12
  41. package/es/card/divider.d.ts +6 -0
  42. package/es/card/divider.js +4 -2
  43. package/es/card/index.d.ts +109 -0
  44. package/es/card/index.js +11 -22
  45. package/es/card/index.scss +15 -0
  46. package/es/card/selectable.d.ts +13 -0
  47. package/es/card/selectable.js +4 -2
  48. package/es/card/tab.d.ts +6 -0
  49. package/es/card/tab.js +4 -2
  50. package/es/card/utils.d.ts +9 -0
  51. package/es/card/xconsole.scss +3 -0
  52. package/es/field/index.d.ts +3 -0
  53. package/es/form/Components/Editable/index.d.ts +20 -0
  54. package/es/form/Components/Editable/index.js +2 -2
  55. package/es/form/Components/FormGroup/index.d.ts +14 -0
  56. package/es/form/Components/FormGroup/index.js +3 -4
  57. package/es/form/Components/FormItem2/animation.scss +72 -0
  58. package/es/form/Components/FormItem2/grid.scss +173 -0
  59. package/es/form/Components/FormItem2/index.d.ts +41 -0
  60. package/es/form/Components/FormItem2/index.js +286 -0
  61. package/es/form/Components/FormItem2/main.scss +413 -0
  62. package/es/form/Components/FormItem2/scss/variable.scss +118 -0
  63. package/es/form/Components/FormItem2/style.d.ts +1 -0
  64. package/es/form/Components/FormItem2/style.js +1 -0
  65. package/es/form/Components/LightFilter/componentMap.d.ts +3 -0
  66. package/es/form/Components/LightFilter/index.d.ts +17 -0
  67. package/es/form/Components/LightFilter/index.js +2 -11
  68. package/es/form/Components/LightFilter/index.scss +4 -0
  69. package/es/form/Components/ProField/index.d.ts +2 -0
  70. package/es/form/Components/ProField/index.js +4 -2
  71. package/es/form/Components/ProField/mapDateFormat.d.ts +3 -0
  72. package/es/form/Components/Text/index.d.ts +8 -0
  73. package/es/form/Components/Text/index.js +4 -2
  74. package/es/form/Components/__builtins__/empty.d.ts +1 -0
  75. package/es/form/Components/__builtins__/empty.js +51 -0
  76. package/es/form/Components/__builtins__/hooks/index.d.ts +2 -0
  77. package/es/form/Components/__builtins__/hooks/index.js +2 -0
  78. package/es/form/Components/__builtins__/hooks/useClickAway.d.ts +5 -0
  79. package/es/form/Components/__builtins__/hooks/useClickAway.js +37 -0
  80. package/es/form/Components/__builtins__/hooks/usePrefixCls.d.ts +3 -0
  81. package/es/form/Components/__builtins__/hooks/usePrefixCls.js +8 -0
  82. package/es/form/Components/__builtins__/icons.d.ts +20 -0
  83. package/es/form/Components/__builtins__/icons.js +153 -0
  84. package/es/form/Components/__builtins__/index.d.ts +8 -0
  85. package/es/form/Components/__builtins__/index.js +8 -0
  86. package/es/form/Components/__builtins__/loading.d.ts +1 -0
  87. package/es/form/Components/__builtins__/loading.js +41 -0
  88. package/es/form/Components/__builtins__/mapSize.d.ts +1 -0
  89. package/es/form/Components/__builtins__/mapSize.js +13 -0
  90. package/es/form/Components/__builtins__/mapStatus.d.ts +2 -0
  91. package/es/form/Components/__builtins__/mapStatus.js +20 -0
  92. package/es/form/Components/__builtins__/moment.d.ts +2 -0
  93. package/es/form/Components/__builtins__/moment.js +47 -0
  94. package/es/form/Components/__builtins__/pickDataProps.d.ts +1 -0
  95. package/es/form/Components/__builtins__/pickDataProps.js +9 -0
  96. package/es/form/Components/form-layout/index.d.ts +74 -0
  97. package/es/form/Components/form-layout/index.js +71 -0
  98. package/es/form/Components/form-layout/main.scss +0 -0
  99. package/es/form/Components/form-layout/style.d.ts +1 -0
  100. package/es/form/Components/form-layout/style.js +3 -0
  101. package/es/form/Components/form-layout/useResponsiveFormLayout.d.ts +18 -0
  102. package/es/form/Components/form-layout/useResponsiveFormLayout.js +87 -0
  103. package/es/form/Filter/AdvancedFilter.d.ts +7 -0
  104. package/es/form/Filter/AdvancedFilter.js +16 -18
  105. package/es/form/Filter/Layout.d.ts +5 -0
  106. package/es/form/Filter/LightFilter.d.ts +7 -0
  107. package/es/form/Filter/LightFilter.js +9 -13
  108. package/es/form/Filter/SimpleFilter.d.ts +7 -0
  109. package/es/form/Filter/SimpleFilter.js +5 -8
  110. package/es/form/Filter/index.d.ts +9 -0
  111. package/es/form/Filter/index.js +19 -25
  112. package/es/form/Filter/index.scss +1 -0
  113. package/es/form/Filter/index2.d.ts +13 -0
  114. package/es/form/Filter/index2.js +20 -25
  115. package/es/form/Filter/index2.scss +1 -0
  116. package/es/form/Filter/useBindUrl.d.ts +2 -0
  117. package/es/form/Filter/useBindUrl.js +0 -3
  118. package/es/form/Filter/useSpecialProps.d.ts +6 -0
  119. package/es/form/Filter/useSpecialProps.js +0 -1
  120. package/es/form/ProForm/addCascadeEffect.d.ts +2 -0
  121. package/es/form/ProForm/customComponent.d.ts +3 -0
  122. package/es/form/ProForm/index.d.ts +5 -0
  123. package/es/form/ProForm/index.js +21 -17
  124. package/es/form/ProForm/useAutoLayout.d.ts +9 -0
  125. package/es/form/ProForm/useAutoLayout.js +0 -4
  126. package/es/form/ProForm/useAutoSubmit.d.ts +6 -0
  127. package/es/form/ProForm/useAutoSubmit.js +4 -3
  128. package/es/form/ProForm/useFieldRequest.d.ts +5 -0
  129. package/es/form/ProForm/useFormDisplayValues.d.ts +4 -0
  130. package/es/form/ProForm/useFormDisplayValues.js +0 -1
  131. package/es/form/ProForm/useInitialRequest.d.ts +6 -0
  132. package/es/form/SchemaForm/adapterComponent.d.ts +5 -0
  133. package/es/form/SchemaForm/adapterComponent.js +0 -1
  134. package/es/form/SchemaForm/adapterDecorator.d.ts +6 -0
  135. package/es/form/SchemaForm/adapterDecorator.js +0 -1
  136. package/es/form/SchemaForm/adapterType.d.ts +5 -0
  137. package/es/form/SchemaForm/adapterType.js +0 -1
  138. package/es/form/SchemaForm/index.d.ts +4 -0
  139. package/es/form/SchemaForm/index.js +0 -13
  140. package/es/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  141. package/es/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  142. package/es/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  143. package/es/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  144. package/es/form/SchemaForm/initializeDataSource.d.ts +15 -0
  145. package/es/form/SchemaForm/initializeDataSource.js +0 -7
  146. package/es/form/SchemaForm/initializeFormButton.d.ts +3 -0
  147. package/es/form/SchemaForm/initializeFormButton.js +0 -2
  148. package/es/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  149. package/es/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  150. package/es/form/SchemaForm/initializeFormStep.d.ts +5 -0
  151. package/es/form/SchemaForm/initializeFormTab.d.ts +3 -0
  152. package/es/form/SchemaForm/initializeReactions.d.ts +2 -0
  153. package/es/form/SchemaForm/initializeReactions.js +0 -1
  154. package/es/form/SchemaForm/initializeRequest.d.ts +11 -0
  155. package/es/form/SchemaForm/initializeRules.d.ts +11 -0
  156. package/es/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  157. package/es/form/SchemaForm/initializeSelectTable.js +0 -1
  158. package/es/form/SchemaForm/reactions.d.ts +6 -0
  159. package/es/form/SchemaForm/reactions.js +0 -5
  160. package/es/form/docs/ActionResponse.d.ts +8 -0
  161. package/es/form/fieldTypeMap.d.ts +7 -0
  162. package/es/form/index.d.ts +125 -0
  163. package/es/form/index.js +0 -4
  164. package/es/form/locales/validate.d.ts +159 -0
  165. package/es/form/schemaNameMap.d.ts +5 -0
  166. package/es/form/typing.d.ts +194 -0
  167. package/es/form/utils/parseSchema.d.ts +3 -0
  168. package/es/form/utils/parseSchema.js +38 -0
  169. package/es/form/utils.d.ts +55 -0
  170. package/es/form/utils.js +0 -12
  171. package/es/form/warning.d.ts +3 -0
  172. package/es/form/warning.js +0 -2
  173. package/es/global.scss +3 -1
  174. package/es/hooks/index.d.ts +2 -0
  175. package/es/image/index.d.ts +22 -0
  176. package/es/image/index.js +73 -0
  177. package/es/image/index.scss +3 -0
  178. package/es/index-without-icon.d.ts +32 -0
  179. package/es/index.d.ts +34 -0
  180. package/es/index.js +14 -3
  181. package/es/info/components/InfoGroup/index.d.ts +5 -0
  182. package/es/info/components/InfoGroup/index.js +4 -2
  183. package/es/info/components/InfoValueItem/index.d.ts +5 -0
  184. package/es/info/components/InfoValueItem/index.js +20 -32
  185. package/es/info/components/ProInfoItem/index.d.ts +5 -0
  186. package/es/info/components/ProInfoItem/index.js +0 -1
  187. package/es/info/components/baseInfo/index.d.ts +8 -0
  188. package/es/info/components/baseInfo/index.js +4 -5
  189. package/es/info/components/headerInfo/index.d.ts +8 -0
  190. package/es/info/components/tableInfo/index.d.ts +7 -0
  191. package/es/info/components/tableInfo/index.js +4 -6
  192. package/es/info/index.d.ts +6 -0
  193. package/es/info/index.js +17 -21
  194. package/es/info/typing.d.ts +220 -0
  195. package/es/info/utils/index.d.ts +20 -0
  196. package/es/info/utils/index.js +0 -3
  197. package/es/info/utils/layout.d.ts +2 -0
  198. package/es/info/utils/utils.d.ts +1 -0
  199. package/es/layout/index.d.ts +2 -0
  200. package/es/layout/index.js +0 -2
  201. package/es/next-xconsole.scss +34 -0
  202. package/es/nocode/configurators/Card.d.ts +3 -0
  203. package/es/nocode/configurators/PageHeader.d.ts +3 -0
  204. package/es/nocode/configurators/ProTable.d.ts +3 -0
  205. package/es/nocode/configurators/ProTable.js +1 -22
  206. package/es/nocode/configurators/common.d.ts +280 -0
  207. package/es/nocode/configurators/index.d.ts +15 -0
  208. package/es/nocode/configurators/index.js +1 -0
  209. package/es/nocode/configurators/map.d.ts +2 -0
  210. package/es/nocode/index.d.ts +8 -0
  211. package/es/nocode/index.js +0 -2
  212. package/es/nocode/pages/editor.d.ts +12 -0
  213. package/es/nocode/pages/index.d.ts +14 -0
  214. package/es/nocode/pages/index.js +1 -29
  215. package/es/nocode/pages/playground.d.ts +11 -0
  216. package/es/nocode/pages/playground.js +5 -3
  217. package/es/nocode/pages/renderer.d.ts +10 -0
  218. package/es/nocode/pages/renderer.js +6 -4
  219. package/es/nocode/playground.d.ts +14 -0
  220. package/es/nocode/playground.js +4 -2
  221. package/es/page-container/index.d.ts +3 -0
  222. package/es/page-header/index.d.ts +74 -0
  223. package/es/page-header/index.js +13 -23
  224. package/es/page-header/index.scss +2 -1
  225. package/es/page-header/xconsole.scss +5 -0
  226. package/es/sidebar/components/sidebar-container/index.d.ts +5 -0
  227. package/es/sidebar/components/sidebar-container/index.js +7 -10
  228. package/es/sidebar/components/tree/index.d.ts +6 -0
  229. package/es/sidebar/components/tree/index.js +24 -28
  230. package/es/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  231. package/es/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
  232. package/es/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  233. package/es/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  234. package/es/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  235. package/es/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
  236. package/es/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  237. package/es/sidebar/components/tree-node/index.d.ts +7 -0
  238. package/es/sidebar/components/tree-node/index.js +16 -29
  239. package/es/sidebar/index.d.ts +9 -0
  240. package/es/sidebar/index.js +13 -18
  241. package/es/sidebar/typing.d.ts +145 -0
  242. package/es/sidebar/utils/action-ref.d.ts +3 -0
  243. package/es/sidebar/utils/index.d.ts +364 -0
  244. package/es/sidebar/utils/index.js +18 -19
  245. package/es/skeleton/index.d.ts +3 -0
  246. package/es/table/components/CardView/index.d.ts +5 -0
  247. package/es/table/components/CardView/index.js +387 -0
  248. package/es/table/components/CardView/index.scss +46 -0
  249. package/es/table/components/EmptyContent/index.d.ts +2 -0
  250. package/es/table/components/Filter/index.d.ts +12 -0
  251. package/es/table/components/Filter/index.js +110 -79
  252. package/es/table/components/Layout/index.d.ts +5 -0
  253. package/es/table/components/Layout/index.js +16 -16
  254. package/es/table/components/Layout/index.scss +1 -0
  255. package/es/table/components/LoadMore/index.d.ts +20 -0
  256. package/es/table/components/LoadMore/index.js +88 -0
  257. package/es/table/components/LoadMore/index.scss +19 -0
  258. package/es/table/components/Pagination/index.d.ts +8 -0
  259. package/es/table/components/Pagination/index.js +48 -31
  260. package/es/table/components/QuickAction/index.d.ts +11 -0
  261. package/es/table/components/QuickAction/index.js +2 -3
  262. package/es/table/components/ToolBar/CardSwitch.d.ts +8 -0
  263. package/es/table/components/ToolBar/CardSwitch.js +52 -0
  264. package/es/table/components/ToolBar/DensityIcon.d.ts +4 -0
  265. package/es/table/components/ToolBar/DensityIcon.js +2 -7
  266. package/es/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  267. package/es/table/components/ToolBar/FilterColumnIcon.js +41 -35
  268. package/es/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  269. package/es/table/components/ToolBar/FullScreenIcon.js +0 -1
  270. package/es/table/components/ToolBar/Fullscreen.d.ts +10 -0
  271. package/es/table/components/ToolBar/Fullscreen.js +10 -3
  272. package/es/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  273. package/es/table/components/ToolBar/RefreshIcon.js +162 -26
  274. package/es/table/components/ToolBar/index.d.ts +5 -0
  275. package/es/table/components/ToolBar/index.js +65 -33
  276. package/es/table/components/ToolBar/index.scss +27 -1
  277. package/es/table/index.d.ts +6 -0
  278. package/es/table/index.js +308 -137
  279. package/es/table/index.scss +8 -0
  280. package/es/table/typing.d.ts +426 -0
  281. package/es/table/utils/columnRender.d.ts +13 -0
  282. package/es/table/utils/columnRender.js +32 -37
  283. package/es/table/utils/genProColumnToColumn.d.ts +13 -0
  284. package/es/table/utils/genProColumnToColumn.js +10 -3
  285. package/es/table/utils/getTableProps.d.ts +2 -0
  286. package/es/table/utils/getTableSortIcons.d.ts +3 -0
  287. package/es/table/utils/index.d.ts +19 -0
  288. package/es/table/utils/index.js +0 -6
  289. package/es/table/utils/pureColumnRender.d.ts +9 -0
  290. package/es/table/utils/pureColumnRender.js +1 -9
  291. package/es/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  292. package/es/table/utils/useTableSelection.d.ts +3 -0
  293. package/es/table/utils/util.d.ts +5 -0
  294. package/es/table/utils/util.js +19 -0
  295. package/es/templates/Detail/index.d.ts +2 -0
  296. package/es/templates/Form/index.d.ts +2 -0
  297. package/es/templates/List/index.d.ts +9 -0
  298. package/es/templates/List/index.js +6 -4
  299. package/es/templates/index.d.ts +3 -0
  300. package/es/templates/index.js +1 -2
  301. package/es/timeline/ProTimeLineItem/index.d.ts +5 -0
  302. package/es/timeline/ProTimeLineItem/index.js +5 -9
  303. package/es/timeline/index.d.ts +10 -0
  304. package/es/timeline/index.js +5 -5
  305. package/es/timeline/typing.d.ts +107 -0
  306. package/es/utils/aspect.d.ts +2 -0
  307. package/es/utils/aspect.js +60 -0
  308. package/es/utils/index.d.ts +3 -0
  309. package/es/utils/message.d.ts +3 -0
  310. package/es/utils/message.js +5 -3
  311. package/es/xconsole.scss +527 -0
  312. package/lib/actions/base.d.ts +24 -0
  313. package/lib/actions/base.js +1 -1
  314. package/lib/actions/confirm.d.ts +7 -0
  315. package/lib/actions/danger-confirm.d.ts +7 -0
  316. package/lib/actions/danger-pop-confirm.d.ts +5 -0
  317. package/lib/actions/dialog-component.d.ts +10 -0
  318. package/lib/actions/dialog-component.js +4 -1
  319. package/lib/actions/dialog-form.d.ts +29 -0
  320. package/lib/actions/dialog-form.js +7 -9
  321. package/lib/actions/dialog-info.d.ts +9 -0
  322. package/lib/actions/dialog-table.d.ts +9 -0
  323. package/lib/actions/dialog.d.ts +40 -0
  324. package/lib/actions/dialog.js +7 -8
  325. package/lib/actions/drawer-form.d.ts +6 -0
  326. package/lib/actions/drawer-info.d.ts +6 -0
  327. package/lib/actions/drawer-table.d.ts +6 -0
  328. package/lib/actions/drawer.d.ts +6 -0
  329. package/lib/actions/error.d.ts +7 -0
  330. package/lib/actions/index.d.ts +114 -0
  331. package/lib/actions/index.js +89 -58
  332. package/lib/actions/index.scss +10 -1
  333. package/lib/actions/link.d.ts +8 -0
  334. package/lib/actions/link.js +2 -3
  335. package/lib/actions/notice.d.ts +7 -0
  336. package/lib/actions/pop-confirm.d.ts +9 -0
  337. package/lib/actions/quick.d.ts +2 -0
  338. package/lib/actions/quick.js +33 -0
  339. package/lib/actions/request.d.ts +9 -0
  340. package/lib/actions/request.js +2 -3
  341. package/lib/actions/utils.d.ts +1 -0
  342. package/lib/card/card-container.d.ts +18 -0
  343. package/lib/card/card-container.js +4 -6
  344. package/lib/card/divider.d.ts +6 -0
  345. package/lib/card/divider.js +4 -2
  346. package/lib/card/index.d.ts +109 -0
  347. package/lib/card/index.js +10 -20
  348. package/lib/card/index.scss +15 -0
  349. package/lib/card/selectable.d.ts +13 -0
  350. package/lib/card/selectable.js +4 -2
  351. package/lib/card/tab.d.ts +6 -0
  352. package/lib/card/tab.js +4 -2
  353. package/lib/card/utils.d.ts +9 -0
  354. package/lib/card/xconsole.scss +3 -0
  355. package/lib/field/index.d.ts +3 -0
  356. package/lib/form/Components/Editable/index.d.ts +20 -0
  357. package/lib/form/Components/Editable/index.js +2 -2
  358. package/lib/form/Components/FormGroup/index.d.ts +14 -0
  359. package/lib/form/Components/FormGroup/index.js +3 -4
  360. package/lib/form/Components/FormItem2/animation.scss +72 -0
  361. package/lib/form/Components/FormItem2/grid.scss +173 -0
  362. package/lib/form/Components/FormItem2/index.d.ts +41 -0
  363. package/lib/form/Components/FormItem2/index.js +299 -0
  364. package/lib/form/Components/FormItem2/main.scss +413 -0
  365. package/lib/form/Components/FormItem2/scss/variable.scss +118 -0
  366. package/lib/form/Components/FormItem2/style.d.ts +1 -0
  367. package/lib/form/Components/FormItem2/style.js +3 -0
  368. package/lib/form/Components/LightFilter/componentMap.d.ts +3 -0
  369. package/lib/form/Components/LightFilter/index.d.ts +17 -0
  370. package/lib/form/Components/LightFilter/index.js +2 -11
  371. package/lib/form/Components/LightFilter/index.scss +4 -0
  372. package/lib/form/Components/ProField/index.d.ts +2 -0
  373. package/lib/form/Components/ProField/index.js +4 -2
  374. package/lib/form/Components/ProField/mapDateFormat.d.ts +3 -0
  375. package/lib/form/Components/Text/index.d.ts +8 -0
  376. package/lib/form/Components/Text/index.js +4 -2
  377. package/lib/form/Components/__builtins__/empty.d.ts +1 -0
  378. package/lib/form/Components/__builtins__/empty.js +59 -0
  379. package/lib/form/Components/__builtins__/hooks/index.d.ts +2 -0
  380. package/lib/form/Components/__builtins__/hooks/index.js +27 -0
  381. package/lib/form/Components/__builtins__/hooks/useClickAway.d.ts +5 -0
  382. package/lib/form/Components/__builtins__/hooks/useClickAway.js +44 -0
  383. package/lib/form/Components/__builtins__/hooks/usePrefixCls.d.ts +3 -0
  384. package/lib/form/Components/__builtins__/hooks/usePrefixCls.js +15 -0
  385. package/lib/form/Components/__builtins__/icons.d.ts +20 -0
  386. package/lib/form/Components/__builtins__/icons.js +174 -0
  387. package/lib/form/Components/__builtins__/index.d.ts +8 -0
  388. package/lib/form/Components/__builtins__/index.js +93 -0
  389. package/lib/form/Components/__builtins__/loading.d.ts +1 -0
  390. package/lib/form/Components/__builtins__/loading.js +48 -0
  391. package/lib/form/Components/__builtins__/mapSize.d.ts +1 -0
  392. package/lib/form/Components/__builtins__/mapSize.js +20 -0
  393. package/lib/form/Components/__builtins__/mapStatus.d.ts +2 -0
  394. package/lib/form/Components/__builtins__/mapStatus.js +27 -0
  395. package/lib/form/Components/__builtins__/moment.d.ts +2 -0
  396. package/lib/form/Components/__builtins__/moment.js +56 -0
  397. package/lib/form/Components/__builtins__/pickDataProps.d.ts +1 -0
  398. package/lib/form/Components/__builtins__/pickDataProps.js +16 -0
  399. package/lib/form/Components/form-layout/index.d.ts +74 -0
  400. package/lib/form/Components/form-layout/index.js +88 -0
  401. package/lib/form/Components/form-layout/main.scss +0 -0
  402. package/lib/form/Components/form-layout/style.d.ts +1 -0
  403. package/lib/form/Components/form-layout/style.js +3 -0
  404. package/lib/form/Components/form-layout/useResponsiveFormLayout.d.ts +18 -0
  405. package/lib/form/Components/form-layout/useResponsiveFormLayout.js +94 -0
  406. package/lib/form/Filter/AdvancedFilter.d.ts +7 -0
  407. package/lib/form/Filter/AdvancedFilter.js +16 -18
  408. package/lib/form/Filter/Layout.d.ts +5 -0
  409. package/lib/form/Filter/LightFilter.d.ts +7 -0
  410. package/lib/form/Filter/LightFilter.js +9 -13
  411. package/lib/form/Filter/SimpleFilter.d.ts +7 -0
  412. package/lib/form/Filter/SimpleFilter.js +5 -8
  413. package/lib/form/Filter/index.d.ts +9 -0
  414. package/lib/form/Filter/index.js +19 -25
  415. package/lib/form/Filter/index.scss +1 -0
  416. package/lib/form/Filter/index2.d.ts +13 -0
  417. package/lib/form/Filter/index2.js +20 -25
  418. package/lib/form/Filter/index2.scss +1 -0
  419. package/lib/form/Filter/useBindUrl.d.ts +2 -0
  420. package/lib/form/Filter/useBindUrl.js +0 -3
  421. package/lib/form/Filter/useSpecialProps.d.ts +6 -0
  422. package/lib/form/ProForm/addCascadeEffect.d.ts +2 -0
  423. package/lib/form/ProForm/customComponent.d.ts +3 -0
  424. package/lib/form/ProForm/index.d.ts +5 -0
  425. package/lib/form/ProForm/index.js +20 -16
  426. package/lib/form/ProForm/useAutoLayout.d.ts +9 -0
  427. package/lib/form/ProForm/useAutoLayout.js +0 -4
  428. package/lib/form/ProForm/useAutoSubmit.d.ts +6 -0
  429. package/lib/form/ProForm/useAutoSubmit.js +2 -3
  430. package/lib/form/ProForm/useFieldRequest.d.ts +5 -0
  431. package/lib/form/ProForm/useFormDisplayValues.d.ts +4 -0
  432. package/lib/form/ProForm/useFormDisplayValues.js +0 -1
  433. package/lib/form/ProForm/useInitialRequest.d.ts +6 -0
  434. package/lib/form/SchemaForm/adapterComponent.d.ts +5 -0
  435. package/lib/form/SchemaForm/adapterComponent.js +0 -1
  436. package/lib/form/SchemaForm/adapterDecorator.d.ts +6 -0
  437. package/lib/form/SchemaForm/adapterType.d.ts +5 -0
  438. package/lib/form/SchemaForm/adapterType.js +0 -1
  439. package/lib/form/SchemaForm/index.d.ts +4 -0
  440. package/lib/form/SchemaForm/index.js +0 -13
  441. package/lib/form/SchemaForm/initializeArrayCards.d.ts +3 -0
  442. package/lib/form/SchemaForm/initializeArrayCollapse.d.ts +3 -0
  443. package/lib/form/SchemaForm/initializeArrayItems.d.ts +3 -0
  444. package/lib/form/SchemaForm/initializeArrayTable.d.ts +3 -0
  445. package/lib/form/SchemaForm/initializeDataSource.d.ts +15 -0
  446. package/lib/form/SchemaForm/initializeDataSource.js +2 -9
  447. package/lib/form/SchemaForm/initializeFormButton.d.ts +3 -0
  448. package/lib/form/SchemaForm/initializeFormButton.js +0 -2
  449. package/lib/form/SchemaForm/initializeFormCollapse.d.ts +3 -0
  450. package/lib/form/SchemaForm/initializeFormGroup.d.ts +3 -0
  451. package/lib/form/SchemaForm/initializeFormStep.d.ts +5 -0
  452. package/lib/form/SchemaForm/initializeFormTab.d.ts +3 -0
  453. package/lib/form/SchemaForm/initializeReactions.d.ts +2 -0
  454. package/lib/form/SchemaForm/initializeReactions.js +0 -1
  455. package/lib/form/SchemaForm/initializeRequest.d.ts +11 -0
  456. package/lib/form/SchemaForm/initializeRules.d.ts +11 -0
  457. package/lib/form/SchemaForm/initializeSelectTable.d.ts +3 -0
  458. package/lib/form/SchemaForm/reactions.d.ts +6 -0
  459. package/lib/form/SchemaForm/reactions.js +0 -5
  460. package/lib/form/docs/ActionResponse.d.ts +8 -0
  461. package/lib/form/fieldTypeMap.d.ts +7 -0
  462. package/lib/form/index.d.ts +125 -0
  463. package/lib/form/locales/validate.d.ts +159 -0
  464. package/lib/form/schemaNameMap.d.ts +5 -0
  465. package/lib/form/typing.d.ts +194 -0
  466. package/lib/form/typing.js +5 -1
  467. package/lib/form/utils/parseSchema.d.ts +3 -0
  468. package/lib/form/utils/parseSchema.js +45 -0
  469. package/lib/form/utils.d.ts +55 -0
  470. package/lib/form/utils.js +0 -11
  471. package/lib/form/warning.d.ts +3 -0
  472. package/lib/form/warning.js +0 -2
  473. package/lib/global.scss +3 -1
  474. package/lib/hooks/index.d.ts +2 -0
  475. package/lib/image/index.d.ts +22 -0
  476. package/lib/image/index.js +83 -0
  477. package/lib/image/index.scss +3 -0
  478. package/lib/index-without-icon.d.ts +32 -0
  479. package/lib/index.d.ts +34 -0
  480. package/lib/index.js +31 -2
  481. package/lib/info/components/InfoGroup/index.d.ts +5 -0
  482. package/lib/info/components/InfoGroup/index.js +4 -2
  483. package/lib/info/components/InfoValueItem/index.d.ts +5 -0
  484. package/lib/info/components/InfoValueItem/index.js +20 -32
  485. package/lib/info/components/ProInfoItem/index.d.ts +5 -0
  486. package/lib/info/components/ProInfoItem/index.js +0 -1
  487. package/lib/info/components/baseInfo/index.d.ts +8 -0
  488. package/lib/info/components/baseInfo/index.js +4 -5
  489. package/lib/info/components/headerInfo/index.d.ts +8 -0
  490. package/lib/info/components/tableInfo/index.d.ts +7 -0
  491. package/lib/info/components/tableInfo/index.js +4 -6
  492. package/lib/info/index.d.ts +6 -0
  493. package/lib/info/index.js +16 -20
  494. package/lib/info/typing.d.ts +220 -0
  495. package/lib/info/typing.js +5 -1
  496. package/lib/info/utils/index.d.ts +20 -0
  497. package/lib/info/utils/index.js +0 -3
  498. package/lib/info/utils/layout.d.ts +2 -0
  499. package/lib/info/utils/utils.d.ts +1 -0
  500. package/lib/layout/index.d.ts +2 -0
  501. package/lib/next-xconsole.scss +34 -0
  502. package/lib/nocode/configurators/Card.d.ts +3 -0
  503. package/lib/nocode/configurators/PageHeader.d.ts +3 -0
  504. package/lib/nocode/configurators/ProTable.d.ts +3 -0
  505. package/lib/nocode/configurators/ProTable.js +1 -22
  506. package/lib/nocode/configurators/common.d.ts +280 -0
  507. package/lib/nocode/configurators/index.d.ts +15 -0
  508. package/lib/nocode/configurators/index.js +1 -0
  509. package/lib/nocode/configurators/map.d.ts +2 -0
  510. package/lib/nocode/index.d.ts +8 -0
  511. package/lib/nocode/pages/editor.d.ts +12 -0
  512. package/lib/nocode/pages/index.d.ts +14 -0
  513. package/lib/nocode/pages/index.js +2 -27
  514. package/lib/nocode/pages/playground.d.ts +11 -0
  515. package/lib/nocode/pages/playground.js +5 -3
  516. package/lib/nocode/pages/renderer.d.ts +10 -0
  517. package/lib/nocode/pages/renderer.js +6 -4
  518. package/lib/nocode/playground.d.ts +14 -0
  519. package/lib/nocode/playground.js +4 -2
  520. package/lib/page-container/index.d.ts +3 -0
  521. package/lib/page-header/index.d.ts +74 -0
  522. package/lib/page-header/index.js +11 -22
  523. package/lib/page-header/index.scss +2 -1
  524. package/lib/page-header/xconsole.scss +5 -0
  525. package/lib/sidebar/components/sidebar-container/index.d.ts +5 -0
  526. package/lib/sidebar/components/sidebar-container/index.js +7 -10
  527. package/lib/sidebar/components/tree/index.d.ts +6 -0
  528. package/lib/sidebar/components/tree/index.js +24 -28
  529. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.d.ts +15 -0
  530. package/lib/sidebar/components/tree-node/components/HoverTooltip/index.js +4 -3
  531. package/lib/sidebar/components/tree-node/components/IconAction/index.d.ts +12 -0
  532. package/lib/sidebar/components/tree-node/components/IconAction/index.js +2 -4
  533. package/lib/sidebar/components/tree-node/components/IconSwitch/index.d.ts +23 -0
  534. package/lib/sidebar/components/tree-node/components/IconSwitch/index.js +0 -1
  535. package/lib/sidebar/components/tree-node/components/IconSwitch/index.scss +1 -1
  536. package/lib/sidebar/components/tree-node/index.d.ts +7 -0
  537. package/lib/sidebar/components/tree-node/index.js +16 -29
  538. package/lib/sidebar/index.d.ts +9 -0
  539. package/lib/sidebar/index.js +20 -18
  540. package/lib/sidebar/typing.d.ts +145 -0
  541. package/lib/sidebar/typing.js +5 -1
  542. package/lib/sidebar/utils/action-ref.d.ts +3 -0
  543. package/lib/sidebar/utils/index.d.ts +364 -0
  544. package/lib/sidebar/utils/index.js +18 -19
  545. package/lib/skeleton/index.d.ts +3 -0
  546. package/lib/table/components/CardView/index.d.ts +5 -0
  547. package/lib/table/components/CardView/index.js +397 -0
  548. package/lib/table/components/CardView/index.scss +46 -0
  549. package/lib/table/components/EmptyContent/index.d.ts +2 -0
  550. package/lib/table/components/Filter/index.d.ts +12 -0
  551. package/lib/table/components/Filter/index.js +109 -78
  552. package/lib/table/components/Layout/index.d.ts +5 -0
  553. package/lib/table/components/Layout/index.js +17 -17
  554. package/lib/table/components/Layout/index.scss +1 -0
  555. package/lib/table/components/LoadMore/index.d.ts +20 -0
  556. package/lib/table/components/LoadMore/index.js +99 -0
  557. package/lib/table/components/LoadMore/index.scss +19 -0
  558. package/lib/table/components/Pagination/index.d.ts +8 -0
  559. package/lib/table/components/Pagination/index.js +47 -30
  560. package/lib/table/components/QuickAction/index.d.ts +11 -0
  561. package/lib/table/components/QuickAction/index.js +2 -3
  562. package/lib/table/components/ToolBar/CardSwitch.d.ts +8 -0
  563. package/lib/table/components/ToolBar/CardSwitch.js +60 -0
  564. package/lib/table/components/ToolBar/DensityIcon.d.ts +4 -0
  565. package/lib/table/components/ToolBar/DensityIcon.js +2 -7
  566. package/lib/table/components/ToolBar/FilterColumnIcon.d.ts +4 -0
  567. package/lib/table/components/ToolBar/FilterColumnIcon.js +40 -34
  568. package/lib/table/components/ToolBar/FullScreenIcon.d.ts +4 -0
  569. package/lib/table/components/ToolBar/FullScreenIcon.js +0 -1
  570. package/lib/table/components/ToolBar/Fullscreen.d.ts +10 -0
  571. package/lib/table/components/ToolBar/Fullscreen.js +10 -3
  572. package/lib/table/components/ToolBar/RefreshIcon.d.ts +4 -0
  573. package/lib/table/components/ToolBar/RefreshIcon.js +164 -29
  574. package/lib/table/components/ToolBar/index.d.ts +5 -0
  575. package/lib/table/components/ToolBar/index.js +64 -32
  576. package/lib/table/components/ToolBar/index.scss +27 -1
  577. package/lib/table/index.d.ts +6 -0
  578. package/lib/table/index.js +307 -136
  579. package/lib/table/index.scss +8 -0
  580. package/lib/table/typing.d.ts +426 -0
  581. package/lib/table/typing.js +5 -1
  582. package/lib/table/utils/columnRender.d.ts +13 -0
  583. package/lib/table/utils/columnRender.js +32 -36
  584. package/lib/table/utils/genProColumnToColumn.d.ts +13 -0
  585. package/lib/table/utils/genProColumnToColumn.js +10 -3
  586. package/lib/table/utils/getTableProps.d.ts +2 -0
  587. package/lib/table/utils/getTableSortIcons.d.ts +3 -0
  588. package/lib/table/utils/index.d.ts +19 -0
  589. package/lib/table/utils/index.js +0 -6
  590. package/lib/table/utils/pureColumnRender.d.ts +9 -0
  591. package/lib/table/utils/pureColumnRender.js +1 -9
  592. package/lib/table/utils/pureGenProColumnToColumn.d.ts +7 -0
  593. package/lib/table/utils/useTableSelection.d.ts +3 -0
  594. package/lib/table/utils/util.d.ts +5 -0
  595. package/lib/table/utils/util.js +25 -0
  596. package/lib/templates/Detail/index.d.ts +2 -0
  597. package/lib/templates/Form/index.d.ts +2 -0
  598. package/lib/templates/List/index.d.ts +9 -0
  599. package/lib/templates/List/index.js +6 -4
  600. package/lib/templates/index.d.ts +3 -0
  601. package/lib/timeline/ProTimeLineItem/index.d.ts +5 -0
  602. package/lib/timeline/ProTimeLineItem/index.js +5 -9
  603. package/lib/timeline/index.d.ts +10 -0
  604. package/lib/timeline/index.js +5 -5
  605. package/lib/timeline/typing.d.ts +107 -0
  606. package/lib/timeline/typing.js +5 -1
  607. package/lib/utils/aspect.d.ts +2 -0
  608. package/lib/utils/aspect.js +67 -0
  609. package/lib/utils/index.d.ts +3 -0
  610. package/lib/utils/message.d.ts +3 -0
  611. package/lib/utils/message.js +5 -3
  612. package/lib/xconsole.scss +527 -0
  613. package/package.json +9 -8
@@ -1,5 +1,7 @@
1
- var _excluded = ["dataSource", "selectedKeys", "checkedKeys", "defaultExpandedKeys", "defaultExpandAll", "expandedKeys", "onSelect", "onCheck", "isNodeBlock", "searchKey", "actionRef", "onBeforeRenderNodeEvent", "beforeRenderNode", "className", "expandAll", "onDataSourceChange", "expandLevel"];
2
- 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); }
1
+ var _excluded = ["dataSource", "selectedKeys", "checkedKeys", "defaultExpandedKeys", "defaultExpandAll", "expandedKeys", "onSelect", "onCheck", "isNodeBlock", "searchKey", "actionRef", "onBeforeRenderNodeEvent", "beforeRenderNode", "className", "expandAll", "onDataSourceChange", "expandLevel", "defaultSelectedKeys", "defaultCheckedKeys"];
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
5
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
6
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
5
7
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -45,8 +47,9 @@ var ProSidebarTree = function ProSidebarTree(props) {
45
47
  onDataSourceChange = props.onDataSourceChange,
46
48
  _props$expandLevel = props.expandLevel,
47
49
  expandLevel = _props$expandLevel === void 0 ? 1 : _props$expandLevel,
50
+ defaultSelectedKeys = props.defaultSelectedKeys,
51
+ defaultCheckedKeys = props.defaultCheckedKeys,
48
52
  others = _objectWithoutProperties(props, _excluded);
49
-
50
53
  // 使用 beforeRenderNode 处理 dataSource
51
54
  var processDataSource = function processDataSource(dataSource) {
52
55
  var newDataSource = cloneDeep(dataSource);
@@ -62,7 +65,6 @@ var ProSidebarTree = function ProSidebarTree(props) {
62
65
  }
63
66
  return newDataSource;
64
67
  };
65
-
66
68
  // 自动展开父节点。过滤时用
67
69
  var _useState = useState(false),
68
70
  _useState2 = _slicedToArray(_useState, 2),
@@ -80,38 +82,41 @@ var ProSidebarTree = function ProSidebarTree(props) {
80
82
  _useState8 = _slicedToArray(_useState7, 2),
81
83
  dataSource = _useState8[0],
82
84
  setDataSource = _useState8[1];
83
- var _useState9 = useState(selectedKeysProp),
85
+ var _useState9 = useState(selectedKeysProp !== null && selectedKeysProp !== void 0 ? selectedKeysProp : defaultSelectedKeys),
84
86
  _useState10 = _slicedToArray(_useState9, 2),
85
87
  selectedKeys = _useState10[0],
86
88
  setSelectedKeys = _useState10[1];
87
- var _useState11 = useState(checkedKeysProp),
89
+ var _useState11 = useState(checkedKeysProp !== null && checkedKeysProp !== void 0 ? checkedKeysProp : defaultCheckedKeys),
88
90
  _useState12 = _slicedToArray(_useState11, 2),
89
91
  checkedKeys = _useState12[0],
90
92
  setCheckedKeys = _useState12[1];
91
93
  useEffect(function () {
92
94
  setDefaultExpandedKeys();
93
95
  }, []);
94
-
95
96
  // 监听 selectedKeys,用于受控
96
97
  useEffect(function () {
97
- setSelectedKeys(selectedKeysProp);
98
+ if (selectedKeysProp) {
99
+ setSelectedKeys(selectedKeysProp);
100
+ }
98
101
  }, [selectedKeysProp]);
99
-
102
+ // 监听 selectedKeys,用于受控
103
+ useEffect(function () {
104
+ if (checkedKeysProp) {
105
+ setCheckedKeys(checkedKeysProp);
106
+ }
107
+ }, [checkedKeysProp]);
100
108
  // 更新外部传入的 dataSource
101
109
  useUpdateEffect(function () {
102
110
  setDataSource(processDataSource(dataSourceProp !== null && dataSourceProp !== void 0 ? dataSourceProp : []));
103
111
  }, [dataSourceProp]);
104
-
105
112
  // 监听展开全部事件
106
113
  useUpdateEffect(function () {
107
114
  onChangeExpandAll();
108
115
  }, [expandAll]);
109
-
110
116
  // 监听展开层级事件
111
117
  useUpdateEffect(function () {
112
118
  onChangeExpandLevel();
113
119
  }, [expandLevel]);
114
-
115
120
  // 监听 DataSource 变化事件
116
121
  useEffect(function () {
117
122
  onDataSourceChange === null || onDataSourceChange === void 0 ? void 0 : onDataSourceChange(dataSource);
@@ -123,7 +128,6 @@ var ProSidebarTree = function ProSidebarTree(props) {
123
128
  onChangeExpandLevel();
124
129
  }
125
130
  }, [dataSource]);
126
-
127
131
  // 展开全部事件
128
132
  var onChangeExpandAll = function onChangeExpandAll() {
129
133
  if (expandAll) {
@@ -132,13 +136,11 @@ var ProSidebarTree = function ProSidebarTree(props) {
132
136
  setExpandedKeys([]);
133
137
  }
134
138
  };
135
-
136
139
  // 展开层级事件
137
140
  var onChangeExpandLevel = function onChangeExpandLevel() {
138
141
  var keys = getTreeLevelKey(dataSource, expandLevel - 1);
139
142
  setExpandedKeys(keys);
140
143
  };
141
-
142
144
  // 绑定actionRef
143
145
  useActionType(actionRef, {
144
146
  setTreeNode: function setTreeNode(treeNode) {
@@ -157,7 +159,6 @@ var ProSidebarTree = function ProSidebarTree(props) {
157
159
  setDataSource(newDataSource);
158
160
  }
159
161
  });
160
-
161
162
  // dataSource 是否为一层结构
162
163
  var hasChildren = useMemo(function () {
163
164
  var flag = false;
@@ -169,18 +170,15 @@ var ProSidebarTree = function ProSidebarTree(props) {
169
170
  });
170
171
  return flag;
171
172
  }, [dataSource]);
172
-
173
173
  // 组件第一次加载时不执行过滤
174
174
  useUpdateEffect(function () {
175
175
  filterDataSource(searchKey !== null && searchKey !== void 0 ? searchKey : '');
176
176
  }, [searchKey]);
177
-
178
177
  // expandedKeys 更新
179
178
  useUpdateEffect(function () {
180
179
  var _ref4;
181
180
  setExpandedKeys((_ref4 = expandedKeysProp !== null && expandedKeysProp !== void 0 ? expandedKeysProp : defaultExpandedKeys) !== null && _ref4 !== void 0 ? _ref4 : []);
182
181
  }, [expandedKeysProp, defaultExpandedKeys]);
183
-
184
182
  // 设置默认节点展开
185
183
  var setDefaultExpandedKeys = function setDefaultExpandedKeys() {
186
184
  if (defaultExpandAll) {
@@ -190,7 +188,6 @@ var ProSidebarTree = function ProSidebarTree(props) {
190
188
  setExpandedKeys((_ref5 = expandedKeysProp !== null && expandedKeysProp !== void 0 ? expandedKeysProp : defaultExpandedKeys) !== null && _ref5 !== void 0 ? _ref5 : []);
191
189
  }
192
190
  };
193
-
194
191
  // 是否占满节点
195
192
  var getIsNodeBlock = function getIsNodeBlock() {
196
193
  if (isNodeBlock && typeof isNodeBlock === 'boolean') {
@@ -204,7 +201,6 @@ var ProSidebarTree = function ProSidebarTree(props) {
204
201
  }
205
202
  return false;
206
203
  };
207
-
208
204
  // 过滤
209
205
  var filterDataSource = function filterDataSource(value) {
210
206
  var searchDataSource = processDataSource(dataSourceProp !== null && dataSourceProp !== void 0 ? dataSourceProp : []);
@@ -233,7 +229,6 @@ var ProSidebarTree = function ProSidebarTree(props) {
233
229
  var filterTreeNode = function filterTreeNode(node) {
234
230
  return matchedKeys && matchedKeys.indexOf(node.props.eventKey) > -1;
235
231
  };
236
-
237
232
  /** 节点是否包含搜索项 */
238
233
  var hasSearchValue = function hasSearchValue(key, item) {
239
234
  var _item$label;
@@ -246,23 +241,24 @@ var ProSidebarTree = function ProSidebarTree(props) {
246
241
  }
247
242
  return false;
248
243
  };
249
-
250
244
  // 树节点点击回调
251
245
  var onSelectChange = function onSelectChange(value, extra) {
252
246
  var _extra$event, _extra$event$target, _extra$event$target$c;
253
247
  if (extra === null || extra === void 0 ? void 0 : (_extra$event = extra.event) === null || _extra$event === void 0 ? void 0 : (_extra$event$target = _extra$event.target) === null || _extra$event$target === void 0 ? void 0 : (_extra$event$target$c = _extra$event$target.closest) === null || _extra$event$target$c === void 0 ? void 0 : _extra$event$target$c.call(_extra$event$target, '.teamix-pro-sidebar-delete-overlay')) {
254
248
  return;
255
249
  }
256
- setSelectedKeys(value);
250
+ if (!selectedKeys) {
251
+ setSelectedKeys(value);
252
+ }
257
253
  onSelect === null || onSelect === void 0 ? void 0 : onSelect(value, extra);
258
254
  };
259
-
260
255
  // 树节点选中回调
261
256
  var onCheckChange = function onCheckChange(value, extra) {
262
- setCheckedKeys(value);
257
+ if (!checkedKeysProp) {
258
+ setCheckedKeys(value);
259
+ }
263
260
  onCheck === null || onCheck === void 0 ? void 0 : onCheck(value, extra);
264
261
  };
265
-
266
262
  // 节点展开回调
267
263
  var handleExpand = function handleExpand(key) {
268
264
  setExpandedKeys(key);
@@ -273,7 +269,7 @@ var ProSidebarTree = function ProSidebarTree(props) {
273
269
  '': true,
274
270
  'is-list': !hasChildren
275
271
  })
276
- }, /*#__PURE__*/React.createElement(Tree, _extends({
272
+ }, /*#__PURE__*/React.createElement(Tree, _objectSpread({
277
273
  isLabelBlock: true,
278
274
  checkedKeys: checkedKeys,
279
275
  selectedKeys: selectedKeys,
@@ -0,0 +1,15 @@
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,4 +1,6 @@
1
- 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); }
1
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3
+ 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; }
2
4
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
3
5
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
6
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -25,11 +27,10 @@ var ProHoverTooltip = function ProHoverTooltip(props) {
25
27
  useEffect(function () {
26
28
  setVisible(visibleProp !== null && visibleProp !== void 0 ? visibleProp : false);
27
29
  }, [visibleProp]);
28
-
29
30
  // 渲染触发器
30
31
  var renderTrigger = function renderTrigger() {
31
32
  if (tooltip) {
32
- return /*#__PURE__*/React.createElement(Balloon.Tooltip, _extends({
33
+ return /*#__PURE__*/React.createElement(Balloon.Tooltip, _objectSpread({
33
34
  align: "t",
34
35
  trigger: /*#__PURE__*/React.createElement("span", null, trigger)
35
36
  }, tooltipProps), tooltip);
@@ -0,0 +1,12 @@
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,4 +1,3 @@
1
- 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); }
2
1
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
2
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
3
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
@@ -30,7 +29,6 @@ var ProIconAction = function ProIconAction(props) {
30
29
  var wrapperClassName = (_popupProps$wrapperCl = popupProps === null || popupProps === void 0 ? void 0 : popupProps.wrapperClassName) !== null && _popupProps$wrapperCl !== void 0 ? _popupProps$wrapperCl : '';
31
30
  var _beforeOpen = popupProps === null || popupProps === void 0 ? void 0 : popupProps.beforeOpen;
32
31
  var _beforeClose = popupProps === null || popupProps === void 0 ? void 0 : popupProps.beforeClose;
33
-
34
32
  // 获取浮层类单独特殊配置
35
33
  var getPopProps = function getPopProps() {
36
34
  if (!action.type || action.type.includes('pop-confirm')) {
@@ -64,13 +62,13 @@ var ProIconAction = function ProIconAction(props) {
64
62
  }, action), getPopProps()));
65
63
  var getTrigger = function getTrigger() {
66
64
  if (icon && typeof icon === 'string') {
67
- return /*#__PURE__*/React.createElement(TeamixIcon, _extends({
65
+ return /*#__PURE__*/React.createElement(TeamixIcon, _objectSpread({
68
66
  className: cls(),
69
67
  size: "small",
70
68
  type: icon
71
69
  }, processAction));
72
70
  }
73
- return /*#__PURE__*/React.createElement("span", processAction, icon !== null && icon !== void 0 ? icon : trigger);
71
+ return /*#__PURE__*/React.createElement("span", _objectSpread({}, processAction), icon !== null && icon !== void 0 ? icon : trigger);
74
72
  };
75
73
  return /*#__PURE__*/React.createElement(ProHoverTooltip, {
76
74
  trigger: getTrigger(),
@@ -0,0 +1,23 @@
1
+ import { TooltipProps } from '@alicloudfe/components/types/balloon';
2
+ import React from 'react';
3
+ import './index.scss';
4
+ export declare type ProIconSwitchProps = {
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<ProIconSwitchProps>;
23
+ export default ProIconSwitch;
@@ -26,7 +26,6 @@ var ProIconSwitch = function ProIconSwitch(props) {
26
26
  useEffect(function () {
27
27
  setVisible(visibleProp !== null && visibleProp !== void 0 ? visibleProp : true);
28
28
  }, [visibleProp]);
29
-
30
29
  // 点击操作
31
30
  var clickHandle = function clickHandle(e, state) {
32
31
  e.stopPropagation();
@@ -3,5 +3,5 @@
3
3
  cursor: pointer;
4
4
  }
5
5
  .teamix-pro-icon-switch-active {
6
- color: var(--color-warning-7, #ffb96e);
6
+ color: var(--color-warning-5, #ffb96e);
7
7
  }
@@ -0,0 +1,7 @@
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,11 +1,10 @@
1
1
  var _excluded = ["type", "action", "props"];
2
2
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
3
5
  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; }
4
6
  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; }
5
7
  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; }
6
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
8
- 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
8
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
10
9
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
11
10
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -34,7 +33,6 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
34
33
  _useState2 = _slicedToArray(_useState, 2),
35
34
  extraVisible = _useState2[0],
36
35
  setExtraVisible = _useState2[1];
37
-
38
36
  // 获取 extra 区域渲染组件
39
37
  var getExtraComponent = function getExtraComponent(type, action, props, others) {
40
38
  var _ref = others !== null && others !== void 0 ? others : {},
@@ -43,19 +41,19 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
43
41
  if (type === 'action') {
44
42
  return /*#__PURE__*/React.createElement(ProHoverTooltip, {
45
43
  visible: !hover || extraVisible,
46
- trigger: /*#__PURE__*/React.createElement(ProActionGroup, _extends({
44
+ trigger: /*#__PURE__*/React.createElement(ProActionGroup, _objectSpread({
47
45
  type: "text",
48
46
  actions: action
49
47
  }, props))
50
48
  });
51
49
  }
52
50
  if (type === 'iconSwitch') {
53
- return /*#__PURE__*/React.createElement(ProIconSwitch, _extends({
51
+ return /*#__PURE__*/React.createElement(ProIconSwitch, _objectSpread({
54
52
  tooltipVisible: !hover || extraVisible
55
53
  }, props));
56
54
  }
57
55
  if (type === 'iconAction') {
58
- return /*#__PURE__*/React.createElement(ProIconAction, _extends({
56
+ return /*#__PURE__*/React.createElement(ProIconAction, _objectSpread({
59
57
  visible: !hover || extraVisible,
60
58
  action: action
61
59
  }, props));
@@ -68,14 +66,11 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
68
66
  });
69
67
  }
70
68
  };
71
-
72
69
  // 渲染 extra 区域
73
70
  var renderExtra = function renderExtra() {
74
71
  var result = /*#__PURE__*/React.createElement(React.Fragment, null);
75
-
76
72
  // extra 是否是 action 配置
77
73
  var isActionGroupProps = Array.isArray(extra) && ! /*#__PURE__*/isValidElement(extra === null || extra === void 0 ? void 0 : extra[0]) && Array.isArray(extra === null || extra === void 0 ? void 0 : extra[0]);
78
-
79
74
  // 直接渲染 action
80
75
  if (isActionGroupProps) {
81
76
  result = /*#__PURE__*/React.createElement(ProActionGroup, {
@@ -83,7 +78,6 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
83
78
  type: "text"
84
79
  });
85
80
  }
86
-
87
81
  // 大杂烩
88
82
  if (extra && Array.isArray(extra)) {
89
83
  result = /*#__PURE__*/React.createElement(React.Fragment, null, extra.map(function (item, index) {
@@ -93,13 +87,12 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
93
87
  className: cls('item-content-extra-item')
94
88
  }, item);
95
89
  }
96
- var _ref2 = item,
97
- type = _ref2.type,
98
- _ref2$action = _ref2.action,
99
- action = _ref2$action === void 0 ? {} : _ref2$action,
100
- _ref2$props = _ref2.props,
101
- props = _ref2$props === void 0 ? {} : _ref2$props,
102
- others = _objectWithoutProperties(_ref2, _excluded);
90
+ var type = item.type,
91
+ _item$action = item.action,
92
+ action = _item$action === void 0 ? {} : _item$action,
93
+ _item$props = item.props,
94
+ props = _item$props === void 0 ? {} : _item$props,
95
+ others = _objectWithoutProperties(item, _excluded);
103
96
  return /*#__PURE__*/React.createElement("span", {
104
97
  key: index,
105
98
  className: cls('item-content-extra-item')
@@ -108,7 +101,6 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
108
101
  }
109
102
  return result;
110
103
  };
111
-
112
104
  // 鼠标移入
113
105
  var onMouseEnter = function onMouseEnter(e) {
114
106
  var _e$target, _e$target$closest;
@@ -117,7 +109,6 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
117
109
  }
118
110
  setExtraVisible(true);
119
111
  };
120
-
121
112
  // 鼠标移出
122
113
  var onMouseLeave = function onMouseLeave(e) {
123
114
  var _e$target2, _e$target2$closest;
@@ -126,7 +117,6 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
126
117
  }
127
118
  setExtraVisible(false);
128
119
  };
129
-
130
120
  // 获取 ProFieldRender
131
121
  var getFieldRender = function getFieldRender() {
132
122
  if (typeof render === 'function') {
@@ -137,7 +127,6 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
137
127
  emptyText: '-'
138
128
  }, render);
139
129
  };
140
-
141
130
  // 获取 tag 参数
142
131
  var getTags = function getTags(tags) {
143
132
  if ( /*#__PURE__*/isValidElement(tags)) {
@@ -162,7 +151,7 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
162
151
  onMouseLeave: onMouseLeave
163
152
  }, /*#__PURE__*/React.createElement("div", {
164
153
  className: cls('item-context-front')
165
- }, /*#__PURE__*/React.createElement(ProField, _extends({
154
+ }, /*#__PURE__*/React.createElement(ProField, _objectSpread({
166
155
  value: label,
167
156
  type: valueType,
168
157
  render: getFieldRender()
@@ -172,20 +161,18 @@ var ProSideBarTreeNode = function ProSideBarTreeNode(props) {
172
161
  className: cls('item-content-extra')
173
162
  }, renderExtra()));
174
163
  };
175
-
176
164
  // 渲染树节点
177
165
  export function renderTreeNode(data) {
178
166
  return data.map(function (item) {
179
167
  var _getTreeNodeProps = getTreeNodeProps(item),
180
168
  nodeProps = _getTreeNodeProps.nodeProps,
181
169
  labelProps = _getTreeNodeProps.labelProps;
182
- return /*#__PURE__*/React.createElement(Tree.Node, _extends({
170
+ return /*#__PURE__*/React.createElement(Tree.Node, _objectSpread({
183
171
  key: item.value,
184
- label: /*#__PURE__*/React.createElement(ProSideBarTreeNode, labelProps)
172
+ label: /*#__PURE__*/React.createElement(ProSideBarTreeNode, _objectSpread({}, labelProps))
185
173
  }, nodeProps), item.children && item.children.length > 0 && renderTreeNode(item.children));
186
174
  });
187
175
  }
188
-
189
176
  // 渲染树节点 依赖 value
190
177
  export function renderTreeNodeDependenceValue(data, onBeforeRenderNodeEvent, checkedKeys, selectedKeys, allData) {
191
178
  return data.map(function (item) {
@@ -196,9 +183,9 @@ export function renderTreeNodeDependenceValue(data, onBeforeRenderNodeEvent, che
196
183
  var _getTreeNodeProps2 = getTreeNodeProps(newProps),
197
184
  nodeProps = _getTreeNodeProps2.nodeProps,
198
185
  labelProps = _getTreeNodeProps2.labelProps;
199
- return /*#__PURE__*/React.createElement(Tree.Node, _extends({
186
+ return /*#__PURE__*/React.createElement(Tree.Node, _objectSpread({
200
187
  key: item.value,
201
- label: /*#__PURE__*/React.createElement(ProSideBarTreeNode, labelProps)
188
+ label: /*#__PURE__*/React.createElement(ProSideBarTreeNode, _objectSpread({}, labelProps))
202
189
  }, nodeProps), item.children && item.children.length > 0 && renderTreeNodeDependenceValue(item.children, onBeforeRenderNodeEvent, checkedKeys, selectedKeys, allData !== null && allData !== void 0 ? allData : data));
203
190
  });
204
191
  }
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ import { ProSidebarProps } from './typing';
4
+ export * from './typing';
5
+ export * from './utils';
6
+ import ProIconSwitch from './components/tree-node/components/IconSwitch';
7
+ declare const ProSidebar: React.FC<ProSidebarProps>;
8
+ export default ProSidebar;
9
+ export { ProIconSwitch };
@@ -1,5 +1,6 @@
1
- var _excluded = ["selectedKeys", "checkedKeys", "dataSource", "className", "style", "searchOnChange", "showSearch", "onSelect", "onCheck", "treeProps", "cardProps", "actionRef", "onBeforeRenderNodeEvent", "beforeRenderNode", "url", "method", "params", "data", "extendParams", "beforeRequest", "successMsg", "errorMsg", "formatParams", "formatResult", "onSuccess", "onError", "link", "scrollArea", "onExpandAllChange", "onExpandLevelChange"];
2
- 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); }
1
+ var _excluded = ["selectedKeys", "checkedKeys", "defaultSelectedKeys", "defaultCheckedKeys", "dataSource", "className", "style", "searchOnChange", "showSearch", "onSelect", "onCheck", "treeProps", "cardProps", "actionRef", "onBeforeRenderNodeEvent", "beforeRenderNode", "url", "method", "params", "data", "extendParams", "beforeRequest", "successMsg", "errorMsg", "formatParams", "formatResult", "onSuccess", "onError", "link", "scrollArea", "onExpandAllChange", "onExpandLevelChange"];
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3
4
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
4
5
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
5
6
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
@@ -19,10 +20,13 @@ import { useActionType } from './utils/action-ref';
19
20
  import debounce from 'lodash.debounce';
20
21
  export * from './typing';
21
22
  export * from './utils';
23
+ import ProIconSwitch from './components/tree-node/components/IconSwitch';
22
24
  var cls = usePrefixCls('teamix-pro-sidebar');
23
25
  var ProSidebar = function ProSidebar(props) {
24
26
  var selectedKeys = props.selectedKeys,
25
27
  checkedKeys = props.checkedKeys,
28
+ defaultSelectedKeys = props.defaultSelectedKeys,
29
+ defaultCheckedKeys = props.defaultCheckedKeys,
26
30
  dataSourceProp = props.dataSource,
27
31
  _props$className = props.className,
28
32
  className = _props$className === void 0 ? '' : _props$className,
@@ -57,46 +61,38 @@ var ProSidebar = function ProSidebar(props) {
57
61
  onExpandAllChangeProp = props.onExpandAllChange,
58
62
  onExpandLevelChangeProp = props.onExpandLevelChange,
59
63
  others = _objectWithoutProperties(props, _excluded);
60
-
61
64
  // 搜索的关键词
62
65
  var _useState = useState(),
63
66
  _useState2 = _slicedToArray(_useState, 2),
64
67
  searchKey = _useState2[0],
65
68
  setSearchKey = _useState2[1];
66
-
67
69
  // loading 状态
68
70
  var _useState3 = useState(true),
69
71
  _useState4 = _slicedToArray(_useState3, 2),
70
72
  loading = _useState4[0],
71
73
  setLoading = _useState4[1];
72
-
73
74
  // 数据源
74
75
  var _useState5 = useState(dataSourceProp !== null && dataSourceProp !== void 0 ? dataSourceProp : []),
75
76
  _useState6 = _slicedToArray(_useState5, 2),
76
77
  dataSource = _useState6[0],
77
78
  setDataSource = _useState6[1];
78
-
79
79
  // 展开全部状态
80
80
  var _useState7 = useState(false),
81
81
  _useState8 = _slicedToArray(_useState7, 2),
82
82
  expandAllState = _useState8[0],
83
83
  setExpandAllState = _useState8[1];
84
-
85
84
  // 展开层级状态
86
85
  var _useState9 = useState(0),
87
86
  _useState10 = _slicedToArray(_useState9, 2),
88
87
  expandLevelState = _useState10[0],
89
88
  setExpandLevelState = _useState10[1];
90
-
91
89
  // 树层级
92
90
  var _useState11 = useState(0),
93
91
  _useState12 = _slicedToArray(_useState11, 2),
94
92
  expandLevel = _useState12[0],
95
93
  setExpandLevel = _useState12[1];
96
94
  var actionRef = useRef();
97
-
98
95
  // const requestDataKey = method.toLowerCase() === 'get' ? 'params' : 'data';
99
-
100
96
  var requestConfig = {
101
97
  url: url,
102
98
  method: method,
@@ -122,7 +118,6 @@ var ProSidebar = function ProSidebar(props) {
122
118
  useEffect(function () {
123
119
  setDataSource(dataSourceProp !== null && dataSourceProp !== void 0 ? dataSourceProp : []);
124
120
  }, [dataSourceProp]);
125
-
126
121
  // 请求数据
127
122
  var request = function request() {
128
123
  setLoading(true);
@@ -137,19 +132,16 @@ var ProSidebar = function ProSidebar(props) {
137
132
  request();
138
133
  }
139
134
  });
140
-
141
135
  // 展开全部变化回调
142
136
  var onExpandAllChange = function onExpandAllChange(status) {
143
137
  setExpandAllState(status);
144
138
  onExpandAllChangeProp === null || onExpandAllChangeProp === void 0 ? void 0 : onExpandAllChangeProp(status);
145
139
  };
146
-
147
140
  // 展开层级回调
148
141
  var onExpandLevelChange = function onExpandLevelChange(level) {
149
142
  setExpandLevelState(level);
150
143
  onExpandLevelChangeProp === null || onExpandLevelChangeProp === void 0 ? void 0 : onExpandLevelChangeProp(level);
151
144
  };
152
-
153
145
  // DataSource 变化回调。用于更新层级
154
146
  var onDataSourceChange = function onDataSourceChange(dataSource) {
155
147
  var level = getTreeLevel(dataSource);
@@ -161,7 +153,7 @@ var ProSidebar = function ProSidebar(props) {
161
153
  'scroll-tree': scrollArea === 'tree'
162
154
  }, "deep-".concat(expandLevel), true)), " ").concat(className),
163
155
  style: style
164
- }, /*#__PURE__*/React.createElement(ProSidebarContainer, _extends({
156
+ }, /*#__PURE__*/React.createElement(ProSidebarContainer, _objectSpread(_objectSpread({
165
157
  searchOnChange: debounce(function (value) {
166
158
  if (showSearch) {
167
159
  searchOnChange === null || searchOnChange === void 0 ? void 0 : searchOnChange(value);
@@ -174,7 +166,7 @@ var ProSidebar = function ProSidebar(props) {
174
166
  scrollArea: scrollArea,
175
167
  expandLevel: expandLevel,
176
168
  isTree: getTreeLevel(dataSource) > 1 ? true : false
177
- }, others, cardProps), loading && /*#__PURE__*/React.createElement(ProSkeletonRaw.SideBar, null), !loading && /*#__PURE__*/React.createElement(ProSidebarTree, _extends({
169
+ }, others), cardProps), loading && /*#__PURE__*/React.createElement(ProSkeletonRaw.SideBar, null), !loading && /*#__PURE__*/React.createElement(ProSidebarTree, _objectSpread({
178
170
  dataSource: dataSource,
179
171
  searchKey: searchKey,
180
172
  onSelect: onSelect,
@@ -186,7 +178,10 @@ var ProSidebar = function ProSidebar(props) {
186
178
  beforeRenderNode: beforeRenderNode,
187
179
  expandAll: expandAllState,
188
180
  expandLevel: expandLevelState,
189
- onDataSourceChange: onDataSourceChange
181
+ onDataSourceChange: onDataSourceChange,
182
+ defaultSelectedKeys: defaultSelectedKeys,
183
+ defaultCheckedKeys: defaultCheckedKeys
190
184
  }, treeProps))));
191
185
  };
192
- export default ProSidebar;
186
+ export default ProSidebar;
187
+ export { ProIconSwitch };