@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,2367 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ readonly size: {
3
+ readonly type: import('vue').PropType<import('./props').Size>;
4
+ readonly default: "medium";
5
+ };
6
+ readonly useBodenSelectAll: {
7
+ readonly type: BooleanConstructor;
8
+ readonly default: false;
9
+ };
10
+ readonly extendThemeOverrides: {
11
+ readonly type: import('vue').PropType<import('../../../_extendThemeOverrides/Transfer').TransferExtendThemeOverrides>;
12
+ readonly default: () => {};
13
+ };
14
+ readonly value: import('vue').PropType<import('naive-ui/es/transfer/src/interface').OptionValue[] | null>;
15
+ readonly defaultValue: {
16
+ readonly type: import('vue').PropType<import('naive-ui/es/transfer/src/interface').OptionValue[] | null>;
17
+ readonly default: null;
18
+ };
19
+ readonly options: {
20
+ readonly type: import('vue').PropType<import('naive-ui').TransferOption[]>;
21
+ readonly default: () => never[];
22
+ };
23
+ readonly disabled: {
24
+ readonly type: import('vue').PropType<boolean | undefined>;
25
+ readonly default: undefined;
26
+ };
27
+ readonly virtualScroll: BooleanConstructor;
28
+ readonly sourceTitle: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
29
+ readonly selectAllText: StringConstructor;
30
+ readonly clearText: StringConstructor;
31
+ readonly targetTitle: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
32
+ readonly filterable: {
33
+ readonly type: BooleanConstructor;
34
+ readonly default: undefined;
35
+ };
36
+ readonly sourceFilterable: BooleanConstructor;
37
+ readonly targetFilterable: BooleanConstructor;
38
+ readonly showSelected: {
39
+ readonly type: BooleanConstructor;
40
+ readonly default: true;
41
+ };
42
+ readonly sourceFilterPlaceholder: StringConstructor;
43
+ readonly targetFilterPlaceholder: StringConstructor;
44
+ readonly filter: {
45
+ readonly type: import('vue').PropType<import('naive-ui/es/transfer/src/interface').Filter>;
46
+ readonly default: (pattern: string, option: import('naive-ui').TransferOption) => number | true;
47
+ };
48
+ readonly renderSourceLabel: import('vue').PropType<import('naive-ui').TransferRenderSourceLabel>;
49
+ readonly renderTargetLabel: import('vue').PropType<import('naive-ui').TransferRenderTargetLabel>;
50
+ readonly renderSourceList: import('vue').PropType<import('naive-ui').TransferRenderSourceList>;
51
+ readonly renderTargetList: import('vue').PropType<import('naive-ui').TransferRenderSourceList>;
52
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
53
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
54
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
55
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Transfer", {
56
+ itemHeightSmall: string;
57
+ itemHeightMedium: string;
58
+ itemHeightLarge: string;
59
+ fontSizeSmall: string;
60
+ fontSizeMedium: string;
61
+ fontSizeLarge: string;
62
+ borderRadius: string;
63
+ dividerColor: string;
64
+ borderColor: string;
65
+ listColor: string;
66
+ headerColor: string;
67
+ titleTextColor: string;
68
+ titleTextColorDisabled: string;
69
+ extraTextColor: string;
70
+ extraTextColorDisabled: string;
71
+ itemTextColor: string;
72
+ itemTextColorDisabled: string;
73
+ itemColorPending: string;
74
+ titleFontWeight: string;
75
+ closeColorHover: string;
76
+ closeColorPressed: string;
77
+ closeIconColor: string;
78
+ closeIconColorHover: string;
79
+ closeIconColorPressed: string;
80
+ extraFontSizeSmall: string;
81
+ extraFontSizeMedium: string;
82
+ extraFontSizeLarge: string;
83
+ titleFontSizeSmall: string;
84
+ titleFontSizeMedium: string;
85
+ titleFontSizeLarge: string;
86
+ closeSize: string;
87
+ closeIconSize: string;
88
+ headerHeightSmall: string;
89
+ headerHeightMedium: string;
90
+ headerHeightLarge: string;
91
+ }, {
92
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
93
+ labelLineHeight: string;
94
+ fontSizeSmall: string;
95
+ fontSizeMedium: string;
96
+ fontSizeLarge: string;
97
+ borderRadius: string;
98
+ color: string;
99
+ colorChecked: string;
100
+ colorDisabled: string;
101
+ colorDisabledChecked: string;
102
+ colorTableHeader: string;
103
+ colorTableHeaderModal: string;
104
+ colorTableHeaderPopover: string;
105
+ checkMarkColor: string;
106
+ checkMarkColorDisabled: string;
107
+ checkMarkColorDisabledChecked: string;
108
+ border: string;
109
+ borderDisabled: string;
110
+ borderDisabledChecked: string;
111
+ borderChecked: string;
112
+ borderFocus: string;
113
+ boxShadowFocus: string;
114
+ textColor: string;
115
+ textColorDisabled: string;
116
+ sizeSmall: string;
117
+ sizeMedium: string;
118
+ sizeLarge: string;
119
+ labelPadding: string;
120
+ labelFontWeight: string;
121
+ }, any>;
122
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
123
+ height: string;
124
+ width: string;
125
+ borderRadius: string;
126
+ color: string;
127
+ colorHover: string;
128
+ railInsetHorizontalBottom: string;
129
+ railInsetHorizontalTop: string;
130
+ railInsetVerticalRight: string;
131
+ railInsetVerticalLeft: string;
132
+ railColor: string;
133
+ }, any>;
134
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
135
+ fontWeight: string;
136
+ countTextColorDisabled: string;
137
+ countTextColor: string;
138
+ heightTiny: string;
139
+ heightSmall: string;
140
+ heightMedium: string;
141
+ heightLarge: string;
142
+ fontSizeTiny: string;
143
+ fontSizeSmall: string;
144
+ fontSizeMedium: string;
145
+ fontSizeLarge: string;
146
+ lineHeight: string;
147
+ lineHeightTextarea: string;
148
+ borderRadius: string;
149
+ iconSize: string;
150
+ groupLabelColor: string;
151
+ groupLabelTextColor: string;
152
+ textColor: string;
153
+ textColorDisabled: string;
154
+ textDecorationColor: string;
155
+ caretColor: string;
156
+ placeholderColor: string;
157
+ placeholderColorDisabled: string;
158
+ color: string;
159
+ colorDisabled: string;
160
+ colorFocus: string;
161
+ groupLabelBorder: string;
162
+ border: string;
163
+ borderHover: string;
164
+ borderDisabled: string;
165
+ borderFocus: string;
166
+ boxShadowFocus: string;
167
+ loadingColor: string;
168
+ loadingColorWarning: string;
169
+ borderWarning: string;
170
+ borderHoverWarning: string;
171
+ colorFocusWarning: string;
172
+ borderFocusWarning: string;
173
+ boxShadowFocusWarning: string;
174
+ caretColorWarning: string;
175
+ loadingColorError: string;
176
+ borderError: string;
177
+ borderHoverError: string;
178
+ colorFocusError: string;
179
+ borderFocusError: string;
180
+ boxShadowFocusError: string;
181
+ caretColorError: string;
182
+ clearColor: string;
183
+ clearColorHover: string;
184
+ clearColorPressed: string;
185
+ iconColor: string;
186
+ iconColorDisabled: string;
187
+ iconColorHover: string;
188
+ iconColorPressed: string;
189
+ suffixTextColor: string;
190
+ paddingTiny: string;
191
+ paddingSmall: string;
192
+ paddingMedium: string;
193
+ paddingLarge: string;
194
+ clearSize: string;
195
+ }, {
196
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
197
+ height: string;
198
+ width: string;
199
+ borderRadius: string;
200
+ color: string;
201
+ colorHover: string;
202
+ railInsetHorizontalBottom: string;
203
+ railInsetHorizontalTop: string;
204
+ railInsetVerticalRight: string;
205
+ railInsetVerticalLeft: string;
206
+ railColor: string;
207
+ }, any>;
208
+ }>;
209
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
210
+ fontSizeTiny: string;
211
+ fontSizeSmall: string;
212
+ fontSizeMedium: string;
213
+ fontSizeLarge: string;
214
+ fontSizeHuge: string;
215
+ textColor: string;
216
+ iconColor: string;
217
+ extraTextColor: string;
218
+ iconSizeTiny: string;
219
+ iconSizeSmall: string;
220
+ iconSizeMedium: string;
221
+ iconSizeLarge: string;
222
+ iconSizeHuge: string;
223
+ }, any>;
224
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
225
+ heightTiny: string;
226
+ heightSmall: string;
227
+ heightMedium: string;
228
+ heightLarge: string;
229
+ borderRadiusTiny: string;
230
+ borderRadiusSmall: string;
231
+ borderRadiusMedium: string;
232
+ borderRadiusLarge: string;
233
+ fontSizeTiny: string;
234
+ fontSizeSmall: string;
235
+ fontSizeMedium: string;
236
+ fontSizeLarge: string;
237
+ opacityDisabled: string;
238
+ colorOpacitySecondary: string;
239
+ colorOpacitySecondaryHover: string;
240
+ colorOpacitySecondaryPressed: string;
241
+ colorSecondary: string;
242
+ colorSecondaryHover: string;
243
+ colorSecondaryPressed: string;
244
+ colorTertiary: string;
245
+ colorTertiaryHover: string;
246
+ colorTertiaryPressed: string;
247
+ colorQuaternary: string;
248
+ colorQuaternaryHover: string;
249
+ colorQuaternaryPressed: string;
250
+ color: string;
251
+ colorHover: string;
252
+ colorPressed: string;
253
+ colorFocus: string;
254
+ colorDisabled: string;
255
+ textColor: string;
256
+ textColorTertiary: string;
257
+ textColorHover: string;
258
+ textColorPressed: string;
259
+ textColorFocus: string;
260
+ textColorDisabled: string;
261
+ textColorText: string;
262
+ textColorTextHover: string;
263
+ textColorTextPressed: string;
264
+ textColorTextFocus: string;
265
+ textColorTextDisabled: string;
266
+ textColorGhost: string;
267
+ textColorGhostHover: string;
268
+ textColorGhostPressed: string;
269
+ textColorGhostFocus: string;
270
+ textColorGhostDisabled: string;
271
+ border: string;
272
+ borderHover: string;
273
+ borderPressed: string;
274
+ borderFocus: string;
275
+ borderDisabled: string;
276
+ rippleColor: string;
277
+ colorPrimary: string;
278
+ colorHoverPrimary: string;
279
+ colorPressedPrimary: string;
280
+ colorFocusPrimary: string;
281
+ colorDisabledPrimary: string;
282
+ textColorPrimary: string;
283
+ textColorHoverPrimary: string;
284
+ textColorPressedPrimary: string;
285
+ textColorFocusPrimary: string;
286
+ textColorDisabledPrimary: string;
287
+ textColorTextPrimary: string;
288
+ textColorTextHoverPrimary: string;
289
+ textColorTextPressedPrimary: string;
290
+ textColorTextFocusPrimary: string;
291
+ textColorTextDisabledPrimary: string;
292
+ textColorGhostPrimary: string;
293
+ textColorGhostHoverPrimary: string;
294
+ textColorGhostPressedPrimary: string;
295
+ textColorGhostFocusPrimary: string;
296
+ textColorGhostDisabledPrimary: string;
297
+ borderPrimary: string;
298
+ borderHoverPrimary: string;
299
+ borderPressedPrimary: string;
300
+ borderFocusPrimary: string;
301
+ borderDisabledPrimary: string;
302
+ rippleColorPrimary: string;
303
+ colorInfo: string;
304
+ colorHoverInfo: string;
305
+ colorPressedInfo: string;
306
+ colorFocusInfo: string;
307
+ colorDisabledInfo: string;
308
+ textColorInfo: string;
309
+ textColorHoverInfo: string;
310
+ textColorPressedInfo: string;
311
+ textColorFocusInfo: string;
312
+ textColorDisabledInfo: string;
313
+ textColorTextInfo: string;
314
+ textColorTextHoverInfo: string;
315
+ textColorTextPressedInfo: string;
316
+ textColorTextFocusInfo: string;
317
+ textColorTextDisabledInfo: string;
318
+ textColorGhostInfo: string;
319
+ textColorGhostHoverInfo: string;
320
+ textColorGhostPressedInfo: string;
321
+ textColorGhostFocusInfo: string;
322
+ textColorGhostDisabledInfo: string;
323
+ borderInfo: string;
324
+ borderHoverInfo: string;
325
+ borderPressedInfo: string;
326
+ borderFocusInfo: string;
327
+ borderDisabledInfo: string;
328
+ rippleColorInfo: string;
329
+ colorSuccess: string;
330
+ colorHoverSuccess: string;
331
+ colorPressedSuccess: string;
332
+ colorFocusSuccess: string;
333
+ colorDisabledSuccess: string;
334
+ textColorSuccess: string;
335
+ textColorHoverSuccess: string;
336
+ textColorPressedSuccess: string;
337
+ textColorFocusSuccess: string;
338
+ textColorDisabledSuccess: string;
339
+ textColorTextSuccess: string;
340
+ textColorTextHoverSuccess: string;
341
+ textColorTextPressedSuccess: string;
342
+ textColorTextFocusSuccess: string;
343
+ textColorTextDisabledSuccess: string;
344
+ textColorGhostSuccess: string;
345
+ textColorGhostHoverSuccess: string;
346
+ textColorGhostPressedSuccess: string;
347
+ textColorGhostFocusSuccess: string;
348
+ textColorGhostDisabledSuccess: string;
349
+ borderSuccess: string;
350
+ borderHoverSuccess: string;
351
+ borderPressedSuccess: string;
352
+ borderFocusSuccess: string;
353
+ borderDisabledSuccess: string;
354
+ rippleColorSuccess: string;
355
+ colorWarning: string;
356
+ colorHoverWarning: string;
357
+ colorPressedWarning: string;
358
+ colorFocusWarning: string;
359
+ colorDisabledWarning: string;
360
+ textColorWarning: string;
361
+ textColorHoverWarning: string;
362
+ textColorPressedWarning: string;
363
+ textColorFocusWarning: string;
364
+ textColorDisabledWarning: string;
365
+ textColorTextWarning: string;
366
+ textColorTextHoverWarning: string;
367
+ textColorTextPressedWarning: string;
368
+ textColorTextFocusWarning: string;
369
+ textColorTextDisabledWarning: string;
370
+ textColorGhostWarning: string;
371
+ textColorGhostHoverWarning: string;
372
+ textColorGhostPressedWarning: string;
373
+ textColorGhostFocusWarning: string;
374
+ textColorGhostDisabledWarning: string;
375
+ borderWarning: string;
376
+ borderHoverWarning: string;
377
+ borderPressedWarning: string;
378
+ borderFocusWarning: string;
379
+ borderDisabledWarning: string;
380
+ rippleColorWarning: string;
381
+ colorError: string;
382
+ colorHoverError: string;
383
+ colorPressedError: string;
384
+ colorFocusError: string;
385
+ colorDisabledError: string;
386
+ textColorError: string;
387
+ textColorHoverError: string;
388
+ textColorPressedError: string;
389
+ textColorFocusError: string;
390
+ textColorDisabledError: string;
391
+ textColorTextError: string;
392
+ textColorTextHoverError: string;
393
+ textColorTextPressedError: string;
394
+ textColorTextFocusError: string;
395
+ textColorTextDisabledError: string;
396
+ textColorGhostError: string;
397
+ textColorGhostHoverError: string;
398
+ textColorGhostPressedError: string;
399
+ textColorGhostFocusError: string;
400
+ textColorGhostDisabledError: string;
401
+ borderError: string;
402
+ borderHoverError: string;
403
+ borderPressedError: string;
404
+ borderFocusError: string;
405
+ borderDisabledError: string;
406
+ rippleColorError: string;
407
+ waveOpacity: string;
408
+ fontWeight: string;
409
+ fontWeightStrong: string;
410
+ paddingTiny: string;
411
+ paddingSmall: string;
412
+ paddingMedium: string;
413
+ paddingLarge: string;
414
+ paddingRoundTiny: string;
415
+ paddingRoundSmall: string;
416
+ paddingRoundMedium: string;
417
+ paddingRoundLarge: string;
418
+ iconMarginTiny: string;
419
+ iconMarginSmall: string;
420
+ iconMarginMedium: string;
421
+ iconMarginLarge: string;
422
+ iconSizeTiny: string;
423
+ iconSizeSmall: string;
424
+ iconSizeMedium: string;
425
+ iconSizeLarge: string;
426
+ rippleDuration: string;
427
+ }, any>;
428
+ }>>;
429
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Transfer", {
430
+ itemHeightSmall: string;
431
+ itemHeightMedium: string;
432
+ itemHeightLarge: string;
433
+ fontSizeSmall: string;
434
+ fontSizeMedium: string;
435
+ fontSizeLarge: string;
436
+ borderRadius: string;
437
+ dividerColor: string;
438
+ borderColor: string;
439
+ listColor: string;
440
+ headerColor: string;
441
+ titleTextColor: string;
442
+ titleTextColorDisabled: string;
443
+ extraTextColor: string;
444
+ extraTextColorDisabled: string;
445
+ itemTextColor: string;
446
+ itemTextColorDisabled: string;
447
+ itemColorPending: string;
448
+ titleFontWeight: string;
449
+ closeColorHover: string;
450
+ closeColorPressed: string;
451
+ closeIconColor: string;
452
+ closeIconColorHover: string;
453
+ closeIconColorPressed: string;
454
+ extraFontSizeSmall: string;
455
+ extraFontSizeMedium: string;
456
+ extraFontSizeLarge: string;
457
+ titleFontSizeSmall: string;
458
+ titleFontSizeMedium: string;
459
+ titleFontSizeLarge: string;
460
+ closeSize: string;
461
+ closeIconSize: string;
462
+ headerHeightSmall: string;
463
+ headerHeightMedium: string;
464
+ headerHeightLarge: string;
465
+ }, {
466
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
467
+ labelLineHeight: string;
468
+ fontSizeSmall: string;
469
+ fontSizeMedium: string;
470
+ fontSizeLarge: string;
471
+ borderRadius: string;
472
+ color: string;
473
+ colorChecked: string;
474
+ colorDisabled: string;
475
+ colorDisabledChecked: string;
476
+ colorTableHeader: string;
477
+ colorTableHeaderModal: string;
478
+ colorTableHeaderPopover: string;
479
+ checkMarkColor: string;
480
+ checkMarkColorDisabled: string;
481
+ checkMarkColorDisabledChecked: string;
482
+ border: string;
483
+ borderDisabled: string;
484
+ borderDisabledChecked: string;
485
+ borderChecked: string;
486
+ borderFocus: string;
487
+ boxShadowFocus: string;
488
+ textColor: string;
489
+ textColorDisabled: string;
490
+ sizeSmall: string;
491
+ sizeMedium: string;
492
+ sizeLarge: string;
493
+ labelPadding: string;
494
+ labelFontWeight: string;
495
+ }, any>;
496
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
497
+ height: string;
498
+ width: string;
499
+ borderRadius: string;
500
+ color: string;
501
+ colorHover: string;
502
+ railInsetHorizontalBottom: string;
503
+ railInsetHorizontalTop: string;
504
+ railInsetVerticalRight: string;
505
+ railInsetVerticalLeft: string;
506
+ railColor: string;
507
+ }, any>;
508
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
509
+ fontWeight: string;
510
+ countTextColorDisabled: string;
511
+ countTextColor: string;
512
+ heightTiny: string;
513
+ heightSmall: string;
514
+ heightMedium: string;
515
+ heightLarge: string;
516
+ fontSizeTiny: string;
517
+ fontSizeSmall: string;
518
+ fontSizeMedium: string;
519
+ fontSizeLarge: string;
520
+ lineHeight: string;
521
+ lineHeightTextarea: string;
522
+ borderRadius: string;
523
+ iconSize: string;
524
+ groupLabelColor: string;
525
+ groupLabelTextColor: string;
526
+ textColor: string;
527
+ textColorDisabled: string;
528
+ textDecorationColor: string;
529
+ caretColor: string;
530
+ placeholderColor: string;
531
+ placeholderColorDisabled: string;
532
+ color: string;
533
+ colorDisabled: string;
534
+ colorFocus: string;
535
+ groupLabelBorder: string;
536
+ border: string;
537
+ borderHover: string;
538
+ borderDisabled: string;
539
+ borderFocus: string;
540
+ boxShadowFocus: string;
541
+ loadingColor: string;
542
+ loadingColorWarning: string;
543
+ borderWarning: string;
544
+ borderHoverWarning: string;
545
+ colorFocusWarning: string;
546
+ borderFocusWarning: string;
547
+ boxShadowFocusWarning: string;
548
+ caretColorWarning: string;
549
+ loadingColorError: string;
550
+ borderError: string;
551
+ borderHoverError: string;
552
+ colorFocusError: string;
553
+ borderFocusError: string;
554
+ boxShadowFocusError: string;
555
+ caretColorError: string;
556
+ clearColor: string;
557
+ clearColorHover: string;
558
+ clearColorPressed: string;
559
+ iconColor: string;
560
+ iconColorDisabled: string;
561
+ iconColorHover: string;
562
+ iconColorPressed: string;
563
+ suffixTextColor: string;
564
+ paddingTiny: string;
565
+ paddingSmall: string;
566
+ paddingMedium: string;
567
+ paddingLarge: string;
568
+ clearSize: string;
569
+ }, {
570
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
571
+ height: string;
572
+ width: string;
573
+ borderRadius: string;
574
+ color: string;
575
+ colorHover: string;
576
+ railInsetHorizontalBottom: string;
577
+ railInsetHorizontalTop: string;
578
+ railInsetVerticalRight: string;
579
+ railInsetVerticalLeft: string;
580
+ railColor: string;
581
+ }, any>;
582
+ }>;
583
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
584
+ fontSizeTiny: string;
585
+ fontSizeSmall: string;
586
+ fontSizeMedium: string;
587
+ fontSizeLarge: string;
588
+ fontSizeHuge: string;
589
+ textColor: string;
590
+ iconColor: string;
591
+ extraTextColor: string;
592
+ iconSizeTiny: string;
593
+ iconSizeSmall: string;
594
+ iconSizeMedium: string;
595
+ iconSizeLarge: string;
596
+ iconSizeHuge: string;
597
+ }, any>;
598
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
599
+ heightTiny: string;
600
+ heightSmall: string;
601
+ heightMedium: string;
602
+ heightLarge: string;
603
+ borderRadiusTiny: string;
604
+ borderRadiusSmall: string;
605
+ borderRadiusMedium: string;
606
+ borderRadiusLarge: string;
607
+ fontSizeTiny: string;
608
+ fontSizeSmall: string;
609
+ fontSizeMedium: string;
610
+ fontSizeLarge: string;
611
+ opacityDisabled: string;
612
+ colorOpacitySecondary: string;
613
+ colorOpacitySecondaryHover: string;
614
+ colorOpacitySecondaryPressed: string;
615
+ colorSecondary: string;
616
+ colorSecondaryHover: string;
617
+ colorSecondaryPressed: string;
618
+ colorTertiary: string;
619
+ colorTertiaryHover: string;
620
+ colorTertiaryPressed: string;
621
+ colorQuaternary: string;
622
+ colorQuaternaryHover: string;
623
+ colorQuaternaryPressed: string;
624
+ color: string;
625
+ colorHover: string;
626
+ colorPressed: string;
627
+ colorFocus: string;
628
+ colorDisabled: string;
629
+ textColor: string;
630
+ textColorTertiary: string;
631
+ textColorHover: string;
632
+ textColorPressed: string;
633
+ textColorFocus: string;
634
+ textColorDisabled: string;
635
+ textColorText: string;
636
+ textColorTextHover: string;
637
+ textColorTextPressed: string;
638
+ textColorTextFocus: string;
639
+ textColorTextDisabled: string;
640
+ textColorGhost: string;
641
+ textColorGhostHover: string;
642
+ textColorGhostPressed: string;
643
+ textColorGhostFocus: string;
644
+ textColorGhostDisabled: string;
645
+ border: string;
646
+ borderHover: string;
647
+ borderPressed: string;
648
+ borderFocus: string;
649
+ borderDisabled: string;
650
+ rippleColor: string;
651
+ colorPrimary: string;
652
+ colorHoverPrimary: string;
653
+ colorPressedPrimary: string;
654
+ colorFocusPrimary: string;
655
+ colorDisabledPrimary: string;
656
+ textColorPrimary: string;
657
+ textColorHoverPrimary: string;
658
+ textColorPressedPrimary: string;
659
+ textColorFocusPrimary: string;
660
+ textColorDisabledPrimary: string;
661
+ textColorTextPrimary: string;
662
+ textColorTextHoverPrimary: string;
663
+ textColorTextPressedPrimary: string;
664
+ textColorTextFocusPrimary: string;
665
+ textColorTextDisabledPrimary: string;
666
+ textColorGhostPrimary: string;
667
+ textColorGhostHoverPrimary: string;
668
+ textColorGhostPressedPrimary: string;
669
+ textColorGhostFocusPrimary: string;
670
+ textColorGhostDisabledPrimary: string;
671
+ borderPrimary: string;
672
+ borderHoverPrimary: string;
673
+ borderPressedPrimary: string;
674
+ borderFocusPrimary: string;
675
+ borderDisabledPrimary: string;
676
+ rippleColorPrimary: string;
677
+ colorInfo: string;
678
+ colorHoverInfo: string;
679
+ colorPressedInfo: string;
680
+ colorFocusInfo: string;
681
+ colorDisabledInfo: string;
682
+ textColorInfo: string;
683
+ textColorHoverInfo: string;
684
+ textColorPressedInfo: string;
685
+ textColorFocusInfo: string;
686
+ textColorDisabledInfo: string;
687
+ textColorTextInfo: string;
688
+ textColorTextHoverInfo: string;
689
+ textColorTextPressedInfo: string;
690
+ textColorTextFocusInfo: string;
691
+ textColorTextDisabledInfo: string;
692
+ textColorGhostInfo: string;
693
+ textColorGhostHoverInfo: string;
694
+ textColorGhostPressedInfo: string;
695
+ textColorGhostFocusInfo: string;
696
+ textColorGhostDisabledInfo: string;
697
+ borderInfo: string;
698
+ borderHoverInfo: string;
699
+ borderPressedInfo: string;
700
+ borderFocusInfo: string;
701
+ borderDisabledInfo: string;
702
+ rippleColorInfo: string;
703
+ colorSuccess: string;
704
+ colorHoverSuccess: string;
705
+ colorPressedSuccess: string;
706
+ colorFocusSuccess: string;
707
+ colorDisabledSuccess: string;
708
+ textColorSuccess: string;
709
+ textColorHoverSuccess: string;
710
+ textColorPressedSuccess: string;
711
+ textColorFocusSuccess: string;
712
+ textColorDisabledSuccess: string;
713
+ textColorTextSuccess: string;
714
+ textColorTextHoverSuccess: string;
715
+ textColorTextPressedSuccess: string;
716
+ textColorTextFocusSuccess: string;
717
+ textColorTextDisabledSuccess: string;
718
+ textColorGhostSuccess: string;
719
+ textColorGhostHoverSuccess: string;
720
+ textColorGhostPressedSuccess: string;
721
+ textColorGhostFocusSuccess: string;
722
+ textColorGhostDisabledSuccess: string;
723
+ borderSuccess: string;
724
+ borderHoverSuccess: string;
725
+ borderPressedSuccess: string;
726
+ borderFocusSuccess: string;
727
+ borderDisabledSuccess: string;
728
+ rippleColorSuccess: string;
729
+ colorWarning: string;
730
+ colorHoverWarning: string;
731
+ colorPressedWarning: string;
732
+ colorFocusWarning: string;
733
+ colorDisabledWarning: string;
734
+ textColorWarning: string;
735
+ textColorHoverWarning: string;
736
+ textColorPressedWarning: string;
737
+ textColorFocusWarning: string;
738
+ textColorDisabledWarning: string;
739
+ textColorTextWarning: string;
740
+ textColorTextHoverWarning: string;
741
+ textColorTextPressedWarning: string;
742
+ textColorTextFocusWarning: string;
743
+ textColorTextDisabledWarning: string;
744
+ textColorGhostWarning: string;
745
+ textColorGhostHoverWarning: string;
746
+ textColorGhostPressedWarning: string;
747
+ textColorGhostFocusWarning: string;
748
+ textColorGhostDisabledWarning: string;
749
+ borderWarning: string;
750
+ borderHoverWarning: string;
751
+ borderPressedWarning: string;
752
+ borderFocusWarning: string;
753
+ borderDisabledWarning: string;
754
+ rippleColorWarning: string;
755
+ colorError: string;
756
+ colorHoverError: string;
757
+ colorPressedError: string;
758
+ colorFocusError: string;
759
+ colorDisabledError: string;
760
+ textColorError: string;
761
+ textColorHoverError: string;
762
+ textColorPressedError: string;
763
+ textColorFocusError: string;
764
+ textColorDisabledError: string;
765
+ textColorTextError: string;
766
+ textColorTextHoverError: string;
767
+ textColorTextPressedError: string;
768
+ textColorTextFocusError: string;
769
+ textColorTextDisabledError: string;
770
+ textColorGhostError: string;
771
+ textColorGhostHoverError: string;
772
+ textColorGhostPressedError: string;
773
+ textColorGhostFocusError: string;
774
+ textColorGhostDisabledError: string;
775
+ borderError: string;
776
+ borderHoverError: string;
777
+ borderPressedError: string;
778
+ borderFocusError: string;
779
+ borderDisabledError: string;
780
+ rippleColorError: string;
781
+ waveOpacity: string;
782
+ fontWeight: string;
783
+ fontWeightStrong: string;
784
+ paddingTiny: string;
785
+ paddingSmall: string;
786
+ paddingMedium: string;
787
+ paddingLarge: string;
788
+ paddingRoundTiny: string;
789
+ paddingRoundSmall: string;
790
+ paddingRoundMedium: string;
791
+ paddingRoundLarge: string;
792
+ iconMarginTiny: string;
793
+ iconMarginSmall: string;
794
+ iconMarginMedium: string;
795
+ iconMarginLarge: string;
796
+ iconSizeTiny: string;
797
+ iconSizeSmall: string;
798
+ iconSizeMedium: string;
799
+ iconSizeLarge: string;
800
+ rippleDuration: string;
801
+ }, any>;
802
+ }>>>;
803
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Transfer", {
804
+ itemHeightSmall: string;
805
+ itemHeightMedium: string;
806
+ itemHeightLarge: string;
807
+ fontSizeSmall: string;
808
+ fontSizeMedium: string;
809
+ fontSizeLarge: string;
810
+ borderRadius: string;
811
+ dividerColor: string;
812
+ borderColor: string;
813
+ listColor: string;
814
+ headerColor: string;
815
+ titleTextColor: string;
816
+ titleTextColorDisabled: string;
817
+ extraTextColor: string;
818
+ extraTextColorDisabled: string;
819
+ itemTextColor: string;
820
+ itemTextColorDisabled: string;
821
+ itemColorPending: string;
822
+ titleFontWeight: string;
823
+ closeColorHover: string;
824
+ closeColorPressed: string;
825
+ closeIconColor: string;
826
+ closeIconColorHover: string;
827
+ closeIconColorPressed: string;
828
+ extraFontSizeSmall: string;
829
+ extraFontSizeMedium: string;
830
+ extraFontSizeLarge: string;
831
+ titleFontSizeSmall: string;
832
+ titleFontSizeMedium: string;
833
+ titleFontSizeLarge: string;
834
+ closeSize: string;
835
+ closeIconSize: string;
836
+ headerHeightSmall: string;
837
+ headerHeightMedium: string;
838
+ headerHeightLarge: string;
839
+ }, {
840
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
841
+ labelLineHeight: string;
842
+ fontSizeSmall: string;
843
+ fontSizeMedium: string;
844
+ fontSizeLarge: string;
845
+ borderRadius: string;
846
+ color: string;
847
+ colorChecked: string;
848
+ colorDisabled: string;
849
+ colorDisabledChecked: string;
850
+ colorTableHeader: string;
851
+ colorTableHeaderModal: string;
852
+ colorTableHeaderPopover: string;
853
+ checkMarkColor: string;
854
+ checkMarkColorDisabled: string;
855
+ checkMarkColorDisabledChecked: string;
856
+ border: string;
857
+ borderDisabled: string;
858
+ borderDisabledChecked: string;
859
+ borderChecked: string;
860
+ borderFocus: string;
861
+ boxShadowFocus: string;
862
+ textColor: string;
863
+ textColorDisabled: string;
864
+ sizeSmall: string;
865
+ sizeMedium: string;
866
+ sizeLarge: string;
867
+ labelPadding: string;
868
+ labelFontWeight: string;
869
+ }, any>;
870
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
871
+ height: string;
872
+ width: string;
873
+ borderRadius: string;
874
+ color: string;
875
+ colorHover: string;
876
+ railInsetHorizontalBottom: string;
877
+ railInsetHorizontalTop: string;
878
+ railInsetVerticalRight: string;
879
+ railInsetVerticalLeft: string;
880
+ railColor: string;
881
+ }, any>;
882
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
883
+ fontWeight: string;
884
+ countTextColorDisabled: string;
885
+ countTextColor: string;
886
+ heightTiny: string;
887
+ heightSmall: string;
888
+ heightMedium: string;
889
+ heightLarge: string;
890
+ fontSizeTiny: string;
891
+ fontSizeSmall: string;
892
+ fontSizeMedium: string;
893
+ fontSizeLarge: string;
894
+ lineHeight: string;
895
+ lineHeightTextarea: string;
896
+ borderRadius: string;
897
+ iconSize: string;
898
+ groupLabelColor: string;
899
+ groupLabelTextColor: string;
900
+ textColor: string;
901
+ textColorDisabled: string;
902
+ textDecorationColor: string;
903
+ caretColor: string;
904
+ placeholderColor: string;
905
+ placeholderColorDisabled: string;
906
+ color: string;
907
+ colorDisabled: string;
908
+ colorFocus: string;
909
+ groupLabelBorder: string;
910
+ border: string;
911
+ borderHover: string;
912
+ borderDisabled: string;
913
+ borderFocus: string;
914
+ boxShadowFocus: string;
915
+ loadingColor: string;
916
+ loadingColorWarning: string;
917
+ borderWarning: string;
918
+ borderHoverWarning: string;
919
+ colorFocusWarning: string;
920
+ borderFocusWarning: string;
921
+ boxShadowFocusWarning: string;
922
+ caretColorWarning: string;
923
+ loadingColorError: string;
924
+ borderError: string;
925
+ borderHoverError: string;
926
+ colorFocusError: string;
927
+ borderFocusError: string;
928
+ boxShadowFocusError: string;
929
+ caretColorError: string;
930
+ clearColor: string;
931
+ clearColorHover: string;
932
+ clearColorPressed: string;
933
+ iconColor: string;
934
+ iconColorDisabled: string;
935
+ iconColorHover: string;
936
+ iconColorPressed: string;
937
+ suffixTextColor: string;
938
+ paddingTiny: string;
939
+ paddingSmall: string;
940
+ paddingMedium: string;
941
+ paddingLarge: string;
942
+ clearSize: string;
943
+ }, {
944
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
945
+ height: string;
946
+ width: string;
947
+ borderRadius: string;
948
+ color: string;
949
+ colorHover: string;
950
+ railInsetHorizontalBottom: string;
951
+ railInsetHorizontalTop: string;
952
+ railInsetVerticalRight: string;
953
+ railInsetVerticalLeft: string;
954
+ railColor: string;
955
+ }, any>;
956
+ }>;
957
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
958
+ fontSizeTiny: string;
959
+ fontSizeSmall: string;
960
+ fontSizeMedium: string;
961
+ fontSizeLarge: string;
962
+ fontSizeHuge: string;
963
+ textColor: string;
964
+ iconColor: string;
965
+ extraTextColor: string;
966
+ iconSizeTiny: string;
967
+ iconSizeSmall: string;
968
+ iconSizeMedium: string;
969
+ iconSizeLarge: string;
970
+ iconSizeHuge: string;
971
+ }, any>;
972
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
973
+ heightTiny: string;
974
+ heightSmall: string;
975
+ heightMedium: string;
976
+ heightLarge: string;
977
+ borderRadiusTiny: string;
978
+ borderRadiusSmall: string;
979
+ borderRadiusMedium: string;
980
+ borderRadiusLarge: string;
981
+ fontSizeTiny: string;
982
+ fontSizeSmall: string;
983
+ fontSizeMedium: string;
984
+ fontSizeLarge: string;
985
+ opacityDisabled: string;
986
+ colorOpacitySecondary: string;
987
+ colorOpacitySecondaryHover: string;
988
+ colorOpacitySecondaryPressed: string;
989
+ colorSecondary: string;
990
+ colorSecondaryHover: string;
991
+ colorSecondaryPressed: string;
992
+ colorTertiary: string;
993
+ colorTertiaryHover: string;
994
+ colorTertiaryPressed: string;
995
+ colorQuaternary: string;
996
+ colorQuaternaryHover: string;
997
+ colorQuaternaryPressed: string;
998
+ color: string;
999
+ colorHover: string;
1000
+ colorPressed: string;
1001
+ colorFocus: string;
1002
+ colorDisabled: string;
1003
+ textColor: string;
1004
+ textColorTertiary: string;
1005
+ textColorHover: string;
1006
+ textColorPressed: string;
1007
+ textColorFocus: string;
1008
+ textColorDisabled: string;
1009
+ textColorText: string;
1010
+ textColorTextHover: string;
1011
+ textColorTextPressed: string;
1012
+ textColorTextFocus: string;
1013
+ textColorTextDisabled: string;
1014
+ textColorGhost: string;
1015
+ textColorGhostHover: string;
1016
+ textColorGhostPressed: string;
1017
+ textColorGhostFocus: string;
1018
+ textColorGhostDisabled: string;
1019
+ border: string;
1020
+ borderHover: string;
1021
+ borderPressed: string;
1022
+ borderFocus: string;
1023
+ borderDisabled: string;
1024
+ rippleColor: string;
1025
+ colorPrimary: string;
1026
+ colorHoverPrimary: string;
1027
+ colorPressedPrimary: string;
1028
+ colorFocusPrimary: string;
1029
+ colorDisabledPrimary: string;
1030
+ textColorPrimary: string;
1031
+ textColorHoverPrimary: string;
1032
+ textColorPressedPrimary: string;
1033
+ textColorFocusPrimary: string;
1034
+ textColorDisabledPrimary: string;
1035
+ textColorTextPrimary: string;
1036
+ textColorTextHoverPrimary: string;
1037
+ textColorTextPressedPrimary: string;
1038
+ textColorTextFocusPrimary: string;
1039
+ textColorTextDisabledPrimary: string;
1040
+ textColorGhostPrimary: string;
1041
+ textColorGhostHoverPrimary: string;
1042
+ textColorGhostPressedPrimary: string;
1043
+ textColorGhostFocusPrimary: string;
1044
+ textColorGhostDisabledPrimary: string;
1045
+ borderPrimary: string;
1046
+ borderHoverPrimary: string;
1047
+ borderPressedPrimary: string;
1048
+ borderFocusPrimary: string;
1049
+ borderDisabledPrimary: string;
1050
+ rippleColorPrimary: string;
1051
+ colorInfo: string;
1052
+ colorHoverInfo: string;
1053
+ colorPressedInfo: string;
1054
+ colorFocusInfo: string;
1055
+ colorDisabledInfo: string;
1056
+ textColorInfo: string;
1057
+ textColorHoverInfo: string;
1058
+ textColorPressedInfo: string;
1059
+ textColorFocusInfo: string;
1060
+ textColorDisabledInfo: string;
1061
+ textColorTextInfo: string;
1062
+ textColorTextHoverInfo: string;
1063
+ textColorTextPressedInfo: string;
1064
+ textColorTextFocusInfo: string;
1065
+ textColorTextDisabledInfo: string;
1066
+ textColorGhostInfo: string;
1067
+ textColorGhostHoverInfo: string;
1068
+ textColorGhostPressedInfo: string;
1069
+ textColorGhostFocusInfo: string;
1070
+ textColorGhostDisabledInfo: string;
1071
+ borderInfo: string;
1072
+ borderHoverInfo: string;
1073
+ borderPressedInfo: string;
1074
+ borderFocusInfo: string;
1075
+ borderDisabledInfo: string;
1076
+ rippleColorInfo: string;
1077
+ colorSuccess: string;
1078
+ colorHoverSuccess: string;
1079
+ colorPressedSuccess: string;
1080
+ colorFocusSuccess: string;
1081
+ colorDisabledSuccess: string;
1082
+ textColorSuccess: string;
1083
+ textColorHoverSuccess: string;
1084
+ textColorPressedSuccess: string;
1085
+ textColorFocusSuccess: string;
1086
+ textColorDisabledSuccess: string;
1087
+ textColorTextSuccess: string;
1088
+ textColorTextHoverSuccess: string;
1089
+ textColorTextPressedSuccess: string;
1090
+ textColorTextFocusSuccess: string;
1091
+ textColorTextDisabledSuccess: string;
1092
+ textColorGhostSuccess: string;
1093
+ textColorGhostHoverSuccess: string;
1094
+ textColorGhostPressedSuccess: string;
1095
+ textColorGhostFocusSuccess: string;
1096
+ textColorGhostDisabledSuccess: string;
1097
+ borderSuccess: string;
1098
+ borderHoverSuccess: string;
1099
+ borderPressedSuccess: string;
1100
+ borderFocusSuccess: string;
1101
+ borderDisabledSuccess: string;
1102
+ rippleColorSuccess: string;
1103
+ colorWarning: string;
1104
+ colorHoverWarning: string;
1105
+ colorPressedWarning: string;
1106
+ colorFocusWarning: string;
1107
+ colorDisabledWarning: string;
1108
+ textColorWarning: string;
1109
+ textColorHoverWarning: string;
1110
+ textColorPressedWarning: string;
1111
+ textColorFocusWarning: string;
1112
+ textColorDisabledWarning: string;
1113
+ textColorTextWarning: string;
1114
+ textColorTextHoverWarning: string;
1115
+ textColorTextPressedWarning: string;
1116
+ textColorTextFocusWarning: string;
1117
+ textColorTextDisabledWarning: string;
1118
+ textColorGhostWarning: string;
1119
+ textColorGhostHoverWarning: string;
1120
+ textColorGhostPressedWarning: string;
1121
+ textColorGhostFocusWarning: string;
1122
+ textColorGhostDisabledWarning: string;
1123
+ borderWarning: string;
1124
+ borderHoverWarning: string;
1125
+ borderPressedWarning: string;
1126
+ borderFocusWarning: string;
1127
+ borderDisabledWarning: string;
1128
+ rippleColorWarning: string;
1129
+ colorError: string;
1130
+ colorHoverError: string;
1131
+ colorPressedError: string;
1132
+ colorFocusError: string;
1133
+ colorDisabledError: string;
1134
+ textColorError: string;
1135
+ textColorHoverError: string;
1136
+ textColorPressedError: string;
1137
+ textColorFocusError: string;
1138
+ textColorDisabledError: string;
1139
+ textColorTextError: string;
1140
+ textColorTextHoverError: string;
1141
+ textColorTextPressedError: string;
1142
+ textColorTextFocusError: string;
1143
+ textColorTextDisabledError: string;
1144
+ textColorGhostError: string;
1145
+ textColorGhostHoverError: string;
1146
+ textColorGhostPressedError: string;
1147
+ textColorGhostFocusError: string;
1148
+ textColorGhostDisabledError: string;
1149
+ borderError: string;
1150
+ borderHoverError: string;
1151
+ borderPressedError: string;
1152
+ borderFocusError: string;
1153
+ borderDisabledError: string;
1154
+ rippleColorError: string;
1155
+ waveOpacity: string;
1156
+ fontWeight: string;
1157
+ fontWeightStrong: string;
1158
+ paddingTiny: string;
1159
+ paddingSmall: string;
1160
+ paddingMedium: string;
1161
+ paddingLarge: string;
1162
+ paddingRoundTiny: string;
1163
+ paddingRoundSmall: string;
1164
+ paddingRoundMedium: string;
1165
+ paddingRoundLarge: string;
1166
+ iconMarginTiny: string;
1167
+ iconMarginSmall: string;
1168
+ iconMarginMedium: string;
1169
+ iconMarginLarge: string;
1170
+ iconSizeTiny: string;
1171
+ iconSizeSmall: string;
1172
+ iconSizeMedium: string;
1173
+ iconSizeLarge: string;
1174
+ rippleDuration: string;
1175
+ }, any>;
1176
+ }>>>;
1177
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1178
+ readonly size: {
1179
+ readonly type: import('vue').PropType<import('./props').Size>;
1180
+ readonly default: "medium";
1181
+ };
1182
+ readonly useBodenSelectAll: {
1183
+ readonly type: BooleanConstructor;
1184
+ readonly default: false;
1185
+ };
1186
+ readonly extendThemeOverrides: {
1187
+ readonly type: import('vue').PropType<import('../../../_extendThemeOverrides/Transfer').TransferExtendThemeOverrides>;
1188
+ readonly default: () => {};
1189
+ };
1190
+ readonly value: import('vue').PropType<import('naive-ui/es/transfer/src/interface').OptionValue[] | null>;
1191
+ readonly defaultValue: {
1192
+ readonly type: import('vue').PropType<import('naive-ui/es/transfer/src/interface').OptionValue[] | null>;
1193
+ readonly default: null;
1194
+ };
1195
+ readonly options: {
1196
+ readonly type: import('vue').PropType<import('naive-ui').TransferOption[]>;
1197
+ readonly default: () => never[];
1198
+ };
1199
+ readonly disabled: {
1200
+ readonly type: import('vue').PropType<boolean | undefined>;
1201
+ readonly default: undefined;
1202
+ };
1203
+ readonly virtualScroll: BooleanConstructor;
1204
+ readonly sourceTitle: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1205
+ readonly selectAllText: StringConstructor;
1206
+ readonly clearText: StringConstructor;
1207
+ readonly targetTitle: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1208
+ readonly filterable: {
1209
+ readonly type: BooleanConstructor;
1210
+ readonly default: undefined;
1211
+ };
1212
+ readonly sourceFilterable: BooleanConstructor;
1213
+ readonly targetFilterable: BooleanConstructor;
1214
+ readonly showSelected: {
1215
+ readonly type: BooleanConstructor;
1216
+ readonly default: true;
1217
+ };
1218
+ readonly sourceFilterPlaceholder: StringConstructor;
1219
+ readonly targetFilterPlaceholder: StringConstructor;
1220
+ readonly filter: {
1221
+ readonly type: import('vue').PropType<import('naive-ui/es/transfer/src/interface').Filter>;
1222
+ readonly default: (pattern: string, option: import('naive-ui').TransferOption) => number | true;
1223
+ };
1224
+ readonly renderSourceLabel: import('vue').PropType<import('naive-ui').TransferRenderSourceLabel>;
1225
+ readonly renderTargetLabel: import('vue').PropType<import('naive-ui').TransferRenderTargetLabel>;
1226
+ readonly renderSourceList: import('vue').PropType<import('naive-ui').TransferRenderSourceList>;
1227
+ readonly renderTargetList: import('vue').PropType<import('naive-ui').TransferRenderSourceList>;
1228
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
1229
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
1230
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/transfer/src/interface').OnUpdateValue>>;
1231
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Transfer", {
1232
+ itemHeightSmall: string;
1233
+ itemHeightMedium: string;
1234
+ itemHeightLarge: string;
1235
+ fontSizeSmall: string;
1236
+ fontSizeMedium: string;
1237
+ fontSizeLarge: string;
1238
+ borderRadius: string;
1239
+ dividerColor: string;
1240
+ borderColor: string;
1241
+ listColor: string;
1242
+ headerColor: string;
1243
+ titleTextColor: string;
1244
+ titleTextColorDisabled: string;
1245
+ extraTextColor: string;
1246
+ extraTextColorDisabled: string;
1247
+ itemTextColor: string;
1248
+ itemTextColorDisabled: string;
1249
+ itemColorPending: string;
1250
+ titleFontWeight: string;
1251
+ closeColorHover: string;
1252
+ closeColorPressed: string;
1253
+ closeIconColor: string;
1254
+ closeIconColorHover: string;
1255
+ closeIconColorPressed: string;
1256
+ extraFontSizeSmall: string;
1257
+ extraFontSizeMedium: string;
1258
+ extraFontSizeLarge: string;
1259
+ titleFontSizeSmall: string;
1260
+ titleFontSizeMedium: string;
1261
+ titleFontSizeLarge: string;
1262
+ closeSize: string;
1263
+ closeIconSize: string;
1264
+ headerHeightSmall: string;
1265
+ headerHeightMedium: string;
1266
+ headerHeightLarge: string;
1267
+ }, {
1268
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1269
+ labelLineHeight: string;
1270
+ fontSizeSmall: string;
1271
+ fontSizeMedium: string;
1272
+ fontSizeLarge: string;
1273
+ borderRadius: string;
1274
+ color: string;
1275
+ colorChecked: string;
1276
+ colorDisabled: string;
1277
+ colorDisabledChecked: string;
1278
+ colorTableHeader: string;
1279
+ colorTableHeaderModal: string;
1280
+ colorTableHeaderPopover: string;
1281
+ checkMarkColor: string;
1282
+ checkMarkColorDisabled: string;
1283
+ checkMarkColorDisabledChecked: string;
1284
+ border: string;
1285
+ borderDisabled: string;
1286
+ borderDisabledChecked: string;
1287
+ borderChecked: string;
1288
+ borderFocus: string;
1289
+ boxShadowFocus: string;
1290
+ textColor: string;
1291
+ textColorDisabled: string;
1292
+ sizeSmall: string;
1293
+ sizeMedium: string;
1294
+ sizeLarge: string;
1295
+ labelPadding: string;
1296
+ labelFontWeight: string;
1297
+ }, any>;
1298
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1299
+ height: string;
1300
+ width: string;
1301
+ borderRadius: string;
1302
+ color: string;
1303
+ colorHover: string;
1304
+ railInsetHorizontalBottom: string;
1305
+ railInsetHorizontalTop: string;
1306
+ railInsetVerticalRight: string;
1307
+ railInsetVerticalLeft: string;
1308
+ railColor: string;
1309
+ }, any>;
1310
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1311
+ fontWeight: string;
1312
+ countTextColorDisabled: string;
1313
+ countTextColor: string;
1314
+ heightTiny: string;
1315
+ heightSmall: string;
1316
+ heightMedium: string;
1317
+ heightLarge: string;
1318
+ fontSizeTiny: string;
1319
+ fontSizeSmall: string;
1320
+ fontSizeMedium: string;
1321
+ fontSizeLarge: string;
1322
+ lineHeight: string;
1323
+ lineHeightTextarea: string;
1324
+ borderRadius: string;
1325
+ iconSize: string;
1326
+ groupLabelColor: string;
1327
+ groupLabelTextColor: string;
1328
+ textColor: string;
1329
+ textColorDisabled: string;
1330
+ textDecorationColor: string;
1331
+ caretColor: string;
1332
+ placeholderColor: string;
1333
+ placeholderColorDisabled: string;
1334
+ color: string;
1335
+ colorDisabled: string;
1336
+ colorFocus: string;
1337
+ groupLabelBorder: string;
1338
+ border: string;
1339
+ borderHover: string;
1340
+ borderDisabled: string;
1341
+ borderFocus: string;
1342
+ boxShadowFocus: string;
1343
+ loadingColor: string;
1344
+ loadingColorWarning: string;
1345
+ borderWarning: string;
1346
+ borderHoverWarning: string;
1347
+ colorFocusWarning: string;
1348
+ borderFocusWarning: string;
1349
+ boxShadowFocusWarning: string;
1350
+ caretColorWarning: string;
1351
+ loadingColorError: string;
1352
+ borderError: string;
1353
+ borderHoverError: string;
1354
+ colorFocusError: string;
1355
+ borderFocusError: string;
1356
+ boxShadowFocusError: string;
1357
+ caretColorError: string;
1358
+ clearColor: string;
1359
+ clearColorHover: string;
1360
+ clearColorPressed: string;
1361
+ iconColor: string;
1362
+ iconColorDisabled: string;
1363
+ iconColorHover: string;
1364
+ iconColorPressed: string;
1365
+ suffixTextColor: string;
1366
+ paddingTiny: string;
1367
+ paddingSmall: string;
1368
+ paddingMedium: string;
1369
+ paddingLarge: string;
1370
+ clearSize: string;
1371
+ }, {
1372
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1373
+ height: string;
1374
+ width: string;
1375
+ borderRadius: string;
1376
+ color: string;
1377
+ colorHover: string;
1378
+ railInsetHorizontalBottom: string;
1379
+ railInsetHorizontalTop: string;
1380
+ railInsetVerticalRight: string;
1381
+ railInsetVerticalLeft: string;
1382
+ railColor: string;
1383
+ }, any>;
1384
+ }>;
1385
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1386
+ fontSizeTiny: string;
1387
+ fontSizeSmall: string;
1388
+ fontSizeMedium: string;
1389
+ fontSizeLarge: string;
1390
+ fontSizeHuge: string;
1391
+ textColor: string;
1392
+ iconColor: string;
1393
+ extraTextColor: string;
1394
+ iconSizeTiny: string;
1395
+ iconSizeSmall: string;
1396
+ iconSizeMedium: string;
1397
+ iconSizeLarge: string;
1398
+ iconSizeHuge: string;
1399
+ }, any>;
1400
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1401
+ heightTiny: string;
1402
+ heightSmall: string;
1403
+ heightMedium: string;
1404
+ heightLarge: string;
1405
+ borderRadiusTiny: string;
1406
+ borderRadiusSmall: string;
1407
+ borderRadiusMedium: string;
1408
+ borderRadiusLarge: string;
1409
+ fontSizeTiny: string;
1410
+ fontSizeSmall: string;
1411
+ fontSizeMedium: string;
1412
+ fontSizeLarge: string;
1413
+ opacityDisabled: string;
1414
+ colorOpacitySecondary: string;
1415
+ colorOpacitySecondaryHover: string;
1416
+ colorOpacitySecondaryPressed: string;
1417
+ colorSecondary: string;
1418
+ colorSecondaryHover: string;
1419
+ colorSecondaryPressed: string;
1420
+ colorTertiary: string;
1421
+ colorTertiaryHover: string;
1422
+ colorTertiaryPressed: string;
1423
+ colorQuaternary: string;
1424
+ colorQuaternaryHover: string;
1425
+ colorQuaternaryPressed: string;
1426
+ color: string;
1427
+ colorHover: string;
1428
+ colorPressed: string;
1429
+ colorFocus: string;
1430
+ colorDisabled: string;
1431
+ textColor: string;
1432
+ textColorTertiary: string;
1433
+ textColorHover: string;
1434
+ textColorPressed: string;
1435
+ textColorFocus: string;
1436
+ textColorDisabled: string;
1437
+ textColorText: string;
1438
+ textColorTextHover: string;
1439
+ textColorTextPressed: string;
1440
+ textColorTextFocus: string;
1441
+ textColorTextDisabled: string;
1442
+ textColorGhost: string;
1443
+ textColorGhostHover: string;
1444
+ textColorGhostPressed: string;
1445
+ textColorGhostFocus: string;
1446
+ textColorGhostDisabled: string;
1447
+ border: string;
1448
+ borderHover: string;
1449
+ borderPressed: string;
1450
+ borderFocus: string;
1451
+ borderDisabled: string;
1452
+ rippleColor: string;
1453
+ colorPrimary: string;
1454
+ colorHoverPrimary: string;
1455
+ colorPressedPrimary: string;
1456
+ colorFocusPrimary: string;
1457
+ colorDisabledPrimary: string;
1458
+ textColorPrimary: string;
1459
+ textColorHoverPrimary: string;
1460
+ textColorPressedPrimary: string;
1461
+ textColorFocusPrimary: string;
1462
+ textColorDisabledPrimary: string;
1463
+ textColorTextPrimary: string;
1464
+ textColorTextHoverPrimary: string;
1465
+ textColorTextPressedPrimary: string;
1466
+ textColorTextFocusPrimary: string;
1467
+ textColorTextDisabledPrimary: string;
1468
+ textColorGhostPrimary: string;
1469
+ textColorGhostHoverPrimary: string;
1470
+ textColorGhostPressedPrimary: string;
1471
+ textColorGhostFocusPrimary: string;
1472
+ textColorGhostDisabledPrimary: string;
1473
+ borderPrimary: string;
1474
+ borderHoverPrimary: string;
1475
+ borderPressedPrimary: string;
1476
+ borderFocusPrimary: string;
1477
+ borderDisabledPrimary: string;
1478
+ rippleColorPrimary: string;
1479
+ colorInfo: string;
1480
+ colorHoverInfo: string;
1481
+ colorPressedInfo: string;
1482
+ colorFocusInfo: string;
1483
+ colorDisabledInfo: string;
1484
+ textColorInfo: string;
1485
+ textColorHoverInfo: string;
1486
+ textColorPressedInfo: string;
1487
+ textColorFocusInfo: string;
1488
+ textColorDisabledInfo: string;
1489
+ textColorTextInfo: string;
1490
+ textColorTextHoverInfo: string;
1491
+ textColorTextPressedInfo: string;
1492
+ textColorTextFocusInfo: string;
1493
+ textColorTextDisabledInfo: string;
1494
+ textColorGhostInfo: string;
1495
+ textColorGhostHoverInfo: string;
1496
+ textColorGhostPressedInfo: string;
1497
+ textColorGhostFocusInfo: string;
1498
+ textColorGhostDisabledInfo: string;
1499
+ borderInfo: string;
1500
+ borderHoverInfo: string;
1501
+ borderPressedInfo: string;
1502
+ borderFocusInfo: string;
1503
+ borderDisabledInfo: string;
1504
+ rippleColorInfo: string;
1505
+ colorSuccess: string;
1506
+ colorHoverSuccess: string;
1507
+ colorPressedSuccess: string;
1508
+ colorFocusSuccess: string;
1509
+ colorDisabledSuccess: string;
1510
+ textColorSuccess: string;
1511
+ textColorHoverSuccess: string;
1512
+ textColorPressedSuccess: string;
1513
+ textColorFocusSuccess: string;
1514
+ textColorDisabledSuccess: string;
1515
+ textColorTextSuccess: string;
1516
+ textColorTextHoverSuccess: string;
1517
+ textColorTextPressedSuccess: string;
1518
+ textColorTextFocusSuccess: string;
1519
+ textColorTextDisabledSuccess: string;
1520
+ textColorGhostSuccess: string;
1521
+ textColorGhostHoverSuccess: string;
1522
+ textColorGhostPressedSuccess: string;
1523
+ textColorGhostFocusSuccess: string;
1524
+ textColorGhostDisabledSuccess: string;
1525
+ borderSuccess: string;
1526
+ borderHoverSuccess: string;
1527
+ borderPressedSuccess: string;
1528
+ borderFocusSuccess: string;
1529
+ borderDisabledSuccess: string;
1530
+ rippleColorSuccess: string;
1531
+ colorWarning: string;
1532
+ colorHoverWarning: string;
1533
+ colorPressedWarning: string;
1534
+ colorFocusWarning: string;
1535
+ colorDisabledWarning: string;
1536
+ textColorWarning: string;
1537
+ textColorHoverWarning: string;
1538
+ textColorPressedWarning: string;
1539
+ textColorFocusWarning: string;
1540
+ textColorDisabledWarning: string;
1541
+ textColorTextWarning: string;
1542
+ textColorTextHoverWarning: string;
1543
+ textColorTextPressedWarning: string;
1544
+ textColorTextFocusWarning: string;
1545
+ textColorTextDisabledWarning: string;
1546
+ textColorGhostWarning: string;
1547
+ textColorGhostHoverWarning: string;
1548
+ textColorGhostPressedWarning: string;
1549
+ textColorGhostFocusWarning: string;
1550
+ textColorGhostDisabledWarning: string;
1551
+ borderWarning: string;
1552
+ borderHoverWarning: string;
1553
+ borderPressedWarning: string;
1554
+ borderFocusWarning: string;
1555
+ borderDisabledWarning: string;
1556
+ rippleColorWarning: string;
1557
+ colorError: string;
1558
+ colorHoverError: string;
1559
+ colorPressedError: string;
1560
+ colorFocusError: string;
1561
+ colorDisabledError: string;
1562
+ textColorError: string;
1563
+ textColorHoverError: string;
1564
+ textColorPressedError: string;
1565
+ textColorFocusError: string;
1566
+ textColorDisabledError: string;
1567
+ textColorTextError: string;
1568
+ textColorTextHoverError: string;
1569
+ textColorTextPressedError: string;
1570
+ textColorTextFocusError: string;
1571
+ textColorTextDisabledError: string;
1572
+ textColorGhostError: string;
1573
+ textColorGhostHoverError: string;
1574
+ textColorGhostPressedError: string;
1575
+ textColorGhostFocusError: string;
1576
+ textColorGhostDisabledError: string;
1577
+ borderError: string;
1578
+ borderHoverError: string;
1579
+ borderPressedError: string;
1580
+ borderFocusError: string;
1581
+ borderDisabledError: string;
1582
+ rippleColorError: string;
1583
+ waveOpacity: string;
1584
+ fontWeight: string;
1585
+ fontWeightStrong: string;
1586
+ paddingTiny: string;
1587
+ paddingSmall: string;
1588
+ paddingMedium: string;
1589
+ paddingLarge: string;
1590
+ paddingRoundTiny: string;
1591
+ paddingRoundSmall: string;
1592
+ paddingRoundMedium: string;
1593
+ paddingRoundLarge: string;
1594
+ iconMarginTiny: string;
1595
+ iconMarginSmall: string;
1596
+ iconMarginMedium: string;
1597
+ iconMarginLarge: string;
1598
+ iconSizeTiny: string;
1599
+ iconSizeSmall: string;
1600
+ iconSizeMedium: string;
1601
+ iconSizeLarge: string;
1602
+ rippleDuration: string;
1603
+ }, any>;
1604
+ }>>;
1605
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Transfer", {
1606
+ itemHeightSmall: string;
1607
+ itemHeightMedium: string;
1608
+ itemHeightLarge: string;
1609
+ fontSizeSmall: string;
1610
+ fontSizeMedium: string;
1611
+ fontSizeLarge: string;
1612
+ borderRadius: string;
1613
+ dividerColor: string;
1614
+ borderColor: string;
1615
+ listColor: string;
1616
+ headerColor: string;
1617
+ titleTextColor: string;
1618
+ titleTextColorDisabled: string;
1619
+ extraTextColor: string;
1620
+ extraTextColorDisabled: string;
1621
+ itemTextColor: string;
1622
+ itemTextColorDisabled: string;
1623
+ itemColorPending: string;
1624
+ titleFontWeight: string;
1625
+ closeColorHover: string;
1626
+ closeColorPressed: string;
1627
+ closeIconColor: string;
1628
+ closeIconColorHover: string;
1629
+ closeIconColorPressed: string;
1630
+ extraFontSizeSmall: string;
1631
+ extraFontSizeMedium: string;
1632
+ extraFontSizeLarge: string;
1633
+ titleFontSizeSmall: string;
1634
+ titleFontSizeMedium: string;
1635
+ titleFontSizeLarge: string;
1636
+ closeSize: string;
1637
+ closeIconSize: string;
1638
+ headerHeightSmall: string;
1639
+ headerHeightMedium: string;
1640
+ headerHeightLarge: string;
1641
+ }, {
1642
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1643
+ labelLineHeight: string;
1644
+ fontSizeSmall: string;
1645
+ fontSizeMedium: string;
1646
+ fontSizeLarge: string;
1647
+ borderRadius: string;
1648
+ color: string;
1649
+ colorChecked: string;
1650
+ colorDisabled: string;
1651
+ colorDisabledChecked: string;
1652
+ colorTableHeader: string;
1653
+ colorTableHeaderModal: string;
1654
+ colorTableHeaderPopover: string;
1655
+ checkMarkColor: string;
1656
+ checkMarkColorDisabled: string;
1657
+ checkMarkColorDisabledChecked: string;
1658
+ border: string;
1659
+ borderDisabled: string;
1660
+ borderDisabledChecked: string;
1661
+ borderChecked: string;
1662
+ borderFocus: string;
1663
+ boxShadowFocus: string;
1664
+ textColor: string;
1665
+ textColorDisabled: string;
1666
+ sizeSmall: string;
1667
+ sizeMedium: string;
1668
+ sizeLarge: string;
1669
+ labelPadding: string;
1670
+ labelFontWeight: string;
1671
+ }, any>;
1672
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1673
+ height: string;
1674
+ width: string;
1675
+ borderRadius: string;
1676
+ color: string;
1677
+ colorHover: string;
1678
+ railInsetHorizontalBottom: string;
1679
+ railInsetHorizontalTop: string;
1680
+ railInsetVerticalRight: string;
1681
+ railInsetVerticalLeft: string;
1682
+ railColor: string;
1683
+ }, any>;
1684
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1685
+ fontWeight: string;
1686
+ countTextColorDisabled: string;
1687
+ countTextColor: string;
1688
+ heightTiny: string;
1689
+ heightSmall: string;
1690
+ heightMedium: string;
1691
+ heightLarge: string;
1692
+ fontSizeTiny: string;
1693
+ fontSizeSmall: string;
1694
+ fontSizeMedium: string;
1695
+ fontSizeLarge: string;
1696
+ lineHeight: string;
1697
+ lineHeightTextarea: string;
1698
+ borderRadius: string;
1699
+ iconSize: string;
1700
+ groupLabelColor: string;
1701
+ groupLabelTextColor: string;
1702
+ textColor: string;
1703
+ textColorDisabled: string;
1704
+ textDecorationColor: string;
1705
+ caretColor: string;
1706
+ placeholderColor: string;
1707
+ placeholderColorDisabled: string;
1708
+ color: string;
1709
+ colorDisabled: string;
1710
+ colorFocus: string;
1711
+ groupLabelBorder: string;
1712
+ border: string;
1713
+ borderHover: string;
1714
+ borderDisabled: string;
1715
+ borderFocus: string;
1716
+ boxShadowFocus: string;
1717
+ loadingColor: string;
1718
+ loadingColorWarning: string;
1719
+ borderWarning: string;
1720
+ borderHoverWarning: string;
1721
+ colorFocusWarning: string;
1722
+ borderFocusWarning: string;
1723
+ boxShadowFocusWarning: string;
1724
+ caretColorWarning: string;
1725
+ loadingColorError: string;
1726
+ borderError: string;
1727
+ borderHoverError: string;
1728
+ colorFocusError: string;
1729
+ borderFocusError: string;
1730
+ boxShadowFocusError: string;
1731
+ caretColorError: string;
1732
+ clearColor: string;
1733
+ clearColorHover: string;
1734
+ clearColorPressed: string;
1735
+ iconColor: string;
1736
+ iconColorDisabled: string;
1737
+ iconColorHover: string;
1738
+ iconColorPressed: string;
1739
+ suffixTextColor: string;
1740
+ paddingTiny: string;
1741
+ paddingSmall: string;
1742
+ paddingMedium: string;
1743
+ paddingLarge: string;
1744
+ clearSize: string;
1745
+ }, {
1746
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1747
+ height: string;
1748
+ width: string;
1749
+ borderRadius: string;
1750
+ color: string;
1751
+ colorHover: string;
1752
+ railInsetHorizontalBottom: string;
1753
+ railInsetHorizontalTop: string;
1754
+ railInsetVerticalRight: string;
1755
+ railInsetVerticalLeft: string;
1756
+ railColor: string;
1757
+ }, any>;
1758
+ }>;
1759
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1760
+ fontSizeTiny: string;
1761
+ fontSizeSmall: string;
1762
+ fontSizeMedium: string;
1763
+ fontSizeLarge: string;
1764
+ fontSizeHuge: string;
1765
+ textColor: string;
1766
+ iconColor: string;
1767
+ extraTextColor: string;
1768
+ iconSizeTiny: string;
1769
+ iconSizeSmall: string;
1770
+ iconSizeMedium: string;
1771
+ iconSizeLarge: string;
1772
+ iconSizeHuge: string;
1773
+ }, any>;
1774
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1775
+ heightTiny: string;
1776
+ heightSmall: string;
1777
+ heightMedium: string;
1778
+ heightLarge: string;
1779
+ borderRadiusTiny: string;
1780
+ borderRadiusSmall: string;
1781
+ borderRadiusMedium: string;
1782
+ borderRadiusLarge: string;
1783
+ fontSizeTiny: string;
1784
+ fontSizeSmall: string;
1785
+ fontSizeMedium: string;
1786
+ fontSizeLarge: string;
1787
+ opacityDisabled: string;
1788
+ colorOpacitySecondary: string;
1789
+ colorOpacitySecondaryHover: string;
1790
+ colorOpacitySecondaryPressed: string;
1791
+ colorSecondary: string;
1792
+ colorSecondaryHover: string;
1793
+ colorSecondaryPressed: string;
1794
+ colorTertiary: string;
1795
+ colorTertiaryHover: string;
1796
+ colorTertiaryPressed: string;
1797
+ colorQuaternary: string;
1798
+ colorQuaternaryHover: string;
1799
+ colorQuaternaryPressed: string;
1800
+ color: string;
1801
+ colorHover: string;
1802
+ colorPressed: string;
1803
+ colorFocus: string;
1804
+ colorDisabled: string;
1805
+ textColor: string;
1806
+ textColorTertiary: string;
1807
+ textColorHover: string;
1808
+ textColorPressed: string;
1809
+ textColorFocus: string;
1810
+ textColorDisabled: string;
1811
+ textColorText: string;
1812
+ textColorTextHover: string;
1813
+ textColorTextPressed: string;
1814
+ textColorTextFocus: string;
1815
+ textColorTextDisabled: string;
1816
+ textColorGhost: string;
1817
+ textColorGhostHover: string;
1818
+ textColorGhostPressed: string;
1819
+ textColorGhostFocus: string;
1820
+ textColorGhostDisabled: string;
1821
+ border: string;
1822
+ borderHover: string;
1823
+ borderPressed: string;
1824
+ borderFocus: string;
1825
+ borderDisabled: string;
1826
+ rippleColor: string;
1827
+ colorPrimary: string;
1828
+ colorHoverPrimary: string;
1829
+ colorPressedPrimary: string;
1830
+ colorFocusPrimary: string;
1831
+ colorDisabledPrimary: string;
1832
+ textColorPrimary: string;
1833
+ textColorHoverPrimary: string;
1834
+ textColorPressedPrimary: string;
1835
+ textColorFocusPrimary: string;
1836
+ textColorDisabledPrimary: string;
1837
+ textColorTextPrimary: string;
1838
+ textColorTextHoverPrimary: string;
1839
+ textColorTextPressedPrimary: string;
1840
+ textColorTextFocusPrimary: string;
1841
+ textColorTextDisabledPrimary: string;
1842
+ textColorGhostPrimary: string;
1843
+ textColorGhostHoverPrimary: string;
1844
+ textColorGhostPressedPrimary: string;
1845
+ textColorGhostFocusPrimary: string;
1846
+ textColorGhostDisabledPrimary: string;
1847
+ borderPrimary: string;
1848
+ borderHoverPrimary: string;
1849
+ borderPressedPrimary: string;
1850
+ borderFocusPrimary: string;
1851
+ borderDisabledPrimary: string;
1852
+ rippleColorPrimary: string;
1853
+ colorInfo: string;
1854
+ colorHoverInfo: string;
1855
+ colorPressedInfo: string;
1856
+ colorFocusInfo: string;
1857
+ colorDisabledInfo: string;
1858
+ textColorInfo: string;
1859
+ textColorHoverInfo: string;
1860
+ textColorPressedInfo: string;
1861
+ textColorFocusInfo: string;
1862
+ textColorDisabledInfo: string;
1863
+ textColorTextInfo: string;
1864
+ textColorTextHoverInfo: string;
1865
+ textColorTextPressedInfo: string;
1866
+ textColorTextFocusInfo: string;
1867
+ textColorTextDisabledInfo: string;
1868
+ textColorGhostInfo: string;
1869
+ textColorGhostHoverInfo: string;
1870
+ textColorGhostPressedInfo: string;
1871
+ textColorGhostFocusInfo: string;
1872
+ textColorGhostDisabledInfo: string;
1873
+ borderInfo: string;
1874
+ borderHoverInfo: string;
1875
+ borderPressedInfo: string;
1876
+ borderFocusInfo: string;
1877
+ borderDisabledInfo: string;
1878
+ rippleColorInfo: string;
1879
+ colorSuccess: string;
1880
+ colorHoverSuccess: string;
1881
+ colorPressedSuccess: string;
1882
+ colorFocusSuccess: string;
1883
+ colorDisabledSuccess: string;
1884
+ textColorSuccess: string;
1885
+ textColorHoverSuccess: string;
1886
+ textColorPressedSuccess: string;
1887
+ textColorFocusSuccess: string;
1888
+ textColorDisabledSuccess: string;
1889
+ textColorTextSuccess: string;
1890
+ textColorTextHoverSuccess: string;
1891
+ textColorTextPressedSuccess: string;
1892
+ textColorTextFocusSuccess: string;
1893
+ textColorTextDisabledSuccess: string;
1894
+ textColorGhostSuccess: string;
1895
+ textColorGhostHoverSuccess: string;
1896
+ textColorGhostPressedSuccess: string;
1897
+ textColorGhostFocusSuccess: string;
1898
+ textColorGhostDisabledSuccess: string;
1899
+ borderSuccess: string;
1900
+ borderHoverSuccess: string;
1901
+ borderPressedSuccess: string;
1902
+ borderFocusSuccess: string;
1903
+ borderDisabledSuccess: string;
1904
+ rippleColorSuccess: string;
1905
+ colorWarning: string;
1906
+ colorHoverWarning: string;
1907
+ colorPressedWarning: string;
1908
+ colorFocusWarning: string;
1909
+ colorDisabledWarning: string;
1910
+ textColorWarning: string;
1911
+ textColorHoverWarning: string;
1912
+ textColorPressedWarning: string;
1913
+ textColorFocusWarning: string;
1914
+ textColorDisabledWarning: string;
1915
+ textColorTextWarning: string;
1916
+ textColorTextHoverWarning: string;
1917
+ textColorTextPressedWarning: string;
1918
+ textColorTextFocusWarning: string;
1919
+ textColorTextDisabledWarning: string;
1920
+ textColorGhostWarning: string;
1921
+ textColorGhostHoverWarning: string;
1922
+ textColorGhostPressedWarning: string;
1923
+ textColorGhostFocusWarning: string;
1924
+ textColorGhostDisabledWarning: string;
1925
+ borderWarning: string;
1926
+ borderHoverWarning: string;
1927
+ borderPressedWarning: string;
1928
+ borderFocusWarning: string;
1929
+ borderDisabledWarning: string;
1930
+ rippleColorWarning: string;
1931
+ colorError: string;
1932
+ colorHoverError: string;
1933
+ colorPressedError: string;
1934
+ colorFocusError: string;
1935
+ colorDisabledError: string;
1936
+ textColorError: string;
1937
+ textColorHoverError: string;
1938
+ textColorPressedError: string;
1939
+ textColorFocusError: string;
1940
+ textColorDisabledError: string;
1941
+ textColorTextError: string;
1942
+ textColorTextHoverError: string;
1943
+ textColorTextPressedError: string;
1944
+ textColorTextFocusError: string;
1945
+ textColorTextDisabledError: string;
1946
+ textColorGhostError: string;
1947
+ textColorGhostHoverError: string;
1948
+ textColorGhostPressedError: string;
1949
+ textColorGhostFocusError: string;
1950
+ textColorGhostDisabledError: string;
1951
+ borderError: string;
1952
+ borderHoverError: string;
1953
+ borderPressedError: string;
1954
+ borderFocusError: string;
1955
+ borderDisabledError: string;
1956
+ rippleColorError: string;
1957
+ waveOpacity: string;
1958
+ fontWeight: string;
1959
+ fontWeightStrong: string;
1960
+ paddingTiny: string;
1961
+ paddingSmall: string;
1962
+ paddingMedium: string;
1963
+ paddingLarge: string;
1964
+ paddingRoundTiny: string;
1965
+ paddingRoundSmall: string;
1966
+ paddingRoundMedium: string;
1967
+ paddingRoundLarge: string;
1968
+ iconMarginTiny: string;
1969
+ iconMarginSmall: string;
1970
+ iconMarginMedium: string;
1971
+ iconMarginLarge: string;
1972
+ iconSizeTiny: string;
1973
+ iconSizeSmall: string;
1974
+ iconSizeMedium: string;
1975
+ iconSizeLarge: string;
1976
+ rippleDuration: string;
1977
+ }, any>;
1978
+ }>>>;
1979
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Transfer", {
1980
+ itemHeightSmall: string;
1981
+ itemHeightMedium: string;
1982
+ itemHeightLarge: string;
1983
+ fontSizeSmall: string;
1984
+ fontSizeMedium: string;
1985
+ fontSizeLarge: string;
1986
+ borderRadius: string;
1987
+ dividerColor: string;
1988
+ borderColor: string;
1989
+ listColor: string;
1990
+ headerColor: string;
1991
+ titleTextColor: string;
1992
+ titleTextColorDisabled: string;
1993
+ extraTextColor: string;
1994
+ extraTextColorDisabled: string;
1995
+ itemTextColor: string;
1996
+ itemTextColorDisabled: string;
1997
+ itemColorPending: string;
1998
+ titleFontWeight: string;
1999
+ closeColorHover: string;
2000
+ closeColorPressed: string;
2001
+ closeIconColor: string;
2002
+ closeIconColorHover: string;
2003
+ closeIconColorPressed: string;
2004
+ extraFontSizeSmall: string;
2005
+ extraFontSizeMedium: string;
2006
+ extraFontSizeLarge: string;
2007
+ titleFontSizeSmall: string;
2008
+ titleFontSizeMedium: string;
2009
+ titleFontSizeLarge: string;
2010
+ closeSize: string;
2011
+ closeIconSize: string;
2012
+ headerHeightSmall: string;
2013
+ headerHeightMedium: string;
2014
+ headerHeightLarge: string;
2015
+ }, {
2016
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2017
+ labelLineHeight: string;
2018
+ fontSizeSmall: string;
2019
+ fontSizeMedium: string;
2020
+ fontSizeLarge: string;
2021
+ borderRadius: string;
2022
+ color: string;
2023
+ colorChecked: string;
2024
+ colorDisabled: string;
2025
+ colorDisabledChecked: string;
2026
+ colorTableHeader: string;
2027
+ colorTableHeaderModal: string;
2028
+ colorTableHeaderPopover: string;
2029
+ checkMarkColor: string;
2030
+ checkMarkColorDisabled: string;
2031
+ checkMarkColorDisabledChecked: string;
2032
+ border: string;
2033
+ borderDisabled: string;
2034
+ borderDisabledChecked: string;
2035
+ borderChecked: string;
2036
+ borderFocus: string;
2037
+ boxShadowFocus: string;
2038
+ textColor: string;
2039
+ textColorDisabled: string;
2040
+ sizeSmall: string;
2041
+ sizeMedium: string;
2042
+ sizeLarge: string;
2043
+ labelPadding: string;
2044
+ labelFontWeight: string;
2045
+ }, any>;
2046
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2047
+ height: string;
2048
+ width: string;
2049
+ borderRadius: string;
2050
+ color: string;
2051
+ colorHover: string;
2052
+ railInsetHorizontalBottom: string;
2053
+ railInsetHorizontalTop: string;
2054
+ railInsetVerticalRight: string;
2055
+ railInsetVerticalLeft: string;
2056
+ railColor: string;
2057
+ }, any>;
2058
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2059
+ fontWeight: string;
2060
+ countTextColorDisabled: string;
2061
+ countTextColor: string;
2062
+ heightTiny: string;
2063
+ heightSmall: string;
2064
+ heightMedium: string;
2065
+ heightLarge: string;
2066
+ fontSizeTiny: string;
2067
+ fontSizeSmall: string;
2068
+ fontSizeMedium: string;
2069
+ fontSizeLarge: string;
2070
+ lineHeight: string;
2071
+ lineHeightTextarea: string;
2072
+ borderRadius: string;
2073
+ iconSize: string;
2074
+ groupLabelColor: string;
2075
+ groupLabelTextColor: string;
2076
+ textColor: string;
2077
+ textColorDisabled: string;
2078
+ textDecorationColor: string;
2079
+ caretColor: string;
2080
+ placeholderColor: string;
2081
+ placeholderColorDisabled: string;
2082
+ color: string;
2083
+ colorDisabled: string;
2084
+ colorFocus: string;
2085
+ groupLabelBorder: string;
2086
+ border: string;
2087
+ borderHover: string;
2088
+ borderDisabled: string;
2089
+ borderFocus: string;
2090
+ boxShadowFocus: string;
2091
+ loadingColor: string;
2092
+ loadingColorWarning: string;
2093
+ borderWarning: string;
2094
+ borderHoverWarning: string;
2095
+ colorFocusWarning: string;
2096
+ borderFocusWarning: string;
2097
+ boxShadowFocusWarning: string;
2098
+ caretColorWarning: string;
2099
+ loadingColorError: string;
2100
+ borderError: string;
2101
+ borderHoverError: string;
2102
+ colorFocusError: string;
2103
+ borderFocusError: string;
2104
+ boxShadowFocusError: string;
2105
+ caretColorError: string;
2106
+ clearColor: string;
2107
+ clearColorHover: string;
2108
+ clearColorPressed: string;
2109
+ iconColor: string;
2110
+ iconColorDisabled: string;
2111
+ iconColorHover: string;
2112
+ iconColorPressed: string;
2113
+ suffixTextColor: string;
2114
+ paddingTiny: string;
2115
+ paddingSmall: string;
2116
+ paddingMedium: string;
2117
+ paddingLarge: string;
2118
+ clearSize: string;
2119
+ }, {
2120
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2121
+ height: string;
2122
+ width: string;
2123
+ borderRadius: string;
2124
+ color: string;
2125
+ colorHover: string;
2126
+ railInsetHorizontalBottom: string;
2127
+ railInsetHorizontalTop: string;
2128
+ railInsetVerticalRight: string;
2129
+ railInsetVerticalLeft: string;
2130
+ railColor: string;
2131
+ }, any>;
2132
+ }>;
2133
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2134
+ fontSizeTiny: string;
2135
+ fontSizeSmall: string;
2136
+ fontSizeMedium: string;
2137
+ fontSizeLarge: string;
2138
+ fontSizeHuge: string;
2139
+ textColor: string;
2140
+ iconColor: string;
2141
+ extraTextColor: string;
2142
+ iconSizeTiny: string;
2143
+ iconSizeSmall: string;
2144
+ iconSizeMedium: string;
2145
+ iconSizeLarge: string;
2146
+ iconSizeHuge: string;
2147
+ }, any>;
2148
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2149
+ heightTiny: string;
2150
+ heightSmall: string;
2151
+ heightMedium: string;
2152
+ heightLarge: string;
2153
+ borderRadiusTiny: string;
2154
+ borderRadiusSmall: string;
2155
+ borderRadiusMedium: string;
2156
+ borderRadiusLarge: string;
2157
+ fontSizeTiny: string;
2158
+ fontSizeSmall: string;
2159
+ fontSizeMedium: string;
2160
+ fontSizeLarge: string;
2161
+ opacityDisabled: string;
2162
+ colorOpacitySecondary: string;
2163
+ colorOpacitySecondaryHover: string;
2164
+ colorOpacitySecondaryPressed: string;
2165
+ colorSecondary: string;
2166
+ colorSecondaryHover: string;
2167
+ colorSecondaryPressed: string;
2168
+ colorTertiary: string;
2169
+ colorTertiaryHover: string;
2170
+ colorTertiaryPressed: string;
2171
+ colorQuaternary: string;
2172
+ colorQuaternaryHover: string;
2173
+ colorQuaternaryPressed: string;
2174
+ color: string;
2175
+ colorHover: string;
2176
+ colorPressed: string;
2177
+ colorFocus: string;
2178
+ colorDisabled: string;
2179
+ textColor: string;
2180
+ textColorTertiary: string;
2181
+ textColorHover: string;
2182
+ textColorPressed: string;
2183
+ textColorFocus: string;
2184
+ textColorDisabled: string;
2185
+ textColorText: string;
2186
+ textColorTextHover: string;
2187
+ textColorTextPressed: string;
2188
+ textColorTextFocus: string;
2189
+ textColorTextDisabled: string;
2190
+ textColorGhost: string;
2191
+ textColorGhostHover: string;
2192
+ textColorGhostPressed: string;
2193
+ textColorGhostFocus: string;
2194
+ textColorGhostDisabled: string;
2195
+ border: string;
2196
+ borderHover: string;
2197
+ borderPressed: string;
2198
+ borderFocus: string;
2199
+ borderDisabled: string;
2200
+ rippleColor: string;
2201
+ colorPrimary: string;
2202
+ colorHoverPrimary: string;
2203
+ colorPressedPrimary: string;
2204
+ colorFocusPrimary: string;
2205
+ colorDisabledPrimary: string;
2206
+ textColorPrimary: string;
2207
+ textColorHoverPrimary: string;
2208
+ textColorPressedPrimary: string;
2209
+ textColorFocusPrimary: string;
2210
+ textColorDisabledPrimary: string;
2211
+ textColorTextPrimary: string;
2212
+ textColorTextHoverPrimary: string;
2213
+ textColorTextPressedPrimary: string;
2214
+ textColorTextFocusPrimary: string;
2215
+ textColorTextDisabledPrimary: string;
2216
+ textColorGhostPrimary: string;
2217
+ textColorGhostHoverPrimary: string;
2218
+ textColorGhostPressedPrimary: string;
2219
+ textColorGhostFocusPrimary: string;
2220
+ textColorGhostDisabledPrimary: string;
2221
+ borderPrimary: string;
2222
+ borderHoverPrimary: string;
2223
+ borderPressedPrimary: string;
2224
+ borderFocusPrimary: string;
2225
+ borderDisabledPrimary: string;
2226
+ rippleColorPrimary: string;
2227
+ colorInfo: string;
2228
+ colorHoverInfo: string;
2229
+ colorPressedInfo: string;
2230
+ colorFocusInfo: string;
2231
+ colorDisabledInfo: string;
2232
+ textColorInfo: string;
2233
+ textColorHoverInfo: string;
2234
+ textColorPressedInfo: string;
2235
+ textColorFocusInfo: string;
2236
+ textColorDisabledInfo: string;
2237
+ textColorTextInfo: string;
2238
+ textColorTextHoverInfo: string;
2239
+ textColorTextPressedInfo: string;
2240
+ textColorTextFocusInfo: string;
2241
+ textColorTextDisabledInfo: string;
2242
+ textColorGhostInfo: string;
2243
+ textColorGhostHoverInfo: string;
2244
+ textColorGhostPressedInfo: string;
2245
+ textColorGhostFocusInfo: string;
2246
+ textColorGhostDisabledInfo: string;
2247
+ borderInfo: string;
2248
+ borderHoverInfo: string;
2249
+ borderPressedInfo: string;
2250
+ borderFocusInfo: string;
2251
+ borderDisabledInfo: string;
2252
+ rippleColorInfo: string;
2253
+ colorSuccess: string;
2254
+ colorHoverSuccess: string;
2255
+ colorPressedSuccess: string;
2256
+ colorFocusSuccess: string;
2257
+ colorDisabledSuccess: string;
2258
+ textColorSuccess: string;
2259
+ textColorHoverSuccess: string;
2260
+ textColorPressedSuccess: string;
2261
+ textColorFocusSuccess: string;
2262
+ textColorDisabledSuccess: string;
2263
+ textColorTextSuccess: string;
2264
+ textColorTextHoverSuccess: string;
2265
+ textColorTextPressedSuccess: string;
2266
+ textColorTextFocusSuccess: string;
2267
+ textColorTextDisabledSuccess: string;
2268
+ textColorGhostSuccess: string;
2269
+ textColorGhostHoverSuccess: string;
2270
+ textColorGhostPressedSuccess: string;
2271
+ textColorGhostFocusSuccess: string;
2272
+ textColorGhostDisabledSuccess: string;
2273
+ borderSuccess: string;
2274
+ borderHoverSuccess: string;
2275
+ borderPressedSuccess: string;
2276
+ borderFocusSuccess: string;
2277
+ borderDisabledSuccess: string;
2278
+ rippleColorSuccess: string;
2279
+ colorWarning: string;
2280
+ colorHoverWarning: string;
2281
+ colorPressedWarning: string;
2282
+ colorFocusWarning: string;
2283
+ colorDisabledWarning: string;
2284
+ textColorWarning: string;
2285
+ textColorHoverWarning: string;
2286
+ textColorPressedWarning: string;
2287
+ textColorFocusWarning: string;
2288
+ textColorDisabledWarning: string;
2289
+ textColorTextWarning: string;
2290
+ textColorTextHoverWarning: string;
2291
+ textColorTextPressedWarning: string;
2292
+ textColorTextFocusWarning: string;
2293
+ textColorTextDisabledWarning: string;
2294
+ textColorGhostWarning: string;
2295
+ textColorGhostHoverWarning: string;
2296
+ textColorGhostPressedWarning: string;
2297
+ textColorGhostFocusWarning: string;
2298
+ textColorGhostDisabledWarning: string;
2299
+ borderWarning: string;
2300
+ borderHoverWarning: string;
2301
+ borderPressedWarning: string;
2302
+ borderFocusWarning: string;
2303
+ borderDisabledWarning: string;
2304
+ rippleColorWarning: string;
2305
+ colorError: string;
2306
+ colorHoverError: string;
2307
+ colorPressedError: string;
2308
+ colorFocusError: string;
2309
+ colorDisabledError: string;
2310
+ textColorError: string;
2311
+ textColorHoverError: string;
2312
+ textColorPressedError: string;
2313
+ textColorFocusError: string;
2314
+ textColorDisabledError: string;
2315
+ textColorTextError: string;
2316
+ textColorTextHoverError: string;
2317
+ textColorTextPressedError: string;
2318
+ textColorTextFocusError: string;
2319
+ textColorTextDisabledError: string;
2320
+ textColorGhostError: string;
2321
+ textColorGhostHoverError: string;
2322
+ textColorGhostPressedError: string;
2323
+ textColorGhostFocusError: string;
2324
+ textColorGhostDisabledError: string;
2325
+ borderError: string;
2326
+ borderHoverError: string;
2327
+ borderPressedError: string;
2328
+ borderFocusError: string;
2329
+ borderDisabledError: string;
2330
+ rippleColorError: string;
2331
+ waveOpacity: string;
2332
+ fontWeight: string;
2333
+ fontWeightStrong: string;
2334
+ paddingTiny: string;
2335
+ paddingSmall: string;
2336
+ paddingMedium: string;
2337
+ paddingLarge: string;
2338
+ paddingRoundTiny: string;
2339
+ paddingRoundSmall: string;
2340
+ paddingRoundMedium: string;
2341
+ paddingRoundLarge: string;
2342
+ iconMarginTiny: string;
2343
+ iconMarginSmall: string;
2344
+ iconMarginMedium: string;
2345
+ iconMarginLarge: string;
2346
+ iconSizeTiny: string;
2347
+ iconSizeSmall: string;
2348
+ iconSizeMedium: string;
2349
+ iconSizeLarge: string;
2350
+ rippleDuration: string;
2351
+ }, any>;
2352
+ }>>>;
2353
+ }>> & Readonly<{}>, {
2354
+ readonly extendThemeOverrides: import('../../../_extendThemeOverrides/Transfer').TransferExtendThemeOverrides;
2355
+ readonly filter: import('naive-ui/es/transfer/src/interface').Filter;
2356
+ readonly disabled: boolean | undefined;
2357
+ readonly size: import('./props').Size;
2358
+ readonly options: import('naive-ui').TransferOption[];
2359
+ readonly defaultValue: import('naive-ui/es/transfer/src/interface').OptionValue[] | null;
2360
+ readonly filterable: boolean;
2361
+ readonly virtualScroll: boolean;
2362
+ readonly sourceFilterable: boolean;
2363
+ readonly targetFilterable: boolean;
2364
+ readonly showSelected: boolean;
2365
+ readonly useBodenSelectAll: boolean;
2366
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2367
+ export default _default;