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