@web_xiaobai/ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. package/README.md +5 -0
  2. package/dist/_constant/base.d.ts +3 -0
  3. package/dist/_extendThemeOverrides/Alert.d.ts +3 -0
  4. package/dist/_extendThemeOverrides/Cascader.d.ts +10 -0
  5. package/dist/_extendThemeOverrides/InputGroupLabel.d.ts +5 -0
  6. package/dist/_extendThemeOverrides/InputNumber.d.ts +53 -0
  7. package/dist/_extendThemeOverrides/Layout.d.ts +8 -0
  8. package/dist/_extendThemeOverrides/Menu.d.ts +7 -0
  9. package/dist/_extendThemeOverrides/Pagination.d.ts +19 -0
  10. package/dist/_extendThemeOverrides/Popconfirm.d.ts +9 -0
  11. package/dist/_extendThemeOverrides/Progress.d.ts +37 -0
  12. package/dist/_extendThemeOverrides/Radio.d.ts +7 -0
  13. package/dist/_extendThemeOverrides/Select.d.ts +5 -0
  14. package/dist/_extendThemeOverrides/Slider.d.ts +12 -0
  15. package/dist/_extendThemeOverrides/Steps.d.ts +10 -0
  16. package/dist/_extendThemeOverrides/Switch.d.ts +9 -0
  17. package/dist/_extendThemeOverrides/Tabs.d.ts +68 -0
  18. package/dist/_extendThemeOverrides/Tag.d.ts +6 -0
  19. package/dist/_extendThemeOverrides/Transfer.d.ts +9 -0
  20. package/dist/_hooks/boden-use-config-provide-context.d.ts +12 -0
  21. package/dist/_hooks/boden-use-theme.d.ts +3 -0
  22. package/dist/_hooks/index.d.ts +1 -0
  23. package/dist/_mixins/use-theme.d.ts +3 -0
  24. package/dist/_themeOverrides/InternalSelectMenu/_common.d.ts +2 -0
  25. package/dist/_themeOverrides/InternalSelectMenu/dark.d.ts +2 -0
  26. package/dist/_themeOverrides/InternalSelectMenu/index.d.ts +2 -0
  27. package/dist/_themeOverrides/InternalSelectMenu/light.d.ts +2 -0
  28. package/dist/_themeOverrides/InternalSelection/_common.d.ts +2 -0
  29. package/dist/_themeOverrides/InternalSelection/dark.d.ts +2 -0
  30. package/dist/_themeOverrides/InternalSelection/index.d.ts +2 -0
  31. package/dist/_themeOverrides/InternalSelection/light.d.ts +2 -0
  32. package/dist/_themeOverrides/Scrollbar/_common.d.ts +2 -0
  33. package/dist/_themeOverrides/Scrollbar/dark.d.ts +2 -0
  34. package/dist/_themeOverrides/Scrollbar/index.d.ts +2 -0
  35. package/dist/_themeOverrides/Scrollbar/light.d.ts +2 -0
  36. package/dist/_themes/index.d.ts +7 -0
  37. package/dist/_themes/multi-themes/enum.d.ts +4 -0
  38. package/dist/_themes/multi-themes/index.d.ts +4 -0
  39. package/dist/_themes/multi-themes/theme-dark.d.ts +2 -0
  40. package/dist/_themes/multi-themes/theme-light.d.ts +2 -0
  41. package/dist/_themes/multi-themes/type.d.ts +12 -0
  42. package/dist/_themes/tailwind-theme/index.d.ts +2 -0
  43. package/dist/_themes/tailwind-theme/type.d.ts +10 -0
  44. package/dist/_types/_extendTheme.d.ts +36 -0
  45. package/dist/_types/_internal.d.ts +94 -0
  46. package/dist/_types/index.d.ts +3 -0
  47. package/dist/_utils/call.d.ts +7 -0
  48. package/dist/_utils/cssr.d.ts +4 -0
  49. package/dist/_utils/cssrScrollbar.d.ts +4 -0
  50. package/dist/_utils/index.d.ts +1 -0
  51. package/dist/_utils/resolve-slot.d.ts +3 -0
  52. package/dist/boden-ui.es.js +35032 -0
  53. package/dist/boden-ui.umd.js +4202 -0
  54. package/dist/components/Alert/index.d.ts +4 -0
  55. package/dist/components/Alert/src/Alert.d.ts +453 -0
  56. package/dist/components/Alert/src/props.d.ts +226 -0
  57. package/dist/components/Alert/src/styles/index.cssr.d.ts +2 -0
  58. package/dist/components/Alert/src/types.d.ts +3 -0
  59. package/dist/components/Alert/src/useCssVars.d.ts +7 -0
  60. package/dist/components/Alert/styles/_common.d.ts +4 -0
  61. package/dist/components/Alert/styles/dark.d.ts +4 -0
  62. package/dist/components/Alert/styles/index.d.ts +2 -0
  63. package/dist/components/Alert/styles/light.d.ts +4 -0
  64. package/dist/components/AppProvider/index.d.ts +1 -0
  65. package/dist/components/AppProvider/src/AppProvider.vue.d.ts +17 -0
  66. package/dist/components/Breadcrumb/index.d.ts +4 -0
  67. package/dist/components/Breadcrumb/src/Breadcrumb.d.ts +94 -0
  68. package/dist/components/Breadcrumb/src/props.d.ts +45 -0
  69. package/dist/components/Breadcrumb/src/types.d.ts +3 -0
  70. package/dist/components/Breadcrumb/styles/_common.d.ts +2 -0
  71. package/dist/components/Breadcrumb/styles/dark.d.ts +2 -0
  72. package/dist/components/Breadcrumb/styles/index.d.ts +2 -0
  73. package/dist/components/Breadcrumb/styles/light.d.ts +2 -0
  74. package/dist/components/Button/index.d.ts +4 -0
  75. package/dist/components/Button/src/Button.d.ts +1369 -0
  76. package/dist/components/Button/src/props.d.ts +674 -0
  77. package/dist/components/Button/src/styles/index.cssr.d.ts +2 -0
  78. package/dist/components/Button/src/types.d.ts +3 -0
  79. package/dist/components/Button/src/useCssVars.d.ts +7 -0
  80. package/dist/components/Button/styles/_common.d.ts +2 -0
  81. package/dist/components/Button/styles/dark.d.ts +2 -0
  82. package/dist/components/Button/styles/index.d.ts +2 -0
  83. package/dist/components/Button/styles/light.d.ts +2 -0
  84. package/dist/components/Card/index.d.ts +4 -0
  85. package/dist/components/Card/src/Card.d.ts +309 -0
  86. package/dist/components/Card/src/props.d.ts +149 -0
  87. package/dist/components/Card/src/styles/index.cssr.d.ts +2 -0
  88. package/dist/components/Card/src/types.d.ts +3 -0
  89. package/dist/components/Card/styles/_common.d.ts +2 -0
  90. package/dist/components/Card/styles/dark.d.ts +2 -0
  91. package/dist/components/Card/styles/index.d.ts +2 -0
  92. package/dist/components/Card/styles/light.d.ts +2 -0
  93. package/dist/components/Cascader/index.d.ts +4 -0
  94. package/dist/components/Cascader/src/Cascader.vue.d.ts +4817 -0
  95. package/dist/components/Cascader/src/props.d.ts +795 -0
  96. package/dist/components/Cascader/src/styles/index.cssr.d.ts +2 -0
  97. package/dist/components/Cascader/src/types.d.ts +5 -0
  98. package/dist/components/Cascader/src/useCssVars.d.ts +14 -0
  99. package/dist/components/Cascader/styles/_common.d.ts +4 -0
  100. package/dist/components/Cascader/styles/dark.d.ts +4 -0
  101. package/dist/components/Cascader/styles/index.d.ts +2 -0
  102. package/dist/components/Cascader/styles/light.d.ts +4 -0
  103. package/dist/components/Checkbox/index.d.ts +4 -0
  104. package/dist/components/Checkbox/src/Checkbox.vue.d.ts +750 -0
  105. package/dist/components/Checkbox/src/props.d.ts +128 -0
  106. package/dist/components/Checkbox/src/styles/index.cssr.d.ts +2 -0
  107. package/dist/components/Checkbox/src/types.d.ts +5 -0
  108. package/dist/components/Checkbox/styles/_common.d.ts +2 -0
  109. package/dist/components/Checkbox/styles/dark.d.ts +2 -0
  110. package/dist/components/Checkbox/styles/index.d.ts +2 -0
  111. package/dist/components/Checkbox/styles/light.d.ts +2 -0
  112. package/dist/components/CheckboxGroup/index.d.ts +3 -0
  113. package/dist/components/CheckboxGroup/src/CheckboxGroup.vue.d.ts +1267 -0
  114. package/dist/components/CheckboxGroup/src/props.d.ts +60 -0
  115. package/dist/components/CheckboxGroup/src/styles/index.cssr.d.ts +2 -0
  116. package/dist/components/CheckboxGroup/src/types.d.ts +3 -0
  117. package/dist/components/ConfigProvider/ConfigProvider.d.ts +96 -0
  118. package/dist/components/ConfigProvider/index.d.ts +3 -0
  119. package/dist/components/ConfigProvider/props.d.ts +43 -0
  120. package/dist/components/ConfigProvider/types.d.ts +3 -0
  121. package/dist/components/ConfirmTip/index.d.ts +7 -0
  122. package/dist/components/DataTable/index.d.ts +4 -0
  123. package/dist/components/DataTable/src/DataTable.d.ts +14548 -0
  124. package/dist/components/DataTable/src/props.d.ts +2867 -0
  125. package/dist/components/DataTable/src/styles/index.cssr.d.ts +2 -0
  126. package/dist/components/DataTable/src/types.d.ts +8 -0
  127. package/dist/components/DataTable/src/useCssVars.d.ts +8 -0
  128. package/dist/components/DataTable/styles/_common.d.ts +2 -0
  129. package/dist/components/DataTable/styles/dark.d.ts +2 -0
  130. package/dist/components/DataTable/styles/index.d.ts +2 -0
  131. package/dist/components/DataTable/styles/light.d.ts +2 -0
  132. package/dist/components/Dialog/index.d.ts +1 -0
  133. package/dist/components/Dialog/styles/_common.d.ts +2 -0
  134. package/dist/components/Dialog/styles/dark.d.ts +2 -0
  135. package/dist/components/Dialog/styles/index.d.ts +2 -0
  136. package/dist/components/Dialog/styles/light.d.ts +2 -0
  137. package/dist/components/Dropdown/index.d.ts +4 -0
  138. package/dist/components/Dropdown/src/DropDown.d.ts +787 -0
  139. package/dist/components/Dropdown/src/props.d.ts +377 -0
  140. package/dist/components/Dropdown/src/types.d.ts +1 -0
  141. package/dist/components/Dropdown/styles/_common.d.ts +2 -0
  142. package/dist/components/Dropdown/styles/dark.d.ts +2 -0
  143. package/dist/components/Dropdown/styles/index.d.ts +2 -0
  144. package/dist/components/Dropdown/styles/light.d.ts +2 -0
  145. package/dist/components/IconButton/index.d.ts +2 -0
  146. package/dist/components/IconButton/src/index.vue.d.ts +6 -0
  147. package/dist/components/IconButton/src/props.d.ts +7 -0
  148. package/dist/components/Input/index.d.ts +4 -0
  149. package/dist/components/Input/src/Input.d.ts +1073 -0
  150. package/dist/components/Input/src/props.d.ts +323 -0
  151. package/dist/components/Input/src/styles/index.cssr.d.ts +2 -0
  152. package/dist/components/Input/src/types.d.ts +5 -0
  153. package/dist/components/Input/styles/_common.d.ts +2 -0
  154. package/dist/components/Input/styles/dark.d.ts +2 -0
  155. package/dist/components/Input/styles/index.d.ts +2 -0
  156. package/dist/components/Input/styles/light.d.ts +2 -0
  157. package/dist/components/InputGroupLabel/index.d.ts +4 -0
  158. package/dist/components/InputGroupLabel/src/InputGroupLabel.d.ts +487 -0
  159. package/dist/components/InputGroupLabel/src/props.d.ts +242 -0
  160. package/dist/components/InputGroupLabel/src/styles/index.cssr.d.ts +2 -0
  161. package/dist/components/InputGroupLabel/src/types.d.ts +3 -0
  162. package/dist/components/InputGroupLabel/src/useCssVars.d.ts +9 -0
  163. package/dist/components/InputGroupLabel/styles/_common.d.ts +2 -0
  164. package/dist/components/InputGroupLabel/styles/dark.d.ts +4 -0
  165. package/dist/components/InputGroupLabel/styles/index.d.ts +2 -0
  166. package/dist/components/InputGroupLabel/styles/light.d.ts +4 -0
  167. package/dist/components/InputNumber/index.d.ts +4 -0
  168. package/dist/components/InputNumber/src/InputNumber.vue.d.ts +7093 -0
  169. package/dist/components/InputNumber/src/props.d.ts +932 -0
  170. package/dist/components/InputNumber/src/styles/index.cssr.d.ts +2 -0
  171. package/dist/components/InputNumber/src/types.d.ts +5 -0
  172. package/dist/components/InputNumber/src/useCssVars.d.ts +55 -0
  173. package/dist/components/InputNumber/styles/_common.d.ts +2 -0
  174. package/dist/components/InputNumber/styles/dark.d.ts +4 -0
  175. package/dist/components/InputNumber/styles/index.d.ts +2 -0
  176. package/dist/components/InputNumber/styles/light.d.ts +4 -0
  177. package/dist/components/Layout/index.d.ts +4 -0
  178. package/dist/components/Layout/src/Layout.vue.d.ts +49 -0
  179. package/dist/components/Layout/src/WrapContent.vue.d.ts +22 -0
  180. package/dist/components/Layout/src/WrapFooter.vue.d.ts +24 -0
  181. package/dist/components/Layout/src/WrapHeader.vue.d.ts +24 -0
  182. package/dist/components/Layout/src/WrapSidebar.vue.d.ts +24 -0
  183. package/dist/components/Layout/src/WrapTab.vue.d.ts +24 -0
  184. package/dist/components/Layout/src/layoutCssVar.d.ts +2 -0
  185. package/dist/components/Layout/src/options.d.ts +3 -0
  186. package/dist/components/Layout/src/styles/index.cssr.d.ts +5 -0
  187. package/dist/components/Layout/src/type.d.ts +57 -0
  188. package/dist/components/Layout/src/useCssVars.d.ts +12 -0
  189. package/dist/components/Layout/styles/_common.d.ts +2 -0
  190. package/dist/components/Layout/styles/dark.d.ts +2 -0
  191. package/dist/components/Layout/styles/index.d.ts +2 -0
  192. package/dist/components/Layout/styles/light.d.ts +2 -0
  193. package/dist/components/Menu/index.d.ts +4 -0
  194. package/dist/components/Menu/src/Menu.d.ts +2386 -0
  195. package/dist/components/Menu/src/props.d.ts +693 -0
  196. package/dist/components/Menu/src/styles/index.cssr.d.ts +2 -0
  197. package/dist/components/Menu/src/types.d.ts +3 -0
  198. package/dist/components/Menu/src/useCssVars.d.ts +11 -0
  199. package/dist/components/Menu/styles/_common.d.ts +4 -0
  200. package/dist/components/Menu/styles/dark.d.ts +4 -0
  201. package/dist/components/Menu/styles/index.d.ts +2 -0
  202. package/dist/components/Menu/styles/light.d.ts +4 -0
  203. package/dist/components/Modal/index.d.ts +4 -0
  204. package/dist/components/Modal/src/Dialog.d.ts +3464 -0
  205. package/dist/components/Modal/src/props.d.ts +1073 -0
  206. package/dist/components/Modal/src/styles/index.cssr.d.ts +2 -0
  207. package/dist/components/Modal/src/types.d.ts +9 -0
  208. package/dist/components/Modal/styles/_common.d.ts +2 -0
  209. package/dist/components/Modal/styles/dark.d.ts +2 -0
  210. package/dist/components/Modal/styles/index.d.ts +2 -0
  211. package/dist/components/Modal/styles/light.d.ts +2 -0
  212. package/dist/components/Pagination/index.d.ts +4 -0
  213. package/dist/components/Pagination/src/Pagination.d.ts +12665 -0
  214. package/dist/components/Pagination/src/props.d.ts +1272 -0
  215. package/dist/components/Pagination/src/styles/index.cssr.d.ts +2 -0
  216. package/dist/components/Pagination/src/types.d.ts +7 -0
  217. package/dist/components/Pagination/src/useCssVars.d.ts +14 -0
  218. package/dist/components/Pagination/styles/_common.d.ts +4 -0
  219. package/dist/components/Pagination/styles/dark.d.ts +4 -0
  220. package/dist/components/Pagination/styles/index.d.ts +2 -0
  221. package/dist/components/Pagination/styles/light.d.ts +4 -0
  222. package/dist/components/Popconfirm/index.d.ts +4 -0
  223. package/dist/components/Popconfirm/src/Popconfirm.d.ts +3056 -0
  224. package/dist/components/Popconfirm/src/props.d.ts +872 -0
  225. package/dist/components/Popconfirm/src/styles/index.cssr.d.ts +2 -0
  226. package/dist/components/Popconfirm/src/types.d.ts +5 -0
  227. package/dist/components/Popconfirm/src/useCssVars.d.ts +11 -0
  228. package/dist/components/Popconfirm/styles/_common.d.ts +4 -0
  229. package/dist/components/Popconfirm/styles/dark.d.ts +4 -0
  230. package/dist/components/Popconfirm/styles/index.d.ts +2 -0
  231. package/dist/components/Popconfirm/styles/light.d.ts +4 -0
  232. package/dist/components/Popover/index.d.ts +4 -0
  233. package/dist/components/Popover/src/Popover.d.ts +386 -0
  234. package/dist/components/Popover/src/props.d.ts +179 -0
  235. package/dist/components/Popover/src/styles/index.cssr.d.ts +2 -0
  236. package/dist/components/Popover/src/types.d.ts +5 -0
  237. package/dist/components/Popover/styles/_common.d.ts +2 -0
  238. package/dist/components/Popover/styles/dark.d.ts +2 -0
  239. package/dist/components/Popover/styles/index.d.ts +2 -0
  240. package/dist/components/Popover/styles/light.d.ts +2 -0
  241. package/dist/components/Progress/index.d.ts +4 -0
  242. package/dist/components/Progress/src/Progress.d.ts +473 -0
  243. package/dist/components/Progress/src/ProgressCircle.d.ts +7 -0
  244. package/dist/components/Progress/src/ProgressCommon.d.ts +5 -0
  245. package/dist/components/Progress/src/ProgressDashboard.d.ts +4 -0
  246. package/dist/components/Progress/src/ProgressLine.d.ts +4 -0
  247. package/dist/components/Progress/src/props.d.ts +150 -0
  248. package/dist/components/Progress/src/styles/index.cssr.d.ts +2 -0
  249. package/dist/components/Progress/src/types.d.ts +8 -0
  250. package/dist/components/Progress/src/useCssVars.d.ts +21 -0
  251. package/dist/components/Progress/styles/_common.d.ts +4 -0
  252. package/dist/components/Progress/styles/dark.d.ts +4 -0
  253. package/dist/components/Progress/styles/index.d.ts +2 -0
  254. package/dist/components/Progress/styles/light.d.ts +4 -0
  255. package/dist/components/Radio/index.d.ts +4 -0
  256. package/dist/components/Radio/src/Radio.vue.d.ts +835 -0
  257. package/dist/components/Radio/src/props.d.ts +163 -0
  258. package/dist/components/Radio/src/styles/index.cssr.d.ts +2 -0
  259. package/dist/components/Radio/src/types.d.ts +3 -0
  260. package/dist/components/Radio/src/useCssVars.d.ts +10 -0
  261. package/dist/components/Radio/styles/_common.d.ts +4 -0
  262. package/dist/components/Radio/styles/dark.d.ts +4 -0
  263. package/dist/components/Radio/styles/index.d.ts +2 -0
  264. package/dist/components/Radio/styles/light.d.ts +4 -0
  265. package/dist/components/RadioGroup/index.d.ts +3 -0
  266. package/dist/components/RadioGroup/src/RadioGroup.vue.d.ts +1933 -0
  267. package/dist/components/RadioGroup/src/props.d.ts +173 -0
  268. package/dist/components/RadioGroup/src/styles/index.cssr.d.ts +2 -0
  269. package/dist/components/RadioGroup/src/types.d.ts +3 -0
  270. package/dist/components/Slider/index.d.ts +4 -0
  271. package/dist/components/Slider/src/Slider.vue.d.ts +7960 -0
  272. package/dist/components/Slider/src/props.d.ts +158 -0
  273. package/dist/components/Slider/src/styles/index.cssr.d.ts +2 -0
  274. package/dist/components/Slider/src/types.d.ts +3 -0
  275. package/dist/components/Slider/src/useCssVars.d.ts +13 -0
  276. package/dist/components/Slider/styles/_common.d.ts +4 -0
  277. package/dist/components/Slider/styles/dark.d.ts +4 -0
  278. package/dist/components/Slider/styles/index.d.ts +2 -0
  279. package/dist/components/Slider/styles/light.d.ts +4 -0
  280. package/dist/components/Steps/index.d.ts +4 -0
  281. package/dist/components/Steps/src/Steps.d.ts +262 -0
  282. package/dist/components/Steps/src/props.d.ts +130 -0
  283. package/dist/components/Steps/src/styles/index.cssr.d.ts +2 -0
  284. package/dist/components/Steps/src/types.d.ts +3 -0
  285. package/dist/components/Steps/src/useCssVars.d.ts +11 -0
  286. package/dist/components/Steps/styles/_common.d.ts +4 -0
  287. package/dist/components/Steps/styles/dark.d.ts +4 -0
  288. package/dist/components/Steps/styles/index.d.ts +2 -0
  289. package/dist/components/Steps/styles/light.d.ts +4 -0
  290. package/dist/components/SvgIcon/index.d.ts +5 -0
  291. package/dist/components/SvgIcon/src/SvgIcon.vue.d.ts +8 -0
  292. package/dist/components/SvgIcon/src/hook.d.ts +6 -0
  293. package/dist/components/SvgIcon/src/props.d.ts +7 -0
  294. package/dist/components/SvgIcon/src/styles/index.cssr.d.ts +2 -0
  295. package/dist/components/SvgIcon/src/types.d.ts +5 -0
  296. package/dist/components/SvgIcon/types.d.ts +11 -0
  297. package/dist/components/Switch/index.d.ts +4 -0
  298. package/dist/components/Switch/src/Switch.vue.d.ts +854 -0
  299. package/dist/components/Switch/src/props.d.ts +174 -0
  300. package/dist/components/Switch/src/styles/index.cssr.d.ts +2 -0
  301. package/dist/components/Switch/src/types.d.ts +3 -0
  302. package/dist/components/Switch/src/useCssVars.d.ts +10 -0
  303. package/dist/components/Switch/styles/_common.d.ts +4 -0
  304. package/dist/components/Switch/styles/dark.d.ts +4 -0
  305. package/dist/components/Switch/styles/index.d.ts +2 -0
  306. package/dist/components/Switch/styles/light.d.ts +4 -0
  307. package/dist/components/Tabs/index.d.ts +4 -0
  308. package/dist/components/Tabs/src/Tabs.vue.d.ts +1898 -0
  309. package/dist/components/Tabs/src/props.d.ts +327 -0
  310. package/dist/components/Tabs/src/styles/index.cssr.d.ts +2 -0
  311. package/dist/components/Tabs/src/types.d.ts +5 -0
  312. package/dist/components/Tabs/src/useCssVars.d.ts +49 -0
  313. package/dist/components/Tabs/styles/_common.d.ts +4 -0
  314. package/dist/components/Tabs/styles/dark.d.ts +4 -0
  315. package/dist/components/Tabs/styles/index.d.ts +2 -0
  316. package/dist/components/Tabs/styles/light.d.ts +4 -0
  317. package/dist/components/Tag/index.d.ts +4 -0
  318. package/dist/components/Tag/src/Tag.vue.d.ts +1685 -0
  319. package/dist/components/Tag/src/props.d.ts +310 -0
  320. package/dist/components/Tag/src/styles/index.cssr.d.ts +2 -0
  321. package/dist/components/Tag/src/types.d.ts +3 -0
  322. package/dist/components/Tag/src/useCssVars.d.ts +8 -0
  323. package/dist/components/Tag/styles/_common.d.ts +4 -0
  324. package/dist/components/Tag/styles/dark.d.ts +4 -0
  325. package/dist/components/Tag/styles/index.d.ts +2 -0
  326. package/dist/components/Tag/styles/light.d.ts +4 -0
  327. package/dist/components/Tooltip/index.d.ts +4 -0
  328. package/dist/components/Tooltip/src/Tooltip.d.ts +430 -0
  329. package/dist/components/Tooltip/src/props.d.ts +201 -0
  330. package/dist/components/Tooltip/src/styles/index.cssr.d.ts +2 -0
  331. package/dist/components/Tooltip/src/types.d.ts +5 -0
  332. package/dist/components/Tooltip/styles/_common.d.ts +2 -0
  333. package/dist/components/Tooltip/styles/dark.d.ts +2 -0
  334. package/dist/components/Tooltip/styles/index.d.ts +2 -0
  335. package/dist/components/Tooltip/styles/light.d.ts +2 -0
  336. package/dist/components/Transfer/index.d.ts +4 -0
  337. package/dist/components/Transfer/src/Transfer.d.ts +2367 -0
  338. package/dist/components/Transfer/src/Transfer1.d.ts +2367 -0
  339. package/dist/components/Transfer/src/props.d.ts +1180 -0
  340. package/dist/components/Transfer/src/styles/index.cssr.d.ts +2 -0
  341. package/dist/components/Transfer/src/styles/index.cssr1.d.ts +2 -0
  342. package/dist/components/Transfer/src/types.d.ts +3 -0
  343. package/dist/components/Transfer/src/useCssVars.d.ts +12 -0
  344. package/dist/components/Transfer/styles/_common.d.ts +4 -0
  345. package/dist/components/Transfer/styles/dark.d.ts +4 -0
  346. package/dist/components/Transfer/styles/index.d.ts +2 -0
  347. package/dist/components/Transfer/styles/light.d.ts +4 -0
  348. package/dist/components/Tree/index.d.ts +4 -0
  349. package/dist/components/Tree/src/Tree.d.ts +767 -0
  350. package/dist/components/Tree/src/props.d.ts +362 -0
  351. package/dist/components/Tree/src/styles/index.cssr.d.ts +2 -0
  352. package/dist/components/Tree/src/types.d.ts +5 -0
  353. package/dist/components/Tree/styles/_common.d.ts +2 -0
  354. package/dist/components/Tree/styles/dark.d.ts +2 -0
  355. package/dist/components/Tree/styles/index.d.ts +2 -0
  356. package/dist/components/Tree/styles/light.d.ts +2 -0
  357. package/dist/components/TreeSelect/index.d.ts +4 -0
  358. package/dist/components/TreeSelect/src/TreeSelect.d.ts +1378 -0
  359. package/dist/components/TreeSelect/src/props.d.ts +673 -0
  360. package/dist/components/TreeSelect/src/styles/index.cssr.d.ts +2 -0
  361. package/dist/components/TreeSelect/src/types.d.ts +5 -0
  362. package/dist/components/TreeSelect/styles/_common.d.ts +2 -0
  363. package/dist/components/TreeSelect/styles/dark.d.ts +2 -0
  364. package/dist/components/TreeSelect/styles/index.d.ts +2 -0
  365. package/dist/components/TreeSelect/styles/light.d.ts +2 -0
  366. package/dist/components/index.d.ts +37 -0
  367. package/dist/components/select/index.d.ts +4 -0
  368. package/dist/components/select/src/Select.d.ts +2717 -0
  369. package/dist/components/select/src/props.d.ts +593 -0
  370. package/dist/components/select/src/styles/index.cssr.d.ts +2 -0
  371. package/dist/components/select/src/types.d.ts +5 -0
  372. package/dist/components/select/src/useCssVars.d.ts +13 -0
  373. package/dist/components/select/styles/_common.d.ts +4 -0
  374. package/dist/components/select/styles/dark.d.ts +4 -0
  375. package/dist/components/select/styles/index.d.ts +2 -0
  376. package/dist/components/select/styles/light.d.ts +4 -0
  377. package/dist/config/index.d.ts +2 -0
  378. package/dist/config/themes/dark.d.ts +2 -0
  379. package/dist/config/themes/index.d.ts +2 -0
  380. package/dist/config/themes/light.d.ts +2 -0
  381. package/dist/config/themesExtend/dark.d.ts +2 -0
  382. package/dist/config/themesExtend/index.d.ts +2 -0
  383. package/dist/config/themesExtend/light.d.ts +2 -0
  384. package/dist/index.d.ts +10 -0
  385. package/dist/styles/index.d.ts +1 -0
  386. package/dist/styles/vars/Base/dark.d.ts +3 -0
  387. package/dist/styles/vars/Base/index.d.ts +3 -0
  388. package/dist/styles/vars/Base/light.d.ts +59 -0
  389. package/dist/styles/vars/colors/dark.d.ts +3 -0
  390. package/dist/styles/vars/colors/index.d.ts +3 -0
  391. package/dist/styles/vars/colors/light.d.ts +26 -0
  392. package/dist/styles/vars/index.d.ts +2 -0
  393. package/package.json +69 -0
