naive-ui 2.20.3 → 2.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/es/_internal/scrollbar/src/ScrollBar.d.ts +1 -0
  2. package/es/_internal/scrollbar/src/ScrollBar.js +9 -4
  3. package/es/_internal/select-menu/src/SelectMenu.d.ts +4 -0
  4. package/es/_internal/selection/src/Selection.d.ts +4 -0
  5. package/es/_internal/suffix/src/Suffix.d.ts +4 -1
  6. package/es/_internal/suffix/src/Suffix.js +4 -1
  7. package/es/_styles/common/dark.js +2 -1
  8. package/es/_styles/common/light.d.ts +4 -0
  9. package/es/_styles/common/light.js +5 -2
  10. package/es/_styles/global/index.cssr.js +9 -4
  11. package/es/_styles/transitions/icon-switch.cssr.js +6 -2
  12. package/es/_utils/naive/extract-public-props.d.ts +1 -1
  13. package/es/alert/src/Alert.d.ts +4 -0
  14. package/es/auto-complete/src/AutoComplete.d.ts +9 -1
  15. package/es/auto-complete/src/AutoComplete.js +5 -2
  16. package/es/avatar/src/Avatar.d.ts +8 -1
  17. package/es/avatar/src/Avatar.js +41 -9
  18. package/es/avatar/src/styles/index.cssr.js +2 -2
  19. package/es/button/src/Button.d.ts +149 -52
  20. package/es/button/src/Button.js +128 -56
  21. package/es/button/src/interface.d.ts +1 -1
  22. package/es/button/styles/dark.js +3 -0
  23. package/es/button/styles/light.d.ts +14 -5
  24. package/es/button/styles/light.js +10 -3
  25. package/es/calendar/src/Calendar.d.ts +144 -50
  26. package/es/calendar/styles/light.d.ts +14 -5
  27. package/es/card/src/Card.d.ts +4 -0
  28. package/es/cascader/src/Cascader.d.ts +4 -0
  29. package/es/cascader/src/CascaderOption.d.ts +4 -0
  30. package/es/cascader/src/CascaderSelectMenu.d.ts +4 -0
  31. package/es/cascader/src/CascaderSubmenu.d.ts +4 -0
  32. package/es/checkbox/src/Checkbox.d.ts +9 -5
  33. package/es/checkbox/src/Checkbox.js +3 -3
  34. package/es/collapse/src/Collapse.d.ts +4 -0
  35. package/es/color-picker/src/ColorInputUnit.d.ts +18 -5
  36. package/es/color-picker/src/ColorPicker.d.ts +126 -45
  37. package/es/color-picker/styles/light.d.ts +14 -5
  38. package/es/data-table/src/DataTable.d.ts +184 -51
  39. package/es/data-table/src/DataTable.js +11 -6
  40. package/es/data-table/src/HeaderButton/FilterButton.d.ts +21 -5
  41. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +22 -6
  42. package/es/data-table/src/TableParts/Body.d.ts +26 -6
  43. package/es/data-table/src/TableParts/Body.js +77 -39
  44. package/es/data-table/src/TableParts/BodyCheckbox.js +1 -1
  45. package/es/data-table/src/TableParts/Cell.d.ts +42 -10
  46. package/es/data-table/src/TableParts/Header.d.ts +21 -5
  47. package/es/data-table/src/TableParts/Header.js +1 -1
  48. package/es/data-table/src/interface.d.ts +4 -1
  49. package/es/data-table/src/styles/index.cssr.js +14 -19
  50. package/es/data-table/src/use-table-data.js +3 -3
  51. package/es/data-table/styles/light.d.ts +20 -5
  52. package/es/data-table/styles/light.js +4 -4
  53. package/es/date-picker/src/DatePicker.d.ts +299 -105
  54. package/es/date-picker/src/panel/date.d.ts +47 -16
  55. package/es/date-picker/src/panel/daterange.d.ts +48 -17
  56. package/es/date-picker/src/panel/datetime.d.ts +47 -16
  57. package/es/date-picker/src/panel/datetimerange.d.ts +48 -17
  58. package/es/date-picker/src/panel/month.d.ts +47 -16
  59. package/es/date-picker/src/panel/use-calendar.d.ts +47 -16
  60. package/es/date-picker/src/panel/use-calendar.js +2 -0
  61. package/es/date-picker/src/panel/use-dual-calendar.d.ts +48 -17
  62. package/es/date-picker/src/panel/use-dual-calendar.js +4 -0
  63. package/es/date-picker/src/panel/use-panel-common.d.ts +46 -15
  64. package/es/date-picker/styles/light.d.ts +28 -10
  65. package/es/dialog/src/Dialog.d.ts +102 -35
  66. package/es/dialog/src/styles/index.cssr.js +1 -0
  67. package/es/dialog/styles/light.d.ts +14 -5
  68. package/es/drawer/src/Drawer.d.ts +4 -0
  69. package/es/drawer/src/DrawerBodyWrapper.d.ts +4 -0
  70. package/es/drawer/src/DrawerContent.d.ts +4 -0
  71. package/es/dropdown/index.d.ts +1 -1
  72. package/es/dropdown/src/Dropdown.d.ts +11 -7
  73. package/es/dropdown/src/DropdownGroup.d.ts +2 -3
  74. package/es/dropdown/src/DropdownGroupHeader.js +3 -3
  75. package/es/dropdown/src/DropdownMenu.d.ts +3 -4
  76. package/es/dropdown/src/DropdownMenu.js +5 -4
  77. package/es/dropdown/src/DropdownOption.d.ts +3 -4
  78. package/es/dropdown/src/DropdownOption.js +5 -4
  79. package/es/dropdown/src/DropdownRenderOption.d.ts +2 -3
  80. package/es/dropdown/src/interface.d.ts +9 -30
  81. package/es/dynamic-input/src/DynamicInput.d.ts +144 -50
  82. package/es/dynamic-input/src/InputPreset.d.ts +18 -5
  83. package/es/dynamic-input/src/PairPreset.d.ts +18 -5
  84. package/es/dynamic-input/styles/light.d.ts +14 -5
  85. package/es/dynamic-tags/src/DynamicTags.d.ts +145 -50
  86. package/es/dynamic-tags/styles/light.d.ts +14 -5
  87. package/es/ellipsis/src/Ellipsis.d.ts +4 -0
  88. package/es/global-style/src/GlobalStyle.js +2 -0
  89. package/es/image/src/Image.d.ts +25 -16
  90. package/es/image/src/Image.js +33 -5
  91. package/es/image/src/ImageGroup.js +2 -2
  92. package/es/image/src/ImagePreview.d.ts +1 -0
  93. package/es/image/src/ImagePreview.js +51 -4
  94. package/es/image/src/interface.d.ts +6 -0
  95. package/es/image/src/interface.js +1 -0
  96. package/es/image/src/styles/index.cssr.js +4 -3
  97. package/es/input/src/Input.d.ts +5 -0
  98. package/es/input/src/Input.js +6 -0
  99. package/es/input/src/interface.d.ts +1 -0
  100. package/es/input/src/styles/input.cssr.js +2 -1
  101. package/es/input-number/src/InputNumber.d.ts +179 -50
  102. package/es/input-number/src/InputNumber.js +26 -7
  103. package/es/input-number/src/utils.d.ts +1 -0
  104. package/es/input-number/src/utils.js +4 -0
  105. package/es/input-number/styles/light.d.ts +14 -5
  106. package/es/layout/src/Layout.d.ts +8 -0
  107. package/es/layout/src/LayoutContent.d.ts +4 -0
  108. package/es/layout/src/LayoutSider.d.ts +4 -0
  109. package/es/log/src/Log.d.ts +10 -25
  110. package/es/log/src/Log.js +2 -11
  111. package/es/log/src/LogLine.d.ts +1 -0
  112. package/es/log/src/LogLine.js +12 -10
  113. package/es/mention/src/Mention.d.ts +5 -0
  114. package/es/menu/index.d.ts +1 -1
  115. package/es/menu/src/Menu.d.ts +20 -6
  116. package/es/menu/src/Menu.js +2 -1
  117. package/es/menu/src/MenuDivider.d.ts +2 -0
  118. package/es/menu/src/MenuDivider.js +11 -0
  119. package/es/menu/src/MenuOption.d.ts +9 -1
  120. package/es/menu/src/MenuOptionContent.d.ts +4 -1
  121. package/es/menu/src/Submenu.d.ts +18 -16
  122. package/es/menu/src/interface.d.ts +23 -4
  123. package/es/menu/src/styles/index.cssr.js +6 -1
  124. package/es/menu/src/utils.d.ts +4 -2
  125. package/es/menu/src/utils.js +16 -2
  126. package/es/menu/styles/light.d.ts +2 -0
  127. package/es/menu/styles/light.js +3 -2
  128. package/es/modal/src/BodyWrapper.d.ts +32 -10
  129. package/es/modal/src/Modal.d.ts +169 -61
  130. package/es/modal/styles/light.d.ts +14 -5
  131. package/es/notification/src/NotificationContainer.d.ts +11 -0
  132. package/es/notification/src/NotificationContainer.js +7 -2
  133. package/es/notification/src/NotificationProvider.d.ts +17 -0
  134. package/es/notification/src/NotificationProvider.js +38 -3
  135. package/es/notification/src/styles/index.cssr.d.ts +2 -1
  136. package/es/notification/src/styles/index.cssr.js +41 -12
  137. package/es/pagination/src/Pagination.d.ts +5 -0
  138. package/es/popconfirm/src/Popconfirm.d.ts +149 -55
  139. package/es/popconfirm/styles/light.d.ts +14 -5
  140. package/es/popover/src/Popover.d.ts +6 -6
  141. package/es/popover/src/Popover.js +2 -5
  142. package/es/popover/src/PopoverBody.d.ts +5 -5
  143. package/es/popover/src/PopoverBody.js +2 -1
  144. package/es/popover/src/styles/index.cssr.js +0 -1
  145. package/es/popselect/src/Popselect.d.ts +9 -5
  146. package/es/popselect/src/PopselectPanel.d.ts +4 -0
  147. package/es/radio/src/Radio.d.ts +3 -0
  148. package/es/radio/src/RadioButton.d.ts +3 -0
  149. package/es/radio/src/use-radio.d.ts +2 -0
  150. package/es/radio/src/use-radio.js +6 -3
  151. package/es/select/src/Select.d.ts +4 -0
  152. package/es/slider/src/Slider.d.ts +71 -91
  153. package/es/slider/src/Slider.js +342 -583
  154. package/es/slider/src/interface.d.ts +1 -1
  155. package/es/slider/src/styles/index.cssr.js +86 -16
  156. package/es/slider/src/utils.d.ts +10 -1
  157. package/es/slider/src/utils.js +9 -0
  158. package/es/slider/styles/_common.d.ts +1 -0
  159. package/es/slider/styles/_common.js +1 -0
  160. package/es/slider/styles/light.d.ts +1 -0
  161. package/es/space/src/Space.js +2 -0
  162. package/es/steps/src/Step.js +1 -1
  163. package/es/switch/src/Switch.d.ts +16 -1
  164. package/es/switch/src/Switch.js +17 -4
  165. package/es/switch/src/styles/index.cssr.js +1 -1
  166. package/es/table/src/Table.d.ts +35 -0
  167. package/es/table/src/Table.js +8 -4
  168. package/es/table/src/styles/index.cssr.js +1 -1
  169. package/es/table/styles/light.d.ts +3 -0
  170. package/es/table/styles/light.js +2 -2
  171. package/es/tabs/index.d.ts +2 -0
  172. package/es/tabs/index.js +1 -0
  173. package/es/tabs/src/Tab.d.ts +35 -18
  174. package/es/tabs/src/Tab.js +11 -12
  175. package/es/tabs/src/Tabs.js +58 -18
  176. package/es/tag/src/Tag.d.ts +8 -3
  177. package/es/tag/src/Tag.js +10 -2
  178. package/es/tag/src/styles/index.cssr.js +10 -5
  179. package/es/tag/src/styles/rtl.cssr.js +7 -1
  180. package/es/theme-editor/src/ThemeEditor.d.ts +4 -0
  181. package/es/theme-editor/src/ThemeEditor.js +9 -2
  182. package/es/time-picker/src/Panel.d.ts +18 -5
  183. package/es/time-picker/src/TimePicker.d.ts +145 -50
  184. package/es/time-picker/styles/light.d.ts +14 -5
  185. package/es/tooltip/src/Tooltip.d.ts +9 -5
  186. package/es/transfer/src/Transfer.d.ts +144 -50
  187. package/es/transfer/src/TransferFilter.d.ts +18 -5
  188. package/es/transfer/src/TransferList.d.ts +18 -5
  189. package/es/transfer/src/TransferListItem.d.ts +18 -5
  190. package/es/transfer/styles/light.d.ts +14 -5
  191. package/es/tree/src/Tree.d.ts +12 -4
  192. package/es/tree/src/Tree.js +32 -6
  193. package/es/tree/src/TreeNodeCheckbox.d.ts +4 -0
  194. package/es/tree-select/src/TreeSelect.d.ts +4 -0
  195. package/es/upload/index.d.ts +1 -2
  196. package/es/upload/src/Upload.d.ts +151 -59
  197. package/es/upload/src/Upload.js +69 -16
  198. package/es/upload/src/UploadFile.d.ts +18 -5
  199. package/es/upload/src/UploadProgress.d.ts +18 -5
  200. package/es/upload/src/interface.d.ts +14 -1
  201. package/es/upload/styles/light.d.ts +14 -5
  202. package/es/version.d.ts +1 -1
  203. package/es/version.js +1 -1
  204. package/lib/_internal/scrollbar/src/ScrollBar.d.ts +1 -0
  205. package/lib/_internal/scrollbar/src/ScrollBar.js +9 -4
  206. package/lib/_internal/select-menu/src/SelectMenu.d.ts +4 -0
  207. package/lib/_internal/selection/src/Selection.d.ts +4 -0
  208. package/lib/_internal/suffix/src/Suffix.d.ts +4 -1
  209. package/lib/_internal/suffix/src/Suffix.js +4 -1
  210. package/lib/_styles/common/dark.js +2 -1
  211. package/lib/_styles/common/light.d.ts +4 -0
  212. package/lib/_styles/common/light.js +5 -2
  213. package/lib/_styles/global/index.cssr.js +10 -5
  214. package/lib/_styles/transitions/icon-switch.cssr.js +7 -2
  215. package/lib/_utils/naive/extract-public-props.d.ts +1 -1
  216. package/lib/alert/src/Alert.d.ts +4 -0
  217. package/lib/auto-complete/src/AutoComplete.d.ts +9 -1
  218. package/lib/auto-complete/src/AutoComplete.js +5 -2
  219. package/lib/avatar/src/Avatar.d.ts +8 -1
  220. package/lib/avatar/src/Avatar.js +40 -8
  221. package/lib/avatar/src/styles/index.cssr.js +2 -2
  222. package/lib/button/src/Button.d.ts +149 -52
  223. package/lib/button/src/Button.js +126 -54
  224. package/lib/button/src/interface.d.ts +1 -1
  225. package/lib/button/styles/dark.js +3 -0
  226. package/lib/button/styles/light.d.ts +14 -5
  227. package/lib/button/styles/light.js +10 -3
  228. package/lib/calendar/src/Calendar.d.ts +144 -50
  229. package/lib/calendar/styles/light.d.ts +14 -5
  230. package/lib/card/src/Card.d.ts +4 -0
  231. package/lib/cascader/src/Cascader.d.ts +4 -0
  232. package/lib/cascader/src/CascaderOption.d.ts +4 -0
  233. package/lib/cascader/src/CascaderSelectMenu.d.ts +4 -0
  234. package/lib/cascader/src/CascaderSubmenu.d.ts +4 -0
  235. package/lib/checkbox/src/Checkbox.d.ts +9 -5
  236. package/lib/checkbox/src/Checkbox.js +3 -3
  237. package/lib/collapse/src/Collapse.d.ts +4 -0
  238. package/lib/color-picker/src/ColorInputUnit.d.ts +18 -5
  239. package/lib/color-picker/src/ColorPicker.d.ts +126 -45
  240. package/lib/color-picker/styles/light.d.ts +14 -5
  241. package/lib/data-table/src/DataTable.d.ts +184 -51
  242. package/lib/data-table/src/DataTable.js +11 -6
  243. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +21 -5
  244. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +22 -6
  245. package/lib/data-table/src/TableParts/Body.d.ts +26 -6
  246. package/lib/data-table/src/TableParts/Body.js +77 -39
  247. package/lib/data-table/src/TableParts/BodyCheckbox.js +1 -1
  248. package/lib/data-table/src/TableParts/Cell.d.ts +42 -10
  249. package/lib/data-table/src/TableParts/Header.d.ts +21 -5
  250. package/lib/data-table/src/TableParts/Header.js +1 -1
  251. package/lib/data-table/src/interface.d.ts +4 -1
  252. package/lib/data-table/src/styles/index.cssr.js +14 -19
  253. package/lib/data-table/src/use-table-data.js +3 -3
  254. package/lib/data-table/styles/light.d.ts +20 -5
  255. package/lib/data-table/styles/light.js +4 -4
  256. package/lib/date-picker/src/DatePicker.d.ts +299 -105
  257. package/lib/date-picker/src/panel/date.d.ts +47 -16
  258. package/lib/date-picker/src/panel/daterange.d.ts +48 -17
  259. package/lib/date-picker/src/panel/datetime.d.ts +47 -16
  260. package/lib/date-picker/src/panel/datetimerange.d.ts +48 -17
  261. package/lib/date-picker/src/panel/month.d.ts +47 -16
  262. package/lib/date-picker/src/panel/use-calendar.d.ts +47 -16
  263. package/lib/date-picker/src/panel/use-calendar.js +2 -0
  264. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +48 -17
  265. package/lib/date-picker/src/panel/use-dual-calendar.js +4 -0
  266. package/lib/date-picker/src/panel/use-panel-common.d.ts +46 -15
  267. package/lib/date-picker/styles/light.d.ts +28 -10
  268. package/lib/dialog/src/Dialog.d.ts +102 -35
  269. package/lib/dialog/src/styles/index.cssr.js +1 -0
  270. package/lib/dialog/styles/light.d.ts +14 -5
  271. package/lib/drawer/src/Drawer.d.ts +4 -0
  272. package/lib/drawer/src/DrawerBodyWrapper.d.ts +4 -0
  273. package/lib/drawer/src/DrawerContent.d.ts +4 -0
  274. package/lib/dropdown/index.d.ts +1 -1
  275. package/lib/dropdown/src/Dropdown.d.ts +11 -7
  276. package/lib/dropdown/src/DropdownGroup.d.ts +2 -3
  277. package/lib/dropdown/src/DropdownGroupHeader.js +3 -3
  278. package/lib/dropdown/src/DropdownMenu.d.ts +3 -4
  279. package/lib/dropdown/src/DropdownMenu.js +5 -4
  280. package/lib/dropdown/src/DropdownOption.d.ts +3 -4
  281. package/lib/dropdown/src/DropdownOption.js +5 -4
  282. package/lib/dropdown/src/DropdownRenderOption.d.ts +2 -3
  283. package/lib/dropdown/src/interface.d.ts +9 -30
  284. package/lib/dynamic-input/src/DynamicInput.d.ts +144 -50
  285. package/lib/dynamic-input/src/InputPreset.d.ts +18 -5
  286. package/lib/dynamic-input/src/PairPreset.d.ts +18 -5
  287. package/lib/dynamic-input/styles/light.d.ts +14 -5
  288. package/lib/dynamic-tags/src/DynamicTags.d.ts +145 -50
  289. package/lib/dynamic-tags/styles/light.d.ts +14 -5
  290. package/lib/ellipsis/src/Ellipsis.d.ts +4 -0
  291. package/lib/global-style/src/GlobalStyle.js +2 -0
  292. package/lib/image/src/Image.d.ts +25 -16
  293. package/lib/image/src/Image.js +32 -4
  294. package/lib/image/src/ImageGroup.js +2 -2
  295. package/lib/image/src/ImagePreview.d.ts +1 -0
  296. package/lib/image/src/ImagePreview.js +51 -4
  297. package/lib/image/src/interface.d.ts +6 -0
  298. package/lib/image/src/interface.js +2 -0
  299. package/lib/image/src/styles/index.cssr.js +3 -2
  300. package/lib/input/src/Input.d.ts +5 -0
  301. package/lib/input/src/Input.js +6 -0
  302. package/lib/input/src/interface.d.ts +1 -0
  303. package/lib/input/src/styles/input.cssr.js +2 -1
  304. package/lib/input-number/src/InputNumber.d.ts +179 -50
  305. package/lib/input-number/src/InputNumber.js +25 -6
  306. package/lib/input-number/src/utils.d.ts +1 -0
  307. package/lib/input-number/src/utils.js +6 -1
  308. package/lib/input-number/styles/light.d.ts +14 -5
  309. package/lib/layout/src/Layout.d.ts +8 -0
  310. package/lib/layout/src/LayoutContent.d.ts +4 -0
  311. package/lib/layout/src/LayoutSider.d.ts +4 -0
  312. package/lib/log/src/Log.d.ts +10 -25
  313. package/lib/log/src/Log.js +2 -11
  314. package/lib/log/src/LogLine.d.ts +1 -0
  315. package/lib/log/src/LogLine.js +11 -9
  316. package/lib/mention/src/Mention.d.ts +5 -0
  317. package/lib/menu/index.d.ts +1 -1
  318. package/lib/menu/src/Menu.d.ts +20 -6
  319. package/lib/menu/src/Menu.js +2 -1
  320. package/lib/menu/src/MenuDivider.d.ts +2 -0
  321. package/lib/menu/src/MenuDivider.js +13 -0
  322. package/lib/menu/src/MenuOption.d.ts +9 -1
  323. package/lib/menu/src/MenuOptionContent.d.ts +4 -1
  324. package/lib/menu/src/Submenu.d.ts +18 -16
  325. package/lib/menu/src/interface.d.ts +23 -4
  326. package/lib/menu/src/styles/index.cssr.js +6 -1
  327. package/lib/menu/src/utils.d.ts +4 -2
  328. package/lib/menu/src/utils.js +22 -3
  329. package/lib/menu/styles/light.d.ts +2 -0
  330. package/lib/menu/styles/light.js +3 -2
  331. package/lib/modal/src/BodyWrapper.d.ts +32 -10
  332. package/lib/modal/src/Modal.d.ts +169 -61
  333. package/lib/modal/styles/light.d.ts +14 -5
  334. package/lib/notification/src/NotificationContainer.d.ts +11 -0
  335. package/lib/notification/src/NotificationContainer.js +7 -2
  336. package/lib/notification/src/NotificationProvider.d.ts +17 -0
  337. package/lib/notification/src/NotificationProvider.js +38 -3
  338. package/lib/notification/src/styles/index.cssr.d.ts +2 -1
  339. package/lib/notification/src/styles/index.cssr.js +41 -12
  340. package/lib/pagination/src/Pagination.d.ts +5 -0
  341. package/lib/popconfirm/src/Popconfirm.d.ts +149 -55
  342. package/lib/popconfirm/styles/light.d.ts +14 -5
  343. package/lib/popover/src/Popover.d.ts +6 -6
  344. package/lib/popover/src/Popover.js +2 -5
  345. package/lib/popover/src/PopoverBody.d.ts +5 -5
  346. package/lib/popover/src/PopoverBody.js +2 -1
  347. package/lib/popover/src/styles/index.cssr.js +0 -1
  348. package/lib/popselect/src/Popselect.d.ts +9 -5
  349. package/lib/popselect/src/PopselectPanel.d.ts +4 -0
  350. package/lib/radio/src/Radio.d.ts +3 -0
  351. package/lib/radio/src/RadioButton.d.ts +3 -0
  352. package/lib/radio/src/use-radio.d.ts +2 -0
  353. package/lib/radio/src/use-radio.js +6 -3
  354. package/lib/select/src/Select.d.ts +4 -0
  355. package/lib/slider/src/Slider.d.ts +71 -91
  356. package/lib/slider/src/Slider.js +340 -581
  357. package/lib/slider/src/interface.d.ts +1 -1
  358. package/lib/slider/src/styles/index.cssr.js +86 -16
  359. package/lib/slider/src/utils.d.ts +10 -1
  360. package/lib/slider/src/utils.js +11 -1
  361. package/lib/slider/styles/_common.d.ts +1 -0
  362. package/lib/slider/styles/_common.js +1 -0
  363. package/lib/slider/styles/light.d.ts +1 -0
  364. package/lib/space/src/Space.js +2 -0
  365. package/lib/steps/src/Step.js +1 -1
  366. package/lib/switch/src/Switch.d.ts +16 -1
  367. package/lib/switch/src/Switch.js +17 -4
  368. package/lib/switch/src/styles/index.cssr.js +1 -1
  369. package/lib/table/src/Table.d.ts +35 -0
  370. package/lib/table/src/Table.js +8 -4
  371. package/lib/table/src/styles/index.cssr.js +1 -1
  372. package/lib/table/styles/light.d.ts +3 -0
  373. package/lib/table/styles/light.js +2 -2
  374. package/lib/tabs/index.d.ts +2 -0
  375. package/lib/tabs/index.js +3 -1
  376. package/lib/tabs/src/Tab.d.ts +35 -18
  377. package/lib/tabs/src/Tab.js +10 -11
  378. package/lib/tabs/src/Tabs.js +57 -17
  379. package/lib/tag/src/Tag.d.ts +8 -3
  380. package/lib/tag/src/Tag.js +10 -1
  381. package/lib/tag/src/styles/index.cssr.js +10 -5
  382. package/lib/tag/src/styles/rtl.cssr.js +7 -1
  383. package/lib/theme-editor/src/ThemeEditor.d.ts +4 -0
  384. package/lib/theme-editor/src/ThemeEditor.js +9 -2
  385. package/lib/time-picker/src/Panel.d.ts +18 -5
  386. package/lib/time-picker/src/TimePicker.d.ts +145 -50
  387. package/lib/time-picker/styles/light.d.ts +14 -5
  388. package/lib/tooltip/src/Tooltip.d.ts +9 -5
  389. package/lib/transfer/src/Transfer.d.ts +144 -50
  390. package/lib/transfer/src/TransferFilter.d.ts +18 -5
  391. package/lib/transfer/src/TransferList.d.ts +18 -5
  392. package/lib/transfer/src/TransferListItem.d.ts +18 -5
  393. package/lib/transfer/styles/light.d.ts +14 -5
  394. package/lib/tree/src/Tree.d.ts +12 -4
  395. package/lib/tree/src/Tree.js +32 -6
  396. package/lib/tree/src/TreeNodeCheckbox.d.ts +4 -0
  397. package/lib/tree-select/src/TreeSelect.d.ts +4 -0
  398. package/lib/upload/index.d.ts +1 -2
  399. package/lib/upload/src/Upload.d.ts +151 -59
  400. package/lib/upload/src/Upload.js +69 -16
  401. package/lib/upload/src/UploadFile.d.ts +18 -5
  402. package/lib/upload/src/UploadProgress.d.ts +18 -5
  403. package/lib/upload/src/interface.d.ts +14 -1
  404. package/lib/upload/styles/light.d.ts +14 -5
  405. package/lib/version.d.ts +1 -1
  406. package/lib/version.js +1 -1
  407. package/package.json +8 -7
  408. package/web-types.json +245 -14
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
35
35
  handleDateClick: (dateItem: import("../utils").DateItem | MonthItem | YearItem) => void;
