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
@@ -150,6 +150,7 @@ declare const _default: import("vue").DefineComponent<{
150
150
  optionOpacityDisabled: string;
151
151
  optionCheckColor: string;
152
152
  optionColorPending: string;
153
+ optionColorActive: string;
153
154
  actionTextColor: string;
154
155
  loadingColor: string;
155
156
  height: string;
@@ -182,6 +183,14 @@ declare const _default: import("vue").DefineComponent<{
182
183
  }, any>;
183
184
  }>;
184
185
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
186
+ fontSizeTiny: string;
187
+ fontSizeSmall: string;
188
+ fontSizeMedium: string;
189
+ fontSizeLarge: string;
190
+ heightTiny: string;
191
+ heightSmall: string;
192
+ heightMedium: string;
193
+ heightLarge: string;
185
194
  borderRadius: string;
186
195
  textColor: string;
187
196
  textColorDisabled: string;
@@ -222,16 +231,9 @@ declare const _default: import("vue").DefineComponent<{
222
231
  clearColor: string;
223
232
  clearColorHover: string;
224
233
  clearColorPressed: string;
225
- heightTiny: string;
226
- heightSmall: string;
227
- heightMedium: string;
228
- heightLarge: string;
229
- fontSizeTiny: string;
230
- fontSizeSmall: string;
231
- fontSizeMedium: string;
232
- fontSizeLarge: string;
233
234
  paddingSingle: string;
234
235
  clearSize: string;
236
+ arrowSize: string;
235
237
  }, {
236
238
  Popover: import("../../_mixins").Theme<"Popover", {
237
239
  fontSize: string;
@@ -17,8 +17,8 @@ export declare type ExpandTrigger = 'hover' | 'click';
17
17
  export declare type TmNode = TreeNode<CascaderOption>;
18
18
  export declare type Filter = (pattern: string, option: CascaderOption, path: CascaderOption[]) => boolean;
19
19
  export declare type OnLoad = (option: CascaderOption) => Promise<void>;
20
- export declare type OnUpdateValue = <T extends string & number & string[] & number[] & Array<string | number> & (string | null) & (number | null) & (string[] | null) & (number[] | null) & (Array<string | number> | null)>(value: T) => void;
21
- export declare type OnUpdateValueImpl = (value: Value | null) => void;
20
+ export declare type OnUpdateValue = (value: string & number & string[] & number[] & Array<string | number> & (string | null) & (number | null) & (string[] | null) & (number[] | null) & (Array<string | number> | null), option: CascaderOption & null & CascaderOption[] & Array<CascaderOption | null>) => void;
21
+ export declare type OnUpdateValueImpl = (value: Value | null, option: CascaderOption | null | Array<CascaderOption | null>) => void;
22
22
  export declare type MenuModel = TmNode[][];
23
23
  export interface CascaderInjection {
24
24
  mergedClsPrefixRef: Ref<string>;
@@ -38,7 +38,12 @@ exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('cascader-menu', `
38
38
  `, [(0, fade_in_scale_up_cssr_1.default)({
39
39
  transformOrigin: 'inherit',
40
40
  duration: '0.2s'
41
- }), (0, cssr_1.cB)('scrollbar', {
41
+ }), (0, cssr_1.cE)('empty', `
42
+ display: flex;
43
+ padding: 12px 32px;
44
+ flex: 1;
45
+ justify-content: center;
46
+ `), (0, cssr_1.cB)('scrollbar', {
42
47
  // if width not set, cascader select menu's inner scroll area's width is
43
48
  // not correct, which won't change after select menu width is set
44
49
  width: '100%'
@@ -54,6 +54,7 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
54
54
  optionOpacityDisabled: string;
55
55
  optionCheckColor: string;
56
56
  optionColorPending: string;
57
+ optionColorActive: string;
57
58
  actionTextColor: string;
58
59
  loadingColor: string;
59
60
  height: string;
@@ -86,6 +87,14 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
86
87
  }, any>;
87
88
  }>;
88
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;
89
98
  borderRadius: string;
90
99
  textColor: string;
91
100
  textColorDisabled: string;
@@ -126,16 +135,9 @@ declare const cascaderLight: import("../../_mixins").Theme<"Cascader", {
126
135
  clearColor: string;
127
136
  clearColorHover: string;
128
137
  clearColorPressed: string;
129
- heightTiny: string;
130
- heightSmall: string;
131
- heightMedium: string;
132
- heightLarge: string;
133
- fontSizeTiny: string;
134
- fontSizeSmall: string;
135
- fontSizeMedium: string;
136
- fontSizeLarge: string;
137
138
  paddingSingle: string;
138
139
  clearSize: string;
140
+ arrowSize: string;
139
141
  }, {
140
142
  Popover: import("../../_mixins").Theme<"Popover", {
141
143
  fontSize: string;
@@ -359,6 +359,7 @@ declare const _default: import("vue").DefineComponent<{
359
359
  [x: string]: any;
360
360
  };
361
361
  }>;
362
+ labelId: string;
362
363
  handleClick: (e: MouseEvent) => void;
363
364
  handleKeyUp: (e: KeyboardEvent) => void;
364
365
  handleKeyDown: (e: KeyboardEvent) => void;
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const vue_1 = require("vue");
4
4
  const vooks_1 = require("vooks");
5
+ const seemly_1 = require("seemly");
5
6
  const _mixins_1 = require("../../_mixins");
6
7
  const _internal_1 = require("../../_internal");
7
8
  const _utils_1 = require("../../_utils");
@@ -143,6 +144,7 @@ exports.default = (0, vue_1.defineComponent)({
143
144
  mergedDisabled: mergedDisabledRef,
144
145
  renderedChecked: renderedCheckedRef,
145
146
  mergedTheme: themeRef,
147
+ labelId: (0, seemly_1.createId)(),
146
148
  handleClick,
147
149
  handleKeyUp,
148
150
  handleKeyDown,
@@ -178,7 +180,7 @@ exports.default = (0, vue_1.defineComponent)({
178
180
  });
179
181
  },
180
182
  render() {
181
- const { $slots, renderedChecked, mergedDisabled, indeterminate, privateTableHeader, cssVars, label, mergedClsPrefix, focusable, handleKeyUp, handleKeyDown, handleClick } = this;
183
+ const { $slots, renderedChecked, mergedDisabled, indeterminate, privateTableHeader, cssVars, labelId, label, mergedClsPrefix, focusable, handleKeyUp, handleKeyDown, handleClick } = this;
182
184
  return ((0, vue_1.h)("div", { class: [
183
185
  `${mergedClsPrefix}-checkbox`,
184
186
  {
@@ -187,7 +189,7 @@ exports.default = (0, vue_1.defineComponent)({
187
189
  [`${mergedClsPrefix}-checkbox--indeterminate`]: indeterminate,
188
190
  [`${mergedClsPrefix}-checkbox--table-header`]: privateTableHeader
189
191
  }
190
- ], tabindex: mergedDisabled || !focusable ? undefined : 0, style: cssVars, onKeyup: handleKeyUp, onKeydown: handleKeyDown, onClick: handleClick, onMousedown: () => {
192
+ ], tabindex: mergedDisabled || !focusable ? undefined : 0, role: "checkbox", "aria-checked": indeterminate ? 'mixed' : renderedChecked, "aria-labelledby": labelId, style: cssVars, onKeyup: handleKeyUp, onKeydown: handleKeyDown, onClick: handleClick, onMousedown: () => {
191
193
  const preventDefault = (e) => {
192
194
  e.preventDefault();
193
195
  };
@@ -201,6 +203,6 @@ exports.default = (0, vue_1.defineComponent)({
201
203
  default: () => this.indeterminate ? ((0, vue_1.h)("div", { key: "indeterminate", class: `${mergedClsPrefix}-checkbox-icon` }, LineMark_1.default)) : ((0, vue_1.h)("div", { key: "check", class: `${mergedClsPrefix}-checkbox-icon` }, CheckMark_1.default))
202
204
  }),
203
205
  (0, vue_1.h)("div", { class: `${mergedClsPrefix}-checkbox-box__border` })),
204
- label !== null || $slots.default ? ((0, vue_1.h)("span", { class: `${mergedClsPrefix}-checkbox__label` }, (0, vue_1.renderSlot)($slots, 'default', undefined, () => [label]))) : null));
206
+ label !== null || $slots.default ? ((0, vue_1.h)("span", { class: `${mergedClsPrefix}-checkbox__label`, id: labelId }, (0, vue_1.renderSlot)($slots, 'default', undefined, () => [label]))) : null));
205
207
  }
206
208
  });
@@ -128,6 +128,6 @@ exports.default = (0, vue_1.defineComponent)({
128
128
  };
129
129
  },
130
130
  render() {
131
- return ((0, vue_1.h)("div", { class: `${this.mergedClsPrefix}-checkbox-group` }, this.$slots));
131
+ return ((0, vue_1.h)("div", { class: `${this.mergedClsPrefix}-checkbox-group`, role: "group" }, this.$slots));
132
132
  }
133
133
  });
@@ -9,13 +9,13 @@ function useThemeVars() {
9
9
  const configProviderInjection = (0, vue_1.inject)(ConfigProvider_1.configProviderInjectionKey, null);
10
10
  if (configProviderInjection === null)
11
11
  return common_1.commonLight;
12
- const { mergedThemeRef: { value: mergedTheme } } = configProviderInjection;
13
- if (mergedTheme) {
14
- const { common } = mergedTheme;
15
- return common || common_1.commonLight;
12
+ const { mergedThemeRef: { value: mergedTheme }, mergedThemeOverridesRef: { value: mergedThemeOverrides } } = configProviderInjection;
13
+ const currentThemeVars = (mergedTheme === null || mergedTheme === void 0 ? void 0 : mergedTheme.common) || common_1.commonLight;
14
+ if (mergedThemeOverrides === null || mergedThemeOverrides === void 0 ? void 0 : mergedThemeOverrides.common) {
15
+ return Object.assign({}, currentThemeVars, mergedThemeOverrides.common);
16
16
  }
17
17
  else {
18
- return common_1.commonLight;
18
+ return currentThemeVars;
19
19
  }
20
20
  });
21
21
  }
@@ -84,6 +84,7 @@ import { Size as ButtonSize } from '../../button/src/interface';
84
84
  import { DataTableRenderFilter, DataTableRenderSorter } from '../../data-table';
85
85
  import { IconPlacement } from '../../dialog/src/interface';
86
86
  import type { GlobalTheme, GlobalThemeOverrides } from './interface';
87
+ import type { EmptyProps } from '../../empty';
87
88
  export interface GlobalThemeWithoutCommon {
88
89
  Alert?: AlertTheme;
89
90
  Anchor?: AnchorTheme;
@@ -179,6 +180,7 @@ export interface GlobalComponentConfig {
179
180
  DynamicInput?: {
180
181
  buttonSize?: ButtonSize;
181
182
  };
183
+ Empty?: Pick<EmptyProps, 'description' | 'renderIcon'>;
182
184
  }
183
185
  export interface GlobalIconConfig {
184
186
  attach?: () => VNodeChild;
@@ -457,6 +457,14 @@ export declare const dataTableProps: {
457
457
  menuBoxShadow: string;
458
458
  }, {
459
459
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
460
+ fontSizeTiny: string;
461
+ fontSizeSmall: string;
462
+ fontSizeMedium: string;
463
+ fontSizeLarge: string;
464
+ heightTiny: string;
465
+ heightSmall: string;
466
+ heightMedium: string;
467
+ heightLarge: string;
460
468
  borderRadius: string;
461
469
  textColor: string;
462
470
  textColorDisabled: string;
@@ -497,16 +505,9 @@ export declare const dataTableProps: {
497
505
  clearColor: string;
498
506
  clearColorHover: string;
499
507
  clearColorPressed: string;
500
- heightTiny: string;
501
- heightSmall: string;
502
- heightMedium: string;
503
- heightLarge: string;
504
- fontSizeTiny: string;
505
- fontSizeSmall: string;
506
- fontSizeMedium: string;
507
- fontSizeLarge: string;
508
508
  paddingSingle: string;
509
509
  clearSize: string;
510
+ arrowSize: string;
510
511
  }, {
511
512
  Popover: import("../../_mixins").Theme<"Popover", {
512
513
  fontSize: string;
@@ -543,6 +544,7 @@ export declare const dataTableProps: {
543
544
  optionOpacityDisabled: string;
544
545
  optionCheckColor: string;
545
546
  optionColorPending: string;
547
+ optionColorActive: string;
546
548
  actionTextColor: string;
547
549
  loadingColor: string;
548
550
  height: string;
@@ -1043,6 +1045,14 @@ export declare const dataTableProps: {
1043
1045
  menuBoxShadow: string;
1044
1046
  }, {
1045
1047
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1048
+ fontSizeTiny: string;
1049
+ fontSizeSmall: string;
1050
+ fontSizeMedium: string;
1051
+ fontSizeLarge: string;
1052
+ heightTiny: string;
1053
+ heightSmall: string;
1054
+ heightMedium: string;
1055
+ heightLarge: string;
1046
1056
  borderRadius: string;
1047
1057
  textColor: string;
1048
1058
  textColorDisabled: string;
@@ -1083,16 +1093,9 @@ export declare const dataTableProps: {
1083
1093
  clearColor: string;
1084
1094
  clearColorHover: string;
1085
1095
  clearColorPressed: string;
1086
- heightTiny: string;
1087
- heightSmall: string;
1088
- heightMedium: string;
1089
- heightLarge: string;
1090
- fontSizeTiny: string;
1091
- fontSizeSmall: string;
1092
- fontSizeMedium: string;
1093
- fontSizeLarge: string;
1094
1096
  paddingSingle: string;
1095
1097
  clearSize: string;
1098
+ arrowSize: string;
1096
1099
  }, {
1097
1100
  Popover: import("../../_mixins").Theme<"Popover", {
1098
1101
  fontSize: string;
@@ -1129,6 +1132,7 @@ export declare const dataTableProps: {
1129
1132
  optionOpacityDisabled: string;
1130
1133
  optionCheckColor: string;
1131
1134
  optionColorPending: string;
1135
+ optionColorActive: string;
1132
1136
  actionTextColor: string;
1133
1137
  loadingColor: string;
1134
1138
  height: string;
@@ -1629,6 +1633,14 @@ export declare const dataTableProps: {
1629
1633
  menuBoxShadow: string;
1630
1634
  }, {
1631
1635
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1636
+ fontSizeTiny: string;
1637
+ fontSizeSmall: string;
1638
+ fontSizeMedium: string;
1639
+ fontSizeLarge: string;
1640
+ heightTiny: string;
1641
+ heightSmall: string;
1642
+ heightMedium: string;
1643
+ heightLarge: string;
1632
1644
  borderRadius: string;
1633
1645
  textColor: string;
1634
1646
  textColorDisabled: string;
@@ -1669,16 +1681,9 @@ export declare const dataTableProps: {
1669
1681
  clearColor: string;
1670
1682
  clearColorHover: string;
1671
1683
  clearColorPressed: string;
1672
- heightTiny: string;
1673
- heightSmall: string;
1674
- heightMedium: string;
1675
- heightLarge: string;
1676
- fontSizeTiny: string;
1677
- fontSizeSmall: string;
1678
- fontSizeMedium: string;
1679
- fontSizeLarge: string;
1680
1684
  paddingSingle: string;
1681
1685
  clearSize: string;
1686
+ arrowSize: string;
1682
1687
  }, {
1683
1688
  Popover: import("../../_mixins").Theme<"Popover", {
1684
1689
  fontSize: string;
@@ -1715,6 +1720,7 @@ export declare const dataTableProps: {
1715
1720
  optionOpacityDisabled: string;
1716
1721
  optionCheckColor: string;
1717
1722
  optionColorPending: string;
1723
+ optionColorActive: string;
1718
1724
  actionTextColor: string;
1719
1725
  loadingColor: string;
1720
1726
  height: string;
@@ -2322,6 +2328,14 @@ declare const _default: import("vue").DefineComponent<{
2322
2328
  menuBoxShadow: string;
2323
2329
  }, {
2324
2330
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2331
+ fontSizeTiny: string;
2332
+ fontSizeSmall: string;
2333
+ fontSizeMedium: string;
2334
+ fontSizeLarge: string;
2335
+ heightTiny: string;
2336
+ heightSmall: string;
2337
+ heightMedium: string;
2338
+ heightLarge: string;
2325
2339
  borderRadius: string;
2326
2340
  textColor: string;
2327
2341
  textColorDisabled: string;
@@ -2362,16 +2376,9 @@ declare const _default: import("vue").DefineComponent<{
2362
2376
  clearColor: string;
2363
2377
  clearColorHover: string;
2364
2378
  clearColorPressed: string;
2365
- heightTiny: string;
2366
- heightSmall: string;
2367
- heightMedium: string;
2368
- heightLarge: string;
2369
- fontSizeTiny: string;
2370
- fontSizeSmall: string;
2371
- fontSizeMedium: string;
2372
- fontSizeLarge: string;
2373
2379
  paddingSingle: string;
2374
2380
  clearSize: string;
2381
+ arrowSize: string;
2375
2382
  }, {
2376
2383
  Popover: import("../../_mixins").Theme<"Popover", {
2377
2384
  fontSize: string;
@@ -2408,6 +2415,7 @@ declare const _default: import("vue").DefineComponent<{
2408
2415
  optionOpacityDisabled: string;
2409
2416
  optionCheckColor: string;
2410
2417
  optionColorPending: string;
2418
+ optionColorActive: string;
2411
2419
  actionTextColor: string;
2412
2420
  loadingColor: string;
2413
2421
  height: string;
@@ -2908,6 +2916,14 @@ declare const _default: import("vue").DefineComponent<{
2908
2916
  menuBoxShadow: string;
2909
2917
  }, {
2910
2918
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2919
+ fontSizeTiny: string;
2920
+ fontSizeSmall: string;
2921
+ fontSizeMedium: string;
2922
+ fontSizeLarge: string;
2923
+ heightTiny: string;
2924
+ heightSmall: string;
2925
+ heightMedium: string;
2926
+ heightLarge: string;
2911
2927
  borderRadius: string;
2912
2928
  textColor: string;
2913
2929
  textColorDisabled: string;
@@ -2948,16 +2964,9 @@ declare const _default: import("vue").DefineComponent<{
2948
2964
  clearColor: string;
2949
2965
  clearColorHover: string;
2950
2966
  clearColorPressed: string;
2951
- heightTiny: string;
2952
- heightSmall: string;
2953
- heightMedium: string;
2954
- heightLarge: string;
2955
- fontSizeTiny: string;
2956
- fontSizeSmall: string;
2957
- fontSizeMedium: string;
2958
- fontSizeLarge: string;
2959
2967
  paddingSingle: string;
2960
2968
  clearSize: string;
2969
+ arrowSize: string;
2961
2970
  }, {
2962
2971
  Popover: import("../../_mixins").Theme<"Popover", {
2963
2972
  fontSize: string;
@@ -2994,6 +3003,7 @@ declare const _default: import("vue").DefineComponent<{
2994
3003
  optionOpacityDisabled: string;
2995
3004
  optionCheckColor: string;
2996
3005
  optionColorPending: string;
3006
+ optionColorActive: string;
2997
3007
  actionTextColor: string;
2998
3008
  loadingColor: string;
2999
3009
  height: string;
@@ -3494,6 +3504,14 @@ declare const _default: import("vue").DefineComponent<{
3494
3504
  menuBoxShadow: string;
3495
3505
  }, {
3496
3506
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
3507
+ fontSizeTiny: string;
3508
+ fontSizeSmall: string;
3509
+ fontSizeMedium: string;
3510
+ fontSizeLarge: string;
3511
+ heightTiny: string;
3512
+ heightSmall: string;
3513
+ heightMedium: string;
3514
+ heightLarge: string;
3497
3515
  borderRadius: string;
3498
3516
  textColor: string;
3499
3517
  textColorDisabled: string;
@@ -3534,16 +3552,9 @@ declare const _default: import("vue").DefineComponent<{
3534
3552
  clearColor: string;
3535
3553
  clearColorHover: string;
3536
3554
  clearColorPressed: string;
3537
- heightTiny: string;
3538
- heightSmall: string;
3539
- heightMedium: string;
3540
- heightLarge: string;
3541
- fontSizeTiny: string;
3542
- fontSizeSmall: string;
3543
- fontSizeMedium: string;
3544
- fontSizeLarge: string;
3545
3555
  paddingSingle: string;
3546
3556
  clearSize: string;
3557
+ arrowSize: string;
3547
3558
  }, {
3548
3559
  Popover: import("../../_mixins").Theme<"Popover", {
3549
3560
  fontSize: string;
@@ -3580,6 +3591,7 @@ declare const _default: import("vue").DefineComponent<{
3580
3591
  optionOpacityDisabled: string;
3581
3592
  optionCheckColor: string;
3582
3593
  optionColorPending: string;
3594
+ optionColorActive: string;
3583
3595
  actionTextColor: string;
3584
3596
  loadingColor: string;
3585
3597
  height: string;
@@ -4231,6 +4243,14 @@ declare const _default: import("vue").DefineComponent<{
4231
4243
  menuBoxShadow: string;
4232
4244
  }, {
4233
4245
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
4246
+ fontSizeTiny: string;
4247
+ fontSizeSmall: string;
4248
+ fontSizeMedium: string;
4249
+ fontSizeLarge: string;
4250
+ heightTiny: string;
4251
+ heightSmall: string;
4252
+ heightMedium: string;
4253
+ heightLarge: string;
4234
4254
  borderRadius: string;
4235
4255
  textColor: string;
4236
4256
  textColorDisabled: string;
@@ -4271,16 +4291,9 @@ declare const _default: import("vue").DefineComponent<{
4271
4291
  clearColor: string;
4272
4292
  clearColorHover: string;
4273
4293
  clearColorPressed: string;
4274
- heightTiny: string;
4275
- heightSmall: string;
4276
- heightMedium: string;
4277
- heightLarge: string;
4278
- fontSizeTiny: string;
4279
- fontSizeSmall: string;
4280
- fontSizeMedium: string;
4281
- fontSizeLarge: string;
4282
4294
  paddingSingle: string;
4283
4295
  clearSize: string;
4296
+ arrowSize: string;
4284
4297
  }, {
4285
4298
  Popover: import("../../_mixins").Theme<"Popover", {
4286
4299
  fontSize: string;
@@ -4317,6 +4330,7 @@ declare const _default: import("vue").DefineComponent<{
4317
4330
  optionOpacityDisabled: string;
4318
4331
  optionCheckColor: string;
4319
4332
  optionColorPending: string;
4333
+ optionColorActive: string;
4320
4334
  actionTextColor: string;
4321
4335
  loadingColor: string;
4322
4336
  height: string;
@@ -4488,6 +4502,14 @@ declare const _default: import("vue").DefineComponent<{
4488
4502
  menuBoxShadow: string;
4489
4503
  }, {
4490
4504
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
4505
+ fontSizeTiny: string;
4506
+ fontSizeSmall: string;
4507
+ fontSizeMedium: string;
4508
+ fontSizeLarge: string;
4509
+ heightTiny: string;
4510
+ heightSmall: string;
4511
+ heightMedium: string;
4512
+ heightLarge: string;
4491
4513
  borderRadius: string;
4492
4514
  textColor: string;
4493
4515
  textColorDisabled: string;
@@ -4528,16 +4550,9 @@ declare const _default: import("vue").DefineComponent<{
4528
4550
  clearColor: string;
4529
4551
  clearColorHover: string;
4530
4552
  clearColorPressed: string;
4531
- heightTiny: string;
4532
- heightSmall: string;
4533
- heightMedium: string;
4534
- heightLarge: string;
4535
- fontSizeTiny: string;
4536
- fontSizeSmall: string;
4537
- fontSizeMedium: string;
4538
- fontSizeLarge: string;
4539
4553
  paddingSingle: string;
4540
4554
  clearSize: string;
4555
+ arrowSize: string;
4541
4556
  }, {
4542
4557
  Popover: import("../../_mixins").Theme<"Popover", {
4543
4558
  fontSize: string;
@@ -4574,6 +4589,7 @@ declare const _default: import("vue").DefineComponent<{
4574
4589
  optionOpacityDisabled: string;
4575
4590
  optionCheckColor: string;
4576
4591
  optionColorPending: string;
4592
+ optionColorActive: string;
4577
4593
  actionTextColor: string;
4578
4594
  loadingColor: string;
4579
4595
  height: string;
@@ -5135,6 +5151,14 @@ declare const _default: import("vue").DefineComponent<{
5135
5151
  menuBoxShadow: string;
5136
5152
  }, {
5137
5153
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
5154
+ fontSizeTiny: string;
5155
+ fontSizeSmall: string;
5156
+ fontSizeMedium: string;
5157
+ fontSizeLarge: string;
5158
+ heightTiny: string;
5159
+ heightSmall: string;
5160
+ heightMedium: string;
5161
+ heightLarge: string;
5138
5162
  borderRadius: string;
5139
5163
  textColor: string;
5140
5164
  textColorDisabled: string;
@@ -5175,16 +5199,9 @@ declare const _default: import("vue").DefineComponent<{
5175
5199
  clearColor: string;
5176
5200
  clearColorHover: string;
5177
5201
  clearColorPressed: string;
5178
- heightTiny: string;
5179
- heightSmall: string;
5180
- heightMedium: string;
5181
- heightLarge: string;
5182
- fontSizeTiny: string;
5183
- fontSizeSmall: string;
5184
- fontSizeMedium: string;
5185
- fontSizeLarge: string;
5186
5202
  paddingSingle: string;
5187
5203
  clearSize: string;
5204
+ arrowSize: string;
5188
5205
  }, {
5189
5206
  Popover: import("../../_mixins").Theme<"Popover", {
5190
5207
  fontSize: string;
@@ -5221,6 +5238,7 @@ declare const _default: import("vue").DefineComponent<{
5221
5238
  optionOpacityDisabled: string;
5222
5239
  optionCheckColor: string;
5223
5240
  optionColorPending: string;
5241
+ optionColorActive: string;
5224
5242
  actionTextColor: string;
5225
5243
  loadingColor: string;
5226
5244
  height: string;
@@ -5721,6 +5739,14 @@ declare const _default: import("vue").DefineComponent<{
5721
5739
  menuBoxShadow: string;
5722
5740
  }, {
5723
5741
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
5742
+ fontSizeTiny: string;
5743
+ fontSizeSmall: string;
5744
+ fontSizeMedium: string;
5745
+ fontSizeLarge: string;
5746
+ heightTiny: string;
5747
+ heightSmall: string;
5748
+ heightMedium: string;
5749
+ heightLarge: string;
5724
5750
  borderRadius: string;
5725
5751
  textColor: string;
5726
5752
  textColorDisabled: string;
@@ -5761,16 +5787,9 @@ declare const _default: import("vue").DefineComponent<{
5761
5787
  clearColor: string;
5762
5788
  clearColorHover: string;
5763
5789
  clearColorPressed: string;
5764
- heightTiny: string;
5765
- heightSmall: string;
5766
- heightMedium: string;
5767
- heightLarge: string;
5768
- fontSizeTiny: string;
5769
- fontSizeSmall: string;
5770
- fontSizeMedium: string;
5771
- fontSizeLarge: string;
5772
5790
  paddingSingle: string;
5773
5791
  clearSize: string;
5792
+ arrowSize: string;
5774
5793
  }, {
5775
5794
  Popover: import("../../_mixins").Theme<"Popover", {
5776
5795
  fontSize: string;
@@ -5807,6 +5826,7 @@ declare const _default: import("vue").DefineComponent<{
5807
5826
  optionOpacityDisabled: string;
5808
5827
  optionCheckColor: string;
5809
5828
  optionColorPending: string;
5829
+ optionColorActive: string;
5810
5830
  actionTextColor: string;
5811
5831
  loadingColor: string;
5812
5832
  height: string;
@@ -6307,6 +6327,14 @@ declare const _default: import("vue").DefineComponent<{
6307
6327
  menuBoxShadow: string;
6308
6328
  }, {
6309
6329
  InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
6330
+ fontSizeTiny: string;
6331
+ fontSizeSmall: string;
6332
+ fontSizeMedium: string;
6333
+ fontSizeLarge: string;
6334
+ heightTiny: string;
6335
+ heightSmall: string;
6336
+ heightMedium: string;
6337
+ heightLarge: string;
6310
6338
  borderRadius: string;
6311
6339
  textColor: string;
6312
6340
  textColorDisabled: string;
@@ -6347,16 +6375,9 @@ declare const _default: import("vue").DefineComponent<{
6347
6375
  clearColor: string;
6348
6376
  clearColorHover: string;
6349
6377
  clearColorPressed: string;
6350
- heightTiny: string;
6351
- heightSmall: string;
6352
- heightMedium: string;
6353
- heightLarge: string;
6354
- fontSizeTiny: string;
6355
- fontSizeSmall: string;
6356
- fontSizeMedium: string;
6357
- fontSizeLarge: string;
6358
6378
  paddingSingle: string;
6359
6379
  clearSize: string;
6380
+ arrowSize: string;
6360
6381
  }, {
6361
6382
  Popover: import("../../_mixins").Theme<"Popover", {
6362
6383
  fontSize: string;
@@ -6393,6 +6414,7 @@ declare const _default: import("vue").DefineComponent<{
6393
6414
  optionOpacityDisabled: string;
6394
6415
  optionCheckColor: string;
6395
6416
  optionColorPending: string;
6417
+ optionColorActive: string;
6396
6418
  actionTextColor: string;
6397
6419
  loadingColor: string;
6398
6420
  height: string;