naive-ui 2.40.2 → 2.40.3

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 (777) hide show
  1. package/dist/index.js +23 -30
  2. package/dist/index.mjs +23 -30
  3. package/dist/index.prod.js +1 -1
  4. package/dist/index.prod.mjs +1 -1
  5. package/es/_internal/clear/src/Clear.d.ts +5 -5
  6. package/es/_internal/close/src/Close.d.ts +5 -5
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  8. package/es/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  9. package/es/_internal/icon/src/Icon.d.ts +4 -4
  10. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  11. package/es/_internal/icons/Add.d.ts +1 -1
  12. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  13. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  14. package/es/_internal/icons/ArrowUp.d.ts +1 -1
  15. package/es/_internal/icons/Attach.d.ts +1 -1
  16. package/es/_internal/icons/Backward.d.ts +1 -1
  17. package/es/_internal/icons/Cancel.d.ts +1 -1
  18. package/es/_internal/icons/Checkmark.d.ts +1 -1
  19. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  20. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  21. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  22. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  23. package/es/_internal/icons/Clear.d.ts +1 -1
  24. package/es/_internal/icons/Close.d.ts +1 -1
  25. package/es/_internal/icons/Date.d.ts +1 -1
  26. package/es/_internal/icons/Download.d.ts +1 -1
  27. package/es/_internal/icons/Empty.d.ts +1 -1
  28. package/es/_internal/icons/Error.d.ts +1 -1
  29. package/es/_internal/icons/Eye.d.ts +1 -1
  30. package/es/_internal/icons/EyeOff.d.ts +1 -1
  31. package/es/_internal/icons/FastBackward.d.ts +1 -1
  32. package/es/_internal/icons/FastForward.d.ts +1 -1
  33. package/es/_internal/icons/File.d.ts +1 -1
  34. package/es/_internal/icons/Filter.d.ts +1 -1
  35. package/es/_internal/icons/Forward.d.ts +1 -1
  36. package/es/_internal/icons/Info.d.ts +1 -1
  37. package/es/_internal/icons/More.d.ts +1 -1
  38. package/es/_internal/icons/Photo.d.ts +1 -1
  39. package/es/_internal/icons/Remove.d.ts +1 -1
  40. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  41. package/es/_internal/icons/Retry.d.ts +1 -1
  42. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  43. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  44. package/es/_internal/icons/Search.d.ts +1 -1
  45. package/es/_internal/icons/Success.d.ts +1 -1
  46. package/es/_internal/icons/Switcher.d.ts +1 -1
  47. package/es/_internal/icons/Time.d.ts +1 -1
  48. package/es/_internal/icons/To.d.ts +1 -1
  49. package/es/_internal/icons/Trash.d.ts +1 -1
  50. package/es/_internal/icons/Warning.d.ts +1 -1
  51. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  52. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  53. package/es/_internal/icons/replaceable.d.ts +1 -1
  54. package/es/_internal/loading/src/Loading.d.ts +4 -4
  55. package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  56. package/es/_internal/scrollbar/src/Scrollbar.d.ts +14 -14
  57. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  58. package/es/_internal/select-menu/src/SelectMenu.d.ts +8 -25
  59. package/es/_internal/select-menu/src/SelectOption.d.ts +8 -8
  60. package/es/_internal/select-menu/src/interface.d.ts +1 -1
  61. package/es/_internal/selection/src/Selection.d.ts +22 -31
  62. package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  63. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  64. package/es/_internal/suffix/src/Suffix.d.ts +4 -4
  65. package/es/_internal/wave/src/Wave.d.ts +6 -6
  66. package/es/_mixins/index.d.ts +1 -1
  67. package/es/_mixins/index.mjs +1 -1
  68. package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  69. package/es/_utils/vue/wrapper.d.ts +1 -1
  70. package/es/affix/src/Affix.d.ts +7 -7
  71. package/es/alert/src/Alert.d.ts +9 -9
  72. package/es/anchor/src/AnchorAdapter.d.ts +5 -5
  73. package/es/anchor/src/BaseAnchor.d.ts +9 -9
  74. package/es/anchor/src/Link.d.ts +3 -3
  75. package/es/auto-complete/src/AutoComplete.d.ts +11 -45
  76. package/es/avatar/src/Avatar.d.ts +13 -13
  77. package/es/avatar-group/src/AvatarGroup.d.ts +7 -7
  78. package/es/back-top/src/BackTop.d.ts +14 -14
  79. package/es/badge/src/Badge.d.ts +9 -9
  80. package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
  81. package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  82. package/es/button/src/Button.d.ts +11 -14
  83. package/es/button-group/src/ButtonGroup.d.ts +7 -7
  84. package/es/calendar/src/Calendar.d.ts +9 -39
  85. package/es/card/src/Card.d.ts +9 -9
  86. package/es/carousel/src/Carousel.d.ts +11 -11
  87. package/es/carousel/src/CarouselArrow.d.ts +2 -2
  88. package/es/carousel/src/CarouselDots.d.ts +7 -7
  89. package/es/carousel/src/CarouselItem.d.ts +3 -3
  90. package/es/cascader/src/Cascader.d.ts +14 -34
  91. package/es/cascader/src/CascaderMenu.d.ts +8 -294
  92. package/es/cascader/src/CascaderOption.d.ts +10 -299
  93. package/es/cascader/src/CascaderSelectMenu.d.ts +7 -298
  94. package/es/cascader/src/CascaderSubmenu.d.ts +6 -304
  95. package/es/checkbox/src/Checkbox.d.ts +15 -15
  96. package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
  97. package/es/code/src/Code.d.ts +8 -8
  98. package/es/collapse/src/Collapse.d.ts +8 -8
  99. package/es/collapse/src/CollapseItem.d.ts +8 -8
  100. package/es/collapse/src/CollapseItemContent.d.ts +6 -6
  101. package/es/collapse-transition/src/CollapseTransition.d.ts +9 -9
  102. package/es/color-picker/src/AlphaSlider.d.ts +6 -6
  103. package/es/color-picker/src/ColorInput.d.ts +5 -5
  104. package/es/color-picker/src/ColorInputUnit.d.ts +6 -6
  105. package/es/color-picker/src/ColorPicker.d.ts +11 -11
  106. package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  107. package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  108. package/es/color-picker/src/ColorPreview.d.ts +5 -5
  109. package/es/color-picker/src/HueSlider.d.ts +5 -5
  110. package/es/color-picker/src/Pallete.d.ts +6 -6
  111. package/es/config-provider/src/ConfigProvider.d.ts +5 -5
  112. package/es/config-provider/src/internal-interface.d.ts +7 -7
  113. package/es/countdown/src/Countdown.d.ts +6 -6
  114. package/es/data-table/index.d.ts +1 -1
  115. package/es/data-table/src/DataTable.d.ts +9 -13
  116. package/es/data-table/src/HeaderButton/FilterButton.d.ts +9 -1207
  117. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +7 -1210
  118. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  119. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  120. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  121. package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  122. package/es/data-table/src/MainTable.d.ts +5 -12
  123. package/es/data-table/src/TableParts/Body.d.ts +41 -1262
  124. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  125. package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  126. package/es/data-table/src/TableParts/Cell.d.ts +4 -4
  127. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  128. package/es/data-table/src/TableParts/Header.d.ts +20 -1224
  129. package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  130. package/es/data-table/src/use-expand.d.ts +1 -1
  131. package/es/data-table/src/use-scroll.d.ts +4 -4
  132. package/es/data-table/src/use-table-data.d.ts +1 -1
  133. package/es/date-picker/src/DatePicker.d.ts +18 -131
  134. package/es/date-picker/src/panel/date.d.ts +13 -985
  135. package/es/date-picker/src/panel/daterange.d.ts +19 -991
  136. package/es/date-picker/src/panel/datetime.d.ts +13 -985
  137. package/es/date-picker/src/panel/datetimerange.d.ts +19 -991
  138. package/es/date-picker/src/panel/month.d.ts +13 -985
  139. package/es/date-picker/src/panel/monthrange.d.ts +19 -991
  140. package/es/date-picker/src/panel/panelHeader.d.ts +237 -6289
  141. package/es/date-picker/src/panel/use-calendar.d.ts +8 -980
  142. package/es/date-picker/src/panel/use-dual-calendar.d.ts +14 -986
  143. package/es/date-picker/src/panel/use-panel-common.d.ts +5 -977
  144. package/es/descriptions/index.d.ts +2 -2
  145. package/es/descriptions/index.mjs +2 -2
  146. package/es/descriptions/src/Descriptions.d.ts +7 -7
  147. package/es/descriptions/src/DescriptionsItem.d.ts +4 -4
  148. package/es/dialog/src/Dialog.d.ts +8 -8
  149. package/es/dialog/src/DialogEnvironment.d.ts +6 -6
  150. package/es/dialog/src/DialogProvider.d.ts +8 -5504
  151. package/es/dialog/src/dialogProps.d.ts +1 -1
  152. package/es/discrete/src/InjectionExtractor.d.ts +4 -4
  153. package/es/divider/index.d.ts +1 -1
  154. package/es/divider/index.mjs +1 -1
  155. package/es/divider/src/Divider.d.ts +7 -7
  156. package/es/drawer/index.d.ts +2 -2
  157. package/es/drawer/index.mjs +2 -2
  158. package/es/drawer/src/Drawer.d.ts +9 -9
  159. package/es/drawer/src/DrawerBodyWrapper.d.ts +13 -60
  160. package/es/drawer/src/DrawerContent.d.ts +6 -53
  161. package/es/dropdown/index.d.ts +2 -2
  162. package/es/dropdown/index.mjs +1 -1
  163. package/es/dropdown/src/Dropdown.d.ts +9 -9
  164. package/es/dropdown/src/DropdownDivider.d.ts +3 -3
  165. package/es/dropdown/src/DropdownGroup.d.ts +4 -4
  166. package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  167. package/es/dropdown/src/DropdownMenu.d.ts +6 -6
  168. package/es/dropdown/src/DropdownOption.d.ts +15 -15
  169. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -3
  170. package/es/dynamic-input/index.d.ts +1 -1
  171. package/es/dynamic-input/index.mjs +1 -1
  172. package/es/dynamic-input/src/DynamicInput.d.ts +9 -11
  173. package/es/dynamic-input/src/InputPreset.d.ts +6 -292
  174. package/es/dynamic-input/src/PairPreset.d.ts +7 -293
  175. package/es/dynamic-input/styles/rtl.mjs +2 -2
  176. package/es/dynamic-tags/index.d.ts +1 -1
  177. package/es/dynamic-tags/index.mjs +1 -1
  178. package/es/dynamic-tags/src/DynamicTags.d.ts +12 -36
  179. package/es/element/index.d.ts +1 -1
  180. package/es/element/index.mjs +1 -1
  181. package/es/element/src/Element.d.ts +7 -7
  182. package/es/ellipsis/index.d.ts +1 -1
  183. package/es/ellipsis/index.mjs +1 -1
  184. package/es/ellipsis/src/Ellipsis.d.ts +7 -10
  185. package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  186. package/es/empty/index.d.ts +1 -1
  187. package/es/empty/index.mjs +1 -1
  188. package/es/empty/src/Empty.d.ts +7 -7
  189. package/es/equation/index.d.ts +1 -1
  190. package/es/equation/index.mjs +1 -1
  191. package/es/equation/src/Equation.d.ts +4 -4
  192. package/es/flex/index.d.ts +1 -1
  193. package/es/flex/index.mjs +1 -1
  194. package/es/flex/src/Flex.d.ts +7 -7
  195. package/es/float-button/index.d.ts +1 -1
  196. package/es/float-button/index.mjs +1 -1
  197. package/es/float-button/src/FloatButton.d.ts +8 -8
  198. package/es/float-button-group/index.d.ts +1 -1
  199. package/es/float-button-group/index.mjs +1 -1
  200. package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  201. package/es/form/index.d.ts +3 -3
  202. package/es/form/index.mjs +3 -3
  203. package/es/form/src/Form.d.ts +6 -6
  204. package/es/form/src/FormItem.d.ts +11 -17
  205. package/es/form/src/FormItemCol.d.ts +5 -11
  206. package/es/form/src/FormItemGridItem.d.ts +5 -11
  207. package/es/form/src/FormItemRow.d.ts +5 -10
  208. package/es/form/src/utils.d.ts +2 -2
  209. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  210. package/es/gradient-text/index.d.ts +1 -1
  211. package/es/gradient-text/index.mjs +1 -1
  212. package/es/gradient-text/src/GradientText.d.ts +7 -7
  213. package/es/grid/index.d.ts +3 -3
  214. package/es/grid/index.mjs +3 -3
  215. package/es/grid/src/Grid.d.ts +8 -8
  216. package/es/grid/src/GridItem.d.ts +8 -8
  217. package/es/highlight/index.d.ts +1 -1
  218. package/es/highlight/index.mjs +1 -1
  219. package/es/highlight/src/Highlight.d.ts +6 -6
  220. package/es/icon/src/Icon.d.ts +6 -6
  221. package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
  222. package/es/image/index.d.ts +2 -2
  223. package/es/image/index.mjs +2 -2
  224. package/es/image/src/Image.d.ts +11 -16
  225. package/es/image/src/ImageGroup.d.ts +6 -10
  226. package/es/image/src/ImagePreview.d.ts +13 -13
  227. package/es/image/src/styles/index.cssr.mjs +1 -1
  228. package/es/infinite-scroll/index.d.ts +1 -1
  229. package/es/infinite-scroll/index.mjs +1 -1
  230. package/es/infinite-scroll/src/InfiniteScroll.d.ts +5 -17
  231. package/es/input/index.d.ts +3 -3
  232. package/es/input/index.mjs +3 -3
  233. package/es/input/src/Input.d.ts +23 -39
  234. package/es/input/src/InputGroup.d.ts +11 -3
  235. package/es/input/src/InputGroupLabel.d.ts +7 -7
  236. package/es/input/src/WordCount.d.ts +1 -1
  237. package/es/input-number/index.d.ts +1 -1
  238. package/es/input-number/index.mjs +1 -1
  239. package/es/input-number/src/InputNumber.d.ts +10 -42
  240. package/es/layout/index.d.ts +6 -6
  241. package/es/layout/index.mjs +4 -4
  242. package/es/layout/src/Layout.d.ts +17 -39
  243. package/es/layout/src/LayoutContent.d.ts +8 -19
  244. package/es/layout/src/LayoutFooter.d.ts +7 -7
  245. package/es/layout/src/LayoutHeader.d.ts +7 -7
  246. package/es/layout/src/LayoutSider.d.ts +9 -20
  247. package/es/layout/src/ToggleBar.d.ts +3 -3
  248. package/es/layout/src/ToggleButton.d.ts +3 -3
  249. package/es/legacy-grid/src/Col.d.ts +7 -7
  250. package/es/legacy-grid/src/Row.d.ts +7 -7
  251. package/es/legacy-transfer/index.d.ts +1 -1
  252. package/es/legacy-transfer/index.mjs +1 -1
  253. package/es/legacy-transfer/src/Transfer.d.ts +10 -13
  254. package/es/legacy-transfer/src/TransferFilter.d.ts +6 -384
  255. package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
  256. package/es/legacy-transfer/src/TransferList.d.ts +6 -401
  257. package/es/legacy-transfer/src/TransferListItem.d.ts +6 -384
  258. package/es/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  259. package/es/list/index.d.ts +1 -1
  260. package/es/list/index.mjs +1 -1
  261. package/es/list/src/List.d.ts +8 -8
  262. package/es/list/src/ListItem.d.ts +3 -3
  263. package/es/loading-bar/index.d.ts +1 -1
  264. package/es/loading-bar/index.mjs +1 -1
  265. package/es/loading-bar/src/LoadingBar.d.ts +11 -11
  266. package/es/loading-bar/src/LoadingBarProvider.d.ts +5 -9
  267. package/es/log/index.d.ts +1 -1
  268. package/es/log/index.mjs +1 -1
  269. package/es/log/src/Log.d.ts +7 -19
  270. package/es/log/src/LogLine.d.ts +7 -7
  271. package/es/log/src/LogLoader.d.ts +4 -6
  272. package/es/marquee/index.d.ts +1 -1
  273. package/es/marquee/index.mjs +1 -1
  274. package/es/marquee/src/Marquee.d.ts +7 -7
  275. package/es/mention/index.d.ts +1 -1
  276. package/es/mention/index.mjs +1 -1
  277. package/es/mention/src/Mention.d.ts +14 -50
  278. package/es/menu/index.d.ts +1 -1
  279. package/es/menu/index.mjs +1 -1
  280. package/es/menu/src/Menu.d.ts +12 -16
  281. package/es/menu/src/MenuDivider.d.ts +1 -1
  282. package/es/menu/src/MenuOption.d.ts +7 -222
  283. package/es/menu/src/MenuOptionContent.d.ts +5 -5
  284. package/es/menu/src/MenuOptionGroup.d.ts +4 -4
  285. package/es/menu/src/Submenu.d.ts +11 -226
  286. package/es/message/index.d.ts +1 -1
  287. package/es/message/index.mjs +1 -1
  288. package/es/message/src/Message.d.ts +8 -8
  289. package/es/message/src/MessageEnvironment.d.ts +6 -6
  290. package/es/message/src/MessageProvider.d.ts +7 -21
  291. package/es/modal/index.d.ts +1 -1
  292. package/es/modal/index.mjs +1 -1
  293. package/es/modal/src/BodyWrapper.d.ts +11 -540
  294. package/es/modal/src/Modal.d.ts +10 -10
  295. package/es/modal/src/ModalEnvironment.d.ts +7 -7
  296. package/es/modal/src/presetProps.d.ts +1 -1
  297. package/es/modal/src/styles/index.cssr.mjs +1 -1
  298. package/es/notification/src/Notification.d.ts +9 -9
  299. package/es/notification/src/NotificationContainer.d.ts +7 -61
  300. package/es/notification/src/NotificationEnvironment.d.ts +6 -6
  301. package/es/notification/src/NotificationProvider.d.ts +7 -31
  302. package/es/number-animation/src/NumberAnimation.d.ts +6 -6
  303. package/es/page-header/src/PageHeader.d.ts +7 -7
  304. package/es/pagination/src/Pagination.d.ts +15 -18
  305. package/es/popconfirm/src/Popconfirm.d.ts +7 -12
  306. package/es/popconfirm/src/PopconfirmPanel.d.ts +9 -12
  307. package/es/popover/src/Popover.d.ts +9 -11
  308. package/es/popover/src/PopoverBody.d.ts +11 -13
  309. package/es/popselect/src/Popselect.d.ts +23 -26
  310. package/es/popselect/src/PopselectPanel.d.ts +7 -133
  311. package/es/progress/src/Circle.d.ts +4 -4
  312. package/es/progress/src/Line.d.ts +4 -4
  313. package/es/progress/src/MultipleCircle.d.ts +4 -4
  314. package/es/progress/src/Progress.d.ts +7 -7
  315. package/es/qr-code/src/QrCode.d.ts +8 -8
  316. package/es/radio/src/Radio.d.ts +7 -7
  317. package/es/radio/src/RadioButton.d.ts +47 -23
  318. package/es/radio/src/RadioGroup.d.ts +9 -9
  319. package/es/rate/src/Rate.d.ts +8 -8
  320. package/es/result/src/Result.d.ts +7 -7
  321. package/es/scrollbar/src/Scrollbar.d.ts +5 -17
  322. package/es/select/src/Select.d.ts +17 -37
  323. package/es/skeleton/src/Skeleton.d.ts +6 -6
  324. package/es/slider/src/Slider.d.ts +17 -17
  325. package/es/space/src/Space.d.ts +7 -7
  326. package/es/spin/src/Spin.d.ts +8 -8
  327. package/es/split/src/Split.d.ts +10 -10
  328. package/es/statistic/src/Statistic.d.ts +8 -8
  329. package/es/steps/src/Step.d.ts +7 -7
  330. package/es/steps/src/Steps.d.ts +7 -7
  331. package/es/styles.d.ts +5 -5
  332. package/es/styles.mjs +5 -5
  333. package/es/switch/src/Switch.d.ts +9 -9
  334. package/es/table/src/Table.d.ts +8 -8
  335. package/es/table/src/Tbody.d.ts +1 -1
  336. package/es/table/src/Td.d.ts +1 -1
  337. package/es/table/src/Th.d.ts +1 -1
  338. package/es/table/src/Thead.d.ts +1 -1
  339. package/es/table/src/Tr.d.ts +1 -1
  340. package/es/tabs/src/Tab.d.ts +16 -16
  341. package/es/tabs/src/TabPane.d.ts +8 -8
  342. package/es/tabs/src/Tabs.d.ts +19 -58
  343. package/es/tag/src/Tag.d.ts +10 -10
  344. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  345. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  346. package/es/theme-editor/src/ThemeEditor.d.ts +10 -19
  347. package/es/themes/dark.mjs +7 -7
  348. package/es/themes/light.mjs +7 -7
  349. package/es/thing/src/Thing.d.ts +4 -4
  350. package/es/time/src/Time.d.ts +6 -6
  351. package/es/time-picker/src/Panel.d.ts +10 -326
  352. package/es/time-picker/src/PanelCol.d.ts +4 -4
  353. package/es/time-picker/src/TimePicker.d.ts +15 -89
  354. package/es/timeline/src/Timeline.d.ts +4 -4
  355. package/es/timeline/src/TimelineItem.d.ts +7 -7
  356. package/es/tooltip/src/Tooltip.d.ts +7 -10
  357. package/es/transfer/src/Transfer.d.ts +9 -9
  358. package/es/transfer/src/TransferFilter.d.ts +6 -397
  359. package/es/transfer/src/TransferHeader.d.ts +4 -4
  360. package/es/transfer/src/TransferList.d.ts +6 -414
  361. package/es/transfer/src/TransferListItem.d.ts +9 -400
  362. package/es/transfer/src/use-transfer-data.d.ts +3 -3
  363. package/es/tree/src/MotionWrapper.d.ts +3 -3
  364. package/es/tree/src/Tree.d.ts +11 -28
  365. package/es/tree/src/TreeNode.d.ts +14 -14
  366. package/es/tree/src/TreeNodeCheckbox.d.ts +5 -99
  367. package/es/tree/src/TreeNodeContent.d.ts +10 -10
  368. package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
  369. package/es/tree-select/src/TreeSelect.d.ts +16 -30
  370. package/es/typography/src/a.d.ts +6 -6
  371. package/es/typography/src/blockquote.d.ts +7 -7
  372. package/es/typography/src/create-header.d.ts +7 -7
  373. package/es/typography/src/headers.d.ts +42 -42
  374. package/es/typography/src/hr.d.ts +6 -6
  375. package/es/typography/src/li.d.ts +1 -1
  376. package/es/typography/src/ol.d.ts +7 -7
  377. package/es/typography/src/p.d.ts +6 -6
  378. package/es/typography/src/text.d.ts +7 -7
  379. package/es/typography/src/ul.d.ts +7 -7
  380. package/es/upload/src/Upload.d.ts +10 -10
  381. package/es/upload/src/UploadDragger.d.ts +1 -1
  382. package/es/upload/src/UploadFile.d.ts +7 -270
  383. package/es/upload/src/UploadFileList.d.ts +1 -1
  384. package/es/upload/src/UploadProgress.d.ts +5 -265
  385. package/es/upload/src/UploadTrigger.d.ts +5 -5
  386. package/es/version.d.ts +1 -1
  387. package/es/version.mjs +1 -1
  388. package/es/virtual-list/src/VirtualList.d.ts +6 -22
  389. package/es/watermark/src/Watermark.d.ts +4 -4
  390. package/lib/_internal/clear/src/Clear.d.ts +5 -5
  391. package/lib/_internal/close/src/Close.d.ts +5 -5
  392. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  393. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  394. package/lib/_internal/icon/src/Icon.d.ts +4 -4
  395. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  396. package/lib/_internal/icons/Add.d.ts +1 -1
  397. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  398. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  399. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  400. package/lib/_internal/icons/Attach.d.ts +1 -1
  401. package/lib/_internal/icons/Backward.d.ts +1 -1
  402. package/lib/_internal/icons/Cancel.d.ts +1 -1
  403. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  404. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  405. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  406. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  407. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  408. package/lib/_internal/icons/Clear.d.ts +1 -1
  409. package/lib/_internal/icons/Close.d.ts +1 -1
  410. package/lib/_internal/icons/Date.d.ts +1 -1
  411. package/lib/_internal/icons/Download.d.ts +1 -1
  412. package/lib/_internal/icons/Empty.d.ts +1 -1
  413. package/lib/_internal/icons/Error.d.ts +1 -1
  414. package/lib/_internal/icons/Eye.d.ts +1 -1
  415. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  416. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  417. package/lib/_internal/icons/FastForward.d.ts +1 -1
  418. package/lib/_internal/icons/File.d.ts +1 -1
  419. package/lib/_internal/icons/Filter.d.ts +1 -1
  420. package/lib/_internal/icons/Forward.d.ts +1 -1
  421. package/lib/_internal/icons/Info.d.ts +1 -1
  422. package/lib/_internal/icons/More.d.ts +1 -1
  423. package/lib/_internal/icons/Photo.d.ts +1 -1
  424. package/lib/_internal/icons/Remove.d.ts +1 -1
  425. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  426. package/lib/_internal/icons/Retry.d.ts +1 -1
  427. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  428. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  429. package/lib/_internal/icons/Search.d.ts +1 -1
  430. package/lib/_internal/icons/Success.d.ts +1 -1
  431. package/lib/_internal/icons/Switcher.d.ts +1 -1
  432. package/lib/_internal/icons/Time.d.ts +1 -1
  433. package/lib/_internal/icons/To.d.ts +1 -1
  434. package/lib/_internal/icons/Trash.d.ts +1 -1
  435. package/lib/_internal/icons/Warning.d.ts +1 -1
  436. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  437. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  438. package/lib/_internal/icons/replaceable.d.ts +1 -1
  439. package/lib/_internal/loading/src/Loading.d.ts +4 -4
  440. package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  441. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +14 -14
  442. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  443. package/lib/_internal/select-menu/src/SelectMenu.d.ts +8 -25
  444. package/lib/_internal/select-menu/src/SelectOption.d.ts +8 -8
  445. package/lib/_internal/select-menu/src/interface.d.ts +1 -1
  446. package/lib/_internal/selection/src/Selection.d.ts +22 -31
  447. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  448. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  449. package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
  450. package/lib/_internal/wave/src/Wave.d.ts +6 -6
  451. package/lib/_mixins/index.d.ts +1 -1
  452. package/lib/_mixins/index.js +2 -2
  453. package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  454. package/lib/_utils/vue/wrapper.d.ts +1 -1
  455. package/lib/affix/src/Affix.d.ts +7 -7
  456. package/lib/alert/src/Alert.d.ts +9 -9
  457. package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
  458. package/lib/anchor/src/BaseAnchor.d.ts +9 -9
  459. package/lib/anchor/src/Link.d.ts +3 -3
  460. package/lib/auto-complete/src/AutoComplete.d.ts +11 -45
  461. package/lib/avatar/src/Avatar.d.ts +13 -13
  462. package/lib/avatar-group/src/AvatarGroup.d.ts +7 -7
  463. package/lib/back-top/src/BackTop.d.ts +14 -14
  464. package/lib/badge/src/Badge.d.ts +9 -9
  465. package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
  466. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  467. package/lib/button/src/Button.d.ts +11 -14
  468. package/lib/button-group/src/ButtonGroup.d.ts +7 -7
  469. package/lib/calendar/src/Calendar.d.ts +9 -39
  470. package/lib/card/src/Card.d.ts +9 -9
  471. package/lib/carousel/src/Carousel.d.ts +11 -11
  472. package/lib/carousel/src/CarouselArrow.d.ts +2 -2
  473. package/lib/carousel/src/CarouselDots.d.ts +7 -7
  474. package/lib/carousel/src/CarouselItem.d.ts +3 -3
  475. package/lib/cascader/src/Cascader.d.ts +14 -34
  476. package/lib/cascader/src/CascaderMenu.d.ts +8 -294
  477. package/lib/cascader/src/CascaderOption.d.ts +10 -299
  478. package/lib/cascader/src/CascaderSelectMenu.d.ts +7 -298
  479. package/lib/cascader/src/CascaderSubmenu.d.ts +6 -304
  480. package/lib/checkbox/src/Checkbox.d.ts +15 -15
  481. package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
  482. package/lib/code/src/Code.d.ts +8 -8
  483. package/lib/collapse/src/Collapse.d.ts +8 -8
  484. package/lib/collapse/src/CollapseItem.d.ts +8 -8
  485. package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
  486. package/lib/collapse-transition/src/CollapseTransition.d.ts +9 -9
  487. package/lib/color-picker/src/AlphaSlider.d.ts +6 -6
  488. package/lib/color-picker/src/ColorInput.d.ts +5 -5
  489. package/lib/color-picker/src/ColorInputUnit.d.ts +6 -6
  490. package/lib/color-picker/src/ColorPicker.d.ts +11 -11
  491. package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  492. package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  493. package/lib/color-picker/src/ColorPreview.d.ts +5 -5
  494. package/lib/color-picker/src/HueSlider.d.ts +5 -5
  495. package/lib/color-picker/src/Pallete.d.ts +6 -6
  496. package/lib/config-provider/src/ConfigProvider.d.ts +5 -5
  497. package/lib/config-provider/src/internal-interface.d.ts +7 -7
  498. package/lib/countdown/src/Countdown.d.ts +6 -6
  499. package/lib/data-table/index.d.ts +1 -1
  500. package/lib/data-table/src/DataTable.d.ts +9 -13
  501. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +9 -1207
  502. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +7 -1210
  503. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  504. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  505. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  506. package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  507. package/lib/data-table/src/MainTable.d.ts +5 -12
  508. package/lib/data-table/src/TableParts/Body.d.ts +41 -1262
  509. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  510. package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  511. package/lib/data-table/src/TableParts/Cell.d.ts +4 -4
  512. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  513. package/lib/data-table/src/TableParts/Header.d.ts +20 -1224
  514. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  515. package/lib/data-table/src/use-expand.d.ts +1 -1
  516. package/lib/data-table/src/use-scroll.d.ts +4 -4
  517. package/lib/data-table/src/use-table-data.d.ts +1 -1
  518. package/lib/date-picker/src/DatePicker.d.ts +18 -131
  519. package/lib/date-picker/src/panel/date.d.ts +13 -985
  520. package/lib/date-picker/src/panel/daterange.d.ts +19 -991
  521. package/lib/date-picker/src/panel/datetime.d.ts +13 -985
  522. package/lib/date-picker/src/panel/datetimerange.d.ts +19 -991
  523. package/lib/date-picker/src/panel/month.d.ts +13 -985
  524. package/lib/date-picker/src/panel/monthrange.d.ts +19 -991
  525. package/lib/date-picker/src/panel/panelHeader.d.ts +237 -6289
  526. package/lib/date-picker/src/panel/use-calendar.d.ts +8 -980
  527. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +14 -986
  528. package/lib/date-picker/src/panel/use-panel-common.d.ts +5 -977
  529. package/lib/descriptions/index.d.ts +2 -2
  530. package/lib/descriptions/index.js +3 -3
  531. package/lib/descriptions/src/Descriptions.d.ts +7 -7
  532. package/lib/descriptions/src/DescriptionsItem.d.ts +4 -4
  533. package/lib/dialog/src/Dialog.d.ts +8 -8
  534. package/lib/dialog/src/DialogEnvironment.d.ts +6 -6
  535. package/lib/dialog/src/DialogProvider.d.ts +8 -5504
  536. package/lib/dialog/src/dialogProps.d.ts +1 -1
  537. package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
  538. package/lib/divider/index.d.ts +1 -1
  539. package/lib/divider/index.js +2 -2
  540. package/lib/divider/src/Divider.d.ts +7 -7
  541. package/lib/drawer/index.d.ts +2 -2
  542. package/lib/drawer/index.js +3 -3
  543. package/lib/drawer/src/Drawer.d.ts +9 -9
  544. package/lib/drawer/src/DrawerBodyWrapper.d.ts +13 -60
  545. package/lib/drawer/src/DrawerContent.d.ts +6 -53
  546. package/lib/dropdown/index.d.ts +2 -2
  547. package/lib/dropdown/index.js +2 -2
  548. package/lib/dropdown/src/Dropdown.d.ts +9 -9
  549. package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
  550. package/lib/dropdown/src/DropdownGroup.d.ts +4 -4
  551. package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  552. package/lib/dropdown/src/DropdownMenu.d.ts +6 -6
  553. package/lib/dropdown/src/DropdownOption.d.ts +15 -15
  554. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -3
  555. package/lib/dynamic-input/index.d.ts +1 -1
  556. package/lib/dynamic-input/index.js +2 -2
  557. package/lib/dynamic-input/src/DynamicInput.d.ts +9 -11
  558. package/lib/dynamic-input/src/InputPreset.d.ts +6 -292
  559. package/lib/dynamic-input/src/PairPreset.d.ts +7 -293
  560. package/lib/dynamic-input/styles/rtl.js +5 -5
  561. package/lib/dynamic-tags/index.d.ts +1 -1
  562. package/lib/dynamic-tags/index.js +2 -2
  563. package/lib/dynamic-tags/src/DynamicTags.d.ts +12 -36
  564. package/lib/element/index.d.ts +1 -1
  565. package/lib/element/index.js +2 -2
  566. package/lib/element/src/Element.d.ts +7 -7
  567. package/lib/ellipsis/index.d.ts +1 -1
  568. package/lib/ellipsis/index.js +2 -2
  569. package/lib/ellipsis/src/Ellipsis.d.ts +7 -10
  570. package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  571. package/lib/empty/index.d.ts +1 -1
  572. package/lib/empty/index.js +2 -2
  573. package/lib/empty/src/Empty.d.ts +7 -7
  574. package/lib/equation/index.d.ts +1 -1
  575. package/lib/equation/index.js +2 -2
  576. package/lib/equation/src/Equation.d.ts +4 -4
  577. package/lib/flex/index.d.ts +1 -1
  578. package/lib/flex/index.js +2 -2
  579. package/lib/flex/src/Flex.d.ts +7 -7
  580. package/lib/float-button/index.d.ts +1 -1
  581. package/lib/float-button/index.js +2 -2
  582. package/lib/float-button/src/FloatButton.d.ts +8 -8
  583. package/lib/float-button-group/index.d.ts +1 -1
  584. package/lib/float-button-group/index.js +2 -2
  585. package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  586. package/lib/form/index.d.ts +3 -3
  587. package/lib/form/index.js +5 -5
  588. package/lib/form/src/Form.d.ts +6 -6
  589. package/lib/form/src/FormItem.d.ts +11 -17
  590. package/lib/form/src/FormItemCol.d.ts +5 -11
  591. package/lib/form/src/FormItemGridItem.d.ts +5 -11
  592. package/lib/form/src/FormItemRow.d.ts +5 -10
  593. package/lib/form/src/utils.d.ts +2 -2
  594. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  595. package/lib/gradient-text/index.d.ts +1 -1
  596. package/lib/gradient-text/index.js +2 -2
  597. package/lib/gradient-text/src/GradientText.d.ts +7 -7
  598. package/lib/grid/index.d.ts +3 -3
  599. package/lib/grid/index.js +4 -4
  600. package/lib/grid/src/Grid.d.ts +8 -8
  601. package/lib/grid/src/GridItem.d.ts +8 -8
  602. package/lib/highlight/index.d.ts +1 -1
  603. package/lib/highlight/index.js +2 -2
  604. package/lib/highlight/src/Highlight.d.ts +6 -6
  605. package/lib/icon/src/Icon.d.ts +6 -6
  606. package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
  607. package/lib/image/index.d.ts +2 -2
  608. package/lib/image/index.js +3 -3
  609. package/lib/image/src/Image.d.ts +11 -16
  610. package/lib/image/src/ImageGroup.d.ts +6 -10
  611. package/lib/image/src/ImagePreview.d.ts +13 -13
  612. package/lib/image/src/styles/index.cssr.js +1 -1
  613. package/lib/infinite-scroll/index.d.ts +1 -1
  614. package/lib/infinite-scroll/index.js +2 -2
  615. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +5 -17
  616. package/lib/input/index.d.ts +3 -3
  617. package/lib/input/index.js +4 -4
  618. package/lib/input/src/Input.d.ts +23 -39
  619. package/lib/input/src/InputGroup.d.ts +11 -3
  620. package/lib/input/src/InputGroupLabel.d.ts +7 -7
  621. package/lib/input/src/WordCount.d.ts +1 -1
  622. package/lib/input-number/index.d.ts +1 -1
  623. package/lib/input-number/index.js +2 -2
  624. package/lib/input-number/src/InputNumber.d.ts +10 -42
  625. package/lib/layout/index.d.ts +6 -6
  626. package/lib/layout/index.js +6 -6
  627. package/lib/layout/src/Layout.d.ts +17 -39
  628. package/lib/layout/src/LayoutContent.d.ts +8 -19
  629. package/lib/layout/src/LayoutFooter.d.ts +7 -7
  630. package/lib/layout/src/LayoutHeader.d.ts +7 -7
  631. package/lib/layout/src/LayoutSider.d.ts +9 -20
  632. package/lib/layout/src/ToggleBar.d.ts +3 -3
  633. package/lib/layout/src/ToggleButton.d.ts +3 -3
  634. package/lib/legacy-grid/src/Col.d.ts +7 -7
  635. package/lib/legacy-grid/src/Row.d.ts +7 -7
  636. package/lib/legacy-transfer/index.d.ts +1 -1
  637. package/lib/legacy-transfer/index.js +2 -2
  638. package/lib/legacy-transfer/src/Transfer.d.ts +10 -13
  639. package/lib/legacy-transfer/src/TransferFilter.d.ts +6 -384
  640. package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
  641. package/lib/legacy-transfer/src/TransferList.d.ts +6 -401
  642. package/lib/legacy-transfer/src/TransferListItem.d.ts +6 -384
  643. package/lib/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  644. package/lib/list/index.d.ts +1 -1
  645. package/lib/list/index.js +2 -2
  646. package/lib/list/src/List.d.ts +8 -8
  647. package/lib/list/src/ListItem.d.ts +3 -3
  648. package/lib/loading-bar/index.d.ts +1 -1
  649. package/lib/loading-bar/index.js +2 -2
  650. package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
  651. package/lib/loading-bar/src/LoadingBarProvider.d.ts +5 -9
  652. package/lib/log/index.d.ts +1 -1
  653. package/lib/log/index.js +2 -2
  654. package/lib/log/src/Log.d.ts +7 -19
  655. package/lib/log/src/LogLine.d.ts +7 -7
  656. package/lib/log/src/LogLoader.d.ts +4 -6
  657. package/lib/marquee/index.d.ts +1 -1
  658. package/lib/marquee/index.js +2 -2
  659. package/lib/marquee/src/Marquee.d.ts +7 -7
  660. package/lib/mention/index.d.ts +1 -1
  661. package/lib/mention/index.js +2 -2
  662. package/lib/mention/src/Mention.d.ts +14 -50
  663. package/lib/menu/index.d.ts +1 -1
  664. package/lib/menu/index.js +2 -2
  665. package/lib/menu/src/Menu.d.ts +12 -16
  666. package/lib/menu/src/MenuDivider.d.ts +1 -1
  667. package/lib/menu/src/MenuOption.d.ts +7 -222
  668. package/lib/menu/src/MenuOptionContent.d.ts +5 -5
  669. package/lib/menu/src/MenuOptionGroup.d.ts +4 -4
  670. package/lib/menu/src/Submenu.d.ts +11 -226
  671. package/lib/message/index.d.ts +1 -1
  672. package/lib/message/index.js +2 -2
  673. package/lib/message/src/Message.d.ts +8 -8
  674. package/lib/message/src/MessageEnvironment.d.ts +6 -6
  675. package/lib/message/src/MessageProvider.d.ts +7 -21
  676. package/lib/modal/index.d.ts +1 -1
  677. package/lib/modal/index.js +2 -2
  678. package/lib/modal/src/BodyWrapper.d.ts +11 -540
  679. package/lib/modal/src/Modal.d.ts +10 -10
  680. package/lib/modal/src/ModalEnvironment.d.ts +7 -7
  681. package/lib/modal/src/presetProps.d.ts +1 -1
  682. package/lib/modal/src/styles/index.cssr.js +1 -1
  683. package/lib/notification/src/Notification.d.ts +9 -9
  684. package/lib/notification/src/NotificationContainer.d.ts +7 -61
  685. package/lib/notification/src/NotificationEnvironment.d.ts +6 -6
  686. package/lib/notification/src/NotificationProvider.d.ts +7 -31
  687. package/lib/number-animation/src/NumberAnimation.d.ts +6 -6
  688. package/lib/page-header/src/PageHeader.d.ts +7 -7
  689. package/lib/pagination/src/Pagination.d.ts +15 -18
  690. package/lib/popconfirm/src/Popconfirm.d.ts +7 -12
  691. package/lib/popconfirm/src/PopconfirmPanel.d.ts +9 -12
  692. package/lib/popover/src/Popover.d.ts +9 -11
  693. package/lib/popover/src/PopoverBody.d.ts +11 -13
  694. package/lib/popselect/src/Popselect.d.ts +23 -26
  695. package/lib/popselect/src/PopselectPanel.d.ts +7 -133
  696. package/lib/progress/src/Circle.d.ts +4 -4
  697. package/lib/progress/src/Line.d.ts +4 -4
  698. package/lib/progress/src/MultipleCircle.d.ts +4 -4
  699. package/lib/progress/src/Progress.d.ts +7 -7
  700. package/lib/qr-code/src/QrCode.d.ts +8 -8
  701. package/lib/radio/src/Radio.d.ts +7 -7
  702. package/lib/radio/src/RadioButton.d.ts +47 -23
  703. package/lib/radio/src/RadioGroup.d.ts +9 -9
  704. package/lib/rate/src/Rate.d.ts +8 -8
  705. package/lib/result/src/Result.d.ts +7 -7
  706. package/lib/scrollbar/src/Scrollbar.d.ts +5 -17
  707. package/lib/select/src/Select.d.ts +17 -37
  708. package/lib/skeleton/src/Skeleton.d.ts +6 -6
  709. package/lib/slider/src/Slider.d.ts +17 -17
  710. package/lib/space/src/Space.d.ts +7 -7
  711. package/lib/spin/src/Spin.d.ts +8 -8
  712. package/lib/split/src/Split.d.ts +10 -10
  713. package/lib/statistic/src/Statistic.d.ts +8 -8
  714. package/lib/steps/src/Step.d.ts +7 -7
  715. package/lib/steps/src/Steps.d.ts +7 -7
  716. package/lib/styles.d.ts +5 -5
  717. package/lib/styles.js +29 -29
  718. package/lib/switch/src/Switch.d.ts +9 -9
  719. package/lib/table/src/Table.d.ts +8 -8
  720. package/lib/table/src/Tbody.d.ts +1 -1
  721. package/lib/table/src/Td.d.ts +1 -1
  722. package/lib/table/src/Th.d.ts +1 -1
  723. package/lib/table/src/Thead.d.ts +1 -1
  724. package/lib/table/src/Tr.d.ts +1 -1
  725. package/lib/tabs/src/Tab.d.ts +16 -16
  726. package/lib/tabs/src/TabPane.d.ts +8 -8
  727. package/lib/tabs/src/Tabs.d.ts +19 -58
  728. package/lib/tag/src/Tag.d.ts +10 -10
  729. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  730. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  731. package/lib/theme-editor/src/ThemeEditor.d.ts +10 -19
  732. package/lib/themes/dark.js +28 -28
  733. package/lib/themes/light.js +28 -28
  734. package/lib/thing/src/Thing.d.ts +4 -4
  735. package/lib/time/src/Time.d.ts +6 -6
  736. package/lib/time-picker/src/Panel.d.ts +10 -326
  737. package/lib/time-picker/src/PanelCol.d.ts +4 -4
  738. package/lib/time-picker/src/TimePicker.d.ts +15 -89
  739. package/lib/timeline/src/Timeline.d.ts +4 -4
  740. package/lib/timeline/src/TimelineItem.d.ts +7 -7
  741. package/lib/tooltip/src/Tooltip.d.ts +7 -10
  742. package/lib/transfer/src/Transfer.d.ts +9 -9
  743. package/lib/transfer/src/TransferFilter.d.ts +6 -397
  744. package/lib/transfer/src/TransferHeader.d.ts +4 -4
  745. package/lib/transfer/src/TransferList.d.ts +6 -414
  746. package/lib/transfer/src/TransferListItem.d.ts +9 -400
  747. package/lib/transfer/src/use-transfer-data.d.ts +3 -3
  748. package/lib/tree/src/MotionWrapper.d.ts +3 -3
  749. package/lib/tree/src/Tree.d.ts +11 -28
  750. package/lib/tree/src/TreeNode.d.ts +14 -14
  751. package/lib/tree/src/TreeNodeCheckbox.d.ts +5 -99
  752. package/lib/tree/src/TreeNodeContent.d.ts +10 -10
  753. package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
  754. package/lib/tree-select/src/TreeSelect.d.ts +16 -30
  755. package/lib/typography/src/a.d.ts +6 -6
  756. package/lib/typography/src/blockquote.d.ts +7 -7
  757. package/lib/typography/src/create-header.d.ts +7 -7
  758. package/lib/typography/src/headers.d.ts +42 -42
  759. package/lib/typography/src/hr.d.ts +6 -6
  760. package/lib/typography/src/li.d.ts +1 -1
  761. package/lib/typography/src/ol.d.ts +7 -7
  762. package/lib/typography/src/p.d.ts +6 -6
  763. package/lib/typography/src/text.d.ts +7 -7
  764. package/lib/typography/src/ul.d.ts +7 -7
  765. package/lib/upload/src/Upload.d.ts +10 -10
  766. package/lib/upload/src/UploadDragger.d.ts +1 -1
  767. package/lib/upload/src/UploadFile.d.ts +7 -270
  768. package/lib/upload/src/UploadFileList.d.ts +1 -1
  769. package/lib/upload/src/UploadProgress.d.ts +5 -265
  770. package/lib/upload/src/UploadTrigger.d.ts +5 -5
  771. package/lib/version.d.ts +1 -1
  772. package/lib/version.js +1 -1
  773. package/lib/virtual-list/src/VirtualList.d.ts +6 -22
  774. package/lib/watermark/src/Watermark.d.ts +4 -4
  775. package/package.json +1 -1
  776. package/volar.d.ts +1 -1
  777. package/web-types.json +7 -7
