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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,413 @@
1
+ @import '../global.scss';
2
+ @import './scss/variable.scss';
3
+ @import './grid.scss';
4
+ @import './animation.scss';
5
+
6
+ .#{$form-item-cls} {
7
+ display: flex;
8
+ margin-bottom: $form-item-m-margin-b + 2;
9
+ position: relative;
10
+ line-height: $form-element-medium-height;
11
+ font-size: $form-element-medium-font-size;
12
+
13
+ &-layout-vertical {
14
+ display: block;
15
+ }
16
+
17
+ &-label-content {
18
+ min-height: $form-element-medium-height;
19
+ }
20
+
21
+ &-control-content-component {
22
+ line-height: $form-element-medium-height;
23
+ }
24
+
25
+ &-inset {
26
+ padding: 0 8px;
27
+ border: 1px solid $input-border-color;
28
+ border-radius: $form-element-medium-corner;
29
+ width: 100%;
30
+
31
+ .#{$css-prefix}input {
32
+ border: none !important;
33
+ box-shadow: none !important;
34
+ outline: none;
35
+ }
36
+ }
37
+
38
+ &-bordered-none:not(.#{$form-item-cls}-inset) {
39
+ .#{$css-prefix}input {
40
+ border: none !important;
41
+ box-shadow: none !important;
42
+ outline: none;
43
+ }
44
+ }
45
+ }
46
+
47
+ .#{$form-item-cls}-label {
48
+ position: relative;
49
+ display: flex;
50
+ &-content {
51
+ overflow: hidden;
52
+ text-overflow: ellipsis;
53
+ white-space: nowrap;
54
+ }
55
+
56
+ &-tooltip {
57
+ cursor: help;
58
+
59
+ .#{$form-item-cls}-colon {
60
+ display: flex;
61
+ }
62
+
63
+ * {
64
+ cursor: help;
65
+ }
66
+
67
+ &-colon {
68
+ cursor: help;
69
+ }
70
+
71
+ label {
72
+ border-bottom: 1px dashed currentColor;
73
+ }
74
+ }
75
+ }
76
+
77
+ .#{$form-item-cls}-label label {
78
+ cursor: text;
79
+ color: rgba(0, 0, 0, 0.85);
80
+ }
81
+
82
+ .#{$form-item-cls}-label-align-left {
83
+ > .#{$form-item-cls}-label {
84
+ justify-content: flex-start;
85
+ }
86
+ }
87
+
88
+ .#{$form-item-cls}-label-align-right {
89
+ > .#{$form-item-cls}-label {
90
+ justify-content: flex-end;
91
+ }
92
+ }
93
+
94
+ .#{$form-item-cls}-label-wrap {
95
+ .#{$form-item-cls}-label {
96
+ label {
97
+ white-space: pre-line;
98
+ word-break: break-all;
99
+ }
100
+ }
101
+ }
102
+
103
+ .#{$form-item-cls}-feedback-layout-terse {
104
+ margin-bottom: 8px;
105
+
106
+ &.#{$form-item-cls}-feedback-has-text:not(.#{$form-item-cls}-inset) {
107
+ margin-bottom: 0;
108
+ }
109
+ }
110
+
111
+ .#{$form-item-cls}-feedback-layout-loose {
112
+ margin-bottom: $form-item-m-margin-b + 4;
113
+
114
+ &.#{$form-item-cls}-feedback-has-text:not(.#{$form-item-cls}-inset) {
115
+ margin-bottom: 0;
116
+ }
117
+ }
118
+
119
+ .#{$form-item-cls}-feedback-layout-none {
120
+ margin-bottom: 0px;
121
+
122
+ &.#{$form-item-cls}-feedback-has-text:not(.#{$form-item-cls}-inset) {
123
+ margin-bottom: 0;
124
+ }
125
+ }
126
+
127
+ .#{$form-item-cls}-control {
128
+ flex: 1;
129
+ max-width: 100%;
130
+
131
+ .#{$form-item-cls}-control-content {
132
+ display: flex;
133
+
134
+ .#{$form-item-cls}-control-content-component {
135
+ width: 100%;
136
+ min-height: $form-element-medium-height;
137
+ line-height: $form-element-medium-height;
138
+
139
+ &-has-feedback-icon {
140
+ flex: 1;
141
+ position: relative;
142
+ display: flex;
143
+ align-items: center;
144
+
145
+ .#{$css-prefix}input {
146
+ height: 100%;
147
+ border: none !important;
148
+ box-shadow: none !important;
149
+ outline: none;
150
+
151
+ .#{$css-prefix}input-control {
152
+ margin-right: 0;
153
+ padding-right: 0;
154
+
155
+ .#{$css-prefix}icon {
156
+ display: none;
157
+ }
158
+
159
+ .#{$css-prefix}input-hint-wrap {
160
+ .#{$css-prefix}icon {
161
+ display: block;
162
+ }
163
+ }
164
+ }
165
+ }
166
+ }
167
+
168
+ .#{$css-prefix}range {
169
+ height: 100%;
170
+ padding-left: 2px;
171
+ }
172
+
173
+ .#{$css-prefix}transfer {
174
+ display: flex;
175
+ align-items: center;
176
+ }
177
+ }
178
+
179
+ .#{$form-item-cls}-addon-before {
180
+ margin-right: 8px;
181
+ display: inline-flex;
182
+ align-items: center;
183
+ min-height: $form-element-medium-height;
184
+ flex-shrink: 0;
185
+ }
186
+
187
+ .#{$form-item-cls}-addon-after {
188
+ margin-left: 8px;
189
+ display: inline-flex;
190
+ align-items: center;
191
+ min-height: $form-element-medium-height;
192
+ flex-shrink: 0;
193
+ }
194
+ }
195
+ }
196
+
197
+ .#{$form-item-cls}-size-small {
198
+ font-size: $form-element-small-font-size;
199
+ line-height: $form-element-small-height;
200
+
201
+ .#{$form-item-cls}-label-content {
202
+ min-height: $form-element-small-height;
203
+ }
204
+
205
+ .#{$form-item-cls}-control-content {
206
+ .#{$form-item-cls}-control-content-component {
207
+ line-height: $form-element-small-height;
208
+ min-height: $form-element-small-height;
209
+ }
210
+
211
+ .#{$form-item-cls}-addon-before {
212
+ min-height: $form-element-small-height;
213
+ }
214
+
215
+ .#{$form-item-cls}-addon-after {
216
+ min-height: $form-element-small-height;
217
+ }
218
+ }
219
+
220
+ &-inset {
221
+ border-radius: $form-element-small-corner;
222
+ }
223
+
224
+ &.#{$form-item-cls}-feedback-layout-terse {
225
+ margin-bottom: 8px;
226
+
227
+ &.#{$form-item-cls}-feedback-has-text:not(.#{$form-item-cls}-inset) {
228
+ margin-bottom: 0;
229
+ }
230
+ }
231
+
232
+ &.#{$form-item-cls}-feedback-layout-loose {
233
+ margin-bottom: $form-item-s-margin-b + 8;
234
+
235
+ &.#{$form-item-cls}-feedback-has-text:not(.#{$form-item-cls}-inset) {
236
+ margin-bottom: 0;
237
+ }
238
+ }
239
+
240
+ .#{$form-item-cls}-help,
241
+ .#{$form-item-cls}-extra {
242
+ min-height: $form-element-small-font-size + 2;
243
+ }
244
+
245
+ .#{$form-item-cls}-control-content {
246
+ min-height: $form-element-small-height;
247
+ }
248
+
249
+ .#{$form-item-cls}-label > label {
250
+ height: $form-element-small-height;
251
+ }
252
+ }
253
+
254
+ .#{$form-item-cls}-size-large {
255
+ font-size: $form-element-large-font-size;
256
+ line-height: $form-element-large-height;
257
+
258
+ .#{$form-item-cls}-label-content {
259
+ min-height: $form-element-large-height;
260
+ }
261
+
262
+ .#{$form-item-cls}-control-content {
263
+ .#{$form-item-cls}-control-content-component {
264
+ line-height: $form-element-large-height;
265
+ min-height: $form-element-large-height;
266
+ }
267
+
268
+ .#{$form-item-cls}-addon-before {
269
+ min-height: $form-element-large-height;
270
+ }
271
+
272
+ .#{$form-item-cls}-addon-after {
273
+ min-height: $form-element-large-height;
274
+ }
275
+ }
276
+
277
+ &-inset {
278
+ border-radius: $form-element-large-corner;
279
+ }
280
+
281
+ .#{$form-item-cls}-help,
282
+ .#{$form-item-cls}-extra {
283
+ min-height: $form-element-large-font-size + 2;
284
+ }
285
+
286
+ &.#{$form-item-cls}-feedback-layout-loose {
287
+ margin-bottom: $form-item-l-margin-b;
288
+
289
+ &.#{$form-item-cls}-feedback-has-text:not(.#{$form-item-cls}-inset) {
290
+ margin-bottom: 0;
291
+ }
292
+ }
293
+
294
+ .#{$form-item-cls}-control-content {
295
+ min-height: $form-element-large-height;
296
+ }
297
+
298
+ .#{$form-item-cls}-label > label {
299
+ height: $form-element-large-height;
300
+ }
301
+ }
302
+
303
+ .#{$form-item-cls}-feedback-layout-popover {
304
+ margin-bottom: 8px;
305
+ }
306
+
307
+ .#{$form-item-cls}-label-tooltip-icon {
308
+ margin-left: 4px;
309
+ color: #00000073;
310
+ cursor: pointer;
311
+ max-height: $form-element-medium-height;
312
+ }
313
+
314
+ .#{$form-item-cls}-control-align-left {
315
+ .#{$form-item-cls}-control-content {
316
+ justify-content: flex-start;
317
+ }
318
+ }
319
+
320
+ .#{$form-item-cls}-control-align-right {
321
+ .#{$form-item-cls}-control-content {
322
+ justify-content: flex-end;
323
+ }
324
+ }
325
+
326
+ .#{$form-item-cls}-control-wrap {
327
+ .#{$form-item-cls}-control {
328
+ white-space: pre-line;
329
+ }
330
+ }
331
+
332
+ .#{$form-item-cls}-asterisk {
333
+ color: $form-error-color;
334
+ margin-right: 4px;
335
+ display: inline-block;
336
+ font-family: SimSun, sans-serif;
337
+ }
338
+
339
+ .#{$form-item-cls}-colon {
340
+ margin-left: 2px;
341
+ margin-right: 8px;
342
+ }
343
+
344
+ .#{$form-item-cls}-help,
345
+ .#{$form-item-cls}-extra {
346
+ clear: both;
347
+ line-height: $form-item-m-margin-b + 4;
348
+ min-height: $form-item-m-margin-b;
349
+ color: rgba(0, 0, 0, 0.45);
350
+ transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
351
+ padding-top: 0px;
352
+ }
353
+
354
+ .#{$form-item-cls}-fullness {
355
+ > .#{$form-item-cls}-control {
356
+ > .#{$form-item-cls}-control-content {
357
+ > .#{$form-item-cls}-control-content-component {
358
+ > *:first-child:not(.#{$css-prefix}switch):not(.#{$css-prefix}icon):not(.#{$css-prefix}formily-icon):not(.anticon) {
359
+ width: 100%;
360
+ }
361
+ }
362
+ }
363
+ }
364
+ }
365
+
366
+ .#{$form-item-cls}-control-content-component-has-feedback-icon {
367
+ border-radius: 2px;
368
+ border: 1px solid $input-border-color;
369
+ transition: all 0.3s;
370
+ touch-action: manipulation;
371
+ outline: none;
372
+ padding-right: 8px;
373
+
374
+ .#{$css-prefix}input {
375
+ border: none !important;
376
+ }
377
+
378
+ .#{$css-prefix}range-picker-trigger {
379
+ border: none !important;
380
+ }
381
+
382
+ .#{$form-item-cls}-feedback-icon {
383
+ display: flex;
384
+ justify-content: center;
385
+ align-items: center;
386
+ margin-right: -2px;
387
+ padding-left: 2px;
388
+
389
+ .anticon {
390
+ display: inline-block;
391
+ color: inherit;
392
+ font-style: normal;
393
+ font-size: $form-element-medium-font-size;
394
+ line-height: 0;
395
+ text-align: center;
396
+ text-transform: none;
397
+ vertical-align: -0.125em;
398
+ text-rendering: optimizeLegibility;
399
+ }
400
+ }
401
+ }
402
+
403
+ .#{$form-item-cls}-error-help {
404
+ color: $form-error-color;
405
+ }
406
+
407
+ .#{$form-item-cls}-warning-help {
408
+ color: $form-warning-color;
409
+ }
410
+
411
+ .#{$form-item-cls}-success-help {
412
+ color: $form-success-color;
413
+ }
@@ -0,0 +1,118 @@
1
+ ////
2
+ /// @module form: 表单
3
+ /// @tag Form
4
+ /// @category component
5
+ /// @family data-entry
6
+ /// @varPrefix $form-
7
+ /// @classPrefix {prefix}-form
8
+ /// @order {"size/bounding":10,"size/item":11,"size/label":12,"size/help":13,"size/border":14,"statement/help":10,"statement/label":11,"statement/normal":12,"statement/border":13}
9
+ ////
10
+
11
+ @charset "UTF-8";
12
+
13
+ // form variables
14
+ // --------------------------------------------------
15
+
16
+ $form-item-cls: '#{$css-prefix}formily-item';
17
+
18
+ $input-border-color: $color-line1-3 !default;
19
+ /// label padding (r)
20
+ /// @namespace size/bounding
21
+ $form-label-padding-r: $s-3 !default;
22
+
23
+ /// margin (b)
24
+ /// @namespace size/item
25
+ $form-item-m-margin-b: $s-4 !default;
26
+
27
+ /// margin (b)
28
+ /// @namespace size/item
29
+ $form-item-l-margin-b: $s-5 !default;
30
+
31
+ /// margin (b)
32
+ /// @namespace size/item
33
+ $form-item-s-margin-b: $s-3 !default;
34
+
35
+ /// margin (r)
36
+ /// @namespace size/item
37
+ $form-inline-l-item-margin-r: $s-6 !default;
38
+
39
+ /// margin (r)
40
+ /// @namespace size/item
41
+ $form-inline-m-item-margin-r: $s-5 !default;
42
+
43
+ /// margin (r)
44
+ /// @namespace size/item
45
+ $form-inline-s-item-margin-r: $s-4 !default;
46
+
47
+ /// margin (t)
48
+ /// @namespace size/help
49
+ $form-help-margin-top: $s-1 !default;
50
+
51
+ /// text
52
+ /// @namespace size/help
53
+ $form-help-font-size: $font-size-caption !default;
54
+
55
+ /// text
56
+ /// @namespace statement/help
57
+ $form-help-color: $color-text1-2 !default;
58
+
59
+ /// error text
60
+ /// @namespace statement/help
61
+ $form-error-color: $color-error-3 !default;
62
+
63
+ /// warning text
64
+ /// @namespace statement/help
65
+ $form-warning-color: $color-warning-3 !default;
66
+
67
+ $form-success-color: $color-success-3 !default;
68
+
69
+ /// margin (b)
70
+ /// @type length
71
+ /// @namespace size/label
72
+ $form-top-label-margin-b: 2px !default;
73
+
74
+ /// text
75
+ /// @namespace statement/label
76
+ $form-label-color: $color-text1-3 !default;
77
+
78
+ /// padding
79
+ /// @namespace size/bounding
80
+ $input-l-padding: $s-3 !default;
81
+
82
+ /// padding(l)
83
+ /// @namespace size/label
84
+ $input-l-label-padding-left: $s-3 !default;
85
+
86
+ /// padding(r)
87
+ /// @namespace size/label
88
+ $input-l-icon-padding-right: $s-2 !default;
89
+
90
+ // medium
91
+ // --------------------------------------------------
92
+
93
+ /// padding
94
+ /// @namespace size/bounding
95
+ $input-m-padding: $s-2 !default;
96
+
97
+ /// padding(l)
98
+ /// @namespace size/label
99
+ $input-m-label-padding-left: $s-2 !default;
100
+
101
+ /// padding(r)
102
+ /// @namespace size/label
103
+ $input-m-icon-padding-right: $s-2 !default;
104
+
105
+ // small
106
+ // --------------------------------------------------
107
+
108
+ /// padding
109
+ /// @namespace size/bounding
110
+ $input-s-padding: $s-1 !default;
111
+
112
+ /// padding(l)
113
+ /// @namespace size/label
114
+ $input-s-label-padding-left: $s-2 !default;
115
+
116
+ /// padding(r)
117
+ /// @namespace size/label
118
+ $input-s-icon-padding-right: $s-1 !default;
@@ -0,0 +1 @@
1
+ import './main.scss';
@@ -0,0 +1 @@
1
+ import './main.scss';
@@ -0,0 +1,3 @@
1
+ declare const componentMap: any;
2
+ declare const inputCategory: any[];
3
+ export { componentMap, inputCategory };
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { SelectProps } from '@alicloudfe/components/types/select';
3
+ import type { ButtonProps } from '@alicloudfe/components/types/button';
4
+ import './index.scss';
5
+ /**
6
+ * LightFilter
7
+ */
8
+ interface ILightFiter {
9
+ size?: 'small' | 'medium' | 'large';
10
+ defaultFilterValue?: string;
11
+ filterValues?: string[];
12
+ onFilterChange?: (schema?: any) => any;
13
+ filterProps?: SelectProps;
14
+ buttonProps?: ButtonProps;
15
+ }
16
+ declare const LightFilter: React.FC<ILightFiter>;
17
+ export default LightFilter;
@@ -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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
3
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
3
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -24,7 +23,6 @@ var formatComponent = function formatComponent(schema) {
24
23
  }
