naive-ui 2.35.0 → 2.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. package/README.md +2 -0
  2. package/README.zh-CN.md +1 -0
  3. package/dist/index.js +2433 -667
  4. package/dist/index.prod.js +2 -2
  5. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +1 -0
  6. package/es/_internal/scrollbar/src/Scrollbar.js +11 -6
  7. package/es/_internal/select-menu/src/SelectMenu.d.ts +3 -3
  8. package/es/_internal/select-menu/src/SelectMenu.js +1 -0
  9. package/es/_internal/select-menu/src/styles/index.cssr.js +8 -0
  10. package/es/_internal/selection/src/Selection.d.ts +3 -1
  11. package/es/_internal/selection/src/Selection.js +4 -2
  12. package/es/_styles/common/_common.js +1 -1
  13. package/es/_styles/common/light.js +2 -2
  14. package/es/_utils/composable/use-collection.d.ts +1 -1
  15. package/es/_utils/composable/use-collection.js +2 -0
  16. package/es/_utils/css/color-to-class.js +1 -1
  17. package/es/affix/src/Affix.d.ts +2 -2
  18. package/es/affix/src/Affix.js +4 -2
  19. package/es/alert/src/Alert.js +3 -1
  20. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  21. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  22. package/es/button/src/Button.d.ts +1 -1
  23. package/es/button/src/Button.js +1 -1
  24. package/es/card/src/Card.d.ts +17 -1
  25. package/es/card/src/Card.js +12 -5
  26. package/es/carousel/src/Carousel.d.ts +5 -5
  27. package/es/carousel/src/Carousel.js +2 -1
  28. package/es/checkbox/src/Checkbox.d.ts +6 -6
  29. package/es/color-picker/src/ColorPickerSwatches.js +4 -3
  30. package/es/components.d.ts +3 -0
  31. package/es/components.js +3 -0
  32. package/es/config-provider/src/config.js +5 -5
  33. package/es/config-provider/src/internal-interface.d.ts +4 -0
  34. package/es/data-table/src/DataTable.d.ts +3 -3
  35. package/es/data-table/src/DataTable.js +1 -0
  36. package/es/data-table/src/MainTable.js +1 -0
  37. package/es/data-table/src/TableParts/Body.d.ts +3 -3
  38. package/es/data-table/src/TableParts/Body.js +5 -3
  39. package/es/data-table/src/interface.d.ts +1 -1
  40. package/es/date-picker/src/panel/date.d.ts +2 -2
  41. package/es/date-picker/src/panel/daterange.d.ts +2 -2
  42. package/es/date-picker/src/panel/datetime.d.ts +2 -2
  43. package/es/date-picker/src/panel/datetimerange.d.ts +2 -2
  44. package/es/date-picker/src/panel/month.d.ts +2 -2
  45. package/es/date-picker/src/panel/monthrange.d.ts +2 -2
  46. package/es/date-picker/src/panel/panelHeader.d.ts +720 -773
  47. package/es/date-picker/src/panel/use-calendar.d.ts +2 -2
  48. package/es/date-picker/src/panel/use-calendar.js +2 -2
  49. package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -2
  50. package/es/date-picker/src/panel/use-dual-calendar.js +4 -4
  51. package/es/date-picker/src/utils.js +1 -6
  52. package/es/date-picker/styles/_common.js +1 -1
  53. package/es/descriptions/src/Descriptions.d.ts +6 -0
  54. package/es/descriptions/src/Descriptions.js +22 -7
  55. package/es/descriptions/src/DescriptionsItem.d.ts +6 -0
  56. package/es/descriptions/src/DescriptionsItem.js +2 -0
  57. package/es/dialog/src/Dialog.js +6 -2
  58. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  59. package/es/dialog/src/DialogProvider.d.ts +3 -3
  60. package/es/dialog/src/dialogProps.d.ts +1 -1
  61. package/es/dropdown/src/Dropdown.d.ts +18 -0
  62. package/es/dropdown/src/Dropdown.js +1 -1
  63. package/es/dropdown/src/DropdownMenu.js +4 -1
  64. package/es/dropdown/src/DropdownOption.d.ts +5 -4
  65. package/es/dropdown/src/DropdownOption.js +2 -4
  66. package/es/dynamic-input/src/DynamicInput.d.ts +3 -0
  67. package/es/dynamic-input/src/DynamicInput.js +3 -3
  68. package/es/dynamic-tags/src/DynamicTags.d.ts +6 -0
  69. package/es/dynamic-tags/src/DynamicTags.js +4 -4
  70. package/es/equation/index.d.ts +1 -0
  71. package/es/equation/src/Equation.d.ts +2 -0
  72. package/es/form/src/FormItem.d.ts +1 -1
  73. package/es/form/src/utils.d.ts +1 -1
  74. package/es/input/src/Input.d.ts +4 -4
  75. package/es/input/src/styles/input.cssr.js +1 -1
  76. package/es/layout/src/Layout.d.ts +6 -0
  77. package/es/layout/src/Layout.js +8 -1
  78. package/es/layout/src/LayoutContent.d.ts +2 -0
  79. package/es/layout/src/LayoutSider.d.ts +9 -0
  80. package/es/layout/src/LayoutSider.js +12 -3
  81. package/es/legacy-grid/src/styles/index.cssr.js +2 -3
  82. package/es/legacy-grid/src/styles/rtl.cssr.js +2 -3
  83. package/es/loading-bar/src/LoadingBar.d.ts +2 -0
  84. package/es/loading-bar/src/LoadingBar.js +3 -1
  85. package/es/loading-bar/src/LoadingBarProvider.d.ts +3 -0
  86. package/es/loading-bar/src/LoadingBarProvider.js +2 -2
  87. package/es/locales/common/frFR.js +1 -1
  88. package/es/log/src/Log.d.ts +3 -3
  89. package/es/mention/src/Mention.d.ts +1 -1
  90. package/es/mention/src/utils.js +4 -4
  91. package/es/menu/src/Menu.d.ts +30 -13
  92. package/es/menu/src/Menu.js +101 -7
  93. package/es/menu/src/MenuOptionContent.d.ts +3 -0
  94. package/es/menu/src/MenuOptionContent.js +7 -2
  95. package/es/menu/src/Submenu.d.ts +23 -12
  96. package/es/menu/src/Submenu.js +9 -8
  97. package/es/menu/src/interface.d.ts +1 -0
  98. package/es/menu/src/styles/index.cssr.js +8 -4
  99. package/es/menu/src/use-menu-child.js +5 -5
  100. package/es/message/src/Message.d.ts +1 -1
  101. package/es/message/src/MessageProvider.d.ts +7 -4
  102. package/es/message/src/MessageProvider.js +3 -2
  103. package/es/modal/src/BodyWrapper.d.ts +12 -4
  104. package/es/modal/src/Modal.d.ts +16 -4
  105. package/es/modal/src/presetProps.d.ts +5 -1
  106. package/es/notification/src/NotificationEnvironment.js +1 -1
  107. package/es/notification/src/NotificationProvider.d.ts +3 -0
  108. package/es/notification/src/NotificationProvider.js +2 -2
  109. package/es/popconfirm/src/Popconfirm.d.ts +18 -0
  110. package/es/popover/src/Popover.d.ts +24 -0
  111. package/es/popover/src/Popover.js +7 -0
  112. package/es/popover/src/PopoverBody.d.ts +22 -1
  113. package/es/popover/src/PopoverBody.js +26 -10
  114. package/es/popover/src/interface.d.ts +1 -1
  115. package/es/popselect/src/Popselect.d.ts +18 -0
  116. package/es/popselect/src/Popselect.js +2 -1
  117. package/es/popselect/src/PopselectPanel.js +1 -0
  118. package/es/progress/src/Progress.d.ts +1 -1
  119. package/es/qr-code/index.d.ts +2 -0
  120. package/es/qr-code/index.js +1 -0
  121. package/es/qr-code/src/QrCode.d.ts +154 -0
  122. package/es/qr-code/src/QrCode.js +146 -0
  123. package/es/qr-code/src/qrcodegen.d.ts +94 -0
  124. package/es/qr-code/src/qrcodegen.js +948 -0
  125. package/es/qr-code/src/styles/index.cssr.d.ts +2 -0
  126. package/es/qr-code/src/styles/index.cssr.js +8 -0
  127. package/es/qr-code/styles/dark.d.ts +3 -0
  128. package/es/qr-code/styles/dark.js +11 -0
  129. package/es/qr-code/styles/index.d.ts +3 -0
  130. package/es/qr-code/styles/index.js +2 -0
  131. package/es/qr-code/styles/light.d.ts +9 -0
  132. package/es/qr-code/styles/light.js +12 -0
  133. package/es/radio/src/RadioGroup.d.ts +1 -0
  134. package/es/radio/src/RadioGroup.js +2 -1
  135. package/es/radio/src/styles/radio-group.cssr.js +1 -0
  136. package/es/result/src/Result.d.ts +1 -1
  137. package/es/scrollbar/src/Scrollbar.js +2 -0
  138. package/es/select/src/Select.d.ts +1 -1
  139. package/es/skeleton/src/Skeleton.js +4 -7
  140. package/es/slider/src/Slider.d.ts +6 -0
  141. package/es/slider/src/Slider.js +10 -3
  142. package/es/slider/src/utils.d.ts +2 -2
  143. package/es/slider/src/utils.js +4 -4
  144. package/es/space/src/Space.d.ts +3 -0
  145. package/es/space/src/Space.js +3 -3
  146. package/es/spin/src/Spin.d.ts +7 -1
  147. package/es/spin/src/Spin.js +4 -3
  148. package/es/split/index.d.ts +2 -0
  149. package/es/split/index.js +1 -0
  150. package/es/split/src/Split.d.ts +135 -0
  151. package/es/split/src/Split.js +145 -0
  152. package/es/split/src/styles/index.cssr.d.ts +2 -0
  153. package/es/split/src/styles/index.cssr.js +25 -0
  154. package/es/split/styles/dark.d.ts +3 -0
  155. package/es/split/styles/dark.js +6 -0
  156. package/es/split/styles/index.d.ts +3 -0
  157. package/es/split/styles/index.js +2 -0
  158. package/es/split/styles/light.d.ts +9 -0
  159. package/es/split/styles/light.js +13 -0
  160. package/es/steps/src/Steps.d.ts +1 -1
  161. package/es/tabs/src/Tab.js +3 -1
  162. package/es/tabs/src/Tabs.d.ts +6 -6
  163. package/es/tabs/src/Tabs.js +2 -2
  164. package/es/tabs/src/styles/index.cssr.js +12 -2
  165. package/es/theme-editor/src/ThemeEditor.d.ts +2 -2
  166. package/es/themes/dark.js +5 -1
  167. package/es/themes/light.js +5 -1
  168. package/es/thing/src/Thing.d.ts +6 -0
  169. package/es/thing/src/Thing.js +13 -4
  170. package/es/tooltip/src/Tooltip.d.ts +18 -0
  171. package/es/tree/index.d.ts +1 -0
  172. package/es/tree/index.js +1 -0
  173. package/es/tree/src/Tree.d.ts +11 -0
  174. package/es/tree/src/Tree.js +6 -3
  175. package/es/tree/src/TreeNode.js +30 -19
  176. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -0
  177. package/es/tree/src/TreeNodeSwitcher.d.ts +1 -1
  178. package/es/tree/src/styles/index.cssr.js +4 -3
  179. package/es/tree/src/utils.d.ts +1 -0
  180. package/es/tree/src/utils.js +12 -0
  181. package/es/tree/styles/light.d.ts +2 -0
  182. package/es/tree/styles/light.js +3 -2
  183. package/es/tree-select/src/TreeSelect.d.ts +17 -10
  184. package/es/tree-select/src/TreeSelect.js +2 -2
  185. package/es/tree-select/styles/light.d.ts +1 -0
  186. package/es/upload/src/Upload.d.ts +6 -0
  187. package/es/upload/src/Upload.js +8 -3
  188. package/es/upload/src/UploadFileList.js +3 -2
  189. package/es/upload/src/UploadTrigger.js +3 -2
  190. package/es/upload/src/interface.d.ts +2 -0
  191. package/es/version.d.ts +1 -1
  192. package/es/version.js +1 -1
  193. package/es/virtual-list/index.d.ts +2 -0
  194. package/es/virtual-list/index.js +1 -0
  195. package/es/virtual-list/src/VirtualList.d.ts +146 -0
  196. package/es/virtual-list/src/VirtualList.js +102 -0
  197. package/es/watermark/src/Watermark.js +7 -0
  198. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +1 -0
  199. package/lib/_internal/scrollbar/src/Scrollbar.js +11 -6
  200. package/lib/_internal/select-menu/src/SelectMenu.d.ts +3 -3
  201. package/lib/_internal/select-menu/src/SelectMenu.js +1 -0
  202. package/lib/_internal/select-menu/src/styles/index.cssr.js +8 -0
  203. package/lib/_internal/selection/src/Selection.d.ts +3 -1
  204. package/lib/_internal/selection/src/Selection.js +4 -2
  205. package/lib/_styles/common/_common.js +1 -1
  206. package/lib/_styles/common/light.js +2 -2
  207. package/lib/_utils/composable/use-collection.d.ts +1 -1
  208. package/lib/_utils/composable/use-collection.js +2 -0
  209. package/lib/_utils/css/color-to-class.js +1 -1
  210. package/lib/affix/src/Affix.d.ts +2 -2
  211. package/lib/affix/src/Affix.js +4 -2
  212. package/lib/alert/src/Alert.js +3 -1
  213. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  214. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  215. package/lib/button/src/Button.d.ts +1 -1
  216. package/lib/button/src/Button.js +1 -1
  217. package/lib/card/src/Card.d.ts +17 -1
  218. package/lib/card/src/Card.js +12 -5
  219. package/lib/carousel/src/Carousel.d.ts +5 -5
  220. package/lib/carousel/src/Carousel.js +2 -1
  221. package/lib/checkbox/src/Checkbox.d.ts +6 -6
  222. package/lib/color-picker/src/ColorPickerSwatches.js +4 -3
  223. package/lib/components.d.ts +3 -0
  224. package/lib/components.js +3 -0
  225. package/lib/config-provider/src/config.js +5 -5
  226. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  227. package/lib/data-table/src/DataTable.d.ts +3 -3
  228. package/lib/data-table/src/DataTable.js +1 -0
  229. package/lib/data-table/src/MainTable.js +1 -0
  230. package/lib/data-table/src/TableParts/Body.d.ts +3 -3
  231. package/lib/data-table/src/TableParts/Body.js +5 -3
  232. package/lib/data-table/src/interface.d.ts +1 -1
  233. package/lib/date-picker/src/panel/date.d.ts +2 -2
  234. package/lib/date-picker/src/panel/daterange.d.ts +2 -2
  235. package/lib/date-picker/src/panel/datetime.d.ts +2 -2
  236. package/lib/date-picker/src/panel/datetimerange.d.ts +2 -2
  237. package/lib/date-picker/src/panel/month.d.ts +2 -2
  238. package/lib/date-picker/src/panel/monthrange.d.ts +2 -2
  239. package/lib/date-picker/src/panel/panelHeader.d.ts +720 -773
  240. package/lib/date-picker/src/panel/use-calendar.d.ts +2 -2
  241. package/lib/date-picker/src/panel/use-calendar.js +2 -2
  242. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -2
  243. package/lib/date-picker/src/panel/use-dual-calendar.js +4 -4
  244. package/lib/date-picker/src/utils.js +1 -6
  245. package/lib/date-picker/styles/_common.js +1 -1
  246. package/lib/descriptions/src/Descriptions.d.ts +6 -0
  247. package/lib/descriptions/src/Descriptions.js +22 -7
  248. package/lib/descriptions/src/DescriptionsItem.d.ts +6 -0
  249. package/lib/descriptions/src/DescriptionsItem.js +2 -0
  250. package/lib/dialog/src/Dialog.js +6 -2
  251. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  252. package/lib/dialog/src/DialogProvider.d.ts +3 -3
  253. package/lib/dialog/src/dialogProps.d.ts +1 -1
  254. package/lib/dropdown/src/Dropdown.d.ts +18 -0
  255. package/lib/dropdown/src/Dropdown.js +1 -1
  256. package/lib/dropdown/src/DropdownMenu.js +4 -1
  257. package/lib/dropdown/src/DropdownOption.d.ts +5 -4
  258. package/lib/dropdown/src/DropdownOption.js +2 -4
  259. package/lib/dynamic-input/src/DynamicInput.d.ts +3 -0
  260. package/lib/dynamic-input/src/DynamicInput.js +3 -3
  261. package/lib/dynamic-tags/src/DynamicTags.d.ts +6 -0
  262. package/lib/dynamic-tags/src/DynamicTags.js +4 -4
  263. package/lib/equation/index.d.ts +1 -0
  264. package/lib/equation/src/Equation.d.ts +2 -0
  265. package/lib/form/src/FormItem.d.ts +1 -1
  266. package/lib/form/src/utils.d.ts +1 -1
  267. package/lib/input/src/Input.d.ts +4 -4
  268. package/lib/input/src/styles/input.cssr.js +1 -1
  269. package/lib/layout/src/Layout.d.ts +6 -0
  270. package/lib/layout/src/Layout.js +8 -1
  271. package/lib/layout/src/LayoutContent.d.ts +2 -0
  272. package/lib/layout/src/LayoutSider.d.ts +9 -0
  273. package/lib/layout/src/LayoutSider.js +12 -3
  274. package/lib/legacy-grid/src/styles/index.cssr.js +2 -3
  275. package/lib/legacy-grid/src/styles/rtl.cssr.js +2 -3
  276. package/lib/loading-bar/src/LoadingBar.d.ts +2 -0
  277. package/lib/loading-bar/src/LoadingBar.js +3 -1
  278. package/lib/loading-bar/src/LoadingBarProvider.d.ts +3 -0
  279. package/lib/loading-bar/src/LoadingBarProvider.js +2 -2
  280. package/lib/locales/common/frFR.js +1 -1
  281. package/lib/log/src/Log.d.ts +3 -3
  282. package/lib/mention/src/Mention.d.ts +1 -1
  283. package/lib/mention/src/utils.js +4 -4
  284. package/lib/menu/src/Menu.d.ts +30 -13
  285. package/lib/menu/src/Menu.js +101 -7
  286. package/lib/menu/src/MenuOptionContent.d.ts +3 -0
  287. package/lib/menu/src/MenuOptionContent.js +7 -2
  288. package/lib/menu/src/Submenu.d.ts +23 -12
  289. package/lib/menu/src/Submenu.js +9 -8
  290. package/lib/menu/src/interface.d.ts +1 -0
  291. package/lib/menu/src/styles/index.cssr.js +8 -4
  292. package/lib/menu/src/use-menu-child.js +5 -5
  293. package/lib/message/src/Message.d.ts +1 -1
  294. package/lib/message/src/MessageProvider.d.ts +7 -4
  295. package/lib/message/src/MessageProvider.js +3 -2
  296. package/lib/modal/src/BodyWrapper.d.ts +12 -4
  297. package/lib/modal/src/Modal.d.ts +16 -4
  298. package/lib/modal/src/presetProps.d.ts +5 -1
  299. package/lib/notification/src/NotificationEnvironment.js +1 -1
  300. package/lib/notification/src/NotificationProvider.d.ts +3 -0
  301. package/lib/notification/src/NotificationProvider.js +2 -2
  302. package/lib/popconfirm/src/Popconfirm.d.ts +18 -0
  303. package/lib/popover/src/Popover.d.ts +24 -0
  304. package/lib/popover/src/Popover.js +7 -0
  305. package/lib/popover/src/PopoverBody.d.ts +22 -1
  306. package/lib/popover/src/PopoverBody.js +26 -10
  307. package/lib/popover/src/interface.d.ts +1 -1
  308. package/lib/popselect/src/Popselect.d.ts +18 -0
  309. package/lib/popselect/src/Popselect.js +2 -1
  310. package/lib/popselect/src/PopselectPanel.js +1 -0
  311. package/lib/progress/src/Progress.d.ts +1 -1
  312. package/lib/qr-code/index.d.ts +2 -0
  313. package/lib/qr-code/index.js +9 -0
  314. package/lib/qr-code/src/QrCode.d.ts +154 -0
  315. package/lib/qr-code/src/QrCode.js +152 -0
  316. package/lib/qr-code/src/qrcodegen.d.ts +94 -0
  317. package/lib/qr-code/src/qrcodegen.js +949 -0
  318. package/lib/qr-code/src/styles/index.cssr.d.ts +2 -0
  319. package/lib/qr-code/src/styles/index.cssr.js +13 -0
  320. package/lib/qr-code/styles/dark.d.ts +3 -0
  321. package/lib/qr-code/styles/dark.js +13 -0
  322. package/lib/qr-code/styles/index.d.ts +3 -0
  323. package/lib/qr-code/styles/index.js +10 -0
  324. package/lib/qr-code/styles/light.d.ts +9 -0
  325. package/lib/qr-code/styles/light.js +14 -0
  326. package/lib/radio/src/RadioGroup.d.ts +1 -0
  327. package/lib/radio/src/RadioGroup.js +2 -1
  328. package/lib/radio/src/styles/radio-group.cssr.js +1 -0
  329. package/lib/result/src/Result.d.ts +1 -1
  330. package/lib/scrollbar/src/Scrollbar.js +2 -0
  331. package/lib/select/src/Select.d.ts +1 -1
  332. package/lib/skeleton/src/Skeleton.js +3 -6
  333. package/lib/slider/src/Slider.d.ts +6 -0
  334. package/lib/slider/src/Slider.js +10 -3
  335. package/lib/slider/src/utils.d.ts +2 -2
  336. package/lib/slider/src/utils.js +3 -3
  337. package/lib/space/src/Space.d.ts +3 -0
  338. package/lib/space/src/Space.js +3 -3
  339. package/lib/spin/src/Spin.d.ts +7 -1
  340. package/lib/spin/src/Spin.js +4 -3
  341. package/lib/split/index.d.ts +2 -0
  342. package/lib/split/index.js +9 -0
  343. package/lib/split/src/Split.d.ts +135 -0
  344. package/lib/split/src/Split.js +151 -0
  345. package/lib/split/src/styles/index.cssr.d.ts +2 -0
  346. package/lib/split/src/styles/index.cssr.js +30 -0
  347. package/lib/split/styles/dark.d.ts +3 -0
  348. package/lib/split/styles/dark.js +8 -0
  349. package/lib/split/styles/index.d.ts +3 -0
  350. package/lib/split/styles/index.js +10 -0
  351. package/lib/split/styles/light.d.ts +9 -0
  352. package/lib/split/styles/light.js +17 -0
  353. package/lib/steps/src/Steps.d.ts +1 -1
  354. package/lib/tabs/src/Tab.js +3 -1
  355. package/lib/tabs/src/Tabs.d.ts +6 -6
  356. package/lib/tabs/src/Tabs.js +2 -2
  357. package/lib/tabs/src/styles/index.cssr.js +12 -2
  358. package/lib/theme-editor/src/ThemeEditor.d.ts +2 -2
  359. package/lib/themes/dark.js +56 -52
  360. package/lib/themes/light.js +56 -52
  361. package/lib/thing/src/Thing.d.ts +6 -0
  362. package/lib/thing/src/Thing.js +13 -4
  363. package/lib/tooltip/src/Tooltip.d.ts +18 -0
  364. package/lib/tree/index.d.ts +1 -0
  365. package/lib/tree/index.js +3 -1
  366. package/lib/tree/src/Tree.d.ts +11 -0
  367. package/lib/tree/src/Tree.js +6 -3
  368. package/lib/tree/src/TreeNode.js +30 -19
  369. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -0
  370. package/lib/tree/src/TreeNodeSwitcher.d.ts +1 -1
  371. package/lib/tree/src/styles/index.cssr.js +4 -3
  372. package/lib/tree/src/utils.d.ts +1 -0
  373. package/lib/tree/src/utils.js +14 -1
  374. package/lib/tree/styles/light.d.ts +2 -0
  375. package/lib/tree/styles/light.js +3 -2
  376. package/lib/tree-select/src/TreeSelect.d.ts +17 -10
  377. package/lib/tree-select/src/TreeSelect.js +2 -2
  378. package/lib/tree-select/styles/light.d.ts +1 -0
  379. package/lib/upload/src/Upload.d.ts +6 -0
  380. package/lib/upload/src/Upload.js +8 -3
  381. package/lib/upload/src/UploadFileList.js +3 -2
  382. package/lib/upload/src/UploadTrigger.js +3 -2
  383. package/lib/upload/src/interface.d.ts +2 -0
  384. package/lib/version.d.ts +1 -1
  385. package/lib/version.js +1 -1
  386. package/lib/virtual-list/index.d.ts +2 -0
  387. package/lib/virtual-list/index.js +9 -0
  388. package/lib/virtual-list/src/VirtualList.d.ts +146 -0
  389. package/lib/virtual-list/src/VirtualList.js +105 -0
  390. package/lib/watermark/src/Watermark.js +7 -0
  391. package/package.json +15 -15
  392. package/volar.d.ts +4 -0
  393. package/web-types.json +773 -18
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "naive-ui",
5
- "version": "2.35.0",
5
+ "version": "2.36.0",
6
6
  "js-types-syntax": "typescript",
