naive-ui 2.34.4 → 2.36.0

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 (1041) hide show
  1. package/README.md +2 -0
  2. package/README.zh-CN.md +2 -0
  3. package/dist/index.js +47537 -44859
  4. package/dist/index.prod.js +2 -2
  5. package/es/_internal/clear/src/Clear.d.ts +1 -1
  6. package/es/_internal/clear/src/Clear.js +2 -0
  7. package/es/_internal/close/src/Close.d.ts +1 -1
  8. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  9. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +1 -0
  10. package/es/_internal/focus-detector/src/FocusDetector.d.ts +1 -1
  11. package/es/_internal/icon/src/Icon.d.ts +1 -1
  12. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  13. package/es/_internal/icons/Add.d.ts +1 -1
  14. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  15. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  16. package/es/_internal/icons/ArrowUp.d.ts +1 -1
  17. package/es/_internal/icons/Attach.d.ts +1 -1
  18. package/es/_internal/icons/Backward.d.ts +1 -1
  19. package/es/_internal/icons/Cancel.d.ts +1 -1
  20. package/es/_internal/icons/Checkmark.d.ts +1 -1
  21. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  22. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  23. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  24. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  25. package/es/_internal/icons/Clear.d.ts +1 -1
  26. package/es/_internal/icons/Close.d.ts +1 -1
  27. package/es/_internal/icons/Date.d.ts +1 -1
  28. package/es/_internal/icons/Download.d.ts +1 -1
  29. package/es/_internal/icons/Empty.d.ts +1 -1
  30. package/es/_internal/icons/Error.d.ts +1 -1
  31. package/es/_internal/icons/Eye.d.ts +1 -1
  32. package/es/_internal/icons/EyeOff.d.ts +1 -1
  33. package/es/_internal/icons/FastBackward.d.ts +1 -1
  34. package/es/_internal/icons/FastForward.d.ts +1 -1
  35. package/es/_internal/icons/File.d.ts +1 -1
  36. package/es/_internal/icons/Filter.d.ts +1 -1
  37. package/es/_internal/icons/Forward.d.ts +1 -1
  38. package/es/_internal/icons/Info.d.ts +1 -1
  39. package/es/_internal/icons/More.d.ts +1 -1
  40. package/es/_internal/icons/Photo.d.ts +1 -1
  41. package/es/_internal/icons/Remove.d.ts +1 -1
  42. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  43. package/es/_internal/icons/Retry.d.ts +1 -1
  44. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  45. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  46. package/es/_internal/icons/Search.d.ts +1 -1
  47. package/es/_internal/icons/Success.d.ts +1 -1
  48. package/es/_internal/icons/Switcher.d.ts +1 -1
  49. package/es/_internal/icons/Time.d.ts +1 -1
  50. package/es/_internal/icons/To.d.ts +1 -1
  51. package/es/_internal/icons/Trash.d.ts +1 -1
  52. package/es/_internal/icons/Warning.d.ts +1 -1
  53. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  54. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  55. package/es/_internal/icons/replaceable.d.ts +1 -1
  56. package/es/_internal/loading/src/Loading.d.ts +1 -1
  57. package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  58. package/es/_internal/scrollbar/src/Scrollbar.d.ts +2 -2
  59. package/es/_internal/scrollbar/src/Scrollbar.js +11 -6
  60. package/es/_internal/scrollbar/src/styles/index.cssr.js +1 -0
  61. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +1 -1
  62. package/es/_internal/select-menu/src/SelectMenu.d.ts +4 -4
  63. package/es/_internal/select-menu/src/SelectMenu.js +2 -1
  64. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -1
  65. package/es/_internal/select-menu/src/styles/index.cssr.js +8 -0
  66. package/es/_internal/selection/src/Selection.d.ts +5 -2
  67. package/es/_internal/selection/src/Selection.js +17 -7
  68. package/es/_internal/slot-machine/src/SlotMachine.d.ts +1 -1
  69. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +1 -1
  70. package/es/_internal/suffix/src/Suffix.d.ts +1 -1
  71. package/es/_internal/wave/src/Wave.d.ts +1 -1
  72. package/es/_mixins/use-config.d.ts +2 -1
  73. package/es/_mixins/use-config.js +10 -5
  74. package/es/_mixins/use-form-item.d.ts +1 -1
  75. package/es/_mixins/use-style.d.ts +1 -1
  76. package/es/_mixins/use-style.js +1 -1
  77. package/es/_styles/common/_common.js +1 -1
  78. package/es/_styles/common/light.js +2 -2
  79. package/es/_utils/composable/use-collection.d.ts +1 -1
  80. package/es/_utils/composable/use-collection.js +2 -0
  81. package/es/_utils/css/color-to-class.js +1 -1
  82. package/es/_utils/cssr/index.d.ts +1 -1
  83. package/es/_utils/vue/wrapper.d.ts +1 -1
  84. package/es/affix/src/Affix.d.ts +4 -4
  85. package/es/affix/src/Affix.js +4 -2
  86. package/es/alert/src/Alert.d.ts +2 -2
  87. package/es/alert/src/Alert.js +7 -1
  88. package/es/alert/src/styles/index.cssr.js +4 -0
  89. package/es/anchor/src/AnchorAdapter.d.ts +2 -2
  90. package/es/anchor/src/BaseAnchor.d.ts +1 -1
  91. package/es/anchor/src/BaseAnchor.js +3 -1
  92. package/es/anchor/src/Link.d.ts +1 -1
  93. package/es/auto-complete/src/AutoComplete.d.ts +3 -3
  94. package/es/auto-complete/src/interface.d.ts +2 -1
  95. package/es/avatar/src/Avatar.d.ts +2 -2
  96. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  97. package/es/back-top/src/BackTop.d.ts +2 -2
  98. package/es/badge/src/Badge.d.ts +2 -2
  99. package/es/breadcrumb/src/Breadcrumb.d.ts +2 -2
  100. package/es/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  101. package/es/button/src/Button.d.ts +3 -3
  102. package/es/button/src/Button.js +2 -2
  103. package/es/button-group/src/ButtonGroup.d.ts +2 -2
  104. package/es/calendar/src/Calendar.d.ts +2 -2
  105. package/es/card/src/Card.d.ts +23 -7
  106. package/es/card/src/Card.js +12 -5
  107. package/es/carousel/src/Carousel.d.ts +7 -7
  108. package/es/carousel/src/Carousel.js +8 -3
  109. package/es/carousel/src/CarouselArrow.d.ts +2 -2
  110. package/es/carousel/src/CarouselContext.js +3 -1
  111. package/es/carousel/src/CarouselDots.d.ts +2 -2
  112. package/es/carousel/src/CarouselDots.js +7 -1
  113. package/es/carousel/src/CarouselItem.d.ts +2 -2
  114. package/es/cascader/src/Cascader.d.ts +3 -2
  115. package/es/cascader/src/CascaderMenu.d.ts +1 -1
  116. package/es/cascader/src/CascaderOption.d.ts +1 -1
  117. package/es/cascader/src/CascaderSelectMenu.d.ts +2 -2
  118. package/es/cascader/src/CascaderSubmenu.d.ts +1 -1
  119. package/es/checkbox/src/Checkbox.d.ts +8 -8
  120. package/es/checkbox/src/Checkbox.js +10 -3
  121. package/es/checkbox/src/CheckboxGroup.d.ts +2 -2
  122. package/es/checkbox/src/styles/index.cssr.js +9 -11
  123. package/es/code/src/Code.d.ts +2 -2
  124. package/es/collapse/src/Collapse.d.ts +2 -2
  125. package/es/collapse/src/CollapseItem.d.ts +2 -2
  126. package/es/collapse/src/CollapseItemContent.d.ts +1 -1
  127. package/es/collapse-transition/src/CollapseTransition.d.ts +2 -2
  128. package/es/color-picker/src/AlphaSlider.d.ts +1 -1
  129. package/es/color-picker/src/ColorInput.d.ts +1 -1
  130. package/es/color-picker/src/ColorInputUnit.d.ts +1 -1
  131. package/es/color-picker/src/ColorPicker.d.ts +2 -2
  132. package/es/color-picker/src/ColorPicker.js +6 -2
  133. package/es/color-picker/src/ColorPickerSwatches.d.ts +1 -1
  134. package/es/color-picker/src/ColorPickerSwatches.js +9 -4
  135. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  136. package/es/color-picker/src/ColorPreview.d.ts +1 -1
  137. package/es/color-picker/src/HueSlider.d.ts +1 -1
  138. package/es/color-picker/src/Pallete.d.ts +1 -1
  139. package/es/components.d.ts +3 -0
  140. package/es/components.js +3 -0
  141. package/es/config-provider/src/ConfigProvider.d.ts +21 -8
  142. package/es/config-provider/src/ConfigProvider.js +4 -2
  143. package/es/config-provider/src/config.js +5 -5
  144. package/es/config-provider/src/internal-interface.d.ts +5 -1
  145. package/es/countdown/src/Countdown.d.ts +1 -1
  146. package/es/data-table/index.d.ts +1 -1
  147. package/es/data-table/src/DataTable.d.ts +5 -5
  148. package/es/data-table/src/DataTable.js +2 -7
  149. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1 -1
  150. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1 -1
  151. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
  152. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +1 -1
  153. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +1 -1
  154. package/es/data-table/src/HeaderButton/ResizeButton.js +1 -0
  155. package/es/data-table/src/HeaderButton/SortButton.d.ts +1 -1
  156. package/es/data-table/src/MainTable.d.ts +1 -1
  157. package/es/data-table/src/MainTable.js +1 -0
  158. package/es/data-table/src/TableParts/Body.d.ts +5 -6
  159. package/es/data-table/src/TableParts/Body.js +22 -15
  160. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +1 -1
  161. package/es/data-table/src/TableParts/BodyRadio.d.ts +1 -1
  162. package/es/data-table/src/TableParts/Cell.d.ts +1 -1
  163. package/es/data-table/src/TableParts/Cell.js +5 -1
  164. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
  165. package/es/data-table/src/TableParts/ExpandTrigger.js +3 -1
  166. package/es/data-table/src/TableParts/Header.d.ts +1 -3
  167. package/es/data-table/src/TableParts/Header.js +6 -12
  168. package/es/data-table/src/TableParts/SelectionMenu.d.ts +1 -1
  169. package/es/data-table/src/interface.d.ts +3 -5
  170. package/es/data-table/src/styles/index.cssr.js +2 -0
  171. package/es/data-table/src/use-scroll.d.ts +1 -2
  172. package/es/data-table/src/use-scroll.js +21 -13
  173. package/es/date-picker/src/DatePicker.d.ts +2 -2
  174. package/es/date-picker/src/panel/date.d.ts +4 -4
  175. package/es/date-picker/src/panel/date.js +3 -1
  176. package/es/date-picker/src/panel/daterange.d.ts +4 -4
  177. package/es/date-picker/src/panel/daterange.js +10 -2
  178. package/es/date-picker/src/panel/datetime.d.ts +4 -4
  179. package/es/date-picker/src/panel/datetime.js +3 -1
  180. package/es/date-picker/src/panel/datetimerange.d.ts +4 -4
  181. package/es/date-picker/src/panel/datetimerange.js +16 -4
  182. package/es/date-picker/src/panel/month.d.ts +4 -4
  183. package/es/date-picker/src/panel/month.js +4 -1
  184. package/es/date-picker/src/panel/monthrange.d.ts +4 -4
  185. package/es/date-picker/src/panel/panelHeader.d.ts +722 -752
  186. package/es/date-picker/src/panel/use-calendar.d.ts +3 -3
  187. package/es/date-picker/src/panel/use-calendar.js +2 -2
  188. package/es/date-picker/src/panel/use-dual-calendar.d.ts +3 -3
  189. package/es/date-picker/src/panel/use-dual-calendar.js +4 -4
  190. package/es/date-picker/src/styles/index.cssr.js +1 -0
  191. package/es/date-picker/src/utils.js +1 -6
  192. package/es/date-picker/styles/_common.js +1 -1
  193. package/es/descriptions/src/Descriptions.d.ts +8 -2
  194. package/es/descriptions/src/Descriptions.js +28 -8
  195. package/es/descriptions/src/DescriptionsItem.d.ts +7 -1
  196. package/es/descriptions/src/DescriptionsItem.js +2 -0
  197. package/es/dialog/src/Dialog.d.ts +2 -2
  198. package/es/dialog/src/Dialog.js +6 -2
  199. package/es/dialog/src/DialogEnvironment.d.ts +2 -2
  200. package/es/dialog/src/DialogProvider.d.ts +4 -4
  201. package/es/dialog/src/DialogProvider.js +3 -1
  202. package/es/dialog/src/dialogProps.d.ts +1 -1
  203. package/es/discrete/src/InjectionExtractor.d.ts +1 -1
  204. package/es/divider/src/Divider.d.ts +2 -2
  205. package/es/drawer/src/Drawer.d.ts +15 -2
  206. package/es/drawer/src/Drawer.js +2 -2
  207. package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -1
  208. package/es/drawer/src/DrawerBodyWrapper.js +25 -1
  209. package/es/drawer/src/DrawerContent.d.ts +1 -1
  210. package/es/dropdown/src/Dropdown.d.ts +20 -2
  211. package/es/dropdown/src/Dropdown.js +1 -1
  212. package/es/dropdown/src/DropdownDivider.d.ts +1 -1
  213. package/es/dropdown/src/DropdownGroup.d.ts +1 -1
  214. package/es/dropdown/src/DropdownGroupHeader.d.ts +1 -1
  215. package/es/dropdown/src/DropdownMenu.d.ts +1 -1
  216. package/es/dropdown/src/DropdownMenu.js +4 -1
  217. package/es/dropdown/src/DropdownOption.d.ts +6 -5
  218. package/es/dropdown/src/DropdownOption.js +2 -4
  219. package/es/dropdown/src/DropdownRenderOption.d.ts +1 -1
  220. package/es/dynamic-input/src/DynamicInput.d.ts +5 -2
  221. package/es/dynamic-input/src/DynamicInput.js +21 -9
  222. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  223. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  224. package/es/dynamic-tags/src/DynamicTags.d.ts +8 -2
  225. package/es/dynamic-tags/src/DynamicTags.js +6 -4
  226. package/es/element/src/Element.d.ts +2 -2
  227. package/es/ellipsis/index.d.ts +1 -0
  228. package/es/ellipsis/index.js +1 -0
  229. package/es/ellipsis/src/Ellipsis.d.ts +3 -1
  230. package/es/ellipsis/src/Ellipsis.js +5 -4
  231. package/es/ellipsis/src/PerformantEllipsis.d.ts +164 -0
  232. package/es/ellipsis/src/PerformantEllipsis.js +52 -0
  233. package/es/empty/src/Empty.d.ts +2 -2
  234. package/es/equation/index.d.ts +1 -0
  235. package/es/equation/src/Equation.d.ts +6 -4
  236. package/es/form/src/Form.d.ts +2 -2
  237. package/es/form/src/Form.js +3 -1
  238. package/es/form/src/FormItem.d.ts +3 -3
  239. package/es/form/src/FormItemCol.d.ts +1 -1
  240. package/es/form/src/FormItemGridItem.d.ts +1 -1
  241. package/es/form/src/FormItemRow.d.ts +1 -1
  242. package/es/form/src/utils.d.ts +1 -1
  243. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  244. package/es/gradient-text/src/GradientText.d.ts +2 -2
  245. package/es/grid/src/Grid.d.ts +2 -2
  246. package/es/grid/src/Grid.js +6 -3
  247. package/es/grid/src/GridItem.d.ts +1 -1
  248. package/es/icon/src/Icon.d.ts +2 -2
  249. package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
  250. package/es/image/src/Image.d.ts +8 -2
  251. package/es/image/src/ImageGroup.d.ts +8 -2
  252. package/es/image/src/ImageGroup.js +8 -2
  253. package/es/image/src/ImagePreview.d.ts +8 -3
  254. package/es/image/src/ImagePreview.js +10 -1
  255. package/es/image/src/icons.d.ts +1 -0
  256. package/es/image/src/icons.js +2 -0
  257. package/es/image/src/interface.d.ts +7 -5
  258. package/es/image/src/interface.js +1 -1
  259. package/es/index.d.ts +1 -0
  260. package/es/index.js +1 -0
  261. package/es/input/src/Input.d.ts +19 -9
  262. package/es/input/src/Input.js +30 -8
  263. package/es/input/src/InputGroup.d.ts +2 -2
  264. package/es/input/src/InputGroupLabel.d.ts +2 -2
  265. package/es/input/src/WordCount.d.ts +1 -1
  266. package/es/input/src/styles/input.cssr.js +2 -1
  267. package/es/input-number/src/InputNumber.d.ts +3 -2
  268. package/es/input-number/src/InputNumber.js +2 -1
  269. package/es/input-number/src/interface.d.ts +1 -0
  270. package/es/layout/src/Layout.d.ts +10 -4
  271. package/es/layout/src/Layout.js +8 -1
  272. package/es/layout/src/LayoutContent.d.ts +4 -2
  273. package/es/layout/src/LayoutFooter.d.ts +2 -2
  274. package/es/layout/src/LayoutHeader.d.ts +2 -2
  275. package/es/layout/src/LayoutSider.d.ts +11 -2
  276. package/es/layout/src/LayoutSider.js +12 -3
  277. package/es/layout/src/ToggleBar.d.ts +1 -1
  278. package/es/layout/src/ToggleButton.d.ts +1 -1
  279. package/es/legacy-grid/src/Col.d.ts +1 -1
  280. package/es/legacy-grid/src/Row.d.ts +2 -2
  281. package/es/legacy-grid/src/styles/index.cssr.js +2 -3
  282. package/es/legacy-grid/src/styles/rtl.cssr.js +2 -3
  283. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  284. package/es/legacy-transfer/src/TransferFilter.d.ts +1 -1
  285. package/es/legacy-transfer/src/TransferHeader.d.ts +1 -1
  286. package/es/legacy-transfer/src/TransferList.d.ts +1 -1
  287. package/es/legacy-transfer/src/TransferListItem.d.ts +1 -1
  288. package/es/list/src/List.d.ts +2 -2
  289. package/es/list/src/ListItem.d.ts +1 -1
  290. package/es/loading-bar/src/LoadingBar.d.ts +4 -2
  291. package/es/loading-bar/src/LoadingBar.js +21 -12
  292. package/es/loading-bar/src/LoadingBarProvider.d.ts +4 -1
  293. package/es/loading-bar/src/LoadingBarProvider.js +2 -2
  294. package/es/locales/common/arDZ.js +1 -0
  295. package/es/locales/common/deDE.js +1 -0
  296. package/es/locales/common/enGB.js +1 -0
  297. package/es/locales/common/enUS.d.ts +1 -0
  298. package/es/locales/common/enUS.js +1 -0
  299. package/es/locales/common/eo.js +1 -0
  300. package/es/locales/common/esAR.js +1 -0
  301. package/es/locales/common/faIR.js +1 -0
  302. package/es/locales/common/frFR.js +2 -1
  303. package/es/locales/common/idID.js +1 -0
  304. package/es/locales/common/itIT.js +1 -0
  305. package/es/locales/common/jaJP.js +1 -0
  306. package/es/locales/common/koKR.js +1 -0
  307. package/es/locales/common/nbNO.js +1 -0
  308. package/es/locales/common/nlNL.js +1 -0
  309. package/es/locales/common/plPL.js +1 -0
  310. package/es/locales/common/ptBR.js +15 -17
  311. package/es/locales/common/ruRU.js +1 -0
  312. package/es/locales/common/skSK.js +1 -0
  313. package/es/locales/common/svSE.d.ts +3 -0
  314. package/es/locales/common/svSE.js +121 -0
  315. package/es/locales/common/thTH.js +1 -0
  316. package/es/locales/common/trTR.js +1 -0
  317. package/es/locales/common/ukUA.js +1 -0
  318. package/es/locales/common/viVN.js +1 -0
  319. package/es/locales/common/zhCN.js +1 -0
  320. package/es/locales/common/zhTW.js +18 -17
  321. package/es/locales/date/svSE.d.ts +3 -0
  322. package/es/locales/date/svSE.js +6 -0
  323. package/es/locales/index.d.ts +2 -0
  324. package/es/locales/index.js +2 -0
  325. package/es/log/src/Log.d.ts +11 -11
  326. package/es/log/src/Log.js +12 -12
  327. package/es/log/src/LogLine.d.ts +1 -1
  328. package/es/log/src/LogLoader.d.ts +1 -1
  329. package/es/mention/src/Mention.d.ts +4 -4
  330. package/es/mention/src/utils.js +4 -4
  331. package/es/menu/src/Menu.d.ts +32 -15
  332. package/es/menu/src/Menu.js +101 -7
  333. package/es/menu/src/MenuDivider.d.ts +1 -1
  334. package/es/menu/src/MenuOption.d.ts +1 -1
  335. package/es/menu/src/MenuOptionContent.d.ts +4 -1
  336. package/es/menu/src/MenuOptionContent.js +7 -2
  337. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  338. package/es/menu/src/Submenu.d.ts +24 -13
  339. package/es/menu/src/Submenu.js +9 -8
  340. package/es/menu/src/context.d.ts +2 -2
  341. package/es/menu/src/interface.d.ts +1 -0
  342. package/es/menu/src/styles/index.cssr.js +8 -4
  343. package/es/menu/src/use-menu-child.js +5 -5
  344. package/es/message/src/Message.d.ts +2 -2
  345. package/es/message/src/MessageEnvironment.d.ts +1 -1
  346. package/es/message/src/MessageProvider.d.ts +9 -6
  347. package/es/message/src/MessageProvider.js +3 -2
  348. package/es/modal/src/BodyWrapper.d.ts +12 -4
  349. package/es/modal/src/Modal.d.ts +18 -6
  350. package/es/modal/src/presetProps.d.ts +5 -1
  351. package/es/notification/src/Notification.d.ts +1 -1
  352. package/es/notification/src/NotificationContainer.d.ts +1 -1
  353. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  354. package/es/notification/src/NotificationEnvironment.js +1 -1
  355. package/es/notification/src/NotificationProvider.d.ts +5 -2
  356. package/es/notification/src/NotificationProvider.js +2 -2
  357. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  358. package/es/page-header/src/PageHeader.d.ts +2 -2
  359. package/es/pagination/src/Pagination.d.ts +2 -2
  360. package/es/pagination/src/Pagination.js +3 -1
  361. package/es/popconfirm/src/Popconfirm.d.ts +22 -3
  362. package/es/popconfirm/src/Popconfirm.js +13 -5
  363. package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  364. package/es/popover/src/Popover.d.ts +25 -1
  365. package/es/popover/src/Popover.js +10 -4
  366. package/es/popover/src/PopoverBody.d.ts +23 -2
  367. package/es/popover/src/PopoverBody.js +26 -10
  368. package/es/popover/src/interface.d.ts +4 -1
  369. package/es/popselect/src/Popselect.d.ts +19 -1
  370. package/es/popselect/src/Popselect.js +2 -1
  371. package/es/popselect/src/PopselectPanel.d.ts +2 -2
  372. package/es/popselect/src/PopselectPanel.js +1 -0
  373. package/es/progress/src/Circle.d.ts +1 -1
  374. package/es/progress/src/Line.d.ts +1 -1
  375. package/es/progress/src/Line.js +1 -3
  376. package/es/progress/src/MultipleCircle.d.ts +1 -1
  377. package/es/progress/src/Progress.d.ts +3 -3
  378. package/es/qr-code/index.d.ts +2 -0
  379. package/es/qr-code/index.js +1 -0
  380. package/es/qr-code/src/QrCode.d.ts +154 -0
  381. package/es/qr-code/src/QrCode.js +146 -0
  382. package/es/qr-code/src/qrcodegen.d.ts +94 -0
  383. package/es/qr-code/src/qrcodegen.js +948 -0
  384. package/es/qr-code/src/styles/index.cssr.d.ts +2 -0
  385. package/es/qr-code/src/styles/index.cssr.js +8 -0
  386. package/es/qr-code/styles/dark.d.ts +3 -0
  387. package/es/qr-code/styles/dark.js +11 -0
  388. package/es/qr-code/styles/index.d.ts +3 -0
  389. package/es/qr-code/styles/index.js +2 -0
  390. package/es/qr-code/styles/light.d.ts +9 -0
  391. package/es/qr-code/styles/light.js +12 -0
  392. package/es/radio/src/Radio.d.ts +173 -34
  393. package/es/radio/src/Radio.js +3 -3
  394. package/es/radio/src/RadioButton.d.ts +3 -3
  395. package/es/radio/src/RadioButton.js +3 -3
  396. package/es/radio/src/RadioGroup.d.ts +3 -2
  397. package/es/radio/src/RadioGroup.js +2 -1
  398. package/es/radio/src/styles/radio-group.cssr.js +1 -0
  399. package/es/radio/src/use-radio.d.ts +3 -3
  400. package/es/radio/src/use-radio.js +1 -1
  401. package/es/rate/src/Rate.d.ts +2 -2
  402. package/es/result/src/Result.d.ts +3 -3
  403. package/es/scrollbar/src/Scrollbar.d.ts +1 -1
  404. package/es/scrollbar/src/Scrollbar.js +2 -0
  405. package/es/select/src/Select.d.ts +7 -4
  406. package/es/select/src/Select.js +17 -3
  407. package/es/select/src/interface.d.ts +2 -0
  408. package/es/skeleton/src/Skeleton.d.ts +2 -2
  409. package/es/skeleton/src/Skeleton.js +4 -7
  410. package/es/slider/src/Slider.d.ts +8 -2
  411. package/es/slider/src/Slider.js +19 -4
  412. package/es/slider/src/utils.d.ts +2 -2
  413. package/es/slider/src/utils.js +6 -4
  414. package/es/space/src/Space.d.ts +5 -2
  415. package/es/space/src/Space.js +3 -3
  416. package/es/spin/src/Spin.d.ts +13 -4
  417. package/es/spin/src/Spin.js +26 -7
  418. package/es/split/index.d.ts +2 -0
  419. package/es/split/index.js +1 -0
  420. package/es/split/src/Split.d.ts +135 -0
  421. package/es/split/src/Split.js +145 -0
  422. package/es/split/src/styles/index.cssr.d.ts +2 -0
  423. package/es/split/src/styles/index.cssr.js +25 -0
  424. package/es/split/styles/dark.d.ts +3 -0
  425. package/es/split/styles/dark.js +6 -0
  426. package/es/split/styles/index.d.ts +3 -0
  427. package/es/split/styles/index.js +2 -0
  428. package/es/split/styles/light.d.ts +9 -0
  429. package/es/split/styles/light.js +13 -0
  430. package/es/statistic/src/Statistic.d.ts +2 -2
  431. package/es/steps/src/Step.d.ts +2 -2
  432. package/es/steps/src/Steps.d.ts +3 -3
  433. package/es/steps/src/styles/index.cssr.js +1 -0
  434. package/es/switch/src/Switch.d.ts +2 -2
  435. package/es/table/src/Table.d.ts +2 -2
  436. package/es/table/src/Tbody.d.ts +1 -1
  437. package/es/table/src/Td.d.ts +1 -1
  438. package/es/table/src/Th.d.ts +1 -1
  439. package/es/table/src/Thead.d.ts +1 -1
  440. package/es/table/src/Tr.d.ts +1 -1
  441. package/es/tabs/src/Tab.d.ts +1 -1
  442. package/es/tabs/src/Tab.js +3 -1
  443. package/es/tabs/src/TabPane.d.ts +1 -1
  444. package/es/tabs/src/Tabs.d.ts +13 -13
  445. package/es/tabs/src/Tabs.js +15 -2
  446. package/es/tabs/src/styles/index.cssr.js +12 -2
  447. package/es/tag/src/Tag.d.ts +2 -2
  448. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  449. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  450. package/es/theme-editor/src/ThemeEditor.d.ts +3 -3
  451. package/es/themes/dark.js +5 -1
  452. package/es/themes/light.js +5 -1
  453. package/es/thing/src/Thing.d.ts +7 -1
  454. package/es/thing/src/Thing.js +13 -4
  455. package/es/time/src/Time.d.ts +1 -1
  456. package/es/time/src/Time.js +1 -1
  457. package/es/time-picker/src/Panel.d.ts +1 -1
  458. package/es/time-picker/src/PanelCol.d.ts +1 -1
  459. package/es/time-picker/src/PanelCol.js +5 -1
  460. package/es/time-picker/src/TimePicker.d.ts +2 -2
  461. package/es/time-picker/src/TimePicker.js +1 -1
  462. package/es/timeline/src/Timeline.d.ts +1 -1
  463. package/es/timeline/src/TimelineItem.d.ts +1 -1
  464. package/es/tooltip/src/Tooltip.d.ts +19 -1
  465. package/es/transfer/src/Transfer.d.ts +8 -2
  466. package/es/transfer/src/Transfer.js +2 -2
  467. package/es/transfer/src/TransferFilter.d.ts +1 -1
  468. package/es/transfer/src/TransferHeader.d.ts +5 -1
  469. package/es/transfer/src/TransferHeader.js +6 -2
  470. package/es/transfer/src/TransferList.d.ts +1 -1
  471. package/es/transfer/src/TransferListItem.d.ts +1 -1
  472. package/es/tree/index.d.ts +1 -0
  473. package/es/tree/index.js +1 -0
  474. package/es/tree/src/MotionWrapper.d.ts +1 -1
  475. package/es/tree/src/Tree.d.ts +59 -5
  476. package/es/tree/src/Tree.js +32 -19
  477. package/es/tree/src/TreeNode.d.ts +6 -2
  478. package/es/tree/src/TreeNode.js +72 -25
  479. package/es/tree/src/TreeNodeCheckbox.d.ts +13 -1
  480. package/es/tree/src/TreeNodeCheckbox.js +9 -8
  481. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  482. package/es/tree/src/TreeNodeSwitcher.d.ts +19 -2
  483. package/es/tree/src/TreeNodeSwitcher.js +12 -6
  484. package/es/tree/src/interface.d.ts +2 -0
  485. package/es/tree/src/styles/index.cssr.js +47 -51
  486. package/es/tree/src/utils.d.ts +1 -0
  487. package/es/tree/src/utils.js +12 -0
  488. package/es/tree/styles/light.d.ts +8 -0
  489. package/es/tree/styles/light.js +6 -2
  490. package/es/tree-select/src/TreeSelect.d.ts +49 -3
  491. package/es/tree-select/src/TreeSelect.js +5 -3
  492. package/es/tree-select/src/interface.d.ts +2 -0
  493. package/es/tree-select/styles/light.d.ts +4 -0
  494. package/es/typography/src/a.d.ts +2 -2
  495. package/es/typography/src/blockquote.d.ts +2 -2
  496. package/es/typography/src/create-header.d.ts +2 -2
  497. package/es/typography/src/headers.d.ts +12 -12
  498. package/es/typography/src/hr.d.ts +2 -2
  499. package/es/typography/src/li.d.ts +1 -1
  500. package/es/typography/src/ol.d.ts +2 -2
  501. package/es/typography/src/p.d.ts +2 -2
  502. package/es/typography/src/text.d.ts +2 -2
  503. package/es/typography/src/ul.d.ts +2 -2
  504. package/es/upload/src/Upload.d.ts +11 -5
  505. package/es/upload/src/Upload.js +8 -3
  506. package/es/upload/src/UploadDragger.d.ts +1 -1
  507. package/es/upload/src/UploadFile.d.ts +2 -2
  508. package/es/upload/src/UploadFileList.d.ts +1 -1
  509. package/es/upload/src/UploadFileList.js +3 -2
  510. package/es/upload/src/UploadProgress.d.ts +1 -1
  511. package/es/upload/src/UploadTrigger.d.ts +1 -1
  512. package/es/upload/src/UploadTrigger.js +3 -2
  513. package/es/upload/src/interface.d.ts +5 -3
  514. package/es/version.d.ts +1 -1
  515. package/es/version.js +1 -1
  516. package/es/virtual-list/index.d.ts +2 -0
  517. package/es/virtual-list/index.js +1 -0
  518. package/es/virtual-list/src/VirtualList.d.ts +146 -0
  519. package/es/virtual-list/src/VirtualList.js +102 -0
  520. package/es/watermark/src/Watermark.d.ts +1 -1
  521. package/es/watermark/src/Watermark.js +7 -0
  522. package/lib/_internal/clear/src/Clear.d.ts +1 -1
  523. package/lib/_internal/clear/src/Clear.js +2 -0
  524. package/lib/_internal/close/src/Close.d.ts +1 -1
  525. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  526. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +1 -0
  527. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +1 -1
  528. package/lib/_internal/icon/src/Icon.d.ts +1 -1
  529. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  530. package/lib/_internal/icons/Add.d.ts +1 -1
  531. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  532. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  533. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  534. package/lib/_internal/icons/Attach.d.ts +1 -1
  535. package/lib/_internal/icons/Backward.d.ts +1 -1
  536. package/lib/_internal/icons/Cancel.d.ts +1 -1
  537. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  538. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  539. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  540. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  541. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  542. package/lib/_internal/icons/Clear.d.ts +1 -1
  543. package/lib/_internal/icons/Close.d.ts +1 -1
  544. package/lib/_internal/icons/Date.d.ts +1 -1
  545. package/lib/_internal/icons/Download.d.ts +1 -1
  546. package/lib/_internal/icons/Empty.d.ts +1 -1
  547. package/lib/_internal/icons/Error.d.ts +1 -1
  548. package/lib/_internal/icons/Eye.d.ts +1 -1
  549. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  550. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  551. package/lib/_internal/icons/FastForward.d.ts +1 -1
  552. package/lib/_internal/icons/File.d.ts +1 -1
  553. package/lib/_internal/icons/Filter.d.ts +1 -1
  554. package/lib/_internal/icons/Forward.d.ts +1 -1
  555. package/lib/_internal/icons/Info.d.ts +1 -1
  556. package/lib/_internal/icons/More.d.ts +1 -1
  557. package/lib/_internal/icons/Photo.d.ts +1 -1
  558. package/lib/_internal/icons/Remove.d.ts +1 -1
  559. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  560. package/lib/_internal/icons/Retry.d.ts +1 -1
  561. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  562. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  563. package/lib/_internal/icons/Search.d.ts +1 -1
  564. package/lib/_internal/icons/Success.d.ts +1 -1
  565. package/lib/_internal/icons/Switcher.d.ts +1 -1
  566. package/lib/_internal/icons/Time.d.ts +1 -1
  567. package/lib/_internal/icons/To.d.ts +1 -1
  568. package/lib/_internal/icons/Trash.d.ts +1 -1
  569. package/lib/_internal/icons/Warning.d.ts +1 -1
  570. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  571. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  572. package/lib/_internal/icons/replaceable.d.ts +1 -1
  573. package/lib/_internal/loading/src/Loading.d.ts +1 -1
  574. package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  575. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +2 -2
  576. package/lib/_internal/scrollbar/src/Scrollbar.js +11 -6
  577. package/lib/_internal/scrollbar/src/styles/index.cssr.js +1 -0
  578. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +1 -1
  579. package/lib/_internal/select-menu/src/SelectMenu.d.ts +4 -4
  580. package/lib/_internal/select-menu/src/SelectMenu.js +2 -1
  581. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -1
  582. package/lib/_internal/select-menu/src/styles/index.cssr.js +8 -0
  583. package/lib/_internal/selection/src/Selection.d.ts +5 -2
  584. package/lib/_internal/selection/src/Selection.js +17 -7
  585. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +1 -1
  586. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +1 -1
  587. package/lib/_internal/suffix/src/Suffix.d.ts +1 -1
  588. package/lib/_internal/wave/src/Wave.d.ts +1 -1
  589. package/lib/_mixins/use-config.d.ts +2 -1
  590. package/lib/_mixins/use-config.js +11 -5
  591. package/lib/_mixins/use-form-item.d.ts +1 -1
  592. package/lib/_mixins/use-style.d.ts +1 -1
  593. package/lib/_mixins/use-style.js +1 -1
  594. package/lib/_styles/common/_common.js +1 -1
  595. package/lib/_styles/common/light.js +2 -2
  596. package/lib/_utils/composable/use-collection.d.ts +1 -1
  597. package/lib/_utils/composable/use-collection.js +2 -0
  598. package/lib/_utils/css/color-to-class.js +1 -1
  599. package/lib/_utils/cssr/index.d.ts +1 -1
  600. package/lib/_utils/vue/wrapper.d.ts +1 -1
  601. package/lib/affix/src/Affix.d.ts +4 -4
  602. package/lib/affix/src/Affix.js +4 -2
  603. package/lib/alert/src/Alert.d.ts +2 -2
  604. package/lib/alert/src/Alert.js +7 -1
  605. package/lib/alert/src/styles/index.cssr.js +4 -0
  606. package/lib/anchor/src/AnchorAdapter.d.ts +2 -2
  607. package/lib/anchor/src/BaseAnchor.d.ts +1 -1
  608. package/lib/anchor/src/BaseAnchor.js +3 -1
  609. package/lib/anchor/src/Link.d.ts +1 -1
  610. package/lib/auto-complete/src/AutoComplete.d.ts +3 -3
  611. package/lib/auto-complete/src/interface.d.ts +2 -1
  612. package/lib/avatar/src/Avatar.d.ts +2 -2
  613. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  614. package/lib/back-top/src/BackTop.d.ts +2 -2
  615. package/lib/badge/src/Badge.d.ts +2 -2
  616. package/lib/breadcrumb/src/Breadcrumb.d.ts +2 -2
  617. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  618. package/lib/button/src/Button.d.ts +3 -3
  619. package/lib/button/src/Button.js +2 -2
  620. package/lib/button-group/src/ButtonGroup.d.ts +2 -2
  621. package/lib/calendar/src/Calendar.d.ts +2 -2
  622. package/lib/card/src/Card.d.ts +23 -7
  623. package/lib/card/src/Card.js +12 -5
  624. package/lib/carousel/src/Carousel.d.ts +7 -7
  625. package/lib/carousel/src/Carousel.js +8 -3
  626. package/lib/carousel/src/CarouselArrow.d.ts +2 -2
  627. package/lib/carousel/src/CarouselContext.js +3 -1
  628. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  629. package/lib/carousel/src/CarouselDots.js +7 -1
  630. package/lib/carousel/src/CarouselItem.d.ts +2 -2
  631. package/lib/cascader/src/Cascader.d.ts +3 -2
  632. package/lib/cascader/src/CascaderMenu.d.ts +1 -1
  633. package/lib/cascader/src/CascaderOption.d.ts +1 -1
  634. package/lib/cascader/src/CascaderSelectMenu.d.ts +2 -2
  635. package/lib/cascader/src/CascaderSubmenu.d.ts +1 -1
  636. package/lib/checkbox/src/Checkbox.d.ts +8 -8
  637. package/lib/checkbox/src/Checkbox.js +9 -2
  638. package/lib/checkbox/src/CheckboxGroup.d.ts +2 -2
  639. package/lib/checkbox/src/styles/index.cssr.js +9 -11
  640. package/lib/code/src/Code.d.ts +2 -2
  641. package/lib/collapse/src/Collapse.d.ts +2 -2
  642. package/lib/collapse/src/CollapseItem.d.ts +2 -2
  643. package/lib/collapse/src/CollapseItemContent.d.ts +1 -1
  644. package/lib/collapse-transition/src/CollapseTransition.d.ts +2 -2
  645. package/lib/color-picker/src/AlphaSlider.d.ts +1 -1
  646. package/lib/color-picker/src/ColorInput.d.ts +1 -1
  647. package/lib/color-picker/src/ColorInputUnit.d.ts +1 -1
  648. package/lib/color-picker/src/ColorPicker.d.ts +2 -2
  649. package/lib/color-picker/src/ColorPicker.js +6 -2
  650. package/lib/color-picker/src/ColorPickerSwatches.d.ts +1 -1
  651. package/lib/color-picker/src/ColorPickerSwatches.js +9 -4
  652. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  653. package/lib/color-picker/src/ColorPreview.d.ts +1 -1
  654. package/lib/color-picker/src/HueSlider.d.ts +1 -1
  655. package/lib/color-picker/src/Pallete.d.ts +1 -1
  656. package/lib/components.d.ts +3 -0
  657. package/lib/components.js +3 -0
  658. package/lib/config-provider/src/ConfigProvider.d.ts +21 -8
  659. package/lib/config-provider/src/ConfigProvider.js +4 -2
  660. package/lib/config-provider/src/config.js +5 -5
  661. package/lib/config-provider/src/internal-interface.d.ts +5 -1
  662. package/lib/countdown/src/Countdown.d.ts +1 -1
  663. package/lib/data-table/index.d.ts +1 -1
  664. package/lib/data-table/src/DataTable.d.ts +5 -5
  665. package/lib/data-table/src/DataTable.js +1 -6
  666. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1 -1
  667. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1 -1
  668. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
  669. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +1 -1
  670. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +1 -1
  671. package/lib/data-table/src/HeaderButton/ResizeButton.js +1 -0
  672. package/lib/data-table/src/HeaderButton/SortButton.d.ts +1 -1
  673. package/lib/data-table/src/MainTable.d.ts +1 -1
  674. package/lib/data-table/src/MainTable.js +1 -0
  675. package/lib/data-table/src/TableParts/Body.d.ts +5 -6
  676. package/lib/data-table/src/TableParts/Body.js +22 -15
  677. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +1 -1
  678. package/lib/data-table/src/TableParts/BodyRadio.d.ts +1 -1
  679. package/lib/data-table/src/TableParts/Cell.d.ts +1 -1
  680. package/lib/data-table/src/TableParts/Cell.js +9 -2
  681. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
  682. package/lib/data-table/src/TableParts/ExpandTrigger.js +3 -1
  683. package/lib/data-table/src/TableParts/Header.d.ts +1 -3
  684. package/lib/data-table/src/TableParts/Header.js +6 -12
  685. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +1 -1
  686. package/lib/data-table/src/interface.d.ts +3 -5
  687. package/lib/data-table/src/styles/index.cssr.js +2 -0
  688. package/lib/data-table/src/use-scroll.d.ts +1 -2
  689. package/lib/data-table/src/use-scroll.js +21 -13
  690. package/lib/date-picker/src/DatePicker.d.ts +2 -2
  691. package/lib/date-picker/src/panel/date.d.ts +4 -4
  692. package/lib/date-picker/src/panel/date.js +3 -1
  693. package/lib/date-picker/src/panel/daterange.d.ts +4 -4
  694. package/lib/date-picker/src/panel/daterange.js +10 -2
  695. package/lib/date-picker/src/panel/datetime.d.ts +4 -4
  696. package/lib/date-picker/src/panel/datetime.js +3 -1
  697. package/lib/date-picker/src/panel/datetimerange.d.ts +4 -4
  698. package/lib/date-picker/src/panel/datetimerange.js +16 -4
  699. package/lib/date-picker/src/panel/month.d.ts +4 -4
  700. package/lib/date-picker/src/panel/month.js +4 -1
  701. package/lib/date-picker/src/panel/monthrange.d.ts +4 -4
  702. package/lib/date-picker/src/panel/panelHeader.d.ts +722 -752
  703. package/lib/date-picker/src/panel/use-calendar.d.ts +3 -3
  704. package/lib/date-picker/src/panel/use-calendar.js +2 -2
  705. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +3 -3
  706. package/lib/date-picker/src/panel/use-dual-calendar.js +4 -4
  707. package/lib/date-picker/src/styles/index.cssr.js +1 -0
  708. package/lib/date-picker/src/utils.js +1 -6
  709. package/lib/date-picker/styles/_common.js +1 -1
  710. package/lib/descriptions/src/Descriptions.d.ts +8 -2
  711. package/lib/descriptions/src/Descriptions.js +28 -8
  712. package/lib/descriptions/src/DescriptionsItem.d.ts +7 -1
  713. package/lib/descriptions/src/DescriptionsItem.js +2 -0
  714. package/lib/dialog/src/Dialog.d.ts +2 -2
  715. package/lib/dialog/src/Dialog.js +6 -2
  716. package/lib/dialog/src/DialogEnvironment.d.ts +2 -2
  717. package/lib/dialog/src/DialogProvider.d.ts +4 -4
  718. package/lib/dialog/src/DialogProvider.js +3 -1
  719. package/lib/dialog/src/dialogProps.d.ts +1 -1
  720. package/lib/discrete/src/InjectionExtractor.d.ts +1 -1
  721. package/lib/divider/src/Divider.d.ts +2 -2
  722. package/lib/drawer/src/Drawer.d.ts +15 -2
  723. package/lib/drawer/src/Drawer.js +2 -2
  724. package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -1
  725. package/lib/drawer/src/DrawerBodyWrapper.js +25 -1
  726. package/lib/drawer/src/DrawerContent.d.ts +1 -1
  727. package/lib/dropdown/src/Dropdown.d.ts +20 -2
  728. package/lib/dropdown/src/Dropdown.js +1 -1
  729. package/lib/dropdown/src/DropdownDivider.d.ts +1 -1
  730. package/lib/dropdown/src/DropdownGroup.d.ts +1 -1
  731. package/lib/dropdown/src/DropdownGroupHeader.d.ts +1 -1
  732. package/lib/dropdown/src/DropdownMenu.d.ts +1 -1
  733. package/lib/dropdown/src/DropdownMenu.js +4 -1
  734. package/lib/dropdown/src/DropdownOption.d.ts +6 -5
  735. package/lib/dropdown/src/DropdownOption.js +2 -4
  736. package/lib/dropdown/src/DropdownRenderOption.d.ts +1 -1
  737. package/lib/dynamic-input/src/DynamicInput.d.ts +5 -2
  738. package/lib/dynamic-input/src/DynamicInput.js +21 -9
  739. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  740. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  741. package/lib/dynamic-tags/src/DynamicTags.d.ts +8 -2
  742. package/lib/dynamic-tags/src/DynamicTags.js +6 -4
  743. package/lib/element/src/Element.d.ts +2 -2
  744. package/lib/ellipsis/index.d.ts +1 -0
  745. package/lib/ellipsis/index.js +3 -1
  746. package/lib/ellipsis/src/Ellipsis.d.ts +3 -1
  747. package/lib/ellipsis/src/Ellipsis.js +5 -2
  748. package/lib/ellipsis/src/PerformantEllipsis.d.ts +164 -0
  749. package/lib/ellipsis/src/PerformantEllipsis.js +81 -0
  750. package/lib/empty/src/Empty.d.ts +2 -2
  751. package/lib/equation/index.d.ts +1 -0
  752. package/lib/equation/src/Equation.d.ts +6 -4
  753. package/lib/form/src/Form.d.ts +2 -2
  754. package/lib/form/src/Form.js +3 -1
  755. package/lib/form/src/FormItem.d.ts +3 -3
  756. package/lib/form/src/FormItemCol.d.ts +1 -1
  757. package/lib/form/src/FormItemGridItem.d.ts +1 -1
  758. package/lib/form/src/FormItemRow.d.ts +1 -1
  759. package/lib/form/src/utils.d.ts +1 -1
  760. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  761. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  762. package/lib/grid/src/Grid.d.ts +2 -2
  763. package/lib/grid/src/Grid.js +6 -3
  764. package/lib/grid/src/GridItem.d.ts +1 -1
  765. package/lib/icon/src/Icon.d.ts +2 -2
  766. package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
  767. package/lib/image/src/Image.d.ts +8 -2
  768. package/lib/image/src/ImageGroup.d.ts +8 -2
  769. package/lib/image/src/ImageGroup.js +8 -2
  770. package/lib/image/src/ImagePreview.d.ts +8 -3
  771. package/lib/image/src/ImagePreview.js +9 -0
  772. package/lib/image/src/icons.d.ts +1 -0
  773. package/lib/image/src/icons.js +3 -1
  774. package/lib/image/src/interface.d.ts +7 -5
  775. package/lib/image/src/interface.js +1 -1
  776. package/lib/index.d.ts +1 -0
  777. package/lib/index.js +3 -1
  778. package/lib/input/src/Input.d.ts +19 -9
  779. package/lib/input/src/Input.js +30 -8
  780. package/lib/input/src/InputGroup.d.ts +2 -2
  781. package/lib/input/src/InputGroupLabel.d.ts +2 -2
  782. package/lib/input/src/WordCount.d.ts +1 -1
  783. package/lib/input/src/styles/input.cssr.js +2 -1
  784. package/lib/input-number/src/InputNumber.d.ts +3 -2
  785. package/lib/input-number/src/InputNumber.js +2 -1
  786. package/lib/input-number/src/interface.d.ts +1 -0
  787. package/lib/layout/src/Layout.d.ts +10 -4
  788. package/lib/layout/src/Layout.js +8 -1
  789. package/lib/layout/src/LayoutContent.d.ts +4 -2
  790. package/lib/layout/src/LayoutFooter.d.ts +2 -2
  791. package/lib/layout/src/LayoutHeader.d.ts +2 -2
  792. package/lib/layout/src/LayoutSider.d.ts +11 -2
  793. package/lib/layout/src/LayoutSider.js +12 -3
  794. package/lib/layout/src/ToggleBar.d.ts +1 -1
  795. package/lib/layout/src/ToggleButton.d.ts +1 -1
  796. package/lib/legacy-grid/src/Col.d.ts +1 -1
  797. package/lib/legacy-grid/src/Row.d.ts +2 -2
  798. package/lib/legacy-grid/src/styles/index.cssr.js +2 -3
  799. package/lib/legacy-grid/src/styles/rtl.cssr.js +2 -3
  800. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  801. package/lib/legacy-transfer/src/TransferFilter.d.ts +1 -1
  802. package/lib/legacy-transfer/src/TransferHeader.d.ts +1 -1
  803. package/lib/legacy-transfer/src/TransferList.d.ts +1 -1
  804. package/lib/legacy-transfer/src/TransferListItem.d.ts +1 -1
  805. package/lib/list/src/List.d.ts +2 -2
  806. package/lib/list/src/ListItem.d.ts +1 -1
  807. package/lib/loading-bar/src/LoadingBar.d.ts +4 -2
  808. package/lib/loading-bar/src/LoadingBar.js +21 -12
  809. package/lib/loading-bar/src/LoadingBarProvider.d.ts +4 -1
  810. package/lib/loading-bar/src/LoadingBarProvider.js +2 -2
  811. package/lib/locales/common/arDZ.js +1 -0
  812. package/lib/locales/common/deDE.js +1 -0
  813. package/lib/locales/common/enGB.js +1 -0
  814. package/lib/locales/common/enUS.d.ts +1 -0
  815. package/lib/locales/common/enUS.js +1 -0
  816. package/lib/locales/common/eo.js +1 -0
  817. package/lib/locales/common/esAR.js +1 -0
  818. package/lib/locales/common/faIR.js +1 -0
  819. package/lib/locales/common/frFR.js +2 -1
  820. package/lib/locales/common/idID.js +1 -0
  821. package/lib/locales/common/itIT.js +1 -0
  822. package/lib/locales/common/jaJP.js +1 -0
  823. package/lib/locales/common/koKR.js +1 -0
  824. package/lib/locales/common/nbNO.js +1 -0
  825. package/lib/locales/common/nlNL.js +1 -0
  826. package/lib/locales/common/plPL.js +1 -0
  827. package/lib/locales/common/ptBR.js +15 -17
  828. package/lib/locales/common/ruRU.js +1 -0
  829. package/lib/locales/common/skSK.js +1 -0
  830. package/lib/locales/common/svSE.d.ts +3 -0
  831. package/lib/locales/common/svSE.js +123 -0
  832. package/lib/locales/common/thTH.js +1 -0
  833. package/lib/locales/common/trTR.js +1 -0
  834. package/lib/locales/common/ukUA.js +1 -0
  835. package/lib/locales/common/viVN.js +1 -0
  836. package/lib/locales/common/zhCN.js +1 -0
  837. package/lib/locales/common/zhTW.js +18 -17
  838. package/lib/locales/date/svSE.d.ts +3 -0
  839. package/lib/locales/date/svSE.js +11 -0
  840. package/lib/locales/index.d.ts +2 -0
  841. package/lib/locales/index.js +6 -1
  842. package/lib/log/src/Log.d.ts +11 -11
  843. package/lib/log/src/Log.js +12 -12
  844. package/lib/log/src/LogLine.d.ts +1 -1
  845. package/lib/log/src/LogLoader.d.ts +1 -1
  846. package/lib/mention/src/Mention.d.ts +4 -4
  847. package/lib/mention/src/utils.js +4 -4
  848. package/lib/menu/src/Menu.d.ts +32 -15
  849. package/lib/menu/src/Menu.js +101 -7
  850. package/lib/menu/src/MenuDivider.d.ts +1 -1
  851. package/lib/menu/src/MenuOption.d.ts +1 -1
  852. package/lib/menu/src/MenuOptionContent.d.ts +4 -1
  853. package/lib/menu/src/MenuOptionContent.js +7 -2
  854. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  855. package/lib/menu/src/Submenu.d.ts +24 -13
  856. package/lib/menu/src/Submenu.js +9 -8
  857. package/lib/menu/src/context.d.ts +2 -2
  858. package/lib/menu/src/interface.d.ts +1 -0
  859. package/lib/menu/src/styles/index.cssr.js +8 -4
  860. package/lib/menu/src/use-menu-child.js +5 -5
  861. package/lib/message/src/Message.d.ts +2 -2
  862. package/lib/message/src/MessageEnvironment.d.ts +1 -1
  863. package/lib/message/src/MessageProvider.d.ts +9 -6
  864. package/lib/message/src/MessageProvider.js +3 -2
  865. package/lib/modal/src/BodyWrapper.d.ts +12 -4
  866. package/lib/modal/src/Modal.d.ts +18 -6
  867. package/lib/modal/src/presetProps.d.ts +5 -1
  868. package/lib/notification/src/Notification.d.ts +1 -1
  869. package/lib/notification/src/NotificationContainer.d.ts +1 -1
  870. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  871. package/lib/notification/src/NotificationEnvironment.js +1 -1
  872. package/lib/notification/src/NotificationProvider.d.ts +5 -2
  873. package/lib/notification/src/NotificationProvider.js +2 -2
  874. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  875. package/lib/page-header/src/PageHeader.d.ts +2 -2
  876. package/lib/pagination/src/Pagination.d.ts +2 -2
  877. package/lib/pagination/src/Pagination.js +3 -1
  878. package/lib/popconfirm/src/Popconfirm.d.ts +22 -3
  879. package/lib/popconfirm/src/Popconfirm.js +13 -5
  880. package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  881. package/lib/popover/src/Popover.d.ts +25 -1
  882. package/lib/popover/src/Popover.js +10 -4
  883. package/lib/popover/src/PopoverBody.d.ts +23 -2
  884. package/lib/popover/src/PopoverBody.js +26 -10
  885. package/lib/popover/src/interface.d.ts +4 -1
  886. package/lib/popselect/src/Popselect.d.ts +19 -1
  887. package/lib/popselect/src/Popselect.js +2 -1
  888. package/lib/popselect/src/PopselectPanel.d.ts +2 -2
  889. package/lib/popselect/src/PopselectPanel.js +1 -0
  890. package/lib/progress/src/Circle.d.ts +1 -1
  891. package/lib/progress/src/Line.d.ts +1 -1
  892. package/lib/progress/src/Line.js +1 -3
  893. package/lib/progress/src/MultipleCircle.d.ts +1 -1
  894. package/lib/progress/src/Progress.d.ts +3 -3
  895. package/lib/qr-code/index.d.ts +2 -0
  896. package/lib/qr-code/index.js +9 -0
  897. package/lib/qr-code/src/QrCode.d.ts +154 -0
  898. package/lib/qr-code/src/QrCode.js +152 -0
  899. package/lib/qr-code/src/qrcodegen.d.ts +94 -0
  900. package/lib/qr-code/src/qrcodegen.js +949 -0
  901. package/lib/qr-code/src/styles/index.cssr.d.ts +2 -0
  902. package/lib/qr-code/src/styles/index.cssr.js +13 -0
  903. package/lib/qr-code/styles/dark.d.ts +3 -0
  904. package/lib/qr-code/styles/dark.js +13 -0
  905. package/lib/qr-code/styles/index.d.ts +3 -0
  906. package/lib/qr-code/styles/index.js +10 -0
  907. package/lib/qr-code/styles/light.d.ts +9 -0
  908. package/lib/qr-code/styles/light.js +14 -0
  909. package/lib/radio/src/Radio.d.ts +173 -34
  910. package/lib/radio/src/Radio.js +2 -2
  911. package/lib/radio/src/RadioButton.d.ts +3 -3
  912. package/lib/radio/src/RadioButton.js +2 -2
  913. package/lib/radio/src/RadioGroup.d.ts +3 -2
  914. package/lib/radio/src/RadioGroup.js +2 -1
  915. package/lib/radio/src/styles/radio-group.cssr.js +1 -0
  916. package/lib/radio/src/use-radio.d.ts +3 -3
  917. package/lib/radio/src/use-radio.js +2 -2
  918. package/lib/rate/src/Rate.d.ts +2 -2
  919. package/lib/result/src/Result.d.ts +3 -3
  920. package/lib/scrollbar/src/Scrollbar.d.ts +1 -1
  921. package/lib/scrollbar/src/Scrollbar.js +2 -0
  922. package/lib/select/src/Select.d.ts +7 -4
  923. package/lib/select/src/Select.js +17 -3
  924. package/lib/select/src/interface.d.ts +2 -0
  925. package/lib/skeleton/src/Skeleton.d.ts +2 -2
  926. package/lib/skeleton/src/Skeleton.js +3 -6
  927. package/lib/slider/src/Slider.d.ts +8 -2
  928. package/lib/slider/src/Slider.js +19 -4
  929. package/lib/slider/src/utils.d.ts +2 -2
  930. package/lib/slider/src/utils.js +5 -3
  931. package/lib/space/src/Space.d.ts +5 -2
  932. package/lib/space/src/Space.js +3 -3
  933. package/lib/spin/src/Spin.d.ts +13 -4
  934. package/lib/spin/src/Spin.js +25 -6
  935. package/lib/split/index.d.ts +2 -0
  936. package/lib/split/index.js +9 -0
  937. package/lib/split/src/Split.d.ts +135 -0
  938. package/lib/split/src/Split.js +151 -0
  939. package/lib/split/src/styles/index.cssr.d.ts +2 -0
  940. package/lib/split/src/styles/index.cssr.js +30 -0
  941. package/lib/split/styles/dark.d.ts +3 -0
  942. package/lib/split/styles/dark.js +8 -0
  943. package/lib/split/styles/index.d.ts +3 -0
  944. package/lib/split/styles/index.js +10 -0
  945. package/lib/split/styles/light.d.ts +9 -0
  946. package/lib/split/styles/light.js +17 -0
  947. package/lib/statistic/src/Statistic.d.ts +2 -2
  948. package/lib/steps/src/Step.d.ts +2 -2
  949. package/lib/steps/src/Steps.d.ts +3 -3
  950. package/lib/steps/src/styles/index.cssr.js +1 -0
  951. package/lib/switch/src/Switch.d.ts +2 -2
  952. package/lib/table/src/Table.d.ts +2 -2
  953. package/lib/table/src/Tbody.d.ts +1 -1
  954. package/lib/table/src/Td.d.ts +1 -1
  955. package/lib/table/src/Th.d.ts +1 -1
  956. package/lib/table/src/Thead.d.ts +1 -1
  957. package/lib/table/src/Tr.d.ts +1 -1
  958. package/lib/tabs/src/Tab.d.ts +1 -1
  959. package/lib/tabs/src/Tab.js +3 -1
  960. package/lib/tabs/src/TabPane.d.ts +1 -1
  961. package/lib/tabs/src/Tabs.d.ts +13 -13
  962. package/lib/tabs/src/Tabs.js +15 -2
  963. package/lib/tabs/src/styles/index.cssr.js +12 -2
  964. package/lib/tag/src/Tag.d.ts +2 -2
  965. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  966. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  967. package/lib/theme-editor/src/ThemeEditor.d.ts +3 -3
  968. package/lib/themes/dark.js +56 -52
  969. package/lib/themes/light.js +56 -52
  970. package/lib/thing/src/Thing.d.ts +7 -1
  971. package/lib/thing/src/Thing.js +13 -4
  972. package/lib/time/src/Time.d.ts +1 -1
  973. package/lib/time/src/Time.js +1 -1
  974. package/lib/time-picker/src/Panel.d.ts +1 -1
  975. package/lib/time-picker/src/PanelCol.d.ts +1 -1
  976. package/lib/time-picker/src/PanelCol.js +5 -1
  977. package/lib/time-picker/src/TimePicker.d.ts +2 -2
  978. package/lib/time-picker/src/TimePicker.js +1 -1
  979. package/lib/timeline/src/Timeline.d.ts +1 -1
  980. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  981. package/lib/tooltip/src/Tooltip.d.ts +19 -1
  982. package/lib/transfer/src/Transfer.d.ts +8 -2
  983. package/lib/transfer/src/Transfer.js +2 -2
  984. package/lib/transfer/src/TransferFilter.d.ts +1 -1
  985. package/lib/transfer/src/TransferHeader.d.ts +5 -1
  986. package/lib/transfer/src/TransferHeader.js +6 -2
  987. package/lib/transfer/src/TransferList.d.ts +1 -1
  988. package/lib/transfer/src/TransferListItem.d.ts +1 -1
  989. package/lib/tree/index.d.ts +1 -0
  990. package/lib/tree/index.js +3 -1
  991. package/lib/tree/src/MotionWrapper.d.ts +1 -1
  992. package/lib/tree/src/Tree.d.ts +59 -5
  993. package/lib/tree/src/Tree.js +31 -18
  994. package/lib/tree/src/TreeNode.d.ts +6 -2
  995. package/lib/tree/src/TreeNode.js +72 -25
  996. package/lib/tree/src/TreeNodeCheckbox.d.ts +13 -1
  997. package/lib/tree/src/TreeNodeCheckbox.js +9 -8
  998. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  999. package/lib/tree/src/TreeNodeSwitcher.d.ts +19 -2
  1000. package/lib/tree/src/TreeNodeSwitcher.js +12 -6
  1001. package/lib/tree/src/interface.d.ts +2 -0
  1002. package/lib/tree/src/styles/index.cssr.js +47 -51
  1003. package/lib/tree/src/utils.d.ts +1 -0
  1004. package/lib/tree/src/utils.js +15 -1
  1005. package/lib/tree/styles/light.d.ts +8 -0
  1006. package/lib/tree/styles/light.js +6 -2
  1007. package/lib/tree-select/src/TreeSelect.d.ts +49 -3
  1008. package/lib/tree-select/src/TreeSelect.js +5 -3
  1009. package/lib/tree-select/src/interface.d.ts +2 -0
  1010. package/lib/tree-select/styles/light.d.ts +4 -0
  1011. package/lib/typography/src/a.d.ts +2 -2
  1012. package/lib/typography/src/blockquote.d.ts +2 -2
  1013. package/lib/typography/src/create-header.d.ts +2 -2
  1014. package/lib/typography/src/headers.d.ts +12 -12
  1015. package/lib/typography/src/hr.d.ts +2 -2
  1016. package/lib/typography/src/li.d.ts +1 -1
  1017. package/lib/typography/src/ol.d.ts +2 -2
  1018. package/lib/typography/src/p.d.ts +2 -2
  1019. package/lib/typography/src/text.d.ts +2 -2
  1020. package/lib/typography/src/ul.d.ts +2 -2
  1021. package/lib/upload/src/Upload.d.ts +11 -5
  1022. package/lib/upload/src/Upload.js +8 -3
  1023. package/lib/upload/src/UploadDragger.d.ts +1 -1
  1024. package/lib/upload/src/UploadFile.d.ts +2 -2
  1025. package/lib/upload/src/UploadFileList.d.ts +1 -1
  1026. package/lib/upload/src/UploadFileList.js +3 -2
  1027. package/lib/upload/src/UploadProgress.d.ts +1 -1
  1028. package/lib/upload/src/UploadTrigger.d.ts +1 -1
  1029. package/lib/upload/src/UploadTrigger.js +3 -2
  1030. package/lib/upload/src/interface.d.ts +5 -3
  1031. package/lib/version.d.ts +1 -1
  1032. package/lib/version.js +1 -1
  1033. package/lib/virtual-list/index.d.ts +2 -0
  1034. package/lib/virtual-list/index.js +9 -0
  1035. package/lib/virtual-list/src/VirtualList.d.ts +146 -0
  1036. package/lib/virtual-list/src/VirtualList.js +105 -0
  1037. package/lib/watermark/src/Watermark.d.ts +1 -1
  1038. package/lib/watermark/src/Watermark.js +7 -0
  1039. package/package.json +69 -69
  1040. package/volar.d.ts +5 -0
  1041. package/web-types.json +917 -32