36
36
  handleDateInputBlur: () => void;
37
37
  handleDateInput: (value: string) => void;
38
- handleTimePickerChange: (value: number) => void;
38
+ handleTimePickerChange: (value: number | null) => void;
39
39
  clearSelectedDateTime: () => void;
40
40
  virtualListContainer: () => HTMLElement;
41
41
  virtualListContent: () => HTMLElement;
@@ -134,9 +134,13 @@ declare const _default: import("vue").DefineComponent<{
134
134
  tableHeaderColor: string;
135
135
  hoverColor: string;
136
136
  tableColorHover: string;
137
+ tableColorStriped: string;
137
138
  pressedColor: string;
138
139
  opacityDisabled: string;
139
140
  inputColorDisabled: string;
141
+ buttonColor2: string;
142
+ buttonColor2Hover: string;
143
+ buttonColor2Pressed: string;
140
144
  boxShadow1: string;
141
145
  boxShadow2: string;
142
146
  boxShadow3: string;
@@ -299,20 +303,30 @@ declare const _default: import("vue").DefineComponent<{
299
303
  fontSizeMedium: string;
300
304
  fontSizeLarge: string;
301
305
  opacityDisabled: string;
306
+ colorOpacitySecondary: string;
307
+ colorOpacitySecondaryHover: string;
308
+ colorOpacitySecondaryPressed: string;
309
+ colorSecondary: string;
310
+ colorSecondaryHover: string;
311
+ colorSecondaryPressed: string;
312
+ colorTertiary: string;
313
+ colorTertiaryHover: string;
314
+ colorTertiaryPressed: string;
315
+ colorQuaternary: string;
316
+ colorQuaternaryHover: string;
317
+ colorQuaternaryPressed: string;
302
318
  color: string;
303
319
  colorHover: string;
304
320
  colorPressed: string;
305
321
  colorFocus: string;
306
322
  colorDisabled: string;
307
323
  textColor: string;
324
+ textColorTertiary: string;
308
325
  textColorHover: string;
309
326
  textColorPressed: string;
310
327
  textColorFocus: string;
311
328
  textColorDisabled: string;
312
329
  textColorText: string;
313
- textColorTextDepth1: string;
314
- textColorTextDepth2: string;
315
- textColorTextDepth3: string;
316
330
  textColorTextHover: string;
317
331
  textColorTextPressed: string;
318
332
  textColorTextFocus: string;
@@ -459,9 +473,8 @@ declare const _default: import("vue").DefineComponent<{
459
473
  borderDisabledError: string;
460
474
  rippleColorError: string;
461
475
  waveOpacity: string;
462
- fontWeightText: string;
463
476
  fontWeight: string;
464
- fontWeighGhost: string;
477
+ fontWeightStrong: string;
465
478
  paddingTiny: string;
466
479
  paddingSmall: string;
467
480
  paddingMedium: string;
@@ -515,20 +528,30 @@ declare const _default: import("vue").DefineComponent<{
515
528
  fontSizeMedium: string;
516
529
  fontSizeLarge: string;
517
530
  opacityDisabled: string;
531
+ colorOpacitySecondary: string;
532
+ colorOpacitySecondaryHover: string;
533
+ colorOpacitySecondaryPressed: string;
534
+ colorSecondary: string;
535
+ colorSecondaryHover: string;
536
+ colorSecondaryPressed: string;
537
+ colorTertiary: string;
538
+ colorTertiaryHover: string;
539
+ colorTertiaryPressed: string;
540
+ colorQuaternary: string;
541
+ colorQuaternaryHover: string;
542
+ colorQuaternaryPressed: string;
518
543
  color: string;
519
544
  colorHover: string;
520
545
  colorPressed: string;
521
546
  colorFocus: string;
522
547
  colorDisabled: string;
523
548
  textColor: string;
549
+ textColorTertiary: string;
524
550
  textColorHover: string;
525
551
  textColorPressed: string;
526
552
  textColorFocus: string;
527
553
  textColorDisabled: string;
528
554
  textColorText: string;
529
- textColorTextDepth1: string;
530
- textColorTextDepth2: string;
531
- textColorTextDepth3: string;
532
555
  textColorTextHover: string;
533
556
  textColorTextPressed: string;
534
557
  textColorTextFocus: string;
@@ -675,9 +698,8 @@ declare const _default: import("vue").DefineComponent<{
675
698
  borderDisabledError: string;
676
699
  rippleColorError: string;
677
700
  waveOpacity: string;
678
- fontWeightText: string;
679
701
  fontWeight: string;
680
- fontWeighGhost: string;
702
+ fontWeightStrong: string;
681
703
  paddingTiny: string;
682
704
  paddingSmall: string;
683
705
  paddingMedium: string;
@@ -793,20 +815,30 @@ declare const _default: import("vue").DefineComponent<{
793
815
  fontSizeMedium: string;
794
816
  fontSizeLarge: string;
795
817
  opacityDisabled: string;
818
+ colorOpacitySecondary: string;
819
+ colorOpacitySecondaryHover: string;
820
+ colorOpacitySecondaryPressed: string;
821
+ colorSecondary: string;
822
+ colorSecondaryHover: string;
823
+ colorSecondaryPressed: string;
824
+ colorTertiary: string;
825
+ colorTertiaryHover: string;
826
+ colorTertiaryPressed: string;
827
+ colorQuaternary: string;
828
+ colorQuaternaryHover: string;
829
+ colorQuaternaryPressed: string;
796
830
  color: string;
797
831
  colorHover: string;
798
832
  colorPressed: string;
799
833
  colorFocus: string;
800
834
  colorDisabled: string;
801
835
  textColor: string;
836
+ textColorTertiary: string;
802
837
  textColorHover: string;
803
838
  textColorPressed: string;
804
839
  textColorFocus: string;
805
840
  textColorDisabled: string;
806
841
  textColorText: string;
807
- textColorTextDepth1: string;
808
- textColorTextDepth2: string;
809
- textColorTextDepth3: string;
810
842
  textColorTextHover: string;
811
843
  textColorTextPressed: string;
812
844
  textColorTextFocus: string;
@@ -953,9 +985,8 @@ declare const _default: import("vue").DefineComponent<{
953
985
  borderDisabledError: string;
954
986
  rippleColorError: string;
955
987
  waveOpacity: string;
956
- fontWeightText: string;
957
988
  fontWeight: string;
958
- fontWeighGhost: string;
989
+ fontWeightStrong: string;
959
990
  paddingTiny: string;
960
991
  paddingSmall: string;
961
992
  paddingMedium: string;
@@ -32,7 +32,7 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
32
32
  handleDateClick: (dateItem: DateItem | MonthItem | YearItem) => void;
33
33
  handleDateInputBlur: () => void;
34
34
  handleDateInput: (value: string) => void;
35
- handleTimePickerChange: (value: number) => void;
35
+ handleTimePickerChange: (value: number | null) => void;
36
36
  clearSelectedDateTime: () => void;
37
37
  virtualListContainer: () => HTMLElement;
38
38
  virtualListContent: () => HTMLElement;
@@ -131,9 +131,13 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
131
131
  tableHeaderColor: string;
132
132
  hoverColor: string;
133
133
  tableColorHover: string;
134
+ tableColorStriped: string;
134
135
  pressedColor: string;
135
136
  opacityDisabled: string;
136
137
  inputColorDisabled: string;
138
+ buttonColor2: string;
139
+ buttonColor2Hover: string;
140
+ buttonColor2Pressed: string;
137
141
  boxShadow1: string;
138
142
  boxShadow2: string;
139
143
  boxShadow3: string;
@@ -290,20 +294,30 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
290
294
  fontSizeMedium: string;
291
295
  fontSizeLarge: string;
292
296
  opacityDisabled: string;
297
+ colorOpacitySecondary: string;
298
+ colorOpacitySecondaryHover: string;
299
+ colorOpacitySecondaryPressed: string;
300
+ colorSecondary: string;
301
+ colorSecondaryHover: string;
302
+ colorSecondaryPressed: string;
303
+ colorTertiary: string;
304
+ colorTertiaryHover: string;
305
+ colorTertiaryPressed: string;
306
+ colorQuaternary: string;
307
+ colorQuaternaryHover: string;
308
+ colorQuaternaryPressed: string;
293
309
  color: string;
294
310
  colorHover: string;
295
311
  colorPressed: string;
296
312
  colorFocus: string;
297
313
  colorDisabled: string;
298
314
  textColor: string;
315
+ textColorTertiary: string;
299
316
  textColorHover: string;
300
317
  textColorPressed: string;
301
318
  textColorFocus: string;
302
319
  textColorDisabled: string;
303
320
  textColorText: string;
304
- textColorTextDepth1: string;
305
- textColorTextDepth2: string;
306
- textColorTextDepth3: string;
307
321
  textColorTextHover: string;
308
322
  textColorTextPressed: string;
309
323
  textColorTextFocus: string;
@@ -450,9 +464,8 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
450
464
  borderDisabledError: string;
451
465
  rippleColorError: string;
452
466
  waveOpacity: string;
453
- fontWeightText: string;
454
467
  fontWeight: string;
455
- fontWeighGhost: string;
468
+ fontWeightStrong: string;
456
469
  paddingTiny: string;
457
470
  paddingSmall: string;
458
471
  paddingMedium: string;
@@ -506,20 +519,30 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
506
519
  fontSizeMedium: string;
507
520
  fontSizeLarge: string;
508
521
  opacityDisabled: string;
522
+ colorOpacitySecondary: string;
523
+ colorOpacitySecondaryHover: string;
524
+ colorOpacitySecondaryPressed: string;
525
+ colorSecondary: string;
526
+ colorSecondaryHover: string;
527
+ colorSecondaryPressed: string;
528
+ colorTertiary: string;
529
+ colorTertiaryHover: string;
530
+ colorTertiaryPressed: string;
531
+ colorQuaternary: string;
532
+ colorQuaternaryHover: string;
533
+ colorQuaternaryPressed: string;
509
534
  color: string;
510
535
  colorHover: string;
511
536
  colorPressed: string;
512
537
  colorFocus: string;
513
538
  colorDisabled: string;
514
539
  textColor: string;
540
+ textColorTertiary: string;
515
541
  textColorHover: string;
516
542
  textColorPressed: string;
517
543
  textColorFocus: string;
518
544
  textColorDisabled: string;
519
545
  textColorText: string;
520
- textColorTextDepth1: string;
521
- textColorTextDepth2: string;
522
- textColorTextDepth3: string;
523
546
  textColorTextHover: string;
524
547
  textColorTextPressed: string;
525
548
  textColorTextFocus: string;
@@ -666,9 +689,8 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
666
689
  borderDisabledError: string;
667
690
  rippleColorError: string;
668
691
  waveOpacity: string;
669
- fontWeightText: string;
670
692
  fontWeight: string;
671
- fontWeighGhost: string;
693
+ fontWeightStrong: string;
672
694
  paddingTiny: string;
673
695
  paddingSmall: string;
674
696
  paddingMedium: string;
@@ -784,20 +806,30 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
784
806
  fontSizeMedium: string;
785
807
  fontSizeLarge: string;
786
808
  opacityDisabled: string;
809
+ colorOpacitySecondary: string;
810
+ colorOpacitySecondaryHover: string;
811
+ colorOpacitySecondaryPressed: string;
812
+ colorSecondary: string;
813
+ colorSecondaryHover: string;
814
+ colorSecondaryPressed: string;
815
+ colorTertiary: string;
816
+ colorTertiaryHover: string;
817
+ colorTertiaryPressed: string;
818
+ colorQuaternary: string;
819
+ colorQuaternaryHover: string;
820
+ colorQuaternaryPressed: string;
787
821
  color: string;
788
822
  colorHover: string;
789
823
  colorPressed: string;
790
824
  colorFocus: string;
791
825
  colorDisabled: string;
792
826
  textColor: string;
827
+ textColorTertiary: string;
793
828
  textColorHover: string;
794
829
  textColorPressed: string;
795
830
  textColorFocus: string;
796
831
  textColorDisabled: string;
797
832
  textColorText: string;
798
- textColorTextDepth1: string;
799
- textColorTextDepth2: string;
800
- textColorTextDepth3: string;
801
833
  textColorTextHover: string;
802
834
  textColorTextPressed: string;
803
835
  textColorTextFocus: string;
@@ -944,9 +976,8 @@ declare function useCalendar(props: ExtractPropTypes<typeof useCalendarProps>, t
944
976
  borderDisabledError: string;
945
977
  rippleColorError: string;
946
978
  waveOpacity: string;
947
- fontWeightText: string;
948
979
  fontWeight: string;
949
- fontWeighGhost: string;
980
+ fontWeightStrong: string;
950
981
  paddingTiny: string;
951
982
  paddingSmall: string;
952
983
  paddingMedium: string;
@@ -211,6 +211,8 @@ function useCalendar(props, type) {
211
211
  (_a = scrollbarInstRef.value) === null || _a === void 0 ? void 0 : _a.sync();
212
212
  }
213
213
  function handleTimePickerChange(value) {
214
+ if (value === null)
215
+ return;
214
216
  panelCommon.doUpdateValue(value, false);
215
217
  }
216
218
  function handleSingleShortcutMouseenter(shortcut) {
@@ -35,8 +35,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
35
35
  startTimeValue: import("vue").ComputedRef<number | null>;
36
36
  endTimeValue: import("vue").ComputedRef<number | null>;
37
37
  handleFocusDetectorFocus: () => void;
38
- handleStartTimePickerChange: (value: number) => void;
39
- handleEndTimePickerChange: (value: number) => void;
38
+ handleStartTimePickerChange: (value: number | null) => void;
39
+ handleEndTimePickerChange: (value: number | null) => void;
40
40
  handleStartDateInput: (value: string) => void;
41
41
  handleStartDateInputBlur: () => void;
42
42
  handleEndDateInput: (value: string) => void;
@@ -129,9 +129,13 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
129
129
  tableHeaderColor: string;
130
130
  hoverColor: string;
131
131
  tableColorHover: string;
132
+ tableColorStriped: string;
132
133
  pressedColor: string;
133
134
  opacityDisabled: string;
134
135
  inputColorDisabled: string;
136
+ buttonColor2: string;
137
+ buttonColor2Hover: string;
138
+ buttonColor2Pressed: string;
135
139
  boxShadow1: string;
136
140
  boxShadow2: string;
137
141
  boxShadow3: string;
@@ -288,20 +292,30 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
288
292
  fontSizeMedium: string;
289
293
  fontSizeLarge: string;
290
294
  opacityDisabled: string;
295
+ colorOpacitySecondary: string;
296
+ colorOpacitySecondaryHover: string;
297
+ colorOpacitySecondaryPressed: string;
298
+ colorSecondary: string;
299
+ colorSecondaryHover: string;
300
+ colorSecondaryPressed: string;
301
+ colorTertiary: string;
302
+ colorTertiaryHover: string;
303
+ colorTertiaryPressed: string;
304
+ colorQuaternary: string;
305
+ colorQuaternaryHover: string;
306
+ colorQuaternaryPressed: string;
291
307
  color: string;
292
308
  colorHover: string;
293
309
  colorPressed: string;
294
310
  colorFocus: string;
295
311
  colorDisabled: string;
296
312
  textColor: string;
313
+ textColorTertiary: string;
297
314
  textColorHover: string;
298
315
  textColorPressed: string;
299
316
  textColorFocus: string;
300
317
  textColorDisabled: string;
301
318
  textColorText: string;
302
- textColorTextDepth1: string;
303
- textColorTextDepth2: string;
304
- textColorTextDepth3: string;
305
319
  textColorTextHover: string;
306
320
  textColorTextPressed: string;
307
321
  textColorTextFocus: string;
@@ -448,9 +462,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
448
462
  borderDisabledError: string;
449
463
  rippleColorError: string;
450
464
  waveOpacity: string;
451
- fontWeightText: string;
452
465
  fontWeight: string;
453
- fontWeighGhost: string;
466
+ fontWeightStrong: string;
454
467
  paddingTiny: string;
455
468
  paddingSmall: string;
456
469
  paddingMedium: string;
@@ -504,20 +517,30 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
504
517
  fontSizeMedium: string;
505
518
  fontSizeLarge: string;
506
519
  opacityDisabled: string;
520
+ colorOpacitySecondary: string;
521
+ colorOpacitySecondaryHover: string;
522
+ colorOpacitySecondaryPressed: string;
523
+ colorSecondary: string;
524
+ colorSecondaryHover: string;
525
+ colorSecondaryPressed: string;
526
+ colorTertiary: string;
527
+ colorTertiaryHover: string;
528
+ colorTertiaryPressed: string;
529
+ colorQuaternary: string;
530
+ colorQuaternaryHover: string;
531
+ colorQuaternaryPressed: string;
507
532
  color: string;
508
533
  colorHover: string;
509
534
  colorPressed: string;
510
535
  colorFocus: string;
511
536
  colorDisabled: string;
512
537
  textColor: string;
538
+ textColorTertiary: string;
513
539
  textColorHover: string;
514
540
  textColorPressed: string;
515
541
  textColorFocus: string;
516
542
  textColorDisabled: string;
517
543
  textColorText: string;
518
- textColorTextDepth1: string;
519
- textColorTextDepth2: string;
520
- textColorTextDepth3: string;
521
544
  textColorTextHover: string;
522
545
  textColorTextPressed: string;
523
546
  textColorTextFocus: string;
@@ -664,9 +687,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
664
687
  borderDisabledError: string;
665
688
  rippleColorError: string;
666
689
  waveOpacity: string;
667
- fontWeightText: string;
668
690
  fontWeight: string;
669
- fontWeighGhost: string;
691
+ fontWeightStrong: string;
670
692
  paddingTiny: string;
671
693
  paddingSmall: string;
672
694
  paddingMedium: string;
@@ -782,20 +804,30 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
782
804
  fontSizeMedium: string;
783
805
  fontSizeLarge: string;
784
806
  opacityDisabled: string;
807
+ colorOpacitySecondary: string;
808
+ colorOpacitySecondaryHover: string;
809
+ colorOpacitySecondaryPressed: string;
810
+ colorSecondary: string;
811
+ colorSecondaryHover: string;
812
+ colorSecondaryPressed: string;
813
+ colorTertiary: string;
814
+ colorTertiaryHover: string;
815
+ colorTertiaryPressed: string;
816
+ colorQuaternary: string;
817
+ colorQuaternaryHover: string;
818
+ colorQuaternaryPressed: string;
785
819
  color: string;
786
820
  colorHover: string;
787
821
  colorPressed: string;
788
822
  colorFocus: string;
789
823
  colorDisabled: string;
790
824
  textColor: string;
825
+ textColorTertiary: string;
791
826
  textColorHover: string;
792
827
  textColorPressed: string;
793
828
  textColorFocus: string;
794
829
  textColorDisabled: string;
795
830
  textColorText: string;
796
- textColorTextDepth1: string;
797
- textColorTextDepth2: string;
798
- textColorTextDepth3: string;
799
831
  textColorTextHover: string;
800
832
  textColorTextPressed: string;
801
833
  textColorTextFocus: string;
@@ -942,9 +974,8 @@ declare function useDualCalendar(props: ExtractPropTypes<typeof useDualCalendarP
942
974
  borderDisabledError: string;
943
975
  rippleColorError: string;
944
976
  waveOpacity: string;
945
- fontWeightText: string;
946
977
  fontWeight: string;
947
- fontWeighGhost: string;
978
+ fontWeightStrong: string;
948
979
  paddingTiny: string;
949
980
  paddingSmall: string;
950
981
  paddingMedium: string;
@@ -420,9 +420,13 @@ function useDualCalendar(props, type = 'datetime') {
420
420
  endDateInputRef.value = (0, date_fns_1.format)(times[1], dateFormat, panelCommon.dateFnsOptions.value);
421
421
  }
422
422
  function handleStartTimePickerChange(value) {
423
+ if (value === null)
424
+ return;
423
425
  changeStartDateTime(value);
424
426
  }
425
427
  function handleEndTimePickerChange(value) {
428
+ if (value === null)
429
+ return;
426
430
  changeEndDateTime(value);
427
431
  }
428
432
  function handleRangeShortcutMouseenter(shortcut) {
@@ -95,9 +95,13 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
95
95
  tableHeaderColor: string;
96
96
  hoverColor: string;
97
97
  tableColorHover: string;
98
+ tableColorStriped: string;
98
99
  pressedColor: string;
99
100
  opacityDisabled: string;
100
101
  inputColorDisabled: string;
102
+ buttonColor2: string;
103
+ buttonColor2Hover: string;
104
+ buttonColor2Pressed: string;
101
105
  boxShadow1: string;
102
106
  boxShadow2: string;
103
107
  boxShadow3: string;
@@ -254,20 +258,30 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
254
258
  fontSizeMedium: string;
255
259
  fontSizeLarge: string;
256
260
  opacityDisabled: string;
261
+ colorOpacitySecondary: string;
262
+ colorOpacitySecondaryHover: string;
263
+ colorOpacitySecondaryPressed: string;
264
+ colorSecondary: string;
265
+ colorSecondaryHover: string;
266
+ colorSecondaryPressed: string;
267
+ colorTertiary: string;
268
+ colorTertiaryHover: string;
269
+ colorTertiaryPressed: string;
270
+ colorQuaternary: string;
271
+ colorQuaternaryHover: string;
272
+ colorQuaternaryPressed: string;
257
273
  color: string;
258
274
  colorHover: string;
259
275
  colorPressed: string;
260
276
  colorFocus: string;
261
277
  colorDisabled: string;
262
278
  textColor: string;
279
+ textColorTertiary: string;
263
280
  textColorHover: string;
264
281
  textColorPressed: string;
265
282
  textColorFocus: string;
266
283
  textColorDisabled: string;
267
284
  textColorText: string;
268
- textColorTextDepth1: string;
269
- textColorTextDepth2: string;
270
- textColorTextDepth3: string;
271
285
  textColorTextHover: string;
272
286
  textColorTextPressed: string;
273
287
  textColorTextFocus: string;
@@ -414,9 +428,8 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
414
428
  borderDisabledError: string;
415
429
  rippleColorError: string;
416
430
  waveOpacity: string;
417
- fontWeightText: string;
418
431
  fontWeight: string;
419
- fontWeighGhost: string;
432
+ fontWeightStrong: string;
420
433
  paddingTiny: string;
421
434
  paddingSmall: string;
422
435
  paddingMedium: string;
@@ -470,20 +483,30 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
470
483
  fontSizeMedium: string;
471
484
  fontSizeLarge: string;
472
485
  opacityDisabled: string;
486
+ colorOpacitySecondary: string;
487
+ colorOpacitySecondaryHover: string;
488
+ colorOpacitySecondaryPressed: string;
489
+ colorSecondary: string;
490
+ colorSecondaryHover: string;
491
+ colorSecondaryPressed: string;
492
+ colorTertiary: string;
493
+ colorTertiaryHover: string;
494
+ colorTertiaryPressed: string;
495
+ colorQuaternary: string;
496
+ colorQuaternaryHover: string;
497
+ colorQuaternaryPressed: string;
473
498
  color: string;
474
499
  colorHover: string;
475
500
  colorPressed: string;
476
501
  colorFocus: string;
477
502
  colorDisabled: string;
478
503
  textColor: string;
504
+ textColorTertiary: string;
479
505
  textColorHover: string;
480
506
  textColorPressed: string;
481
507
  textColorFocus: string;
482
508
  textColorDisabled: string;
483
509
  textColorText: string;
484
- textColorTextDepth1: string;
485
- textColorTextDepth2: string;
486
- textColorTextDepth3: string;
487
510
  textColorTextHover: string;
488
511
  textColorTextPressed: string;
489
512
  textColorTextFocus: string;
@@ -630,9 +653,8 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
630
653
  borderDisabledError: string;
631
654
  rippleColorError: string;
632
655
  waveOpacity: string;
633
- fontWeightText: string;
634
656
  fontWeight: string;
635
- fontWeighGhost: string;
657
+ fontWeightStrong: string;
636
658
  paddingTiny: string;
637
659
  paddingSmall: string;
638
660
  paddingMedium: string;
@@ -748,20 +770,30 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
748
770
  fontSizeMedium: string;
749
771
  fontSizeLarge: string;
750
772
  opacityDisabled: string;
773
+ colorOpacitySecondary: string;
774
+ colorOpacitySecondaryHover: string;
775
+ colorOpacitySecondaryPressed: string;
776
+ colorSecondary: string;
777
+ colorSecondaryHover: string;
778
+ colorSecondaryPressed: string;
779
+ colorTertiary: string;
780
+ colorTertiaryHover: string;
781
+ colorTertiaryPressed: string;
782
+ colorQuaternary: string;
783
+ colorQuaternaryHover: string;
784
+ colorQuaternaryPressed: string;
751
785
  color: string;
752
786
  colorHover: string;
753
787
  colorPressed: string;
754
788
  colorFocus: string;
755
789
  colorDisabled: string;
756
790
  textColor: string;
791
+ textColorTertiary: string;
757
792
  textColorHover: string;
758
793
  textColorPressed: string;
759
794
  textColorFocus: string;
760
795
  textColorDisabled: string;
761
796
  textColorText: string;
762
- textColorTextDepth1: string;
763
- textColorTextDepth2: string;
764
- textColorTextDepth3: string;
765
797
  textColorTextHover: string;
766
798
  textColorTextPressed: string;
767
799
  textColorTextFocus: string;
@@ -908,9 +940,8 @@ declare function usePanelCommon(props: UsePanelCommonProps): {
908
940
  borderDisabledError: string;
909
941
  rippleColorError: string;
910
942
  waveOpacity: string;
911
- fontWeightText: string;
912
943
  fontWeight: string;
913
- fontWeighGhost: string;
944
+ fontWeightStrong: string;
914
945
  paddingTiny: string;
915
946
  paddingSmall: string;
916
947
  paddingMedium: string;