7
7
  "contributions": {
8
8
  "html": {
@@ -1524,6 +1524,16 @@
1524
1524
  "description": "Card title.",
1525
1525
  "default": "undefined"
1526
1526
  },
1527
+ {
1528
+ "name": "content-class",
1529
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
1530
+ "type": "string",
1531
+ "description": "The class of the card content area.",
1532
+ "default": "undefined",
1533
+ "description-sections": {
1534
+ "since": "2.36.0"
1535
+ }
1536
+ },
1527
1537
  {
1528
1538
  "name": "content-style",
1529
1539
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
@@ -1531,6 +1541,16 @@
1531
1541
  "description": "The style of the card content area.",
1532
1542
  "default": "undefined"
1533
1543
  },
1544
+ {
1545
+ "name": "header-class",
1546
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
1547
+ "type": "string",
1548
+ "description": "The class of the card head area.",
1549
+ "default": "undefined",
1550
+ "description-sections": {
1551
+ "since": "2.36.0"
1552
+ }
1553
+ },
1534
1554
  {
1535
1555
  "name": "header-style",
1536
1556
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
@@ -1538,6 +1558,16 @@
1538
1558
  "description": "The style of the card head area.",
1539
1559
  "default": "undefined"
1540
1560
  },
1561
+ {
1562
+ "name": "header-extra-class",
1563
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
1564
+ "type": "string",
1565
+ "description": "The class of the card head extra area.",
1566
+ "default": "undefined",
1567
+ "description-sections": {
1568
+ "since": "2.36.0"
1569
+ }
1570
+ },
1541
1571
  {
1542
1572
  "name": "header-extra-style",
1543
1573
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
@@ -1548,6 +1578,16 @@
1548
1578
  "since": "2.25.0"
1549
1579
  }
1550
1580
  },
