naive-ui 2.40.3 → 2.40.4

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 (740) hide show
  1. package/dist/index.js +452 -386
  2. package/dist/index.mjs +452 -386
  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/Attach.mjs +1 -1
  17. package/es/_internal/icons/Backward.d.ts +1 -1
  18. package/es/_internal/icons/Cancel.d.ts +1 -1
  19. package/es/_internal/icons/Cancel.mjs +1 -1
  20. package/es/_internal/icons/Checkmark.d.ts +1 -1
  21. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  22. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  23. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  24. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  25. package/es/_internal/icons/Clear.d.ts +1 -1
  26. package/es/_internal/icons/Clear.mjs +1 -1
  27. package/es/_internal/icons/Close.d.ts +1 -1
  28. package/es/_internal/icons/Close.mjs +1 -1
  29. package/es/_internal/icons/Date.d.ts +1 -1
  30. package/es/_internal/icons/Date.mjs +1 -1
  31. package/es/_internal/icons/Download.d.ts +1 -1
  32. package/es/_internal/icons/Download.mjs +1 -1
  33. package/es/_internal/icons/Empty.d.ts +1 -1
  34. package/es/_internal/icons/Error.d.ts +1 -1
  35. package/es/_internal/icons/Error.mjs +1 -1
  36. package/es/_internal/icons/Eye.d.ts +1 -1
  37. package/es/_internal/icons/EyeOff.d.ts +1 -1
  38. package/es/_internal/icons/FastBackward.d.ts +1 -1
  39. package/es/_internal/icons/FastForward.d.ts +1 -1
  40. package/es/_internal/icons/File.d.ts +1 -1
  41. package/es/_internal/icons/Filter.d.ts +1 -1
  42. package/es/_internal/icons/Forward.d.ts +1 -1
  43. package/es/_internal/icons/Info.d.ts +1 -1
  44. package/es/_internal/icons/Info.mjs +1 -1
  45. package/es/_internal/icons/More.d.ts +1 -1
  46. package/es/_internal/icons/Photo.d.ts +1 -1
  47. package/es/_internal/icons/Remove.d.ts +1 -1
  48. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  49. package/es/_internal/icons/Retry.d.ts +1 -1
  50. package/es/_internal/icons/Retry.mjs +1 -1
  51. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  52. package/es/_internal/icons/RotateClockwise.mjs +1 -1
  53. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  54. package/es/_internal/icons/RotateCounterclockwise.mjs +1 -1
  55. package/es/_internal/icons/Search.d.ts +1 -1
  56. package/es/_internal/icons/Success.d.ts +1 -1
  57. package/es/_internal/icons/Success.mjs +1 -1
  58. package/es/_internal/icons/Switcher.d.ts +1 -1
  59. package/es/_internal/icons/Time.d.ts +1 -1
  60. package/es/_internal/icons/Time.mjs +1 -1
  61. package/es/_internal/icons/To.d.ts +1 -1
  62. package/es/_internal/icons/To.mjs +1 -1
  63. package/es/_internal/icons/Trash.d.ts +1 -1
  64. package/es/_internal/icons/Trash.mjs +1 -1
  65. package/es/_internal/icons/Warning.d.ts +1 -1
  66. package/es/_internal/icons/Warning.mjs +1 -1
  67. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  68. package/es/_internal/icons/ZoomIn.mjs +1 -1
  69. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  70. package/es/_internal/icons/ZoomOut.mjs +1 -1
  71. package/es/_internal/icons/replaceable.d.ts +2 -1
  72. package/es/_internal/icons/replaceable.mjs +7 -2
  73. package/es/_internal/loading/src/Loading.d.ts +4 -4
  74. package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  75. package/es/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  76. package/es/_internal/scrollbar/src/Scrollbar.mjs +41 -5
  77. package/es/_internal/scrollbar/src/styles/index.cssr.mjs +16 -4
  78. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  79. package/es/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  80. package/es/_internal/select-menu/src/SelectOption.d.ts +8 -8
  81. package/es/_internal/select-menu/src/interface.d.ts +1 -1
  82. package/es/_internal/selection/src/Selection.d.ts +31 -22
  83. package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  84. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  85. package/es/_internal/suffix/src/Suffix.d.ts +4 -4
  86. package/es/_internal/wave/src/Wave.d.ts +6 -6
  87. package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  88. package/es/_utils/composable/use-resize.mjs +9 -1
  89. package/es/_utils/css/rtl-inset.mjs +1 -1
  90. package/es/_utils/vue/wrapper.d.ts +1 -1
  91. package/es/affix/src/Affix.d.ts +7 -7
  92. package/es/alert/src/Alert.d.ts +9 -9
  93. package/es/anchor/src/AnchorAdapter.d.ts +5 -5
  94. package/es/anchor/src/BaseAnchor.d.ts +9 -9
  95. package/es/anchor/src/Link.d.ts +3 -3
  96. package/es/auto-complete/src/AutoComplete.d.ts +45 -11
  97. package/es/avatar/src/Avatar.d.ts +13 -13
  98. package/es/avatar-group/src/AvatarGroup.d.ts +7 -7
  99. package/es/back-top/src/BackTop.d.ts +14 -14
  100. package/es/back-top/src/BackTop.mjs +2 -2
  101. package/es/back-top/src/BackTopIcon.d.ts +1 -1
  102. package/es/back-top/src/BackTopIcon.mjs +1 -1
  103. package/es/badge/src/Badge.d.ts +9 -9
  104. package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
  105. package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  106. package/es/button/src/Button.d.ts +14 -11
  107. package/es/button-group/src/ButtonGroup.d.ts +7 -7
  108. package/es/calendar/src/Calendar.d.ts +39 -9
  109. package/es/card/src/Card.d.ts +9 -9
  110. package/es/carousel/src/Carousel.d.ts +11 -11
  111. package/es/carousel/src/CarouselArrow.d.ts +2 -2
  112. package/es/carousel/src/CarouselArrow.mjs +24 -20
  113. package/es/carousel/src/CarouselDots.d.ts +7 -7
  114. package/es/carousel/src/CarouselItem.d.ts +3 -3
  115. package/es/cascader/src/Cascader.d.ts +34 -14
  116. package/es/cascader/src/CascaderMenu.d.ts +294 -8
  117. package/es/cascader/src/CascaderOption.d.ts +299 -10
  118. package/es/cascader/src/CascaderSelectMenu.d.ts +298 -7
  119. package/es/cascader/src/CascaderSubmenu.d.ts +304 -6
  120. package/es/checkbox/src/CheckMark.d.ts +2 -1
  121. package/es/checkbox/src/CheckMark.mjs +1 -1
  122. package/es/checkbox/src/Checkbox.d.ts +15 -15
  123. package/es/checkbox/src/Checkbox.mjs +4 -4
  124. package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
  125. package/es/checkbox/src/LineMark.d.ts +2 -1
  126. package/es/checkbox/src/LineMark.mjs +1 -1
  127. package/es/code/src/Code.d.ts +8 -8
  128. package/es/collapse/src/Collapse.d.ts +8 -8
  129. package/es/collapse/src/CollapseItem.d.ts +8 -8
  130. package/es/collapse/src/CollapseItemContent.d.ts +6 -6
  131. package/es/collapse-transition/src/CollapseTransition.d.ts +9 -9
  132. package/es/color-picker/src/AlphaSlider.d.ts +6 -6
  133. package/es/color-picker/src/ColorInput.d.ts +5 -5
  134. package/es/color-picker/src/ColorInputUnit.d.ts +6 -6
  135. package/es/color-picker/src/ColorPicker.d.ts +11 -11
  136. package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  137. package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  138. package/es/color-picker/src/ColorPreview.d.ts +5 -5
  139. package/es/color-picker/src/HueSlider.d.ts +5 -5
  140. package/es/color-picker/src/Pallete.d.ts +6 -6
  141. package/es/config-provider/src/ConfigProvider.d.ts +5 -5
  142. package/es/countdown/src/Countdown.d.ts +6 -6
  143. package/es/data-table/src/DataTable.d.ts +13 -9
  144. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  145. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  146. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  147. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  148. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  149. package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  150. package/es/data-table/src/MainTable.d.ts +12 -5
  151. package/es/data-table/src/TableParts/Body.d.ts +1255 -34
  152. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  153. package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  154. package/es/data-table/src/TableParts/Cell.d.ts +4 -4
  155. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  156. package/es/data-table/src/TableParts/Header.d.ts +1224 -20
  157. package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  158. package/es/data-table/src/use-expand.d.ts +1 -1
  159. package/es/data-table/src/use-scroll.d.ts +4 -4
  160. package/es/data-table/src/use-table-data.d.ts +1 -1
  161. package/es/date-picker/src/DatePicker.d.ts +131 -18
  162. package/es/date-picker/src/panel/date.d.ts +985 -13
  163. package/es/date-picker/src/panel/daterange.d.ts +991 -19
  164. package/es/date-picker/src/panel/datetime.d.ts +985 -13
  165. package/es/date-picker/src/panel/datetimerange.d.ts +991 -19
  166. package/es/date-picker/src/panel/month.d.ts +985 -13
  167. package/es/date-picker/src/panel/monthrange.d.ts +991 -19
  168. package/es/date-picker/src/panel/panelHeader.d.ts +6130 -78
  169. package/es/date-picker/src/panel/use-calendar.d.ts +980 -8
  170. package/es/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  171. package/es/date-picker/src/panel/use-panel-common.d.ts +977 -5
  172. package/es/descriptions/src/Descriptions.d.ts +7 -7
  173. package/es/descriptions/src/DescriptionsItem.d.ts +4 -4
  174. package/es/dialog/src/Dialog.d.ts +8 -8
  175. package/es/dialog/src/DialogEnvironment.d.ts +6 -6
  176. package/es/dialog/src/DialogProvider.d.ts +5505 -9
  177. package/es/dialog/src/dialogProps.d.ts +1 -1
  178. package/es/discrete/src/InjectionExtractor.d.ts +4 -4
  179. package/es/divider/src/Divider.d.ts +7 -7
  180. package/es/drawer/src/Drawer.d.ts +9 -9
  181. package/es/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  182. package/es/drawer/src/DrawerBodyWrapper.mjs +1 -1
  183. package/es/drawer/src/DrawerContent.d.ts +53 -6
  184. package/es/dropdown/src/Dropdown.d.ts +9 -9
  185. package/es/dropdown/src/DropdownDivider.d.ts +3 -3
  186. package/es/dropdown/src/DropdownGroup.d.ts +4 -4
  187. package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  188. package/es/dropdown/src/DropdownMenu.d.ts +6 -6
  189. package/es/dropdown/src/DropdownOption.d.ts +15 -15
  190. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -3
  191. package/es/dynamic-input/src/DynamicInput.d.ts +11 -9
  192. package/es/dynamic-input/src/InputPreset.d.ts +292 -6
  193. package/es/dynamic-input/src/PairPreset.d.ts +293 -7
  194. package/es/dynamic-tags/src/DynamicTags.d.ts +36 -12
  195. package/es/element/src/Element.d.ts +7 -7
  196. package/es/ellipsis/src/Ellipsis.d.ts +10 -7
  197. package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  198. package/es/empty/src/Empty.d.ts +7 -7
  199. package/es/equation/src/Equation.d.ts +4 -4
  200. package/es/flex/src/Flex.d.ts +7 -7
  201. package/es/float-button/src/FloatButton.d.ts +8 -8
  202. package/es/float-button/src/styles/index.cssr.mjs +8 -2
  203. package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  204. package/es/float-button-group/src/styles/index.cssr.mjs +7 -1
  205. package/es/form/src/Form.d.ts +6 -6
  206. package/es/form/src/FormItem.d.ts +17 -11
  207. package/es/form/src/FormItemCol.d.ts +11 -5
  208. package/es/form/src/FormItemGridItem.d.ts +11 -5
  209. package/es/form/src/FormItemRow.d.ts +10 -5
  210. package/es/form/src/utils.d.ts +2 -2
  211. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  212. package/es/gradient-text/src/GradientText.d.ts +7 -7
  213. package/es/grid/src/Grid.d.ts +8 -8
  214. package/es/grid/src/GridItem.d.ts +8 -8
  215. package/es/highlight/src/Highlight.d.ts +6 -6
  216. package/es/icon/src/Icon.d.ts +6 -6
  217. package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
  218. package/es/image/src/Image.d.ts +16 -11
  219. package/es/image/src/ImageGroup.d.ts +10 -6
  220. package/es/image/src/ImagePreview.d.ts +13 -13
  221. package/es/image/src/ImagePreview.mjs +4 -4
  222. package/es/image/src/icons.d.ts +3 -3
  223. package/es/image/src/icons.mjs +30 -24
  224. package/es/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  225. package/es/input/src/Input.d.ts +39 -23
  226. package/es/input/src/InputGroup.d.ts +3 -11
  227. package/es/input/src/InputGroupLabel.d.ts +7 -7
  228. package/es/input/src/WordCount.d.ts +1 -1
  229. package/es/input-number/src/InputNumber.d.ts +42 -10
  230. package/es/layout/src/Layout.d.ts +39 -17
  231. package/es/layout/src/LayoutContent.d.ts +19 -8
  232. package/es/layout/src/LayoutFooter.d.ts +7 -7
  233. package/es/layout/src/LayoutHeader.d.ts +7 -7
  234. package/es/layout/src/LayoutSider.d.ts +20 -9
  235. package/es/layout/src/ToggleBar.d.ts +3 -3
  236. package/es/layout/src/ToggleButton.d.ts +3 -3
  237. package/es/legacy-grid/src/Col.d.ts +7 -7
  238. package/es/legacy-grid/src/Row.d.ts +7 -7
  239. package/es/legacy-transfer/src/Transfer.d.ts +13 -10
  240. package/es/legacy-transfer/src/TransferFilter.d.ts +384 -6
  241. package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
  242. package/es/legacy-transfer/src/TransferList.d.ts +401 -6
  243. package/es/legacy-transfer/src/TransferListItem.d.ts +384 -6
  244. package/es/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  245. package/es/list/src/List.d.ts +8 -8
  246. package/es/list/src/ListItem.d.ts +3 -3
  247. package/es/loading-bar/src/LoadingBar.d.ts +11 -11
  248. package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  249. package/es/log/src/Log.d.ts +19 -7
  250. package/es/log/src/LogLine.d.ts +7 -7
  251. package/es/log/src/LogLoader.d.ts +6 -4
  252. package/es/marquee/src/Marquee.d.ts +7 -7
  253. package/es/mention/src/Mention.d.ts +50 -14
  254. package/es/menu/src/Menu.d.ts +16 -12
  255. package/es/menu/src/MenuDivider.d.ts +1 -1
  256. package/es/menu/src/MenuOption.d.ts +222 -7
  257. package/es/menu/src/MenuOptionContent.d.ts +5 -5
  258. package/es/menu/src/MenuOptionGroup.d.ts +4 -4
  259. package/es/menu/src/Submenu.d.ts +226 -11
  260. package/es/message/src/Message.d.ts +8 -8
  261. package/es/message/src/MessageEnvironment.d.ts +6 -6
  262. package/es/message/src/MessageProvider.d.ts +21 -7
  263. package/es/modal/src/BodyWrapper.d.ts +540 -11
  264. package/es/modal/src/Modal.d.ts +10 -10
  265. package/es/modal/src/ModalEnvironment.d.ts +7 -7
  266. package/es/modal/src/presetProps.d.ts +1 -1
  267. package/es/notification/src/Notification.d.ts +9 -9
  268. package/es/notification/src/NotificationContainer.d.ts +61 -7
  269. package/es/notification/src/NotificationEnvironment.d.ts +6 -6
  270. package/es/notification/src/NotificationProvider.d.ts +31 -7
  271. package/es/number-animation/src/NumberAnimation.d.ts +6 -6
  272. package/es/page-header/src/PageHeader.d.ts +7 -7
  273. package/es/pagination/src/Pagination.d.ts +18 -15
  274. package/es/popconfirm/src/Popconfirm.d.ts +12 -7
  275. package/es/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  276. package/es/popover/src/Popover.d.ts +11 -9
  277. package/es/popover/src/Popover.mjs +4 -1
  278. package/es/popover/src/PopoverBody.d.ts +13 -11
  279. package/es/popselect/src/Popselect.d.ts +26 -23
  280. package/es/popselect/src/PopselectPanel.d.ts +133 -7
  281. package/es/progress/src/Circle.d.ts +4 -4
  282. package/es/progress/src/Line.d.ts +4 -4
  283. package/es/progress/src/MultipleCircle.d.ts +4 -4
  284. package/es/progress/src/Progress.d.ts +7 -7
  285. package/es/qr-code/src/QrCode.d.ts +8 -8
  286. package/es/radio/src/Radio.d.ts +7 -7
  287. package/es/radio/src/RadioButton.d.ts +23 -47
  288. package/es/radio/src/RadioGroup.d.ts +9 -9
  289. package/es/rate/src/Rate.d.ts +8 -8
  290. package/es/rate/src/Rate.mjs +2 -2
  291. package/es/rate/src/StarIcon.d.ts +1 -1
  292. package/es/rate/src/StarIcon.mjs +1 -1
  293. package/es/result/src/403.d.ts +1 -2
  294. package/es/result/src/403.mjs +12 -10
  295. package/es/result/src/404.d.ts +1 -2
  296. package/es/result/src/404.mjs +32 -30
  297. package/es/result/src/418.d.ts +1 -2
  298. package/es/result/src/418.mjs +33 -31
  299. package/es/result/src/500.d.ts +1 -2
  300. package/es/result/src/500.mjs +18 -16
  301. package/es/result/src/Result.d.ts +7 -7
  302. package/es/result/src/Result.mjs +8 -8
  303. package/es/scrollbar/src/Scrollbar.d.ts +17 -5
  304. package/es/select/src/Select.d.ts +37 -17
  305. package/es/skeleton/src/Skeleton.d.ts +6 -6
  306. package/es/slider/src/Slider.d.ts +17 -17
  307. package/es/space/src/Space.d.ts +7 -7
  308. package/es/spin/src/Spin.d.ts +8 -8
  309. package/es/split/src/Split.d.ts +10 -10
  310. package/es/statistic/src/Statistic.d.ts +8 -8
  311. package/es/steps/src/Step.d.ts +7 -7
  312. package/es/steps/src/Steps.d.ts +7 -7
  313. package/es/switch/src/Switch.d.ts +9 -9
  314. package/es/table/src/Table.d.ts +8 -8
  315. package/es/table/src/Tbody.d.ts +1 -1
  316. package/es/table/src/Td.d.ts +1 -1
  317. package/es/table/src/Th.d.ts +1 -1
  318. package/es/table/src/Thead.d.ts +1 -1
  319. package/es/table/src/Tr.d.ts +1 -1
  320. package/es/tabs/src/Tab.d.ts +16 -16
  321. package/es/tabs/src/TabPane.d.ts +8 -8
  322. package/es/tabs/src/Tabs.d.ts +58 -19
  323. package/es/tag/src/Tag.d.ts +10 -10
  324. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  325. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  326. package/es/theme-editor/src/ThemeEditor.d.ts +19 -10
  327. package/es/theme-editor/src/ThemeEditor.mjs +25 -23
  328. package/es/thing/src/Thing.d.ts +4 -4
  329. package/es/time/src/Time.d.ts +6 -6
  330. package/es/time-picker/src/Panel.d.ts +326 -10
  331. package/es/time-picker/src/PanelCol.d.ts +4 -4
  332. package/es/time-picker/src/TimePicker.d.ts +89 -15
  333. package/es/timeline/src/Timeline.d.ts +4 -4
  334. package/es/timeline/src/TimelineItem.d.ts +7 -7
  335. package/es/tooltip/src/Tooltip.d.ts +10 -7
  336. package/es/transfer/src/Transfer.d.ts +9 -9
  337. package/es/transfer/src/TransferFilter.d.ts +397 -6
  338. package/es/transfer/src/TransferHeader.d.ts +4 -4
  339. package/es/transfer/src/TransferList.d.ts +414 -6
  340. package/es/transfer/src/TransferListItem.d.ts +400 -9
  341. package/es/transfer/src/use-transfer-data.d.ts +3 -3
  342. package/es/tree/src/MotionWrapper.d.ts +3 -3
  343. package/es/tree/src/Tree.d.ts +28 -11
  344. package/es/tree/src/TreeNode.d.ts +14 -14
  345. package/es/tree/src/TreeNodeCheckbox.d.ts +99 -5
  346. package/es/tree/src/TreeNodeContent.d.ts +10 -10
  347. package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
  348. package/es/tree-select/src/TreeSelect.d.ts +30 -16
  349. package/es/typography/src/a.d.ts +6 -6
  350. package/es/typography/src/blockquote.d.ts +7 -7
  351. package/es/typography/src/create-header.d.ts +7 -7
  352. package/es/typography/src/headers.d.ts +42 -42
  353. package/es/typography/src/hr.d.ts +6 -6
  354. package/es/typography/src/li.d.ts +1 -1
  355. package/es/typography/src/ol.d.ts +7 -7
  356. package/es/typography/src/p.d.ts +6 -6
  357. package/es/typography/src/text.d.ts +7 -7
  358. package/es/typography/src/ul.d.ts +7 -7
  359. package/es/upload/src/Upload.d.ts +10 -10
  360. package/es/upload/src/UploadDragger.d.ts +1 -1
  361. package/es/upload/src/UploadFile.d.ts +270 -7
  362. package/es/upload/src/UploadFile.mjs +3 -3
  363. package/es/upload/src/UploadFileList.d.ts +1 -1
  364. package/es/upload/src/UploadProgress.d.ts +265 -5
  365. package/es/upload/src/UploadTrigger.d.ts +5 -5
  366. package/es/upload/src/icons.d.ts +2 -2
  367. package/es/upload/src/icons.mjs +2 -2
  368. package/es/version.d.ts +1 -1
  369. package/es/version.mjs +1 -1
  370. package/es/virtual-list/src/VirtualList.d.ts +22 -6
  371. package/es/watermark/src/Watermark.d.ts +4 -4
  372. package/lib/_internal/clear/src/Clear.d.ts +5 -5
  373. package/lib/_internal/close/src/Close.d.ts +5 -5
  374. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  375. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  376. package/lib/_internal/icon/src/Icon.d.ts +4 -4
  377. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  378. package/lib/_internal/icons/Add.d.ts +1 -1
  379. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  380. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  381. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  382. package/lib/_internal/icons/Attach.d.ts +1 -1
  383. package/lib/_internal/icons/Attach.js +2 -2
  384. package/lib/_internal/icons/Backward.d.ts +1 -1
  385. package/lib/_internal/icons/Cancel.d.ts +1 -1
  386. package/lib/_internal/icons/Cancel.js +2 -2
  387. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  388. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  389. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  390. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  391. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  392. package/lib/_internal/icons/Clear.d.ts +1 -1
  393. package/lib/_internal/icons/Clear.js +2 -2
  394. package/lib/_internal/icons/Close.d.ts +1 -1
  395. package/lib/_internal/icons/Close.js +2 -2
  396. package/lib/_internal/icons/Date.d.ts +1 -1
  397. package/lib/_internal/icons/Date.js +2 -2
  398. package/lib/_internal/icons/Download.d.ts +1 -1
  399. package/lib/_internal/icons/Download.js +2 -2
  400. package/lib/_internal/icons/Empty.d.ts +1 -1
  401. package/lib/_internal/icons/Error.d.ts +1 -1
  402. package/lib/_internal/icons/Error.js +2 -2
  403. package/lib/_internal/icons/Eye.d.ts +1 -1
  404. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  405. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  406. package/lib/_internal/icons/FastForward.d.ts +1 -1
  407. package/lib/_internal/icons/File.d.ts +1 -1
  408. package/lib/_internal/icons/Filter.d.ts +1 -1
  409. package/lib/_internal/icons/Forward.d.ts +1 -1
  410. package/lib/_internal/icons/Info.d.ts +1 -1
  411. package/lib/_internal/icons/Info.js +2 -2
  412. package/lib/_internal/icons/More.d.ts +1 -1
  413. package/lib/_internal/icons/Photo.d.ts +1 -1
  414. package/lib/_internal/icons/Remove.d.ts +1 -1
  415. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  416. package/lib/_internal/icons/Retry.d.ts +1 -1
  417. package/lib/_internal/icons/Retry.js +2 -2
  418. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  419. package/lib/_internal/icons/RotateClockwise.js +2 -2
  420. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  421. package/lib/_internal/icons/RotateCounterclockwise.js +2 -2
  422. package/lib/_internal/icons/Search.d.ts +1 -1
  423. package/lib/_internal/icons/Success.d.ts +1 -1
  424. package/lib/_internal/icons/Success.js +2 -2
  425. package/lib/_internal/icons/Switcher.d.ts +1 -1
  426. package/lib/_internal/icons/Time.d.ts +1 -1
  427. package/lib/_internal/icons/Time.js +2 -2
  428. package/lib/_internal/icons/To.d.ts +1 -1
  429. package/lib/_internal/icons/To.js +2 -2
  430. package/lib/_internal/icons/Trash.d.ts +1 -1
  431. package/lib/_internal/icons/Trash.js +2 -2
  432. package/lib/_internal/icons/Warning.d.ts +1 -1
  433. package/lib/_internal/icons/Warning.js +2 -2
  434. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  435. package/lib/_internal/icons/ZoomIn.js +2 -2
  436. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  437. package/lib/_internal/icons/ZoomOut.js +2 -2
  438. package/lib/_internal/icons/replaceable.d.ts +2 -1
  439. package/lib/_internal/icons/replaceable.js +6 -1
  440. package/lib/_internal/loading/src/Loading.d.ts +4 -4
  441. package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  442. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  443. package/lib/_internal/scrollbar/src/Scrollbar.js +24 -8
  444. package/lib/_internal/scrollbar/src/styles/index.cssr.js +16 -4
  445. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  446. package/lib/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  447. package/lib/_internal/select-menu/src/SelectOption.d.ts +8 -8
  448. package/lib/_internal/select-menu/src/interface.d.ts +1 -1
  449. package/lib/_internal/selection/src/Selection.d.ts +31 -22
  450. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  451. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  452. package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
  453. package/lib/_internal/wave/src/Wave.d.ts +6 -6
  454. package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  455. package/lib/_utils/composable/use-resize.js +8 -0
  456. package/lib/_utils/css/rtl-inset.js +1 -1
  457. package/lib/_utils/vue/wrapper.d.ts +1 -1
  458. package/lib/affix/src/Affix.d.ts +7 -7
  459. package/lib/alert/src/Alert.d.ts +9 -9
  460. package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
  461. package/lib/anchor/src/BaseAnchor.d.ts +9 -9
  462. package/lib/anchor/src/Link.d.ts +3 -3
  463. package/lib/auto-complete/src/AutoComplete.d.ts +45 -11
  464. package/lib/avatar/src/Avatar.d.ts +13 -13
  465. package/lib/avatar-group/src/AvatarGroup.d.ts +7 -7
  466. package/lib/back-top/src/BackTop.d.ts +14 -14
  467. package/lib/back-top/src/BackTop.js +1 -1
  468. package/lib/back-top/src/BackTopIcon.d.ts +1 -1
  469. package/lib/back-top/src/BackTopIcon.js +1 -1
  470. package/lib/badge/src/Badge.d.ts +9 -9
  471. package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
  472. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  473. package/lib/button/src/Button.d.ts +14 -11
  474. package/lib/button-group/src/ButtonGroup.d.ts +7 -7
  475. package/lib/calendar/src/Calendar.d.ts +39 -9
  476. package/lib/card/src/Card.d.ts +9 -9
  477. package/lib/carousel/src/Carousel.d.ts +11 -11
  478. package/lib/carousel/src/CarouselArrow.d.ts +2 -2
  479. package/lib/carousel/src/CarouselArrow.js +12 -8
  480. package/lib/carousel/src/CarouselDots.d.ts +7 -7
  481. package/lib/carousel/src/CarouselItem.d.ts +3 -3
  482. package/lib/cascader/src/Cascader.d.ts +34 -14
  483. package/lib/cascader/src/CascaderMenu.d.ts +294 -8
  484. package/lib/cascader/src/CascaderOption.d.ts +299 -10
  485. package/lib/cascader/src/CascaderSelectMenu.d.ts +298 -7
  486. package/lib/cascader/src/CascaderSubmenu.d.ts +304 -6
  487. package/lib/checkbox/src/CheckMark.d.ts +2 -1
  488. package/lib/checkbox/src/CheckMark.js +1 -1
  489. package/lib/checkbox/src/Checkbox.d.ts +15 -15
  490. package/lib/checkbox/src/Checkbox.js +1 -1
  491. package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
  492. package/lib/checkbox/src/LineMark.d.ts +2 -1
  493. package/lib/checkbox/src/LineMark.js +1 -1
  494. package/lib/code/src/Code.d.ts +8 -8
  495. package/lib/collapse/src/Collapse.d.ts +8 -8
  496. package/lib/collapse/src/CollapseItem.d.ts +8 -8
  497. package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
  498. package/lib/collapse-transition/src/CollapseTransition.d.ts +9 -9
  499. package/lib/color-picker/src/AlphaSlider.d.ts +6 -6
  500. package/lib/color-picker/src/ColorInput.d.ts +5 -5
  501. package/lib/color-picker/src/ColorInputUnit.d.ts +6 -6
  502. package/lib/color-picker/src/ColorPicker.d.ts +11 -11
  503. package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  504. package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  505. package/lib/color-picker/src/ColorPreview.d.ts +5 -5
  506. package/lib/color-picker/src/HueSlider.d.ts +5 -5
  507. package/lib/color-picker/src/Pallete.d.ts +6 -6
  508. package/lib/config-provider/src/ConfigProvider.d.ts +5 -5
  509. package/lib/countdown/src/Countdown.d.ts +6 -6
  510. package/lib/data-table/src/DataTable.d.ts +13 -9
  511. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  512. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  513. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  514. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  515. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  516. package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  517. package/lib/data-table/src/MainTable.d.ts +12 -5
  518. package/lib/data-table/src/TableParts/Body.d.ts +1255 -34
  519. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  520. package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  521. package/lib/data-table/src/TableParts/Cell.d.ts +4 -4
  522. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  523. package/lib/data-table/src/TableParts/Header.d.ts +1224 -20
  524. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  525. package/lib/data-table/src/use-expand.d.ts +1 -1
  526. package/lib/data-table/src/use-scroll.d.ts +4 -4
  527. package/lib/data-table/src/use-table-data.d.ts +1 -1
  528. package/lib/date-picker/src/DatePicker.d.ts +131 -18
  529. package/lib/date-picker/src/panel/date.d.ts +985 -13
  530. package/lib/date-picker/src/panel/daterange.d.ts +991 -19
  531. package/lib/date-picker/src/panel/datetime.d.ts +985 -13
  532. package/lib/date-picker/src/panel/datetimerange.d.ts +991 -19
  533. package/lib/date-picker/src/panel/month.d.ts +985 -13
  534. package/lib/date-picker/src/panel/monthrange.d.ts +991 -19
  535. package/lib/date-picker/src/panel/panelHeader.d.ts +6130 -78
  536. package/lib/date-picker/src/panel/use-calendar.d.ts +980 -8
  537. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  538. package/lib/date-picker/src/panel/use-panel-common.d.ts +977 -5
  539. package/lib/descriptions/src/Descriptions.d.ts +7 -7
  540. package/lib/descriptions/src/DescriptionsItem.d.ts +4 -4
  541. package/lib/dialog/src/Dialog.d.ts +8 -8
  542. package/lib/dialog/src/DialogEnvironment.d.ts +6 -6
  543. package/lib/dialog/src/DialogProvider.d.ts +5505 -9
  544. package/lib/dialog/src/dialogProps.d.ts +1 -1
  545. package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
  546. package/lib/divider/src/Divider.d.ts +7 -7
  547. package/lib/drawer/src/Drawer.d.ts +9 -9
  548. package/lib/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  549. package/lib/drawer/src/DrawerBodyWrapper.js +1 -1
  550. package/lib/drawer/src/DrawerContent.d.ts +53 -6
  551. package/lib/dropdown/src/Dropdown.d.ts +9 -9
  552. package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
  553. package/lib/dropdown/src/DropdownGroup.d.ts +4 -4
  554. package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  555. package/lib/dropdown/src/DropdownMenu.d.ts +6 -6
  556. package/lib/dropdown/src/DropdownOption.d.ts +15 -15
  557. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -3
  558. package/lib/dynamic-input/src/DynamicInput.d.ts +11 -9
  559. package/lib/dynamic-input/src/InputPreset.d.ts +292 -6
  560. package/lib/dynamic-input/src/PairPreset.d.ts +293 -7
  561. package/lib/dynamic-tags/src/DynamicTags.d.ts +36 -12
  562. package/lib/element/src/Element.d.ts +7 -7
  563. package/lib/ellipsis/src/Ellipsis.d.ts +10 -7
  564. package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  565. package/lib/empty/src/Empty.d.ts +7 -7
  566. package/lib/equation/src/Equation.d.ts +4 -4
  567. package/lib/flex/src/Flex.d.ts +7 -7
  568. package/lib/float-button/src/FloatButton.d.ts +8 -8
  569. package/lib/float-button/src/styles/index.cssr.js +8 -2
  570. package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  571. package/lib/float-button-group/src/styles/index.cssr.js +7 -1
  572. package/lib/form/src/Form.d.ts +6 -6
  573. package/lib/form/src/FormItem.d.ts +17 -11
  574. package/lib/form/src/FormItemCol.d.ts +11 -5
  575. package/lib/form/src/FormItemGridItem.d.ts +11 -5
  576. package/lib/form/src/FormItemRow.d.ts +10 -5
  577. package/lib/form/src/utils.d.ts +2 -2
  578. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  579. package/lib/gradient-text/src/GradientText.d.ts +7 -7
  580. package/lib/grid/src/Grid.d.ts +8 -8
  581. package/lib/grid/src/GridItem.d.ts +8 -8
  582. package/lib/highlight/src/Highlight.d.ts +6 -6
  583. package/lib/icon/src/Icon.d.ts +6 -6
  584. package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
  585. package/lib/image/src/Image.d.ts +16 -11
  586. package/lib/image/src/ImageGroup.d.ts +10 -6
  587. package/lib/image/src/ImagePreview.d.ts +13 -13
  588. package/lib/image/src/ImagePreview.js +3 -3
  589. package/lib/image/src/icons.d.ts +3 -3
  590. package/lib/image/src/icons.js +15 -7
  591. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  592. package/lib/input/src/Input.d.ts +39 -23
  593. package/lib/input/src/InputGroup.d.ts +3 -11
  594. package/lib/input/src/InputGroupLabel.d.ts +7 -7
  595. package/lib/input/src/WordCount.d.ts +1 -1
  596. package/lib/input-number/src/InputNumber.d.ts +42 -10
  597. package/lib/layout/src/Layout.d.ts +39 -17
  598. package/lib/layout/src/LayoutContent.d.ts +19 -8
  599. package/lib/layout/src/LayoutFooter.d.ts +7 -7
  600. package/lib/layout/src/LayoutHeader.d.ts +7 -7
  601. package/lib/layout/src/LayoutSider.d.ts +20 -9
  602. package/lib/layout/src/ToggleBar.d.ts +3 -3
  603. package/lib/layout/src/ToggleButton.d.ts +3 -3
  604. package/lib/legacy-grid/src/Col.d.ts +7 -7
  605. package/lib/legacy-grid/src/Row.d.ts +7 -7
  606. package/lib/legacy-transfer/src/Transfer.d.ts +13 -10
  607. package/lib/legacy-transfer/src/TransferFilter.d.ts +384 -6
  608. package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
  609. package/lib/legacy-transfer/src/TransferList.d.ts +401 -6
  610. package/lib/legacy-transfer/src/TransferListItem.d.ts +384 -6
  611. package/lib/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  612. package/lib/list/src/List.d.ts +8 -8
  613. package/lib/list/src/ListItem.d.ts +3 -3
  614. package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
  615. package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  616. package/lib/log/src/Log.d.ts +19 -7
  617. package/lib/log/src/LogLine.d.ts +7 -7
  618. package/lib/log/src/LogLoader.d.ts +6 -4
  619. package/lib/marquee/src/Marquee.d.ts +7 -7
  620. package/lib/mention/src/Mention.d.ts +50 -14
  621. package/lib/menu/src/Menu.d.ts +16 -12
  622. package/lib/menu/src/MenuDivider.d.ts +1 -1
  623. package/lib/menu/src/MenuOption.d.ts +222 -7
  624. package/lib/menu/src/MenuOptionContent.d.ts +5 -5
  625. package/lib/menu/src/MenuOptionGroup.d.ts +4 -4
  626. package/lib/menu/src/Submenu.d.ts +226 -11
  627. package/lib/message/src/Message.d.ts +8 -8
  628. package/lib/message/src/MessageEnvironment.d.ts +6 -6
  629. package/lib/message/src/MessageProvider.d.ts +21 -7
  630. package/lib/modal/src/BodyWrapper.d.ts +540 -11
  631. package/lib/modal/src/Modal.d.ts +10 -10
  632. package/lib/modal/src/ModalEnvironment.d.ts +7 -7
  633. package/lib/modal/src/presetProps.d.ts +1 -1
  634. package/lib/notification/src/Notification.d.ts +9 -9
  635. package/lib/notification/src/NotificationContainer.d.ts +61 -7
  636. package/lib/notification/src/NotificationEnvironment.d.ts +6 -6
  637. package/lib/notification/src/NotificationProvider.d.ts +31 -7
  638. package/lib/number-animation/src/NumberAnimation.d.ts +6 -6
  639. package/lib/page-header/src/PageHeader.d.ts +7 -7
  640. package/lib/pagination/src/Pagination.d.ts +18 -15
  641. package/lib/popconfirm/src/Popconfirm.d.ts +12 -7
  642. package/lib/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  643. package/lib/popover/src/Popover.d.ts +11 -9
  644. package/lib/popover/src/Popover.js +7 -1
  645. package/lib/popover/src/PopoverBody.d.ts +13 -11
  646. package/lib/popselect/src/Popselect.d.ts +26 -23
  647. package/lib/popselect/src/PopselectPanel.d.ts +133 -7
  648. package/lib/progress/src/Circle.d.ts +4 -4
  649. package/lib/progress/src/Line.d.ts +4 -4
  650. package/lib/progress/src/MultipleCircle.d.ts +4 -4
  651. package/lib/progress/src/Progress.d.ts +7 -7
  652. package/lib/qr-code/src/QrCode.d.ts +8 -8
  653. package/lib/radio/src/Radio.d.ts +7 -7
  654. package/lib/radio/src/RadioButton.d.ts +23 -47
  655. package/lib/radio/src/RadioGroup.d.ts +9 -9
  656. package/lib/rate/src/Rate.d.ts +8 -8
  657. package/lib/rate/src/Rate.js +1 -1
  658. package/lib/rate/src/StarIcon.d.ts +1 -1
  659. package/lib/rate/src/StarIcon.js +1 -1
  660. package/lib/result/src/403.d.ts +1 -2
  661. package/lib/result/src/403.js +6 -3
  662. package/lib/result/src/404.d.ts +1 -2
  663. package/lib/result/src/404.js +10 -7
  664. package/lib/result/src/418.d.ts +1 -2
  665. package/lib/result/src/418.js +10 -7
  666. package/lib/result/src/500.d.ts +1 -2
  667. package/lib/result/src/500.js +7 -4
  668. package/lib/result/src/Result.d.ts +7 -7
  669. package/lib/result/src/Result.js +8 -8
  670. package/lib/scrollbar/src/Scrollbar.d.ts +17 -5
  671. package/lib/select/src/Select.d.ts +37 -17
  672. package/lib/skeleton/src/Skeleton.d.ts +6 -6
  673. package/lib/slider/src/Slider.d.ts +17 -17
  674. package/lib/space/src/Space.d.ts +7 -7
  675. package/lib/spin/src/Spin.d.ts +8 -8
  676. package/lib/split/src/Split.d.ts +10 -10
  677. package/lib/statistic/src/Statistic.d.ts +8 -8
  678. package/lib/steps/src/Step.d.ts +7 -7
  679. package/lib/steps/src/Steps.d.ts +7 -7
  680. package/lib/switch/src/Switch.d.ts +9 -9
  681. package/lib/table/src/Table.d.ts +8 -8
  682. package/lib/table/src/Tbody.d.ts +1 -1
  683. package/lib/table/src/Td.d.ts +1 -1
  684. package/lib/table/src/Th.d.ts +1 -1
  685. package/lib/table/src/Thead.d.ts +1 -1
  686. package/lib/table/src/Tr.d.ts +1 -1
  687. package/lib/tabs/src/Tab.d.ts +16 -16
  688. package/lib/tabs/src/TabPane.d.ts +8 -8
  689. package/lib/tabs/src/Tabs.d.ts +58 -19
  690. package/lib/tag/src/Tag.d.ts +10 -10
  691. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  692. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  693. package/lib/theme-editor/src/ThemeEditor.d.ts +19 -10
  694. package/lib/theme-editor/src/ThemeEditor.js +8 -6
  695. package/lib/thing/src/Thing.d.ts +4 -4
  696. package/lib/time/src/Time.d.ts +6 -6
  697. package/lib/time-picker/src/Panel.d.ts +326 -10
  698. package/lib/time-picker/src/PanelCol.d.ts +4 -4
  699. package/lib/time-picker/src/TimePicker.d.ts +89 -15
  700. package/lib/timeline/src/Timeline.d.ts +4 -4
  701. package/lib/timeline/src/TimelineItem.d.ts +7 -7
  702. package/lib/tooltip/src/Tooltip.d.ts +10 -7
  703. package/lib/transfer/src/Transfer.d.ts +9 -9
  704. package/lib/transfer/src/TransferFilter.d.ts +397 -6
  705. package/lib/transfer/src/TransferHeader.d.ts +4 -4
  706. package/lib/transfer/src/TransferList.d.ts +414 -6
  707. package/lib/transfer/src/TransferListItem.d.ts +400 -9
  708. package/lib/transfer/src/use-transfer-data.d.ts +3 -3
  709. package/lib/tree/src/MotionWrapper.d.ts +3 -3
  710. package/lib/tree/src/Tree.d.ts +28 -11
  711. package/lib/tree/src/TreeNode.d.ts +14 -14
  712. package/lib/tree/src/TreeNodeCheckbox.d.ts +99 -5
  713. package/lib/tree/src/TreeNodeContent.d.ts +10 -10
  714. package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
  715. package/lib/tree-select/src/TreeSelect.d.ts +30 -16
  716. package/lib/typography/src/a.d.ts +6 -6
  717. package/lib/typography/src/blockquote.d.ts +7 -7
  718. package/lib/typography/src/create-header.d.ts +7 -7
  719. package/lib/typography/src/headers.d.ts +42 -42
  720. package/lib/typography/src/hr.d.ts +6 -6
  721. package/lib/typography/src/li.d.ts +1 -1
  722. package/lib/typography/src/ol.d.ts +7 -7
  723. package/lib/typography/src/p.d.ts +6 -6
  724. package/lib/typography/src/text.d.ts +7 -7
  725. package/lib/typography/src/ul.d.ts +7 -7
  726. package/lib/upload/src/Upload.d.ts +10 -10
  727. package/lib/upload/src/UploadDragger.d.ts +1 -1
  728. package/lib/upload/src/UploadFile.d.ts +270 -7
  729. package/lib/upload/src/UploadFile.js +1 -1
  730. package/lib/upload/src/UploadFileList.d.ts +1 -1
  731. package/lib/upload/src/UploadProgress.d.ts +265 -5
  732. package/lib/upload/src/UploadTrigger.d.ts +5 -5
  733. package/lib/upload/src/icons.d.ts +2 -2
  734. package/lib/upload/src/icons.js +3 -3
  735. package/lib/version.d.ts +1 -1
  736. package/lib/version.js +1 -1
  737. package/lib/virtual-list/src/VirtualList.d.ts +22 -6
  738. package/lib/watermark/src/Watermark.d.ts +4 -4
  739. package/package.json +4 -4
  740. package/web-types.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import type { ExtractInternalPropTypes, ExtractPublicPropTypes, MaybeArray } from '../../_utils';
