tntd 3.0.28 → 3.0.29-beta.2

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 (868) hide show
  1. package/es/alert/alert.js +71 -0
  2. package/es/alert/alert.js.map +1 -0
  3. package/es/alert/alert.less +128 -0
  4. package/es/alert/index.js +1 -1
  5. package/es/alert/index.js.map +1 -1
  6. package/es/alert/style/index.less +1 -0
  7. package/es/array-input/index.js +14 -12
  8. package/es/array-input/index.js.map +1 -1
  9. package/es/button/button.js +30 -3
  10. package/es/button/button.js.map +1 -1
  11. package/es/button/button.less +72 -2
  12. package/es/cascader/cascader.js +30 -0
  13. package/es/cascader/cascader.js.map +1 -0
  14. package/es/cascader/cascader.less +16 -0
  15. package/es/cascader/index.js +3 -6
  16. package/es/cascader/index.js.map +1 -1
  17. package/es/checkbox/check.png +0 -0
  18. package/es/checkbox/checkbox.js +48 -0
  19. package/es/checkbox/checkbox.js.map +1 -0
  20. package/es/checkbox/checkbox.less +69 -0
  21. package/es/checkbox/index.js +3 -7
  22. package/es/checkbox/index.js.map +1 -1
  23. package/es/date-picker/DatePicker.js +101 -0
  24. package/es/date-picker/DatePicker.js.map +1 -0
  25. package/es/date-picker/index.js +6 -12
  26. package/es/date-picker/index.js.map +1 -1
  27. package/es/date-picker/index.less +294 -0
  28. package/es/date-picker/style/Calendar.less +1 -1
  29. package/es/descriptions/descriptions.less +1 -0
  30. package/es/descriptions/index.js +2 -2
  31. package/es/descriptions/index.js.map +1 -1
  32. package/es/drawer/drawer.js +5 -5
  33. package/es/drawer/drawer.js.map +1 -1
  34. package/es/drawer/index.less +15 -1
  35. package/es/drawer/style/drawer.less +18 -3
  36. package/es/drawer/style/index.js +2 -1
  37. package/es/drawer/style/index.js.map +1 -1
  38. package/es/form/style/index.less +6 -0
  39. package/es/handle/index.js +9 -6
  40. package/es/handle/index.js.map +1 -1
  41. package/es/handle/index.less +16 -0
  42. package/es/index.js +1 -0
  43. package/es/index.js.map +1 -1
  44. package/es/input/index.js +1 -1
  45. package/es/input/index.js.map +1 -1
  46. package/es/input/input.js +21 -30
  47. package/es/input/input.js.map +1 -1
  48. package/es/input/input.less +123 -20
  49. package/es/input-number/index.js +4 -29
  50. package/es/input-number/index.js.map +1 -1
  51. package/es/input-number/inputNumber.js +34 -0
  52. package/es/input-number/inputNumber.js.map +1 -0
  53. package/es/input-number/inputNumber.less +12 -0
  54. package/es/locale/en_US.js +9 -5
  55. package/es/locale/en_US.js.map +1 -1
  56. package/es/locale/zh_CN.js +7 -3
  57. package/es/locale/zh_CN.js.map +1 -1
  58. package/es/message/message.less +2 -1
  59. package/es/modal/index.js +2 -3
  60. package/es/modal/index.js.map +1 -1
  61. package/es/modal/index.less +36 -0
  62. package/es/modal/modal.js +103 -16
  63. package/es/modal/modal.js.map +1 -1
  64. package/es/modal/style/index.js +2 -1
  65. package/es/modal/style/index.js.map +1 -1
  66. package/es/modal/style/modal.less +15 -3
  67. package/es/notification/notification.less +27 -2
  68. package/es/notification/style/index.less +1 -0
  69. package/es/page-container/index.js +1 -1
  70. package/es/page-container/index.js.map +1 -1
  71. package/es/page-container/index.less +3 -2
  72. package/es/page-loading/index.js +1 -1
  73. package/es/page-loading/index.js.map +1 -1
  74. package/es/popconfirm/index.js +2 -2
  75. package/es/popconfirm/index.js.map +1 -1
  76. package/es/popconfirm/index.less +32 -0
  77. package/es/popconfirm/popconfirm.js +43 -0
  78. package/es/popconfirm/popconfirm.js.map +1 -0
  79. package/es/popconfirm/style/index.js +2 -1
  80. package/es/popconfirm/style/index.js.map +1 -1
  81. package/es/popover/index.js +2 -2
  82. package/es/popover/index.js.map +1 -1
  83. package/es/popover/index.less +57 -0
  84. package/es/popover/popover.js +34 -0
  85. package/es/popover/popover.js.map +1 -0
  86. package/es/popover/style/index.js +1 -0
  87. package/es/popover/style/index.js.map +1 -1
  88. package/es/prev-locale.js +1 -1
  89. package/es/prev-locale.js.map +1 -1
  90. package/es/preview-text/index.js.map +1 -1
  91. package/es/progress/index.js +2 -2
  92. package/es/progress/index.js.map +1 -1
  93. package/es/progress/progress.js +132 -0
  94. package/es/progress/progress.js.map +1 -0
  95. package/es/progress/progress.less +82 -0
  96. package/es/query-form/Field/Checkbox.js +1 -1
  97. package/es/query-form/Field/Checkbox.js.map +1 -1
  98. package/es/query-form/Field/Composition/FieldPopover.js +304 -0
  99. package/es/query-form/Field/Composition/FieldPopover.js.map +1 -0
  100. package/es/query-form/Field/Composition/FieldPopover.less +35 -0
  101. package/es/query-form/Field/Composition/Select.js +122 -0
  102. package/es/query-form/Field/Composition/Select.js.map +1 -0
  103. package/es/query-form/Field/Composition/ValueTag.js +124 -0
  104. package/es/query-form/Field/Composition/ValueTag.js.map +1 -0
  105. package/es/query-form/Field/Composition/index.js +243 -0
  106. package/es/query-form/Field/Composition/index.js.map +1 -0
  107. package/es/query-form/Field/Composition/index.less +144 -0
  108. package/es/query-form/Field/Composition/utils.js +154 -0
  109. package/es/query-form/Field/Composition/utils.js.map +1 -0
  110. package/es/query-form/Field/SelectInput.js +22 -4
  111. package/es/query-form/Field/SelectInput.js.map +1 -1
  112. package/es/query-form/Field/fieldsMap.js +2 -2
  113. package/es/query-form/Field/fieldsMap.js.map +1 -1
  114. package/es/query-form/Field/index.js +1 -0
  115. package/es/query-form/Field/index.js.map +1 -1
  116. package/es/query-form/index.js +172 -335
  117. package/es/query-form/index.js.map +1 -1
  118. package/es/query-form/index.less +26 -60
  119. package/es/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  120. package/es/query-form-backup/Field/Composition/index.less +114 -0
  121. package/es/query-form-backup/index.less +90 -0
  122. package/es/query-form-v2/index.less +133 -0
  123. package/es/query-list-scene/List.js +17 -3
  124. package/es/query-list-scene/List.js.map +1 -1
  125. package/es/query-list-scene/QueryForm.js +37 -14
  126. package/es/query-list-scene/QueryForm.js.map +1 -1
  127. package/es/query-list-scene/index.js +2 -1
  128. package/es/query-list-scene/index.js.map +1 -1
  129. package/es/query-list-scene/index.less +7 -7
  130. package/es/radio/index.js +3 -5
  131. package/es/radio/index.js.map +1 -1
  132. package/es/radio/radio.js +57 -0
  133. package/es/radio/radio.js.map +1 -0
  134. package/es/radio/radio.less +43 -0
  135. package/es/scroll-bar/Bar.js +56 -0
  136. package/es/scroll-bar/Bar.js.map +1 -0
  137. package/es/scroll-bar/Context.js +6 -0
  138. package/es/scroll-bar/Context.js.map +1 -0
  139. package/es/scroll-bar/ScrollBar.js +86 -0
  140. package/es/scroll-bar/ScrollBar.js.map +1 -0
  141. package/es/scroll-bar/Thumb.js +105 -0
  142. package/es/scroll-bar/Thumb.js.map +1 -0
  143. package/es/scroll-bar/index.js +3 -0
  144. package/es/scroll-bar/index.js.map +1 -0
  145. package/es/scroll-bar/scrollBar.less +59 -0
  146. package/es/scroll-bar/util.js +31 -0
  147. package/es/scroll-bar/util.js.map +1 -0
  148. package/es/segmented/index.less +126 -112
  149. package/es/select/index.js +1 -1
  150. package/es/select/index.js.map +1 -1
  151. package/es/select/select.js +5 -6
  152. package/es/select/select.js.map +1 -1
  153. package/es/select/select.less +83 -9
  154. package/es/select/style/index.less +4 -4
  155. package/es/spin/index.js +3 -2
  156. package/es/spin/index.js.map +1 -1
  157. package/es/spin/spin.js +36 -0
  158. package/es/spin/spin.js.map +1 -0
  159. package/es/spin/spin.less +9 -0
  160. package/es/steps/assets/background_left.svg +12 -0
  161. package/es/steps/assets/background_right.svg +12 -0
  162. package/es/steps/assets/horizontal_line.svg +3 -0
  163. package/es/steps/assets/vertical_line.svg +3 -0
  164. package/es/steps/index.js +9 -2
  165. package/es/steps/index.js.map +1 -1
  166. package/es/steps/stepStyle/icon.less +51 -0
  167. package/es/steps/stepStyle/index.less +173 -8
  168. package/es/steps/stepStyle/nav.less +51 -259
  169. package/es/steps/stepStyle/progress-dot.less +10 -0
  170. package/es/steps/stepStyle/variables.less +8 -0
  171. package/es/steps/stepStyle/vertical.less +41 -0
  172. package/es/steps/steps.js +53 -27
  173. package/es/steps/steps.js.map +1 -1
  174. package/es/steps/style/index.js +8 -0
  175. package/es/steps/style/index.js.map +1 -1
  176. package/es/style/themes/default.less +6 -5
  177. package/es/switch/index.less +45 -0
  178. package/es/switch/style/index.js +2 -1
  179. package/es/switch/style/index.js.map +1 -1
  180. package/es/switch/switch.js +40 -2
  181. package/es/switch/switch.js.map +1 -1
  182. package/es/table/hooks/use-expand-fixed.js.map +1 -1
  183. package/es/table/style/index.less +19 -21
  184. package/es/table/style/size.less +11 -12
  185. package/es/table/table.js +68 -40
  186. package/es/table/table.js.map +1 -1
  187. package/es/table/table.less +31 -6
  188. package/es/table/table.stories.js +3 -3
  189. package/es/table/table.stories.js.map +1 -1
  190. package/es/table-container/index.js +5 -2
  191. package/es/table-container/index.js.map +1 -1
  192. package/es/table-container/index.less +4 -1
  193. package/es/tabs/index.js +1 -0
  194. package/es/tabs/index.js.map +1 -1
  195. package/es/tabs/style/index.js.map +1 -1
  196. package/es/tabs/style/index.less +1 -0
  197. package/es/tabs/tabs.js +27 -3
  198. package/es/tabs/tabs.js.map +1 -1
  199. package/es/tabs/tabs.less +125 -0
  200. package/es/tabs-container/index.js +1 -1
  201. package/es/tabs-container/index.js.map +1 -1
  202. package/es/tag/tag.less +4 -3
  203. package/es/time-picker/TimePicker.js +36 -0
  204. package/es/time-picker/TimePicker.js.map +1 -0
  205. package/es/time-picker/index.js +2 -2
  206. package/es/time-picker/index.js.map +1 -1
  207. package/es/time-picker/index.less +38 -0
  208. package/es/title/index.less +47 -45
  209. package/es/tntd-action/Action.js +117 -0
  210. package/es/tntd-action/Action.js.map +1 -0
  211. package/es/tntd-action/index.js +69 -6
  212. package/es/tntd-action/index.js.map +1 -1
  213. package/es/tntd-action/index.less +59 -0
  214. package/es/tntd-cascader/AntdCascader/index.less +35 -29
  215. package/es/tntd-select/index.js +3 -4
  216. package/es/tntd-select/index.js.map +1 -1
  217. package/es/tntd-select/index.less +7 -0
  218. package/es/tntd-virtual-tree/index.less +2 -1
  219. package/es/tntd-virtual-tree-select/index.less +1 -1
  220. package/es/tooltip/index.less +4 -5
  221. package/es/tooltip/style/index.js +2 -1
  222. package/es/tooltip/style/index.js.map +1 -1
  223. package/es/upload/index.js +1 -2
  224. package/es/upload/index.js.map +1 -1
  225. package/es/upload/style/index.less +1 -1
  226. package/es/upload/upload.less +5 -12
  227. package/es/utils/index.js +0 -1
  228. package/es/utils/index.js.map +1 -1
  229. package/es/utils/lang.js +8 -2
  230. package/es/utils/lang.js.map +1 -1
  231. package/lib/_util/context.js +1 -1
  232. package/lib/_util/defaultRenderEmpty.js +1 -1
  233. package/lib/_util/hooks/useFlexGapSupport.js +4 -4
  234. package/lib/_util/hooks/useForceUpdate.js +4 -4
  235. package/lib/_util/responsiveObserve.js +1 -1
  236. package/lib/_util/styleChecker.js +1 -1
  237. package/lib/actions/index.js +1 -1
  238. package/lib/alert/alert.d.ts +12 -0
  239. package/lib/alert/alert.d.ts.map +1 -0
  240. package/lib/alert/alert.js +93 -0
  241. package/lib/alert/alert.js.map +1 -0
  242. package/lib/alert/alert.less +128 -0
  243. package/lib/alert/index.d.ts +1 -1
  244. package/lib/alert/index.d.ts.map +1 -1
  245. package/lib/alert/index.js +7 -8
  246. package/lib/alert/index.js.map +1 -1
  247. package/lib/alert/style/index.less +1 -0
  248. package/lib/array-input/index.d.ts.map +1 -1
  249. package/lib/array-input/index.js +26 -23
  250. package/lib/array-input/index.js.map +1 -1
  251. package/lib/button/button.d.ts +9 -4
  252. package/lib/button/button.d.ts.map +1 -1
  253. package/lib/button/button.js +28 -4
  254. package/lib/button/button.js.map +1 -1
  255. package/lib/button/button.less +72 -2
  256. package/lib/cascader/cascader.d.ts +10 -0
  257. package/lib/cascader/cascader.d.ts.map +1 -0
  258. package/lib/cascader/cascader.js +49 -0
  259. package/lib/cascader/cascader.js.map +1 -0
  260. package/lib/cascader/cascader.less +16 -0
  261. package/lib/cascader/index.d.ts +3 -7
  262. package/lib/cascader/index.d.ts.map +1 -1
  263. package/lib/cascader/index.js +5 -10
  264. package/lib/cascader/index.js.map +1 -1
  265. package/lib/check-card/group.js +8 -8
  266. package/lib/check-card/index.js +6 -6
  267. package/lib/checkbox/check.png +0 -0
  268. package/lib/checkbox/checkbox.d.ts +16 -0
  269. package/lib/checkbox/checkbox.d.ts.map +1 -0
  270. package/lib/checkbox/checkbox.js +65 -0
  271. package/lib/checkbox/checkbox.js.map +1 -0
  272. package/lib/checkbox/checkbox.less +69 -0
  273. package/lib/checkbox/index.d.ts +3 -3
  274. package/lib/checkbox/index.d.ts.map +1 -1
  275. package/lib/checkbox/index.js +2 -17
  276. package/lib/checkbox/index.js.map +1 -1
  277. package/lib/color-picker/ColorPicker.js +6 -6
  278. package/lib/color-picker/index.js +1 -1
  279. package/lib/columns/index.js +1 -1
  280. package/lib/config-provider/config-provider.js +1 -1
  281. package/lib/date-picker/DatePicker.d.ts +21 -0
  282. package/lib/date-picker/DatePicker.d.ts.map +1 -0
  283. package/lib/date-picker/DatePicker.js +128 -0
  284. package/lib/date-picker/DatePicker.js.map +1 -0
  285. package/lib/date-picker/index.d.ts +2 -6
  286. package/lib/date-picker/index.d.ts.map +1 -1
  287. package/lib/date-picker/index.js +6 -37
  288. package/lib/date-picker/index.js.map +1 -1
  289. package/lib/date-picker/index.less +294 -0
  290. package/lib/date-picker/style/Calendar.less +1 -1
  291. package/lib/descriptions/descriptions.js +5 -5
  292. package/lib/descriptions/descriptions.less +1 -0
  293. package/lib/descriptions/index.d.ts +1 -1
  294. package/lib/descriptions/index.d.ts.map +1 -1
  295. package/lib/descriptions/index.js +7 -7
  296. package/lib/descriptions/index.js.map +1 -1
  297. package/lib/development-login/LoginModal.js +6 -6
  298. package/lib/development-login/index.js +4 -4
  299. package/lib/drawer/drawer.d.ts +3 -3
  300. package/lib/drawer/drawer.d.ts.map +1 -1
  301. package/lib/drawer/drawer.js +7 -7
  302. package/lib/drawer/drawer.js.map +1 -1
  303. package/lib/drawer/index.less +15 -1
  304. package/lib/drawer/style/drawer.less +18 -3
  305. package/lib/drawer/style/index.d.ts +1 -0
  306. package/lib/drawer/style/index.d.ts.map +1 -1
  307. package/lib/drawer/style/index.js +2 -1
  308. package/lib/drawer/style/index.js.map +1 -1
  309. package/lib/ellipsis/Svg/CopySVG.js +1 -1
  310. package/lib/ellipsis/Svg/TickSVG.js +1 -1
  311. package/lib/ellipsis/index.js +5 -5
  312. package/lib/empty/empty.js +2 -2
  313. package/lib/empty/empty.stories.js +2 -2
  314. package/lib/exception/exception.js +1 -1
  315. package/lib/form/form.js +2 -2
  316. package/lib/form/style/index.less +6 -0
  317. package/lib/grid-v4/col.js +2 -2
  318. package/lib/grid-v4/hooks/useBreakpoint.js +1 -1
  319. package/lib/grid-v4/index.js +1 -1
  320. package/lib/grid-v4/row.js +6 -6
  321. package/lib/handle/index.d.ts.map +1 -1
  322. package/lib/handle/index.js +16 -11
  323. package/lib/handle/index.js.map +1 -1
  324. package/lib/handle/index.less +16 -0
  325. package/lib/handle-icon/index.js +11 -11
  326. package/lib/icon/IconFont.js +1 -1
  327. package/lib/icon/components/Icon.js +9 -9
  328. package/lib/icon/components/index.js +1 -1
  329. package/lib/icon/components/utils.js +3 -3
  330. package/lib/icon/index.js +7 -7
  331. package/lib/icon/twoTonePrimaryColor.js +1 -1
  332. package/lib/icon/utils.js +1 -1
  333. package/lib/img/Contain.js +1 -1
  334. package/lib/img/Cover.js +5 -5
  335. package/lib/img/index.js +5 -5
  336. package/lib/index.d.ts +1 -0
  337. package/lib/index.d.ts.map +1 -1
  338. package/lib/index.js +8 -1
  339. package/lib/index.js.map +1 -1
  340. package/lib/input/index.d.ts +1 -1
  341. package/lib/input/index.d.ts.map +1 -1
  342. package/lib/input/index.js +7 -7
  343. package/lib/input/index.js.map +1 -1
  344. package/lib/input/input.d.ts +5 -5
  345. package/lib/input/input.d.ts.map +1 -1
  346. package/lib/input/input.js +13 -22
  347. package/lib/input/input.js.map +1 -1
  348. package/lib/input/input.less +123 -20
  349. package/lib/input-number/index.d.ts +4 -10
  350. package/lib/input-number/index.d.ts.map +1 -1
  351. package/lib/input-number/index.js +5 -32
  352. package/lib/input-number/index.js.map +1 -1
  353. package/lib/input-number/inputNumber.d.ts +10 -0
  354. package/lib/input-number/inputNumber.d.ts.map +1 -0
  355. package/lib/input-number/inputNumber.js +54 -0
  356. package/lib/input-number/inputNumber.js.map +1 -0
  357. package/lib/input-number/inputNumber.less +12 -0
  358. package/lib/label/index.js +2 -2
  359. package/lib/loading-button/index.js +5 -5
  360. package/lib/locale/default.d.ts +7 -3
  361. package/lib/locale/default.d.ts.map +1 -1
  362. package/lib/locale/default.js +1 -1
  363. package/lib/locale/en_US.d.ts +7 -3
  364. package/lib/locale/en_US.d.ts.map +1 -1
  365. package/lib/locale/en_US.js +10 -6
  366. package/lib/locale/en_US.js.map +1 -1
  367. package/lib/locale/zh_CN.d.ts +7 -3
  368. package/lib/locale/zh_CN.d.ts.map +1 -1
  369. package/lib/locale/zh_CN.js +8 -4
  370. package/lib/locale/zh_CN.js.map +1 -1
  371. package/lib/message/message.less +2 -1
  372. package/lib/modal/index.d.ts +0 -1
  373. package/lib/modal/index.d.ts.map +1 -1
  374. package/lib/modal/index.js +2 -3
  375. package/lib/modal/index.js.map +1 -1
  376. package/lib/modal/index.less +36 -0
  377. package/lib/modal/modal.d.ts.map +1 -1
  378. package/lib/modal/modal.js +91 -16
  379. package/lib/modal/modal.js.map +1 -1
  380. package/lib/modal/style/index.d.ts +1 -0
  381. package/lib/modal/style/index.d.ts.map +1 -1
  382. package/lib/modal/style/index.js +2 -1
  383. package/lib/modal/style/index.js.map +1 -1
  384. package/lib/modal/style/modal.less +15 -3
  385. package/lib/notification/assets/index.js +1 -1
  386. package/lib/notification/assets/svg-error-tip.d.ts +1 -1
  387. package/lib/notification/assets/svg-success-tip.d.ts +1 -1
  388. package/lib/notification/index.js +1 -1
  389. package/lib/notification/notification.js +1 -1
  390. package/lib/notification/notification.less +27 -2
  391. package/lib/notification/style/index.less +1 -0
  392. package/lib/page/Box.js +1 -1
  393. package/lib/page/index.js +7 -7
  394. package/lib/page-container/index.js +2 -2
  395. package/lib/page-container/index.js.map +1 -1
  396. package/lib/page-container/index.less +3 -2
  397. package/lib/page-loading/index.js +2 -2
  398. package/lib/page-loading/index.js.map +1 -1
  399. package/lib/popconfirm/index.d.ts +2 -2
  400. package/lib/popconfirm/index.d.ts.map +1 -1
  401. package/lib/popconfirm/index.js +1 -1
  402. package/lib/popconfirm/index.js.map +1 -1
  403. package/lib/popconfirm/index.less +32 -0
  404. package/lib/popconfirm/popconfirm.d.ts +8 -0
  405. package/lib/popconfirm/popconfirm.d.ts.map +1 -0
  406. package/lib/popconfirm/popconfirm.js +61 -0
  407. package/lib/popconfirm/popconfirm.js.map +1 -0
  408. package/lib/popconfirm/style/index.d.ts +1 -0
  409. package/lib/popconfirm/style/index.d.ts.map +1 -1
  410. package/lib/popconfirm/style/index.js +2 -1
  411. package/lib/popconfirm/style/index.js.map +1 -1
  412. package/lib/popover/index.d.ts +2 -2
  413. package/lib/popover/index.d.ts.map +1 -1
  414. package/lib/popover/index.js +2 -2
  415. package/lib/popover/index.js.map +1 -1
  416. package/lib/popover/index.less +57 -0
  417. package/lib/popover/popover.d.ts +14 -0
  418. package/lib/popover/popover.d.ts.map +1 -0
  419. package/lib/popover/popover.js +55 -0
  420. package/lib/popover/popover.js.map +1 -0
  421. package/lib/popover/style/index.d.ts +1 -0
  422. package/lib/popover/style/index.d.ts.map +1 -1
  423. package/lib/popover/style/index.js +2 -1
  424. package/lib/popover/style/index.js.map +1 -1
  425. package/lib/prev-locale.d.ts +1 -1
  426. package/lib/prev-locale.d.ts.map +1 -1
  427. package/lib/prev-locale.js +1 -1
  428. package/lib/prev-locale.js.map +1 -1
  429. package/lib/preview-text/index.d.ts +1 -1
  430. package/lib/preview-text/index.d.ts.map +1 -1
  431. package/lib/preview-text/index.js +7 -7
  432. package/lib/preview-text/index.js.map +1 -1
  433. package/lib/progress/index.d.ts +2 -2
  434. package/lib/progress/index.d.ts.map +1 -1
  435. package/lib/progress/index.js +1 -1
  436. package/lib/progress/index.js.map +1 -1
  437. package/lib/progress/progress.d.ts +12 -0
  438. package/lib/progress/progress.d.ts.map +1 -0
  439. package/lib/progress/progress.js +148 -0
  440. package/lib/progress/progress.js.map +1 -0
  441. package/lib/progress/progress.less +82 -0
  442. package/lib/query-form/Field/Checkbox.js +2 -2
  443. package/lib/query-form/Field/Checkbox.js.map +1 -1
  444. package/lib/query-form/Field/Composition/FieldPopover.d.ts +19 -0
  445. package/lib/query-form/Field/Composition/FieldPopover.d.ts.map +1 -0
  446. package/lib/query-form/Field/Composition/FieldPopover.js +343 -0
  447. package/lib/query-form/Field/Composition/FieldPopover.js.map +1 -0
  448. package/lib/query-form/Field/Composition/FieldPopover.less +35 -0
  449. package/lib/query-form/Field/Composition/Select.d.ts +4 -0
  450. package/lib/query-form/Field/Composition/Select.d.ts.map +1 -0
  451. package/lib/query-form/Field/Composition/Select.js +146 -0
  452. package/lib/query-form/Field/Composition/Select.js.map +1 -0
  453. package/lib/query-form/Field/Composition/ValueTag.d.ts +12 -0
  454. package/lib/query-form/Field/Composition/ValueTag.d.ts.map +1 -0
  455. package/lib/query-form/Field/Composition/ValueTag.js +154 -0
  456. package/lib/query-form/Field/Composition/ValueTag.js.map +1 -0
  457. package/lib/query-form/Field/Composition/index.d.ts +13 -0
  458. package/lib/query-form/Field/Composition/index.d.ts.map +1 -0
  459. package/lib/query-form/Field/Composition/index.js +287 -0
  460. package/lib/query-form/Field/Composition/index.js.map +1 -0
  461. package/lib/query-form/Field/Composition/index.less +144 -0
  462. package/lib/query-form/Field/Composition/utils.d.ts +22 -0
  463. package/lib/query-form/Field/Composition/utils.d.ts.map +1 -0
  464. package/lib/query-form/Field/Composition/utils.js +170 -0
  465. package/lib/query-form/Field/Composition/utils.js.map +1 -0
  466. package/lib/query-form/Field/Select.js +6 -6
  467. package/lib/query-form/Field/SelectInput.d.ts.map +1 -1
  468. package/lib/query-form/Field/SelectInput.js +21 -9
  469. package/lib/query-form/Field/SelectInput.js.map +1 -1
  470. package/lib/query-form/Field/fieldsMap.d.ts +6 -3
  471. package/lib/query-form/Field/fieldsMap.js +3 -3
  472. package/lib/query-form/Field/fieldsMap.js.map +1 -1
  473. package/lib/query-form/Field/index.d.ts.map +1 -1
  474. package/lib/query-form/Field/index.js +11 -10
  475. package/lib/query-form/Field/index.js.map +1 -1
  476. package/lib/query-form/createActions.js +1 -1
  477. package/lib/query-form/index.d.ts +19 -27
  478. package/lib/query-form/index.d.ts.map +1 -1
  479. package/lib/query-form/index.js +193 -361
  480. package/lib/query-form/index.js.map +1 -1
  481. package/lib/query-form/index.less +26 -60
  482. package/lib/query-form/useForm.js +1 -1
  483. package/lib/query-form-backup/Field/Composition/FieldPopover.less +35 -0
  484. package/lib/query-form-backup/Field/Composition/index.less +114 -0
  485. package/lib/query-form-backup/index.less +90 -0
  486. package/lib/query-form-v2/Field/Checkbox.d.ts +8 -0
  487. package/lib/query-form-v2/Field/Checkbox.d.ts.map +1 -0
  488. package/lib/query-form-v2/Field/Checkbox.js +28 -0
  489. package/lib/query-form-v2/Field/Checkbox.js.map +1 -0
  490. package/lib/query-form-v2/Field/Select.d.ts +4 -0
  491. package/lib/query-form-v2/Field/Select.d.ts.map +1 -0
  492. package/lib/query-form-v2/Field/Select.js +80 -0
  493. package/lib/query-form-v2/Field/Select.js.map +1 -0
  494. package/lib/query-form-v2/Field/SelectInput.d.ts +4 -0
  495. package/lib/query-form-v2/Field/SelectInput.d.ts.map +1 -0
  496. package/lib/query-form-v2/Field/SelectInput.js +88 -0
  497. package/lib/query-form-v2/Field/SelectInput.js.map +1 -0
  498. package/lib/query-form-v2/Field/fieldsMap.d.ts +24 -0
  499. package/lib/query-form-v2/Field/fieldsMap.d.ts.map +1 -0
  500. package/lib/query-form-v2/Field/fieldsMap.js +35 -0
  501. package/lib/query-form-v2/Field/fieldsMap.js.map +1 -0
  502. package/lib/query-form-v2/Field/index.d.ts +14 -0
  503. package/lib/query-form-v2/Field/index.d.ts.map +1 -0
  504. package/lib/query-form-v2/Field/index.js +146 -0
  505. package/lib/query-form-v2/Field/index.js.map +1 -0
  506. package/lib/query-form-v2/createActions.d.ts +14 -0
  507. package/lib/query-form-v2/createActions.d.ts.map +1 -0
  508. package/lib/query-form-v2/createActions.js +54 -0
  509. package/lib/query-form-v2/createActions.js.map +1 -0
  510. package/lib/query-form-v2/index.d.ts +39 -0
  511. package/lib/query-form-v2/index.d.ts.map +1 -0
  512. package/lib/query-form-v2/index.js +391 -0
  513. package/lib/query-form-v2/index.js.map +1 -0
  514. package/lib/query-form-v2/index.less +133 -0
  515. package/lib/query-form-v2/useForm.d.ts +13 -0
  516. package/lib/query-form-v2/useForm.d.ts.map +1 -0
  517. package/lib/query-form-v2/useForm.js +13 -0
  518. package/lib/query-form-v2/useForm.js.map +1 -0
  519. package/lib/query-form-v3/Field/Checkbox.d.ts +8 -0
  520. package/lib/query-form-v3/Field/Checkbox.d.ts.map +1 -0
  521. package/lib/query-form-v3/Field/Checkbox.js +28 -0
  522. package/lib/query-form-v3/Field/Checkbox.js.map +1 -0
  523. package/lib/query-form-v3/Field/Composition/FieldPopover.d.ts +19 -0
  524. package/lib/query-form-v3/Field/Composition/FieldPopover.d.ts.map +1 -0
  525. package/lib/query-form-v3/Field/Composition/FieldPopover.js +381 -0
  526. package/lib/query-form-v3/Field/Composition/FieldPopover.js.map +1 -0
  527. package/lib/query-form-v3/Field/Composition/FieldPopover.less +35 -0
  528. package/lib/query-form-v3/Field/Composition/Select.d.ts +4 -0
  529. package/lib/query-form-v3/Field/Composition/Select.d.ts.map +1 -0
  530. package/lib/query-form-v3/Field/Composition/Select.js +131 -0
  531. package/lib/query-form-v3/Field/Composition/Select.js.map +1 -0
  532. package/lib/query-form-v3/Field/Composition/index.d.ts +10 -0
  533. package/lib/query-form-v3/Field/Composition/index.d.ts.map +1 -0
  534. package/lib/query-form-v3/Field/Composition/index.js +255 -0
  535. package/lib/query-form-v3/Field/Composition/index.js.map +1 -0
  536. package/lib/query-form-v3/Field/Composition/index.less +118 -0
  537. package/lib/query-form-v3/Field/Composition/utils.d.ts +22 -0
  538. package/lib/query-form-v3/Field/Composition/utils.d.ts.map +1 -0
  539. package/lib/query-form-v3/Field/Composition/utils.js +147 -0
  540. package/lib/query-form-v3/Field/Composition/utils.js.map +1 -0
  541. package/lib/query-form-v3/Field/Select.d.ts +4 -0
  542. package/lib/query-form-v3/Field/Select.d.ts.map +1 -0
  543. package/lib/query-form-v3/Field/Select.js +80 -0
  544. package/lib/query-form-v3/Field/Select.js.map +1 -0
  545. package/lib/query-form-v3/Field/SelectInput.d.ts +4 -0
  546. package/lib/query-form-v3/Field/SelectInput.d.ts.map +1 -0
  547. package/lib/query-form-v3/Field/SelectInput.js +100 -0
  548. package/lib/query-form-v3/Field/SelectInput.js.map +1 -0
  549. package/lib/query-form-v3/Field/fieldsMap.d.ts +27 -0
  550. package/lib/query-form-v3/Field/fieldsMap.d.ts.map +1 -0
  551. package/lib/query-form-v3/Field/fieldsMap.js +35 -0
  552. package/lib/query-form-v3/Field/fieldsMap.js.map +1 -0
  553. package/lib/query-form-v3/Field/index.d.ts +14 -0
  554. package/lib/query-form-v3/Field/index.d.ts.map +1 -0
  555. package/lib/query-form-v3/Field/index.js +147 -0
  556. package/lib/query-form-v3/Field/index.js.map +1 -0
  557. package/lib/query-form-v3/createActions.d.ts +14 -0
  558. package/lib/query-form-v3/createActions.d.ts.map +1 -0
  559. package/lib/query-form-v3/createActions.js +54 -0
  560. package/lib/query-form-v3/createActions.js.map +1 -0
  561. package/lib/query-form-v3/index.d.ts +27 -0
  562. package/lib/query-form-v3/index.d.ts.map +1 -0
  563. package/lib/query-form-v3/index.js +206 -0
  564. package/lib/query-form-v3/index.js.map +1 -0
  565. package/lib/query-form-v3/index.less +91 -0
  566. package/lib/query-form-v3/useForm.d.ts +13 -0
  567. package/lib/query-form-v3/useForm.d.ts.map +1 -0
  568. package/lib/query-form-v3/useForm.js +13 -0
  569. package/lib/query-form-v3/useForm.js.map +1 -0
  570. package/lib/query-list-scene/List.d.ts.map +1 -1
  571. package/lib/query-list-scene/List.js +31 -16
  572. package/lib/query-list-scene/List.js.map +1 -1
  573. package/lib/query-list-scene/QueryForm.d.ts +5 -3
  574. package/lib/query-list-scene/QueryForm.d.ts.map +1 -1
  575. package/lib/query-list-scene/QueryForm.js +48 -23
  576. package/lib/query-list-scene/QueryForm.js.map +1 -1
  577. package/lib/query-list-scene/QueryListScene.js +10 -10
  578. package/lib/query-list-scene/Title.js +1 -1
  579. package/lib/query-list-scene/Toolbar.js +2 -2
  580. package/lib/query-list-scene/createActions.js +1 -1
  581. package/lib/query-list-scene/index.d.ts.map +1 -1
  582. package/lib/query-list-scene/index.js +3 -2
  583. package/lib/query-list-scene/index.js.map +1 -1
  584. package/lib/query-list-scene/index.less +7 -7
  585. package/lib/query-list-scene/useActions.js +1 -1
  586. package/lib/radio/index.d.ts +3 -2
  587. package/lib/radio/index.d.ts.map +1 -1
  588. package/lib/radio/index.js +2 -5
  589. package/lib/radio/index.js.map +1 -1
  590. package/lib/radio/radio.d.ts +17 -0
  591. package/lib/radio/radio.d.ts.map +1 -0
  592. package/lib/radio/radio.js +75 -0
  593. package/lib/radio/radio.js.map +1 -0
  594. package/lib/radio/radio.less +43 -0
  595. package/lib/render-empty/render-empty.js +1 -1
  596. package/lib/scroll-bar/Bar.d.ts +4 -0
  597. package/lib/scroll-bar/Bar.d.ts.map +1 -0
  598. package/lib/scroll-bar/Bar.js +91 -0
  599. package/lib/scroll-bar/Bar.js.map +1 -0
  600. package/lib/scroll-bar/Context.d.ts +7 -0
  601. package/lib/scroll-bar/Context.d.ts.map +1 -0
  602. package/lib/scroll-bar/Context.js +13 -0
  603. package/lib/scroll-bar/Context.js.map +1 -0
  604. package/lib/scroll-bar/ScrollBar.d.ts +4 -0
  605. package/lib/scroll-bar/ScrollBar.d.ts.map +1 -0
  606. package/lib/scroll-bar/ScrollBar.js +97 -0
  607. package/lib/scroll-bar/ScrollBar.js.map +1 -0
  608. package/lib/scroll-bar/Thumb.d.ts +3 -0
  609. package/lib/scroll-bar/Thumb.d.ts.map +1 -0
  610. package/lib/scroll-bar/Thumb.js +125 -0
  611. package/lib/scroll-bar/Thumb.js.map +1 -0
  612. package/lib/scroll-bar/index.d.ts +3 -0
  613. package/lib/scroll-bar/index.d.ts.map +1 -0
  614. package/lib/scroll-bar/index.js +10 -0
  615. package/lib/scroll-bar/index.js.map +1 -0
  616. package/lib/scroll-bar/scrollBar.less +59 -0
  617. package/lib/scroll-bar/util.d.ts +40 -0
  618. package/lib/scroll-bar/util.d.ts.map +1 -0
  619. package/lib/scroll-bar/util.js +39 -0
  620. package/lib/scroll-bar/util.js.map +1 -0
  621. package/lib/segmented/index.d.ts +1 -1
  622. package/lib/segmented/index.js +2 -2
  623. package/lib/segmented/index.less +126 -112
  624. package/lib/select/index.d.ts +1 -1
  625. package/lib/select/index.d.ts.map +1 -1
  626. package/lib/select/index.js +6 -6
  627. package/lib/select/index.js.map +1 -1
  628. package/lib/select/select.d.ts +1 -1
  629. package/lib/select/select.d.ts.map +1 -1
  630. package/lib/select/select.js +5 -6
  631. package/lib/select/select.js.map +1 -1
  632. package/lib/select/select.less +83 -9
  633. package/lib/select/style/index.less +4 -4
  634. package/lib/spin/index.d.ts +3 -2
  635. package/lib/spin/index.d.ts.map +1 -1
  636. package/lib/spin/index.js +4 -6
  637. package/lib/spin/index.js.map +1 -1
  638. package/lib/spin/spin.d.ts +9 -0
  639. package/lib/spin/spin.d.ts.map +1 -0
  640. package/lib/spin/spin.js +44 -0
  641. package/lib/spin/spin.js.map +1 -0
  642. package/lib/spin/spin.less +9 -0
  643. package/lib/steps/assets/background_left.svg +12 -0
  644. package/lib/steps/assets/background_right.svg +12 -0
  645. package/lib/steps/assets/horizontal_line.svg +3 -0
  646. package/lib/steps/assets/vertical_line.svg +3 -0
  647. package/lib/steps/index.d.ts +1 -2
  648. package/lib/steps/index.d.ts.map +1 -1
  649. package/lib/steps/index.js +9 -2
  650. package/lib/steps/index.js.map +1 -1
  651. package/lib/steps/stepStyle/icon.less +51 -0
  652. package/lib/steps/stepStyle/index.less +173 -8
  653. package/lib/steps/stepStyle/nav.less +51 -259
  654. package/lib/steps/stepStyle/progress-dot.less +10 -0
  655. package/lib/steps/stepStyle/variables.less +8 -0
  656. package/lib/steps/stepStyle/vertical.less +41 -0
  657. package/lib/steps/steps.d.ts +10 -2
  658. package/lib/steps/steps.d.ts.map +1 -1
  659. package/lib/steps/steps.js +52 -24
  660. package/lib/steps/steps.js.map +1 -1
  661. package/lib/steps/style/index.d.ts.map +1 -1
  662. package/lib/steps/style/index.js.map +1 -1
  663. package/lib/style/themes/default.less +6 -5
  664. package/lib/svg-components/illustration-403.d.ts +1 -1
  665. package/lib/svg-components/illustration-404.d.ts +1 -1
  666. package/lib/svg-components/illustration-500.d.ts +1 -1
  667. package/lib/svg-components/illustration-empty.d.ts +1 -1
  668. package/lib/svg-components/illustration-failure.d.ts +1 -1
  669. package/lib/svg-components/illustration-no-access.d.ts +1 -1
  670. package/lib/svg-components/illustration-no-chart.d.ts +1 -1
  671. package/lib/svg-components/illustration-no-result.d.ts +1 -1
  672. package/lib/svg-components/illustration-offline.d.ts +1 -1
  673. package/lib/svg-components/illustration-success.d.ts +1 -1
  674. package/lib/svg-components/index.js +1 -1
  675. package/lib/switch/index.less +45 -0
  676. package/lib/switch/style/index.d.ts +1 -0
  677. package/lib/switch/style/index.d.ts.map +1 -1
  678. package/lib/switch/style/index.js +2 -1
  679. package/lib/switch/style/index.js.map +1 -1
  680. package/lib/switch/switch.d.ts +8 -0
  681. package/lib/switch/switch.d.ts.map +1 -1
  682. package/lib/switch/switch.js +40 -5
  683. package/lib/switch/switch.js.map +1 -1
  684. package/lib/table/assets/image-loading-background.d.ts +1 -1
  685. package/lib/table/assets/image-loading.d.ts +1 -1
  686. package/lib/table/hooks/use-column-setting.js +4 -4
  687. package/lib/table/hooks/use-expand-fixed.js +6 -6
  688. package/lib/table/hooks/use-expand-fixed.js.map +1 -1
  689. package/lib/table/resizableTable/index.js +6 -6
  690. package/lib/table/style/index.less +19 -21
  691. package/lib/table/style/size.less +11 -12
  692. package/lib/table/table-hoc.js +1 -1
  693. package/lib/table/table.d.ts +2 -1
  694. package/lib/table/table.d.ts.map +1 -1
  695. package/lib/table/table.js +63 -41
  696. package/lib/table/table.js.map +1 -1
  697. package/lib/table/table.less +31 -6
  698. package/lib/table/table.stories.js +5 -5
  699. package/lib/table/table.stories.js.map +1 -1
  700. package/lib/table/total-shower.js +1 -1
  701. package/lib/table/utils.js +1 -1
  702. package/lib/table-container/index.d.ts.map +1 -1
  703. package/lib/table-container/index.js +7 -3
  704. package/lib/table-container/index.js.map +1 -1
  705. package/lib/table-container/index.less +4 -1
  706. package/lib/tabs/index.d.ts +1 -0
  707. package/lib/tabs/index.d.ts.map +1 -1
  708. package/lib/tabs/index.js +6 -5
  709. package/lib/tabs/index.js.map +1 -1
  710. package/lib/tabs/style/index.js.map +1 -1
  711. package/lib/tabs/style/index.less +1 -0
  712. package/lib/tabs/tabs.d.ts +3 -2
  713. package/lib/tabs/tabs.d.ts.map +1 -1
  714. package/lib/tabs/tabs.js +30 -3
  715. package/lib/tabs/tabs.js.map +1 -1
  716. package/lib/tabs/tabs.less +125 -0
  717. package/lib/tabs-container/index.js +2 -2
  718. package/lib/tabs-container/index.js.map +1 -1
  719. package/lib/tag/tag.js +2 -2
  720. package/lib/tag/tag.less +4 -3
  721. package/lib/time-picker/TimePicker.d.ts +9 -0
  722. package/lib/time-picker/TimePicker.d.ts.map +1 -0
  723. package/lib/time-picker/TimePicker.js +55 -0
  724. package/lib/time-picker/TimePicker.js.map +1 -0
  725. package/lib/time-picker/index.d.ts +7 -6
  726. package/lib/time-picker/index.d.ts.map +1 -1
  727. package/lib/time-picker/index.js +4 -17
  728. package/lib/time-picker/index.js.map +1 -1
  729. package/lib/time-picker/index.less +38 -0
  730. package/lib/title/index.js +1 -1
  731. package/lib/title/index.less +47 -45
  732. package/lib/tntd-action/Action.d.ts +6 -0
  733. package/lib/tntd-action/Action.d.ts.map +1 -0
  734. package/lib/tntd-action/Action.js +141 -0
  735. package/lib/tntd-action/Action.js.map +1 -0
  736. package/lib/tntd-action/index.d.ts +4 -2
  737. package/lib/tntd-action/index.d.ts.map +1 -1
  738. package/lib/tntd-action/index.js +79 -5
  739. package/lib/tntd-action/index.js.map +1 -1
  740. package/lib/tntd-action/index.less +59 -0
  741. package/lib/tntd-cascader/AntdCascader/component/context.js +1 -1
  742. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +1 -1
  743. package/lib/tntd-cascader/AntdCascader/component/getIcons.js +1 -1
  744. package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +2 -2
  745. package/lib/tntd-cascader/AntdCascader/config/utils.d.ts +1 -1
  746. package/lib/tntd-cascader/AntdCascader/config/utils.js +2 -2
  747. package/lib/tntd-cascader/AntdCascader/index.js +7 -7
  748. package/lib/tntd-cascader/AntdCascader/index.less +35 -29
  749. package/lib/tntd-cascader/index.js +1 -1
  750. package/lib/tntd-cascader/rc-cascader/Cascader.js +8 -8
  751. package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +2 -2
  752. package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +7 -7
  753. package/lib/tntd-cascader/rc-cascader/OptionList/index.js +9 -9
  754. package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +5 -5
  755. package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +8 -8
  756. package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +5 -5
  757. package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +1 -1
  758. package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +6 -6
  759. package/lib/tntd-cascader/rc-cascader/index.js +1 -1
  760. package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +4 -4
  761. package/lib/tntd-form/ErrorList.js +7 -7
  762. package/lib/tntd-form/Form.js +6 -6
  763. package/lib/tntd-form/FormItem/ItemHolder.js +6 -6
  764. package/lib/tntd-form/FormItem/index.js +8 -8
  765. package/lib/tntd-form/FormItemInput.js +1 -1
  766. package/lib/tntd-form/FormItemLabel.js +2 -2
  767. package/lib/tntd-form/FormList.js +1 -1
  768. package/lib/tntd-form/context.js +1 -1
  769. package/lib/tntd-form/hooks/useDebounce.js +4 -4
  770. package/lib/tntd-form/hooks/useForm.js +5 -5
  771. package/lib/tntd-form/hooks/useFormItemStatus.js +1 -1
  772. package/lib/tntd-form/hooks/useFrameState.js +5 -5
  773. package/lib/tntd-form/index.js +1 -1
  774. package/lib/tntd-icon/index.js +1 -1
  775. package/lib/tntd-layout/AppList.js +6 -6
  776. package/lib/tntd-layout/Application.js +6 -6
  777. package/lib/tntd-layout/Avatar.js +2 -2
  778. package/lib/tntd-layout/CompatibleLanguage.js +6 -6
  779. package/lib/tntd-layout/EnterpriseLayout/Avatar.js +2 -2
  780. package/lib/tntd-layout/EnterpriseLayout/Language.js +6 -6
  781. package/lib/tntd-layout/EnterpriseLayout/Theme.js +6 -6
  782. package/lib/tntd-layout/EnterpriseLayout/index.js +1 -1
  783. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +6 -6
  784. package/lib/tntd-layout/GlobalNavigation/index.js +9 -9
  785. package/lib/tntd-layout/Header.js +2 -2
  786. package/lib/tntd-layout/HeaderActions.js +2 -2
  787. package/lib/tntd-layout/HeaderNavs.js +6 -6
  788. package/lib/tntd-layout/HeaderTabs.js +7 -7
  789. package/lib/tntd-layout/Iconfont.js +1 -1
  790. package/lib/tntd-layout/Language.js +6 -6
  791. package/lib/tntd-layout/Layout.js +6 -6
  792. package/lib/tntd-layout/Logo.js +2 -2
  793. package/lib/tntd-layout/OrgAppList.js +6 -6
  794. package/lib/tntd-layout/SideMenu.js +6 -6
  795. package/lib/tntd-layout/Theme.js +6 -6
  796. package/lib/tntd-layout/createActions.js +1 -1
  797. package/lib/tntd-layout/images/index.js +1 -1
  798. package/lib/tntd-layout/index.js +1 -1
  799. package/lib/tntd-layout/paaslayout/CompactSideMenu.js +6 -6
  800. package/lib/tntd-layout/paaslayout/Header.js +2 -2
  801. package/lib/tntd-layout/paaslayout/Logo.js +2 -2
  802. package/lib/tntd-layout/paaslayout/SideMenu.js +6 -6
  803. package/lib/tntd-layout/paaslayout/index.js +6 -6
  804. package/lib/tntd-layout/storage.js +1 -1
  805. package/lib/tntd-modal/index.js +6 -6
  806. package/lib/tntd-rc-select/_util/PurePanel.js +5 -5
  807. package/lib/tntd-rc-select/_util/context.js +1 -1
  808. package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +1 -1
  809. package/lib/tntd-rc-select/_util/getIcons.js +1 -1
  810. package/lib/tntd-rc-select/_util/useCompactItemContext.js +2 -2
  811. package/lib/tntd-rc-select/index.js +2 -2
  812. package/lib/tntd-reference/AHref/index.js +1 -1
  813. package/lib/tntd-reference/ReferenceBatchCheck/index.js +1 -1
  814. package/lib/tntd-reference/ReferenceBatchDrawer/index.js +5 -5
  815. package/lib/tntd-reference/ReferenceCheck/index.js +1 -1
  816. package/lib/tntd-reference/ReferenceDrawer/index.js +5 -5
  817. package/lib/tntd-reference/ReferenceInfo/index.js +1 -1
  818. package/lib/tntd-reference/index.js +1 -1
  819. package/lib/tntd-second-page/index.js +1 -1
  820. package/lib/tntd-select/DropDownWrap.js +8 -8
  821. package/lib/tntd-select/index.d.ts.map +1 -1
  822. package/lib/tntd-select/index.js +13 -13
  823. package/lib/tntd-select/index.js.map +1 -1
  824. package/lib/tntd-select/index.less +7 -0
  825. package/lib/tntd-virtual-tree/index.js +8 -8
  826. package/lib/tntd-virtual-tree/index.less +2 -1
  827. package/lib/tntd-virtual-tree/utils.js +28 -28
  828. package/lib/tntd-virtual-tree-select/index.js +10 -10
  829. package/lib/tntd-virtual-tree-select/index.less +1 -1
  830. package/lib/tntd-virtual-tree-select/utils.js +9 -9
  831. package/lib/tooltip/index.less +4 -5
  832. package/lib/tooltip/style/index.d.ts +1 -0
  833. package/lib/tooltip/style/index.d.ts.map +1 -1
  834. package/lib/tooltip/style/index.js +2 -1
  835. package/lib/tooltip/style/index.js.map +1 -1
  836. package/lib/tooltip/tooltip.js +1 -1
  837. package/lib/upload/index.d.ts.map +1 -1
  838. package/lib/upload/index.js +7 -8
  839. package/lib/upload/index.js.map +1 -1
  840. package/lib/upload/style/index.less +1 -1
  841. package/lib/upload/svg/UploadSVG.js +1 -1
  842. package/lib/upload/upload.less +5 -12
  843. package/lib/utils/checkAuth.js +4 -4
  844. package/lib/utils/index.d.ts +0 -1
  845. package/lib/utils/index.d.ts.map +1 -1
  846. package/lib/utils/index.js +9 -21
  847. package/lib/utils/index.js.map +1 -1
  848. package/lib/utils/lang.d.ts.map +1 -1
  849. package/lib/utils/lang.js +10 -4
  850. package/lib/utils/lang.js.map +1 -1
  851. package/lib/water-mark/index.js +5 -5
  852. package/package.json +3 -2
  853. package/CHANGELOG.json +0 -1034
  854. package/CHANGELOG.md +0 -605
  855. package/es/checkbox/checkbox-group.js +0 -5
  856. package/es/checkbox/checkbox-group.js.map +0 -1
  857. package/es/radio/radio-group.js +0 -5
  858. package/es/radio/radio-group.js.map +0 -1
  859. package/es/steps/stepStyle/small.less +0 -5
  860. package/lib/checkbox/checkbox-group.d.ts +0 -8
  861. package/lib/checkbox/checkbox-group.d.ts.map +0 -1
  862. package/lib/checkbox/checkbox-group.js +0 -12
  863. package/lib/checkbox/checkbox-group.js.map +0 -1
  864. package/lib/radio/radio-group.d.ts +0 -8
  865. package/lib/radio/radio-group.d.ts.map +0 -1
  866. package/lib/radio/radio-group.js +0 -12
  867. package/lib/radio/radio-group.js.map +0 -1
  868. package/lib/steps/stepStyle/small.less +0 -5
