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,168 +1,110 @@
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
6
- });
7
- exports["default"] = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _classnames2 = _interopRequireDefault(require("classnames"));
10
- var _queryForm = _interopRequireDefault(require("../query-form"));
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- 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; }
13
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
- 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); } }
15
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
16
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
- 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); }
18
- 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); }
19
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
20
- 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); }; }
21
- 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); }
22
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
23
- 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; } }
24
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
25
- var __rest = void 0 && (void 0).__rest || function (s, e) {
26
- var t = {};
27
- for (var p in s) {
28
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
29
- }
30
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
32
- }
33
- return t;
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
34
15
  };
35
- var clsPrefix = 'tnt-querylistscene-queryform';
36
- var QueryForm = /*#__PURE__*/function (_React$PureComponent) {
37
- _inherits(QueryForm, _React$PureComponent);
38
- var _super = _createSuper(QueryForm);
39
- function QueryForm(props) {
40
- var _this;
41
- _classCallCheck(this, QueryForm);
42
- _this = _super.call(this, props);
43
- Object.defineProperty(_assertThisInitialized(_this), "onSearch", {
44
- enumerable: true,
45
- configurable: true,
46
- writable: true,
47
- value: function value(searchObj) {
48
- var _this$props = _this.props,
49
- onSearch = _this$props.onSearch,
50
- actions = _this$props.actions;
51
- var values = actions.getFormData();
52
- var params = Object.assign(Object.assign(Object.assign({}, values), searchObj || {}), {
53
- current: 1
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const classnames_1 = __importDefault(require("classnames"));
19
+ const query_form_1 = __importDefault(require("../query-form"));
20
+ const clsPrefix = 'tnt-querylistscene-queryform';
21
+ class QueryForm extends react_1.default.PureComponent {
22
+ constructor(props) {
23
+ super(props);
24
+ Object.defineProperty(this, "onSearch", {
25
+ enumerable: true,
26
+ configurable: true,
27
+ writable: true,
28
+ value: (searchObj) => {
29
+ const { onSearch, actions } = this.props;
30
+ const values = actions.getFormData();
31
+ const params = Object.assign(Object.assign(Object.assign({}, values), (searchObj || {})), { current: 1 });
32
+ // memory url解析setForm时 监听事件异步
33
+ actions.setData('formData', values);
34
+ Promise.resolve().then(() => {
35
+ onSearch && onSearch(params);
36
+ actions.emit('search', params);
37
+ });
38
+ }
54
39
  });
55
- // memory 与 url解析setForm时 监听事件异步
56
- actions.setData('formData', values);
57
- Promise.resolve().then(function () {
58
- onSearch && onSearch(params);
59
- actions.emit('search', params);
40
+ Object.defineProperty(this, "onReset", {
41
+ enumerable: true,
42
+ configurable: true,
43
+ writable: true,
44
+ value: () => {
45
+ const { initialValues, onReset, actions } = this.props;
46
+ actions.setFormData(initialValues, false);
47
+ onReset === null || onReset === void 0 ? void 0 : onReset(initialValues);
48
+ this.onSearch();
49
+ }
60
50
  });
61
- }
62
- });
63
- Object.defineProperty(_assertThisInitialized(_this), "onReset", {
64
- enumerable: true,
65
- configurable: true,
66
- writable: true,
67
- value: function value() {
68
- var _this$props2 = _this.props,
69
- initialValues = _this$props2.initialValues,
70
- onReset = _this$props2.onReset,
71
- actions = _this$props2.actions;
72
- actions.setFormData(initialValues, false);
73
- onReset === null || onReset === void 0 ? void 0 : onReset(initialValues);
74
- _this.onSearch();
75
- }
76
- });
77
- Object.defineProperty(_assertThisInitialized(_this), "onChange", {
78
- enumerable: true,
79
- configurable: true,
80
- writable: true,
81
- value: function value(newValues, changedInfo) {
82
- var _this$props3 = _this.props,
83
- onChange = _this$props3.onChange,
84
- actions = _this$props3.actions;
85
- actions.setFormData(newValues, false);
86
- for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
87
- rest[_key - 2] = arguments[_key];
88
- }
89
- onChange === null || onChange === void 0 ? void 0 : onChange.apply(void 0, [newValues, changedInfo].concat(rest));
90
- }
91
- });
92
- Object.defineProperty(_assertThisInitialized(_this), "setFormData", {
93
- enumerable: true,
94
- configurable: true,
95
- writable: true,
96
- value: function value(data, needSearch) {
97
- var actions = _this.props.actions;
98
- actions.setData('formData', data);
99
- _this.form.setValues(data);
100
- needSearch && _this.onSearch();
101
- }
102
- });
103
- Object.defineProperty(_assertThisInitialized(_this), "resetFormData", {
104
- enumerable: true,
105
- configurable: true,
106
- writable: true,
107
- value: function value(needSearch) {
108
- var _this$props4 = _this.props,
109
- initialValues = _this$props4.initialValues,
110
- actions = _this$props4.actions;
111
- actions.setFormData(initialValues, needSearch);
112
- _this.form.resetValues();
113
- }
114
- });
115
- var actions = props.actions,
116
- form = props.form;
117
- _this.form = form || _queryForm["default"].createForm();
118
- actions.on('setFormData', _this.setFormData);
119
- actions.on('resetFormData', _this.resetFormData);
120
- return _this;
121
- }
122
- _createClass(QueryForm, [{
123
- key: "render",
124
- value: function render() {
125
- var _a = this.props,
126
- className = _a.className,
127
- actions = _a.actions,
128
- extraActions = _a.extraActions,
129
- extralActions = _a.extralActions,
130
- qlsProps = _a.qlsProps,
131
- props = __rest(_a, ["className", "actions", "extraActions", "extralActions", "qlsProps"]);
132
- return _react["default"].createElement(_queryForm["default"], Object.assign({}, props, {
133
- form: this.form,
134
- className: (0, _classnames2["default"])(clsPrefix, _defineProperty({}, className, className)),
135
- // 前期拼写错误,导致需要兼容错误的api
136
- extraActions: extraActions || extralActions,
137
- onChange: this.onChange,
138
- onSearch: this.onSearch,
139
- onReset: this.onReset
140
- }));
51
+ Object.defineProperty(this, "onChange", {
52
+ enumerable: true,
53
+ configurable: true,
54
+ writable: true,
55
+ value: (newValues, changedInfo, ...rest) => {
56
+ const { onChange, actions } = this.props;
57
+ actions.setFormData(newValues, false);
58
+ onChange === null || onChange === void 0 ? void 0 : onChange(newValues, changedInfo, ...rest);
59
+ }
60
+ });
61
+ Object.defineProperty(this, "setFormData", {
62
+ enumerable: true,
63
+ configurable: true,
64
+ writable: true,
65
+ value: (data, needSearch) => {
66
+ const { actions } = this.props;
67
+ actions.setData('formData', data);
68
+ this.form.setValues(data);
69
+ needSearch && this.onSearch();
70
+ }
71
+ });
72
+ Object.defineProperty(this, "resetFormData", {
73
+ enumerable: true,
74
+ configurable: true,
75
+ writable: true,
76
+ value: (needSearch) => {
77
+ const { initialValues, actions } = this.props;
78
+ actions.setFormData(initialValues, needSearch);
79
+ this.form.resetValues();
80
+ }
81
+ });
82
+ const { actions, form } = props;
83
+ this.form = form || query_form_1.default.createForm();
84
+ actions.on('setFormData', this.setFormData);
85
+ actions.on('resetFormData', this.resetFormData);
86
+ }
87
+ render() {
88
+ const _a = this.props, { className, actions, extraActions, extralActions, qlsProps } = _a, props = __rest(_a, ["className", "actions", "extraActions", "extralActions", "qlsProps"]);
89
+ return (react_1.default.createElement(query_form_1.default, Object.assign({}, props, { form: this.form, className: (0, classnames_1.default)(clsPrefix, { [className]: className }),
90
+ // 前期拼写错误,导致需要兼容错误的api
91
+ extraActions: extraActions || extralActions, onChange: this.onChange, onSearch: this.onSearch, onReset: this.onReset })));
141
92
  }
142
- }, {
143
- key: "componentDidMount",
144
- value: function componentDidMount() {
145
- var _this$props5 = this.props,
146
- _this$props5$initialV = _this$props5.initialValues,
147
- initialValues = _this$props5$initialV === void 0 ? {} : _this$props5$initialV,
148
- actions = _this$props5.actions,
149
- qlsProps = _this$props5.qlsProps,
150
- memory = _this$props5.memory;
151
- if (qlsProps.memory || memory) {
152
- actions.setFormData(Object.assign(Object.assign({}, initialValues), actions.getFormData()), false);
153
- } else {
154
- actions.setData('formData', initialValues);
155
- }
93
+ componentDidMount() {
94
+ const { initialValues = {}, actions, qlsProps, memory } = this.props;
95
+ if (qlsProps.memory || memory) {
96
+ actions.setFormData(Object.assign(Object.assign({}, initialValues), actions.getFormData()), false);
97
+ }
98
+ else {
99
+ actions.setData('formData', initialValues);
100
+ }
156
101
  }
157
- }, {
158
- key: "componentWillUnmount",
159
- value: function componentWillUnmount() {
160
- var actions = this.props.actions;
161
- actions.removeListener('setFormData', this.setFormData);
162
- actions.removeListener('resetFormData', this.resetFormData);
102
+ componentWillUnmount() {
103
+ const { actions } = this.props;
104
+ actions.removeListener('setFormData', this.setFormData);
105
+ actions.removeListener('resetFormData', this.resetFormData);
163
106
  }
164
- }]);
165
- return QueryForm;
166
- }(_react["default"].PureComponent);
167
- exports["default"] = QueryForm;
168
- QueryForm.Field = _queryForm["default"].Field;
107
+ }
108
+ exports.default = QueryForm;
109
+ QueryForm.Field = query_form_1.default.Field;
110
+ //# sourceMappingURL=QueryForm.js.map
@@ -1,68 +1,33 @@
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
6
- });
7
- exports["default"] = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _classnames = _interopRequireDefault(require("classnames"));
10
- var _Title = _interopRequireDefault(require("./Title"));
11
- var _Toolbar = _interopRequireDefault(require("./Toolbar"));
12
- var _createActions = _interopRequireDefault(require("./createActions"));
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
- 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; }
15
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
16
- 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); } }
17
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
18
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
19
- 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); }
20
- 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); }
21
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
22
- 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); }; }
23
- 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); }
24
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
25
- 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; } }
26
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
27
- var QueryListScene = /*#__PURE__*/function (_React$Component) {
28
- _inherits(QueryListScene, _React$Component);
29
- var _super = _createSuper(QueryListScene);
30
- function QueryListScene(props) {
31
- var _this;
32
- _classCallCheck(this, QueryListScene);
33
- _this = _super.call(this, props);
34
- _this.actions = props.actions || (0, _createActions["default"])();
35
- return _this;
36
- }
37
- _createClass(QueryListScene, [{
38
- key: "render",
39
- value: function render() {
40
- var _cn,
41
- _this2 = this;
42
- var _this$props = this.props,
43
- title = _this$props.title,
44
- children = _this$props.children,
45
- size = _this$props.size,
46
- _this$props$className = _this$props.className,
47
- className = _this$props$className === void 0 ? '' : _this$props$className;
48
- var hasToolbar = [].some.call(children || [], function (child) {
49
- return (child === null || child === void 0 ? void 0 : child.type) === _Toolbar["default"];
50
- });
51
- return _react["default"].createElement("div", {
52
- className: (0, _classnames["default"])('tnt-querylistscene', (_cn = {}, _defineProperty(_cn, className, className), _defineProperty(_cn, 'large-size', size === 'large'), _defineProperty(_cn, "hasToolbar", hasToolbar), _cn))
53
- }, title && _react["default"].createElement(_Title["default"], {
54
- title: title,
55
- size: size
56
- }), _react["default"].createElement("div", {
57
- className: "tnt-querylistscene-content"
58
- }, _react["default"].Children.map(children, function (child) {
59
- return child && _react["default"].cloneElement(child, {
60
- qlsProps: _this2.props,
61
- actions: _this2.actions
62
- });
63
- })));
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const react_1 = __importDefault(require("react"));
7
+ const classnames_1 = __importDefault(require("classnames"));
8
+ const Title_1 = __importDefault(require("./Title"));
9
+ const Toolbar_1 = __importDefault(require("./Toolbar"));
10
+ const createActions_1 = __importDefault(require("./createActions"));
11
+ class QueryListScene extends react_1.default.Component {
12
+ constructor(props) {
13
+ super(props);
14
+ this.actions = props.actions || (0, createActions_1.default)();
64
15
  }
65
- }]);
66
- return QueryListScene;
67
- }(_react["default"].Component);
68
- exports["default"] = QueryListScene;
16
+ render() {
17
+ const { title, children, size, className = '' } = this.props;
18
+ const hasToolbar = [].some.call(children || [], (child) => (child === null || child === void 0 ? void 0 : child.type) === Toolbar_1.default);
19
+ return (react_1.default.createElement("div", { className: (0, classnames_1.default)('tnt-querylistscene', {
20
+ [className]: className,
21
+ 'large-size': size === 'large',
22
+ hasToolbar,
23
+ }) },
24
+ title && react_1.default.createElement(Title_1.default, { title: title, size: size }),
25
+ react_1.default.createElement("div", { className: "tnt-querylistscene-content" }, react_1.default.Children.map(children, (child) => child &&
26
+ react_1.default.cloneElement(child, {
27
+ qlsProps: this.props,
28
+ actions: this.actions,
29
+ })))));
30
+ }
31
+ }
32
+ exports.default = QueryListScene;
33
+ //# sourceMappingURL=QueryListScene.js.map
@@ -1,20 +1,14 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
9
6
  /**
10
7
  * @file Title
11
8
  * @author zhangyou
12
9
  */
13
- var _default = function _default(_ref) {
14
- var title = _ref.title,
15
- children = _ref.children;
16
- return _react["default"].createElement("div", {
17
- className: "tnt-querylistscene-title"
18
- }, _react["default"].createElement("span", null, title), _react["default"].createElement("span", null, children));
19
- };
20
- exports["default"] = _default;
10
+ const react_1 = __importDefault(require("react"));
11
+ exports.default = ({ title, children }) => (react_1.default.createElement("div", { className: "tnt-querylistscene-title" },
12
+ react_1.default.createElement("span", null, title),
13
+ react_1.default.createElement("span", null, children)));
14
+ //# sourceMappingURL=Title.js.map
@@ -1,34 +1,23 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _classnames = _interopRequireDefault(require("classnames"));
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- 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); }
11
- 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; }
12
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
13
- 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); }
14
- var __rest = void 0 && (void 0).__rest || function (s, e) {
15
- var t = {};
16
- for (var p in s) {
17
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
18
- }
19
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
20
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
21
- }
22
- return t;
2
+ var __rest = (this && this.__rest) || function (s, e) {
3
+ var t = {};
4
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5
+ t[p] = s[p];
6
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
7
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9
+ t[p[i]] = s[p[i]];
10
+ }
11
+ return t;
23
12
  };
