naive-ui 2.18.1 → 2.19.2

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 (394) hide show
  1. package/es/_internal/clear/src/Clear.d.ts +1 -4
  2. package/es/_internal/clear/src/Clear.js +1 -4
  3. package/es/_internal/icons/Checkmark.js +3 -2
  4. package/es/_internal/select-menu/src/SelectMenu.d.ts +173 -0
  5. package/es/_internal/select-menu/src/SelectMenu.js +9 -6
  6. package/es/_internal/select-menu/src/SelectOption.js +2 -1
  7. package/es/_internal/select-menu/src/styles/index.cssr.js +32 -28
  8. package/es/_internal/select-menu/styles/light.d.ts +2 -0
  9. package/es/_internal/select-menu/styles/light.js +1 -1
  10. package/es/_internal/selection/src/Selection.d.ts +64 -56
  11. package/es/_internal/selection/src/Selection.js +34 -14
  12. package/es/_internal/selection/src/styles/index.cssr.js +16 -14
  13. package/es/_internal/selection/styles/_common.d.ts +1 -8
  14. package/es/_internal/selection/styles/_common.js +2 -9
  15. package/es/_internal/selection/styles/dark.js +10 -2
  16. package/es/_internal/selection/styles/light.d.ts +18 -16
  17. package/es/_internal/selection/styles/light.js +10 -2
  18. package/es/_mixins/use-rtl.js +1 -1
  19. package/es/_styles/common/light.js +1 -1
  20. package/es/_utils/naive/mutable.d.ts +2 -2
  21. package/es/alert/src/Alert.js +15 -16
  22. package/es/anchor/src/AnchorAdapter.d.ts +13 -8
  23. package/es/anchor/src/AnchorAdapter.js +3 -5
  24. package/es/anchor/src/BaseAnchor.d.ts +14 -1
  25. package/es/anchor/src/BaseAnchor.js +20 -7
  26. package/es/anchor/src/Link.js +5 -5
  27. package/es/anchor/src/styles/index.cssr.js +25 -16
  28. package/es/auto-complete/index.d.ts +1 -0
  29. package/es/auto-complete/src/AutoComplete.d.ts +10 -0
  30. package/es/auto-complete/src/interface.d.ts +1 -1
  31. package/es/auto-complete/styles/light.d.ts +1 -0
  32. package/es/badge/src/styles/index.cssr.js +1 -0
  33. package/es/card/src/Card.d.ts +17 -1
  34. package/es/card/src/Card.js +3 -2
  35. package/es/card/styles/dark.js +6 -1
  36. package/es/card/styles/light.d.ts +1 -0
  37. package/es/card/styles/light.js +2 -2
  38. package/es/cascader/src/Cascader.d.ts +100 -80
  39. package/es/cascader/src/Cascader.js +28 -19
  40. package/es/cascader/src/CascaderMenu.js +17 -15
  41. package/es/cascader/src/CascaderOption.d.ts +10 -8
  42. package/es/cascader/src/CascaderSelectMenu.d.ts +10 -8
  43. package/es/cascader/src/CascaderSubmenu.d.ts +10 -8
  44. package/es/cascader/src/interface.d.ts +2 -2
  45. package/es/cascader/src/styles/index.cssr.js +6 -1
  46. package/es/cascader/styles/light.d.ts +10 -8
  47. package/es/checkbox/src/Checkbox.d.ts +1 -0
  48. package/es/checkbox/src/Checkbox.js +5 -3
  49. package/es/checkbox/src/CheckboxGroup.js +1 -1
  50. package/es/composables/use-theme-vars.js +5 -5
  51. package/es/config-provider/src/internal-interface.d.ts +2 -0
  52. package/es/data-table/src/DataTable.d.ts +110 -88
  53. package/es/data-table/src/HeaderButton/FilterButton.d.ts +20 -16
  54. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +20 -16
  55. package/es/data-table/src/TableParts/Body.d.ts +20 -16
  56. package/es/data-table/src/TableParts/Cell.d.ts +40 -32
  57. package/es/data-table/src/TableParts/Header.d.ts +20 -16
  58. package/es/data-table/styles/light.d.ts +10 -8
  59. package/es/date-picker/src/DatePicker.d.ts +8 -3
  60. package/es/date-picker/src/DatePicker.js +2 -2
  61. package/es/date-picker/src/panel/date.d.ts +3 -3
  62. package/es/date-picker/src/panel/date.js +10 -1
  63. package/es/date-picker/src/panel/daterange.js +10 -1
  64. package/es/date-picker/src/panel/datetimerange.js +10 -1
  65. package/es/descriptions/src/Descriptions.d.ts +4 -17
  66. package/es/descriptions/src/Descriptions.js +2 -8
  67. package/es/dialog/src/DialogProvider.d.ts +20 -20
  68. package/es/drawer/src/styles/index.cssr.js +2 -0
  69. package/es/dropdown/src/Dropdown.d.ts +9 -23
  70. package/es/dynamic-tags/src/DynamicTags.js +2 -1
  71. package/es/empty/src/Empty.d.ts +6 -1
  72. package/es/empty/src/Empty.js +16 -4
  73. package/es/form/src/FormItemGridItem.d.ts +1 -1
  74. package/es/form/src/FormItemGridItem.js +2 -2
  75. package/es/global-style/src/GlobalStyle.js +13 -3
  76. package/es/grid/src/GridItem.d.ts +2 -2
  77. package/es/grid/src/GridItem.js +1 -1
  78. package/es/input-number/src/InputNumber.d.ts +8 -3
  79. package/es/input-number/src/InputNumber.js +4 -4
  80. package/es/jest-setup.js +3 -1
  81. package/es/layout/src/Layout.d.ts +18 -4
  82. package/es/layout/src/LayoutContent.d.ts +9 -2
  83. package/es/layout/src/LayoutFooter.d.ts +9 -0
  84. package/es/layout/src/LayoutHeader.d.ts +6 -0
  85. package/es/layout/src/LayoutSider.d.ts +11 -0
  86. package/es/layout/src/LayoutSider.js +4 -2
  87. package/es/layout/src/ToggleButton.js +7 -3
  88. package/es/layout/src/styles/layout-sider.cssr.js +31 -15
  89. package/es/layout/styles/dark.js +3 -2
  90. package/es/layout/styles/light.d.ts +2 -0
  91. package/es/layout/styles/light.js +3 -2
  92. package/es/locales/common/enUS.js +1 -1
  93. package/es/locales/common/ruRU.js +1 -1
  94. package/es/locales/common/ukUA.d.ts +3 -0
  95. package/es/locales/common/ukUA.js +92 -0
  96. package/es/locales/common/zhCN.js +1 -1
  97. package/es/locales/date/ukUA.d.ts +3 -0
  98. package/es/locales/date/ukUA.js +6 -0
  99. package/es/locales/index.d.ts +2 -0
  100. package/es/locales/index.js +2 -0
  101. package/es/mention/src/Mention.d.ts +10 -0
  102. package/es/mention/styles/light.d.ts +1 -0
  103. package/es/menu/src/Menu.d.ts +6 -1
  104. package/es/menu/src/Menu.js +10 -1
  105. package/es/menu/src/MenuOption.d.ts +3 -1
  106. package/es/menu/src/MenuOptionContent.d.ts +3 -1
  107. package/es/menu/src/Submenu.d.ts +3 -1
  108. package/es/modal/src/BodyWrapper.d.ts +5 -0
  109. package/es/modal/src/Modal.d.ts +36 -55
  110. package/es/modal/src/Modal.js +18 -39
  111. package/es/modal/src/presetProps.d.ts +2 -1
  112. package/es/modal/styles/light.d.ts +1 -0
  113. package/es/notification/src/Notification.d.ts +1 -1
  114. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  115. package/es/notification/src/NotificationProvider.d.ts +16 -16
  116. package/es/page-header/src/PageHeader.d.ts +1 -0
  117. package/es/page-header/src/PageHeader.js +8 -2
  118. package/es/page-header/src/styles/rtl.cssr.d.ts +2 -0
  119. package/es/page-header/src/styles/rtl.cssr.js +19 -0
  120. package/es/page-header/styles/index.d.ts +1 -0
  121. package/es/page-header/styles/index.js +1 -0
  122. package/es/page-header/styles/rtl.d.ts +5 -0
  123. package/es/page-header/styles/rtl.js +5 -0
  124. package/es/pagination/src/Pagination.d.ts +111 -100
  125. package/es/pagination/styles/light.d.ts +10 -8
  126. package/es/popconfirm/src/Popconfirm.d.ts +8 -22
  127. package/es/popover/src/Popover.d.ts +12 -32
  128. package/es/popover/src/Popover.js +25 -18
  129. package/es/popover/src/PopoverBody.d.ts +2 -2
  130. package/es/popover/src/PopoverBody.js +4 -2
  131. package/es/popselect/src/Popselect.d.ts +18 -22
  132. package/es/popselect/src/PopselectPanel.d.ts +1 -0
  133. package/es/popselect/src/PopselectPanel.js +38 -19
  134. package/es/popselect/styles/light.d.ts +1 -0
  135. package/es/select/src/Select.d.ts +111 -83
  136. package/es/select/src/Select.js +55 -56
  137. package/es/select/src/interface.d.ts +2 -2
  138. package/es/select/styles/light.d.ts +10 -8
  139. package/es/spin/src/Spin.d.ts +34 -25
  140. package/es/spin/src/Spin.js +27 -20
  141. package/es/spin/src/styles/index.cssr.js +23 -9
  142. package/es/spin/styles/light.d.ts +2 -0
  143. package/es/spin/styles/light.js +3 -1
  144. package/es/styles.d.ts +1 -0
  145. package/es/styles.js +1 -0
  146. package/es/tabs/src/Tab.d.ts +1 -1
  147. package/es/tabs/src/Tab.js +4 -6
  148. package/es/tabs/src/Tabs.d.ts +133 -42
  149. package/es/tabs/src/Tabs.js +37 -38
  150. package/es/tabs/src/interface.d.ts +2 -1
  151. package/es/tabs/src/styles/index.cssr.js +34 -10
  152. package/es/tabs/styles/_common.d.ts +6 -0
  153. package/es/tabs/styles/_common.js +6 -0
  154. package/es/tabs/styles/dark.js +7 -1
  155. package/es/tabs/styles/light.d.ts +13 -0
  156. package/es/tabs/styles/light.js +3 -3
  157. package/es/tag/src/styles/index.cssr.js +1 -1
  158. package/es/time/src/Time.d.ts +14 -22
  159. package/es/time/src/Time.js +32 -18
  160. package/es/time-picker/src/TimePicker.d.ts +5 -0
  161. package/es/time-picker/src/TimePicker.js +2 -2
  162. package/es/tooltip/src/Tooltip.d.ts +8 -22
  163. package/es/transfer/src/TransferList.d.ts +1 -1
  164. package/es/tree/src/Tree.d.ts +25 -10
  165. package/es/tree/src/Tree.js +34 -11
  166. package/es/tree/src/TreeNode.js +5 -2
  167. package/es/tree/src/interface.d.ts +2 -2
  168. package/es/tree-select/src/TreeSelect.d.ts +103 -81
  169. package/es/tree-select/src/TreeSelect.js +36 -40
  170. package/es/tree-select/src/interface.d.ts +2 -2
  171. package/es/tree-select/styles/light.d.ts +9 -8
  172. package/es/typography/src/blockquote.d.ts +2 -8
  173. package/es/typography/src/blockquote.js +1 -4
  174. package/es/typography/src/ol.d.ts +2 -8
  175. package/es/typography/src/ol.js +1 -4
  176. package/es/typography/src/p.d.ts +2 -2
  177. package/es/typography/src/p.js +1 -1
  178. package/es/typography/src/text.d.ts +14 -58
  179. package/es/typography/src/text.js +2 -23
  180. package/es/typography/src/ul.d.ts +2 -8
  181. package/es/typography/src/ul.js +1 -4
  182. package/es/upload/index.d.ts +2 -0
  183. package/es/upload/index.js +2 -0
  184. package/es/upload/src/Upload.d.ts +16 -68
  185. package/es/upload/src/Upload.js +71 -98
  186. package/es/upload/src/UploadDragger.js +7 -1
  187. package/es/upload/src/UploadFileList.d.ts +2 -0
  188. package/es/upload/src/UploadFileList.js +34 -0
  189. package/es/upload/src/UploadProgress.d.ts +0 -7
  190. package/es/upload/src/UploadProgress.js +1 -5
  191. package/es/upload/src/UploadTrigger.d.ts +12 -0
  192. package/es/upload/src/UploadTrigger.js +63 -0
  193. package/es/upload/src/interface.d.ts +13 -2
  194. package/es/upload/src/styles/index.cssr.js +40 -32
  195. package/es/version.d.ts +1 -1
  196. package/es/version.js +1 -1
  197. package/lib/_internal/clear/src/Clear.d.ts +1 -4
  198. package/lib/_internal/clear/src/Clear.js +1 -4
  199. package/lib/_internal/icons/Checkmark.js +3 -2
  200. package/lib/_internal/select-menu/src/SelectMenu.d.ts +173 -0
  201. package/lib/_internal/select-menu/src/SelectMenu.js +9 -6
  202. package/lib/_internal/select-menu/src/SelectOption.js +2 -1
  203. package/lib/_internal/select-menu/src/styles/index.cssr.js +32 -28
  204. package/lib/_internal/select-menu/styles/light.d.ts +2 -0
  205. package/lib/_internal/select-menu/styles/light.js +1 -1
  206. package/lib/_internal/selection/src/Selection.d.ts +64 -56
  207. package/lib/_internal/selection/src/Selection.js +34 -14
  208. package/lib/_internal/selection/src/styles/index.cssr.js +16 -14
  209. package/lib/_internal/selection/styles/_common.d.ts +1 -8
  210. package/lib/_internal/selection/styles/_common.js +2 -9
  211. package/lib/_internal/selection/styles/dark.js +10 -2
  212. package/lib/_internal/selection/styles/light.d.ts +18 -16
  213. package/lib/_internal/selection/styles/light.js +10 -2
  214. package/lib/_mixins/use-rtl.js +1 -1
  215. package/lib/_styles/common/light.js +1 -1
  216. package/lib/_utils/naive/mutable.d.ts +2 -2
  217. package/lib/alert/src/Alert.js +15 -16
  218. package/lib/anchor/src/AnchorAdapter.d.ts +13 -8
  219. package/lib/anchor/src/AnchorAdapter.js +3 -5
  220. package/lib/anchor/src/BaseAnchor.d.ts +14 -1
  221. package/lib/anchor/src/BaseAnchor.js +19 -6
  222. package/lib/anchor/src/Link.js +5 -5
  223. package/lib/anchor/src/styles/index.cssr.js +25 -16
  224. package/lib/auto-complete/index.d.ts +1 -0
  225. package/lib/auto-complete/src/AutoComplete.d.ts +10 -0
  226. package/lib/auto-complete/src/interface.d.ts +1 -1
  227. package/lib/auto-complete/styles/light.d.ts +1 -0
  228. package/lib/badge/src/styles/index.cssr.js +1 -0
  229. package/lib/card/src/Card.d.ts +17 -1
  230. package/lib/card/src/Card.js +3 -2
  231. package/lib/card/styles/dark.js +6 -1
  232. package/lib/card/styles/light.d.ts +1 -0
  233. package/lib/card/styles/light.js +2 -2
  234. package/lib/cascader/src/Cascader.d.ts +100 -80
  235. package/lib/cascader/src/Cascader.js +28 -19
  236. package/lib/cascader/src/CascaderMenu.js +16 -14
  237. package/lib/cascader/src/CascaderOption.d.ts +10 -8
  238. package/lib/cascader/src/CascaderSelectMenu.d.ts +10 -8
  239. package/lib/cascader/src/CascaderSubmenu.d.ts +10 -8
  240. package/lib/cascader/src/interface.d.ts +2 -2
  241. package/lib/cascader/src/styles/index.cssr.js +6 -1
  242. package/lib/cascader/styles/light.d.ts +10 -8
  243. package/lib/checkbox/src/Checkbox.d.ts +1 -0
  244. package/lib/checkbox/src/Checkbox.js +5 -3
  245. package/lib/checkbox/src/CheckboxGroup.js +1 -1
  246. package/lib/composables/use-theme-vars.js +5 -5
  247. package/lib/config-provider/src/internal-interface.d.ts +2 -0
  248. package/lib/data-table/src/DataTable.d.ts +110 -88
  249. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +20 -16
  250. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +20 -16
  251. package/lib/data-table/src/TableParts/Body.d.ts +20 -16
  252. package/lib/data-table/src/TableParts/Cell.d.ts +40 -32
  253. package/lib/data-table/src/TableParts/Header.d.ts +20 -16
  254. package/lib/data-table/styles/light.d.ts +10 -8
  255. package/lib/date-picker/src/DatePicker.d.ts +8 -3
  256. package/lib/date-picker/src/DatePicker.js +2 -2
  257. package/lib/date-picker/src/panel/date.d.ts +3 -3
  258. package/lib/date-picker/src/panel/date.js +9 -0
  259. package/lib/date-picker/src/panel/daterange.js +9 -0
  260. package/lib/date-picker/src/panel/datetimerange.js +9 -0
  261. package/lib/descriptions/src/Descriptions.d.ts +4 -17
  262. package/lib/descriptions/src/Descriptions.js +2 -8
  263. package/lib/dialog/src/DialogProvider.d.ts +20 -20
  264. package/lib/drawer/src/styles/index.cssr.js +2 -0
  265. package/lib/dropdown/src/Dropdown.d.ts +9 -23
  266. package/lib/dynamic-tags/src/DynamicTags.js +2 -1
  267. package/lib/empty/src/Empty.d.ts +6 -1
  268. package/lib/empty/src/Empty.js +15 -3
  269. package/lib/form/src/FormItemGridItem.d.ts +1 -1
  270. package/lib/form/src/FormItemGridItem.js +2 -2
  271. package/lib/global-style/src/GlobalStyle.js +13 -3
  272. package/lib/grid/src/GridItem.d.ts +2 -2
  273. package/lib/grid/src/GridItem.js +1 -1
  274. package/lib/input-number/src/InputNumber.d.ts +8 -3
  275. package/lib/input-number/src/InputNumber.js +4 -4
  276. package/lib/jest-setup.js +3 -1
  277. package/lib/layout/src/Layout.d.ts +18 -4
  278. package/lib/layout/src/LayoutContent.d.ts +9 -2
  279. package/lib/layout/src/LayoutFooter.d.ts +9 -0
  280. package/lib/layout/src/LayoutHeader.d.ts +6 -0
  281. package/lib/layout/src/LayoutSider.d.ts +11 -0
  282. package/lib/layout/src/LayoutSider.js +4 -2
  283. package/lib/layout/src/ToggleButton.js +7 -3
  284. package/lib/layout/src/styles/layout-sider.cssr.js +31 -15
  285. package/lib/layout/styles/dark.js +3 -2
  286. package/lib/layout/styles/light.d.ts +2 -0
  287. package/lib/layout/styles/light.js +3 -2
  288. package/lib/locales/common/enUS.js +1 -1
  289. package/lib/locales/common/ruRU.js +1 -1
  290. package/lib/locales/common/ukUA.d.ts +3 -0
  291. package/lib/locales/common/ukUA.js +94 -0
  292. package/lib/locales/common/zhCN.js +1 -1
  293. package/lib/locales/date/ukUA.d.ts +3 -0
  294. package/lib/locales/date/ukUA.js +8 -0
  295. package/lib/locales/index.d.ts +2 -0
  296. package/lib/locales/index.js +5 -1
  297. package/lib/mention/src/Mention.d.ts +10 -0
  298. package/lib/mention/styles/light.d.ts +1 -0
  299. package/lib/menu/src/Menu.d.ts +6 -1
  300. package/lib/menu/src/Menu.js +10 -1
  301. package/lib/menu/src/MenuOption.d.ts +3 -1
  302. package/lib/menu/src/MenuOptionContent.d.ts +3 -1
  303. package/lib/menu/src/Submenu.d.ts +3 -1
  304. package/lib/modal/src/BodyWrapper.d.ts +5 -0
  305. package/lib/modal/src/Modal.d.ts +36 -55
  306. package/lib/modal/src/Modal.js +17 -38
  307. package/lib/modal/src/presetProps.d.ts +2 -1
  308. package/lib/modal/styles/light.d.ts +1 -0
  309. package/lib/notification/src/Notification.d.ts +1 -1
  310. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  311. package/lib/notification/src/NotificationProvider.d.ts +16 -16
  312. package/lib/page-header/src/PageHeader.d.ts +1 -0
  313. package/lib/page-header/src/PageHeader.js +8 -2
  314. package/lib/page-header/src/styles/rtl.cssr.d.ts +2 -0
  315. package/lib/page-header/src/styles/rtl.cssr.js +26 -0
  316. package/lib/page-header/styles/index.d.ts +1 -0
  317. package/lib/page-header/styles/index.js +3 -1
  318. package/lib/page-header/styles/rtl.d.ts +5 -0
  319. package/lib/page-header/styles/rtl.js +7 -0
  320. package/lib/pagination/src/Pagination.d.ts +111 -100
  321. package/lib/pagination/styles/light.d.ts +10 -8
  322. package/lib/popconfirm/src/Popconfirm.d.ts +8 -22
  323. package/lib/popover/src/Popover.d.ts +12 -32
  324. package/lib/popover/src/Popover.js +23 -16
  325. package/lib/popover/src/PopoverBody.d.ts +2 -2
  326. package/lib/popover/src/PopoverBody.js +4 -2
  327. package/lib/popselect/src/Popselect.d.ts +18 -22
  328. package/lib/popselect/src/PopselectPanel.d.ts +1 -0
  329. package/lib/popselect/src/PopselectPanel.js +38 -19
  330. package/lib/popselect/styles/light.d.ts +1 -0
  331. package/lib/select/src/Select.d.ts +111 -83
  332. package/lib/select/src/Select.js +55 -56
  333. package/lib/select/src/interface.d.ts +2 -2
  334. package/lib/select/styles/light.d.ts +10 -8
  335. package/lib/spin/src/Spin.d.ts +34 -25
  336. package/lib/spin/src/Spin.js +25 -18
  337. package/lib/spin/src/styles/index.cssr.js +23 -9
  338. package/lib/spin/styles/light.d.ts +2 -0
  339. package/lib/spin/styles/light.js +3 -1
  340. package/lib/styles.d.ts +1 -0
  341. package/lib/styles.js +63 -61
  342. package/lib/tabs/src/Tab.d.ts +1 -1
  343. package/lib/tabs/src/Tab.js +4 -6
  344. package/lib/tabs/src/Tabs.d.ts +133 -42
  345. package/lib/tabs/src/Tabs.js +36 -37
  346. package/lib/tabs/src/interface.d.ts +2 -1
  347. package/lib/tabs/src/styles/index.cssr.js +34 -10
  348. package/lib/tabs/styles/_common.d.ts +6 -0
  349. package/lib/tabs/styles/_common.js +6 -0
  350. package/lib/tabs/styles/dark.js +7 -1
  351. package/lib/tabs/styles/light.d.ts +13 -0
  352. package/lib/tabs/styles/light.js +3 -3
  353. package/lib/tag/src/styles/index.cssr.js +1 -1
  354. package/lib/time/src/Time.d.ts +14 -22
  355. package/lib/time/src/Time.js +31 -17
  356. package/lib/time-picker/src/TimePicker.d.ts +5 -0
  357. package/lib/time-picker/src/TimePicker.js +2 -2
  358. package/lib/tooltip/src/Tooltip.d.ts +8 -22
  359. package/lib/transfer/src/TransferList.d.ts +1 -1
  360. package/lib/tree/src/Tree.d.ts +25 -10
  361. package/lib/tree/src/Tree.js +34 -11
  362. package/lib/tree/src/TreeNode.js +5 -2
  363. package/lib/tree/src/interface.d.ts +2 -2
  364. package/lib/tree-select/src/TreeSelect.d.ts +103 -81
  365. package/lib/tree-select/src/TreeSelect.js +36 -40
  366. package/lib/tree-select/src/interface.d.ts +2 -2
  367. package/lib/tree-select/styles/light.d.ts +9 -8
  368. package/lib/typography/src/blockquote.d.ts +2 -8
  369. package/lib/typography/src/blockquote.js +1 -4
  370. package/lib/typography/src/ol.d.ts +2 -8
  371. package/lib/typography/src/ol.js +1 -4
  372. package/lib/typography/src/p.d.ts +2 -2
  373. package/lib/typography/src/p.js +1 -1
  374. package/lib/typography/src/text.d.ts +14 -58
  375. package/lib/typography/src/text.js +2 -23
  376. package/lib/typography/src/ul.d.ts +2 -8
  377. package/lib/typography/src/ul.js +1 -4
  378. package/lib/upload/index.d.ts +2 -0
  379. package/lib/upload/index.js +5 -1
  380. package/lib/upload/src/Upload.d.ts +16 -68
  381. package/lib/upload/src/Upload.js +68 -95
  382. package/lib/upload/src/UploadDragger.js +7 -1
  383. package/lib/upload/src/UploadFileList.d.ts +2 -0
  384. package/lib/upload/src/UploadFileList.js +36 -0
  385. package/lib/upload/src/UploadProgress.d.ts +0 -7
  386. package/lib/upload/src/UploadProgress.js +1 -5
  387. package/lib/upload/src/UploadTrigger.d.ts +12 -0
  388. package/lib/upload/src/UploadTrigger.js +65 -0
  389. package/lib/upload/src/interface.d.ts +13 -2
  390. package/lib/upload/src/styles/index.cssr.js +40 -32
  391. package/lib/version.d.ts +1 -1
  392. package/lib/version.js +1 -1
  393. package/package.json +9 -7
  394. package/web-types.json +239 -13