@@ -1,8 +1,6 @@
1
- import type { ScrollbarInst } from '../../_internal';
2
1
  import { type PropType } from 'vue';
3
- import { type VirtualListInst } from 'vueuc';
4
2
  import { type TmNode } from './interface';
5
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ declare const _default: import("vue").DefineComponent<{
6
4
  depth: {
7
5
  type: NumberConstructor;
8
6
  required: true;
@@ -11,9 +9,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
9
  type: PropType<TmNode[]>;
12
10
  required: true;
13
11
  };
14
- }>, {
12
+ }, {
15
13
  scroll: (index: number, elSize: number) => void;
16
- mergedClsPrefix: import("vue").Ref<string, string>;
14
+ mergedClsPrefix: import("vue").Ref<string>;
17
15
  mergedTheme: import("vue").Ref<{
18
16
  common: import("../..").ThemeCommonVars;
19
17
  self: {
@@ -295,287 +293,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
295
293
  } | undefined;
296
294
  } | undefined;
297
295
  };
298
- }, {
299
- common: import("../..").ThemeCommonVars;
300
- self: {
301
- menuBorderRadius: string;
302
- menuColor: string;
303
- menuBoxShadow: string;
304
- menuDividerColor: string;
305
- menuHeight: string;
306
- optionArrowColor: string;
307
- optionHeight: string;
308
- optionFontSize: string;
309
- optionColorHover: string;
310
- optionTextColor: string;
311
- optionTextColorActive: string;
312
- optionTextColorDisabled: string;
313
- optionCheckMarkColor: string;
314
- loadingColor: string;
315
- columnWidth: string;
316
- };
317
- peers: {
318
- InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
319
- optionFontSizeTiny: string;
320
- optionFontSizeSmall: string;
321
- optionFontSizeMedium: string;
322
- optionFontSizeLarge: string;
323
- optionFontSizeHuge: string;
324
- optionHeightTiny: string;
325
- optionHeightSmall: string;
326
- optionHeightMedium: string;
327
- optionHeightLarge: string;
328
- optionHeightHuge: string;
329
- borderRadius: string;
330
- color: string;
331
- groupHeaderTextColor: string;
332
- actionDividerColor: string;
333
- optionTextColor: string;
334
- optionTextColorPressed: string;
335
- optionTextColorDisabled: string;
336
- optionTextColorActive: string;
337
- optionOpacityDisabled: string;
338
- optionCheckColor: string;
339
- optionColorPending: string;
340
- optionColorActive: string;
341
- optionColorActivePending: string;
342
- actionTextColor: string;
343
- loadingColor: string;
344
- height: string;
345
- paddingTiny: string;
346
- paddingSmall: string;
347
- paddingMedium: string;
348
- paddingLarge: string;
349
- paddingHuge: string;
350
- optionPaddingTiny: string;
351
- optionPaddingSmall: string;
352
- optionPaddingMedium: string;
353
- optionPaddingLarge: string;
354
- optionPaddingHuge: string;
355
- loadingSize: string;
356
- }, {
357
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
358
- height: string;
359
- width: string;
360
- borderRadius: string;
361
- color: string;
362
- colorHover: string;
363
- railInsetHorizontalBottom: string;
364
- railInsetHorizontalTop: string;
365
- railInsetVerticalRight: string;
366
- railInsetVerticalLeft: string;
367
- railColor: string;
368
- }, any>;
369
- Empty: import("../../_mixins").Theme<"Empty", {
370
- fontSizeTiny: string;
371
- fontSizeSmall: string;
372
- fontSizeMedium: string;
373
- fontSizeLarge: string;
374
- fontSizeHuge: string;
375
- textColor: string;
376
- iconColor: string;
377
- extraTextColor: string;
378
- iconSizeTiny: string;
379
- iconSizeSmall: string;
380
- iconSizeMedium: string;
381
- iconSizeLarge: string;
382
- iconSizeHuge: string;
383
- }, any>;
384
- }>;
385
- InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
386
- fontSizeTiny: string;
387
- fontSizeSmall: string;
388
- fontSizeMedium: string;
389
- fontSizeLarge: string;
390
- heightTiny: string;
391
- heightSmall: string;
392
- heightMedium: string;
393
- heightLarge: string;
394
- borderRadius: string;
395
- fontWeight: string;
396
- textColor: string;
397
- textColorDisabled: string;
398
- placeholderColor: string;
399
- placeholderColorDisabled: string;
400
- color: string;
401
- colorDisabled: string;
402
- colorActive: string;
403
- border: string;
404
- borderHover: string;
405
- borderActive: string;
406
- borderFocus: string;
407
- boxShadowHover: string;
408
- boxShadowActive: string;
409
- boxShadowFocus: string;
410
- caretColor: string;
411
- arrowColor: string;
412
- arrowColorDisabled: string;
413
- loadingColor: string;
414
- borderWarning: string;
415
- borderHoverWarning: string;
416
- borderActiveWarning: string;
417
- borderFocusWarning: string;
418
- boxShadowHoverWarning: string;
419
- boxShadowActiveWarning: string;
420
- boxShadowFocusWarning: string;
421
- colorActiveWarning: string;
422
- caretColorWarning: string;
423
- borderError: string;
424
- borderHoverError: string;
425
- borderActiveError: string;
426
- borderFocusError: string;
427
- boxShadowHoverError: string;
428
- boxShadowActiveError: string;
429
- boxShadowFocusError: string;
430
- colorActiveError: string;
431
- caretColorError: string;
432
- clearColor: string;
433
- clearColorHover: string;
434
- clearColorPressed: string;
435
- paddingSingle: string;
436
- paddingMultiple: string;
437
- clearSize: string;
438
- arrowSize: string;
439
- }, {
440
- Popover: import("../../_mixins").Theme<"Popover", {
441
- fontSize: string;
442
- borderRadius: string;
443
- color: string;
444
- dividerColor: string;
445
- textColor: string;
446
- boxShadow: string;
447
- space: string;
448
- spaceArrow: string;
449
- arrowOffset: string;
450
- arrowOffsetVertical: string;
451
- arrowHeight: string;
452
- padding: string;
453
- }, any>;
454
- }>;
455
- Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
456
- height: string;
457
- width: string;
458
- borderRadius: string;
459
- color: string;
460
- colorHover: string;
461
- railInsetHorizontalBottom: string;
462
- railInsetHorizontalTop: string;
463
- railInsetVerticalRight: string;
464
- railInsetVerticalLeft: string;
465
- railColor: string;
466
- }, any>;
467
- Checkbox: import("../../_mixins").Theme<"Checkbox", {
468
- labelLineHeight: string;
469
- fontSizeSmall: string;
470
- fontSizeMedium: string;
471
- fontSizeLarge: string;
472
- borderRadius: string;
473
- color: string;
474
- colorChecked: string;
475
- colorDisabled: string;
476
- colorDisabledChecked: string;
477
- colorTableHeader: string;
478
- colorTableHeaderModal: string;
479
- colorTableHeaderPopover: string;
480
- checkMarkColor: string;
481
- checkMarkColorDisabled: string;
482
- checkMarkColorDisabledChecked: string;
483
- border: string;
484
- borderDisabled: string;
485
- borderDisabledChecked: string;
486
- borderChecked: string;
487
- borderFocus: string;
488
- boxShadowFocus: string;
489
- textColor: string;
490
- textColorDisabled: string;
491
- sizeSmall: string;
492
- sizeMedium: string;
493
- sizeLarge: string;
494
- labelPadding: string;
495
- labelFontWeight: string;
496
- }, any>;
497
- Empty: import("../../_mixins").Theme<"Empty", {
498
- fontSizeTiny: string;
499
- fontSizeSmall: string;
500
- fontSizeMedium: string;
501
- fontSizeLarge: string;
502
- fontSizeHuge: string;
503
- textColor: string;
504
- iconColor: string;
505
- extraTextColor: string;
506
- iconSizeTiny: string;
507
- iconSizeSmall: string;
508
- iconSizeMedium: string;
509
- iconSizeLarge: string;
510
- iconSizeHuge: string;
511
- }, any>;
512
- };
513
- peerOverrides: {
514
- InternalSelectMenu?: {
515
- peers?: {
516
- Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
517
- height: string;
518
- width: string;
519
- borderRadius: string;
520
- color: string;
521
- colorHover: string;
522
- railInsetHorizontalBottom: string;
523
- railInsetHorizontalTop: string;
524
- railInsetVerticalRight: string;
525
- railInsetVerticalLeft: string;
526
- railColor: string;
527
- }, any>> | undefined;
528
- Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
529
- fontSizeTiny: string;
530
- fontSizeSmall: string;
531
- fontSizeMedium: string;
532
- fontSizeLarge: string;
533
- fontSizeHuge: string;
534
- textColor: string;
535
- iconColor: string;
536
- extraTextColor: string;
537
- iconSizeTiny: string;
538
- iconSizeSmall: string;
539
- iconSizeMedium: string;
540
- iconSizeLarge: string;
541
- iconSizeHuge: string;
542
- }, any>> | undefined;
543
- } | undefined;
544
- } | undefined;
545
- InternalSelection?: {
546
- peers?: {
547
- Popover?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popover", {
548
- fontSize: string;
549
- borderRadius: string;
550
- color: string;
551
- dividerColor: string;
552
- textColor: string;
553
- boxShadow: string;
554
- space: string;
555
- spaceArrow: string;
556
- arrowOffset: string;
557
- arrowOffsetVertical: string;
558
- arrowHeight: string;
559
- padding: string;
560
- }, any>> | undefined;
561
- } | undefined;
562
- } | undefined;
563
- Scrollbar?: {
564
- peers?: {
565
- [x: string]: any;
566
- } | undefined;
567
- } | undefined;
568
- Checkbox?: {
569
- peers?: {
570
- [x: string]: any;
571
- } | undefined;
572
- } | undefined;
573
- Empty?: {
574
- peers?: {
575
- [x: string]: any;
576
- } | undefined;
577
- } | undefined;
578
- };
579
296
  }>;
