tntd 3.0.43 → 3.0.45

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