tntd 3.0.43 → 3.0.45-beta.1

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 (519) hide show
  1. package/es/_util/context.js +1 -1
  2. package/es/_util/defaultRenderEmpty.js +1 -1
  3. package/es/_util/hooks/useFlexGapSupport.js +4 -4
  4. package/es/_util/hooks/useForceUpdate.js +4 -4
  5. package/es/_util/responsiveObserve.js +1 -1
  6. package/es/_util/styleChecker.js +1 -1
  7. package/es/actions/index.js +1 -1
  8. package/es/alert/alert.js +2 -2
  9. package/es/alert/index.js +1 -1
  10. package/es/array-input/index.js +9 -9
  11. package/es/button/button.js +2 -2
  12. package/es/cascader/cascader.js +1 -1
  13. package/es/check-card/group.js +8 -8
  14. package/es/check-card/index.js +6 -6
  15. package/es/checkbox/checkbox.js +1 -1
  16. package/es/color-picker/ColorPicker.js +6 -6
  17. package/es/color-picker/index.js +1 -1
  18. package/es/columns/index.js +1 -1
  19. package/es/config-provider/config-provider.js +1 -1
  20. package/es/date-picker/DatePicker.js +1 -1
  21. package/es/descriptions/descriptions.js +5 -5
  22. package/es/development-login/LoginModal.js +6 -6
  23. package/es/development-login/index.js +4 -4
  24. package/es/drawer/drawer.js +2 -2
  25. package/es/ellipsis/Svg/CopySVG.js +1 -1
  26. package/es/ellipsis/Svg/TickSVG.js +1 -1
  27. package/es/ellipsis/index.js +5 -5
  28. package/es/empty/empty.js +2 -2
  29. package/es/empty/empty.stories.js +2 -2
  30. package/es/exception/exception.js +1 -1
  31. package/es/form/form.js +2 -2
  32. package/es/form/style/index.less +5 -5
  33. package/es/grid-v4/col.js +2 -2
  34. package/es/grid-v4/hooks/useBreakpoint.js +1 -1
  35. package/es/grid-v4/index.js +1 -1
  36. package/es/grid-v4/row.js +6 -6
  37. package/es/handle/index.js +1 -1
  38. package/es/handle-icon/index.js +11 -11
  39. package/es/icon/IconFont.js +1 -1
  40. package/es/icon/components/Icon.js +9 -9
  41. package/es/icon/components/index.js +1 -1
  42. package/es/icon/components/utils.js +3 -3
  43. package/es/icon/index.js +7 -7
  44. package/es/icon/twoTonePrimaryColor.js +1 -1
  45. package/es/icon/utils.js +1 -1
  46. package/es/img/Contain.js +1 -1
  47. package/es/img/Cover.js +5 -5
  48. package/es/img/index.js +5 -5
  49. package/es/index.js +8 -1
  50. package/es/index.js.map +1 -1
  51. package/es/input/input.js +2 -2
  52. package/es/input-number/inputNumber.js +1 -1
  53. package/es/label/index.js +2 -2
  54. package/es/loading-button/index.js +5 -5
  55. package/es/locale/default.js +1 -1
  56. package/es/locale/en_US.js +1 -1
  57. package/es/locale/zh_CN.js +1 -1
  58. package/es/modal/modal.js +1 -1
  59. package/es/notification/assets/index.js +1 -1
  60. package/es/notification/index.js +1 -1
  61. package/es/notification/notification.js +1 -1
  62. package/es/page/Box.js +1 -1
  63. package/es/page/index.js +7 -7
  64. package/es/page-container/index.js +1 -1
  65. package/es/page-loading/index.js +1 -1
  66. package/es/popconfirm/popconfirm.js +1 -1
  67. package/es/popover/popover.js +1 -1
  68. package/es/preview-text/index.js +7 -7
  69. package/es/progress/progress.js +2 -2
  70. package/es/query-form/Field/Checkbox.js +2 -2
  71. package/es/query-form/Field/Checkbox.js.map +1 -1
  72. package/es/query-form/Field/Composition/FieldPopover.js +361 -0
  73. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
  74. package/es/query-form/Field/Composition/FieldPopover.less +35 -0
  75. package/es/query-form/Field/Composition/Select.js +157 -0
  76. package/es/query-form/Field/Composition/Select.js.map +1 -0
  77. package/es/query-form/Field/Composition/SelectInput.js +34 -0
  78. package/es/query-form/Field/Composition/SelectInput.js.map +1 -0
  79. package/es/query-form/Field/Composition/ValueTag.js +162 -0
  80. package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
  81. package/es/query-form/Field/Composition/index.js +337 -0
  82. package/es/query-form/Field/Composition/index.js.map +1 -0
  83. package/es/query-form/Field/Composition/index.less +145 -0
  84. package/es/query-form/Field/Composition/utils.js +169 -0
  85. package/es/query-form/Field/Composition/utils.js.map +1 -0
  86. package/es/query-form/Field/Select.js +6 -6
  87. package/es/query-form/Field/SelectInput.js +26 -15
  88. package/es/query-form/Field/SelectInput.js.map +1 -1
  89. package/es/query-form/Field/fieldsMap.js +3 -3
  90. package/es/query-form/Field/fieldsMap.js.map +1 -1
  91. package/es/query-form/Field/index.js +13 -11
  92. package/es/query-form/Field/index.js.map +1 -1
  93. package/es/query-form/createActions.js +1 -1
  94. package/es/query-form/index.js +228 -359
  95. package/es/query-form/index.js.map +1 -1
  96. package/es/query-form/index.less +26 -60
  97. package/es/query-form/useForm.js +1 -1
  98. package/es/query-form-v2/index.less +133 -0
  99. package/es/query-list-scene/List.js +29 -16
  100. package/es/query-list-scene/List.js.map +1 -1
  101. package/es/query-list-scene/QueryForm.js +44 -22
  102. package/es/query-list-scene/QueryForm.js.map +1 -1
  103. package/es/query-list-scene/QueryListScene.js +10 -10
  104. package/es/query-list-scene/Title.js +1 -1
  105. package/es/query-list-scene/Toolbar.js +2 -2
  106. package/es/query-list-scene/createActions.js +1 -1
  107. package/es/query-list-scene/index.js +3 -2
  108. package/es/query-list-scene/index.js.map +1 -1
  109. package/es/query-list-scene/useActions.js +1 -1
  110. package/es/radio/radio.js +1 -1
  111. package/es/render-empty/render-empty.js +1 -1
  112. package/es/scroll-bar/Bar.js +91 -0
  113. package/es/scroll-bar/Bar.js.map +1 -0
  114. package/es/scroll-bar/Context.js +13 -0
  115. package/es/scroll-bar/Context.js.map +1 -0
  116. package/es/scroll-bar/ScrollBar.js +97 -0
  117. package/es/scroll-bar/ScrollBar.js.map +1 -0
  118. package/es/scroll-bar/Thumb.js +125 -0
  119. package/es/scroll-bar/Thumb.js.map +1 -0
  120. package/es/scroll-bar/index.js +10 -0
  121. package/es/scroll-bar/index.js.map +1 -0
  122. package/es/scroll-bar/scrollBar.less +59 -0
  123. package/es/scroll-bar/util.js +39 -0
  124. package/es/scroll-bar/util.js.map +1 -0
  125. package/es/segmented/index.js +2 -2
  126. package/es/select/select.js +2 -2
  127. package/es/spin/spin.js +1 -1
  128. package/es/steps/steps.js +2 -2
  129. package/es/svg-components/index.js +1 -1
  130. package/es/table/hooks/use-column-setting.js +4 -4
  131. package/es/table/hooks/use-column-setting.js.map +1 -1
  132. package/es/table/hooks/use-expand-fixed.js +6 -6
  133. package/es/table/resizableTable/index.js +40 -11
  134. package/es/table/resizableTable/index.js.map +1 -1
  135. package/es/table/resizableTable/index.less +9 -1
  136. package/es/table/table-hoc.js +1 -1
  137. package/es/table/table.js +17 -11
  138. package/es/table/table.js.map +1 -1
  139. package/es/table/table.stories.js +2 -2
  140. package/es/table/utils.js +1 -1
  141. package/es/table-container/index.js +1 -1
  142. package/es/tabs/tabs.js +2 -2
  143. package/es/tabs-container/index.js +1 -1
  144. package/es/tag/tag.js +2 -2
  145. package/es/time-picker/TimePicker.js +1 -1
  146. package/es/time-picker/index.js +1 -1
  147. package/es/title/index.js +1 -1
  148. package/es/tntd-action/Action.js +9 -9
  149. package/es/tntd-action/index.js +8 -8
  150. package/es/tntd-cascader/AntdCascader/component/context.js +1 -1
  151. package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
  152. package/es/tntd-cascader/AntdCascader/component/getIcons.js +1 -1
  153. package/es/tntd-cascader/AntdCascader/component/useCompactItemContext.js +2 -2
  154. package/es/tntd-cascader/AntdCascader/config/utils.js +2 -2
  155. package/es/tntd-cascader/AntdCascader/index.js +7 -7
  156. package/es/tntd-cascader/index.js +1 -1
  157. package/es/tntd-cascader/rc-cascader/Cascader.js +8 -8
  158. package/es/tntd-cascader/rc-cascader/OptionList/Checkbox.js +2 -2
  159. package/es/tntd-cascader/rc-cascader/OptionList/Column.js +7 -7
  160. package/es/tntd-cascader/rc-cascader/OptionList/index.js +9 -9
  161. package/es/tntd-cascader/rc-cascader/OptionList/useActive.js +5 -5
  162. package/es/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +8 -8
  163. package/es/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +5 -5
  164. package/es/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +1 -1
  165. package/es/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +6 -6
  166. package/es/tntd-cascader/rc-cascader/index.js +1 -1
  167. package/es/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +4 -4
  168. package/es/tntd-form/ErrorList.js +7 -7
  169. package/es/tntd-form/Form.js +6 -6
  170. package/es/tntd-form/FormItem/ItemHolder.js +6 -6
  171. package/es/tntd-form/FormItem/index.js +8 -8
  172. package/es/tntd-form/FormItemInput.js +1 -1
  173. package/es/tntd-form/FormItemLabel.js +2 -2
  174. package/es/tntd-form/FormList.js +1 -1
  175. package/es/tntd-form/context.js +1 -1
  176. package/es/tntd-form/hooks/useDebounce.js +4 -4
  177. package/es/tntd-form/hooks/useForm.js +5 -5
  178. package/es/tntd-form/hooks/useFormItemStatus.js +1 -1
  179. package/es/tntd-form/hooks/useFrameState.js +5 -5
  180. package/es/tntd-form/index.js +1 -1
  181. package/es/tntd-icon/index.js +1 -1
  182. package/es/tntd-layout/AppList.js +6 -6
  183. package/es/tntd-layout/Application.js +6 -6
  184. package/es/tntd-layout/Avatar.js +2 -2
  185. package/es/tntd-layout/CompatibleLanguage.js +6 -6
  186. package/es/tntd-layout/EnterpriseLayout/Avatar.js +2 -2
  187. package/es/tntd-layout/EnterpriseLayout/Language.js +6 -6
  188. package/es/tntd-layout/EnterpriseLayout/Theme.js +6 -6
  189. package/es/tntd-layout/EnterpriseLayout/index.js +1 -1
  190. package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +6 -6
  191. package/es/tntd-layout/GlobalNavigation/index.js +9 -9
  192. package/es/tntd-layout/Header.js +2 -2
  193. package/es/tntd-layout/HeaderActions.js +2 -2
  194. package/es/tntd-layout/HeaderNavs.js +6 -6
  195. package/es/tntd-layout/HeaderTabs.js +7 -7
  196. package/es/tntd-layout/Iconfont.js +1 -1
  197. package/es/tntd-layout/Language.js +6 -6
  198. package/es/tntd-layout/Layout.js +6 -6
  199. package/es/tntd-layout/Logo.js +2 -2
  200. package/es/tntd-layout/OrgAppList.js +6 -6
  201. package/es/tntd-layout/SideMenu.js +6 -6
  202. package/es/tntd-layout/Theme.js +6 -6
  203. package/es/tntd-layout/createActions.js +1 -1
  204. package/es/tntd-layout/images/index.js +1 -1
  205. package/es/tntd-layout/index.js +1 -1
  206. package/es/tntd-layout/paaslayout/CompactSideMenu.js +6 -6
  207. package/es/tntd-layout/paaslayout/Header.js +2 -2
  208. package/es/tntd-layout/paaslayout/Logo.js +2 -2
  209. package/es/tntd-layout/paaslayout/SideMenu.js +6 -6
  210. package/es/tntd-layout/paaslayout/index.js +6 -6
  211. package/es/tntd-layout/storage.js +1 -1
  212. package/es/tntd-modal/index.js +6 -6
  213. package/es/tntd-rc-select/_util/PurePanel.js +5 -5
  214. package/es/tntd-rc-select/_util/context.js +1 -1
  215. package/es/tntd-rc-select/_util/defaultRenderEmpty.js +1 -1
  216. package/es/tntd-rc-select/_util/getIcons.js +1 -1
  217. package/es/tntd-rc-select/_util/useCompactItemContext.js +2 -2
  218. package/es/tntd-rc-select/index.js +2 -2
  219. package/es/tntd-reference/AHref/index.js +1 -1
  220. package/es/tntd-reference/ReferenceBatchCheck/index.js +1 -1
  221. package/es/tntd-reference/ReferenceBatchDrawer/index.js +5 -5
  222. package/es/tntd-reference/ReferenceCheck/index.js +1 -1
  223. package/es/tntd-reference/ReferenceDrawer/index.js +5 -5
  224. package/es/tntd-reference/ReferenceInfo/index.js +1 -1
  225. package/es/tntd-reference/index.js +1 -1
  226. package/es/tntd-second-page/index.js +1 -1
  227. package/es/tntd-select/DropDownWrap.js +8 -8
  228. package/es/tntd-select/index.js +10 -9
  229. package/es/tntd-select/index.js.map +1 -1
  230. package/es/tntd-virtual-tree/index.js +8 -11
  231. package/es/tntd-virtual-tree/index.js.map +1 -1
  232. package/es/tntd-virtual-tree/utils.js +28 -28
  233. package/es/tntd-virtual-tree-select/index.js +10 -10
  234. package/es/tntd-virtual-tree-select/utils.js +9 -9
  235. package/es/tooltip/tooltip.js +1 -1
  236. package/es/upload/index.js +6 -6
  237. package/es/upload/svg/UploadSVG.js +1 -1
  238. package/es/utils/checkAuth.js +4 -4
  239. package/es/utils/index.js +9 -9
  240. package/es/utils/lang.js +3 -3
  241. package/es/water-mark/index.js +5 -5
  242. package/lib/_util/context.js +3 -3
  243. package/lib/_util/defaultRenderEmpty.js +3 -3
  244. package/lib/_util/hooks/useFlexGapSupport.js +14 -15
  245. package/lib/_util/hooks/useForceUpdate.js +14 -15
  246. package/lib/_util/responsiveObserve.js +7 -13
  247. package/lib/_util/styleChecker.js +3 -3
  248. package/lib/actions/index.js +3 -3
  249. package/lib/alert/alert.js +10 -16
  250. package/lib/alert/index.js +3 -3
  251. package/lib/array-input/index.js +30 -37
  252. package/lib/button/button.js +10 -16
  253. package/lib/cascader/cascader.js +3 -3
  254. package/lib/check-card/group.js +23 -24
  255. package/lib/check-card/index.js +24 -31
  256. package/lib/checkbox/checkbox.js +3 -3
  257. package/lib/color-picker/ColorPicker.js +24 -31
  258. package/lib/color-picker/index.js +3 -3
  259. package/lib/columns/index.js +3 -3
  260. package/lib/config-provider/config-provider.js +3 -3
  261. package/lib/date-picker/DatePicker.js +3 -3
  262. package/lib/descriptions/descriptions.js +13 -19
  263. package/lib/development-login/LoginModal.js +24 -31
  264. package/lib/development-login/index.js +14 -15
  265. package/lib/drawer/drawer.js +10 -16
  266. package/lib/ellipsis/Svg/CopySVG.js +3 -3
  267. package/lib/ellipsis/Svg/TickSVG.js +3 -3
  268. package/lib/ellipsis/index.js +17 -18
  269. package/lib/empty/empty.js +10 -16
  270. package/lib/empty/empty.stories.js +6 -9
  271. package/lib/exception/exception.js +3 -3
  272. package/lib/form/form.js +10 -16
  273. package/lib/form/style/index.less +5 -5
  274. package/lib/grid-v4/col.js +10 -16
  275. package/lib/grid-v4/hooks/useBreakpoint.js +3 -3
  276. package/lib/grid-v4/index.js +3 -3
  277. package/lib/grid-v4/row.js +24 -31
  278. package/lib/handle/index.js +3 -3
  279. package/lib/handle-icon/index.js +13 -13
  280. package/lib/icon/IconFont.js +3 -3
  281. package/lib/icon/components/Icon.js +44 -70
  282. package/lib/icon/components/index.js +3 -3
  283. package/lib/icon/components/utils.js +10 -18
  284. package/lib/icon/index.js +26 -33
  285. package/lib/icon/twoTonePrimaryColor.js +3 -3
  286. package/lib/icon/utils.js +3 -3
  287. package/lib/img/Contain.js +3 -3
  288. package/lib/img/Cover.js +17 -18
  289. package/lib/img/index.js +17 -18
  290. package/lib/index.d.ts +1 -0
  291. package/lib/index.d.ts.map +1 -1
  292. package/lib/index.js +10 -3
  293. package/lib/index.js.map +1 -1
  294. package/lib/input/input.js +10 -16
  295. package/lib/input-number/inputNumber.js +3 -3
  296. package/lib/label/index.js +10 -16
  297. package/lib/loading-button/index.js +17 -18
  298. package/lib/locale/default.js +3 -3
  299. package/lib/locale/en_US.js +3 -3
  300. package/lib/locale/zh_CN.js +3 -3
  301. package/lib/modal/modal.js +3 -3
  302. package/lib/notification/assets/index.js +3 -3
  303. package/lib/notification/index.js +3 -3
  304. package/lib/notification/notification.js +3 -3
  305. package/lib/page/Box.js +3 -3
  306. package/lib/page/index.js +26 -33
  307. package/lib/page-container/index.js +3 -3
  308. package/lib/page-loading/index.js +3 -3
  309. package/lib/popconfirm/popconfirm.js +3 -3
  310. package/lib/popover/popover.js +3 -3
  311. package/lib/preview-text/index.js +9 -9
  312. package/lib/progress/progress.js +10 -16
  313. package/lib/query-form/Field/Checkbox.js +4 -4
  314. package/lib/query-form/Field/Checkbox.js.map +1 -1
  315. package/lib/query-form/Field/Composition/FieldPopover.js +46 -8
  316. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -1
  317. package/lib/query-form/Field/Composition/SelectInput.d.ts +3 -0
  318. package/lib/query-form/Field/Composition/SelectInput.d.ts.map +1 -0
  319. package/lib/query-form/Field/Composition/SelectInput.js +111 -0
  320. package/lib/query-form/Field/Composition/SelectInput.js.map +1 -0
  321. package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -1
  322. package/lib/query-form/Field/Composition/ValueTag.js +6 -3
  323. package/lib/query-form/Field/Composition/ValueTag.js.map +1 -1
  324. package/lib/query-form/Field/Composition/index.d.ts +2 -0
  325. package/lib/query-form/Field/Composition/index.js +32 -16
  326. package/lib/query-form/Field/Composition/index.js.map +1 -1
  327. package/lib/query-form/Field/Composition/index.less +4 -4
  328. package/lib/query-form/Field/Composition/utils.d.ts +1 -1
  329. package/lib/query-form/Field/Composition/utils.d.ts.map +1 -1
  330. package/lib/query-form/Field/Composition/utils.js +47 -46
  331. package/lib/query-form/Field/Composition/utils.js.map +1 -1
  332. package/lib/query-form/Field/Select.js +24 -31
  333. package/lib/query-form/Field/SelectInput.d.ts.map +1 -1
  334. package/lib/query-form/Field/SelectInput.js +44 -40
  335. package/lib/query-form/Field/SelectInput.js.map +1 -1
  336. package/lib/query-form/Field/fieldsMap.d.ts +6 -3
  337. package/lib/query-form/Field/fieldsMap.d.ts.map +1 -1
  338. package/lib/query-form/Field/fieldsMap.js +5 -5
  339. package/lib/query-form/Field/fieldsMap.js.map +1 -1
  340. package/lib/query-form/Field/index.d.ts.map +1 -1
  341. package/lib/query-form/Field/index.js +49 -73
  342. package/lib/query-form/Field/index.js.map +1 -1
  343. package/lib/query-form/createActions.js +3 -3
  344. package/lib/query-form/index.d.ts +1 -36
  345. package/lib/query-form/index.d.ts.map +1 -1
  346. package/lib/query-form/index.js +271 -432
  347. package/lib/query-form/index.js.map +1 -1
  348. package/lib/query-form/index.less +26 -60
  349. package/lib/query-form/useForm.js +3 -3
  350. package/lib/query-list-scene/List.d.ts.map +1 -1
  351. package/lib/query-list-scene/List.js +57 -64
  352. package/lib/query-list-scene/List.js.map +1 -1
  353. package/lib/query-list-scene/QueryForm.d.ts +5 -4
  354. package/lib/query-list-scene/QueryForm.d.ts.map +1 -1
  355. package/lib/query-list-scene/QueryForm.js +72 -70
  356. package/lib/query-list-scene/QueryForm.js.map +1 -1
  357. package/lib/query-list-scene/QueryListScene.js +44 -70
  358. package/lib/query-list-scene/Title.js +3 -3
  359. package/lib/query-list-scene/Toolbar.js +10 -16
  360. package/lib/query-list-scene/createActions.js +3 -3
  361. package/lib/query-list-scene/index.d.ts.map +1 -1
  362. package/lib/query-list-scene/index.js +5 -4
  363. package/lib/query-list-scene/index.js.map +1 -1
  364. package/lib/query-list-scene/useActions.js +3 -3
  365. package/lib/radio/radio.js +3 -3
  366. package/lib/render-empty/render-empty.js +3 -3
  367. package/lib/segmented/index.d.ts +1 -1
  368. package/lib/segmented/index.js +10 -16
  369. package/lib/select/select.js +10 -16
  370. package/lib/spin/spin.js +3 -3
  371. package/lib/steps/steps.js +10 -16
  372. package/lib/svg-components/index.js +3 -3
  373. package/lib/table/hooks/use-column-setting.d.ts +1 -0
  374. package/lib/table/hooks/use-column-setting.d.ts.map +1 -1
  375. package/lib/table/hooks/use-column-setting.js +14 -15
  376. package/lib/table/hooks/use-column-setting.js.map +1 -1
  377. package/lib/table/hooks/use-expand-fixed.js +30 -36
  378. package/lib/table/resizableTable/index.d.ts +3 -0
  379. package/lib/table/resizableTable/index.d.ts.map +1 -1
  380. package/lib/table/resizableTable/index.js +58 -36
  381. package/lib/table/resizableTable/index.js.map +1 -1
  382. package/lib/table/resizableTable/index.less +9 -1
  383. package/lib/table/table-hoc.js +3 -3
  384. package/lib/table/table.d.ts.map +1 -1
  385. package/lib/table/table.js +35 -36
  386. package/lib/table/table.js.map +1 -1
  387. package/lib/table/table.stories.js +10 -16
  388. package/lib/table/utils.js +3 -3
  389. package/lib/table-container/index.js +3 -3
  390. package/lib/tabs/tabs.js +10 -16
  391. package/lib/tabs-container/index.js +3 -3
  392. package/lib/tag/tag.js +10 -16
  393. package/lib/time-picker/TimePicker.js +3 -3
  394. package/lib/time-picker/index.js +3 -3
  395. package/lib/title/index.js +3 -3
  396. package/lib/tntd-action/Action.js +21 -22
  397. package/lib/tntd-action/index.js +20 -21
  398. package/lib/tntd-cascader/AntdCascader/component/context.js +3 -3
  399. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +3 -3
  400. package/lib/tntd-cascader/AntdCascader/component/getIcons.js +3 -3
  401. package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +10 -16
  402. package/lib/tntd-cascader/AntdCascader/config/utils.js +10 -16
  403. package/lib/tntd-cascader/AntdCascader/index.js +26 -33
  404. package/lib/tntd-cascader/index.js +3 -3
  405. package/lib/tntd-cascader/rc-cascader/Cascader.js +23 -24
  406. package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +10 -16
  407. package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +26 -33
  408. package/lib/tntd-cascader/rc-cascader/OptionList/index.js +30 -37
  409. package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +17 -18
  410. package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +23 -24
  411. package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +16 -17
  412. package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +3 -3
  413. package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +23 -30
  414. package/lib/tntd-cascader/rc-cascader/index.js +3 -3
  415. package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +6 -6
  416. package/lib/tntd-form/ErrorList.js +26 -33
  417. package/lib/tntd-form/Form.js +24 -31
  418. package/lib/tntd-form/FormItem/ItemHolder.js +24 -31
  419. package/lib/tntd-form/FormItem/index.js +23 -24
  420. package/lib/tntd-form/FormItemInput.js +3 -3
  421. package/lib/tntd-form/FormItemLabel.js +10 -16
  422. package/lib/tntd-form/FormList.js +3 -3
  423. package/lib/tntd-form/context.js +3 -3
  424. package/lib/tntd-form/hooks/useDebounce.js +14 -15
  425. package/lib/tntd-form/hooks/useForm.js +17 -18
  426. package/lib/tntd-form/hooks/useFormItemStatus.js +3 -3
  427. package/lib/tntd-form/hooks/useFrameState.js +17 -18
  428. package/lib/tntd-form/index.js +3 -3
  429. package/lib/tntd-icon/index.js +3 -3
  430. package/lib/tntd-layout/AppList.js +20 -24
  431. package/lib/tntd-layout/Application.js +20 -24
  432. package/lib/tntd-layout/Avatar.js +6 -9
  433. package/lib/tntd-layout/CompatibleLanguage.js +20 -24
  434. package/lib/tntd-layout/EnterpriseLayout/Avatar.js +6 -9
  435. package/lib/tntd-layout/EnterpriseLayout/Language.js +20 -24
  436. package/lib/tntd-layout/EnterpriseLayout/Theme.js +20 -24
  437. package/lib/tntd-layout/EnterpriseLayout/index.js +3 -3
  438. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +20 -24
  439. package/lib/tntd-layout/GlobalNavigation/index.js +26 -30
  440. package/lib/tntd-layout/Header.js +6 -9
  441. package/lib/tntd-layout/HeaderActions.js +6 -9
  442. package/lib/tntd-layout/HeaderNavs.js +20 -24
  443. package/lib/tntd-layout/HeaderTabs.js +27 -37
  444. package/lib/tntd-layout/Iconfont.js +3 -3
  445. package/lib/tntd-layout/Language.js +20 -24
  446. package/lib/tntd-layout/Layout.js +20 -24
  447. package/lib/tntd-layout/Logo.js +6 -9
  448. package/lib/tntd-layout/OrgAppList.js +20 -24
  449. package/lib/tntd-layout/SideMenu.js +20 -24
  450. package/lib/tntd-layout/Theme.js +20 -24
  451. package/lib/tntd-layout/createActions.js +3 -3
  452. package/lib/tntd-layout/images/index.js +3 -3
  453. package/lib/tntd-layout/index.js +3 -3
  454. package/lib/tntd-layout/paaslayout/CompactSideMenu.js +20 -24
  455. package/lib/tntd-layout/paaslayout/Header.js +6 -9
  456. package/lib/tntd-layout/paaslayout/Logo.js +6 -9
  457. package/lib/tntd-layout/paaslayout/SideMenu.js +20 -24
  458. package/lib/tntd-layout/paaslayout/index.js +20 -24
  459. package/lib/tntd-layout/storage.js +3 -3
  460. package/lib/tntd-modal/index.js +24 -31
  461. package/lib/tntd-rc-select/_util/PurePanel.js +17 -18
  462. package/lib/tntd-rc-select/_util/context.js +3 -3
  463. package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +3 -3
  464. package/lib/tntd-rc-select/_util/getIcons.js +3 -3
  465. package/lib/tntd-rc-select/_util/useCompactItemContext.js +10 -16
  466. package/lib/tntd-rc-select/index.js +10 -16
  467. package/lib/tntd-reference/AHref/index.js +3 -3
  468. package/lib/tntd-reference/ReferenceBatchCheck/index.js +3 -3
  469. package/lib/tntd-reference/ReferenceBatchDrawer/index.js +17 -18
  470. package/lib/tntd-reference/ReferenceCheck/index.js +3 -3
  471. package/lib/tntd-reference/ReferenceDrawer/index.js +17 -18
  472. package/lib/tntd-reference/ReferenceInfo/index.js +3 -3
  473. package/lib/tntd-reference/index.js +3 -3
  474. package/lib/tntd-second-page/index.js +3 -3
  475. package/lib/tntd-select/DropDownWrap.js +34 -54
  476. package/lib/tntd-select/index.d.ts.map +1 -1
  477. package/lib/tntd-select/index.js +40 -57
  478. package/lib/tntd-select/index.js.map +1 -1
  479. package/lib/tntd-virtual-tree/index.js +23 -27
  480. package/lib/tntd-virtual-tree/index.js.map +1 -1
  481. package/lib/tntd-virtual-tree/utils.js +62 -66
  482. package/lib/tntd-virtual-tree-select/index.js +22 -23
  483. package/lib/tntd-virtual-tree-select/utils.js +20 -21
  484. package/lib/tooltip/tooltip.js +3 -3
  485. package/lib/upload/index.js +41 -45
  486. package/lib/upload/svg/UploadSVG.js +3 -3
  487. package/lib/utils/checkAuth.js +6 -6
  488. package/lib/utils/index.js +20 -21
  489. package/lib/utils/lang.js +5 -5
  490. package/lib/water-mark/index.js +17 -18
  491. package/package.json +3 -2
  492. package/CHANGELOG.json +0 -1034
  493. package/CHANGELOG.md +0 -605
  494. package/es/checkbox/checkbox-group.js +0 -16
  495. package/es/checkbox/checkbox-group.js.map +0 -1
  496. package/es/radio/radio-group.js +0 -16
  497. package/es/radio/radio-group.js.map +0 -1
  498. package/es/steps/stepStyle/small.less +0 -5
  499. package/es/table/total-shower.js +0 -20
  500. package/es/table/total-shower.js.map +0 -1
  501. package/es/utils/simple-template.js +0 -19
  502. package/es/utils/simple-template.js.map +0 -1
  503. package/lib/checkbox/checkbox-group.d.ts +0 -8
  504. package/lib/checkbox/checkbox-group.d.ts.map +0 -1
  505. package/lib/checkbox/checkbox-group.js +0 -16
  506. package/lib/checkbox/checkbox-group.js.map +0 -1
  507. package/lib/radio/radio-group.d.ts +0 -8
  508. package/lib/radio/radio-group.d.ts.map +0 -1
  509. package/lib/radio/radio-group.js +0 -16
  510. package/lib/radio/radio-group.js.map +0 -1
  511. package/lib/steps/stepStyle/small.less +0 -5
  512. package/lib/table/total-shower.d.ts +0 -9
  513. package/lib/table/total-shower.d.ts.map +0 -1
  514. package/lib/table/total-shower.js +0 -20
  515. package/lib/table/total-shower.js.map +0 -1
  516. package/lib/utils/simple-template.d.ts +0 -9
  517. package/lib/utils/simple-template.d.ts.map +0 -1
  518. package/lib/utils/simple-template.js +0 -19
  519. package/lib/utils/simple-template.js.map +0 -1