580
297
  scrollbarInstRef: import("vue").Ref<{
581
298
  $el: HTMLElement;
@@ -588,33 +305,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
588
305
  sync: () => void;
589
306
  handleMouseEnterWrapper: () => void;
590
307
  handleMouseLeaveWrapper: () => void;
591
- } | null, ScrollbarInst | {
592
- $el: HTMLElement;
593
- containerRef: HTMLElement | null;
594
- contentRef: HTMLElement | null;
595
- containerScrollTop: number;
596
- syncUnifiedContainer: () => void;
597
- scrollTo: import("../../_internal/scrollbar/src/Scrollbar").ScrollTo;
598
- scrollBy: import("../../_internal/scrollbar/src/Scrollbar").ScrollBy;
599
- sync: () => void;
600
- handleMouseEnterWrapper: () => void;
601
- handleMouseLeaveWrapper: () => void;
602
308
  } | null>;
603
309
  vlInstRef: import("vue").Ref<{
604
310
  listElRef: HTMLElement;
605
311
  itemsElRef: HTMLElement | null;
606
312
  scrollTo: import("vueuc").VVirtualListScrollTo;
607
- } | null, VirtualListInst | {
608
- listElRef: HTMLElement;
609
- itemsElRef: HTMLElement | null;
610
- scrollTo: import("vueuc").VVirtualListScrollTo;
611
313
  } | null>;
