@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,693 @@
1
+ import { PropType } from 'vue';
2
+ import { MenuExtendThemeOverrides } from '../../../_extendThemeOverrides/Menu';
3
+ export declare const bodenMenuProps: {
4
+ readonly indent: {
5
+ readonly type: NumberConstructor;
6
+ readonly default: 18;
7
+ };
8
+ readonly extendThemeOverrides: {
9
+ readonly type: PropType<MenuExtendThemeOverrides>;
10
+ readonly default: () => {};
11
+ };
12
+ readonly options: {
13
+ readonly type: PropType<import('naive-ui/es/menu/src/interface').MenuMixedOption[]>;
14
+ readonly default: () => never[];
15
+ };
16
+ readonly collapsed: {
17
+ readonly type: PropType<boolean | undefined>;
18
+ readonly default: undefined;
19
+ };
20
+ readonly collapsedWidth: {
21
+ readonly type: NumberConstructor;
22
+ readonly default: 48;
23
+ };
24
+ readonly iconSize: {
25
+ readonly type: NumberConstructor;
26
+ readonly default: 20;
27
+ };
28
+ readonly collapsedIconSize: {
29
+ readonly type: NumberConstructor;
30
+ readonly default: 24;
31
+ };
32
+ readonly rootIndent: NumberConstructor;
33
+ readonly labelField: {
34
+ readonly type: StringConstructor;
35
+ readonly default: "label";
36
+ };
37
+ readonly keyField: {
38
+ readonly type: StringConstructor;
39
+ readonly default: "key";
40
+ };
41
+ readonly childrenField: {
42
+ readonly type: StringConstructor;
43
+ readonly default: "children";
44
+ };
45
+ readonly disabledField: {
46
+ readonly type: StringConstructor;
47
+ readonly default: "disabled";
48
+ };
49
+ readonly defaultExpandAll: BooleanConstructor;
50
+ readonly defaultExpandedKeys: PropType<import('../../../../../../node_modules/treemate').Key[]>;
51
+ readonly expandedKeys: PropType<import('../../../../../../node_modules/treemate').Key[]>;
52
+ readonly value: PropType<import('../../../../../../node_modules/treemate').Key | null>;
53
+ readonly defaultValue: {
54
+ readonly type: PropType<import('../../../../../../node_modules/treemate').Key | null>;
55
+ readonly default: null;
56
+ };
57
+ readonly mode: {
58
+ readonly type: PropType<"vertical" | "horizontal">;
59
+ readonly default: "vertical";
60
+ };
61
+ readonly watchProps: {
62
+ readonly type: PropType<Array<"defaultExpandedKeys" | "defaultValue">>;
63
+ readonly default: undefined;
64
+ };
65
+ readonly disabled: BooleanConstructor;
66
+ readonly show: {
67
+ readonly type: BooleanConstructor;
68
+ readonly default: true;
69
+ };
70
+ readonly inverted: BooleanConstructor;
71
+ readonly 'onUpdate:expandedKeys': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateKeys>>;
72
+ readonly onUpdateExpandedKeys: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateKeys>>;
73
+ readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateValue>>;
74
+ readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateValue>>;
75
+ readonly expandIcon: PropType<(option: import('naive-ui').MenuOption) => import('vue').VNodeChild>;
76
+ readonly renderIcon: PropType<(option: import('naive-ui').MenuOption) => import('vue').VNodeChild>;
77
+ readonly renderLabel: PropType<(option: import('naive-ui').MenuOption | import('naive-ui').MenuGroupOption) => import('vue').VNodeChild>;
78
+ readonly renderExtra: PropType<(option: import('naive-ui').MenuOption | import('naive-ui').MenuGroupOption) => import('vue').VNodeChild>;
79
+ readonly dropdownProps: PropType<import('naive-ui').DropdownProps>;
80
+ readonly accordion: BooleanConstructor;
81
+ readonly nodeProps: PropType<import('naive-ui').MenuNodeProps>;
82
+ readonly dropdownPlacement: {
83
+ readonly type: PropType<import('../../../../../../node_modules/vueuc').FollowerPlacement>;
84
+ readonly default: "bottom";
85
+ };
86
+ readonly responsive: BooleanConstructor;
87
+ readonly items: PropType<Array<import('naive-ui').MenuOption | import('naive-ui').MenuGroupOption>>;
88
+ readonly onOpenNamesChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateKeys>>;
89
+ readonly onSelect: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateValue>>;
90
+ readonly onExpandedNamesChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/menu/src/interface').OnUpdateKeys>>;
91
+ readonly expandedNames: PropType<import('../../../../../../node_modules/treemate').Key[]>;
92
+ readonly defaultExpandedNames: PropType<import('../../../../../../node_modules/treemate').Key[]>;
93
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Menu", {
94
+ itemColorHoverInverted: string;
95
+ itemColorActiveInverted: string;
96
+ itemColorActiveHoverInverted: string;
97
+ itemColorActiveCollapsedInverted: string;
98
+ itemTextColorInverted: string;
99
+ itemTextColorHoverInverted: string;
100
+ itemTextColorChildActiveInverted: string;
101
+ itemTextColorChildActiveHoverInverted: string;
102
+ itemTextColorActiveInverted: string;
103
+ itemTextColorActiveHoverInverted: string;
104
+ itemTextColorHorizontalInverted: string;
105
+ itemTextColorHoverHorizontalInverted: string;
106
+ itemTextColorChildActiveHorizontalInverted: string;
107
+ itemTextColorChildActiveHoverHorizontalInverted: string;
108
+ itemTextColorActiveHorizontalInverted: string;
109
+ itemTextColorActiveHoverHorizontalInverted: string;
110
+ itemIconColorInverted: string;
111
+ itemIconColorHoverInverted: string;
112
+ itemIconColorActiveInverted: string;
113
+ itemIconColorActiveHoverInverted: string;
114
+ itemIconColorChildActiveInverted: string;
115
+ itemIconColorChildActiveHoverInverted: string;
116
+ itemIconColorCollapsedInverted: string;
117
+ itemIconColorHorizontalInverted: string;
118
+ itemIconColorHoverHorizontalInverted: string;
119
+ itemIconColorActiveHorizontalInverted: string;
120
+ itemIconColorActiveHoverHorizontalInverted: string;
121
+ itemIconColorChildActiveHorizontalInverted: string;
122
+ itemIconColorChildActiveHoverHorizontalInverted: string;
123
+ arrowColorInverted: string;
124
+ arrowColorHoverInverted: string;
125
+ arrowColorActiveInverted: string;
126
+ arrowColorActiveHoverInverted: string;
127
+ arrowColorChildActiveInverted: string;
128
+ arrowColorChildActiveHoverInverted: string;
129
+ groupTextColorInverted: string;
130
+ borderRadius: string;
131
+ color: string;
132
+ groupTextColor: string;
133
+ itemColorHover: string;
134
+ itemColorActive: string;
135
+ itemColorActiveHover: string;
136
+ itemColorActiveCollapsed: string;
137
+ itemTextColor: string;
138
+ itemTextColorHover: string;
139
+ itemTextColorActive: string;
140
+ itemTextColorActiveHover: string;
141
+ itemTextColorChildActive: string;
142
+ itemTextColorChildActiveHover: string;
143
+ itemTextColorHorizontal: string;
144
+ itemTextColorHoverHorizontal: string;
145
+ itemTextColorActiveHorizontal: string;
146
+ itemTextColorActiveHoverHorizontal: string;
147
+ itemTextColorChildActiveHorizontal: string;
148
+ itemTextColorChildActiveHoverHorizontal: string;
149
+ itemIconColor: string;
150
+ itemIconColorHover: string;
151
+ itemIconColorActive: string;
152
+ itemIconColorActiveHover: string;
153
+ itemIconColorChildActive: string;
154
+ itemIconColorChildActiveHover: string;
155
+ itemIconColorCollapsed: string;
156
+ itemIconColorHorizontal: string;
157
+ itemIconColorHoverHorizontal: string;
158
+ itemIconColorActiveHorizontal: string;
159
+ itemIconColorActiveHoverHorizontal: string;
160
+ itemIconColorChildActiveHorizontal: string;
161
+ itemIconColorChildActiveHoverHorizontal: string;
162
+ itemHeight: string;
163
+ arrowColor: string;
164
+ arrowColorHover: string;
165
+ arrowColorActive: string;
166
+ arrowColorActiveHover: string;
167
+ arrowColorChildActive: string;
168
+ arrowColorChildActiveHover: string;
169
+ colorInverted: string;
170
+ borderColorHorizontal: string;
171
+ fontSize: string;
172
+ dividerColor: string;
173
+ }, {
174
+ Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
175
+ borderRadius: string;
176
+ boxShadow: string;
177
+ color: string;
178
+ textColor: string;
179
+ padding: string;
180
+ }, {
181
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
182
+ fontSize: string;
183
+ borderRadius: string;
184
+ color: string;
185
+ dividerColor: string;
186
+ textColor: string;
187
+ boxShadow: string;
188
+ space: string;
189
+ spaceArrow: string;
190
+ arrowOffset: string;
191
+ arrowOffsetVertical: string;
192
+ arrowHeight: string;
193
+ padding: string;
194
+ }, {
195
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
196
+ height: string;
197
+ width: string;
198
+ borderRadius: string;
199
+ color: string;
200
+ colorHover: string;
201
+ railInsetHorizontalBottom: string;
202
+ railInsetHorizontalTop: string;
203
+ railInsetVerticalRight: string;
204
+ railInsetVerticalLeft: string;
205
+ railColor: string;
206
+ }, any>;
207
+ }>;
208
+ }>;
209
+ Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
210
+ optionHeightSmall: string;
211
+ optionHeightMedium: string;
212
+ optionHeightLarge: string;
213
+ optionHeightHuge: string;
214
+ borderRadius: string;
215
+ fontSizeSmall: string;
216
+ fontSizeMedium: string;
217
+ fontSizeLarge: string;
218
+ fontSizeHuge: string;
219
+ optionTextColor: string;
220
+ optionTextColorHover: string;
221
+ optionTextColorActive: string;
222
+ optionTextColorChildActive: string;
223
+ color: string;
224
+ dividerColor: string;
225
+ suffixColor: string;
226
+ prefixColor: string;
227
+ optionColorHover: string;
228
+ optionColorActive: string;
229
+ groupHeaderTextColor: string;
230
+ optionTextColorInverted: string;
231
+ optionTextColorHoverInverted: string;
232
+ optionTextColorActiveInverted: string;
233
+ optionTextColorChildActiveInverted: string;
234
+ colorInverted: string;
235
+ dividerColorInverted: string;
236
+ suffixColorInverted: string;
237
+ prefixColorInverted: string;
238
+ optionColorHoverInverted: string;
239
+ optionColorActiveInverted: string;
240
+ groupHeaderTextColorInverted: string;
241
+ optionOpacityDisabled: string;
242
+ padding: string;
243
+ optionIconSizeSmall: string;
244
+ optionIconSizeMedium: string;
245
+ optionIconSizeLarge: string;
246
+ optionIconSizeHuge: string;
247
+ optionSuffixWidthSmall: string;
248
+ optionSuffixWidthMedium: string;
249
+ optionSuffixWidthLarge: string;
250
+ optionSuffixWidthHuge: string;
251
+ optionIconSuffixWidthSmall: string;
252
+ optionIconSuffixWidthMedium: string;
253
+ optionIconSuffixWidthLarge: string;
254
+ optionIconSuffixWidthHuge: string;
255
+ optionPrefixWidthSmall: string;
256
+ optionPrefixWidthMedium: string;
257
+ optionPrefixWidthLarge: string;
258
+ optionPrefixWidthHuge: string;
259
+ optionIconPrefixWidthSmall: string;
260
+ optionIconPrefixWidthMedium: string;
261
+ optionIconPrefixWidthLarge: string;
262
+ optionIconPrefixWidthHuge: string;
263
+ }, {
264
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
265
+ fontSize: string;
266
+ borderRadius: string;
267
+ color: string;
268
+ dividerColor: string;
269
+ textColor: string;
270
+ boxShadow: string;
271
+ space: string;
272
+ spaceArrow: string;
273
+ arrowOffset: string;
274
+ arrowOffsetVertical: string;
275
+ arrowHeight: string;
276
+ padding: string;
277
+ }, {
278
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
279
+ height: string;
280
+ width: string;
281
+ borderRadius: string;
282
+ color: string;
283
+ colorHover: string;
284
+ railInsetHorizontalBottom: string;
285
+ railInsetHorizontalTop: string;
286
+ railInsetVerticalRight: string;
287
+ railInsetVerticalLeft: string;
288
+ railColor: string;
289
+ }, any>;
290
+ }>;
291
+ }>;
292
+ }>>;
293
+ readonly themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Menu", {
294
+ itemColorHoverInverted: string;
295
+ itemColorActiveInverted: string;
296
+ itemColorActiveHoverInverted: string;
297
+ itemColorActiveCollapsedInverted: string;
298
+ itemTextColorInverted: string;
299
+ itemTextColorHoverInverted: string;
300
+ itemTextColorChildActiveInverted: string;
301
+ itemTextColorChildActiveHoverInverted: string;
302
+ itemTextColorActiveInverted: string;
303
+ itemTextColorActiveHoverInverted: string;
304
+ itemTextColorHorizontalInverted: string;
305
+ itemTextColorHoverHorizontalInverted: string;
306
+ itemTextColorChildActiveHorizontalInverted: string;
307
+ itemTextColorChildActiveHoverHorizontalInverted: string;
308
+ itemTextColorActiveHorizontalInverted: string;
309
+ itemTextColorActiveHoverHorizontalInverted: string;
310
+ itemIconColorInverted: string;
311
+ itemIconColorHoverInverted: string;
312
+ itemIconColorActiveInverted: string;
313
+ itemIconColorActiveHoverInverted: string;
314
+ itemIconColorChildActiveInverted: string;
315
+ itemIconColorChildActiveHoverInverted: string;
316
+ itemIconColorCollapsedInverted: string;
317
+ itemIconColorHorizontalInverted: string;
318
+ itemIconColorHoverHorizontalInverted: string;
319
+ itemIconColorActiveHorizontalInverted: string;
320
+ itemIconColorActiveHoverHorizontalInverted: string;
321
+ itemIconColorChildActiveHorizontalInverted: string;
322
+ itemIconColorChildActiveHoverHorizontalInverted: string;
323
+ arrowColorInverted: string;
324
+ arrowColorHoverInverted: string;
325
+ arrowColorActiveInverted: string;
326
+ arrowColorActiveHoverInverted: string;
327
+ arrowColorChildActiveInverted: string;
328
+ arrowColorChildActiveHoverInverted: string;
329
+ groupTextColorInverted: string;
330
+ borderRadius: string;
331
+ color: string;
332
+ groupTextColor: string;
333
+ itemColorHover: string;
334
+ itemColorActive: string;
335
+ itemColorActiveHover: string;
336
+ itemColorActiveCollapsed: string;
337
+ itemTextColor: string;
338
+ itemTextColorHover: string;
339
+ itemTextColorActive: string;
340
+ itemTextColorActiveHover: string;
341
+ itemTextColorChildActive: string;
342
+ itemTextColorChildActiveHover: string;
343
+ itemTextColorHorizontal: string;
344
+ itemTextColorHoverHorizontal: string;
345
+ itemTextColorActiveHorizontal: string;
346
+ itemTextColorActiveHoverHorizontal: string;
347
+ itemTextColorChildActiveHorizontal: string;
348
+ itemTextColorChildActiveHoverHorizontal: string;
349
+ itemIconColor: string;
350
+ itemIconColorHover: string;
351
+ itemIconColorActive: string;
352
+ itemIconColorActiveHover: string;
353
+ itemIconColorChildActive: string;
354
+ itemIconColorChildActiveHover: string;
355
+ itemIconColorCollapsed: string;
356
+ itemIconColorHorizontal: string;
357
+ itemIconColorHoverHorizontal: string;
358
+ itemIconColorActiveHorizontal: string;
359
+ itemIconColorActiveHoverHorizontal: string;
360
+ itemIconColorChildActiveHorizontal: string;
361
+ itemIconColorChildActiveHoverHorizontal: string;
362
+ itemHeight: string;
363
+ arrowColor: string;
364
+ arrowColorHover: string;
365
+ arrowColorActive: string;
366
+ arrowColorActiveHover: string;
367
+ arrowColorChildActive: string;
368
+ arrowColorChildActiveHover: string;
369
+ colorInverted: string;
370
+ borderColorHorizontal: string;
371
+ fontSize: string;
372
+ dividerColor: string;
373
+ }, {
374
+ Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
375
+ borderRadius: string;
376
+ boxShadow: string;
377
+ color: string;
378
+ textColor: string;
379
+ padding: string;
380
+ }, {
381
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
382
+ fontSize: string;
383
+ borderRadius: string;
384
+ color: string;
385
+ dividerColor: string;
386
+ textColor: string;
387
+ boxShadow: string;
388
+ space: string;
389
+ spaceArrow: string;
390
+ arrowOffset: string;
391
+ arrowOffsetVertical: string;
392
+ arrowHeight: string;
393
+ padding: string;
394
+ }, {
395
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
396
+ height: string;
397
+ width: string;
398
+ borderRadius: string;
399
+ color: string;
400
+ colorHover: string;
401
+ railInsetHorizontalBottom: string;
402
+ railInsetHorizontalTop: string;
403
+ railInsetVerticalRight: string;
404
+ railInsetVerticalLeft: string;
405
+ railColor: string;
406
+ }, any>;
407
+ }>;
408
+ }>;
409
+ Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
410
+ optionHeightSmall: string;
411
+ optionHeightMedium: string;
412
+ optionHeightLarge: string;
413
+ optionHeightHuge: string;
414
+ borderRadius: string;
415
+ fontSizeSmall: string;
416
+ fontSizeMedium: string;
417
+ fontSizeLarge: string;
418
+ fontSizeHuge: string;
419
+ optionTextColor: string;
420
+ optionTextColorHover: string;
421
+ optionTextColorActive: string;
422
+ optionTextColorChildActive: string;
423
+ color: string;
424
+ dividerColor: string;
425
+ suffixColor: string;
426
+ prefixColor: string;
427
+ optionColorHover: string;
428
+ optionColorActive: string;
429
+ groupHeaderTextColor: string;
430
+ optionTextColorInverted: string;
431
+ optionTextColorHoverInverted: string;
432
+ optionTextColorActiveInverted: string;
433
+ optionTextColorChildActiveInverted: string;
434
+ colorInverted: string;
435
+ dividerColorInverted: string;
436
+ suffixColorInverted: string;
437
+ prefixColorInverted: string;
438
+ optionColorHoverInverted: string;
439
+ optionColorActiveInverted: string;
440
+ groupHeaderTextColorInverted: string;
441
+ optionOpacityDisabled: string;
442
+ padding: string;
443
+ optionIconSizeSmall: string;
444
+ optionIconSizeMedium: string;
445
+ optionIconSizeLarge: string;
446
+ optionIconSizeHuge: string;
447
+ optionSuffixWidthSmall: string;
448
+ optionSuffixWidthMedium: string;
449
+ optionSuffixWidthLarge: string;
450
+ optionSuffixWidthHuge: string;
451
+ optionIconSuffixWidthSmall: string;
452
+ optionIconSuffixWidthMedium: string;
453
+ optionIconSuffixWidthLarge: string;
454
+ optionIconSuffixWidthHuge: string;
455
+ optionPrefixWidthSmall: string;
456
+ optionPrefixWidthMedium: string;
457
+ optionPrefixWidthLarge: string;
458
+ optionPrefixWidthHuge: string;
459
+ optionIconPrefixWidthSmall: string;
460
+ optionIconPrefixWidthMedium: string;
461
+ optionIconPrefixWidthLarge: string;
462
+ optionIconPrefixWidthHuge: string;
463
+ }, {
464
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
465
+ fontSize: string;
466
+ borderRadius: string;
467
+ color: string;
468
+ dividerColor: string;
469
+ textColor: string;
470
+ boxShadow: string;
471
+ space: string;
472
+ spaceArrow: string;
473
+ arrowOffset: string;
474
+ arrowOffsetVertical: string;
475
+ arrowHeight: string;
476
+ padding: string;
477
+ }, {
478
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
479
+ height: string;
480
+ width: string;
481
+ borderRadius: string;
482
+ color: string;
483
+ colorHover: string;
484
+ railInsetHorizontalBottom: string;
485
+ railInsetHorizontalTop: string;
486
+ railInsetVerticalRight: string;
487
+ railInsetVerticalLeft: string;
488
+ railColor: string;
489
+ }, any>;
490
+ }>;
491
+ }>;
492
+ }>>>;
493
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Menu", {
494
+ itemColorHoverInverted: string;
495
+ itemColorActiveInverted: string;
496
+ itemColorActiveHoverInverted: string;
497
+ itemColorActiveCollapsedInverted: string;
498
+ itemTextColorInverted: string;
499
+ itemTextColorHoverInverted: string;
500
+ itemTextColorChildActiveInverted: string;
501
+ itemTextColorChildActiveHoverInverted: string;
502
+ itemTextColorActiveInverted: string;
503
+ itemTextColorActiveHoverInverted: string;
504
+ itemTextColorHorizontalInverted: string;
505
+ itemTextColorHoverHorizontalInverted: string;
506
+ itemTextColorChildActiveHorizontalInverted: string;
507
+ itemTextColorChildActiveHoverHorizontalInverted: string;
508
+ itemTextColorActiveHorizontalInverted: string;
509
+ itemTextColorActiveHoverHorizontalInverted: string;
510
+ itemIconColorInverted: string;
511
+ itemIconColorHoverInverted: string;
512
+ itemIconColorActiveInverted: string;
513
+ itemIconColorActiveHoverInverted: string;
514
+ itemIconColorChildActiveInverted: string;
515
+ itemIconColorChildActiveHoverInverted: string;
516
+ itemIconColorCollapsedInverted: string;
517
+ itemIconColorHorizontalInverted: string;
518
+ itemIconColorHoverHorizontalInverted: string;
519
+ itemIconColorActiveHorizontalInverted: string;
520
+ itemIconColorActiveHoverHorizontalInverted: string;
521
+ itemIconColorChildActiveHorizontalInverted: string;
522
+ itemIconColorChildActiveHoverHorizontalInverted: string;
523
+ arrowColorInverted: string;
524
+ arrowColorHoverInverted: string;
525
+ arrowColorActiveInverted: string;
526
+ arrowColorActiveHoverInverted: string;
527
+ arrowColorChildActiveInverted: string;
528
+ arrowColorChildActiveHoverInverted: string;
529
+ groupTextColorInverted: string;
530
+ borderRadius: string;
531
+ color: string;
532
+ groupTextColor: string;
533
+ itemColorHover: string;
534
+ itemColorActive: string;
535
+ itemColorActiveHover: string;
536
+ itemColorActiveCollapsed: string;
537
+ itemTextColor: string;
538
+ itemTextColorHover: string;
539
+ itemTextColorActive: string;
540
+ itemTextColorActiveHover: string;
541
+ itemTextColorChildActive: string;
542
+ itemTextColorChildActiveHover: string;
543
+ itemTextColorHorizontal: string;
544
+ itemTextColorHoverHorizontal: string;
545
+ itemTextColorActiveHorizontal: string;
546
+ itemTextColorActiveHoverHorizontal: string;
547
+ itemTextColorChildActiveHorizontal: string;
548
+ itemTextColorChildActiveHoverHorizontal: string;
549
+ itemIconColor: string;
550
+ itemIconColorHover: string;
551
+ itemIconColorActive: string;
552
+ itemIconColorActiveHover: string;
553
+ itemIconColorChildActive: string;
554
+ itemIconColorChildActiveHover: string;
555
+ itemIconColorCollapsed: string;
556
+ itemIconColorHorizontal: string;
557
+ itemIconColorHoverHorizontal: string;
558
+ itemIconColorActiveHorizontal: string;
559
+ itemIconColorActiveHoverHorizontal: string;
560
+ itemIconColorChildActiveHorizontal: string;
561
+ itemIconColorChildActiveHoverHorizontal: string;
562
+ itemHeight: string;
563
+ arrowColor: string;
564
+ arrowColorHover: string;
565
+ arrowColorActive: string;
566
+ arrowColorActiveHover: string;
567
+ arrowColorChildActive: string;
568
+ arrowColorChildActiveHover: string;
569
+ colorInverted: string;
570
+ borderColorHorizontal: string;
571
+ fontSize: string;
572
+ dividerColor: string;
573
+ }, {
574
+ Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
575
+ borderRadius: string;
576
+ boxShadow: string;
577
+ color: string;
578
+ textColor: string;
579
+ padding: string;
580
+ }, {
581
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
582
+ fontSize: string;
583
+ borderRadius: string;
584
+ color: string;
585
+ dividerColor: string;
586
+ textColor: string;
587
+ boxShadow: string;
588
+ space: string;
589
+ spaceArrow: string;
590
+ arrowOffset: string;
591
+ arrowOffsetVertical: string;
592
+ arrowHeight: string;
593
+ padding: string;
594
+ }, {
595
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
596
+ height: string;
597
+ width: string;
598
+ borderRadius: string;
599
+ color: string;
600
+ colorHover: string;
601
+ railInsetHorizontalBottom: string;
602
+ railInsetHorizontalTop: string;
603
+ railInsetVerticalRight: string;
604
+ railInsetVerticalLeft: string;
605
+ railColor: string;
606
+ }, any>;
607
+ }>;
608
+ }>;
609
+ Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
610
+ optionHeightSmall: string;
611
+ optionHeightMedium: string;
612
+ optionHeightLarge: string;
613
+ optionHeightHuge: string;
614
+ borderRadius: string;
615
+ fontSizeSmall: string;
616
+ fontSizeMedium: string;
617
+ fontSizeLarge: string;
618
+ fontSizeHuge: string;
619
+ optionTextColor: string;
620
+ optionTextColorHover: string;
621
+ optionTextColorActive: string;
622
+ optionTextColorChildActive: string;
623
+ color: string;
624
+ dividerColor: string;
625
+ suffixColor: string;
626
+ prefixColor: string;
627
+ optionColorHover: string;
628
+ optionColorActive: string;
629
+ groupHeaderTextColor: string;
630
+ optionTextColorInverted: string;
631
+ optionTextColorHoverInverted: string;
632
+ optionTextColorActiveInverted: string;
633
+ optionTextColorChildActiveInverted: string;
634
+ colorInverted: string;
635
+ dividerColorInverted: string;
636
+ suffixColorInverted: string;
637
+ prefixColorInverted: string;
638
+ optionColorHoverInverted: string;
639
+ optionColorActiveInverted: string;
640
+ groupHeaderTextColorInverted: string;
641
+ optionOpacityDisabled: string;
642
+ padding: string;
643
+ optionIconSizeSmall: string;
644
+ optionIconSizeMedium: string;
645
+ optionIconSizeLarge: string;
646
+ optionIconSizeHuge: string;
647
+ optionSuffixWidthSmall: string;
648
+ optionSuffixWidthMedium: string;
649
+ optionSuffixWidthLarge: string;
650
+ optionSuffixWidthHuge: string;
651
+ optionIconSuffixWidthSmall: string;
652
+ optionIconSuffixWidthMedium: string;
653
+ optionIconSuffixWidthLarge: string;
654
+ optionIconSuffixWidthHuge: string;
655
+ optionPrefixWidthSmall: string;
656
+ optionPrefixWidthMedium: string;
657
+ optionPrefixWidthLarge: string;
658
+ optionPrefixWidthHuge: string;
659
+ optionIconPrefixWidthSmall: string;
660
+ optionIconPrefixWidthMedium: string;
661
+ optionIconPrefixWidthLarge: string;
662
+ optionIconPrefixWidthHuge: string;
663
+ }, {
664
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
665
+ fontSize: string;
666
+ borderRadius: string;
667
+ color: string;
668
+ dividerColor: string;
669
+ textColor: string;
670
+ boxShadow: string;
671
+ space: string;
672
+ spaceArrow: string;
673
+ arrowOffset: string;
674
+ arrowOffsetVertical: string;
675
+ arrowHeight: string;
676
+ padding: string;
677
+ }, {
678
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
679
+ height: string;
680
+ width: string;
681
+ borderRadius: string;
682
+ color: string;
683
+ colorHover: string;
684
+ railInsetHorizontalBottom: string;
685
+ railInsetHorizontalTop: string;
686
+ railInsetVerticalRight: string;
687
+ railInsetVerticalLeft: string;
688
+ railColor: string;
689
+ }, any>;
690
+ }>;
691
+ }>;
692
+ }>>>;
693
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('css-render').CNode;
2
+ export default _default;