1581
+ {
1582
+ "name": "footer-class",
1583
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
1584
+ "type": "string",
1585
+ "description": "The class of the bottom area of the card.",
1586
+ "default": "undefined",
1587
+ "description-sections": {
1588
+ "since": "2.36.0"
1589
+ }
1590
+ },
1551
1591
  {
1552
1592
  "name": "footer-style",
1553
1593
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
@@ -3860,6 +3900,16 @@
3860
3900
  "description": "Whether to display border.",
3861
3901
  "default": "false"
3862
3902
  },
3903
+ {
3904
+ "name": "label-class",
3905
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3906
+ "type": "string",
3907
+ "description": "Class of the item label.",
3908
+ "default": "undefined",
3909
+ "description-sections": {
3910
+ "since": "2.36.0"
3911
+ }
3912
+ },
3863
3913
  {
3864
3914
  "name": "label-style",
3865
3915
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
@@ -3867,6 +3917,16 @@
3867
3917
  "description": "Style of the item label.",
3868
3918
  "default": "undefined"
3869
3919
  },
3920
+ {
3921
+ "name": "content-class",
3922
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3923
+ "type": "string",
3924
+ "description": "Class of the item content.",
3925
+ "default": "undefined",
3926
+ "description-sections": {
3927
+ "since": "2.36.0"
3928
+ }
3929
+ },
3870
3930
  {
3871
3931
  "name": "content-style",
3872
3932
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
@@ -3898,11 +3958,21 @@
3898
3958
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3899
3959
  "type": "number"
3900
3960
  },
