@web_xiaobai/ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. package/README.md +5 -0
  2. package/dist/_constant/base.d.ts +3 -0
  3. package/dist/_extendThemeOverrides/Alert.d.ts +3 -0
  4. package/dist/_extendThemeOverrides/Cascader.d.ts +10 -0
  5. package/dist/_extendThemeOverrides/InputGroupLabel.d.ts +5 -0
  6. package/dist/_extendThemeOverrides/InputNumber.d.ts +53 -0
  7. package/dist/_extendThemeOverrides/Layout.d.ts +8 -0
  8. package/dist/_extendThemeOverrides/Menu.d.ts +7 -0
  9. package/dist/_extendThemeOverrides/Pagination.d.ts +19 -0
  10. package/dist/_extendThemeOverrides/Popconfirm.d.ts +9 -0
  11. package/dist/_extendThemeOverrides/Progress.d.ts +37 -0
  12. package/dist/_extendThemeOverrides/Radio.d.ts +7 -0
  13. package/dist/_extendThemeOverrides/Select.d.ts +5 -0
  14. package/dist/_extendThemeOverrides/Slider.d.ts +12 -0
  15. package/dist/_extendThemeOverrides/Steps.d.ts +10 -0
  16. package/dist/_extendThemeOverrides/Switch.d.ts +9 -0
  17. package/dist/_extendThemeOverrides/Tabs.d.ts +68 -0
  18. package/dist/_extendThemeOverrides/Tag.d.ts +6 -0
  19. package/dist/_extendThemeOverrides/Transfer.d.ts +9 -0
  20. package/dist/_hooks/boden-use-config-provide-context.d.ts +12 -0
  21. package/dist/_hooks/boden-use-theme.d.ts +3 -0
  22. package/dist/_hooks/index.d.ts +1 -0
  23. package/dist/_mixins/use-theme.d.ts +3 -0
  24. package/dist/_themeOverrides/InternalSelectMenu/_common.d.ts +2 -0
  25. package/dist/_themeOverrides/InternalSelectMenu/dark.d.ts +2 -0
  26. package/dist/_themeOverrides/InternalSelectMenu/index.d.ts +2 -0
  27. package/dist/_themeOverrides/InternalSelectMenu/light.d.ts +2 -0
  28. package/dist/_themeOverrides/InternalSelection/_common.d.ts +2 -0
  29. package/dist/_themeOverrides/InternalSelection/dark.d.ts +2 -0
  30. package/dist/_themeOverrides/InternalSelection/index.d.ts +2 -0
  31. package/dist/_themeOverrides/InternalSelection/light.d.ts +2 -0
  32. package/dist/_themeOverrides/Scrollbar/_common.d.ts +2 -0
  33. package/dist/_themeOverrides/Scrollbar/dark.d.ts +2 -0
  34. package/dist/_themeOverrides/Scrollbar/index.d.ts +2 -0
  35. package/dist/_themeOverrides/Scrollbar/light.d.ts +2 -0
  36. package/dist/_themes/index.d.ts +7 -0
  37. package/dist/_themes/multi-themes/enum.d.ts +4 -0
  38. package/dist/_themes/multi-themes/index.d.ts +4 -0
  39. package/dist/_themes/multi-themes/theme-dark.d.ts +2 -0
  40. package/dist/_themes/multi-themes/theme-light.d.ts +2 -0
  41. package/dist/_themes/multi-themes/type.d.ts +12 -0
  42. package/dist/_themes/tailwind-theme/index.d.ts +2 -0
  43. package/dist/_themes/tailwind-theme/type.d.ts +10 -0
  44. package/dist/_types/_extendTheme.d.ts +36 -0
  45. package/dist/_types/_internal.d.ts +94 -0
  46. package/dist/_types/index.d.ts +3 -0
  47. package/dist/_utils/call.d.ts +7 -0
  48. package/dist/_utils/cssr.d.ts +4 -0
  49. package/dist/_utils/cssrScrollbar.d.ts +4 -0
  50. package/dist/_utils/index.d.ts +1 -0
  51. package/dist/_utils/resolve-slot.d.ts +3 -0
  52. package/dist/boden-ui.es.js +35032 -0
  53. package/dist/boden-ui.umd.js +4202 -0
  54. package/dist/components/Alert/index.d.ts +4 -0
  55. package/dist/components/Alert/src/Alert.d.ts +453 -0
  56. package/dist/components/Alert/src/props.d.ts +226 -0
  57. package/dist/components/Alert/src/styles/index.cssr.d.ts +2 -0
  58. package/dist/components/Alert/src/types.d.ts +3 -0
  59. package/dist/components/Alert/src/useCssVars.d.ts +7 -0
  60. package/dist/components/Alert/styles/_common.d.ts +4 -0
  61. package/dist/components/Alert/styles/dark.d.ts +4 -0
  62. package/dist/components/Alert/styles/index.d.ts +2 -0
  63. package/dist/components/Alert/styles/light.d.ts +4 -0
  64. package/dist/components/AppProvider/index.d.ts +1 -0
  65. package/dist/components/AppProvider/src/AppProvider.vue.d.ts +17 -0
  66. package/dist/components/Breadcrumb/index.d.ts +4 -0
  67. package/dist/components/Breadcrumb/src/Breadcrumb.d.ts +94 -0
  68. package/dist/components/Breadcrumb/src/props.d.ts +45 -0
  69. package/dist/components/Breadcrumb/src/types.d.ts +3 -0
  70. package/dist/components/Breadcrumb/styles/_common.d.ts +2 -0
  71. package/dist/components/Breadcrumb/styles/dark.d.ts +2 -0
  72. package/dist/components/Breadcrumb/styles/index.d.ts +2 -0
  73. package/dist/components/Breadcrumb/styles/light.d.ts +2 -0
  74. package/dist/components/Button/index.d.ts +4 -0
  75. package/dist/components/Button/src/Button.d.ts +1369 -0
  76. package/dist/components/Button/src/props.d.ts +674 -0
  77. package/dist/components/Button/src/styles/index.cssr.d.ts +2 -0
  78. package/dist/components/Button/src/types.d.ts +3 -0
  79. package/dist/components/Button/src/useCssVars.d.ts +7 -0
  80. package/dist/components/Button/styles/_common.d.ts +2 -0
  81. package/dist/components/Button/styles/dark.d.ts +2 -0
  82. package/dist/components/Button/styles/index.d.ts +2 -0
  83. package/dist/components/Button/styles/light.d.ts +2 -0
  84. package/dist/components/Card/index.d.ts +4 -0
  85. package/dist/components/Card/src/Card.d.ts +309 -0
  86. package/dist/components/Card/src/props.d.ts +149 -0
  87. package/dist/components/Card/src/styles/index.cssr.d.ts +2 -0
  88. package/dist/components/Card/src/types.d.ts +3 -0
  89. package/dist/components/Card/styles/_common.d.ts +2 -0
  90. package/dist/components/Card/styles/dark.d.ts +2 -0
  91. package/dist/components/Card/styles/index.d.ts +2 -0
  92. package/dist/components/Card/styles/light.d.ts +2 -0
  93. package/dist/components/Cascader/index.d.ts +4 -0
  94. package/dist/components/Cascader/src/Cascader.vue.d.ts +4817 -0
  95. package/dist/components/Cascader/src/props.d.ts +795 -0
  96. package/dist/components/Cascader/src/styles/index.cssr.d.ts +2 -0
  97. package/dist/components/Cascader/src/types.d.ts +5 -0
  98. package/dist/components/Cascader/src/useCssVars.d.ts +14 -0
  99. package/dist/components/Cascader/styles/_common.d.ts +4 -0
  100. package/dist/components/Cascader/styles/dark.d.ts +4 -0
  101. package/dist/components/Cascader/styles/index.d.ts +2 -0
  102. package/dist/components/Cascader/styles/light.d.ts +4 -0
  103. package/dist/components/Checkbox/index.d.ts +4 -0
  104. package/dist/components/Checkbox/src/Checkbox.vue.d.ts +750 -0
  105. package/dist/components/Checkbox/src/props.d.ts +128 -0
  106. package/dist/components/Checkbox/src/styles/index.cssr.d.ts +2 -0
  107. package/dist/components/Checkbox/src/types.d.ts +5 -0
  108. package/dist/components/Checkbox/styles/_common.d.ts +2 -0
  109. package/dist/components/Checkbox/styles/dark.d.ts +2 -0
  110. package/dist/components/Checkbox/styles/index.d.ts +2 -0
  111. package/dist/components/Checkbox/styles/light.d.ts +2 -0
  112. package/dist/components/CheckboxGroup/index.d.ts +3 -0
  113. package/dist/components/CheckboxGroup/src/CheckboxGroup.vue.d.ts +1267 -0
  114. package/dist/components/CheckboxGroup/src/props.d.ts +60 -0
  115. package/dist/components/CheckboxGroup/src/styles/index.cssr.d.ts +2 -0
  116. package/dist/components/CheckboxGroup/src/types.d.ts +3 -0
  117. package/dist/components/ConfigProvider/ConfigProvider.d.ts +96 -0
  118. package/dist/components/ConfigProvider/index.d.ts +3 -0
  119. package/dist/components/ConfigProvider/props.d.ts +43 -0
  120. package/dist/components/ConfigProvider/types.d.ts +3 -0
  121. package/dist/components/ConfirmTip/index.d.ts +7 -0
  122. package/dist/components/DataTable/index.d.ts +4 -0
  123. package/dist/components/DataTable/src/DataTable.d.ts +14548 -0
  124. package/dist/components/DataTable/src/props.d.ts +2867 -0
  125. package/dist/components/DataTable/src/styles/index.cssr.d.ts +2 -0
  126. package/dist/components/DataTable/src/types.d.ts +8 -0
  127. package/dist/components/DataTable/src/useCssVars.d.ts +8 -0
  128. package/dist/components/DataTable/styles/_common.d.ts +2 -0
  129. package/dist/components/DataTable/styles/dark.d.ts +2 -0
  130. package/dist/components/DataTable/styles/index.d.ts +2 -0
  131. package/dist/components/DataTable/styles/light.d.ts +2 -0
  132. package/dist/components/Dialog/index.d.ts +1 -0
  133. package/dist/components/Dialog/styles/_common.d.ts +2 -0
  134. package/dist/components/Dialog/styles/dark.d.ts +2 -0
  135. package/dist/components/Dialog/styles/index.d.ts +2 -0
  136. package/dist/components/Dialog/styles/light.d.ts +2 -0
  137. package/dist/components/Dropdown/index.d.ts +4 -0
  138. package/dist/components/Dropdown/src/DropDown.d.ts +787 -0
  139. package/dist/components/Dropdown/src/props.d.ts +377 -0
  140. package/dist/components/Dropdown/src/types.d.ts +1 -0
  141. package/dist/components/Dropdown/styles/_common.d.ts +2 -0
  142. package/dist/components/Dropdown/styles/dark.d.ts +2 -0
  143. package/dist/components/Dropdown/styles/index.d.ts +2 -0
  144. package/dist/components/Dropdown/styles/light.d.ts +2 -0
  145. package/dist/components/IconButton/index.d.ts +2 -0
  146. package/dist/components/IconButton/src/index.vue.d.ts +6 -0
  147. package/dist/components/IconButton/src/props.d.ts +7 -0
  148. package/dist/components/Input/index.d.ts +4 -0
  149. package/dist/components/Input/src/Input.d.ts +1073 -0
  150. package/dist/components/Input/src/props.d.ts +323 -0
  151. package/dist/components/Input/src/styles/index.cssr.d.ts +2 -0
  152. package/dist/components/Input/src/types.d.ts +5 -0
  153. package/dist/components/Input/styles/_common.d.ts +2 -0
  154. package/dist/components/Input/styles/dark.d.ts +2 -0
  155. package/dist/components/Input/styles/index.d.ts +2 -0
  156. package/dist/components/Input/styles/light.d.ts +2 -0
  157. package/dist/components/InputGroupLabel/index.d.ts +4 -0
  158. package/dist/components/InputGroupLabel/src/InputGroupLabel.d.ts +487 -0
  159. package/dist/components/InputGroupLabel/src/props.d.ts +242 -0
  160. package/dist/components/InputGroupLabel/src/styles/index.cssr.d.ts +2 -0
  161. package/dist/components/InputGroupLabel/src/types.d.ts +3 -0
  162. package/dist/components/InputGroupLabel/src/useCssVars.d.ts +9 -0
  163. package/dist/components/InputGroupLabel/styles/_common.d.ts +2 -0
  164. package/dist/components/InputGroupLabel/styles/dark.d.ts +4 -0
  165. package/dist/components/InputGroupLabel/styles/index.d.ts +2 -0
  166. package/dist/components/InputGroupLabel/styles/light.d.ts +4 -0
  167. package/dist/components/InputNumber/index.d.ts +4 -0
  168. package/dist/components/InputNumber/src/InputNumber.vue.d.ts +7093 -0
  169. package/dist/components/InputNumber/src/props.d.ts +932 -0
  170. package/dist/components/InputNumber/src/styles/index.cssr.d.ts +2 -0
  171. package/dist/components/InputNumber/src/types.d.ts +5 -0
  172. package/dist/components/InputNumber/src/useCssVars.d.ts +55 -0
  173. package/dist/components/InputNumber/styles/_common.d.ts +2 -0
  174. package/dist/components/InputNumber/styles/dark.d.ts +4 -0
  175. package/dist/components/InputNumber/styles/index.d.ts +2 -0
  176. package/dist/components/InputNumber/styles/light.d.ts +4 -0
  177. package/dist/components/Layout/index.d.ts +4 -0
  178. package/dist/components/Layout/src/Layout.vue.d.ts +49 -0
  179. package/dist/components/Layout/src/WrapContent.vue.d.ts +22 -0
  180. package/dist/components/Layout/src/WrapFooter.vue.d.ts +24 -0
  181. package/dist/components/Layout/src/WrapHeader.vue.d.ts +24 -0
  182. package/dist/components/Layout/src/WrapSidebar.vue.d.ts +24 -0
  183. package/dist/components/Layout/src/WrapTab.vue.d.ts +24 -0
  184. package/dist/components/Layout/src/layoutCssVar.d.ts +2 -0
  185. package/dist/components/Layout/src/options.d.ts +3 -0
  186. package/dist/components/Layout/src/styles/index.cssr.d.ts +5 -0
  187. package/dist/components/Layout/src/type.d.ts +57 -0
  188. package/dist/components/Layout/src/useCssVars.d.ts +12 -0
  189. package/dist/components/Layout/styles/_common.d.ts +2 -0
  190. package/dist/components/Layout/styles/dark.d.ts +2 -0
  191. package/dist/components/Layout/styles/index.d.ts +2 -0
  192. package/dist/components/Layout/styles/light.d.ts +2 -0
  193. package/dist/components/Menu/index.d.ts +4 -0
  194. package/dist/components/Menu/src/Menu.d.ts +2386 -0
  195. package/dist/components/Menu/src/props.d.ts +693 -0
  196. package/dist/components/Menu/src/styles/index.cssr.d.ts +2 -0
  197. package/dist/components/Menu/src/types.d.ts +3 -0
  198. package/dist/components/Menu/src/useCssVars.d.ts +11 -0
  199. package/dist/components/Menu/styles/_common.d.ts +4 -0
  200. package/dist/components/Menu/styles/dark.d.ts +4 -0
  201. package/dist/components/Menu/styles/index.d.ts +2 -0
  202. package/dist/components/Menu/styles/light.d.ts +4 -0
  203. package/dist/components/Modal/index.d.ts +4 -0
  204. package/dist/components/Modal/src/Dialog.d.ts +3464 -0
  205. package/dist/components/Modal/src/props.d.ts +1073 -0
  206. package/dist/components/Modal/src/styles/index.cssr.d.ts +2 -0
  207. package/dist/components/Modal/src/types.d.ts +9 -0
  208. package/dist/components/Modal/styles/_common.d.ts +2 -0
  209. package/dist/components/Modal/styles/dark.d.ts +2 -0
  210. package/dist/components/Modal/styles/index.d.ts +2 -0
  211. package/dist/components/Modal/styles/light.d.ts +2 -0
  212. package/dist/components/Pagination/index.d.ts +4 -0
  213. package/dist/components/Pagination/src/Pagination.d.ts +12665 -0
  214. package/dist/components/Pagination/src/props.d.ts +1272 -0
  215. package/dist/components/Pagination/src/styles/index.cssr.d.ts +2 -0
  216. package/dist/components/Pagination/src/types.d.ts +7 -0
  217. package/dist/components/Pagination/src/useCssVars.d.ts +14 -0
  218. package/dist/components/Pagination/styles/_common.d.ts +4 -0
  219. package/dist/components/Pagination/styles/dark.d.ts +4 -0
  220. package/dist/components/Pagination/styles/index.d.ts +2 -0
  221. package/dist/components/Pagination/styles/light.d.ts +4 -0
  222. package/dist/components/Popconfirm/index.d.ts +4 -0
  223. package/dist/components/Popconfirm/src/Popconfirm.d.ts +3056 -0
  224. package/dist/components/Popconfirm/src/props.d.ts +872 -0
  225. package/dist/components/Popconfirm/src/styles/index.cssr.d.ts +2 -0
  226. package/dist/components/Popconfirm/src/types.d.ts +5 -0
  227. package/dist/components/Popconfirm/src/useCssVars.d.ts +11 -0
  228. package/dist/components/Popconfirm/styles/_common.d.ts +4 -0
  229. package/dist/components/Popconfirm/styles/dark.d.ts +4 -0
  230. package/dist/components/Popconfirm/styles/index.d.ts +2 -0
  231. package/dist/components/Popconfirm/styles/light.d.ts +4 -0
  232. package/dist/components/Popover/index.d.ts +4 -0
  233. package/dist/components/Popover/src/Popover.d.ts +386 -0
  234. package/dist/components/Popover/src/props.d.ts +179 -0
  235. package/dist/components/Popover/src/styles/index.cssr.d.ts +2 -0
  236. package/dist/components/Popover/src/types.d.ts +5 -0
  237. package/dist/components/Popover/styles/_common.d.ts +2 -0
  238. package/dist/components/Popover/styles/dark.d.ts +2 -0
  239. package/dist/components/Popover/styles/index.d.ts +2 -0
  240. package/dist/components/Popover/styles/light.d.ts +2 -0
  241. package/dist/components/Progress/index.d.ts +4 -0
  242. package/dist/components/Progress/src/Progress.d.ts +473 -0
  243. package/dist/components/Progress/src/ProgressCircle.d.ts +7 -0
  244. package/dist/components/Progress/src/ProgressCommon.d.ts +5 -0
  245. package/dist/components/Progress/src/ProgressDashboard.d.ts +4 -0
  246. package/dist/components/Progress/src/ProgressLine.d.ts +4 -0
  247. package/dist/components/Progress/src/props.d.ts +150 -0
  248. package/dist/components/Progress/src/styles/index.cssr.d.ts +2 -0
  249. package/dist/components/Progress/src/types.d.ts +8 -0
  250. package/dist/components/Progress/src/useCssVars.d.ts +21 -0
  251. package/dist/components/Progress/styles/_common.d.ts +4 -0
  252. package/dist/components/Progress/styles/dark.d.ts +4 -0
  253. package/dist/components/Progress/styles/index.d.ts +2 -0
  254. package/dist/components/Progress/styles/light.d.ts +4 -0
  255. package/dist/components/Radio/index.d.ts +4 -0
  256. package/dist/components/Radio/src/Radio.vue.d.ts +835 -0
  257. package/dist/components/Radio/src/props.d.ts +163 -0
  258. package/dist/components/Radio/src/styles/index.cssr.d.ts +2 -0
  259. package/dist/components/Radio/src/types.d.ts +3 -0
  260. package/dist/components/Radio/src/useCssVars.d.ts +10 -0
  261. package/dist/components/Radio/styles/_common.d.ts +4 -0
  262. package/dist/components/Radio/styles/dark.d.ts +4 -0
  263. package/dist/components/Radio/styles/index.d.ts +2 -0
  264. package/dist/components/Radio/styles/light.d.ts +4 -0
  265. package/dist/components/RadioGroup/index.d.ts +3 -0
  266. package/dist/components/RadioGroup/src/RadioGroup.vue.d.ts +1933 -0
  267. package/dist/components/RadioGroup/src/props.d.ts +173 -0
  268. package/dist/components/RadioGroup/src/styles/index.cssr.d.ts +2 -0
  269. package/dist/components/RadioGroup/src/types.d.ts +3 -0
  270. package/dist/components/Slider/index.d.ts +4 -0
  271. package/dist/components/Slider/src/Slider.vue.d.ts +7960 -0
  272. package/dist/components/Slider/src/props.d.ts +158 -0
  273. package/dist/components/Slider/src/styles/index.cssr.d.ts +2 -0
  274. package/dist/components/Slider/src/types.d.ts +3 -0
  275. package/dist/components/Slider/src/useCssVars.d.ts +13 -0
  276. package/dist/components/Slider/styles/_common.d.ts +4 -0
  277. package/dist/components/Slider/styles/dark.d.ts +4 -0
  278. package/dist/components/Slider/styles/index.d.ts +2 -0
  279. package/dist/components/Slider/styles/light.d.ts +4 -0
  280. package/dist/components/Steps/index.d.ts +4 -0
  281. package/dist/components/Steps/src/Steps.d.ts +262 -0
  282. package/dist/components/Steps/src/props.d.ts +130 -0
  283. package/dist/components/Steps/src/styles/index.cssr.d.ts +2 -0
  284. package/dist/components/Steps/src/types.d.ts +3 -0
  285. package/dist/components/Steps/src/useCssVars.d.ts +11 -0
  286. package/dist/components/Steps/styles/_common.d.ts +4 -0
  287. package/dist/components/Steps/styles/dark.d.ts +4 -0
  288. package/dist/components/Steps/styles/index.d.ts +2 -0
  289. package/dist/components/Steps/styles/light.d.ts +4 -0
  290. package/dist/components/SvgIcon/index.d.ts +5 -0
  291. package/dist/components/SvgIcon/src/SvgIcon.vue.d.ts +8 -0
  292. package/dist/components/SvgIcon/src/hook.d.ts +6 -0
  293. package/dist/components/SvgIcon/src/props.d.ts +7 -0
  294. package/dist/components/SvgIcon/src/styles/index.cssr.d.ts +2 -0
  295. package/dist/components/SvgIcon/src/types.d.ts +5 -0
  296. package/dist/components/SvgIcon/types.d.ts +11 -0
  297. package/dist/components/Switch/index.d.ts +4 -0
  298. package/dist/components/Switch/src/Switch.vue.d.ts +854 -0
  299. package/dist/components/Switch/src/props.d.ts +174 -0
  300. package/dist/components/Switch/src/styles/index.cssr.d.ts +2 -0
  301. package/dist/components/Switch/src/types.d.ts +3 -0
  302. package/dist/components/Switch/src/useCssVars.d.ts +10 -0
  303. package/dist/components/Switch/styles/_common.d.ts +4 -0
  304. package/dist/components/Switch/styles/dark.d.ts +4 -0
  305. package/dist/components/Switch/styles/index.d.ts +2 -0
  306. package/dist/components/Switch/styles/light.d.ts +4 -0
  307. package/dist/components/Tabs/index.d.ts +4 -0
  308. package/dist/components/Tabs/src/Tabs.vue.d.ts +1898 -0
  309. package/dist/components/Tabs/src/props.d.ts +327 -0
  310. package/dist/components/Tabs/src/styles/index.cssr.d.ts +2 -0
  311. package/dist/components/Tabs/src/types.d.ts +5 -0
  312. package/dist/components/Tabs/src/useCssVars.d.ts +49 -0
  313. package/dist/components/Tabs/styles/_common.d.ts +4 -0
  314. package/dist/components/Tabs/styles/dark.d.ts +4 -0
  315. package/dist/components/Tabs/styles/index.d.ts +2 -0
  316. package/dist/components/Tabs/styles/light.d.ts +4 -0
  317. package/dist/components/Tag/index.d.ts +4 -0
  318. package/dist/components/Tag/src/Tag.vue.d.ts +1685 -0
  319. package/dist/components/Tag/src/props.d.ts +310 -0
  320. package/dist/components/Tag/src/styles/index.cssr.d.ts +2 -0
  321. package/dist/components/Tag/src/types.d.ts +3 -0
  322. package/dist/components/Tag/src/useCssVars.d.ts +8 -0
  323. package/dist/components/Tag/styles/_common.d.ts +4 -0
  324. package/dist/components/Tag/styles/dark.d.ts +4 -0
  325. package/dist/components/Tag/styles/index.d.ts +2 -0
  326. package/dist/components/Tag/styles/light.d.ts +4 -0
  327. package/dist/components/Tooltip/index.d.ts +4 -0
  328. package/dist/components/Tooltip/src/Tooltip.d.ts +430 -0
  329. package/dist/components/Tooltip/src/props.d.ts +201 -0
  330. package/dist/components/Tooltip/src/styles/index.cssr.d.ts +2 -0
  331. package/dist/components/Tooltip/src/types.d.ts +5 -0
  332. package/dist/components/Tooltip/styles/_common.d.ts +2 -0
  333. package/dist/components/Tooltip/styles/dark.d.ts +2 -0
  334. package/dist/components/Tooltip/styles/index.d.ts +2 -0
  335. package/dist/components/Tooltip/styles/light.d.ts +2 -0
  336. package/dist/components/Transfer/index.d.ts +4 -0
  337. package/dist/components/Transfer/src/Transfer.d.ts +2367 -0
  338. package/dist/components/Transfer/src/Transfer1.d.ts +2367 -0
  339. package/dist/components/Transfer/src/props.d.ts +1180 -0
  340. package/dist/components/Transfer/src/styles/index.cssr.d.ts +2 -0
  341. package/dist/components/Transfer/src/styles/index.cssr1.d.ts +2 -0
  342. package/dist/components/Transfer/src/types.d.ts +3 -0
  343. package/dist/components/Transfer/src/useCssVars.d.ts +12 -0
  344. package/dist/components/Transfer/styles/_common.d.ts +4 -0
  345. package/dist/components/Transfer/styles/dark.d.ts +4 -0
  346. package/dist/components/Transfer/styles/index.d.ts +2 -0
  347. package/dist/components/Transfer/styles/light.d.ts +4 -0
  348. package/dist/components/Tree/index.d.ts +4 -0
  349. package/dist/components/Tree/src/Tree.d.ts +767 -0
  350. package/dist/components/Tree/src/props.d.ts +362 -0
  351. package/dist/components/Tree/src/styles/index.cssr.d.ts +2 -0
  352. package/dist/components/Tree/src/types.d.ts +5 -0
  353. package/dist/components/Tree/styles/_common.d.ts +2 -0
  354. package/dist/components/Tree/styles/dark.d.ts +2 -0
  355. package/dist/components/Tree/styles/index.d.ts +2 -0
  356. package/dist/components/Tree/styles/light.d.ts +2 -0
  357. package/dist/components/TreeSelect/index.d.ts +4 -0
  358. package/dist/components/TreeSelect/src/TreeSelect.d.ts +1378 -0
  359. package/dist/components/TreeSelect/src/props.d.ts +673 -0
  360. package/dist/components/TreeSelect/src/styles/index.cssr.d.ts +2 -0
  361. package/dist/components/TreeSelect/src/types.d.ts +5 -0
  362. package/dist/components/TreeSelect/styles/_common.d.ts +2 -0
  363. package/dist/components/TreeSelect/styles/dark.d.ts +2 -0
  364. package/dist/components/TreeSelect/styles/index.d.ts +2 -0
  365. package/dist/components/TreeSelect/styles/light.d.ts +2 -0
  366. package/dist/components/index.d.ts +37 -0
  367. package/dist/components/select/index.d.ts +4 -0
  368. package/dist/components/select/src/Select.d.ts +2717 -0
  369. package/dist/components/select/src/props.d.ts +593 -0
  370. package/dist/components/select/src/styles/index.cssr.d.ts +2 -0
  371. package/dist/components/select/src/types.d.ts +5 -0
  372. package/dist/components/select/src/useCssVars.d.ts +13 -0
  373. package/dist/components/select/styles/_common.d.ts +4 -0
  374. package/dist/components/select/styles/dark.d.ts +4 -0
  375. package/dist/components/select/styles/index.d.ts +2 -0
  376. package/dist/components/select/styles/light.d.ts +4 -0
  377. package/dist/config/index.d.ts +2 -0
  378. package/dist/config/themes/dark.d.ts +2 -0
  379. package/dist/config/themes/index.d.ts +2 -0
  380. package/dist/config/themes/light.d.ts +2 -0
  381. package/dist/config/themesExtend/dark.d.ts +2 -0
  382. package/dist/config/themesExtend/index.d.ts +2 -0
  383. package/dist/config/themesExtend/light.d.ts +2 -0
  384. package/dist/index.d.ts +10 -0
  385. package/dist/styles/index.d.ts +1 -0
  386. package/dist/styles/vars/Base/dark.d.ts +3 -0
  387. package/dist/styles/vars/Base/index.d.ts +3 -0
  388. package/dist/styles/vars/Base/light.d.ts +59 -0
  389. package/dist/styles/vars/colors/dark.d.ts +3 -0
  390. package/dist/styles/vars/colors/index.d.ts +3 -0
  391. package/dist/styles/vars/colors/light.d.ts +26 -0
  392. package/dist/styles/vars/index.d.ts +2 -0
  393. package/package.json +69 -0