25
24
  return componentMap[component] || component;
26
25
  };
27
-
28
26
  // 主激活区内容
29
27
  var useMain = function useMain(active) {
30
28
  var schema = useFieldSchema();
@@ -42,7 +40,6 @@ var useMain = function useMain(active) {
42
40
  });
43
41
  return main;
44
42
  };
45
-
46
43
  // 筛选项数据
47
44
  var useFilterItems = function useFilterItems(filterValues, scope) {
48
45
  var schema = useFieldSchema();
@@ -58,17 +55,11 @@ var useFilterItems = function useFilterItems(filterValues, scope) {
58
55
  });
59
56
  return filterItems;
60
57
  };
61
-
62
58
  // 是否输入框类型的组件
63
59
  var isInputCategory = function isInputCategory(currentSchema) {
64
60
  var component = currentSchema === null || currentSchema === void 0 ? void 0 : currentSchema['x-component'];
65
61
  return inputCategory.includes(component);
66
62
  };
67
-
68
- /**
69
- * LightFilter
70
- */
71
-
72
63
  var LightFilter = observer(function (props) {
73
64
  var _filterItems$, _main$;
74
65
  var size = props.size,
@@ -114,14 +105,14 @@ var LightFilter = observer(function (props) {
114
105
  }))
115
106
  }, /*#__PURE__*/React.createElement("span", {
116
107
  className: prefixCls('main')
117
- }, /*#__PURE__*/React.createElement(Select, _extends({}, filterProps, {
108
+ }, /*#__PURE__*/React.createElement(Select, _objectSpread(_objectSpread({}, filterProps), {}, {
118
109
  className: cls(prefixCls('select'), _defineProperty({}, prefixCls('select-none'), !content.length), filterProps === null || filterProps === void 0 ? void 0 : filterProps.className),
119
110
  dataSource: filterItems,
120
111
  onChange: onSelectChange,
121
112
  value: active
122
113
  })), content), /*#__PURE__*/React.createElement("span", {
123
114
  className: prefixCls('addonAfter')
124
- }, /*#__PURE__*/React.createElement(Button, buttonProps, /*#__PURE__*/React.createElement(TeamixIcon, {
115
+ }, /*#__PURE__*/React.createElement(Button, _objectSpread({}, buttonProps), /*#__PURE__*/React.createElement(TeamixIcon, {
125
116
  type: "search-line"
126
117
  }))));
127
118
  });
@@ -83,6 +83,10 @@ $light-filter: #{teamix-pro-form}-light-filter;
83
83
  .#{$css-prefix}input.#{$css-prefix}medium {
84
84
  height: $noborder-font-weight-medium;
85
85
  }