24
- var _default = function _default(_a) {
25
- var className = _a.className,
26
- children = _a.children,
27
- actions = _a.actions,
28
- qslProps = _a.qslProps,
29
- rest = __rest(_a, ["className", "children", "actions", "qslProps"]);
30
- return _react["default"].createElement("div", Object.assign({}, rest, {
31
- className: (0, _classnames["default"])('tnt-querylistscene-toolbar', _defineProperty({}, className, className))
32
- }), children);
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
33
15
  };
34
- exports["default"] = _default;
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ const react_1 = __importDefault(require("react"));
18
+ const classnames_1 = __importDefault(require("classnames"));
19
+ exports.default = (_a) => {
20
+ var { className, children, actions, qslProps } = _a, rest = __rest(_a, ["className", "children", "actions", "qslProps"]);
21
+ return (react_1.default.createElement("div", Object.assign({}, rest, { className: (0, classnames_1.default)('tnt-querylistscene-toolbar', { [className]: className }) }), children));
22
+ };
23
+ //# sourceMappingURL=Toolbar.js.map
@@ -1,81 +1,66 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _set2 = _interopRequireDefault(require("lodash/set"));
8
- var _get2 = _interopRequireDefault(require("lodash/get"));
9
- var _eventemitter = _interopRequireDefault(require("eventemitter3"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var _default = function _default() {
12
- var eventEmitter = new _eventemitter["default"]();
13
- var data = {
14
- dataSource: [],
15
- pagination: {},
16
- formData: {},
17
- submittedFormData: {}
18
- };
19
- return {
20
- setData: function setData(key, val) {
21
- (0, _set2["default"])(data, key, val);
22
- },
23
- getFormData: function getFormData(name) {
24
- return (0, _get2["default"])(data, "formData".concat(name ? '.' + name : ''));
25
- },
26
- getSubmittedFormData: function getSubmittedFormData(name) {
27
- return (0, _get2["default"])(data, "submittedFormData".concat(name ? '.' + name : ''));
28
- },
29
- getTableDataSource: function getTableDataSource() {
30
- return (0, _get2["default"])(data, 'dataSource');
31
- },
32
- getPagination: function getPagination() {
33
- return (0, _get2["default"])(data, 'pagination');
34
- },
35
- setFormData: function setFormData(formData) {
36
- var needSearch = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
37
- (0, _set2["default"])(data, 'formData', formData);
38
- eventEmitter.emit('setFormData', formData, needSearch);
39
- },
40
- resetFormData: function resetFormData() {
41
- var needSearch = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
42
- eventEmitter.emit('resetFormData', needSearch);
43
- },
44
- setTableDataSource: function setTableDataSource(dataSource) {
45
- (0, _set2["default"])(data, 'dataSource', dataSource);
46
- eventEmitter.emit('setTableDataSource', dataSource);
47
- },
48
- setPagination: function setPagination(pagination) {
49
- (0, _set2["default"])(data, 'pagination', pagination);
50
- eventEmitter.emit('setPagination', pagination);
51
- },
52
- // 重置记忆数据,form、pagination
53
- resetMemoryData: function resetMemoryData() {
54
- data.formData = {};
55
- data.pagination = {};
56
- },
57
- search: function search() {
58
- var params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
59
- var showLoading = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
60
- return new Promise(function (resolve) {
61
- eventEmitter.emit('search', params, {
62
- callback: resolve,
63
- showLoading: showLoading
64
- });
65
- });
66
- },
67
- on: function on(eventName, callback) {
68
- eventEmitter.on(eventName, callback);
69
- },
70
- emit: function emit() {
71
- eventEmitter.emit.apply(eventEmitter, arguments);
72
- },
73
- removeListener: function removeListener() {
74
- eventEmitter.removeListener.apply(eventEmitter, arguments);
75
- },
76
- off: function off() {
77
- eventEmitter.removeListener.apply(eventEmitter, arguments);
78
- }
79
- };
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
80
4
  };
81
- exports["default"] = _default;
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const eventemitter3_1 = __importDefault(require("eventemitter3"));
7
+ const lodash_1 = require("lodash");
8
+ exports.default = () => {
9
+ const eventEmitter = new eventemitter3_1.default();
10
+ const data = {
11
+ dataSource: [],
12
+ pagination: {},
13
+ formData: {},
14
+ submittedFormData: {},
15
+ };
16
+ return {
17
+ setData: (key, val) => {
18
+ (0, lodash_1.set)(data, key, val);
19
+ },
20
+ getFormData: (name) => (0, lodash_1.get)(data, `formData${name ? '.' + name : ''}`),
21
+ getSubmittedFormData: (name) => (0, lodash_1.get)(data, `submittedFormData${name ? '.' + name : ''}`),
22
+ getTableDataSource: () => (0, lodash_1.get)(data, 'dataSource'),
23
+ getPagination: () => (0, lodash_1.get)(data, 'pagination'),
24
+ setFormData: (formData, needSearch = true) => {
25
+ (0, lodash_1.set)(data, 'formData', formData);
26
+ eventEmitter.emit('setFormData', formData, needSearch);
27
+ },
28
+ resetFormData: (needSearch = false) => {
29
+ eventEmitter.emit('resetFormData', needSearch);
30
+ },
31
+ setTableDataSource: (dataSource) => {
32
+ (0, lodash_1.set)(data, 'dataSource', dataSource);
33
+ eventEmitter.emit('setTableDataSource', dataSource);
34
+ },
35
+ setPagination: (pagination) => {
36
+ (0, lodash_1.set)(data, 'pagination', pagination);
37
+ eventEmitter.emit('setPagination', pagination);
38
+ },
39
+ // 重置记忆数据,form、pagination
40
+ resetMemoryData: () => {
41
+ data.formData = {};
42
+ data.pagination = {};
43
+ },
44
+ search: (params = {}, showLoading = true) => {
45
+ return new Promise((resolve) => {
46
+ eventEmitter.emit('search', params, {
47
+ callback: resolve,
48
+ showLoading,
49
+ });
50
+ });
51
+ },
52
+ on: (eventName, callback) => {
53
+ eventEmitter.on(eventName, callback);
54
+ },
55
+ emit: (...args) => {
56
+ eventEmitter.emit(...args);
57
+ },
58
+ removeListener: (...args) => {
59
+ eventEmitter.removeListener(...args);
60
+ },
61
+ off: (...args) => {
62
+ eventEmitter.removeListener(...args);
63
+ },
64
+ };
65
+ };
66
+ //# sourceMappingURL=createActions.js.map