612
- virtualScroll: import("vue").Ref<boolean, boolean>;
314
+ virtualScroll: import("vue").Ref<boolean>;
613
315
  itemSize: import("vue").ComputedRef<number>;
614
316
  handleVlScroll: () => void;
615
317
  getVlContainer: () => HTMLElement | undefined;
616
318
  getVlContent: () => HTMLElement | null | undefined;
617
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
319
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
618
320
  depth: {
619
321
  type: NumberConstructor;
620
322
  required: true;
@@ -623,5 +325,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
623
325
  type: PropType<TmNode[]>;
624
326
  required: true;
625
327
  };
626
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
328
+ }>>, {}, {}>;
627
329
  export default _default;
@@ -23,11 +23,11 @@ export declare const checkboxProps: {
23
23
  default: boolean;
24
24
  };
25
25
  checkedValue: {
26
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
26
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
27
27
  default: boolean;
28
28
  };
29
29
  uncheckedValue: {
30
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
30
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
31
31
  default: boolean;
32
32
  };
33
33
  'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
@@ -126,7 +126,7 @@ export declare const checkboxProps: {
126
126
  }, any>>>;
127
127
  };
128
128
  export type CheckboxProps = ExtractPublicPropTypes<typeof checkboxProps>;
129
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
129
+ declare const _default: import("vue").DefineComponent<{
130
130
  size: PropType<"small" | "medium" | "large">;
131
131
  checked: {
132
132
  type: PropType<boolean | string | number | undefined>;
@@ -148,11 +148,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
148
148
  default: boolean;
149
149
  };
150
150
  checkedValue: {
151
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
151
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
152
152
  default: boolean;
153
153
  };
154
154
  uncheckedValue: {
155
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
155
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
156
156
  default: boolean;
157
157
  };
158
158
  'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
@@ -249,10 +249,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
249
249
  labelPadding: string;
250
250
  labelFontWeight: string;
251
251
  }, any>>>;