@@ -0,0 +1,1180 @@
1
+ import { PropType } from 'vue';
2
+ import { TransferExtendThemeOverrides } from '../../../_extendThemeOverrides/Transfer';
3
+ export type Size = "small" | "medium" | "large";
4
+ export declare const bodenTransferProps: {
5
+ readonly size: {
6
+ readonly type: PropType<Size>;
7
+ readonly default: "medium";
8
+ };
9
+ readonly useBodenSelectAll: {
10
+ readonly type: BooleanConstructor;
11
+ readonly default: false;
12
+ };
13
+ readonly extendThemeOverrides: {
14
+ readonly type: PropType<TransferExtendThemeOverrides>;
15
+ readonly default: () => {};
16
+ };
17
+ readonly value: PropType<import('naive-ui/es/transfer/src/interface').OptionValue[] | null>;
18
+ readonly defaultValue: {
19
+ readonly type: PropType<import('naive-ui/es/transfer/src/interface').OptionValue[] | null>;
20
+ readonly default: null;
21
+ };
22
+ readonly options: {
23
+ readonly type: PropType<import('naive-ui').TransferOption[]>;
24
+ readonly default: () => never[];
25
+ };
26
+ readonly disabled: {
27
+ readonly type: PropType<boolean | undefined>;
28
+ readonly default: undefined;
29
+ };
30
+ readonly virtualScroll: BooleanConstructor;
31
+ readonly sourceTitle: PropType<string | (() => import('vue').VNodeChild)>;
32
+ readonly selectAllText: StringConstructor;
33
+ readonly clearText: StringConstructor;
34
+ readonly targetTitle: PropType<string | (() => import('vue').VNodeChild)>;
35
+ readonly filterable: {
36
+ readonly type: BooleanConstructor;
37
+ readonly default: undefined;
38
+ };
39
+ readonly sourceFilterable: BooleanConstructor;
40
+ readonly targetFilterable: BooleanConstructor;
41
+ readonly showSelected: {
42
+ readonly type: BooleanConstructor;
43
+ readonly default: true;
44
+ };
45
+ readonly sourceFilterPlaceholder: StringConstructor;
46
+ readonly targetFilterPlaceholder: StringConstructor;
47
+ readonly filter: {
48
+ readonly type: PropType<import('naive-ui/es/transfer/src/interface').Filter>;
49
+ readonly default: (pattern: string, option: import('naive-ui').TransferOption) => number | true;
50
+ };
51
+ readonly renderSourceLabel: PropType<import('naive-ui').TransferRenderSourceLabel>;
52
+ readonly renderTargetLabel: PropType<import('naive-ui').TransferRenderTargetLabel>;
53
+ readonly renderSourceList: PropType<import('naive-ui').TransferRenderSourceList>;
54
+ readonly renderTargetList: PropType<import('naive-ui').TransferRenderSourceList>;
55
+ readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
56
+ readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
57
+ readonly onChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
58
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Transfer", {
59
+ itemHeightSmall: string;
60
+ itemHeightMedium: string;
61
+ itemHeightLarge: string;
62
+ fontSizeSmall: string;
63
+ fontSizeMedium: string;
64
+ fontSizeLarge: string;
65
+ borderRadius: string;
66
+ dividerColor: string;
67
+ borderColor: string;
68
+ listColor: string;
69
+ headerColor: string;
70
+ titleTextColor: string;
71
+ titleTextColorDisabled: string;
72
+ extraTextColor: string;
73
+ extraTextColorDisabled: string;
74
+ itemTextColor: string;
75
+ itemTextColorDisabled: string;
76
+ itemColorPending: string;
77
+ titleFontWeight: string;
78
+ closeColorHover: string;
79
+ closeColorPressed: string;
80
+ closeIconColor: string;
81
+ closeIconColorHover: string;
82
+ closeIconColorPressed: string;
83
+ extraFontSizeSmall: string;
84
+ extraFontSizeMedium: string;
85
+ extraFontSizeLarge: string;
86
+ titleFontSizeSmall: string;
87
+ titleFontSizeMedium: string;
88
+ titleFontSizeLarge: string;
89
+ closeSize: string;
90
+ closeIconSize: string;
91
+ headerHeightSmall: string;
92
+ headerHeightMedium: string;
93
+ headerHeightLarge: string;
94
+ }, {
95
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
96
+ labelLineHeight: string;
97
+ fontSizeSmall: string;
98
+ fontSizeMedium: string;
99
+ fontSizeLarge: string;
100
+ borderRadius: string;
101
+ color: string;
102
+ colorChecked: string;
103
+ colorDisabled: string;
104
+ colorDisabledChecked: string;
105
+ colorTableHeader: string;
106
+ colorTableHeaderModal: string;
107
+ colorTableHeaderPopover: string;
108
+ checkMarkColor: string;
109
+ checkMarkColorDisabled: string;
110
+ checkMarkColorDisabledChecked: string;
111
+ border: string;
112
+ borderDisabled: string;
113
+ borderDisabledChecked: string;
114
+ borderChecked: string;
115
+ borderFocus: string;
116
+ boxShadowFocus: string;
117
+ textColor: string;
118
+ textColorDisabled: string;
119
+ sizeSmall: string;
120
+ sizeMedium: string;
121
+ sizeLarge: string;
122
+ labelPadding: string;
123
+ labelFontWeight: string;
124
+ }, any>;
125
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
126
+ height: string;
127
+ width: string;
128
+ borderRadius: string;
129
+ color: string;
130
+ colorHover: string;
131
+ railInsetHorizontalBottom: string;
132
+ railInsetHorizontalTop: string;
133
+ railInsetVerticalRight: string;
134
+ railInsetVerticalLeft: string;
135
+ railColor: string;
136
+ }, any>;
137
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
138
+ fontWeight: string;
139
+ countTextColorDisabled: string;
140
+ countTextColor: string;
141
+ heightTiny: string;
142
+ heightSmall: string;
143
+ heightMedium: string;
144
+ heightLarge: string;
145
+ fontSizeTiny: string;
146
+ fontSizeSmall: string;
147
+ fontSizeMedium: string;
148
+ fontSizeLarge: string;
149
+ lineHeight: string;
150
+ lineHeightTextarea: string;
151
+ borderRadius: string;
152
+ iconSize: string;
153
+ groupLabelColor: string;
154
+ groupLabelTextColor: string;
155
+ textColor: string;
156
+ textColorDisabled: string;
157
+ textDecorationColor: string;
158
+ caretColor: string;
159
+ placeholderColor: string;
160
+ placeholderColorDisabled: string;
161
+ color: string;
162
+ colorDisabled: string;
163
+ colorFocus: string;
164
+ groupLabelBorder: string;
165
+ border: string;
166
+ borderHover: string;
167
+ borderDisabled: string;
168
+ borderFocus: string;
169
+ boxShadowFocus: string;
170
+ loadingColor: string;
171
+ loadingColorWarning: string;
172
+ borderWarning: string;
173
+ borderHoverWarning: string;
174
+ colorFocusWarning: string;
175
+ borderFocusWarning: string;
176
+ boxShadowFocusWarning: string;
177
+ caretColorWarning: string;
178
+ loadingColorError: string;
179
+ borderError: string;
180
+ borderHoverError: string;
181
+ colorFocusError: string;
182
+ borderFocusError: string;
183
+ boxShadowFocusError: string;
184
+ caretColorError: string;
185
+ clearColor: string;
186
+ clearColorHover: string;
187
+ clearColorPressed: string;
188
+ iconColor: string;
189
+ iconColorDisabled: string;
190
+ iconColorHover: string;
191
+ iconColorPressed: string;
192
+ suffixTextColor: string;
193
+ paddingTiny: string;
194
+ paddingSmall: string;
195
+ paddingMedium: string;
196
+ paddingLarge: string;
197
+ clearSize: string;
198
+ }, {
199
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
200
+ height: string;
201
+ width: string;
202
+ borderRadius: string;
203
+ color: string;
204
+ colorHover: string;
205
+ railInsetHorizontalBottom: string;
206
+ railInsetHorizontalTop: string;
207
+ railInsetVerticalRight: string;
208
+ railInsetVerticalLeft: string;
209
+ railColor: string;
210
+ }, any>;
211
+ }>;
212
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
213
+ fontSizeTiny: string;
214
+ fontSizeSmall: string;
215
+ fontSizeMedium: string;
216
+ fontSizeLarge: string;
217
+ fontSizeHuge: string;
218
+ textColor: string;
219
+ iconColor: string;
220
+ extraTextColor: string;
221
+ iconSizeTiny: string;
222
+ iconSizeSmall: string;
223
+ iconSizeMedium: string;
224
+ iconSizeLarge: string;
225
+ iconSizeHuge: string;
226
+ }, any>;
227
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
228
+ heightTiny: string;
229
+ heightSmall: string;
230
+ heightMedium: string;
231
+ heightLarge: string;
232
+ borderRadiusTiny: string;
233
+ borderRadiusSmall: string;
234
+ borderRadiusMedium: string;
235
+ borderRadiusLarge: string;
236
+ fontSizeTiny: string;
237
+ fontSizeSmall: string;
238
+ fontSizeMedium: string;
239
+ fontSizeLarge: string;
240
+ opacityDisabled: string;
241
+ colorOpacitySecondary: string;
242
+ colorOpacitySecondaryHover: string;
243
+ colorOpacitySecondaryPressed: string;
244
+ colorSecondary: string;
245
+ colorSecondaryHover: string;
246
+ colorSecondaryPressed: string;
247
+ colorTertiary: string;
248
+ colorTertiaryHover: string;
249
+ colorTertiaryPressed: string;
250
+ colorQuaternary: string;
251
+ colorQuaternaryHover: string;
252
+ colorQuaternaryPressed: string;
253
+ color: string;
254
+ colorHover: string;
255
+ colorPressed: string;
256
+ colorFocus: string;
257
+ colorDisabled: string;
258
+ textColor: string;
259
+ textColorTertiary: string;
260
+ textColorHover: string;
261
+ textColorPressed: string;
262
+ textColorFocus: string;
263
+ textColorDisabled: string;
264
+ textColorText: string;
265
+ textColorTextHover: string;
266
+ textColorTextPressed: string;
267
+ textColorTextFocus: string;
268
+ textColorTextDisabled: string;
269
+ textColorGhost: string;
270
+ textColorGhostHover: string;
271
+ textColorGhostPressed: string;
272
+ textColorGhostFocus: string;
273
+ textColorGhostDisabled: string;
274
+ border: string;
275
+ borderHover: string;
276
+ borderPressed: string;
277
+ borderFocus: string;
278
+ borderDisabled: string;
279
+ rippleColor: string;
280
+ colorPrimary: string;
281
+ colorHoverPrimary: string;
282
+ colorPressedPrimary: string;
283
+ colorFocusPrimary: string;
284
+ colorDisabledPrimary: string;
285
+ textColorPrimary: string;
286
+ textColorHoverPrimary: string;
287
+ textColorPressedPrimary: string;
288
+ textColorFocusPrimary: string;
289
+ textColorDisabledPrimary: string;
290
+ textColorTextPrimary: string;
291
+ textColorTextHoverPrimary: string;
292
+ textColorTextPressedPrimary: string;
293
+ textColorTextFocusPrimary: string;
294
+ textColorTextDisabledPrimary: string;
295
+ textColorGhostPrimary: string;
296
+ textColorGhostHoverPrimary: string;
297
+ textColorGhostPressedPrimary: string;
298
+ textColorGhostFocusPrimary: string;
299
+ textColorGhostDisabledPrimary: string;
300
+ borderPrimary: string;
301
+ borderHoverPrimary: string;
302
+ borderPressedPrimary: string;
303
+ borderFocusPrimary: string;
304
+ borderDisabledPrimary: string;
305
+ rippleColorPrimary: string;
306
+ colorInfo: string;
307
+ colorHoverInfo: string;
308
+ colorPressedInfo: string;
309
+ colorFocusInfo: string;
310
+ colorDisabledInfo: string;
311
+ textColorInfo: string;
312
+ textColorHoverInfo: string;
313
+ textColorPressedInfo: string;
314
+ textColorFocusInfo: string;
315
+ textColorDisabledInfo: string;
316
+ textColorTextInfo: string;
317
+ textColorTextHoverInfo: string;
318
+ textColorTextPressedInfo: string;
319
+ textColorTextFocusInfo: string;
320
+ textColorTextDisabledInfo: string;
321
+ textColorGhostInfo: string;
322
+ textColorGhostHoverInfo: string;
323
+ textColorGhostPressedInfo: string;
324
+ textColorGhostFocusInfo: string;
325
+ textColorGhostDisabledInfo: string;
326
+ borderInfo: string;
327
+ borderHoverInfo: string;
328
+ borderPressedInfo: string;
329
+ borderFocusInfo: string;
330
+ borderDisabledInfo: string;
331
+ rippleColorInfo: string;
332
+ colorSuccess: string;
333
+ colorHoverSuccess: string;
334
+ colorPressedSuccess: string;
335
+ colorFocusSuccess: string;
336
+ colorDisabledSuccess: string;
337
+ textColorSuccess: string;
338
+ textColorHoverSuccess: string;
339
+ textColorPressedSuccess: string;
340
+ textColorFocusSuccess: string;
341
+ textColorDisabledSuccess: string;
342
+ textColorTextSuccess: string;
343
+ textColorTextHoverSuccess: string;
344
+ textColorTextPressedSuccess: string;
345
+ textColorTextFocusSuccess: string;
346
+ textColorTextDisabledSuccess: string;
347
+ textColorGhostSuccess: string;
348
+ textColorGhostHoverSuccess: string;
349
+ textColorGhostPressedSuccess: string;
350
+ textColorGhostFocusSuccess: string;
351
+ textColorGhostDisabledSuccess: string;
352
+ borderSuccess: string;
353
+ borderHoverSuccess: string;
354
+ borderPressedSuccess: string;
355
+ borderFocusSuccess: string;
356
+ borderDisabledSuccess: string;
357
+ rippleColorSuccess: string;
358
+ colorWarning: string;
359
+ colorHoverWarning: string;
360
+ colorPressedWarning: string;
361
+ colorFocusWarning: string;
362
+ colorDisabledWarning: string;
363
+ textColorWarning: string;
364
+ textColorHoverWarning: string;
365
+ textColorPressedWarning: string;
366
+ textColorFocusWarning: string;
367
+ textColorDisabledWarning: string;
368
+ textColorTextWarning: string;
369
+ textColorTextHoverWarning: string;
370
+ textColorTextPressedWarning: string;
371
+ textColorTextFocusWarning: string;
372
+ textColorTextDisabledWarning: string;
373
+ textColorGhostWarning: string;
374
+ textColorGhostHoverWarning: string;
375
+ textColorGhostPressedWarning: string;
376
+ textColorGhostFocusWarning: string;
377
+ textColorGhostDisabledWarning: string;
378
+ borderWarning: string;
379
+ borderHoverWarning: string;
380
+ borderPressedWarning: string;
381
+ borderFocusWarning: string;
382
+ borderDisabledWarning: string;
383
+ rippleColorWarning: string;
384
+ colorError: string;
385
+ colorHoverError: string;
386
+ colorPressedError: string;
387
+ colorFocusError: string;
388
+ colorDisabledError: string;
389
+ textColorError: string;
390
+ textColorHoverError: string;
391
+ textColorPressedError: string;
392
+ textColorFocusError: string;
393
+ textColorDisabledError: string;
394
+ textColorTextError: string;
395
+ textColorTextHoverError: string;
396
+ textColorTextPressedError: string;
397
+ textColorTextFocusError: string;
398
+ textColorTextDisabledError: string;
399
+ textColorGhostError: string;
400
+ textColorGhostHoverError: string;
401
+ textColorGhostPressedError: string;
402
+ textColorGhostFocusError: string;
403
+ textColorGhostDisabledError: string;
404
+ borderError: string;
405
+ borderHoverError: string;
406
+ borderPressedError: string;
407
+ borderFocusError: string;
408
+ borderDisabledError: string;
409
+ rippleColorError: string;
410
+ waveOpacity: string;
411
+ fontWeight: string;
412
+ fontWeightStrong: string;
413
+ paddingTiny: string;
414
+ paddingSmall: string;
415
+ paddingMedium: string;
416
+ paddingLarge: string;
417
+ paddingRoundTiny: string;
418
+ paddingRoundSmall: string;
419
+ paddingRoundMedium: string;
420
+ paddingRoundLarge: string;
421
+ iconMarginTiny: string;
422
+ iconMarginSmall: string;
423
+ iconMarginMedium: string;
424
+ iconMarginLarge: string;
425
+ iconSizeTiny: string;
426
+ iconSizeSmall: string;
427
+ iconSizeMedium: string;
428
+ iconSizeLarge: string;
429
+ rippleDuration: string;
430
+ }, any>;
431
+ }>>;
432
+ readonly themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Transfer", {
433
+ itemHeightSmall: string;
434
+ itemHeightMedium: string;
435
+ itemHeightLarge: string;
436
+ fontSizeSmall: string;
437
+ fontSizeMedium: string;
438
+ fontSizeLarge: string;
439
+ borderRadius: string;
440
+ dividerColor: string;
441
+ borderColor: string;
442
+ listColor: string;
443
+ headerColor: string;
444
+ titleTextColor: string;
445
+ titleTextColorDisabled: string;
446
+ extraTextColor: string;
447
+ extraTextColorDisabled: string;
448
+ itemTextColor: string;
449
+ itemTextColorDisabled: string;
450
+ itemColorPending: string;
451
+ titleFontWeight: string;
452
+ closeColorHover: string;
453
+ closeColorPressed: string;
454
+ closeIconColor: string;
455
+ closeIconColorHover: string;
456
+ closeIconColorPressed: string;
457
+ extraFontSizeSmall: string;
458
+ extraFontSizeMedium: string;
459
+ extraFontSizeLarge: string;
460
+ titleFontSizeSmall: string;
461
+ titleFontSizeMedium: string;
462
+ titleFontSizeLarge: string;
463
+ closeSize: string;
464
+ closeIconSize: string;
465
+ headerHeightSmall: string;
466
+ headerHeightMedium: string;
467
+ headerHeightLarge: string;
468
+ }, {
469
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
470
+ labelLineHeight: string;
471
+ fontSizeSmall: string;
472
+ fontSizeMedium: string;
473
+ fontSizeLarge: string;
474
+ borderRadius: string;
475
+ color: string;
476
+ colorChecked: string;
477
+ colorDisabled: string;
478
+ colorDisabledChecked: string;
479
+ colorTableHeader: string;
480
+ colorTableHeaderModal: string;
481
+ colorTableHeaderPopover: string;
482
+ checkMarkColor: string;
483
+ checkMarkColorDisabled: string;
484
+ checkMarkColorDisabledChecked: string;
485
+ border: string;
486
+ borderDisabled: string;
487
+ borderDisabledChecked: string;
488
+ borderChecked: string;
489
+ borderFocus: string;
490
+ boxShadowFocus: string;
491
+ textColor: string;
492
+ textColorDisabled: string;
493
+ sizeSmall: string;
494
+ sizeMedium: string;
495
+ sizeLarge: string;
496
+ labelPadding: string;
497
+ labelFontWeight: string;
498
+ }, any>;
499
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
500
+ height: string;
501
+ width: string;
502
+ borderRadius: string;
503
+ color: string;
504
+ colorHover: string;
505
+ railInsetHorizontalBottom: string;
506
+ railInsetHorizontalTop: string;
507
+ railInsetVerticalRight: string;
508
+ railInsetVerticalLeft: string;
509
+ railColor: string;
510
+ }, any>;
511
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
512
+ fontWeight: string;
513
+ countTextColorDisabled: string;
514
+ countTextColor: string;
515
+ heightTiny: string;
516
+ heightSmall: string;
517
+ heightMedium: string;
518
+ heightLarge: string;
519
+ fontSizeTiny: string;
520
+ fontSizeSmall: string;
521
+ fontSizeMedium: string;
522
+ fontSizeLarge: string;
523
+ lineHeight: string;
524
+ lineHeightTextarea: string;
525
+ borderRadius: string;
526
+ iconSize: string;
527
+ groupLabelColor: string;
528
+ groupLabelTextColor: string;
529
+ textColor: string;
530
+ textColorDisabled: string;
531
+ textDecorationColor: string;
532
+ caretColor: string;
533
+ placeholderColor: string;
534
+ placeholderColorDisabled: string;
535
+ color: string;
536
+ colorDisabled: string;
537
+ colorFocus: string;
538
+ groupLabelBorder: string;
539
+ border: string;
540
+ borderHover: string;
541
+ borderDisabled: string;
542
+ borderFocus: string;
543
+ boxShadowFocus: string;
544
+ loadingColor: string;
545
+ loadingColorWarning: string;
546
+ borderWarning: string;
547
+ borderHoverWarning: string;
548
+ colorFocusWarning: string;
549
+ borderFocusWarning: string;
550
+ boxShadowFocusWarning: string;
551
+ caretColorWarning: string;
552
+ loadingColorError: string;
553
+ borderError: string;
554
+ borderHoverError: string;
555
+ colorFocusError: string;
556
+ borderFocusError: string;
557
+ boxShadowFocusError: string;
558
+ caretColorError: string;
559
+ clearColor: string;
560
+ clearColorHover: string;
561
+ clearColorPressed: string;
562
+ iconColor: string;
563
+ iconColorDisabled: string;
564
+ iconColorHover: string;
565
+ iconColorPressed: string;
566
+ suffixTextColor: string;
567
+ paddingTiny: string;
568
+ paddingSmall: string;
569
+ paddingMedium: string;
570
+ paddingLarge: string;
571
+ clearSize: string;
572
+ }, {
573
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
574
+ height: string;
575
+ width: string;
576
+ borderRadius: string;
577
+ color: string;
578
+ colorHover: string;
579
+ railInsetHorizontalBottom: string;
580
+ railInsetHorizontalTop: string;
581
+ railInsetVerticalRight: string;
582
+ railInsetVerticalLeft: string;
583
+ railColor: string;
584
+ }, any>;
585
+ }>;
586
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
587
+ fontSizeTiny: string;
588
+ fontSizeSmall: string;
589
+ fontSizeMedium: string;
590
+ fontSizeLarge: string;
591
+ fontSizeHuge: string;
592
+ textColor: string;
593
+ iconColor: string;
594
+ extraTextColor: string;
595
+ iconSizeTiny: string;
596
+ iconSizeSmall: string;
597
+ iconSizeMedium: string;
598
+ iconSizeLarge: string;
599
+ iconSizeHuge: string;
600
+ }, any>;
601
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
602
+ heightTiny: string;
603
+ heightSmall: string;
604
+ heightMedium: string;
605
+ heightLarge: string;
606
+ borderRadiusTiny: string;
607
+ borderRadiusSmall: string;
608
+ borderRadiusMedium: string;
609
+ borderRadiusLarge: string;
610
+ fontSizeTiny: string;
611
+ fontSizeSmall: string;
612
+ fontSizeMedium: string;
613
+ fontSizeLarge: string;
614
+ opacityDisabled: string;
615
+ colorOpacitySecondary: string;
616
+ colorOpacitySecondaryHover: string;
617
+ colorOpacitySecondaryPressed: string;
618
+ colorSecondary: string;
619
+ colorSecondaryHover: string;
620
+ colorSecondaryPressed: string;
621
+ colorTertiary: string;
622
+ colorTertiaryHover: string;
623
+ colorTertiaryPressed: string;
624
+ colorQuaternary: string;
625
+ colorQuaternaryHover: string;
626
+ colorQuaternaryPressed: string;
627
+ color: string;
628
+ colorHover: string;
629
+ colorPressed: string;
630
+ colorFocus: string;
631
+ colorDisabled: string;
632
+ textColor: string;
633
+ textColorTertiary: string;
634
+ textColorHover: string;
635
+ textColorPressed: string;
636
+ textColorFocus: string;
637
+ textColorDisabled: string;
638
+ textColorText: string;
639
+ textColorTextHover: string;
640
+ textColorTextPressed: string;
641
+ textColorTextFocus: string;
642
+ textColorTextDisabled: string;
643
+ textColorGhost: string;
644
+ textColorGhostHover: string;
645
+ textColorGhostPressed: string;
646
+ textColorGhostFocus: string;
647
+ textColorGhostDisabled: string;
648
+ border: string;
649
+ borderHover: string;
650
+ borderPressed: string;
651
+ borderFocus: string;
652
+ borderDisabled: string;
653
+ rippleColor: string;
654
+ colorPrimary: string;
655
+ colorHoverPrimary: string;
656
+ colorPressedPrimary: string;
657
+ colorFocusPrimary: string;
658
+ colorDisabledPrimary: string;
659
+ textColorPrimary: string;
660
+ textColorHoverPrimary: string;
661
+ textColorPressedPrimary: string;
662
+ textColorFocusPrimary: string;
663
+ textColorDisabledPrimary: string;
664
+ textColorTextPrimary: string;
665
+ textColorTextHoverPrimary: string;
666
+ textColorTextPressedPrimary: string;
667
+ textColorTextFocusPrimary: string;
668
+ textColorTextDisabledPrimary: string;
669
+ textColorGhostPrimary: string;
670
+ textColorGhostHoverPrimary: string;
671
+ textColorGhostPressedPrimary: string;
672
+ textColorGhostFocusPrimary: string;
673
+ textColorGhostDisabledPrimary: string;
674
+ borderPrimary: string;
675
+ borderHoverPrimary: string;
676
+ borderPressedPrimary: string;
677
+ borderFocusPrimary: string;
678
+ borderDisabledPrimary: string;
679
+ rippleColorPrimary: string;
680
+ colorInfo: string;
681
+ colorHoverInfo: string;
682
+ colorPressedInfo: string;
683
+ colorFocusInfo: string;
684
+ colorDisabledInfo: string;
685
+ textColorInfo: string;
686
+ textColorHoverInfo: string;
687
+ textColorPressedInfo: string;
688
+ textColorFocusInfo: string;
689
+ textColorDisabledInfo: string;
690
+ textColorTextInfo: string;
691
+ textColorTextHoverInfo: string;
692
+ textColorTextPressedInfo: string;
693
+ textColorTextFocusInfo: string;
694
+ textColorTextDisabledInfo: string;
695
+ textColorGhostInfo: string;
696
+ textColorGhostHoverInfo: string;
697
+ textColorGhostPressedInfo: string;
698
+ textColorGhostFocusInfo: string;
699
+ textColorGhostDisabledInfo: string;
700
+ borderInfo: string;
701
+ borderHoverInfo: string;
702
+ borderPressedInfo: string;
703
+ borderFocusInfo: string;
704
+ borderDisabledInfo: string;
705
+ rippleColorInfo: string;
706
+ colorSuccess: string;
707
+ colorHoverSuccess: string;
708
+ colorPressedSuccess: string;
709
+ colorFocusSuccess: string;
710
+ colorDisabledSuccess: string;
711
+ textColorSuccess: string;
712
+ textColorHoverSuccess: string;
713
+ textColorPressedSuccess: string;
714
+ textColorFocusSuccess: string;
715
+ textColorDisabledSuccess: string;
716
+ textColorTextSuccess: string;
717
+ textColorTextHoverSuccess: string;
718
+ textColorTextPressedSuccess: string;
719
+ textColorTextFocusSuccess: string;
720
+ textColorTextDisabledSuccess: string;
721
+ textColorGhostSuccess: string;
722
+ textColorGhostHoverSuccess: string;
723
+ textColorGhostPressedSuccess: string;
724
+ textColorGhostFocusSuccess: string;
725
+ textColorGhostDisabledSuccess: string;
726
+ borderSuccess: string;
727
+ borderHoverSuccess: string;
728
+ borderPressedSuccess: string;
729
+ borderFocusSuccess: string;
730
+ borderDisabledSuccess: string;
731
+ rippleColorSuccess: string;
732
+ colorWarning: string;
733
+ colorHoverWarning: string;
734
+ colorPressedWarning: string;
735
+ colorFocusWarning: string;
736
+ colorDisabledWarning: string;
737
+ textColorWarning: string;
738
+ textColorHoverWarning: string;
739
+ textColorPressedWarning: string;
740
+ textColorFocusWarning: string;
741
+ textColorDisabledWarning: string;
742
+ textColorTextWarning: string;
743
+ textColorTextHoverWarning: string;
744
+ textColorTextPressedWarning: string;
745
+ textColorTextFocusWarning: string;
746
+ textColorTextDisabledWarning: string;
747
+ textColorGhostWarning: string;
748
+ textColorGhostHoverWarning: string;
749
+ textColorGhostPressedWarning: string;
750
+ textColorGhostFocusWarning: string;
751
+ textColorGhostDisabledWarning: string;
752
+ borderWarning: string;
753
+ borderHoverWarning: string;
754
+ borderPressedWarning: string;
755
+ borderFocusWarning: string;
756
+ borderDisabledWarning: string;
757
+ rippleColorWarning: string;
758
+ colorError: string;
759
+ colorHoverError: string;
760
+ colorPressedError: string;
761
+ colorFocusError: string;
762
+ colorDisabledError: string;
763
+ textColorError: string;
764
+ textColorHoverError: string;
765
+ textColorPressedError: string;
766
+ textColorFocusError: string;
767
+ textColorDisabledError: string;
768
+ textColorTextError: string;
769
+ textColorTextHoverError: string;
770
+ textColorTextPressedError: string;
771
+ textColorTextFocusError: string;
772
+ textColorTextDisabledError: string;
773
+ textColorGhostError: string;
774
+ textColorGhostHoverError: string;
775
+ textColorGhostPressedError: string;
776
+ textColorGhostFocusError: string;
777
+ textColorGhostDisabledError: string;
778
+ borderError: string;
779
+ borderHoverError: string;
780
+ borderPressedError: string;
781
+ borderFocusError: string;
782
+ borderDisabledError: string;
783
+ rippleColorError: string;
784
+ waveOpacity: string;
785
+ fontWeight: string;
786
+ fontWeightStrong: string;
787
+ paddingTiny: string;
788
+ paddingSmall: string;
789
+ paddingMedium: string;
790
+ paddingLarge: string;
791
+ paddingRoundTiny: string;
792
+ paddingRoundSmall: string;
793
+ paddingRoundMedium: string;
794
+ paddingRoundLarge: string;
795
+ iconMarginTiny: string;
796
+ iconMarginSmall: string;
797
+ iconMarginMedium: string;
798
+ iconMarginLarge: string;
799
+ iconSizeTiny: string;
800
+ iconSizeSmall: string;
801
+ iconSizeMedium: string;
802
+ iconSizeLarge: string;
803
+ rippleDuration: string;
804
+ }, any>;
805
+ }>>>;
806
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Transfer", {
807
+ itemHeightSmall: string;
808
+ itemHeightMedium: string;
809
+ itemHeightLarge: string;
810
+ fontSizeSmall: string;
811
+ fontSizeMedium: string;
812
+ fontSizeLarge: string;
813
+ borderRadius: string;
814
+ dividerColor: string;
815
+ borderColor: string;
816
+ listColor: string;
817
+ headerColor: string;
818
+ titleTextColor: string;
819
+ titleTextColorDisabled: string;
820
+ extraTextColor: string;
821
+ extraTextColorDisabled: string;
822
+ itemTextColor: string;
823
+ itemTextColorDisabled: string;
824
+ itemColorPending: string;
825
+ titleFontWeight: string;
826
+ closeColorHover: string;
827
+ closeColorPressed: string;
828
+ closeIconColor: string;
829
+ closeIconColorHover: string;
830
+ closeIconColorPressed: string;
831
+ extraFontSizeSmall: string;
832
+ extraFontSizeMedium: string;
833
+ extraFontSizeLarge: string;
834
+ titleFontSizeSmall: string;
835
+ titleFontSizeMedium: string;
836
+ titleFontSizeLarge: string;
837
+ closeSize: string;
838
+ closeIconSize: string;
839
+ headerHeightSmall: string;
840
+ headerHeightMedium: string;
841
+ headerHeightLarge: string;
842
+ }, {
843
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
844
+ labelLineHeight: string;
845
+ fontSizeSmall: string;
846
+ fontSizeMedium: string;
847
+ fontSizeLarge: string;
848
+ borderRadius: string;
849
+ color: string;
850
+ colorChecked: string;
851
+ colorDisabled: string;
852
+ colorDisabledChecked: string;
853
+ colorTableHeader: string;
854
+ colorTableHeaderModal: string;
855
+ colorTableHeaderPopover: string;
856
+ checkMarkColor: string;
857
+ checkMarkColorDisabled: string;
858
+ checkMarkColorDisabledChecked: string;
859
+ border: string;
860
+ borderDisabled: string;
861
+ borderDisabledChecked: string;
862
+ borderChecked: string;
863
+ borderFocus: string;
864
+ boxShadowFocus: string;
865
+ textColor: string;
866
+ textColorDisabled: string;
867
+ sizeSmall: string;
868
+ sizeMedium: string;
869
+ sizeLarge: string;
870
+ labelPadding: string;
871
+ labelFontWeight: string;
872
+ }, any>;
873
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
874
+ height: string;
875
+ width: string;
876
+ borderRadius: string;
877
+ color: string;
878
+ colorHover: string;
879
+ railInsetHorizontalBottom: string;
880
+ railInsetHorizontalTop: string;
881
+ railInsetVerticalRight: string;
882
+ railInsetVerticalLeft: string;
883
+ railColor: string;
884
+ }, any>;
885
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
886
+ fontWeight: string;
887
+ countTextColorDisabled: string;
888
+ countTextColor: string;
889
+ heightTiny: string;
890
+ heightSmall: string;
891
+ heightMedium: string;
892
+ heightLarge: string;
893
+ fontSizeTiny: string;
894
+ fontSizeSmall: string;
895
+ fontSizeMedium: string;
896
+ fontSizeLarge: string;
897
+ lineHeight: string;
898
+ lineHeightTextarea: string;
899
+ borderRadius: string;
900
+ iconSize: string;
901
+ groupLabelColor: string;
902
+ groupLabelTextColor: string;
903
+ textColor: string;
904
+ textColorDisabled: string;
905
+ textDecorationColor: string;
906
+ caretColor: string;
907
+ placeholderColor: string;
908
+ placeholderColorDisabled: string;
909
+ color: string;
910
+ colorDisabled: string;
911
+ colorFocus: string;
912
+ groupLabelBorder: string;
913
+ border: string;
914
+ borderHover: string;
915
+ borderDisabled: string;
916
+ borderFocus: string;
917
+ boxShadowFocus: string;
918
+ loadingColor: string;
919
+ loadingColorWarning: string;
920
+ borderWarning: string;
921
+ borderHoverWarning: string;
922
+ colorFocusWarning: string;
923
+ borderFocusWarning: string;
924
+ boxShadowFocusWarning: string;
925
+ caretColorWarning: string;
926
+ loadingColorError: string;
927
+ borderError: string;
928
+ borderHoverError: string;
929
+ colorFocusError: string;
930
+ borderFocusError: string;
931
+ boxShadowFocusError: string;
932
+ caretColorError: string;
933
+ clearColor: string;
934
+ clearColorHover: string;
935
+ clearColorPressed: string;
936
+ iconColor: string;
937
+ iconColorDisabled: string;
938
+ iconColorHover: string;
939
+ iconColorPressed: string;
940
+ suffixTextColor: string;
941
+ paddingTiny: string;
942
+ paddingSmall: string;
943
+ paddingMedium: string;
944
+ paddingLarge: string;
945
+ clearSize: string;
946
+ }, {
947
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
948
+ height: string;
949
+ width: string;
950
+ borderRadius: string;
951
+ color: string;
952
+ colorHover: string;
953
+ railInsetHorizontalBottom: string;
954
+ railInsetHorizontalTop: string;
955
+ railInsetVerticalRight: string;
956
+ railInsetVerticalLeft: string;
957
+ railColor: string;
958
+ }, any>;
959
+ }>;
960
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
961
+ fontSizeTiny: string;
962
+ fontSizeSmall: string;
963
+ fontSizeMedium: string;
964
+ fontSizeLarge: string;
965
+ fontSizeHuge: string;
966
+ textColor: string;
967
+ iconColor: string;
968
+ extraTextColor: string;
969
+ iconSizeTiny: string;
970
+ iconSizeSmall: string;
971
+ iconSizeMedium: string;
972
+ iconSizeLarge: string;
973
+ iconSizeHuge: string;
974
+ }, any>;
975
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
976
+ heightTiny: string;
977
+ heightSmall: string;
978
+ heightMedium: string;
979
+ heightLarge: string;
980
+ borderRadiusTiny: string;
981
+ borderRadiusSmall: string;
982
+ borderRadiusMedium: string;
983
+ borderRadiusLarge: string;
984
+ fontSizeTiny: string;
985
+ fontSizeSmall: string;
986
+ fontSizeMedium: string;
987
+ fontSizeLarge: string;
988
+ opacityDisabled: string;
989
+ colorOpacitySecondary: string;
990
+ colorOpacitySecondaryHover: string;
991
+ colorOpacitySecondaryPressed: string;
992
+ colorSecondary: string;
993
+ colorSecondaryHover: string;
994
+ colorSecondaryPressed: string;
995
+ colorTertiary: string;
996
+ colorTertiaryHover: string;
997
+ colorTertiaryPressed: string;
998
+ colorQuaternary: string;
999
+ colorQuaternaryHover: string;
1000
+ colorQuaternaryPressed: string;
1001
+ color: string;
1002
+ colorHover: string;
1003
+ colorPressed: string;
1004
+ colorFocus: string;
1005
+ colorDisabled: string;
1006
+ textColor: string;
1007
+ textColorTertiary: string;
1008
+ textColorHover: string;
1009
+ textColorPressed: string;
1010
+ textColorFocus: string;
1011
+ textColorDisabled: string;
1012
+ textColorText: string;
1013
+ textColorTextHover: string;
1014
+ textColorTextPressed: string;
1015
+ textColorTextFocus: string;
1016
+ textColorTextDisabled: string;
1017
+ textColorGhost: string;
1018
+ textColorGhostHover: string;
1019
+ textColorGhostPressed: string;
1020
+ textColorGhostFocus: string;
1021
+ textColorGhostDisabled: string;
1022
+ border: string;
1023
+ borderHover: string;
1024
+ borderPressed: string;
1025
+ borderFocus: string;
1026
+ borderDisabled: string;
1027
+ rippleColor: string;
1028
+ colorPrimary: string;
1029
+ colorHoverPrimary: string;
1030
+ colorPressedPrimary: string;
1031
+ colorFocusPrimary: string;
1032
+ colorDisabledPrimary: string;
1033
+ textColorPrimary: string;
1034
+ textColorHoverPrimary: string;
1035
+ textColorPressedPrimary: string;
1036
+ textColorFocusPrimary: string;
1037
+ textColorDisabledPrimary: string;
1038
+ textColorTextPrimary: string;
1039
+ textColorTextHoverPrimary: string;
1040
+ textColorTextPressedPrimary: string;
1041
+ textColorTextFocusPrimary: string;
1042
+ textColorTextDisabledPrimary: string;
1043
+ textColorGhostPrimary: string;
1044
+ textColorGhostHoverPrimary: string;
1045
+ textColorGhostPressedPrimary: string;
1046
+ textColorGhostFocusPrimary: string;
1047
+ textColorGhostDisabledPrimary: string;
1048
+ borderPrimary: string;
1049
+ borderHoverPrimary: string;
1050
+ borderPressedPrimary: string;
1051
+ borderFocusPrimary: string;
1052
+ borderDisabledPrimary: string;
1053
+ rippleColorPrimary: string;
1054
+ colorInfo: string;
1055
+ colorHoverInfo: string;
1056
+ colorPressedInfo: string;
1057
+ colorFocusInfo: string;
1058
+ colorDisabledInfo: string;
1059
+ textColorInfo: string;
1060
+ textColorHoverInfo: string;
1061
+ textColorPressedInfo: string;
1062
+ textColorFocusInfo: string;
1063
+ textColorDisabledInfo: string;
1064
+ textColorTextInfo: string;
1065
+ textColorTextHoverInfo: string;
1066
+ textColorTextPressedInfo: string;
1067
+ textColorTextFocusInfo: string;
1068
+ textColorTextDisabledInfo: string;
1069
+ textColorGhostInfo: string;
1070
+ textColorGhostHoverInfo: string;
1071
+ textColorGhostPressedInfo: string;
1072
+ textColorGhostFocusInfo: string;
1073
+ textColorGhostDisabledInfo: string;
1074
+ borderInfo: string;
1075
+ borderHoverInfo: string;
1076
+ borderPressedInfo: string;
1077
+ borderFocusInfo: string;
1078
+ borderDisabledInfo: string;
1079
+ rippleColorInfo: string;
1080
+ colorSuccess: string;
1081
+ colorHoverSuccess: string;
1082
+ colorPressedSuccess: string;
1083
+ colorFocusSuccess: string;
1084
+ colorDisabledSuccess: string;
1085
+ textColorSuccess: string;
1086
+ textColorHoverSuccess: string;
1087
+ textColorPressedSuccess: string;
1088
+ textColorFocusSuccess: string;
1089
+ textColorDisabledSuccess: string;
1090
+ textColorTextSuccess: string;
1091
+ textColorTextHoverSuccess: string;
1092
+ textColorTextPressedSuccess: string;
1093
+ textColorTextFocusSuccess: string;
1094
+ textColorTextDisabledSuccess: string;
1095
+ textColorGhostSuccess: string;
1096
+ textColorGhostHoverSuccess: string;
1097
+ textColorGhostPressedSuccess: string;
1098
+ textColorGhostFocusSuccess: string;
1099
+ textColorGhostDisabledSuccess: string;
1100
+ borderSuccess: string;
1101
+ borderHoverSuccess: string;
1102
+ borderPressedSuccess: string;
1103
+ borderFocusSuccess: string;
1104
+ borderDisabledSuccess: string;
1105
+ rippleColorSuccess: string;
1106
+ colorWarning: string;
1107
+ colorHoverWarning: string;
1108
+ colorPressedWarning: string;
1109
+ colorFocusWarning: string;
1110
+ colorDisabledWarning: string;
1111
+ textColorWarning: string;
1112
+ textColorHoverWarning: string;
1113
+ textColorPressedWarning: string;
1114
+ textColorFocusWarning: string;
1115
+ textColorDisabledWarning: string;
1116
+ textColorTextWarning: string;
1117
+ textColorTextHoverWarning: string;
1118
+ textColorTextPressedWarning: string;
1119
+ textColorTextFocusWarning: string;
1120
+ textColorTextDisabledWarning: string;
1121
+ textColorGhostWarning: string;
1122
+ textColorGhostHoverWarning: string;
1123
+ textColorGhostPressedWarning: string;
1124
+ textColorGhostFocusWarning: string;
1125
+ textColorGhostDisabledWarning: string;
1126
+ borderWarning: string;
1127
+ borderHoverWarning: string;
1128
+ borderPressedWarning: string;
1129
+ borderFocusWarning: string;
1130
+ borderDisabledWarning: string;
1131
+ rippleColorWarning: string;
1132
+ colorError: string;
1133
+ colorHoverError: string;
1134
+ colorPressedError: string;
1135
+ colorFocusError: string;
1136
+ colorDisabledError: string;
1137
+ textColorError: string;
1138
+ textColorHoverError: string;
1139
+ textColorPressedError: string;
1140
+ textColorFocusError: string;
1141
+ textColorDisabledError: string;
1142
+ textColorTextError: string;
1143
+ textColorTextHoverError: string;
1144
+ textColorTextPressedError: string;
1145
+ textColorTextFocusError: string;
1146
+ textColorTextDisabledError: string;
1147
+ textColorGhostError: string;
1148
+ textColorGhostHoverError: string;
1149
+ textColorGhostPressedError: string;
1150
+ textColorGhostFocusError: string;
1151
+ textColorGhostDisabledError: string;
1152
+ borderError: string;
1153
+ borderHoverError: string;
1154
+ borderPressedError: string;
1155
+ borderFocusError: string;
1156
+ borderDisabledError: string;
1157
+ rippleColorError: string;
1158
+ waveOpacity: string;
1159
+ fontWeight: string;
1160
+ fontWeightStrong: string;
1161
+ paddingTiny: string;
1162
+ paddingSmall: string;
1163
+ paddingMedium: string;
1164
+ paddingLarge: string;
1165
+ paddingRoundTiny: string;
1166
+ paddingRoundSmall: string;
1167
+ paddingRoundMedium: string;
1168
+ paddingRoundLarge: string;
1169
+ iconMarginTiny: string;
1170
+ iconMarginSmall: string;
1171
+ iconMarginMedium: string;
1172
+ iconMarginLarge: string;
1173
+ iconSizeTiny: string;
1174
+ iconSizeSmall: string;
1175
+ iconSizeMedium: string;
1176
+ iconSizeLarge: string;
1177
+ rippleDuration: string;
1178
+ }, any>;
1179
+ }>>>;
1180
+ };