@@ -57,32 +57,34 @@ const styles_52 = require("../popconfirm/styles");
57
57
  const styles_53 = require("../popover/styles");
58
58
  const styles_54 = require("../popselect/styles");
59
59
  const styles_55 = require("../progress/styles");
60
- const styles_56 = require("../radio/styles");
61
- const styles_57 = require("../rate/styles");
62
- const styles_58 = require("../result/styles");
63
- const styles_59 = require("../legacy-grid/styles");
64
- const styles_60 = require("../_internal/scrollbar/styles");
65
- const styles_61 = require("../select/styles");
66
- const styles_62 = require("../skeleton/styles");
67
- const styles_63 = require("../slider/styles");
68
- const styles_64 = require("../space/styles");
69
- const styles_65 = require("../spin/styles");
70
- const styles_66 = require("../statistic/styles");
71
- const styles_67 = require("../steps/styles");
72
- const styles_68 = require("../switch/styles");
73
- const styles_69 = require("../table/styles");
74
- const styles_70 = require("../tabs/styles");
75
- const styles_71 = require("../tag/styles");
76
- const styles_72 = require("../thing/styles");
77
- const styles_73 = require("../time-picker/styles");
78
- const styles_74 = require("../timeline/styles");
79
- const styles_75 = require("../tooltip/styles");
80
- const styles_76 = require("../transfer/styles");
81
- const styles_77 = require("../tree-select/styles");
82
- const styles_78 = require("../typography/styles");
83
- const styles_79 = require("../tree/styles");
84
- const styles_80 = require("../upload/styles");
85
- const styles_81 = require("../watermark/styles");
60
+ const styles_56 = require("../qr-code/styles");
61
+ const styles_57 = require("../radio/styles");
62
+ const styles_58 = require("../rate/styles");
63
+ const styles_59 = require("../result/styles");
64
+ const styles_60 = require("../legacy-grid/styles");
65
+ const styles_61 = require("../_internal/scrollbar/styles");
66
+ const styles_62 = require("../select/styles");
67
+ const styles_63 = require("../skeleton/styles");
68
+ const styles_64 = require("../slider/styles");
69
+ const styles_65 = require("../space/styles");
70
+ const styles_66 = require("../spin/styles");
71
+ const styles_67 = require("../statistic/styles");
72
+ const styles_68 = require("../steps/styles");
73
+ const styles_69 = require("../switch/styles");
74
+ const styles_70 = require("../table/styles");
75
+ const styles_71 = require("../tabs/styles");
76
+ const styles_72 = require("../tag/styles");
77
+ const styles_73 = require("../thing/styles");
78
+ const styles_74 = require("../time-picker/styles");
79
+ const styles_75 = require("../timeline/styles");
80
+ const styles_76 = require("../tooltip/styles");
81
+ const styles_77 = require("../transfer/styles");
82
+ const styles_78 = require("../tree-select/styles");
83
+ const styles_79 = require("../typography/styles");
84
+ const styles_80 = require("../tree/styles");
85
+ const styles_81 = require("../upload/styles");
86
+ const styles_82 = require("../watermark/styles");
87
+ const styles_83 = require("../split/styles");
86
88
  exports.darkTheme = {
87
89
  name: 'dark',
88
90
  common: common_1.commonDark,
@@ -141,30 +143,32 @@ exports.darkTheme = {
141
143
  Popover: styles_53.popoverDark,
142
144
  Popselect: styles_54.popselectDark,
143
145
  Progress: styles_55.progressDark,
144
- Radio: styles_56.radioDark,
145
- Rate: styles_57.rateDark,
146
- Result: styles_58.resultDark,
147
- Row: styles_59.rowDark,
148
- Scrollbar: styles_60.scrollbarDark,
149
- Select: styles_61.selectDark,
150
- Skeleton: styles_62.skeletonDark,
151
- Slider: styles_63.sliderDark,
152
- Space: styles_64.spaceDark,
153
- Spin: styles_65.spinDark,
154
- Statistic: styles_66.statisticDark,
155
- Steps: styles_67.stepsDark,
156
- Switch: styles_68.switchDark,
157
- Table: styles_69.tableDark,
158
- Tabs: styles_70.tabsDark,
159
- Tag: styles_71.tagDark,
160
- Thing: styles_72.thingDark,
161
- TimePicker: styles_73.timePickerDark,
162
- Timeline: styles_74.timelineDark,
163
- Tooltip: styles_75.tooltipDark,
164
- Transfer: styles_76.transferDark,
165
- Tree: styles_79.treeDark,
166
- TreeSelect: styles_77.treeSelectDark,
167
- Typography: styles_78.typographyDark,
168
- Upload: styles_80.uploadDark,
169
- Watermark: styles_81.watermarkDark
146
+ QrCode: styles_56.qrcodeDark,
147
+ Radio: styles_57.radioDark,
148
+ Rate: styles_58.rateDark,
149
+ Result: styles_59.resultDark,
150
+ Row: styles_60.rowDark,
151
+ Scrollbar: styles_61.scrollbarDark,
152
+ Select: styles_62.selectDark,
153
+ Skeleton: styles_63.skeletonDark,
154
+ Slider: styles_64.sliderDark,
155
+ Space: styles_65.spaceDark,
156
+ Spin: styles_66.spinDark,
157
+ Statistic: styles_67.statisticDark,
158
+ Steps: styles_68.stepsDark,
159
+ Switch: styles_69.switchDark,
160
+ Table: styles_70.tableDark,
161
+ Tabs: styles_71.tabsDark,
162
+ Tag: styles_72.tagDark,
163
+ Thing: styles_73.thingDark,
164
+ TimePicker: styles_74.timePickerDark,
165
+ Timeline: styles_75.timelineDark,
166
+ Tooltip: styles_76.tooltipDark,
167
+ Transfer: styles_77.transferDark,
168
+ Tree: styles_80.treeDark,
169
+ TreeSelect: styles_78.treeSelectDark,
170
+ Typography: styles_79.typographyDark,
171
+ Upload: styles_81.uploadDark,
172
+ Watermark: styles_82.watermarkDark,
173
+ Split: styles_83.splitDark
170
174
  };
@@ -59,32 +59,34 @@ const styles_52 = require("../popconfirm/styles");
59
59
  const styles_53 = require("../popover/styles");
60
60
  const styles_54 = require("../popselect/styles");
61
61
  const styles_55 = require("../progress/styles");
62
- const styles_56 = require("../radio/styles");
63
- const styles_57 = require("../rate/styles");
64
- const styles_58 = require("../result/styles");
65
- const styles_59 = require("../legacy-grid/styles");
66
- const styles_60 = require("../_internal/scrollbar/styles");
67
- const styles_61 = require("../select/styles");
68
- const styles_62 = require("../skeleton/styles");
69
- const styles_63 = require("../slider/styles");
70
- const styles_64 = require("../space/styles");
71
- const styles_65 = require("../spin/styles");
72
- const styles_66 = require("../statistic/styles");
73
- const styles_67 = require("../steps/styles");
74
- const styles_68 = require("../switch/styles");
75
- const styles_69 = require("../table/styles");
76
- const styles_70 = require("../tabs/styles");
77
- const styles_71 = require("../tag/styles");
78
- const styles_72 = require("../thing/styles");
79
- const styles_73 = require("../time-picker/styles");
80
- const styles_74 = require("../timeline/styles");
81
- const styles_75 = require("../tooltip/styles");
82
- const styles_76 = require("../transfer/styles");
83
- const styles_77 = require("../typography/styles");
84
- const styles_78 = require("../tree/styles");
85
- const styles_79 = require("../tree-select/styles");
86
- const styles_80 = require("../upload/styles");
87
- const styles_81 = require("../watermark/styles");
62
+ const styles_56 = require("../qr-code/styles");
63
+ const styles_57 = require("../radio/styles");
64
+ const styles_58 = require("../rate/styles");
65
+ const styles_59 = require("../result/styles");
66
+ const styles_60 = require("../legacy-grid/styles");
67
+ const styles_61 = require("../_internal/scrollbar/styles");
68
+ const styles_62 = require("../select/styles");
69
+ const styles_63 = require("../skeleton/styles");
70
+ const styles_64 = require("../slider/styles");
71
+ const styles_65 = require("../space/styles");
72
+ const styles_66 = require("../spin/styles");
73
+ const styles_67 = require("../statistic/styles");
74
+ const styles_68 = require("../steps/styles");
75
+ const styles_69 = require("../switch/styles");
76
+ const styles_70 = require("../table/styles");
77
+ const styles_71 = require("../tabs/styles");
78
+ const styles_72 = require("../tag/styles");
79
+ const styles_73 = require("../thing/styles");
80
+ const styles_74 = require("../time-picker/styles");
81
+ const styles_75 = require("../timeline/styles");
82
+ const styles_76 = require("../tooltip/styles");
83
+ const styles_77 = require("../transfer/styles");
84
+ const styles_78 = require("../typography/styles");
85
+ const styles_79 = require("../tree/styles");
86
+ const styles_80 = require("../tree-select/styles");
87
+ const styles_81 = require("../upload/styles");
88
+ const styles_82 = require("../watermark/styles");
89
+ const styles_83 = require("../split/styles");
88
90
  exports.lightTheme = {
89
91
  name: 'light',
90
92
  common: common_1.commonLight,
@@ -143,30 +145,32 @@ exports.lightTheme = {
143
145
  Popover: styles_53.popoverLight,
144
146
  Popselect: styles_54.popselectLight,
145
147
  Progress: styles_55.progressLight,
146
- Radio: styles_56.radioLight,
147
- Rate: styles_57.rateLight,
148
- Row: styles_59.rowLight,
149
- Result: styles_58.resultLight,
150
- Scrollbar: styles_60.scrollbarLight,
151
- Skeleton: styles_62.skeletonLight,
152
- Select: styles_61.selectLight,
153
- Slider: styles_63.sliderLight,
154
- Space: styles_64.spaceLight,
155
- Spin: styles_65.spinLight,
156
- Statistic: styles_66.statisticLight,
157
- Steps: styles_67.stepsLight,
158
- Switch: styles_68.switchLight,
159
- Table: styles_69.tableLight,
160
- Tabs: styles_70.tabsLight,
161
- Tag: styles_71.tagLight,
162
- Thing: styles_72.thingLight,
163
- TimePicker: styles_73.timePickerLight,
164
- Timeline: styles_74.timelineLight,
165
- Tooltip: styles_75.tooltipLight,
166
- Transfer: styles_76.transferLight,
167
- Tree: styles_78.treeLight,
168
- TreeSelect: styles_79.treeSelectLight,
169
- Typography: styles_77.typographyLight,
170
- Upload: styles_80.uploadLight,
171
- Watermark: styles_81.watermarkLight
148
+ QrCode: styles_56.qrcodeLight,
149
+ Radio: styles_57.radioLight,
150
+ Rate: styles_58.rateLight,
151
+ Row: styles_60.rowLight,
152
+ Result: styles_59.resultLight,
153
+ Scrollbar: styles_61.scrollbarLight,
154
+ Skeleton: styles_63.skeletonLight,
155
+ Select: styles_62.selectLight,
156
+ Slider: styles_64.sliderLight,
157
+ Space: styles_65.spaceLight,
158
+ Spin: styles_66.spinLight,
159
+ Statistic: styles_67.statisticLight,
160
+ Steps: styles_68.stepsLight,
161
+ Switch: styles_69.switchLight,
162
+ Table: styles_70.tableLight,
163
+ Tabs: styles_71.tabsLight,
164
+ Tag: styles_72.tagLight,
165
+ Thing: styles_73.thingLight,
166
+ TimePicker: styles_74.timePickerLight,
167
+ Timeline: styles_75.timelineLight,
168
+ Tooltip: styles_76.tooltipLight,
169
+ Transfer: styles_77.transferLight,
170
+ Tree: styles_79.treeLight,
171
+ TreeSelect: styles_80.treeSelectLight,
172
+ Typography: styles_78.typographyLight,
173
+ Upload: styles_81.uploadLight,
174
+ Watermark: styles_82.watermarkLight,
175
+ Split: styles_83.splitLight
172
176
  };
@@ -4,8 +4,10 @@ export declare const thingProps: {
4
4
  title: StringConstructor;
5
5
  titleExtra: StringConstructor;
6
6
  description: StringConstructor;
7
+ descriptionClass: StringConstructor;
7
8
  descriptionStyle: PropType<string | CSSProperties>;
8
9
  content: StringConstructor;
10
+ contentClass: StringConstructor;
9
11
  contentStyle: PropType<string | CSSProperties>;
10
12
  contentIndented: BooleanConstructor;
11
13
  theme: PropType<import("../../_mixins").Theme<"Thing", {
@@ -32,8 +34,10 @@ declare const _default: import("vue").DefineComponent<{
32
34
  title: StringConstructor;
33
35
  titleExtra: StringConstructor;
34
36
  description: StringConstructor;
37
+ descriptionClass: StringConstructor;
35
38
  descriptionStyle: PropType<string | CSSProperties>;
36
39
  content: StringConstructor;
40
+ contentClass: StringConstructor;
37
41
  contentStyle: PropType<string | CSSProperties>;
38
42
  contentIndented: BooleanConstructor;
39
43
  theme: PropType<import("../../_mixins").Theme<"Thing", {
@@ -58,8 +62,10 @@ declare const _default: import("vue").DefineComponent<{
58
62
  title: StringConstructor;
59
63
  titleExtra: StringConstructor;
60
64
  description: StringConstructor;
65
+ descriptionClass: StringConstructor;
61
66
  descriptionStyle: PropType<string | CSSProperties>;
62
67
  content: StringConstructor;
68
+ contentClass: StringConstructor;
63
69
  contentStyle: PropType<string | CSSProperties>;
64
70
  contentIndented: BooleanConstructor;
65
71
  theme: PropType<import("../../_mixins").Theme<"Thing", {
@@ -82,5 +88,5 @@ declare const _default: import("vue").DefineComponent<{
82
88
  }, any>>>;
83
89
  }>>, {
84
90
  contentIndented: boolean;
85
- }>;
91
+ }, {}>;
86
92
  export default _default;
@@ -8,7 +8,7 @@ const vue_1 = require("vue");
8
8
  const _mixins_1 = require("../../_mixins");
9
9
  const styles_1 = require("../styles");
10
10
  const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
11
- exports.thingProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { title: String, titleExtra: String, description: String, descriptionStyle: [String, Object], content: String, contentStyle: [String, Object], contentIndented: Boolean });
11
+ exports.thingProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { title: String, titleExtra: String, description: String, descriptionClass: String, descriptionStyle: [String, Object], content: String, contentClass: String, contentStyle: [String, Object], contentIndented: Boolean });
12
12
  exports.default = (0, vue_1.defineComponent)({
13
13
  name: 'Thing',
14
14
  props: exports.thingProps,
@@ -59,7 +59,10 @@ exports.default = (0, vue_1.defineComponent)({
59
59
  slots['header-extra'] || props.titleExtra ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-header__extra` }, slots['header-extra']
60
60
  ? slots['header-extra']()
61
61
  : props.titleExtra)) : null),
62
- slots.description || props.description ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-main__description`, style: props.descriptionStyle }, slots.description
62
+ slots.description || props.description ? ((0, vue_1.h)("div", { class: [
63
+ `${mergedClsPrefix}-thing-main__description`,
64
+ props.descriptionClass
65
+ ], style: props.descriptionStyle }, slots.description
63
66
  ? slots.description()
64
67
  : props.description)) : null)) : null)) : ((0, vue_1.h)(vue_1.Fragment, null,
65
68
  slots.header ||
@@ -70,10 +73,16 @@ exports.default = (0, vue_1.defineComponent)({
70
73
  slots['header-extra'] || props.titleExtra ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-header__extra` }, slots['header-extra']
71
74
  ? slots['header-extra']()
72
75
  : props.titleExtra)) : null)) : null,
73
- slots.description || props.description ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-main__description`, style: props.descriptionStyle }, slots.description
76
+ slots.description || props.description ? ((0, vue_1.h)("div", { class: [
77
+ `${mergedClsPrefix}-thing-main__description`,
78
+ props.descriptionClass
79
+ ], style: props.descriptionStyle }, slots.description
74
80
  ? slots.description()
75
81
  : props.description)) : null)),
76
- slots.default || props.content ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-main__content`, style: props.contentStyle }, slots.default ? slots.default() : props.content)) : null,
82
+ slots.default || props.content ? ((0, vue_1.h)("div", { class: [
83
+ `${mergedClsPrefix}-thing-main__content`,
84
+ props.contentClass
85
+ ], style: props.contentStyle }, slots.default ? slots.default() : props.content)) : null,
77
86
  slots.footer ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-main__footer` }, slots.footer())) : null,
78
87
  slots.action ? ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-thing-main__action` }, slots.action())) : null)));
79
88
  };
@@ -61,5 +61,5 @@ declare const _default: import("vue").DefineComponent<{
61
61
  readonly time: number | Date;
62
62
  readonly to: number | Date;
63
63
  readonly unix: boolean;
64
- }>;
64
+ }, {}>;
65
65
  export default _default;
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.timeProps = void 0;
7
7
  const vue_1 = require("vue");
8
8
  const date_fns_1 = require("date-fns"); //
9
- const formatInTimeZone_1 = __importDefault(require("date-fns-tz/formatInTimeZone")); //
9
+ const formatInTimeZone_1 = __importDefault(require("date-fns-tz/formatInTimeZone"));
10
10
  const _mixins_1 = require("../../_mixins");
11
11
  exports.timeProps = {
12
12
  time: {
@@ -588,5 +588,5 @@ declare const _default: import("vue").DefineComponent<{
588
588
  secondValue: number | null;
589
589
  amPmValue: "am" | "pm" | null;
590
590
  use12Hours: boolean;
591
- }>;
591
+ }, {}>;
592
592
  export default _default;
@@ -30,5 +30,5 @@ declare const _default: import("vue").DefineComponent<{
30
30
  onItemClick: PropType<(value: number | 'am' | 'pm') => void>;
31
31
  }>>, {
32
32
  activeValue: number | "am" | "pm" | null;
33
- }>;
33
+ }, {}>;
34
34
  export default _default;
@@ -28,7 +28,11 @@ exports.default = (0, vue_1.defineComponent)({
28
28
  `${clsPrefix}-time-picker-col__item`,
29
29
  active && `${clsPrefix}-time-picker-col__item--active`,
30
30
  disabled && `${clsPrefix}-time-picker-col__item--disabled`
31
- ], onClick: onItemClick && !disabled ? () => { onItemClick(value); } : undefined }, label));
31
+ ], onClick: onItemClick && !disabled
32
+ ? () => {
33
+ onItemClick(value);
34
+ }
35
+ : undefined }, label));
32
36
  });
33
37
  }
34
38
  });
@@ -1882,7 +1882,7 @@ declare const _default: import("vue").DefineComponent<{
1882
1882
  blur: () => void;
1883
1883
  mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
1884
1884
  mergedBordered: import("vue").ComputedRef<boolean>;
1885
- mergedClsPrefix: import("vue").ComputedRef<string>;
1885
+ mergedClsPrefix: import("vue").Ref<string>;
1886
1886
  namespace: import("vue").ComputedRef<string | undefined>;
1887
1887
  uncontrolledValue: import("vue").Ref<number | null>;
1888
1888
  mergedValue: import("vue").ComputedRef<number | null>;
@@ -3377,5 +3377,5 @@ declare const _default: import("vue").DefineComponent<{
3377
3377
  stateful: boolean;
3378
3378
  use12Hours: boolean;
3379
3379
  inputReadonly: boolean;
3380
- }>;
3380
+ }, {}>;
3381
3381
  export default _default;
@@ -10,7 +10,7 @@ const vueuc_1 = require("vueuc");
10
10
  const vdirs_1 = require("vdirs");
11
11
  const seemly_1 = require("seemly");
12
12
  const date_fns_1 = require("date-fns"); //
13
- const formatInTimeZone_1 = __importDefault(require("date-fns-tz/formatInTimeZone")); //
13
+ const formatInTimeZone_1 = __importDefault(require("date-fns-tz/formatInTimeZone"));
14
14
  const utils_1 = require("../../date-picker/src/utils");
15
15
  const icons_1 = require("../../_internal/icons");
16
16
  const input_1 = require("../../input");
@@ -263,5 +263,5 @@ declare const _default: import("vue").DefineComponent<{
263
263
  readonly size: "medium" | "large";
264
264
  readonly horizontal: boolean;
265
265
  readonly itemPlacement: "left" | "right";
266
- }>;
266
+ }, {}>;
267
267
  export default _default;
@@ -62,5 +62,5 @@ declare const _default: import("vue").DefineComponent<{
62
62
  }>>, {
63
63
  type: "default" | "error" | "info" | "success" | "warning";
64
64
  lineType: "default" | "dashed";
65
- }>;
65
+ }, {}>;
66
66
  export default _default;
@@ -103,7 +103,10 @@ export declare const tooltipProps: {
103
103
  type: import("vue").PropType<"show" | "if">;
104
104
  default: string;
105
105
  };
106
+ arrowClass: StringConstructor;
106
107
  arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
108
+ arrowWrapperClass: StringConstructor;
109
+ arrowWrapperStyle: import("vue").PropType<string | import("vue").CSSProperties>;
107
110
  flip: {
108
111
  type: BooleanConstructor;
109
112
  default: boolean;
@@ -127,8 +130,11 @@ export declare const tooltipProps: {
127
130
  default: undefined;
128
131
  };
129
132
  scrollable: BooleanConstructor;
133
+ contentClass: StringConstructor;
130
134
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
135
+ headerClass: StringConstructor;
131
136
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
137
+ footerClass: StringConstructor;
132
138
  footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
133
139
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
134
140
  'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
@@ -256,7 +262,10 @@ declare const _default: import("vue").DefineComponent<{
256
262
  type: import("vue").PropType<"show" | "if">;
257
263
  default: string;
258
264
  };
265
+ arrowClass: StringConstructor;
259
266
  arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
267
+ arrowWrapperClass: StringConstructor;
268
+ arrowWrapperStyle: import("vue").PropType<string | import("vue").CSSProperties>;
260
269
  flip: {
261
270
  type: BooleanConstructor;
262
271
  default: boolean;
@@ -280,8 +289,11 @@ declare const _default: import("vue").DefineComponent<{
280
289
  default: undefined;
281
290
  };
282
291
  scrollable: BooleanConstructor;
292
+ contentClass: StringConstructor;
283
293
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
294
+ headerClass: StringConstructor;
284
295
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
296
+ footerClass: StringConstructor;
285
297
  footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
286
298
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
287
299
  'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
@@ -558,7 +570,10 @@ declare const _default: import("vue").DefineComponent<{
558
570
  type: import("vue").PropType<"show" | "if">;
559
571
  default: string;
560
572
  };
573
+ arrowClass: StringConstructor;
561
574
  arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
575
+ arrowWrapperClass: StringConstructor;
576
+ arrowWrapperStyle: import("vue").PropType<string | import("vue").CSSProperties>;
562
577
  flip: {
563
578
  type: BooleanConstructor;
564
579
  default: boolean;
@@ -582,8 +597,11 @@ declare const _default: import("vue").DefineComponent<{
582
597
  default: undefined;
583
598
  };
584
599
  scrollable: BooleanConstructor;
600
+ contentClass: StringConstructor;
585
601
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
602
+ headerClass: StringConstructor;
586
603
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
604
+ footerClass: StringConstructor;
587
605
  footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
588
606
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
589
607
  'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
@@ -632,5 +650,5 @@ declare const _default: import("vue").DefineComponent<{
632
650
  internalInheritedEventHandlers: import("../../popover/src/Popover").TriggerEventHandlers[];
633
651
  internalExtraClass: string[];
634
652
  arrow: boolean | undefined;
635
- }>;
653
+ }, {}>;
636
654
  export default _default;
@@ -17,6 +17,8 @@ export declare const transferProps: {
17
17
  };
18
18
  readonly virtualScroll: BooleanConstructor;
19
19
  readonly sourceTitle: StringConstructor;
20
+ readonly selectAllText: StringConstructor;
21
+ readonly clearText: StringConstructor;
20
22
  readonly targetTitle: StringConstructor;
21
23
  readonly filterable: {
22
24
  readonly type: BooleanConstructor;
@@ -1110,6 +1112,8 @@ declare const _default: import("vue").DefineComponent<{
1110
1112
  };
1111
1113
  readonly virtualScroll: BooleanConstructor;
1112
1114
  readonly sourceTitle: StringConstructor;
1115
+ readonly selectAllText: StringConstructor;
1116
+ readonly clearText: StringConstructor;
1113
1117
  readonly targetTitle: StringConstructor;
1114
1118
  readonly filterable: {
1115
1119
  readonly type: BooleanConstructor;
@@ -2186,7 +2190,7 @@ declare const _default: import("vue").DefineComponent<{
2186
2190
  }, any>;
2187
2191
  }>>>;
2188
2192
  }, {
2189
- mergedClsPrefix: import("vue").ComputedRef<string>;
2193
+ mergedClsPrefix: import("vue").Ref<string>;
2190
2194
  mergedDisabled: import("vue").ComputedRef<boolean>;
2191
2195
  itemSize: import("vue").ComputedRef<number>;
2192
2196
  isMounted: Readonly<import("vue").Ref<boolean>>;
@@ -2731,6 +2735,8 @@ declare const _default: import("vue").DefineComponent<{
2731
2735
  };
2732
2736
  readonly virtualScroll: BooleanConstructor;
2733
2737
  readonly sourceTitle: StringConstructor;
2738
+ readonly selectAllText: StringConstructor;
2739
+ readonly clearText: StringConstructor;
2734
2740
  readonly targetTitle: StringConstructor;
2735
2741
  readonly filterable: {
2736
2742
  readonly type: BooleanConstructor;
@@ -3816,5 +3822,5 @@ declare const _default: import("vue").DefineComponent<{
3816
3822
  readonly showSelected: boolean;
3817
3823
  readonly sourceFilterable: boolean;
3818
3824
  readonly targetFilterable: boolean;
3819
- }>;
3825
+ }, {}>;
3820
3826
  export default _default;
@@ -27,7 +27,7 @@ exports.transferProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props
27
27
  }, disabled: {
28
28
  type: Boolean,
29
29
  default: undefined
30
- }, virtualScroll: Boolean, sourceTitle: String, targetTitle: String, filterable: {
30
+ }, virtualScroll: Boolean, sourceTitle: String, selectAllText: String, clearText: String, targetTitle: String, filterable: {
31
31
  type: Boolean,
32
32
  default: undefined
33
33
  }, sourceFilterable: Boolean, targetFilterable: Boolean, showSelected: {
@@ -174,7 +174,7 @@ exports.default = (0, vue_1.defineComponent)({
174
174
  this.mergedDisabled && `${mergedClsPrefix}-transfer--disabled`
175
175
  ], style: this.cssVars },
176
176
  (0, vue_1.h)("div", { class: `${mergedClsPrefix}-transfer-list ${mergedClsPrefix}-transfer-list--source` },
177
- (0, vue_1.h)(TransferHeader_1.default, { source: true, title: this.sourceTitle, onCheckedAll: this.handleSourceCheckAll, onClearAll: this.handleSourceUncheckAll, size: this.mergedSize }),
177
+ (0, vue_1.h)(TransferHeader_1.default, { source: true, selectAllText: this.selectAllText, clearText: this.clearText, title: this.sourceTitle, onCheckedAll: this.handleSourceCheckAll, onClearAll: this.handleSourceUncheckAll, size: this.mergedSize }),
178
178
  (0, vue_1.h)("div", { class: `${mergedClsPrefix}-transfer-list-body` },
179
179
  mergedSrcFilterable ? ((0, vue_1.h)(TransferFilter_1.default, { onUpdateValue: this.handleSrcFilterUpdateValue, value: this.srcPattern, disabled: this.mergedDisabled, placeholder: this.sourceFilterPlaceholder })) : null,
180
180
  (0, vue_1.h)("div", { class: `${mergedClsPrefix}-transfer-list-flex-container` }, renderSourceList ? ((0, vue_1.h)(_internal_1.NScrollbar, { theme: mergedTheme.peers.Scrollbar, themeOverrides: mergedTheme.peerOverrides.Scrollbar }, {
@@ -504,5 +504,5 @@ declare const _default: import("vue").DefineComponent<{
504
504
  };
505
505
  }>>, {
506
506
  disabled: boolean;
507
- }>;
507
+ }, {}>;
508
508
  export default _default;
@@ -4,6 +4,8 @@ declare const _default: import("vue").DefineComponent<{
4
4
  type: PropType<"small" | "medium" | "large">;
5
5
  required: true;
6
6
  };
7
+ selectAllText: StringConstructor;
8
+ clearText: StringConstructor;
7
9
  source: BooleanConstructor;
8
10
  onCheckedAll: PropType<() => void>;
9
11
  onClearAll: PropType<() => void>;
@@ -13,11 +15,13 @@ declare const _default: import("vue").DefineComponent<{
13
15
  type: PropType<"small" | "medium" | "large">;
14
16
  required: true;
15
17
  };
18
+ selectAllText: StringConstructor;
19
+ clearText: StringConstructor;
16
20
  source: BooleanConstructor;
17
21
  onCheckedAll: PropType<() => void>;
18
22
  onClearAll: PropType<() => void>;
19
23
  title: StringConstructor;
20
24
  }>>, {
21
25
  source: boolean;
22
- }>;
26
+ }, {}>;
23
27
  export default _default;
@@ -11,6 +11,8 @@ exports.default = (0, vue_1.defineComponent)({
11
11
  type: String,
12
12
  required: true
13
13
  },
14
+ selectAllText: String,
15
+ clearText: String,
14
16
  source: Boolean,
15
17
  onCheckedAll: Function,
16
18
  onClearAll: Function,
@@ -22,7 +24,7 @@ exports.default = (0, vue_1.defineComponent)({
22
24
  } = (0, vue_1.inject)(interface_1.transferInjectionKey);
23
25
  const { localeRef } = (0, _mixins_1.useLocale)('Transfer');
24
26
  return () => {
25
- const { source, onClearAll, onCheckedAll } = props;
27
+ const { source, onClearAll, onCheckedAll, selectAllText, clearText } = props;
26
28
  const { value: mergedTheme } = mergedThemeRef;
27
29
  const { value: mergedClsPrefix } = mergedClsPrefixRef;
28
30
  const { value: locale } = localeRef;
@@ -31,7 +33,9 @@ exports.default = (0, vue_1.defineComponent)({
31
33
  return ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-transfer-list-header` },