252
- }>, import("../../_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & CheckboxInst & {
253
- rtlEnabled: import("vue").Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined, import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
254
- selfRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
255
- mergedClsPrefix: import("vue").Ref<string, string>;
252
+ }, import("../../_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & CheckboxInst & {
253
+ rtlEnabled: import("vue").Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
254
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
255
+ mergedClsPrefix: import("vue").Ref<string>;
256
256
  mergedDisabled: import("vue").ComputedRef<boolean>;
257
257
  renderedChecked: import("vue").ComputedRef<boolean>;
258
258
  mergedTheme: import("vue").ComputedRef<{
@@ -323,9 +323,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
323
323
  '--n-font-size': string;
324
324
  '--n-label-padding': string;
325
325
  }> | undefined;
326
- themeClass: import("vue").Ref<string, string> | undefined;
326
+ themeClass: import("vue").Ref<string> | undefined;
327
327
  onRender: (() => void) | undefined;
328
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
328
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
329
329
  size: PropType<"small" | "medium" | "large">;
330
330
  checked: {
331
331
  type: PropType<boolean | string | number | undefined>;
@@ -347,11 +347,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
347
347
  default: boolean;
348
348
  };
349
349
  checkedValue: {
350
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
350
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
351
351
  default: boolean;
352
352
  };
353
353
  uncheckedValue: {
354
- type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
354
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
355
355
  default: boolean;
356
356
  };
357
357
  'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
@@ -448,7 +448,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
448
448
  labelPadding: string;
449
449
  labelFontWeight: string;
450
450
  }, any>>>;
