base6-ui 2.0.32 → 2.0.34

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 (1252) hide show
  1. package/dist/_internal/select-menu/styles/dark.d.ts +2 -0
  2. package/dist/_internal/select-menu/styles/index.d.ts +2 -0
  3. package/dist/_internal/select-menu/styles/light.d.ts +2 -0
  4. package/dist/_internal/selection/index.d.ts +0 -0
  5. package/dist/_internal/selection/styles/dark.d.ts +2 -0
  6. package/dist/_internal/selection/styles/index.d.ts +2 -0
  7. package/dist/_internal/selection/styles/light.d.ts +2 -0
  8. package/dist/_mixins/index.d.ts +2 -0
  9. package/dist/_mixins/use-boden-http-message.d.ts +10 -0
  10. package/dist/_mixins/use-locale.d.ts +17 -0
  11. package/dist/_styles/index.d.ts +1 -0
  12. package/dist/_styles/vars/base/dark.d.ts +3 -0
  13. package/dist/_styles/vars/base/index.d.ts +3 -0
  14. package/dist/_styles/vars/base/light.d.ts +54 -0
  15. package/dist/_styles/vars/colors/dark.d.ts +3 -0
  16. package/dist/_styles/vars/colors/index.d.ts +3 -0
  17. package/dist/_styles/vars/colors/light.d.ts +35 -0
  18. package/dist/_styles/vars/index.d.ts +2 -0
  19. package/dist/_themeOverrides/charts/dark.d.ts +398 -0
  20. package/dist/_themeOverrides/charts/index.d.ts +2 -0
  21. package/dist/_themeOverrides/charts/light.d.ts +396 -0
  22. package/dist/_types/_internal.d.ts +94 -0
  23. package/dist/_utils/index.d.ts +1 -0
  24. package/dist/components/alert/index.d.ts +0 -0
  25. package/dist/components/alert/styles/_common.d.ts +2 -0
  26. package/dist/components/alert/styles/dark.d.ts +2 -0
  27. package/dist/components/alert/styles/index.d.ts +2 -0
  28. package/dist/components/alert/styles/light.d.ts +2 -0
  29. package/dist/components/breadcrumb/styles/dark.d.ts +2 -0
  30. package/dist/components/breadcrumb/styles/index.d.ts +2 -0
  31. package/dist/components/breadcrumb/styles/light.d.ts +2 -0
  32. package/dist/components/button/index.d.ts +2 -2
  33. package/dist/components/button/src/button.d.ts +1352 -0
  34. package/dist/components/button/styles/_common.d.ts +2 -0
  35. package/dist/components/button/styles/dark.d.ts +2 -0
  36. package/dist/components/button/styles/index.d.ts +2 -0
  37. package/dist/components/button/styles/light.d.ts +2 -0
  38. package/dist/components/card/index.d.ts +0 -0
  39. package/dist/components/card/styles/dark.d.ts +2 -0
  40. package/dist/components/card/styles/index.d.ts +2 -0
  41. package/dist/components/card/styles/light.d.ts +2 -0
  42. package/dist/components/cascader/index.d.ts +2 -2
  43. package/dist/components/cascader/src/cascader.d.ts +1597 -0
  44. package/dist/components/cascader/src/cssVar.d.ts +10 -0
  45. package/dist/components/cascader/styles/_common.d.ts +2 -0
  46. package/dist/components/cascader/styles/dark.d.ts +2 -0
  47. package/dist/components/cascader/styles/index.d.ts +2 -0
  48. package/dist/components/cascader/styles/light.d.ts +2 -0
  49. package/dist/components/checkbox/index.d.ts +0 -0
  50. package/dist/components/checkbox/styles/_common.d.ts +2 -0
  51. package/dist/components/checkbox/styles/dark.d.ts +2 -0
  52. package/dist/components/checkbox/styles/index.d.ts +2 -0
  53. package/dist/components/checkbox/styles/light.d.ts +2 -0
  54. package/dist/components/config-provider/config-provider.d.ts +2 -2
  55. package/dist/components/data-table/index.d.ts +2 -2
  56. package/dist/components/data-table/styles/_common.d.ts +2 -0
  57. package/dist/components/data-table/styles/dark.d.ts +2 -0
  58. package/dist/components/data-table/styles/index.d.ts +2 -0
  59. package/dist/components/data-table/styles/light.d.ts +2 -0
  60. package/dist/components/date-picker/index.d.ts +0 -0
  61. package/dist/components/date-picker/styles/dark.d.ts +2 -0
  62. package/dist/components/date-picker/styles/index.d.ts +2 -0
  63. package/dist/components/date-picker/styles/light.d.ts +2 -0
  64. package/dist/components/dialog/index.d.ts +2 -2
  65. package/dist/components/dialog/src/index.vue.d.ts +58 -0
  66. package/dist/components/dialog/styles/_common.d.ts +2 -0
  67. package/dist/components/dialog/styles/dark.d.ts +2 -0
  68. package/dist/components/dialog/styles/index.d.ts +2 -0
  69. package/dist/components/dialog/styles/light.d.ts +2 -0
  70. package/dist/components/divider/styles/index.d.ts +1 -0
  71. package/dist/components/divider/styles/light.d.ts +2 -0
  72. package/dist/components/dropdown/styles/_common.d.ts +2 -0
  73. package/dist/components/dropdown/styles/dark.d.ts +2 -0
  74. package/dist/components/dropdown/styles/index.d.ts +2 -0
  75. package/dist/components/dropdown/styles/light.d.ts +2 -0
  76. package/dist/components/form/styles/_common.d.ts +2 -0
  77. package/dist/components/form/styles/dark.d.ts +2 -0
  78. package/dist/components/form/styles/index.d.ts +2 -0
  79. package/dist/components/form/styles/light.d.ts +2 -0
  80. package/dist/components/index.d.ts +1 -1
  81. package/dist/components/input/styles/_common.d.ts +2 -0
  82. package/dist/components/input/styles/dark.d.ts +2 -0
  83. package/dist/components/input/styles/index.d.ts +2 -0
  84. package/dist/components/input/styles/light.d.ts +2 -0
  85. package/dist/components/input-number/index.d.ts +1 -1
  86. package/dist/components/input-number/styles/_common.d.ts +3 -0
  87. package/dist/components/input-number/styles/dark.d.ts +3 -0
  88. package/dist/components/input-number/styles/index.d.ts +2 -0
  89. package/dist/components/input-number/styles/light.d.ts +3 -0
  90. package/dist/components/layout/aside-menu/aside-menu.d.ts +1 -1
  91. package/dist/components/layout/styles/dark.d.ts +6 -0
  92. package/dist/components/layout/styles/index.d.ts +2 -0
  93. package/dist/components/layout/styles/light.d.ts +6 -0
  94. package/dist/components/layout/types.d.ts +1 -1
  95. package/dist/components/menu/styles/dark.d.ts +2 -0
  96. package/dist/components/menu/styles/index.d.ts +2 -0
  97. package/dist/components/menu/styles/light.d.ts +2 -0
  98. package/dist/components/pagination/styles/_common.d.ts +2 -0
  99. package/dist/components/pagination/styles/dark.d.ts +2 -0
  100. package/dist/components/pagination/styles/index.d.ts +2 -0
  101. package/dist/components/pagination/styles/light.d.ts +2 -0
  102. package/dist/components/popconfirm/styles/_common.d.ts +2 -0
  103. package/dist/components/popconfirm/styles/dark.d.ts +2 -0
  104. package/dist/components/popconfirm/styles/index.d.ts +2 -0
  105. package/dist/components/popconfirm/styles/light.d.ts +2 -0
  106. package/dist/components/popover/styles/_common.d.ts +2 -0
  107. package/dist/components/popover/styles/dark.d.ts +2 -0
  108. package/dist/components/popover/styles/index.d.ts +2 -0
  109. package/dist/components/popover/styles/light.d.ts +2 -0
  110. package/dist/components/progress/index.d.ts +1 -389
  111. package/dist/components/progress/src/cssVar.d.ts +8 -0
  112. package/dist/components/progress/src/progress.d.ts +389 -0
  113. package/dist/components/progress/styles/dark.d.ts +2 -0
  114. package/dist/components/progress/styles/index.d.ts +2 -0
  115. package/dist/components/progress/styles/light.d.ts +2 -0
  116. package/dist/components/radio/index.d.ts +1 -1
  117. package/dist/components/radio/src/cssVar.d.ts +5 -0
  118. package/dist/components/radio/src/radio.vue.d.ts +23 -0
  119. package/dist/components/radio/styles/dark.d.ts +2 -0
  120. package/dist/components/radio/styles/index.d.ts +2 -0
  121. package/dist/components/radio/styles/light.d.ts +2 -0
  122. package/dist/components/select/src/select.d.ts +10 -10
  123. package/dist/components/select/styles/dark.d.ts +2 -0
  124. package/dist/components/select/styles/index.d.ts +2 -0
  125. package/dist/components/select/styles/light.d.ts +2 -0
  126. package/dist/components/slider/index.d.ts +1 -1
  127. package/dist/components/slider/src/slider.vue.d.ts +28 -0
  128. package/dist/components/slider/styles/dark.d.ts +3 -0
  129. package/dist/components/slider/styles/index.d.ts +2 -0
  130. package/dist/components/slider/styles/light.d.ts +3 -0
  131. package/dist/components/steps/index.d.ts +1 -1
  132. package/dist/components/steps/styles/_common.d.ts +2 -0
  133. package/dist/components/steps/styles/dark.d.ts +2 -0
  134. package/dist/components/steps/styles/index.d.ts +2 -0
  135. package/dist/components/steps/styles/light.d.ts +2 -0
  136. package/dist/components/switch/index.d.ts +1 -1
  137. package/dist/components/switch/src/cssVar.d.ts +7 -0
  138. package/dist/components/switch/src/switch.vue.d.ts +23 -0
  139. package/dist/components/switch/styles/_common.d.ts +2 -0
  140. package/dist/components/switch/styles/dark.d.ts +2 -0
  141. package/dist/components/switch/styles/index.d.ts +2 -0
  142. package/dist/components/switch/styles/light.d.ts +2 -0
  143. package/dist/components/tabs/index.d.ts +2 -2
  144. package/dist/components/tabs/src/cssVar.d.ts +4 -0
  145. package/dist/components/tabs/src/tabs.d.ts +699 -0
  146. package/dist/components/tabs/styles/_common.d.ts +2 -0
  147. package/dist/components/tabs/styles/dark.d.ts +2 -0
  148. package/dist/components/tabs/styles/index.d.ts +2 -0
  149. package/dist/components/tabs/styles/light.d.ts +2 -0
  150. package/dist/components/tag/styles/_common.d.ts +2 -0
  151. package/dist/components/tag/styles/dark.d.ts +2 -0
  152. package/dist/components/tag/styles/index.d.ts +2 -0
  153. package/dist/components/tag/styles/light.d.ts +2 -0
  154. package/dist/components/tooltip/styles/_common.d.ts +2 -0
  155. package/dist/components/tooltip/styles/dark.d.ts +2 -0
  156. package/dist/components/tooltip/styles/index.d.ts +2 -0
  157. package/dist/components/tooltip/styles/light.d.ts +2 -0
  158. package/dist/components/transfer/styles/dark.d.ts +2 -0
  159. package/dist/components/transfer/styles/index.d.ts +2 -0
  160. package/dist/components/transfer/styles/light.d.ts +2 -0
  161. package/dist/components/tree/styles/dark.d.ts +2 -0
  162. package/dist/components/tree/styles/index.d.ts +2 -0
  163. package/dist/components/tree/styles/light.d.ts +2 -0
  164. package/dist/config/index.d.ts +1 -1
  165. package/dist/config/themes/dark.d.ts +1 -1
  166. package/dist/config/themes/index.d.ts +2 -6
  167. package/dist/config/themes/light.d.ts +1 -1
  168. package/dist/index.css +1 -1
  169. package/dist/index.d.ts +4 -2
  170. package/dist/index.umd.js +10 -10
  171. package/dist/locale/http/en-us.d.ts +11 -0
  172. package/dist/locale/index.d.ts +2 -2
  173. package/es/_internal/select-menu/styles/dark.d.ts +2 -0
  174. package/es/_internal/select-menu/styles/dark.mjs +18 -0
  175. package/es/_internal/select-menu/styles/index.d.ts +2 -0
  176. package/es/_internal/select-menu/styles/light.d.ts +2 -0
  177. package/es/_internal/select-menu/styles/light.mjs +17 -0
  178. package/es/_internal/selection/index.d.ts +0 -0
  179. package/es/_internal/selection/styles/dark.d.ts +2 -0
  180. package/es/_internal/selection/styles/dark.mjs +22 -0
  181. package/es/_internal/selection/styles/index.d.ts +2 -0
  182. package/es/_internal/selection/styles/light.d.ts +2 -0
  183. package/es/_internal/selection/styles/light.mjs +20 -0
  184. package/es/_mixins/index.d.ts +2 -0
  185. package/es/_mixins/use-boden-http-message.d.ts +10 -0
  186. package/es/_mixins/use-boden-http-message.mjs +19 -0
  187. package/es/_mixins/use-locale.d.ts +17 -0
  188. package/es/_styles/index.d.ts +1 -0
  189. package/es/_styles/vars/base/dark.d.ts +3 -0
  190. package/es/_styles/vars/base/dark.mjs +60 -0
  191. package/es/_styles/vars/base/index.d.ts +3 -0
  192. package/es/_styles/vars/base/light.d.ts +54 -0
  193. package/es/_styles/vars/colors/dark.d.ts +3 -0
  194. package/es/_styles/vars/colors/dark.mjs +38 -0
  195. package/es/_styles/vars/colors/index.d.ts +3 -0
  196. package/es/_styles/vars/colors/light.d.ts +35 -0
  197. package/es/_styles/vars/colors/light.mjs +37 -0
  198. package/es/_styles/vars/index.d.ts +2 -0
  199. package/es/_themeOverrides/charts/dark.d.ts +398 -0
  200. package/es/_themeOverrides/charts/dark.mjs +429 -0
  201. package/es/_themeOverrides/charts/index.d.ts +2 -0
  202. package/es/_themeOverrides/charts/light.d.ts +396 -0
  203. package/es/_themeOverrides/charts/light.mjs +428 -0
  204. package/es/_types/_internal.d.ts +94 -0
  205. package/es/_utils/index.d.ts +1 -0
  206. package/es/components/alert/index.d.ts +0 -0
  207. package/es/components/alert/styles/_common.d.ts +2 -0
  208. package/es/components/alert/styles/_common.mjs +9 -0
  209. package/es/components/alert/styles/dark.d.ts +2 -0
  210. package/es/components/alert/styles/dark.mjs +23 -0
  211. package/es/components/alert/styles/index.d.ts +2 -0
  212. package/es/components/alert/styles/light.d.ts +2 -0
  213. package/es/components/alert/styles/light.mjs +20 -0
  214. package/es/components/breadcrumb/styles/dark.d.ts +2 -0
  215. package/es/components/breadcrumb/styles/dark.mjs +24 -0
  216. package/es/components/breadcrumb/styles/index.d.ts +2 -0
  217. package/es/components/breadcrumb/styles/light.d.ts +2 -0
  218. package/es/components/breadcrumb/styles/light.mjs +25 -0
  219. package/es/components/button/index.d.ts +2 -2
  220. package/es/components/button/src/button.d.ts +1352 -0
  221. package/es/components/button/src/button.mjs +28 -0
  222. package/es/components/button/styles/_common.d.ts +2 -0
  223. package/es/components/button/styles/_common.mjs +19 -0
  224. package/es/components/button/styles/dark.d.ts +2 -0
  225. package/es/components/button/styles/dark.mjs +120 -0
  226. package/es/components/button/styles/index.d.ts +2 -0
  227. package/es/components/button/styles/light.d.ts +2 -0
  228. package/es/components/button/styles/light.mjs +99 -0
  229. package/es/components/button-list/src/button-list.mjs +2 -2
  230. package/es/components/card/index.d.ts +0 -0
  231. package/es/components/card/styles/dark.d.ts +2 -0
  232. package/es/components/card/styles/dark.mjs +17 -0
  233. package/es/components/card/styles/index.d.ts +2 -0
  234. package/es/components/card/styles/light.d.ts +2 -0
  235. package/es/components/card/styles/light.mjs +17 -0
  236. package/es/components/cascader/index.d.ts +2 -2
  237. package/es/components/cascader/src/cascader.d.ts +1597 -0
  238. package/es/components/cascader/src/cascader.mjs +38 -0
  239. package/es/components/cascader/src/cssVar.d.ts +10 -0
  240. package/es/components/cascader/src/cssVar.mjs +14 -0
  241. package/es/components/cascader/styles/_common.d.ts +2 -0
  242. package/es/components/cascader/styles/_common.mjs +9 -0
  243. package/es/components/cascader/styles/dark.d.ts +2 -0
  244. package/es/components/cascader/styles/dark.mjs +25 -0
  245. package/es/components/cascader/styles/index.d.ts +2 -0
  246. package/es/components/cascader/styles/light.d.ts +2 -0
  247. package/es/components/cascader/styles/light.mjs +24 -0
  248. package/es/components/checkbox/index.d.ts +0 -0
  249. package/es/components/checkbox/styles/_common.d.ts +2 -0
  250. package/es/components/checkbox/styles/_common.mjs +7 -0
  251. package/es/components/checkbox/styles/dark.d.ts +2 -0
  252. package/es/components/checkbox/styles/dark.mjs +22 -0
  253. package/es/components/checkbox/styles/index.d.ts +2 -0
  254. package/es/components/checkbox/styles/light.d.ts +2 -0
  255. package/es/components/checkbox/styles/light.mjs +21 -0
  256. package/es/components/config-provider/config-provider.d.ts +2 -2
  257. package/es/components/data-table/index.d.ts +2 -2
  258. package/es/components/data-table/src/data-table.mjs +73 -0
  259. package/es/components/data-table/styles/_common.d.ts +2 -0
  260. package/es/components/data-table/styles/_common.mjs +14 -0
  261. package/es/components/data-table/styles/dark.d.ts +2 -0
  262. package/es/components/data-table/styles/dark.mjs +27 -0
  263. package/es/components/data-table/styles/index.d.ts +2 -0
  264. package/es/components/data-table/styles/light.d.ts +2 -0
  265. package/es/components/data-table/styles/light.mjs +19 -0
  266. package/es/components/date-picker/index.d.ts +0 -0
  267. package/es/components/date-picker/styles/dark.d.ts +2 -0
  268. package/es/components/date-picker/styles/dark.mjs +13 -0
  269. package/es/components/date-picker/styles/index.d.ts +2 -0
  270. package/es/components/date-picker/styles/light.d.ts +2 -0
  271. package/es/components/date-picker/styles/light.mjs +13 -0
  272. package/es/components/dialog/index.d.ts +2 -2
  273. package/es/components/dialog/src/index.vue.d.ts +58 -0
  274. package/es/components/dialog/src/index.vue.mjs +151 -0
  275. package/es/components/dialog/styles/_common.d.ts +2 -0
  276. package/es/components/dialog/styles/_common.mjs +12 -0
  277. package/es/components/dialog/styles/dark.d.ts +2 -0
  278. package/es/components/dialog/styles/dark.mjs +18 -0
  279. package/es/components/dialog/styles/index.d.ts +2 -0
  280. package/es/components/dialog/styles/light.d.ts +2 -0
  281. package/es/components/dialog/styles/light.mjs +17 -0
  282. package/es/components/divider/styles/index.d.ts +1 -0
  283. package/es/components/divider/styles/light.d.ts +2 -0
  284. package/es/components/divider/styles/light.mjs +8 -0
  285. package/es/components/dropdown/styles/_common.d.ts +2 -0
  286. package/es/components/dropdown/styles/_common.mjs +6 -0
  287. package/es/components/dropdown/styles/dark.d.ts +2 -0
  288. package/es/components/dropdown/styles/dark.mjs +12 -0
  289. package/es/components/dropdown/styles/index.d.ts +2 -0
  290. package/es/components/dropdown/styles/light.d.ts +2 -0
  291. package/es/components/dropdown/styles/light.mjs +12 -0
  292. package/es/components/form/styles/_common.d.ts +2 -0
  293. package/es/components/form/styles/_common.mjs +12 -0
  294. package/es/components/form/styles/dark.d.ts +2 -0
  295. package/es/components/form/styles/dark.mjs +12 -0
  296. package/es/components/form/styles/index.d.ts +2 -0
  297. package/es/components/form/styles/light.d.ts +2 -0
  298. package/es/components/form/styles/light.mjs +12 -0
  299. package/es/components/global-header/index.vue.mjs +64 -54
  300. package/es/components/index.d.ts +1 -1
  301. package/es/components/input/styles/_common.d.ts +2 -0
  302. package/es/components/input/styles/_common.mjs +10 -0
  303. package/es/components/input/styles/dark.d.ts +2 -0
  304. package/es/components/input/styles/dark.mjs +30 -0
  305. package/es/components/input/styles/index.d.ts +2 -0
  306. package/es/components/input/styles/light.d.ts +2 -0
  307. package/es/components/input/styles/light.mjs +28 -0
  308. package/es/components/input-number/index.d.ts +1 -1
  309. package/es/components/input-number/src/input-number.vue.mjs +7 -0
  310. package/es/components/input-number/src/input-number.vue2.mjs +144 -0
  311. package/es/components/input-number/styles/_common.d.ts +3 -0
  312. package/es/components/input-number/styles/_common.mjs +14 -0
  313. package/es/components/input-number/styles/dark.d.ts +3 -0
  314. package/es/components/input-number/styles/dark.mjs +22 -0
  315. package/es/components/input-number/styles/index.d.ts +2 -0
  316. package/es/components/input-number/styles/light.d.ts +3 -0
  317. package/es/components/input-number/styles/light.mjs +19 -0
  318. package/es/components/layout/aside/index.vue.mjs +2 -2
  319. package/es/components/layout/aside/index.vue2.mjs +4 -3
  320. package/es/components/layout/aside-menu/aside-menu.d.ts +1 -1
  321. package/es/components/layout/components/WrapHeader.vue2.mjs +7 -0
  322. package/es/components/layout/index.vue2.mjs +1 -1
  323. package/es/components/layout/styles/dark.d.ts +6 -0
  324. package/es/components/layout/styles/dark.mjs +12 -0
  325. package/es/components/layout/styles/index.d.ts +2 -0
  326. package/es/components/layout/styles/light.d.ts +6 -0
  327. package/es/components/layout/styles/light.mjs +13 -0
  328. package/es/components/layout/types.d.ts +1 -1
  329. package/es/components/menu/styles/dark.d.ts +2 -0
  330. package/es/components/menu/styles/dark.mjs +34 -0
  331. package/es/components/menu/styles/index.d.ts +2 -0
  332. package/es/components/menu/styles/light.d.ts +2 -0
  333. package/es/components/menu/styles/light.mjs +33 -0
  334. package/es/components/nav-icon/cssVar.mjs +6 -57
  335. package/es/components/pagination/styles/_common.d.ts +2 -0
  336. package/es/components/pagination/styles/_common.mjs +14 -0
  337. package/es/components/pagination/styles/dark.d.ts +2 -0
  338. package/es/components/pagination/styles/dark.mjs +33 -0
  339. package/es/components/pagination/styles/index.d.ts +2 -0
  340. package/es/components/pagination/styles/light.d.ts +2 -0
  341. package/es/components/pagination/styles/light.mjs +51 -0
  342. package/es/components/platform-header-navigation/src/useCssVars.mjs +16 -67
  343. package/es/components/platform-navigation/cssVar.mjs +26 -77
  344. package/es/components/platform-navigation/index.vue.mjs +1 -1
  345. package/es/components/platform-navigation/index.vue2.mjs +102 -153
  346. package/es/components/popconfirm/styles/_common.d.ts +2 -0
  347. package/es/components/popconfirm/styles/_common.mjs +7 -0
  348. package/es/components/popconfirm/styles/dark.d.ts +2 -0
  349. package/es/components/popconfirm/styles/dark.mjs +16 -0
  350. package/es/components/popconfirm/styles/index.d.ts +2 -0
  351. package/es/components/popconfirm/styles/light.d.ts +2 -0
  352. package/es/components/popconfirm/styles/light.mjs +16 -0
  353. package/es/components/popover/styles/_common.d.ts +2 -0
  354. package/es/components/popover/styles/_common.mjs +7 -0
  355. package/es/components/popover/styles/dark.d.ts +2 -0
  356. package/es/components/popover/styles/dark.mjs +11 -0
  357. package/es/components/popover/styles/index.d.ts +2 -0
  358. package/es/components/popover/styles/light.d.ts +2 -0
  359. package/es/components/popover/styles/light.mjs +12 -0
  360. package/es/components/progress/index.d.ts +1 -389
  361. package/es/components/progress/src/cssVar.d.ts +8 -0
  362. package/es/components/progress/src/cssVar.mjs +17 -0
  363. package/es/components/progress/src/progress.d.ts +389 -0
  364. package/es/components/progress/src/progress.mjs +69 -0
  365. package/es/components/progress/styles/dark.d.ts +2 -0
  366. package/es/components/progress/styles/dark.mjs +22 -0
  367. package/es/components/progress/styles/index.d.ts +2 -0
  368. package/es/components/progress/styles/light.d.ts +2 -0
  369. package/es/components/progress/styles/light.mjs +22 -0
  370. package/es/components/radio/index.d.ts +1 -1
  371. package/es/components/radio/src/cssVar.d.ts +5 -0
  372. package/es/components/radio/src/cssVar.mjs +9 -0
  373. package/es/components/radio/src/radio.vue.d.ts +23 -0
  374. package/es/components/radio/src/radio.vue.mjs +7 -0
  375. package/es/components/radio/src/radio.vue2.mjs +32 -0
  376. package/es/components/radio/styles/dark.d.ts +2 -0
  377. package/es/components/radio/styles/dark.mjs +21 -0
  378. package/es/components/radio/styles/index.d.ts +2 -0
  379. package/es/components/radio/styles/light.d.ts +2 -0
  380. package/es/components/radio/styles/light.mjs +19 -0
  381. package/es/components/select/src/cssVar.mjs +7 -58
  382. package/es/components/select/src/select.d.ts +10 -10
  383. package/es/components/select/styles/dark.d.ts +2 -0
  384. package/es/components/select/styles/dark.mjs +17 -0
  385. package/es/components/select/styles/index.d.ts +2 -0
  386. package/es/components/select/styles/light.d.ts +2 -0
  387. package/es/components/select/styles/light.mjs +17 -0
  388. package/es/components/shape-button/src/cssVar.mjs +8 -59
  389. package/es/components/slider/index.d.ts +1 -1
  390. package/es/components/slider/src/slider.vue.d.ts +28 -0
  391. package/es/components/slider/src/slider.vue.mjs +7 -0
  392. package/es/components/slider/src/slider.vue2.mjs +111 -0
  393. package/es/components/slider/styles/dark.d.ts +3 -0
  394. package/es/components/slider/styles/dark.mjs +18 -0
  395. package/es/components/slider/styles/index.d.ts +2 -0
  396. package/es/components/slider/styles/light.d.ts +3 -0
  397. package/es/components/slider/styles/light.mjs +18 -0
  398. package/es/components/steps/index.d.ts +1 -1
  399. package/es/components/steps/src/steps.mjs +27 -0
  400. package/es/components/steps/styles/_common.d.ts +2 -0
  401. package/es/components/steps/styles/_common.mjs +22 -0
  402. package/es/components/steps/styles/dark.d.ts +2 -0
  403. package/es/components/steps/styles/dark.mjs +48 -0
  404. package/es/components/steps/styles/index.d.ts +2 -0
  405. package/es/components/steps/styles/light.d.ts +2 -0
  406. package/es/components/steps/styles/light.mjs +48 -0
  407. package/es/components/switch/index.d.ts +1 -1
  408. package/es/components/switch/src/cssVar.d.ts +7 -0
  409. package/es/components/switch/src/cssVar.mjs +11 -0
  410. package/es/components/switch/src/switch.vue.d.ts +23 -0
  411. package/es/components/switch/src/switch.vue.mjs +7 -0
  412. package/es/components/switch/src/switch.vue2.mjs +32 -0
  413. package/es/components/switch/styles/_common.d.ts +2 -0
  414. package/es/components/switch/styles/_common.mjs +13 -0
  415. package/es/components/switch/styles/dark.d.ts +2 -0
  416. package/es/components/switch/styles/dark.mjs +16 -0
  417. package/es/components/switch/styles/index.d.ts +2 -0
  418. package/es/components/switch/styles/light.d.ts +2 -0
  419. package/es/components/switch/styles/light.mjs +16 -0
  420. package/es/components/system-actions/index.vue.mjs +2 -2
  421. package/es/components/system-actions/index.vue2.mjs +2 -2
  422. package/es/components/tabs/index.d.ts +2 -2
  423. package/es/components/tabs/src/cssVar.d.ts +4 -0
  424. package/es/components/tabs/src/cssVar.mjs +8 -0
  425. package/es/components/tabs/src/tabs.d.ts +699 -0
  426. package/es/components/tabs/src/tabs.mjs +44 -0
  427. package/es/components/tabs/styles/_common.d.ts +2 -0
  428. package/es/components/tabs/styles/_common.mjs +50 -0
  429. package/es/components/tabs/styles/dark.d.ts +2 -0
  430. package/es/components/tabs/styles/dark.mjs +68 -0
  431. package/es/components/tabs/styles/index.d.ts +2 -0
  432. package/es/components/tabs/styles/light.d.ts +2 -0
  433. package/es/components/tabs/styles/light.mjs +69 -0
  434. package/es/components/tag/styles/_common.d.ts +2 -0
  435. package/es/components/tag/styles/_common.mjs +17 -0
  436. package/es/components/tag/styles/dark.d.ts +2 -0
  437. package/es/components/tag/styles/dark.mjs +25 -0
  438. package/es/components/tag/styles/index.d.ts +2 -0
  439. package/es/components/tag/styles/light.d.ts +2 -0
  440. package/es/components/tag/styles/light.mjs +25 -0
  441. package/es/components/tooltip/styles/_common.d.ts +2 -0
  442. package/es/components/tooltip/styles/_common.mjs +7 -0
  443. package/es/components/tooltip/styles/dark.d.ts +2 -0
  444. package/es/components/tooltip/styles/dark.mjs +16 -0
  445. package/es/components/tooltip/styles/index.d.ts +2 -0
  446. package/es/components/tooltip/styles/light.d.ts +2 -0
  447. package/es/components/tooltip/styles/light.mjs +16 -0
  448. package/es/components/transfer/styles/dark.d.ts +2 -0
  449. package/es/components/transfer/styles/dark.mjs +13 -0
  450. package/es/components/transfer/styles/index.d.ts +2 -0
  451. package/es/components/transfer/styles/light.d.ts +2 -0
  452. package/es/components/transfer/styles/light.mjs +11 -0
  453. package/es/components/tree/styles/dark.d.ts +2 -0
  454. package/es/components/tree/styles/dark.mjs +28 -0
  455. package/es/components/tree/styles/index.d.ts +2 -0
  456. package/es/components/tree/styles/light.d.ts +2 -0
  457. package/es/components/tree/styles/light.mjs +11 -0
  458. package/es/config/index.d.ts +1 -1
  459. package/es/config/themes/common/dark.mjs +26 -25
  460. package/es/config/themes/common/light.mjs +6 -5
  461. package/es/config/themes/dark.d.ts +1 -1
  462. package/es/config/themes/dark.mjs +90 -52
  463. package/es/config/themes/index.d.ts +2 -6
  464. package/es/config/themes/index.mjs +63 -57
  465. package/es/config/themes/light.d.ts +1 -1
  466. package/es/config/themes/light.mjs +92 -54
  467. package/es/index.css +1 -1
  468. package/es/index.d.ts +4 -2
  469. package/es/index.mjs +116 -116
  470. package/es/locale/http/en-us.d.ts +11 -0
  471. package/es/locale/http/en-us.mjs +11 -0
  472. package/es/locale/http/zh-cn.mjs +14 -2
  473. package/es/locale/index.d.ts +2 -2
  474. package/lib/_internal/select-menu/styles/dark.d.ts +2 -0
  475. package/lib/_internal/select-menu/styles/dark.js +1 -0
  476. package/lib/_internal/select-menu/styles/index.d.ts +2 -0
  477. package/lib/_internal/select-menu/styles/light.d.ts +2 -0
  478. package/lib/_internal/select-menu/styles/light.js +1 -0
  479. package/lib/_internal/selection/index.d.ts +0 -0
  480. package/lib/_internal/selection/styles/dark.d.ts +2 -0
  481. package/lib/_internal/selection/styles/dark.js +1 -0
  482. package/lib/_internal/selection/styles/index.d.ts +2 -0
  483. package/lib/_internal/selection/styles/light.d.ts +2 -0
  484. package/lib/_internal/selection/styles/light.js +1 -0
  485. package/lib/_mixins/index.d.ts +2 -0
  486. package/lib/_mixins/use-boden-http-message.d.ts +10 -0
  487. package/lib/_mixins/use-boden-http-message.js +1 -0
  488. package/lib/_mixins/use-locale.d.ts +17 -0
  489. package/lib/_styles/index.d.ts +1 -0
  490. package/lib/_styles/vars/base/dark.d.ts +3 -0
  491. package/lib/_styles/vars/base/dark.js +1 -0
  492. package/lib/_styles/vars/base/index.d.ts +3 -0
  493. package/lib/_styles/vars/base/light.d.ts +54 -0
  494. package/lib/_styles/vars/colors/dark.d.ts +3 -0
  495. package/lib/_styles/vars/colors/dark.js +1 -0
  496. package/lib/_styles/vars/colors/index.d.ts +3 -0
  497. package/lib/_styles/vars/colors/light.d.ts +35 -0
  498. package/lib/_styles/vars/colors/light.js +1 -0
  499. package/lib/_styles/vars/index.d.ts +2 -0
  500. package/lib/_themeOverrides/charts/dark.d.ts +398 -0
  501. package/lib/_themeOverrides/charts/dark.js +1 -0
  502. package/lib/_themeOverrides/charts/index.d.ts +2 -0
  503. package/lib/_themeOverrides/charts/light.d.ts +396 -0
  504. package/lib/_themeOverrides/charts/light.js +1 -0
  505. package/lib/_types/_internal.d.ts +94 -0
  506. package/lib/_utils/index.d.ts +1 -0
  507. package/lib/components/alert/index.d.ts +0 -0
  508. package/lib/components/alert/styles/_common.d.ts +2 -0
  509. package/lib/components/alert/styles/_common.js +1 -0
  510. package/lib/components/alert/styles/dark.d.ts +2 -0
  511. package/lib/components/alert/styles/dark.js +1 -0
  512. package/lib/components/alert/styles/index.d.ts +2 -0
  513. package/lib/components/alert/styles/light.d.ts +2 -0
  514. package/lib/components/alert/styles/light.js +1 -0
  515. package/lib/components/breadcrumb/styles/dark.d.ts +2 -0
  516. package/lib/components/breadcrumb/styles/dark.js +1 -0
  517. package/lib/components/breadcrumb/styles/index.d.ts +2 -0
  518. package/lib/components/breadcrumb/styles/light.d.ts +2 -0
  519. package/lib/components/breadcrumb/styles/light.js +1 -0
  520. package/lib/components/button/index.d.ts +2 -2
  521. package/lib/components/button/src/button.d.ts +1352 -0
  522. package/lib/components/button/src/button.js +1 -0
  523. package/lib/components/button/styles/_common.d.ts +2 -0
  524. package/lib/components/button/styles/_common.js +1 -0
  525. package/lib/components/button/styles/dark.d.ts +2 -0
  526. package/lib/components/button/styles/dark.js +1 -0
  527. package/lib/components/button/styles/index.d.ts +2 -0
  528. package/lib/components/button/styles/light.d.ts +2 -0
  529. package/lib/components/button/styles/light.js +1 -0
  530. package/lib/components/button-list/src/button-list.js +1 -1
  531. package/lib/components/card/index.d.ts +0 -0
  532. package/lib/components/card/styles/dark.d.ts +2 -0
  533. package/lib/components/card/styles/dark.js +1 -0
  534. package/lib/components/card/styles/index.d.ts +2 -0
  535. package/lib/components/card/styles/light.d.ts +2 -0
  536. package/lib/components/card/styles/light.js +1 -0
  537. package/lib/components/cascader/index.d.ts +2 -2
  538. package/lib/components/cascader/src/cascader.d.ts +1597 -0
  539. package/lib/components/cascader/src/cascader.js +1 -0
  540. package/lib/components/cascader/src/cssVar.d.ts +10 -0
  541. package/lib/components/cascader/src/cssVar.js +1 -0
  542. package/lib/components/cascader/styles/_common.d.ts +2 -0
  543. package/lib/components/cascader/styles/_common.js +1 -0
  544. package/lib/components/cascader/styles/dark.d.ts +2 -0
  545. package/lib/components/cascader/styles/dark.js +1 -0
  546. package/lib/components/cascader/styles/index.d.ts +2 -0
  547. package/lib/components/cascader/styles/light.d.ts +2 -0
  548. package/lib/components/cascader/styles/light.js +1 -0
  549. package/lib/components/checkbox/index.d.ts +0 -0
  550. package/lib/components/checkbox/styles/_common.d.ts +2 -0
  551. package/lib/components/checkbox/styles/_common.js +1 -0
  552. package/lib/components/checkbox/styles/dark.d.ts +2 -0
  553. package/lib/components/checkbox/styles/dark.js +1 -0
  554. package/lib/components/checkbox/styles/index.d.ts +2 -0
  555. package/lib/components/checkbox/styles/light.d.ts +2 -0
  556. package/lib/components/checkbox/styles/light.js +1 -0
  557. package/lib/components/config-provider/config-provider.d.ts +2 -2
  558. package/lib/components/data-table/index.d.ts +2 -2
  559. package/lib/components/data-table/src/data-table.js +1 -0
  560. package/lib/components/data-table/styles/_common.d.ts +2 -0
  561. package/lib/components/data-table/styles/_common.js +1 -0
  562. package/lib/components/data-table/styles/dark.d.ts +2 -0
  563. package/lib/components/data-table/styles/dark.js +1 -0
  564. package/lib/components/data-table/styles/index.d.ts +2 -0
  565. package/lib/components/data-table/styles/light.d.ts +2 -0
  566. package/lib/components/data-table/styles/light.js +1 -0
  567. package/lib/components/date-picker/index.d.ts +0 -0
  568. package/lib/components/date-picker/styles/dark.d.ts +2 -0
  569. package/lib/components/date-picker/styles/dark.js +1 -0
  570. package/lib/components/date-picker/styles/index.d.ts +2 -0
  571. package/lib/components/date-picker/styles/light.d.ts +2 -0
  572. package/lib/components/date-picker/styles/light.js +1 -0
  573. package/lib/components/dialog/index.d.ts +2 -2
  574. package/lib/components/dialog/src/index.vue.d.ts +58 -0
  575. package/lib/components/dialog/src/index.vue.js +1 -0
  576. package/lib/components/dialog/styles/_common.d.ts +2 -0
  577. package/lib/components/dialog/styles/_common.js +1 -0
  578. package/lib/components/dialog/styles/dark.d.ts +2 -0
  579. package/lib/components/dialog/styles/dark.js +1 -0
  580. package/lib/components/dialog/styles/index.d.ts +2 -0
  581. package/lib/components/dialog/styles/light.d.ts +2 -0
  582. package/lib/components/dialog/styles/light.js +1 -0
  583. package/lib/components/divider/styles/index.d.ts +1 -0
  584. package/lib/components/divider/styles/light.d.ts +2 -0
  585. package/lib/components/divider/styles/light.js +1 -0
  586. package/lib/components/dropdown/styles/_common.d.ts +2 -0
  587. package/lib/components/dropdown/styles/_common.js +1 -0
  588. package/lib/components/dropdown/styles/dark.d.ts +2 -0
  589. package/lib/components/dropdown/styles/dark.js +1 -0
  590. package/lib/components/dropdown/styles/index.d.ts +2 -0
  591. package/lib/components/dropdown/styles/light.d.ts +2 -0
  592. package/lib/components/dropdown/styles/light.js +1 -0
  593. package/lib/components/form/styles/_common.d.ts +2 -0
  594. package/lib/components/form/styles/_common.js +1 -0
  595. package/lib/components/form/styles/dark.d.ts +2 -0
  596. package/lib/components/form/styles/dark.js +1 -0
  597. package/lib/components/form/styles/index.d.ts +2 -0
  598. package/lib/components/form/styles/light.d.ts +2 -0
  599. package/lib/components/form/styles/light.js +1 -0
  600. package/lib/components/global-header/index.vue.js +1 -1
  601. package/lib/components/index.d.ts +1 -1
  602. package/lib/components/input/styles/_common.d.ts +2 -0
  603. package/lib/components/input/styles/_common.js +1 -0
  604. package/lib/components/input/styles/dark.d.ts +2 -0
  605. package/lib/components/input/styles/dark.js +1 -0
  606. package/lib/components/input/styles/index.d.ts +2 -0
  607. package/lib/components/input/styles/light.d.ts +2 -0
  608. package/lib/components/input/styles/light.js +1 -0
  609. package/lib/components/input-number/index.d.ts +1 -1
  610. package/lib/components/input-number/src/input-number.vue.js +1 -0
  611. package/lib/components/input-number/src/input-number.vue2.js +1 -0
  612. package/lib/components/input-number/styles/_common.d.ts +3 -0
  613. package/lib/components/input-number/styles/_common.js +1 -0
  614. package/lib/components/input-number/styles/dark.d.ts +3 -0
  615. package/lib/components/input-number/styles/dark.js +1 -0
  616. package/lib/components/input-number/styles/index.d.ts +2 -0
  617. package/lib/components/input-number/styles/light.d.ts +3 -0
  618. package/lib/components/input-number/styles/light.js +1 -0
  619. package/lib/components/layout/aside/index.vue.js +1 -1
  620. package/lib/components/layout/aside/index.vue2.js +1 -1
  621. package/lib/components/layout/aside-menu/aside-menu.d.ts +1 -1
  622. package/lib/components/layout/components/WrapHeader.vue2.js +1 -0
  623. package/lib/components/layout/index.vue2.js +1 -1
  624. package/lib/components/layout/styles/dark.d.ts +6 -0
  625. package/lib/components/layout/styles/dark.js +1 -0
  626. package/lib/components/layout/styles/index.d.ts +2 -0
  627. package/lib/components/layout/styles/light.d.ts +6 -0
  628. package/lib/components/layout/styles/light.js +1 -0
  629. package/lib/components/layout/types.d.ts +1 -1
  630. package/lib/components/menu/styles/dark.d.ts +2 -0
  631. package/lib/components/menu/styles/dark.js +1 -0
  632. package/lib/components/menu/styles/index.d.ts +2 -0
  633. package/lib/components/menu/styles/light.d.ts +2 -0
  634. package/lib/components/menu/styles/light.js +1 -0
  635. package/lib/components/nav-icon/cssVar.js +1 -1
  636. package/lib/components/pagination/styles/_common.d.ts +2 -0
  637. package/lib/components/pagination/styles/_common.js +1 -0
  638. package/lib/components/pagination/styles/dark.d.ts +2 -0
  639. package/lib/components/pagination/styles/dark.js +1 -0
  640. package/lib/components/pagination/styles/index.d.ts +2 -0
  641. package/lib/components/pagination/styles/light.d.ts +2 -0
  642. package/lib/components/pagination/styles/light.js +1 -0
  643. package/lib/components/platform-header-navigation/src/useCssVars.js +1 -1
  644. package/lib/components/platform-navigation/cssVar.js +1 -1
  645. package/lib/components/platform-navigation/index.vue.js +1 -1
  646. package/lib/components/platform-navigation/index.vue2.js +1 -1
  647. package/lib/components/popconfirm/styles/_common.d.ts +2 -0
  648. package/lib/components/popconfirm/styles/_common.js +1 -0
  649. package/lib/components/popconfirm/styles/dark.d.ts +2 -0
  650. package/lib/components/popconfirm/styles/dark.js +1 -0
  651. package/lib/components/popconfirm/styles/index.d.ts +2 -0
  652. package/lib/components/popconfirm/styles/light.d.ts +2 -0
  653. package/lib/components/popconfirm/styles/light.js +1 -0
  654. package/lib/components/popover/styles/_common.d.ts +2 -0
  655. package/lib/components/popover/styles/_common.js +1 -0
  656. package/lib/components/popover/styles/dark.d.ts +2 -0
  657. package/lib/components/popover/styles/dark.js +1 -0
  658. package/lib/components/popover/styles/index.d.ts +2 -0
  659. package/lib/components/popover/styles/light.d.ts +2 -0
  660. package/lib/components/popover/styles/light.js +1 -0
  661. package/lib/components/progress/index.d.ts +1 -389
  662. package/lib/components/progress/src/cssVar.d.ts +8 -0
  663. package/lib/components/progress/src/cssVar.js +1 -0
  664. package/lib/components/progress/src/progress.d.ts +389 -0
  665. package/lib/components/progress/src/progress.js +1 -0
  666. package/lib/components/progress/styles/dark.d.ts +2 -0
  667. package/lib/components/progress/styles/dark.js +1 -0
  668. package/lib/components/progress/styles/index.d.ts +2 -0
  669. package/lib/components/progress/styles/light.d.ts +2 -0
  670. package/lib/components/progress/styles/light.js +1 -0
  671. package/lib/components/radio/index.d.ts +1 -1
  672. package/lib/components/radio/src/cssVar.d.ts +5 -0
  673. package/lib/components/radio/src/cssVar.js +1 -0
  674. package/lib/components/radio/src/radio.vue.d.ts +23 -0
  675. package/lib/components/radio/src/radio.vue.js +1 -0
  676. package/lib/components/radio/src/radio.vue2.js +1 -0
  677. package/lib/components/radio/styles/dark.d.ts +2 -0
  678. package/lib/components/radio/styles/dark.js +1 -0
  679. package/lib/components/radio/styles/index.d.ts +2 -0
  680. package/lib/components/radio/styles/light.d.ts +2 -0
  681. package/lib/components/radio/styles/light.js +1 -0
  682. package/lib/components/select/src/cssVar.js +1 -1
  683. package/lib/components/select/src/select.d.ts +10 -10
  684. package/lib/components/select/styles/dark.d.ts +2 -0
  685. package/lib/components/select/styles/dark.js +1 -0
  686. package/lib/components/select/styles/index.d.ts +2 -0
  687. package/lib/components/select/styles/light.d.ts +2 -0
  688. package/lib/components/select/styles/light.js +1 -0
  689. package/lib/components/shape-button/src/cssVar.js +1 -1
  690. package/lib/components/slider/index.d.ts +1 -1
  691. package/lib/components/slider/src/slider.vue.d.ts +28 -0
  692. package/lib/components/slider/src/slider.vue.js +1 -0
  693. package/lib/components/slider/src/slider.vue2.js +1 -0
  694. package/lib/components/slider/styles/dark.d.ts +3 -0
  695. package/lib/components/slider/styles/dark.js +1 -0
  696. package/lib/components/slider/styles/index.d.ts +2 -0
  697. package/lib/components/slider/styles/light.d.ts +3 -0
  698. package/lib/components/slider/styles/light.js +1 -0
  699. package/lib/components/steps/index.d.ts +1 -1
  700. package/lib/components/steps/src/steps.js +1 -0
  701. package/lib/components/steps/styles/_common.d.ts +2 -0
  702. package/lib/components/steps/styles/_common.js +1 -0
  703. package/lib/components/steps/styles/dark.d.ts +2 -0
  704. package/lib/components/steps/styles/dark.js +1 -0
  705. package/lib/components/steps/styles/index.d.ts +2 -0
  706. package/lib/components/steps/styles/light.d.ts +2 -0
  707. package/lib/components/steps/styles/light.js +1 -0
  708. package/lib/components/switch/index.d.ts +1 -1
  709. package/lib/components/switch/src/cssVar.d.ts +7 -0
  710. package/lib/components/switch/src/cssVar.js +1 -0
  711. package/lib/components/switch/src/switch.vue.d.ts +23 -0
  712. package/lib/components/switch/src/switch.vue.js +1 -0
  713. package/lib/components/switch/src/switch.vue2.js +1 -0
  714. package/lib/components/switch/styles/_common.d.ts +2 -0
  715. package/lib/components/switch/styles/_common.js +1 -0
  716. package/lib/components/switch/styles/dark.d.ts +2 -0
  717. package/lib/components/switch/styles/dark.js +1 -0
  718. package/lib/components/switch/styles/index.d.ts +2 -0
  719. package/lib/components/switch/styles/light.d.ts +2 -0
  720. package/lib/components/switch/styles/light.js +1 -0
  721. package/lib/components/system-actions/index.vue.js +1 -1
  722. package/lib/components/system-actions/index.vue2.js +1 -1
  723. package/lib/components/tabs/index.d.ts +2 -2
  724. package/lib/components/tabs/src/cssVar.d.ts +4 -0
  725. package/lib/components/tabs/src/cssVar.js +1 -0
  726. package/lib/components/tabs/src/tabs.d.ts +699 -0
  727. package/lib/components/tabs/src/tabs.js +1 -0
  728. package/lib/components/tabs/styles/_common.d.ts +2 -0
  729. package/lib/components/tabs/styles/_common.js +1 -0
  730. package/lib/components/tabs/styles/dark.d.ts +2 -0
  731. package/lib/components/tabs/styles/dark.js +1 -0
  732. package/lib/components/tabs/styles/index.d.ts +2 -0
  733. package/lib/components/tabs/styles/light.d.ts +2 -0
  734. package/lib/components/tabs/styles/light.js +1 -0
  735. package/lib/components/tag/styles/_common.d.ts +2 -0
  736. package/lib/components/tag/styles/_common.js +1 -0
  737. package/lib/components/tag/styles/dark.d.ts +2 -0
  738. package/lib/components/tag/styles/dark.js +1 -0
  739. package/lib/components/tag/styles/index.d.ts +2 -0
  740. package/lib/components/tag/styles/light.d.ts +2 -0
  741. package/lib/components/tag/styles/light.js +1 -0
  742. package/lib/components/tooltip/styles/_common.d.ts +2 -0
  743. package/lib/components/tooltip/styles/_common.js +1 -0
  744. package/lib/components/tooltip/styles/dark.d.ts +2 -0
  745. package/lib/components/tooltip/styles/dark.js +1 -0
  746. package/lib/components/tooltip/styles/index.d.ts +2 -0
  747. package/lib/components/tooltip/styles/light.d.ts +2 -0
  748. package/lib/components/tooltip/styles/light.js +1 -0
  749. package/lib/components/transfer/styles/dark.d.ts +2 -0
  750. package/lib/components/transfer/styles/dark.js +1 -0
  751. package/lib/components/transfer/styles/index.d.ts +2 -0
  752. package/lib/components/transfer/styles/light.d.ts +2 -0
  753. package/lib/components/transfer/styles/light.js +1 -0
  754. package/lib/components/tree/styles/dark.d.ts +2 -0
  755. package/lib/components/tree/styles/dark.js +1 -0
  756. package/lib/components/tree/styles/index.d.ts +2 -0
  757. package/lib/components/tree/styles/light.d.ts +2 -0
  758. package/lib/components/tree/styles/light.js +1 -0
  759. package/lib/config/index.d.ts +1 -1
  760. package/lib/config/themes/common/dark.js +1 -1
  761. package/lib/config/themes/common/light.js +1 -1
  762. package/lib/config/themes/dark.d.ts +1 -1
  763. package/lib/config/themes/dark.js +1 -1
  764. package/lib/config/themes/index.d.ts +2 -6
  765. package/lib/config/themes/index.js +1 -1
  766. package/lib/config/themes/light.d.ts +1 -1
  767. package/lib/config/themes/light.js +1 -1
  768. package/lib/index.css +1 -1
  769. package/lib/index.d.ts +4 -2
  770. package/lib/index.js +1 -1
  771. package/lib/locale/http/en-us.d.ts +11 -0
  772. package/lib/locale/http/en-us.js +1 -1
  773. package/lib/locale/http/zh-cn.js +1 -1
  774. package/lib/locale/index.d.ts +2 -2
  775. package/package.json +1 -1
  776. package/dist/components/button/button.d.ts +0 -1352
  777. package/dist/components/cascader/cascader.d.ts +0 -1597
  778. package/dist/components/cascader/cssVar.d.ts +0 -10
  779. package/dist/components/dialog/index.vue.d.ts +0 -58
  780. package/dist/components/progress/cssVar.d.ts +0 -8
  781. package/dist/components/radio/cssVar.d.ts +0 -5
  782. package/dist/components/radio/index.vue.d.ts +0 -23
  783. package/dist/components/slider/index.vue.d.ts +0 -28
  784. package/dist/components/switch/cssVar.d.ts +0 -7
  785. package/dist/components/switch/index.vue.d.ts +0 -23
  786. package/dist/components/tabs/cssVar.d.ts +0 -4
  787. package/dist/components/tabs/tabs.d.ts +0 -699
  788. package/dist/config/themes/color/dark.d.ts +0 -54
  789. package/dist/config/themes/color/index.d.ts +0 -2
  790. package/dist/config/themes/color/light.d.ts +0 -53
  791. package/dist/config/themes/common.d.ts +0 -43
  792. package/dist/config/themes/components/alert/common.d.ts +0 -2
  793. package/dist/config/themes/components/alert/dark.d.ts +0 -2
  794. package/dist/config/themes/components/alert/light.d.ts +0 -2
  795. package/dist/config/themes/components/baseComponent/dark.d.ts +0 -9
  796. package/dist/config/themes/components/baseComponent/light.d.ts +0 -9
  797. package/dist/config/themes/components/button/common.d.ts +0 -2
  798. package/dist/config/themes/components/button/dark.d.ts +0 -2
  799. package/dist/config/themes/components/button/light.d.ts +0 -2
  800. package/dist/config/themes/components/card/dark.d.ts +0 -2
  801. package/dist/config/themes/components/card/light.d.ts +0 -2
  802. package/dist/config/themes/components/cascader/common.d.ts +0 -2
  803. package/dist/config/themes/components/cascader/dark.d.ts +0 -2
  804. package/dist/config/themes/components/cascader/light.d.ts +0 -2
  805. package/dist/config/themes/components/charts/dark.d.ts +0 -398
  806. package/dist/config/themes/components/charts/light.d.ts +0 -396
  807. package/dist/config/themes/components/checkbox/common.d.ts +0 -2
  808. package/dist/config/themes/components/checkbox/dark.d.ts +0 -2
  809. package/dist/config/themes/components/checkbox/light.d.ts +0 -2
  810. package/dist/config/themes/components/dataTable/common.d.ts +0 -2
  811. package/dist/config/themes/components/dataTable/dark.d.ts +0 -2
  812. package/dist/config/themes/components/dataTable/light.d.ts +0 -2
  813. package/dist/config/themes/components/datePicker/dark.d.ts +0 -2
  814. package/dist/config/themes/components/datePicker/light.d.ts +0 -2
  815. package/dist/config/themes/components/dialog/common.d.ts +0 -9
  816. package/dist/config/themes/components/dialog/dark.d.ts +0 -17
  817. package/dist/config/themes/components/dialog/light.d.ts +0 -16
  818. package/dist/config/themes/components/divider/light.d.ts +0 -2
  819. package/dist/config/themes/components/dropdown/common.d.ts +0 -2
  820. package/dist/config/themes/components/dropdown/dark.d.ts +0 -2
  821. package/dist/config/themes/components/dropdown/light.d.ts +0 -2
  822. package/dist/config/themes/components/form/common.d.ts +0 -2
  823. package/dist/config/themes/components/form/dark.d.ts +0 -2
  824. package/dist/config/themes/components/form/light.d.ts +0 -2
  825. package/dist/config/themes/components/input/common.d.ts +0 -2
  826. package/dist/config/themes/components/input/dark.d.ts +0 -2
  827. package/dist/config/themes/components/input/light.d.ts +0 -2
  828. package/dist/config/themes/components/inputNumber/common.d.ts +0 -3
  829. package/dist/config/themes/components/inputNumber/dark.d.ts +0 -3
  830. package/dist/config/themes/components/inputNumber/light.d.ts +0 -3
  831. package/dist/config/themes/components/layout/dark.d.ts +0 -6
  832. package/dist/config/themes/components/layout/light.d.ts +0 -6
  833. package/dist/config/themes/components/menu/dark.d.ts +0 -2
  834. package/dist/config/themes/components/menu/light.d.ts +0 -2
  835. package/dist/config/themes/components/popover/common.d.ts +0 -2
  836. package/dist/config/themes/components/popover/dark.d.ts +0 -2
  837. package/dist/config/themes/components/popover/light.d.ts +0 -2
  838. package/dist/config/themes/components/progress/dark.d.ts +0 -2
  839. package/dist/config/themes/components/progress/light.d.ts +0 -2
  840. package/dist/config/themes/components/radio/dark.d.ts +0 -2
  841. package/dist/config/themes/components/radio/light.d.ts +0 -2
  842. package/dist/config/themes/components/select/dark.d.ts +0 -2
  843. package/dist/config/themes/components/select/light.d.ts +0 -2
  844. package/dist/config/themes/components/slider/dark.d.ts +0 -3
  845. package/dist/config/themes/components/slider/light.d.ts +0 -3
  846. package/dist/config/themes/components/switch/common.d.ts +0 -2
  847. package/dist/config/themes/components/switch/dark.d.ts +0 -2
  848. package/dist/config/themes/components/switch/light.d.ts +0 -2
  849. package/dist/config/themes/components/tag/dark.d.ts +0 -2
  850. package/dist/config/themes/components/tag/light.d.ts +0 -2
  851. package/dist/config/themes/components/transfer/dark.d.ts +0 -2
  852. package/dist/config/themes/components/transfer/light.d.ts +0 -2
  853. package/dist/config/themes/token/dark.d.ts +0 -33
  854. package/dist/config/themes/token/index.d.ts +0 -2
  855. package/dist/config/themes/token/light.d.ts +0 -20
  856. package/dist/hooks/index.d.ts +0 -2
  857. package/dist/hooks/useBodenHttpMessage.d.ts +0 -10
  858. package/dist/hooks/useLocale.d.ts +0 -17
  859. package/es/components/button/button.d.ts +0 -1352
  860. package/es/components/button/button.mjs +0 -28
  861. package/es/components/cascader/cascader.d.ts +0 -1597
  862. package/es/components/cascader/cascader.mjs +0 -38
  863. package/es/components/cascader/cssVar.d.ts +0 -10
  864. package/es/components/cascader/cssVar.mjs +0 -13
  865. package/es/components/data-table/data-table.mjs +0 -73
  866. package/es/components/dialog/index.vue.d.ts +0 -58
  867. package/es/components/dialog/index.vue.mjs +0 -151
  868. package/es/components/input-number/index.vue.mjs +0 -7
  869. package/es/components/input-number/index.vue2.mjs +0 -144
  870. package/es/components/layout/components/WrapHeader.vue.mjs +0 -7
  871. package/es/components/progress/cssVar.d.ts +0 -8
  872. package/es/components/progress/cssVar.mjs +0 -14
  873. package/es/components/progress/index.mjs +0 -69
  874. package/es/components/radio/cssVar.d.ts +0 -5
  875. package/es/components/radio/cssVar.mjs +0 -8
  876. package/es/components/radio/index.vue.d.ts +0 -23
  877. package/es/components/radio/index.vue.mjs +0 -7
  878. package/es/components/radio/index.vue2.mjs +0 -32
  879. package/es/components/slider/index.vue.d.ts +0 -28
  880. package/es/components/slider/index.vue.mjs +0 -7
  881. package/es/components/slider/index.vue2.mjs +0 -111
  882. package/es/components/steps/steps.mjs +0 -27
  883. package/es/components/switch/cssVar.d.ts +0 -7
  884. package/es/components/switch/cssVar.mjs +0 -10
  885. package/es/components/switch/index.vue.d.ts +0 -23
  886. package/es/components/switch/index.vue.mjs +0 -7
  887. package/es/components/switch/index.vue2.mjs +0 -32
  888. package/es/components/tabs/cssVar.d.ts +0 -4
  889. package/es/components/tabs/cssVar.mjs +0 -7
  890. package/es/components/tabs/tabs.d.ts +0 -699
  891. package/es/components/tabs/tabs.mjs +0 -44
  892. package/es/config/themes/color/dark.d.ts +0 -54
  893. package/es/config/themes/color/dark.mjs +0 -61
  894. package/es/config/themes/color/index.d.ts +0 -2
  895. package/es/config/themes/color/light.d.ts +0 -53
  896. package/es/config/themes/common.d.ts +0 -43
  897. package/es/config/themes/common.mjs +0 -41
  898. package/es/config/themes/components/alert/common.d.ts +0 -2
  899. package/es/config/themes/components/alert/common.mjs +0 -10
  900. package/es/config/themes/components/alert/dark.d.ts +0 -2
  901. package/es/config/themes/components/alert/dark.mjs +0 -21
  902. package/es/config/themes/components/alert/light.d.ts +0 -2
  903. package/es/config/themes/components/alert/light.mjs +0 -18
  904. package/es/config/themes/components/baseComponent/dark.d.ts +0 -9
  905. package/es/config/themes/components/baseComponent/dark.mjs +0 -260
  906. package/es/config/themes/components/baseComponent/light.d.ts +0 -9
  907. package/es/config/themes/components/baseComponent/light.mjs +0 -358
  908. package/es/config/themes/components/button/common.d.ts +0 -2
  909. package/es/config/themes/components/button/common.mjs +0 -20
  910. package/es/config/themes/components/button/dark.d.ts +0 -2
  911. package/es/config/themes/components/button/dark.mjs +0 -120
  912. package/es/config/themes/components/button/light.d.ts +0 -2
  913. package/es/config/themes/components/button/light.mjs +0 -97
  914. package/es/config/themes/components/card/dark.d.ts +0 -2
  915. package/es/config/themes/components/card/dark.mjs +0 -17
  916. package/es/config/themes/components/card/light.d.ts +0 -2
  917. package/es/config/themes/components/card/light.mjs +0 -17
  918. package/es/config/themes/components/cascader/common.d.ts +0 -2
  919. package/es/config/themes/components/cascader/common.mjs +0 -10
  920. package/es/config/themes/components/cascader/dark.d.ts +0 -2
  921. package/es/config/themes/components/cascader/dark.mjs +0 -24
  922. package/es/config/themes/components/cascader/light.d.ts +0 -2
  923. package/es/config/themes/components/cascader/light.mjs +0 -21
  924. package/es/config/themes/components/charts/dark.d.ts +0 -398
  925. package/es/config/themes/components/charts/dark.mjs +0 -429
  926. package/es/config/themes/components/charts/light.d.ts +0 -396
  927. package/es/config/themes/components/charts/light.mjs +0 -426
  928. package/es/config/themes/components/checkbox/common.d.ts +0 -2
  929. package/es/config/themes/components/checkbox/common.mjs +0 -7
  930. package/es/config/themes/components/checkbox/dark.d.ts +0 -2
  931. package/es/config/themes/components/checkbox/dark.mjs +0 -22
  932. package/es/config/themes/components/checkbox/light.d.ts +0 -2
  933. package/es/config/themes/components/checkbox/light.mjs +0 -21
  934. package/es/config/themes/components/dataTable/common.d.ts +0 -2
  935. package/es/config/themes/components/dataTable/common.mjs +0 -14
  936. package/es/config/themes/components/dataTable/dark.d.ts +0 -2
  937. package/es/config/themes/components/dataTable/dark.mjs +0 -27
  938. package/es/config/themes/components/dataTable/light.d.ts +0 -2
  939. package/es/config/themes/components/dataTable/light.mjs +0 -19
  940. package/es/config/themes/components/datePicker/dark.d.ts +0 -2
  941. package/es/config/themes/components/datePicker/dark.mjs +0 -11
  942. package/es/config/themes/components/datePicker/light.d.ts +0 -2
  943. package/es/config/themes/components/datePicker/light.mjs +0 -11
  944. package/es/config/themes/components/dialog/common.d.ts +0 -9
  945. package/es/config/themes/components/dialog/common.mjs +0 -12
  946. package/es/config/themes/components/dialog/dark.d.ts +0 -17
  947. package/es/config/themes/components/dialog/dark.mjs +0 -18
  948. package/es/config/themes/components/dialog/light.d.ts +0 -16
  949. package/es/config/themes/components/dialog/light.mjs +0 -15
  950. package/es/config/themes/components/divider/light.d.ts +0 -2
  951. package/es/config/themes/components/divider/light.mjs +0 -8
  952. package/es/config/themes/components/dropdown/common.d.ts +0 -2
  953. package/es/config/themes/components/dropdown/common.mjs +0 -6
  954. package/es/config/themes/components/dropdown/dark.d.ts +0 -2
  955. package/es/config/themes/components/dropdown/dark.mjs +0 -12
  956. package/es/config/themes/components/dropdown/light.d.ts +0 -2
  957. package/es/config/themes/components/dropdown/light.mjs +0 -10
  958. package/es/config/themes/components/form/common.d.ts +0 -2
  959. package/es/config/themes/components/form/common.mjs +0 -12
  960. package/es/config/themes/components/form/dark.d.ts +0 -2
  961. package/es/config/themes/components/form/dark.mjs +0 -10
  962. package/es/config/themes/components/form/light.d.ts +0 -2
  963. package/es/config/themes/components/form/light.mjs +0 -10
  964. package/es/config/themes/components/input/common.d.ts +0 -2
  965. package/es/config/themes/components/input/common.mjs +0 -11
  966. package/es/config/themes/components/input/dark.d.ts +0 -2
  967. package/es/config/themes/components/input/dark.mjs +0 -30
  968. package/es/config/themes/components/input/light.d.ts +0 -2
  969. package/es/config/themes/components/input/light.mjs +0 -26
  970. package/es/config/themes/components/inputNumber/common.d.ts +0 -3
  971. package/es/config/themes/components/inputNumber/common.mjs +0 -14
  972. package/es/config/themes/components/inputNumber/dark.d.ts +0 -3
  973. package/es/config/themes/components/inputNumber/dark.mjs +0 -22
  974. package/es/config/themes/components/inputNumber/light.d.ts +0 -3
  975. package/es/config/themes/components/inputNumber/light.mjs +0 -19
  976. package/es/config/themes/components/layout/dark.d.ts +0 -6
  977. package/es/config/themes/components/layout/dark.mjs +0 -12
  978. package/es/config/themes/components/layout/light.d.ts +0 -6
  979. package/es/config/themes/components/layout/light.mjs +0 -13
  980. package/es/config/themes/components/menu/dark.d.ts +0 -2
  981. package/es/config/themes/components/menu/dark.mjs +0 -34
  982. package/es/config/themes/components/menu/light.d.ts +0 -2
  983. package/es/config/themes/components/menu/light.mjs +0 -31
  984. package/es/config/themes/components/popover/common.d.ts +0 -2
  985. package/es/config/themes/components/popover/common.mjs +0 -8
  986. package/es/config/themes/components/popover/dark.d.ts +0 -2
  987. package/es/config/themes/components/popover/dark.mjs +0 -11
  988. package/es/config/themes/components/popover/light.d.ts +0 -2
  989. package/es/config/themes/components/popover/light.mjs +0 -12
  990. package/es/config/themes/components/progress/dark.d.ts +0 -2
  991. package/es/config/themes/components/progress/dark.mjs +0 -22
  992. package/es/config/themes/components/progress/light.d.ts +0 -2
  993. package/es/config/themes/components/progress/light.mjs +0 -20
  994. package/es/config/themes/components/radio/dark.d.ts +0 -2
  995. package/es/config/themes/components/radio/dark.mjs +0 -21
  996. package/es/config/themes/components/radio/light.d.ts +0 -2
  997. package/es/config/themes/components/radio/light.mjs +0 -19
  998. package/es/config/themes/components/select/dark.d.ts +0 -2
  999. package/es/config/themes/components/select/dark.mjs +0 -39
  1000. package/es/config/themes/components/select/light.d.ts +0 -2
  1001. package/es/config/themes/components/select/light.mjs +0 -34
  1002. package/es/config/themes/components/slider/dark.d.ts +0 -3
  1003. package/es/config/themes/components/slider/dark.mjs +0 -16
  1004. package/es/config/themes/components/slider/light.d.ts +0 -3
  1005. package/es/config/themes/components/slider/light.mjs +0 -16
  1006. package/es/config/themes/components/switch/common.d.ts +0 -2
  1007. package/es/config/themes/components/switch/common.mjs +0 -14
  1008. package/es/config/themes/components/switch/dark.d.ts +0 -2
  1009. package/es/config/themes/components/switch/dark.mjs +0 -16
  1010. package/es/config/themes/components/switch/light.d.ts +0 -2
  1011. package/es/config/themes/components/switch/light.mjs +0 -16
  1012. package/es/config/themes/components/tag/dark.d.ts +0 -2
  1013. package/es/config/themes/components/tag/dark.mjs +0 -36
  1014. package/es/config/themes/components/tag/light.d.ts +0 -2
  1015. package/es/config/themes/components/tag/light.mjs +0 -34
  1016. package/es/config/themes/components/transfer/dark.d.ts +0 -2
  1017. package/es/config/themes/components/transfer/dark.mjs +0 -14
  1018. package/es/config/themes/components/transfer/light.d.ts +0 -2
  1019. package/es/config/themes/components/transfer/light.mjs +0 -10
  1020. package/es/config/themes/token/dark.d.ts +0 -33
  1021. package/es/config/themes/token/dark.mjs +0 -37
  1022. package/es/config/themes/token/index.d.ts +0 -2
  1023. package/es/config/themes/token/light.d.ts +0 -20
  1024. package/es/config/themes/token/light.mjs +0 -23
  1025. package/es/hooks/index.d.ts +0 -2
  1026. package/es/hooks/useBodenHttpMessage.d.ts +0 -10
  1027. package/es/hooks/useBodenHttpMessage.mjs +0 -19
  1028. package/es/hooks/useLocale.d.ts +0 -17
  1029. package/lib/components/button/button.d.ts +0 -1352
  1030. package/lib/components/button/button.js +0 -1
  1031. package/lib/components/cascader/cascader.d.ts +0 -1597
  1032. package/lib/components/cascader/cascader.js +0 -1
  1033. package/lib/components/cascader/cssVar.d.ts +0 -10
  1034. package/lib/components/cascader/cssVar.js +0 -1
  1035. package/lib/components/data-table/data-table.js +0 -1
  1036. package/lib/components/dialog/index.vue.d.ts +0 -58
  1037. package/lib/components/dialog/index.vue.js +0 -1
  1038. package/lib/components/input-number/index.vue.js +0 -1
  1039. package/lib/components/input-number/index.vue2.js +0 -1
  1040. package/lib/components/layout/components/WrapHeader.vue.js +0 -1
  1041. package/lib/components/progress/cssVar.d.ts +0 -8
  1042. package/lib/components/progress/cssVar.js +0 -1
  1043. package/lib/components/progress/index.js +0 -1
  1044. package/lib/components/radio/cssVar.d.ts +0 -5
  1045. package/lib/components/radio/cssVar.js +0 -1
  1046. package/lib/components/radio/index.vue.d.ts +0 -23
  1047. package/lib/components/radio/index.vue.js +0 -1
  1048. package/lib/components/radio/index.vue2.js +0 -1
  1049. package/lib/components/slider/index.vue.d.ts +0 -28
  1050. package/lib/components/slider/index.vue.js +0 -1
  1051. package/lib/components/slider/index.vue2.js +0 -1
  1052. package/lib/components/steps/steps.js +0 -1
  1053. package/lib/components/switch/cssVar.d.ts +0 -7
  1054. package/lib/components/switch/cssVar.js +0 -1
  1055. package/lib/components/switch/index.vue.d.ts +0 -23
  1056. package/lib/components/switch/index.vue.js +0 -1
  1057. package/lib/components/switch/index.vue2.js +0 -1
  1058. package/lib/components/tabs/cssVar.d.ts +0 -4
  1059. package/lib/components/tabs/cssVar.js +0 -1
  1060. package/lib/components/tabs/tabs.d.ts +0 -699
  1061. package/lib/components/tabs/tabs.js +0 -1
  1062. package/lib/config/themes/color/dark.d.ts +0 -54
  1063. package/lib/config/themes/color/dark.js +0 -1
  1064. package/lib/config/themes/color/index.d.ts +0 -2
  1065. package/lib/config/themes/color/light.d.ts +0 -53
  1066. package/lib/config/themes/common.d.ts +0 -43
  1067. package/lib/config/themes/common.js +0 -1
  1068. package/lib/config/themes/components/alert/common.d.ts +0 -2
  1069. package/lib/config/themes/components/alert/common.js +0 -1
  1070. package/lib/config/themes/components/alert/dark.d.ts +0 -2
  1071. package/lib/config/themes/components/alert/dark.js +0 -1
  1072. package/lib/config/themes/components/alert/light.d.ts +0 -2
  1073. package/lib/config/themes/components/alert/light.js +0 -1
  1074. package/lib/config/themes/components/baseComponent/dark.d.ts +0 -9
  1075. package/lib/config/themes/components/baseComponent/dark.js +0 -1
  1076. package/lib/config/themes/components/baseComponent/light.d.ts +0 -9
  1077. package/lib/config/themes/components/baseComponent/light.js +0 -1
  1078. package/lib/config/themes/components/button/common.d.ts +0 -2
  1079. package/lib/config/themes/components/button/common.js +0 -1
  1080. package/lib/config/themes/components/button/dark.d.ts +0 -2
  1081. package/lib/config/themes/components/button/dark.js +0 -1
  1082. package/lib/config/themes/components/button/light.d.ts +0 -2
  1083. package/lib/config/themes/components/button/light.js +0 -1
  1084. package/lib/config/themes/components/card/dark.d.ts +0 -2
  1085. package/lib/config/themes/components/card/dark.js +0 -1
  1086. package/lib/config/themes/components/card/light.d.ts +0 -2
  1087. package/lib/config/themes/components/card/light.js +0 -1
  1088. package/lib/config/themes/components/cascader/common.d.ts +0 -2
  1089. package/lib/config/themes/components/cascader/common.js +0 -1
  1090. package/lib/config/themes/components/cascader/dark.d.ts +0 -2
  1091. package/lib/config/themes/components/cascader/dark.js +0 -1
  1092. package/lib/config/themes/components/cascader/light.d.ts +0 -2
  1093. package/lib/config/themes/components/cascader/light.js +0 -1
  1094. package/lib/config/themes/components/charts/dark.d.ts +0 -398
  1095. package/lib/config/themes/components/charts/dark.js +0 -1
  1096. package/lib/config/themes/components/charts/light.d.ts +0 -396
  1097. package/lib/config/themes/components/charts/light.js +0 -1
  1098. package/lib/config/themes/components/checkbox/common.d.ts +0 -2
  1099. package/lib/config/themes/components/checkbox/common.js +0 -1
  1100. package/lib/config/themes/components/checkbox/dark.d.ts +0 -2
  1101. package/lib/config/themes/components/checkbox/dark.js +0 -1
  1102. package/lib/config/themes/components/checkbox/light.d.ts +0 -2
  1103. package/lib/config/themes/components/checkbox/light.js +0 -1
  1104. package/lib/config/themes/components/dataTable/common.d.ts +0 -2
  1105. package/lib/config/themes/components/dataTable/common.js +0 -1
  1106. package/lib/config/themes/components/dataTable/dark.d.ts +0 -2
  1107. package/lib/config/themes/components/dataTable/dark.js +0 -1
  1108. package/lib/config/themes/components/dataTable/light.d.ts +0 -2
  1109. package/lib/config/themes/components/dataTable/light.js +0 -1
  1110. package/lib/config/themes/components/datePicker/dark.d.ts +0 -2
  1111. package/lib/config/themes/components/datePicker/dark.js +0 -1
  1112. package/lib/config/themes/components/datePicker/light.d.ts +0 -2
  1113. package/lib/config/themes/components/datePicker/light.js +0 -1
  1114. package/lib/config/themes/components/dialog/common.d.ts +0 -9
  1115. package/lib/config/themes/components/dialog/common.js +0 -1
  1116. package/lib/config/themes/components/dialog/dark.d.ts +0 -17
  1117. package/lib/config/themes/components/dialog/dark.js +0 -1
  1118. package/lib/config/themes/components/dialog/light.d.ts +0 -16
  1119. package/lib/config/themes/components/dialog/light.js +0 -1
  1120. package/lib/config/themes/components/divider/light.d.ts +0 -2
  1121. package/lib/config/themes/components/divider/light.js +0 -1
  1122. package/lib/config/themes/components/dropdown/common.d.ts +0 -2
  1123. package/lib/config/themes/components/dropdown/common.js +0 -1
  1124. package/lib/config/themes/components/dropdown/dark.d.ts +0 -2
  1125. package/lib/config/themes/components/dropdown/dark.js +0 -1
  1126. package/lib/config/themes/components/dropdown/light.d.ts +0 -2
  1127. package/lib/config/themes/components/dropdown/light.js +0 -1
  1128. package/lib/config/themes/components/form/common.d.ts +0 -2
  1129. package/lib/config/themes/components/form/common.js +0 -1
  1130. package/lib/config/themes/components/form/dark.d.ts +0 -2
  1131. package/lib/config/themes/components/form/dark.js +0 -1
  1132. package/lib/config/themes/components/form/light.d.ts +0 -2
  1133. package/lib/config/themes/components/form/light.js +0 -1
  1134. package/lib/config/themes/components/input/common.d.ts +0 -2
  1135. package/lib/config/themes/components/input/common.js +0 -1
  1136. package/lib/config/themes/components/input/dark.d.ts +0 -2
  1137. package/lib/config/themes/components/input/dark.js +0 -1
  1138. package/lib/config/themes/components/input/light.d.ts +0 -2
  1139. package/lib/config/themes/components/input/light.js +0 -1
  1140. package/lib/config/themes/components/inputNumber/common.d.ts +0 -3
  1141. package/lib/config/themes/components/inputNumber/common.js +0 -1
  1142. package/lib/config/themes/components/inputNumber/dark.d.ts +0 -3
  1143. package/lib/config/themes/components/inputNumber/dark.js +0 -1
  1144. package/lib/config/themes/components/inputNumber/light.d.ts +0 -3
  1145. package/lib/config/themes/components/inputNumber/light.js +0 -1
  1146. package/lib/config/themes/components/layout/dark.d.ts +0 -6
  1147. package/lib/config/themes/components/layout/dark.js +0 -1
  1148. package/lib/config/themes/components/layout/light.d.ts +0 -6
  1149. package/lib/config/themes/components/layout/light.js +0 -1
  1150. package/lib/config/themes/components/menu/dark.d.ts +0 -2
  1151. package/lib/config/themes/components/menu/dark.js +0 -1
  1152. package/lib/config/themes/components/menu/light.d.ts +0 -2
  1153. package/lib/config/themes/components/menu/light.js +0 -1
  1154. package/lib/config/themes/components/popover/common.d.ts +0 -2
  1155. package/lib/config/themes/components/popover/common.js +0 -1
  1156. package/lib/config/themes/components/popover/dark.d.ts +0 -2
  1157. package/lib/config/themes/components/popover/dark.js +0 -1
  1158. package/lib/config/themes/components/popover/light.d.ts +0 -2
  1159. package/lib/config/themes/components/popover/light.js +0 -1
  1160. package/lib/config/themes/components/progress/dark.d.ts +0 -2
  1161. package/lib/config/themes/components/progress/dark.js +0 -1
  1162. package/lib/config/themes/components/progress/light.d.ts +0 -2
  1163. package/lib/config/themes/components/progress/light.js +0 -1
  1164. package/lib/config/themes/components/radio/dark.d.ts +0 -2
  1165. package/lib/config/themes/components/radio/dark.js +0 -1
  1166. package/lib/config/themes/components/radio/light.d.ts +0 -2
  1167. package/lib/config/themes/components/radio/light.js +0 -1
  1168. package/lib/config/themes/components/select/dark.d.ts +0 -2
  1169. package/lib/config/themes/components/select/dark.js +0 -1
  1170. package/lib/config/themes/components/select/light.d.ts +0 -2
  1171. package/lib/config/themes/components/select/light.js +0 -1
  1172. package/lib/config/themes/components/slider/dark.d.ts +0 -3
  1173. package/lib/config/themes/components/slider/dark.js +0 -1
  1174. package/lib/config/themes/components/slider/light.d.ts +0 -3
  1175. package/lib/config/themes/components/slider/light.js +0 -1
  1176. package/lib/config/themes/components/switch/common.d.ts +0 -2
  1177. package/lib/config/themes/components/switch/common.js +0 -1
  1178. package/lib/config/themes/components/switch/dark.d.ts +0 -2
  1179. package/lib/config/themes/components/switch/dark.js +0 -1
  1180. package/lib/config/themes/components/switch/light.d.ts +0 -2
  1181. package/lib/config/themes/components/switch/light.js +0 -1
  1182. package/lib/config/themes/components/tag/dark.d.ts +0 -2
  1183. package/lib/config/themes/components/tag/dark.js +0 -1
  1184. package/lib/config/themes/components/tag/light.d.ts +0 -2
  1185. package/lib/config/themes/components/tag/light.js +0 -1
  1186. package/lib/config/themes/components/transfer/dark.d.ts +0 -2
  1187. package/lib/config/themes/components/transfer/dark.js +0 -1
  1188. package/lib/config/themes/components/transfer/light.d.ts +0 -2
  1189. package/lib/config/themes/components/transfer/light.js +0 -1
  1190. package/lib/config/themes/token/dark.d.ts +0 -33
  1191. package/lib/config/themes/token/dark.js +0 -1
  1192. package/lib/config/themes/token/index.d.ts +0 -2
  1193. package/lib/config/themes/token/light.d.ts +0 -20
  1194. package/lib/config/themes/token/light.js +0 -1
  1195. package/lib/hooks/index.d.ts +0 -2
  1196. package/lib/hooks/useBodenHttpMessage.d.ts +0 -10
  1197. package/lib/hooks/useBodenHttpMessage.js +0 -1
  1198. package/lib/hooks/useLocale.d.ts +0 -17
  1199. /package/dist/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
  1200. /package/dist/{types → _types}/utils.d.ts +0 -0
  1201. /package/dist/{utils → _utils}/render.d.ts +0 -0
  1202. /package/dist/{utils → _utils}/typescript.d.ts +0 -0
  1203. /package/dist/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
  1204. /package/dist/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
  1205. /package/dist/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
  1206. /package/dist/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
  1207. /package/dist/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
  1208. /package/dist/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
  1209. /package/dist/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
  1210. /package/dist/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
  1211. /package/es/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
  1212. /package/es/{hooks/useAnimationHook.mjs → _mixins/use-animation-hook.mjs} +0 -0
  1213. /package/es/{hooks/useLocale.mjs → _mixins/use-locale.mjs} +0 -0
  1214. /package/es/{config/themes/color → _styles/vars/base}/light.mjs +0 -0
  1215. /package/es/{types → _types}/utils.d.ts +0 -0
  1216. /package/es/{utils → _utils}/render.d.ts +0 -0
  1217. /package/es/{utils → _utils}/render.mjs +0 -0
  1218. /package/es/{utils → _utils}/typescript.d.ts +0 -0
  1219. /package/es/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
  1220. /package/es/components/button/{interface.mjs → src/interface.mjs} +0 -0
  1221. /package/es/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
  1222. /package/es/components/cascader/{types.mjs → src/types.mjs} +0 -0
  1223. /package/es/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
  1224. /package/es/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
  1225. /package/es/components/data-table/{interface.mjs → src/interface.mjs} +0 -0
  1226. /package/es/components/dialog/{index.vue2.mjs → src/index.vue2.mjs} +0 -0
  1227. /package/es/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
  1228. /package/es/components/dialog/{options.mjs → src/options.mjs} +0 -0
  1229. /package/es/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
  1230. /package/es/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
  1231. /package/es/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
  1232. /package/lib/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
  1233. /package/lib/{hooks/useAnimationHook.js → _mixins/use-animation-hook.js} +0 -0
  1234. /package/lib/{hooks/useLocale.js → _mixins/use-locale.js} +0 -0
  1235. /package/lib/{config/themes/color → _styles/vars/base}/light.js +0 -0
  1236. /package/lib/{types → _types}/utils.d.ts +0 -0
  1237. /package/lib/{utils → _utils}/render.d.ts +0 -0
  1238. /package/lib/{utils → _utils}/render.js +0 -0
  1239. /package/lib/{utils → _utils}/typescript.d.ts +0 -0
  1240. /package/lib/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
  1241. /package/lib/components/button/{interface.js → src/interface.js} +0 -0
  1242. /package/lib/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
  1243. /package/lib/components/cascader/{types.js → src/types.js} +0 -0
  1244. /package/lib/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
  1245. /package/lib/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
  1246. /package/lib/components/data-table/{interface.js → src/interface.js} +0 -0
  1247. /package/lib/components/dialog/{index.vue2.js → src/index.vue2.js} +0 -0
  1248. /package/lib/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
  1249. /package/lib/components/dialog/{options.js → src/options.js} +0 -0
  1250. /package/lib/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
  1251. /package/lib/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
  1252. /package/lib/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
