tntd 2.6.17 → 2.6.19

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 (797) hide show
  1. package/es/actions/index.js +8 -22
  2. package/es/affix/index.js +2 -1
  3. package/es/alert/index.js +2 -1
  4. package/es/anchor/index.js +2 -1
  5. package/es/array-input/icon.js +6 -24
  6. package/es/array-input/index.js +119 -203
  7. package/es/auth-context/index.js +2 -1
  8. package/es/auto-complete/index.js +2 -1
  9. package/es/avatar/index.js +2 -1
  10. package/es/back-top/index.js +2 -1
  11. package/es/badge/index.js +2 -1
  12. package/es/breadcrumb/index.js +2 -1
  13. package/es/button/button.js +46 -0
  14. package/es/button/button.js.map +1 -0
  15. package/es/button/index.js +4 -3
  16. package/es/button/index.js.map +1 -1
  17. package/es/calendar/index.js +2 -1
  18. package/es/card/card.js +25 -0
  19. package/es/card/card.js.map +1 -0
  20. package/es/card/index.js +4 -3
  21. package/es/card/index.js.map +1 -1
  22. package/es/carousel/index.js +2 -1
  23. package/es/cascader/index.js +2 -1
  24. package/es/check-card/group.js +138 -186
  25. package/es/check-card/index.js +107 -150
  26. package/es/checkbox/checkbox-group.js +2 -1
  27. package/es/checkbox/index.js +2 -1
  28. package/es/col/index.js +2 -1
  29. package/es/collapse/index.js +2 -1
  30. package/es/color-picker/ColorPicker.js +80 -126
  31. package/es/color-picker/index.js +5 -8
  32. package/es/columns/index.js +30 -66
  33. package/es/columns/style/index.js +2 -1
  34. package/es/comment/index.js +2 -1
  35. package/es/config-provider/DisabledContext.js +5 -9
  36. package/es/config-provider/SizeContext.js +3 -7
  37. package/es/config-provider/config-provider.js +2 -1
  38. package/es/config-provider/index.js +2 -1
  39. package/es/connect/index.js +20 -23
  40. package/es/date-picker/index.js +6 -9
  41. package/es/descriptions/descriptions.js +30 -38
  42. package/es/descriptions/index.js +2 -1
  43. package/es/development-login/LoginModal.js +46 -81
  44. package/es/development-login/index.js +8 -17
  45. package/es/divider/index.js +2 -1
  46. package/es/drawer/drawer.js +20 -27
  47. package/es/drawer/index.js +2 -1
  48. package/es/dropdown/index.js +2 -1
  49. package/es/ellipsis/Svg/CopySVG.js +16 -63
  50. package/es/ellipsis/Svg/TickSVG.js +11 -41
  51. package/es/ellipsis/index.js +93 -125
  52. package/es/ellipsis/index.js.map +1 -1
  53. package/es/empty/empty.js +48 -58
  54. package/es/empty/empty.stories.js +6 -5
  55. package/es/empty/index.js +2 -1
  56. package/es/exception/exception.js +19 -32
  57. package/es/exception/index.js +2 -1
  58. package/es/form/form.js +68 -0
  59. package/es/form/form.js.map +1 -0
  60. package/es/form/index.js +4 -3
  61. package/es/form/index.js.map +1 -1
  62. package/es/handle/handle.js +102 -0
  63. package/es/handle/handle.js.map +1 -0
  64. package/es/handle/index.js +116 -120
  65. package/es/handle/index.js.map +1 -1
  66. package/es/icon/index.js +2 -1
  67. package/es/icon-list/index.js +120 -1
  68. package/es/img/Contain.js +39 -60
  69. package/es/img/Cover.js +72 -98
  70. package/es/img/index.js +32 -48
  71. package/es/index.js +3 -2
  72. package/es/index.js.map +1 -1
  73. package/es/input/index.js +2 -1
  74. package/es/input/input.js +47 -89
  75. package/es/input/input.js.map +1 -1
  76. package/es/input-number/index.js +2 -1
  77. package/es/label/index.js +98 -115
  78. package/es/layout/index.js +2 -1
  79. package/es/list/index.js +2 -1
  80. package/es/loading-button/index.js +28 -33
  81. package/es/locale/default.js +4 -3
  82. package/es/locale/en_US.js +32 -31
  83. package/es/locale/index.js +2 -1
  84. package/es/locale/zh_CN.js +32 -31
  85. package/es/locale-provider/index.js +3 -2
  86. package/es/mentions/index.js +2 -1
  87. package/es/menu/index.js +2 -1
  88. package/es/message/index.js +2 -1
  89. package/es/modal/index.js +2 -1
  90. package/es/modal/modal.js +20 -23
  91. package/es/modal/modal.js.map +1 -1
  92. package/es/notification/index.js +2 -1
  93. package/es/page/Box.js +33 -49
  94. package/es/page/index.js +84 -120
  95. package/es/page/utils.js +14 -12
  96. package/es/page-header/index.js +2 -1
  97. package/es/pagination/index.js +2 -1
  98. package/es/popconfirm/index.js +2 -1
  99. package/es/popover/index.js +2 -1
  100. package/es/prev-locale.js +47 -49
  101. package/es/preview-text/index.js +177 -247
  102. package/es/progress/index.js +2 -1
  103. package/es/query-form/Field/Checkbox.js +17 -20
  104. package/es/query-form/Field/Select.js +39 -54
  105. package/es/query-form/Field/SelectInput.js +45 -65
  106. package/es/query-form/Field/fieldsMap.js +20 -19
  107. package/es/query-form/Field/index.js +67 -108
  108. package/es/query-form/createActions.js +46 -46
  109. package/es/query-form/index.js +247 -327
  110. package/es/query-form/useForm.js +4 -3
  111. package/es/query-list-scene/List.js +255 -321
  112. package/es/query-list-scene/QueryForm.js +94 -132
  113. package/es/query-list-scene/QueryListScene.js +21 -29
  114. package/es/query-list-scene/Title.js +4 -6
  115. package/es/query-list-scene/Toolbar.js +15 -21
  116. package/es/query-list-scene/createActions.js +60 -60
  117. package/es/query-list-scene/index.js +2 -1
  118. package/es/query-list-scene/useActions.js +4 -3
  119. package/es/radio/index.js +2 -1
  120. package/es/radio/radio-group.js +2 -1
  121. package/es/rate/index.js +2 -1
  122. package/es/render-empty/index.js +2 -1
  123. package/es/render-empty/render-empty.js +16 -19
  124. package/es/result/index.js +2 -1
  125. package/es/row/index.js +2 -1
  126. package/es/segmented/index.js +38 -55
  127. package/es/select/index.js +2 -1
  128. package/es/select/select.js +28 -42
  129. package/es/select/select.js.map +1 -1
  130. package/es/skeleton/index.js +2 -1
  131. package/es/slider/index.js +2 -1
  132. package/es/spin/index.js +2 -1
  133. package/es/statistic/index.js +2 -1
  134. package/es/steps/index.js +2 -1
  135. package/es/steps/steps.js +35 -51
  136. package/es/steps/style/nav.less +1 -1
  137. package/es/svg-components/illustration-403.js +58 -206
  138. package/es/svg-components/illustration-404.js +75 -290
  139. package/es/svg-components/illustration-500.js +83 -321
  140. package/es/svg-components/illustration-empty.js +15 -54
  141. package/es/svg-components/illustration-failure.js +36 -112
  142. package/es/svg-components/illustration-no-access.js +35 -114
  143. package/es/svg-components/illustration-no-chart.js +37 -134
  144. package/es/svg-components/illustration-no-result.js +32 -92
  145. package/es/svg-components/illustration-offline.js +43 -131
  146. package/es/svg-components/illustration-success.js +43 -137
  147. package/es/svg-components/index.js +2 -1
  148. package/es/switch/index.js +2 -1
  149. package/es/switch/switch.js +3 -4
  150. package/es/switch/switch.js.map +1 -1
  151. package/es/table/assets/image-loading-background.js +17 -45
  152. package/es/table/assets/image-loading.js +5 -26
  153. package/es/table/constants.js +54 -2
  154. package/es/table/context.js +2 -1
  155. package/es/table/hooks/index.js +2 -1
  156. package/es/table/hooks/use-column-setting.js +16 -13
  157. package/es/table/index.js +2 -1
  158. package/es/table/table.js +174 -158
  159. package/es/table/table.js.map +1 -1
  160. package/es/table/table.less +3 -1
  161. package/es/table/table.stories.js +139 -148
  162. package/es/table/total-shower.js +4 -8
  163. package/es/table/utils.js +18 -17
  164. package/es/tabs/index.js +4 -3
  165. package/es/tabs/index.js.map +1 -1
  166. package/es/tabs/tabPane.js +2 -0
  167. package/es/tabs/tabPane.js.map +1 -0
  168. package/es/tabs/tabs.js +45 -0
  169. package/es/tabs/tabs.js.map +1 -0
  170. package/es/tag/index.js +2 -1
  171. package/es/time-picker/index.js +2 -1
  172. package/es/timeline/index.js +2 -1
  173. package/es/title/index.js +21 -32
  174. package/es/title/index.js.map +1 -1
  175. package/es/tntd-cascader/AntdCascader/component/DisabledContext.js +5 -9
  176. package/es/tntd-cascader/AntdCascader/component/FormItemInputContext.js +2 -1
  177. package/es/tntd-cascader/AntdCascader/component/SizeContext.js +2 -1
  178. package/es/tntd-cascader/AntdCascader/component/context.js +7 -5
  179. package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +10 -22
  180. package/es/tntd-cascader/AntdCascader/component/getIcons.js +50 -72
  181. package/es/tntd-cascader/AntdCascader/component/useCompactItemContext.js +20 -22
  182. package/es/tntd-cascader/AntdCascader/config/utils.js +18 -17
  183. package/es/tntd-cascader/AntdCascader/config/warning.js +10 -9
  184. package/es/tntd-cascader/AntdCascader/index.js +118 -189
  185. package/es/tntd-cascader/AntdCascader/index.less +1 -1
  186. package/es/tntd-cascader/AntdCascader/interface.js +2 -1
  187. package/es/tntd-cascader/index.js +2 -1
  188. package/es/tntd-cascader/rc-cascader/Cascader.js +239 -256
  189. package/es/tntd-cascader/rc-cascader/OptionList/Checkbox.js +11 -21
  190. package/es/tntd-cascader/rc-cascader/OptionList/Column.js +116 -175
  191. package/es/tntd-cascader/rc-cascader/OptionList/index.js +128 -180
  192. package/es/tntd-cascader/rc-cascader/OptionList/useActive.js +19 -22
  193. package/es/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +137 -144
  194. package/es/tntd-cascader/rc-cascader/context.js +2 -1
  195. package/es/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +37 -44
  196. package/es/tntd-cascader/rc-cascader/hooks/useEntities.js +24 -25
  197. package/es/tntd-cascader/rc-cascader/hooks/useMissingValues.js +17 -15
  198. package/es/tntd-cascader/rc-cascader/hooks/useRefFunc.js +8 -7
  199. package/es/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +21 -20
  200. package/es/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +41 -51
  201. package/es/tntd-cascader/rc-cascader/index.js +2 -1
  202. package/es/tntd-cascader/rc-cascader/utils/commonUtil.js +27 -33
  203. package/es/tntd-cascader/rc-cascader/utils/treeUtil.js +32 -29
  204. package/es/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +23 -26
  205. package/es/tntd-form/ErrorList.js +41 -75
  206. package/es/tntd-form/Form.js +98 -107
  207. package/es/tntd-form/Form.js.map +1 -1
  208. package/es/tntd-form/FormItem/ItemHolder.js +117 -126
  209. package/es/tntd-form/FormItem/index.js +206 -232
  210. package/es/tntd-form/FormItemInput.js +31 -72
  211. package/es/tntd-form/FormItemLabel.js +62 -87
  212. package/es/tntd-form/FormList.js +27 -33
  213. package/es/tntd-form/_util/motion.js +27 -36
  214. package/es/tntd-form/_util/reactNode.js +9 -10
  215. package/es/tntd-form/_util/scrollTo.js +2 -2
  216. package/es/tntd-form/_util/type.js +2 -1
  217. package/es/tntd-form/_util/warning.js +4 -3
  218. package/es/tntd-form/_util/wave.js +2 -2
  219. package/es/tntd-form/context.js +24 -29
  220. package/es/tntd-form/hooks/useDebounce.js +12 -11
  221. package/es/tntd-form/hooks/useForm.js +28 -33
  222. package/es/tntd-form/hooks/useFormInstance.js +4 -5
  223. package/es/tntd-form/hooks/useFormItemStatus.js +5 -8
  224. package/es/tntd-form/hooks/useFrameState.js +33 -32
  225. package/es/tntd-form/hooks/useItemRef.js +14 -15
  226. package/es/tntd-form/index.js +2 -1
  227. package/es/tntd-form/interface.js +2 -1
  228. package/es/tntd-form/style/index.js +2 -1
  229. package/es/tntd-form/tntd-form.stories.js +383 -731
  230. package/es/tntd-form/tntd-form.stories.js.map +1 -1
  231. package/es/tntd-form/util.js +13 -10
  232. package/es/tntd-form/validateMessagesContext.js +2 -1
  233. package/es/tntd-icon/fonts/iconfont.js +53 -36
  234. package/es/tntd-icon/index.js +17 -23
  235. package/es/tntd-layout/ActionsContext.js +2 -1
  236. package/es/tntd-layout/AppList.js +77 -135
  237. package/es/tntd-layout/Application.js +29 -42
  238. package/es/tntd-layout/Avatar.js +42 -80
  239. package/es/tntd-layout/CompatibleLanguage.js +56 -93
  240. package/es/tntd-layout/EnterpriseLayout/Avatar.js +47 -93
  241. package/es/tntd-layout/EnterpriseLayout/Language.js +34 -56
  242. package/es/tntd-layout/EnterpriseLayout/Theme.js +24 -45
  243. package/es/tntd-layout/EnterpriseLayout/index.js +9 -17
  244. package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +153 -212
  245. package/es/tntd-layout/GlobalNavigation/index.js +50 -84
  246. package/es/tntd-layout/Header.js +26 -59
  247. package/es/tntd-layout/HeaderActions.js +34 -84
  248. package/es/tntd-layout/HeaderNavs.js +35 -46
  249. package/es/tntd-layout/HeaderTabs.js +140 -176
  250. package/es/tntd-layout/Iconfont.js +2 -1
  251. package/es/tntd-layout/Language.js +33 -55
  252. package/es/tntd-layout/Layout.js +78 -176
  253. package/es/tntd-layout/Logo.js +40 -52
  254. package/es/tntd-layout/OrgAppList.js +139 -208
  255. package/es/tntd-layout/SideMenu.js +160 -230
  256. package/es/tntd-layout/Theme.js +29 -47
  257. package/es/tntd-layout/createActions.js +29 -28
  258. package/es/tntd-layout/images/index.js +32 -31
  259. package/es/tntd-layout/index.js +60 -92
  260. package/es/tntd-layout/paaslayout/CompactSideMenu.js +65 -109
  261. package/es/tntd-layout/paaslayout/Header.js +14 -37
  262. package/es/tntd-layout/paaslayout/Logo.js +3 -2
  263. package/es/tntd-layout/paaslayout/SideMenu.js +63 -109
  264. package/es/tntd-layout/paaslayout/index.js +79 -159
  265. package/es/tntd-layout/storage.js +11 -18
  266. package/es/tntd-modal/index.js +34 -90
  267. package/es/tntd-modal/index.js.map +1 -1
  268. package/es/tntd-modal/index.less +66 -82
  269. package/es/tntd-second-page/index.js +24 -47
  270. package/es/tntd-select/DropDownWrap.js +52 -73
  271. package/es/tntd-select/index.js +500 -586
  272. package/es/tntd-select/index.js.map +1 -1
  273. package/es/tooltip/index.js +2 -1
  274. package/es/transfer/index.js +2 -1
  275. package/es/tree/index.js +2 -1
  276. package/es/tree-select/index.js +2 -1
  277. package/es/typography/index.js +2 -1
  278. package/es/upload/index.js +3 -4
  279. package/es/utils/checkAuth.js +21 -24
  280. package/es/utils/findMenuInfoByPath.js +30 -33
  281. package/es/utils/index.js +73 -65
  282. package/es/utils/index.js.map +1 -1
  283. package/es/utils/lang.js +119 -0
  284. package/es/utils/lang.js.map +1 -0
  285. package/es/utils/simple-template.js +3 -2
  286. package/es/version/index.js +2 -1
  287. package/es/water-mark/index.js +87 -98
  288. package/lib/actions/index.js +14 -31
  289. package/lib/affix/index.d.ts +3 -3
  290. package/lib/affix/index.js +22 -23
  291. package/lib/affix/index.js.map +1 -1
  292. package/lib/alert/index.d.ts +3 -3
  293. package/lib/alert/index.js +22 -23
  294. package/lib/alert/index.js.map +1 -1
  295. package/lib/anchor/index.d.ts +3 -3
  296. package/lib/anchor/index.js +22 -23
  297. package/lib/anchor/index.js.map +1 -1
  298. package/lib/array-input/icon.js +12 -33
  299. package/lib/array-input/index.js +150 -254
  300. package/lib/auth-context/index.js +4 -10
  301. package/lib/auto-complete/index.d.ts +3 -3
  302. package/lib/auto-complete/index.js +22 -23
  303. package/lib/auto-complete/index.js.map +1 -1
  304. package/lib/avatar/index.d.ts +3 -3
  305. package/lib/avatar/index.js +22 -23
  306. package/lib/avatar/index.js.map +1 -1
  307. package/lib/back-top/index.d.ts +3 -3
  308. package/lib/back-top/index.js +22 -23
  309. package/lib/back-top/index.js.map +1 -1
  310. package/lib/badge/index.d.ts +3 -3
  311. package/lib/badge/index.js +22 -23
  312. package/lib/badge/index.js.map +1 -1
  313. package/lib/breadcrumb/index.d.ts +3 -3
  314. package/lib/breadcrumb/index.js +22 -23
  315. package/lib/breadcrumb/index.js.map +1 -1
  316. package/lib/button/button.d.ts +10 -0
  317. package/lib/button/button.d.ts.map +1 -0
  318. package/lib/button/button.js +78 -0
  319. package/lib/button/button.js.map +1 -0
  320. package/lib/button/index.d.ts +3 -3
  321. package/lib/button/index.d.ts.map +1 -1
  322. package/lib/button/index.js +19 -23
  323. package/lib/button/index.js.map +1 -1
  324. package/lib/calendar/index.d.ts +3 -3
  325. package/lib/calendar/index.js +22 -23
  326. package/lib/calendar/index.js.map +1 -1
  327. package/lib/card/card.d.ts +10 -0
  328. package/lib/card/card.d.ts.map +1 -0
  329. package/lib/card/card.js +57 -0
  330. package/lib/card/card.js.map +1 -0
  331. package/lib/card/index.d.ts +3 -3
  332. package/lib/card/index.d.ts.map +1 -1
  333. package/lib/card/index.js +19 -23
  334. package/lib/card/index.js.map +1 -1
  335. package/lib/carousel/index.d.ts +3 -3
  336. package/lib/carousel/index.js +22 -23
  337. package/lib/carousel/index.js.map +1 -1
  338. package/lib/cascader/index.d.ts +3 -3
  339. package/lib/cascader/index.js +26 -29
  340. package/lib/cascader/index.js.map +1 -1
  341. package/lib/check-card/group.js +171 -228
  342. package/lib/check-card/index.js +141 -171
  343. package/lib/checkbox/checkbox-group.d.ts +1 -1
  344. package/lib/checkbox/checkbox-group.js +9 -11
  345. package/lib/checkbox/checkbox-group.js.map +1 -1
  346. package/lib/checkbox/index.d.ts +3 -3
  347. package/lib/checkbox/index.js +25 -37
  348. package/lib/checkbox/index.js.map +1 -1
  349. package/lib/col/index.d.ts +3 -3
  350. package/lib/col/index.js +22 -23
  351. package/lib/col/index.js.map +1 -1
  352. package/lib/collapse/index.d.ts +3 -3
  353. package/lib/collapse/index.js +23 -24
  354. package/lib/collapse/index.js.map +1 -1
  355. package/lib/color-picker/ColorPicker.js +113 -156
  356. package/lib/color-picker/index.js +14 -18
  357. package/lib/color-picker/index.js.map +1 -1
  358. package/lib/columns/index.js +41 -81
  359. package/lib/columns/style/index.js +2 -1
  360. package/lib/comment/index.d.ts +3 -3
  361. package/lib/comment/index.js +22 -23
  362. package/lib/comment/index.js.map +1 -1
  363. package/lib/config-provider/DisabledContext.js +31 -18
  364. package/lib/config-provider/SizeContext.js +28 -19
  365. package/lib/config-provider/config-provider.d.ts +1 -1
  366. package/lib/config-provider/config-provider.js +8 -12
  367. package/lib/config-provider/config-provider.js.map +1 -1
  368. package/lib/config-provider/index.d.ts +4 -4
  369. package/lib/config-provider/index.js +23 -35
  370. package/lib/config-provider/index.js.map +1 -1
  371. package/lib/connect/index.js +26 -44
  372. package/lib/date-picker/index.d.ts +4 -4
  373. package/lib/date-picker/index.js +32 -48
  374. package/lib/date-picker/index.js.map +1 -1
  375. package/lib/descriptions/descriptions.d.ts +3 -3
  376. package/lib/descriptions/descriptions.js +55 -64
  377. package/lib/descriptions/descriptions.js.map +1 -1
  378. package/lib/descriptions/index.d.ts +1 -1
  379. package/lib/descriptions/index.js +22 -23
  380. package/lib/descriptions/index.js.map +1 -1
  381. package/lib/development-login/LoginModal.js +79 -110
  382. package/lib/development-login/index.js +35 -42
  383. package/lib/divider/index.d.ts +3 -3
  384. package/lib/divider/index.js +22 -23
  385. package/lib/divider/index.js.map +1 -1
  386. package/lib/drawer/drawer.d.ts +1 -1
  387. package/lib/drawer/drawer.js +30 -41
  388. package/lib/drawer/drawer.js.map +1 -1
  389. package/lib/drawer/index.d.ts +2 -2
  390. package/lib/drawer/index.js +20 -22
  391. package/lib/drawer/index.js.map +1 -1
  392. package/lib/dropdown/index.d.ts +3 -3
  393. package/lib/dropdown/index.js +22 -23
  394. package/lib/dropdown/index.js.map +1 -1
  395. package/lib/ellipsis/Svg/CopySVG.js +20 -70
  396. package/lib/ellipsis/Svg/TickSVG.js +15 -48
  397. package/lib/ellipsis/index.d.ts.map +1 -1
  398. package/lib/ellipsis/index.js +129 -155
  399. package/lib/ellipsis/index.js.map +1 -1
  400. package/lib/empty/empty.d.ts +2 -2
  401. package/lib/empty/empty.js +75 -90
  402. package/lib/empty/empty.js.map +1 -1
  403. package/lib/empty/empty.stories.js +18 -19
  404. package/lib/empty/index.d.ts +1 -1
  405. package/lib/empty/index.js +19 -20
  406. package/lib/empty/index.js.map +1 -1
  407. package/lib/exception/exception.js +31 -46
  408. package/lib/exception/exception.js.map +1 -1
  409. package/lib/exception/index.js +18 -19
  410. package/lib/form/form.d.ts +15 -0
  411. package/lib/form/form.d.ts.map +1 -0
  412. package/lib/form/form.js +100 -0
  413. package/lib/form/form.js.map +1 -0
  414. package/lib/form/index.d.ts +3 -3
  415. package/lib/form/index.d.ts.map +1 -1
  416. package/lib/form/index.js +19 -23
  417. package/lib/form/index.js.map +1 -1
  418. package/lib/handle/handle.d.ts +3 -0
  419. package/lib/handle/handle.d.ts.map +1 -0
  420. package/lib/handle/handle.js +130 -0
  421. package/lib/handle/handle.js.map +1 -0
  422. package/lib/handle/index.d.ts.map +1 -1
  423. package/lib/handle/index.js +149 -152
  424. package/lib/handle/index.js.map +1 -1
  425. package/lib/icon/index.d.ts +3 -3
  426. package/lib/icon/index.js +22 -23
  427. package/lib/icon/index.js.map +1 -1
  428. package/lib/icon-list/index.js +121 -7
  429. package/lib/img/Contain.js +44 -69
  430. package/lib/img/Cover.js +78 -117
  431. package/lib/img/index.js +60 -74
  432. package/lib/index.d.ts +1 -1
  433. package/lib/index.js +195 -642
  434. package/lib/index.js.map +1 -1
  435. package/lib/input/index.d.ts +1 -1
  436. package/lib/input/index.js +20 -21
  437. package/lib/input/index.js.map +1 -1
  438. package/lib/input/input.d.ts +14 -8
  439. package/lib/input/input.d.ts.map +1 -1
  440. package/lib/input/input.js +90 -95
  441. package/lib/input/input.js.map +1 -1
  442. package/lib/input-number/index.d.ts +3 -3
  443. package/lib/input-number/index.js +24 -26
  444. package/lib/input-number/index.js.map +1 -1
  445. package/lib/label/index.d.ts +2 -2
  446. package/lib/label/index.js +137 -134
  447. package/lib/label/index.js.map +1 -1
  448. package/lib/layout/index.d.ts +3 -3
  449. package/lib/layout/index.js +22 -23
  450. package/lib/layout/index.js.map +1 -1
  451. package/lib/list/index.d.ts +3 -3
  452. package/lib/list/index.js +22 -23
  453. package/lib/list/index.js.map +1 -1
  454. package/lib/loading-button/index.js +55 -58
  455. package/lib/locale/default.js +10 -12
  456. package/lib/locale/default.js.map +1 -1
  457. package/lib/locale/en_US.js +37 -39
  458. package/lib/locale/en_US.js.map +1 -1
  459. package/lib/locale/index.js +18 -36
  460. package/lib/locale/zh_CN.js +37 -39
  461. package/lib/locale/zh_CN.js.map +1 -1
  462. package/lib/locale-provider/index.d.ts +3 -3
  463. package/lib/locale-provider/index.js +25 -26
  464. package/lib/locale-provider/index.js.map +1 -1
  465. package/lib/mentions/index.d.ts +3 -3
  466. package/lib/mentions/index.js +22 -23
  467. package/lib/mentions/index.js.map +1 -1
  468. package/lib/menu/index.d.ts +3 -3
  469. package/lib/menu/index.js +22 -23
  470. package/lib/menu/index.js.map +1 -1
  471. package/lib/message/index.d.ts +3 -3
  472. package/lib/message/index.js +22 -23
  473. package/lib/message/index.js.map +1 -1
  474. package/lib/modal/index.d.ts +1 -1
  475. package/lib/modal/index.js +21 -22
  476. package/lib/modal/index.js.map +1 -1
  477. package/lib/modal/modal.d.ts +14 -13
  478. package/lib/modal/modal.d.ts.map +1 -1
  479. package/lib/modal/modal.js +61 -54
  480. package/lib/modal/modal.js.map +1 -1
  481. package/lib/notification/index.d.ts +3 -3
  482. package/lib/notification/index.js +22 -23
  483. package/lib/notification/index.js.map +1 -1
  484. package/lib/page/Box.js +40 -66
  485. package/lib/page/index.js +95 -148
  486. package/lib/page/utils.js +16 -22
  487. package/lib/page-header/index.d.ts +3 -3
  488. package/lib/page-header/index.js +22 -23
  489. package/lib/page-header/index.js.map +1 -1
  490. package/lib/pagination/index.d.ts +3 -3
  491. package/lib/pagination/index.js +22 -23
  492. package/lib/pagination/index.js.map +1 -1
  493. package/lib/popconfirm/index.d.ts +3 -3
  494. package/lib/popconfirm/index.js +22 -23
  495. package/lib/popconfirm/index.js.map +1 -1
  496. package/lib/popover/index.d.ts +3 -3
  497. package/lib/popover/index.js +22 -23
  498. package/lib/popover/index.js.map +1 -1
  499. package/lib/prev-locale.js +54 -68
  500. package/lib/preview-text/index.d.ts +4 -4
  501. package/lib/preview-text/index.js +209 -263
  502. package/lib/preview-text/index.js.map +1 -1
  503. package/lib/progress/index.d.ts +3 -3
  504. package/lib/progress/index.js +22 -23
  505. package/lib/progress/index.js.map +1 -1
  506. package/lib/query-form/Field/Checkbox.js +22 -28
  507. package/lib/query-form/Field/Select.js +68 -79
  508. package/lib/query-form/Field/SelectInput.js +73 -87
  509. package/lib/query-form/Field/fieldsMap.d.ts +4 -2
  510. package/lib/query-form/Field/fieldsMap.js +32 -34
  511. package/lib/query-form/Field/index.js +96 -143
  512. package/lib/query-form/createActions.js +50 -53
  513. package/lib/query-form/index.js +286 -377
  514. package/lib/query-form/useForm.js +11 -11
  515. package/lib/query-list-scene/List.js +289 -360
  516. package/lib/query-list-scene/QueryForm.js +103 -161
  517. package/lib/query-list-scene/QueryListScene.js +31 -66
  518. package/lib/query-list-scene/Title.js +9 -15
  519. package/lib/query-list-scene/Toolbar.js +20 -31
  520. package/lib/query-list-scene/createActions.js +64 -79
  521. package/lib/query-list-scene/index.js +24 -28
  522. package/lib/query-list-scene/useActions.js +11 -11
  523. package/lib/radio/index.d.ts +3 -3
  524. package/lib/radio/index.js +24 -26
  525. package/lib/radio/index.js.map +1 -1
  526. package/lib/radio/radio-group.d.ts +1 -1
  527. package/lib/radio/radio-group.js +9 -11
  528. package/lib/radio/radio-group.js.map +1 -1
  529. package/lib/rate/index.d.ts +3 -3
  530. package/lib/rate/index.js +22 -23
  531. package/lib/rate/index.js.map +1 -1
  532. package/lib/render-empty/index.js +4 -8
  533. package/lib/render-empty/render-empty.js +22 -28
  534. package/lib/render-empty/render-empty.js.map +1 -1
  535. package/lib/result/index.d.ts +3 -3
  536. package/lib/result/index.js +22 -23
  537. package/lib/result/index.js.map +1 -1
  538. package/lib/row/index.d.ts +3 -3
  539. package/lib/row/index.js +22 -23
  540. package/lib/row/index.js.map +1 -1
  541. package/lib/segmented/index.d.ts +1 -1
  542. package/lib/segmented/index.js +69 -71
  543. package/lib/select/index.d.ts +2 -2
  544. package/lib/select/index.js +20 -22
  545. package/lib/select/index.js.map +1 -1
  546. package/lib/select/select.d.ts +2 -2
  547. package/lib/select/select.d.ts.map +1 -1
  548. package/lib/select/select.js +64 -59
  549. package/lib/select/select.js.map +1 -1
  550. package/lib/skeleton/index.d.ts +3 -3
  551. package/lib/skeleton/index.js +22 -23
  552. package/lib/skeleton/index.js.map +1 -1
  553. package/lib/slider/index.d.ts +3 -3
  554. package/lib/slider/index.js +22 -23
  555. package/lib/slider/index.js.map +1 -1
  556. package/lib/spin/index.d.ts +3 -3
  557. package/lib/spin/index.js +22 -23
  558. package/lib/spin/index.js.map +1 -1
  559. package/lib/statistic/index.d.ts +3 -3
  560. package/lib/statistic/index.js +22 -23
  561. package/lib/statistic/index.js.map +1 -1
  562. package/lib/steps/index.d.ts +1 -1
  563. package/lib/steps/index.js +19 -20
  564. package/lib/steps/index.js.map +1 -1
  565. package/lib/steps/steps.d.ts +3 -3
  566. package/lib/steps/steps.js +59 -72
  567. package/lib/steps/steps.js.map +1 -1
  568. package/lib/steps/style/nav.less +1 -1
  569. package/lib/svg-components/illustration-403.d.ts +1 -1
  570. package/lib/svg-components/illustration-403.js +84 -217
  571. package/lib/svg-components/illustration-404.d.ts +1 -1
  572. package/lib/svg-components/illustration-404.js +101 -301
  573. package/lib/svg-components/illustration-500.d.ts +1 -1
  574. package/lib/svg-components/illustration-500.js +109 -332
  575. package/lib/svg-components/illustration-empty.d.ts +1 -1
  576. package/lib/svg-components/illustration-empty.js +41 -65
  577. package/lib/svg-components/illustration-failure.d.ts +1 -1
  578. package/lib/svg-components/illustration-failure.js +62 -123
  579. package/lib/svg-components/illustration-no-access.d.ts +1 -1
  580. package/lib/svg-components/illustration-no-access.js +61 -125
  581. package/lib/svg-components/illustration-no-chart.d.ts +1 -1
  582. package/lib/svg-components/illustration-no-chart.js +63 -145
  583. package/lib/svg-components/illustration-no-result.d.ts +1 -1
  584. package/lib/svg-components/illustration-no-result.js +58 -103
  585. package/lib/svg-components/illustration-offline.d.ts +1 -1
  586. package/lib/svg-components/illustration-offline.js +69 -142
  587. package/lib/svg-components/illustration-success.d.ts +1 -1
  588. package/lib/svg-components/illustration-success.js +69 -148
  589. package/lib/svg-components/index.js +26 -75
  590. package/lib/switch/index.js +21 -22
  591. package/lib/switch/switch.d.ts +4 -4
  592. package/lib/switch/switch.d.ts.map +1 -1
  593. package/lib/switch/switch.js +27 -35
  594. package/lib/switch/switch.js.map +1 -1
  595. package/lib/table/assets/image-loading-background.d.ts +1 -1
  596. package/lib/table/assets/image-loading-background.js +43 -56
  597. package/lib/table/assets/image-loading.d.ts +1 -1
  598. package/lib/table/assets/image-loading.js +31 -37
  599. package/lib/table/constants.js +57 -11
  600. package/lib/table/context.js +4 -7
  601. package/lib/table/hooks/index.js +16 -14
  602. package/lib/table/hooks/use-column-setting.d.ts +1 -1
  603. package/lib/table/hooks/use-column-setting.js +20 -37
  604. package/lib/table/hooks/use-column-setting.js.map +1 -1
  605. package/lib/table/index.d.ts +1 -1
  606. package/lib/table/index.js +19 -20
  607. package/lib/table/index.js.map +1 -1
  608. package/lib/table/table.d.ts +4 -3
  609. package/lib/table/table.d.ts.map +1 -1
  610. package/lib/table/table.js +218 -197
  611. package/lib/table/table.js.map +1 -1
  612. package/lib/table/table.less +3 -1
  613. package/lib/table/table.stories.js +154 -182
  614. package/lib/table/total-shower.d.ts +2 -2
  615. package/lib/table/total-shower.js +10 -14
  616. package/lib/table/total-shower.js.map +1 -1
  617. package/lib/table/utils.d.ts +1 -1
  618. package/lib/table/utils.js +25 -24
  619. package/lib/table/utils.js.map +1 -1
  620. package/lib/tabs/index.d.ts +3 -3
  621. package/lib/tabs/index.d.ts.map +1 -1
  622. package/lib/tabs/index.js +19 -23
  623. package/lib/tabs/index.js.map +1 -1
  624. package/lib/tabs/tabPane.d.ts +1 -0
  625. package/lib/tabs/tabPane.d.ts.map +1 -0
  626. package/lib/tabs/tabPane.js +2 -0
  627. package/lib/tabs/tabPane.js.map +1 -0
  628. package/lib/tabs/tabs.d.ts +12 -0
  629. package/lib/tabs/tabs.d.ts.map +1 -0
  630. package/lib/tabs/tabs.js +77 -0
  631. package/lib/tabs/tabs.js.map +1 -0
  632. package/lib/tag/index.d.ts +3 -3
  633. package/lib/tag/index.js +22 -23
  634. package/lib/tag/index.js.map +1 -1
  635. package/lib/time-picker/index.d.ts +3 -3
  636. package/lib/time-picker/index.js +24 -25
  637. package/lib/time-picker/index.js.map +1 -1
  638. package/lib/timeline/index.d.ts +3 -3
  639. package/lib/timeline/index.js +22 -23
  640. package/lib/timeline/index.js.map +1 -1
  641. package/lib/title/index.d.ts.map +1 -1
  642. package/lib/title/index.js +27 -43
  643. package/lib/title/index.js.map +1 -1
  644. package/lib/tntd-cascader/AntdCascader/component/DisabledContext.js +31 -18
  645. package/lib/tntd-cascader/AntdCascader/component/FormItemInputContext.js +26 -9
  646. package/lib/tntd-cascader/AntdCascader/component/SizeContext.js +26 -9
  647. package/lib/tntd-cascader/AntdCascader/component/context.js +16 -18
  648. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +39 -36
  649. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
  650. package/lib/tntd-cascader/AntdCascader/component/getIcons.js +75 -81
  651. package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +50 -31
  652. package/lib/tntd-cascader/AntdCascader/config/utils.js +27 -29
  653. package/lib/tntd-cascader/AntdCascader/config/warning.js +35 -19
  654. package/lib/tntd-cascader/AntdCascader/index.js +162 -216
  655. package/lib/tntd-cascader/AntdCascader/index.less +1 -1
  656. package/lib/tntd-cascader/AntdCascader/interface.js +6 -13
  657. package/lib/tntd-cascader/img/no-data-s.png +0 -0
  658. package/lib/tntd-cascader/index.js +8 -12
  659. package/lib/tntd-cascader/rc-cascader/Cascader.js +284 -325
  660. package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +41 -30
  661. package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +152 -198
  662. package/lib/tntd-cascader/rc-cascader/OptionList/index.js +163 -223
  663. package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +48 -40
  664. package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +166 -179
  665. package/lib/tntd-cascader/rc-cascader/context.js +27 -11
  666. package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +63 -62
  667. package/lib/tntd-cascader/rc-cascader/hooks/useEntities.js +49 -39
  668. package/lib/tntd-cascader/rc-cascader/hooks/useMissingValues.js +41 -26
  669. package/lib/tntd-cascader/rc-cascader/hooks/useRefFunc.js +33 -16
  670. package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +51 -30
  671. package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +65 -75
  672. package/lib/tntd-cascader/rc-cascader/index.js +7 -9
  673. package/lib/tntd-cascader/rc-cascader/utils/commonUtil.js +38 -49
  674. package/lib/tntd-cascader/rc-cascader/utils/treeUtil.js +39 -42
  675. package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +30 -34
  676. package/lib/tntd-form/ErrorList.js +77 -99
  677. package/lib/tntd-form/Form.d.ts.map +1 -1
  678. package/lib/tntd-form/Form.js +139 -155
  679. package/lib/tntd-form/Form.js.map +1 -1
  680. package/lib/tntd-form/FormItem/ItemHolder.js +155 -154
  681. package/lib/tntd-form/FormItem/index.js +252 -287
  682. package/lib/tntd-form/FormItemInput.js +62 -88
  683. package/lib/tntd-form/FormItemLabel.js +94 -99
  684. package/lib/tntd-form/FormList.js +58 -52
  685. package/lib/tntd-form/_util/motion.js +34 -51
  686. package/lib/tntd-form/_util/reactNode.js +37 -20
  687. package/lib/tntd-form/_util/scrollTo.js +2 -2
  688. package/lib/tntd-form/_util/type.js +5 -17
  689. package/lib/tntd-form/_util/warning.js +29 -17
  690. package/lib/tntd-form/_util/wave.js +2 -2
  691. package/lib/tntd-form/context.js +59 -47
  692. package/lib/tntd-form/hooks/useDebounce.js +37 -28
  693. package/lib/tntd-form/hooks/useForm.js +57 -56
  694. package/lib/tntd-form/hooks/useFormInstance.js +8 -11
  695. package/lib/tntd-form/hooks/useFormItemStatus.js +13 -18
  696. package/lib/tntd-form/hooks/useFrameState.js +63 -51
  697. package/lib/tntd-form/hooks/useItemRef.js +41 -24
  698. package/lib/tntd-form/index.js +43 -26
  699. package/lib/tntd-form/interface.js +4 -6
  700. package/lib/tntd-form/style/index.js +4 -2
  701. package/lib/tntd-form/tntd-form.stories.d.ts.map +1 -1
  702. package/lib/tntd-form/tntd-form.stories.js +437 -858
  703. package/lib/tntd-form/tntd-form.stories.js.map +1 -1
  704. package/lib/tntd-form/util.js +19 -18
  705. package/lib/tntd-form/validateMessagesContext.js +4 -8
  706. package/lib/tntd-icon/fonts/iconfont.js +53 -36
  707. package/lib/tntd-icon/index.js +25 -40
  708. package/lib/tntd-layout/ActionsContext.js +4 -8
  709. package/lib/tntd-layout/AppList.js +224 -173
  710. package/lib/tntd-layout/Application.js +111 -75
  711. package/lib/tntd-layout/Avatar.js +135 -100
  712. package/lib/tntd-layout/CompatibleLanguage.js +180 -128
  713. package/lib/tntd-layout/EnterpriseLayout/Avatar.js +146 -117
  714. package/lib/tntd-layout/EnterpriseLayout/Language.js +90 -73
  715. package/lib/tntd-layout/EnterpriseLayout/Theme.js +102 -69
  716. package/lib/tntd-layout/EnterpriseLayout/index.js +17 -28
  717. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +276 -283
  718. package/lib/tntd-layout/GlobalNavigation/index.js +115 -108
  719. package/lib/tntd-layout/Header.js +136 -77
  720. package/lib/tntd-layout/HeaderActions.js +106 -106
  721. package/lib/tntd-layout/HeaderNavs.js +107 -78
  722. package/lib/tntd-layout/HeaderTabs.js +316 -224
  723. package/lib/tntd-layout/Iconfont.js +7 -11
  724. package/lib/tntd-layout/Language.js +76 -69
  725. package/lib/tntd-layout/Layout.js +171 -214
  726. package/lib/tntd-layout/Logo.js +144 -69
  727. package/lib/tntd-layout/OrgAppList.js +388 -238
  728. package/lib/tntd-layout/SideMenu.js +408 -269
  729. package/lib/tntd-layout/Theme.js +93 -75
  730. package/lib/tntd-layout/createActions.js +34 -45
  731. package/lib/tntd-layout/images/avatar/empty.png +0 -0
  732. package/lib/tntd-layout/images/avatar/female1.png +0 -0
  733. package/lib/tntd-layout/images/avatar/female2.png +0 -0
  734. package/lib/tntd-layout/images/avatar/female3.png +0 -0
  735. package/lib/tntd-layout/images/avatar/female4.png +0 -0
  736. package/lib/tntd-layout/images/avatar/female5.png +0 -0
  737. package/lib/tntd-layout/images/avatar/female6.png +0 -0
  738. package/lib/tntd-layout/images/avatar/male1.png +0 -0
  739. package/lib/tntd-layout/images/avatar/male2.png +0 -0
  740. package/lib/tntd-layout/images/avatar/male3.png +0 -0
  741. package/lib/tntd-layout/images/avatar/male4.png +0 -0
  742. package/lib/tntd-layout/images/avatar/male5.png +0 -0
  743. package/lib/tntd-layout/images/avatar/male6.png +0 -0
  744. package/lib/tntd-layout/images/index.js +66 -68
  745. package/lib/tntd-layout/index.js +95 -137
  746. package/lib/tntd-layout/paaslayout/CompactSideMenu.js +182 -131
  747. package/lib/tntd-layout/paaslayout/Header.js +79 -51
  748. package/lib/tntd-layout/paaslayout/Logo.js +30 -15
  749. package/lib/tntd-layout/paaslayout/SideMenu.js +147 -131
  750. package/lib/tntd-layout/paaslayout/index.js +141 -205
  751. package/lib/tntd-layout/storage.js +30 -58
  752. package/lib/tntd-modal/index.d.ts +2 -15
  753. package/lib/tntd-modal/index.d.ts.map +1 -1
  754. package/lib/tntd-modal/index.js +62 -113
  755. package/lib/tntd-modal/index.js.map +1 -1
  756. package/lib/tntd-modal/index.less +66 -82
  757. package/lib/tntd-second-page/index.js +33 -60
  758. package/lib/tntd-second-page/index.js.map +1 -1
  759. package/lib/tntd-select/DropDownWrap.js +78 -102
  760. package/lib/tntd-select/index.d.ts +2 -2
  761. package/lib/tntd-select/index.d.ts.map +1 -1
  762. package/lib/tntd-select/index.js +538 -631
  763. package/lib/tntd-select/index.js.map +1 -1
  764. package/lib/tooltip/index.d.ts +3 -3
  765. package/lib/tooltip/index.js +22 -23
  766. package/lib/tooltip/index.js.map +1 -1
  767. package/lib/transfer/index.d.ts +3 -3
  768. package/lib/transfer/index.js +22 -23
  769. package/lib/transfer/index.js.map +1 -1
  770. package/lib/tree/index.d.ts +3 -3
  771. package/lib/tree/index.js +22 -23
  772. package/lib/tree/index.js.map +1 -1
  773. package/lib/tree-select/index.d.ts +5 -5
  774. package/lib/tree-select/index.js +27 -30
  775. package/lib/tree-select/index.js.map +1 -1
  776. package/lib/typography/index.d.ts +3 -3
  777. package/lib/typography/index.js +22 -23
  778. package/lib/typography/index.js.map +1 -1
  779. package/lib/upload/index.d.ts +2 -2
  780. package/lib/upload/index.js +26 -32
  781. package/lib/upload/index.js.map +1 -1
  782. package/lib/utils/checkAuth.js +23 -34
  783. package/lib/utils/findMenuInfoByPath.js +34 -41
  784. package/lib/utils/index.d.ts +2 -0
  785. package/lib/utils/index.d.ts.map +1 -1
  786. package/lib/utils/index.js +95 -128
  787. package/lib/utils/index.js.map +1 -1
  788. package/lib/utils/lang.d.ts +2 -0
  789. package/lib/utils/lang.d.ts.map +1 -0
  790. package/lib/utils/lang.js +126 -0
  791. package/lib/utils/lang.js.map +1 -0
  792. package/lib/utils/simple-template.js +7 -11
  793. package/lib/version/index.d.ts +3 -3
  794. package/lib/version/index.js +22 -23
  795. package/lib/version/index.js.map +1 -1
  796. package/lib/water-mark/index.js +117 -130
  797. package/package.json +1 -1