@@ -0,0 +1,59 @@
1
+ .tnt-action {
2
+ position: fixed;
3
+ // bottom: 100px;
4
+ // width: @tnt-action-width;
5
+ // left: calc(50vw - @tnt-action-width / 2);
6
+ padding: 10px 16px;
7
+ background-color: @text-color;
8
+ border-radius: @border-radius-base;
9
+ z-index: 200;
10
+ cursor: grab;
11
+ box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25), 0px 1px 1px 0px #263354 inset;
12
+ &-text {
13
+ color: @white;
14
+ margin-left: 20px;
15
+ font-size: 14px;
16
+ user-select: none;
17
+ .num {
18
+ display: inline-block;
19
+ width: 16px;
20
+ height: 16px;
21
+ background: #454f64;
22
+ border-radius: 8px;
23
+ font-size: 10px;
24
+ margin-right: 4px;
25
+ vertical-align: text-bottom;
26
+ text-align: center;
27
+ }
28
+ }
29
+ > .tnt-btn-tertiary {
30
+ opacity: 0.5;
31
+ background: #454f64;
32
+ color: @white;
33
+ border-width: 0;
34
+ width: @tnt-action-close-width;
35
+ height: @tnt-action-close-width;
36
+ min-width: @tnt-action-close-width;
37
+ line-height: @tnt-action-close-width;
38
+ margin-top: 4px;
39
+ font-size: 14px;
40
+ &:hover {
41
+ opacity: 0.8;
42
+ }
43
+ }
44
+ .fr {
45
+ float: right;
46
+ .ant-btn {
47
+ margin-left: 10px;
48
+ background: rgba(69, 79, 100, 0.5);
49
+ color: @white;
50
+ border-width: 0;
51
+ .tntd-anticon {
52
+ margin-right: 4px;
53
+ }
54
+ &:hover {
55
+ background: rgba(69, 79, 100, 0.8);
56
+ }
57
+ }
58
+ }
59
+ }
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.defaultIconPrefixCls = exports.ConfigContext = exports.ConfigConsumer = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
9
  var defaultGetPrefixCls = function defaultGetPrefixCls(suffixCls, customizePrefixCls) {
10
10
  if (customizePrefixCls) return customizePrefixCls;
11
11
  return suffixCls ? "tntd-".concat(suffixCls) : 'tntd';
@@ -9,7 +9,7 @@ var React = _interopRequireWildcard(require("react"));
9
9
  var _context = require("./context");
10
10
  var _LocaleReceiver = _interopRequireDefault(require("antd/lib/locale-provider/LocaleReceiver"));
11
11
  var _empty = _interopRequireDefault(require("../../../empty"));
12
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
13
13
  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); }