@@ -0,0 +1,337 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _isObject2 = _interopRequireDefault(require("lodash/isObject"));
9
+ var _find2 = _interopRequireDefault(require("lodash/find"));
10
+ var _react = _interopRequireWildcard(require("react"));
11
+ var _LocaleReceiver = _interopRequireDefault(require("antd/es/locale-provider/LocaleReceiver"));
12
+ var _icon = _interopRequireDefault(require("../../../icon"));
13
+ var _input = _interopRequireDefault(require("../../../input"));
14
+ var _FieldPopover = _interopRequireDefault(require("./FieldPopover"));
15
+ var _ValueTag = _interopRequireDefault(require("./ValueTag"));
16
+ var _utils = require("./utils");
17
+ require("./index.less");
18
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
20
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
21
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
22
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
23
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
24
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
25
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
26
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
27
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
28
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
29
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
30
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
31
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
32
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
33
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
34
+ /**
35
+ * @param value: [{
36
+ key: 'key1',
37
+ value: 'value1',
38
+ }, {
39
+ key: 'key2',
40
+ value: ['value2', 'value3']
41
+ }]
42
+ * @param {*} ref
43
+ * @returns
44
+ */
45
+ var regex = /^.+:.*$/;
46
+ var CompositionInput = function CompositionInput(_ref, ref) {
47
+ var fieldItems = _ref.fieldItems,
48
+ initialValues = _ref.initialValues,
49
+ onChange = _ref.onChange,
50
+ form = _ref.form,
51
+ compositionShowReset = _ref.compositionShowReset,
52
+ defaultSearchField = _ref.defaultSearchField,
53
+ defaultSearchPlaceholder = _ref.defaultSearchPlaceholder,
54
+ clsPrefix = _ref.clsPrefix,
55
+ _onReset = _ref._onReset,
56
+ _onSearch = _ref._onSearch;
57
+ var _a;
58
+ var prefix = "".concat(clsPrefix, "-composition-input");
59
+ var _useState = (0, _react.useState)((0, _utils.parseObjectToArray)(initialValues, fieldItems)),
60
+ _useState2 = _slicedToArray(_useState, 2),
61
+ value = _useState2[0],
62
+ setValue = _useState2[1];
63
+ var _useState3 = (0, _react.useState)(),
64
+ _useState4 = _slicedToArray(_useState3, 2),
65
+ tempItem = _useState4[0],
66
+ setTempItem = _useState4[1];
67
+ var _useState5 = (0, _react.useState)(''),
68
+ _useState6 = _slicedToArray(_useState5, 2),
69
+ searchText = _useState6[0],
70
+ setSearchText = _useState6[1];
71
+ var _useState7 = (0, _react.useState)(false),
72
+ _useState8 = _slicedToArray(_useState7, 2),
73
+ visible = _useState8[0],
74
+ setVisible = _useState8[1];
75
+ var _useState9 = (0, _react.useState)(undefined),
76
+ _useState10 = _slicedToArray(_useState9, 2),
77
+ fieldItem = _useState10[0],
78
+ setFieldItem = _useState10[1];
79
+ var fieldItemsRef = (0, _react.useRef)(fieldItems);
80
+ var _fieldItem = fieldItem ? ((_a = (0, _find2["default"])(fieldItems, function (f) {
81
+ var _a;
82
+ return ((_a = f.props) === null || _a === void 0 ? void 0 : _a.name) === fieldItem.name;
83
+ })) === null || _a === void 0 ? void 0 : _a.props) || fieldItem : {};
84
+ var _ref2 = fieldItem || {},
85
+ props = _ref2.props;
86
+ var inputRef = (0, _react.useRef)(null);
87
+ var widthRef = (0, _react.useRef)(null);
88
+ var fieldRef = (0, _react.useRef)(null);
89
+ var eventRef = (0, _react.useRef)(false);
90
+ fieldItemsRef.current = fieldItems;
91
+ var updateValues = (0, _react.useCallback)(function (obj) {
92
+ var newValueArr = (0, _utils.parseObjectToArray)(obj, fieldItemsRef.current);
93
+ setValue(newValueArr);
94
+ }, []);
95
+ var updateValue = (0, _react.useCallback)(function (name, value) {
96
+ updateValues(_defineProperty({}, name, value));
97
+ }, []);
98
+ if (!eventRef.current) {
99
+ eventRef.current = true;
100
+ form.on('setValue', updateValue);
101
+ form.on('setValues', updateValues);
102
+ }
103
+ (0, _react.useEffect)(function () {
104
+ return function () {
105
+ form.off('setValue', updateValue);
106
+ form.off('setValues', updateValues);
107
+ };
108
+ }, []);
109
+ var handleFocus = function handleFocus(e) {
110
+ e.preventDefault();
111
+ setTimeout(function () {
112
+ var _a;
113
+ (_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
114
+ }, 10);
115
+ if (!visible && !regex.test(searchText)) {
116
+ setVisible(true);
117
+ }
118
+ };
119
+ (0, _react.useImperativeHandle)(ref, function () {
120
+ return {
121
+ changeVal: function changeVal() {
122
+ return value;
123
+ }
124
+ };
125
+ });
126
+ var onClear = function onClear(e) {
127
+ e.stopPropagation();
128
+ var initKeys = Object.keys(initialValues || {});
129
+ var deleteKeys = value === null || value === void 0 ? void 0 : value.filter(function (_ref3) {
130
+ var key = _ref3.key;
131
+ return !initKeys.includes(key);
132
+ }).map(function (_ref4) {
133
+ var key = _ref4.key;
134
+ return key;
135
+ });
136
+ setValue((0, _utils.parseObjectToArray)(initialValues || {}, fieldItems));
137
+ onChange(Object.assign({}, initialValues || {}), deleteKeys, false, true);
138
+ // 清除其他数据
139
+ setSearchText('');
140
+ setTempItem();
141
+ _onReset();
142
+ };
143
+ var doSearch = function doSearch(e) {
144
+ var _a;
145
+ e.stopPropagation();
146
+ var inputValue = ((_a = searchText === null || searchText === void 0 ? void 0 : searchText.match(/[^:]+:(.*)/)) === null || _a === void 0 ? void 0 : _a[1]) || null;
147
+ if (tempItem && inputValue) {
148
+ if ((0, _isObject2["default"])(tempItem.value)) {
149
+ tempItem.value = _defineProperty({}, Object.keys(tempItem.value)[0], inputValue);
150
+ } else {
151
+ tempItem.value = inputValue; // 得到输入值
152
+ }
153
+ if (!(value === null || value === void 0 ? void 0 : value.find(function (v) {
154
+ return v.key === tempItem.key;
155
+ }))) {
156
+ var newValue = [].concat(_toConsumableArray(value), [tempItem]);
157
+ setValue(newValue);
158
+ onChange((0, _utils.parseArrayToObject)(newValue));
159
+ } else {
160
+ var _newValue = value.map(function (v) {
161
+ return v.key === tempItem.key ? tempItem : v;
162
+ });
163
+ setValue(_newValue);
164
+ onChange((0, _utils.parseArrayToObject)(_newValue));
165
+ }
166
+ e.target.value = tempItem.value;
167
+ form.emit('search', _defineProperty(_defineProperty({}, tempItem.key, tempItem.value), "current", 1));
168
+ setTempItem();
169
+ setSearchText('');
170
+ } else {
171
+ _onSearch();
172
+ }
173
+ };
174
+ var onDelete = function onDelete(key, e) {
175
+ var _a, _b;
176
+ e.preventDefault();
177
+ if (value.length > 0) {
178
+ var newValue = value.filter(function (v) {
179
+ return v.key !== key;
180
+ });
181
+ setValue(newValue);
182
+ var deleteKeys = [key];
183
+ onChange((0, _utils.parseArrayToObject)(newValue), deleteKeys, true);
184
+ // 删除的时候也触发Field的onChange -- 泳建提的需求
185
+ var fieldProps = (_a = (0, _find2["default"])(fieldItems, function (it) {
186
+ var _a;
187
+ return ((_a = it.props) === null || _a === void 0 ? void 0 : _a.name) === key;
188
+ })) === null || _a === void 0 ? void 0 : _a.props;
189
+ ((_b = fieldProps === null || fieldProps === void 0 ? void 0 : fieldProps.props) === null || _b === void 0 ? void 0 : _b.onChange) && fieldProps.props.onChange(undefined);
190
+ }
191
+ };
192
+ var focusInput = function focusInput(value) {
193
+ var _a;
194
+ (_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
195
+ setSearchText((0, _utils.getLabel)(value, fieldItems));
196
+ setTempItem(value);
197
+ setTimeout(function () {
198
+ var _a;
199
+ (_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
200
+ }, 10);
201
+ };
202
+ var handleFieldChange = function handleFieldChange(value, isInput, hasValue) {
203
+ var needSearch = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
204
+ if (isInput) {
205
+ focusInput(value);
206
+ return;
207
+ }
208
+ setValue(value);
209
+ setSearchText('');
210
+ setTempItem();
211
+ if (hasValue) onChange((0, _utils.parseArrayToObject)(value), undefined, needSearch);
212
+ };
213
+ // 输入框事件方法
214
+ var onInputChange = function onInputChange(e) {
215
+ var value = e.target.value;
216
+ if (tempItem) {
217
+ if (regex.test(value)) {
218
+ // 有输入值
219
+ setSearchText(value);
220
+ } else {
221
+ // 没有输入值, 清空选择的属性类型重新显示属性列表
222
+ setSearchText('');
223
+ setTempItem();
224
+ }
225
+ } else {
226
+ setSearchText(value);
227
+ }
228
+ };
229
+ var onPressEnter = function onPressEnter(e) {
230
+ var _a;
231
+ var inputValue = ((_a = searchText === null || searchText === void 0 ? void 0 : searchText.match(/[^:]+:(.*)/)) === null || _a === void 0 ? void 0 : _a[1]) || null;
232
+ var fieldValue;
233
+ if (tempItem && inputValue) {
234
+ setVisible(false);
235
+ if ((0, _isObject2["default"])(tempItem.value)) {
236
+ tempItem.value = _defineProperty({}, Object.keys(tempItem.value)[0], inputValue);
237
+ } else {
238
+ tempItem.value = inputValue; // 得到输入值
239
+ }
240
+ fieldValue = tempItem;
241
+ } else if (defaultSearchField) {
242
+ fieldValue = {
243
+ key: defaultSearchField,
244
+ value: searchText
245
+ };
246
+ }
247
+ if (fieldValue) {
248
+ if (!(value === null || value === void 0 ? void 0 : value.find(function (v) {
249
+ return v.key === fieldValue.key;
250
+ }))) {
251
+ var newValue = [].concat(_toConsumableArray(value), [fieldValue]);
252
+ setValue(newValue);
253
+ onChange((0, _utils.parseArrayToObject)(newValue));
254
+ } else {
255
+ var _newValue2 = value.map(function (v) {
256
+ return v.key === fieldValue.key ? fieldValue : v;
257
+ });
258
+ setValue(_newValue2);
259
+ onChange((0, _utils.parseArrayToObject)(_newValue2));
260
+ }
261
+ e.target.value = fieldValue.value;
262
+ form.emit('search', _defineProperty(_defineProperty({}, fieldValue.key, fieldValue.value), "current", 1));
263
+ (props === null || props === void 0 ? void 0 : props.onPressEnter) && props.onPressEnter(e);
264
+ }
265
+ setTempItem();
266
+ setSearchText('');
267
+ };
268
+ return _react["default"].createElement(_LocaleReceiver["default"], {
269
+ componentName: "QueryForm"
270
+ }, function (locale) {
271
+ return _react["default"].createElement("div", {
272
+ className: prefix,
273
+ onClick: handleFocus
274
+ }, _react["default"].createElement("span", {
275
+ className: "".concat(prefix, "-width"),
276
+ ref: widthRef
277
+ }, searchText), _react["default"].createElement("ul", {
278
+ className: "".concat(prefix, "-items")
279
+ }, value && value.map(function (item, index) {
280
+ return _react["default"].createElement("li", {
281
+ key: item.key,
282
+ className: "".concat(prefix, "-items-item")
283
+ }, _react["default"].createElement(_ValueTag["default"], {
284
+ onChange: handleFieldChange,
285
+ value: value,
286
+ item: item,
287
+ fieldItems: fieldItems,
288
+ locale: locale,
289
+ onDelete: onDelete,
290
+ handleTag: focusInput,
291
+ clsPrefix: clsPrefix,
292
+ form: form
293
+ }));
294
+ }), _react["default"].createElement("li", {
295
+ className: "".concat(prefix, "-items-input")
296
+ }, _react["default"].createElement(_FieldPopover["default"], {
297
+ ref: fieldRef,
298
+ onChange: handleFieldChange,
299
+ clsPrefix: clsPrefix,
300
+ fieldItems: fieldItems,
301
+ propItem: _fieldItem,
302
+ setFieldItem: setFieldItem,
303
+ form: form,
304
+ regex: regex,
305
+ visible: visible,
306
+ value: value,
307
+ setVisible: setVisible,
308
+ searchText: searchText,
309
+ locale: locale,
310
+ placement: "bottomLeft"
311
+ }, _react["default"].createElement(_input["default"], Object.assign({
312
+ ref: inputRef,
313
+ value: searchText,
314
+ className: "inputClass",
315
+ placeholder: defaultSearchPlaceholder || (!(value === null || value === void 0 ? void 0 : value.length) ? locale.placeholder : undefined)
316
+ }, props, {
317
+ onPressEnter: onPressEnter,
318
+ onChange: onInputChange
319
+ }))))), _react["default"].createElement("div", {
320
+ className: "".concat(prefix, "-prefix")
321
+ }, _react["default"].createElement(_icon["default"], {
322
+ type: "filter"
323
+ })), compositionShowReset && _react["default"].createElement("div", {
324
+ className: "".concat(prefix, "-clear")
325
+ }, _react["default"].createElement(_icon["default"], {
326
+ onClick: onClear,
327
+ type: "close-circle",
328
+ theme: "filled"
329
+ })), _react["default"].createElement("div", {
330
+ className: "".concat(prefix, "-search"),
331
+ onClick: doSearch
332
+ }, _react["default"].createElement(_icon["default"], {
333
+ type: "search"
334
+ })));
335
+ });
336
+ };
337
+ var _default = exports["default"] = (0, _react.forwardRef)(CompositionInput);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/query-form/Field/Composition/index.js"],"names":[],"mappings":"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","sourcesContent":["import React, {\n useEffect,\n useState,\n useRef,\n useImperativeHandle,\n forwardRef,\n useCallback,\n} from 'react'\nimport LocaleReceiver from 'antd/es/locale-provider/LocaleReceiver'\nimport { find, isObject } from 'lodash'\nimport Icon from '../../../icon'\nimport Input from '../../../input'\nimport FieldPopover from './FieldPopover'\nimport ValueTag from './ValueTag'\nimport { parseArrayToObject, parseObjectToArray, getLabel } from './utils'\nimport './index.less'\n\n/**\n * @param value: [{\n key: 'key1',\n value: 'value1',\n }, {\n key: 'key2',\n value: ['value2', 'value3']\n }]\n * @param {*} ref \n * @returns \n */\nconst regex = /^.+:.*$/\nconst CompositionInput = (\n {\n fieldItems,\n initialValues,\n onChange,\n form,\n compositionShowReset,\n defaultSearchField,\n defaultSearchPlaceholder,\n clsPrefix,\n _onReset,\n _onSearch,\n },\n ref\n) => {\n const prefix = `${clsPrefix}-composition-input`\n const [value, setValue] = useState(parseObjectToArray(initialValues, fieldItems))\n const [tempItem, setTempItem] = useState()\n const [searchText, setSearchText] = useState('')\n const [visible, setVisible] = useState(false)\n const [fieldItem, setFieldItem] = useState(undefined)\n const fieldItemsRef = useRef(fieldItems)\n const _fieldItem = fieldItem\n ? find(fieldItems, (f) => f.props?.name === fieldItem.name)?.props || fieldItem\n : {}\n const { props } = fieldItem || {}\n\n const inputRef = useRef(null)\n const widthRef = useRef(null)\n const fieldRef = useRef(null)\n const eventRef = useRef(false)\n\n fieldItemsRef.current = fieldItems\n\n const updateValues = useCallback((obj) => {\n const newValueArr = parseObjectToArray(obj, fieldItemsRef.current)\n setValue(newValueArr)\n }, [])\n\n const updateValue = useCallback((name, value) => {\n updateValues({ [name]: value })\n }, [])\n\n if (!eventRef.current) {\n eventRef.current = true\n form.on('setValue', updateValue)\n form.on('setValues', updateValues)\n }\n\n useEffect(() => {\n return () => {\n form.off('setValue', updateValue)\n form.off('setValues', updateValues)\n }\n }, [])\n\n const handleFocus = (e) => {\n e.preventDefault()\n setTimeout(() => {\n inputRef?.current?.focus()\n }, 10)\n if (!visible && !regex.test(searchText)) {\n setVisible(true)\n }\n }\n\n useImperativeHandle(ref, () => ({\n changeVal: () => {\n return value\n },\n }))\n\n const onClear = (e) => {\n e.stopPropagation()\n const initKeys = Object.keys(initialValues || {})\n const deleteKeys = value?.filter(({ key }) => !initKeys.includes(key)).map(({ key }) => key)\n setValue(parseObjectToArray(initialValues || {}, fieldItems))\n onChange({ ...(initialValues || {}) }, deleteKeys, false, true)\n // 清除其他数据\n setSearchText('')\n setTempItem()\n _onReset()\n }\n\n const doSearch = (e) => {\n e.stopPropagation()\n const inputValue = searchText?.match(/[^:]+:(.*)/)?.[1] || null\n if (tempItem && inputValue) {\n if (isObject(tempItem.value)) {\n tempItem.value = {\n [Object.keys(tempItem.value)[0]]: inputValue,\n }\n } else {\n tempItem.value = inputValue // 得到输入值\n }\n if (!value?.find((v) => v.key === tempItem.key)) {\n const newValue = [...value, tempItem]\n setValue(newValue)\n onChange(parseArrayToObject(newValue))\n } else {\n const newValue = value.map((v) => (v.key === tempItem.key ? tempItem : v))\n setValue(newValue)\n onChange(parseArrayToObject(newValue))\n }\n e.target.value = tempItem.value\n form.emit('search', { [tempItem.key]: tempItem.value, current: 1 })\n setTempItem()\n setSearchText('')\n } else {\n _onSearch()\n }\n }\n\n const onDelete = (key, e) => {\n e.preventDefault()\n if (value.length > 0) {\n const newValue = value.filter((v) => v.key !== key)\n setValue(newValue)\n const deleteKeys = [key]\n onChange(parseArrayToObject(newValue), deleteKeys, true)\n // 删除的时候也触发Field的onChange -- 泳建提的需求\n const fieldProps = find(fieldItems, (it) => it.props?.name === key)?.props\n fieldProps?.props?.onChange && fieldProps.props.onChange(undefined)\n }\n }\n\n const focusInput = (value) => {\n inputRef?.current?.focus()\n setSearchText(getLabel(value, fieldItems))\n setTempItem(value)\n setTimeout(() => {\n inputRef?.current?.focus()\n }, 10)\n }\n\n const handleFieldChange = (value, isInput, hasValue, needSearch = true) => {\n if (isInput) {\n focusInput(value)\n return\n }\n setValue(value)\n setSearchText('')\n setTempItem()\n if (hasValue) onChange(parseArrayToObject(value), undefined, needSearch)\n }\n\n // 输入框事件方法\n const onInputChange = (e) => {\n const value = e.target.value\n if (tempItem) {\n if (regex.test(value)) {\n // 有输入值\n setSearchText(value)\n } else {\n // 没有输入值, 清空选择的属性类型重新显示属性列表\n setSearchText('')\n setTempItem()\n }\n } else {\n setSearchText(value)\n }\n }\n\n const onPressEnter = (e) => {\n const inputValue = searchText?.match(/[^:]+:(.*)/)?.[1] || null\n let fieldValue\n if (tempItem && inputValue) {\n setVisible(false)\n if (isObject(tempItem.value)) {\n tempItem.value = {\n [Object.keys(tempItem.value)[0]]: inputValue,\n }\n } else {\n tempItem.value = inputValue // 得到输入值\n }\n fieldValue = tempItem\n } else if (defaultSearchField) {\n fieldValue = { key: defaultSearchField, value: searchText }\n }\n if (fieldValue) {\n if (!value?.find((v) => v.key === fieldValue.key)) {\n const newValue = [...value, fieldValue]\n setValue(newValue)\n onChange(parseArrayToObject(newValue))\n } else {\n const newValue = value.map((v) => (v.key === fieldValue.key ? fieldValue : v))\n setValue(newValue)\n onChange(parseArrayToObject(newValue))\n }\n e.target.value = fieldValue.value\n form.emit('search', { [fieldValue.key]: fieldValue.value, current: 1 })\n props?.onPressEnter && props.onPressEnter(e)\n }\n setTempItem()\n setSearchText('')\n }\n return (\n <LocaleReceiver componentName=\"QueryForm\">\n {(locale) => {\n return (\n <div className={prefix} onClick={handleFocus}>\n <span className={`${prefix}-width`} ref={widthRef}>\n {searchText}\n </span>\n <ul className={`${prefix}-items`}>\n {value &&\n value.map((item, index) => (\n <li key={item.key} className={`${prefix}-items-item`}>\n <ValueTag\n onChange={handleFieldChange}\n value={value}\n item={item}\n fieldItems={fieldItems}\n locale={locale}\n onDelete={onDelete}\n handleTag={focusInput}\n clsPrefix={clsPrefix}\n form={form}\n />\n </li>\n ))}\n <li className={`${prefix}-items-input`}>\n <FieldPopover\n ref={fieldRef}\n onChange={handleFieldChange}\n clsPrefix={clsPrefix}\n fieldItems={fieldItems}\n propItem={_fieldItem}\n setFieldItem={setFieldItem}\n form={form}\n regex={regex}\n visible={visible}\n value={value}\n setVisible={setVisible}\n searchText={searchText}\n locale={locale}\n placement=\"bottomLeft\"\n >\n <Input\n ref={inputRef}\n value={searchText}\n className=\"inputClass\"\n placeholder={\n defaultSearchPlaceholder || (!value?.length ? locale.placeholder : undefined)\n }\n {...props}\n onPressEnter={onPressEnter}\n onChange={onInputChange}\n />\n </FieldPopover>\n </li>\n </ul>\n <div className={`${prefix}-prefix`}>\n <Icon type=\"filter\" />\n </div>\n {compositionShowReset && (\n <div className={`${prefix}-clear`}>\n <Icon onClick={onClear} type=\"close-circle\" theme=\"filled\" />\n </div>\n )}\n <div className={`${prefix}-search`} onClick={doSearch}>\n <Icon type=\"search\" />\n </div>\n </div>\n )\n }}\n </LocaleReceiver>\n )\n}\nexport default forwardRef(CompositionInput)\n"]}
@@ -0,0 +1,145 @@
1
+ @import '../../../style/themes/index';
2
+ @import '../../../style/mixins/index';
3
+ @import '../../../input/style/mixin';
4
+
5
+ .tnt-queryform-composition-input {
6
+ // width: 100%;
7
+ max-height: 162px;
8
+ overflow-x: hidden;
9
+ cursor: text;
10
+ padding: 2px @padding-xl;
11
+ position: relative;
12
+ box-sizing: border-box;
13
+ background-color: @select-background;
14
+ border: @border-width-base @border-style-base @select-border-color;
15
+ border-top-width: calc(@border-width-base + 0.02px);
16
+ border-radius: @border-radius-base;
17
+ outline: none;
18
+ transition: all 0.3s @ease-in-out;
19
+ user-select: none;
20
+ margin-bottom: @margin-base;
21
+
22
+ &-prefix {
23
+ position: absolute;
24
+ left: @padding-sm;
25
+ top: 50%;
26
+ transform: translateY(-50%);
27
+ i.anticon {
28
+ color: #8b919e;
29
+ }
30
+ }
31
+
32
+ &-width {
33
+ height: 0;
34
+ opacity: 0;
35
+ width: auto;
36
+ position: absolute;
37
+ max-width: 100%;
38
+ }
39
+
40
+ &-items {
41
+ display: flex;
42
+ flex-wrap: wrap;
43
+ padding: 0;
44
+ list-style: none;
45
+ margin: 0;
46
+ width: 100%;
47
+ &-item {
48
+ padding: 3px 0;
49
+ }
50
+ li {
51
+ line-height: 1;
52
+ }
53
+ &-input {
54
+ flex: 1;
55
+ min-width: 160px;
56
+ .inputClass {
57
+ background: none;
58
+ border: none !important;
59
+ outline: none;
60
+ box-shadow: none !important;
61
+ width: 100% !important;
62
+ height: 26px;
63
+ line-height: 26px;
64
+ padding: 0;
65
+ input {
66
+ border: none !important;
67
+ outline: none !important;
68
+ box-shadow: none !important;
69
+ height: 26px;
70
+ line-height: 26px;
71
+ padding: 0;
72
+ }
73
+ textarea {
74
+ padding: 0;
75
+ }
76
+ }
77
+ .inputClass-with-placeholder {
78
+ min-width: 398px !important;
79
+ }
80
+ }
81
+ }
82
+ &-clear {
83
+ position: absolute;
84
+ // right: @margin-sm;
85
+ right: calc(@margin-sm + 30px);
86
+ top: 50%;
87
+ transform: translateY(-50%);
88
+ display: none;
89
+ i.anticon {
90
+ color: tint(@bg-color-spotilight, 50%);
91
+ }
92
+ &:hover {
93
+ .anticon {
94
+ color: @text-color-secondary !important;
95
+ }
96
+ }
97
+ }
98
+ &-search {
99
+ position: absolute;
100
+ right: 0;
101
+ top: 0;
102
+ height: 100%;
103
+ border-left: @border-width-base @border-style-base @select-border-color;
104
+ background-color: @fill-color-quaternary;
105
+ display: flex;
106
+ width: 30px;
107
+ justify-content: center;
108
+ align-items: center;
109
+ transition: border-color 0.3s @ease-in-out;
110
+ cursor: pointer;
111
+ &:hover {
112
+ background-color: #e6f4ff;
113
+ i.anticon {
114
+ color: @primary-color;
115
+ }
116
+ }
117
+ }
118
+ &:hover,
119
+ &:focus,
120
+ &:active {
121
+ border-color: @primary-color;
122
+ box-shadow: 0px 0px 4px 0px rgba(18, 107, 251, 0.1), 0px 0px 5px 0px rgba(18, 107, 251, 0.3);
123
+ outline: 0;
124
+ .tnt-queryform-composition-input-prefix {
125
+ i.anticon {
126
+ color: @text-color;
127
+ }
128
+ }
129
+ .tnt-queryform-composition-input-clear {
130
+ display: block;
131
+ }
132
+ .tnt-queryform-composition-input-search {
133
+ border-color: @primary-color;
134
+ }
135
+ }
136
+ .ant-tag {
137
+ padding: 0 @padding-xs;
138
+ border: none;
139
+ background: @fill-color-tertiary;
140
+ height: 20px;
141
+ .ant-tag-addon-wrap {
142
+ margin-top: -2px;
143
+ }
144
+ }
145
+ }