@@ -0,0 +1,674 @@
1
+ import { PropType, VNode } from 'vue';
2
+ export type Size = "tiny" | "small" | "medium" | "large";
3
+ export declare const bodenButtonProps: {
4
+ readonly focusable: {
5
+ readonly type: BooleanConstructor;
6
+ readonly default: false;
7
+ };
8
+ readonly content: StringConstructor;
9
+ readonly icon: {
10
+ readonly type: PropType<string | (() => VNode)>;
11
+ readonly default: "";
12
+ };
13
+ readonly iconSize: NumberConstructor;
14
+ readonly size: {
15
+ readonly type: PropType<Size>;
16
+ readonly default: "medium";
17
+ };
18
+ readonly color: StringConstructor;
19
+ readonly textColor: StringConstructor;
20
+ readonly text: BooleanConstructor;
21
+ readonly block: BooleanConstructor;
22
+ readonly loading: BooleanConstructor;
23
+ readonly disabled: BooleanConstructor;
24
+ readonly circle: BooleanConstructor;
25
+ readonly ghost: BooleanConstructor;
26
+ readonly round: BooleanConstructor;
27
+ readonly secondary: BooleanConstructor;
28
+ readonly tertiary: BooleanConstructor;
29
+ readonly quaternary: BooleanConstructor;
30
+ readonly strong: BooleanConstructor;
31
+ readonly keyboard: {
32
+ readonly type: BooleanConstructor;
33
+ readonly default: true;
34
+ };
35
+ readonly tag: {
36
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
37
+ readonly default: "button";
38
+ };
39
+ readonly type: {
40
+ readonly type: PropType<import('naive-ui/es/button/src/interface').Type>;
41
+ readonly default: "default";
42
+ };
43
+ readonly dashed: BooleanConstructor;
44
+ readonly renderIcon: PropType<() => import('vue').VNodeChild>;
45
+ readonly iconPlacement: {
46
+ readonly type: PropType<"left" | "right">;
47
+ readonly default: "left";
48
+ };
49
+ readonly attrType: {
50
+ readonly type: PropType<"button" | "submit" | "reset">;
51
+ readonly default: "button";
52
+ };
53
+ readonly bordered: {
54
+ readonly type: BooleanConstructor;
55
+ readonly default: true;
56
+ };
57
+ readonly onClick: PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
58
+ readonly nativeFocusBehavior: {
59
+ readonly type: BooleanConstructor;
60
+ readonly default: boolean;
61
+ };
62
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Button", {
63
+ heightTiny: string;
64
+ heightSmall: string;
65
+ heightMedium: string;
66
+ heightLarge: string;
67
+ borderRadiusTiny: string;
68
+ borderRadiusSmall: string;
69
+ borderRadiusMedium: string;
70
+ borderRadiusLarge: string;
71
+ fontSizeTiny: string;
72
+ fontSizeSmall: string;
73
+ fontSizeMedium: string;
74
+ fontSizeLarge: string;
75
+ opacityDisabled: string;
76
+ colorOpacitySecondary: string;
77
+ colorOpacitySecondaryHover: string;
78
+ colorOpacitySecondaryPressed: string;
79
+ colorSecondary: string;
80
+ colorSecondaryHover: string;
81
+ colorSecondaryPressed: string;
82
+ colorTertiary: string;
83
+ colorTertiaryHover: string;
84
+ colorTertiaryPressed: string;
85
+ colorQuaternary: string;
86
+ colorQuaternaryHover: string;
87
+ colorQuaternaryPressed: string;
88
+ color: string;
89
+ colorHover: string;
90
+ colorPressed: string;
91
+ colorFocus: string;
92
+ colorDisabled: string;
93
+ textColor: string;
94
+ textColorTertiary: string;
95
+ textColorHover: string;
96
+ textColorPressed: string;
97
+ textColorFocus: string;
98
+ textColorDisabled: string;
99
+ textColorText: string;
100
+ textColorTextHover: string;
101
+ textColorTextPressed: string;
102
+ textColorTextFocus: string;
103
+ textColorTextDisabled: string;
104
+ textColorGhost: string;
105
+ textColorGhostHover: string;
106
+ textColorGhostPressed: string;
107
+ textColorGhostFocus: string;
108
+ textColorGhostDisabled: string;
109
+ border: string;
110
+ borderHover: string;
111
+ borderPressed: string;
112
+ borderFocus: string;
113
+ borderDisabled: string;
114
+ rippleColor: string;
115
+ colorPrimary: string;
116
+ colorHoverPrimary: string;
117
+ colorPressedPrimary: string;
118
+ colorFocusPrimary: string;
119
+ colorDisabledPrimary: string;
120
+ textColorPrimary: string;
121
+ textColorHoverPrimary: string;
122
+ textColorPressedPrimary: string;
123
+ textColorFocusPrimary: string;
124
+ textColorDisabledPrimary: string;
125
+ textColorTextPrimary: string;
126
+ textColorTextHoverPrimary: string;
127
+ textColorTextPressedPrimary: string;
128
+ textColorTextFocusPrimary: string;
129
+ textColorTextDisabledPrimary: string;
130
+ textColorGhostPrimary: string;
131
+ textColorGhostHoverPrimary: string;
132
+ textColorGhostPressedPrimary: string;
133
+ textColorGhostFocusPrimary: string;
134
+ textColorGhostDisabledPrimary: string;
135
+ borderPrimary: string;
136
+ borderHoverPrimary: string;
137
+ borderPressedPrimary: string;
138
+ borderFocusPrimary: string;
139
+ borderDisabledPrimary: string;
140
+ rippleColorPrimary: string;
141
+ colorInfo: string;
142
+ colorHoverInfo: string;
143
+ colorPressedInfo: string;
144
+ colorFocusInfo: string;
145
+ colorDisabledInfo: string;
146
+ textColorInfo: string;
147
+ textColorHoverInfo: string;
148
+ textColorPressedInfo: string;
149
+ textColorFocusInfo: string;
150
+ textColorDisabledInfo: string;
151
+ textColorTextInfo: string;
152
+ textColorTextHoverInfo: string;
153
+ textColorTextPressedInfo: string;
154
+ textColorTextFocusInfo: string;
155
+ textColorTextDisabledInfo: string;
156
+ textColorGhostInfo: string;
157
+ textColorGhostHoverInfo: string;
158
+ textColorGhostPressedInfo: string;
159
+ textColorGhostFocusInfo: string;
160
+ textColorGhostDisabledInfo: string;
161
+ borderInfo: string;
162
+ borderHoverInfo: string;
163
+ borderPressedInfo: string;
164
+ borderFocusInfo: string;
165
+ borderDisabledInfo: string;
166
+ rippleColorInfo: string;
167
+ colorSuccess: string;
168
+ colorHoverSuccess: string;
169
+ colorPressedSuccess: string;
170
+ colorFocusSuccess: string;
171
+ colorDisabledSuccess: string;
172
+ textColorSuccess: string;
173
+ textColorHoverSuccess: string;
174
+ textColorPressedSuccess: string;
175
+ textColorFocusSuccess: string;
176
+ textColorDisabledSuccess: string;
177
+ textColorTextSuccess: string;
178
+ textColorTextHoverSuccess: string;
179
+ textColorTextPressedSuccess: string;
180
+ textColorTextFocusSuccess: string;
181
+ textColorTextDisabledSuccess: string;
182
+ textColorGhostSuccess: string;
183
+ textColorGhostHoverSuccess: string;
184
+ textColorGhostPressedSuccess: string;
185
+ textColorGhostFocusSuccess: string;
186
+ textColorGhostDisabledSuccess: string;
187
+ borderSuccess: string;
188
+ borderHoverSuccess: string;
189
+ borderPressedSuccess: string;
190
+ borderFocusSuccess: string;
191
+ borderDisabledSuccess: string;
192
+ rippleColorSuccess: string;
193
+ colorWarning: string;
194
+ colorHoverWarning: string;
195
+ colorPressedWarning: string;
196
+ colorFocusWarning: string;
197
+ colorDisabledWarning: string;
198
+ textColorWarning: string;
199
+ textColorHoverWarning: string;
200
+ textColorPressedWarning: string;
201
+ textColorFocusWarning: string;
202
+ textColorDisabledWarning: string;
203
+ textColorTextWarning: string;
204
+ textColorTextHoverWarning: string;
205
+ textColorTextPressedWarning: string;
206
+ textColorTextFocusWarning: string;
207
+ textColorTextDisabledWarning: string;
208
+ textColorGhostWarning: string;
209
+ textColorGhostHoverWarning: string;
210
+ textColorGhostPressedWarning: string;
211
+ textColorGhostFocusWarning: string;
212
+ textColorGhostDisabledWarning: string;
213
+ borderWarning: string;
214
+ borderHoverWarning: string;
215
+ borderPressedWarning: string;
216
+ borderFocusWarning: string;
217
+ borderDisabledWarning: string;
218
+ rippleColorWarning: string;
219
+ colorError: string;
220
+ colorHoverError: string;
221
+ colorPressedError: string;
222
+ colorFocusError: string;
223
+ colorDisabledError: string;
224
+ textColorError: string;
225
+ textColorHoverError: string;
226
+ textColorPressedError: string;
227
+ textColorFocusError: string;
228
+ textColorDisabledError: string;
229
+ textColorTextError: string;
230
+ textColorTextHoverError: string;
231
+ textColorTextPressedError: string;
232
+ textColorTextFocusError: string;
233
+ textColorTextDisabledError: string;
234
+ textColorGhostError: string;
235
+ textColorGhostHoverError: string;
236
+ textColorGhostPressedError: string;
237
+ textColorGhostFocusError: string;
238
+ textColorGhostDisabledError: string;
239
+ borderError: string;
240
+ borderHoverError: string;
241
+ borderPressedError: string;
242
+ borderFocusError: string;
243
+ borderDisabledError: string;
244
+ rippleColorError: string;
245
+ waveOpacity: string;
246
+ fontWeight: string;
247
+ fontWeightStrong: string;
248
+ paddingTiny: string;
249
+ paddingSmall: string;
250
+ paddingMedium: string;
251
+ paddingLarge: string;
252
+ paddingRoundTiny: string;
253
+ paddingRoundSmall: string;
254
+ paddingRoundMedium: string;
255
+ paddingRoundLarge: string;
256
+ iconMarginTiny: string;
257
+ iconMarginSmall: string;
258
+ iconMarginMedium: string;
259
+ iconMarginLarge: string;
260
+ iconSizeTiny: string;
261
+ iconSizeSmall: string;
262
+ iconSizeMedium: string;
263
+ iconSizeLarge: string;
264
+ rippleDuration: string;
265
+ }, any>>;
266
+ readonly themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
267
+ heightTiny: string;
268
+ heightSmall: string;
269
+ heightMedium: string;
270
+ heightLarge: string;
271
+ borderRadiusTiny: string;
272
+ borderRadiusSmall: string;
273
+ borderRadiusMedium: string;
274
+ borderRadiusLarge: string;
275
+ fontSizeTiny: string;
276
+ fontSizeSmall: string;
277
+ fontSizeMedium: string;
278
+ fontSizeLarge: string;
279
+ opacityDisabled: string;
280
+ colorOpacitySecondary: string;
281
+ colorOpacitySecondaryHover: string;
282
+ colorOpacitySecondaryPressed: string;
283
+ colorSecondary: string;
284
+ colorSecondaryHover: string;
285
+ colorSecondaryPressed: string;
286
+ colorTertiary: string;
287
+ colorTertiaryHover: string;
288
+ colorTertiaryPressed: string;
289
+ colorQuaternary: string;
290
+ colorQuaternaryHover: string;
291
+ colorQuaternaryPressed: string;
292
+ color: string;
293
+ colorHover: string;
294
+ colorPressed: string;
295
+ colorFocus: string;
296
+ colorDisabled: string;
297
+ textColor: string;
298
+ textColorTertiary: string;
299
+ textColorHover: string;
300
+ textColorPressed: string;
301
+ textColorFocus: string;
302
+ textColorDisabled: string;
303
+ textColorText: string;
304
+ textColorTextHover: string;
305
+ textColorTextPressed: string;
306
+ textColorTextFocus: string;
307
+ textColorTextDisabled: string;
308
+ textColorGhost: string;
309
+ textColorGhostHover: string;
310
+ textColorGhostPressed: string;
311
+ textColorGhostFocus: string;
312
+ textColorGhostDisabled: string;
313
+ border: string;
314
+ borderHover: string;
315
+ borderPressed: string;
316
+ borderFocus: string;
317
+ borderDisabled: string;
318
+ rippleColor: string;
319
+ colorPrimary: string;
320
+ colorHoverPrimary: string;
321
+ colorPressedPrimary: string;
322
+ colorFocusPrimary: string;
323
+ colorDisabledPrimary: string;
324
+ textColorPrimary: string;
325
+ textColorHoverPrimary: string;
326
+ textColorPressedPrimary: string;
327
+ textColorFocusPrimary: string;
328
+ textColorDisabledPrimary: string;
329
+ textColorTextPrimary: string;
330
+ textColorTextHoverPrimary: string;
331
+ textColorTextPressedPrimary: string;
332
+ textColorTextFocusPrimary: string;
333
+ textColorTextDisabledPrimary: string;
334
+ textColorGhostPrimary: string;
335
+ textColorGhostHoverPrimary: string;
336
+ textColorGhostPressedPrimary: string;
337
+ textColorGhostFocusPrimary: string;
338
+ textColorGhostDisabledPrimary: string;
339
+ borderPrimary: string;
340
+ borderHoverPrimary: string;
341
+ borderPressedPrimary: string;
342
+ borderFocusPrimary: string;
343
+ borderDisabledPrimary: string;
344
+ rippleColorPrimary: string;
345
+ colorInfo: string;
346
+ colorHoverInfo: string;
347
+ colorPressedInfo: string;
348
+ colorFocusInfo: string;
349
+ colorDisabledInfo: string;
350
+ textColorInfo: string;
351
+ textColorHoverInfo: string;
352
+ textColorPressedInfo: string;
353
+ textColorFocusInfo: string;
354
+ textColorDisabledInfo: string;
355
+ textColorTextInfo: string;
356
+ textColorTextHoverInfo: string;
357
+ textColorTextPressedInfo: string;
358
+ textColorTextFocusInfo: string;
359
+ textColorTextDisabledInfo: string;
360
+ textColorGhostInfo: string;
361
+ textColorGhostHoverInfo: string;
362
+ textColorGhostPressedInfo: string;
363
+ textColorGhostFocusInfo: string;
364
+ textColorGhostDisabledInfo: string;
365
+ borderInfo: string;
366
+ borderHoverInfo: string;
367
+ borderPressedInfo: string;
368
+ borderFocusInfo: string;
369
+ borderDisabledInfo: string;
370
+ rippleColorInfo: string;
371
+ colorSuccess: string;
372
+ colorHoverSuccess: string;
373
+ colorPressedSuccess: string;
374
+ colorFocusSuccess: string;
375
+ colorDisabledSuccess: string;
376
+ textColorSuccess: string;
377
+ textColorHoverSuccess: string;
378
+ textColorPressedSuccess: string;
379
+ textColorFocusSuccess: string;
380
+ textColorDisabledSuccess: string;
381
+ textColorTextSuccess: string;
382
+ textColorTextHoverSuccess: string;
383
+ textColorTextPressedSuccess: string;
384
+ textColorTextFocusSuccess: string;
385
+ textColorTextDisabledSuccess: string;
386
+ textColorGhostSuccess: string;
387
+ textColorGhostHoverSuccess: string;
388
+ textColorGhostPressedSuccess: string;
389
+ textColorGhostFocusSuccess: string;
390
+ textColorGhostDisabledSuccess: string;
391
+ borderSuccess: string;
392
+ borderHoverSuccess: string;
393
+ borderPressedSuccess: string;
394
+ borderFocusSuccess: string;
395
+ borderDisabledSuccess: string;
396
+ rippleColorSuccess: string;
397
+ colorWarning: string;
398
+ colorHoverWarning: string;
399
+ colorPressedWarning: string;
400
+ colorFocusWarning: string;
401
+ colorDisabledWarning: string;
402
+ textColorWarning: string;
403
+ textColorHoverWarning: string;
404
+ textColorPressedWarning: string;
405
+ textColorFocusWarning: string;
406
+ textColorDisabledWarning: string;
407
+ textColorTextWarning: string;
408
+ textColorTextHoverWarning: string;
409
+ textColorTextPressedWarning: string;
410
+ textColorTextFocusWarning: string;
411
+ textColorTextDisabledWarning: string;
412
+ textColorGhostWarning: string;
413
+ textColorGhostHoverWarning: string;
414
+ textColorGhostPressedWarning: string;
415
+ textColorGhostFocusWarning: string;
416
+ textColorGhostDisabledWarning: string;
417
+ borderWarning: string;
418
+ borderHoverWarning: string;
419
+ borderPressedWarning: string;
420
+ borderFocusWarning: string;
421
+ borderDisabledWarning: string;
422
+ rippleColorWarning: string;
423
+ colorError: string;
424
+ colorHoverError: string;
425
+ colorPressedError: string;
426
+ colorFocusError: string;
427
+ colorDisabledError: string;
428
+ textColorError: string;
429
+ textColorHoverError: string;
430
+ textColorPressedError: string;
431
+ textColorFocusError: string;
432
+ textColorDisabledError: string;
433
+ textColorTextError: string;
434
+ textColorTextHoverError: string;
435
+ textColorTextPressedError: string;
436
+ textColorTextFocusError: string;
437
+ textColorTextDisabledError: string;
438
+ textColorGhostError: string;
439
+ textColorGhostHoverError: string;
440
+ textColorGhostPressedError: string;
441
+ textColorGhostFocusError: string;
442
+ textColorGhostDisabledError: string;
443
+ borderError: string;
444
+ borderHoverError: string;
445
+ borderPressedError: string;
446
+ borderFocusError: string;
447
+ borderDisabledError: string;
448
+ rippleColorError: string;
449
+ waveOpacity: string;
450
+ fontWeight: string;
451
+ fontWeightStrong: string;
452
+ paddingTiny: string;
453
+ paddingSmall: string;
454
+ paddingMedium: string;
455
+ paddingLarge: string;
456
+ paddingRoundTiny: string;
457
+ paddingRoundSmall: string;
458
+ paddingRoundMedium: string;
459
+ paddingRoundLarge: string;
460
+ iconMarginTiny: string;
461
+ iconMarginSmall: string;
462
+ iconMarginMedium: string;
463
+ iconMarginLarge: string;
464
+ iconSizeTiny: string;
465
+ iconSizeSmall: string;
466
+ iconSizeMedium: string;
467
+ iconSizeLarge: string;
468
+ rippleDuration: string;
469
+ }, any>>>;
470
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
471
+ heightTiny: string;
472
+ heightSmall: string;
473
+ heightMedium: string;
474
+ heightLarge: string;
475
+ borderRadiusTiny: string;
476
+ borderRadiusSmall: string;
477
+ borderRadiusMedium: string;
478
+ borderRadiusLarge: string;
479
+ fontSizeTiny: string;
480
+ fontSizeSmall: string;
481
+ fontSizeMedium: string;
482
+ fontSizeLarge: string;
483
+ opacityDisabled: string;
484
+ colorOpacitySecondary: string;
485
+ colorOpacitySecondaryHover: string;
486
+ colorOpacitySecondaryPressed: string;
487
+ colorSecondary: string;
488
+ colorSecondaryHover: string;
489
+ colorSecondaryPressed: string;
490
+ colorTertiary: string;
491
+ colorTertiaryHover: string;
492
+ colorTertiaryPressed: string;
493
+ colorQuaternary: string;
494
+ colorQuaternaryHover: string;
495
+ colorQuaternaryPressed: string;
496
+ color: string;
497
+ colorHover: string;
498
+ colorPressed: string;
499
+ colorFocus: string;
500
+ colorDisabled: string;
501
+ textColor: string;
502
+ textColorTertiary: string;
503
+ textColorHover: string;
504
+ textColorPressed: string;
505
+ textColorFocus: string;
506
+ textColorDisabled: string;
507
+ textColorText: string;
508
+ textColorTextHover: string;
509
+ textColorTextPressed: string;
510
+ textColorTextFocus: string;
511
+ textColorTextDisabled: string;
512
+ textColorGhost: string;
513
+ textColorGhostHover: string;
514
+ textColorGhostPressed: string;
515
+ textColorGhostFocus: string;
516
+ textColorGhostDisabled: string;
517
+ border: string;
518
+ borderHover: string;
519
+ borderPressed: string;
520
+ borderFocus: string;
521
+ borderDisabled: string;
522
+ rippleColor: string;
523
+ colorPrimary: string;
524
+ colorHoverPrimary: string;
525
+ colorPressedPrimary: string;
526
+ colorFocusPrimary: string;
527
+ colorDisabledPrimary: string;
528
+ textColorPrimary: string;
529
+ textColorHoverPrimary: string;
530
+ textColorPressedPrimary: string;
531
+ textColorFocusPrimary: string;
532
+ textColorDisabledPrimary: string;
533
+ textColorTextPrimary: string;
534
+ textColorTextHoverPrimary: string;
535
+ textColorTextPressedPrimary: string;
536
+ textColorTextFocusPrimary: string;
537
+ textColorTextDisabledPrimary: string;
538
+ textColorGhostPrimary: string;
539
+ textColorGhostHoverPrimary: string;
540
+ textColorGhostPressedPrimary: string;
541
+ textColorGhostFocusPrimary: string;
542
+ textColorGhostDisabledPrimary: string;
543
+ borderPrimary: string;
544
+ borderHoverPrimary: string;
545
+ borderPressedPrimary: string;
546
+ borderFocusPrimary: string;
547
+ borderDisabledPrimary: string;
548
+ rippleColorPrimary: string;
549
+ colorInfo: string;
550
+ colorHoverInfo: string;
551
+ colorPressedInfo: string;
552
+ colorFocusInfo: string;
553
+ colorDisabledInfo: string;
554
+ textColorInfo: string;
555
+ textColorHoverInfo: string;
556
+ textColorPressedInfo: string;
557
+ textColorFocusInfo: string;
558
+ textColorDisabledInfo: string;
559
+ textColorTextInfo: string;
560
+ textColorTextHoverInfo: string;
561
+ textColorTextPressedInfo: string;
562
+ textColorTextFocusInfo: string;
563
+ textColorTextDisabledInfo: string;
564
+ textColorGhostInfo: string;
565
+ textColorGhostHoverInfo: string;
566
+ textColorGhostPressedInfo: string;
567
+ textColorGhostFocusInfo: string;
568
+ textColorGhostDisabledInfo: string;
569
+ borderInfo: string;
570
+ borderHoverInfo: string;
571
+ borderPressedInfo: string;
572
+ borderFocusInfo: string;
573
+ borderDisabledInfo: string;
574
+ rippleColorInfo: string;
575
+ colorSuccess: string;
576
+ colorHoverSuccess: string;
577
+ colorPressedSuccess: string;
578
+ colorFocusSuccess: string;
579
+ colorDisabledSuccess: string;
580
+ textColorSuccess: string;
581
+ textColorHoverSuccess: string;
582
+ textColorPressedSuccess: string;
583
+ textColorFocusSuccess: string;
584
+ textColorDisabledSuccess: string;
585
+ textColorTextSuccess: string;
586
+ textColorTextHoverSuccess: string;
587
+ textColorTextPressedSuccess: string;
588
+ textColorTextFocusSuccess: string;
589
+ textColorTextDisabledSuccess: string;
590
+ textColorGhostSuccess: string;
591
+ textColorGhostHoverSuccess: string;
592
+ textColorGhostPressedSuccess: string;
593
+ textColorGhostFocusSuccess: string;
594
+ textColorGhostDisabledSuccess: string;
595
+ borderSuccess: string;
596
+ borderHoverSuccess: string;
597
+ borderPressedSuccess: string;
598
+ borderFocusSuccess: string;
599
+ borderDisabledSuccess: string;
600
+ rippleColorSuccess: string;
601
+ colorWarning: string;
602
+ colorHoverWarning: string;
603
+ colorPressedWarning: string;
604
+ colorFocusWarning: string;
605
+ colorDisabledWarning: string;
606
+ textColorWarning: string;
607
+ textColorHoverWarning: string;
608
+ textColorPressedWarning: string;
609
+ textColorFocusWarning: string;
610
+ textColorDisabledWarning: string;
611
+ textColorTextWarning: string;
612
+ textColorTextHoverWarning: string;
613
+ textColorTextPressedWarning: string;
614
+ textColorTextFocusWarning: string;
615
+ textColorTextDisabledWarning: string;
616
+ textColorGhostWarning: string;
617
+ textColorGhostHoverWarning: string;
618
+ textColorGhostPressedWarning: string;
619
+ textColorGhostFocusWarning: string;
620
+ textColorGhostDisabledWarning: string;
621
+ borderWarning: string;
622
+ borderHoverWarning: string;
623
+ borderPressedWarning: string;
624
+ borderFocusWarning: string;
625
+ borderDisabledWarning: string;
626
+ rippleColorWarning: string;
627
+ colorError: string;
628
+ colorHoverError: string;
629
+ colorPressedError: string;
630
+ colorFocusError: string;
631
+ colorDisabledError: string;
632
+ textColorError: string;
633
+ textColorHoverError: string;
634
+ textColorPressedError: string;
635
+ textColorFocusError: string;
636
+ textColorDisabledError: string;
637
+ textColorTextError: string;
638
+ textColorTextHoverError: string;
639
+ textColorTextPressedError: string;
640
+ textColorTextFocusError: string;
641
+ textColorTextDisabledError: string;
642
+ textColorGhostError: string;
643
+ textColorGhostHoverError: string;
644
+ textColorGhostPressedError: string;
645
+ textColorGhostFocusError: string;
646
+ textColorGhostDisabledError: string;
647
+ borderError: string;
648
+ borderHoverError: string;
649
+ borderPressedError: string;
650
+ borderFocusError: string;
651
+ borderDisabledError: string;
652
+ rippleColorError: string;
653
+ waveOpacity: string;
654
+ fontWeight: string;
655
+ fontWeightStrong: string;
656
+ paddingTiny: string;
657
+ paddingSmall: string;
658
+ paddingMedium: string;
659
+ paddingLarge: string;
660
+ paddingRoundTiny: string;
661
+ paddingRoundSmall: string;
662
+ paddingRoundMedium: string;
663
+ paddingRoundLarge: string;
664
+ iconMarginTiny: string;
665
+ iconMarginSmall: string;
666
+ iconMarginMedium: string;
667
+ iconMarginLarge: string;
668
+ iconSizeTiny: string;
669
+ iconSizeSmall: string;
670
+ iconSizeMedium: string;
671
+ iconSizeLarge: string;
672
+ rippleDuration: string;
673
+ }, any>>>;
674
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('css-render').CNode;
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { ExtractPublicPropTypes } from 'vue';
2
+ import { bodenButtonProps } from './props';
3
+ export type BodenButtonProps = ExtractPublicPropTypes<typeof bodenButtonProps>;
@@ -0,0 +1,7 @@
1
+ import { BodenButtonProps } from './types';
2
+ import { Size } from './props';
3
+ export default function useCssVarsHook(themeOverrides: any, props: BodenButtonProps, size: Size): {
4
+ cssVarsRef: import('vue').ComputedRef<{
5
+ "--n-icon-size": any;
6
+ }>;
7
+ };
@@ -0,0 +1,2 @@
1
+ import { ButtonProps } from 'naive-ui';
2
+ export declare const BodenButtonCommon: ButtonProps["themeOverrides"];
@@ -0,0 +1,2 @@
1
+ import { ButtonProps } from 'naive-ui';
2
+ export declare const BodenButtonDark: ButtonProps["themeOverrides"];
@@ -0,0 +1,2 @@
1
+ export { BodenButtonLight } from './light';
2
+ export { BodenButtonDark } from './dark';