2
2
  import type { InternalRenderBody, PopoverTrigger } from './interface';
3
3
  import { type ComputedRef, type CSSProperties, type PropType, type Ref } from 'vue';
4
- import { type FollowerPlacement } from 'vueuc';
4
+ import { type BinderInst, type FollowerPlacement } from 'vueuc';
5
5
  export interface TriggerEventHandlers {
6
6
  onClick: (e: MouseEvent) => void;
7
7
  onMouseenter: (e: MouseEvent) => void;
@@ -257,7 +257,7 @@ export declare const popoverProps: {
257
257
  };
258
258
  export type PopoverProps = ExtractPublicPropTypes<typeof popoverBaseProps>;
259
259
  export type PopoverInternalProps = ExtractInternalPropTypes<typeof popoverProps>;
260
- declare const _default: import("vue").DefineComponent<{
260
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
261
261
  internalOnAfterLeave: PropType<() => void>;
262
262
  internalRenderBody: PropType<InternalRenderBody>;
263
263
  show: {
@@ -392,13 +392,15 @@ declare const _default: import("vue").DefineComponent<{
392
392
  arrowHeight: string;
393
393
  padding: string;
394
394
  }, any>>>;
395
- }, {
395
+ }>, {
396
396
  binderInstRef: Ref<{
397
397
  targetRef: HTMLElement | null;
398
+ } | null, BinderInst | {
399
+ targetRef: HTMLElement | null;
398
400
  } | null>;
399
401
  positionManually: ComputedRef<boolean>;
400
402
  mergedShowConsideringDisabledProp: ComputedRef<boolean>;
401
- uncontrolledShow: Ref<boolean>;
403
+ uncontrolledShow: Ref<boolean, boolean>;
402
404
  mergedShowArrow: ComputedRef<boolean>;
403
405
  getMergedShow: () => boolean;
404
406
  setShow: (value: boolean) => void;
@@ -408,7 +410,7 @@ declare const _default: import("vue").DefineComponent<{
408
410
  handleFocus: () => void;
409
411
  handleBlur: () => void;
410
412
  syncPosition: () => void;
411
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
413
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
412
414
  internalOnAfterLeave: PropType<() => void>;
413
415
  internalRenderBody: PropType<InternalRenderBody>;
414
416
  show: {
@@ -543,13 +545,13 @@ declare const _default: import("vue").DefineComponent<{
543
545
  arrowHeight: string;
544
546
  padding: string;
545
547
  }, any>>>;
546
- }>>, {
548
+ }>> & Readonly<{}>, {
549
+ to: string | boolean | HTMLElement;
550
+ disabled: boolean;
547
551
  show: boolean | undefined;
548
552
  flip: boolean;
549
553
  width: number | "trigger";
550
- disabled: boolean;
551
554
  duration: number;
552
- to: string | boolean | HTMLElement;
553
555
  raw: boolean;
554
556
  placement: FollowerPlacement;
555
557
  overlap: boolean;
@@ -568,5 +570,5 @@ declare const _default: import("vue").DefineComponent<{
568
570
  internalInheritedEventHandlers: TriggerEventHandlers[];
569
571
  internalExtraClass: string[];
570
572
  arrow: boolean | undefined;
571
- }, {}>;
573
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
572
574
  export default _default;
@@ -483,7 +483,13 @@ exports.default = (0, vue_1.defineComponent)({
483
483
  const mergedShow = this.getMergedShow();
484
484
  return [
485
485
  this.internalTrapFocus && mergedShow
486
- ? (0, vue_1.withDirectives)((0, vue_1.h)("div", { style: { position: 'fixed', inset: 0 } }), [
486
+ ? (0, vue_1.withDirectives)((0, vue_1.h)("div", { style: {
487
+ position: 'fixed',
488
+ top: 0,
489
+ right: 0,
490
+ bottom: 0,
491
+ left: 0
492
+ } }), [
487
493
  [
488
494
  vdirs_1.zindexable,
489
495
  {
@@ -1,6 +1,6 @@
1
1
  import type { PopoverTrigger } from './interface';
2
2
  import { type CSSProperties, type PropType, type VNode } from 'vue';
3
- import { type FollowerPlacement } from 'vueuc';
3
+ import { type FollowerInst, type FollowerPlacement } from 'vueuc';
4
4
  export declare const popoverBodyProps: {
5
5
  to: {
6
6
  type: PropType<HTMLElement | string | boolean>;
@@ -90,7 +90,7 @@ interface RenderArrowProps {
90
90
  clsPrefix: string;
91
91
  }
92
92
  export declare function renderArrow({ arrowClass, arrowStyle, arrowWrapperClass, arrowWrapperStyle, clsPrefix }: RenderArrowProps): VNode | null;
93
- declare const _default: import("vue").DefineComponent<{
93
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
94
94
  to: {
95
95
  type: PropType<HTMLElement | string | boolean>;
96
96
  default: undefined;
@@ -170,18 +170,20 @@ declare const _default: import("vue").DefineComponent<{
170
170
  arrowHeight: string;
171
171
  padding: string;
172
172
  }, any>>>;
173
- }, {
174
- displayed: import("vue").Ref<boolean>;
173
+ }>, {
174
+ displayed: import("vue").Ref<boolean, boolean>;
175
175
  namespace: import("vue").ComputedRef<string | undefined>;
176
- isMounted: import("vue").Ref<boolean>;
177
- zIndex: import("vue").Ref<number | undefined>;
176
+ isMounted: import("vue").Ref<boolean, boolean>;
177
+ zIndex: import("vue").Ref<number | undefined, number | undefined>;
178
178
  followerRef: import("vue").Ref<{
179
179
  syncPosition: () => void;
180
+ } | null, FollowerInst | {
181
+ syncPosition: () => void;
180
182
  } | null>;
181
183
  adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
182
- followerEnabled: import("vue").Ref<boolean>;
184
+ followerEnabled: import("vue").Ref<boolean, boolean>;
183
185
  renderContentNode: () => VNode | null;
184
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
186
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
185
187
  to: {
186
188
  type: PropType<HTMLElement | string | boolean>;
187
189
  default: undefined;
@@ -261,10 +263,10 @@ declare const _default: import("vue").DefineComponent<{
261
263
  arrowHeight: string;
262
264
  padding: string;
263
265
  }, any>>>;
264
- }>>, {
266
+ }>> & Readonly<{}>, {
267
+ to: string | boolean | HTMLElement;
265
268
  show: boolean;
266
269
  flip: boolean;
267
- to: string | boolean | HTMLElement;
268
270
  raw: boolean;
269
271
  overlap: boolean;
270
272
  scrollable: boolean;
@@ -274,5 +276,5 @@ declare const _default: import("vue").DefineComponent<{
274
276
  internalDeactivateImmediately: boolean;
275
277
  animated: boolean;
276
278
  internalTrapFocus: boolean;
277
- }, {}>;
279
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
278
280
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { ExtractPublicPropTypes } from '../../_utils';
2
- import type { PopoverTrigger } from '../../popover';
2
+ import type { PopoverInst, PopoverTrigger } from '../../popover';
3
3
  import { type ExtractPropTypes, type PropType } from 'vue';
4
4
  export declare const popselectProps: {
5
5
  multiple: BooleanConstructor;
@@ -37,6 +37,11 @@ export declare const popselectProps: {
37
37
  type: PropType<PopoverTrigger>;
38
38
  default: string;
39
39
  };
40
+ to: {
41
+ type: PropType<HTMLElement | string | boolean>;
42
+ default: undefined;
43
+ };
44
+ disabled: BooleanConstructor;
40
45
  show: {
41
46
  type: PropType<boolean | undefined>;
42
47
  default: undefined;
@@ -54,15 +59,10 @@ export declare const popselectProps: {
54
59
  default: undefined;
55
60
  };
56
61
  zIndex: NumberConstructor;
57
- disabled: BooleanConstructor;
58
62
  duration: {
59
63
  type: NumberConstructor;
60
64
  default: number;
61
65
  };
62
- to: {
63
- type: PropType<HTMLElement | string | boolean>;
64
- default: undefined;
65
- };
66
66
  raw: BooleanConstructor;
67
67
  overlap: BooleanConstructor;
68
68
  contentClass: StringConstructor;
@@ -368,7 +368,7 @@ export declare const popselectProps: {
368
368
  };
369
369
  export type PopselectSetupProps = ExtractPropTypes<typeof popselectProps>;
370
370
  export type PopselectProps = ExtractPublicPropTypes<typeof popselectProps>;
371
- declare const _default: import("vue").DefineComponent<{
371
+ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
372
372
  multiple: BooleanConstructor;
373
373
  value: {
374
374
  readonly type: PropType<import("../../select/src/interface").Value | null>;
@@ -404,6 +404,11 @@ declare const _default: import("vue").DefineComponent<{
404
404
  type: PropType<PopoverTrigger>;
405
405
  default: string;
406
406
  };
407
+ to: {
408
+ type: PropType<HTMLElement | string | boolean>;
409
+ default: undefined;
410
+ };
411
+ disabled: BooleanConstructor;
407
412
  show: {
408
413
  type: PropType<boolean | undefined>;
409
414
  default: undefined;
@@ -421,15 +426,10 @@ declare const _default: import("vue").DefineComponent<{
421
426
  default: undefined;
422
427
  };
423
428
  zIndex: NumberConstructor;
424
- disabled: BooleanConstructor;
425
429
  duration: {
426
430
  type: NumberConstructor;
427
431
  default: number;
428
432
  };
429
- to: {
430
- type: PropType<HTMLElement | string | boolean>;
431
- default: undefined;
432
- };
433
433
  raw: BooleanConstructor;
434
434
  overlap: BooleanConstructor;
435
435
  contentClass: StringConstructor;
@@ -732,10 +732,13 @@ declare const _default: import("vue").DefineComponent<{
732
732
  }, any>;
733
733
  }>;
734
734
  }>>>;
735
- }, {
735
+ }>, {
736
736
  popoverInstRef: import("vue").Ref<{
737
737
  syncPosition: () => void;
738
738
  setShow: (value: boolean) => void;
739
+ } | null, PopoverInst | {
740
+ syncPosition: () => void;
741
+ setShow: (value: boolean) => void;
739
742
  } | null>;
740
743
  mergedTheme: import("vue").ComputedRef<{
741
744
  common: import("../..").ThemeCommonVars;
@@ -866,7 +869,7 @@ declare const _default: import("vue").DefineComponent<{
866
869
  }>;
867
870
  syncPosition: () => void;
868
871
  setShow: (value: boolean) => void;
869
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
872
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
870
873
  multiple: BooleanConstructor;
871
874
  value: {
872
875
  readonly type: PropType<import("../../select/src/interface").Value | null>;
@@ -902,6 +905,11 @@ declare const _default: import("vue").DefineComponent<{
902
905
  type: PropType<PopoverTrigger>;
903
906
  default: string;
904
907
  };
908
+ to: {
909
+ type: PropType<HTMLElement | string | boolean>;
910
+ default: undefined;
911
+ };
912
+ disabled: BooleanConstructor;
905
913
  show: {
906
914
  type: PropType<boolean | undefined>;
907
915
  default: undefined;
@@ -919,15 +927,10 @@ declare const _default: import("vue").DefineComponent<{
919
927
  default: undefined;
920
928
  };
921
929
  zIndex: NumberConstructor;
922
- disabled: BooleanConstructor;
923
930
  duration: {
924
931
  type: NumberConstructor;
925
932
  default: number;
926
933
  };
927
- to: {
928
- type: PropType<HTMLElement | string | boolean>;
929
- default: undefined;
930
- };
931
934
  raw: BooleanConstructor;
932
935
  overlap: BooleanConstructor;
933
936
  contentClass: StringConstructor;
@@ -1230,17 +1233,17 @@ declare const _default: import("vue").DefineComponent<{
1230
1233
  }, any>;
1231
1234
  }>;
1232
1235
  }>>>;
1233
- }>>, {
1236
+ }>> & Readonly<{}>, {
1234
1237
  value: import("../../select/src/interface").Value | null;
1235
1238
  options: import("../../select/src/interface").SelectMixedOption[];
1236
1239
  size: import("./interface").PopselectSize;
1240
+ to: string | boolean | HTMLElement;
1241
+ disabled: boolean;
1237
1242
  show: boolean | undefined;
1238
1243
  flip: boolean;
1239
1244
  width: number | "trigger";
1240
1245
  multiple: boolean;
1241
- disabled: boolean;
1242
1246
  duration: number;
1243
- to: string | boolean | HTMLElement;
1244
1247
  raw: boolean;
1245
1248
  placement: import("vueuc/lib/binder/src/interface").Placement;
1246
1249
  overlap: boolean;
@@ -1260,5 +1263,5 @@ declare const _default: import("vue").DefineComponent<{
1260
1263
  internalInheritedEventHandlers: import("../../popover/src/Popover").TriggerEventHandlers[];
1261
1264
  internalExtraClass: string[];
1262
1265
  cancelable: boolean;
1263
- }, {}>;
1266
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1264
1267
  export default _default;
@@ -34,7 +34,7 @@ export declare const panelProps: {
34
34
  readonly onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
35
35
  };
36
36
  export declare const panelPropKeys: ("value" | "options" | "size" | "multiple" | "onChange" | "onMouseenter" | "onMouseleave" | "scrollable" | "nodeProps" | "renderLabel" | "showCheckmark" | "virtualScroll" | "onUpdate:value" | "onUpdateValue" | "cancelable")[];
37
- declare const _default: import("vue").DefineComponent<{
37
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
38
38
  readonly multiple: BooleanConstructor;
39
39
  readonly value: {
40
40
  readonly type: PropType<Value | null>;
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<{
62
62
  readonly nodeProps: PropType<NodeProps>;
63
63
  readonly virtualScroll: BooleanConstructor;
64
64
  readonly onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
65
- }, {
65
+ }>, {
66
66
  mergedTheme: import("vue").Ref<{
67
67
  common: import("../..").ThemeCommonVars;
68
68
  self: {
@@ -189,17 +189,143 @@ declare const _default: import("vue").DefineComponent<{
189
189
  } | undefined;
190
190
  } | undefined;
191
191
  };
192
+ }, {
193
+ common: import("../..").ThemeCommonVars;
194
+ self: {
195
+ menuBoxShadow: string;
196
+ };
197
+ peers: {
198
+ Popover: import("../../_mixins").Theme<"Popover", {
199
+ fontSize: string;
200
+ borderRadius: string;
201
+ color: string;
202
+ dividerColor: string;
203
+ textColor: string;
204
+ boxShadow: string;
205
+ space: string;
206
+ spaceArrow: string;
207
+ arrowOffset: string;
208
+ arrowOffsetVertical: string;
209
+ arrowHeight: string;
210
+ padding: string;
211
+ }, any>;
212
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
213
+ optionFontSizeTiny: string;
214
+ optionFontSizeSmall: string;
215
+ optionFontSizeMedium: string;
216
+ optionFontSizeLarge: string;
217
+ optionFontSizeHuge: string;
218
+ optionHeightTiny: string;
219
+ optionHeightSmall: string;
220
+ optionHeightMedium: string;
221
+ optionHeightLarge: string;
222
+ optionHeightHuge: string;
223
+ borderRadius: string;
224
+ color: string;
225
+ groupHeaderTextColor: string;
226
+ actionDividerColor: string;
227
+ optionTextColor: string;
228
+ optionTextColorPressed: string;
229
+ optionTextColorDisabled: string;
230
+ optionTextColorActive: string;
231
+ optionOpacityDisabled: string;
232
+ optionCheckColor: string;
233
+ optionColorPending: string;
234
+ optionColorActive: string;
235
+ optionColorActivePending: string;
236
+ actionTextColor: string;
237
+ loadingColor: string;
238
+ height: string;
239
+ paddingTiny: string;
240
+ paddingSmall: string;
241
+ paddingMedium: string;
242
+ paddingLarge: string;
243
+ paddingHuge: string;
244
+ optionPaddingTiny: string;
245
+ optionPaddingSmall: string;
246
+ optionPaddingMedium: string;
247
+ optionPaddingLarge: string;
248
+ optionPaddingHuge: string;
249
+ loadingSize: string;
250
+ }, {
251
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
252
+ height: string;
253
+ width: string;
254
+ borderRadius: string;
255
+ color: string;
256
+ colorHover: string;
257
+ railInsetHorizontalBottom: string;
258
+ railInsetHorizontalTop: string;
259
+ railInsetVerticalRight: string;
260
+ railInsetVerticalLeft: string;
261
+ railColor: string;
262
+ }, any>;
263
+ Empty: import("../../_mixins").Theme<"Empty", {
264
+ fontSizeTiny: string;
265
+ fontSizeSmall: string;
266
+ fontSizeMedium: string;
267
+ fontSizeLarge: string;
268
+ fontSizeHuge: string;
269
+ textColor: string;
270
+ iconColor: string;
271
+ extraTextColor: string;
272
+ iconSizeTiny: string;
273
+ iconSizeSmall: string;
274
+ iconSizeMedium: string;
275
+ iconSizeLarge: string;
276
+ iconSizeHuge: string;
277
+ }, any>;
278
+ }>;
279
+ };
280
+ peerOverrides: {
281
+ Popover?: {
282
+ peers?: {
283
+ [x: string]: any;
284
+ } | undefined;
285
+ } | undefined;
286
+ InternalSelectMenu?: {
287
+ peers?: {
288
+ Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Scrollbar", {
289
+ height: string;
290
+ width: string;
291
+ borderRadius: string;
292
+ color: string;
293
+ colorHover: string;
294
+ railInsetHorizontalBottom: string;
295
+ railInsetHorizontalTop: string;
296
+ railInsetVerticalRight: string;
297
+ railInsetVerticalLeft: string;
298
+ railColor: string;
299
+ }, any>> | undefined;
300
+ Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
301
+ fontSizeTiny: string;
302
+ fontSizeSmall: string;
303
+ fontSizeMedium: string;
304
+ fontSizeLarge: string;
305
+ fontSizeHuge: string;
306
+ textColor: string;
307
+ iconColor: string;
308
+ extraTextColor: string;
309
+ iconSizeTiny: string;
310
+ iconSizeSmall: string;
311
+ iconSizeMedium: string;
312
+ iconSizeLarge: string;
313
+ iconSizeHuge: string;
314
+ }, any>> | undefined;
315
+ } | undefined;
316
+ } | undefined;
317
+ };
192
318
  }>;
193
- mergedClsPrefix: import("vue").Ref<string>;
319
+ mergedClsPrefix: import("vue").Ref<string, string>;
194
320
  treeMate: import("vue").ComputedRef<import("treemate").TreeMate<SelectBaseOption<string | number, string | ((option: SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>, SelectGroupOption, SelectIgnoredOption>>;
195
321
  handleToggle: (tmNode: TreeNode<SelectBaseOption>) => void;
196
322
  handleMenuMousedown: (e: MouseEvent) => void;
197
323
  cssVars: import("vue").ComputedRef<{
198
324
  '--n-menu-box-shadow': string;
199
325
  }> | undefined;
200
- themeClass: import("vue").Ref<string> | undefined;
326
+ themeClass: import("vue").Ref<string, string> | undefined;
201
327
  onRender: (() => void) | undefined;
202
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
328
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
203
329
  readonly multiple: BooleanConstructor;
204
330
  readonly value: {
205
331
  readonly type: PropType<Value | null>;
@@ -227,7 +353,7 @@ declare const _default: import("vue").DefineComponent<{
227
353
  readonly nodeProps: PropType<NodeProps>;
228
354
  readonly virtualScroll: BooleanConstructor;
229
355
  readonly onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
230
- }>>, {
356
+ }>> & Readonly<{}>, {
231
357
  readonly value: Value | null;
232
358
  readonly options: SelectMixedOption[];
233
359
  readonly size: PopselectSize;
@@ -236,5 +362,5 @@ declare const _default: import("vue").DefineComponent<{
236
362
  readonly showCheckmark: boolean;
237
363
  readonly virtualScroll: boolean;
238
364
  readonly cancelable: boolean;
239
- }, {}>;
365
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
240
366
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import type { ProgressGradient, ProgressStatus } from './public-types';
2
2
  import { type CSSProperties, type PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  clsPrefix: {
5
5
  type: StringConstructor;
6
6
  required: true;
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
42
42
  type: NumberConstructor;
43
43
  default: number;
44
44
  };
45
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
+ }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
46
  clsPrefix: {
47
47
  type: StringConstructor;
48
48
  required: true;
@@ -84,9 +84,9 @@ declare const _default: import("vue").DefineComponent<{
84
84
  type: NumberConstructor;
85
85
  default: number;
86
86
  };
87
- }>>, {
87
+ }>> & Readonly<{}>, {
88
88
  percentage: number;
89
89
  offsetDegree: number;
90
90
  gapOffsetDegree: number;
91
- }, {}>;
91
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
92
92
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import type { ProgressGradient, ProgressStatus } from './public-types';
2
2
  import { type CSSProperties, type PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  clsPrefix: {
5
5
  type: StringConstructor;
6
6
  required: true;
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
36
36
  height: (StringConstructor | NumberConstructor)[];
37
37
  railBorderRadius: (StringConstructor | NumberConstructor)[];
38
38
  fillBorderRadius: (StringConstructor | NumberConstructor)[];
39
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
40
  clsPrefix: {
41
41
  type: StringConstructor;
42
42
  required: true;
@@ -72,8 +72,8 @@ declare const _default: import("vue").DefineComponent<{
72
72
  height: (StringConstructor | NumberConstructor)[];
73
73
  railBorderRadius: (StringConstructor | NumberConstructor)[];
74
74
  fillBorderRadius: (StringConstructor | NumberConstructor)[];
75
- }>>, {
75
+ }>> & Readonly<{}>, {
76
76
  unit: string;
77
77
  percentage: number;
78
- }, {}>;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
79
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import type { ProgressGradient } from './public-types';
2
2
  import { type CSSProperties, type PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  clsPrefix: {
5
5
  type: StringConstructor;
6
6
  required: true;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
37
37
  type: PropType<Array<string | CSSProperties>>;
38
38
  default: () => never[];
39
39
  };
40
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
40
+ }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
41
41
  clsPrefix: {
42
42
  type: StringConstructor;
43
43
  required: true;
@@ -74,10 +74,10 @@ declare const _default: import("vue").DefineComponent<{
74
74
  type: PropType<Array<string | CSSProperties>>;
75
75
  default: () => never[];
76
76
  };
77
- }>>, {
77
+ }>> & Readonly<{}>, {
78
78
  railColor: string[];
79
79
  fillColor: string[] | ProgressGradient[];
80
80
  percentage: number[];
81
81
  railStyle: (string | CSSProperties)[];
82
- }, {}>;
82
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
83
83
  export default _default;
@@ -121,7 +121,7 @@ export declare const progressProps: {
121
121
  }, any>>>;
122
122
  };
123
123
  export type ProgressProps = ExtractPublicPropTypes<typeof progressProps>;
124
- declare const _default: import("vue").DefineComponent<{
124
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
125
125
  readonly processing: BooleanConstructor;
126
126
  readonly type: {
127
127
  readonly type: PropType<"line" | "circle" | "multiple-circle" | "dashboard">;
@@ -239,8 +239,8 @@ declare const _default: import("vue").DefineComponent<{
239
239
  fillColorError: string;
240
240
  lineBgProcessing: string;
241
241
  }, any>>>;
242
- }, {
243
- mergedClsPrefix: import("vue").Ref<string>;
242
+ }>, {
243
+ mergedClsPrefix: import("vue").Ref<string, string>;
244
244
  mergedIndicatorPlacement: import("vue").ComputedRef<"inside" | "outside">;
245
245
  gapDeg: import("vue").ComputedRef<number | undefined>;
246
246
  cssVars: import("vue").ComputedRef<{
@@ -259,9 +259,9 @@ declare const _default: import("vue").DefineComponent<{
259
259
  '--n-text-color-line-inner': string;
260
260
  '--n-text-color-line-outer': string;
261
261
  }> | undefined;
262
- themeClass: import("vue").Ref<string> | undefined;
262
+ themeClass: import("vue").Ref<string, string> | undefined;
263
263
  onRender: (() => void) | undefined;
264
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
264
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
265
265
  readonly processing: BooleanConstructor;
266
266
  readonly type: {
267
267
  readonly type: PropType<"line" | "circle" | "multiple-circle" | "dashboard">;
@@ -379,7 +379,7 @@ declare const _default: import("vue").DefineComponent<{
379
379
  fillColorError: string;
380
380
  lineBgProcessing: string;
381
381
  }, any>>>;
382
- }>>, {
382
+ }>> & Readonly<{}>, {
383
383
  readonly type: "circle" | "line" | "multiple-circle" | "dashboard";
384
384
  readonly status: ProgressStatus;
385
385
  readonly strokeWidth: number;
@@ -390,5 +390,5 @@ declare const _default: import("vue").DefineComponent<{
390
390
  readonly indicatorPlacement: "inside" | "outside";
391
391
  readonly circleGap: number;
392
392
  readonly indicatorPosition: "inside" | "outside";
393
- }, {}>;
393
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
394
394
  export default _default;
@@ -50,7 +50,7 @@ export declare const qrCodeProps: {
50
50
  }, any>>>;
51
51
  };
52
52
  export type QrCodeProps = ExtractPublicPropTypes<typeof qrCodeProps>;
53
- declare const _default: import("vue").DefineComponent<{
53
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
54
54
  readonly value: StringConstructor;
55
55
  readonly color: {
56
56
  readonly type: StringConstructor;
@@ -98,18 +98,18 @@ declare const _default: import("vue").DefineComponent<{
98
98
  readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"QrCode", {
99
99
  borderRadius: string;
100
100
  }, any>>>;
101
- }, {
102
- canvasRef: import("vue").Ref<HTMLCanvasElement | undefined>;
103
- mergedClsPrefix: import("vue").Ref<string>;
101
+ }>, {
102
+ canvasRef: import("vue").Ref<HTMLCanvasElement | undefined, HTMLCanvasElement | undefined>;
103
+ mergedClsPrefix: import("vue").Ref<string, string>;
104
104
  cssVars: import("vue").ComputedRef<{
105
105
  '--n-border-radius': string;
106
106
  }> | undefined;
107
- themeClass: import("vue").Ref<string> | undefined;
107
+ themeClass: import("vue").Ref<string, string> | undefined;
108
108
  svgInfo: import("vue").ComputedRef<{
109
109
  innerHtml: string;
110
110
  numCells: number;
111
111
  }>;
112
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
112
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
113
113
  readonly value: StringConstructor;
114
114
  readonly color: {
115
115
  readonly type: StringConstructor;
@@ -157,7 +157,7 @@ declare const _default: import("vue").DefineComponent<{
157
157
  readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"QrCode", {
158
158
  borderRadius: string;
159
159
  }, any>>>;
160
- }>>, {
160
+ }>> & Readonly<{}>, {
161
161
  readonly type: string;
162
162
  readonly size: number;
163
163
  readonly color: string;
@@ -167,5 +167,5 @@ declare const _default: import("vue").DefineComponent<{
167
167
  readonly iconBackgroundColor: string;
168
168
  readonly iconBorderRadius: number;
169
169
  readonly errorCorrectionLevel: string;
170
- }, {}>;
170
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
171
171
  export default _default;