3961
+ {
3962
+ "name": "label-class",
3963
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3964
+ "type": "string"
3965
+ },
3901
3966
  {
3902
3967
  "name": "label-style",
3903
3968
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3904
3969
  "type": "object | string"
3905
3970
  },
3971
+ {
3972
+ "name": "content-class",
3973
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3974
+ "type": "string"
3975
+ },
3906
3976
  {
3907
3977
  "name": "content-style",
3908
3978
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
@@ -3940,6 +4010,14 @@
3940
4010
  "name": "icon",
3941
4011
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dialog",
3942
4012
  "description": "`Icon` content."
4013
+ },
4014
+ {
4015
+ "name": "close",
4016
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dialog",
4017
+ "description": "`Close` content.",
4018
+ "description-sections": {
4019
+ "since": "2.36.0"
4020
+ }
3943
4021
  }
3944
4022
  ],
3945
4023
  "attributes": [],
@@ -4634,11 +4712,26 @@
4634
4712
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4635
4713
  "type": "string"
4636
4714
  },
4715
+ {
4716
+ "name": "arrow-class",
4717
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4718
+ "type": "string"
4719
+ },
4637
4720
  {
4638
4721
  "name": "arrow-style",
4639
4722
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4640
4723
  "type": "string | object"
4641
4724
  },