451
- }>> & Readonly<{}>, {
451
+ }>>, {
452
452
  disabled: boolean | undefined;
453
453
  checked: string | number | boolean | undefined;
454
454
  indeterminate: boolean;
@@ -457,5 +457,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
457
457
  checkedValue: string | number | boolean;
458
458
  uncheckedValue: string | number | boolean;
459
459
  privateInsideTable: boolean;
460
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
460
+ }, {}>;
461
461
  export default _default;
@@ -34,7 +34,7 @@ export declare const checkboxGroupProps: {
34
34
  readonly onChange: PropType<MaybeArray<(value: Array<string | number>) => void> | undefined>;
35
35
  };
36
36
  export type CheckboxGroupProps = ExtractPublicPropTypes<typeof checkboxGroupProps>;
37
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
37
+ declare const _default: import("vue").DefineComponent<{
38
38
  readonly min: NumberConstructor;
39
39
  readonly max: NumberConstructor;
40
40
  readonly size: PropType<"small" | "medium" | "large">;
@@ -56,9 +56,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
56
  value: string | number;
57
57
  }) => void>>;
58
58
  readonly onChange: PropType<MaybeArray<(value: Array<string | number>) => void> | undefined>;
59
- }>, {
60
- mergedClsPrefix: Ref<string, string>;
61
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
+ }, {
60
+ mergedClsPrefix: Ref<string>;
61
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  readonly min: NumberConstructor;
63
63
  readonly max: NumberConstructor;
64
64
  readonly size: PropType<"small" | "medium" | "large">;
@@ -80,8 +80,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
80
  value: string | number;
81
81
  }) => void>>;
