naive-ui 2.30.7 → 2.32.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 (1202) hide show
  1. package/dist/index.js +5583 -3167
  2. package/dist/index.prod.js +2 -2
  3. package/es/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
  4. package/es/_internal/scrollbar/src/Scrollbar.js +52 -23
  5. package/es/_internal/scrollbar/src/styles/index.cssr.js +2 -1
  6. package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  7. package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
  8. package/es/_internal/scrollbar/styles/index.d.ts +1 -0
  9. package/es/_internal/scrollbar/styles/index.js +1 -0
  10. package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
  11. package/es/_internal/scrollbar/styles/rtl.js +6 -0
  12. package/es/_internal/select-menu/src/styles/index.cssr.js +1 -1
  13. package/es/_internal/selection/src/Selection.js +4 -2
  14. package/es/_internal/selection/src/styles/index.cssr.js +5 -1
  15. package/es/_mixins/index.d.ts +1 -0
  16. package/es/_mixins/index.js +1 -0
  17. package/es/_mixins/use-rtl.d.ts +1 -1
  18. package/es/_mixins/use-rtl.js +1 -1
  19. package/es/_utils/env/browser.d.ts +3 -0
  20. package/es/_utils/env/browser.js +4 -0
  21. package/es/_utils/env/is-native-lazy-load.d.ts +1 -0
  22. package/es/_utils/env/is-native-lazy-load.js +3 -0
  23. package/es/_utils/naive/extract-public-props.d.ts +4 -1
  24. package/es/affix/index.d.ts +1 -1
  25. package/es/affix/index.js +1 -1
  26. package/es/alert/index.d.ts +1 -1
  27. package/es/alert/index.js +1 -1
  28. package/es/alert/src/Alert.d.ts +1 -1
  29. package/es/alert/src/Alert.js +2 -2
  30. package/es/anchor/index.d.ts +2 -2
  31. package/es/anchor/index.js +2 -2
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/AnchorAdapter.js +1 -1
  34. package/es/anchor/src/Link.d.ts +1 -1
  35. package/es/anchor/src/Link.js +1 -1
  36. package/es/auto-complete/index.d.ts +1 -1
  37. package/es/auto-complete/index.js +1 -1
  38. package/es/auto-complete/src/AutoComplete.d.ts +2 -1
  39. package/es/auto-complete/src/AutoComplete.js +1 -1
  40. package/es/avatar/index.d.ts +1 -1
  41. package/es/avatar/index.js +1 -1
  42. package/es/avatar/src/Avatar.d.ts +12 -1
  43. package/es/avatar/src/Avatar.js +63 -8
  44. package/es/avatar-group/index.d.ts +1 -1
  45. package/es/avatar-group/index.js +1 -1
  46. package/es/avatar-group/src/AvatarGroup.d.ts +1 -1
  47. package/es/avatar-group/src/AvatarGroup.js +2 -2
  48. package/es/back-top/index.d.ts +1 -1
  49. package/es/back-top/index.js +1 -1
  50. package/es/back-top/src/BackTop.d.ts +1 -1
  51. package/es/back-top/src/BackTop.js +1 -1
  52. package/es/badge/index.d.ts +1 -1
  53. package/es/badge/index.js +1 -1
  54. package/es/badge/src/Badge.d.ts +1 -1
  55. package/es/badge/src/Badge.js +2 -2
  56. package/es/breadcrumb/index.d.ts +2 -2
  57. package/es/breadcrumb/index.js +2 -2
  58. package/es/breadcrumb/src/Breadcrumb.d.ts +1 -1
  59. package/es/breadcrumb/src/Breadcrumb.js +1 -1
  60. package/es/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  61. package/es/breadcrumb/src/BreadcrumbItem.js +1 -1
  62. package/es/breadcrumb/src/styles/index.cssr.js +1 -0
  63. package/es/button/index.d.ts +1 -1
  64. package/es/button/index.js +1 -1
  65. package/es/button/src/Button.d.ts +13 -4
  66. package/es/button/src/Button.js +11 -4
  67. package/es/button/src/styles/index.cssr.js +1 -0
  68. package/es/button-group/index.d.ts +1 -1
  69. package/es/button-group/index.js +1 -1
  70. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  71. package/es/button-group/src/ButtonGroup.js +2 -2
  72. package/es/calendar/index.d.ts +1 -1
  73. package/es/calendar/index.js +1 -1
  74. package/es/calendar/src/Calendar.d.ts +1 -1
  75. package/es/calendar/src/Calendar.js +1 -1
  76. package/es/card/index.d.ts +1 -1
  77. package/es/card/index.js +1 -1
  78. package/es/card/src/Card.d.ts +2 -2
  79. package/es/card/src/Card.js +2 -2
  80. package/es/carousel/index.d.ts +1 -1
  81. package/es/carousel/index.js +1 -1
  82. package/es/carousel/src/Carousel.d.ts +17 -38
  83. package/es/carousel/src/Carousel.js +270 -273
  84. package/es/carousel/src/CarouselArrow.js +3 -5
  85. package/es/carousel/src/CarouselContext.d.ts +21 -0
  86. package/es/carousel/src/CarouselContext.js +11 -0
  87. package/es/carousel/src/CarouselDots.d.ts +1 -1
  88. package/es/carousel/src/CarouselDots.js +23 -31
  89. package/es/carousel/src/CarouselItem.d.ts +4 -4
  90. package/es/carousel/src/CarouselItem.js +17 -36
  91. package/es/carousel/src/interface.d.ts +12 -31
  92. package/es/carousel/src/interface.js +1 -3
  93. package/es/carousel/src/styles/index.cssr.js +9 -3
  94. package/es/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
  95. package/es/carousel/src/utils/duplicatedLogic.js +46 -0
  96. package/es/carousel/src/utils/event.d.ts +1 -0
  97. package/es/carousel/src/utils/event.js +3 -0
  98. package/es/carousel/src/utils/index.d.ts +6 -0
  99. package/es/carousel/src/{utils.js → utils/index.js} +3 -28
  100. package/es/cascader/index.d.ts +1 -1
  101. package/es/cascader/index.js +1 -1
  102. package/es/cascader/src/Cascader.d.ts +1 -1
  103. package/es/cascader/src/Cascader.js +1 -1
  104. package/es/cascader/src/utils.d.ts +1 -4
  105. package/es/cascader/src/utils.js +18 -28
  106. package/es/checkbox/index.d.ts +2 -2
  107. package/es/checkbox/index.js +2 -2
  108. package/es/checkbox/src/Checkbox.d.ts +1 -1
  109. package/es/checkbox/src/Checkbox.js +2 -2
  110. package/es/checkbox/src/CheckboxGroup.d.ts +28 -23
  111. package/es/checkbox/src/CheckboxGroup.js +59 -29
  112. package/es/checkbox/src/styles/index.cssr.js +2 -0
  113. package/es/code/index.d.ts +1 -1
  114. package/es/code/index.js +1 -1
  115. package/es/code/src/Code.d.ts +17 -1
  116. package/es/code/src/Code.js +54 -13
  117. package/es/code/src/styles/index.cssr.js +14 -2
  118. package/es/code/styles/dark.js +4 -2
  119. package/es/code/styles/light.d.ts +1 -0
  120. package/es/code/styles/light.js +4 -2
  121. package/es/collapse/index.d.ts +2 -2
  122. package/es/collapse/index.js +2 -2
  123. package/es/collapse/src/Collapse.d.ts +1 -1
  124. package/es/collapse/src/Collapse.js +2 -2
  125. package/es/collapse/src/CollapseItem.d.ts +1 -1
  126. package/es/collapse/src/CollapseItem.js +2 -2
  127. package/es/collapse-transition/index.d.ts +1 -1
  128. package/es/collapse-transition/index.js +1 -1
  129. package/es/collapse-transition/src/CollapseTransition.d.ts +2 -2
  130. package/es/collapse-transition/src/CollapseTransition.js +3 -3
  131. package/es/color-picker/index.d.ts +1 -1
  132. package/es/color-picker/index.js +1 -1
  133. package/es/color-picker/src/ColorPicker.d.ts +2 -2
  134. package/es/color-picker/src/ColorPicker.js +2 -2
  135. package/es/components.d.ts +1 -0
  136. package/es/components.js +1 -0
  137. package/es/config-provider/src/ConfigProvider.d.ts +24 -3
  138. package/es/config-provider/src/internal-interface.d.ts +4 -0
  139. package/es/countdown/index.d.ts +2 -2
  140. package/es/countdown/index.js +1 -1
  141. package/es/countdown/src/Countdown.d.ts +9 -2
  142. package/es/countdown/src/Countdown.js +42 -26
  143. package/es/data-table/index.d.ts +1 -1
  144. package/es/data-table/index.js +1 -1
  145. package/es/data-table/src/TableParts/Body.d.ts +4 -0
  146. package/es/data-table/src/TableParts/Body.js +50 -34
  147. package/es/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  148. package/es/data-table/src/TableParts/BodyRadio.js +30 -0
  149. package/es/data-table/src/TableParts/Header.js +2 -2
  150. package/es/data-table/src/interface.d.ts +2 -1
  151. package/es/data-table/src/use-check.d.ts +1 -1
  152. package/es/data-table/src/use-check.js +15 -3
  153. package/es/date-picker/index.d.ts +1 -1
  154. package/es/date-picker/index.js +1 -1
  155. package/es/date-picker/src/DatePicker.d.ts +2 -1
  156. package/es/date-picker/src/DatePicker.js +19 -10
  157. package/es/date-picker/src/panel/daterange.d.ts +0 -1
  158. package/es/date-picker/src/panel/daterange.js +2 -2
  159. package/es/date-picker/src/panel/datetimerange.d.ts +0 -1
  160. package/es/date-picker/src/panel/datetimerange.js +2 -2
  161. package/es/date-picker/src/panel/month.js +1 -1
  162. package/es/date-picker/src/panel/monthrange.d.ts +0 -1
  163. package/es/date-picker/src/panel/monthrange.js +2 -2
  164. package/es/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
  165. package/es/date-picker/src/panel/use-dual-calendar.js +0 -11
  166. package/es/date-picker/src/styles/index.cssr.js +4 -0
  167. package/es/descriptions/index.d.ts +2 -2
  168. package/es/descriptions/index.js +2 -2
  169. package/es/descriptions/src/Descriptions.d.ts +2 -2
  170. package/es/descriptions/src/Descriptions.js +2 -2
  171. package/es/descriptions/src/DescriptionsItem.d.ts +2 -2
  172. package/es/descriptions/src/DescriptionsItem.js +2 -2
  173. package/es/dialog/index.d.ts +2 -1
  174. package/es/dialog/index.js +2 -1
  175. package/es/dialog/src/DialogEnvironment.d.ts +4 -0
  176. package/es/dialog/src/DialogEnvironment.js +11 -4
  177. package/es/dialog/src/DialogProvider.d.ts +2 -1
  178. package/es/dialog/src/DialogProvider.js +1 -1
  179. package/es/divider/index.d.ts +1 -1
  180. package/es/divider/index.js +1 -1
  181. package/es/divider/src/Divider.d.ts +1 -1
  182. package/es/divider/src/Divider.js +1 -1
  183. package/es/drawer/index.d.ts +2 -2
  184. package/es/drawer/index.js +2 -2
  185. package/es/drawer/src/Drawer.d.ts +60 -27
  186. package/es/drawer/src/Drawer.js +39 -18
  187. package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -0
  188. package/es/drawer/src/DrawerBodyWrapper.js +97 -2
  189. package/es/drawer/src/DrawerContent.d.ts +2 -1
  190. package/es/drawer/src/DrawerContent.js +1 -1
  191. package/es/drawer/src/interface.d.ts +2 -0
  192. package/es/drawer/src/styles/index.cssr.js +42 -5
  193. package/es/drawer/styles/light.d.ts +2 -0
  194. package/es/drawer/styles/light.js +3 -2
  195. package/es/dropdown/index.d.ts +2 -2
  196. package/es/dropdown/index.js +1 -1
  197. package/es/dropdown/src/Dropdown.d.ts +10 -2
  198. package/es/dropdown/src/Dropdown.js +15 -4
  199. package/es/dropdown/src/DropdownMenu.d.ts +3 -0
  200. package/es/dropdown/src/DropdownMenu.js +23 -15
  201. package/es/dropdown/src/DropdownOption.d.ts +5 -0
  202. package/es/dropdown/src/DropdownOption.js +32 -10
  203. package/es/dropdown/src/interface.d.ts +2 -1
  204. package/es/dropdown/src/styles/index.cssr.js +17 -11
  205. package/es/dynamic-input/index.d.ts +1 -1
  206. package/es/dynamic-input/index.js +1 -1
  207. package/es/dynamic-input/src/DynamicInput.d.ts +1 -1
  208. package/es/dynamic-input/src/DynamicInput.js +2 -2
  209. package/es/dynamic-tags/index.d.ts +1 -1
  210. package/es/dynamic-tags/index.js +1 -1
  211. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -1
  212. package/es/dynamic-tags/src/DynamicTags.js +1 -1
  213. package/es/element/index.d.ts +1 -1
  214. package/es/element/index.js +1 -1
  215. package/es/element/src/Element.d.ts +1 -1
  216. package/es/element/src/Element.js +1 -1
  217. package/es/ellipsis/index.d.ts +1 -1
  218. package/es/ellipsis/index.js +1 -1
  219. package/es/ellipsis/src/Ellipsis.d.ts +1 -1
  220. package/es/ellipsis/src/Ellipsis.js +1 -1
  221. package/es/empty/index.d.ts +1 -1
  222. package/es/empty/index.js +1 -1
  223. package/es/empty/src/Empty.d.ts +1 -1
  224. package/es/empty/src/Empty.js +1 -1
  225. package/es/form/index.d.ts +3 -3
  226. package/es/form/index.js +3 -3
  227. package/es/form/src/Form.d.ts +1 -1
  228. package/es/form/src/Form.js +1 -1
  229. package/es/form/src/FormItemRow.d.ts +1 -1
  230. package/es/form/src/FormItemRow.js +1 -1
  231. package/es/form/src/styles/form-item.cssr.js +2 -0
  232. package/es/gradient-text/index.d.ts +1 -1
  233. package/es/gradient-text/index.js +1 -1
  234. package/es/gradient-text/src/GradientText.d.ts +1 -1
  235. package/es/gradient-text/src/GradientText.js +1 -1
  236. package/es/grid/index.d.ts +3 -3
  237. package/es/grid/index.js +3 -3
  238. package/es/grid/src/Grid.d.ts +1 -1
  239. package/es/grid/src/Grid.js +1 -1
  240. package/es/icon/index.d.ts +1 -1
  241. package/es/icon/index.js +1 -1
  242. package/es/icon/src/Icon.d.ts +1 -2
  243. package/es/icon/src/Icon.js +1 -1
  244. package/es/icon-wrapper/index.d.ts +1 -1
  245. package/es/icon-wrapper/index.js +1 -1
  246. package/es/icon-wrapper/src/IconWrapper.d.ts +1 -2
  247. package/es/icon-wrapper/src/IconWrapper.js +1 -1
  248. package/es/image/index.d.ts +2 -2
  249. package/es/image/index.js +2 -2
  250. package/es/image/src/Image.d.ts +1 -1
  251. package/es/image/src/Image.js +17 -10
  252. package/es/image/src/ImageGroup.d.ts +1 -1
  253. package/es/image/src/ImageGroup.js +1 -1
  254. package/es/image/src/styles/index.cssr.js +1 -0
  255. package/es/image/src/utils.d.ts +1 -1
  256. package/es/input/index.d.ts +3 -3
  257. package/es/input/index.js +3 -3
  258. package/es/input/src/Input.d.ts +2 -1
  259. package/es/input/src/Input.js +21 -10
  260. package/es/input/src/InputGroup.d.ts +1 -1
  261. package/es/input/src/InputGroup.js +1 -1
  262. package/es/input/src/InputGroupLabel.d.ts +1 -1
  263. package/es/input/src/InputGroupLabel.js +1 -1
  264. package/es/input/src/interface.d.ts +1 -0
  265. package/es/input/src/styles/input-group-label.cssr.js +1 -0
  266. package/es/input/src/styles/input.cssr.js +4 -6
  267. package/es/input-number/index.d.ts +1 -1
  268. package/es/input-number/index.js +1 -1
  269. package/es/input-number/src/InputNumber.d.ts +2 -1
  270. package/es/input-number/src/InputNumber.js +6 -2
  271. package/es/layout/index.d.ts +4 -4
  272. package/es/layout/index.js +4 -4
  273. package/es/layout/src/Layout.d.ts +1 -1
  274. package/es/layout/src/Layout.js +1 -1
  275. package/es/layout/src/LayoutFooter.d.ts +1 -1
  276. package/es/layout/src/LayoutFooter.js +1 -1
  277. package/es/layout/src/LayoutHeader.d.ts +1 -1
  278. package/es/layout/src/LayoutHeader.js +1 -1
  279. package/es/layout/src/LayoutSider.d.ts +1 -1
  280. package/es/layout/src/LayoutSider.js +1 -1
  281. package/es/legacy-grid/index.d.ts +2 -2
  282. package/es/legacy-grid/index.js +2 -2
  283. package/es/legacy-grid/src/Row.d.ts +1 -0
  284. package/es/legacy-grid/src/Row.js +8 -3
  285. package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  286. package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
  287. package/es/legacy-grid/styles/dark.d.ts +4 -0
  288. package/es/legacy-grid/styles/dark.js +6 -0
  289. package/es/legacy-grid/styles/index.d.ts +4 -0
  290. package/es/legacy-grid/styles/index.js +3 -0
  291. package/es/legacy-grid/styles/light.d.ts +4 -0
  292. package/es/legacy-grid/styles/light.js +6 -0
  293. package/es/legacy-grid/styles/rtl.d.ts +2 -0
  294. package/es/legacy-grid/styles/rtl.js +5 -0
  295. package/es/legacy-transfer/index.d.ts +3 -0
  296. package/es/legacy-transfer/index.js +1 -0
  297. package/es/legacy-transfer/src/Transfer.d.ts +3631 -0
  298. package/es/legacy-transfer/src/Transfer.js +214 -0
  299. package/es/legacy-transfer/src/TransferFilter.d.ts +509 -0
  300. package/es/legacy-transfer/src/TransferFilter.js +40 -0
  301. package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
  302. package/es/legacy-transfer/src/TransferHeader.js +47 -0
  303. package/es/legacy-transfer/src/TransferList.d.ts +556 -0
  304. package/es/legacy-transfer/src/TransferList.js +93 -0
  305. package/es/legacy-transfer/src/TransferListItem.d.ts +513 -0
  306. package/es/legacy-transfer/src/TransferListItem.js +65 -0
  307. package/es/legacy-transfer/src/interface.d.ts +31 -0
  308. package/es/legacy-transfer/src/interface.js +2 -0
  309. package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  310. package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
  311. package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  312. package/es/legacy-transfer/src/use-transfer-data.js +145 -0
  313. package/es/legacy-transfer/styles/_common.d.ts +5 -0
  314. package/es/legacy-transfer/styles/_common.js +4 -0
  315. package/es/legacy-transfer/styles/dark.d.ts +3 -0
  316. package/es/legacy-transfer/styles/dark.js +27 -0
  317. package/es/legacy-transfer/styles/index.d.ts +3 -0
  318. package/es/legacy-transfer/styles/index.js +2 -0
  319. package/es/legacy-transfer/styles/light.d.ts +363 -0
  320. package/es/legacy-transfer/styles/light.js +31 -0
  321. package/es/list/index.d.ts +1 -1
  322. package/es/list/index.js +1 -1
  323. package/es/list/src/List.d.ts +1 -1
  324. package/es/list/src/List.js +1 -1
  325. package/es/loading-bar/index.d.ts +1 -1
  326. package/es/loading-bar/index.js +1 -1
  327. package/es/loading-bar/src/LoadingBarProvider.d.ts +3 -3
  328. package/es/loading-bar/src/LoadingBarProvider.js +2 -2
  329. package/es/locales/common/deDE.js +11 -6
  330. package/es/locales/common/enGB.js +8 -1
  331. package/es/locales/common/enUS.d.ts +8 -1
  332. package/es/locales/common/enUS.js +8 -1
  333. package/es/locales/common/eo.js +10 -2
  334. package/es/locales/common/esAR.js +9 -1
  335. package/es/locales/common/frFR.js +9 -1
  336. package/es/locales/common/idID.js +9 -1
  337. package/es/locales/common/itIT.js +9 -1
  338. package/es/locales/common/jaJP.js +9 -1
  339. package/es/locales/common/koKR.js +9 -1
  340. package/es/locales/common/nbNO.js +9 -1
  341. package/es/locales/common/nlNL.js +9 -1
  342. package/es/locales/common/plPL.js +9 -1
  343. package/es/locales/common/ptBR.js +9 -1
  344. package/es/locales/common/ruRU.js +9 -1
  345. package/es/locales/common/skSK.js +9 -1
  346. package/es/locales/common/thTH.js +9 -1
  347. package/es/locales/common/ukUA.js +23 -19
  348. package/es/locales/common/viVN.js +9 -1
  349. package/es/locales/common/zhCN.js +8 -1
  350. package/es/locales/common/zhTW.js +9 -1
  351. package/es/log/index.d.ts +1 -1
  352. package/es/log/index.js +1 -1
  353. package/es/log/src/Log.d.ts +11 -1
  354. package/es/log/src/Log.js +1 -1
  355. package/es/log/styles/light.d.ts +1 -0
  356. package/es/mention/index.d.ts +1 -1
  357. package/es/mention/index.js +1 -1
  358. package/es/mention/src/Mention.d.ts +2 -1
  359. package/es/mention/src/Mention.js +1 -1
  360. package/es/menu/index.d.ts +1 -1
  361. package/es/menu/index.js +1 -1
  362. package/es/menu/src/Menu.d.ts +1 -1
  363. package/es/menu/src/Menu.js +1 -1
  364. package/es/message/index.d.ts +1 -1
  365. package/es/message/index.js +1 -1
  366. package/es/message/src/MessageProvider.d.ts +1 -1
  367. package/es/message/src/MessageProvider.js +1 -1
  368. package/es/modal/index.d.ts +1 -1
  369. package/es/modal/index.js +1 -1
  370. package/es/modal/src/Modal.d.ts +1 -1
  371. package/es/modal/src/Modal.js +1 -1
  372. package/es/modal/src/presetProps.d.ts +1 -1
  373. package/es/notification/index.d.ts +1 -1
  374. package/es/notification/index.js +1 -1
  375. package/es/notification/src/Notification.d.ts +12 -1
  376. package/es/notification/src/Notification.js +10 -4
  377. package/es/notification/src/NotificationContainer.js +1 -1
  378. package/es/notification/src/NotificationEnvironment.d.ts +12 -0
  379. package/es/notification/src/NotificationEnvironment.js +27 -2
  380. package/es/notification/src/NotificationProvider.d.ts +8 -1
  381. package/es/notification/src/NotificationProvider.js +5 -3
  382. package/es/notification/src/styles/index.cssr.js +1 -3
  383. package/es/notification/src/styles/rtl.cssr.d.ts +2 -0
  384. package/es/notification/src/styles/rtl.cssr.js +22 -0
  385. package/es/notification/styles/index.d.ts +1 -0
  386. package/es/notification/styles/index.js +1 -0
  387. package/es/notification/styles/rtl.d.ts +2 -0
  388. package/es/notification/styles/rtl.js +5 -0
  389. package/es/number-animation/index.d.ts +1 -1
  390. package/es/number-animation/index.js +1 -1
  391. package/es/number-animation/src/NumberAnimation.d.ts +5 -1
  392. package/es/number-animation/src/NumberAnimation.js +5 -2
  393. package/es/page-header/index.d.ts +1 -1
  394. package/es/page-header/index.js +1 -1
  395. package/es/page-header/src/PageHeader.d.ts +1 -1
  396. package/es/page-header/src/PageHeader.js +2 -2
  397. package/es/pagination/index.d.ts +1 -1
  398. package/es/pagination/index.js +1 -1
  399. package/es/pagination/src/Pagination.d.ts +2 -1
  400. package/es/pagination/src/Pagination.js +2 -2
  401. package/es/pagination/src/styles/index.cssr.js +1 -0
  402. package/es/popconfirm/index.d.ts +1 -1
  403. package/es/popconfirm/index.js +1 -1
  404. package/es/popconfirm/src/Popconfirm.d.ts +4 -1
  405. package/es/popconfirm/src/Popconfirm.js +1 -1
  406. package/es/popover/index.d.ts +1 -1
  407. package/es/popover/index.js +1 -1
  408. package/es/popover/src/Popover.d.ts +8 -1
  409. package/es/popover/src/Popover.js +4 -2
  410. package/es/popover/src/PopoverBody.d.ts +6 -0
  411. package/es/popover/src/PopoverBody.js +23 -14
  412. package/es/popover/src/styles/index.cssr.js +19 -15
  413. package/es/popselect/index.d.ts +1 -1
  414. package/es/popselect/index.js +1 -1
  415. package/es/popselect/src/Popselect.d.ts +4 -1
  416. package/es/popselect/src/Popselect.js +1 -1
  417. package/es/progress/index.d.ts +1 -1
  418. package/es/progress/index.js +1 -1
  419. package/es/progress/src/Circle.js +3 -1
  420. package/es/progress/src/Progress.d.ts +1 -1
  421. package/es/progress/src/Progress.js +1 -1
  422. package/es/radio/index.d.ts +3 -3
  423. package/es/radio/index.js +3 -3
  424. package/es/radio/src/Radio.d.ts +25 -0
  425. package/es/radio/src/Radio.js +2 -1
  426. package/es/radio/src/RadioButton.d.ts +25 -0
  427. package/es/radio/src/RadioButton.js +1 -0
  428. package/es/radio/src/RadioGroup.d.ts +1 -1
  429. package/es/radio/src/RadioGroup.js +2 -2
  430. package/es/radio/src/styles/radio-group.cssr.js +2 -0
  431. package/es/radio/src/styles/radio.cssr.js +1 -0
  432. package/es/rate/index.d.ts +1 -1
  433. package/es/rate/index.js +1 -1
  434. package/es/rate/src/Rate.d.ts +1 -1
  435. package/es/rate/src/Rate.js +1 -1
  436. package/es/result/index.d.ts +1 -1
  437. package/es/result/index.js +1 -1
  438. package/es/result/src/Result.d.ts +1 -1
  439. package/es/result/src/Result.js +1 -1
  440. package/es/scrollbar/index.d.ts +1 -1
  441. package/es/scrollbar/index.js +1 -1
  442. package/es/scrollbar/src/Scrollbar.d.ts +1 -1
  443. package/es/scrollbar/src/Scrollbar.js +1 -1
  444. package/es/select/index.d.ts +1 -1
  445. package/es/select/index.js +1 -1
  446. package/es/select/src/Select.d.ts +1 -1
  447. package/es/select/src/Select.js +4 -1
  448. package/es/skeleton/index.d.ts +1 -1
  449. package/es/skeleton/index.js +1 -1
  450. package/es/skeleton/src/Skeleton.d.ts +1 -1
  451. package/es/skeleton/src/Skeleton.js +1 -1
  452. package/es/slider/index.d.ts +1 -1
  453. package/es/slider/index.js +1 -1
  454. package/es/slider/src/Slider.d.ts +1 -1
  455. package/es/slider/src/Slider.js +1 -1
  456. package/es/slider/src/styles/index.cssr.js +1 -0
  457. package/es/space/index.d.ts +1 -1
  458. package/es/space/index.js +1 -1
  459. package/es/space/src/Space.d.ts +1 -1
  460. package/es/space/src/Space.js +2 -2
  461. package/es/spin/index.d.ts +1 -1
  462. package/es/spin/index.js +1 -1
  463. package/es/spin/src/Spin.d.ts +1 -1
  464. package/es/spin/src/Spin.js +1 -1
  465. package/es/spin/src/styles/index.cssr.js +1 -0
  466. package/es/statistic/index.d.ts +1 -1
  467. package/es/statistic/index.js +1 -1
  468. package/es/statistic/src/Statistic.d.ts +2 -1
  469. package/es/statistic/src/Statistic.js +10 -4
  470. package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
  471. package/es/statistic/src/styles/rtl.cssr.js +9 -0
  472. package/es/statistic/styles/index.d.ts +1 -0
  473. package/es/statistic/styles/index.js +1 -0
  474. package/es/statistic/styles/rtl.d.ts +2 -0
  475. package/es/statistic/styles/rtl.js +5 -0
  476. package/es/steps/index.d.ts +2 -2
  477. package/es/steps/index.js +2 -2
  478. package/es/steps/src/Step.d.ts +1 -1
  479. package/es/steps/src/Step.js +1 -1
  480. package/es/steps/src/Steps.d.ts +1 -1
  481. package/es/steps/src/Steps.js +1 -1
  482. package/es/styles.d.ts +6 -3
  483. package/es/styles.js +6 -3
  484. package/es/switch/index.d.ts +1 -1
  485. package/es/switch/index.js +1 -1
  486. package/es/switch/src/Switch.d.ts +1 -1
  487. package/es/switch/src/Switch.js +1 -1
  488. package/es/switch/src/styles/index.cssr.js +1 -0
  489. package/es/table/index.d.ts +1 -1
  490. package/es/table/index.js +1 -1
  491. package/es/table/src/Table.d.ts +1 -1
  492. package/es/table/src/Table.js +2 -2
  493. package/es/tabs/index.d.ts +3 -3
  494. package/es/tabs/index.js +3 -3
  495. package/es/tabs/src/Tab.d.ts +2 -2
  496. package/es/tabs/src/Tab.js +2 -2
  497. package/es/tabs/src/Tabs.d.ts +1 -1
  498. package/es/tabs/src/Tabs.js +1 -1
  499. package/es/tag/index.d.ts +1 -1
  500. package/es/tag/index.js +1 -1
  501. package/es/tag/src/Tag.d.ts +1 -1
  502. package/es/tag/src/Tag.js +2 -2
  503. package/es/themes/dark.js +4 -0
  504. package/es/themes/light.js +4 -0
  505. package/es/thing/index.d.ts +1 -1
  506. package/es/thing/index.js +1 -1
  507. package/es/thing/src/Thing.d.ts +1 -1
  508. package/es/thing/src/Thing.js +10 -4
  509. package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
  510. package/es/thing/src/styles/rtl.cssr.js +8 -0
  511. package/es/thing/styles/index.d.ts +1 -0
  512. package/es/thing/styles/index.js +1 -0
  513. package/es/thing/styles/rtl.d.ts +2 -0
  514. package/es/thing/styles/rtl.js +8 -0
  515. package/es/time/index.d.ts +1 -1
  516. package/es/time/index.js +1 -1
  517. package/es/time/src/Time.d.ts +1 -1
  518. package/es/time/src/Time.js +1 -1
  519. package/es/time-picker/index.d.ts +1 -1
  520. package/es/time-picker/index.js +1 -1
  521. package/es/time-picker/src/TimePicker.d.ts +2 -1
  522. package/es/time-picker/src/TimePicker.js +1 -1
  523. package/es/timeline/index.d.ts +2 -2
  524. package/es/timeline/index.js +2 -2
  525. package/es/timeline/src/Timeline.d.ts +1 -1
  526. package/es/timeline/src/Timeline.js +1 -1
  527. package/es/timeline/src/TimelineItem.d.ts +1 -1
  528. package/es/timeline/src/TimelineItem.js +1 -1
  529. package/es/tooltip/index.d.ts +1 -1
  530. package/es/tooltip/index.js +1 -1
  531. package/es/tooltip/src/Tooltip.d.ts +4 -1
  532. package/es/tooltip/src/Tooltip.js +1 -1
  533. package/es/transfer/index.d.ts +2 -2
  534. package/es/transfer/index.js +1 -1
  535. package/es/transfer/src/Transfer.d.ts +211 -91
  536. package/es/transfer/src/Transfer.js +68 -107
  537. package/es/transfer/src/TransferFilter.d.ts +18 -21
  538. package/es/transfer/src/TransferFilter.js +2 -10
  539. package/es/transfer/src/TransferHeader.d.ts +10 -12
  540. package/es/transfer/src/TransferHeader.js +24 -29
  541. package/es/transfer/src/TransferList.d.ts +20 -29
  542. package/es/transfer/src/TransferList.js +15 -32
  543. package/es/transfer/src/TransferListItem.d.ts +32 -19
  544. package/es/transfer/src/TransferListItem.js +33 -29
  545. package/es/transfer/src/interface.d.ts +21 -15
  546. package/es/transfer/src/styles/index.cssr.js +75 -139
  547. package/es/transfer/src/use-transfer-data.d.ts +13 -31
  548. package/es/transfer/src/use-transfer-data.js +45 -121
  549. package/es/transfer/styles/_common.d.ts +11 -2
  550. package/es/transfer/styles/_common.js +11 -2
  551. package/es/transfer/styles/dark.js +8 -4
  552. package/es/transfer/styles/light.d.ts +36 -10
  553. package/es/transfer/styles/light.js +7 -5
  554. package/es/tree/index.d.ts +1 -1
  555. package/es/tree/index.js +1 -1
  556. package/es/tree/src/Tree.d.ts +20 -2
  557. package/es/tree/src/Tree.js +65 -33
  558. package/es/tree/src/TreeNode.d.ts +1 -0
  559. package/es/tree/src/TreeNode.js +25 -8
  560. package/es/tree/src/interface.d.ts +2 -0
  561. package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
  562. package/es/tree/src/styles/rtl.cssr.js +17 -0
  563. package/es/tree/styles/index.d.ts +1 -0
  564. package/es/tree/styles/index.js +1 -0
  565. package/es/tree/styles/rtl.d.ts +2 -0
  566. package/es/tree/styles/rtl.js +5 -0
  567. package/es/tree-select/index.d.ts +1 -1
  568. package/es/tree-select/index.js +1 -1
  569. package/es/tree-select/src/TreeSelect.d.ts +2 -2
  570. package/es/tree-select/src/TreeSelect.js +2 -2
  571. package/es/typography/index.d.ts +7 -6
  572. package/es/typography/index.js +7 -6
  573. package/es/typography/src/a.d.ts +1 -1
  574. package/es/typography/src/a.js +1 -1
  575. package/es/typography/src/blockquote.d.ts +1 -1
  576. package/es/typography/src/blockquote.js +1 -1
  577. package/es/typography/src/create-header.d.ts +1 -1
  578. package/es/typography/src/create-header.js +1 -1
  579. package/es/typography/src/ol.d.ts +1 -1
  580. package/es/typography/src/ol.js +1 -1
  581. package/es/typography/src/p.d.ts +1 -1
  582. package/es/typography/src/p.js +1 -1
  583. package/es/typography/src/text.d.ts +1 -1
  584. package/es/typography/src/text.js +1 -1
  585. package/es/typography/src/ul.d.ts +1 -1
  586. package/es/typography/src/ul.js +1 -1
  587. package/es/upload/index.d.ts +1 -1
  588. package/es/upload/index.js +1 -1
  589. package/es/upload/src/Upload.d.ts +1 -1
  590. package/es/upload/src/Upload.js +1 -1
  591. package/es/upload/src/UploadFile.d.ts +2 -2
  592. package/es/upload/src/UploadFile.js +8 -4
  593. package/es/upload/src/interface.d.ts +2 -2
  594. package/es/version.d.ts +1 -1
  595. package/es/version.js +1 -1
  596. package/es/watermark/index.d.ts +1 -1
  597. package/es/watermark/index.js +1 -1
  598. package/es/watermark/src/Watermark.d.ts +14 -1
  599. package/es/watermark/src/Watermark.js +36 -15
  600. package/es/watermark/src/styles/index.cssr.js +17 -1
  601. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
  602. package/lib/_internal/scrollbar/src/Scrollbar.js +50 -21
  603. package/lib/_internal/scrollbar/src/styles/index.cssr.js +2 -1
  604. package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  605. package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +17 -0
  606. package/lib/_internal/scrollbar/styles/index.d.ts +1 -0
  607. package/lib/_internal/scrollbar/styles/index.js +3 -1
  608. package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
  609. package/lib/_internal/scrollbar/styles/rtl.js +12 -0
  610. package/lib/_internal/select-menu/src/styles/index.cssr.js +1 -1
  611. package/lib/_internal/selection/src/Selection.js +4 -2
  612. package/lib/_internal/selection/src/styles/index.cssr.js +5 -1
  613. package/lib/_mixins/index.d.ts +1 -0
  614. package/lib/_mixins/index.js +3 -1
  615. package/lib/_mixins/use-rtl.d.ts +1 -1
  616. package/lib/_mixins/use-rtl.js +2 -1
  617. package/lib/_utils/env/browser.d.ts +3 -0
  618. package/lib/_utils/env/browser.js +7 -0
  619. package/lib/_utils/env/is-native-lazy-load.d.ts +1 -0
  620. package/lib/_utils/env/is-native-lazy-load.js +6 -0
  621. package/lib/_utils/naive/extract-public-props.d.ts +4 -1
  622. package/lib/affix/index.d.ts +1 -1
  623. package/lib/affix/index.js +2 -1
  624. package/lib/alert/index.d.ts +1 -1
  625. package/lib/alert/index.js +2 -1
  626. package/lib/alert/src/Alert.d.ts +1 -1
  627. package/lib/alert/src/Alert.js +5 -4
  628. package/lib/anchor/index.d.ts +2 -2
  629. package/lib/anchor/index.js +3 -1
  630. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  631. package/lib/anchor/src/AnchorAdapter.js +3 -2
  632. package/lib/anchor/src/Link.d.ts +1 -1
  633. package/lib/anchor/src/Link.js +3 -3
  634. package/lib/auto-complete/index.d.ts +1 -1
  635. package/lib/auto-complete/index.js +2 -1
  636. package/lib/auto-complete/src/AutoComplete.d.ts +2 -1
  637. package/lib/auto-complete/src/AutoComplete.js +3 -2
  638. package/lib/avatar/index.d.ts +1 -1
  639. package/lib/avatar/index.js +2 -1
  640. package/lib/avatar/src/Avatar.d.ts +12 -1
  641. package/lib/avatar/src/Avatar.js +62 -7
  642. package/lib/avatar-group/index.d.ts +1 -1
  643. package/lib/avatar-group/index.js +2 -1
  644. package/lib/avatar-group/src/AvatarGroup.d.ts +1 -1
  645. package/lib/avatar-group/src/AvatarGroup.js +5 -4
  646. package/lib/back-top/index.d.ts +1 -1
  647. package/lib/back-top/index.js +2 -1
  648. package/lib/back-top/src/BackTop.d.ts +1 -1
  649. package/lib/back-top/src/BackTop.js +3 -2
  650. package/lib/badge/index.d.ts +1 -1
  651. package/lib/badge/index.js +2 -1
  652. package/lib/badge/src/Badge.d.ts +1 -1
  653. package/lib/badge/src/Badge.js +5 -4
  654. package/lib/breadcrumb/index.d.ts +2 -2
  655. package/lib/breadcrumb/index.js +3 -1
  656. package/lib/breadcrumb/src/Breadcrumb.d.ts +1 -1
  657. package/lib/breadcrumb/src/Breadcrumb.js +3 -3
  658. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  659. package/lib/breadcrumb/src/BreadcrumbItem.js +3 -2
  660. package/lib/breadcrumb/src/styles/index.cssr.js +1 -0
  661. package/lib/button/index.d.ts +1 -1
  662. package/lib/button/index.js +2 -1
  663. package/lib/button/src/Button.d.ts +13 -4
  664. package/lib/button/src/Button.js +14 -7
  665. package/lib/button/src/styles/index.cssr.js +1 -0
  666. package/lib/button-group/index.d.ts +1 -1
  667. package/lib/button-group/index.js +2 -1
  668. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  669. package/lib/button-group/src/ButtonGroup.js +5 -4
  670. package/lib/calendar/index.d.ts +1 -1
  671. package/lib/calendar/index.js +2 -1
  672. package/lib/calendar/src/Calendar.d.ts +1 -1
  673. package/lib/calendar/src/Calendar.js +3 -2
  674. package/lib/card/index.d.ts +1 -1
  675. package/lib/card/index.js +2 -1
  676. package/lib/card/src/Card.d.ts +2 -2
  677. package/lib/card/src/Card.js +5 -5
  678. package/lib/carousel/index.d.ts +1 -1
  679. package/lib/carousel/index.js +2 -1
  680. package/lib/carousel/src/Carousel.d.ts +17 -38
  681. package/lib/carousel/src/Carousel.js +293 -272
  682. package/lib/carousel/src/CarouselArrow.js +2 -4
  683. package/lib/carousel/src/CarouselContext.d.ts +21 -0
  684. package/lib/carousel/src/CarouselContext.js +16 -0
  685. package/lib/carousel/src/CarouselDots.d.ts +1 -1
  686. package/lib/carousel/src/CarouselDots.js +22 -30
  687. package/lib/carousel/src/CarouselItem.d.ts +4 -4
  688. package/lib/carousel/src/CarouselItem.js +18 -35
  689. package/lib/carousel/src/interface.d.ts +12 -31
  690. package/lib/carousel/src/interface.js +0 -5
  691. package/lib/carousel/src/styles/index.cssr.js +9 -3
  692. package/lib/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
  693. package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
  694. package/lib/carousel/src/utils/event.d.ts +1 -0
  695. package/lib/carousel/src/utils/event.js +7 -0
  696. package/lib/carousel/src/utils/index.d.ts +6 -0
  697. package/lib/carousel/src/utils/index.js +53 -0
  698. package/lib/cascader/index.d.ts +1 -1
  699. package/lib/cascader/index.js +2 -1
  700. package/lib/cascader/src/Cascader.d.ts +1 -1
  701. package/lib/cascader/src/Cascader.js +3 -2
  702. package/lib/cascader/src/utils.d.ts +1 -4
  703. package/lib/cascader/src/utils.js +18 -29
  704. package/lib/checkbox/index.d.ts +2 -2
  705. package/lib/checkbox/index.js +3 -1
  706. package/lib/checkbox/src/Checkbox.d.ts +1 -1
  707. package/lib/checkbox/src/Checkbox.js +5 -4
  708. package/lib/checkbox/src/CheckboxGroup.d.ts +28 -23
  709. package/lib/checkbox/src/CheckboxGroup.js +59 -29
  710. package/lib/checkbox/src/styles/index.cssr.js +2 -0
  711. package/lib/code/index.d.ts +1 -1
  712. package/lib/code/index.js +2 -1
  713. package/lib/code/src/Code.d.ts +17 -1
  714. package/lib/code/src/Code.js +56 -14
  715. package/lib/code/src/styles/index.cssr.js +13 -1
  716. package/lib/code/styles/dark.js +4 -2
  717. package/lib/code/styles/light.d.ts +1 -0
  718. package/lib/code/styles/light.js +4 -2
  719. package/lib/collapse/index.d.ts +2 -2
  720. package/lib/collapse/index.js +3 -1
  721. package/lib/collapse/src/Collapse.d.ts +1 -1
  722. package/lib/collapse/src/Collapse.js +5 -5
  723. package/lib/collapse/src/CollapseItem.d.ts +1 -1
  724. package/lib/collapse/src/CollapseItem.js +5 -4
  725. package/lib/collapse-transition/index.d.ts +1 -1
  726. package/lib/collapse-transition/index.js +2 -1
  727. package/lib/collapse-transition/src/CollapseTransition.d.ts +2 -2
  728. package/lib/collapse-transition/src/CollapseTransition.js +5 -4
  729. package/lib/color-picker/index.d.ts +1 -1
  730. package/lib/color-picker/index.js +2 -1
  731. package/lib/color-picker/src/ColorPicker.d.ts +2 -2
  732. package/lib/color-picker/src/ColorPicker.js +3 -3
  733. package/lib/components.d.ts +1 -0
  734. package/lib/components.js +1 -0
  735. package/lib/config-provider/src/ConfigProvider.d.ts +24 -3
  736. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  737. package/lib/countdown/index.d.ts +2 -2
  738. package/lib/countdown/index.js +2 -1
  739. package/lib/countdown/src/Countdown.d.ts +9 -2
  740. package/lib/countdown/src/Countdown.js +44 -27
  741. package/lib/data-table/index.d.ts +1 -1
  742. package/lib/data-table/index.js +2 -1
  743. package/lib/data-table/src/TableParts/Body.d.ts +4 -0
  744. package/lib/data-table/src/TableParts/Body.js +50 -34
  745. package/lib/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  746. package/lib/data-table/src/TableParts/BodyRadio.js +32 -0
  747. package/lib/data-table/src/TableParts/Header.js +2 -2
  748. package/lib/data-table/src/interface.d.ts +2 -1
  749. package/lib/data-table/src/use-check.d.ts +1 -1
  750. package/lib/data-table/src/use-check.js +15 -3
  751. package/lib/date-picker/index.d.ts +1 -1
  752. package/lib/date-picker/index.js +2 -1
  753. package/lib/date-picker/src/DatePicker.d.ts +2 -1
  754. package/lib/date-picker/src/DatePicker.js +21 -11
  755. package/lib/date-picker/src/panel/daterange.d.ts +0 -1
  756. package/lib/date-picker/src/panel/daterange.js +2 -2
  757. package/lib/date-picker/src/panel/datetimerange.d.ts +0 -1
  758. package/lib/date-picker/src/panel/datetimerange.js +2 -2
  759. package/lib/date-picker/src/panel/month.js +1 -1
  760. package/lib/date-picker/src/panel/monthrange.d.ts +0 -1
  761. package/lib/date-picker/src/panel/monthrange.js +2 -2
  762. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
  763. package/lib/date-picker/src/panel/use-dual-calendar.js +0 -11
  764. package/lib/date-picker/src/styles/index.cssr.js +4 -0
  765. package/lib/descriptions/index.d.ts +2 -2
  766. package/lib/descriptions/index.js +3 -1
  767. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  768. package/lib/descriptions/src/Descriptions.js +3 -2
  769. package/lib/descriptions/src/DescriptionsItem.d.ts +2 -2
  770. package/lib/descriptions/src/DescriptionsItem.js +3 -2
  771. package/lib/dialog/index.d.ts +2 -1
  772. package/lib/dialog/index.js +4 -1
  773. package/lib/dialog/src/DialogEnvironment.d.ts +4 -0
  774. package/lib/dialog/src/DialogEnvironment.js +11 -4
  775. package/lib/dialog/src/DialogProvider.d.ts +2 -1
  776. package/lib/dialog/src/DialogProvider.js +3 -3
  777. package/lib/divider/index.d.ts +1 -1
  778. package/lib/divider/index.js +2 -1
  779. package/lib/divider/src/Divider.d.ts +1 -1
  780. package/lib/divider/src/Divider.js +3 -2
  781. package/lib/drawer/index.d.ts +2 -2
  782. package/lib/drawer/index.js +3 -1
  783. package/lib/drawer/src/Drawer.d.ts +60 -27
  784. package/lib/drawer/src/Drawer.js +39 -17
  785. package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -0
  786. package/lib/drawer/src/DrawerBodyWrapper.js +96 -1
  787. package/lib/drawer/src/DrawerContent.d.ts +2 -1
  788. package/lib/drawer/src/DrawerContent.js +3 -2
  789. package/lib/drawer/src/interface.d.ts +2 -0
  790. package/lib/drawer/src/styles/index.cssr.js +42 -5
  791. package/lib/drawer/styles/light.d.ts +2 -0
  792. package/lib/drawer/styles/light.js +3 -2
  793. package/lib/dropdown/index.d.ts +2 -2
  794. package/lib/dropdown/index.js +2 -1
  795. package/lib/dropdown/src/Dropdown.d.ts +10 -2
  796. package/lib/dropdown/src/Dropdown.js +17 -5
  797. package/lib/dropdown/src/DropdownMenu.d.ts +3 -0
  798. package/lib/dropdown/src/DropdownMenu.js +23 -15
  799. package/lib/dropdown/src/DropdownOption.d.ts +5 -0
  800. package/lib/dropdown/src/DropdownOption.js +32 -10
  801. package/lib/dropdown/src/interface.d.ts +2 -1
  802. package/lib/dropdown/src/styles/index.cssr.js +16 -10
  803. package/lib/dynamic-input/index.d.ts +1 -1
  804. package/lib/dynamic-input/index.js +2 -1
  805. package/lib/dynamic-input/src/DynamicInput.d.ts +1 -1
  806. package/lib/dynamic-input/src/DynamicInput.js +5 -4
  807. package/lib/dynamic-tags/index.d.ts +1 -1
  808. package/lib/dynamic-tags/index.js +2 -1
  809. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -1
  810. package/lib/dynamic-tags/src/DynamicTags.js +3 -2
  811. package/lib/element/index.d.ts +1 -1
  812. package/lib/element/index.js +2 -1
  813. package/lib/element/src/Element.d.ts +1 -1
  814. package/lib/element/src/Element.js +3 -2
  815. package/lib/ellipsis/index.d.ts +1 -1
  816. package/lib/ellipsis/index.js +2 -1
  817. package/lib/ellipsis/src/Ellipsis.d.ts +1 -1
  818. package/lib/ellipsis/src/Ellipsis.js +3 -2
  819. package/lib/empty/index.d.ts +1 -1
  820. package/lib/empty/index.js +2 -1
  821. package/lib/empty/src/Empty.d.ts +1 -1
  822. package/lib/empty/src/Empty.js +3 -2
  823. package/lib/form/index.d.ts +3 -3
  824. package/lib/form/index.js +5 -1
  825. package/lib/form/src/Form.d.ts +1 -1
  826. package/lib/form/src/Form.js +3 -2
  827. package/lib/form/src/FormItemRow.d.ts +1 -1
  828. package/lib/form/src/FormItemRow.js +3 -2
  829. package/lib/form/src/styles/form-item.cssr.js +2 -0
  830. package/lib/gradient-text/index.d.ts +1 -1
  831. package/lib/gradient-text/index.js +2 -1
  832. package/lib/gradient-text/src/GradientText.d.ts +1 -1
  833. package/lib/gradient-text/src/GradientText.js +3 -2
  834. package/lib/grid/index.d.ts +3 -3
  835. package/lib/grid/index.js +4 -1
  836. package/lib/grid/src/Grid.d.ts +1 -1
  837. package/lib/grid/src/Grid.js +3 -2
  838. package/lib/icon/index.d.ts +1 -1
  839. package/lib/icon/index.js +2 -1
  840. package/lib/icon/src/Icon.d.ts +1 -2
  841. package/lib/icon/src/Icon.js +3 -3
  842. package/lib/icon-wrapper/index.d.ts +1 -1
  843. package/lib/icon-wrapper/index.js +2 -1
  844. package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -2
  845. package/lib/icon-wrapper/src/IconWrapper.js +3 -3
  846. package/lib/image/index.d.ts +2 -2
  847. package/lib/image/index.js +3 -1
  848. package/lib/image/src/Image.d.ts +1 -1
  849. package/lib/image/src/Image.js +19 -11
  850. package/lib/image/src/ImageGroup.d.ts +1 -1
  851. package/lib/image/src/ImageGroup.js +3 -3
  852. package/lib/image/src/styles/index.cssr.js +1 -0
  853. package/lib/image/src/utils.d.ts +1 -1
  854. package/lib/input/index.d.ts +3 -3
  855. package/lib/input/index.js +4 -1
  856. package/lib/input/src/Input.d.ts +2 -1
  857. package/lib/input/src/Input.js +24 -12
  858. package/lib/input/src/InputGroup.d.ts +1 -1
  859. package/lib/input/src/InputGroup.js +3 -2
  860. package/lib/input/src/InputGroupLabel.d.ts +1 -1
  861. package/lib/input/src/InputGroupLabel.js +3 -2
  862. package/lib/input/src/interface.d.ts +1 -0
  863. package/lib/input/src/styles/input-group-label.cssr.js +1 -0
  864. package/lib/input/src/styles/input.cssr.js +4 -6
  865. package/lib/input-number/index.d.ts +1 -1
  866. package/lib/input-number/index.js +2 -1
  867. package/lib/input-number/src/InputNumber.d.ts +2 -1
  868. package/lib/input-number/src/InputNumber.js +9 -4
  869. package/lib/layout/index.d.ts +4 -4
  870. package/lib/layout/index.js +6 -1
  871. package/lib/layout/src/Layout.d.ts +1 -1
  872. package/lib/layout/src/Layout.js +3 -3
  873. package/lib/layout/src/LayoutFooter.d.ts +1 -1
  874. package/lib/layout/src/LayoutFooter.js +3 -2
  875. package/lib/layout/src/LayoutHeader.d.ts +1 -1
  876. package/lib/layout/src/LayoutHeader.js +3 -2
  877. package/lib/layout/src/LayoutSider.d.ts +1 -1
  878. package/lib/layout/src/LayoutSider.js +3 -2
  879. package/lib/legacy-grid/index.d.ts +2 -2
  880. package/lib/legacy-grid/index.js +3 -1
  881. package/lib/legacy-grid/src/Row.d.ts +1 -0
  882. package/lib/legacy-grid/src/Row.js +7 -2
  883. package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  884. package/lib/legacy-grid/src/styles/rtl.cssr.js +28 -0
  885. package/lib/legacy-grid/styles/dark.d.ts +4 -0
  886. package/lib/legacy-grid/styles/dark.js +8 -0
  887. package/lib/legacy-grid/styles/index.d.ts +4 -0
  888. package/lib/legacy-grid/styles/index.js +12 -0
  889. package/lib/legacy-grid/styles/light.d.ts +4 -0
  890. package/lib/legacy-grid/styles/light.js +8 -0
  891. package/lib/legacy-grid/styles/rtl.d.ts +2 -0
  892. package/lib/legacy-grid/styles/rtl.js +11 -0
  893. package/lib/legacy-transfer/index.d.ts +3 -0
  894. package/lib/legacy-transfer/index.js +9 -0
  895. package/lib/legacy-transfer/src/Transfer.d.ts +3631 -0
  896. package/lib/legacy-transfer/src/Transfer.js +220 -0
  897. package/lib/legacy-transfer/src/TransferFilter.d.ts +509 -0
  898. package/lib/legacy-transfer/src/TransferFilter.js +42 -0
  899. package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
  900. package/lib/legacy-transfer/src/TransferHeader.js +49 -0
  901. package/lib/legacy-transfer/src/TransferList.d.ts +556 -0
  902. package/lib/legacy-transfer/src/TransferList.js +98 -0
  903. package/lib/legacy-transfer/src/TransferListItem.d.ts +513 -0
  904. package/lib/legacy-transfer/src/TransferListItem.js +67 -0
  905. package/lib/legacy-transfer/src/interface.d.ts +31 -0
  906. package/lib/legacy-transfer/src/interface.js +5 -0
  907. package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  908. package/lib/legacy-transfer/src/styles/index.cssr.js +223 -0
  909. package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  910. package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
  911. package/lib/legacy-transfer/styles/_common.d.ts +5 -0
  912. package/lib/legacy-transfer/styles/_common.js +6 -0
  913. package/lib/legacy-transfer/styles/dark.d.ts +3 -0
  914. package/lib/legacy-transfer/styles/dark.js +32 -0
  915. package/lib/legacy-transfer/styles/index.d.ts +3 -0
  916. package/lib/legacy-transfer/styles/index.js +10 -0
  917. package/lib/legacy-transfer/styles/light.d.ts +363 -0
  918. package/lib/legacy-transfer/styles/light.js +36 -0
  919. package/lib/list/index.d.ts +1 -1
  920. package/lib/list/index.js +2 -1
  921. package/lib/list/src/List.d.ts +1 -1
  922. package/lib/list/src/List.js +3 -3
  923. package/lib/loading-bar/index.d.ts +1 -1
  924. package/lib/loading-bar/index.js +2 -1
  925. package/lib/loading-bar/src/LoadingBarProvider.d.ts +3 -3
  926. package/lib/loading-bar/src/LoadingBarProvider.js +3 -2
  927. package/lib/locales/common/deDE.js +11 -6
  928. package/lib/locales/common/enGB.js +8 -1
  929. package/lib/locales/common/enUS.d.ts +8 -1
  930. package/lib/locales/common/enUS.js +8 -1
  931. package/lib/locales/common/eo.js +10 -2
  932. package/lib/locales/common/esAR.js +9 -1
  933. package/lib/locales/common/frFR.js +9 -1
  934. package/lib/locales/common/idID.js +9 -1
  935. package/lib/locales/common/itIT.js +9 -1
  936. package/lib/locales/common/jaJP.js +9 -1
  937. package/lib/locales/common/koKR.js +9 -1
  938. package/lib/locales/common/nbNO.js +9 -1
  939. package/lib/locales/common/nlNL.js +9 -1
  940. package/lib/locales/common/plPL.js +9 -1
  941. package/lib/locales/common/ptBR.js +9 -1
  942. package/lib/locales/common/ruRU.js +9 -1
  943. package/lib/locales/common/skSK.js +9 -1
  944. package/lib/locales/common/thTH.js +9 -1
  945. package/lib/locales/common/ukUA.js +23 -19
  946. package/lib/locales/common/viVN.js +9 -1
  947. package/lib/locales/common/zhCN.js +8 -1
  948. package/lib/locales/common/zhTW.js +9 -1
  949. package/lib/log/index.d.ts +1 -1
  950. package/lib/log/index.js +2 -1
  951. package/lib/log/src/Log.d.ts +11 -1
  952. package/lib/log/src/Log.js +3 -2
  953. package/lib/log/styles/light.d.ts +1 -0
  954. package/lib/mention/index.d.ts +1 -1
  955. package/lib/mention/index.js +2 -1
  956. package/lib/mention/src/Mention.d.ts +2 -1
  957. package/lib/mention/src/Mention.js +3 -2
  958. package/lib/menu/index.d.ts +1 -1
  959. package/lib/menu/index.js +2 -1
  960. package/lib/menu/src/Menu.d.ts +1 -1
  961. package/lib/menu/src/Menu.js +3 -2
  962. package/lib/message/index.d.ts +1 -1
  963. package/lib/message/index.js +2 -1
  964. package/lib/message/src/MessageProvider.d.ts +1 -1
  965. package/lib/message/src/MessageProvider.js +3 -2
  966. package/lib/modal/index.d.ts +1 -1
  967. package/lib/modal/index.js +2 -1
  968. package/lib/modal/src/Modal.d.ts +1 -1
  969. package/lib/modal/src/Modal.js +3 -2
  970. package/lib/modal/src/presetProps.d.ts +1 -1
  971. package/lib/notification/index.d.ts +1 -1
  972. package/lib/notification/index.js +2 -1
  973. package/lib/notification/src/Notification.d.ts +12 -1
  974. package/lib/notification/src/Notification.js +10 -4
  975. package/lib/notification/src/NotificationContainer.js +1 -1
  976. package/lib/notification/src/NotificationEnvironment.d.ts +12 -0
  977. package/lib/notification/src/NotificationEnvironment.js +27 -2
  978. package/lib/notification/src/NotificationProvider.d.ts +8 -1
  979. package/lib/notification/src/NotificationProvider.js +7 -5
  980. package/lib/notification/src/styles/index.cssr.js +1 -3
  981. package/lib/notification/src/styles/rtl.cssr.d.ts +2 -0
  982. package/lib/notification/src/styles/rtl.cssr.js +29 -0
  983. package/lib/notification/styles/index.d.ts +1 -0
  984. package/lib/notification/styles/index.js +3 -1
  985. package/lib/notification/styles/rtl.d.ts +2 -0
  986. package/lib/notification/styles/rtl.js +11 -0
  987. package/lib/number-animation/index.d.ts +1 -1
  988. package/lib/number-animation/index.js +2 -1
  989. package/lib/number-animation/src/NumberAnimation.d.ts +5 -1
  990. package/lib/number-animation/src/NumberAnimation.js +7 -3
  991. package/lib/page-header/index.d.ts +1 -1
  992. package/lib/page-header/index.js +2 -1
  993. package/lib/page-header/src/PageHeader.d.ts +1 -1
  994. package/lib/page-header/src/PageHeader.js +5 -4
  995. package/lib/pagination/index.d.ts +1 -1
  996. package/lib/pagination/index.js +2 -1
  997. package/lib/pagination/src/Pagination.d.ts +2 -1
  998. package/lib/pagination/src/Pagination.js +5 -4
  999. package/lib/pagination/src/styles/index.cssr.js +1 -0
  1000. package/lib/popconfirm/index.d.ts +1 -1
  1001. package/lib/popconfirm/index.js +2 -1
  1002. package/lib/popconfirm/src/Popconfirm.d.ts +4 -1
  1003. package/lib/popconfirm/src/Popconfirm.js +3 -2
  1004. package/lib/popover/index.d.ts +1 -1
  1005. package/lib/popover/index.js +2 -1
  1006. package/lib/popover/src/Popover.d.ts +8 -1
  1007. package/lib/popover/src/Popover.js +6 -4
  1008. package/lib/popover/src/PopoverBody.d.ts +6 -0
  1009. package/lib/popover/src/PopoverBody.js +23 -14
  1010. package/lib/popover/src/styles/index.cssr.js +19 -15
  1011. package/lib/popselect/index.d.ts +1 -1
  1012. package/lib/popselect/index.js +2 -1
  1013. package/lib/popselect/src/Popselect.d.ts +4 -1
  1014. package/lib/popselect/src/Popselect.js +3 -2
  1015. package/lib/progress/index.d.ts +1 -1
  1016. package/lib/progress/index.js +2 -1
  1017. package/lib/progress/src/Circle.js +3 -1
  1018. package/lib/progress/src/Progress.d.ts +1 -1
  1019. package/lib/progress/src/Progress.js +3 -2
  1020. package/lib/radio/index.d.ts +3 -3
  1021. package/lib/radio/index.js +4 -1
  1022. package/lib/radio/src/Radio.d.ts +25 -0
  1023. package/lib/radio/src/Radio.js +4 -2
  1024. package/lib/radio/src/RadioButton.d.ts +25 -0
  1025. package/lib/radio/src/RadioButton.js +2 -0
  1026. package/lib/radio/src/RadioGroup.d.ts +1 -1
  1027. package/lib/radio/src/RadioGroup.js +5 -4
  1028. package/lib/radio/src/styles/radio-group.cssr.js +2 -0
  1029. package/lib/radio/src/styles/radio.cssr.js +1 -0
  1030. package/lib/rate/index.d.ts +1 -1
  1031. package/lib/rate/index.js +2 -1
  1032. package/lib/rate/src/Rate.d.ts +1 -1
  1033. package/lib/rate/src/Rate.js +3 -2
  1034. package/lib/result/index.d.ts +1 -1
  1035. package/lib/result/index.js +2 -1
  1036. package/lib/result/src/Result.d.ts +1 -1
  1037. package/lib/result/src/Result.js +3 -2
  1038. package/lib/scrollbar/index.d.ts +1 -1
  1039. package/lib/scrollbar/index.js +2 -1
  1040. package/lib/scrollbar/src/Scrollbar.d.ts +1 -1
  1041. package/lib/scrollbar/src/Scrollbar.js +3 -2
  1042. package/lib/select/index.d.ts +1 -1
  1043. package/lib/select/index.js +2 -1
  1044. package/lib/select/src/Select.d.ts +1 -1
  1045. package/lib/select/src/Select.js +6 -2
  1046. package/lib/skeleton/index.d.ts +1 -1
  1047. package/lib/skeleton/index.js +2 -1
  1048. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  1049. package/lib/skeleton/src/Skeleton.js +3 -2
  1050. package/lib/slider/index.d.ts +1 -1
  1051. package/lib/slider/index.js +2 -1
  1052. package/lib/slider/src/Slider.d.ts +1 -1
  1053. package/lib/slider/src/Slider.js +3 -2
  1054. package/lib/slider/src/styles/index.cssr.js +1 -0
  1055. package/lib/space/index.d.ts +1 -1
  1056. package/lib/space/index.js +2 -1
  1057. package/lib/space/src/Space.d.ts +1 -1
  1058. package/lib/space/src/Space.js +5 -7
  1059. package/lib/spin/index.d.ts +1 -1
  1060. package/lib/spin/index.js +2 -1
  1061. package/lib/spin/src/Spin.d.ts +1 -1
  1062. package/lib/spin/src/Spin.js +3 -2
  1063. package/lib/spin/src/styles/index.cssr.js +1 -0
  1064. package/lib/statistic/index.d.ts +1 -1
  1065. package/lib/statistic/index.js +2 -1
  1066. package/lib/statistic/src/Statistic.d.ts +2 -1
  1067. package/lib/statistic/src/Statistic.js +11 -4
  1068. package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
  1069. package/lib/statistic/src/styles/rtl.cssr.js +16 -0
  1070. package/lib/statistic/styles/index.d.ts +1 -0
  1071. package/lib/statistic/styles/index.js +3 -1
  1072. package/lib/statistic/styles/rtl.d.ts +2 -0
  1073. package/lib/statistic/styles/rtl.js +11 -0
  1074. package/lib/steps/index.d.ts +2 -2
  1075. package/lib/steps/index.js +3 -1
  1076. package/lib/steps/src/Step.d.ts +1 -1
  1077. package/lib/steps/src/Step.js +3 -2
  1078. package/lib/steps/src/Steps.d.ts +1 -1
  1079. package/lib/steps/src/Steps.js +3 -3
  1080. package/lib/styles.d.ts +6 -3
  1081. package/lib/styles.js +151 -142
  1082. package/lib/switch/index.d.ts +1 -1
  1083. package/lib/switch/index.js +2 -1
  1084. package/lib/switch/src/Switch.d.ts +1 -1
  1085. package/lib/switch/src/Switch.js +3 -2
  1086. package/lib/switch/src/styles/index.cssr.js +1 -0
  1087. package/lib/table/index.d.ts +1 -1
  1088. package/lib/table/index.js +2 -1
  1089. package/lib/table/src/Table.d.ts +1 -1
  1090. package/lib/table/src/Table.js +5 -4
  1091. package/lib/tabs/index.d.ts +3 -3
  1092. package/lib/tabs/index.js +4 -1
  1093. package/lib/tabs/src/Tab.d.ts +2 -2
  1094. package/lib/tabs/src/Tab.js +3 -2
  1095. package/lib/tabs/src/Tabs.d.ts +1 -1
  1096. package/lib/tabs/src/Tabs.js +3 -2
  1097. package/lib/tag/index.d.ts +1 -1
  1098. package/lib/tag/index.js +2 -1
  1099. package/lib/tag/src/Tag.d.ts +1 -1
  1100. package/lib/tag/src/Tag.js +5 -5
  1101. package/lib/themes/dark.js +82 -78
  1102. package/lib/themes/light.js +82 -78
  1103. package/lib/thing/index.d.ts +1 -1
  1104. package/lib/thing/index.js +2 -1
  1105. package/lib/thing/src/Thing.d.ts +1 -1
  1106. package/lib/thing/src/Thing.js +11 -4
  1107. package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
  1108. package/lib/thing/src/styles/rtl.cssr.js +15 -0
  1109. package/lib/thing/styles/index.d.ts +1 -0
  1110. package/lib/thing/styles/index.js +3 -1
  1111. package/lib/thing/styles/rtl.d.ts +2 -0
  1112. package/lib/thing/styles/rtl.js +14 -0
  1113. package/lib/time/index.d.ts +1 -1
  1114. package/lib/time/index.js +2 -1
  1115. package/lib/time/src/Time.d.ts +1 -1
  1116. package/lib/time/src/Time.js +3 -2
  1117. package/lib/time-picker/index.d.ts +1 -1
  1118. package/lib/time-picker/index.js +2 -1
  1119. package/lib/time-picker/src/TimePicker.d.ts +2 -1
  1120. package/lib/time-picker/src/TimePicker.js +3 -2
  1121. package/lib/timeline/index.d.ts +2 -2
  1122. package/lib/timeline/index.js +3 -1
  1123. package/lib/timeline/src/Timeline.d.ts +1 -1
  1124. package/lib/timeline/src/Timeline.js +3 -3
  1125. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  1126. package/lib/timeline/src/TimelineItem.js +3 -2
  1127. package/lib/tooltip/index.d.ts +1 -1
  1128. package/lib/tooltip/index.js +2 -1
  1129. package/lib/tooltip/src/Tooltip.d.ts +4 -1
  1130. package/lib/tooltip/src/Tooltip.js +3 -2
  1131. package/lib/transfer/index.d.ts +2 -2
  1132. package/lib/transfer/index.js +2 -1
  1133. package/lib/transfer/src/Transfer.d.ts +211 -91
  1134. package/lib/transfer/src/Transfer.js +66 -104
  1135. package/lib/transfer/src/TransferFilter.d.ts +18 -21
  1136. package/lib/transfer/src/TransferFilter.js +2 -10
  1137. package/lib/transfer/src/TransferHeader.d.ts +10 -12
  1138. package/lib/transfer/src/TransferHeader.js +23 -28
  1139. package/lib/transfer/src/TransferList.d.ts +20 -29
  1140. package/lib/transfer/src/TransferList.js +14 -31
  1141. package/lib/transfer/src/TransferListItem.d.ts +32 -19
  1142. package/lib/transfer/src/TransferListItem.js +33 -29
  1143. package/lib/transfer/src/interface.d.ts +21 -15
  1144. package/lib/transfer/src/styles/index.cssr.js +74 -139
  1145. package/lib/transfer/src/use-transfer-data.d.ts +13 -31
  1146. package/lib/transfer/src/use-transfer-data.js +44 -120
  1147. package/lib/transfer/styles/_common.d.ts +11 -2
  1148. package/lib/transfer/styles/_common.js +11 -2
  1149. package/lib/transfer/styles/dark.js +8 -4
  1150. package/lib/transfer/styles/light.d.ts +36 -10
  1151. package/lib/transfer/styles/light.js +7 -5
  1152. package/lib/tree/index.d.ts +1 -1
  1153. package/lib/tree/index.js +2 -1
  1154. package/lib/tree/src/Tree.d.ts +20 -2
  1155. package/lib/tree/src/Tree.js +66 -34
  1156. package/lib/tree/src/TreeNode.d.ts +1 -0
  1157. package/lib/tree/src/TreeNode.js +25 -8
  1158. package/lib/tree/src/interface.d.ts +2 -0
  1159. package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
  1160. package/lib/tree/src/styles/rtl.cssr.js +24 -0
  1161. package/lib/tree/styles/index.d.ts +1 -0
  1162. package/lib/tree/styles/index.js +3 -1
  1163. package/lib/tree/styles/rtl.d.ts +2 -0
  1164. package/lib/tree/styles/rtl.js +11 -0
  1165. package/lib/tree-select/index.d.ts +1 -1
  1166. package/lib/tree-select/index.js +2 -1
  1167. package/lib/tree-select/src/TreeSelect.d.ts +2 -2
  1168. package/lib/tree-select/src/TreeSelect.js +3 -2
  1169. package/lib/typography/index.d.ts +7 -6
  1170. package/lib/typography/index.js +14 -1
  1171. package/lib/typography/src/a.d.ts +1 -1
  1172. package/lib/typography/src/a.js +3 -2
  1173. package/lib/typography/src/blockquote.d.ts +1 -1
  1174. package/lib/typography/src/blockquote.js +3 -2
  1175. package/lib/typography/src/create-header.d.ts +1 -1
  1176. package/lib/typography/src/create-header.js +3 -2
  1177. package/lib/typography/src/ol.d.ts +1 -1
  1178. package/lib/typography/src/ol.js +3 -2
  1179. package/lib/typography/src/p.d.ts +1 -1
  1180. package/lib/typography/src/p.js +3 -2
  1181. package/lib/typography/src/text.d.ts +1 -1
  1182. package/lib/typography/src/text.js +3 -2
  1183. package/lib/typography/src/ul.d.ts +1 -1
  1184. package/lib/typography/src/ul.js +3 -2
  1185. package/lib/upload/index.d.ts +1 -1
  1186. package/lib/upload/index.js +2 -1
  1187. package/lib/upload/src/Upload.d.ts +1 -1
  1188. package/lib/upload/src/Upload.js +3 -2
  1189. package/lib/upload/src/UploadFile.d.ts +2 -2
  1190. package/lib/upload/src/UploadFile.js +8 -4
  1191. package/lib/upload/src/interface.d.ts +2 -2
  1192. package/lib/version.d.ts +1 -1
  1193. package/lib/version.js +1 -1
  1194. package/lib/watermark/index.d.ts +1 -1
  1195. package/lib/watermark/index.js +2 -1
  1196. package/lib/watermark/src/Watermark.d.ts +14 -1
  1197. package/lib/watermark/src/Watermark.js +37 -15
  1198. package/lib/watermark/src/styles/index.cssr.js +17 -1
  1199. package/package.json +5 -4
  1200. package/volar.d.ts +1 -0
  1201. package/web-types.json +322 -2
  1202. package/lib/carousel/src/utils.js +0 -69