4725
+ {
4726
+ "name": "arrow-wrapper-class",
4727
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4728
+ "type": "string"
4729
+ },
4730
+ {
4731
+ "name": "arrow-wrapper-style",
4732
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4733
+ "type": "string | object"
4734
+ },
4642
4735
  {
4643
4736
  "name": "flip",
4644
4737
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
@@ -4681,16 +4774,31 @@
4681
4774
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4682
4775
  "type": "boolean"
4683
4776
  },
4777
+ {
4778
+ "name": "content-class",
4779
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4780
+ "type": "string"
4781
+ },
4684
4782
  {
4685
4783
  "name": "content-style",
4686
4784
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4687
4785
  "type": "object | string"
4688
4786
  },
4787
+ {
4788
+ "name": "header-class",
4789
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4790
+ "type": "string"
4791
+ },
4689
4792
  {
4690
4793
  "name": "header-style",
4691
4794
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4692
4795
  "type": "object | string"
4693
4796
  },
4797
+ {
4798
+ "name": "footer-class",
4799
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4800
+ "type": "string"
4801
+ },
4694
4802
  {
4695
4803
  "name": "footer-style",
4696
4804
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
@@ -4928,6 +5036,16 @@
4928
5036
  "description": "The key of each item that should be used in the rendering of the list.",
4929
5037
  "default": "undefined"
4930
5038
  },
5039
+ {
5040
+ "name": "item-class",
5041
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-input",
5042
+ "type": "string",
5043
+ "description": "The class of each item of the dynamic input.",
5044
+ "default": "undefined",
5045
+ "description-sections": {
5046
+ "since": "2.36.0"
5047
+ }
5048
+ },
4931
5049
  {
4932
5050
  "name": "item-style",
4933
5051
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-input",
@@ -5104,6 +5222,16 @@
5104
5222
  "description": "Value if manually set.",
5105
5223
  "default": "undefined"
5106
5224
  },
5225
+ {
5226
+ "name": "input-class",
5227
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-tags",
5228
+ "type": "string",
5229
+ "description": "Customize the class of the input.",
5230
+ "default": "undefined",
5231
+ "description-sections": {
5232
+ "since": "2.36.0"
5233
+ }
5234
+ },
5107
5235
  {
5108
5236
  "name": "input-style",
5109
5237
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-tags",
@@ -5128,6 +5256,16 @@
5128
5256
  "description": "Maximum number of tags.",
5129
5257
  "default": "undefined"
5130
5258
  },
5259
+ {
5260
+ "name": "tag-class",
5261
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-tags",
5262
+ "type": "string",
5263
+ "description": "Customize the class of the tag.",
5264
+ "default": "undefined",
5265
+ "description-sections": {
5266
+ "since": "2.36.0"
5267
+ }
5268
+ },
5131
5269
  {
5132
5270
  "name": "tag-style",
5133
5271
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-tags",
@@ -7534,6 +7672,16 @@
7534
7672
  "description": "See [Scrollbar props](scrollbar#Scrollbar-Props)",
7535
7673
  "default": "undefined"
7536
7674
  },
7675
+ {
7676
+ "name": "content-class",
7677
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7678
+ "type": "string",
7679
+ "description": "Class of scrollable content node.",
7680
+ "default": "undefined",
7681
+ "description-sections": {
7682
+ "since": "2.36.0"
7683
+ }
7684
+ },
7537
7685
  {
7538
7686
  "name": "content-style",
7539
7687
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
@@ -7597,6 +7745,11 @@
7597
7745
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7598
7746
  "type": "object"
7599
7747
  },
7748
+ {
7749
+ "name": "content-class",
7750
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7751
+ "type": "string"
7752
+ },
7600
7753
  {
7601
7754
  "name": "content-style",
7602
7755
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
@@ -7709,6 +7862,11 @@
7709
7862
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7710
7863
  "type": "number | string"
7711
7864
  },
7865
+ {
7866
+ "name": "content-class",
7867
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7868
+ "type": "string"
7869
+ },
7712
7870
  {
7713
7871
  "name": "content-style",
7714
7872
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
@@ -7754,11 +7912,21 @@
7754
7912
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7755
7913
  "type": "object"
7756
7914
  },
7915
+ {
7916
+ "name": "trigger-class",
7917
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7918
+ "type": "string"
7919
+ },
7757
7920
  {
7758
7921
  "name": "trigger-style",
7759
7922
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7760
7923
  "type": "string | object"
7761
7924
  },
7925
+ {
7926
+ "name": "collapsed-trigger-class",
7927
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7928
+ "type": "string"
7929
+ },
7762
7930
  {
7763
7931
  "name": "collapsed-trigger-style",
7764
7932
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
@@ -8075,6 +8243,16 @@
8075
8243
  "since": "2.33.4"
8076
8244
  }
8077
8245
  },
8246
+ {
8247
+ "name": "container-class",
8248
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/loading-bar",
8249
+ "type": "string",
8250
+ "description": "Class of the loading bar container.",
8251
+ "default": "undefined",
8252
+ "description-sections": {
8253
+ "since": "2.33.4"
8254
+ }
8255
+ },
8078
8256
  {
8079
8257
  "name": "container-style",
8080
8258
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/loading-bar",
@@ -8415,6 +8593,23 @@
8415
8593
  "since": "2.28.3"
8416
8594
  }
8417
8595
  },
8596
+ {
8597
+ "name": "dropdown-placement",
8598
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
8599
+ "type": "'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end' |",
8600
+ "description": "Only effective in horizontal mode.",
8601
+ "default": "'top'"
8602
+ },
8603
+ {
8604
+ "name": "responsive",
8605
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
8606
+ "type": "boolean",
8607
+ "description": "Whether to collapsed menu items that overflows menu. Only work for menu with `mode='horizontal'`.",
8608
+ "default": "false",
8609
+ "description-sections": {
8610
+ "since": "2.36.0"
8611
+ }
8612
+ },
8418
8613
  {
8419
8614
  "name": "items",
8420
8615
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
@@ -8429,13 +8624,6 @@
8429
8624
  "name": "default-expanded-names",
8430
8625
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
8431
8626
  "type": "Array"
8432
- },
8433
- {
8434
- "name": "dropdown-placement",
8435
- "doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
8436
- "type": "'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end' |",
8437
- "description": "Only effective in horizontal mode.",
8438
- "default": "'top'"
8439
8627
  }
8440
8628
  ],
8441
8629
  "js": {
@@ -8737,6 +8925,16 @@
8737
8925
  "description": "Whether to show close icon on all messages.",
8738
8926
  "default": "false"
8739
8927
  },
8928
+ {
8929
+ "name": "container-class",
8930
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/message",
8931
+ "type": "string",
8932
+ "description": "Message container class.",
8933
+ "default": "undefined",
8934
+ "description-sections": {
8935
+ "since": "2.36.0"
8936
+ }
8937
+ },
8740
8938
  {
8741
8939
  "name": "container-style",
8742
8940
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/message",
@@ -8867,21 +9065,41 @@
8867
9065
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
8868
9066
  "type": "string | Function"
8869
9067
  },
9068
+ {
9069
+ "name": "content-class",
9070
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
9071
+ "type": "string"
9072
+ },
8870
9073
  {
8871
9074
  "name": "content-style",
8872
9075
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
8873
9076
  "type": "object | string"
8874
9077
  },
9078
+ {
9079
+ "name": "header-class",
9080
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
9081
+ "type": "string"
9082
+ },
8875
9083
  {
8876
9084
  "name": "header-style",
8877
9085
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
8878
9086
  "type": "object | string"
8879
9087
  },
9088
+ {
9089
+ "name": "header-extra-class",
9090
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
9091
+ "type": "string"
9092
+ },
8880
9093
  {
8881
9094
  "name": "header-extra-style",
8882
9095
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
8883
9096
  "type": "object | string"
8884
9097
  },