@@ -87,6 +87,14 @@ declare const paginationProps: {
87
87
  menuBoxShadow: string;
88
88
  }, {
89
89
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
90
+ fontSizeTiny: string;
91
+ fontSizeSmall: string;
92
+ fontSizeMedium: string;
93
+ fontSizeLarge: string;
94
+ heightTiny: string;
95
+ heightSmall: string;
96
+ heightMedium: string;
97
+ heightLarge: string;
90
98
  borderRadius: string;
91
99
  textColor: string;
92
100
  textColorDisabled: string;
@@ -119,7 +127,6 @@ declare const paginationProps: {
119
127
  borderHoverError: string;
120
128
  borderActiveError: string;
121
129
  borderFocusError: string;
122
- /** @deprecated */
123
130
  boxShadowHoverError: null;
124
131
  boxShadowActiveError: string;
125
132
  boxShadowFocusError: string;
@@ -128,16 +135,9 @@ declare const paginationProps: {
128
135
  clearColor: string;
129
136
  clearColorHover: string;
130
137
  clearColorPressed: string;
131
- heightTiny: string;
132
- heightSmall: string;
133
- heightMedium: string;
134
- heightLarge: string;
135
- fontSizeTiny: string;
136
- fontSizeSmall: string;
137
- fontSizeMedium: string;
138
- fontSizeLarge: string;
139
138
  paddingSingle: string;
140
139
  clearSize: string;
140
+ arrowSize: string;
141
141
  }, {
142
142
  Popover: import("../../_mixins").Theme<"Popover", {
143
143
  fontSize: string;
@@ -174,6 +174,7 @@ declare const paginationProps: {
174
174
  optionOpacityDisabled: string;
175
175
  optionCheckColor: string;
176
176
  optionColorPending: string;
177
+ optionColorActive: string;
177
178
  actionTextColor: string;
178
179
  loadingColor: string;
179
180
  height: string;
@@ -313,6 +314,14 @@ declare const paginationProps: {
313
314
  menuBoxShadow: string;
314
315
  }, {
315
316
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
317
+ fontSizeTiny: string;
318
+ fontSizeSmall: string;
319
+ fontSizeMedium: string;
320
+ fontSizeLarge: string;
321
+ heightTiny: string;
322
+ heightSmall: string;
323
+ heightMedium: string;
324
+ heightLarge: string;
316
325
  borderRadius: string;
317
326
  textColor: string;
318
327
  textColorDisabled: string;
@@ -345,7 +354,6 @@ declare const paginationProps: {
345
354
  borderHoverError: string;
346
355
  borderActiveError: string;
347
356
  borderFocusError: string;
348
- /** @deprecated */
349
357
  boxShadowHoverError: null;
350
358
  boxShadowActiveError: string;
351
359
  boxShadowFocusError: string;
@@ -354,16 +362,9 @@ declare const paginationProps: {
354
362
  clearColor: string;
355
363
  clearColorHover: string;
356
364
  clearColorPressed: string;
357
- heightTiny: string;
358
- heightSmall: string;
359
- heightMedium: string;
360
- heightLarge: string;
361
- fontSizeTiny: string;
362
- fontSizeSmall: string;
363
- fontSizeMedium: string;
364
- fontSizeLarge: string;
365
365
  paddingSingle: string;
366
366
  clearSize: string;
367
+ arrowSize: string;
367
368
  }, {
368
369
  Popover: import("../../_mixins").Theme<"Popover", {
369
370
  fontSize: string;
@@ -400,6 +401,7 @@ declare const paginationProps: {
400
401
  optionOpacityDisabled: string;
401
402
  optionCheckColor: string;
402
403
  optionColorPending: string;
404
+ optionColorActive: string;
403
405
  actionTextColor: string;
404
406
  loadingColor: string;
405
407
  height: string;
@@ -539,6 +541,14 @@ declare const paginationProps: {
539
541
  menuBoxShadow: string;
540
542
  }, {
541
543
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
544
+ fontSizeTiny: string;
545
+ fontSizeSmall: string;
546
+ fontSizeMedium: string;
547
+ fontSizeLarge: string;
548
+ heightTiny: string;
549
+ heightSmall: string;
550
+ heightMedium: string;
551
+ heightLarge: string;
542
552
  borderRadius: string;
543
553
  textColor: string;
544
554
  textColorDisabled: string;
@@ -571,7 +581,6 @@ declare const paginationProps: {
571
581
  borderHoverError: string;
572
582
  borderActiveError: string;
573
583
  borderFocusError: string;
574
- /** @deprecated */
575
584
  boxShadowHoverError: null;
576
585
  boxShadowActiveError: string;
577
586
  boxShadowFocusError: string;
@@ -580,16 +589,9 @@ declare const paginationProps: {
580
589
  clearColor: string;
581
590
  clearColorHover: string;
582
591
  clearColorPressed: string;
583
- heightTiny: string;
584
- heightSmall: string;
585
- heightMedium: string;
586
- heightLarge: string;
587
- fontSizeTiny: string;
588
- fontSizeSmall: string;
589
- fontSizeMedium: string;
590
- fontSizeLarge: string;
591
592
  paddingSingle: string;
592
593
  clearSize: string;
594
+ arrowSize: string;
593
595
  }, {
594
596
  Popover: import("../../_mixins").Theme<"Popover", {
595
597
  fontSize: string;
@@ -626,6 +628,7 @@ declare const paginationProps: {
626
628
  optionOpacityDisabled: string;
627
629
  optionCheckColor: string;
628
630
  optionColorPending: string;
631
+ optionColorActive: string;
629
632
  actionTextColor: string;
630
633
  loadingColor: string;
631
634
  height: string;
@@ -804,6 +807,14 @@ declare const _default: import("vue").DefineComponent<{
804
807
  menuBoxShadow: string;
805
808
  }, {
806
809
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
810
+ fontSizeTiny: string;
811
+ fontSizeSmall: string;
812
+ fontSizeMedium: string;
813
+ fontSizeLarge: string;
814
+ heightTiny: string;
815
+ heightSmall: string;
816
+ heightMedium: string;
817
+ heightLarge: string;
807
818
  borderRadius: string;
808
819
  textColor: string;
809
820
  textColorDisabled: string;
@@ -836,7 +847,6 @@ declare const _default: import("vue").DefineComponent<{
836
847
  borderHoverError: string;
837
848
  borderActiveError: string;
838
849
  borderFocusError: string;
839
- /** @deprecated */
840
850
  boxShadowHoverError: null;
841
851
  boxShadowActiveError: string;
842
852
  boxShadowFocusError: string;
@@ -845,16 +855,9 @@ declare const _default: import("vue").DefineComponent<{
845
855
  clearColor: string;
846
856
  clearColorHover: string;
847
857
  clearColorPressed: string;
848
- heightTiny: string;
849
- heightSmall: string;
850
- heightMedium: string;
851
- heightLarge: string;
852
- fontSizeTiny: string;
853
- fontSizeSmall: string;
854
- fontSizeMedium: string;
855
- fontSizeLarge: string;
856
858
  paddingSingle: string;
857
859
  clearSize: string;
860
+ arrowSize: string;
858
861
  }, {
859
862
  Popover: import("../../_mixins").Theme<"Popover", {
860
863
  fontSize: string;
@@ -891,6 +894,7 @@ declare const _default: import("vue").DefineComponent<{
891
894
  optionOpacityDisabled: string;
892
895
  optionCheckColor: string;
893
896
  optionColorPending: string;
897
+ optionColorActive: string;
894
898
  actionTextColor: string;
895
899
  loadingColor: string;
896
900
  height: string;
@@ -1030,6 +1034,14 @@ declare const _default: import("vue").DefineComponent<{
1030
1034
  menuBoxShadow: string;
1031
1035
  }, {
1032
1036
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1037
+ fontSizeTiny: string;
1038
+ fontSizeSmall: string;
1039
+ fontSizeMedium: string;
1040
+ fontSizeLarge: string;
1041
+ heightTiny: string;
1042
+ heightSmall: string;
1043
+ heightMedium: string;
1044
+ heightLarge: string;
1033
1045
  borderRadius: string;
1034
1046
  textColor: string;
1035
1047
  textColorDisabled: string;
@@ -1062,7 +1074,6 @@ declare const _default: import("vue").DefineComponent<{
1062
1074
  borderHoverError: string;
1063
1075
  borderActiveError: string;
1064
1076
  borderFocusError: string;
1065
- /** @deprecated */
1066
1077
  boxShadowHoverError: null;
1067
1078
  boxShadowActiveError: string;
1068
1079
  boxShadowFocusError: string;
@@ -1071,16 +1082,9 @@ declare const _default: import("vue").DefineComponent<{
1071
1082
  clearColor: string;
1072
1083
  clearColorHover: string;
1073
1084
  clearColorPressed: string;
1074
- heightTiny: string;
1075
- heightSmall: string;
1076
- heightMedium: string;
1077
- heightLarge: string;
1078
- fontSizeTiny: string;
1079
- fontSizeSmall: string;
1080
- fontSizeMedium: string;
1081
- fontSizeLarge: string;
1082
1085
  paddingSingle: string;
1083
1086
  clearSize: string;
1087
+ arrowSize: string;
1084
1088
  }, {
1085
1089
  Popover: import("../../_mixins").Theme<"Popover", {
1086
1090
  fontSize: string;
@@ -1117,6 +1121,7 @@ declare const _default: import("vue").DefineComponent<{
1117
1121
  optionOpacityDisabled: string;
1118
1122
  optionCheckColor: string;
1119
1123
  optionColorPending: string;
1124
+ optionColorActive: string;
1120
1125
  actionTextColor: string;
1121
1126
  loadingColor: string;
1122
1127
  height: string;
@@ -1256,6 +1261,14 @@ declare const _default: import("vue").DefineComponent<{
1256
1261
  menuBoxShadow: string;
1257
1262
  }, {
1258
1263
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1264
+ fontSizeTiny: string;
1265
+ fontSizeSmall: string;
1266
+ fontSizeMedium: string;
1267
+ fontSizeLarge: string;
1268
+ heightTiny: string;
1269
+ heightSmall: string;
1270
+ heightMedium: string;
1271
+ heightLarge: string;
1259
1272
  borderRadius: string;
1260
1273
  textColor: string;
1261
1274
  textColorDisabled: string;
@@ -1288,7 +1301,6 @@ declare const _default: import("vue").DefineComponent<{
1288
1301
  borderHoverError: string;
1289
1302
  borderActiveError: string;
1290
1303
  borderFocusError: string;
1291
- /** @deprecated */
1292
1304
  boxShadowHoverError: null;
1293
1305
  boxShadowActiveError: string;
1294
1306
  boxShadowFocusError: string;
@@ -1297,16 +1309,9 @@ declare const _default: import("vue").DefineComponent<{
1297
1309
  clearColor: string;
1298
1310
  clearColorHover: string;
1299
1311
  clearColorPressed: string;
1300
- heightTiny: string;
1301
- heightSmall: string;
1302
- heightMedium: string;
1303
- heightLarge: string;
1304
- fontSizeTiny: string;
1305
- fontSizeSmall: string;
1306
- fontSizeMedium: string;
1307
- fontSizeLarge: string;
1308
1312
  paddingSingle: string;
1309
1313
  clearSize: string;
1314
+ arrowSize: string;
1310
1315
  }, {
1311
1316
  Popover: import("../../_mixins").Theme<"Popover", {
1312
1317
  fontSize: string;
@@ -1343,6 +1348,7 @@ declare const _default: import("vue").DefineComponent<{
1343
1348
  optionOpacityDisabled: string;
1344
1349
  optionCheckColor: string;
1345
1350
  optionColorPending: string;
1351
+ optionColorActive: string;
1346
1352
  actionTextColor: string;
1347
1353
  loadingColor: string;
1348
1354
  height: string;
@@ -1612,6 +1618,14 @@ declare const _default: import("vue").DefineComponent<{
1612
1618
  menuBoxShadow: string;
1613
1619
  }, {
1614
1620
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1621
+ fontSizeTiny: string;
1622
+ fontSizeSmall: string;
1623
+ fontSizeMedium: string;
1624
+ fontSizeLarge: string;
1625
+ heightTiny: string;
1626
+ heightSmall: string;
1627
+ heightMedium: string;
1628
+ heightLarge: string;
1615
1629
  borderRadius: string;
1616
1630
  textColor: string;
1617
1631
  textColorDisabled: string;
@@ -1644,7 +1658,6 @@ declare const _default: import("vue").DefineComponent<{
1644
1658
  borderHoverError: string;
1645
1659
  borderActiveError: string;
1646
1660
  borderFocusError: string;
1647
- /** @deprecated */
1648
1661
  boxShadowHoverError: null;
1649
1662
  boxShadowActiveError: string;
1650
1663
  boxShadowFocusError: string;
@@ -1653,16 +1666,9 @@ declare const _default: import("vue").DefineComponent<{
1653
1666
  clearColor: string;
1654
1667
  clearColorHover: string;
1655
1668
  clearColorPressed: string;
1656
- heightTiny: string;
1657
- heightSmall: string;
1658
- heightMedium: string;
1659
- heightLarge: string;
1660
- fontSizeTiny: string;
1661
- fontSizeSmall: string;
1662
- fontSizeMedium: string;
1663
- fontSizeLarge: string;
1664
1669
  paddingSingle: string;
1665
1670
  clearSize: string;
1671
+ arrowSize: string;
1666
1672
  }, {
1667
1673
  Popover: import("../../_mixins").Theme<"Popover", {
1668
1674
  fontSize: string;
@@ -1699,6 +1705,7 @@ declare const _default: import("vue").DefineComponent<{
1699
1705
  optionOpacityDisabled: string;
1700
1706
  optionCheckColor: string;
1701
1707
  optionColorPending: string;
1708
+ optionColorActive: string;
1702
1709
  actionTextColor: string;
1703
1710
  loadingColor: string;
1704
1711
  height: string;
@@ -1796,6 +1803,14 @@ declare const _default: import("vue").DefineComponent<{
1796
1803
  Select?: {
1797
1804
  peers?: {
1798
1805
  InternalSelection?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelection", {
1806
+ fontSizeTiny: string;
1807
+ fontSizeSmall: string;
1808
+ fontSizeMedium: string;
1809
+ fontSizeLarge: string;
1810
+ heightTiny: string;
1811
+ heightSmall: string;
1812
+ heightMedium: string;
1813
+ heightLarge: string;
1799
1814
  borderRadius: string;
1800
1815
  textColor: string;
1801
1816
  textColorDisabled: string;
@@ -1828,7 +1843,6 @@ declare const _default: import("vue").DefineComponent<{
1828
1843
  borderHoverError: string;
1829
1844
  borderActiveError: string;
1830
1845
  borderFocusError: string;
1831
- /** @deprecated */
1832
1846
  boxShadowHoverError: null;
1833
1847
  boxShadowActiveError: string;
1834
1848
  boxShadowFocusError: string;
@@ -1837,16 +1851,9 @@ declare const _default: import("vue").DefineComponent<{
1837
1851
  clearColor: string;
1838
1852
  clearColorHover: string;
1839
1853
  clearColorPressed: string;
1840
- heightTiny: string;
1841
- heightSmall: string;
1842
- heightMedium: string;
1843
- heightLarge: string;
1844
- fontSizeTiny: string;
1845
- fontSizeSmall: string;
1846
- fontSizeMedium: string;
1847
- fontSizeLarge: string;
1848
1854
  paddingSingle: string;
1849
1855
  clearSize: string;
1856
+ arrowSize: string;
1850
1857
  }, {
1851
1858
  Popover: import("../../_mixins").Theme<"Popover", {
1852
1859
  fontSize: string;
@@ -1883,6 +1890,7 @@ declare const _default: import("vue").DefineComponent<{
1883
1890
  optionOpacityDisabled: string;
1884
1891
  optionCheckColor: string;
1885
1892
  optionColorPending: string;
1893
+ optionColorActive: string;
1886
1894
  actionTextColor: string;
1887
1895
  loadingColor: string;
1888
1896
  height: string;
@@ -2012,7 +2020,6 @@ declare const _default: import("vue").DefineComponent<{
2012
2020
  prefix?: RenderPrefix | undefined;
2013
2021
  page?: number | undefined;
2014
2022
  onChange?: MaybeArray<(page: number) => void> | undefined;
2015
- suffix?: RenderPrefix | undefined;
2016
2023
  theme?: import("../../_mixins").Theme<"Pagination", {
2017
2024
  buttonColor: string;
2018
2025
  buttonColorHover: string;
@@ -2059,6 +2066,14 @@ declare const _default: import("vue").DefineComponent<{
2059
2066
  menuBoxShadow: string;
2060
2067
  }, {
2061
2068
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2069
+ fontSizeTiny: string;
2070
+ fontSizeSmall: string;
2071
+ fontSizeMedium: string;
2072
+ fontSizeLarge: string;
2073
+ heightTiny: string;
2074
+ heightSmall: string;
2075
+ heightMedium: string;
2076
+ heightLarge: string;
2062
2077
  borderRadius: string;
2063
2078
  textColor: string;
2064
2079
  textColorDisabled: string;
@@ -2091,7 +2106,6 @@ declare const _default: import("vue").DefineComponent<{
2091
2106
  borderHoverError: string;
2092
2107
  borderActiveError: string;
2093
2108
  borderFocusError: string;
2094
- /** @deprecated */
2095
2109
  boxShadowHoverError: null;
2096
2110
  boxShadowActiveError: string;
2097
2111
  boxShadowFocusError: string;
@@ -2100,16 +2114,9 @@ declare const _default: import("vue").DefineComponent<{
2100
2114
  clearColor: string;
2101
2115
  clearColorHover: string;
2102
2116
  clearColorPressed: string;
2103
- heightTiny: string;
2104
- heightSmall: string;
2105
- heightMedium: string;
2106
- heightLarge: string;
2107
- fontSizeTiny: string;
2108
- fontSizeSmall: string;
2109
- fontSizeMedium: string;
2110
- fontSizeLarge: string;
2111
2117
  paddingSingle: string;
2112
2118
  clearSize: string;
2119
+ arrowSize: string;
2113
2120
  }, {
2114
2121
  Popover: import("../../_mixins").Theme<"Popover", {
2115
2122
  fontSize: string;
@@ -2146,6 +2153,7 @@ declare const _default: import("vue").DefineComponent<{
2146
2153
  optionOpacityDisabled: string;
2147
2154
  optionCheckColor: string;
2148
2155
  optionColorPending: string;
2156
+ optionColorActive: string;
2149
2157
  actionTextColor: string;
2150
2158
  loadingColor: string;
2151
2159
  height: string;
@@ -2285,6 +2293,14 @@ declare const _default: import("vue").DefineComponent<{
2285
2293
  menuBoxShadow: string;
2286
2294
  }, {
2287
2295
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2296
+ fontSizeTiny: string;
2297
+ fontSizeSmall: string;
2298
+ fontSizeMedium: string;
2299
+ fontSizeLarge: string;
2300
+ heightTiny: string;
2301
+ heightSmall: string;
2302
+ heightMedium: string;
2303
+ heightLarge: string;
2288
2304
  borderRadius: string;
2289
2305
  textColor: string;
2290
2306
  textColorDisabled: string;
@@ -2317,7 +2333,6 @@ declare const _default: import("vue").DefineComponent<{
2317
2333
  borderHoverError: string;
2318
2334
  borderActiveError: string;
2319
2335
  borderFocusError: string;
2320
- /** @deprecated */
2321
2336
  boxShadowHoverError: null;
2322
2337
  boxShadowActiveError: string;
2323
2338
  boxShadowFocusError: string;
@@ -2326,16 +2341,9 @@ declare const _default: import("vue").DefineComponent<{
2326
2341
  clearColor: string;
2327
2342
  clearColorHover: string;
2328
2343
  clearColorPressed: string;
2329
- heightTiny: string;
2330
- heightSmall: string;
2331
- heightMedium: string;
2332
- heightLarge: string;
2333
- fontSizeTiny: string;
2334
- fontSizeSmall: string;
2335
- fontSizeMedium: string;
2336
- fontSizeLarge: string;
2337
2344
  paddingSingle: string;
2338
2345
  clearSize: string;
2346
+ arrowSize: string;
2339
2347
  }, {
2340
2348
  Popover: import("../../_mixins").Theme<"Popover", {
2341
2349
  fontSize: string;
@@ -2372,6 +2380,7 @@ declare const _default: import("vue").DefineComponent<{
2372
2380
  optionOpacityDisabled: string;
2373
2381
  optionCheckColor: string;
2374
2382
  optionColorPending: string;
2383
+ optionColorActive: string;
2375
2384
  actionTextColor: string;
2376
2385
  loadingColor: string;
2377
2386
  height: string;
@@ -2511,6 +2520,14 @@ declare const _default: import("vue").DefineComponent<{
2511
2520
  menuBoxShadow: string;
2512
2521
  }, {
2513
2522
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2523
+ fontSizeTiny: string;
2524
+ fontSizeSmall: string;
2525
+ fontSizeMedium: string;
2526
+ fontSizeLarge: string;
2527
+ heightTiny: string;
2528
+ heightSmall: string;
2529
+ heightMedium: string;
2530
+ heightLarge: string;
2514
2531
  borderRadius: string;
2515
2532
  textColor: string;
2516
2533
  textColorDisabled: string;
@@ -2543,7 +2560,6 @@ declare const _default: import("vue").DefineComponent<{
2543
2560
  borderHoverError: string;
2544
2561
  borderActiveError: string;
2545
2562
  borderFocusError: string;
2546
- /** @deprecated */
2547
2563
  boxShadowHoverError: null;
2548
2564
  boxShadowActiveError: string;
2549
2565
  boxShadowFocusError: string;
@@ -2552,16 +2568,9 @@ declare const _default: import("vue").DefineComponent<{
2552
2568
  clearColor: string;
2553
2569
  clearColorHover: string;
2554
2570
  clearColorPressed: string;
2555
- heightTiny: string;
2556
- heightSmall: string;
2557
- heightMedium: string;
2558
- heightLarge: string;
2559
- fontSizeTiny: string;
2560
- fontSizeSmall: string;
2561
- fontSizeMedium: string;
2562
- fontSizeLarge: string;
2563
2571
  paddingSingle: string;
2564
2572
  clearSize: string;
2573
+ arrowSize: string;
2565
2574
  }, {
2566
2575
  Popover: import("../../_mixins").Theme<"Popover", {
2567
2576
  fontSize: string;
@@ -2598,6 +2607,7 @@ declare const _default: import("vue").DefineComponent<{
2598
2607
  optionOpacityDisabled: string;
2599
2608
  optionCheckColor: string;
2600
2609
  optionColorPending: string;
2610
+ optionColorActive: string;
2601
2611
  actionTextColor: string;
2602
2612
  loadingColor: string;
2603
2613
  height: string;
@@ -2693,6 +2703,7 @@ declare const _default: import("vue").DefineComponent<{
2693
2703
  }>> | undefined;
2694
2704
  prev?: RenderPrefix | undefined;
2695
2705
  next?: RenderPrefix | undefined;
2706
+ suffix?: RenderPrefix | undefined;
2696
2707
  itemCount?: number | undefined;
2697
2708
  pageCount?: number | undefined;
2698
2709
  pageSize?: number | undefined;
@@ -88,6 +88,14 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
88
88
  menuBoxShadow: string;
89
89
  }, {
90
90
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
91
+ fontSizeTiny: string;
92
+ fontSizeSmall: string;
93
+ fontSizeMedium: string;
94
+ fontSizeLarge: string;
95
+ heightTiny: string;
96
+ heightSmall: string;
97
+ heightMedium: string;
98
+ heightLarge: string;
91
99
  borderRadius: string;
92
100
  textColor: string;
93
101
  textColorDisabled: string;
@@ -128,16 +136,9 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
128
136
  clearColor: string;
129
137
  clearColorHover: string;
130
138
  clearColorPressed: string;
131
- heightTiny: string;
132
- heightSmall: string;
133
- heightMedium: string;
134
- heightLarge: string;
135
- fontSizeTiny: string;
136
- fontSizeSmall: string;
137
- fontSizeMedium: string;
138
- fontSizeLarge: string;
139
139
  paddingSingle: string;
140
140
  clearSize: string;
141
+ arrowSize: string;
141
142
  }, {
142
143
  Popover: import("../../_mixins").Theme<"Popover", {
143
144
  fontSize: string;
@@ -174,6 +175,7 @@ declare const paginationLight: import("../../_mixins").Theme<"Pagination", {
174
175
  optionOpacityDisabled: string;
175
176
  optionCheckColor: string;
176
177
  optionColorPending: string;
178
+ optionColorActive: string;
177
179
  actionTextColor: string;
178
180
  loadingColor: string;
179
181
  height: string;
@@ -65,16 +65,9 @@ declare const popconfirmProps: {
65
65
  onClickoutside: PropType<(e: MouseEvent) => void>;
66
66
  'onUpdate:show': PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
67
67
  onUpdateShow: PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
68
- onShow: {
69
- type: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
70
- validator: () => boolean;
71
- default: undefined;
72
- };
73
- onHide: {
74
- type: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
75
- validator: () => boolean;
76
- default: undefined;
77
- };
68
+ zIndex: NumberConstructor;
69
+ onShow: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
70
+ onHide: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
78
71
  arrow: {
79
72
  type: PropType<boolean | undefined>;
80
73
  default: undefined;
@@ -792,16 +785,9 @@ declare const _default: import("vue").DefineComponent<{
792
785
  onClickoutside: PropType<(e: MouseEvent) => void>;
793
786
  'onUpdate:show': PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
794
787
  onUpdateShow: PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>;
795
- onShow: {
796
- type: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
797
- validator: () => boolean;
798
- default: undefined;
799
- };
800
- onHide: {
801
- type: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
802
- validator: () => boolean;
803
- default: undefined;
804
- };
788
+ zIndex: NumberConstructor;
789
+ onShow: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
790
+ onHide: PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>;
805
791
  arrow: {
806
792
  type: PropType<boolean | undefined>;
807
793
  default: undefined;
@@ -1817,6 +1803,7 @@ declare const _default: import("vue").DefineComponent<{
1817
1803
  onClickoutside?: unknown;
1818
1804
  'onUpdate:show'?: unknown;
1819
1805
  onUpdateShow?: unknown;
1806
+ zIndex?: unknown;
1820
1807
  onShow?: unknown;
1821
1808
  onHide?: unknown;
1822
1809
  arrow?: unknown;
@@ -1847,6 +1834,7 @@ declare const _default: import("vue").DefineComponent<{
1847
1834
  maxWidth?: number | undefined;
1848
1835
  minWidth?: number | undefined;
1849
1836
  width?: number | "trigger" | undefined;
1837
+ zIndex?: number | undefined;
1850
1838
  theme?: import("../../_mixins").Theme<"Popconfirm", {
1851
1839
  fontSize: string;
1852
1840
  iconColor: string;
@@ -2520,8 +2508,6 @@ declare const _default: import("vue").DefineComponent<{
2520
2508
  animated: boolean;
2521
2509
  defaultShow: boolean;
2522
2510
  internalExtraClass: string[];
2523
- onShow: import("../../_utils").MaybeArray<(value: boolean) => void> | undefined;
2524
- onHide: import("../../_utils").MaybeArray<(value: boolean) => void> | undefined;
2525
2511
  arrow: boolean | undefined;
2526
2512
  showIcon: boolean;
2527
2513
  }>;