32
34
  title && ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-transfer-list-header__title` }, title)),
33
35
  source && ((0, vue_1.h)(button_1.NButton, { class: `${mergedClsPrefix}-transfer-list-header__button`, theme: mergedTheme.peers.Button, themeOverrides: mergedTheme.peerOverrides.Button, size: buttonSize, tertiary: true, onClick: allCheckedRef.value ? onClearAll : onCheckedAll, disabled: canNotSelectAnythingRef.value || disabledRef.value }, {
34
- default: () => allCheckedRef.value ? locale.unselectAll : locale.selectAll
36
+ default: () => allCheckedRef.value
37
+ ? clearText || locale.unselectAll
38
+ : selectAllText || locale.selectAll
35
39
  })),
36
40
  !source && canBeClearedRef.value && ((0, vue_1.h)(button_1.NButton, { class: `${mergedClsPrefix}-transfer-list-header__button`, theme: mergedTheme.peers.Button, themeOverrides: mergedTheme.peerOverrides.Button, size: buttonSize, tertiary: true, onClick: onClearAll, disabled: disabledRef.value }, {
37
41
  default: () => locale.clearAll
@@ -545,5 +545,5 @@ declare const _default: import("vue").DefineComponent<{
545
545
  source: BooleanConstructor;
546
546
  }>>, {
547
547
  source: boolean;
548
- }>;
548
+ }, {}>;
549
549
  export default _default;
@@ -525,5 +525,5 @@ declare const _default: import("vue").DefineComponent<{
525
525
  }>>, {
526
526
  source: boolean;
527
527
  disabled: boolean;
528
- }>;
528
+ }, {}>;
529
529
  export default _default;