9098
+ {
9099
+ "name": "footer-class",
9100
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
9101
+ "type": "string"
9102
+ },
8885
9103
  {
8886
9104
  "name": "footer-style",
8887
9105
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
@@ -9076,6 +9294,16 @@
9076
9294
  "slots": [],
9077
9295
  "attributes": [],
9078
9296
  "props": [
9297
+ {
9298
+ "name": "container-class",
9299
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/notification",
9300
+ "type": "string",
9301
+ "description": "Class of notification container.",
9302
+ "default": "undefined",
9303
+ "description-sections": {
9304
+ "since": "2.36.0"
9305
+ }
9306
+ },
9079
9307
  {
9080
9308
  "name": "container-style",
9081
9309
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/notification",
@@ -9582,11 +9810,26 @@
9582
9810
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9583
9811
  "type": "string"
9584
9812
  },
9813
+ {
9814
+ "name": "arrow-class",
9815
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9816
+ "type": "string"
9817
+ },
9585
9818
  {
9586
9819
  "name": "arrow-style",
9587
9820
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9588
9821
  "type": "string | object"
9589
9822
  },
9823
+ {
9824
+ "name": "arrow-wrapper-class",
9825
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9826
+ "type": "string"
9827
+ },
9828
+ {
9829
+ "name": "arrow-wrapper-style",
9830
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9831
+ "type": "string | object"
9832
+ },
9590
9833
  {
9591
9834
  "name": "flip",
9592
9835
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
@@ -9627,16 +9870,31 @@
9627
9870
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9628
9871
  "type": "boolean"
9629
9872
  },
9873
+ {
9874
+ "name": "content-class",
9875
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9876
+ "type": "string"
9877
+ },
9630
9878
  {
9631
9879
  "name": "content-style",
9632
9880
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9633
9881
  "type": "object | string"
9634
9882
  },
9883
+ {
9884
+ "name": "header-class",
9885
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9886
+ "type": "string"
9887
+ },
9635
9888
  {
9636
9889
  "name": "header-style",
9637
9890
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9638
9891
  "type": "object | string"
9639
9892
  },
9893
+ {
9894
+ "name": "footer-class",
9895
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9896
+ "type": "string"
9897
+ },
9640
9898
  {
9641
9899
  "name": "footer-style",
9642
9900
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
@@ -9878,13 +10136,43 @@
9878
10136
  "description": "The conditionally render directive to show popover content. `if` means using `v-if` to render content, `show` means using `v-show` to render content.",
9879
10137
  "default": "'if'"
9880
10138
  },
10139
+ {
10140
+ "name": "arrow-class",
10141
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
10142
+ "type": "string",
10143
+ "description": "Arrow class of the popover.",
10144
+ "default": "undefined",
10145
+ "description-sections": {
10146
+ "since": "2.36.0"
10147
+ }
10148
+ },
9881
10149
  {
9882
10150
  "name": "arrow-style",
9883
10151
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
9884
- "type": "Object | string",
10152
+ "type": "string | Object",
9885
10153
  "description": "Arrow style of the popover.",
9886
10154
  "default": "undefined"
9887
10155
  },
10156
+ {
10157
+ "name": "arrow-wrapper-class",
10158
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
10159
+ "type": "string",
10160
+ "description": "Arrow class of the popover wrapper.",
10161
+ "default": "undefined",
10162
+ "description-sections": {
10163
+ "since": "2.36.0"
10164
+ }
10165
+ },
10166
+ {
10167
+ "name": "arrow-wrapper-style",
10168
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
10169
+ "type": "string | Object",
10170
+ "description": "Arrow style of the popover wrapper.",
10171
+ "default": "undefined",
10172
+ "description-sections": {
10173
+ "since": "2.36.0"
10174
+ }
10175
+ },
9888
10176
  {
9889
10177
  "name": "flip",
9890
10178
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
@@ -9947,20 +10235,40 @@
9947
10235
  "since": "2.28.3"
9948
10236
  }
9949
10237
  },
10238
+ {
10239
+ "name": "content-class",
10240
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
10241
+ "type": "string",
10242
+ "description": "Content class of the popover.",
10243
+ "default": "undefined",
10244
+ "description-sections": {
10245
+ "since": "2.36.0"
10246
+ }
10247
+ },
9950
10248
  {
9951
10249
  "name": "content-style",
9952
10250
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
9953
- "type": "Object | string",
10251
+ "type": "string | Object",
9954
10252
  "description": "Content style of the popover.",
9955
10253
  "default": "undefined",
9956
10254
  "description-sections": {
9957
10255
  "since": "2.28.3"
9958
10256
  }
9959
10257
  },
10258
+ {
10259
+ "name": "header-class",
10260
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
10261
+ "type": "string",
10262
+ "description": "Header class of the popover.",
10263
+ "default": "undefined",
10264
+ "description-sections": {
10265
+ "since": "2.36.0"
10266
+ }
10267
+ },
9960
10268
  {
9961
10269
  "name": "header-style",
9962
10270
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
9963
- "type": "Object | string",
10271
+ "type": "string | Object",
9964
10272
  "description": "Header style of the popover.",
9965
10273
  "default": "undefined",
9966
10274
  "description-sections": {
@@ -9968,19 +10276,29 @@
9968
10276
  }
9969
10277
  },
9970
10278
  {
9971
- "name": "footer-style",
10279
+ "name": "footer-class",
9972
10280
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
9973
- "type": "Object | string",
9974
- "description": "Footer style of the popover.",
10281
+ "type": "string",
10282
+ "description": "Footer class of the popover.",
9975
10283
  "default": "undefined",
9976
10284
  "description-sections": {
9977
- "since": "2.31.0"
10285
+ "since": "2.36.0"
9978
10286
  }
9979
10287
  },
9980
10288
  {
9981
- "name": "arrow",
10289
+ "name": "footer-style",
9982
10290
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
9983
- "type": "boolean"
10291
+ "type": "string | Object",
10292
+ "description": "Footer style of the popover.",
10293
+ "default": "undefined",
10294
+ "description-sections": {
10295
+ "since": "2.31.0"
10296
+ }
10297
+ },
10298
+ {
10299
+ "name": "arrow",
10300
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
10301
+ "type": "boolean"
9984
10302
  },
9985
10303
  {
9986
10304
  "name": "min-width",
@@ -10043,6 +10361,14 @@
10043
10361
  "symbol": "NPopselect"
10044
10362
  },
10045
10363
  "slots": [
10364
+ {
10365
+ "name": "header",
10366
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10367
+ "description": "Header menu slot.",
10368
+ "description-sections": {
10369
+ "since": "2.36.0"
10370
+ }
10371
+ },
10046
10372
  {
10047
10373
  "name": "action",
10048
10374
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
@@ -10127,11 +10453,26 @@
10127
10453
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10128
10454
  "type": "string"
10129
10455
  },
10456
+ {
10457
+ "name": "arrow-class",
10458
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10459
+ "type": "string"
10460
+ },
10130
10461
  {
10131
10462
  "name": "arrow-style",
10132
10463
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10133
10464
  "type": "string | object"
10134
10465
  },
10466
+ {
10467
+ "name": "arrow-wrapper-class",
10468
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10469
+ "type": "string"
10470
+ },
10471
+ {
10472
+ "name": "arrow-wrapper-style",
10473
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10474
+ "type": "string | object"
10475
+ },
10135
10476
  {
10136
10477
  "name": "flip",
10137
10478
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
@@ -10174,16 +10515,31 @@
10174
10515
  "description": "Whether the select menu is scrollable.",
10175
10516
  "default": "false"
10176
10517
  },
10518
+ {
10519
+ "name": "content-class",
10520
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10521
+ "type": "string"
10522
+ },
10177
10523
  {
10178
10524
  "name": "content-style",
10179
10525
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10180
10526
  "type": "object | string"
10181
10527
  },
10528
+ {
10529
+ "name": "header-class",
10530
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10531
+ "type": "string"
10532
+ },
10182
10533
  {
10183
10534
  "name": "header-style",
10184
10535
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10185
10536
  "type": "object | string"
10186
10537
  },
10538
+ {
10539
+ "name": "footer-class",
10540
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10541
+ "type": "string"
10542
+ },
10187
10543
  {
10188
10544
  "name": "footer-style",
10189
10545
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
@@ -10498,6 +10854,70 @@
10498
10854
  "events": []
10499
10855
  }
10500
10856
  },
10857
+ {
10858
+ "name": "NQrCode",
10859
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10860
+ "source": {
10861
+ "symbol": "NQrCode"
10862
+ },
10863
+ "slots": [],
10864
+ "attributes": [],
10865
+ "props": [
10866
+ {
10867
+ "name": "value",
10868
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10869
+ "type": "string"
10870
+ },
10871
+ {
10872
+ "name": "color",
10873
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10874
+ "type": "string"
10875
+ },
10876
+ {
10877
+ "name": "background-color",
10878
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10879
+ "type": "string"
10880
+ },
10881
+ {
10882
+ "name": "icon-src",
10883
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10884
+ "type": "string"
10885
+ },
10886
+ {
10887
+ "name": "icon-size",
10888
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10889
+ "type": "number"
10890
+ },
10891
+ {
10892
+ "name": "icon-background-color",
10893
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10894
+ "type": "string"
10895
+ },
10896
+ {
10897
+ "name": "icon-border-radius",
10898
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10899
+ "type": "number"
10900
+ },
10901
+ {
10902
+ "name": "size",
10903
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10904
+ "type": "number"
10905
+ },
10906
+ {
10907
+ "name": "padding",
10908
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10909
+ "type": "number | string"
10910
+ },
10911
+ {
10912
+ "name": "error-correction-level",
10913
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/qr-code",
10914
+ "type": "string"
10915
+ }
10916
+ ],
10917
+ "js": {
10918
+ "events": []
10919
+ }
10920
+ },
10501
10921
  {
10502
10922
  "name": "NRadio",
10503
10923
  "description": "<!--single-column-->\n\nWhen I was young, I loved listening to the radio, such as FM 106.8 or FM 92.1.",
@@ -11627,6 +12047,26 @@
11627
12047
  "name": "update-value",
11628
12048
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/slider"
11629
12049
  },
12050
+ {
12051
+ "name": "dragstart",
12052
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/slider",
12053
+ "type": "() => void",
12054
+ "description": "Callback function of dragging start.",
12055
+ "default": "undefined",
12056
+ "description-sections": {
12057
+ "since": "2.36.0"
12058
+ }
12059
+ },
12060
+ {
12061
+ "name": "dragend",
12062
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/slider",
12063
+ "type": "() => void",
12064
+ "description": "Callback function of dragging end.",
12065
+ "default": "undefined",
12066
+ "description-sections": {
12067
+ "since": "2.36.0"
12068
+ }
12069
+ },
11630
12070
  {
11631
12071
  "name": "update:value",
11632
12072
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/slider",
@@ -11701,6 +12141,16 @@
11701
12141
  "since": "2.30.5"
11702
12142
  }
11703
12143
  },