@@ -0,0 +1,1597 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ readonly allowCheckingNotLoaded: BooleanConstructor;
3
+ readonly to: {
4
+ type: import('vue').PropType<HTMLElement | string | boolean>;
5
+ default: undefined;
6
+ };
7
+ readonly bordered: {
8
+ readonly type: import('vue').PropType<boolean | undefined>;
9
+ readonly default: undefined;
10
+ };
11
+ readonly options: {
12
+ readonly type: import('vue').PropType<import('naive-ui').CascaderOption[]>;
13
+ readonly default: () => never[];
14
+ };
15
+ readonly value: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
16
+ readonly defaultValue: {
17
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
18
+ readonly default: null;
19
+ };
20
+ readonly placeholder: StringConstructor;
21
+ readonly multiple: BooleanConstructor;
22
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
23
+ readonly filterable: BooleanConstructor;
24
+ readonly disabled: {
25
+ readonly type: import('vue').PropType<boolean | undefined>;
26
+ readonly default: undefined;
27
+ };
28
+ readonly disabledField: {
29
+ readonly type: StringConstructor;
30
+ readonly default: "disabled";
31
+ };
32
+ readonly expandTrigger: {
33
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').ExpandTrigger>;
34
+ readonly default: "click";
35
+ };
36
+ readonly clearable: BooleanConstructor;
37
+ readonly clearFilterAfterSelect: {
38
+ readonly type: BooleanConstructor;
39
+ readonly default: true;
40
+ };
41
+ readonly remote: BooleanConstructor;
42
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/cascader/src/interface').OnLoad>;
43
+ readonly separator: {
44
+ readonly type: StringConstructor;
45
+ readonly default: " / ";
46
+ };
47
+ readonly filter: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Filter>;
48
+ readonly placement: {
49
+ readonly type: import('vue').PropType<import('naive-ui').PopoverPlacement>;
50
+ readonly default: "bottom-start";
51
+ };
52
+ readonly cascade: {
53
+ readonly type: BooleanConstructor;
54
+ readonly default: true;
55
+ };
56
+ readonly leafOnly: BooleanConstructor;
57
+ readonly showPath: {
58
+ readonly type: BooleanConstructor;
59
+ readonly default: true;
60
+ };
61
+ readonly show: {
62
+ readonly type: import('vue').PropType<boolean | undefined>;
63
+ readonly default: undefined;
64
+ };
65
+ readonly maxTagCount: import('vue').PropType<number | "responsive">;
66
+ readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
67
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
68
+ readonly filterMenuProps: import('vue').PropType<import('vue').HTMLAttributes>;
69
+ readonly virtualScroll: {
70
+ readonly type: BooleanConstructor;
71
+ readonly default: true;
72
+ };
73
+ readonly checkStrategy: {
74
+ readonly type: import('vue').PropType<import('treemate').CheckStrategy>;
75
+ readonly default: "all";
76
+ };
77
+ readonly valueField: {
78
+ readonly type: StringConstructor;
79
+ readonly default: "value";
80
+ };
81
+ readonly labelField: {
82
+ readonly type: StringConstructor;
83
+ readonly default: "label";
84
+ };
85
+ readonly childrenField: {
86
+ readonly type: StringConstructor;
87
+ readonly default: "children";
88
+ };
89
+ readonly renderLabel: import('vue').PropType<(option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild>;
90
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
91
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
92
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
93
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
94
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
95
+ readonly onBlur: import('vue').PropType<(e: FocusEvent) => void>;
96
+ readonly onFocus: import('vue').PropType<(e: FocusEvent) => void>;
97
+ readonly getColumnStyle: import('vue').PropType<(detail: {
98
+ level: number;
99
+ }) => string | import('vue').CSSProperties>;
100
+ readonly renderPrefix: import('vue').PropType<(props: {
101
+ option: import('naive-ui').CascaderOption;
102
+ checked: boolean;
103
+ node: import('vue').VNode | null;
104
+ }) => import('vue').VNodeChild>;
105
+ readonly renderSuffix: import('vue').PropType<(props: {
106
+ option: import('naive-ui').CascaderOption;
107
+ checked: boolean;
108
+ node: import('vue').VNode | null;
109
+ }) => import('vue').VNodeChild>;
110
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined>;
111
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Cascader", {
112
+ menuBorderRadius: string;
113
+ menuColor: string;
114
+ menuBoxShadow: string;
115
+ menuDividerColor: string;
116
+ menuHeight: string;
117
+ optionArrowColor: string;
118
+ optionHeight: string;
119
+ optionFontSize: string;
120
+ optionColorHover: string;
121
+ optionTextColor: string;
122
+ optionTextColorActive: string;
123
+ optionTextColorDisabled: string;
124
+ optionCheckMarkColor: string;
125
+ loadingColor: string;
126
+ columnWidth: string;
127
+ }, {
128
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
129
+ optionFontSizeTiny: string;
130
+ optionFontSizeSmall: string;
131
+ optionFontSizeMedium: string;
132
+ optionFontSizeLarge: string;
133
+ optionFontSizeHuge: string;
134
+ optionHeightTiny: string;
135
+ optionHeightSmall: string;
136
+ optionHeightMedium: string;
137
+ optionHeightLarge: string;
138
+ optionHeightHuge: string;
139
+ borderRadius: string;
140
+ color: string;
141
+ groupHeaderTextColor: string;
142
+ actionDividerColor: string;
143
+ optionTextColor: string;
144
+ optionTextColorPressed: string;
145
+ optionTextColorDisabled: string;
146
+ optionTextColorActive: string;
147
+ optionOpacityDisabled: string;
148
+ optionCheckColor: string;
149
+ optionColorPending: string;
150
+ optionColorActive: string;
151
+ optionColorActivePending: string;
152
+ actionTextColor: string;
153
+ loadingColor: string;
154
+ height: string;
155
+ paddingTiny: string;
156
+ paddingSmall: string;
157
+ paddingMedium: string;
158
+ paddingLarge: string;
159
+ paddingHuge: string;
160
+ optionPaddingTiny: string;
161
+ optionPaddingSmall: string;
162
+ optionPaddingMedium: string;
163
+ optionPaddingLarge: string;
164
+ optionPaddingHuge: string;
165
+ loadingSize: string;
166
+ }, {
167
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
168
+ height: string;
169
+ width: string;
170
+ borderRadius: string;
171
+ color: string;
172
+ colorHover: string;
173
+ railInsetHorizontalBottom: string;
174
+ railInsetHorizontalTop: string;
175
+ railInsetVerticalRight: string;
176
+ railInsetVerticalLeft: string;
177
+ railColor: string;
178
+ }, any>;
179
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
180
+ fontSizeTiny: string;
181
+ fontSizeSmall: string;
182
+ fontSizeMedium: string;
183
+ fontSizeLarge: string;
184
+ fontSizeHuge: string;
185
+ textColor: string;
186
+ iconColor: string;
187
+ extraTextColor: string;
188
+ iconSizeTiny: string;
189
+ iconSizeSmall: string;
190
+ iconSizeMedium: string;
191
+ iconSizeLarge: string;
192
+ iconSizeHuge: string;
193
+ }, any>;
194
+ }>;
195
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
196
+ fontSizeTiny: string;
197
+ fontSizeSmall: string;
198
+ fontSizeMedium: string;
199
+ fontSizeLarge: string;
200
+ heightTiny: string;
201
+ heightSmall: string;
202
+ heightMedium: string;
203
+ heightLarge: string;
204
+ borderRadius: string;
205
+ fontWeight: string;
206
+ textColor: string;
207
+ textColorDisabled: string;
208
+ placeholderColor: string;
209
+ placeholderColorDisabled: string;
210
+ color: string;
211
+ colorDisabled: string;
212
+ colorActive: string;
213
+ border: string;
214
+ borderHover: string;
215
+ borderActive: string;
216
+ borderFocus: string;
217
+ boxShadowHover: string;
218
+ boxShadowActive: string;
219
+ boxShadowFocus: string;
220
+ caretColor: string;
221
+ arrowColor: string;
222
+ arrowColorDisabled: string;
223
+ loadingColor: string;
224
+ borderWarning: string;
225
+ borderHoverWarning: string;
226
+ borderActiveWarning: string;
227
+ borderFocusWarning: string;
228
+ boxShadowHoverWarning: string;
229
+ boxShadowActiveWarning: string;
230
+ boxShadowFocusWarning: string;
231
+ colorActiveWarning: string;
232
+ caretColorWarning: string;
233
+ borderError: string;
234
+ borderHoverError: string;
235
+ borderActiveError: string;
236
+ borderFocusError: string;
237
+ boxShadowHoverError: string;
238
+ boxShadowActiveError: string;
239
+ boxShadowFocusError: string;
240
+ colorActiveError: string;
241
+ caretColorError: string;
242
+ clearColor: string;
243
+ clearColorHover: string;
244
+ clearColorPressed: string;
245
+ paddingSingle: string;
246
+ paddingMultiple: string;
247
+ clearSize: string;
248
+ arrowSize: string;
249
+ }, {
250
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
251
+ fontSize: string;
252
+ borderRadius: string;
253
+ color: string;
254
+ dividerColor: string;
255
+ textColor: string;
256
+ boxShadow: string;
257
+ space: string;
258
+ spaceArrow: string;
259
+ arrowOffset: string;
260
+ arrowOffsetVertical: string;
261
+ arrowHeight: string;
262
+ padding: string;
263
+ }, {
264
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
265
+ height: string;
266
+ width: string;
267
+ borderRadius: string;
268
+ color: string;
269
+ colorHover: string;
270
+ railInsetHorizontalBottom: string;
271
+ railInsetHorizontalTop: string;
272
+ railInsetVerticalRight: string;
273
+ railInsetVerticalLeft: string;
274
+ railColor: string;
275
+ }, any>;
276
+ }>;
277
+ }>;
278
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
279
+ height: string;
280
+ width: string;
281
+ borderRadius: string;
282
+ color: string;
283
+ colorHover: string;
284
+ railInsetHorizontalBottom: string;
285
+ railInsetHorizontalTop: string;
286
+ railInsetVerticalRight: string;
287
+ railInsetVerticalLeft: string;
288
+ railColor: string;
289
+ }, any>;
290
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
291
+ labelLineHeight: string;
292
+ fontSizeSmall: string;
293
+ fontSizeMedium: string;
294
+ fontSizeLarge: string;
295
+ borderRadius: string;
296
+ color: string;
297
+ colorChecked: string;
298
+ colorDisabled: string;
299
+ colorDisabledChecked: string;
300
+ colorTableHeader: string;
301
+ colorTableHeaderModal: string;
302
+ colorTableHeaderPopover: string;
303
+ checkMarkColor: string;
304
+ checkMarkColorDisabled: string;
305
+ checkMarkColorDisabledChecked: string;
306
+ border: string;
307
+ borderDisabled: string;
308
+ borderDisabledChecked: string;
309
+ borderChecked: string;
310
+ borderFocus: string;
311
+ boxShadowFocus: string;
312
+ textColor: string;
313
+ textColorDisabled: string;
314
+ sizeSmall: string;
315
+ sizeMedium: string;
316
+ sizeLarge: string;
317
+ labelPadding: string;
318
+ labelFontWeight: string;
319
+ }, any>;
320
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
321
+ fontSizeTiny: string;
322
+ fontSizeSmall: string;
323
+ fontSizeMedium: string;
324
+ fontSizeLarge: string;
325
+ fontSizeHuge: string;
326
+ textColor: string;
327
+ iconColor: string;
328
+ extraTextColor: string;
329
+ iconSizeTiny: string;
330
+ iconSizeSmall: string;
331
+ iconSizeMedium: string;
332
+ iconSizeLarge: string;
333
+ iconSizeHuge: string;
334
+ }, any>;
335
+ }>>;
336
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
337
+ menuBorderRadius: string;
338
+ menuColor: string;
339
+ menuBoxShadow: string;
340
+ menuDividerColor: string;
341
+ menuHeight: string;
342
+ optionArrowColor: string;
343
+ optionHeight: string;
344
+ optionFontSize: string;
345
+ optionColorHover: string;
346
+ optionTextColor: string;
347
+ optionTextColorActive: string;
348
+ optionTextColorDisabled: string;
349
+ optionCheckMarkColor: string;
350
+ loadingColor: string;
351
+ columnWidth: string;
352
+ }, {
353
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
354
+ optionFontSizeTiny: string;
355
+ optionFontSizeSmall: string;
356
+ optionFontSizeMedium: string;
357
+ optionFontSizeLarge: string;
358
+ optionFontSizeHuge: string;
359
+ optionHeightTiny: string;
360
+ optionHeightSmall: string;
361
+ optionHeightMedium: string;
362
+ optionHeightLarge: string;
363
+ optionHeightHuge: string;
364
+ borderRadius: string;
365
+ color: string;
366
+ groupHeaderTextColor: string;
367
+ actionDividerColor: string;
368
+ optionTextColor: string;
369
+ optionTextColorPressed: string;
370
+ optionTextColorDisabled: string;
371
+ optionTextColorActive: string;
372
+ optionOpacityDisabled: string;
373
+ optionCheckColor: string;
374
+ optionColorPending: string;
375
+ optionColorActive: string;
376
+ optionColorActivePending: string;
377
+ actionTextColor: string;
378
+ loadingColor: string;
379
+ height: string;
380
+ paddingTiny: string;
381
+ paddingSmall: string;
382
+ paddingMedium: string;
383
+ paddingLarge: string;
384
+ paddingHuge: string;
385
+ optionPaddingTiny: string;
386
+ optionPaddingSmall: string;
387
+ optionPaddingMedium: string;
388
+ optionPaddingLarge: string;
389
+ optionPaddingHuge: string;
390
+ loadingSize: string;
391
+ }, {
392
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
393
+ height: string;
394
+ width: string;
395
+ borderRadius: string;
396
+ color: string;
397
+ colorHover: string;
398
+ railInsetHorizontalBottom: string;
399
+ railInsetHorizontalTop: string;
400
+ railInsetVerticalRight: string;
401
+ railInsetVerticalLeft: string;
402
+ railColor: string;
403
+ }, any>;
404
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
405
+ fontSizeTiny: string;
406
+ fontSizeSmall: string;
407
+ fontSizeMedium: string;
408
+ fontSizeLarge: string;
409
+ fontSizeHuge: string;
410
+ textColor: string;
411
+ iconColor: string;
412
+ extraTextColor: string;
413
+ iconSizeTiny: string;
414
+ iconSizeSmall: string;
415
+ iconSizeMedium: string;
416
+ iconSizeLarge: string;
417
+ iconSizeHuge: string;
418
+ }, any>;
419
+ }>;
420
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
421
+ fontSizeTiny: string;
422
+ fontSizeSmall: string;
423
+ fontSizeMedium: string;
424
+ fontSizeLarge: string;
425
+ heightTiny: string;
426
+ heightSmall: string;
427
+ heightMedium: string;
428
+ heightLarge: string;
429
+ borderRadius: string;
430
+ fontWeight: string;
431
+ textColor: string;
432
+ textColorDisabled: string;
433
+ placeholderColor: string;
434
+ placeholderColorDisabled: string;
435
+ color: string;
436
+ colorDisabled: string;
437
+ colorActive: string;
438
+ border: string;
439
+ borderHover: string;
440
+ borderActive: string;
441
+ borderFocus: string;
442
+ boxShadowHover: string;
443
+ boxShadowActive: string;
444
+ boxShadowFocus: string;
445
+ caretColor: string;
446
+ arrowColor: string;
447
+ arrowColorDisabled: string;
448
+ loadingColor: string;
449
+ borderWarning: string;
450
+ borderHoverWarning: string;
451
+ borderActiveWarning: string;
452
+ borderFocusWarning: string;
453
+ boxShadowHoverWarning: string;
454
+ boxShadowActiveWarning: string;
455
+ boxShadowFocusWarning: string;
456
+ colorActiveWarning: string;
457
+ caretColorWarning: string;
458
+ borderError: string;
459
+ borderHoverError: string;
460
+ borderActiveError: string;
461
+ borderFocusError: string;
462
+ boxShadowHoverError: string;
463
+ boxShadowActiveError: string;
464
+ boxShadowFocusError: string;
465
+ colorActiveError: string;
466
+ caretColorError: string;
467
+ clearColor: string;
468
+ clearColorHover: string;
469
+ clearColorPressed: string;
470
+ paddingSingle: string;
471
+ paddingMultiple: string;
472
+ clearSize: string;
473
+ arrowSize: string;
474
+ }, {
475
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
476
+ fontSize: string;
477
+ borderRadius: string;
478
+ color: string;
479
+ dividerColor: string;
480
+ textColor: string;
481
+ boxShadow: string;
482
+ space: string;
483
+ spaceArrow: string;
484
+ arrowOffset: string;
485
+ arrowOffsetVertical: string;
486
+ arrowHeight: string;
487
+ padding: string;
488
+ }, {
489
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
490
+ height: string;
491
+ width: string;
492
+ borderRadius: string;
493
+ color: string;
494
+ colorHover: string;
495
+ railInsetHorizontalBottom: string;
496
+ railInsetHorizontalTop: string;
497
+ railInsetVerticalRight: string;
498
+ railInsetVerticalLeft: string;
499
+ railColor: string;
500
+ }, any>;
501
+ }>;
502
+ }>;
503
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
504
+ height: string;
505
+ width: string;
506
+ borderRadius: string;
507
+ color: string;
508
+ colorHover: string;
509
+ railInsetHorizontalBottom: string;
510
+ railInsetHorizontalTop: string;
511
+ railInsetVerticalRight: string;
512
+ railInsetVerticalLeft: string;
513
+ railColor: string;
514
+ }, any>;
515
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
516
+ labelLineHeight: string;
517
+ fontSizeSmall: string;
518
+ fontSizeMedium: string;
519
+ fontSizeLarge: string;
520
+ borderRadius: string;
521
+ color: string;
522
+ colorChecked: string;
523
+ colorDisabled: string;
524
+ colorDisabledChecked: string;
525
+ colorTableHeader: string;
526
+ colorTableHeaderModal: string;
527
+ colorTableHeaderPopover: string;
528
+ checkMarkColor: string;
529
+ checkMarkColorDisabled: string;
530
+ checkMarkColorDisabledChecked: string;
531
+ border: string;
532
+ borderDisabled: string;
533
+ borderDisabledChecked: string;
534
+ borderChecked: string;
535
+ borderFocus: string;
536
+ boxShadowFocus: string;
537
+ textColor: string;
538
+ textColorDisabled: string;
539
+ sizeSmall: string;
540
+ sizeMedium: string;
541
+ sizeLarge: string;
542
+ labelPadding: string;
543
+ labelFontWeight: string;
544
+ }, any>;
545
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
546
+ fontSizeTiny: string;
547
+ fontSizeSmall: string;
548
+ fontSizeMedium: string;
549
+ fontSizeLarge: string;
550
+ fontSizeHuge: string;
551
+ textColor: string;
552
+ iconColor: string;
553
+ extraTextColor: string;
554
+ iconSizeTiny: string;
555
+ iconSizeSmall: string;
556
+ iconSizeMedium: string;
557
+ iconSizeLarge: string;
558
+ iconSizeHuge: string;
559
+ }, any>;
560
+ }>>>;
561
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
562
+ menuBorderRadius: string;
563
+ menuColor: string;
564
+ menuBoxShadow: string;
565
+ menuDividerColor: string;
566
+ menuHeight: string;
567
+ optionArrowColor: string;
568
+ optionHeight: string;
569
+ optionFontSize: string;
570
+ optionColorHover: string;
571
+ optionTextColor: string;
572
+ optionTextColorActive: string;
573
+ optionTextColorDisabled: string;
574
+ optionCheckMarkColor: string;
575
+ loadingColor: string;
576
+ columnWidth: string;
577
+ }, {
578
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
579
+ optionFontSizeTiny: string;
580
+ optionFontSizeSmall: string;
581
+ optionFontSizeMedium: string;
582
+ optionFontSizeLarge: string;
583
+ optionFontSizeHuge: string;
584
+ optionHeightTiny: string;
585
+ optionHeightSmall: string;
586
+ optionHeightMedium: string;
587
+ optionHeightLarge: string;
588
+ optionHeightHuge: string;
589
+ borderRadius: string;
590
+ color: string;
591
+ groupHeaderTextColor: string;
592
+ actionDividerColor: string;
593
+ optionTextColor: string;
594
+ optionTextColorPressed: string;
595
+ optionTextColorDisabled: string;
596
+ optionTextColorActive: string;
597
+ optionOpacityDisabled: string;
598
+ optionCheckColor: string;
599
+ optionColorPending: string;
600
+ optionColorActive: string;
601
+ optionColorActivePending: string;
602
+ actionTextColor: string;
603
+ loadingColor: string;
604
+ height: string;
605
+ paddingTiny: string;
606
+ paddingSmall: string;
607
+ paddingMedium: string;
608
+ paddingLarge: string;
609
+ paddingHuge: string;
610
+ optionPaddingTiny: string;
611
+ optionPaddingSmall: string;
612
+ optionPaddingMedium: string;
613
+ optionPaddingLarge: string;
614
+ optionPaddingHuge: string;
615
+ loadingSize: string;
616
+ }, {
617
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
618
+ height: string;
619
+ width: string;
620
+ borderRadius: string;
621
+ color: string;
622
+ colorHover: string;
623
+ railInsetHorizontalBottom: string;
624
+ railInsetHorizontalTop: string;
625
+ railInsetVerticalRight: string;
626
+ railInsetVerticalLeft: string;
627
+ railColor: string;
628
+ }, any>;
629
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
630
+ fontSizeTiny: string;
631
+ fontSizeSmall: string;
632
+ fontSizeMedium: string;
633
+ fontSizeLarge: string;
634
+ fontSizeHuge: string;
635
+ textColor: string;
636
+ iconColor: string;
637
+ extraTextColor: string;
638
+ iconSizeTiny: string;
639
+ iconSizeSmall: string;
640
+ iconSizeMedium: string;
641
+ iconSizeLarge: string;
642
+ iconSizeHuge: string;
643
+ }, any>;
644
+ }>;
645
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
646
+ fontSizeTiny: string;
647
+ fontSizeSmall: string;
648
+ fontSizeMedium: string;
649
+ fontSizeLarge: string;
650
+ heightTiny: string;
651
+ heightSmall: string;
652
+ heightMedium: string;
653
+ heightLarge: string;
654
+ borderRadius: string;
655
+ fontWeight: string;
656
+ textColor: string;
657
+ textColorDisabled: string;
658
+ placeholderColor: string;
659
+ placeholderColorDisabled: string;
660
+ color: string;
661
+ colorDisabled: string;
662
+ colorActive: string;
663
+ border: string;
664
+ borderHover: string;
665
+ borderActive: string;
666
+ borderFocus: string;
667
+ boxShadowHover: string;
668
+ boxShadowActive: string;
669
+ boxShadowFocus: string;
670
+ caretColor: string;
671
+ arrowColor: string;
672
+ arrowColorDisabled: string;
673
+ loadingColor: string;
674
+ borderWarning: string;
675
+ borderHoverWarning: string;
676
+ borderActiveWarning: string;
677
+ borderFocusWarning: string;
678
+ boxShadowHoverWarning: string;
679
+ boxShadowActiveWarning: string;
680
+ boxShadowFocusWarning: string;
681
+ colorActiveWarning: string;
682
+ caretColorWarning: string;
683
+ borderError: string;
684
+ borderHoverError: string;
685
+ borderActiveError: string;
686
+ borderFocusError: string;
687
+ boxShadowHoverError: string;
688
+ boxShadowActiveError: string;
689
+ boxShadowFocusError: string;
690
+ colorActiveError: string;
691
+ caretColorError: string;
692
+ clearColor: string;
693
+ clearColorHover: string;
694
+ clearColorPressed: string;
695
+ paddingSingle: string;
696
+ paddingMultiple: string;
697
+ clearSize: string;
698
+ arrowSize: string;
699
+ }, {
700
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
701
+ fontSize: string;
702
+ borderRadius: string;
703
+ color: string;
704
+ dividerColor: string;
705
+ textColor: string;
706
+ boxShadow: string;
707
+ space: string;
708
+ spaceArrow: string;
709
+ arrowOffset: string;
710
+ arrowOffsetVertical: string;
711
+ arrowHeight: string;
712
+ padding: string;
713
+ }, {
714
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
715
+ height: string;
716
+ width: string;
717
+ borderRadius: string;
718
+ color: string;
719
+ colorHover: string;
720
+ railInsetHorizontalBottom: string;
721
+ railInsetHorizontalTop: string;
722
+ railInsetVerticalRight: string;
723
+ railInsetVerticalLeft: string;
724
+ railColor: string;
725
+ }, any>;
726
+ }>;
727
+ }>;
728
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
729
+ height: string;
730
+ width: string;
731
+ borderRadius: string;
732
+ color: string;
733
+ colorHover: string;
734
+ railInsetHorizontalBottom: string;
735
+ railInsetHorizontalTop: string;
736
+ railInsetVerticalRight: string;
737
+ railInsetVerticalLeft: string;
738
+ railColor: string;
739
+ }, any>;
740
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
741
+ labelLineHeight: string;
742
+ fontSizeSmall: string;
743
+ fontSizeMedium: string;
744
+ fontSizeLarge: string;
745
+ borderRadius: string;
746
+ color: string;
747
+ colorChecked: string;
748
+ colorDisabled: string;
749
+ colorDisabledChecked: string;
750
+ colorTableHeader: string;
751
+ colorTableHeaderModal: string;
752
+ colorTableHeaderPopover: string;
753
+ checkMarkColor: string;
754
+ checkMarkColorDisabled: string;
755
+ checkMarkColorDisabledChecked: string;
756
+ border: string;
757
+ borderDisabled: string;
758
+ borderDisabledChecked: string;
759
+ borderChecked: string;
760
+ borderFocus: string;
761
+ boxShadowFocus: string;
762
+ textColor: string;
763
+ textColorDisabled: string;
764
+ sizeSmall: string;
765
+ sizeMedium: string;
766
+ sizeLarge: string;
767
+ labelPadding: string;
768
+ labelFontWeight: string;
769
+ }, any>;
770
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
771
+ fontSizeTiny: string;
772
+ fontSizeSmall: string;
773
+ fontSizeMedium: string;
774
+ fontSizeLarge: string;
775
+ fontSizeHuge: string;
776
+ textColor: string;
777
+ iconColor: string;
778
+ extraTextColor: string;
779
+ iconSizeTiny: string;
780
+ iconSizeSmall: string;
781
+ iconSizeMedium: string;
782
+ iconSizeLarge: string;
783
+ iconSizeHuge: string;
784
+ }, any>;
785
+ }>>>;
786
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
787
+ readonly allowCheckingNotLoaded: BooleanConstructor;
788
+ readonly to: {
789
+ type: import('vue').PropType<HTMLElement | string | boolean>;
790
+ default: undefined;
791
+ };
792
+ readonly bordered: {
793
+ readonly type: import('vue').PropType<boolean | undefined>;
794
+ readonly default: undefined;
795
+ };
796
+ readonly options: {
797
+ readonly type: import('vue').PropType<import('naive-ui').CascaderOption[]>;
798
+ readonly default: () => never[];
799
+ };
800
+ readonly value: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
801
+ readonly defaultValue: {
802
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Value | null>;
803
+ readonly default: null;
804
+ };
805
+ readonly placeholder: StringConstructor;
806
+ readonly multiple: BooleanConstructor;
807
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
808
+ readonly filterable: BooleanConstructor;
809
+ readonly disabled: {
810
+ readonly type: import('vue').PropType<boolean | undefined>;
811
+ readonly default: undefined;
812
+ };
813
+ readonly disabledField: {
814
+ readonly type: StringConstructor;
815
+ readonly default: "disabled";
816
+ };
817
+ readonly expandTrigger: {
818
+ readonly type: import('vue').PropType<import('naive-ui/es/cascader/src/interface').ExpandTrigger>;
819
+ readonly default: "click";
820
+ };
821
+ readonly clearable: BooleanConstructor;
822
+ readonly clearFilterAfterSelect: {
823
+ readonly type: BooleanConstructor;
824
+ readonly default: true;
825
+ };
826
+ readonly remote: BooleanConstructor;
827
+ readonly onLoad: import('vue').PropType<import('naive-ui/es/cascader/src/interface').OnLoad>;
828
+ readonly separator: {
829
+ readonly type: StringConstructor;
830
+ readonly default: " / ";
831
+ };
832
+ readonly filter: import('vue').PropType<import('naive-ui/es/cascader/src/interface').Filter>;
833
+ readonly placement: {
834
+ readonly type: import('vue').PropType<import('naive-ui').PopoverPlacement>;
835
+ readonly default: "bottom-start";
836
+ };
837
+ readonly cascade: {
838
+ readonly type: BooleanConstructor;
839
+ readonly default: true;
840
+ };
841
+ readonly leafOnly: BooleanConstructor;
842
+ readonly showPath: {
843
+ readonly type: BooleanConstructor;
844
+ readonly default: true;
845
+ };
846
+ readonly show: {
847
+ readonly type: import('vue').PropType<boolean | undefined>;
848
+ readonly default: undefined;
849
+ };
850
+ readonly maxTagCount: import('vue').PropType<number | "responsive">;
851
+ readonly ellipsisTagPopoverProps: import('vue').PropType<import('naive-ui').PopoverProps>;
852
+ readonly menuProps: import('vue').PropType<import('vue').HTMLAttributes>;
853
+ readonly filterMenuProps: import('vue').PropType<import('vue').HTMLAttributes>;
854
+ readonly virtualScroll: {
855
+ readonly type: BooleanConstructor;
856
+ readonly default: true;
857
+ };
858
+ readonly checkStrategy: {
859
+ readonly type: import('vue').PropType<import('treemate').CheckStrategy>;
860
+ readonly default: "all";
861
+ };
862
+ readonly valueField: {
863
+ readonly type: StringConstructor;
864
+ readonly default: "value";
865
+ };
866
+ readonly labelField: {
867
+ readonly type: StringConstructor;
868
+ readonly default: "label";
869
+ };
870
+ readonly childrenField: {
871
+ readonly type: StringConstructor;
872
+ readonly default: "children";
873
+ };
874
+ readonly renderLabel: import('vue').PropType<(option: import('naive-ui').CascaderOption, checked: boolean) => import('vue').VNodeChild>;
875
+ readonly status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
876
+ readonly 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
877
+ readonly onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue>>;
878
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
879
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(show: boolean) => void>>;
880
+ readonly onBlur: import('vue').PropType<(e: FocusEvent) => void>;
881
+ readonly onFocus: import('vue').PropType<(e: FocusEvent) => void>;
882
+ readonly getColumnStyle: import('vue').PropType<(detail: {
883
+ level: number;
884
+ }) => string | import('vue').CSSProperties>;
885
+ readonly renderPrefix: import('vue').PropType<(props: {
886
+ option: import('naive-ui').CascaderOption;
887
+ checked: boolean;
888
+ node: import('vue').VNode | null;
889
+ }) => import('vue').VNodeChild>;
890
+ readonly renderSuffix: import('vue').PropType<(props: {
891
+ option: import('naive-ui').CascaderOption;
892
+ checked: boolean;
893
+ node: import('vue').VNode | null;
894
+ }) => import('vue').VNodeChild>;
895
+ readonly onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/cascader/src/interface').OnUpdateValue> | undefined>;
896
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Cascader", {
897
+ menuBorderRadius: string;
898
+ menuColor: string;
899
+ menuBoxShadow: string;
900
+ menuDividerColor: string;
901
+ menuHeight: string;
902
+ optionArrowColor: string;
903
+ optionHeight: string;
904
+ optionFontSize: string;
905
+ optionColorHover: string;
906
+ optionTextColor: string;
907
+ optionTextColorActive: string;
908
+ optionTextColorDisabled: string;
909
+ optionCheckMarkColor: string;
910
+ loadingColor: string;
911
+ columnWidth: string;
912
+ }, {
913
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
914
+ optionFontSizeTiny: string;
915
+ optionFontSizeSmall: string;
916
+ optionFontSizeMedium: string;
917
+ optionFontSizeLarge: string;
918
+ optionFontSizeHuge: string;
919
+ optionHeightTiny: string;
920
+ optionHeightSmall: string;
921
+ optionHeightMedium: string;
922
+ optionHeightLarge: string;
923
+ optionHeightHuge: string;
924
+ borderRadius: string;
925
+ color: string;
926
+ groupHeaderTextColor: string;
927
+ actionDividerColor: string;
928
+ optionTextColor: string;
929
+ optionTextColorPressed: string;
930
+ optionTextColorDisabled: string;
931
+ optionTextColorActive: string;
932
+ optionOpacityDisabled: string;
933
+ optionCheckColor: string;
934
+ optionColorPending: string;
935
+ optionColorActive: string;
936
+ optionColorActivePending: string;
937
+ actionTextColor: string;
938
+ loadingColor: string;
939
+ height: string;
940
+ paddingTiny: string;
941
+ paddingSmall: string;
942
+ paddingMedium: string;
943
+ paddingLarge: string;
944
+ paddingHuge: string;
945
+ optionPaddingTiny: string;
946
+ optionPaddingSmall: string;
947
+ optionPaddingMedium: string;
948
+ optionPaddingLarge: string;
949
+ optionPaddingHuge: string;
950
+ loadingSize: string;
951
+ }, {
952
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
953
+ height: string;
954
+ width: string;
955
+ borderRadius: string;
956
+ color: string;
957
+ colorHover: string;
958
+ railInsetHorizontalBottom: string;
959
+ railInsetHorizontalTop: string;
960
+ railInsetVerticalRight: string;
961
+ railInsetVerticalLeft: string;
962
+ railColor: string;
963
+ }, any>;
964
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
965
+ fontSizeTiny: string;
966
+ fontSizeSmall: string;
967
+ fontSizeMedium: string;
968
+ fontSizeLarge: string;
969
+ fontSizeHuge: string;
970
+ textColor: string;
971
+ iconColor: string;
972
+ extraTextColor: string;
973
+ iconSizeTiny: string;
974
+ iconSizeSmall: string;
975
+ iconSizeMedium: string;
976
+ iconSizeLarge: string;
977
+ iconSizeHuge: string;
978
+ }, any>;
979
+ }>;
980
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
981
+ fontSizeTiny: string;
982
+ fontSizeSmall: string;
983
+ fontSizeMedium: string;
984
+ fontSizeLarge: string;
985
+ heightTiny: string;
986
+ heightSmall: string;
987
+ heightMedium: string;
988
+ heightLarge: string;
989
+ borderRadius: string;
990
+ fontWeight: string;
991
+ textColor: string;
992
+ textColorDisabled: string;
993
+ placeholderColor: string;
994
+ placeholderColorDisabled: string;
995
+ color: string;
996
+ colorDisabled: string;
997
+ colorActive: string;
998
+ border: string;
999
+ borderHover: string;
1000
+ borderActive: string;
1001
+ borderFocus: string;
1002
+ boxShadowHover: string;
1003
+ boxShadowActive: string;
1004
+ boxShadowFocus: string;
1005
+ caretColor: string;
1006
+ arrowColor: string;
1007
+ arrowColorDisabled: string;
1008
+ loadingColor: string;
1009
+ borderWarning: string;
1010
+ borderHoverWarning: string;
1011
+ borderActiveWarning: string;
1012
+ borderFocusWarning: string;
1013
+ boxShadowHoverWarning: string;
1014
+ boxShadowActiveWarning: string;
1015
+ boxShadowFocusWarning: string;
1016
+ colorActiveWarning: string;
1017
+ caretColorWarning: string;
1018
+ borderError: string;
1019
+ borderHoverError: string;
1020
+ borderActiveError: string;
1021
+ borderFocusError: string;
1022
+ boxShadowHoverError: string;
1023
+ boxShadowActiveError: string;
1024
+ boxShadowFocusError: string;
1025
+ colorActiveError: string;
1026
+ caretColorError: string;
1027
+ clearColor: string;
1028
+ clearColorHover: string;
1029
+ clearColorPressed: string;
1030
+ paddingSingle: string;
1031
+ paddingMultiple: string;
1032
+ clearSize: string;
1033
+ arrowSize: string;
1034
+ }, {
1035
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1036
+ fontSize: string;
1037
+ borderRadius: string;
1038
+ color: string;
1039
+ dividerColor: string;
1040
+ textColor: string;
1041
+ boxShadow: string;
1042
+ space: string;
1043
+ spaceArrow: string;
1044
+ arrowOffset: string;
1045
+ arrowOffsetVertical: string;
1046
+ arrowHeight: string;
1047
+ padding: string;
1048
+ }, {
1049
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1050
+ height: string;
1051
+ width: string;
1052
+ borderRadius: string;
1053
+ color: string;
1054
+ colorHover: string;
1055
+ railInsetHorizontalBottom: string;
1056
+ railInsetHorizontalTop: string;
1057
+ railInsetVerticalRight: string;
1058
+ railInsetVerticalLeft: string;
1059
+ railColor: string;
1060
+ }, any>;
1061
+ }>;
1062
+ }>;
1063
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1064
+ height: string;
1065
+ width: string;
1066
+ borderRadius: string;
1067
+ color: string;
1068
+ colorHover: string;
1069
+ railInsetHorizontalBottom: string;
1070
+ railInsetHorizontalTop: string;
1071
+ railInsetVerticalRight: string;
1072
+ railInsetVerticalLeft: string;
1073
+ railColor: string;
1074
+ }, any>;
1075
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1076
+ labelLineHeight: string;
1077
+ fontSizeSmall: string;
1078
+ fontSizeMedium: string;
1079
+ fontSizeLarge: string;
1080
+ borderRadius: string;
1081
+ color: string;
1082
+ colorChecked: string;
1083
+ colorDisabled: string;
1084
+ colorDisabledChecked: string;
1085
+ colorTableHeader: string;
1086
+ colorTableHeaderModal: string;
1087
+ colorTableHeaderPopover: string;
1088
+ checkMarkColor: string;
1089
+ checkMarkColorDisabled: string;
1090
+ checkMarkColorDisabledChecked: string;
1091
+ border: string;
1092
+ borderDisabled: string;
1093
+ borderDisabledChecked: string;
1094
+ borderChecked: string;
1095
+ borderFocus: string;
1096
+ boxShadowFocus: string;
1097
+ textColor: string;
1098
+ textColorDisabled: string;
1099
+ sizeSmall: string;
1100
+ sizeMedium: string;
1101
+ sizeLarge: string;
1102
+ labelPadding: string;
1103
+ labelFontWeight: string;
1104
+ }, any>;
1105
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1106
+ fontSizeTiny: string;
1107
+ fontSizeSmall: string;
1108
+ fontSizeMedium: string;
1109
+ fontSizeLarge: string;
1110
+ fontSizeHuge: string;
1111
+ textColor: string;
1112
+ iconColor: string;
1113
+ extraTextColor: string;
1114
+ iconSizeTiny: string;
1115
+ iconSizeSmall: string;
1116
+ iconSizeMedium: string;
1117
+ iconSizeLarge: string;
1118
+ iconSizeHuge: string;
1119
+ }, any>;
1120
+ }>>;
1121
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
1122
+ menuBorderRadius: string;
1123
+ menuColor: string;
1124
+ menuBoxShadow: string;
1125
+ menuDividerColor: string;
1126
+ menuHeight: string;
1127
+ optionArrowColor: string;
1128
+ optionHeight: string;
1129
+ optionFontSize: string;
1130
+ optionColorHover: string;
1131
+ optionTextColor: string;
1132
+ optionTextColorActive: string;
1133
+ optionTextColorDisabled: string;
1134
+ optionCheckMarkColor: string;
1135
+ loadingColor: string;
1136
+ columnWidth: string;
1137
+ }, {
1138
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1139
+ optionFontSizeTiny: string;
1140
+ optionFontSizeSmall: string;
1141
+ optionFontSizeMedium: string;
1142
+ optionFontSizeLarge: string;
1143
+ optionFontSizeHuge: string;
1144
+ optionHeightTiny: string;
1145
+ optionHeightSmall: string;
1146
+ optionHeightMedium: string;
1147
+ optionHeightLarge: string;
1148
+ optionHeightHuge: string;
1149
+ borderRadius: string;
1150
+ color: string;
1151
+ groupHeaderTextColor: string;
1152
+ actionDividerColor: string;
1153
+ optionTextColor: string;
1154
+ optionTextColorPressed: string;
1155
+ optionTextColorDisabled: string;
1156
+ optionTextColorActive: string;
1157
+ optionOpacityDisabled: string;
1158
+ optionCheckColor: string;
1159
+ optionColorPending: string;
1160
+ optionColorActive: string;
1161
+ optionColorActivePending: string;
1162
+ actionTextColor: string;
1163
+ loadingColor: string;
1164
+ height: string;
1165
+ paddingTiny: string;
1166
+ paddingSmall: string;
1167
+ paddingMedium: string;
1168
+ paddingLarge: string;
1169
+ paddingHuge: string;
1170
+ optionPaddingTiny: string;
1171
+ optionPaddingSmall: string;
1172
+ optionPaddingMedium: string;
1173
+ optionPaddingLarge: string;
1174
+ optionPaddingHuge: string;
1175
+ loadingSize: string;
1176
+ }, {
1177
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1178
+ height: string;
1179
+ width: string;
1180
+ borderRadius: string;
1181
+ color: string;
1182
+ colorHover: string;
1183
+ railInsetHorizontalBottom: string;
1184
+ railInsetHorizontalTop: string;
1185
+ railInsetVerticalRight: string;
1186
+ railInsetVerticalLeft: string;
1187
+ railColor: string;
1188
+ }, any>;
1189
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1190
+ fontSizeTiny: string;
1191
+ fontSizeSmall: string;
1192
+ fontSizeMedium: string;
1193
+ fontSizeLarge: string;
1194
+ fontSizeHuge: string;
1195
+ textColor: string;
1196
+ iconColor: string;
1197
+ extraTextColor: string;
1198
+ iconSizeTiny: string;
1199
+ iconSizeSmall: string;
1200
+ iconSizeMedium: string;
1201
+ iconSizeLarge: string;
1202
+ iconSizeHuge: string;
1203
+ }, any>;
1204
+ }>;
1205
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
1206
+ fontSizeTiny: string;
1207
+ fontSizeSmall: string;
1208
+ fontSizeMedium: string;
1209
+ fontSizeLarge: string;
1210
+ heightTiny: string;
1211
+ heightSmall: string;
1212
+ heightMedium: string;
1213
+ heightLarge: string;
1214
+ borderRadius: string;
1215
+ fontWeight: string;
1216
+ textColor: string;
1217
+ textColorDisabled: string;
1218
+ placeholderColor: string;
1219
+ placeholderColorDisabled: string;
1220
+ color: string;
1221
+ colorDisabled: string;
1222
+ colorActive: string;
1223
+ border: string;
1224
+ borderHover: string;
1225
+ borderActive: string;
1226
+ borderFocus: string;
1227
+ boxShadowHover: string;
1228
+ boxShadowActive: string;
1229
+ boxShadowFocus: string;
1230
+ caretColor: string;
1231
+ arrowColor: string;
1232
+ arrowColorDisabled: string;
1233
+ loadingColor: string;
1234
+ borderWarning: string;
1235
+ borderHoverWarning: string;
1236
+ borderActiveWarning: string;
1237
+ borderFocusWarning: string;
1238
+ boxShadowHoverWarning: string;
1239
+ boxShadowActiveWarning: string;
1240
+ boxShadowFocusWarning: string;
1241
+ colorActiveWarning: string;
1242
+ caretColorWarning: string;
1243
+ borderError: string;
1244
+ borderHoverError: string;
1245
+ borderActiveError: string;
1246
+ borderFocusError: string;
1247
+ boxShadowHoverError: string;
1248
+ boxShadowActiveError: string;
1249
+ boxShadowFocusError: string;
1250
+ colorActiveError: string;
1251
+ caretColorError: string;
1252
+ clearColor: string;
1253
+ clearColorHover: string;
1254
+ clearColorPressed: string;
1255
+ paddingSingle: string;
1256
+ paddingMultiple: string;
1257
+ clearSize: string;
1258
+ arrowSize: string;
1259
+ }, {
1260
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1261
+ fontSize: string;
1262
+ borderRadius: string;
1263
+ color: string;
1264
+ dividerColor: string;
1265
+ textColor: string;
1266
+ boxShadow: string;
1267
+ space: string;
1268
+ spaceArrow: string;
1269
+ arrowOffset: string;
1270
+ arrowOffsetVertical: string;
1271
+ arrowHeight: string;
1272
+ padding: string;
1273
+ }, {
1274
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1275
+ height: string;
1276
+ width: string;
1277
+ borderRadius: string;
1278
+ color: string;
1279
+ colorHover: string;
1280
+ railInsetHorizontalBottom: string;
1281
+ railInsetHorizontalTop: string;
1282
+ railInsetVerticalRight: string;
1283
+ railInsetVerticalLeft: string;
1284
+ railColor: string;
1285
+ }, any>;
1286
+ }>;
1287
+ }>;
1288
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1289
+ height: string;
1290
+ width: string;
1291
+ borderRadius: string;
1292
+ color: string;
1293
+ colorHover: string;
1294
+ railInsetHorizontalBottom: string;
1295
+ railInsetHorizontalTop: string;
1296
+ railInsetVerticalRight: string;
1297
+ railInsetVerticalLeft: string;
1298
+ railColor: string;
1299
+ }, any>;
1300
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1301
+ labelLineHeight: string;
1302
+ fontSizeSmall: string;
1303
+ fontSizeMedium: string;
1304
+ fontSizeLarge: string;
1305
+ borderRadius: string;
1306
+ color: string;
1307
+ colorChecked: string;
1308
+ colorDisabled: string;
1309
+ colorDisabledChecked: string;
1310
+ colorTableHeader: string;
1311
+ colorTableHeaderModal: string;
1312
+ colorTableHeaderPopover: string;
1313
+ checkMarkColor: string;
1314
+ checkMarkColorDisabled: string;
1315
+ checkMarkColorDisabledChecked: string;
1316
+ border: string;
1317
+ borderDisabled: string;
1318
+ borderDisabledChecked: string;
1319
+ borderChecked: string;
1320
+ borderFocus: string;
1321
+ boxShadowFocus: string;
1322
+ textColor: string;
1323
+ textColorDisabled: string;
1324
+ sizeSmall: string;
1325
+ sizeMedium: string;
1326
+ sizeLarge: string;
1327
+ labelPadding: string;
1328
+ labelFontWeight: string;
1329
+ }, any>;
1330
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1331
+ fontSizeTiny: string;
1332
+ fontSizeSmall: string;
1333
+ fontSizeMedium: string;
1334
+ fontSizeLarge: string;
1335
+ fontSizeHuge: string;
1336
+ textColor: string;
1337
+ iconColor: string;
1338
+ extraTextColor: string;
1339
+ iconSizeTiny: string;
1340
+ iconSizeSmall: string;
1341
+ iconSizeMedium: string;
1342
+ iconSizeLarge: string;
1343
+ iconSizeHuge: string;
1344
+ }, any>;
1345
+ }>>>;
1346
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Cascader", {
1347
+ menuBorderRadius: string;
1348
+ menuColor: string;
1349
+ menuBoxShadow: string;
1350
+ menuDividerColor: string;
1351
+ menuHeight: string;
1352
+ optionArrowColor: string;
1353
+ optionHeight: string;
1354
+ optionFontSize: string;
1355
+ optionColorHover: string;
1356
+ optionTextColor: string;
1357
+ optionTextColorActive: string;
1358
+ optionTextColorDisabled: string;
1359
+ optionCheckMarkColor: string;
1360
+ loadingColor: string;
1361
+ columnWidth: string;
1362
+ }, {
1363
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
1364
+ optionFontSizeTiny: string;
1365
+ optionFontSizeSmall: string;
1366
+ optionFontSizeMedium: string;
1367
+ optionFontSizeLarge: string;
1368
+ optionFontSizeHuge: string;
1369
+ optionHeightTiny: string;
1370
+ optionHeightSmall: string;
1371
+ optionHeightMedium: string;
1372
+ optionHeightLarge: string;
1373
+ optionHeightHuge: string;
1374
+ borderRadius: string;
1375
+ color: string;
1376
+ groupHeaderTextColor: string;
1377
+ actionDividerColor: string;
1378
+ optionTextColor: string;
1379
+ optionTextColorPressed: string;
1380
+ optionTextColorDisabled: string;
1381
+ optionTextColorActive: string;
1382
+ optionOpacityDisabled: string;
1383
+ optionCheckColor: string;
1384
+ optionColorPending: string;
1385
+ optionColorActive: string;
1386
+ optionColorActivePending: string;
1387
+ actionTextColor: string;
1388
+ loadingColor: string;
1389
+ height: string;
1390
+ paddingTiny: string;
1391
+ paddingSmall: string;
1392
+ paddingMedium: string;
1393
+ paddingLarge: string;
1394
+ paddingHuge: string;
1395
+ optionPaddingTiny: string;
1396
+ optionPaddingSmall: string;
1397
+ optionPaddingMedium: string;
1398
+ optionPaddingLarge: string;
1399
+ optionPaddingHuge: string;
1400
+ loadingSize: string;
1401
+ }, {
1402
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1403
+ height: string;
1404
+ width: string;
1405
+ borderRadius: string;
1406
+ color: string;
1407
+ colorHover: string;
1408
+ railInsetHorizontalBottom: string;
1409
+ railInsetHorizontalTop: string;
1410
+ railInsetVerticalRight: string;
1411
+ railInsetVerticalLeft: string;
1412
+ railColor: string;
1413
+ }, any>;
1414
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1415
+ fontSizeTiny: string;
1416
+ fontSizeSmall: string;
1417
+ fontSizeMedium: string;
1418
+ fontSizeLarge: string;
1419
+ fontSizeHuge: string;
1420
+ textColor: string;
1421
+ iconColor: string;
1422
+ extraTextColor: string;
1423
+ iconSizeTiny: string;
1424
+ iconSizeSmall: string;
1425
+ iconSizeMedium: string;
1426
+ iconSizeLarge: string;
1427
+ iconSizeHuge: string;
1428
+ }, any>;
1429
+ }>;
1430
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
1431
+ fontSizeTiny: string;
1432
+ fontSizeSmall: string;
1433
+ fontSizeMedium: string;
1434
+ fontSizeLarge: string;
1435
+ heightTiny: string;
1436
+ heightSmall: string;
1437
+ heightMedium: string;
1438
+ heightLarge: string;
1439
+ borderRadius: string;
1440
+ fontWeight: string;
1441
+ textColor: string;
1442
+ textColorDisabled: string;
1443
+ placeholderColor: string;
1444
+ placeholderColorDisabled: string;
1445
+ color: string;
1446
+ colorDisabled: string;
1447
+ colorActive: string;
1448
+ border: string;
1449
+ borderHover: string;
1450
+ borderActive: string;
1451
+ borderFocus: string;
1452
+ boxShadowHover: string;
1453
+ boxShadowActive: string;
1454
+ boxShadowFocus: string;
1455
+ caretColor: string;
1456
+ arrowColor: string;
1457
+ arrowColorDisabled: string;
1458
+ loadingColor: string;
1459
+ borderWarning: string;
1460
+ borderHoverWarning: string;
1461
+ borderActiveWarning: string;
1462
+ borderFocusWarning: string;
1463
+ boxShadowHoverWarning: string;
1464
+ boxShadowActiveWarning: string;
1465
+ boxShadowFocusWarning: string;
1466
+ colorActiveWarning: string;
1467
+ caretColorWarning: string;
1468
+ borderError: string;
1469
+ borderHoverError: string;
1470
+ borderActiveError: string;
1471
+ borderFocusError: string;
1472
+ boxShadowHoverError: string;
1473
+ boxShadowActiveError: string;
1474
+ boxShadowFocusError: string;
1475
+ colorActiveError: string;
1476
+ caretColorError: string;
1477
+ clearColor: string;
1478
+ clearColorHover: string;
1479
+ clearColorPressed: string;
1480
+ paddingSingle: string;
1481
+ paddingMultiple: string;
1482
+ clearSize: string;
1483
+ arrowSize: string;
1484
+ }, {
1485
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
1486
+ fontSize: string;
1487
+ borderRadius: string;
1488
+ color: string;
1489
+ dividerColor: string;
1490
+ textColor: string;
1491
+ boxShadow: string;
1492
+ space: string;
1493
+ spaceArrow: string;
1494
+ arrowOffset: string;
1495
+ arrowOffsetVertical: string;
1496
+ arrowHeight: string;
1497
+ padding: string;
1498
+ }, {
1499
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1500
+ height: string;
1501
+ width: string;
1502
+ borderRadius: string;
1503
+ color: string;
1504
+ colorHover: string;
1505
+ railInsetHorizontalBottom: string;
1506
+ railInsetHorizontalTop: string;
1507
+ railInsetVerticalRight: string;
1508
+ railInsetVerticalLeft: string;
1509
+ railColor: string;
1510
+ }, any>;
1511
+ }>;
1512
+ }>;
1513
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1514
+ height: string;
1515
+ width: string;
1516
+ borderRadius: string;
1517
+ color: string;
1518
+ colorHover: string;
1519
+ railInsetHorizontalBottom: string;
1520
+ railInsetHorizontalTop: string;
1521
+ railInsetVerticalRight: string;
1522
+ railInsetVerticalLeft: string;
1523
+ railColor: string;
1524
+ }, any>;
1525
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
1526
+ labelLineHeight: string;
1527
+ fontSizeSmall: string;
1528
+ fontSizeMedium: string;
1529
+ fontSizeLarge: string;
1530
+ borderRadius: string;
1531
+ color: string;
1532
+ colorChecked: string;
1533
+ colorDisabled: string;
1534
+ colorDisabledChecked: string;
1535
+ colorTableHeader: string;
1536
+ colorTableHeaderModal: string;
1537
+ colorTableHeaderPopover: string;
1538
+ checkMarkColor: string;
1539
+ checkMarkColorDisabled: string;
1540
+ checkMarkColorDisabledChecked: string;
1541
+ border: string;
1542
+ borderDisabled: string;
1543
+ borderDisabledChecked: string;
1544
+ borderChecked: string;
1545
+ borderFocus: string;
1546
+ boxShadowFocus: string;
1547
+ textColor: string;
1548
+ textColorDisabled: string;
1549
+ sizeSmall: string;
1550
+ sizeMedium: string;
1551
+ sizeLarge: string;
1552
+ labelPadding: string;
1553
+ labelFontWeight: string;
1554
+ }, any>;
1555
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
1556
+ fontSizeTiny: string;
1557
+ fontSizeSmall: string;
1558
+ fontSizeMedium: string;
1559
+ fontSizeLarge: string;
1560
+ fontSizeHuge: string;
1561
+ textColor: string;
1562
+ iconColor: string;
1563
+ extraTextColor: string;
1564
+ iconSizeTiny: string;
1565
+ iconSizeSmall: string;
1566
+ iconSizeMedium: string;
1567
+ iconSizeLarge: string;
1568
+ iconSizeHuge: string;
1569
+ }, any>;
1570
+ }>>>;
1571
+ }>> & Readonly<{}>, {
1572
+ readonly bordered: boolean | undefined;
1573
+ readonly to: string | boolean | HTMLElement;
1574
+ readonly placement: import('naive-ui').PopoverPlacement;
1575
+ readonly disabled: boolean | undefined;
1576
+ readonly separator: string;
1577
+ readonly allowCheckingNotLoaded: boolean;
1578
+ readonly options: import('naive-ui').CascaderOption[];
1579
+ readonly defaultValue: import('naive-ui/es/cascader/src/interface').Value | null;
1580
+ readonly multiple: boolean;
1581
+ readonly filterable: boolean;
1582
+ readonly disabledField: string;
1583
+ readonly expandTrigger: import('naive-ui/es/cascader/src/interface').ExpandTrigger;
1584
+ readonly clearable: boolean;
1585
+ readonly clearFilterAfterSelect: boolean;
1586
+ readonly remote: boolean;
1587
+ readonly cascade: boolean;
1588
+ readonly leafOnly: boolean;
1589
+ readonly showPath: boolean;
1590
+ readonly show: boolean | undefined;
1591
+ readonly virtualScroll: boolean;
1592
+ readonly checkStrategy: import('treemate').CheckStrategy;
1593
+ readonly valueField: string;
1594
+ readonly labelField: string;
1595
+ readonly childrenField: string;
1596
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1597
+ export default _default;