82
82
  readonly onChange: PropType<MaybeArray<(value: Array<string | number>) => void> | undefined>;
83
- }>> & Readonly<{}>, {
83
+ }>>, {
84
84
  readonly disabled: boolean | undefined;
85
85
  readonly defaultValue: (string | number)[] | null;
86
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
86
+ }, {}>;
87
87
  export default _default;
@@ -65,7 +65,7 @@ export declare const codeProps: {
65
65
  }, any>>>;
66
66
  };
67
67
  export type CodeProps = ExtractPublicPropTypes<typeof codeProps>;
68
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
68
+ declare const _default: import("vue").DefineComponent<{
69
69
  language: StringConstructor;
70
70
  code: {
71
71
  type: StringConstructor;
@@ -127,9 +127,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
127
  'hue-6-2': string;
128
128
  lineNumberTextColor: string;
129
129
  }, any>>>;
130
- }>, {
131
- mergedClsPrefix: import("vue").Ref<string, string>;
132
- codeRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
130
+ }, {
131
+ mergedClsPrefix: import("vue").Ref<string>;
132
+ codeRef: import("vue").Ref<HTMLElement | null>;
133
133
  mergedShowLineNumbers: import("vue").ComputedRef<boolean>;
134
134
  lineNumbers: import("vue").ComputedRef<string>;
135
135
  cssVars: import("vue").ComputedRef<{
@@ -149,9 +149,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
149
149
  '--n-hue-6-2': string;
150
150
  '--n-line-number-text-color': string;
151
151
  }> | undefined;
152
- themeClass: import("vue").Ref<string, string> | undefined;
152
+ themeClass: import("vue").Ref<string> | undefined;
153
153
  onRender: (() => void) | undefined;
154
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
154
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
155
155
  language: StringConstructor;
156
156
  code: {
157
157
  type: StringConstructor;
@@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
213
213
  'hue-6-2': string;
214
214
  lineNumberTextColor: string;
215
215
  }, any>>>;
216
- }>> & Readonly<{}>, {
216
+ }>>, {
217
217
  inline: boolean;
218
218
  trim: boolean;
219
219
  code: string;
@@ -221,5 +221,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
221
221
  uri: boolean;
222
222
  showLineNumbers: boolean;
223
223
  internalNoHighlight: boolean;
224
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
224
+ }, {}>;
225
225
  export default _default;