12144
+ {
12145
+ "name": "item-class",
12146
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/space",
12147
+ "type": "string",
12148
+ "description": "Node class, valid when `wrap-item` is `true`",
12149
+ "default": "undefined",
12150
+ "description-sections": {
12151
+ "since": "2.36.0"
12152
+ }
12153
+ },
11704
12154
  {
11705
12155
  "name": "item-style",
11706
12156
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/space",
@@ -11746,6 +12196,26 @@
11746
12196
  ],
11747
12197
  "attributes": [],
11748
12198
  "props": [
12199
+ {
12200
+ "name": "content-class",
12201
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
12202
+ "type": "string",
12203
+ "description": "Content Class of the spin.",
12204
+ "default": "undefined",
12205
+ "description-sections": {
12206
+ "since": "2.36.0"
12207
+ }
12208
+ },
12209
+ {
12210
+ "name": "content-style",
12211
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
12212
+ "type": "string | Object",
12213
+ "description": "Content style of the spin.",
12214
+ "default": "undefined",
12215
+ "description-sections": {
12216
+ "since": "2.36.0"
12217
+ }
12218
+ },
11749
12219
  {
11750
12220
  "name": "description",
11751
12221
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
@@ -11805,6 +12275,119 @@
11805
12275
  "events": []
11806
12276
  }
11807
12277
  },
12278
+ {
12279
+ "name": "NSplit",
12280
+ "description": "The flexible layout tool provides the possibility of customizing the interface layout.",
12281
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12282
+ "source": {
12283
+ "symbol": "NSplit"
12284
+ },
12285
+ "slots": [
12286
+ {
12287
+ "name": "1",
12288
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12289
+ "description": "The first panel content.",
12290
+ "description-sections": {
12291
+ "since": "2.36.0"
12292
+ }
12293
+ },
12294
+ {
12295
+ "name": "2",
12296
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12297
+ "description": "The Second panel content.",
12298
+ "description-sections": {
12299
+ "since": "2.36.0"
12300
+ }
12301
+ },
12302
+ {
12303
+ "name": "resize-trigger",
12304
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12305
+ "description": "Split bar content.",
12306
+ "description-sections": {
12307
+ "since": "2.36.0"
12308
+ }
12309
+ }
12310
+ ],
12311
+ "attributes": [],
12312
+ "props": [
12313
+ {
12314
+ "name": "direction",
12315
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12316
+ "type": "'horizontal' | 'vertical'",
12317
+ "description": "The direction of the split.",
12318
+ "default": "'horizontal'",
12319
+ "description-sections": {
12320
+ "since": "2.36.0"
12321
+ }
12322
+ },
12323
+ {
12324
+ "name": "resize-trigger-size",
12325
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12326
+ "type": "number",
12327
+ "description": "Size of the resize trigger.",
12328
+ "default": "3",
12329
+ "description-sections": {
12330
+ "since": "2.36.0"
12331
+ }
12332
+ },
12333
+ {
12334
+ "name": "disabled",
12335
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12336
+ "type": "boolean",
12337
+ "description": "Whether to disable the split.",
12338
+ "default": "false",
12339
+ "description-sections": {
12340
+ "since": "2.36.0"
12341
+ }
12342
+ },
12343
+ {
12344
+ "name": "default-size",
12345
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12346
+ "type": "number",
12347
+ "description": "Default split size, 0-1 is a percentage.",
12348
+ "default": "0.5",
12349
+ "description-sections": {
12350
+ "since": "2.36.0"
12351
+ }
12352
+ },
12353
+ {
12354
+ "name": "min",
12355
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12356
+ "type": "number",
12357
+ "description": "The minimum threshold for splitting, 0-1 is a percentage.",
12358
+ "default": "0",
12359
+ "description-sections": {
12360
+ "since": "2.36.0"
12361
+ }
12362
+ },
12363
+ {
12364
+ "name": "max",
12365
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split",
12366
+ "type": "number",
12367
+ "description": "The maximum split threshold, 0-1 is a percentage.",
12368
+ "default": "1",
12369
+ "description-sections": {
12370
+ "since": "2.36.0"
12371
+ }
12372
+ }
12373
+ ],
12374
+ "js": {
12375
+ "events": [
12376
+ {
12377
+ "name": "drag-start",
12378
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split"
12379
+ },
12380
+ {
12381
+ "name": "drag-move",
12382
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split"
12383
+ },
12384
+ {
12385
+ "name": "drag-end",
12386
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/split"
12387
+ }
12388
+ ]
12389
+ }
12390
+ },
11808
12391
  {
11809
12392
  "name": "NStatistic",
11810
12393
  "description": "As simple as it looks.",
@@ -11856,7 +12439,7 @@
11856
12439
  {
11857
12440
  "name": "value",
11858
12441
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/statistic",
11859
- "type": "string",
12442
+ "type": "string | number",
11860
12443
  "description": "Statistics value.",
11861
12444
  "default": "undefined"
11862
12445
  }
@@ -12844,6 +13427,16 @@
12844
13427
  "description": "Description information.",
12845
13428
  "default": "undefined"
12846
13429
  },