@@ -0,0 +1,513 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ source: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ label: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ value: {
11
+ type: (StringConstructor | NumberConstructor)[];
12
+ required: true;
13
+ };
14
+ disabled: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ }, {
19
+ mergedClsPrefix: import("vue").Ref<string>;
20
+ mergedTheme: import("vue").Ref<{
21
+ common: {
22
+ baseColor: string;
23
+ primaryColor: string;
24
+ primaryColorHover: string;
25
+ primaryColorPressed: string;
26
+ primaryColorSuppl: string;
27
+ infoColor: string;
28
+ infoColorHover: string;
29
+ infoColorPressed: string;
30
+ infoColorSuppl: string;
31
+ successColor: string;
32
+ successColorHover: string;
33
+ successColorPressed: string;
34
+ successColorSuppl: string;
35
+ warningColor: string;
36
+ warningColorHover: string;
37
+ warningColorPressed: string;
38
+ warningColorSuppl: string;
39
+ errorColor: string;
40
+ errorColorHover: string;
41
+ errorColorPressed: string;
42
+ errorColorSuppl: string;
43
+ textColorBase: string;
44
+ textColor1: string;
45
+ textColor2: string;
46
+ textColor3: string;
47
+ textColorDisabled: string;
48
+ placeholderColor: string;
49
+ placeholderColorDisabled: string;
50
+ iconColor: string;
51
+ iconColorHover: string;
52
+ iconColorPressed: string;
53
+ iconColorDisabled: string;
54
+ opacity1: string;
55
+ opacity2: string;
56
+ opacity3: string;
57
+ opacity4: string;
58
+ opacity5: string;
59
+ dividerColor: string;
60
+ borderColor: string;
61
+ closeIconColor: string;
62
+ closeIconColorHover: string;
63
+ closeIconColorPressed: string;
64
+ closeColorHover: string;
65
+ closeColorPressed: string;
66
+ clearColor: string;
67
+ clearColorHover: string;
68
+ clearColorPressed: string;
69
+ scrollbarColor: string;
70
+ scrollbarColorHover: string;
71
+ scrollbarWidth: string;
72
+ scrollbarHeight: string;
73
+ scrollbarBorderRadius: string;
74
+ progressRailColor: string;
75
+ railColor: string;
76
+ popoverColor: string;
77
+ tableColor: string;
78
+ cardColor: string;
79
+ modalColor: string;
80
+ bodyColor: string;
81
+ tagColor: string;
82
+ avatarColor: string;
83
+ invertedColor: string;
84
+ inputColor: string;
85
+ codeColor: string;
86
+ tabColor: string;
87
+ actionColor: string;
88
+ tableHeaderColor: string;
89
+ hoverColor: string;
90
+ tableColorHover: string;
91
+ tableColorStriped: string;
92
+ pressedColor: string;
93
+ opacityDisabled: string;
94
+ inputColorDisabled: string;
95
+ buttonColor2: string;
96
+ buttonColor2Hover: string;
97
+ buttonColor2Pressed: string;
98
+ boxShadow1: string;
99
+ boxShadow2: string;
100
+ boxShadow3: string;
101
+ fontFamily: string;
102
+ fontFamilyMono: string;
103
+ fontWeight: string;
104
+ fontWeightStrong: string;
105
+ cubicBezierEaseInOut: string;
106
+ cubicBezierEaseOut: string;
107
+ cubicBezierEaseIn: string;
108
+ borderRadius: string;
109
+ borderRadiusSmall: string;
110
+ fontSize: string;
111
+ fontSizeMini: string;
112
+ fontSizeTiny: string;
113
+ fontSizeSmall: string;
114
+ fontSizeMedium: string;
115
+ fontSizeLarge: string;
116
+ fontSizeHuge: string;
117
+ lineHeight: string;
118
+ heightMini: string;
119
+ heightTiny: string;
120
+ heightSmall: string;
121
+ heightMedium: string;
122
+ heightLarge: string;
123
+ heightHuge: string;
124
+ name: "common";
125
+ };
126
+ self: {
127
+ itemHeightSmall: string;
128
+ itemHeightMedium: string;
129
+ itemHeightLarge: string;
130
+ fontSizeSmall: string;
131
+ fontSizeMedium: string;
132
+ fontSizeLarge: string;
133
+ borderRadius: string;
134
+ borderColor: string;
135
+ listColor: string;
136
+ headerColor: string;
137
+ titleTextColor: string;
138
+ titleTextColorDisabled: string;
139
+ extraTextColor: string;
140
+ filterDividerColor: string;
141
+ itemTextColor: string;
142
+ itemTextColorDisabled: string;
143
+ itemColorPending: string;
144
+ titleFontWeight: string;
145
+ iconColor: string;
146
+ iconColorDisabled: string;
147
+ extraFontSize: string;
148
+ width: string;
149
+ };
150
+ peers: {
151
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
152
+ labelLineHeight: string;
153
+ fontSizeSmall: string;
154
+ fontSizeMedium: string;
155
+ fontSizeLarge: string;
156
+ borderRadius: string;
157
+ color: string;
158
+ colorChecked: string;
159
+ colorDisabled: string;
160
+ colorDisabledChecked: string;
161
+ colorTableHeader: string;
162
+ colorTableHeaderModal: string;
163
+ colorTableHeaderPopover: string;
164
+ checkMarkColor: string;
165
+ checkMarkColorDisabled: string;
166
+ checkMarkColorDisabledChecked: string;
167
+ border: string;
168
+ borderDisabled: string;
169
+ borderDisabledChecked: string;
170
+ borderChecked: string;
171
+ borderFocus: string;
172
+ boxShadowFocus: string;
173
+ textColor: string;
174
+ textColorDisabled: string;
175
+ sizeSmall: string;
176
+ sizeMedium: string;
177
+ sizeLarge: string;
178
+ labelPadding: string;
179
+ }, any>;
180
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
181
+ color: string;
182
+ colorHover: string;
183
+ }, any>;
184
+ Input: import("../../_mixins").Theme<"Input", {
185
+ countTextColor: string;
186
+ heightTiny: string;
187
+ heightSmall: string;
188
+ heightMedium: string;
189
+ heightLarge: string;
190
+ fontSizeTiny: string;
191
+ fontSizeSmall: string;
192
+ fontSizeMedium: string;
193
+ fontSizeLarge: string;
194
+ lineHeight: string;
195
+ lineHeightTextarea: string;
196
+ borderRadius: string;
197
+ iconSize: string;
198
+ groupLabelColor: string;
199
+ groupLabelTextColor: string;
200
+ textColor: string;
201
+ textColorDisabled: string;
202
+ textDecorationColor: string;
203
+ caretColor: string;
204
+ placeholderColor: string;
205
+ placeholderColorDisabled: string;
206
+ color: string;
207
+ colorDisabled: string;
208
+ colorFocus: string;
209
+ groupLabelBorder: string;
210
+ border: string;
211
+ borderHover: string;
212
+ borderDisabled: string;
213
+ borderFocus: string;
214
+ boxShadowFocus: string;
215
+ loadingColor: string;
216
+ loadingColorWarning: string;
217
+ borderWarning: string;
218
+ borderHoverWarning: string;
219
+ colorFocusWarning: string;
220
+ borderFocusWarning: string;
221
+ boxShadowFocusWarning: string;
222
+ caretColorWarning: string;
223
+ loadingColorError: string;
224
+ borderError: string;
225
+ borderHoverError: string;
226
+ colorFocusError: string;
227
+ borderFocusError: string;
228
+ boxShadowFocusError: string;
229
+ caretColorError: string;
230
+ clearColor: string;
231
+ clearColorHover: string;
232
+ clearColorPressed: string;
233
+ iconColor: string;
234
+ iconColorDisabled: string;
235
+ iconColorHover: string;
236
+ iconColorPressed: string;
237
+ suffixTextColor: string;
238
+ paddingTiny: string;
239
+ paddingSmall: string;
240
+ paddingMedium: string;
241
+ paddingLarge: string;
242
+ clearSize: string;
243
+ }, any>;
244
+ Empty: import("../../_mixins").Theme<"Empty", {
245
+ fontSizeSmall: string;
246
+ fontSizeMedium: string;
247
+ fontSizeLarge: string;
248
+ fontSizeHuge: string;
249
+ textColor: string;
250
+ iconColor: string;
251
+ extraTextColor: string;
252
+ iconSizeSmall: string;
253
+ iconSizeMedium: string;
254
+ iconSizeLarge: string;
255
+ iconSizeHuge: string;
256
+ }, any>;
257
+ Button: import("../../_mixins").Theme<"Button", {
258
+ heightTiny: string;
259
+ heightSmall: string;
260
+ heightMedium: string;
261
+ heightLarge: string;
262
+ borderRadiusTiny: string;
263
+ borderRadiusSmall: string;
264
+ borderRadiusMedium: string;
265
+ borderRadiusLarge: string;
266
+ fontSizeTiny: string;
267
+ fontSizeSmall: string;
268
+ fontSizeMedium: string;
269
+ fontSizeLarge: string;
270
+ opacityDisabled: string;
271
+ colorOpacitySecondary: string;
272
+ colorOpacitySecondaryHover: string;
273
+ colorOpacitySecondaryPressed: string;
274
+ colorSecondary: string;
275
+ colorSecondaryHover: string;
276
+ colorSecondaryPressed: string;
277
+ colorTertiary: string;
278
+ colorTertiaryHover: string;
279
+ colorTertiaryPressed: string;
280
+ colorQuaternary: string;
281
+ colorQuaternaryHover: string;
282
+ colorQuaternaryPressed: string;
283
+ color: string;
284
+ colorHover: string;
285
+ colorPressed: string;
286
+ colorFocus: string;
287
+ colorDisabled: string;
288
+ textColor: string;
289
+ textColorTertiary: string;
290
+ textColorHover: string;
291
+ textColorPressed: string;
292
+ textColorFocus: string;
293
+ textColorDisabled: string;
294
+ textColorText: string;
295
+ textColorTextHover: string;
296
+ textColorTextPressed: string;
297
+ textColorTextFocus: string;
298
+ textColorTextDisabled: string;
299
+ textColorGhost: string;
300
+ textColorGhostHover: string;
301
+ textColorGhostPressed: string;
302
+ textColorGhostFocus: string;
303
+ textColorGhostDisabled: string;
304
+ border: string;
305
+ borderHover: string;
306
+ borderPressed: string;
307
+ borderFocus: string;
308
+ borderDisabled: string;
309
+ rippleColor: string;
310
+ colorPrimary: string;
311
+ colorHoverPrimary: string;
312
+ colorPressedPrimary: string;
313
+ colorFocusPrimary: string;
314
+ colorDisabledPrimary: string;
315
+ textColorPrimary: string;
316
+ textColorHoverPrimary: string;
317
+ textColorPressedPrimary: string;
318
+ textColorFocusPrimary: string;
319
+ textColorDisabledPrimary: string;
320
+ textColorTextPrimary: string;
321
+ textColorTextHoverPrimary: string;
322
+ textColorTextPressedPrimary: string;
323
+ textColorTextFocusPrimary: string;
324
+ textColorTextDisabledPrimary: string;
325
+ textColorGhostPrimary: string;
326
+ textColorGhostHoverPrimary: string;
327
+ textColorGhostPressedPrimary: string;
328
+ textColorGhostFocusPrimary: string;
329
+ textColorGhostDisabledPrimary: string;
330
+ borderPrimary: string;
331
+ borderHoverPrimary: string;
332
+ borderPressedPrimary: string;
333
+ borderFocusPrimary: string;
334
+ borderDisabledPrimary: string;
335
+ rippleColorPrimary: string;
336
+ colorInfo: string;
337
+ colorHoverInfo: string;
338
+ colorPressedInfo: string;
339
+ colorFocusInfo: string;
340
+ colorDisabledInfo: string;
341
+ textColorInfo: string;
342
+ textColorHoverInfo: string;
343
+ textColorPressedInfo: string;
344
+ textColorFocusInfo: string;
345
+ textColorDisabledInfo: string;
346
+ textColorTextInfo: string;
347
+ textColorTextHoverInfo: string;
348
+ textColorTextPressedInfo: string;
349
+ textColorTextFocusInfo: string;
350
+ textColorTextDisabledInfo: string;
351
+ textColorGhostInfo: string;
352
+ textColorGhostHoverInfo: string;
353
+ textColorGhostPressedInfo: string;
354
+ textColorGhostFocusInfo: string;
355
+ textColorGhostDisabledInfo: string;
356
+ borderInfo: string;
357
+ borderHoverInfo: string;
358
+ borderPressedInfo: string;
359
+ borderFocusInfo: string;
360
+ borderDisabledInfo: string;
361
+ rippleColorInfo: string;
362
+ colorSuccess: string;
363
+ colorHoverSuccess: string;
364
+ colorPressedSuccess: string;
365
+ colorFocusSuccess: string;
366
+ colorDisabledSuccess: string;
367
+ textColorSuccess: string;
368
+ textColorHoverSuccess: string;
369
+ textColorPressedSuccess: string;
370
+ textColorFocusSuccess: string;
371
+ textColorDisabledSuccess: string;
372
+ textColorTextSuccess: string;
373
+ textColorTextHoverSuccess: string;
374
+ textColorTextPressedSuccess: string;
375
+ textColorTextFocusSuccess: string;
376
+ textColorTextDisabledSuccess: string;
377
+ textColorGhostSuccess: string;
378
+ textColorGhostHoverSuccess: string;
379
+ textColorGhostPressedSuccess: string;
380
+ textColorGhostFocusSuccess: string;
381
+ textColorGhostDisabledSuccess: string;
382
+ borderSuccess: string;
383
+ borderHoverSuccess: string;
384
+ borderPressedSuccess: string;
385
+ borderFocusSuccess: string;
386
+ borderDisabledSuccess: string;
387
+ rippleColorSuccess: string;
388
+ colorWarning: string;
389
+ colorHoverWarning: string;
390
+ colorPressedWarning: string;
391
+ colorFocusWarning: string;
392
+ colorDisabledWarning: string;
393
+ textColorWarning: string;
394
+ textColorHoverWarning: string;
395
+ textColorPressedWarning: string;
396
+ textColorFocusWarning: string;
397
+ textColorDisabledWarning: string;
398
+ textColorTextWarning: string;
399
+ textColorTextHoverWarning: string;
400
+ textColorTextPressedWarning: string;
401
+ textColorTextFocusWarning: string;
402
+ textColorTextDisabledWarning: string;
403
+ textColorGhostWarning: string;
404
+ textColorGhostHoverWarning: string;
405
+ textColorGhostPressedWarning: string;
406
+ textColorGhostFocusWarning: string;
407
+ textColorGhostDisabledWarning: string;
408
+ borderWarning: string;
409
+ borderHoverWarning: string;
410
+ borderPressedWarning: string;
411
+ borderFocusWarning: string;
412
+ borderDisabledWarning: string;
413
+ rippleColorWarning: string;
414
+ colorError: string;
415
+ colorHoverError: string;
416
+ colorPressedError: string;
417
+ colorFocusError: string;
418
+ colorDisabledError: string;
419
+ textColorError: string;
420
+ textColorHoverError: string;
421
+ textColorPressedError: string;
422
+ textColorFocusError: string;
423
+ textColorDisabledError: string;
424
+ textColorTextError: string;
425
+ textColorTextHoverError: string;
426
+ textColorTextPressedError: string;
427
+ textColorTextFocusError: string;
428
+ textColorTextDisabledError: string;
429
+ textColorGhostError: string;
430
+ textColorGhostHoverError: string;
431
+ textColorGhostPressedError: string;
432
+ textColorGhostFocusError: string;
433
+ textColorGhostDisabledError: string;
434
+ borderError: string;
435
+ borderHoverError: string;
436
+ borderPressedError: string;
437
+ borderFocusError: string;
438
+ borderDisabledError: string;
439
+ rippleColorError: string;
440
+ waveOpacity: string;
441
+ fontWeight: string;
442
+ fontWeightStrong: string;
443
+ paddingTiny: string;
444
+ paddingSmall: string;
445
+ paddingMedium: string;
446
+ paddingLarge: string;
447
+ paddingRoundTiny: string;
448
+ paddingRoundSmall: string;
449
+ paddingRoundMedium: string;
450
+ paddingRoundLarge: string;
451
+ iconMarginTiny: string;
452
+ iconMarginSmall: string;
453
+ iconMarginMedium: string;
454
+ iconMarginLarge: string;
455
+ iconSizeTiny: string;
456
+ iconSizeSmall: string;
457
+ iconSizeMedium: string;
458
+ iconSizeLarge: string;
459
+ rippleDuration: string;
460
+ }, any>;
461
+ };
462
+ peerOverrides: {
463
+ Checkbox?: {
464
+ peers?: {
465
+ [x: string]: any;
466
+ } | undefined;
467
+ } | undefined;
468
+ Scrollbar?: {
469
+ peers?: {
470
+ [x: string]: any;
471
+ } | undefined;
472
+ } | undefined;
473
+ Input?: {
474
+ peers?: {
475
+ [x: string]: any;
476
+ } | undefined;
477
+ } | undefined;
478
+ Empty?: {
479
+ peers?: {
480
+ [x: string]: any;
481
+ } | undefined;
482
+ } | undefined;
483
+ Button?: {
484
+ peers?: {
485
+ [x: string]: any;
486
+ } | undefined;
487
+ } | undefined;
488
+ };
489
+ }>;
490
+ checked: import("vue").ComputedRef<boolean>;
491
+ handleClick: () => void;
492
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
493
+ source: {
494
+ type: BooleanConstructor;
495
+ default: boolean;
496
+ };
497
+ label: {
498
+ type: StringConstructor;
499
+ required: true;
500
+ };
501
+ value: {
502
+ type: (StringConstructor | NumberConstructor)[];
503
+ required: true;
504
+ };
505
+ disabled: {
506
+ type: BooleanConstructor;
507
+ default: boolean;
508
+ };
509
+ }>>, {
510
+ source: boolean;
511
+ disabled: boolean;
512
+ }>;
513
+ export default _default;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const vue_1 = require("vue");
4
+ const vooks_1 = require("vooks");
5
+ const checkbox_1 = require("../../checkbox");
6
+ const interface_1 = require("./interface");
7
+ const _utils_1 = require("../../_utils");
8
+ exports.default = (0, vue_1.defineComponent)({
9
+ name: 'NTransferListItem',
10
+ props: {
11
+ source: {
12
+ type: Boolean,
13
+ default: false
14
+ },
15
+ label: {
16
+ type: String,
17
+ required: true
18
+ },
19
+ value: {
20
+ type: [String, Number],
21
+ required: true
22
+ },
23
+ disabled: {
24
+ type: Boolean,
25
+ default: false
26
+ }
27
+ },
28
+ setup(props) {
29
+ const { source } = props;
30
+ const { mergedClsPrefixRef, mergedThemeRef, srcCheckedValuesRef, tgtCheckedValuesRef, handleSrcCheckboxClick, handleTgtCheckboxClick
31
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
32
+ } = (0, vue_1.inject)(interface_1.transferInjectionKey);
33
+ const checkedRef = source
34
+ ? (0, vooks_1.useMemo)(() => srcCheckedValuesRef.value.includes(props.value))
35
+ : (0, vooks_1.useMemo)(() => tgtCheckedValuesRef.value.includes(props.value));
36
+ const handleClick = source
37
+ ? () => {
38
+ if (!props.disabled) {
39
+ handleSrcCheckboxClick(!checkedRef.value, props.value);
40
+ }
41
+ }
42
+ : () => {
43
+ if (!props.disabled) {
44
+ handleTgtCheckboxClick(!checkedRef.value, props.value);
45
+ }
46
+ };
47
+ return {
48
+ mergedClsPrefix: mergedClsPrefixRef,
49
+ mergedTheme: mergedThemeRef,
50
+ checked: checkedRef,
51
+ handleClick
52
+ };
53
+ },
54
+ render() {
55
+ const { disabled, mergedTheme, mergedClsPrefix, label, checked, source } = this;
56
+ return ((0, vue_1.h)("div", { class: [
57
+ `${mergedClsPrefix}-legacy-transfer-list-item`,
58
+ disabled && `${mergedClsPrefix}-legacy-transfer-list-item--disabled`,
59
+ source
60
+ ? `${mergedClsPrefix}-legacy-transfer-list-item--source`
61
+ : `${mergedClsPrefix}-legacy-transfer-list-item--target`
62
+ ], onClick: this.handleClick },
63
+ (0, vue_1.h)("div", { class: `${mergedClsPrefix}-legacy-transfer-list-item__checkbox` },
64
+ (0, vue_1.h)(checkbox_1.NCheckbox, { theme: mergedTheme.peers.Checkbox, themeOverrides: mergedTheme.peerOverrides.Checkbox, disabled: disabled, checked: checked })),
65
+ (0, vue_1.h)("div", { class: `${mergedClsPrefix}-legacy-transfer-list-item__label`, title: (0, _utils_1.getTitleAttribute)(label) }, label)));
66
+ }
67
+ });
@@ -0,0 +1,31 @@
1
+ import { Ref } from 'vue';
2
+ import type { MergedTheme } from '../../_mixins';
3
+ import type { LegacyTransferTheme } from '../styles';
4
+ export declare type OptionValue = string | number;
5
+ export interface Option {
6
+ label: string;
7
+ value: OptionValue;
8
+ disabled?: boolean;
9
+ }
10
+ export interface CheckedStatus {
11
+ checked: boolean;
12
+ indeterminate: boolean;
13
+ disabled?: boolean;
14
+ }
15
+ export declare type Filter = (pattern: string, option: Option, from: 'source' | 'target') => boolean;
16
+ export interface TransferInjection {
17
+ mergedClsPrefixRef: Ref<string>;
18
+ mergedSizeRef: Ref<'small' | 'medium' | 'large'>;
19
+ disabledRef: Ref<boolean>;
20
+ mergedThemeRef: Ref<MergedTheme<LegacyTransferTheme>>;
21
+ srcCheckedValuesRef: Ref<OptionValue[]>;
22
+ tgtCheckedValuesRef: Ref<OptionValue[]>;
23
+ srcOptsRef: Ref<Option[]>;
24
+ tgtOptsRef: Ref<Option[]>;
25
+ srcCheckedStatusRef: Ref<CheckedStatus>;
26
+ tgtCheckedStatusRef: Ref<CheckedStatus>;
27
+ handleSrcCheckboxClick: (checked: boolean, value: OptionValue) => void;
28
+ handleTgtCheckboxClick: (checked: boolean, value: OptionValue) => void;
29
+ }
30
+ export declare const transferInjectionKey: import("vue").InjectionKey<TransferInjection>;
31
+ export declare type OnUpdateValue = (value: OptionValue[]) => void;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.transferInjectionKey = void 0;
4
+ const _utils_1 = require("../../_utils");
5
+ exports.transferInjectionKey = (0, _utils_1.createInjectionKey)('n-transfer');
@@ -0,0 +1,2 @@
1
+ declare const _default: import("css-render").CNode;
2
+ export default _default;