base6-ui 2.0.31 → 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 (1249) 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/platform-header-navigation/src/interface.d.ts +1 -0
  103. package/dist/components/popconfirm/styles/_common.d.ts +2 -0
  104. package/dist/components/popconfirm/styles/dark.d.ts +2 -0
  105. package/dist/components/popconfirm/styles/index.d.ts +2 -0
  106. package/dist/components/popconfirm/styles/light.d.ts +2 -0
  107. package/dist/components/popover/styles/_common.d.ts +2 -0
  108. package/dist/components/popover/styles/dark.d.ts +2 -0
  109. package/dist/components/popover/styles/index.d.ts +2 -0
  110. package/dist/components/popover/styles/light.d.ts +2 -0
  111. package/dist/components/progress/index.d.ts +1 -389
  112. package/dist/components/progress/src/cssVar.d.ts +8 -0
  113. package/dist/components/progress/src/progress.d.ts +389 -0
  114. package/dist/components/progress/styles/dark.d.ts +2 -0
  115. package/dist/components/progress/styles/index.d.ts +2 -0
  116. package/dist/components/progress/styles/light.d.ts +2 -0
  117. package/dist/components/radio/index.d.ts +1 -1
  118. package/dist/components/radio/src/cssVar.d.ts +5 -0
  119. package/dist/components/radio/src/radio.vue.d.ts +23 -0
  120. package/dist/components/radio/styles/dark.d.ts +2 -0
  121. package/dist/components/radio/styles/index.d.ts +2 -0
  122. package/dist/components/radio/styles/light.d.ts +2 -0
  123. package/dist/components/select/src/select.d.ts +10 -10
  124. package/dist/components/select/styles/dark.d.ts +2 -0
  125. package/dist/components/select/styles/index.d.ts +2 -0
  126. package/dist/components/select/styles/light.d.ts +2 -0
  127. package/dist/components/slider/index.d.ts +1 -1
  128. package/dist/components/slider/src/slider.vue.d.ts +28 -0
  129. package/dist/components/slider/styles/dark.d.ts +3 -0
  130. package/dist/components/slider/styles/index.d.ts +2 -0
  131. package/dist/components/slider/styles/light.d.ts +3 -0
  132. package/dist/components/steps/index.d.ts +1 -1
  133. package/dist/components/steps/styles/_common.d.ts +2 -0
  134. package/dist/components/steps/styles/dark.d.ts +2 -0
  135. package/dist/components/steps/styles/index.d.ts +2 -0
  136. package/dist/components/steps/styles/light.d.ts +2 -0
  137. package/dist/components/switch/index.d.ts +1 -1
  138. package/dist/components/switch/src/cssVar.d.ts +7 -0
  139. package/dist/components/switch/src/switch.vue.d.ts +23 -0
  140. package/dist/components/switch/styles/_common.d.ts +2 -0
  141. package/dist/components/switch/styles/dark.d.ts +2 -0
  142. package/dist/components/switch/styles/index.d.ts +2 -0
  143. package/dist/components/switch/styles/light.d.ts +2 -0
  144. package/dist/components/tabs/index.d.ts +2 -2
  145. package/dist/components/tabs/src/cssVar.d.ts +4 -0
  146. package/dist/components/tabs/src/tabs.d.ts +699 -0
  147. package/dist/components/tabs/styles/_common.d.ts +2 -0
  148. package/dist/components/tabs/styles/dark.d.ts +2 -0
  149. package/dist/components/tabs/styles/index.d.ts +2 -0
  150. package/dist/components/tabs/styles/light.d.ts +2 -0
  151. package/dist/components/tag/styles/_common.d.ts +2 -0
  152. package/dist/components/tag/styles/dark.d.ts +2 -0
  153. package/dist/components/tag/styles/index.d.ts +2 -0
  154. package/dist/components/tag/styles/light.d.ts +2 -0
  155. package/dist/components/tooltip/styles/_common.d.ts +2 -0
  156. package/dist/components/tooltip/styles/dark.d.ts +2 -0
  157. package/dist/components/tooltip/styles/index.d.ts +2 -0
  158. package/dist/components/tooltip/styles/light.d.ts +2 -0
  159. package/dist/components/transfer/styles/dark.d.ts +2 -0
  160. package/dist/components/transfer/styles/index.d.ts +2 -0
  161. package/dist/components/transfer/styles/light.d.ts +2 -0
  162. package/dist/components/tree/styles/dark.d.ts +2 -0
  163. package/dist/components/tree/styles/index.d.ts +2 -0
  164. package/dist/components/tree/styles/light.d.ts +2 -0
  165. package/dist/config/index.d.ts +1 -1
  166. package/dist/config/themes/dark.d.ts +1 -1
  167. package/dist/config/themes/index.d.ts +2 -6
  168. package/dist/config/themes/light.d.ts +1 -1
  169. package/dist/index.css +1 -1
  170. package/dist/index.d.ts +4 -2
  171. package/dist/index.umd.js +10 -10
  172. package/dist/locale/http/en-us.d.ts +11 -0
  173. package/dist/locale/index.d.ts +2 -2
  174. package/es/_internal/select-menu/styles/dark.d.ts +2 -0
  175. package/es/_internal/select-menu/styles/dark.mjs +18 -0
  176. package/es/_internal/select-menu/styles/index.d.ts +2 -0
  177. package/es/_internal/select-menu/styles/light.d.ts +2 -0
  178. package/es/_internal/select-menu/styles/light.mjs +17 -0
  179. package/es/_internal/selection/index.d.ts +0 -0
  180. package/es/_internal/selection/styles/dark.d.ts +2 -0
  181. package/es/_internal/selection/styles/dark.mjs +22 -0
  182. package/es/_internal/selection/styles/index.d.ts +2 -0
  183. package/es/_internal/selection/styles/light.d.ts +2 -0
  184. package/es/_internal/selection/styles/light.mjs +20 -0
  185. package/es/_mixins/index.d.ts +2 -0
  186. package/es/_mixins/use-boden-http-message.d.ts +10 -0
  187. package/es/_mixins/use-boden-http-message.mjs +19 -0
  188. package/es/_mixins/use-locale.d.ts +17 -0
  189. package/es/_styles/index.d.ts +1 -0
  190. package/es/_styles/vars/base/dark.d.ts +3 -0
  191. package/es/_styles/vars/base/dark.mjs +60 -0
  192. package/es/_styles/vars/base/index.d.ts +3 -0
  193. package/es/_styles/vars/base/light.d.ts +54 -0
  194. package/es/_styles/vars/colors/dark.d.ts +3 -0
  195. package/es/_styles/vars/colors/dark.mjs +38 -0
  196. package/es/_styles/vars/colors/index.d.ts +3 -0
  197. package/es/_styles/vars/colors/light.d.ts +35 -0
  198. package/es/_styles/vars/colors/light.mjs +37 -0
  199. package/es/_styles/vars/index.d.ts +2 -0
  200. package/es/_themeOverrides/charts/dark.d.ts +398 -0
  201. package/es/_themeOverrides/charts/dark.mjs +429 -0
  202. package/es/_themeOverrides/charts/index.d.ts +2 -0
  203. package/es/_themeOverrides/charts/light.d.ts +396 -0
  204. package/es/_themeOverrides/charts/light.mjs +428 -0
  205. package/es/_types/_internal.d.ts +94 -0
  206. package/es/_utils/index.d.ts +1 -0
  207. package/es/components/alert/index.d.ts +0 -0
  208. package/es/components/alert/styles/_common.d.ts +2 -0
  209. package/es/components/alert/styles/_common.mjs +9 -0
  210. package/es/components/alert/styles/dark.d.ts +2 -0
  211. package/es/components/alert/styles/dark.mjs +23 -0
  212. package/es/components/alert/styles/index.d.ts +2 -0
  213. package/es/components/alert/styles/light.d.ts +2 -0
  214. package/es/components/alert/styles/light.mjs +20 -0
  215. package/es/components/breadcrumb/styles/dark.d.ts +2 -0
  216. package/es/components/breadcrumb/styles/dark.mjs +24 -0
  217. package/es/components/breadcrumb/styles/index.d.ts +2 -0
  218. package/es/components/breadcrumb/styles/light.d.ts +2 -0
  219. package/es/components/breadcrumb/styles/light.mjs +25 -0
  220. package/es/components/button/index.d.ts +2 -2
  221. package/es/components/button/src/button.d.ts +1352 -0
  222. package/es/components/button/src/button.mjs +28 -0
  223. package/es/components/button/styles/_common.d.ts +2 -0
  224. package/es/components/button/styles/_common.mjs +19 -0
  225. package/es/components/button/styles/dark.d.ts +2 -0
  226. package/es/components/button/styles/dark.mjs +120 -0
  227. package/es/components/button/styles/index.d.ts +2 -0
  228. package/es/components/button/styles/light.d.ts +2 -0
  229. package/es/components/button/styles/light.mjs +99 -0
  230. package/es/components/button-list/src/button-list.mjs +2 -2
  231. package/es/components/card/index.d.ts +0 -0
  232. package/es/components/card/styles/dark.d.ts +2 -0
  233. package/es/components/card/styles/dark.mjs +17 -0
  234. package/es/components/card/styles/index.d.ts +2 -0
  235. package/es/components/card/styles/light.d.ts +2 -0
  236. package/es/components/card/styles/light.mjs +17 -0
  237. package/es/components/cascader/index.d.ts +2 -2
  238. package/es/components/cascader/src/cascader.d.ts +1597 -0
  239. package/es/components/cascader/src/cascader.mjs +38 -0
  240. package/es/components/cascader/src/cssVar.d.ts +10 -0
  241. package/es/components/cascader/src/cssVar.mjs +14 -0
  242. package/es/components/cascader/styles/_common.d.ts +2 -0
  243. package/es/components/cascader/styles/_common.mjs +9 -0
  244. package/es/components/cascader/styles/dark.d.ts +2 -0
  245. package/es/components/cascader/styles/dark.mjs +25 -0
  246. package/es/components/cascader/styles/index.d.ts +2 -0
  247. package/es/components/cascader/styles/light.d.ts +2 -0
  248. package/es/components/cascader/styles/light.mjs +24 -0
  249. package/es/components/checkbox/index.d.ts +0 -0
  250. package/es/components/checkbox/styles/_common.d.ts +2 -0
  251. package/es/components/checkbox/styles/_common.mjs +7 -0
  252. package/es/components/checkbox/styles/dark.d.ts +2 -0
  253. package/es/components/checkbox/styles/dark.mjs +22 -0
  254. package/es/components/checkbox/styles/index.d.ts +2 -0
  255. package/es/components/checkbox/styles/light.d.ts +2 -0
  256. package/es/components/checkbox/styles/light.mjs +21 -0
  257. package/es/components/config-provider/config-provider.d.ts +2 -2
  258. package/es/components/data-table/index.d.ts +2 -2
  259. package/es/components/data-table/src/data-table.mjs +73 -0
  260. package/es/components/data-table/styles/_common.d.ts +2 -0
  261. package/es/components/data-table/styles/_common.mjs +14 -0
  262. package/es/components/data-table/styles/dark.d.ts +2 -0
  263. package/es/components/data-table/styles/dark.mjs +27 -0
  264. package/es/components/data-table/styles/index.d.ts +2 -0
  265. package/es/components/data-table/styles/light.d.ts +2 -0
  266. package/es/components/data-table/styles/light.mjs +19 -0
  267. package/es/components/date-picker/index.d.ts +0 -0
  268. package/es/components/date-picker/styles/dark.d.ts +2 -0
  269. package/es/components/date-picker/styles/dark.mjs +13 -0
  270. package/es/components/date-picker/styles/index.d.ts +2 -0
  271. package/es/components/date-picker/styles/light.d.ts +2 -0
  272. package/es/components/date-picker/styles/light.mjs +13 -0
  273. package/es/components/dialog/index.d.ts +2 -2
  274. package/es/components/dialog/src/index.vue.d.ts +58 -0
  275. package/es/components/dialog/src/index.vue.mjs +151 -0
  276. package/es/components/dialog/styles/_common.d.ts +2 -0
  277. package/es/components/dialog/styles/_common.mjs +12 -0
  278. package/es/components/dialog/styles/dark.d.ts +2 -0
  279. package/es/components/dialog/styles/dark.mjs +18 -0
  280. package/es/components/dialog/styles/index.d.ts +2 -0
  281. package/es/components/dialog/styles/light.d.ts +2 -0
  282. package/es/components/dialog/styles/light.mjs +17 -0
  283. package/es/components/divider/styles/index.d.ts +1 -0
  284. package/es/components/divider/styles/light.d.ts +2 -0
  285. package/es/components/divider/styles/light.mjs +8 -0
  286. package/es/components/dropdown/styles/_common.d.ts +2 -0
  287. package/es/components/dropdown/styles/_common.mjs +6 -0
  288. package/es/components/dropdown/styles/dark.d.ts +2 -0
  289. package/es/components/dropdown/styles/dark.mjs +12 -0
  290. package/es/components/dropdown/styles/index.d.ts +2 -0
  291. package/es/components/dropdown/styles/light.d.ts +2 -0
  292. package/es/components/dropdown/styles/light.mjs +12 -0
  293. package/es/components/form/styles/_common.d.ts +2 -0
  294. package/es/components/form/styles/_common.mjs +12 -0
  295. package/es/components/form/styles/dark.d.ts +2 -0
  296. package/es/components/form/styles/dark.mjs +12 -0
  297. package/es/components/form/styles/index.d.ts +2 -0
  298. package/es/components/form/styles/light.d.ts +2 -0
  299. package/es/components/form/styles/light.mjs +12 -0
  300. package/es/components/global-header/index.vue.mjs +63 -53
  301. package/es/components/index.d.ts +1 -1
  302. package/es/components/input/styles/_common.d.ts +2 -0
  303. package/es/components/input/styles/_common.mjs +10 -0
  304. package/es/components/input/styles/dark.d.ts +2 -0
  305. package/es/components/input/styles/dark.mjs +30 -0
  306. package/es/components/input/styles/index.d.ts +2 -0
  307. package/es/components/input/styles/light.d.ts +2 -0
  308. package/es/components/input/styles/light.mjs +28 -0
  309. package/es/components/input-number/index.d.ts +1 -1
  310. package/es/components/input-number/src/input-number.vue.mjs +7 -0
  311. package/es/components/input-number/src/input-number.vue2.mjs +144 -0
  312. package/es/components/input-number/styles/_common.d.ts +3 -0
  313. package/es/components/input-number/styles/_common.mjs +14 -0
  314. package/es/components/input-number/styles/dark.d.ts +3 -0
  315. package/es/components/input-number/styles/dark.mjs +22 -0
  316. package/es/components/input-number/styles/index.d.ts +2 -0
  317. package/es/components/input-number/styles/light.d.ts +3 -0
  318. package/es/components/input-number/styles/light.mjs +19 -0
  319. package/es/components/layout/aside/index.vue.mjs +2 -2
  320. package/es/components/layout/aside/index.vue2.mjs +4 -3
  321. package/es/components/layout/aside-menu/aside-menu.d.ts +1 -1
  322. package/es/components/layout/styles/dark.d.ts +6 -0
  323. package/es/components/layout/styles/dark.mjs +12 -0
  324. package/es/components/layout/styles/index.d.ts +2 -0
  325. package/es/components/layout/styles/light.d.ts +6 -0
  326. package/es/components/layout/styles/light.mjs +13 -0
  327. package/es/components/layout/types.d.ts +1 -1
  328. package/es/components/menu/styles/dark.d.ts +2 -0
  329. package/es/components/menu/styles/dark.mjs +34 -0
  330. package/es/components/menu/styles/index.d.ts +2 -0
  331. package/es/components/menu/styles/light.d.ts +2 -0
  332. package/es/components/menu/styles/light.mjs +33 -0
  333. package/es/components/nav-icon/cssVar.mjs +6 -57
  334. package/es/components/pagination/styles/_common.d.ts +2 -0
  335. package/es/components/pagination/styles/_common.mjs +14 -0
  336. package/es/components/pagination/styles/dark.d.ts +2 -0
  337. package/es/components/pagination/styles/dark.mjs +33 -0
  338. package/es/components/pagination/styles/index.d.ts +2 -0
  339. package/es/components/pagination/styles/light.d.ts +2 -0
  340. package/es/components/pagination/styles/light.mjs +51 -0
  341. package/es/components/platform-header-navigation/src/interface.d.ts +1 -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/styles/dark.d.ts +6 -0
  623. package/lib/components/layout/styles/dark.js +1 -0
  624. package/lib/components/layout/styles/index.d.ts +2 -0
  625. package/lib/components/layout/styles/light.d.ts +6 -0
  626. package/lib/components/layout/styles/light.js +1 -0
  627. package/lib/components/layout/types.d.ts +1 -1
  628. package/lib/components/menu/styles/dark.d.ts +2 -0
  629. package/lib/components/menu/styles/dark.js +1 -0
  630. package/lib/components/menu/styles/index.d.ts +2 -0
  631. package/lib/components/menu/styles/light.d.ts +2 -0
  632. package/lib/components/menu/styles/light.js +1 -0
  633. package/lib/components/nav-icon/cssVar.js +1 -1
  634. package/lib/components/pagination/styles/_common.d.ts +2 -0
  635. package/lib/components/pagination/styles/_common.js +1 -0
  636. package/lib/components/pagination/styles/dark.d.ts +2 -0
  637. package/lib/components/pagination/styles/dark.js +1 -0
  638. package/lib/components/pagination/styles/index.d.ts +2 -0
  639. package/lib/components/pagination/styles/light.d.ts +2 -0
  640. package/lib/components/pagination/styles/light.js +1 -0
  641. package/lib/components/platform-header-navigation/src/interface.d.ts +1 -0
  642. package/lib/components/platform-header-navigation/src/useCssVars.js +1 -1
  643. package/lib/components/platform-navigation/cssVar.js +1 -1
  644. package/lib/components/platform-navigation/index.vue.js +1 -1
  645. package/lib/components/platform-navigation/index.vue2.js +1 -1
  646. package/lib/components/popconfirm/styles/_common.d.ts +2 -0
  647. package/lib/components/popconfirm/styles/_common.js +1 -0
  648. package/lib/components/popconfirm/styles/dark.d.ts +2 -0
  649. package/lib/components/popconfirm/styles/dark.js +1 -0
  650. package/lib/components/popconfirm/styles/index.d.ts +2 -0
  651. package/lib/components/popconfirm/styles/light.d.ts +2 -0
  652. package/lib/components/popconfirm/styles/light.js +1 -0
  653. package/lib/components/popover/styles/_common.d.ts +2 -0
  654. package/lib/components/popover/styles/_common.js +1 -0
  655. package/lib/components/popover/styles/dark.d.ts +2 -0
  656. package/lib/components/popover/styles/dark.js +1 -0
  657. package/lib/components/popover/styles/index.d.ts +2 -0
  658. package/lib/components/popover/styles/light.d.ts +2 -0
  659. package/lib/components/popover/styles/light.js +1 -0
  660. package/lib/components/progress/index.d.ts +1 -389
  661. package/lib/components/progress/src/cssVar.d.ts +8 -0
  662. package/lib/components/progress/src/cssVar.js +1 -0
  663. package/lib/components/progress/src/progress.d.ts +389 -0
  664. package/lib/components/progress/src/progress.js +1 -0
  665. package/lib/components/progress/styles/dark.d.ts +2 -0
  666. package/lib/components/progress/styles/dark.js +1 -0
  667. package/lib/components/progress/styles/index.d.ts +2 -0
  668. package/lib/components/progress/styles/light.d.ts +2 -0
  669. package/lib/components/progress/styles/light.js +1 -0
  670. package/lib/components/radio/index.d.ts +1 -1
  671. package/lib/components/radio/src/cssVar.d.ts +5 -0
  672. package/lib/components/radio/src/cssVar.js +1 -0
  673. package/lib/components/radio/src/radio.vue.d.ts +23 -0
  674. package/lib/components/radio/src/radio.vue.js +1 -0
  675. package/lib/components/radio/src/radio.vue2.js +1 -0
  676. package/lib/components/radio/styles/dark.d.ts +2 -0
  677. package/lib/components/radio/styles/dark.js +1 -0
  678. package/lib/components/radio/styles/index.d.ts +2 -0
  679. package/lib/components/radio/styles/light.d.ts +2 -0
  680. package/lib/components/radio/styles/light.js +1 -0
  681. package/lib/components/select/src/cssVar.js +1 -1
  682. package/lib/components/select/src/select.d.ts +10 -10
  683. package/lib/components/select/styles/dark.d.ts +2 -0
  684. package/lib/components/select/styles/dark.js +1 -0
  685. package/lib/components/select/styles/index.d.ts +2 -0
  686. package/lib/components/select/styles/light.d.ts +2 -0
  687. package/lib/components/select/styles/light.js +1 -0
  688. package/lib/components/shape-button/src/cssVar.js +1 -1
  689. package/lib/components/slider/index.d.ts +1 -1
  690. package/lib/components/slider/src/slider.vue.d.ts +28 -0
  691. package/lib/components/slider/src/slider.vue.js +1 -0
  692. package/lib/components/slider/src/slider.vue2.js +1 -0
  693. package/lib/components/slider/styles/dark.d.ts +3 -0
  694. package/lib/components/slider/styles/dark.js +1 -0
  695. package/lib/components/slider/styles/index.d.ts +2 -0
  696. package/lib/components/slider/styles/light.d.ts +3 -0
  697. package/lib/components/slider/styles/light.js +1 -0
  698. package/lib/components/steps/index.d.ts +1 -1
  699. package/lib/components/steps/src/steps.js +1 -0
  700. package/lib/components/steps/styles/_common.d.ts +2 -0
  701. package/lib/components/steps/styles/_common.js +1 -0
  702. package/lib/components/steps/styles/dark.d.ts +2 -0
  703. package/lib/components/steps/styles/dark.js +1 -0
  704. package/lib/components/steps/styles/index.d.ts +2 -0
  705. package/lib/components/steps/styles/light.d.ts +2 -0
  706. package/lib/components/steps/styles/light.js +1 -0
  707. package/lib/components/switch/index.d.ts +1 -1
  708. package/lib/components/switch/src/cssVar.d.ts +7 -0
  709. package/lib/components/switch/src/cssVar.js +1 -0
  710. package/lib/components/switch/src/switch.vue.d.ts +23 -0
  711. package/lib/components/switch/src/switch.vue.js +1 -0
  712. package/lib/components/switch/src/switch.vue2.js +1 -0
  713. package/lib/components/switch/styles/_common.d.ts +2 -0
  714. package/lib/components/switch/styles/_common.js +1 -0
  715. package/lib/components/switch/styles/dark.d.ts +2 -0
  716. package/lib/components/switch/styles/dark.js +1 -0
  717. package/lib/components/switch/styles/index.d.ts +2 -0
  718. package/lib/components/switch/styles/light.d.ts +2 -0
  719. package/lib/components/switch/styles/light.js +1 -0
  720. package/lib/components/system-actions/index.vue.js +1 -1
  721. package/lib/components/system-actions/index.vue2.js +1 -1
  722. package/lib/components/tabs/index.d.ts +2 -2
  723. package/lib/components/tabs/src/cssVar.d.ts +4 -0
  724. package/lib/components/tabs/src/cssVar.js +1 -0
  725. package/lib/components/tabs/src/tabs.d.ts +699 -0
  726. package/lib/components/tabs/src/tabs.js +1 -0
  727. package/lib/components/tabs/styles/_common.d.ts +2 -0
  728. package/lib/components/tabs/styles/_common.js +1 -0
  729. package/lib/components/tabs/styles/dark.d.ts +2 -0
  730. package/lib/components/tabs/styles/dark.js +1 -0
  731. package/lib/components/tabs/styles/index.d.ts +2 -0
  732. package/lib/components/tabs/styles/light.d.ts +2 -0
  733. package/lib/components/tabs/styles/light.js +1 -0
  734. package/lib/components/tag/styles/_common.d.ts +2 -0
  735. package/lib/components/tag/styles/_common.js +1 -0
  736. package/lib/components/tag/styles/dark.d.ts +2 -0
  737. package/lib/components/tag/styles/dark.js +1 -0
  738. package/lib/components/tag/styles/index.d.ts +2 -0
  739. package/lib/components/tag/styles/light.d.ts +2 -0
  740. package/lib/components/tag/styles/light.js +1 -0
  741. package/lib/components/tooltip/styles/_common.d.ts +2 -0
  742. package/lib/components/tooltip/styles/_common.js +1 -0
  743. package/lib/components/tooltip/styles/dark.d.ts +2 -0
  744. package/lib/components/tooltip/styles/dark.js +1 -0
  745. package/lib/components/tooltip/styles/index.d.ts +2 -0
  746. package/lib/components/tooltip/styles/light.d.ts +2 -0
  747. package/lib/components/tooltip/styles/light.js +1 -0
  748. package/lib/components/transfer/styles/dark.d.ts +2 -0
  749. package/lib/components/transfer/styles/dark.js +1 -0
  750. package/lib/components/transfer/styles/index.d.ts +2 -0
  751. package/lib/components/transfer/styles/light.d.ts +2 -0
  752. package/lib/components/transfer/styles/light.js +1 -0
  753. package/lib/components/tree/styles/dark.d.ts +2 -0
  754. package/lib/components/tree/styles/dark.js +1 -0
  755. package/lib/components/tree/styles/index.d.ts +2 -0
  756. package/lib/components/tree/styles/light.d.ts +2 -0
  757. package/lib/components/tree/styles/light.js +1 -0
  758. package/lib/config/index.d.ts +1 -1
  759. package/lib/config/themes/common/dark.js +1 -1
  760. package/lib/config/themes/common/light.js +1 -1
  761. package/lib/config/themes/dark.d.ts +1 -1
  762. package/lib/config/themes/dark.js +1 -1
  763. package/lib/config/themes/index.d.ts +2 -6
  764. package/lib/config/themes/index.js +1 -1
  765. package/lib/config/themes/light.d.ts +1 -1
  766. package/lib/config/themes/light.js +1 -1
  767. package/lib/index.css +1 -1
  768. package/lib/index.d.ts +4 -2
  769. package/lib/index.js +1 -1
  770. package/lib/locale/http/en-us.d.ts +11 -0
  771. package/lib/locale/http/en-us.js +1 -1
  772. package/lib/locale/http/zh-cn.js +1 -1
  773. package/lib/locale/index.d.ts +2 -2
  774. package/package.json +1 -1
  775. package/dist/components/button/button.d.ts +0 -1352
  776. package/dist/components/cascader/cascader.d.ts +0 -1597
  777. package/dist/components/cascader/cssVar.d.ts +0 -10
  778. package/dist/components/dialog/index.vue.d.ts +0 -58
  779. package/dist/components/progress/cssVar.d.ts +0 -8
  780. package/dist/components/radio/cssVar.d.ts +0 -5
  781. package/dist/components/radio/index.vue.d.ts +0 -23
  782. package/dist/components/slider/index.vue.d.ts +0 -28
  783. package/dist/components/switch/cssVar.d.ts +0 -7
  784. package/dist/components/switch/index.vue.d.ts +0 -23
  785. package/dist/components/tabs/cssVar.d.ts +0 -4
  786. package/dist/components/tabs/tabs.d.ts +0 -699
  787. package/dist/config/themes/color/dark.d.ts +0 -54
  788. package/dist/config/themes/color/index.d.ts +0 -2
  789. package/dist/config/themes/color/light.d.ts +0 -53
  790. package/dist/config/themes/common.d.ts +0 -43
  791. package/dist/config/themes/components/alert/common.d.ts +0 -2
  792. package/dist/config/themes/components/alert/dark.d.ts +0 -2
  793. package/dist/config/themes/components/alert/light.d.ts +0 -2
  794. package/dist/config/themes/components/baseComponent/dark.d.ts +0 -9
  795. package/dist/config/themes/components/baseComponent/light.d.ts +0 -9
  796. package/dist/config/themes/components/button/common.d.ts +0 -2
  797. package/dist/config/themes/components/button/dark.d.ts +0 -2
  798. package/dist/config/themes/components/button/light.d.ts +0 -2
  799. package/dist/config/themes/components/card/dark.d.ts +0 -2
  800. package/dist/config/themes/components/card/light.d.ts +0 -2
  801. package/dist/config/themes/components/cascader/common.d.ts +0 -2
  802. package/dist/config/themes/components/cascader/dark.d.ts +0 -2
  803. package/dist/config/themes/components/cascader/light.d.ts +0 -2
  804. package/dist/config/themes/components/charts/dark.d.ts +0 -398
  805. package/dist/config/themes/components/charts/light.d.ts +0 -396
  806. package/dist/config/themes/components/checkbox/common.d.ts +0 -2
  807. package/dist/config/themes/components/checkbox/dark.d.ts +0 -2
  808. package/dist/config/themes/components/checkbox/light.d.ts +0 -2
  809. package/dist/config/themes/components/dataTable/common.d.ts +0 -2
  810. package/dist/config/themes/components/dataTable/dark.d.ts +0 -2
  811. package/dist/config/themes/components/dataTable/light.d.ts +0 -2
  812. package/dist/config/themes/components/datePicker/dark.d.ts +0 -2
  813. package/dist/config/themes/components/datePicker/light.d.ts +0 -2
  814. package/dist/config/themes/components/dialog/common.d.ts +0 -9
  815. package/dist/config/themes/components/dialog/dark.d.ts +0 -17
  816. package/dist/config/themes/components/dialog/light.d.ts +0 -16
  817. package/dist/config/themes/components/divider/light.d.ts +0 -2
  818. package/dist/config/themes/components/dropdown/common.d.ts +0 -2
  819. package/dist/config/themes/components/dropdown/dark.d.ts +0 -2
  820. package/dist/config/themes/components/dropdown/light.d.ts +0 -2
  821. package/dist/config/themes/components/form/common.d.ts +0 -2
  822. package/dist/config/themes/components/form/dark.d.ts +0 -2
  823. package/dist/config/themes/components/form/light.d.ts +0 -2
  824. package/dist/config/themes/components/input/common.d.ts +0 -2
  825. package/dist/config/themes/components/input/dark.d.ts +0 -2
  826. package/dist/config/themes/components/input/light.d.ts +0 -2
  827. package/dist/config/themes/components/inputNumber/common.d.ts +0 -3
  828. package/dist/config/themes/components/inputNumber/dark.d.ts +0 -3
  829. package/dist/config/themes/components/inputNumber/light.d.ts +0 -3
  830. package/dist/config/themes/components/layout/dark.d.ts +0 -6
  831. package/dist/config/themes/components/layout/light.d.ts +0 -6
  832. package/dist/config/themes/components/menu/dark.d.ts +0 -2
  833. package/dist/config/themes/components/menu/light.d.ts +0 -2
  834. package/dist/config/themes/components/popover/common.d.ts +0 -2
  835. package/dist/config/themes/components/popover/dark.d.ts +0 -2
  836. package/dist/config/themes/components/popover/light.d.ts +0 -2
  837. package/dist/config/themes/components/progress/dark.d.ts +0 -2
  838. package/dist/config/themes/components/progress/light.d.ts +0 -2
  839. package/dist/config/themes/components/radio/dark.d.ts +0 -2
  840. package/dist/config/themes/components/radio/light.d.ts +0 -2
  841. package/dist/config/themes/components/select/dark.d.ts +0 -2
  842. package/dist/config/themes/components/select/light.d.ts +0 -2
  843. package/dist/config/themes/components/slider/dark.d.ts +0 -3
  844. package/dist/config/themes/components/slider/light.d.ts +0 -3
  845. package/dist/config/themes/components/switch/common.d.ts +0 -2
  846. package/dist/config/themes/components/switch/dark.d.ts +0 -2
  847. package/dist/config/themes/components/switch/light.d.ts +0 -2
  848. package/dist/config/themes/components/tag/dark.d.ts +0 -2
  849. package/dist/config/themes/components/tag/light.d.ts +0 -2
  850. package/dist/config/themes/components/transfer/dark.d.ts +0 -2
  851. package/dist/config/themes/components/transfer/light.d.ts +0 -2
  852. package/dist/config/themes/token/dark.d.ts +0 -33
  853. package/dist/config/themes/token/index.d.ts +0 -2
  854. package/dist/config/themes/token/light.d.ts +0 -20
  855. package/dist/hooks/index.d.ts +0 -2
  856. package/dist/hooks/useBodenHttpMessage.d.ts +0 -10
  857. package/dist/hooks/useLocale.d.ts +0 -17
  858. package/es/components/button/button.d.ts +0 -1352
  859. package/es/components/button/button.mjs +0 -28
  860. package/es/components/cascader/cascader.d.ts +0 -1597
  861. package/es/components/cascader/cascader.mjs +0 -38
  862. package/es/components/cascader/cssVar.d.ts +0 -10
  863. package/es/components/cascader/cssVar.mjs +0 -13
  864. package/es/components/data-table/data-table.mjs +0 -73
  865. package/es/components/dialog/index.vue.d.ts +0 -58
  866. package/es/components/dialog/index.vue.mjs +0 -151
  867. package/es/components/input-number/index.vue.mjs +0 -7
  868. package/es/components/input-number/index.vue2.mjs +0 -144
  869. package/es/components/progress/cssVar.d.ts +0 -8
  870. package/es/components/progress/cssVar.mjs +0 -14
  871. package/es/components/progress/index.mjs +0 -69
  872. package/es/components/radio/cssVar.d.ts +0 -5
  873. package/es/components/radio/cssVar.mjs +0 -8
  874. package/es/components/radio/index.vue.d.ts +0 -23
  875. package/es/components/radio/index.vue.mjs +0 -7
  876. package/es/components/radio/index.vue2.mjs +0 -32
  877. package/es/components/slider/index.vue.d.ts +0 -28
  878. package/es/components/slider/index.vue.mjs +0 -7
  879. package/es/components/slider/index.vue2.mjs +0 -111
  880. package/es/components/steps/steps.mjs +0 -27
  881. package/es/components/switch/cssVar.d.ts +0 -7
  882. package/es/components/switch/cssVar.mjs +0 -10
  883. package/es/components/switch/index.vue.d.ts +0 -23
  884. package/es/components/switch/index.vue.mjs +0 -7
  885. package/es/components/switch/index.vue2.mjs +0 -32
  886. package/es/components/tabs/cssVar.d.ts +0 -4
  887. package/es/components/tabs/cssVar.mjs +0 -7
  888. package/es/components/tabs/tabs.d.ts +0 -699
  889. package/es/components/tabs/tabs.mjs +0 -44
  890. package/es/config/themes/color/dark.d.ts +0 -54
  891. package/es/config/themes/color/dark.mjs +0 -61
  892. package/es/config/themes/color/index.d.ts +0 -2
  893. package/es/config/themes/color/light.d.ts +0 -53
  894. package/es/config/themes/common.d.ts +0 -43
  895. package/es/config/themes/common.mjs +0 -41
  896. package/es/config/themes/components/alert/common.d.ts +0 -2
  897. package/es/config/themes/components/alert/common.mjs +0 -10
  898. package/es/config/themes/components/alert/dark.d.ts +0 -2
  899. package/es/config/themes/components/alert/dark.mjs +0 -21
  900. package/es/config/themes/components/alert/light.d.ts +0 -2
  901. package/es/config/themes/components/alert/light.mjs +0 -18
  902. package/es/config/themes/components/baseComponent/dark.d.ts +0 -9
  903. package/es/config/themes/components/baseComponent/dark.mjs +0 -260
  904. package/es/config/themes/components/baseComponent/light.d.ts +0 -9
  905. package/es/config/themes/components/baseComponent/light.mjs +0 -358
  906. package/es/config/themes/components/button/common.d.ts +0 -2
  907. package/es/config/themes/components/button/common.mjs +0 -20
  908. package/es/config/themes/components/button/dark.d.ts +0 -2
  909. package/es/config/themes/components/button/dark.mjs +0 -120
  910. package/es/config/themes/components/button/light.d.ts +0 -2
  911. package/es/config/themes/components/button/light.mjs +0 -97
  912. package/es/config/themes/components/card/dark.d.ts +0 -2
  913. package/es/config/themes/components/card/dark.mjs +0 -17
  914. package/es/config/themes/components/card/light.d.ts +0 -2
  915. package/es/config/themes/components/card/light.mjs +0 -17
  916. package/es/config/themes/components/cascader/common.d.ts +0 -2
  917. package/es/config/themes/components/cascader/common.mjs +0 -10
  918. package/es/config/themes/components/cascader/dark.d.ts +0 -2
  919. package/es/config/themes/components/cascader/dark.mjs +0 -24
  920. package/es/config/themes/components/cascader/light.d.ts +0 -2
  921. package/es/config/themes/components/cascader/light.mjs +0 -21
  922. package/es/config/themes/components/charts/dark.d.ts +0 -398
  923. package/es/config/themes/components/charts/dark.mjs +0 -429
  924. package/es/config/themes/components/charts/light.d.ts +0 -396
  925. package/es/config/themes/components/charts/light.mjs +0 -426
  926. package/es/config/themes/components/checkbox/common.d.ts +0 -2
  927. package/es/config/themes/components/checkbox/common.mjs +0 -7
  928. package/es/config/themes/components/checkbox/dark.d.ts +0 -2
  929. package/es/config/themes/components/checkbox/dark.mjs +0 -22
  930. package/es/config/themes/components/checkbox/light.d.ts +0 -2
  931. package/es/config/themes/components/checkbox/light.mjs +0 -21
  932. package/es/config/themes/components/dataTable/common.d.ts +0 -2
  933. package/es/config/themes/components/dataTable/common.mjs +0 -14
  934. package/es/config/themes/components/dataTable/dark.d.ts +0 -2
  935. package/es/config/themes/components/dataTable/dark.mjs +0 -27
  936. package/es/config/themes/components/dataTable/light.d.ts +0 -2
  937. package/es/config/themes/components/dataTable/light.mjs +0 -19
  938. package/es/config/themes/components/datePicker/dark.d.ts +0 -2
  939. package/es/config/themes/components/datePicker/dark.mjs +0 -11
  940. package/es/config/themes/components/datePicker/light.d.ts +0 -2
  941. package/es/config/themes/components/datePicker/light.mjs +0 -11
  942. package/es/config/themes/components/dialog/common.d.ts +0 -9
  943. package/es/config/themes/components/dialog/common.mjs +0 -12
  944. package/es/config/themes/components/dialog/dark.d.ts +0 -17
  945. package/es/config/themes/components/dialog/dark.mjs +0 -18
  946. package/es/config/themes/components/dialog/light.d.ts +0 -16
  947. package/es/config/themes/components/dialog/light.mjs +0 -15
  948. package/es/config/themes/components/divider/light.d.ts +0 -2
  949. package/es/config/themes/components/divider/light.mjs +0 -8
  950. package/es/config/themes/components/dropdown/common.d.ts +0 -2
  951. package/es/config/themes/components/dropdown/common.mjs +0 -6
  952. package/es/config/themes/components/dropdown/dark.d.ts +0 -2
  953. package/es/config/themes/components/dropdown/dark.mjs +0 -12
  954. package/es/config/themes/components/dropdown/light.d.ts +0 -2
  955. package/es/config/themes/components/dropdown/light.mjs +0 -10
  956. package/es/config/themes/components/form/common.d.ts +0 -2
  957. package/es/config/themes/components/form/common.mjs +0 -12
  958. package/es/config/themes/components/form/dark.d.ts +0 -2
  959. package/es/config/themes/components/form/dark.mjs +0 -10
  960. package/es/config/themes/components/form/light.d.ts +0 -2
  961. package/es/config/themes/components/form/light.mjs +0 -10
  962. package/es/config/themes/components/input/common.d.ts +0 -2
  963. package/es/config/themes/components/input/common.mjs +0 -11
  964. package/es/config/themes/components/input/dark.d.ts +0 -2
  965. package/es/config/themes/components/input/dark.mjs +0 -30
  966. package/es/config/themes/components/input/light.d.ts +0 -2
  967. package/es/config/themes/components/input/light.mjs +0 -26
  968. package/es/config/themes/components/inputNumber/common.d.ts +0 -3
  969. package/es/config/themes/components/inputNumber/common.mjs +0 -14
  970. package/es/config/themes/components/inputNumber/dark.d.ts +0 -3
  971. package/es/config/themes/components/inputNumber/dark.mjs +0 -22
  972. package/es/config/themes/components/inputNumber/light.d.ts +0 -3
  973. package/es/config/themes/components/inputNumber/light.mjs +0 -19
  974. package/es/config/themes/components/layout/dark.d.ts +0 -6
  975. package/es/config/themes/components/layout/dark.mjs +0 -12
  976. package/es/config/themes/components/layout/light.d.ts +0 -6
  977. package/es/config/themes/components/layout/light.mjs +0 -13
  978. package/es/config/themes/components/menu/dark.d.ts +0 -2
  979. package/es/config/themes/components/menu/dark.mjs +0 -34
  980. package/es/config/themes/components/menu/light.d.ts +0 -2
  981. package/es/config/themes/components/menu/light.mjs +0 -31
  982. package/es/config/themes/components/popover/common.d.ts +0 -2
  983. package/es/config/themes/components/popover/common.mjs +0 -8
  984. package/es/config/themes/components/popover/dark.d.ts +0 -2
  985. package/es/config/themes/components/popover/dark.mjs +0 -11
  986. package/es/config/themes/components/popover/light.d.ts +0 -2
  987. package/es/config/themes/components/popover/light.mjs +0 -12
  988. package/es/config/themes/components/progress/dark.d.ts +0 -2
  989. package/es/config/themes/components/progress/dark.mjs +0 -22
  990. package/es/config/themes/components/progress/light.d.ts +0 -2
  991. package/es/config/themes/components/progress/light.mjs +0 -20
  992. package/es/config/themes/components/radio/dark.d.ts +0 -2
  993. package/es/config/themes/components/radio/dark.mjs +0 -21
  994. package/es/config/themes/components/radio/light.d.ts +0 -2
  995. package/es/config/themes/components/radio/light.mjs +0 -19
  996. package/es/config/themes/components/select/dark.d.ts +0 -2
  997. package/es/config/themes/components/select/dark.mjs +0 -39
  998. package/es/config/themes/components/select/light.d.ts +0 -2
  999. package/es/config/themes/components/select/light.mjs +0 -34
  1000. package/es/config/themes/components/slider/dark.d.ts +0 -3
  1001. package/es/config/themes/components/slider/dark.mjs +0 -16
  1002. package/es/config/themes/components/slider/light.d.ts +0 -3
  1003. package/es/config/themes/components/slider/light.mjs +0 -16
  1004. package/es/config/themes/components/switch/common.d.ts +0 -2
  1005. package/es/config/themes/components/switch/common.mjs +0 -14
  1006. package/es/config/themes/components/switch/dark.d.ts +0 -2
  1007. package/es/config/themes/components/switch/dark.mjs +0 -16
  1008. package/es/config/themes/components/switch/light.d.ts +0 -2
  1009. package/es/config/themes/components/switch/light.mjs +0 -16
  1010. package/es/config/themes/components/tag/dark.d.ts +0 -2
  1011. package/es/config/themes/components/tag/dark.mjs +0 -36
  1012. package/es/config/themes/components/tag/light.d.ts +0 -2
  1013. package/es/config/themes/components/tag/light.mjs +0 -34
  1014. package/es/config/themes/components/transfer/dark.d.ts +0 -2
  1015. package/es/config/themes/components/transfer/dark.mjs +0 -14
  1016. package/es/config/themes/components/transfer/light.d.ts +0 -2
  1017. package/es/config/themes/components/transfer/light.mjs +0 -10
  1018. package/es/config/themes/token/dark.d.ts +0 -33
  1019. package/es/config/themes/token/dark.mjs +0 -37
  1020. package/es/config/themes/token/index.d.ts +0 -2
  1021. package/es/config/themes/token/light.d.ts +0 -20
  1022. package/es/config/themes/token/light.mjs +0 -23
  1023. package/es/hooks/index.d.ts +0 -2
  1024. package/es/hooks/useBodenHttpMessage.d.ts +0 -10
  1025. package/es/hooks/useBodenHttpMessage.mjs +0 -19
  1026. package/es/hooks/useLocale.d.ts +0 -17
  1027. package/lib/components/button/button.d.ts +0 -1352
  1028. package/lib/components/button/button.js +0 -1
  1029. package/lib/components/cascader/cascader.d.ts +0 -1597
  1030. package/lib/components/cascader/cascader.js +0 -1
  1031. package/lib/components/cascader/cssVar.d.ts +0 -10
  1032. package/lib/components/cascader/cssVar.js +0 -1
  1033. package/lib/components/data-table/data-table.js +0 -1
  1034. package/lib/components/dialog/index.vue.d.ts +0 -58
  1035. package/lib/components/dialog/index.vue.js +0 -1
  1036. package/lib/components/input-number/index.vue.js +0 -1
  1037. package/lib/components/input-number/index.vue2.js +0 -1
  1038. package/lib/components/progress/cssVar.d.ts +0 -8
  1039. package/lib/components/progress/cssVar.js +0 -1
  1040. package/lib/components/progress/index.js +0 -1
  1041. package/lib/components/radio/cssVar.d.ts +0 -5
  1042. package/lib/components/radio/cssVar.js +0 -1
  1043. package/lib/components/radio/index.vue.d.ts +0 -23
  1044. package/lib/components/radio/index.vue.js +0 -1
  1045. package/lib/components/radio/index.vue2.js +0 -1
  1046. package/lib/components/slider/index.vue.d.ts +0 -28
  1047. package/lib/components/slider/index.vue.js +0 -1
  1048. package/lib/components/slider/index.vue2.js +0 -1
  1049. package/lib/components/steps/steps.js +0 -1
  1050. package/lib/components/switch/cssVar.d.ts +0 -7
  1051. package/lib/components/switch/cssVar.js +0 -1
  1052. package/lib/components/switch/index.vue.d.ts +0 -23
  1053. package/lib/components/switch/index.vue.js +0 -1
  1054. package/lib/components/switch/index.vue2.js +0 -1
  1055. package/lib/components/tabs/cssVar.d.ts +0 -4
  1056. package/lib/components/tabs/cssVar.js +0 -1
  1057. package/lib/components/tabs/tabs.d.ts +0 -699
  1058. package/lib/components/tabs/tabs.js +0 -1
  1059. package/lib/config/themes/color/dark.d.ts +0 -54
  1060. package/lib/config/themes/color/dark.js +0 -1
  1061. package/lib/config/themes/color/index.d.ts +0 -2
  1062. package/lib/config/themes/color/light.d.ts +0 -53
  1063. package/lib/config/themes/common.d.ts +0 -43
  1064. package/lib/config/themes/common.js +0 -1
  1065. package/lib/config/themes/components/alert/common.d.ts +0 -2
  1066. package/lib/config/themes/components/alert/common.js +0 -1
  1067. package/lib/config/themes/components/alert/dark.d.ts +0 -2
  1068. package/lib/config/themes/components/alert/dark.js +0 -1
  1069. package/lib/config/themes/components/alert/light.d.ts +0 -2
  1070. package/lib/config/themes/components/alert/light.js +0 -1
  1071. package/lib/config/themes/components/baseComponent/dark.d.ts +0 -9
  1072. package/lib/config/themes/components/baseComponent/dark.js +0 -1
  1073. package/lib/config/themes/components/baseComponent/light.d.ts +0 -9
  1074. package/lib/config/themes/components/baseComponent/light.js +0 -1
  1075. package/lib/config/themes/components/button/common.d.ts +0 -2
  1076. package/lib/config/themes/components/button/common.js +0 -1
  1077. package/lib/config/themes/components/button/dark.d.ts +0 -2
  1078. package/lib/config/themes/components/button/dark.js +0 -1
  1079. package/lib/config/themes/components/button/light.d.ts +0 -2
  1080. package/lib/config/themes/components/button/light.js +0 -1
  1081. package/lib/config/themes/components/card/dark.d.ts +0 -2
  1082. package/lib/config/themes/components/card/dark.js +0 -1
  1083. package/lib/config/themes/components/card/light.d.ts +0 -2
  1084. package/lib/config/themes/components/card/light.js +0 -1
  1085. package/lib/config/themes/components/cascader/common.d.ts +0 -2
  1086. package/lib/config/themes/components/cascader/common.js +0 -1
  1087. package/lib/config/themes/components/cascader/dark.d.ts +0 -2
  1088. package/lib/config/themes/components/cascader/dark.js +0 -1
  1089. package/lib/config/themes/components/cascader/light.d.ts +0 -2
  1090. package/lib/config/themes/components/cascader/light.js +0 -1
  1091. package/lib/config/themes/components/charts/dark.d.ts +0 -398
  1092. package/lib/config/themes/components/charts/dark.js +0 -1
  1093. package/lib/config/themes/components/charts/light.d.ts +0 -396
  1094. package/lib/config/themes/components/charts/light.js +0 -1
  1095. package/lib/config/themes/components/checkbox/common.d.ts +0 -2
  1096. package/lib/config/themes/components/checkbox/common.js +0 -1
  1097. package/lib/config/themes/components/checkbox/dark.d.ts +0 -2
  1098. package/lib/config/themes/components/checkbox/dark.js +0 -1
  1099. package/lib/config/themes/components/checkbox/light.d.ts +0 -2
  1100. package/lib/config/themes/components/checkbox/light.js +0 -1
  1101. package/lib/config/themes/components/dataTable/common.d.ts +0 -2
  1102. package/lib/config/themes/components/dataTable/common.js +0 -1
  1103. package/lib/config/themes/components/dataTable/dark.d.ts +0 -2
  1104. package/lib/config/themes/components/dataTable/dark.js +0 -1
  1105. package/lib/config/themes/components/dataTable/light.d.ts +0 -2
  1106. package/lib/config/themes/components/dataTable/light.js +0 -1
  1107. package/lib/config/themes/components/datePicker/dark.d.ts +0 -2
  1108. package/lib/config/themes/components/datePicker/dark.js +0 -1
  1109. package/lib/config/themes/components/datePicker/light.d.ts +0 -2
  1110. package/lib/config/themes/components/datePicker/light.js +0 -1
  1111. package/lib/config/themes/components/dialog/common.d.ts +0 -9
  1112. package/lib/config/themes/components/dialog/common.js +0 -1
  1113. package/lib/config/themes/components/dialog/dark.d.ts +0 -17
  1114. package/lib/config/themes/components/dialog/dark.js +0 -1
  1115. package/lib/config/themes/components/dialog/light.d.ts +0 -16
  1116. package/lib/config/themes/components/dialog/light.js +0 -1
  1117. package/lib/config/themes/components/divider/light.d.ts +0 -2
  1118. package/lib/config/themes/components/divider/light.js +0 -1
  1119. package/lib/config/themes/components/dropdown/common.d.ts +0 -2
  1120. package/lib/config/themes/components/dropdown/common.js +0 -1
  1121. package/lib/config/themes/components/dropdown/dark.d.ts +0 -2
  1122. package/lib/config/themes/components/dropdown/dark.js +0 -1
  1123. package/lib/config/themes/components/dropdown/light.d.ts +0 -2
  1124. package/lib/config/themes/components/dropdown/light.js +0 -1
  1125. package/lib/config/themes/components/form/common.d.ts +0 -2
  1126. package/lib/config/themes/components/form/common.js +0 -1
  1127. package/lib/config/themes/components/form/dark.d.ts +0 -2
  1128. package/lib/config/themes/components/form/dark.js +0 -1
  1129. package/lib/config/themes/components/form/light.d.ts +0 -2
  1130. package/lib/config/themes/components/form/light.js +0 -1
  1131. package/lib/config/themes/components/input/common.d.ts +0 -2
  1132. package/lib/config/themes/components/input/common.js +0 -1
  1133. package/lib/config/themes/components/input/dark.d.ts +0 -2
  1134. package/lib/config/themes/components/input/dark.js +0 -1
  1135. package/lib/config/themes/components/input/light.d.ts +0 -2
  1136. package/lib/config/themes/components/input/light.js +0 -1
  1137. package/lib/config/themes/components/inputNumber/common.d.ts +0 -3
  1138. package/lib/config/themes/components/inputNumber/common.js +0 -1
  1139. package/lib/config/themes/components/inputNumber/dark.d.ts +0 -3
  1140. package/lib/config/themes/components/inputNumber/dark.js +0 -1
  1141. package/lib/config/themes/components/inputNumber/light.d.ts +0 -3
  1142. package/lib/config/themes/components/inputNumber/light.js +0 -1
  1143. package/lib/config/themes/components/layout/dark.d.ts +0 -6
  1144. package/lib/config/themes/components/layout/dark.js +0 -1
  1145. package/lib/config/themes/components/layout/light.d.ts +0 -6
  1146. package/lib/config/themes/components/layout/light.js +0 -1
  1147. package/lib/config/themes/components/menu/dark.d.ts +0 -2
  1148. package/lib/config/themes/components/menu/dark.js +0 -1
  1149. package/lib/config/themes/components/menu/light.d.ts +0 -2
  1150. package/lib/config/themes/components/menu/light.js +0 -1
  1151. package/lib/config/themes/components/popover/common.d.ts +0 -2
  1152. package/lib/config/themes/components/popover/common.js +0 -1
  1153. package/lib/config/themes/components/popover/dark.d.ts +0 -2
  1154. package/lib/config/themes/components/popover/dark.js +0 -1
  1155. package/lib/config/themes/components/popover/light.d.ts +0 -2
  1156. package/lib/config/themes/components/popover/light.js +0 -1
  1157. package/lib/config/themes/components/progress/dark.d.ts +0 -2
  1158. package/lib/config/themes/components/progress/dark.js +0 -1
  1159. package/lib/config/themes/components/progress/light.d.ts +0 -2
  1160. package/lib/config/themes/components/progress/light.js +0 -1
  1161. package/lib/config/themes/components/radio/dark.d.ts +0 -2
  1162. package/lib/config/themes/components/radio/dark.js +0 -1
  1163. package/lib/config/themes/components/radio/light.d.ts +0 -2
  1164. package/lib/config/themes/components/radio/light.js +0 -1
  1165. package/lib/config/themes/components/select/dark.d.ts +0 -2
  1166. package/lib/config/themes/components/select/dark.js +0 -1
  1167. package/lib/config/themes/components/select/light.d.ts +0 -2
  1168. package/lib/config/themes/components/select/light.js +0 -1
  1169. package/lib/config/themes/components/slider/dark.d.ts +0 -3
  1170. package/lib/config/themes/components/slider/dark.js +0 -1
  1171. package/lib/config/themes/components/slider/light.d.ts +0 -3
  1172. package/lib/config/themes/components/slider/light.js +0 -1
  1173. package/lib/config/themes/components/switch/common.d.ts +0 -2
  1174. package/lib/config/themes/components/switch/common.js +0 -1
  1175. package/lib/config/themes/components/switch/dark.d.ts +0 -2
  1176. package/lib/config/themes/components/switch/dark.js +0 -1
  1177. package/lib/config/themes/components/switch/light.d.ts +0 -2
  1178. package/lib/config/themes/components/switch/light.js +0 -1
  1179. package/lib/config/themes/components/tag/dark.d.ts +0 -2
  1180. package/lib/config/themes/components/tag/dark.js +0 -1
  1181. package/lib/config/themes/components/tag/light.d.ts +0 -2
  1182. package/lib/config/themes/components/tag/light.js +0 -1
  1183. package/lib/config/themes/components/transfer/dark.d.ts +0 -2
  1184. package/lib/config/themes/components/transfer/dark.js +0 -1
  1185. package/lib/config/themes/components/transfer/light.d.ts +0 -2
  1186. package/lib/config/themes/components/transfer/light.js +0 -1
  1187. package/lib/config/themes/token/dark.d.ts +0 -33
  1188. package/lib/config/themes/token/dark.js +0 -1
  1189. package/lib/config/themes/token/index.d.ts +0 -2
  1190. package/lib/config/themes/token/light.d.ts +0 -20
  1191. package/lib/config/themes/token/light.js +0 -1
  1192. package/lib/hooks/index.d.ts +0 -2
  1193. package/lib/hooks/useBodenHttpMessage.d.ts +0 -10
  1194. package/lib/hooks/useBodenHttpMessage.js +0 -1
  1195. package/lib/hooks/useLocale.d.ts +0 -17
  1196. /package/dist/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
  1197. /package/dist/{types → _types}/utils.d.ts +0 -0
  1198. /package/dist/{utils → _utils}/render.d.ts +0 -0
  1199. /package/dist/{utils → _utils}/typescript.d.ts +0 -0
  1200. /package/dist/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
  1201. /package/dist/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
  1202. /package/dist/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
  1203. /package/dist/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
  1204. /package/dist/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
  1205. /package/dist/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
  1206. /package/dist/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
  1207. /package/dist/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
  1208. /package/es/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
  1209. /package/es/{hooks/useAnimationHook.mjs → _mixins/use-animation-hook.mjs} +0 -0
  1210. /package/es/{hooks/useLocale.mjs → _mixins/use-locale.mjs} +0 -0
  1211. /package/es/{config/themes/color → _styles/vars/base}/light.mjs +0 -0
  1212. /package/es/{types → _types}/utils.d.ts +0 -0
  1213. /package/es/{utils → _utils}/render.d.ts +0 -0
  1214. /package/es/{utils → _utils}/render.mjs +0 -0
  1215. /package/es/{utils → _utils}/typescript.d.ts +0 -0
  1216. /package/es/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
  1217. /package/es/components/button/{interface.mjs → src/interface.mjs} +0 -0
  1218. /package/es/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
  1219. /package/es/components/cascader/{types.mjs → src/types.mjs} +0 -0
  1220. /package/es/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
  1221. /package/es/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
  1222. /package/es/components/data-table/{interface.mjs → src/interface.mjs} +0 -0
  1223. /package/es/components/dialog/{index.vue2.mjs → src/index.vue2.mjs} +0 -0
  1224. /package/es/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
  1225. /package/es/components/dialog/{options.mjs → src/options.mjs} +0 -0
  1226. /package/es/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
  1227. /package/es/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
  1228. /package/es/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
  1229. /package/lib/{hooks/useAnimationHook.d.ts → _mixins/use-animation-hook.d.ts} +0 -0
  1230. /package/lib/{hooks/useAnimationHook.js → _mixins/use-animation-hook.js} +0 -0
  1231. /package/lib/{hooks/useLocale.js → _mixins/use-locale.js} +0 -0
  1232. /package/lib/{config/themes/color → _styles/vars/base}/light.js +0 -0
  1233. /package/lib/{types → _types}/utils.d.ts +0 -0
  1234. /package/lib/{utils → _utils}/render.d.ts +0 -0
  1235. /package/lib/{utils → _utils}/render.js +0 -0
  1236. /package/lib/{utils → _utils}/typescript.d.ts +0 -0
  1237. /package/lib/components/button/{interface.d.ts → src/interface.d.ts} +0 -0
  1238. /package/lib/components/button/{interface.js → src/interface.js} +0 -0
  1239. /package/lib/components/cascader/{types.d.ts → src/types.d.ts} +0 -0
  1240. /package/lib/components/cascader/{types.js → src/types.js} +0 -0
  1241. /package/lib/components/data-table/{data-table.d.ts → src/data-table.d.ts} +0 -0
  1242. /package/lib/components/data-table/{interface.d.ts → src/interface.d.ts} +0 -0
  1243. /package/lib/components/data-table/{interface.js → src/interface.js} +0 -0
  1244. /package/lib/components/dialog/{index.vue2.js → src/index.vue2.js} +0 -0
  1245. /package/lib/components/dialog/{options.d.ts → src/options.d.ts} +0 -0
  1246. /package/lib/components/dialog/{options.js → src/options.js} +0 -0
  1247. /package/lib/components/dialog/{type.d.ts → src/type.d.ts} +0 -0
  1248. /package/lib/components/input-number/{index.vue.d.ts → src/input-number.vue.d.ts} +0 -0
  1249. /package/lib/components/steps/{steps.d.ts → src/steps.d.ts} +0 -0