13430
+ {
13431
+ "name": "description-class",
13432
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/thing",
13433
+ "type": "string",
13434
+ "description": "Description area class.",
13435
+ "default": "undefined",
13436
+ "description-sections": {
13437
+ "since": "2.36.0"
13438
+ }
13439
+ },
12847
13440
  {
12848
13441
  "name": "description-style",
12849
13442
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/thing",
@@ -12861,6 +13454,16 @@
12861
13454
  "description": "Content area.",
12862
13455
  "default": "undefined"
12863
13456
  },
13457
+ {
13458
+ "name": "content-class",
13459
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/thing",
13460
+ "type": "string",
13461
+ "description": "Content area class.",
13462
+ "default": "undefined",
13463
+ "description-sections": {
13464
+ "since": "2.36.0"
13465
+ }
13466
+ },
12864
13467
  {
12865
13468
  "name": "content-style",
12866
13469
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/thing",
@@ -13474,11 +14077,26 @@
13474
14077
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13475
14078
  "type": "string"
13476
14079
  },
14080
+ {
14081
+ "name": "arrow-class",
14082
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
14083
+ "type": "string"
14084
+ },
13477
14085
  {
13478
14086
  "name": "arrow-style",
13479
14087
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13480
14088
  "type": "string | object"
13481
14089
  },
14090
+ {
14091
+ "name": "arrow-wrapper-class",
14092
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
14093
+ "type": "string"
14094
+ },
14095
+ {
14096
+ "name": "arrow-wrapper-style",
14097
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
14098
+ "type": "string | object"
14099
+ },
13482
14100
  {
13483
14101
  "name": "flip",
13484
14102
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
@@ -13519,16 +14137,31 @@
13519
14137
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13520
14138
  "type": "boolean"
13521
14139
  },
14140
+ {
14141
+ "name": "content-class",
14142
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
14143
+ "type": "string"
14144
+ },
13522
14145
  {
13523
14146
  "name": "content-style",
13524
14147
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13525
14148
  "type": "object | string"
13526
14149
  },
14150
+ {
14151
+ "name": "header-class",
14152
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
14153
+ "type": "string"
14154
+ },
13527
14155
  {
13528
14156
  "name": "header-style",
13529
14157
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13530
14158
  "type": "object | string"
13531
14159
  },
14160
+ {
14161
+ "name": "footer-class",
14162
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
14163
+ "type": "string"
14164
+ },
13532
14165
  {
13533
14166
  "name": "footer-style",
13534
14167
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
@@ -14672,6 +15305,16 @@
14672
15305
  "since": "2.30.7"
14673
15306
  }
14674
15307
  },
15308
+ {
15309
+ "name": "watch-props",
15310
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tree-select",
15311
+ "type": "Array<'defaultCheckedKeys' | 'defaultSelectedKeys' |'defaultExpandedKeys'>",
15312
+ "description": "Default prop names that needed to be watched. Components will be updated after the prop is changed. Note: the `watch-props` itself is not reactive.",
15313
+ "default": "undefined",
15314
+ "description-sections": {
15315
+ "since": "2.36.0"
15316
+ }
15317
+ },
14675
15318
  {
14676
15319
  "name": "leaf-only",
14677
15320
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tree-select",
@@ -15318,6 +15961,16 @@
15318
15961
  "description": "The file list of component. If set, the component will work in controlled manner.",
15319
15962
  "default": "undefined"
15320
15963
  },
15964
+ {
15965
+ "name": "file-list-class",
15966
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15967
+ "type": "string",
15968
+ "description": "The class of file list area",
15969
+ "default": "undefined",
15970
+ "description-sections": {
15971
+ "since": "2.36.0"
15972
+ }
15973
+ },
15321
15974
  {
15322
15975
  "name": "file-list-style",
15323
15976
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
@@ -15438,6 +16091,16 @@
15438
16091
  "since": "2.24.2"
15439
16092
  }
15440
16093
  },
16094
+ {
16095
+ "name": "trigger-class",
16096
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
16097
+ "type": "string",
16098
+ "description": "Class of trigger area.",
16099
+ "default": "undefined",
16100
+ "description-sections": {
16101
+ "since": "2.36.0"
16102
+ }
16103
+ },
15441
16104
  {
15442
16105
  "name": "trigger-style",
15443
16106
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
@@ -15591,6 +16254,98 @@
15591
16254
  "events": []
15592
16255
  }
15593
16256
  },
16257
+ {
16258
+ "name": "NVirtualList",
16259
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16260
+ "source": {
16261
+ "symbol": "NVirtualList"
16262
+ },
16263
+ "slots": [],
16264
+ "attributes": [],
16265
+ "props": [
16266
+ {
16267
+ "name": "scrollbar-props",
16268
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16269
+ "type": "object"
16270
+ },
16271
+ {
16272
+ "name": "items",
16273
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16274
+ "type": "Array"
16275
+ },
16276
+ {
16277
+ "name": "item-size",
16278
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16279
+ "type": "number"
16280
+ },
16281
+ {
16282
+ "name": "item-resizable",
16283
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16284
+ "type": "boolean"
16285
+ },
16286
+ {
16287
+ "name": "items-style",
16288
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16289
+ "type": "string | object"
16290
+ },
16291
+ {
16292
+ "name": "visible-items-tag",
16293
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16294
+ "type": "string | object"
16295
+ },
16296
+ {
16297
+ "name": "visible-items-props",
16298
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16299
+ "type": "object"
16300
+ },
16301
+ {
16302
+ "name": "ignore-item-resize",
16303
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16304
+ "type": "boolean"
16305
+ },
16306
+ {
16307
+ "name": "default-scroll-key",
16308
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16309
+ "type": "number | string"
16310
+ },
16311
+ {
16312
+ "name": "default-scroll-index",
16313
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16314
+ "type": "number"
16315
+ },
16316
+ {
16317
+ "name": "key-field",
16318
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16319
+ "type": "string"
16320
+ },
16321
+ {
16322
+ "name": "padding-top",
16323
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16324
+ "type": "number | string"
16325
+ },
16326
+ {
16327
+ "name": "padding-bottom",
16328
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
16329
+ "type": "number | string"
16330
+ }
16331
+ ],
16332
+ "js": {
16333
+ "events": [
16334
+ {
16335
+ "name": "scroll",
16336
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
16337
+ },
16338
+ {
16339
+ "name": "wheel",
16340
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
16341
+ },
16342
+ {
16343
+ "name": "resize",
16344
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
16345
+ }
16346
+ ]
16347
+ }
16348
+ },
15594
16349
  {
15595
16350
  "name": "NWatermark",
15596
16351
  "description": "Watermark.",