@@ -1,394 +1,303 @@
1
1
  "use strict";
2
-
3
- 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
- Object.defineProperty(exports, "__esModule", {
5
- value: true
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
6
17
  });
7
- exports["default"] = void 0;
8
- var _debounce2 = _interopRequireDefault(require("lodash/debounce"));
9
- var _classnames3 = _interopRequireDefault(require("classnames"));
10
- var _react = _interopRequireWildcard(require("react"));
11
- var _createActions = _interopRequireDefault(require("./createActions"));
12
- var _Field = _interopRequireDefault(require("./Field"));
13
- var _useForm = _interopRequireDefault(require("./useForm"));
14
- var _badge = _interopRequireDefault(require("../badge"));
15
- var _button = _interopRequireDefault(require("../button"));
16
- var _drawer = _interopRequireDefault(require("../drawer"));
17
- var _form = _interopRequireDefault(require("../form"));
18
- var _prevLocale = require("../prev-locale");
19
- var _tntdIcon = _interopRequireDefault(require("../tntd-icon"));
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __importDefault = (this && this.__importDefault) || function (mod) {
26
+ return (mod && mod.__esModule) ? mod : { "default": mod };
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ const classnames_1 = __importDefault(require("classnames"));
30
+ const lodash_1 = require("lodash");
31
+ const react_1 = __importStar(require("react"));
32
+ const createActions_1 = __importDefault(require("./createActions"));
33
+ const Field_1 = __importDefault(require("./Field"));
34
+ const useForm_1 = __importDefault(require("./useForm"));
35
+ const badge_1 = __importDefault(require("../badge"));
36
+ const button_1 = __importDefault(require("../button"));
37
+ const drawer_1 = __importDefault(require("../drawer"));
38
+ const form_1 = __importDefault(require("../form"));
39
+ const prev_locale_1 = require("../prev-locale");
40
+ const tntd_icon_1 = __importDefault(require("../tntd-icon"));
20
41
  require("./index.less");
21
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
22
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
23
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
24
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
26
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
27
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
29
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
30
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
31
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
32
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
34
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
- var clsPrefix = 'tnt-queryform';
38
- var QueryForm = /*#__PURE__*/function (_React$PureComponent) {
39
- _inherits(QueryForm, _React$PureComponent);
40
- var _super = _createSuper(QueryForm);
41
- function QueryForm(props) {
42
- var _this;
43
- _classCallCheck(this, QueryForm);
44
- _this = _super.call(this, props);
45
- Object.defineProperty(_assertThisInitialized(_this), "onWindowResize", {
46
- enumerable: true,
47
- configurable: true,
48
- writable: true,
49
- value: (0, _debounce2["default"])(function () {
50
- var current = _this.fieldsRef.current;
51
- if (current) {
52
- setTimeout(function () {
53
- _this.setState({
54
- showMore: _this.isFieldsWidthOverflow()
55
- });
56
- }, 25);
57
- }
58
- }, 50)
59
- });
60
- Object.defineProperty(_assertThisInitialized(_this), "search", {
61
- enumerable: true,
62
- configurable: true,
63
- writable: true,
64
- value: function value(params) {
65
- _this.props.onSearch(Object.assign(Object.assign({}, _this.form.getValues()), params));
66
- }
67
- });
68
- Object.defineProperty(_assertThisInitialized(_this), "onSearch", {
69
- enumerable: true,
70
- configurable: true,
71
- writable: true,
72
- value: function value() {
73
- var _a, _b;
74
- (_b = (_a = _this.props).onSearch) === null || _b === void 0 ? void 0 : _b.call(_a, _this.form.getValues());
75
- }
76
- });
77
- Object.defineProperty(_assertThisInitialized(_this), "onReset", {
78
- enumerable: true,
79
- configurable: true,
80
- writable: true,
81
- value: function value() {
82
- var _this$props = _this.props,
83
- initialValues = _this$props.initialValues,
84
- onReset = _this$props.onReset;
85
- _this.form.setValues(Object.assign({}, initialValues));
86
- _this.updateDrawerFieldsValueCount();
87
- onReset === null || onReset === void 0 ? void 0 : onReset(initialValues);
88
- }
89
- });
90
- Object.defineProperty(_assertThisInitialized(_this), "onToggleExpand", {
91
- enumerable: true,
92
- configurable: true,
93
- writable: true,
94
- value: function value() {
95
- var _a, _b;
96
- _this.setState({
97
- expanded: !_this.state.expanded
42
+ const clsPrefix = 'tnt-queryform';
43
+ class QueryForm extends react_1.default.PureComponent {
44
+ constructor(props) {
45
+ super(props);
46
+ Object.defineProperty(this, "onWindowResize", {
47
+ enumerable: true,
48
+ configurable: true,
49
+ writable: true,
50
+ value: (0, lodash_1.debounce)(() => {
51
+ const { current } = this.fieldsRef;
52
+ if (current) {
53
+ setTimeout(() => {
54
+ this.setState({
55
+ showMore: this.isFieldsWidthOverflow(),
56
+ });
57
+ }, 25);
58
+ }
59
+ }, 50)
98
60
  });
99
- (_b = (_a = _this.props).onToggleExpand) === null || _b === void 0 ? void 0 : _b.call(_a, !_this.state.expanded);
100
- }
101
- });
102
- Object.defineProperty(_assertThisInitialized(_this), "onShowDrawer", {
103
- enumerable: true,
104
- configurable: true,
105
- writable: true,
106
- value: function value() {
107
- _this.setState({
108
- drawerVisible: true
61
+ Object.defineProperty(this, "search", {
62
+ enumerable: true,
63
+ configurable: true,
64
+ writable: true,
65
+ value: (params) => {
66
+ this.props.onSearch(Object.assign(Object.assign({}, this.form.getValues()), params));
67
+ }
109
68
  });
110
- }
111
- });
112
- Object.defineProperty(_assertThisInitialized(_this), "onFieldChange", {
113
- enumerable: true,
114
- configurable: true,
115
- writable: true,
116
- value: function value(name, _value) {
117
- var values = _this.form.getValues();
118
- var newValues = Object.assign(Object.assign({}, values), _defineProperty({}, name, _value));
119
- var changedInfo = {
120
- name: name,
121
- value: _value,
122
- preValue: values === null || values === void 0 ? void 0 : values[name]
123
- };
124
- var onChange = _this.props.onChange;
125
- _this.form.setData('values', newValues);
126
- for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
127
- rest[_key - 2] = arguments[_key];
128
- }
129
- onChange && onChange.apply(void 0, [newValues, changedInfo].concat(rest));
130
- _this.updateDrawerFieldsValueCount(newValues);
131
- }
132
- });
133
- Object.defineProperty(_assertThisInitialized(_this), "updateDrawerFieldsValueCount", {
134
- enumerable: true,
135
- configurable: true,
136
- writable: true,
137
- value: function value() {
138
- var values = _this.form.getValues();
139
- var _this$props2 = _this.props,
140
- showFieldCount = _this$props2.showFieldCount,
141
- children = _this$props2.children;
142
- if (showFieldCount) {
143
- var drawerFieldsValueCount = children.reduce(function (acc, cur, index) {
144
- var _a;
145
- if (index >= showFieldCount && (values === null || values === void 0 ? void 0 : values[(_a = cur === null || cur === void 0 ? void 0 : cur.props) === null || _a === void 0 ? void 0 : _a.name])) {
146
- acc++;
69
+ Object.defineProperty(this, "onSearch", {
70
+ enumerable: true,
71
+ configurable: true,
72
+ writable: true,
73
+ value: () => {
74
+ var _a, _b;
75
+ (_b = (_a = this.props).onSearch) === null || _b === void 0 ? void 0 : _b.call(_a, this.form.getValues());
76
+ }
77
+ });
78
+ Object.defineProperty(this, "onReset", {
79
+ enumerable: true,
80
+ configurable: true,
81
+ writable: true,
82
+ value: () => {
83
+ const { initialValues, onReset } = this.props;
84
+ this.form.setValues(Object.assign({}, initialValues));
85
+ this.updateDrawerFieldsValueCount();
86
+ onReset === null || onReset === void 0 ? void 0 : onReset(initialValues);
87
+ }
88
+ });
89
+ Object.defineProperty(this, "onToggleExpand", {
90
+ enumerable: true,
91
+ configurable: true,
92
+ writable: true,
93
+ value: () => {
94
+ var _a, _b;
95
+ this.setState({
96
+ expanded: !this.state.expanded,
97
+ });
98
+ (_b = (_a = this.props).onToggleExpand) === null || _b === void 0 ? void 0 : _b.call(_a, !this.state.expanded);
99
+ }
100
+ });
101
+ Object.defineProperty(this, "onShowDrawer", {
102
+ enumerable: true,
103
+ configurable: true,
104
+ writable: true,
105
+ value: () => {
106
+ this.setState({ drawerVisible: true });
107
+ }
108
+ });
109
+ Object.defineProperty(this, "onFieldChange", {
110
+ enumerable: true,
111
+ configurable: true,
112
+ writable: true,
113
+ value: (name, value, ...rest) => {
114
+ const values = this.form.getValues();
115
+ const newValues = Object.assign(Object.assign({}, values), { [name]: value });
116
+ const changedInfo = { name, value, preValue: values === null || values === void 0 ? void 0 : values[name] };
117
+ const { onChange } = this.props;
118
+ this.form.setData('values', newValues);
119
+ onChange && onChange(newValues, changedInfo, ...rest);
120
+ this.updateDrawerFieldsValueCount(newValues);
121
+ }
122
+ });
123
+ Object.defineProperty(this, "updateDrawerFieldsValueCount", {
124
+ enumerable: true,
125
+ configurable: true,
126
+ writable: true,
127
+ value: () => {
128
+ const values = this.form.getValues();
129
+ const { showFieldCount, children } = this.props;
130
+ if (showFieldCount) {
131
+ const drawerFieldsValueCount = children.reduce((acc, cur, index) => {
132
+ var _a;
133
+ if (index >= showFieldCount && (values === null || values === void 0 ? void 0 : values[(_a = cur === null || cur === void 0 ? void 0 : cur.props) === null || _a === void 0 ? void 0 : _a.name])) {
134
+ acc++;
135
+ }
136
+ return acc;
137
+ }, 0);
138
+ if (drawerFieldsValueCount !== this.state.drawerFieldsValueCount) {
139
+ this.setState({
140
+ drawerFieldsValueCount,
141
+ });
142
+ }
143
+ }
147
144
  }
148
- return acc;
149
- }, 0);
150
- if (drawerFieldsValueCount !== _this.state.drawerFieldsValueCount) {
151
- _this.setState({
152
- drawerFieldsValueCount: drawerFieldsValueCount
153
- });
154
- }
155
- }
156
- }
157
- });
158
- Object.defineProperty(_assertThisInitialized(_this), "addResizeListener", {
159
- enumerable: true,
160
- configurable: true,
161
- writable: true,
162
- value: function value() {
163
- if ('ResizeObserver' in window) {
164
- var current = _this.fieldsRef.current;
165
- if (current) {
166
- var observer = new ResizeObserver(_this.onWindowResize);
167
- observer.observe(current);
168
- return function () {
169
- return observer.disconnect();
170
- };
171
- }
172
- } else {
173
- window.addEventListener('resize', _this.onWindowResize);
174
- return function () {
175
- return window.removeEventListener('resize', _this.onWindowResize);
176
- };
177
- }
178
- }
179
- });
180
- var form = props.form,
181
- initialValues = props.initialValues,
182
- _props$showExpand = props.showExpand,
183
- showExpand = _props$showExpand === void 0 ? true : _props$showExpand,
184
- renderActions = props.renderActions,
185
- defaultExpanded = props.defaultExpanded;
186
- _this.state = {
187
- showMore: false,
188
- expanded: defaultExpanded || !showExpand || renderActions ? true : false,
189
- drawerVisible: false,
190
- drawerFieldsValueCount: 0
191
- };
192
- _this.fieldsRef = (0, _react.createRef)();
193
- _this.formBoxRef = (0, _react.createRef)();
194
- _this.form = form || (0, _createActions["default"])();
195
- _this.form.setData('initialValues', initialValues);
196
- _this.form.setData('values', Object.assign({}, initialValues));
197
- return _this;
198
- }
199
- _createClass(QueryForm, [{
200
- key: "render",
201
- value: function render() {
202
- var _this2 = this;
203
- var _this$props3 = this.props,
204
- children = _this$props3.children,
205
- _this$props3$classNam = _this$props3.className,
206
- className = _this$props3$classNam === void 0 ? '' : _this$props3$classNam,
207
- _this$props3$initialV = _this$props3.initialValues,
208
- initialValues = _this$props3$initialV === void 0 ? {} : _this$props3$initialV,
209
- renderActions = _this$props3.renderActions,
210
- _this$props3$showSear = _this$props3.showSearch,
211
- showSearch = _this$props3$showSear === void 0 ? true : _this$props3$showSear,
212
- _this$props3$showRese = _this$props3.showReset,
213
- showReset = _this$props3$showRese === void 0 ? true : _this$props3$showRese,
214
- showFieldCount = _this$props3.showFieldCount,
215
- _this$props3$drawerPr = _this$props3.drawerProps,
216
- drawerProps = _this$props3$drawerPr === void 0 ? {} : _this$props3$drawerPr,
217
- size = _this$props3.size;
218
- var extraActions = this.props.extraActions;
219
- var _this$state = this.state,
220
- expanded = _this$state.expanded,
221
- showMore = _this$state.showMore,
222
- drawerVisible = _this$state.drawerVisible,
223
- drawerFieldsValueCount = _this$state.drawerFieldsValueCount;
224
- var renderFormActions = renderActions || function () {
225
- return _react["default"].createElement(_react["default"].Fragment, null, showFieldCount && _react["default"].createElement(_badge["default"], {
226
- count: drawerFieldsValueCount
227
- }, _react["default"].createElement(_button["default"], {
228
- onClick: _this2.onShowDrawer
229
- }, _react["default"].createElement(_tntdIcon["default"], {
230
- type: "filter"
231
- }), _this2.getText('moreFiltering'))), showSearch && _react["default"].createElement(_button["default"], {
232
- type: "primary",
233
- onClick: _this2.onSearch
234
- }, _this2.getText('search')), showReset && _react["default"].createElement(_button["default"], {
235
- onClick: _this2.onReset
236
- }, _this2.getText('reset')), showMore && !showFieldCount && _react["default"].createElement(_button["default"], {
237
- className: "expand-link",
238
- type: "link",
239
- onClick: _this2.onToggleExpand
240
- }, _this2.getText(expanded ? 'collapse' : 'expand')), _react["default"].Children.map(children, function (child) {
241
- var _a;
242
- return child && ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.align) === 'right' && _react["default"].cloneElement(child);
243
- }));
244
- };
245
- return _react["default"].createElement("div", {
246
- ref: this.formBoxRef,
247
- className: (0, _classnames3["default"])(clsPrefix, _defineProperty({}, className, className))
248
- }, _react["default"].createElement(_form["default"], {
249
- layout: "inline",
250
- className: (0, _classnames3["default"])({
251
- expanded: !showMore || expanded,
252
- showMore: showMore
253
- })
254
- }, _react["default"].createElement("div", {
255
- ref: this.fieldsRef
256
- }, _react["default"].Children.map(children, function (child, index) {
257
- var _a, _b;
258
- return child && ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.align) !== 'right' && (!showFieldCount || showFieldCount > index) && _react["default"].cloneElement(child, {
259
- form: _this2.form,
260
- initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[(_b = child.props) === null || _b === void 0 ? void 0 : _b.name],
261
- onChange: _this2.onFieldChange
262
145
  });
263
- })), _react["default"].createElement("div", {
264
- className: "".concat(clsPrefix, "-actions")
265
- }, renderFormActions()), showFieldCount && _react["default"].createElement(_drawer["default"], Object.assign({
266
- title: this.getText('moreFiltering'),
267
- visible: drawerVisible,
268
- onClose: function onClose() {
269
- return _this2.setState({
270
- drawerVisible: false
271
- });
272
- },
273
- width: 300,
274
- size: size,
275
- getContainer: false
276
- }, drawerProps, {
277
- className: (0, _classnames3["default"])("".concat(clsPrefix, "-drawer"), _defineProperty({
278
- 'large-size': size === 'large'
279
- }, className, className))
280
- }), _react["default"].Children.map(children, function (child, index) {
281
- return child && index >= showFieldCount && _react["default"].cloneElement(child, {
282
- form: _this2.form,
283
- isFieldInDrawer: true,
284
- initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[child.props.name],
285
- onChange: _this2.onFieldChange,
286
- onSearch: _this2.onSearch
146
+ Object.defineProperty(this, "addResizeListener", {
147
+ enumerable: true,
148
+ configurable: true,
149
+ writable: true,
150
+ value: () => {
151
+ if ('ResizeObserver' in window) {
152
+ const { current } = this.fieldsRef;
153
+ if (current) {
154
+ const observer = new ResizeObserver(this.onWindowResize);
155
+ observer.observe(current);
156
+ return () => observer.disconnect();
157
+ }
158
+ }
159
+ else {
160
+ window.addEventListener('resize', this.onWindowResize);
161
+ return () => window.removeEventListener('resize', this.onWindowResize);
162
+ }
163
+ }
287
164
  });
288
- }), _react["default"].createElement(_button["default"], {
289
- type: "primary",
290
- onClick: this.onSearch
291
- }, this.getText('search')), _react["default"].createElement(_button["default"], {
292
- onClick: this.onReset
293
- }, this.getText('reset')))), extraActions && _react["default"].createElement("div", {
294
- className: "".concat(clsPrefix, "-extra")
295
- }, extraActions));
165
+ const { form, initialValues, showExpand = true, renderActions, defaultExpanded } = props;
166
+ this.state = {
167
+ showMore: false,
168
+ expanded: defaultExpanded || !showExpand || renderActions ? true : false,
169
+ drawerVisible: false,
170
+ drawerFieldsValueCount: 0,
171
+ };
172
+ this.fieldsRef = (0, react_1.createRef)();
173
+ this.formBoxRef = (0, react_1.createRef)();
174
+ this.form = form || (0, createActions_1.default)();
175
+ this.form.setData('initialValues', initialValues);
176
+ this.form.setData('values', Object.assign({}, initialValues));
296
177
  }
297
- }, {
298
- key: "getText",
299
- value: function getText(key) {
300
- return (0, _prevLocale.getText)(key, this.props.language || (0, _prevLocale.getLanguage)());
178
+ render() {
179
+ const { children, className = '', initialValues = {}, renderActions, showSearch = true, showReset = true, showFieldCount, drawerProps = {}, size, } = this.props;
180
+ const extraActions = this.props.extraActions;
181
+ const { expanded, showMore, drawerVisible, drawerFieldsValueCount } = this.state;
182
+ const renderFormActions = renderActions ||
183
+ (() => (react_1.default.createElement(react_1.default.Fragment, null,
184
+ showFieldCount && (react_1.default.createElement(badge_1.default, { count: drawerFieldsValueCount },
185
+ react_1.default.createElement(button_1.default, { onClick: this.onShowDrawer },
186
+ react_1.default.createElement(tntd_icon_1.default, { type: "filter" }),
187
+ this.getText('moreFiltering')))),
188
+ showSearch && (react_1.default.createElement(button_1.default, { type: "primary", onClick: this.onSearch }, this.getText('search'))),
189
+ showReset && react_1.default.createElement(button_1.default, { onClick: this.onReset }, this.getText('reset')),
190
+ showMore && !showFieldCount && (react_1.default.createElement(button_1.default, { className: "expand-link", type: "link", onClick: this.onToggleExpand }, this.getText(expanded ? 'collapse' : 'expand'))),
191
+ react_1.default.Children.map(children, (child) => { var _a; return child && ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.align) === 'right' && react_1.default.cloneElement(child); }))));
192
+ return (react_1.default.createElement("div", { ref: this.formBoxRef, className: (0, classnames_1.default)(clsPrefix, { [className]: className }) },
193
+ react_1.default.createElement(form_1.default, { layout: "inline", className: (0, classnames_1.default)({ expanded: !showMore || expanded, showMore }) },
194
+ react_1.default.createElement("div", { ref: this.fieldsRef }, react_1.default.Children.map(children, (child, index) => {
195
+ var _a, _b;
196
+ return child &&
197
+ ((_a = child === null || child === void 0 ? void 0 : child.props) === null || _a === void 0 ? void 0 : _a.align) !== 'right' &&
198
+ (!showFieldCount || showFieldCount > index) &&
199
+ react_1.default.cloneElement(child, {
200
+ form: this.form,
201
+ initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[(_b = child.props) === null || _b === void 0 ? void 0 : _b.name],
202
+ onChange: this.onFieldChange,
203
+ });
204
+ })),
205
+ react_1.default.createElement("div", { className: `${clsPrefix}-actions` }, renderFormActions()),
206
+ showFieldCount && (react_1.default.createElement(drawer_1.default, Object.assign({ title: this.getText('moreFiltering'), visible: drawerVisible, onClose: () => this.setState({ drawerVisible: false }), width: 300, size: size, getContainer: false }, drawerProps, { className: (0, classnames_1.default)(`${clsPrefix}-drawer`, {
207
+ 'large-size': size === 'large',
208
+ [className]: className,
209
+ }) }),
210
+ react_1.default.Children.map(children, (child, index) => child &&
211
+ index >= showFieldCount &&
212
+ react_1.default.cloneElement(child, {
213
+ form: this.form,
214
+ isFieldInDrawer: true,
215
+ initialValue: initialValues === null || initialValues === void 0 ? void 0 : initialValues[child.props.name],
216
+ onChange: this.onFieldChange,
217
+ onSearch: this.onSearch,
218
+ })),
219
+ react_1.default.createElement(button_1.default, { type: "primary", onClick: this.onSearch }, this.getText('search')),
220
+ react_1.default.createElement(button_1.default, { onClick: this.onReset }, this.getText('reset'))))),
221
+ extraActions && react_1.default.createElement("div", { className: `${clsPrefix}-extra` }, extraActions)));
301
222
  }
302
- }, {
303
- key: "isFieldsWidthOverflow",
304
- value: function isFieldsWidthOverflow() {
305
- var current = this.fieldsRef.current;
306
- if (current) {
307
- return parseFloat(window.getComputedStyle(current).width, 10) < [].reduce.call(current.children, function (acc, cur) {
308
- var _window$getComputedSt = window.getComputedStyle(cur),
309
- margin = _window$getComputedSt.margin,
310
- width = _window$getComputedSt.width;
311
- var marginArray = margin.split(' ').map(function (str) {
312
- return parseFloat(str, 10);
313
- });
314
- acc += parseFloat(width, 10) + marginArray[1];
315
- return acc;
316
- }, 0);
317
- }
318
- return false;
223
+ getText(key) {
224
+ return (0, prev_locale_1.getText)(key, this.props.language || (0, prev_locale_1.getLanguage)());
319
225
  }
320
- }, {
321
- key: "updateFieldHeight",
322
- value: function updateFieldHeight() {
323
- var _a, _b, _c;
324
- var formBoxRef = this.formBoxRef,
325
- fieldsRef = this.fieldsRef;
326
- var getFieldHeight = function getFieldHeight() {
327
- var _a;
328
- var current = fieldsRef.current;
329
- var height = '32px';
330
- if (current && ((_a = current.children) === null || _a === void 0 ? void 0 : _a[0])) {
331
- height = window.getComputedStyle(current.children[0]).height;
226
+ isFieldsWidthOverflow() {
227
+ const { current } = this.fieldsRef;
228
+ if (current) {
229
+ return (parseFloat(window.getComputedStyle(current).width, 10) <
230
+ [].reduce.call(current.children, (acc, cur) => {
231
+ const { margin, width } = window.getComputedStyle(cur);
232
+ const marginArray = margin.split(' ').map((str) => parseFloat(str, 10));
233
+ acc += parseFloat(width, 10) + marginArray[1];
234
+ return acc;
235
+ }, 0));
332
236
  }
333
- return height;
334
- };
335
- var queryFormActionsDom = (_a = formBoxRef === null || formBoxRef === void 0 ? void 0 : formBoxRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(".".concat(clsPrefix, "-actions"));
336
- var queryFormExtraDom = (_b = formBoxRef === null || formBoxRef === void 0 ? void 0 : formBoxRef.current) === null || _b === void 0 ? void 0 : _b.querySelector(".".concat(clsPrefix, "-extra"));
337
- var formItemsDomList = (_c = fieldsRef === null || fieldsRef === void 0 ? void 0 : fieldsRef.current) === null || _c === void 0 ? void 0 : _c.querySelectorAll('.ant-form-item-control');
338
- var fieldHeight = getFieldHeight();
339
- fieldsRef.current.style.height = fieldHeight;
340
- [queryFormActionsDom, queryFormExtraDom].forEach(function (item) {
341
- item && Object.assign(item.style, {
342
- height: fieldHeight,
343
- lineHeight: fieldHeight
237
+ return false;
238
+ }
239
+ updateFieldHeight() {
240
+ var _a, _b, _c;
241
+ const { formBoxRef, fieldsRef } = this;
242
+ const getFieldHeight = () => {
243
+ var _a;
244
+ const { current } = fieldsRef;
245
+ let height = '32px';
246
+ if (current && ((_a = current.children) === null || _a === void 0 ? void 0 : _a[0])) {
247
+ height = window.getComputedStyle(current.children[0]).height;
248
+ }
249
+ return height;
250
+ };
251
+ const queryFormActionsDom = (_a = formBoxRef === null || formBoxRef === void 0 ? void 0 : formBoxRef.current) === null || _a === void 0 ? void 0 : _a.querySelector(`.${clsPrefix}-actions`);
252
+ const queryFormExtraDom = (_b = formBoxRef === null || formBoxRef === void 0 ? void 0 : formBoxRef.current) === null || _b === void 0 ? void 0 : _b.querySelector(`.${clsPrefix}-extra`);
253
+ const formItemsDomList = (_c = fieldsRef === null || fieldsRef === void 0 ? void 0 : fieldsRef.current) === null || _c === void 0 ? void 0 : _c.querySelectorAll('.ant-form-item-control');
254
+ const fieldHeight = getFieldHeight();
255
+ fieldsRef.current.style.height = fieldHeight;
256
+ [queryFormActionsDom, queryFormExtraDom].forEach((item) => {
257
+ item &&
258
+ Object.assign(item.style, {
259
+ height: fieldHeight,
260
+ lineHeight: fieldHeight,
261
+ });
262
+ });
263
+ [].forEach.call(formItemsDomList, (item) => {
264
+ item.style.lineHeight = fieldHeight;
344
265
  });
345
- });
346
- [].forEach.call(formItemsDomList, function (item) {
347
- item.style.lineHeight = fieldHeight;
348
- });
349
266
  }
350
- }, {
351
- key: "componentDidMount",
352
- value: function componentDidMount() {
353
- var current = this.fieldsRef.current;
354
- var _this$props4 = this.props,
355
- showFieldCount = _this$props4.showFieldCount,
356
- _this$props4$showExpa = _this$props4.showExpand,
357
- showExpand = _this$props4$showExpa === void 0 ? true : _this$props4$showExpa;
358
- this.updateFieldHeight();
359
- this.form.on('search', this.search);
360
- // 未设置第一行显示数量且禁止了展开操作 或 自定义了操作区域,则不需要处理展开计算逻辑
361
- // || renderActions
362
- if (!showFieldCount && !showExpand) {
363
- return;
364
- }
365
- if (!showFieldCount) {
366
- if (current && this.isFieldsWidthOverflow()) {
367
- this.setState({
368
- showMore: true
369
- });
267
+ componentDidMount() {
268
+ const { current } = this.fieldsRef;
269
+ const { showFieldCount, showExpand = true } = this.props;
270
+ this.updateFieldHeight();
271
+ this.form.on('search', this.search);
272
+ // 未设置第一行显示数量且禁止了展开操作 或 自定义了操作区域,则不需要处理展开计算逻辑
273
+ // || renderActions
274
+ if (!showFieldCount && !showExpand) {
275
+ return;
276
+ }
277
+ if (!showFieldCount) {
278
+ if (current && this.isFieldsWidthOverflow()) {
279
+ this.setState({
280
+ showMore: true,
281
+ });
282
+ }
283
+ this.removeResizeListener = this.addResizeListener();
284
+ }
285
+ else {
286
+ this.updateDrawerFieldsValueCount();
287
+ this.form.on('setValues', this.updateDrawerFieldsValueCount);
288
+ this.form.on('setValue', this.updateDrawerFieldsValueCount);
370
289
  }
371
- this.removeResizeListener = this.addResizeListener();
372
- } else {
373
- this.updateDrawerFieldsValueCount();
374
- this.form.on('setValues', this.updateDrawerFieldsValueCount);
375
- this.form.on('setValue', this.updateDrawerFieldsValueCount);
376
- }
377
290
  }
378
- }, {
379
- key: "componentWillUnmount",
380
- value: function componentWillUnmount() {
381
- var _a;
382
- (_a = this.removeResizeListener) === null || _a === void 0 ? void 0 : _a.call(this);
383
- this.form.off('setValues', this.updateDrawerFieldsValueCount);
384
- this.form.off('setValue', this.updateDrawerFieldsValueCount);
385
- this.form.off('search', this.search);
291
+ componentWillUnmount() {
292
+ var _a;
293
+ (_a = this.removeResizeListener) === null || _a === void 0 ? void 0 : _a.call(this);
294
+ this.form.off('setValues', this.updateDrawerFieldsValueCount);
295
+ this.form.off('setValue', this.updateDrawerFieldsValueCount);
296
+ this.form.off('search', this.search);
386
297
  }
387
- }]);
388
- return QueryForm;
389
- }(_react["default"].PureComponent);
390
- QueryForm.Field = _Field["default"];
391
- QueryForm.useForm = _useForm["default"];
392
- QueryForm.createForm = _createActions["default"];
393
- var _default = QueryForm;
394
- exports["default"] = _default;
298
+ }
299
+ QueryForm.Field = Field_1.default;
300
+ QueryForm.useForm = useForm_1.default;
301
+ QueryForm.createForm = createActions_1.default;
302
+ exports.default = QueryForm;
303
+ //# sourceMappingURL=index.js.map