14
14
  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; }
15
15
  /*
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports["default"] = getIcons;
8
8
  var React = _interopRequireWildcard(require("react"));
9
9
  var _icon = _interopRequireDefault(require("../../../icon"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  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); }
12
12
  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; }
13
13
  function getIcons(_ref) {
@@ -6,11 +6,11 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.useCompactItemContext = exports.SpaceCompactItemContext = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
8
  var _classnames = _interopRequireDefault(require("classnames"));
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
10
  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); }
11
11
  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; }
12
12
  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); }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13
+ function _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; }
14
14
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
15
15
  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); }
16
16
  var SpaceCompactItemContext = exports.SpaceCompactItemContext = React.createContext(null);
@@ -2,5 +2,5 @@ import type { SelectCommonPlacement, ValidateStatus } from '../interface';
2
2
  export declare const getTransitionDirection: (placement: SelectCommonPlacement | undefined) => "slide-down" | "slide-up";
3
3
  export declare const getTransitionName: (rootPrefixCls: string, motion: string, transitionName?: string | undefined) => string;
4
4
  export declare function getStatusClassNames(prefixCls: string, status?: ValidateStatus, hasFeedback?: boolean): string;
5
- export declare const getMergedStatus: (contextStatus?: "" | "error" | "success" | "warning" | "validating" | undefined, customStatus?: "" | "error" | "warning" | undefined) => "" | "error" | "success" | "warning" | "validating" | undefined;
5
+ export declare const getMergedStatus: (contextStatus?: "" | "success" | "warning" | "error" | "validating" | undefined, customStatus?: "" | "warning" | "error" | undefined) => "" | "success" | "warning" | "error" | "validating" | undefined;
6
6
  //# sourceMappingURL=utils.d.ts.map
@@ -7,9 +7,9 @@ exports.getMergedStatus = void 0;
7
7
  exports.getStatusClassNames = getStatusClassNames;
8
8
  exports.getTransitionName = exports.getTransitionDirection = void 0;
9
9
  var _classnames = _interopRequireDefault(require("classnames"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  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); }
12
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
12
+ 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; }
13
13
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
14
  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); }
15
15
  var getTransitionDirection = exports.getTransitionDirection = function getTransitionDirection(placement) {
@@ -22,17 +22,17 @@ var _icon = _interopRequireDefault(require("../../icon"));
22
22
  require("./index.less");
23
23
  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); }
24
24
  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; }
25
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
26
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
26
+ 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; }
27
27
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
28
28
  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); }
29
29
  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); }
30
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
30
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
31
31
  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."); }
32
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
33
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
34
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
35
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
32
+ 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; } }
33
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
34
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
35
+ 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; }
36
36
  var __rest = void 0 && (void 0).__rest || function (s, e) {
37
37
  var t = {};
38
38
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
@@ -306,8 +306,7 @@
306
306
  animation-fill-mode: forwards;
307
307
  border-radius: inherit;
308
308
  bottom: 0;
309
- box-shadow: 0 0 0 0 #126bfb;
310
- box-shadow: 0 0 0 0 #126bfb;
309
+ box-shadow: 0 0 0 0 @blue-6;
311
310
  content: "";
312
311
  display: block;
313
312
  left: 0;
@@ -320,9 +319,9 @@
320
319
 
321
320
  @keyframes waveEffect {
322
321
  to {
323
- box-shadow: 0 0 0 #126bfb;
324
- box-shadow: 0 0 0 6px #126bfb;
325
- box-shadow: 0 0 0 6px #126bfb
322
+ box-shadow: 0 0 0 @blue-6;
323
+ box-shadow: 0 0 0 6px @blue-6;
324
+ box-shadow: 0 0 0 6px @blue-6
326
325
  }
327
326
  }
328
327
 
@@ -1012,13 +1011,13 @@
1012
1011
  .tntd-cascader-checkbox-input:focus+.tntd-cascader-checkbox-inner,
1013
1012
  .tntd-cascader-checkbox-wrapper:hover .tntd-cascader-checkbox-inner,
1014
1013
  .tntd-cascader-checkbox:hover .tntd-cascader-checkbox-inner {
1015
- border-color: #126bfb
1014
+ border-color: @blue-6
1016
1015
  }
1017
1016
 
1018
1017
  .tntd-cascader-checkbox-checked:after {
1019
1018
  animation: antCheckboxEffect .36s ease-in-out;
1020
1019
  animation-fill-mode: backwards;
1021
- border: 1px solid #126bfb;
1020
+ border: 1px solid @blue-6;
1022
1021
  border-radius: 2px;
1023
1022
  content: "";
1024
1023
  height: 100%;
@@ -1035,7 +1034,7 @@
1035
1034
  }
1036
1035
 
1037
1036
  .tntd-cascader-checkbox-inner {
1038
- background-color: #fff;
1037
+ background-color: @white;
1039
1038
  border: 1px solid @checkbox-border;
1040
1039
  border-collapse: initial;
1041
1040
  border-radius: 2px;
@@ -1050,7 +1049,7 @@
1050
1049
  }
1051
1050
 
1052
1051
  .tntd-cascader-checkbox-inner:after {
1053
- border: 1px solid #fff;
1052
+ border: 1px solid @white;
1054
1053
  border-left: 0;
1055
1054
  border-top: 0;
1056
1055
  content: " ";
@@ -1079,7 +1078,7 @@
1079
1078
  }
1080
1079
 
1081
1080
  .tntd-cascader-checkbox-checked .tntd-cascader-checkbox-inner:after {
1082
- border: 1px solid #fff;
1081
+ border: 1px solid @white;
1083
1082
  border-left: 0;
1084
1083
  border-top: 0;
1085
1084
  content: " ";
@@ -1091,8 +1090,8 @@
1091
1090
  }
1092
1091
 
1093
1092
  .tntd-cascader-checkbox-checked .tntd-cascader-checkbox-inner {
1094
- background-color: #126bfb;
1095
- border-color: #126bfb
1093
+ background-color: @blue-6;
1094
+ border-color: @blue-6
1096
1095
  }
1097
1096
 
1098
1097
  .tntd-cascader-checkbox-disabled {
@@ -1197,12 +1196,12 @@
1197
1196
  }
1198
1197
 
1199
1198
  .tntd-cascader-checkbox-indeterminate .tntd-cascader-checkbox-inner {
1200
- background-color: #fff;
1199
+ background-color: @white;
1201
1200
  border-color: @checkbox-border;
1202
1201
  }
1203
1202
 
1204
1203
  .tntd-cascader-checkbox-indeterminate .tntd-cascader-checkbox-inner:after {
1205
- background-color: #126bfb;
1204
+ background-color: @blue-6;
1206
1205
  border: 0;
1207
1206
  content: " ";
1208
1207
  height: 8px;
@@ -1430,7 +1429,7 @@
1430
1429
  }
1431
1430
 
1432
1431
  .tntd-empty-img-default-g {
1433
- fill: #fff
1432
+ fill: @white
1434
1433
  }
1435
1434
 
1436
1435
  .tntd-empty-img-simple-ellipse {
@@ -1658,7 +1657,8 @@
1658
1657
  -webkit-user-select: none;
1659
1658
  -moz-user-select: none;
1660
1659
  -ms-user-select: none;
1661
- user-select: none
1660
+ user-select: none;
1661
+ border-radius: @border-radius-lg;
1662
1662
  }
1663
1663
 
1664
1664
  .tntd-select-disabled.tntd-select-multiple .tntd-select-selection-item {
@@ -1821,7 +1821,7 @@
1821
1821
  }
1822
1822
 
1823
1823
  .tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer) .tntd-select-selector {
1824
- background-color: #fff;
1824
+ background-color: @white;
1825
1825
  border-color: @error-color !important
1826
1826
  }
1827
1827
 
@@ -1834,7 +1834,7 @@
1834
1834
  }
1835
1835
 
1836
1836
  .tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer) .tntd-select-selector {
1837
- background-color: #fff;
1837
+ background-color: @white;
1838
1838
  border-color: @warning-color !important
1839
1839
  }
1840
1840
 
@@ -1876,9 +1876,9 @@
1876
1876
  }
1877
1877
 
1878
1878
  .tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
1879
- background-color: #fff;
1879
+ background-color: @white;
1880
1880
  border: @border-width-base @border-style-base @select-border-color;
1881
- border-radius: 2px;
1881
+ border-radius: @border-radius-base;
1882
1882
  position: relative;
1883
1883
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
1884
1884
  }
@@ -1890,10 +1890,15 @@
1890
1890
  .ant-input-group.ant-input-group-compact>.tntd-select>.tntd-select-selector{
1891
1891
  border-radius: 0;
1892
1892
  }
1893
+
1894
+ .ant-input-group.ant-input-group-compact>.tntd-select-multiple .tntd-select-selector{
1895
+ padding-top: 3px;
1896
+ padding-bottom: 3px;
1897
+ }
1893
1898
  .ant-input-group.ant-input-group-compact>*:last-child,
1894
1899
  .ant-input-group.ant-input-group-compact>.tntd-select:last-child>.tntd-select-selector{
1895
- border-top-right-radius: 2px;
1896
- border-bottom-right-radius: 2px;
1900
+ border-top-right-radius: @border-radius-base;
1901
+ border-bottom-right-radius: @border-radius-base;
1897
1902
  }
1898
1903
  // compact的样式 end
1899
1904
 
@@ -1906,7 +1911,7 @@
1906
1911
  }
1907
1912
 
1908
1913
  .tntd-select-focused:not(.tntd-select-disabled).tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
1909
- border-color: #126bfb;
1914
+ border-color: @blue-6;
1910
1915
  border-right-width: 1px;
1911
1916
  outline: 0
1912
1917
  }
@@ -1942,7 +1947,7 @@
1942
1947
  }
1943
1948
 
1944
1949
  .tntd-select:not(.tntd-select-disabled):hover .tntd-select-selector {
1945
- border-color: #126bfb;
1950
+ border-color: @blue-6;
1946
1951
  border-right-width: 1px;
1947
1952
  cursor: pointer;
1948
1953
  }
@@ -1985,7 +1990,7 @@
1985
1990
  -moz-osx-font-smoothing: grayscale;
1986
1991
  align-items: center;
1987
1992
  color: inherit;
1988
- color: rgba(0, 0, 0, .25);
1993
+ color: @input-placeholder-color;
1989
1994
  display: inline-block;
1990
1995
  display: flex;
1991
1996
  font-size: 12px;
@@ -2043,7 +2048,7 @@
2043
2048
  }
2044
2049
 
2045
2050
  .tntd-select-clear {
2046
- background: #fff;
2051
+ background: @white;
2047
2052
  color: rgba(0, 0, 0, .25);
2048
2053
  cursor: pointer;
2049
2054
  display: inline-block;
@@ -2078,7 +2083,7 @@
2078
2083
 
2079
2084
  .tntd-select-dropdown {
2080
2085
  font-feature-settings: "tnum", "tnum", ;
2081
- background-color: #fff;
2086
+ background-color: @white;
2082
2087
  border-radius: 2px;
2083
2088
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
2084
2089
  box-sizing: border-box;
@@ -2095,7 +2100,8 @@
2095
2100
  padding: 4px 0;
2096
2101
  position: absolute;
2097
2102
  top: -9999px;
2098
- z-index: 1050
2103
+ z-index: 1050;
2104
+ border-radius: @border-radius-lg;
2099
2105
  }
2100
2106
 
2101
2107
  .tntd-select-dropdown.tntd-slide-up-appear.tntd-slide-up-appear-active.tntd-select-dropdown-placement-bottomLeft,
@@ -2178,7 +2184,7 @@
2178
2184
  }
2179
2185
 
2180
2186
  .tntd-select-item-option-selected:not(.tntd-select-item-option-disabled) .tntd-select-item-option-state {
2181
- color: #126bfb
2187
+ color: @blue-6
2182
2188
  }
2183
2189
 
2184
2190
  .tntd-select-item-option-disabled {
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "default", {
10
10
  }
11
11
  });
12
12
  var _AntdCascader = _interopRequireDefault(require("./AntdCascader"));
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
@@ -25,17 +25,17 @@ var _prevLocale = require("../../prev-locale");
25
25
  require("./index.less");
26
26
  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); }
27
27
  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; }
28
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
29
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
28
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
29
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
30
30
  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."); }
31
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
32
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
33
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
31
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
32
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
33
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
34
34
  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."); }
35
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
36
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
35
+ 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; } }
36
+ 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; }
37
37
  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; } }
38
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
38
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
39
39
  var __rest = void 0 && (void 0).__rest || function (s, e) {
40
40
  var t = {};
41
41
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
@@ -7,11 +7,11 @@ exports["default"] = Checkbox;
7
7
  var React = _interopRequireWildcard(require("react"));
8
8
  var _classnames = _interopRequireDefault(require("classnames"));
9
9
  var _context = _interopRequireDefault(require("../context"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  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); }
12
12
  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; }
13
13
  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); }
14
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
+ 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; }
15
15
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
16
  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); }
17
17
  function Checkbox(_ref) {
@@ -13,18 +13,18 @@ var _context = _interopRequireDefault(require("../context"));
13
13
  var _Checkbox = _interopRequireDefault(require("./Checkbox"));
14
14
  var _useSearchOptions = require("../hooks/useSearchOptions");
15
15
  var _rcVirtualList = _interopRequireDefault(require("rc-virtual-list"));
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
16
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
17
17
  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); }
18
18
  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; }
19
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
19
+ 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; }
20
20
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
21
21
  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); }
22
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
22
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
23
23
  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."); }
24
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
25
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
26
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
27
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } // @ts-nocheck
24
+ 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; } }
25
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
26
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
27
+ 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; } // @ts-nocheck
28
28
  var FIX_LABEL = exports.FIX_LABEL = '__cascader_fix_label__';
29
29
  function Column(_ref) {
30
30
  var prefixCls = _ref.prefixCls,
@@ -16,20 +16,20 @@ var _useActive3 = _interopRequireDefault(require("./useActive"));
16
16
  var _useKeyboard = _interopRequireDefault(require("./useKeyboard"));
17
17
  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); }
18
18
  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; }
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
20
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
19
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
20
+ 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; }
21
21
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
22
22
  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); }
23
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
23
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
24
24
  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."); }
25
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
26
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
27
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
25
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
26
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
27
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
28
28
  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."); }
29
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
30
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
29
+ 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; } }
30
+ 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; }
31
31
  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; } }
32
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /* eslint-disable default-case */ // @ts-nocheck
32
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /* eslint-disable default-case */ // @ts-nocheck
33
33
  var RefOptionList = React.forwardRef(function (props, ref) {
34
34
  var _a, _b;
35
35
  var _useBaseProps = (0, _rcSelect.useBaseProps)(),
@@ -8,15 +8,15 @@ exports["default"] = void 0;
8
8
  var React = _interopRequireWildcard(require("react"));
9
9
  var _context = _interopRequireDefault(require("../context"));
10
10
  var _rcSelect = require("rc-select");
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
12
  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); }
13
13
  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; }
14
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
14
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
15
15
  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."); }
16
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
17
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
16
+ 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; } }
17
+ 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; }
18
18
  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; } }
19
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } // @ts-nocheck
19
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } // @ts-nocheck
20
20
  /**
21
21
  * Control the active open options path.
22
22
  */
@@ -9,19 +9,19 @@ var React = _interopRequireWildcard(require("react"));
9
9
  var _rcSelect = require("rc-select");
10
10
  var _KeyCode = _interopRequireDefault(require("rc-util/lib/KeyCode"));
11
11
  var _useSearchOptions = require("../hooks/useSearchOptions");
12
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
13
13
  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); }
14
14
  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; }
15
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
15
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
16
16
  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."); }
17
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
18
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
19
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
17
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
18
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
19
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
20
20
  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."); }
21
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
22
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
21
+ 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; } }
22
+ 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; }
23
23
  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; } }
24
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
24
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
25
25
  var _default = exports["default"] = function _default(ref, options, fieldNames, activeValueCells, setActiveValueCells, onKeyBoardSelect) {
26
26
  var _useBaseProps = (0, _rcSelect.useBaseProps)(),
27
27
  direction = _useBaseProps.direction,