@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,4817 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ readonly extendThemeOverrides: {
3
+ readonly type: import('vue').PropType<import('../../../_extendThemeOverrides/Cascader').CascaderExtendThemeOverrides>;
4
+ readonly default: () => {};
5
+ };
6
+ readonly maxTagCount: {
7
+ readonly type: NumberConstructor;
8
+ readonly default: "responsive";
9
+ };
10
+ readonly allowCheckingNotLoaded: BooleanConstructor;
11
+ readonly to: {
12
+ type: import('vue').PropType<HTMLElement | string | boolean>;
13
+ default: undefined;
14
+ };
15
+ readonly bordered: {
16
+ readonly type: import('vue').PropType<boolean | undefined>;
17
+ readonly default: undefined;
18
+ };
19
+ readonly options: {
20
+ readonly type: import('vue').PropType<import('naive-ui').CascaderOption[]>;
21
+ readonly default: () => never[];
22
+ };
23
+ readonly value: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
24
+ readonly defaultValue: {
25
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
26
+ readonly default: null;
27
+ };
28
+ readonly placeholder: StringConstructor;
29
+ readonly multiple: BooleanConstructor;
30
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
31
+ readonly filterable: BooleanConstructor;
32
+ readonly disabled: {
33
+ readonly type: import('vue').PropType<boolean | undefined>;
34
+ readonly default: undefined;
35
+ };
36
+ readonly disabledField: {
37
+ readonly type: StringConstructor;
38
+ readonly default: "disabled";
39
+ };
40
+ readonly expandTrigger: {
41
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').ExpandTrigger>;
42
+ readonly default: "click";
43
+ };
44
+ readonly clearable: BooleanConstructor;
45
+ readonly clearFilterAfterSelect: {
46
+ readonly type: BooleanConstructor;
47
+ readonly default: true;
48
+ };
49
+ readonly remote: BooleanConstructor;
50
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/cascader/src/interface').OnLoad>;
51
+ readonly separator: {
52
+ readonly type: StringConstructor;
53
+ readonly default: " / ";
54
+ };
55
+ readonly filter: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Filter>;
56
+ readonly placement: {
57
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/vueuc').FollowerPlacement>;
58
+ readonly default: "bottom-start";
59
+ };
60
+ readonly cascade: {
61
+ readonly type: BooleanConstructor;
62
+ readonly default: true;
63
+ };
64
+ readonly leafOnly: BooleanConstructor;
65
+ readonly showPath: {
66
+ readonly type: BooleanConstructor;
67
+ readonly default: true;
68
+ };
69
+ readonly show: {
70
+ readonly type: import('vue').PropType<boolean | undefined>;
71
+ readonly default: undefined;
72
+ };
73
+ readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
74
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
75
+ readonly filterMenuProps: import('vue').PropType<import('vue').HTMLAttributes>;
76
+ readonly virtualScroll: {
77
+ readonly type: BooleanConstructor;
78
+ readonly default: true;
79
+ };
80
+ readonly checkStrategy: {
81
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/treemate').CheckStrategy>;
82
+ readonly default: "all";
83
+ };
84
+ readonly valueField: {
85
+ readonly type: StringConstructor;
86
+ readonly default: "value";
87
+ };
88
+ readonly labelField: {
89
+ readonly type: StringConstructor;
90
+ readonly default: "label";
91
+ };
92
+ readonly childrenField: {
93
+ readonly type: StringConstructor;
94
+ readonly default: "children";
95
+ };
96
+ readonly renderLabel: import('vue').PropType<(option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild>;
97
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
98
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
99
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
100
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
101
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
102
+ readonly onBlur: import('vue').PropType<(e: FocusEvent) => void>;
103
+ readonly onFocus: import('vue').PropType<(e: FocusEvent) => void>;
104
+ readonly getColumnStyle: import('vue').PropType<(detail: {
105
+ level: number;
106
+ }) => string | import('vue').CSSProperties>;
107
+ readonly renderPrefix: import('vue').PropType<(props: {
108
+ option: import('naive-ui').CascaderOption;
109
+ checked: boolean;
110
+ node: import('vue').VNode | null;
111
+ }) => import('vue').VNodeChild>;
112
+ readonly renderSuffix: import('vue').PropType<(props: {
113
+ option: import('naive-ui').CascaderOption;
114
+ checked: boolean;
115
+ node: import('vue').VNode | null;
116
+ }) => import('vue').VNodeChild>;
117
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined>;
118
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Cascader", {
119
+ menuBorderRadius: string;
120
+ menuColor: string;
121
+ menuBoxShadow: string;
122
+ menuDividerColor: string;
123
+ menuHeight: string;
124
+ optionArrowColor: string;
125
+ optionHeight: string;
126
+ optionFontSize: string;
127
+ optionColorHover: string;
128
+ optionTextColor: string;
129
+ optionTextColorActive: string;
130
+ optionTextColorDisabled: string;
131
+ optionCheckMarkColor: string;
132
+ loadingColor: string;
133
+ columnWidth: string;
134
+ }, {
135
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
136
+ optionFontSizeTiny: string;
137
+ optionFontSizeSmall: string;
138
+ optionFontSizeMedium: string;
139
+ optionFontSizeLarge: string;
140
+ optionFontSizeHuge: string;
141
+ optionHeightTiny: string;
142
+ optionHeightSmall: string;
143
+ optionHeightMedium: string;
144
+ optionHeightLarge: string;
145
+ optionHeightHuge: string;
146
+ borderRadius: string;
147
+ color: string;
148
+ groupHeaderTextColor: string;
149
+ actionDividerColor: string;
150
+ optionTextColor: string;
151
+ optionTextColorPressed: string;
152
+ optionTextColorDisabled: string;
153
+ optionTextColorActive: string;
154
+ optionOpacityDisabled: string;
155
+ optionCheckColor: string;
156
+ optionColorPending: string;
157
+ optionColorActive: string;
158
+ optionColorActivePending: string;
159
+ actionTextColor: string;
160
+ loadingColor: string;
161
+ height: string;
162
+ paddingTiny: string;
163
+ paddingSmall: string;
164
+ paddingMedium: string;
165
+ paddingLarge: string;
166
+ paddingHuge: string;
167
+ optionPaddingTiny: string;
168
+ optionPaddingSmall: string;
169
+ optionPaddingMedium: string;
170
+ optionPaddingLarge: string;
171
+ optionPaddingHuge: string;
172
+ loadingSize: string;
173
+ }, {
174
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
175
+ height: string;
176
+ width: string;
177
+ borderRadius: string;
178
+ color: string;
179
+ colorHover: string;
180
+ railInsetHorizontalBottom: string;
181
+ railInsetHorizontalTop: string;
182
+ railInsetVerticalRight: string;
183
+ railInsetVerticalLeft: string;
184
+ railColor: string;
185
+ }, any>;
186
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
187
+ fontSizeTiny: string;
188
+ fontSizeSmall: string;
189
+ fontSizeMedium: string;
190
+ fontSizeLarge: string;
191
+ fontSizeHuge: string;
192
+ textColor: string;
193
+ iconColor: string;
194
+ extraTextColor: string;
195
+ iconSizeTiny: string;
196
+ iconSizeSmall: string;
197
+ iconSizeMedium: string;
198
+ iconSizeLarge: string;
199
+ iconSizeHuge: string;
200
+ }, any>;
201
+ }>;
202
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
203
+ fontSizeTiny: string;
204
+ fontSizeSmall: string;
205
+ fontSizeMedium: string;
206
+ fontSizeLarge: string;
207
+ heightTiny: string;
208
+ heightSmall: string;
209
+ heightMedium: string;
210
+ heightLarge: string;
211
+ borderRadius: string;
212
+ fontWeight: string;
213
+ textColor: string;
214
+ textColorDisabled: string;
215
+ placeholderColor: string;
216
+ placeholderColorDisabled: string;
217
+ color: string;
218
+ colorDisabled: string;
219
+ colorActive: string;
220
+ border: string;
221
+ borderHover: string;
222
+ borderActive: string;
223
+ borderFocus: string;
224
+ boxShadowHover: string;
225
+ boxShadowActive: string;
226
+ boxShadowFocus: string;
227
+ caretColor: string;
228
+ arrowColor: string;
229
+ arrowColorDisabled: string;
230
+ loadingColor: string;
231
+ borderWarning: string;
232
+ borderHoverWarning: string;
233
+ borderActiveWarning: string;
234
+ borderFocusWarning: string;
235
+ boxShadowHoverWarning: string;
236
+ boxShadowActiveWarning: string;
237
+ boxShadowFocusWarning: string;
238
+ colorActiveWarning: string;
239
+ caretColorWarning: string;
240
+ borderError: string;
241
+ borderHoverError: string;
242
+ borderActiveError: string;
243
+ borderFocusError: string;
244
+ boxShadowHoverError: string;
245
+ boxShadowActiveError: string;
246
+ boxShadowFocusError: string;
247
+ colorActiveError: string;
248
+ caretColorError: string;
249
+ clearColor: string;
250
+ clearColorHover: string;
251
+ clearColorPressed: string;
252
+ paddingSingle: string;
253
+ paddingMultiple: string;
254
+ clearSize: string;
255
+ arrowSize: string;
256
+ }, {
257
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
258
+ fontSize: string;
259
+ borderRadius: string;
260
+ color: string;
261
+ dividerColor: string;
262
+ textColor: string;
263
+ boxShadow: string;
264
+ space: string;
265
+ spaceArrow: string;
266
+ arrowOffset: string;
267
+ arrowOffsetVertical: string;
268
+ arrowHeight: string;
269
+ padding: string;
270
+ }, {
271
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
272
+ height: string;
273
+ width: string;
274
+ borderRadius: string;
275
+ color: string;
276
+ colorHover: string;
277
+ railInsetHorizontalBottom: string;
278
+ railInsetHorizontalTop: string;
279
+ railInsetVerticalRight: string;
280
+ railInsetVerticalLeft: string;
281
+ railColor: string;
282
+ }, any>;
283
+ }>;
284
+ }>;
285
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
286
+ height: string;
287
+ width: string;
288
+ borderRadius: string;
289
+ color: string;
290
+ colorHover: string;
291
+ railInsetHorizontalBottom: string;
292
+ railInsetHorizontalTop: string;
293
+ railInsetVerticalRight: string;
294
+ railInsetVerticalLeft: string;
295
+ railColor: string;
296
+ }, any>;
297
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
298
+ labelLineHeight: string;
299
+ fontSizeSmall: string;
300
+ fontSizeMedium: string;
301
+ fontSizeLarge: string;
302
+ borderRadius: string;
303
+ color: string;
304
+ colorChecked: string;
305
+ colorDisabled: string;
306
+ colorDisabledChecked: string;
307
+ colorTableHeader: string;
308
+ colorTableHeaderModal: string;
309
+ colorTableHeaderPopover: string;
310
+ checkMarkColor: string;
311
+ checkMarkColorDisabled: string;
312
+ checkMarkColorDisabledChecked: string;
313
+ border: string;
314
+ borderDisabled: string;
315
+ borderDisabledChecked: string;
316
+ borderChecked: string;
317
+ borderFocus: string;
318
+ boxShadowFocus: string;
319
+ textColor: string;
320
+ textColorDisabled: string;
321
+ sizeSmall: string;
322
+ sizeMedium: string;
323
+ sizeLarge: string;
324
+ labelPadding: string;
325
+ labelFontWeight: string;
326
+ }, any>;
327
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
328
+ fontSizeTiny: string;
329
+ fontSizeSmall: string;
330
+ fontSizeMedium: string;
331
+ fontSizeLarge: string;
332
+ fontSizeHuge: string;
333
+ textColor: string;
334
+ iconColor: string;
335
+ extraTextColor: string;
336
+ iconSizeTiny: string;
337
+ iconSizeSmall: string;
338
+ iconSizeMedium: string;
339
+ iconSizeLarge: string;
340
+ iconSizeHuge: string;
341
+ }, any>;
342
+ }>>;
343
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
344
+ menuBorderRadius: string;
345
+ menuColor: string;
346
+ menuBoxShadow: string;
347
+ menuDividerColor: string;
348
+ menuHeight: string;
349
+ optionArrowColor: string;
350
+ optionHeight: string;
351
+ optionFontSize: string;
352
+ optionColorHover: string;
353
+ optionTextColor: string;
354
+ optionTextColorActive: string;
355
+ optionTextColorDisabled: string;
356
+ optionCheckMarkColor: string;
357
+ loadingColor: string;
358
+ columnWidth: string;
359
+ }, {
360
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
361
+ optionFontSizeTiny: string;
362
+ optionFontSizeSmall: string;
363
+ optionFontSizeMedium: string;
364
+ optionFontSizeLarge: string;
365
+ optionFontSizeHuge: string;
366
+ optionHeightTiny: string;
367
+ optionHeightSmall: string;
368
+ optionHeightMedium: string;
369
+ optionHeightLarge: string;
370
+ optionHeightHuge: string;
371
+ borderRadius: string;
372
+ color: string;
373
+ groupHeaderTextColor: string;
374
+ actionDividerColor: string;
375
+ optionTextColor: string;
376
+ optionTextColorPressed: string;
377
+ optionTextColorDisabled: string;
378
+ optionTextColorActive: string;
379
+ optionOpacityDisabled: string;
380
+ optionCheckColor: string;
381
+ optionColorPending: string;
382
+ optionColorActive: string;
383
+ optionColorActivePending: string;
384
+ actionTextColor: string;
385
+ loadingColor: string;
386
+ height: string;
387
+ paddingTiny: string;
388
+ paddingSmall: string;
389
+ paddingMedium: string;
390
+ paddingLarge: string;
391
+ paddingHuge: string;
392
+ optionPaddingTiny: string;
393
+ optionPaddingSmall: string;
394
+ optionPaddingMedium: string;
395
+ optionPaddingLarge: string;
396
+ optionPaddingHuge: string;
397
+ loadingSize: string;
398
+ }, {
399
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
400
+ height: string;
401
+ width: string;
402
+ borderRadius: string;
403
+ color: string;
404
+ colorHover: string;
405
+ railInsetHorizontalBottom: string;
406
+ railInsetHorizontalTop: string;
407
+ railInsetVerticalRight: string;
408
+ railInsetVerticalLeft: string;
409
+ railColor: string;
410
+ }, any>;
411
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
412
+ fontSizeTiny: string;
413
+ fontSizeSmall: string;
414
+ fontSizeMedium: string;
415
+ fontSizeLarge: string;
416
+ fontSizeHuge: string;
417
+ textColor: string;
418
+ iconColor: string;
419
+ extraTextColor: string;
420
+ iconSizeTiny: string;
421
+ iconSizeSmall: string;
422
+ iconSizeMedium: string;
423
+ iconSizeLarge: string;
424
+ iconSizeHuge: string;
425
+ }, any>;
426
+ }>;
427
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
428
+ fontSizeTiny: string;
429
+ fontSizeSmall: string;
430
+ fontSizeMedium: string;
431
+ fontSizeLarge: string;
432
+ heightTiny: string;
433
+ heightSmall: string;
434
+ heightMedium: string;
435
+ heightLarge: string;
436
+ borderRadius: string;
437
+ fontWeight: string;
438
+ textColor: string;
439
+ textColorDisabled: string;
440
+ placeholderColor: string;
441
+ placeholderColorDisabled: string;
442
+ color: string;
443
+ colorDisabled: string;
444
+ colorActive: string;
445
+ border: string;
446
+ borderHover: string;
447
+ borderActive: string;
448
+ borderFocus: string;
449
+ boxShadowHover: string;
450
+ boxShadowActive: string;
451
+ boxShadowFocus: string;
452
+ caretColor: string;
453
+ arrowColor: string;
454
+ arrowColorDisabled: string;
455
+ loadingColor: string;
456
+ borderWarning: string;
457
+ borderHoverWarning: string;
458
+ borderActiveWarning: string;
459
+ borderFocusWarning: string;
460
+ boxShadowHoverWarning: string;
461
+ boxShadowActiveWarning: string;
462
+ boxShadowFocusWarning: string;
463
+ colorActiveWarning: string;
464
+ caretColorWarning: string;
465
+ borderError: string;
466
+ borderHoverError: string;
467
+ borderActiveError: string;
468
+ borderFocusError: string;
469
+ boxShadowHoverError: string;
470
+ boxShadowActiveError: string;
471
+ boxShadowFocusError: string;
472
+ colorActiveError: string;
473
+ caretColorError: string;
474
+ clearColor: string;
475
+ clearColorHover: string;
476
+ clearColorPressed: string;
477
+ paddingSingle: string;
478
+ paddingMultiple: string;
479
+ clearSize: string;
480
+ arrowSize: string;
481
+ }, {
482
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
483
+ fontSize: string;
484
+ borderRadius: string;
485
+ color: string;
486
+ dividerColor: string;
487
+ textColor: string;
488
+ boxShadow: string;
489
+ space: string;
490
+ spaceArrow: string;
491
+ arrowOffset: string;
492
+ arrowOffsetVertical: string;
493
+ arrowHeight: string;
494
+ padding: string;
495
+ }, {
496
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
497
+ height: string;
498
+ width: string;
499
+ borderRadius: string;
500
+ color: string;
501
+ colorHover: string;
502
+ railInsetHorizontalBottom: string;
503
+ railInsetHorizontalTop: string;
504
+ railInsetVerticalRight: string;
505
+ railInsetVerticalLeft: string;
506
+ railColor: string;
507
+ }, any>;
508
+ }>;
509
+ }>;
510
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
511
+ height: string;
512
+ width: string;
513
+ borderRadius: string;
514
+ color: string;
515
+ colorHover: string;
516
+ railInsetHorizontalBottom: string;
517
+ railInsetHorizontalTop: string;
518
+ railInsetVerticalRight: string;
519
+ railInsetVerticalLeft: string;
520
+ railColor: string;
521
+ }, any>;
522
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
523
+ labelLineHeight: string;
524
+ fontSizeSmall: string;
525
+ fontSizeMedium: string;
526
+ fontSizeLarge: string;
527
+ borderRadius: string;
528
+ color: string;
529
+ colorChecked: string;
530
+ colorDisabled: string;
531
+ colorDisabledChecked: string;
532
+ colorTableHeader: string;
533
+ colorTableHeaderModal: string;
534
+ colorTableHeaderPopover: string;
535
+ checkMarkColor: string;
536
+ checkMarkColorDisabled: string;
537
+ checkMarkColorDisabledChecked: string;
538
+ border: string;
539
+ borderDisabled: string;
540
+ borderDisabledChecked: string;
541
+ borderChecked: string;
542
+ borderFocus: string;
543
+ boxShadowFocus: string;
544
+ textColor: string;
545
+ textColorDisabled: string;
546
+ sizeSmall: string;
547
+ sizeMedium: string;
548
+ sizeLarge: string;
549
+ labelPadding: string;
550
+ labelFontWeight: string;
551
+ }, any>;
552
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
553
+ fontSizeTiny: string;
554
+ fontSizeSmall: string;
555
+ fontSizeMedium: string;
556
+ fontSizeLarge: string;
557
+ fontSizeHuge: string;
558
+ textColor: string;
559
+ iconColor: string;
560
+ extraTextColor: string;
561
+ iconSizeTiny: string;
562
+ iconSizeSmall: string;
563
+ iconSizeMedium: string;
564
+ iconSizeLarge: string;
565
+ iconSizeHuge: string;
566
+ }, any>;
567
+ }>>>;
568
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
569
+ menuBorderRadius: string;
570
+ menuColor: string;
571
+ menuBoxShadow: string;
572
+ menuDividerColor: string;
573
+ menuHeight: string;
574
+ optionArrowColor: string;
575
+ optionHeight: string;
576
+ optionFontSize: string;
577
+ optionColorHover: string;
578
+ optionTextColor: string;
579
+ optionTextColorActive: string;
580
+ optionTextColorDisabled: string;
581
+ optionCheckMarkColor: string;
582
+ loadingColor: string;
583
+ columnWidth: string;
584
+ }, {
585
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
586
+ optionFontSizeTiny: string;
587
+ optionFontSizeSmall: string;
588
+ optionFontSizeMedium: string;
589
+ optionFontSizeLarge: string;
590
+ optionFontSizeHuge: string;
591
+ optionHeightTiny: string;
592
+ optionHeightSmall: string;
593
+ optionHeightMedium: string;
594
+ optionHeightLarge: string;
595
+ optionHeightHuge: string;
596
+ borderRadius: string;
597
+ color: string;
598
+ groupHeaderTextColor: string;
599
+ actionDividerColor: string;
600
+ optionTextColor: string;
601
+ optionTextColorPressed: string;
602
+ optionTextColorDisabled: string;
603
+ optionTextColorActive: string;
604
+ optionOpacityDisabled: string;
605
+ optionCheckColor: string;
606
+ optionColorPending: string;
607
+ optionColorActive: string;
608
+ optionColorActivePending: string;
609
+ actionTextColor: string;
610
+ loadingColor: string;
611
+ height: string;
612
+ paddingTiny: string;
613
+ paddingSmall: string;
614
+ paddingMedium: string;
615
+ paddingLarge: string;
616
+ paddingHuge: string;
617
+ optionPaddingTiny: string;
618
+ optionPaddingSmall: string;
619
+ optionPaddingMedium: string;
620
+ optionPaddingLarge: string;
621
+ optionPaddingHuge: string;
622
+ loadingSize: string;
623
+ }, {
624
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
625
+ height: string;
626
+ width: string;
627
+ borderRadius: string;
628
+ color: string;
629
+ colorHover: string;
630
+ railInsetHorizontalBottom: string;
631
+ railInsetHorizontalTop: string;
632
+ railInsetVerticalRight: string;
633
+ railInsetVerticalLeft: string;
634
+ railColor: string;
635
+ }, any>;
636
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
637
+ fontSizeTiny: string;
638
+ fontSizeSmall: string;
639
+ fontSizeMedium: string;
640
+ fontSizeLarge: string;
641
+ fontSizeHuge: string;
642
+ textColor: string;
643
+ iconColor: string;
644
+ extraTextColor: string;
645
+ iconSizeTiny: string;
646
+ iconSizeSmall: string;
647
+ iconSizeMedium: string;
648
+ iconSizeLarge: string;
649
+ iconSizeHuge: string;
650
+ }, any>;
651
+ }>;
652
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
653
+ fontSizeTiny: string;
654
+ fontSizeSmall: string;
655
+ fontSizeMedium: string;
656
+ fontSizeLarge: string;
657
+ heightTiny: string;
658
+ heightSmall: string;
659
+ heightMedium: string;
660
+ heightLarge: string;
661
+ borderRadius: string;
662
+ fontWeight: string;
663
+ textColor: string;
664
+ textColorDisabled: string;
665
+ placeholderColor: string;
666
+ placeholderColorDisabled: string;
667
+ color: string;
668
+ colorDisabled: string;
669
+ colorActive: string;
670
+ border: string;
671
+ borderHover: string;
672
+ borderActive: string;
673
+ borderFocus: string;
674
+ boxShadowHover: string;
675
+ boxShadowActive: string;
676
+ boxShadowFocus: string;
677
+ caretColor: string;
678
+ arrowColor: string;
679
+ arrowColorDisabled: string;
680
+ loadingColor: string;
681
+ borderWarning: string;
682
+ borderHoverWarning: string;
683
+ borderActiveWarning: string;
684
+ borderFocusWarning: string;
685
+ boxShadowHoverWarning: string;
686
+ boxShadowActiveWarning: string;
687
+ boxShadowFocusWarning: string;
688
+ colorActiveWarning: string;
689
+ caretColorWarning: string;
690
+ borderError: string;
691
+ borderHoverError: string;
692
+ borderActiveError: string;
693
+ borderFocusError: string;
694
+ boxShadowHoverError: string;
695
+ boxShadowActiveError: string;
696
+ boxShadowFocusError: string;
697
+ colorActiveError: string;
698
+ caretColorError: string;
699
+ clearColor: string;
700
+ clearColorHover: string;
701
+ clearColorPressed: string;
702
+ paddingSingle: string;
703
+ paddingMultiple: string;
704
+ clearSize: string;
705
+ arrowSize: string;
706
+ }, {
707
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
708
+ fontSize: string;
709
+ borderRadius: string;
710
+ color: string;
711
+ dividerColor: string;
712
+ textColor: string;
713
+ boxShadow: string;
714
+ space: string;
715
+ spaceArrow: string;
716
+ arrowOffset: string;
717
+ arrowOffsetVertical: string;
718
+ arrowHeight: string;
719
+ padding: string;
720
+ }, {
721
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
722
+ height: string;
723
+ width: string;
724
+ borderRadius: string;
725
+ color: string;
726
+ colorHover: string;
727
+ railInsetHorizontalBottom: string;
728
+ railInsetHorizontalTop: string;
729
+ railInsetVerticalRight: string;
730
+ railInsetVerticalLeft: string;
731
+ railColor: string;
732
+ }, any>;
733
+ }>;
734
+ }>;
735
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
736
+ height: string;
737
+ width: string;
738
+ borderRadius: string;
739
+ color: string;
740
+ colorHover: string;
741
+ railInsetHorizontalBottom: string;
742
+ railInsetHorizontalTop: string;
743
+ railInsetVerticalRight: string;
744
+ railInsetVerticalLeft: string;
745
+ railColor: string;
746
+ }, any>;
747
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
748
+ labelLineHeight: string;
749
+ fontSizeSmall: string;
750
+ fontSizeMedium: string;
751
+ fontSizeLarge: string;
752
+ borderRadius: string;
753
+ color: string;
754
+ colorChecked: string;
755
+ colorDisabled: string;
756
+ colorDisabledChecked: string;
757
+ colorTableHeader: string;
758
+ colorTableHeaderModal: string;
759
+ colorTableHeaderPopover: string;
760
+ checkMarkColor: string;
761
+ checkMarkColorDisabled: string;
762
+ checkMarkColorDisabledChecked: string;
763
+ border: string;
764
+ borderDisabled: string;
765
+ borderDisabledChecked: string;
766
+ borderChecked: string;
767
+ borderFocus: string;
768
+ boxShadowFocus: string;
769
+ textColor: string;
770
+ textColorDisabled: string;
771
+ sizeSmall: string;
772
+ sizeMedium: string;
773
+ sizeLarge: string;
774
+ labelPadding: string;
775
+ labelFontWeight: string;
776
+ }, any>;
777
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
778
+ fontSizeTiny: string;
779
+ fontSizeSmall: string;
780
+ fontSizeMedium: string;
781
+ fontSizeLarge: string;
782
+ fontSizeHuge: string;
783
+ textColor: string;
784
+ iconColor: string;
785
+ extraTextColor: string;
786
+ iconSizeTiny: string;
787
+ iconSizeSmall: string;
788
+ iconSizeMedium: string;
789
+ iconSizeLarge: string;
790
+ iconSizeHuge: string;
791
+ }, any>;
792
+ }>>>;
793
+ }>, {
794
+ cascaderRef: (ref: Element | import('vue').ComponentPublicInstance | null, refs: Record<string, any>) => void;
795
+ currentMenuProps: import('vue').ComputedRef<{
796
+ style: {
797
+ "--boden-cascader-column-padding": string | undefined;
798
+ "--boden-cascader-option-border-radius": string | undefined;
799
+ "--boden-cascader-arrow-color-disabled": string | undefined;
800
+ "--boden-cascader-arrow-color-active": string | undefined;
801
+ "--boden-cascader-arrow-color-hover": string | undefined;
802
+ "--boden-cascader-text-color-active": string | undefined;
803
+ "--boden-cascader-text-color-hover": string | undefined;
804
+ "--boden-cascader-border-disabled": string | undefined;
805
+ };
806
+ class: string;
807
+ } & import('vue').HTMLAttributes>;
808
+ currentProps: import('vue').ComputedRef<{
809
+ themeOverrides: (import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
810
+ menuBorderRadius: string;
811
+ menuColor: string;
812
+ menuBoxShadow: string;
813
+ menuDividerColor: string;
814
+ menuHeight: string;
815
+ optionArrowColor: string;
816
+ optionHeight: string;
817
+ optionFontSize: string;
818
+ optionColorHover: string;
819
+ optionTextColor: string;
820
+ optionTextColorActive: string;
821
+ optionTextColorDisabled: string;
822
+ optionCheckMarkColor: string;
823
+ loadingColor: string;
824
+ columnWidth: string;
825
+ }, {
826
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
827
+ optionFontSizeTiny: string;
828
+ optionFontSizeSmall: string;
829
+ optionFontSizeMedium: string;
830
+ optionFontSizeLarge: string;
831
+ optionFontSizeHuge: string;
832
+ optionHeightTiny: string;
833
+ optionHeightSmall: string;
834
+ optionHeightMedium: string;
835
+ optionHeightLarge: string;
836
+ optionHeightHuge: string;
837
+ borderRadius: string;
838
+ color: string;
839
+ groupHeaderTextColor: string;
840
+ actionDividerColor: string;
841
+ optionTextColor: string;
842
+ optionTextColorPressed: string;
843
+ optionTextColorDisabled: string;
844
+ optionTextColorActive: string;
845
+ optionOpacityDisabled: string;
846
+ optionCheckColor: string;
847
+ optionColorPending: string;
848
+ optionColorActive: string;
849
+ optionColorActivePending: string;
850
+ actionTextColor: string;
851
+ loadingColor: string;
852
+ height: string;
853
+ paddingTiny: string;
854
+ paddingSmall: string;
855
+ paddingMedium: string;
856
+ paddingLarge: string;
857
+ paddingHuge: string;
858
+ optionPaddingTiny: string;
859
+ optionPaddingSmall: string;
860
+ optionPaddingMedium: string;
861
+ optionPaddingLarge: string;
862
+ optionPaddingHuge: string;
863
+ loadingSize: string;
864
+ }, {
865
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
866
+ height: string;
867
+ width: string;
868
+ borderRadius: string;
869
+ color: string;
870
+ colorHover: string;
871
+ railInsetHorizontalBottom: string;
872
+ railInsetHorizontalTop: string;
873
+ railInsetVerticalRight: string;
874
+ railInsetVerticalLeft: string;
875
+ railColor: string;
876
+ }, any>;
877
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
878
+ fontSizeTiny: string;
879
+ fontSizeSmall: string;
880
+ fontSizeMedium: string;
881
+ fontSizeLarge: string;
882
+ fontSizeHuge: string;
883
+ textColor: string;
884
+ iconColor: string;
885
+ extraTextColor: string;
886
+ iconSizeTiny: string;
887
+ iconSizeSmall: string;
888
+ iconSizeMedium: string;
889
+ iconSizeLarge: string;
890
+ iconSizeHuge: string;
891
+ }, any>;
892
+ }>;
893
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
894
+ fontSizeTiny: string;
895
+ fontSizeSmall: string;
896
+ fontSizeMedium: string;
897
+ fontSizeLarge: string;
898
+ heightTiny: string;
899
+ heightSmall: string;
900
+ heightMedium: string;
901
+ heightLarge: string;
902
+ borderRadius: string;
903
+ fontWeight: string;
904
+ textColor: string;
905
+ textColorDisabled: string;
906
+ placeholderColor: string;
907
+ placeholderColorDisabled: string;
908
+ color: string;
909
+ colorDisabled: string;
910
+ colorActive: string;
911
+ border: string;
912
+ borderHover: string;
913
+ borderActive: string;
914
+ borderFocus: string;
915
+ boxShadowHover: string;
916
+ boxShadowActive: string;
917
+ boxShadowFocus: string;
918
+ caretColor: string;
919
+ arrowColor: string;
920
+ arrowColorDisabled: string;
921
+ loadingColor: string;
922
+ borderWarning: string;
923
+ borderHoverWarning: string;
924
+ borderActiveWarning: string;
925
+ borderFocusWarning: string;
926
+ boxShadowHoverWarning: string;
927
+ boxShadowActiveWarning: string;
928
+ boxShadowFocusWarning: string;
929
+ colorActiveWarning: string;
930
+ caretColorWarning: string;
931
+ borderError: string;
932
+ borderHoverError: string;
933
+ borderActiveError: string;
934
+ borderFocusError: string;
935
+ boxShadowHoverError: string;
936
+ boxShadowActiveError: string;
937
+ boxShadowFocusError: string;
938
+ colorActiveError: string;
939
+ caretColorError: string;
940
+ clearColor: string;
941
+ clearColorHover: string;
942
+ clearColorPressed: string;
943
+ paddingSingle: string;
944
+ paddingMultiple: string;
945
+ clearSize: string;
946
+ arrowSize: string;
947
+ }, {
948
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
949
+ fontSize: string;
950
+ borderRadius: string;
951
+ color: string;
952
+ dividerColor: string;
953
+ textColor: string;
954
+ boxShadow: string;
955
+ space: string;
956
+ spaceArrow: string;
957
+ arrowOffset: string;
958
+ arrowOffsetVertical: string;
959
+ arrowHeight: string;
960
+ padding: string;
961
+ }, {
962
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
963
+ height: string;
964
+ width: string;
965
+ borderRadius: string;
966
+ color: string;
967
+ colorHover: string;
968
+ railInsetHorizontalBottom: string;
969
+ railInsetHorizontalTop: string;
970
+ railInsetVerticalRight: string;
971
+ railInsetVerticalLeft: string;
972
+ railColor: string;
973
+ }, any>;
974
+ }>;
975
+ }>;
976
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
977
+ height: string;
978
+ width: string;
979
+ borderRadius: string;
980
+ color: string;
981
+ colorHover: string;
982
+ railInsetHorizontalBottom: string;
983
+ railInsetHorizontalTop: string;
984
+ railInsetVerticalRight: string;
985
+ railInsetVerticalLeft: string;
986
+ railColor: string;
987
+ }, any>;
988
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
989
+ labelLineHeight: string;
990
+ fontSizeSmall: string;
991
+ fontSizeMedium: string;
992
+ fontSizeLarge: string;
993
+ borderRadius: string;
994
+ color: string;
995
+ colorChecked: string;
996
+ colorDisabled: string;
997
+ colorDisabledChecked: string;
998
+ colorTableHeader: string;
999
+ colorTableHeaderModal: string;
1000
+ colorTableHeaderPopover: string;
1001
+ checkMarkColor: string;
1002
+ checkMarkColorDisabled: string;
1003
+ checkMarkColorDisabledChecked: string;
1004
+ border: string;
1005
+ borderDisabled: string;
1006
+ borderDisabledChecked: string;
1007
+ borderChecked: string;
1008
+ borderFocus: string;
1009
+ boxShadowFocus: string;
1010
+ textColor: string;
1011
+ textColorDisabled: string;
1012
+ sizeSmall: string;
1013
+ sizeMedium: string;
1014
+ sizeLarge: string;
1015
+ labelPadding: string;
1016
+ labelFontWeight: string;
1017
+ }, any>;
1018
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1019
+ fontSizeTiny: string;
1020
+ fontSizeSmall: string;
1021
+ fontSizeMedium: string;
1022
+ fontSizeLarge: string;
1023
+ fontSizeHuge: string;
1024
+ textColor: string;
1025
+ iconColor: string;
1026
+ extraTextColor: string;
1027
+ iconSizeTiny: string;
1028
+ iconSizeSmall: string;
1029
+ iconSizeMedium: string;
1030
+ iconSizeLarge: string;
1031
+ iconSizeHuge: string;
1032
+ }, any>;
1033
+ }>> | (Partial<Record<string, unknown>> & {
1034
+ peers?: {
1035
+ InternalSelectMenu?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1036
+ optionFontSizeTiny: string;
1037
+ optionFontSizeSmall: string;
1038
+ optionFontSizeMedium: string;
1039
+ optionFontSizeLarge: string;
1040
+ optionFontSizeHuge: string;
1041
+ optionHeightTiny: string;
1042
+ optionHeightSmall: string;
1043
+ optionHeightMedium: string;
1044
+ optionHeightLarge: string;
1045
+ optionHeightHuge: string;
1046
+ borderRadius: string;
1047
+ color: string;
1048
+ groupHeaderTextColor: string;
1049
+ actionDividerColor: string;
1050
+ optionTextColor: string;
1051
+ optionTextColorPressed: string;
1052
+ optionTextColorDisabled: string;
1053
+ optionTextColorActive: string;
1054
+ optionOpacityDisabled: string;
1055
+ optionCheckColor: string;
1056
+ optionColorPending: string;
1057
+ optionColorActive: string;
1058
+ optionColorActivePending: string;
1059
+ actionTextColor: string;
1060
+ loadingColor: string;
1061
+ height: string;
1062
+ paddingTiny: string;
1063
+ paddingSmall: string;
1064
+ paddingMedium: string;
1065
+ paddingLarge: string;
1066
+ paddingHuge: string;
1067
+ optionPaddingTiny: string;
1068
+ optionPaddingSmall: string;
1069
+ optionPaddingMedium: string;
1070
+ optionPaddingLarge: string;
1071
+ optionPaddingHuge: string;
1072
+ loadingSize: string;
1073
+ }, {
1074
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1075
+ height: string;
1076
+ width: string;
1077
+ borderRadius: string;
1078
+ color: string;
1079
+ colorHover: string;
1080
+ railInsetHorizontalBottom: string;
1081
+ railInsetHorizontalTop: string;
1082
+ railInsetVerticalRight: string;
1083
+ railInsetVerticalLeft: string;
1084
+ railColor: string;
1085
+ }, any>;
1086
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1087
+ fontSizeTiny: string;
1088
+ fontSizeSmall: string;
1089
+ fontSizeMedium: string;
1090
+ fontSizeLarge: string;
1091
+ fontSizeHuge: string;
1092
+ textColor: string;
1093
+ iconColor: string;
1094
+ extraTextColor: string;
1095
+ iconSizeTiny: string;
1096
+ iconSizeSmall: string;
1097
+ iconSizeMedium: string;
1098
+ iconSizeLarge: string;
1099
+ iconSizeHuge: string;
1100
+ }, any>;
1101
+ }>> | undefined;
1102
+ InternalSelection?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelection", {
1103
+ fontSizeTiny: string;
1104
+ fontSizeSmall: string;
1105
+ fontSizeMedium: string;
1106
+ fontSizeLarge: string;
1107
+ heightTiny: string;
1108
+ heightSmall: string;
1109
+ heightMedium: string;
1110
+ heightLarge: string;
1111
+ borderRadius: string;
1112
+ fontWeight: string;
1113
+ textColor: string;
1114
+ textColorDisabled: string;
1115
+ placeholderColor: string;
1116
+ placeholderColorDisabled: string;
1117
+ color: string;
1118
+ colorDisabled: string;
1119
+ colorActive: string;
1120
+ border: string;
1121
+ borderHover: string;
1122
+ borderActive: string;
1123
+ borderFocus: string;
1124
+ boxShadowHover: string;
1125
+ boxShadowActive: string;
1126
+ boxShadowFocus: string;
1127
+ caretColor: string;
1128
+ arrowColor: string;
1129
+ arrowColorDisabled: string;
1130
+ loadingColor: string;
1131
+ borderWarning: string;
1132
+ borderHoverWarning: string;
1133
+ borderActiveWarning: string;
1134
+ borderFocusWarning: string;
1135
+ boxShadowHoverWarning: string;
1136
+ boxShadowActiveWarning: string;
1137
+ boxShadowFocusWarning: string;
1138
+ colorActiveWarning: string;
1139
+ caretColorWarning: string;
1140
+ borderError: string;
1141
+ borderHoverError: string;
1142
+ borderActiveError: string;
1143
+ borderFocusError: string;
1144
+ boxShadowHoverError: string;
1145
+ boxShadowActiveError: string;
1146
+ boxShadowFocusError: string;
1147
+ colorActiveError: string;
1148
+ caretColorError: string;
1149
+ clearColor: string;
1150
+ clearColorHover: string;
1151
+ clearColorPressed: string;
1152
+ paddingSingle: string;
1153
+ paddingMultiple: string;
1154
+ clearSize: string;
1155
+ arrowSize: string;
1156
+ }, {
1157
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1158
+ fontSize: string;
1159
+ borderRadius: string;
1160
+ color: string;
1161
+ dividerColor: string;
1162
+ textColor: string;
1163
+ boxShadow: string;
1164
+ space: string;
1165
+ spaceArrow: string;
1166
+ arrowOffset: string;
1167
+ arrowOffsetVertical: string;
1168
+ arrowHeight: string;
1169
+ padding: string;
1170
+ }, {
1171
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1172
+ height: string;
1173
+ width: string;
1174
+ borderRadius: string;
1175
+ color: string;
1176
+ colorHover: string;
1177
+ railInsetHorizontalBottom: string;
1178
+ railInsetHorizontalTop: string;
1179
+ railInsetVerticalRight: string;
1180
+ railInsetVerticalLeft: string;
1181
+ railColor: string;
1182
+ }, any>;
1183
+ }>;
1184
+ }>> | undefined;
1185
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1186
+ height: string;
1187
+ width: string;
1188
+ borderRadius: string;
1189
+ color: string;
1190
+ colorHover: string;
1191
+ railInsetHorizontalBottom: string;
1192
+ railInsetHorizontalTop: string;
1193
+ railInsetVerticalRight: string;
1194
+ railInsetVerticalLeft: string;
1195
+ railColor: string;
1196
+ }, any>> | undefined;
1197
+ Checkbox?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Checkbox", {
1198
+ labelLineHeight: string;
1199
+ fontSizeSmall: string;
1200
+ fontSizeMedium: string;
1201
+ fontSizeLarge: string;
1202
+ borderRadius: string;
1203
+ color: string;
1204
+ colorChecked: string;
1205
+ colorDisabled: string;
1206
+ colorDisabledChecked: string;
1207
+ colorTableHeader: string;
1208
+ colorTableHeaderModal: string;
1209
+ colorTableHeaderPopover: string;
1210
+ checkMarkColor: string;
1211
+ checkMarkColorDisabled: string;
1212
+ checkMarkColorDisabledChecked: string;
1213
+ border: string;
1214
+ borderDisabled: string;
1215
+ borderDisabledChecked: string;
1216
+ borderChecked: string;
1217
+ borderFocus: string;
1218
+ boxShadowFocus: string;
1219
+ textColor: string;
1220
+ textColorDisabled: string;
1221
+ sizeSmall: string;
1222
+ sizeMedium: string;
1223
+ sizeLarge: string;
1224
+ labelPadding: string;
1225
+ labelFontWeight: string;
1226
+ }, any>> | undefined;
1227
+ Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
1228
+ fontSizeTiny: string;
1229
+ fontSizeSmall: string;
1230
+ fontSizeMedium: string;
1231
+ fontSizeLarge: string;
1232
+ fontSizeHuge: string;
1233
+ textColor: string;
1234
+ iconColor: string;
1235
+ extraTextColor: string;
1236
+ iconSizeTiny: string;
1237
+ iconSizeSmall: string;
1238
+ iconSizeMedium: string;
1239
+ iconSizeLarge: string;
1240
+ iconSizeHuge: string;
1241
+ }, any>> | undefined;
1242
+ } | undefined;
1243
+ } & {
1244
+ common?: Partial<import('naive-ui').ThemeCommonVars>;
1245
+ })) & Partial<{
1246
+ menuBorderRadius: string;
1247
+ menuColor: string;
1248
+ menuBoxShadow: string;
1249
+ menuDividerColor: string;
1250
+ menuHeight: string;
1251
+ optionArrowColor: string;
1252
+ optionHeight: string;
1253
+ optionFontSize: string;
1254
+ optionColorHover: string;
1255
+ optionTextColor: string;
1256
+ optionTextColorActive: string;
1257
+ optionTextColorDisabled: string;
1258
+ optionCheckMarkColor: string;
1259
+ loadingColor: string;
1260
+ columnWidth: string;
1261
+ }> & {
1262
+ peers?: {
1263
+ InternalSelectMenu?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1264
+ optionFontSizeTiny: string;
1265
+ optionFontSizeSmall: string;
1266
+ optionFontSizeMedium: string;
1267
+ optionFontSizeLarge: string;
1268
+ optionFontSizeHuge: string;
1269
+ optionHeightTiny: string;
1270
+ optionHeightSmall: string;
1271
+ optionHeightMedium: string;
1272
+ optionHeightLarge: string;
1273
+ optionHeightHuge: string;
1274
+ borderRadius: string;
1275
+ color: string;
1276
+ groupHeaderTextColor: string;
1277
+ actionDividerColor: string;
1278
+ optionTextColor: string;
1279
+ optionTextColorPressed: string;
1280
+ optionTextColorDisabled: string;
1281
+ optionTextColorActive: string;
1282
+ optionOpacityDisabled: string;
1283
+ optionCheckColor: string;
1284
+ optionColorPending: string;
1285
+ optionColorActive: string;
1286
+ optionColorActivePending: string;
1287
+ actionTextColor: string;
1288
+ loadingColor: string;
1289
+ height: string;
1290
+ paddingTiny: string;
1291
+ paddingSmall: string;
1292
+ paddingMedium: string;
1293
+ paddingLarge: string;
1294
+ paddingHuge: string;
1295
+ optionPaddingTiny: string;
1296
+ optionPaddingSmall: string;
1297
+ optionPaddingMedium: string;
1298
+ optionPaddingLarge: string;
1299
+ optionPaddingHuge: string;
1300
+ loadingSize: string;
1301
+ }, {
1302
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1303
+ height: string;
1304
+ width: string;
1305
+ borderRadius: string;
1306
+ color: string;
1307
+ colorHover: string;
1308
+ railInsetHorizontalBottom: string;
1309
+ railInsetHorizontalTop: string;
1310
+ railInsetVerticalRight: string;
1311
+ railInsetVerticalLeft: string;
1312
+ railColor: string;
1313
+ }, any>;
1314
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1315
+ fontSizeTiny: string;
1316
+ fontSizeSmall: string;
1317
+ fontSizeMedium: string;
1318
+ fontSizeLarge: string;
1319
+ fontSizeHuge: string;
1320
+ textColor: string;
1321
+ iconColor: string;
1322
+ extraTextColor: string;
1323
+ iconSizeTiny: string;
1324
+ iconSizeSmall: string;
1325
+ iconSizeMedium: string;
1326
+ iconSizeLarge: string;
1327
+ iconSizeHuge: string;
1328
+ }, any>;
1329
+ }>> | undefined;
1330
+ InternalSelection?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InternalSelection", {
1331
+ fontSizeTiny: string;
1332
+ fontSizeSmall: string;
1333
+ fontSizeMedium: string;
1334
+ fontSizeLarge: string;
1335
+ heightTiny: string;
1336
+ heightSmall: string;
1337
+ heightMedium: string;
1338
+ heightLarge: string;
1339
+ borderRadius: string;
1340
+ fontWeight: string;
1341
+ textColor: string;
1342
+ textColorDisabled: string;
1343
+ placeholderColor: string;
1344
+ placeholderColorDisabled: string;
1345
+ color: string;
1346
+ colorDisabled: string;
1347
+ colorActive: string;
1348
+ border: string;
1349
+ borderHover: string;
1350
+ borderActive: string;
1351
+ borderFocus: string;
1352
+ boxShadowHover: string;
1353
+ boxShadowActive: string;
1354
+ boxShadowFocus: string;
1355
+ caretColor: string;
1356
+ arrowColor: string;
1357
+ arrowColorDisabled: string;
1358
+ loadingColor: string;
1359
+ borderWarning: string;
1360
+ borderHoverWarning: string;
1361
+ borderActiveWarning: string;
1362
+ borderFocusWarning: string;
1363
+ boxShadowHoverWarning: string;
1364
+ boxShadowActiveWarning: string;
1365
+ boxShadowFocusWarning: string;
1366
+ colorActiveWarning: string;
1367
+ caretColorWarning: string;
1368
+ borderError: string;
1369
+ borderHoverError: string;
1370
+ borderActiveError: string;
1371
+ borderFocusError: string;
1372
+ boxShadowHoverError: string;
1373
+ boxShadowActiveError: string;
1374
+ boxShadowFocusError: string;
1375
+ colorActiveError: string;
1376
+ caretColorError: string;
1377
+ clearColor: string;
1378
+ clearColorHover: string;
1379
+ clearColorPressed: string;
1380
+ paddingSingle: string;
1381
+ paddingMultiple: string;
1382
+ clearSize: string;
1383
+ arrowSize: string;
1384
+ }, {
1385
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1386
+ fontSize: string;
1387
+ borderRadius: string;
1388
+ color: string;
1389
+ dividerColor: string;
1390
+ textColor: string;
1391
+ boxShadow: string;
1392
+ space: string;
1393
+ spaceArrow: string;
1394
+ arrowOffset: string;
1395
+ arrowOffsetVertical: string;
1396
+ arrowHeight: string;
1397
+ padding: string;
1398
+ }, {
1399
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1400
+ height: string;
1401
+ width: string;
1402
+ borderRadius: string;
1403
+ color: string;
1404
+ colorHover: string;
1405
+ railInsetHorizontalBottom: string;
1406
+ railInsetHorizontalTop: string;
1407
+ railInsetVerticalRight: string;
1408
+ railInsetVerticalLeft: string;
1409
+ railColor: string;
1410
+ }, any>;
1411
+ }>;
1412
+ }>> | undefined;
1413
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1414
+ height: string;
1415
+ width: string;
1416
+ borderRadius: string;
1417
+ color: string;
1418
+ colorHover: string;
1419
+ railInsetHorizontalBottom: string;
1420
+ railInsetHorizontalTop: string;
1421
+ railInsetVerticalRight: string;
1422
+ railInsetVerticalLeft: string;
1423
+ railColor: string;
1424
+ }, any>> | undefined;
1425
+ Checkbox?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Checkbox", {
1426
+ labelLineHeight: string;
1427
+ fontSizeSmall: string;
1428
+ fontSizeMedium: string;
1429
+ fontSizeLarge: string;
1430
+ borderRadius: string;
1431
+ color: string;
1432
+ colorChecked: string;
1433
+ colorDisabled: string;
1434
+ colorDisabledChecked: string;
1435
+ colorTableHeader: string;
1436
+ colorTableHeaderModal: string;
1437
+ colorTableHeaderPopover: string;
1438
+ checkMarkColor: string;
1439
+ checkMarkColorDisabled: string;
1440
+ checkMarkColorDisabledChecked: string;
1441
+ border: string;
1442
+ borderDisabled: string;
1443
+ borderDisabledChecked: string;
1444
+ borderChecked: string;
1445
+ borderFocus: string;
1446
+ boxShadowFocus: string;
1447
+ textColor: string;
1448
+ textColorDisabled: string;
1449
+ sizeSmall: string;
1450
+ sizeMedium: string;
1451
+ sizeLarge: string;
1452
+ labelPadding: string;
1453
+ labelFontWeight: string;
1454
+ }, any>> | undefined;
1455
+ Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
1456
+ fontSizeTiny: string;
1457
+ fontSizeSmall: string;
1458
+ fontSizeMedium: string;
1459
+ fontSizeLarge: string;
1460
+ fontSizeHuge: string;
1461
+ textColor: string;
1462
+ iconColor: string;
1463
+ extraTextColor: string;
1464
+ iconSizeTiny: string;
1465
+ iconSizeSmall: string;
1466
+ iconSizeMedium: string;
1467
+ iconSizeLarge: string;
1468
+ iconSizeHuge: string;
1469
+ }, any>> | undefined;
1470
+ } | undefined;
1471
+ } & {
1472
+ common?: Partial<import('naive-ui').ThemeCommonVars>;
1473
+ };
1474
+ theme: import('naive-ui/es/_mixins').Theme<"Cascader", {
1475
+ menuBorderRadius: string;
1476
+ menuColor: string;
1477
+ menuBoxShadow: string;
1478
+ menuDividerColor: string;
1479
+ menuHeight: string;
1480
+ optionArrowColor: string;
1481
+ optionHeight: string;
1482
+ optionFontSize: string;
1483
+ optionColorHover: string;
1484
+ optionTextColor: string;
1485
+ optionTextColorActive: string;
1486
+ optionTextColorDisabled: string;
1487
+ optionCheckMarkColor: string;
1488
+ loadingColor: string;
1489
+ columnWidth: string;
1490
+ }, {
1491
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1492
+ optionFontSizeTiny: string;
1493
+ optionFontSizeSmall: string;
1494
+ optionFontSizeMedium: string;
1495
+ optionFontSizeLarge: string;
1496
+ optionFontSizeHuge: string;
1497
+ optionHeightTiny: string;
1498
+ optionHeightSmall: string;
1499
+ optionHeightMedium: string;
1500
+ optionHeightLarge: string;
1501
+ optionHeightHuge: string;
1502
+ borderRadius: string;
1503
+ color: string;
1504
+ groupHeaderTextColor: string;
1505
+ actionDividerColor: string;
1506
+ optionTextColor: string;
1507
+ optionTextColorPressed: string;
1508
+ optionTextColorDisabled: string;
1509
+ optionTextColorActive: string;
1510
+ optionOpacityDisabled: string;
1511
+ optionCheckColor: string;
1512
+ optionColorPending: string;
1513
+ optionColorActive: string;
1514
+ optionColorActivePending: string;
1515
+ actionTextColor: string;
1516
+ loadingColor: string;
1517
+ height: string;
1518
+ paddingTiny: string;
1519
+ paddingSmall: string;
1520
+ paddingMedium: string;
1521
+ paddingLarge: string;
1522
+ paddingHuge: string;
1523
+ optionPaddingTiny: string;
1524
+ optionPaddingSmall: string;
1525
+ optionPaddingMedium: string;
1526
+ optionPaddingLarge: string;
1527
+ optionPaddingHuge: string;
1528
+ loadingSize: string;
1529
+ }, {
1530
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1531
+ height: string;
1532
+ width: string;
1533
+ borderRadius: string;
1534
+ color: string;
1535
+ colorHover: string;
1536
+ railInsetHorizontalBottom: string;
1537
+ railInsetHorizontalTop: string;
1538
+ railInsetVerticalRight: string;
1539
+ railInsetVerticalLeft: string;
1540
+ railColor: string;
1541
+ }, any>;
1542
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1543
+ fontSizeTiny: string;
1544
+ fontSizeSmall: string;
1545
+ fontSizeMedium: string;
1546
+ fontSizeLarge: string;
1547
+ fontSizeHuge: string;
1548
+ textColor: string;
1549
+ iconColor: string;
1550
+ extraTextColor: string;
1551
+ iconSizeTiny: string;
1552
+ iconSizeSmall: string;
1553
+ iconSizeMedium: string;
1554
+ iconSizeLarge: string;
1555
+ iconSizeHuge: string;
1556
+ }, any>;
1557
+ }>;
1558
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
1559
+ fontSizeTiny: string;
1560
+ fontSizeSmall: string;
1561
+ fontSizeMedium: string;
1562
+ fontSizeLarge: string;
1563
+ heightTiny: string;
1564
+ heightSmall: string;
1565
+ heightMedium: string;
1566
+ heightLarge: string;
1567
+ borderRadius: string;
1568
+ fontWeight: string;
1569
+ textColor: string;
1570
+ textColorDisabled: string;
1571
+ placeholderColor: string;
1572
+ placeholderColorDisabled: string;
1573
+ color: string;
1574
+ colorDisabled: string;
1575
+ colorActive: string;
1576
+ border: string;
1577
+ borderHover: string;
1578
+ borderActive: string;
1579
+ borderFocus: string;
1580
+ boxShadowHover: string;
1581
+ boxShadowActive: string;
1582
+ boxShadowFocus: string;
1583
+ caretColor: string;
1584
+ arrowColor: string;
1585
+ arrowColorDisabled: string;
1586
+ loadingColor: string;
1587
+ borderWarning: string;
1588
+ borderHoverWarning: string;
1589
+ borderActiveWarning: string;
1590
+ borderFocusWarning: string;
1591
+ boxShadowHoverWarning: string;
1592
+ boxShadowActiveWarning: string;
1593
+ boxShadowFocusWarning: string;
1594
+ colorActiveWarning: string;
1595
+ caretColorWarning: string;
1596
+ borderError: string;
1597
+ borderHoverError: string;
1598
+ borderActiveError: string;
1599
+ borderFocusError: string;
1600
+ boxShadowHoverError: string;
1601
+ boxShadowActiveError: string;
1602
+ boxShadowFocusError: string;
1603
+ colorActiveError: string;
1604
+ caretColorError: string;
1605
+ clearColor: string;
1606
+ clearColorHover: string;
1607
+ clearColorPressed: string;
1608
+ paddingSingle: string;
1609
+ paddingMultiple: string;
1610
+ clearSize: string;
1611
+ arrowSize: string;
1612
+ }, {
1613
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1614
+ fontSize: string;
1615
+ borderRadius: string;
1616
+ color: string;
1617
+ dividerColor: string;
1618
+ textColor: string;
1619
+ boxShadow: string;
1620
+ space: string;
1621
+ spaceArrow: string;
1622
+ arrowOffset: string;
1623
+ arrowOffsetVertical: string;
1624
+ arrowHeight: string;
1625
+ padding: string;
1626
+ }, {
1627
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1628
+ height: string;
1629
+ width: string;
1630
+ borderRadius: string;
1631
+ color: string;
1632
+ colorHover: string;
1633
+ railInsetHorizontalBottom: string;
1634
+ railInsetHorizontalTop: string;
1635
+ railInsetVerticalRight: string;
1636
+ railInsetVerticalLeft: string;
1637
+ railColor: string;
1638
+ }, any>;
1639
+ }>;
1640
+ }>;
1641
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1642
+ height: string;
1643
+ width: string;
1644
+ borderRadius: string;
1645
+ color: string;
1646
+ colorHover: string;
1647
+ railInsetHorizontalBottom: string;
1648
+ railInsetHorizontalTop: string;
1649
+ railInsetVerticalRight: string;
1650
+ railInsetVerticalLeft: string;
1651
+ railColor: string;
1652
+ }, any>;
1653
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1654
+ labelLineHeight: string;
1655
+ fontSizeSmall: string;
1656
+ fontSizeMedium: string;
1657
+ fontSizeLarge: string;
1658
+ borderRadius: string;
1659
+ color: string;
1660
+ colorChecked: string;
1661
+ colorDisabled: string;
1662
+ colorDisabledChecked: string;
1663
+ colorTableHeader: string;
1664
+ colorTableHeaderModal: string;
1665
+ colorTableHeaderPopover: string;
1666
+ checkMarkColor: string;
1667
+ checkMarkColorDisabled: string;
1668
+ checkMarkColorDisabledChecked: string;
1669
+ border: string;
1670
+ borderDisabled: string;
1671
+ borderDisabledChecked: string;
1672
+ borderChecked: string;
1673
+ borderFocus: string;
1674
+ boxShadowFocus: string;
1675
+ textColor: string;
1676
+ textColorDisabled: string;
1677
+ sizeSmall: string;
1678
+ sizeMedium: string;
1679
+ sizeLarge: string;
1680
+ labelPadding: string;
1681
+ labelFontWeight: string;
1682
+ }, any>;
1683
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1684
+ fontSizeTiny: string;
1685
+ fontSizeSmall: string;
1686
+ fontSizeMedium: string;
1687
+ fontSizeLarge: string;
1688
+ fontSizeHuge: string;
1689
+ textColor: string;
1690
+ iconColor: string;
1691
+ extraTextColor: string;
1692
+ iconSizeTiny: string;
1693
+ iconSizeSmall: string;
1694
+ iconSizeMedium: string;
1695
+ iconSizeLarge: string;
1696
+ iconSizeHuge: string;
1697
+ }, any>;
1698
+ }> | undefined;
1699
+ builtinThemeOverrides: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
1700
+ menuBorderRadius: string;
1701
+ menuColor: string;
1702
+ menuBoxShadow: string;
1703
+ menuDividerColor: string;
1704
+ menuHeight: string;
1705
+ optionArrowColor: string;
1706
+ optionHeight: string;
1707
+ optionFontSize: string;
1708
+ optionColorHover: string;
1709
+ optionTextColor: string;
1710
+ optionTextColorActive: string;
1711
+ optionTextColorDisabled: string;
1712
+ optionCheckMarkColor: string;
1713
+ loadingColor: string;
1714
+ columnWidth: string;
1715
+ }, {
1716
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1717
+ optionFontSizeTiny: string;
1718
+ optionFontSizeSmall: string;
1719
+ optionFontSizeMedium: string;
1720
+ optionFontSizeLarge: string;
1721
+ optionFontSizeHuge: string;
1722
+ optionHeightTiny: string;
1723
+ optionHeightSmall: string;
1724
+ optionHeightMedium: string;
1725
+ optionHeightLarge: string;
1726
+ optionHeightHuge: string;
1727
+ borderRadius: string;
1728
+ color: string;
1729
+ groupHeaderTextColor: string;
1730
+ actionDividerColor: string;
1731
+ optionTextColor: string;
1732
+ optionTextColorPressed: string;
1733
+ optionTextColorDisabled: string;
1734
+ optionTextColorActive: string;
1735
+ optionOpacityDisabled: string;
1736
+ optionCheckColor: string;
1737
+ optionColorPending: string;
1738
+ optionColorActive: string;
1739
+ optionColorActivePending: string;
1740
+ actionTextColor: string;
1741
+ loadingColor: string;
1742
+ height: string;
1743
+ paddingTiny: string;
1744
+ paddingSmall: string;
1745
+ paddingMedium: string;
1746
+ paddingLarge: string;
1747
+ paddingHuge: string;
1748
+ optionPaddingTiny: string;
1749
+ optionPaddingSmall: string;
1750
+ optionPaddingMedium: string;
1751
+ optionPaddingLarge: string;
1752
+ optionPaddingHuge: string;
1753
+ loadingSize: string;
1754
+ }, {
1755
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1756
+ height: string;
1757
+ width: string;
1758
+ borderRadius: string;
1759
+ color: string;
1760
+ colorHover: string;
1761
+ railInsetHorizontalBottom: string;
1762
+ railInsetHorizontalTop: string;
1763
+ railInsetVerticalRight: string;
1764
+ railInsetVerticalLeft: string;
1765
+ railColor: string;
1766
+ }, any>;
1767
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1768
+ fontSizeTiny: string;
1769
+ fontSizeSmall: string;
1770
+ fontSizeMedium: string;
1771
+ fontSizeLarge: string;
1772
+ fontSizeHuge: string;
1773
+ textColor: string;
1774
+ iconColor: string;
1775
+ extraTextColor: string;
1776
+ iconSizeTiny: string;
1777
+ iconSizeSmall: string;
1778
+ iconSizeMedium: string;
1779
+ iconSizeLarge: string;
1780
+ iconSizeHuge: string;
1781
+ }, any>;
1782
+ }>;
1783
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
1784
+ fontSizeTiny: string;
1785
+ fontSizeSmall: string;
1786
+ fontSizeMedium: string;
1787
+ fontSizeLarge: string;
1788
+ heightTiny: string;
1789
+ heightSmall: string;
1790
+ heightMedium: string;
1791
+ heightLarge: string;
1792
+ borderRadius: string;
1793
+ fontWeight: string;
1794
+ textColor: string;
1795
+ textColorDisabled: string;
1796
+ placeholderColor: string;
1797
+ placeholderColorDisabled: string;
1798
+ color: string;
1799
+ colorDisabled: string;
1800
+ colorActive: string;
1801
+ border: string;
1802
+ borderHover: string;
1803
+ borderActive: string;
1804
+ borderFocus: string;
1805
+ boxShadowHover: string;
1806
+ boxShadowActive: string;
1807
+ boxShadowFocus: string;
1808
+ caretColor: string;
1809
+ arrowColor: string;
1810
+ arrowColorDisabled: string;
1811
+ loadingColor: string;
1812
+ borderWarning: string;
1813
+ borderHoverWarning: string;
1814
+ borderActiveWarning: string;
1815
+ borderFocusWarning: string;
1816
+ boxShadowHoverWarning: string;
1817
+ boxShadowActiveWarning: string;
1818
+ boxShadowFocusWarning: string;
1819
+ colorActiveWarning: string;
1820
+ caretColorWarning: string;
1821
+ borderError: string;
1822
+ borderHoverError: string;
1823
+ borderActiveError: string;
1824
+ borderFocusError: string;
1825
+ boxShadowHoverError: string;
1826
+ boxShadowActiveError: string;
1827
+ boxShadowFocusError: string;
1828
+ colorActiveError: string;
1829
+ caretColorError: string;
1830
+ clearColor: string;
1831
+ clearColorHover: string;
1832
+ clearColorPressed: string;
1833
+ paddingSingle: string;
1834
+ paddingMultiple: string;
1835
+ clearSize: string;
1836
+ arrowSize: string;
1837
+ }, {
1838
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1839
+ fontSize: string;
1840
+ borderRadius: string;
1841
+ color: string;
1842
+ dividerColor: string;
1843
+ textColor: string;
1844
+ boxShadow: string;
1845
+ space: string;
1846
+ spaceArrow: string;
1847
+ arrowOffset: string;
1848
+ arrowOffsetVertical: string;
1849
+ arrowHeight: string;
1850
+ padding: string;
1851
+ }, {
1852
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1853
+ height: string;
1854
+ width: string;
1855
+ borderRadius: string;
1856
+ color: string;
1857
+ colorHover: string;
1858
+ railInsetHorizontalBottom: string;
1859
+ railInsetHorizontalTop: string;
1860
+ railInsetVerticalRight: string;
1861
+ railInsetVerticalLeft: string;
1862
+ railColor: string;
1863
+ }, any>;
1864
+ }>;
1865
+ }>;
1866
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1867
+ height: string;
1868
+ width: string;
1869
+ borderRadius: string;
1870
+ color: string;
1871
+ colorHover: string;
1872
+ railInsetHorizontalBottom: string;
1873
+ railInsetHorizontalTop: string;
1874
+ railInsetVerticalRight: string;
1875
+ railInsetVerticalLeft: string;
1876
+ railColor: string;
1877
+ }, any>;
1878
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1879
+ labelLineHeight: string;
1880
+ fontSizeSmall: string;
1881
+ fontSizeMedium: string;
1882
+ fontSizeLarge: string;
1883
+ borderRadius: string;
1884
+ color: string;
1885
+ colorChecked: string;
1886
+ colorDisabled: string;
1887
+ colorDisabledChecked: string;
1888
+ colorTableHeader: string;
1889
+ colorTableHeaderModal: string;
1890
+ colorTableHeaderPopover: string;
1891
+ checkMarkColor: string;
1892
+ checkMarkColorDisabled: string;
1893
+ checkMarkColorDisabledChecked: string;
1894
+ border: string;
1895
+ borderDisabled: string;
1896
+ borderDisabledChecked: string;
1897
+ borderChecked: string;
1898
+ borderFocus: string;
1899
+ boxShadowFocus: string;
1900
+ textColor: string;
1901
+ textColorDisabled: string;
1902
+ sizeSmall: string;
1903
+ sizeMedium: string;
1904
+ sizeLarge: string;
1905
+ labelPadding: string;
1906
+ labelFontWeight: string;
1907
+ }, any>;
1908
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1909
+ fontSizeTiny: string;
1910
+ fontSizeSmall: string;
1911
+ fontSizeMedium: string;
1912
+ fontSizeLarge: string;
1913
+ fontSizeHuge: string;
1914
+ textColor: string;
1915
+ iconColor: string;
1916
+ extraTextColor: string;
1917
+ iconSizeTiny: string;
1918
+ iconSizeSmall: string;
1919
+ iconSizeMedium: string;
1920
+ iconSizeLarge: string;
1921
+ iconSizeHuge: string;
1922
+ }, any>;
1923
+ }>> | undefined;
1924
+ bordered: boolean | undefined;
1925
+ filter: import('naive-ui/es/cascader/src/interface').Filter | undefined;
1926
+ onFocus: ((e: FocusEvent) => void) | undefined;
1927
+ onBlur: ((e: FocusEvent) => void) | undefined;
1928
+ onChange: import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined;
1929
+ onLoad: import('naive-ui/es/cascader/src/interface').OnLoad | undefined;
1930
+ separator: string;
1931
+ disabled: boolean | undefined;
1932
+ size: "large" | "medium" | "small" | undefined;
1933
+ value: import('naive-ui/es/cascader/src/interface').Value | null | undefined;
1934
+ allowCheckingNotLoaded: boolean;
1935
+ to: string | boolean | HTMLElement | undefined;
1936
+ options: import('naive-ui').CascaderOption[];
1937
+ defaultValue: import('naive-ui/es/cascader/src/interface').Value | null;
1938
+ placeholder: string | undefined;
1939
+ multiple: boolean;
1940
+ filterable: boolean;
1941
+ disabledField: string;
1942
+ expandTrigger: import('naive-ui/es/cascader/src/interface').ExpandTrigger;
1943
+ clearable: boolean;
1944
+ clearFilterAfterSelect: boolean;
1945
+ remote: boolean;
1946
+ placement: import('../../../../../../node_modules/vueuc').FollowerPlacement;
1947
+ cascade: boolean;
1948
+ leafOnly: boolean;
1949
+ showPath: boolean;
1950
+ show: boolean | undefined;
1951
+ maxTagCount: number;
1952
+ ellipsisTagPopoverProps: import('naive-ui').PopoverProps | undefined;
1953
+ filterMenuProps: import('vue').HTMLAttributes | undefined;
1954
+ virtualScroll: boolean;
1955
+ checkStrategy: import('../../../../../../node_modules/treemate').CheckStrategy;
1956
+ valueField: string;
1957
+ labelField: string;
1958
+ childrenField: string;
1959
+ renderLabel: ((option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild) | undefined;
1960
+ status: import('naive-ui').FormValidationStatus | undefined;
1961
+ 'onUpdate:value': import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined;
1962
+ onUpdateValue: import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined;
1963
+ 'onUpdate:show': import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void> | undefined;
1964
+ onUpdateShow: import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void> | undefined;
1965
+ getColumnStyle: ((detail: {
1966
+ level: number;
1967
+ }) => string | import('vue').CSSProperties) | undefined;
1968
+ renderPrefix: ((props: {
1969
+ option: import('naive-ui').CascaderOption;
1970
+ checked: boolean;
1971
+ node: import('vue').VNode | null;
1972
+ }) => import('vue').VNodeChild) | undefined;
1973
+ renderSuffix: ((props: {
1974
+ option: import('naive-ui').CascaderOption;
1975
+ checked: boolean;
1976
+ node: import('vue').VNode | null;
1977
+ }) => import('vue').VNodeChild) | undefined;
1978
+ }>;
1979
+ prefix: string;
1980
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1981
+ readonly extendThemeOverrides: {
1982
+ readonly type: import('vue').PropType<import('../../../_extendThemeOverrides/Cascader').CascaderExtendThemeOverrides>;
1983
+ readonly default: () => {};
1984
+ };
1985
+ readonly maxTagCount: {
1986
+ readonly type: NumberConstructor;
1987
+ readonly default: "responsive";
1988
+ };
1989
+ readonly allowCheckingNotLoaded: BooleanConstructor;
1990
+ readonly to: {
1991
+ type: import('vue').PropType<HTMLElement | string | boolean>;
1992
+ default: undefined;
1993
+ };
1994
+ readonly bordered: {
1995
+ readonly type: import('vue').PropType<boolean | undefined>;
1996
+ readonly default: undefined;
1997
+ };
1998
+ readonly options: {
1999
+ readonly type: import('vue').PropType<import('naive-ui').CascaderOption[]>;
2000
+ readonly default: () => never[];
2001
+ };
2002
+ readonly value: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
2003
+ readonly defaultValue: {
2004
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
2005
+ readonly default: null;
2006
+ };
2007
+ readonly placeholder: StringConstructor;
2008
+ readonly multiple: BooleanConstructor;
2009
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
2010
+ readonly filterable: BooleanConstructor;
2011
+ readonly disabled: {
2012
+ readonly type: import('vue').PropType<boolean | undefined>;
2013
+ readonly default: undefined;
2014
+ };
2015
+ readonly disabledField: {
2016
+ readonly type: StringConstructor;
2017
+ readonly default: "disabled";
2018
+ };
2019
+ readonly expandTrigger: {
2020
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').ExpandTrigger>;
2021
+ readonly default: "click";
2022
+ };
2023
+ readonly clearable: BooleanConstructor;
2024
+ readonly clearFilterAfterSelect: {
2025
+ readonly type: BooleanConstructor;
2026
+ readonly default: true;
2027
+ };
2028
+ readonly remote: BooleanConstructor;
2029
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/cascader/src/interface').OnLoad>;
2030
+ readonly separator: {
2031
+ readonly type: StringConstructor;
2032
+ readonly default: " / ";
2033
+ };
2034
+ readonly filter: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Filter>;
2035
+ readonly placement: {
2036
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/vueuc').FollowerPlacement>;
2037
+ readonly default: "bottom-start";
2038
+ };
2039
+ readonly cascade: {
2040
+ readonly type: BooleanConstructor;
2041
+ readonly default: true;
2042
+ };
2043
+ readonly leafOnly: BooleanConstructor;
2044
+ readonly showPath: {
2045
+ readonly type: BooleanConstructor;
2046
+ readonly default: true;
2047
+ };
2048
+ readonly show: {
2049
+ readonly type: import('vue').PropType<boolean | undefined>;
2050
+ readonly default: undefined;
2051
+ };
2052
+ readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
2053
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
2054
+ readonly filterMenuProps: import('vue').PropType<import('vue').HTMLAttributes>;
2055
+ readonly virtualScroll: {
2056
+ readonly type: BooleanConstructor;
2057
+ readonly default: true;
2058
+ };
2059
+ readonly checkStrategy: {
2060
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/treemate').CheckStrategy>;
2061
+ readonly default: "all";
2062
+ };
2063
+ readonly valueField: {
2064
+ readonly type: StringConstructor;
2065
+ readonly default: "value";
2066
+ };
2067
+ readonly labelField: {
2068
+ readonly type: StringConstructor;
2069
+ readonly default: "label";
2070
+ };
2071
+ readonly childrenField: {
2072
+ readonly type: StringConstructor;
2073
+ readonly default: "children";
2074
+ };
2075
+ readonly renderLabel: import('vue').PropType<(option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild>;
2076
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
2077
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
2078
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
2079
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
2080
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
2081
+ readonly onBlur: import('vue').PropType<(e: FocusEvent) => void>;
2082
+ readonly onFocus: import('vue').PropType<(e: FocusEvent) => void>;
2083
+ readonly getColumnStyle: import('vue').PropType<(detail: {
2084
+ level: number;
2085
+ }) => string | import('vue').CSSProperties>;
2086
+ readonly renderPrefix: import('vue').PropType<(props: {
2087
+ option: import('naive-ui').CascaderOption;
2088
+ checked: boolean;
2089
+ node: import('vue').VNode | null;
2090
+ }) => import('vue').VNodeChild>;
2091
+ readonly renderSuffix: import('vue').PropType<(props: {
2092
+ option: import('naive-ui').CascaderOption;
2093
+ checked: boolean;
2094
+ node: import('vue').VNode | null;
2095
+ }) => import('vue').VNodeChild>;
2096
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined>;
2097
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Cascader", {
2098
+ menuBorderRadius: string;
2099
+ menuColor: string;
2100
+ menuBoxShadow: string;
2101
+ menuDividerColor: string;
2102
+ menuHeight: string;
2103
+ optionArrowColor: string;
2104
+ optionHeight: string;
2105
+ optionFontSize: string;
2106
+ optionColorHover: string;
2107
+ optionTextColor: string;
2108
+ optionTextColorActive: string;
2109
+ optionTextColorDisabled: string;
2110
+ optionCheckMarkColor: string;
2111
+ loadingColor: string;
2112
+ columnWidth: string;
2113
+ }, {
2114
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
2115
+ optionFontSizeTiny: string;
2116
+ optionFontSizeSmall: string;
2117
+ optionFontSizeMedium: string;
2118
+ optionFontSizeLarge: string;
2119
+ optionFontSizeHuge: string;
2120
+ optionHeightTiny: string;
2121
+ optionHeightSmall: string;
2122
+ optionHeightMedium: string;
2123
+ optionHeightLarge: string;
2124
+ optionHeightHuge: string;
2125
+ borderRadius: string;
2126
+ color: string;
2127
+ groupHeaderTextColor: string;
2128
+ actionDividerColor: string;
2129
+ optionTextColor: string;
2130
+ optionTextColorPressed: string;
2131
+ optionTextColorDisabled: string;
2132
+ optionTextColorActive: string;
2133
+ optionOpacityDisabled: string;
2134
+ optionCheckColor: string;
2135
+ optionColorPending: string;
2136
+ optionColorActive: string;
2137
+ optionColorActivePending: string;
2138
+ actionTextColor: string;
2139
+ loadingColor: string;
2140
+ height: string;
2141
+ paddingTiny: string;
2142
+ paddingSmall: string;
2143
+ paddingMedium: string;
2144
+ paddingLarge: string;
2145
+ paddingHuge: string;
2146
+ optionPaddingTiny: string;
2147
+ optionPaddingSmall: string;
2148
+ optionPaddingMedium: string;
2149
+ optionPaddingLarge: string;
2150
+ optionPaddingHuge: string;
2151
+ loadingSize: string;
2152
+ }, {
2153
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2154
+ height: string;
2155
+ width: string;
2156
+ borderRadius: string;
2157
+ color: string;
2158
+ colorHover: string;
2159
+ railInsetHorizontalBottom: string;
2160
+ railInsetHorizontalTop: string;
2161
+ railInsetVerticalRight: string;
2162
+ railInsetVerticalLeft: string;
2163
+ railColor: string;
2164
+ }, any>;
2165
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2166
+ fontSizeTiny: string;
2167
+ fontSizeSmall: string;
2168
+ fontSizeMedium: string;
2169
+ fontSizeLarge: string;
2170
+ fontSizeHuge: string;
2171
+ textColor: string;
2172
+ iconColor: string;
2173
+ extraTextColor: string;
2174
+ iconSizeTiny: string;
2175
+ iconSizeSmall: string;
2176
+ iconSizeMedium: string;
2177
+ iconSizeLarge: string;
2178
+ iconSizeHuge: string;
2179
+ }, any>;
2180
+ }>;
2181
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
2182
+ fontSizeTiny: string;
2183
+ fontSizeSmall: string;
2184
+ fontSizeMedium: string;
2185
+ fontSizeLarge: string;
2186
+ heightTiny: string;
2187
+ heightSmall: string;
2188
+ heightMedium: string;
2189
+ heightLarge: string;
2190
+ borderRadius: string;
2191
+ fontWeight: string;
2192
+ textColor: string;
2193
+ textColorDisabled: string;
2194
+ placeholderColor: string;
2195
+ placeholderColorDisabled: string;
2196
+ color: string;
2197
+ colorDisabled: string;
2198
+ colorActive: string;
2199
+ border: string;
2200
+ borderHover: string;
2201
+ borderActive: string;
2202
+ borderFocus: string;
2203
+ boxShadowHover: string;
2204
+ boxShadowActive: string;
2205
+ boxShadowFocus: string;
2206
+ caretColor: string;
2207
+ arrowColor: string;
2208
+ arrowColorDisabled: string;
2209
+ loadingColor: string;
2210
+ borderWarning: string;
2211
+ borderHoverWarning: string;
2212
+ borderActiveWarning: string;
2213
+ borderFocusWarning: string;
2214
+ boxShadowHoverWarning: string;
2215
+ boxShadowActiveWarning: string;
2216
+ boxShadowFocusWarning: string;
2217
+ colorActiveWarning: string;
2218
+ caretColorWarning: string;
2219
+ borderError: string;
2220
+ borderHoverError: string;
2221
+ borderActiveError: string;
2222
+ borderFocusError: string;
2223
+ boxShadowHoverError: string;
2224
+ boxShadowActiveError: string;
2225
+ boxShadowFocusError: string;
2226
+ colorActiveError: string;
2227
+ caretColorError: string;
2228
+ clearColor: string;
2229
+ clearColorHover: string;
2230
+ clearColorPressed: string;
2231
+ paddingSingle: string;
2232
+ paddingMultiple: string;
2233
+ clearSize: string;
2234
+ arrowSize: string;
2235
+ }, {
2236
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
2237
+ fontSize: string;
2238
+ borderRadius: string;
2239
+ color: string;
2240
+ dividerColor: string;
2241
+ textColor: string;
2242
+ boxShadow: string;
2243
+ space: string;
2244
+ spaceArrow: string;
2245
+ arrowOffset: string;
2246
+ arrowOffsetVertical: string;
2247
+ arrowHeight: string;
2248
+ padding: string;
2249
+ }, {
2250
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2251
+ height: string;
2252
+ width: string;
2253
+ borderRadius: string;
2254
+ color: string;
2255
+ colorHover: string;
2256
+ railInsetHorizontalBottom: string;
2257
+ railInsetHorizontalTop: string;
2258
+ railInsetVerticalRight: string;
2259
+ railInsetVerticalLeft: string;
2260
+ railColor: string;
2261
+ }, any>;
2262
+ }>;
2263
+ }>;
2264
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2265
+ height: string;
2266
+ width: string;
2267
+ borderRadius: string;
2268
+ color: string;
2269
+ colorHover: string;
2270
+ railInsetHorizontalBottom: string;
2271
+ railInsetHorizontalTop: string;
2272
+ railInsetVerticalRight: string;
2273
+ railInsetVerticalLeft: string;
2274
+ railColor: string;
2275
+ }, any>;
2276
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2277
+ labelLineHeight: string;
2278
+ fontSizeSmall: string;
2279
+ fontSizeMedium: string;
2280
+ fontSizeLarge: string;
2281
+ borderRadius: string;
2282
+ color: string;
2283
+ colorChecked: string;
2284
+ colorDisabled: string;
2285
+ colorDisabledChecked: string;
2286
+ colorTableHeader: string;
2287
+ colorTableHeaderModal: string;
2288
+ colorTableHeaderPopover: string;
2289
+ checkMarkColor: string;
2290
+ checkMarkColorDisabled: string;
2291
+ checkMarkColorDisabledChecked: string;
2292
+ border: string;
2293
+ borderDisabled: string;
2294
+ borderDisabledChecked: string;
2295
+ borderChecked: string;
2296
+ borderFocus: string;
2297
+ boxShadowFocus: string;
2298
+ textColor: string;
2299
+ textColorDisabled: string;
2300
+ sizeSmall: string;
2301
+ sizeMedium: string;
2302
+ sizeLarge: string;
2303
+ labelPadding: string;
2304
+ labelFontWeight: string;
2305
+ }, any>;
2306
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2307
+ fontSizeTiny: string;
2308
+ fontSizeSmall: string;
2309
+ fontSizeMedium: string;
2310
+ fontSizeLarge: string;
2311
+ fontSizeHuge: string;
2312
+ textColor: string;
2313
+ iconColor: string;
2314
+ extraTextColor: string;
2315
+ iconSizeTiny: string;
2316
+ iconSizeSmall: string;
2317
+ iconSizeMedium: string;
2318
+ iconSizeLarge: string;
2319
+ iconSizeHuge: string;
2320
+ }, any>;
2321
+ }>>;
2322
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
2323
+ menuBorderRadius: string;
2324
+ menuColor: string;
2325
+ menuBoxShadow: string;
2326
+ menuDividerColor: string;
2327
+ menuHeight: string;
2328
+ optionArrowColor: string;
2329
+ optionHeight: string;
2330
+ optionFontSize: string;
2331
+ optionColorHover: string;
2332
+ optionTextColor: string;
2333
+ optionTextColorActive: string;
2334
+ optionTextColorDisabled: string;
2335
+ optionCheckMarkColor: string;
2336
+ loadingColor: string;
2337
+ columnWidth: string;
2338
+ }, {
2339
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
2340
+ optionFontSizeTiny: string;
2341
+ optionFontSizeSmall: string;
2342
+ optionFontSizeMedium: string;
2343
+ optionFontSizeLarge: string;
2344
+ optionFontSizeHuge: string;
2345
+ optionHeightTiny: string;
2346
+ optionHeightSmall: string;
2347
+ optionHeightMedium: string;
2348
+ optionHeightLarge: string;
2349
+ optionHeightHuge: string;
2350
+ borderRadius: string;
2351
+ color: string;
2352
+ groupHeaderTextColor: string;
2353
+ actionDividerColor: string;
2354
+ optionTextColor: string;
2355
+ optionTextColorPressed: string;
2356
+ optionTextColorDisabled: string;
2357
+ optionTextColorActive: string;
2358
+ optionOpacityDisabled: string;
2359
+ optionCheckColor: string;
2360
+ optionColorPending: string;
2361
+ optionColorActive: string;
2362
+ optionColorActivePending: string;
2363
+ actionTextColor: string;
2364
+ loadingColor: string;
2365
+ height: string;
2366
+ paddingTiny: string;
2367
+ paddingSmall: string;
2368
+ paddingMedium: string;
2369
+ paddingLarge: string;
2370
+ paddingHuge: string;
2371
+ optionPaddingTiny: string;
2372
+ optionPaddingSmall: string;
2373
+ optionPaddingMedium: string;
2374
+ optionPaddingLarge: string;
2375
+ optionPaddingHuge: string;
2376
+ loadingSize: string;
2377
+ }, {
2378
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2379
+ height: string;
2380
+ width: string;
2381
+ borderRadius: string;
2382
+ color: string;
2383
+ colorHover: string;
2384
+ railInsetHorizontalBottom: string;
2385
+ railInsetHorizontalTop: string;
2386
+ railInsetVerticalRight: string;
2387
+ railInsetVerticalLeft: string;
2388
+ railColor: string;
2389
+ }, any>;
2390
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2391
+ fontSizeTiny: string;
2392
+ fontSizeSmall: string;
2393
+ fontSizeMedium: string;
2394
+ fontSizeLarge: string;
2395
+ fontSizeHuge: string;
2396
+ textColor: string;
2397
+ iconColor: string;
2398
+ extraTextColor: string;
2399
+ iconSizeTiny: string;
2400
+ iconSizeSmall: string;
2401
+ iconSizeMedium: string;
2402
+ iconSizeLarge: string;
2403
+ iconSizeHuge: string;
2404
+ }, any>;
2405
+ }>;
2406
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
2407
+ fontSizeTiny: string;
2408
+ fontSizeSmall: string;
2409
+ fontSizeMedium: string;
2410
+ fontSizeLarge: string;
2411
+ heightTiny: string;
2412
+ heightSmall: string;
2413
+ heightMedium: string;
2414
+ heightLarge: string;
2415
+ borderRadius: string;
2416
+ fontWeight: string;
2417
+ textColor: string;
2418
+ textColorDisabled: string;
2419
+ placeholderColor: string;
2420
+ placeholderColorDisabled: string;
2421
+ color: string;
2422
+ colorDisabled: string;
2423
+ colorActive: string;
2424
+ border: string;
2425
+ borderHover: string;
2426
+ borderActive: string;
2427
+ borderFocus: string;
2428
+ boxShadowHover: string;
2429
+ boxShadowActive: string;
2430
+ boxShadowFocus: string;
2431
+ caretColor: string;
2432
+ arrowColor: string;
2433
+ arrowColorDisabled: string;
2434
+ loadingColor: string;
2435
+ borderWarning: string;
2436
+ borderHoverWarning: string;
2437
+ borderActiveWarning: string;
2438
+ borderFocusWarning: string;
2439
+ boxShadowHoverWarning: string;
2440
+ boxShadowActiveWarning: string;
2441
+ boxShadowFocusWarning: string;
2442
+ colorActiveWarning: string;
2443
+ caretColorWarning: string;
2444
+ borderError: string;
2445
+ borderHoverError: string;
2446
+ borderActiveError: string;
2447
+ borderFocusError: string;
2448
+ boxShadowHoverError: string;
2449
+ boxShadowActiveError: string;
2450
+ boxShadowFocusError: string;
2451
+ colorActiveError: string;
2452
+ caretColorError: string;
2453
+ clearColor: string;
2454
+ clearColorHover: string;
2455
+ clearColorPressed: string;
2456
+ paddingSingle: string;
2457
+ paddingMultiple: string;
2458
+ clearSize: string;
2459
+ arrowSize: string;
2460
+ }, {
2461
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
2462
+ fontSize: string;
2463
+ borderRadius: string;
2464
+ color: string;
2465
+ dividerColor: string;
2466
+ textColor: string;
2467
+ boxShadow: string;
2468
+ space: string;
2469
+ spaceArrow: string;
2470
+ arrowOffset: string;
2471
+ arrowOffsetVertical: string;
2472
+ arrowHeight: string;
2473
+ padding: string;
2474
+ }, {
2475
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2476
+ height: string;
2477
+ width: string;
2478
+ borderRadius: string;
2479
+ color: string;
2480
+ colorHover: string;
2481
+ railInsetHorizontalBottom: string;
2482
+ railInsetHorizontalTop: string;
2483
+ railInsetVerticalRight: string;
2484
+ railInsetVerticalLeft: string;
2485
+ railColor: string;
2486
+ }, any>;
2487
+ }>;
2488
+ }>;
2489
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2490
+ height: string;
2491
+ width: string;
2492
+ borderRadius: string;
2493
+ color: string;
2494
+ colorHover: string;
2495
+ railInsetHorizontalBottom: string;
2496
+ railInsetHorizontalTop: string;
2497
+ railInsetVerticalRight: string;
2498
+ railInsetVerticalLeft: string;
2499
+ railColor: string;
2500
+ }, any>;
2501
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2502
+ labelLineHeight: string;
2503
+ fontSizeSmall: string;
2504
+ fontSizeMedium: string;
2505
+ fontSizeLarge: string;
2506
+ borderRadius: string;
2507
+ color: string;
2508
+ colorChecked: string;
2509
+ colorDisabled: string;
2510
+ colorDisabledChecked: string;
2511
+ colorTableHeader: string;
2512
+ colorTableHeaderModal: string;
2513
+ colorTableHeaderPopover: string;
2514
+ checkMarkColor: string;
2515
+ checkMarkColorDisabled: string;
2516
+ checkMarkColorDisabledChecked: string;
2517
+ border: string;
2518
+ borderDisabled: string;
2519
+ borderDisabledChecked: string;
2520
+ borderChecked: string;
2521
+ borderFocus: string;
2522
+ boxShadowFocus: string;
2523
+ textColor: string;
2524
+ textColorDisabled: string;
2525
+ sizeSmall: string;
2526
+ sizeMedium: string;
2527
+ sizeLarge: string;
2528
+ labelPadding: string;
2529
+ labelFontWeight: string;
2530
+ }, any>;
2531
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2532
+ fontSizeTiny: string;
2533
+ fontSizeSmall: string;
2534
+ fontSizeMedium: string;
2535
+ fontSizeLarge: string;
2536
+ fontSizeHuge: string;
2537
+ textColor: string;
2538
+ iconColor: string;
2539
+ extraTextColor: string;
2540
+ iconSizeTiny: string;
2541
+ iconSizeSmall: string;
2542
+ iconSizeMedium: string;
2543
+ iconSizeLarge: string;
2544
+ iconSizeHuge: string;
2545
+ }, any>;
2546
+ }>>>;
2547
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
2548
+ menuBorderRadius: string;
2549
+ menuColor: string;
2550
+ menuBoxShadow: string;
2551
+ menuDividerColor: string;
2552
+ menuHeight: string;
2553
+ optionArrowColor: string;
2554
+ optionHeight: string;
2555
+ optionFontSize: string;
2556
+ optionColorHover: string;
2557
+ optionTextColor: string;
2558
+ optionTextColorActive: string;
2559
+ optionTextColorDisabled: string;
2560
+ optionCheckMarkColor: string;
2561
+ loadingColor: string;
2562
+ columnWidth: string;
2563
+ }, {
2564
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
2565
+ optionFontSizeTiny: string;
2566
+ optionFontSizeSmall: string;
2567
+ optionFontSizeMedium: string;
2568
+ optionFontSizeLarge: string;
2569
+ optionFontSizeHuge: string;
2570
+ optionHeightTiny: string;
2571
+ optionHeightSmall: string;
2572
+ optionHeightMedium: string;
2573
+ optionHeightLarge: string;
2574
+ optionHeightHuge: string;
2575
+ borderRadius: string;
2576
+ color: string;
2577
+ groupHeaderTextColor: string;
2578
+ actionDividerColor: string;
2579
+ optionTextColor: string;
2580
+ optionTextColorPressed: string;
2581
+ optionTextColorDisabled: string;
2582
+ optionTextColorActive: string;
2583
+ optionOpacityDisabled: string;
2584
+ optionCheckColor: string;
2585
+ optionColorPending: string;
2586
+ optionColorActive: string;
2587
+ optionColorActivePending: string;
2588
+ actionTextColor: string;
2589
+ loadingColor: string;
2590
+ height: string;
2591
+ paddingTiny: string;
2592
+ paddingSmall: string;
2593
+ paddingMedium: string;
2594
+ paddingLarge: string;
2595
+ paddingHuge: string;
2596
+ optionPaddingTiny: string;
2597
+ optionPaddingSmall: string;
2598
+ optionPaddingMedium: string;
2599
+ optionPaddingLarge: string;
2600
+ optionPaddingHuge: string;
2601
+ loadingSize: string;
2602
+ }, {
2603
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2604
+ height: string;
2605
+ width: string;
2606
+ borderRadius: string;
2607
+ color: string;
2608
+ colorHover: string;
2609
+ railInsetHorizontalBottom: string;
2610
+ railInsetHorizontalTop: string;
2611
+ railInsetVerticalRight: string;
2612
+ railInsetVerticalLeft: string;
2613
+ railColor: string;
2614
+ }, any>;
2615
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2616
+ fontSizeTiny: string;
2617
+ fontSizeSmall: string;
2618
+ fontSizeMedium: string;
2619
+ fontSizeLarge: string;
2620
+ fontSizeHuge: string;
2621
+ textColor: string;
2622
+ iconColor: string;
2623
+ extraTextColor: string;
2624
+ iconSizeTiny: string;
2625
+ iconSizeSmall: string;
2626
+ iconSizeMedium: string;
2627
+ iconSizeLarge: string;
2628
+ iconSizeHuge: string;
2629
+ }, any>;
2630
+ }>;
2631
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
2632
+ fontSizeTiny: string;
2633
+ fontSizeSmall: string;
2634
+ fontSizeMedium: string;
2635
+ fontSizeLarge: string;
2636
+ heightTiny: string;
2637
+ heightSmall: string;
2638
+ heightMedium: string;
2639
+ heightLarge: string;
2640
+ borderRadius: string;
2641
+ fontWeight: string;
2642
+ textColor: string;
2643
+ textColorDisabled: string;
2644
+ placeholderColor: string;
2645
+ placeholderColorDisabled: string;
2646
+ color: string;
2647
+ colorDisabled: string;
2648
+ colorActive: string;
2649
+ border: string;
2650
+ borderHover: string;
2651
+ borderActive: string;
2652
+ borderFocus: string;
2653
+ boxShadowHover: string;
2654
+ boxShadowActive: string;
2655
+ boxShadowFocus: string;
2656
+ caretColor: string;
2657
+ arrowColor: string;
2658
+ arrowColorDisabled: string;
2659
+ loadingColor: string;
2660
+ borderWarning: string;
2661
+ borderHoverWarning: string;
2662
+ borderActiveWarning: string;
2663
+ borderFocusWarning: string;
2664
+ boxShadowHoverWarning: string;
2665
+ boxShadowActiveWarning: string;
2666
+ boxShadowFocusWarning: string;
2667
+ colorActiveWarning: string;
2668
+ caretColorWarning: string;
2669
+ borderError: string;
2670
+ borderHoverError: string;
2671
+ borderActiveError: string;
2672
+ borderFocusError: string;
2673
+ boxShadowHoverError: string;
2674
+ boxShadowActiveError: string;
2675
+ boxShadowFocusError: string;
2676
+ colorActiveError: string;
2677
+ caretColorError: string;
2678
+ clearColor: string;
2679
+ clearColorHover: string;
2680
+ clearColorPressed: string;
2681
+ paddingSingle: string;
2682
+ paddingMultiple: string;
2683
+ clearSize: string;
2684
+ arrowSize: string;
2685
+ }, {
2686
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
2687
+ fontSize: string;
2688
+ borderRadius: string;
2689
+ color: string;
2690
+ dividerColor: string;
2691
+ textColor: string;
2692
+ boxShadow: string;
2693
+ space: string;
2694
+ spaceArrow: string;
2695
+ arrowOffset: string;
2696
+ arrowOffsetVertical: string;
2697
+ arrowHeight: string;
2698
+ padding: string;
2699
+ }, {
2700
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2701
+ height: string;
2702
+ width: string;
2703
+ borderRadius: string;
2704
+ color: string;
2705
+ colorHover: string;
2706
+ railInsetHorizontalBottom: string;
2707
+ railInsetHorizontalTop: string;
2708
+ railInsetVerticalRight: string;
2709
+ railInsetVerticalLeft: string;
2710
+ railColor: string;
2711
+ }, any>;
2712
+ }>;
2713
+ }>;
2714
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2715
+ height: string;
2716
+ width: string;
2717
+ borderRadius: string;
2718
+ color: string;
2719
+ colorHover: string;
2720
+ railInsetHorizontalBottom: string;
2721
+ railInsetHorizontalTop: string;
2722
+ railInsetVerticalRight: string;
2723
+ railInsetVerticalLeft: string;
2724
+ railColor: string;
2725
+ }, any>;
2726
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
2727
+ labelLineHeight: string;
2728
+ fontSizeSmall: string;
2729
+ fontSizeMedium: string;
2730
+ fontSizeLarge: string;
2731
+ borderRadius: string;
2732
+ color: string;
2733
+ colorChecked: string;
2734
+ colorDisabled: string;
2735
+ colorDisabledChecked: string;
2736
+ colorTableHeader: string;
2737
+ colorTableHeaderModal: string;
2738
+ colorTableHeaderPopover: string;
2739
+ checkMarkColor: string;
2740
+ checkMarkColorDisabled: string;
2741
+ checkMarkColorDisabledChecked: string;
2742
+ border: string;
2743
+ borderDisabled: string;
2744
+ borderDisabledChecked: string;
2745
+ borderChecked: string;
2746
+ borderFocus: string;
2747
+ boxShadowFocus: string;
2748
+ textColor: string;
2749
+ textColorDisabled: string;
2750
+ sizeSmall: string;
2751
+ sizeMedium: string;
2752
+ sizeLarge: string;
2753
+ labelPadding: string;
2754
+ labelFontWeight: string;
2755
+ }, any>;
2756
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2757
+ fontSizeTiny: string;
2758
+ fontSizeSmall: string;
2759
+ fontSizeMedium: string;
2760
+ fontSizeLarge: string;
2761
+ fontSizeHuge: string;
2762
+ textColor: string;
2763
+ iconColor: string;
2764
+ extraTextColor: string;
2765
+ iconSizeTiny: string;
2766
+ iconSizeSmall: string;
2767
+ iconSizeMedium: string;
2768
+ iconSizeLarge: string;
2769
+ iconSizeHuge: string;
2770
+ }, any>;
2771
+ }>>>;
2772
+ }>> & Readonly<{}>, {
2773
+ readonly bordered: boolean | undefined;
2774
+ readonly extendThemeOverrides: import('../../../_extendThemeOverrides/Cascader').CascaderExtendThemeOverrides;
2775
+ readonly separator: string;
2776
+ readonly disabled: boolean | undefined;
2777
+ readonly allowCheckingNotLoaded: boolean;
2778
+ readonly to: string | boolean | HTMLElement;
2779
+ readonly options: import('naive-ui').CascaderOption[];
2780
+ readonly defaultValue: import('naive-ui/es/cascader/src/interface').Value | null;
2781
+ readonly multiple: boolean;
2782
+ readonly filterable: boolean;
2783
+ readonly disabledField: string;
2784
+ readonly expandTrigger: import('naive-ui/es/cascader/src/interface').ExpandTrigger;
2785
+ readonly clearable: boolean;
2786
+ readonly clearFilterAfterSelect: boolean;
2787
+ readonly remote: boolean;
2788
+ readonly placement: import('../../../../../../node_modules/vueuc').FollowerPlacement;
2789
+ readonly cascade: boolean;
2790
+ readonly leafOnly: boolean;
2791
+ readonly showPath: boolean;
2792
+ readonly show: boolean | undefined;
2793
+ readonly maxTagCount: number;
2794
+ readonly virtualScroll: boolean;
2795
+ readonly checkStrategy: import('../../../../../../node_modules/treemate').CheckStrategy;
2796
+ readonly valueField: string;
2797
+ readonly labelField: string;
2798
+ readonly childrenField: string;
2799
+ }, {}, {
2800
+ NCascader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2801
+ readonly allowCheckingNotLoaded: BooleanConstructor;
2802
+ readonly to: {
2803
+ type: import('vue').PropType<HTMLElement | string | boolean>;
2804
+ default: undefined;
2805
+ };
2806
+ readonly bordered: {
2807
+ readonly type: import('vue').PropType<boolean | undefined>;
2808
+ readonly default: undefined;
2809
+ };
2810
+ readonly options: {
2811
+ readonly type: import('vue').PropType<import('naive-ui').CascaderOption[]>;
2812
+ readonly default: () => never[];
2813
+ };
2814
+ readonly value: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
2815
+ readonly defaultValue: {
2816
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
2817
+ readonly default: null;
2818
+ };
2819
+ readonly placeholder: StringConstructor;
2820
+ readonly multiple: BooleanConstructor;
2821
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
2822
+ readonly filterable: BooleanConstructor;
2823
+ readonly disabled: {
2824
+ readonly type: import('vue').PropType<boolean | undefined>;
2825
+ readonly default: undefined;
2826
+ };
2827
+ readonly disabledField: {
2828
+ readonly type: StringConstructor;
2829
+ readonly default: "disabled";
2830
+ };
2831
+ readonly expandTrigger: {
2832
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').ExpandTrigger>;
2833
+ readonly default: "click";
2834
+ };
2835
+ readonly clearable: BooleanConstructor;
2836
+ readonly clearFilterAfterSelect: {
2837
+ readonly type: BooleanConstructor;
2838
+ readonly default: true;
2839
+ };
2840
+ readonly remote: BooleanConstructor;
2841
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/cascader/src/interface').OnLoad>;
2842
+ readonly separator: {
2843
+ readonly type: StringConstructor;
2844
+ readonly default: " / ";
2845
+ };
2846
+ readonly filter: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Filter>;
2847
+ readonly placement: {
2848
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/vueuc').FollowerPlacement>;
2849
+ readonly default: "bottom-start";
2850
+ };
2851
+ readonly cascade: {
2852
+ readonly type: BooleanConstructor;
2853
+ readonly default: true;
2854
+ };
2855
+ readonly leafOnly: BooleanConstructor;
2856
+ readonly showPath: {
2857
+ readonly type: BooleanConstructor;
2858
+ readonly default: true;
2859
+ };
2860
+ readonly show: {
2861
+ readonly type: import('vue').PropType<boolean | undefined>;
2862
+ readonly default: undefined;
2863
+ };
2864
+ readonly maxTagCount: import('vue').PropType<number | "responsive">;
2865
+ readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
2866
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
2867
+ readonly filterMenuProps: import('vue').PropType<import('vue').HTMLAttributes>;
2868
+ readonly virtualScroll: {
2869
+ readonly type: BooleanConstructor;
2870
+ readonly default: true;
2871
+ };
2872
+ readonly checkStrategy: {
2873
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/treemate').CheckStrategy>;
2874
+ readonly default: "all";
2875
+ };
2876
+ readonly valueField: {
2877
+ readonly type: StringConstructor;
2878
+ readonly default: "value";
2879
+ };
2880
+ readonly labelField: {
2881
+ readonly type: StringConstructor;
2882
+ readonly default: "label";
2883
+ };
2884
+ readonly childrenField: {
2885
+ readonly type: StringConstructor;
2886
+ readonly default: "children";
2887
+ };
2888
+ readonly renderLabel: import('vue').PropType<(option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild>;
2889
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
2890
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
2891
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
2892
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
2893
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
2894
+ readonly onBlur: import('vue').PropType<(e: FocusEvent) => void>;
2895
+ readonly onFocus: import('vue').PropType<(e: FocusEvent) => void>;
2896
+ readonly getColumnStyle: import('vue').PropType<(detail: {
2897
+ level: number;
2898
+ }) => string | import('vue').CSSProperties>;
2899
+ readonly renderPrefix: import('vue').PropType<(props: {
2900
+ option: import('naive-ui').CascaderOption;
2901
+ checked: boolean;
2902
+ node: import('vue').VNode | null;
2903
+ }) => import('vue').VNodeChild>;
2904
+ readonly renderSuffix: import('vue').PropType<(props: {
2905
+ option: import('naive-ui').CascaderOption;
2906
+ checked: boolean;
2907
+ node: import('vue').VNode | null;
2908
+ }) => import('vue').VNodeChild>;
2909
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined>;
2910
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Cascader", {
2911
+ menuBorderRadius: string;
2912
+ menuColor: string;
2913
+ menuBoxShadow: string;
2914
+ menuDividerColor: string;
2915
+ menuHeight: string;
2916
+ optionArrowColor: string;
2917
+ optionHeight: string;
2918
+ optionFontSize: string;
2919
+ optionColorHover: string;
2920
+ optionTextColor: string;
2921
+ optionTextColorActive: string;
2922
+ optionTextColorDisabled: string;
2923
+ optionCheckMarkColor: string;
2924
+ loadingColor: string;
2925
+ columnWidth: string;
2926
+ }, {
2927
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
2928
+ optionFontSizeTiny: string;
2929
+ optionFontSizeSmall: string;
2930
+ optionFontSizeMedium: string;
2931
+ optionFontSizeLarge: string;
2932
+ optionFontSizeHuge: string;
2933
+ optionHeightTiny: string;
2934
+ optionHeightSmall: string;
2935
+ optionHeightMedium: string;
2936
+ optionHeightLarge: string;
2937
+ optionHeightHuge: string;
2938
+ borderRadius: string;
2939
+ color: string;
2940
+ groupHeaderTextColor: string;
2941
+ actionDividerColor: string;
2942
+ optionTextColor: string;
2943
+ optionTextColorPressed: string;
2944
+ optionTextColorDisabled: string;
2945
+ optionTextColorActive: string;
2946
+ optionOpacityDisabled: string;
2947
+ optionCheckColor: string;
2948
+ optionColorPending: string;
2949
+ optionColorActive: string;
2950
+ optionColorActivePending: string;
2951
+ actionTextColor: string;
2952
+ loadingColor: string;
2953
+ height: string;
2954
+ paddingTiny: string;
2955
+ paddingSmall: string;
2956
+ paddingMedium: string;
2957
+ paddingLarge: string;
2958
+ paddingHuge: string;
2959
+ optionPaddingTiny: string;
2960
+ optionPaddingSmall: string;
2961
+ optionPaddingMedium: string;
2962
+ optionPaddingLarge: string;
2963
+ optionPaddingHuge: string;
2964
+ loadingSize: string;
2965
+ }, {
2966
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2967
+ height: string;
2968
+ width: string;
2969
+ borderRadius: string;
2970
+ color: string;
2971
+ colorHover: string;
2972
+ railInsetHorizontalBottom: string;
2973
+ railInsetHorizontalTop: string;
2974
+ railInsetVerticalRight: string;
2975
+ railInsetVerticalLeft: string;
2976
+ railColor: string;
2977
+ }, any>;
2978
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
2979
+ fontSizeTiny: string;
2980
+ fontSizeSmall: string;
2981
+ fontSizeMedium: string;
2982
+ fontSizeLarge: string;
2983
+ fontSizeHuge: string;
2984
+ textColor: string;
2985
+ iconColor: string;
2986
+ extraTextColor: string;
2987
+ iconSizeTiny: string;
2988
+ iconSizeSmall: string;
2989
+ iconSizeMedium: string;
2990
+ iconSizeLarge: string;
2991
+ iconSizeHuge: string;
2992
+ }, any>;
2993
+ }>;
2994
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
2995
+ fontSizeTiny: string;
2996
+ fontSizeSmall: string;
2997
+ fontSizeMedium: string;
2998
+ fontSizeLarge: string;
2999
+ heightTiny: string;
3000
+ heightSmall: string;
3001
+ heightMedium: string;
3002
+ heightLarge: string;
3003
+ borderRadius: string;
3004
+ fontWeight: string;
3005
+ textColor: string;
3006
+ textColorDisabled: string;
3007
+ placeholderColor: string;
3008
+ placeholderColorDisabled: string;
3009
+ color: string;
3010
+ colorDisabled: string;
3011
+ colorActive: string;
3012
+ border: string;
3013
+ borderHover: string;
3014
+ borderActive: string;
3015
+ borderFocus: string;
3016
+ boxShadowHover: string;
3017
+ boxShadowActive: string;
3018
+ boxShadowFocus: string;
3019
+ caretColor: string;
3020
+ arrowColor: string;
3021
+ arrowColorDisabled: string;
3022
+ loadingColor: string;
3023
+ borderWarning: string;
3024
+ borderHoverWarning: string;
3025
+ borderActiveWarning: string;
3026
+ borderFocusWarning: string;
3027
+ boxShadowHoverWarning: string;
3028
+ boxShadowActiveWarning: string;
3029
+ boxShadowFocusWarning: string;
3030
+ colorActiveWarning: string;
3031
+ caretColorWarning: string;
3032
+ borderError: string;
3033
+ borderHoverError: string;
3034
+ borderActiveError: string;
3035
+ borderFocusError: string;
3036
+ boxShadowHoverError: string;
3037
+ boxShadowActiveError: string;
3038
+ boxShadowFocusError: string;
3039
+ colorActiveError: string;
3040
+ caretColorError: string;
3041
+ clearColor: string;
3042
+ clearColorHover: string;
3043
+ clearColorPressed: string;
3044
+ paddingSingle: string;
3045
+ paddingMultiple: string;
3046
+ clearSize: string;
3047
+ arrowSize: string;
3048
+ }, {
3049
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3050
+ fontSize: string;
3051
+ borderRadius: string;
3052
+ color: string;
3053
+ dividerColor: string;
3054
+ textColor: string;
3055
+ boxShadow: string;
3056
+ space: string;
3057
+ spaceArrow: string;
3058
+ arrowOffset: string;
3059
+ arrowOffsetVertical: string;
3060
+ arrowHeight: string;
3061
+ padding: string;
3062
+ }, {
3063
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3064
+ height: string;
3065
+ width: string;
3066
+ borderRadius: string;
3067
+ color: string;
3068
+ colorHover: string;
3069
+ railInsetHorizontalBottom: string;
3070
+ railInsetHorizontalTop: string;
3071
+ railInsetVerticalRight: string;
3072
+ railInsetVerticalLeft: string;
3073
+ railColor: string;
3074
+ }, any>;
3075
+ }>;
3076
+ }>;
3077
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3078
+ height: string;
3079
+ width: string;
3080
+ borderRadius: string;
3081
+ color: string;
3082
+ colorHover: string;
3083
+ railInsetHorizontalBottom: string;
3084
+ railInsetHorizontalTop: string;
3085
+ railInsetVerticalRight: string;
3086
+ railInsetVerticalLeft: string;
3087
+ railColor: string;
3088
+ }, any>;
3089
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
3090
+ labelLineHeight: string;
3091
+ fontSizeSmall: string;
3092
+ fontSizeMedium: string;
3093
+ fontSizeLarge: string;
3094
+ borderRadius: string;
3095
+ color: string;
3096
+ colorChecked: string;
3097
+ colorDisabled: string;
3098
+ colorDisabledChecked: string;
3099
+ colorTableHeader: string;
3100
+ colorTableHeaderModal: string;
3101
+ colorTableHeaderPopover: string;
3102
+ checkMarkColor: string;
3103
+ checkMarkColorDisabled: string;
3104
+ checkMarkColorDisabledChecked: string;
3105
+ border: string;
3106
+ borderDisabled: string;
3107
+ borderDisabledChecked: string;
3108
+ borderChecked: string;
3109
+ borderFocus: string;
3110
+ boxShadowFocus: string;
3111
+ textColor: string;
3112
+ textColorDisabled: string;
3113
+ sizeSmall: string;
3114
+ sizeMedium: string;
3115
+ sizeLarge: string;
3116
+ labelPadding: string;
3117
+ labelFontWeight: string;
3118
+ }, any>;
3119
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3120
+ fontSizeTiny: string;
3121
+ fontSizeSmall: string;
3122
+ fontSizeMedium: string;
3123
+ fontSizeLarge: string;
3124
+ fontSizeHuge: string;
3125
+ textColor: string;
3126
+ iconColor: string;
3127
+ extraTextColor: string;
3128
+ iconSizeTiny: string;
3129
+ iconSizeSmall: string;
3130
+ iconSizeMedium: string;
3131
+ iconSizeLarge: string;
3132
+ iconSizeHuge: string;
3133
+ }, any>;
3134
+ }>>;
3135
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
3136
+ menuBorderRadius: string;
3137
+ menuColor: string;
3138
+ menuBoxShadow: string;
3139
+ menuDividerColor: string;
3140
+ menuHeight: string;
3141
+ optionArrowColor: string;
3142
+ optionHeight: string;
3143
+ optionFontSize: string;
3144
+ optionColorHover: string;
3145
+ optionTextColor: string;
3146
+ optionTextColorActive: string;
3147
+ optionTextColorDisabled: string;
3148
+ optionCheckMarkColor: string;
3149
+ loadingColor: string;
3150
+ columnWidth: string;
3151
+ }, {
3152
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3153
+ optionFontSizeTiny: string;
3154
+ optionFontSizeSmall: string;
3155
+ optionFontSizeMedium: string;
3156
+ optionFontSizeLarge: string;
3157
+ optionFontSizeHuge: string;
3158
+ optionHeightTiny: string;
3159
+ optionHeightSmall: string;
3160
+ optionHeightMedium: string;
3161
+ optionHeightLarge: string;
3162
+ optionHeightHuge: string;
3163
+ borderRadius: string;
3164
+ color: string;
3165
+ groupHeaderTextColor: string;
3166
+ actionDividerColor: string;
3167
+ optionTextColor: string;
3168
+ optionTextColorPressed: string;
3169
+ optionTextColorDisabled: string;
3170
+ optionTextColorActive: string;
3171
+ optionOpacityDisabled: string;
3172
+ optionCheckColor: string;
3173
+ optionColorPending: string;
3174
+ optionColorActive: string;
3175
+ optionColorActivePending: string;
3176
+ actionTextColor: string;
3177
+ loadingColor: string;
3178
+ height: string;
3179
+ paddingTiny: string;
3180
+ paddingSmall: string;
3181
+ paddingMedium: string;
3182
+ paddingLarge: string;
3183
+ paddingHuge: string;
3184
+ optionPaddingTiny: string;
3185
+ optionPaddingSmall: string;
3186
+ optionPaddingMedium: string;
3187
+ optionPaddingLarge: string;
3188
+ optionPaddingHuge: string;
3189
+ loadingSize: string;
3190
+ }, {
3191
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3192
+ height: string;
3193
+ width: string;
3194
+ borderRadius: string;
3195
+ color: string;
3196
+ colorHover: string;
3197
+ railInsetHorizontalBottom: string;
3198
+ railInsetHorizontalTop: string;
3199
+ railInsetVerticalRight: string;
3200
+ railInsetVerticalLeft: string;
3201
+ railColor: string;
3202
+ }, any>;
3203
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3204
+ fontSizeTiny: string;
3205
+ fontSizeSmall: string;
3206
+ fontSizeMedium: string;
3207
+ fontSizeLarge: string;
3208
+ fontSizeHuge: string;
3209
+ textColor: string;
3210
+ iconColor: string;
3211
+ extraTextColor: string;
3212
+ iconSizeTiny: string;
3213
+ iconSizeSmall: string;
3214
+ iconSizeMedium: string;
3215
+ iconSizeLarge: string;
3216
+ iconSizeHuge: string;
3217
+ }, any>;
3218
+ }>;
3219
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
3220
+ fontSizeTiny: string;
3221
+ fontSizeSmall: string;
3222
+ fontSizeMedium: string;
3223
+ fontSizeLarge: string;
3224
+ heightTiny: string;
3225
+ heightSmall: string;
3226
+ heightMedium: string;
3227
+ heightLarge: string;
3228
+ borderRadius: string;
3229
+ fontWeight: string;
3230
+ textColor: string;
3231
+ textColorDisabled: string;
3232
+ placeholderColor: string;
3233
+ placeholderColorDisabled: string;
3234
+ color: string;
3235
+ colorDisabled: string;
3236
+ colorActive: string;
3237
+ border: string;
3238
+ borderHover: string;
3239
+ borderActive: string;
3240
+ borderFocus: string;
3241
+ boxShadowHover: string;
3242
+ boxShadowActive: string;
3243
+ boxShadowFocus: string;
3244
+ caretColor: string;
3245
+ arrowColor: string;
3246
+ arrowColorDisabled: string;
3247
+ loadingColor: string;
3248
+ borderWarning: string;
3249
+ borderHoverWarning: string;
3250
+ borderActiveWarning: string;
3251
+ borderFocusWarning: string;
3252
+ boxShadowHoverWarning: string;
3253
+ boxShadowActiveWarning: string;
3254
+ boxShadowFocusWarning: string;
3255
+ colorActiveWarning: string;
3256
+ caretColorWarning: string;
3257
+ borderError: string;
3258
+ borderHoverError: string;
3259
+ borderActiveError: string;
3260
+ borderFocusError: string;
3261
+ boxShadowHoverError: string;
3262
+ boxShadowActiveError: string;
3263
+ boxShadowFocusError: string;
3264
+ colorActiveError: string;
3265
+ caretColorError: string;
3266
+ clearColor: string;
3267
+ clearColorHover: string;
3268
+ clearColorPressed: string;
3269
+ paddingSingle: string;
3270
+ paddingMultiple: string;
3271
+ clearSize: string;
3272
+ arrowSize: string;
3273
+ }, {
3274
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3275
+ fontSize: string;
3276
+ borderRadius: string;
3277
+ color: string;
3278
+ dividerColor: string;
3279
+ textColor: string;
3280
+ boxShadow: string;
3281
+ space: string;
3282
+ spaceArrow: string;
3283
+ arrowOffset: string;
3284
+ arrowOffsetVertical: string;
3285
+ arrowHeight: string;
3286
+ padding: string;
3287
+ }, {
3288
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3289
+ height: string;
3290
+ width: string;
3291
+ borderRadius: string;
3292
+ color: string;
3293
+ colorHover: string;
3294
+ railInsetHorizontalBottom: string;
3295
+ railInsetHorizontalTop: string;
3296
+ railInsetVerticalRight: string;
3297
+ railInsetVerticalLeft: string;
3298
+ railColor: string;
3299
+ }, any>;
3300
+ }>;
3301
+ }>;
3302
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3303
+ height: string;
3304
+ width: string;
3305
+ borderRadius: string;
3306
+ color: string;
3307
+ colorHover: string;
3308
+ railInsetHorizontalBottom: string;
3309
+ railInsetHorizontalTop: string;
3310
+ railInsetVerticalRight: string;
3311
+ railInsetVerticalLeft: string;
3312
+ railColor: string;
3313
+ }, any>;
3314
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
3315
+ labelLineHeight: string;
3316
+ fontSizeSmall: string;
3317
+ fontSizeMedium: string;
3318
+ fontSizeLarge: string;
3319
+ borderRadius: string;
3320
+ color: string;
3321
+ colorChecked: string;
3322
+ colorDisabled: string;
3323
+ colorDisabledChecked: string;
3324
+ colorTableHeader: string;
3325
+ colorTableHeaderModal: string;
3326
+ colorTableHeaderPopover: string;
3327
+ checkMarkColor: string;
3328
+ checkMarkColorDisabled: string;
3329
+ checkMarkColorDisabledChecked: string;
3330
+ border: string;
3331
+ borderDisabled: string;
3332
+ borderDisabledChecked: string;
3333
+ borderChecked: string;
3334
+ borderFocus: string;
3335
+ boxShadowFocus: string;
3336
+ textColor: string;
3337
+ textColorDisabled: string;
3338
+ sizeSmall: string;
3339
+ sizeMedium: string;
3340
+ sizeLarge: string;
3341
+ labelPadding: string;
3342
+ labelFontWeight: string;
3343
+ }, any>;
3344
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3345
+ fontSizeTiny: string;
3346
+ fontSizeSmall: string;
3347
+ fontSizeMedium: string;
3348
+ fontSizeLarge: string;
3349
+ fontSizeHuge: string;
3350
+ textColor: string;
3351
+ iconColor: string;
3352
+ extraTextColor: string;
3353
+ iconSizeTiny: string;
3354
+ iconSizeSmall: string;
3355
+ iconSizeMedium: string;
3356
+ iconSizeLarge: string;
3357
+ iconSizeHuge: string;
3358
+ }, any>;
3359
+ }>>>;
3360
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
3361
+ menuBorderRadius: string;
3362
+ menuColor: string;
3363
+ menuBoxShadow: string;
3364
+ menuDividerColor: string;
3365
+ menuHeight: string;
3366
+ optionArrowColor: string;
3367
+ optionHeight: string;
3368
+ optionFontSize: string;
3369
+ optionColorHover: string;
3370
+ optionTextColor: string;
3371
+ optionTextColorActive: string;
3372
+ optionTextColorDisabled: string;
3373
+ optionCheckMarkColor: string;
3374
+ loadingColor: string;
3375
+ columnWidth: string;
3376
+ }, {
3377
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3378
+ optionFontSizeTiny: string;
3379
+ optionFontSizeSmall: string;
3380
+ optionFontSizeMedium: string;
3381
+ optionFontSizeLarge: string;
3382
+ optionFontSizeHuge: string;
3383
+ optionHeightTiny: string;
3384
+ optionHeightSmall: string;
3385
+ optionHeightMedium: string;
3386
+ optionHeightLarge: string;
3387
+ optionHeightHuge: string;
3388
+ borderRadius: string;
3389
+ color: string;
3390
+ groupHeaderTextColor: string;
3391
+ actionDividerColor: string;
3392
+ optionTextColor: string;
3393
+ optionTextColorPressed: string;
3394
+ optionTextColorDisabled: string;
3395
+ optionTextColorActive: string;
3396
+ optionOpacityDisabled: string;
3397
+ optionCheckColor: string;
3398
+ optionColorPending: string;
3399
+ optionColorActive: string;
3400
+ optionColorActivePending: string;
3401
+ actionTextColor: string;
3402
+ loadingColor: string;
3403
+ height: string;
3404
+ paddingTiny: string;
3405
+ paddingSmall: string;
3406
+ paddingMedium: string;
3407
+ paddingLarge: string;
3408
+ paddingHuge: string;
3409
+ optionPaddingTiny: string;
3410
+ optionPaddingSmall: string;
3411
+ optionPaddingMedium: string;
3412
+ optionPaddingLarge: string;
3413
+ optionPaddingHuge: string;
3414
+ loadingSize: string;
3415
+ }, {
3416
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3417
+ height: string;
3418
+ width: string;
3419
+ borderRadius: string;
3420
+ color: string;
3421
+ colorHover: string;
3422
+ railInsetHorizontalBottom: string;
3423
+ railInsetHorizontalTop: string;
3424
+ railInsetVerticalRight: string;
3425
+ railInsetVerticalLeft: string;
3426
+ railColor: string;
3427
+ }, any>;
3428
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3429
+ fontSizeTiny: string;
3430
+ fontSizeSmall: string;
3431
+ fontSizeMedium: string;
3432
+ fontSizeLarge: string;
3433
+ fontSizeHuge: string;
3434
+ textColor: string;
3435
+ iconColor: string;
3436
+ extraTextColor: string;
3437
+ iconSizeTiny: string;
3438
+ iconSizeSmall: string;
3439
+ iconSizeMedium: string;
3440
+ iconSizeLarge: string;
3441
+ iconSizeHuge: string;
3442
+ }, any>;
3443
+ }>;
3444
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
3445
+ fontSizeTiny: string;
3446
+ fontSizeSmall: string;
3447
+ fontSizeMedium: string;
3448
+ fontSizeLarge: string;
3449
+ heightTiny: string;
3450
+ heightSmall: string;
3451
+ heightMedium: string;
3452
+ heightLarge: string;
3453
+ borderRadius: string;
3454
+ fontWeight: string;
3455
+ textColor: string;
3456
+ textColorDisabled: string;
3457
+ placeholderColor: string;
3458
+ placeholderColorDisabled: string;
3459
+ color: string;
3460
+ colorDisabled: string;
3461
+ colorActive: string;
3462
+ border: string;
3463
+ borderHover: string;
3464
+ borderActive: string;
3465
+ borderFocus: string;
3466
+ boxShadowHover: string;
3467
+ boxShadowActive: string;
3468
+ boxShadowFocus: string;
3469
+ caretColor: string;
3470
+ arrowColor: string;
3471
+ arrowColorDisabled: string;
3472
+ loadingColor: string;
3473
+ borderWarning: string;
3474
+ borderHoverWarning: string;
3475
+ borderActiveWarning: string;
3476
+ borderFocusWarning: string;
3477
+ boxShadowHoverWarning: string;
3478
+ boxShadowActiveWarning: string;
3479
+ boxShadowFocusWarning: string;
3480
+ colorActiveWarning: string;
3481
+ caretColorWarning: string;
3482
+ borderError: string;
3483
+ borderHoverError: string;
3484
+ borderActiveError: string;
3485
+ borderFocusError: string;
3486
+ boxShadowHoverError: string;
3487
+ boxShadowActiveError: string;
3488
+ boxShadowFocusError: string;
3489
+ colorActiveError: string;
3490
+ caretColorError: string;
3491
+ clearColor: string;
3492
+ clearColorHover: string;
3493
+ clearColorPressed: string;
3494
+ paddingSingle: string;
3495
+ paddingMultiple: string;
3496
+ clearSize: string;
3497
+ arrowSize: string;
3498
+ }, {
3499
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3500
+ fontSize: string;
3501
+ borderRadius: string;
3502
+ color: string;
3503
+ dividerColor: string;
3504
+ textColor: string;
3505
+ boxShadow: string;
3506
+ space: string;
3507
+ spaceArrow: string;
3508
+ arrowOffset: string;
3509
+ arrowOffsetVertical: string;
3510
+ arrowHeight: string;
3511
+ padding: string;
3512
+ }, {
3513
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3514
+ height: string;
3515
+ width: string;
3516
+ borderRadius: string;
3517
+ color: string;
3518
+ colorHover: string;
3519
+ railInsetHorizontalBottom: string;
3520
+ railInsetHorizontalTop: string;
3521
+ railInsetVerticalRight: string;
3522
+ railInsetVerticalLeft: string;
3523
+ railColor: string;
3524
+ }, any>;
3525
+ }>;
3526
+ }>;
3527
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3528
+ height: string;
3529
+ width: string;
3530
+ borderRadius: string;
3531
+ color: string;
3532
+ colorHover: string;
3533
+ railInsetHorizontalBottom: string;
3534
+ railInsetHorizontalTop: string;
3535
+ railInsetVerticalRight: string;
3536
+ railInsetVerticalLeft: string;
3537
+ railColor: string;
3538
+ }, any>;
3539
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
3540
+ labelLineHeight: string;
3541
+ fontSizeSmall: string;
3542
+ fontSizeMedium: string;
3543
+ fontSizeLarge: string;
3544
+ borderRadius: string;
3545
+ color: string;
3546
+ colorChecked: string;
3547
+ colorDisabled: string;
3548
+ colorDisabledChecked: string;
3549
+ colorTableHeader: string;
3550
+ colorTableHeaderModal: string;
3551
+ colorTableHeaderPopover: string;
3552
+ checkMarkColor: string;
3553
+ checkMarkColorDisabled: string;
3554
+ checkMarkColorDisabledChecked: string;
3555
+ border: string;
3556
+ borderDisabled: string;
3557
+ borderDisabledChecked: string;
3558
+ borderChecked: string;
3559
+ borderFocus: string;
3560
+ boxShadowFocus: string;
3561
+ textColor: string;
3562
+ textColorDisabled: string;
3563
+ sizeSmall: string;
3564
+ sizeMedium: string;
3565
+ sizeLarge: string;
3566
+ labelPadding: string;
3567
+ labelFontWeight: string;
3568
+ }, any>;
3569
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3570
+ fontSizeTiny: string;
3571
+ fontSizeSmall: string;
3572
+ fontSizeMedium: string;
3573
+ fontSizeLarge: string;
3574
+ fontSizeHuge: string;
3575
+ textColor: string;
3576
+ iconColor: string;
3577
+ extraTextColor: string;
3578
+ iconSizeTiny: string;
3579
+ iconSizeSmall: string;
3580
+ iconSizeMedium: string;
3581
+ iconSizeLarge: string;
3582
+ iconSizeHuge: string;
3583
+ }, any>;
3584
+ }>>>;
3585
+ }>, {
3586
+ handleTriggerResize: () => void;
3587
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
3588
+ selectMenuFollowerRef: import('vue').Ref<{
3589
+ syncPosition: () => void;
3590
+ } | null, import('../../../../../../node_modules/vueuc').FollowerInst | {
3591
+ syncPosition: () => void;
3592
+ } | null>;
3593
+ cascaderMenuFollowerRef: import('vue').Ref<{
3594
+ syncPosition: () => void;
3595
+ } | null, import('../../../../../../node_modules/vueuc').FollowerInst | {
3596
+ syncPosition: () => void;
3597
+ } | null>;
3598
+ triggerInstRef: import('vue').Ref<{
3599
+ isComposing: boolean;
3600
+ focus: () => void;
3601
+ focusInput: () => void;
3602
+ blur: () => void;
3603
+ blurInput: () => void;
3604
+ $el: HTMLElement;
3605
+ } | null, import('naive-ui/es/_internal').InternalSelectionInst | {
3606
+ isComposing: boolean;
3607
+ focus: () => void;
3608
+ focusInput: () => void;
3609
+ blur: () => void;
3610
+ blurInput: () => void;
3611
+ $el: HTMLElement;
3612
+ } | null>;
3613
+ selectMenuInstRef: import('vue').Ref<{
3614
+ prev: () => void;
3615
+ next: () => void;
3616
+ enter: () => boolean;
3617
+ } | null, import('naive-ui/es/cascader/src/interface').SelectMenuInstance | {
3618
+ prev: () => void;
3619
+ next: () => void;
3620
+ enter: () => boolean;
3621
+ } | null>;
3622
+ cascaderMenuInstRef: import('vue').Ref<{
3623
+ $el: HTMLElement;
3624
+ scroll: (depth: number, index: number, elSize: number) => void;
3625
+ showErrorMessage: (label: string) => void;
3626
+ } | null, import('naive-ui/es/cascader/src/interface').CascaderMenuInstance | {
3627
+ $el: HTMLElement;
3628
+ scroll: (depth: number, index: number, elSize: number) => void;
3629
+ showErrorMessage: (label: string) => void;
3630
+ } | null>;
3631
+ mergedBordered: import('vue').ComputedRef<boolean>;
3632
+ mergedClsPrefix: import('vue').Ref<string, string>;
3633
+ namespace: import('vue').ComputedRef<string | undefined>;
3634
+ mergedValue: import('vue').ComputedRef<string | number | import('naive-ui/es/cascader/src/interface').ValueAtom[] | import('naive-ui/es/cascader/src/interface').ValueAtom[] | null>;
3635
+ mergedShow: import('vue').ComputedRef<boolean>;
3636
+ showSelectMenu: import('vue').ComputedRef<boolean>;
3637
+ pattern: import('vue').Ref<string, string>;
3638
+ treeMate: import('vue').ComputedRef<import('../../../../../../node_modules/treemate').TreeMate<import('naive-ui').CascaderOption, import('naive-ui').CascaderOption, import('naive-ui').CascaderOption>>;
3639
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large">;
3640
+ mergedDisabled: import('vue').ComputedRef<boolean>;
3641
+ localizedPlaceholder: import('vue').ComputedRef<string>;
3642
+ selectedOption: import('vue').ComputedRef<{
3643
+ label: any;
3644
+ value: import('../../../../../../node_modules/treemate').Key;
3645
+ } | null>;
3646
+ selectedOptions: import('vue').ComputedRef<{
3647
+ label: any;
3648
+ value: import('../../../../../../node_modules/treemate').Key;
3649
+ }[]>;
3650
+ adjustedTo: import('vue').ComputedRef<string | HTMLElement>;
3651
+ menuModel: import('vue').ComputedRef<import('../../../../../../node_modules/treemate').TreeNode<import('naive-ui').CascaderOption, import('naive-ui').CascaderOption, import('naive-ui').CascaderOption>[][]>;
3652
+ handleMenuTabout: () => void;
3653
+ handleMenuFocus: (e: FocusEvent) => void;
3654
+ handleMenuBlur: (e: FocusEvent) => void;
3655
+ handleMenuKeydown: (e: KeyboardEvent) => void;
3656
+ handleMenuMousedown: (e: MouseEvent) => void;
3657
+ handleTriggerFocus: (e: FocusEvent) => void;
3658
+ handleTriggerBlur: (e: FocusEvent) => void;
3659
+ handleTriggerClick: () => void;
3660
+ handleClear: (e: MouseEvent) => void;
3661
+ handleDeleteOption: (option: import('naive-ui/es/select/src/interface').SelectBaseOption) => void;
3662
+ handlePatternInput: (e: InputEvent) => void;
3663
+ handleKeydown: (e: KeyboardEvent) => void;
3664
+ focused: import('vue').Ref<boolean, boolean>;
3665
+ optionHeight: import('vue').ComputedRef<string>;
3666
+ mergedTheme: import('vue').ComputedRef<{
3667
+ common: import('naive-ui').ThemeCommonVars;
3668
+ self: {
3669
+ menuBorderRadius: string;
3670
+ menuColor: string;
3671
+ menuBoxShadow: string;
3672
+ menuDividerColor: string;
3673
+ menuHeight: string;
3674
+ optionArrowColor: string;
3675
+ optionHeight: string;
3676
+ optionFontSize: string;
3677
+ optionColorHover: string;
3678
+ optionTextColor: string;
3679
+ optionTextColorActive: string;
3680
+ optionTextColorDisabled: string;
3681
+ optionCheckMarkColor: string;
3682
+ loadingColor: string;
3683
+ columnWidth: string;
3684
+ };
3685
+ peers: {
3686
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3687
+ optionFontSizeTiny: string;
3688
+ optionFontSizeSmall: string;
3689
+ optionFontSizeMedium: string;
3690
+ optionFontSizeLarge: string;
3691
+ optionFontSizeHuge: string;
3692
+ optionHeightTiny: string;
3693
+ optionHeightSmall: string;
3694
+ optionHeightMedium: string;
3695
+ optionHeightLarge: string;
3696
+ optionHeightHuge: string;
3697
+ borderRadius: string;
3698
+ color: string;
3699
+ groupHeaderTextColor: string;
3700
+ actionDividerColor: string;
3701
+ optionTextColor: string;
3702
+ optionTextColorPressed: string;
3703
+ optionTextColorDisabled: string;
3704
+ optionTextColorActive: string;
3705
+ optionOpacityDisabled: string;
3706
+ optionCheckColor: string;
3707
+ optionColorPending: string;
3708
+ optionColorActive: string;
3709
+ optionColorActivePending: string;
3710
+ actionTextColor: string;
3711
+ loadingColor: string;
3712
+ height: string;
3713
+ paddingTiny: string;
3714
+ paddingSmall: string;
3715
+ paddingMedium: string;
3716
+ paddingLarge: string;
3717
+ paddingHuge: string;
3718
+ optionPaddingTiny: string;
3719
+ optionPaddingSmall: string;
3720
+ optionPaddingMedium: string;
3721
+ optionPaddingLarge: string;
3722
+ optionPaddingHuge: string;
3723
+ loadingSize: string;
3724
+ }, {
3725
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3726
+ height: string;
3727
+ width: string;
3728
+ borderRadius: string;
3729
+ color: string;
3730
+ colorHover: string;
3731
+ railInsetHorizontalBottom: string;
3732
+ railInsetHorizontalTop: string;
3733
+ railInsetVerticalRight: string;
3734
+ railInsetVerticalLeft: string;
3735
+ railColor: string;
3736
+ }, any>;
3737
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3738
+ fontSizeTiny: string;
3739
+ fontSizeSmall: string;
3740
+ fontSizeMedium: string;
3741
+ fontSizeLarge: string;
3742
+ fontSizeHuge: string;
3743
+ textColor: string;
3744
+ iconColor: string;
3745
+ extraTextColor: string;
3746
+ iconSizeTiny: string;
3747
+ iconSizeSmall: string;
3748
+ iconSizeMedium: string;
3749
+ iconSizeLarge: string;
3750
+ iconSizeHuge: string;
3751
+ }, any>;
3752
+ }>;
3753
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
3754
+ fontSizeTiny: string;
3755
+ fontSizeSmall: string;
3756
+ fontSizeMedium: string;
3757
+ fontSizeLarge: string;
3758
+ heightTiny: string;
3759
+ heightSmall: string;
3760
+ heightMedium: string;
3761
+ heightLarge: string;
3762
+ borderRadius: string;
3763
+ fontWeight: string;
3764
+ textColor: string;
3765
+ textColorDisabled: string;
3766
+ placeholderColor: string;
3767
+ placeholderColorDisabled: string;
3768
+ color: string;
3769
+ colorDisabled: string;
3770
+ colorActive: string;
3771
+ border: string;
3772
+ borderHover: string;
3773
+ borderActive: string;
3774
+ borderFocus: string;
3775
+ boxShadowHover: string;
3776
+ boxShadowActive: string;
3777
+ boxShadowFocus: string;
3778
+ caretColor: string;
3779
+ arrowColor: string;
3780
+ arrowColorDisabled: string;
3781
+ loadingColor: string;
3782
+ borderWarning: string;
3783
+ borderHoverWarning: string;
3784
+ borderActiveWarning: string;
3785
+ borderFocusWarning: string;
3786
+ boxShadowHoverWarning: string;
3787
+ boxShadowActiveWarning: string;
3788
+ boxShadowFocusWarning: string;
3789
+ colorActiveWarning: string;
3790
+ caretColorWarning: string;
3791
+ borderError: string;
3792
+ borderHoverError: string;
3793
+ borderActiveError: string;
3794
+ borderFocusError: string;
3795
+ boxShadowHoverError: string;
3796
+ boxShadowActiveError: string;
3797
+ boxShadowFocusError: string;
3798
+ colorActiveError: string;
3799
+ caretColorError: string;
3800
+ clearColor: string;
3801
+ clearColorHover: string;
3802
+ clearColorPressed: string;
3803
+ paddingSingle: string;
3804
+ paddingMultiple: string;
3805
+ clearSize: string;
3806
+ arrowSize: string;
3807
+ }, {
3808
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3809
+ fontSize: string;
3810
+ borderRadius: string;
3811
+ color: string;
3812
+ dividerColor: string;
3813
+ textColor: string;
3814
+ boxShadow: string;
3815
+ space: string;
3816
+ spaceArrow: string;
3817
+ arrowOffset: string;
3818
+ arrowOffsetVertical: string;
3819
+ arrowHeight: string;
3820
+ padding: string;
3821
+ }, {
3822
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3823
+ height: string;
3824
+ width: string;
3825
+ borderRadius: string;
3826
+ color: string;
3827
+ colorHover: string;
3828
+ railInsetHorizontalBottom: string;
3829
+ railInsetHorizontalTop: string;
3830
+ railInsetVerticalRight: string;
3831
+ railInsetVerticalLeft: string;
3832
+ railColor: string;
3833
+ }, any>;
3834
+ }>;
3835
+ }>;
3836
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3837
+ height: string;
3838
+ width: string;
3839
+ borderRadius: string;
3840
+ color: string;
3841
+ colorHover: string;
3842
+ railInsetHorizontalBottom: string;
3843
+ railInsetHorizontalTop: string;
3844
+ railInsetVerticalRight: string;
3845
+ railInsetVerticalLeft: string;
3846
+ railColor: string;
3847
+ }, any>;
3848
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
3849
+ labelLineHeight: string;
3850
+ fontSizeSmall: string;
3851
+ fontSizeMedium: string;
3852
+ fontSizeLarge: string;
3853
+ borderRadius: string;
3854
+ color: string;
3855
+ colorChecked: string;
3856
+ colorDisabled: string;
3857
+ colorDisabledChecked: string;
3858
+ colorTableHeader: string;
3859
+ colorTableHeaderModal: string;
3860
+ colorTableHeaderPopover: string;
3861
+ checkMarkColor: string;
3862
+ checkMarkColorDisabled: string;
3863
+ checkMarkColorDisabledChecked: string;
3864
+ border: string;
3865
+ borderDisabled: string;
3866
+ borderDisabledChecked: string;
3867
+ borderChecked: string;
3868
+ borderFocus: string;
3869
+ boxShadowFocus: string;
3870
+ textColor: string;
3871
+ textColorDisabled: string;
3872
+ sizeSmall: string;
3873
+ sizeMedium: string;
3874
+ sizeLarge: string;
3875
+ labelPadding: string;
3876
+ labelFontWeight: string;
3877
+ }, any>;
3878
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3879
+ fontSizeTiny: string;
3880
+ fontSizeSmall: string;
3881
+ fontSizeMedium: string;
3882
+ fontSizeLarge: string;
3883
+ fontSizeHuge: string;
3884
+ textColor: string;
3885
+ iconColor: string;
3886
+ extraTextColor: string;
3887
+ iconSizeTiny: string;
3888
+ iconSizeSmall: string;
3889
+ iconSizeMedium: string;
3890
+ iconSizeLarge: string;
3891
+ iconSizeHuge: string;
3892
+ }, any>;
3893
+ };
3894
+ peerOverrides: {
3895
+ InternalSelectMenu?: {
3896
+ peers?: {
3897
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3898
+ height: string;
3899
+ width: string;
3900
+ borderRadius: string;
3901
+ color: string;
3902
+ colorHover: string;
3903
+ railInsetHorizontalBottom: string;
3904
+ railInsetHorizontalTop: string;
3905
+ railInsetVerticalRight: string;
3906
+ railInsetVerticalLeft: string;
3907
+ railColor: string;
3908
+ }, any>> | undefined;
3909
+ Empty?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Empty", {
3910
+ fontSizeTiny: string;
3911
+ fontSizeSmall: string;
3912
+ fontSizeMedium: string;
3913
+ fontSizeLarge: string;
3914
+ fontSizeHuge: string;
3915
+ textColor: string;
3916
+ iconColor: string;
3917
+ extraTextColor: string;
3918
+ iconSizeTiny: string;
3919
+ iconSizeSmall: string;
3920
+ iconSizeMedium: string;
3921
+ iconSizeLarge: string;
3922
+ iconSizeHuge: string;
3923
+ }, any>> | undefined;
3924
+ } | undefined;
3925
+ } | undefined;
3926
+ InternalSelection?: {
3927
+ peers?: {
3928
+ Popover?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
3929
+ fontSize: string;
3930
+ borderRadius: string;
3931
+ color: string;
3932
+ dividerColor: string;
3933
+ textColor: string;
3934
+ boxShadow: string;
3935
+ space: string;
3936
+ spaceArrow: string;
3937
+ arrowOffset: string;
3938
+ arrowOffsetVertical: string;
3939
+ arrowHeight: string;
3940
+ padding: string;
3941
+ }, {
3942
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3943
+ height: string;
3944
+ width: string;
3945
+ borderRadius: string;
3946
+ color: string;
3947
+ colorHover: string;
3948
+ railInsetHorizontalBottom: string;
3949
+ railInsetHorizontalTop: string;
3950
+ railInsetVerticalRight: string;
3951
+ railInsetVerticalLeft: string;
3952
+ railColor: string;
3953
+ }, any>;
3954
+ }>> | undefined;
3955
+ } | undefined;
3956
+ } | undefined;
3957
+ Scrollbar?: {
3958
+ peers?: {
3959
+ [x: string]: any;
3960
+ } | undefined;
3961
+ } | undefined;
3962
+ Checkbox?: {
3963
+ peers?: {
3964
+ [x: string]: any;
3965
+ } | undefined;
3966
+ } | undefined;
3967
+ Empty?: {
3968
+ peers?: {
3969
+ [x: string]: any;
3970
+ } | undefined;
3971
+ } | undefined;
3972
+ };
3973
+ }>;
3974
+ cssVars: import('vue').ComputedRef<{
3975
+ "--n-bezier": string;
3976
+ "--n-menu-border-radius": string;
3977
+ "--n-menu-box-shadow": string;
3978
+ "--n-menu-height": string;
3979
+ "--n-column-width": string;
3980
+ "--n-menu-color": string;
3981
+ "--n-menu-divider-color": string;
3982
+ "--n-option-height": string;
3983
+ "--n-option-font-size": string;
3984
+ "--n-option-text-color": string;
3985
+ "--n-option-text-color-disabled": string;
3986
+ "--n-option-text-color-active": string;
3987
+ "--n-option-color-hover": string;
3988
+ "--n-option-check-mark-color": string;
3989
+ "--n-option-arrow-color": string;
3990
+ "--n-menu-mask-color": string;
3991
+ "--n-loading-color": string;
3992
+ }> | undefined;
3993
+ themeClass: import('vue').Ref<string, string> | undefined;
3994
+ onRender: (() => void) | undefined;
3995
+ focus: () => void;
3996
+ blur: () => void;
3997
+ getCheckedData: () => {
3998
+ keys: import('naive-ui/es/cascader/src/interface').Key[];
3999
+ options: Array<import('naive-ui').CascaderOption | null>;
4000
+ };
4001
+ getIndeterminateData: () => {
4002
+ keys: import('naive-ui/es/cascader/src/interface').Key[];
4003
+ options: Array<import('naive-ui').CascaderOption | null>;
4004
+ };
4005
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
4006
+ readonly allowCheckingNotLoaded: BooleanConstructor;
4007
+ readonly to: {
4008
+ type: import('vue').PropType<HTMLElement | string | boolean>;
4009
+ default: undefined;
4010
+ };
4011
+ readonly bordered: {
4012
+ readonly type: import('vue').PropType<boolean | undefined>;
4013
+ readonly default: undefined;
4014
+ };
4015
+ readonly options: {
4016
+ readonly type: import('vue').PropType<import('naive-ui').CascaderOption[]>;
4017
+ readonly default: () => never[];
4018
+ };
4019
+ readonly value: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
4020
+ readonly defaultValue: {
4021
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
4022
+ readonly default: null;
4023
+ };
4024
+ readonly placeholder: StringConstructor;
4025
+ readonly multiple: BooleanConstructor;
4026
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
4027
+ readonly filterable: BooleanConstructor;
4028
+ readonly disabled: {
4029
+ readonly type: import('vue').PropType<boolean | undefined>;
4030
+ readonly default: undefined;
4031
+ };
4032
+ readonly disabledField: {
4033
+ readonly type: StringConstructor;
4034
+ readonly default: "disabled";
4035
+ };
4036
+ readonly expandTrigger: {
4037
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').ExpandTrigger>;
4038
+ readonly default: "click";
4039
+ };
4040
+ readonly clearable: BooleanConstructor;
4041
+ readonly clearFilterAfterSelect: {
4042
+ readonly type: BooleanConstructor;
4043
+ readonly default: true;
4044
+ };
4045
+ readonly remote: BooleanConstructor;
4046
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/cascader/src/interface').OnLoad>;
4047
+ readonly separator: {
4048
+ readonly type: StringConstructor;
4049
+ readonly default: " / ";
4050
+ };
4051
+ readonly filter: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Filter>;
4052
+ readonly placement: {
4053
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/vueuc').FollowerPlacement>;
4054
+ readonly default: "bottom-start";
4055
+ };
4056
+ readonly cascade: {
4057
+ readonly type: BooleanConstructor;
4058
+ readonly default: true;
4059
+ };
4060
+ readonly leafOnly: BooleanConstructor;
4061
+ readonly showPath: {
4062
+ readonly type: BooleanConstructor;
4063
+ readonly default: true;
4064
+ };
4065
+ readonly show: {
4066
+ readonly type: import('vue').PropType<boolean | undefined>;
4067
+ readonly default: undefined;
4068
+ };
4069
+ readonly maxTagCount: import('vue').PropType<number | "responsive">;
4070
+ readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
4071
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
4072
+ readonly filterMenuProps: import('vue').PropType<import('vue').HTMLAttributes>;
4073
+ readonly virtualScroll: {
4074
+ readonly type: BooleanConstructor;
4075
+ readonly default: true;
4076
+ };
4077
+ readonly checkStrategy: {
4078
+ readonly type: import('vue').PropType<import('../../../../../../node_modules/treemate').CheckStrategy>;
4079
+ readonly default: "all";
4080
+ };
4081
+ readonly valueField: {
4082
+ readonly type: StringConstructor;
4083
+ readonly default: "value";
4084
+ };
4085
+ readonly labelField: {
4086
+ readonly type: StringConstructor;
4087
+ readonly default: "label";
4088
+ };
4089
+ readonly childrenField: {
4090
+ readonly type: StringConstructor;
4091
+ readonly default: "children";
4092
+ };
4093
+ readonly renderLabel: import('vue').PropType<(option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild>;
4094
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
4095
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
4096
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
4097
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
4098
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
4099
+ readonly onBlur: import('vue').PropType<(e: FocusEvent) => void>;
4100
+ readonly onFocus: import('vue').PropType<(e: FocusEvent) => void>;
4101
+ readonly getColumnStyle: import('vue').PropType<(detail: {
4102
+ level: number;
4103
+ }) => string | import('vue').CSSProperties>;
4104
+ readonly renderPrefix: import('vue').PropType<(props: {
4105
+ option: import('naive-ui').CascaderOption;
4106
+ checked: boolean;
4107
+ node: import('vue').VNode | null;
4108
+ }) => import('vue').VNodeChild>;
4109
+ readonly renderSuffix: import('vue').PropType<(props: {
4110
+ option: import('naive-ui').CascaderOption;
4111
+ checked: boolean;
4112
+ node: import('vue').VNode | null;
4113
+ }) => import('vue').VNodeChild>;
4114
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined>;
4115
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Cascader", {
4116
+ menuBorderRadius: string;
4117
+ menuColor: string;
4118
+ menuBoxShadow: string;
4119
+ menuDividerColor: string;
4120
+ menuHeight: string;
4121
+ optionArrowColor: string;
4122
+ optionHeight: string;
4123
+ optionFontSize: string;
4124
+ optionColorHover: string;
4125
+ optionTextColor: string;
4126
+ optionTextColorActive: string;
4127
+ optionTextColorDisabled: string;
4128
+ optionCheckMarkColor: string;
4129
+ loadingColor: string;
4130
+ columnWidth: string;
4131
+ }, {
4132
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4133
+ optionFontSizeTiny: string;
4134
+ optionFontSizeSmall: string;
4135
+ optionFontSizeMedium: string;
4136
+ optionFontSizeLarge: string;
4137
+ optionFontSizeHuge: string;
4138
+ optionHeightTiny: string;
4139
+ optionHeightSmall: string;
4140
+ optionHeightMedium: string;
4141
+ optionHeightLarge: string;
4142
+ optionHeightHuge: string;
4143
+ borderRadius: string;
4144
+ color: string;
4145
+ groupHeaderTextColor: string;
4146
+ actionDividerColor: string;
4147
+ optionTextColor: string;
4148
+ optionTextColorPressed: string;
4149
+ optionTextColorDisabled: string;
4150
+ optionTextColorActive: string;
4151
+ optionOpacityDisabled: string;
4152
+ optionCheckColor: string;
4153
+ optionColorPending: string;
4154
+ optionColorActive: string;
4155
+ optionColorActivePending: string;
4156
+ actionTextColor: string;
4157
+ loadingColor: string;
4158
+ height: string;
4159
+ paddingTiny: string;
4160
+ paddingSmall: string;
4161
+ paddingMedium: string;
4162
+ paddingLarge: string;
4163
+ paddingHuge: string;
4164
+ optionPaddingTiny: string;
4165
+ optionPaddingSmall: string;
4166
+ optionPaddingMedium: string;
4167
+ optionPaddingLarge: string;
4168
+ optionPaddingHuge: string;
4169
+ loadingSize: string;
4170
+ }, {
4171
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4172
+ height: string;
4173
+ width: string;
4174
+ borderRadius: string;
4175
+ color: string;
4176
+ colorHover: string;
4177
+ railInsetHorizontalBottom: string;
4178
+ railInsetHorizontalTop: string;
4179
+ railInsetVerticalRight: string;
4180
+ railInsetVerticalLeft: string;
4181
+ railColor: string;
4182
+ }, any>;
4183
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4184
+ fontSizeTiny: string;
4185
+ fontSizeSmall: string;
4186
+ fontSizeMedium: string;
4187
+ fontSizeLarge: string;
4188
+ fontSizeHuge: string;
4189
+ textColor: string;
4190
+ iconColor: string;
4191
+ extraTextColor: string;
4192
+ iconSizeTiny: string;
4193
+ iconSizeSmall: string;
4194
+ iconSizeMedium: string;
4195
+ iconSizeLarge: string;
4196
+ iconSizeHuge: string;
4197
+ }, any>;
4198
+ }>;
4199
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
4200
+ fontSizeTiny: string;
4201
+ fontSizeSmall: string;
4202
+ fontSizeMedium: string;
4203
+ fontSizeLarge: string;
4204
+ heightTiny: string;
4205
+ heightSmall: string;
4206
+ heightMedium: string;
4207
+ heightLarge: string;
4208
+ borderRadius: string;
4209
+ fontWeight: string;
4210
+ textColor: string;
4211
+ textColorDisabled: string;
4212
+ placeholderColor: string;
4213
+ placeholderColorDisabled: string;
4214
+ color: string;
4215
+ colorDisabled: string;
4216
+ colorActive: string;
4217
+ border: string;
4218
+ borderHover: string;
4219
+ borderActive: string;
4220
+ borderFocus: string;
4221
+ boxShadowHover: string;
4222
+ boxShadowActive: string;
4223
+ boxShadowFocus: string;
4224
+ caretColor: string;
4225
+ arrowColor: string;
4226
+ arrowColorDisabled: string;
4227
+ loadingColor: string;
4228
+ borderWarning: string;
4229
+ borderHoverWarning: string;
4230
+ borderActiveWarning: string;
4231
+ borderFocusWarning: string;
4232
+ boxShadowHoverWarning: string;
4233
+ boxShadowActiveWarning: string;
4234
+ boxShadowFocusWarning: string;
4235
+ colorActiveWarning: string;
4236
+ caretColorWarning: string;
4237
+ borderError: string;
4238
+ borderHoverError: string;
4239
+ borderActiveError: string;
4240
+ borderFocusError: string;
4241
+ boxShadowHoverError: string;
4242
+ boxShadowActiveError: string;
4243
+ boxShadowFocusError: string;
4244
+ colorActiveError: string;
4245
+ caretColorError: string;
4246
+ clearColor: string;
4247
+ clearColorHover: string;
4248
+ clearColorPressed: string;
4249
+ paddingSingle: string;
4250
+ paddingMultiple: string;
4251
+ clearSize: string;
4252
+ arrowSize: string;
4253
+ }, {
4254
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
4255
+ fontSize: string;
4256
+ borderRadius: string;
4257
+ color: string;
4258
+ dividerColor: string;
4259
+ textColor: string;
4260
+ boxShadow: string;
4261
+ space: string;
4262
+ spaceArrow: string;
4263
+ arrowOffset: string;
4264
+ arrowOffsetVertical: string;
4265
+ arrowHeight: string;
4266
+ padding: string;
4267
+ }, {
4268
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4269
+ height: string;
4270
+ width: string;
4271
+ borderRadius: string;
4272
+ color: string;
4273
+ colorHover: string;
4274
+ railInsetHorizontalBottom: string;
4275
+ railInsetHorizontalTop: string;
4276
+ railInsetVerticalRight: string;
4277
+ railInsetVerticalLeft: string;
4278
+ railColor: string;
4279
+ }, any>;
4280
+ }>;
4281
+ }>;
4282
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4283
+ height: string;
4284
+ width: string;
4285
+ borderRadius: string;
4286
+ color: string;
4287
+ colorHover: string;
4288
+ railInsetHorizontalBottom: string;
4289
+ railInsetHorizontalTop: string;
4290
+ railInsetVerticalRight: string;
4291
+ railInsetVerticalLeft: string;
4292
+ railColor: string;
4293
+ }, any>;
4294
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
4295
+ labelLineHeight: string;
4296
+ fontSizeSmall: string;
4297
+ fontSizeMedium: string;
4298
+ fontSizeLarge: string;
4299
+ borderRadius: string;
4300
+ color: string;
4301
+ colorChecked: string;
4302
+ colorDisabled: string;
4303
+ colorDisabledChecked: string;
4304
+ colorTableHeader: string;
4305
+ colorTableHeaderModal: string;
4306
+ colorTableHeaderPopover: string;
4307
+ checkMarkColor: string;
4308
+ checkMarkColorDisabled: string;
4309
+ checkMarkColorDisabledChecked: string;
4310
+ border: string;
4311
+ borderDisabled: string;
4312
+ borderDisabledChecked: string;
4313
+ borderChecked: string;
4314
+ borderFocus: string;
4315
+ boxShadowFocus: string;
4316
+ textColor: string;
4317
+ textColorDisabled: string;
4318
+ sizeSmall: string;
4319
+ sizeMedium: string;
4320
+ sizeLarge: string;
4321
+ labelPadding: string;
4322
+ labelFontWeight: string;
4323
+ }, any>;
4324
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4325
+ fontSizeTiny: string;
4326
+ fontSizeSmall: string;
4327
+ fontSizeMedium: string;
4328
+ fontSizeLarge: string;
4329
+ fontSizeHuge: string;
4330
+ textColor: string;
4331
+ iconColor: string;
4332
+ extraTextColor: string;
4333
+ iconSizeTiny: string;
4334
+ iconSizeSmall: string;
4335
+ iconSizeMedium: string;
4336
+ iconSizeLarge: string;
4337
+ iconSizeHuge: string;
4338
+ }, any>;
4339
+ }>>;
4340
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
4341
+ menuBorderRadius: string;
4342
+ menuColor: string;
4343
+ menuBoxShadow: string;
4344
+ menuDividerColor: string;
4345
+ menuHeight: string;
4346
+ optionArrowColor: string;
4347
+ optionHeight: string;
4348
+ optionFontSize: string;
4349
+ optionColorHover: string;
4350
+ optionTextColor: string;
4351
+ optionTextColorActive: string;
4352
+ optionTextColorDisabled: string;
4353
+ optionCheckMarkColor: string;
4354
+ loadingColor: string;
4355
+ columnWidth: string;
4356
+ }, {
4357
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4358
+ optionFontSizeTiny: string;
4359
+ optionFontSizeSmall: string;
4360
+ optionFontSizeMedium: string;
4361
+ optionFontSizeLarge: string;
4362
+ optionFontSizeHuge: string;
4363
+ optionHeightTiny: string;
4364
+ optionHeightSmall: string;
4365
+ optionHeightMedium: string;
4366
+ optionHeightLarge: string;
4367
+ optionHeightHuge: string;
4368
+ borderRadius: string;
4369
+ color: string;
4370
+ groupHeaderTextColor: string;
4371
+ actionDividerColor: string;
4372
+ optionTextColor: string;
4373
+ optionTextColorPressed: string;
4374
+ optionTextColorDisabled: string;
4375
+ optionTextColorActive: string;
4376
+ optionOpacityDisabled: string;
4377
+ optionCheckColor: string;
4378
+ optionColorPending: string;
4379
+ optionColorActive: string;
4380
+ optionColorActivePending: string;
4381
+ actionTextColor: string;
4382
+ loadingColor: string;
4383
+ height: string;
4384
+ paddingTiny: string;
4385
+ paddingSmall: string;
4386
+ paddingMedium: string;
4387
+ paddingLarge: string;
4388
+ paddingHuge: string;
4389
+ optionPaddingTiny: string;
4390
+ optionPaddingSmall: string;
4391
+ optionPaddingMedium: string;
4392
+ optionPaddingLarge: string;
4393
+ optionPaddingHuge: string;
4394
+ loadingSize: string;
4395
+ }, {
4396
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4397
+ height: string;
4398
+ width: string;
4399
+ borderRadius: string;
4400
+ color: string;
4401
+ colorHover: string;
4402
+ railInsetHorizontalBottom: string;
4403
+ railInsetHorizontalTop: string;
4404
+ railInsetVerticalRight: string;
4405
+ railInsetVerticalLeft: string;
4406
+ railColor: string;
4407
+ }, any>;
4408
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4409
+ fontSizeTiny: string;
4410
+ fontSizeSmall: string;
4411
+ fontSizeMedium: string;
4412
+ fontSizeLarge: string;
4413
+ fontSizeHuge: string;
4414
+ textColor: string;
4415
+ iconColor: string;
4416
+ extraTextColor: string;
4417
+ iconSizeTiny: string;
4418
+ iconSizeSmall: string;
4419
+ iconSizeMedium: string;
4420
+ iconSizeLarge: string;
4421
+ iconSizeHuge: string;
4422
+ }, any>;
4423
+ }>;
4424
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
4425
+ fontSizeTiny: string;
4426
+ fontSizeSmall: string;
4427
+ fontSizeMedium: string;
4428
+ fontSizeLarge: string;
4429
+ heightTiny: string;
4430
+ heightSmall: string;
4431
+ heightMedium: string;
4432
+ heightLarge: string;
4433
+ borderRadius: string;
4434
+ fontWeight: string;
4435
+ textColor: string;
4436
+ textColorDisabled: string;
4437
+ placeholderColor: string;
4438
+ placeholderColorDisabled: string;
4439
+ color: string;
4440
+ colorDisabled: string;
4441
+ colorActive: string;
4442
+ border: string;
4443
+ borderHover: string;
4444
+ borderActive: string;
4445
+ borderFocus: string;
4446
+ boxShadowHover: string;
4447
+ boxShadowActive: string;
4448
+ boxShadowFocus: string;
4449
+ caretColor: string;
4450
+ arrowColor: string;
4451
+ arrowColorDisabled: string;
4452
+ loadingColor: string;
4453
+ borderWarning: string;
4454
+ borderHoverWarning: string;
4455
+ borderActiveWarning: string;
4456
+ borderFocusWarning: string;
4457
+ boxShadowHoverWarning: string;
4458
+ boxShadowActiveWarning: string;
4459
+ boxShadowFocusWarning: string;
4460
+ colorActiveWarning: string;
4461
+ caretColorWarning: string;
4462
+ borderError: string;
4463
+ borderHoverError: string;
4464
+ borderActiveError: string;
4465
+ borderFocusError: string;
4466
+ boxShadowHoverError: string;
4467
+ boxShadowActiveError: string;
4468
+ boxShadowFocusError: string;
4469
+ colorActiveError: string;
4470
+ caretColorError: string;
4471
+ clearColor: string;
4472
+ clearColorHover: string;
4473
+ clearColorPressed: string;
4474
+ paddingSingle: string;
4475
+ paddingMultiple: string;
4476
+ clearSize: string;
4477
+ arrowSize: string;
4478
+ }, {
4479
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
4480
+ fontSize: string;
4481
+ borderRadius: string;
4482
+ color: string;
4483
+ dividerColor: string;
4484
+ textColor: string;
4485
+ boxShadow: string;
4486
+ space: string;
4487
+ spaceArrow: string;
4488
+ arrowOffset: string;
4489
+ arrowOffsetVertical: string;
4490
+ arrowHeight: string;
4491
+ padding: string;
4492
+ }, {
4493
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4494
+ height: string;
4495
+ width: string;
4496
+ borderRadius: string;
4497
+ color: string;
4498
+ colorHover: string;
4499
+ railInsetHorizontalBottom: string;
4500
+ railInsetHorizontalTop: string;
4501
+ railInsetVerticalRight: string;
4502
+ railInsetVerticalLeft: string;
4503
+ railColor: string;
4504
+ }, any>;
4505
+ }>;
4506
+ }>;
4507
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4508
+ height: string;
4509
+ width: string;
4510
+ borderRadius: string;
4511
+ color: string;
4512
+ colorHover: string;
4513
+ railInsetHorizontalBottom: string;
4514
+ railInsetHorizontalTop: string;
4515
+ railInsetVerticalRight: string;
4516
+ railInsetVerticalLeft: string;
4517
+ railColor: string;
4518
+ }, any>;
4519
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
4520
+ labelLineHeight: string;
4521
+ fontSizeSmall: string;
4522
+ fontSizeMedium: string;
4523
+ fontSizeLarge: string;
4524
+ borderRadius: string;
4525
+ color: string;
4526
+ colorChecked: string;
4527
+ colorDisabled: string;
4528
+ colorDisabledChecked: string;
4529
+ colorTableHeader: string;
4530
+ colorTableHeaderModal: string;
4531
+ colorTableHeaderPopover: string;
4532
+ checkMarkColor: string;
4533
+ checkMarkColorDisabled: string;
4534
+ checkMarkColorDisabledChecked: string;
4535
+ border: string;
4536
+ borderDisabled: string;
4537
+ borderDisabledChecked: string;
4538
+ borderChecked: string;
4539
+ borderFocus: string;
4540
+ boxShadowFocus: string;
4541
+ textColor: string;
4542
+ textColorDisabled: string;
4543
+ sizeSmall: string;
4544
+ sizeMedium: string;
4545
+ sizeLarge: string;
4546
+ labelPadding: string;
4547
+ labelFontWeight: string;
4548
+ }, any>;
4549
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4550
+ fontSizeTiny: string;
4551
+ fontSizeSmall: string;
4552
+ fontSizeMedium: string;
4553
+ fontSizeLarge: string;
4554
+ fontSizeHuge: string;
4555
+ textColor: string;
4556
+ iconColor: string;
4557
+ extraTextColor: string;
4558
+ iconSizeTiny: string;
4559
+ iconSizeSmall: string;
4560
+ iconSizeMedium: string;
4561
+ iconSizeLarge: string;
4562
+ iconSizeHuge: string;
4563
+ }, any>;
4564
+ }>>>;
4565
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
4566
+ menuBorderRadius: string;
4567
+ menuColor: string;
4568
+ menuBoxShadow: string;
4569
+ menuDividerColor: string;
4570
+ menuHeight: string;
4571
+ optionArrowColor: string;
4572
+ optionHeight: string;
4573
+ optionFontSize: string;
4574
+ optionColorHover: string;
4575
+ optionTextColor: string;
4576
+ optionTextColorActive: string;
4577
+ optionTextColorDisabled: string;
4578
+ optionCheckMarkColor: string;
4579
+ loadingColor: string;
4580
+ columnWidth: string;
4581
+ }, {
4582
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4583
+ optionFontSizeTiny: string;
4584
+ optionFontSizeSmall: string;
4585
+ optionFontSizeMedium: string;
4586
+ optionFontSizeLarge: string;
4587
+ optionFontSizeHuge: string;
4588
+ optionHeightTiny: string;
4589
+ optionHeightSmall: string;
4590
+ optionHeightMedium: string;
4591
+ optionHeightLarge: string;
4592
+ optionHeightHuge: string;
4593
+ borderRadius: string;
4594
+ color: string;
4595
+ groupHeaderTextColor: string;
4596
+ actionDividerColor: string;
4597
+ optionTextColor: string;
4598
+ optionTextColorPressed: string;
4599
+ optionTextColorDisabled: string;
4600
+ optionTextColorActive: string;
4601
+ optionOpacityDisabled: string;
4602
+ optionCheckColor: string;
4603
+ optionColorPending: string;
4604
+ optionColorActive: string;
4605
+ optionColorActivePending: string;
4606
+ actionTextColor: string;
4607
+ loadingColor: string;
4608
+ height: string;
4609
+ paddingTiny: string;
4610
+ paddingSmall: string;
4611
+ paddingMedium: string;
4612
+ paddingLarge: string;
4613
+ paddingHuge: string;
4614
+ optionPaddingTiny: string;
4615
+ optionPaddingSmall: string;
4616
+ optionPaddingMedium: string;
4617
+ optionPaddingLarge: string;
4618
+ optionPaddingHuge: string;
4619
+ loadingSize: string;
4620
+ }, {
4621
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4622
+ height: string;
4623
+ width: string;
4624
+ borderRadius: string;
4625
+ color: string;
4626
+ colorHover: string;
4627
+ railInsetHorizontalBottom: string;
4628
+ railInsetHorizontalTop: string;
4629
+ railInsetVerticalRight: string;
4630
+ railInsetVerticalLeft: string;
4631
+ railColor: string;
4632
+ }, any>;
4633
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4634
+ fontSizeTiny: string;
4635
+ fontSizeSmall: string;
4636
+ fontSizeMedium: string;
4637
+ fontSizeLarge: string;
4638
+ fontSizeHuge: string;
4639
+ textColor: string;
4640
+ iconColor: string;
4641
+ extraTextColor: string;
4642
+ iconSizeTiny: string;
4643
+ iconSizeSmall: string;
4644
+ iconSizeMedium: string;
4645
+ iconSizeLarge: string;
4646
+ iconSizeHuge: string;
4647
+ }, any>;
4648
+ }>;
4649
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
4650
+ fontSizeTiny: string;
4651
+ fontSizeSmall: string;
4652
+ fontSizeMedium: string;
4653
+ fontSizeLarge: string;
4654
+ heightTiny: string;
4655
+ heightSmall: string;
4656
+ heightMedium: string;
4657
+ heightLarge: string;
4658
+ borderRadius: string;
4659
+ fontWeight: string;
4660
+ textColor: string;
4661
+ textColorDisabled: string;
4662
+ placeholderColor: string;
4663
+ placeholderColorDisabled: string;
4664
+ color: string;
4665
+ colorDisabled: string;
4666
+ colorActive: string;
4667
+ border: string;
4668
+ borderHover: string;
4669
+ borderActive: string;
4670
+ borderFocus: string;
4671
+ boxShadowHover: string;
4672
+ boxShadowActive: string;
4673
+ boxShadowFocus: string;
4674
+ caretColor: string;
4675
+ arrowColor: string;
4676
+ arrowColorDisabled: string;
4677
+ loadingColor: string;
4678
+ borderWarning: string;
4679
+ borderHoverWarning: string;
4680
+ borderActiveWarning: string;
4681
+ borderFocusWarning: string;
4682
+ boxShadowHoverWarning: string;
4683
+ boxShadowActiveWarning: string;
4684
+ boxShadowFocusWarning: string;
4685
+ colorActiveWarning: string;
4686
+ caretColorWarning: string;
4687
+ borderError: string;
4688
+ borderHoverError: string;
4689
+ borderActiveError: string;
4690
+ borderFocusError: string;
4691
+ boxShadowHoverError: string;
4692
+ boxShadowActiveError: string;
4693
+ boxShadowFocusError: string;
4694
+ colorActiveError: string;
4695
+ caretColorError: string;
4696
+ clearColor: string;
4697
+ clearColorHover: string;
4698
+ clearColorPressed: string;
4699
+ paddingSingle: string;
4700
+ paddingMultiple: string;
4701
+ clearSize: string;
4702
+ arrowSize: string;
4703
+ }, {
4704
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
4705
+ fontSize: string;
4706
+ borderRadius: string;
4707
+ color: string;
4708
+ dividerColor: string;
4709
+ textColor: string;
4710
+ boxShadow: string;
4711
+ space: string;
4712
+ spaceArrow: string;
4713
+ arrowOffset: string;
4714
+ arrowOffsetVertical: string;
4715
+ arrowHeight: string;
4716
+ padding: string;
4717
+ }, {
4718
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4719
+ height: string;
4720
+ width: string;
4721
+ borderRadius: string;
4722
+ color: string;
4723
+ colorHover: string;
4724
+ railInsetHorizontalBottom: string;
4725
+ railInsetHorizontalTop: string;
4726
+ railInsetVerticalRight: string;
4727
+ railInsetVerticalLeft: string;
4728
+ railColor: string;
4729
+ }, any>;
4730
+ }>;
4731
+ }>;
4732
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4733
+ height: string;
4734
+ width: string;
4735
+ borderRadius: string;
4736
+ color: string;
4737
+ colorHover: string;
4738
+ railInsetHorizontalBottom: string;
4739
+ railInsetHorizontalTop: string;
4740
+ railInsetVerticalRight: string;
4741
+ railInsetVerticalLeft: string;
4742
+ railColor: string;
4743
+ }, any>;
4744
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
4745
+ labelLineHeight: string;
4746
+ fontSizeSmall: string;
4747
+ fontSizeMedium: string;
4748
+ fontSizeLarge: string;
4749
+ borderRadius: string;
4750
+ color: string;
4751
+ colorChecked: string;
4752
+ colorDisabled: string;
4753
+ colorDisabledChecked: string;
4754
+ colorTableHeader: string;
4755
+ colorTableHeaderModal: string;
4756
+ colorTableHeaderPopover: string;
4757
+ checkMarkColor: string;
4758
+ checkMarkColorDisabled: string;
4759
+ checkMarkColorDisabledChecked: string;
4760
+ border: string;
4761
+ borderDisabled: string;
4762
+ borderDisabledChecked: string;
4763
+ borderChecked: string;
4764
+ borderFocus: string;
4765
+ boxShadowFocus: string;
4766
+ textColor: string;
4767
+ textColorDisabled: string;
4768
+ sizeSmall: string;
4769
+ sizeMedium: string;
4770
+ sizeLarge: string;
4771
+ labelPadding: string;
4772
+ labelFontWeight: string;
4773
+ }, any>;
4774
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4775
+ fontSizeTiny: string;
4776
+ fontSizeSmall: string;
4777
+ fontSizeMedium: string;
4778
+ fontSizeLarge: string;
4779
+ fontSizeHuge: string;
4780
+ textColor: string;
4781
+ iconColor: string;
4782
+ extraTextColor: string;
4783
+ iconSizeTiny: string;
4784
+ iconSizeSmall: string;
4785
+ iconSizeMedium: string;
4786
+ iconSizeLarge: string;
4787
+ iconSizeHuge: string;
4788
+ }, any>;
4789
+ }>>>;
4790
+ }>> & Readonly<{}>, {
4791
+ readonly disabled: boolean | undefined;
4792
+ readonly bordered: boolean | undefined;
4793
+ readonly to: string | boolean | HTMLElement;
4794
+ readonly clearable: boolean;
4795
+ readonly defaultValue: import('naive-ui/es/cascader/src/interface').Value | null;
4796
+ readonly placement: import('../../../../../../node_modules/vueuc').FollowerPlacement;
4797
+ readonly options: import('naive-ui').CascaderOption[];
4798
+ readonly show: boolean | undefined;
4799
+ readonly separator: string;
4800
+ readonly allowCheckingNotLoaded: boolean;
4801
+ readonly multiple: boolean;
4802
+ readonly filterable: boolean;
4803
+ readonly disabledField: string;
4804
+ readonly expandTrigger: import('naive-ui/es/cascader/src/interface').ExpandTrigger;
4805
+ readonly clearFilterAfterSelect: boolean;
4806
+ readonly remote: boolean;
4807
+ readonly cascade: boolean;
4808
+ readonly leafOnly: boolean;
4809
+ readonly showPath: boolean;
4810
+ readonly virtualScroll: boolean;
4811
+ readonly checkStrategy: import('../../../../../../node_modules/treemate').CheckStrategy;
4812
+ readonly valueField: string;
4813
+ readonly labelField: string;
4814
+ readonly childrenField: string;
4815
+ }, import('vue').SlotsType<import('naive-ui').CascaderSlots>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4816
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
4817
+ export default _default;