86
+ .#{$css-prefix}input-group.#{$css-prefix}search-left, .#{$css-prefix}input-group-addon.#{$css-prefix}before.#{$css-prefix}search-left-addon{
87
+ border: 0;
88
+ box-shadow: none !important;
89
+ }
86
90
  }
87
91
  }
88
92
  }
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -4,7 +4,9 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
5
5
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- 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); }
7
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
8
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
10
  import React from 'react';
9
11
  import { connect, mapProps } from '@formily/react';
10
12
  import { mapSize, mapStatus, mapDataSource, mapMode } from '../../utils';
@@ -12,7 +14,7 @@ import ProField from '../../../field';
12
14
  import fieldTypeMap from '../../fieldTypeMap';
13
15
  var componentBuilder = function componentBuilder(type) {
14
16
  return connect(function (props) {
15
- return /*#__PURE__*/React.createElement(ProField, _extends({}, props, {
17
+ return /*#__PURE__*/React.createElement(ProField, _objectSpread(_objectSpread({}, props), {}, {
16
18
  type: type
17
19
  }));
18
20
  }, mapProps(mapSize, mapStatus, mapDataSource, mapMode));
@@ -0,0 +1,3 @@
1
+ import { GeneralField } from '@formily/core';
2
+ declare const mapDateFormat: (props: any, field: GeneralField) => {};
3
+ export default mapDateFormat;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import './index.scss';
3
+ interface ITextProps {
4
+ className?: string;
5
+ children?: React.ReactNode;
6
+ }
7
+ declare const Text: React.FC<ITextProps>;
8
+ export default Text;
@@ -1,5 +1,7 @@
1
1
  var _excluded = ["children", "className"];
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); }
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 _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
6
  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; }
5
7
  import React from 'react';
@@ -11,7 +13,7 @@ var Text = function Text(_ref) {
11
13
  className = _ref.className,
12
14
  otherProps = _objectWithoutProperties(_ref, _excluded);
13
15
  var prefixCls = usePrefixCls('teamix-pro-form-text');
14
- return /*#__PURE__*/React.createElement("span", _extends({
16
+ return /*#__PURE__*/React.createElement("span", _objectSpread({
15
17
  className: cls(prefixCls(), className)
16
18
  }, otherProps), children);
17
19
  };
@@ -0,0 +1 @@
1
+ export declare const Empty: () => JSX.Element;