@@ -1,1352 +0,0 @@
1
- import { SlotsType } from 'vue';
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- readonly focusable: {
4
- readonly type: BooleanConstructor;
5
- readonly default: false;
6
- };
7
- readonly content: StringConstructor;
8
- readonly icon: StringConstructor;
9
- readonly color: StringConstructor;
10
- readonly textColor: StringConstructor;
11
- readonly text: BooleanConstructor;
12
- readonly block: BooleanConstructor;
13
- readonly loading: BooleanConstructor;
14
- readonly disabled: BooleanConstructor;
15
- readonly circle: BooleanConstructor;
16
- readonly size: import('vue').PropType<import('naive-ui/es/button/src/interface').Size>;
17
- readonly ghost: BooleanConstructor;
18
- readonly round: BooleanConstructor;
19
- readonly secondary: BooleanConstructor;
20
- readonly tertiary: BooleanConstructor;
21
- readonly quaternary: BooleanConstructor;
22
- readonly strong: BooleanConstructor;
23
- readonly keyboard: {
24
- readonly type: BooleanConstructor;
25
- readonly default: true;
26
- };
27
- readonly tag: {
28
- readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
29
- readonly default: "button";
30
- };
31
- readonly type: {
32
- readonly type: import('vue').PropType<import('naive-ui/es/button/src/interface').Type>;
33
- readonly default: "default";
34
- };
35
- readonly dashed: BooleanConstructor;
36
- readonly renderIcon: import('vue').PropType<() => import('vue').VNodeChild>;
37
- readonly iconPlacement: {
38
- readonly type: import('vue').PropType<"left" | "right">;
39
- readonly default: "left";
40
- };
41
- readonly attrType: {
42
- readonly type: import('vue').PropType<"button" | "submit" | "reset">;
43
- readonly default: "button";
44
- };
45
- readonly bordered: {
46
- readonly type: BooleanConstructor;
47
- readonly default: true;
48
- };
49
- readonly onClick: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
50
- readonly nativeFocusBehavior: {
51
- readonly type: BooleanConstructor;
52
- readonly default: boolean;
53
- };
54
- readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Button", {
55
- heightTiny: string;
56
- heightSmall: string;
57
- heightMedium: string;
58
- heightLarge: string;
59
- borderRadiusTiny: string;
60
- borderRadiusSmall: string;
61
- borderRadiusMedium: string;
62
- borderRadiusLarge: string;
63
- fontSizeTiny: string;
64
- fontSizeSmall: string;
65
- fontSizeMedium: string;
66
- fontSizeLarge: string;
67
- opacityDisabled: string;
68
- colorOpacitySecondary: string;
69
- colorOpacitySecondaryHover: string;
70
- colorOpacitySecondaryPressed: string;
71
- colorSecondary: string;
72
- colorSecondaryHover: string;
73
- colorSecondaryPressed: string;
74
- colorTertiary: string;
75
- colorTertiaryHover: string;
76
- colorTertiaryPressed: string;
77
- colorQuaternary: string;
78
- colorQuaternaryHover: string;
79
- colorQuaternaryPressed: string;
80
- color: string;
81
- colorHover: string;
82
- colorPressed: string;
83
- colorFocus: string;
84
- colorDisabled: string;
85
- textColor: string;
86
- textColorTertiary: string;
87
- textColorHover: string;
88
- textColorPressed: string;
89
- textColorFocus: string;
90
- textColorDisabled: string;
91
- textColorText: string;
92
- textColorTextHover: string;
93
- textColorTextPressed: string;
94
- textColorTextFocus: string;
95
- textColorTextDisabled: string;
96
- textColorGhost: string;
97
- textColorGhostHover: string;
98
- textColorGhostPressed: string;
99
- textColorGhostFocus: string;
100
- textColorGhostDisabled: string;
101
- border: string;
102
- borderHover: string;
103
- borderPressed: string;
104
- borderFocus: string;
105
- borderDisabled: string;
106
- rippleColor: string;
107
- colorPrimary: string;
108
- colorHoverPrimary: string;
109
- colorPressedPrimary: string;
110
- colorFocusPrimary: string;
111
- colorDisabledPrimary: string;
112
- textColorPrimary: string;
113
- textColorHoverPrimary: string;
114
- textColorPressedPrimary: string;
115
- textColorFocusPrimary: string;
116
- textColorDisabledPrimary: string;
117
- textColorTextPrimary: string;
118
- textColorTextHoverPrimary: string;
119
- textColorTextPressedPrimary: string;
120
- textColorTextFocusPrimary: string;
121
- textColorTextDisabledPrimary: string;
122
- textColorGhostPrimary: string;
123
- textColorGhostHoverPrimary: string;
124
- textColorGhostPressedPrimary: string;
125
- textColorGhostFocusPrimary: string;
126
- textColorGhostDisabledPrimary: string;
127
- borderPrimary: string;
128
- borderHoverPrimary: string;
129
- borderPressedPrimary: string;
130
- borderFocusPrimary: string;
131
- borderDisabledPrimary: string;
132
- rippleColorPrimary: string;
133
- colorInfo: string;
134
- colorHoverInfo: string;
135
- colorPressedInfo: string;
136
- colorFocusInfo: string;
137
- colorDisabledInfo: string;
138
- textColorInfo: string;
139
- textColorHoverInfo: string;
140
- textColorPressedInfo: string;
141
- textColorFocusInfo: string;
142
- textColorDisabledInfo: string;
143
- textColorTextInfo: string;
144
- textColorTextHoverInfo: string;
145
- textColorTextPressedInfo: string;
146
- textColorTextFocusInfo: string;
147
- textColorTextDisabledInfo: string;
148
- textColorGhostInfo: string;
149
- textColorGhostHoverInfo: string;
150
- textColorGhostPressedInfo: string;
151
- textColorGhostFocusInfo: string;
152
- textColorGhostDisabledInfo: string;
153
- borderInfo: string;
154
- borderHoverInfo: string;
155
- borderPressedInfo: string;
156
- borderFocusInfo: string;
157
- borderDisabledInfo: string;
158
- rippleColorInfo: string;
159
- colorSuccess: string;
160
- colorHoverSuccess: string;
161
- colorPressedSuccess: string;
162
- colorFocusSuccess: string;
163
- colorDisabledSuccess: string;
164
- textColorSuccess: string;
165
- textColorHoverSuccess: string;
166
- textColorPressedSuccess: string;
167
- textColorFocusSuccess: string;
168
- textColorDisabledSuccess: string;
169
- textColorTextSuccess: string;
170
- textColorTextHoverSuccess: string;
171
- textColorTextPressedSuccess: string;
172
- textColorTextFocusSuccess: string;
173
- textColorTextDisabledSuccess: string;
174
- textColorGhostSuccess: string;
175
- textColorGhostHoverSuccess: string;
176
- textColorGhostPressedSuccess: string;
177
- textColorGhostFocusSuccess: string;
178
- textColorGhostDisabledSuccess: string;
179
- borderSuccess: string;
180
- borderHoverSuccess: string;
181
- borderPressedSuccess: string;
182
- borderFocusSuccess: string;
183
- borderDisabledSuccess: string;
184
- rippleColorSuccess: string;
185
- colorWarning: string;
186
- colorHoverWarning: string;
187
- colorPressedWarning: string;
188
- colorFocusWarning: string;
189
- colorDisabledWarning: string;
190
- textColorWarning: string;
191
- textColorHoverWarning: string;
192
- textColorPressedWarning: string;
193
- textColorFocusWarning: string;
194
- textColorDisabledWarning: string;
195
- textColorTextWarning: string;
196
- textColorTextHoverWarning: string;
197
- textColorTextPressedWarning: string;
198
- textColorTextFocusWarning: string;
199
- textColorTextDisabledWarning: string;
200
- textColorGhostWarning: string;
201
- textColorGhostHoverWarning: string;
202
- textColorGhostPressedWarning: string;
203
- textColorGhostFocusWarning: string;
204
- textColorGhostDisabledWarning: string;
205
- borderWarning: string;
206
- borderHoverWarning: string;
207
- borderPressedWarning: string;
208
- borderFocusWarning: string;
209
- borderDisabledWarning: string;
210
- rippleColorWarning: string;
211
- colorError: string;
212
- colorHoverError: string;
213
- colorPressedError: string;
214
- colorFocusError: string;
215
- colorDisabledError: string;
216
- textColorError: string;
217
- textColorHoverError: string;
218
- textColorPressedError: string;
219
- textColorFocusError: string;
220
- textColorDisabledError: string;
221
- textColorTextError: string;
222
- textColorTextHoverError: string;
223
- textColorTextPressedError: string;
224
- textColorTextFocusError: string;
225
- textColorTextDisabledError: string;
226
- textColorGhostError: string;
227
- textColorGhostHoverError: string;
228
- textColorGhostPressedError: string;
229
- textColorGhostFocusError: string;
230
- textColorGhostDisabledError: string;
231
- borderError: string;
232
- borderHoverError: string;
233
- borderPressedError: string;
234
- borderFocusError: string;
235
- borderDisabledError: string;
236
- rippleColorError: string;
237
- waveOpacity: string;
238
- fontWeight: string;
239
- fontWeightStrong: string;
240
- paddingTiny: string;
241
- paddingSmall: string;
242
- paddingMedium: string;
243
- paddingLarge: string;
244
- paddingRoundTiny: string;
245
- paddingRoundSmall: string;
246
- paddingRoundMedium: string;
247
- paddingRoundLarge: string;
248
- iconMarginTiny: string;
249
- iconMarginSmall: string;
250
- iconMarginMedium: string;
251
- iconMarginLarge: string;
252
- iconSizeTiny: string;
253
- iconSizeSmall: string;
254
- iconSizeMedium: string;
255
- iconSizeLarge: string;
256
- rippleDuration: string;
257
- }, any>>;
258
- readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
259
- heightTiny: string;
260
- heightSmall: string;
261
- heightMedium: string;
262
- heightLarge: string;
263
- borderRadiusTiny: string;
264
- borderRadiusSmall: string;
265
- borderRadiusMedium: string;
266
- borderRadiusLarge: string;
267
- fontSizeTiny: string;
268
- fontSizeSmall: string;
269
- fontSizeMedium: string;
270
- fontSizeLarge: string;
271
- opacityDisabled: string;
272
- colorOpacitySecondary: string;
273
- colorOpacitySecondaryHover: string;
274
- colorOpacitySecondaryPressed: string;
275
- colorSecondary: string;
276
- colorSecondaryHover: string;
277
- colorSecondaryPressed: string;
278
- colorTertiary: string;
279
- colorTertiaryHover: string;
280
- colorTertiaryPressed: string;
281
- colorQuaternary: string;
282
- colorQuaternaryHover: string;
283
- colorQuaternaryPressed: string;
284
- color: string;
285
- colorHover: string;
286
- colorPressed: string;
287
- colorFocus: string;
288
- colorDisabled: string;
289
- textColor: string;
290
- textColorTertiary: string;
291
- textColorHover: string;
292
- textColorPressed: string;
293
- textColorFocus: string;
294
- textColorDisabled: string;
295
- textColorText: string;
296
- textColorTextHover: string;
297
- textColorTextPressed: string;
298
- textColorTextFocus: string;
299
- textColorTextDisabled: string;
300
- textColorGhost: string;
301
- textColorGhostHover: string;
302
- textColorGhostPressed: string;
303
- textColorGhostFocus: string;
304
- textColorGhostDisabled: string;
305
- border: string;
306
- borderHover: string;
307
- borderPressed: string;
308
- borderFocus: string;
309
- borderDisabled: string;
310
- rippleColor: string;
311
- colorPrimary: string;
312
- colorHoverPrimary: string;
313
- colorPressedPrimary: string;
314
- colorFocusPrimary: string;
315
- colorDisabledPrimary: string;
316
- textColorPrimary: string;
317
- textColorHoverPrimary: string;
318
- textColorPressedPrimary: string;
319
- textColorFocusPrimary: string;
320
- textColorDisabledPrimary: string;
321
- textColorTextPrimary: string;
322
- textColorTextHoverPrimary: string;
323
- textColorTextPressedPrimary: string;
324
- textColorTextFocusPrimary: string;
325
- textColorTextDisabledPrimary: string;
326
- textColorGhostPrimary: string;
327
- textColorGhostHoverPrimary: string;
328
- textColorGhostPressedPrimary: string;
329
- textColorGhostFocusPrimary: string;
330
- textColorGhostDisabledPrimary: string;
331
- borderPrimary: string;
332
- borderHoverPrimary: string;
333
- borderPressedPrimary: string;
334
- borderFocusPrimary: string;
335
- borderDisabledPrimary: string;
336
- rippleColorPrimary: string;
337
- colorInfo: string;
338
- colorHoverInfo: string;
339
- colorPressedInfo: string;
340
- colorFocusInfo: string;
341
- colorDisabledInfo: string;
342
- textColorInfo: string;
343
- textColorHoverInfo: string;
344
- textColorPressedInfo: string;
345
- textColorFocusInfo: string;
346
- textColorDisabledInfo: string;
347
- textColorTextInfo: string;
348
- textColorTextHoverInfo: string;
349
- textColorTextPressedInfo: string;
350
- textColorTextFocusInfo: string;
351
- textColorTextDisabledInfo: string;
352
- textColorGhostInfo: string;
353
- textColorGhostHoverInfo: string;
354
- textColorGhostPressedInfo: string;
355
- textColorGhostFocusInfo: string;
356
- textColorGhostDisabledInfo: string;
357
- borderInfo: string;
358
- borderHoverInfo: string;
359
- borderPressedInfo: string;
360
- borderFocusInfo: string;
361
- borderDisabledInfo: string;
362
- rippleColorInfo: string;
363
- colorSuccess: string;
364
- colorHoverSuccess: string;
365
- colorPressedSuccess: string;
366
- colorFocusSuccess: string;
367
- colorDisabledSuccess: string;
368
- textColorSuccess: string;
369
- textColorHoverSuccess: string;
370
- textColorPressedSuccess: string;
371
- textColorFocusSuccess: string;
372
- textColorDisabledSuccess: string;
373
- textColorTextSuccess: string;
374
- textColorTextHoverSuccess: string;
375
- textColorTextPressedSuccess: string;
376
- textColorTextFocusSuccess: string;
377
- textColorTextDisabledSuccess: string;
378
- textColorGhostSuccess: string;
379
- textColorGhostHoverSuccess: string;
380
- textColorGhostPressedSuccess: string;
381
- textColorGhostFocusSuccess: string;
382
- textColorGhostDisabledSuccess: string;
383
- borderSuccess: string;
384
- borderHoverSuccess: string;
385
- borderPressedSuccess: string;
386
- borderFocusSuccess: string;
387
- borderDisabledSuccess: string;
388
- rippleColorSuccess: string;
389
- colorWarning: string;
390
- colorHoverWarning: string;
391
- colorPressedWarning: string;
392
- colorFocusWarning: string;
393
- colorDisabledWarning: string;
394
- textColorWarning: string;
395
- textColorHoverWarning: string;
396
- textColorPressedWarning: string;
397
- textColorFocusWarning: string;
398
- textColorDisabledWarning: string;
399
- textColorTextWarning: string;
400
- textColorTextHoverWarning: string;
401
- textColorTextPressedWarning: string;
402
- textColorTextFocusWarning: string;
403
- textColorTextDisabledWarning: string;
404
- textColorGhostWarning: string;
405
- textColorGhostHoverWarning: string;
406
- textColorGhostPressedWarning: string;
407
- textColorGhostFocusWarning: string;
408
- textColorGhostDisabledWarning: string;
409
- borderWarning: string;
410
- borderHoverWarning: string;
411
- borderPressedWarning: string;
412
- borderFocusWarning: string;
413
- borderDisabledWarning: string;
414
- rippleColorWarning: string;
415
- colorError: string;
416
- colorHoverError: string;
417
- colorPressedError: string;
418
- colorFocusError: string;
419
- colorDisabledError: string;
420
- textColorError: string;
421
- textColorHoverError: string;
422
- textColorPressedError: string;
423
- textColorFocusError: string;
424
- textColorDisabledError: string;
425
- textColorTextError: string;
426
- textColorTextHoverError: string;
427
- textColorTextPressedError: string;
428
- textColorTextFocusError: string;
429
- textColorTextDisabledError: string;
430
- textColorGhostError: string;
431
- textColorGhostHoverError: string;
432
- textColorGhostPressedError: string;
433
- textColorGhostFocusError: string;
434
- textColorGhostDisabledError: string;
435
- borderError: string;
436
- borderHoverError: string;
437
- borderPressedError: string;
438
- borderFocusError: string;
439
- borderDisabledError: string;
440
- rippleColorError: string;
441
- waveOpacity: string;
442
- fontWeight: string;
443
- fontWeightStrong: string;
444
- paddingTiny: string;
445
- paddingSmall: string;
446
- paddingMedium: string;
447
- paddingLarge: string;
448
- paddingRoundTiny: string;
449
- paddingRoundSmall: string;
450
- paddingRoundMedium: string;
451
- paddingRoundLarge: string;
452
- iconMarginTiny: string;
453
- iconMarginSmall: string;
454
- iconMarginMedium: string;
455
- iconMarginLarge: string;
456
- iconSizeTiny: string;
457
- iconSizeSmall: string;
458
- iconSizeMedium: string;
459
- iconSizeLarge: string;
460
- rippleDuration: string;
461
- }, any>>>;
462
- readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
463
- heightTiny: string;
464
- heightSmall: string;
465
- heightMedium: string;
466
- heightLarge: string;
467
- borderRadiusTiny: string;
468
- borderRadiusSmall: string;
469
- borderRadiusMedium: string;
470
- borderRadiusLarge: string;
471
- fontSizeTiny: string;
472
- fontSizeSmall: string;
473
- fontSizeMedium: string;
474
- fontSizeLarge: string;
475
- opacityDisabled: string;
476
- colorOpacitySecondary: string;
477
- colorOpacitySecondaryHover: string;
478
- colorOpacitySecondaryPressed: string;
479
- colorSecondary: string;
480
- colorSecondaryHover: string;
481
- colorSecondaryPressed: string;
482
- colorTertiary: string;
483
- colorTertiaryHover: string;
484
- colorTertiaryPressed: string;
485
- colorQuaternary: string;
486
- colorQuaternaryHover: string;
487
- colorQuaternaryPressed: string;
488
- color: string;
489
- colorHover: string;
490
- colorPressed: string;
491
- colorFocus: string;
492
- colorDisabled: string;
493
- textColor: string;
494
- textColorTertiary: string;
495
- textColorHover: string;
496
- textColorPressed: string;
497
- textColorFocus: string;
498
- textColorDisabled: string;
499
- textColorText: string;
500
- textColorTextHover: string;
501
- textColorTextPressed: string;
502
- textColorTextFocus: string;
503
- textColorTextDisabled: string;
504
- textColorGhost: string;
505
- textColorGhostHover: string;
506
- textColorGhostPressed: string;
507
- textColorGhostFocus: string;
508
- textColorGhostDisabled: string;
509
- border: string;
510
- borderHover: string;
511
- borderPressed: string;
512
- borderFocus: string;
513
- borderDisabled: string;
514
- rippleColor: string;
515
- colorPrimary: string;
516
- colorHoverPrimary: string;
517
- colorPressedPrimary: string;
518
- colorFocusPrimary: string;
519
- colorDisabledPrimary: string;
520
- textColorPrimary: string;
521
- textColorHoverPrimary: string;
522
- textColorPressedPrimary: string;
523
- textColorFocusPrimary: string;
524
- textColorDisabledPrimary: string;
525
- textColorTextPrimary: string;
526
- textColorTextHoverPrimary: string;
527
- textColorTextPressedPrimary: string;
528
- textColorTextFocusPrimary: string;
529
- textColorTextDisabledPrimary: string;
530
- textColorGhostPrimary: string;
531
- textColorGhostHoverPrimary: string;
532
- textColorGhostPressedPrimary: string;
533
- textColorGhostFocusPrimary: string;
534
- textColorGhostDisabledPrimary: string;
535
- borderPrimary: string;
536
- borderHoverPrimary: string;
537
- borderPressedPrimary: string;
538
- borderFocusPrimary: string;
539
- borderDisabledPrimary: string;
540
- rippleColorPrimary: string;
541
- colorInfo: string;
542
- colorHoverInfo: string;
543
- colorPressedInfo: string;
544
- colorFocusInfo: string;
545
- colorDisabledInfo: string;
546
- textColorInfo: string;
547
- textColorHoverInfo: string;
548
- textColorPressedInfo: string;
549
- textColorFocusInfo: string;
550
- textColorDisabledInfo: string;
551
- textColorTextInfo: string;
552
- textColorTextHoverInfo: string;
553
- textColorTextPressedInfo: string;
554
- textColorTextFocusInfo: string;
555
- textColorTextDisabledInfo: string;
556
- textColorGhostInfo: string;
557
- textColorGhostHoverInfo: string;
558
- textColorGhostPressedInfo: string;
559
- textColorGhostFocusInfo: string;
560
- textColorGhostDisabledInfo: string;
561
- borderInfo: string;
562
- borderHoverInfo: string;
563
- borderPressedInfo: string;
564
- borderFocusInfo: string;
565
- borderDisabledInfo: string;
566
- rippleColorInfo: string;
567
- colorSuccess: string;
568
- colorHoverSuccess: string;
569
- colorPressedSuccess: string;
570
- colorFocusSuccess: string;
571
- colorDisabledSuccess: string;
572
- textColorSuccess: string;
573
- textColorHoverSuccess: string;
574
- textColorPressedSuccess: string;
575
- textColorFocusSuccess: string;
576
- textColorDisabledSuccess: string;
577
- textColorTextSuccess: string;
578
- textColorTextHoverSuccess: string;
579
- textColorTextPressedSuccess: string;
580
- textColorTextFocusSuccess: string;
581
- textColorTextDisabledSuccess: string;
582
- textColorGhostSuccess: string;
583
- textColorGhostHoverSuccess: string;
584
- textColorGhostPressedSuccess: string;
585
- textColorGhostFocusSuccess: string;
586
- textColorGhostDisabledSuccess: string;
587
- borderSuccess: string;
588
- borderHoverSuccess: string;
589
- borderPressedSuccess: string;
590
- borderFocusSuccess: string;
591
- borderDisabledSuccess: string;
592
- rippleColorSuccess: string;
593
- colorWarning: string;
594
- colorHoverWarning: string;
595
- colorPressedWarning: string;
596
- colorFocusWarning: string;
597
- colorDisabledWarning: string;
598
- textColorWarning: string;
599
- textColorHoverWarning: string;
600
- textColorPressedWarning: string;
601
- textColorFocusWarning: string;
602
- textColorDisabledWarning: string;
603
- textColorTextWarning: string;
604
- textColorTextHoverWarning: string;
605
- textColorTextPressedWarning: string;
606
- textColorTextFocusWarning: string;
607
- textColorTextDisabledWarning: string;
608
- textColorGhostWarning: string;
609
- textColorGhostHoverWarning: string;
610
- textColorGhostPressedWarning: string;
611
- textColorGhostFocusWarning: string;
612
- textColorGhostDisabledWarning: string;
613
- borderWarning: string;
614
- borderHoverWarning: string;
615
- borderPressedWarning: string;
616
- borderFocusWarning: string;
617
- borderDisabledWarning: string;
618
- rippleColorWarning: string;
619
- colorError: string;
620
- colorHoverError: string;
621
- colorPressedError: string;
622
- colorFocusError: string;
623
- colorDisabledError: string;
624
- textColorError: string;
625
- textColorHoverError: string;
626
- textColorPressedError: string;
627
- textColorFocusError: string;
628
- textColorDisabledError: string;
629
- textColorTextError: string;
630
- textColorTextHoverError: string;
631
- textColorTextPressedError: string;
632
- textColorTextFocusError: string;
633
- textColorTextDisabledError: string;
634
- textColorGhostError: string;
635
- textColorGhostHoverError: string;
636
- textColorGhostPressedError: string;
637
- textColorGhostFocusError: string;
638
- textColorGhostDisabledError: string;
639
- borderError: string;
640
- borderHoverError: string;
641
- borderPressedError: string;
642
- borderFocusError: string;
643
- borderDisabledError: string;
644
- rippleColorError: string;
645
- waveOpacity: string;
646
- fontWeight: string;
647
- fontWeightStrong: string;
648
- paddingTiny: string;
649
- paddingSmall: string;
650
- paddingMedium: string;
651
- paddingLarge: string;
652
- paddingRoundTiny: string;
653
- paddingRoundSmall: string;
654
- paddingRoundMedium: string;
655
- paddingRoundLarge: string;
656
- iconMarginTiny: string;
657
- iconMarginSmall: string;
658
- iconMarginMedium: string;
659
- iconMarginLarge: string;
660
- iconSizeTiny: string;
661
- iconSizeSmall: string;
662
- iconSizeMedium: string;
663
- iconSizeLarge: string;
664
- rippleDuration: string;
665
- }, any>>>;
666
- }>, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
667
- readonly focusable: {
668
- readonly type: BooleanConstructor;
669
- readonly default: false;
670
- };
671
- readonly content: StringConstructor;
672
- readonly icon: StringConstructor;
673
- readonly color: StringConstructor;
674
- readonly textColor: StringConstructor;
675
- readonly text: BooleanConstructor;
676
- readonly block: BooleanConstructor;
677
- readonly loading: BooleanConstructor;
678
- readonly disabled: BooleanConstructor;
679
- readonly circle: BooleanConstructor;
680
- readonly size: import('vue').PropType<import('naive-ui/es/button/src/interface').Size>;
681
- readonly ghost: BooleanConstructor;
682
- readonly round: BooleanConstructor;
683
- readonly secondary: BooleanConstructor;
684
- readonly tertiary: BooleanConstructor;
685
- readonly quaternary: BooleanConstructor;
686
- readonly strong: BooleanConstructor;
687
- readonly keyboard: {
688
- readonly type: BooleanConstructor;
689
- readonly default: true;
690
- };
691
- readonly tag: {
692
- readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
693
- readonly default: "button";
694
- };
695
- readonly type: {
696
- readonly type: import('vue').PropType<import('naive-ui/es/button/src/interface').Type>;
697
- readonly default: "default";
698
- };
699
- readonly dashed: BooleanConstructor;
700
- readonly renderIcon: import('vue').PropType<() => import('vue').VNodeChild>;
701
- readonly iconPlacement: {
702
- readonly type: import('vue').PropType<"left" | "right">;
703
- readonly default: "left";
704
- };
705
- readonly attrType: {
706
- readonly type: import('vue').PropType<"button" | "submit" | "reset">;
707
- readonly default: "button";
708
- };
709
- readonly bordered: {
710
- readonly type: BooleanConstructor;
711
- readonly default: true;
712
- };
713
- readonly onClick: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
714
- readonly nativeFocusBehavior: {
715
- readonly type: BooleanConstructor;
716
- readonly default: boolean;
717
- };
718
- readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Button", {
719
- heightTiny: string;
720
- heightSmall: string;
721
- heightMedium: string;
722
- heightLarge: string;
723
- borderRadiusTiny: string;
724
- borderRadiusSmall: string;
725
- borderRadiusMedium: string;
726
- borderRadiusLarge: string;
727
- fontSizeTiny: string;
728
- fontSizeSmall: string;
729
- fontSizeMedium: string;
730
- fontSizeLarge: string;
731
- opacityDisabled: string;
732
- colorOpacitySecondary: string;
733
- colorOpacitySecondaryHover: string;
734
- colorOpacitySecondaryPressed: string;
735
- colorSecondary: string;
736
- colorSecondaryHover: string;
737
- colorSecondaryPressed: string;
738
- colorTertiary: string;
739
- colorTertiaryHover: string;
740
- colorTertiaryPressed: string;
741
- colorQuaternary: string;
742
- colorQuaternaryHover: string;
743
- colorQuaternaryPressed: string;
744
- color: string;
745
- colorHover: string;
746
- colorPressed: string;
747
- colorFocus: string;
748
- colorDisabled: string;
749
- textColor: string;
750
- textColorTertiary: string;
751
- textColorHover: string;
752
- textColorPressed: string;
753
- textColorFocus: string;
754
- textColorDisabled: string;
755
- textColorText: string;
756
- textColorTextHover: string;
757
- textColorTextPressed: string;
758
- textColorTextFocus: string;
759
- textColorTextDisabled: string;
760
- textColorGhost: string;
761
- textColorGhostHover: string;
762
- textColorGhostPressed: string;
763
- textColorGhostFocus: string;
764
- textColorGhostDisabled: string;
765
- border: string;
766
- borderHover: string;
767
- borderPressed: string;
768
- borderFocus: string;
769
- borderDisabled: string;
770
- rippleColor: string;
771
- colorPrimary: string;
772
- colorHoverPrimary: string;
773
- colorPressedPrimary: string;
774
- colorFocusPrimary: string;
775
- colorDisabledPrimary: string;
776
- textColorPrimary: string;
777
- textColorHoverPrimary: string;
778
- textColorPressedPrimary: string;
779
- textColorFocusPrimary: string;
780
- textColorDisabledPrimary: string;
781
- textColorTextPrimary: string;
782
- textColorTextHoverPrimary: string;
783
- textColorTextPressedPrimary: string;
784
- textColorTextFocusPrimary: string;
785
- textColorTextDisabledPrimary: string;
786
- textColorGhostPrimary: string;
787
- textColorGhostHoverPrimary: string;
788
- textColorGhostPressedPrimary: string;
789
- textColorGhostFocusPrimary: string;
790
- textColorGhostDisabledPrimary: string;
791
- borderPrimary: string;
792
- borderHoverPrimary: string;
793
- borderPressedPrimary: string;
794
- borderFocusPrimary: string;
795
- borderDisabledPrimary: string;
796
- rippleColorPrimary: string;
797
- colorInfo: string;
798
- colorHoverInfo: string;
799
- colorPressedInfo: string;
800
- colorFocusInfo: string;
801
- colorDisabledInfo: string;
802
- textColorInfo: string;
803
- textColorHoverInfo: string;
804
- textColorPressedInfo: string;
805
- textColorFocusInfo: string;
806
- textColorDisabledInfo: string;
807
- textColorTextInfo: string;
808
- textColorTextHoverInfo: string;
809
- textColorTextPressedInfo: string;
810
- textColorTextFocusInfo: string;
811
- textColorTextDisabledInfo: string;
812
- textColorGhostInfo: string;
813
- textColorGhostHoverInfo: string;
814
- textColorGhostPressedInfo: string;
815
- textColorGhostFocusInfo: string;
816
- textColorGhostDisabledInfo: string;
817
- borderInfo: string;
818
- borderHoverInfo: string;
819
- borderPressedInfo: string;
820
- borderFocusInfo: string;
821
- borderDisabledInfo: string;
822
- rippleColorInfo: string;
823
- colorSuccess: string;
824
- colorHoverSuccess: string;
825
- colorPressedSuccess: string;
826
- colorFocusSuccess: string;
827
- colorDisabledSuccess: string;
828
- textColorSuccess: string;
829
- textColorHoverSuccess: string;
830
- textColorPressedSuccess: string;
831
- textColorFocusSuccess: string;
832
- textColorDisabledSuccess: string;
833
- textColorTextSuccess: string;
834
- textColorTextHoverSuccess: string;
835
- textColorTextPressedSuccess: string;
836
- textColorTextFocusSuccess: string;
837
- textColorTextDisabledSuccess: string;
838
- textColorGhostSuccess: string;
839
- textColorGhostHoverSuccess: string;
840
- textColorGhostPressedSuccess: string;
841
- textColorGhostFocusSuccess: string;
842
- textColorGhostDisabledSuccess: string;
843
- borderSuccess: string;
844
- borderHoverSuccess: string;
845
- borderPressedSuccess: string;
846
- borderFocusSuccess: string;
847
- borderDisabledSuccess: string;
848
- rippleColorSuccess: string;
849
- colorWarning: string;
850
- colorHoverWarning: string;
851
- colorPressedWarning: string;
852
- colorFocusWarning: string;
853
- colorDisabledWarning: string;
854
- textColorWarning: string;
855
- textColorHoverWarning: string;
856
- textColorPressedWarning: string;
857
- textColorFocusWarning: string;
858
- textColorDisabledWarning: string;
859
- textColorTextWarning: string;
860
- textColorTextHoverWarning: string;
861
- textColorTextPressedWarning: string;
862
- textColorTextFocusWarning: string;
863
- textColorTextDisabledWarning: string;
864
- textColorGhostWarning: string;
865
- textColorGhostHoverWarning: string;
866
- textColorGhostPressedWarning: string;
867
- textColorGhostFocusWarning: string;
868
- textColorGhostDisabledWarning: string;
869
- borderWarning: string;
870
- borderHoverWarning: string;
871
- borderPressedWarning: string;
872
- borderFocusWarning: string;
873
- borderDisabledWarning: string;
874
- rippleColorWarning: string;
875
- colorError: string;
876
- colorHoverError: string;
877
- colorPressedError: string;
878
- colorFocusError: string;
879
- colorDisabledError: string;
880
- textColorError: string;
881
- textColorHoverError: string;
882
- textColorPressedError: string;
883
- textColorFocusError: string;
884
- textColorDisabledError: string;
885
- textColorTextError: string;
886
- textColorTextHoverError: string;
887
- textColorTextPressedError: string;
888
- textColorTextFocusError: string;
889
- textColorTextDisabledError: string;
890
- textColorGhostError: string;
891
- textColorGhostHoverError: string;
892
- textColorGhostPressedError: string;
893
- textColorGhostFocusError: string;
894
- textColorGhostDisabledError: string;
895
- borderError: string;
896
- borderHoverError: string;
897
- borderPressedError: string;
898
- borderFocusError: string;
899
- borderDisabledError: string;
900
- rippleColorError: string;
901
- waveOpacity: string;
902
- fontWeight: string;
903
- fontWeightStrong: string;
904
- paddingTiny: string;
905
- paddingSmall: string;
906
- paddingMedium: string;
907
- paddingLarge: string;
908
- paddingRoundTiny: string;
909
- paddingRoundSmall: string;
910
- paddingRoundMedium: string;
911
- paddingRoundLarge: string;
912
- iconMarginTiny: string;
913
- iconMarginSmall: string;
914
- iconMarginMedium: string;
915
- iconMarginLarge: string;
916
- iconSizeTiny: string;
917
- iconSizeSmall: string;
918
- iconSizeMedium: string;
919
- iconSizeLarge: string;
920
- rippleDuration: string;
921
- }, any>>;
922
- readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
923
- heightTiny: string;
924
- heightSmall: string;
925
- heightMedium: string;
926
- heightLarge: string;
927
- borderRadiusTiny: string;
928
- borderRadiusSmall: string;
929
- borderRadiusMedium: string;
930
- borderRadiusLarge: string;
931
- fontSizeTiny: string;
932
- fontSizeSmall: string;
933
- fontSizeMedium: string;
934
- fontSizeLarge: string;
935
- opacityDisabled: string;
936
- colorOpacitySecondary: string;
937
- colorOpacitySecondaryHover: string;
938
- colorOpacitySecondaryPressed: string;
939
- colorSecondary: string;
940
- colorSecondaryHover: string;
941
- colorSecondaryPressed: string;
942
- colorTertiary: string;
943
- colorTertiaryHover: string;
944
- colorTertiaryPressed: string;
945
- colorQuaternary: string;
946
- colorQuaternaryHover: string;
947
- colorQuaternaryPressed: string;
948
- color: string;
949
- colorHover: string;
950
- colorPressed: string;
951
- colorFocus: string;
952
- colorDisabled: string;
953
- textColor: string;
954
- textColorTertiary: string;
955
- textColorHover: string;
956
- textColorPressed: string;
957
- textColorFocus: string;
958
- textColorDisabled: string;
959
- textColorText: string;
960
- textColorTextHover: string;
961
- textColorTextPressed: string;
962
- textColorTextFocus: string;
963
- textColorTextDisabled: string;
964
- textColorGhost: string;
965
- textColorGhostHover: string;
966
- textColorGhostPressed: string;
967
- textColorGhostFocus: string;
968
- textColorGhostDisabled: string;
969
- border: string;
970
- borderHover: string;
971
- borderPressed: string;
972
- borderFocus: string;
973
- borderDisabled: string;
974
- rippleColor: string;
975
- colorPrimary: string;
976
- colorHoverPrimary: string;
977
- colorPressedPrimary: string;
978
- colorFocusPrimary: string;
979
- colorDisabledPrimary: string;
980
- textColorPrimary: string;
981
- textColorHoverPrimary: string;
982
- textColorPressedPrimary: string;
983
- textColorFocusPrimary: string;
984
- textColorDisabledPrimary: string;
985
- textColorTextPrimary: string;
986
- textColorTextHoverPrimary: string;
987
- textColorTextPressedPrimary: string;
988
- textColorTextFocusPrimary: string;
989
- textColorTextDisabledPrimary: string;
990
- textColorGhostPrimary: string;
991
- textColorGhostHoverPrimary: string;
992
- textColorGhostPressedPrimary: string;
993
- textColorGhostFocusPrimary: string;
994
- textColorGhostDisabledPrimary: string;
995
- borderPrimary: string;
996
- borderHoverPrimary: string;
997
- borderPressedPrimary: string;
998
- borderFocusPrimary: string;
999
- borderDisabledPrimary: string;
1000
- rippleColorPrimary: string;
1001
- colorInfo: string;
1002
- colorHoverInfo: string;
1003
- colorPressedInfo: string;
1004
- colorFocusInfo: string;
1005
- colorDisabledInfo: string;
1006
- textColorInfo: string;
1007
- textColorHoverInfo: string;
1008
- textColorPressedInfo: string;
1009
- textColorFocusInfo: string;
1010
- textColorDisabledInfo: string;
1011
- textColorTextInfo: string;
1012
- textColorTextHoverInfo: string;
1013
- textColorTextPressedInfo: string;
1014
- textColorTextFocusInfo: string;
1015
- textColorTextDisabledInfo: string;
1016
- textColorGhostInfo: string;
1017
- textColorGhostHoverInfo: string;
1018
- textColorGhostPressedInfo: string;
1019
- textColorGhostFocusInfo: string;
1020
- textColorGhostDisabledInfo: string;
1021
- borderInfo: string;
1022
- borderHoverInfo: string;
1023
- borderPressedInfo: string;
1024
- borderFocusInfo: string;
1025
- borderDisabledInfo: string;
1026
- rippleColorInfo: string;
1027
- colorSuccess: string;
1028
- colorHoverSuccess: string;
1029
- colorPressedSuccess: string;
1030
- colorFocusSuccess: string;
1031
- colorDisabledSuccess: string;
1032
- textColorSuccess: string;
1033
- textColorHoverSuccess: string;
1034
- textColorPressedSuccess: string;
1035
- textColorFocusSuccess: string;
1036
- textColorDisabledSuccess: string;
1037
- textColorTextSuccess: string;
1038
- textColorTextHoverSuccess: string;
1039
- textColorTextPressedSuccess: string;
1040
- textColorTextFocusSuccess: string;
1041
- textColorTextDisabledSuccess: string;
1042
- textColorGhostSuccess: string;
1043
- textColorGhostHoverSuccess: string;
1044
- textColorGhostPressedSuccess: string;
1045
- textColorGhostFocusSuccess: string;
1046
- textColorGhostDisabledSuccess: string;
1047
- borderSuccess: string;
1048
- borderHoverSuccess: string;
1049
- borderPressedSuccess: string;
1050
- borderFocusSuccess: string;
1051
- borderDisabledSuccess: string;
1052
- rippleColorSuccess: string;
1053
- colorWarning: string;
1054
- colorHoverWarning: string;
1055
- colorPressedWarning: string;
1056
- colorFocusWarning: string;
1057
- colorDisabledWarning: string;
1058
- textColorWarning: string;
1059
- textColorHoverWarning: string;
1060
- textColorPressedWarning: string;
1061
- textColorFocusWarning: string;
1062
- textColorDisabledWarning: string;
1063
- textColorTextWarning: string;
1064
- textColorTextHoverWarning: string;
1065
- textColorTextPressedWarning: string;
1066
- textColorTextFocusWarning: string;
1067
- textColorTextDisabledWarning: string;
1068
- textColorGhostWarning: string;
1069
- textColorGhostHoverWarning: string;
1070
- textColorGhostPressedWarning: string;
1071
- textColorGhostFocusWarning: string;
1072
- textColorGhostDisabledWarning: string;
1073
- borderWarning: string;
1074
- borderHoverWarning: string;
1075
- borderPressedWarning: string;
1076
- borderFocusWarning: string;
1077
- borderDisabledWarning: string;
1078
- rippleColorWarning: string;
1079
- colorError: string;
1080
- colorHoverError: string;
1081
- colorPressedError: string;
1082
- colorFocusError: string;
1083
- colorDisabledError: string;
1084
- textColorError: string;
1085
- textColorHoverError: string;
1086
- textColorPressedError: string;
1087
- textColorFocusError: string;
1088
- textColorDisabledError: string;
1089
- textColorTextError: string;
1090
- textColorTextHoverError: string;
1091
- textColorTextPressedError: string;
1092
- textColorTextFocusError: string;
1093
- textColorTextDisabledError: string;
1094
- textColorGhostError: string;
1095
- textColorGhostHoverError: string;
1096
- textColorGhostPressedError: string;
1097
- textColorGhostFocusError: string;
1098
- textColorGhostDisabledError: string;
1099
- borderError: string;
1100
- borderHoverError: string;
1101
- borderPressedError: string;
1102
- borderFocusError: string;
1103
- borderDisabledError: string;
1104
- rippleColorError: string;
1105
- waveOpacity: string;
1106
- fontWeight: string;
1107
- fontWeightStrong: string;
1108
- paddingTiny: string;
1109
- paddingSmall: string;
1110
- paddingMedium: string;
1111
- paddingLarge: string;
1112
- paddingRoundTiny: string;
1113
- paddingRoundSmall: string;
1114
- paddingRoundMedium: string;
1115
- paddingRoundLarge: string;
1116
- iconMarginTiny: string;
1117
- iconMarginSmall: string;
1118
- iconMarginMedium: string;
1119
- iconMarginLarge: string;
1120
- iconSizeTiny: string;
1121
- iconSizeSmall: string;
1122
- iconSizeMedium: string;
1123
- iconSizeLarge: string;
1124
- rippleDuration: string;
1125
- }, any>>>;
1126
- readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
1127
- heightTiny: string;
1128
- heightSmall: string;
1129
- heightMedium: string;
1130
- heightLarge: string;
1131
- borderRadiusTiny: string;
1132
- borderRadiusSmall: string;
1133
- borderRadiusMedium: string;
1134
- borderRadiusLarge: string;
1135
- fontSizeTiny: string;
1136
- fontSizeSmall: string;
1137
- fontSizeMedium: string;
1138
- fontSizeLarge: string;
1139
- opacityDisabled: string;
1140
- colorOpacitySecondary: string;
1141
- colorOpacitySecondaryHover: string;
1142
- colorOpacitySecondaryPressed: string;
1143
- colorSecondary: string;
1144
- colorSecondaryHover: string;
1145
- colorSecondaryPressed: string;
1146
- colorTertiary: string;
1147
- colorTertiaryHover: string;
1148
- colorTertiaryPressed: string;
1149
- colorQuaternary: string;
1150
- colorQuaternaryHover: string;
1151
- colorQuaternaryPressed: string;
1152
- color: string;
1153
- colorHover: string;
1154
- colorPressed: string;
1155
- colorFocus: string;
1156
- colorDisabled: string;
1157
- textColor: string;
1158
- textColorTertiary: string;
1159
- textColorHover: string;
1160
- textColorPressed: string;
1161
- textColorFocus: string;
1162
- textColorDisabled: string;
1163
- textColorText: string;
1164
- textColorTextHover: string;
1165
- textColorTextPressed: string;
1166
- textColorTextFocus: string;
1167
- textColorTextDisabled: string;
1168
- textColorGhost: string;
1169
- textColorGhostHover: string;
1170
- textColorGhostPressed: string;
1171
- textColorGhostFocus: string;
1172
- textColorGhostDisabled: string;
1173
- border: string;
1174
- borderHover: string;
1175
- borderPressed: string;
1176
- borderFocus: string;
1177
- borderDisabled: string;
1178
- rippleColor: string;
1179
- colorPrimary: string;
1180
- colorHoverPrimary: string;
1181
- colorPressedPrimary: string;
1182
- colorFocusPrimary: string;
1183
- colorDisabledPrimary: string;
1184
- textColorPrimary: string;
1185
- textColorHoverPrimary: string;
1186
- textColorPressedPrimary: string;
1187
- textColorFocusPrimary: string;
1188
- textColorDisabledPrimary: string;
1189
- textColorTextPrimary: string;
1190
- textColorTextHoverPrimary: string;
1191
- textColorTextPressedPrimary: string;
1192
- textColorTextFocusPrimary: string;
1193
- textColorTextDisabledPrimary: string;
1194
- textColorGhostPrimary: string;
1195
- textColorGhostHoverPrimary: string;
1196
- textColorGhostPressedPrimary: string;
1197
- textColorGhostFocusPrimary: string;
1198
- textColorGhostDisabledPrimary: string;
1199
- borderPrimary: string;
1200
- borderHoverPrimary: string;
1201
- borderPressedPrimary: string;
1202
- borderFocusPrimary: string;
1203
- borderDisabledPrimary: string;
1204
- rippleColorPrimary: string;
1205
- colorInfo: string;
1206
- colorHoverInfo: string;
1207
- colorPressedInfo: string;
1208
- colorFocusInfo: string;
1209
- colorDisabledInfo: string;
1210
- textColorInfo: string;
1211
- textColorHoverInfo: string;
1212
- textColorPressedInfo: string;
1213
- textColorFocusInfo: string;
1214
- textColorDisabledInfo: string;
1215
- textColorTextInfo: string;
1216
- textColorTextHoverInfo: string;
1217
- textColorTextPressedInfo: string;
1218
- textColorTextFocusInfo: string;
1219
- textColorTextDisabledInfo: string;
1220
- textColorGhostInfo: string;
1221
- textColorGhostHoverInfo: string;
1222
- textColorGhostPressedInfo: string;
1223
- textColorGhostFocusInfo: string;
1224
- textColorGhostDisabledInfo: string;
1225
- borderInfo: string;
1226
- borderHoverInfo: string;
1227
- borderPressedInfo: string;
1228
- borderFocusInfo: string;
1229
- borderDisabledInfo: string;
1230
- rippleColorInfo: string;
1231
- colorSuccess: string;
1232
- colorHoverSuccess: string;
1233
- colorPressedSuccess: string;
1234
- colorFocusSuccess: string;
1235
- colorDisabledSuccess: string;
1236
- textColorSuccess: string;
1237
- textColorHoverSuccess: string;
1238
- textColorPressedSuccess: string;
1239
- textColorFocusSuccess: string;
1240
- textColorDisabledSuccess: string;
1241
- textColorTextSuccess: string;
1242
- textColorTextHoverSuccess: string;
1243
- textColorTextPressedSuccess: string;
1244
- textColorTextFocusSuccess: string;
1245
- textColorTextDisabledSuccess: string;
1246
- textColorGhostSuccess: string;
1247
- textColorGhostHoverSuccess: string;
1248
- textColorGhostPressedSuccess: string;
1249
- textColorGhostFocusSuccess: string;
1250
- textColorGhostDisabledSuccess: string;
1251
- borderSuccess: string;
1252
- borderHoverSuccess: string;
1253
- borderPressedSuccess: string;
1254
- borderFocusSuccess: string;
1255
- borderDisabledSuccess: string;
1256
- rippleColorSuccess: string;
1257
- colorWarning: string;
1258
- colorHoverWarning: string;
1259
- colorPressedWarning: string;
1260
- colorFocusWarning: string;
1261
- colorDisabledWarning: string;
1262
- textColorWarning: string;
1263
- textColorHoverWarning: string;
1264
- textColorPressedWarning: string;
1265
- textColorFocusWarning: string;
1266
- textColorDisabledWarning: string;
1267
- textColorTextWarning: string;
1268
- textColorTextHoverWarning: string;
1269
- textColorTextPressedWarning: string;
1270
- textColorTextFocusWarning: string;
1271
- textColorTextDisabledWarning: string;
1272
- textColorGhostWarning: string;
1273
- textColorGhostHoverWarning: string;
1274
- textColorGhostPressedWarning: string;
1275
- textColorGhostFocusWarning: string;
1276
- textColorGhostDisabledWarning: string;
1277
- borderWarning: string;
1278
- borderHoverWarning: string;
1279
- borderPressedWarning: string;
1280
- borderFocusWarning: string;
1281
- borderDisabledWarning: string;
1282
- rippleColorWarning: string;
1283
- colorError: string;
1284
- colorHoverError: string;
1285
- colorPressedError: string;
1286
- colorFocusError: string;
1287
- colorDisabledError: string;
1288
- textColorError: string;
1289
- textColorHoverError: string;
1290
- textColorPressedError: string;
1291
- textColorFocusError: string;
1292
- textColorDisabledError: string;
1293
- textColorTextError: string;
1294
- textColorTextHoverError: string;
1295
- textColorTextPressedError: string;
1296
- textColorTextFocusError: string;
1297
- textColorTextDisabledError: string;
1298
- textColorGhostError: string;
1299
- textColorGhostHoverError: string;
1300
- textColorGhostPressedError: string;
1301
- textColorGhostFocusError: string;
1302
- textColorGhostDisabledError: string;
1303
- borderError: string;
1304
- borderHoverError: string;
1305
- borderPressedError: string;
1306
- borderFocusError: string;
1307
- borderDisabledError: string;
1308
- rippleColorError: string;
1309
- waveOpacity: string;
1310
- fontWeight: string;
1311
- fontWeightStrong: string;
1312
- paddingTiny: string;
1313
- paddingSmall: string;
1314
- paddingMedium: string;
1315
- paddingLarge: string;
1316
- paddingRoundTiny: string;
1317
- paddingRoundSmall: string;
1318
- paddingRoundMedium: string;
1319
- paddingRoundLarge: string;
1320
- iconMarginTiny: string;
1321
- iconMarginSmall: string;
1322
- iconMarginMedium: string;
1323
- iconMarginLarge: string;
1324
- iconSizeTiny: string;
1325
- iconSizeSmall: string;
1326
- iconSizeMedium: string;
1327
- iconSizeLarge: string;
1328
- rippleDuration: string;
1329
- }, any>>>;
1330
- }>> & Readonly<{}>, {
1331
- readonly type: import('naive-ui/es/button/src/interface').Type;
1332
- readonly loading: boolean;
1333
- readonly focusable: boolean;
1334
- readonly text: boolean;
1335
- readonly block: boolean;
1336
- readonly disabled: boolean;
1337
- readonly circle: boolean;
1338
- readonly ghost: boolean;
1339
- readonly round: boolean;
1340
- readonly secondary: boolean;
1341
- readonly tertiary: boolean;
1342
- readonly quaternary: boolean;
1343
- readonly strong: boolean;
1344
- readonly keyboard: boolean;
1345
- readonly tag: keyof HTMLElementTagNameMap;
1346
- readonly dashed: boolean;
1347
- readonly iconPlacement: "left" | "right";
1348
- readonly attrType: "reset" | "submit" | "button";
1349
- readonly bordered: boolean;
1350
- readonly nativeFocusBehavior: boolean;
1351
- }, SlotsType<import('naive-ui').ButtonSlots>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1352
- export default _default;