@@ -80,7 +80,7 @@ export interface NCollapseInjection {
80
80
  toggleItem: (collapse: boolean, name: string | number, event: MouseEvent) => void;
81
81
  }
82
82
  export declare const collapseInjectionKey: import("vue").InjectionKey<NCollapseInjection>;
83
- declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
83
+ declare const _default: import("vue").DefineComponent<{
84
84
  readonly defaultExpandedNames: {
85
85
  readonly type: PropType<string | number | Array<string | number> | null>;
86
86
  readonly default: null;
@@ -149,8 +149,8 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
149
149
  itemMargin: string;
150
150
  titlePadding: string;
151
151
  }, any>>>;
152
- }>, {
153
- rtlEnabled: Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined, import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
152
+ }, {
153
+ rtlEnabled: Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
154
154
  mergedTheme: import("vue").ComputedRef<{
155
155
  common: import("../..").ThemeCommonVars;
156
156
  self: {
@@ -171,7 +171,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
171
171
  [x: string]: any;
172
172
  };
173
173
  }>;
174
- mergedClsPrefix: Ref<string, string>;
174
+ mergedClsPrefix: Ref<string>;
175
175
  cssVars: import("vue").ComputedRef<{
176
176
  '--n-font-size': string;
177
177
  '--n-bezier': string;
@@ -186,9 +186,9 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
186
186
  '--n-arrow-color-disabled': string;
187
187
  '--n-item-margin': string;
188
188
  }> | undefined;
189
- themeClass: Ref<string, string> | undefined;
189
+ themeClass: Ref<string> | undefined;
190
190
  onRender: (() => void) | undefined;
191
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
191
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
192
192
  readonly defaultExpandedNames: {
193
193
  readonly type: PropType<string | number | Array<string | number> | null>;
194
194
  readonly default: null;
@@ -257,12 +257,12 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
257
257
  itemMargin: string;
258
258
  titlePadding: string;
259
259
  }, any>>>;
260
- }>> & Readonly<{}>, {
260
+ }>>, {
261
261
  readonly displayDirective: "show" | "if";
262
262
  readonly defaultExpandedNames: string | number | (string | number)[] | null;
263
263
  readonly arrowPlacement: "left" | "right";
264
264
  readonly accordion: boolean;
265
265
  readonly triggerAreas: ("extra" | "main" | "arrow")[];
266
266
  readonly onExpandedNamesChange: MaybeArray<OnUpdateExpandedNames> | undefined;
267
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
267
+ }, {}>;
268
268
  export default _default;
@@ -7,29 +7,29 @@ export declare const collapseItemProps: {
7
7
  readonly displayDirective: PropType<"if" | "show">;
8
8
  };
9
9
  export type CollapseItemProps = ExtractPublicPropTypes<typeof collapseItemProps>;
10
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
+ declare const _default: import("vue").DefineComponent<{
11
11
  readonly title: StringConstructor;
12
12
  readonly name: PropType<string | number>;
13
13
  readonly disabled: BooleanConstructor;
14
14
  readonly displayDirective: PropType<"if" | "show">;
15
- }>, {
16
- rtlEnabled: import("vue").Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined, import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
15
+ }, {
16
+ rtlEnabled: import("vue").Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
17
17
  collapseSlots: Readonly<{
18
18
  [name: string]: import("vue").Slot<any> | undefined;
19
19
  }>;
20
20
  randomName: string;
21
- mergedClsPrefix: import("vue").Ref<string, string>;
21
+ mergedClsPrefix: import("vue").Ref<string>;
22
22
  collapsed: import("vue").ComputedRef<boolean>;
23
- triggerAreas: import("vue").Ref<("extra" | "main" | "arrow")[], ("extra" | "main" | "arrow")[]>;
23
+ triggerAreas: import("vue").Ref<("extra" | "main" | "arrow")[]>;
24
24
  mergedDisplayDirective: import("vue").ComputedRef<"show" | "if">;
25
25
  arrowPlacement: import("vue").ComputedRef<"left" | "right">;
26
26
  handleClick(e: MouseEvent): void;
27
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  readonly title: StringConstructor;
29
29
  readonly name: PropType<string | number>;
30
30
  readonly disabled: BooleanConstructor;
31
31
  readonly displayDirective: PropType<"if" | "show">;
32
- }>> & Readonly<{}>, {
32
+ }>>, {
33
33
  readonly disabled: boolean;
34
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
+ }, {}>;
35
35
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  displayDirective: {
4
4
  type: PropType<"if" | "show">;
5
5
  required: true;
@@ -9,9 +9,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  type: StringConstructor;
10
10
  required: true;
11
11
  };
12
- }>, {
13
- onceTrue: Readonly<import("vue").Ref<boolean, boolean>>;
14
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }, {
13
+ onceTrue: Readonly<import("vue").Ref<boolean>>;
14
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  displayDirective: {
16
16
  type: PropType<"if" | "show">;
17
17
  required: true;
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  type: StringConstructor;
22
22
  required: true;
23
23
  };
24
- }>> & Readonly<{}>, {
24
+ }>>, {
25
25
  show: boolean;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ }, {}>;
27
27
  export default _default;