@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,1369 @@
1
+ import { SlotsType } from 'vue';
2
+ import { ButtonSlots } from 'naive-ui';
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ readonly focusable: {
5
+ readonly type: BooleanConstructor;
6
+ readonly default: false;
7
+ };
8
+ readonly content: StringConstructor;
9
+ readonly icon: {
10
+ readonly type: import('vue').PropType<string | (() => import('vue').VNode)>;
11
+ readonly default: "";
12
+ };
13
+ readonly iconSize: NumberConstructor;
14
+ readonly size: {
15
+ readonly type: import('vue').PropType<import('./props').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: import('vue').PropType<keyof HTMLElementTagNameMap>;
37
+ readonly default: "button";
38
+ };
39
+ readonly type: {
40
+ readonly type: import('vue').PropType<import('naive-ui/es/button/src/interface').Type>;
41
+ readonly default: "default";
42
+ };
43
+ readonly dashed: BooleanConstructor;
44
+ readonly renderIcon: import('vue').PropType<() => import('vue').VNodeChild>;
45
+ readonly iconPlacement: {
46
+ readonly type: import('vue').PropType<"left" | "right">;
47
+ readonly default: "left";
48
+ };
49
+ readonly attrType: {
50
+ readonly type: import('vue').PropType<"button" | "submit" | "reset">;
51
+ readonly default: "button";
52
+ };
53
+ readonly bordered: {
54
+ readonly type: BooleanConstructor;
55
+ readonly default: true;
56
+ };
57
+ readonly onClick: import('vue').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: import('vue').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: import('vue').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: import('vue').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
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
675
+ readonly focusable: {
676
+ readonly type: BooleanConstructor;
677
+ readonly default: false;
678
+ };
679
+ readonly content: StringConstructor;
680
+ readonly icon: {
681
+ readonly type: import('vue').PropType<string | (() => import('vue').VNode)>;
682
+ readonly default: "";
683
+ };
684
+ readonly iconSize: NumberConstructor;
685
+ readonly size: {
686
+ readonly type: import('vue').PropType<import('./props').Size>;
687
+ readonly default: "medium";
688
+ };
689
+ readonly color: StringConstructor;
690
+ readonly textColor: StringConstructor;
691
+ readonly text: BooleanConstructor;
692
+ readonly block: BooleanConstructor;
693
+ readonly loading: BooleanConstructor;
694
+ readonly disabled: BooleanConstructor;
695
+ readonly circle: BooleanConstructor;
696
+ readonly ghost: BooleanConstructor;
697
+ readonly round: BooleanConstructor;
698
+ readonly secondary: BooleanConstructor;
699
+ readonly tertiary: BooleanConstructor;
700
+ readonly quaternary: BooleanConstructor;
701
+ readonly strong: BooleanConstructor;
702
+ readonly keyboard: {
703
+ readonly type: BooleanConstructor;
704
+ readonly default: true;
705
+ };
706
+ readonly tag: {
707
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
708
+ readonly default: "button";
709
+ };
710
+ readonly type: {
711
+ readonly type: import('vue').PropType<import('naive-ui/es/button/src/interface').Type>;
712
+ readonly default: "default";
713
+ };
714
+ readonly dashed: BooleanConstructor;
715
+ readonly renderIcon: import('vue').PropType<() => import('vue').VNodeChild>;
716
+ readonly iconPlacement: {
717
+ readonly type: import('vue').PropType<"left" | "right">;
718
+ readonly default: "left";
719
+ };
720
+ readonly attrType: {
721
+ readonly type: import('vue').PropType<"button" | "submit" | "reset">;
722
+ readonly default: "button";
723
+ };
724
+ readonly bordered: {
725
+ readonly type: BooleanConstructor;
726
+ readonly default: true;
727
+ };
728
+ readonly onClick: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
729
+ readonly nativeFocusBehavior: {
730
+ readonly type: BooleanConstructor;
731
+ readonly default: boolean;
732
+ };
733
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Button", {
734
+ heightTiny: string;
735
+ heightSmall: string;
736
+ heightMedium: string;
737
+ heightLarge: string;
738
+ borderRadiusTiny: string;
739
+ borderRadiusSmall: string;
740
+ borderRadiusMedium: string;
741
+ borderRadiusLarge: string;
742
+ fontSizeTiny: string;
743
+ fontSizeSmall: string;
744
+ fontSizeMedium: string;
745
+ fontSizeLarge: string;
746
+ opacityDisabled: string;
747
+ colorOpacitySecondary: string;
748
+ colorOpacitySecondaryHover: string;
749
+ colorOpacitySecondaryPressed: string;
750
+ colorSecondary: string;
751
+ colorSecondaryHover: string;
752
+ colorSecondaryPressed: string;
753
+ colorTertiary: string;
754
+ colorTertiaryHover: string;
755
+ colorTertiaryPressed: string;
756
+ colorQuaternary: string;
757
+ colorQuaternaryHover: string;
758
+ colorQuaternaryPressed: string;
759
+ color: string;
760
+ colorHover: string;
761
+ colorPressed: string;
762
+ colorFocus: string;
763
+ colorDisabled: string;
764
+ textColor: string;
765
+ textColorTertiary: string;
766
+ textColorHover: string;
767
+ textColorPressed: string;
768
+ textColorFocus: string;
769
+ textColorDisabled: string;
770
+ textColorText: string;
771
+ textColorTextHover: string;
772
+ textColorTextPressed: string;
773
+ textColorTextFocus: string;
774
+ textColorTextDisabled: string;
775
+ textColorGhost: string;
776
+ textColorGhostHover: string;
777
+ textColorGhostPressed: string;
778
+ textColorGhostFocus: string;
779
+ textColorGhostDisabled: string;
780
+ border: string;
781
+ borderHover: string;
782
+ borderPressed: string;
783
+ borderFocus: string;
784
+ borderDisabled: string;
785
+ rippleColor: string;
786
+ colorPrimary: string;
787
+ colorHoverPrimary: string;
788
+ colorPressedPrimary: string;
789
+ colorFocusPrimary: string;
790
+ colorDisabledPrimary: string;
791
+ textColorPrimary: string;
792
+ textColorHoverPrimary: string;
793
+ textColorPressedPrimary: string;
794
+ textColorFocusPrimary: string;
795
+ textColorDisabledPrimary: string;
796
+ textColorTextPrimary: string;
797
+ textColorTextHoverPrimary: string;
798
+ textColorTextPressedPrimary: string;
799
+ textColorTextFocusPrimary: string;
800
+ textColorTextDisabledPrimary: string;
801
+ textColorGhostPrimary: string;
802
+ textColorGhostHoverPrimary: string;
803
+ textColorGhostPressedPrimary: string;
804
+ textColorGhostFocusPrimary: string;
805
+ textColorGhostDisabledPrimary: string;
806
+ borderPrimary: string;
807
+ borderHoverPrimary: string;
808
+ borderPressedPrimary: string;
809
+ borderFocusPrimary: string;
810
+ borderDisabledPrimary: string;
811
+ rippleColorPrimary: string;
812
+ colorInfo: string;
813
+ colorHoverInfo: string;
814
+ colorPressedInfo: string;
815
+ colorFocusInfo: string;
816
+ colorDisabledInfo: string;
817
+ textColorInfo: string;
818
+ textColorHoverInfo: string;
819
+ textColorPressedInfo: string;
820
+ textColorFocusInfo: string;
821
+ textColorDisabledInfo: string;
822
+ textColorTextInfo: string;
823
+ textColorTextHoverInfo: string;
824
+ textColorTextPressedInfo: string;
825
+ textColorTextFocusInfo: string;
826
+ textColorTextDisabledInfo: string;
827
+ textColorGhostInfo: string;
828
+ textColorGhostHoverInfo: string;
829
+ textColorGhostPressedInfo: string;
830
+ textColorGhostFocusInfo: string;
831
+ textColorGhostDisabledInfo: string;
832
+ borderInfo: string;
833
+ borderHoverInfo: string;
834
+ borderPressedInfo: string;
835
+ borderFocusInfo: string;
836
+ borderDisabledInfo: string;
837
+ rippleColorInfo: string;
838
+ colorSuccess: string;
839
+ colorHoverSuccess: string;
840
+ colorPressedSuccess: string;
841
+ colorFocusSuccess: string;
842
+ colorDisabledSuccess: string;
843
+ textColorSuccess: string;
844
+ textColorHoverSuccess: string;
845
+ textColorPressedSuccess: string;
846
+ textColorFocusSuccess: string;
847
+ textColorDisabledSuccess: string;
848
+ textColorTextSuccess: string;
849
+ textColorTextHoverSuccess: string;
850
+ textColorTextPressedSuccess: string;
851
+ textColorTextFocusSuccess: string;
852
+ textColorTextDisabledSuccess: string;
853
+ textColorGhostSuccess: string;
854
+ textColorGhostHoverSuccess: string;
855
+ textColorGhostPressedSuccess: string;
856
+ textColorGhostFocusSuccess: string;
857
+ textColorGhostDisabledSuccess: string;
858
+ borderSuccess: string;
859
+ borderHoverSuccess: string;
860
+ borderPressedSuccess: string;
861
+ borderFocusSuccess: string;
862
+ borderDisabledSuccess: string;
863
+ rippleColorSuccess: string;
864
+ colorWarning: string;
865
+ colorHoverWarning: string;
866
+ colorPressedWarning: string;
867
+ colorFocusWarning: string;
868
+ colorDisabledWarning: string;
869
+ textColorWarning: string;
870
+ textColorHoverWarning: string;
871
+ textColorPressedWarning: string;
872
+ textColorFocusWarning: string;
873
+ textColorDisabledWarning: string;
874
+ textColorTextWarning: string;
875
+ textColorTextHoverWarning: string;
876
+ textColorTextPressedWarning: string;
877
+ textColorTextFocusWarning: string;
878
+ textColorTextDisabledWarning: string;
879
+ textColorGhostWarning: string;
880
+ textColorGhostHoverWarning: string;
881
+ textColorGhostPressedWarning: string;
882
+ textColorGhostFocusWarning: string;
883
+ textColorGhostDisabledWarning: string;
884
+ borderWarning: string;
885
+ borderHoverWarning: string;
886
+ borderPressedWarning: string;
887
+ borderFocusWarning: string;
888
+ borderDisabledWarning: string;
889
+ rippleColorWarning: string;
890
+ colorError: string;
891
+ colorHoverError: string;
892
+ colorPressedError: string;
893
+ colorFocusError: string;
894
+ colorDisabledError: string;
895
+ textColorError: string;
896
+ textColorHoverError: string;
897
+ textColorPressedError: string;
898
+ textColorFocusError: string;
899
+ textColorDisabledError: string;
900
+ textColorTextError: string;
901
+ textColorTextHoverError: string;
902
+ textColorTextPressedError: string;
903
+ textColorTextFocusError: string;
904
+ textColorTextDisabledError: string;
905
+ textColorGhostError: string;
906
+ textColorGhostHoverError: string;
907
+ textColorGhostPressedError: string;
908
+ textColorGhostFocusError: string;
909
+ textColorGhostDisabledError: string;
910
+ borderError: string;
911
+ borderHoverError: string;
912
+ borderPressedError: string;
913
+ borderFocusError: string;
914
+ borderDisabledError: string;
915
+ rippleColorError: string;
916
+ waveOpacity: string;
917
+ fontWeight: string;
918
+ fontWeightStrong: string;
919
+ paddingTiny: string;
920
+ paddingSmall: string;
921
+ paddingMedium: string;
922
+ paddingLarge: string;
923
+ paddingRoundTiny: string;
924
+ paddingRoundSmall: string;
925
+ paddingRoundMedium: string;
926
+ paddingRoundLarge: string;
927
+ iconMarginTiny: string;
928
+ iconMarginSmall: string;
929
+ iconMarginMedium: string;
930
+ iconMarginLarge: string;
931
+ iconSizeTiny: string;
932
+ iconSizeSmall: string;
933
+ iconSizeMedium: string;
934
+ iconSizeLarge: string;
935
+ rippleDuration: string;
936
+ }, any>>;
937
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
938
+ heightTiny: string;
939
+ heightSmall: string;
940
+ heightMedium: string;
941
+ heightLarge: string;
942
+ borderRadiusTiny: string;
943
+ borderRadiusSmall: string;
944
+ borderRadiusMedium: string;
945
+ borderRadiusLarge: string;
946
+ fontSizeTiny: string;
947
+ fontSizeSmall: string;
948
+ fontSizeMedium: string;
949
+ fontSizeLarge: string;
950
+ opacityDisabled: string;
951
+ colorOpacitySecondary: string;
952
+ colorOpacitySecondaryHover: string;
953
+ colorOpacitySecondaryPressed: string;
954
+ colorSecondary: string;
955
+ colorSecondaryHover: string;
956
+ colorSecondaryPressed: string;
957
+ colorTertiary: string;
958
+ colorTertiaryHover: string;
959
+ colorTertiaryPressed: string;
960
+ colorQuaternary: string;
961
+ colorQuaternaryHover: string;
962
+ colorQuaternaryPressed: string;
963
+ color: string;
964
+ colorHover: string;
965
+ colorPressed: string;
966
+ colorFocus: string;
967
+ colorDisabled: string;
968
+ textColor: string;
969
+ textColorTertiary: string;
970
+ textColorHover: string;
971
+ textColorPressed: string;
972
+ textColorFocus: string;
973
+ textColorDisabled: string;
974
+ textColorText: string;
975
+ textColorTextHover: string;
976
+ textColorTextPressed: string;
977
+ textColorTextFocus: string;
978
+ textColorTextDisabled: string;
979
+ textColorGhost: string;
980
+ textColorGhostHover: string;
981
+ textColorGhostPressed: string;
982
+ textColorGhostFocus: string;
983
+ textColorGhostDisabled: string;
984
+ border: string;
985
+ borderHover: string;
986
+ borderPressed: string;
987
+ borderFocus: string;
988
+ borderDisabled: string;
989
+ rippleColor: string;
990
+ colorPrimary: string;
991
+ colorHoverPrimary: string;
992
+ colorPressedPrimary: string;
993
+ colorFocusPrimary: string;
994
+ colorDisabledPrimary: string;
995
+ textColorPrimary: string;
996
+ textColorHoverPrimary: string;
997
+ textColorPressedPrimary: string;
998
+ textColorFocusPrimary: string;
999
+ textColorDisabledPrimary: string;
1000
+ textColorTextPrimary: string;
1001
+ textColorTextHoverPrimary: string;
1002
+ textColorTextPressedPrimary: string;
1003
+ textColorTextFocusPrimary: string;
1004
+ textColorTextDisabledPrimary: string;
1005
+ textColorGhostPrimary: string;
1006
+ textColorGhostHoverPrimary: string;
1007
+ textColorGhostPressedPrimary: string;
1008
+ textColorGhostFocusPrimary: string;
1009
+ textColorGhostDisabledPrimary: string;
1010
+ borderPrimary: string;
1011
+ borderHoverPrimary: string;
1012
+ borderPressedPrimary: string;
1013
+ borderFocusPrimary: string;
1014
+ borderDisabledPrimary: string;
1015
+ rippleColorPrimary: string;
1016
+ colorInfo: string;
1017
+ colorHoverInfo: string;
1018
+ colorPressedInfo: string;
1019
+ colorFocusInfo: string;
1020
+ colorDisabledInfo: string;
1021
+ textColorInfo: string;
1022
+ textColorHoverInfo: string;
1023
+ textColorPressedInfo: string;
1024
+ textColorFocusInfo: string;
1025
+ textColorDisabledInfo: string;
1026
+ textColorTextInfo: string;
1027
+ textColorTextHoverInfo: string;
1028
+ textColorTextPressedInfo: string;
1029
+ textColorTextFocusInfo: string;
1030
+ textColorTextDisabledInfo: string;
1031
+ textColorGhostInfo: string;
1032
+ textColorGhostHoverInfo: string;
1033
+ textColorGhostPressedInfo: string;
1034
+ textColorGhostFocusInfo: string;
1035
+ textColorGhostDisabledInfo: string;
1036
+ borderInfo: string;
1037
+ borderHoverInfo: string;
1038
+ borderPressedInfo: string;
1039
+ borderFocusInfo: string;
1040
+ borderDisabledInfo: string;
1041
+ rippleColorInfo: string;
1042
+ colorSuccess: string;
1043
+ colorHoverSuccess: string;
1044
+ colorPressedSuccess: string;
1045
+ colorFocusSuccess: string;
1046
+ colorDisabledSuccess: string;
1047
+ textColorSuccess: string;
1048
+ textColorHoverSuccess: string;
1049
+ textColorPressedSuccess: string;
1050
+ textColorFocusSuccess: string;
1051
+ textColorDisabledSuccess: string;
1052
+ textColorTextSuccess: string;
1053
+ textColorTextHoverSuccess: string;
1054
+ textColorTextPressedSuccess: string;
1055
+ textColorTextFocusSuccess: string;
1056
+ textColorTextDisabledSuccess: string;
1057
+ textColorGhostSuccess: string;
1058
+ textColorGhostHoverSuccess: string;
1059
+ textColorGhostPressedSuccess: string;
1060
+ textColorGhostFocusSuccess: string;
1061
+ textColorGhostDisabledSuccess: string;
1062
+ borderSuccess: string;
1063
+ borderHoverSuccess: string;
1064
+ borderPressedSuccess: string;
1065
+ borderFocusSuccess: string;
1066
+ borderDisabledSuccess: string;
1067
+ rippleColorSuccess: string;
1068
+ colorWarning: string;
1069
+ colorHoverWarning: string;
1070
+ colorPressedWarning: string;
1071
+ colorFocusWarning: string;
1072
+ colorDisabledWarning: string;
1073
+ textColorWarning: string;
1074
+ textColorHoverWarning: string;
1075
+ textColorPressedWarning: string;
1076
+ textColorFocusWarning: string;
1077
+ textColorDisabledWarning: string;
1078
+ textColorTextWarning: string;
1079
+ textColorTextHoverWarning: string;
1080
+ textColorTextPressedWarning: string;
1081
+ textColorTextFocusWarning: string;
1082
+ textColorTextDisabledWarning: string;
1083
+ textColorGhostWarning: string;
1084
+ textColorGhostHoverWarning: string;
1085
+ textColorGhostPressedWarning: string;
1086
+ textColorGhostFocusWarning: string;
1087
+ textColorGhostDisabledWarning: string;
1088
+ borderWarning: string;
1089
+ borderHoverWarning: string;
1090
+ borderPressedWarning: string;
1091
+ borderFocusWarning: string;
1092
+ borderDisabledWarning: string;
1093
+ rippleColorWarning: string;
1094
+ colorError: string;
1095
+ colorHoverError: string;
1096
+ colorPressedError: string;
1097
+ colorFocusError: string;
1098
+ colorDisabledError: string;
1099
+ textColorError: string;
1100
+ textColorHoverError: string;
1101
+ textColorPressedError: string;
1102
+ textColorFocusError: string;
1103
+ textColorDisabledError: string;
1104
+ textColorTextError: string;
1105
+ textColorTextHoverError: string;
1106
+ textColorTextPressedError: string;
1107
+ textColorTextFocusError: string;
1108
+ textColorTextDisabledError: string;
1109
+ textColorGhostError: string;
1110
+ textColorGhostHoverError: string;
1111
+ textColorGhostPressedError: string;
1112
+ textColorGhostFocusError: string;
1113
+ textColorGhostDisabledError: string;
1114
+ borderError: string;
1115
+ borderHoverError: string;
1116
+ borderPressedError: string;
1117
+ borderFocusError: string;
1118
+ borderDisabledError: string;
1119
+ rippleColorError: string;
1120
+ waveOpacity: string;
1121
+ fontWeight: string;
1122
+ fontWeightStrong: string;
1123
+ paddingTiny: string;
1124
+ paddingSmall: string;
1125
+ paddingMedium: string;
1126
+ paddingLarge: string;
1127
+ paddingRoundTiny: string;
1128
+ paddingRoundSmall: string;
1129
+ paddingRoundMedium: string;
1130
+ paddingRoundLarge: string;
1131
+ iconMarginTiny: string;
1132
+ iconMarginSmall: string;
1133
+ iconMarginMedium: string;
1134
+ iconMarginLarge: string;
1135
+ iconSizeTiny: string;
1136
+ iconSizeSmall: string;
1137
+ iconSizeMedium: string;
1138
+ iconSizeLarge: string;
1139
+ rippleDuration: string;
1140
+ }, any>>>;
1141
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
1142
+ heightTiny: string;
1143
+ heightSmall: string;
1144
+ heightMedium: string;
1145
+ heightLarge: string;
1146
+ borderRadiusTiny: string;
1147
+ borderRadiusSmall: string;
1148
+ borderRadiusMedium: string;
1149
+ borderRadiusLarge: string;
1150
+ fontSizeTiny: string;
1151
+ fontSizeSmall: string;
1152
+ fontSizeMedium: string;
1153
+ fontSizeLarge: string;
1154
+ opacityDisabled: string;
1155
+ colorOpacitySecondary: string;
1156
+ colorOpacitySecondaryHover: string;
1157
+ colorOpacitySecondaryPressed: string;
1158
+ colorSecondary: string;
1159
+ colorSecondaryHover: string;
1160
+ colorSecondaryPressed: string;
1161
+ colorTertiary: string;
1162
+ colorTertiaryHover: string;
1163
+ colorTertiaryPressed: string;
1164
+ colorQuaternary: string;
1165
+ colorQuaternaryHover: string;
1166
+ colorQuaternaryPressed: string;
1167
+ color: string;
1168
+ colorHover: string;
1169
+ colorPressed: string;
1170
+ colorFocus: string;
1171
+ colorDisabled: string;
1172
+ textColor: string;
1173
+ textColorTertiary: string;
1174
+ textColorHover: string;
1175
+ textColorPressed: string;
1176
+ textColorFocus: string;
1177
+ textColorDisabled: string;
1178
+ textColorText: string;
1179
+ textColorTextHover: string;
1180
+ textColorTextPressed: string;
1181
+ textColorTextFocus: string;
1182
+ textColorTextDisabled: string;
1183
+ textColorGhost: string;
1184
+ textColorGhostHover: string;
1185
+ textColorGhostPressed: string;
1186
+ textColorGhostFocus: string;
1187
+ textColorGhostDisabled: string;
1188
+ border: string;
1189
+ borderHover: string;
1190
+ borderPressed: string;
1191
+ borderFocus: string;
1192
+ borderDisabled: string;
1193
+ rippleColor: string;
1194
+ colorPrimary: string;
1195
+ colorHoverPrimary: string;
1196
+ colorPressedPrimary: string;
1197
+ colorFocusPrimary: string;
1198
+ colorDisabledPrimary: string;
1199
+ textColorPrimary: string;
1200
+ textColorHoverPrimary: string;
1201
+ textColorPressedPrimary: string;
1202
+ textColorFocusPrimary: string;
1203
+ textColorDisabledPrimary: string;
1204
+ textColorTextPrimary: string;
1205
+ textColorTextHoverPrimary: string;
1206
+ textColorTextPressedPrimary: string;
1207
+ textColorTextFocusPrimary: string;
1208
+ textColorTextDisabledPrimary: string;
1209
+ textColorGhostPrimary: string;
1210
+ textColorGhostHoverPrimary: string;
1211
+ textColorGhostPressedPrimary: string;
1212
+ textColorGhostFocusPrimary: string;
1213
+ textColorGhostDisabledPrimary: string;
1214
+ borderPrimary: string;
1215
+ borderHoverPrimary: string;
1216
+ borderPressedPrimary: string;
1217
+ borderFocusPrimary: string;
1218
+ borderDisabledPrimary: string;
1219
+ rippleColorPrimary: string;
1220
+ colorInfo: string;
1221
+ colorHoverInfo: string;
1222
+ colorPressedInfo: string;
1223
+ colorFocusInfo: string;
1224
+ colorDisabledInfo: string;
1225
+ textColorInfo: string;
1226
+ textColorHoverInfo: string;
1227
+ textColorPressedInfo: string;
1228
+ textColorFocusInfo: string;
1229
+ textColorDisabledInfo: string;
1230
+ textColorTextInfo: string;
1231
+ textColorTextHoverInfo: string;
1232
+ textColorTextPressedInfo: string;
1233
+ textColorTextFocusInfo: string;
1234
+ textColorTextDisabledInfo: string;
1235
+ textColorGhostInfo: string;
1236
+ textColorGhostHoverInfo: string;
1237
+ textColorGhostPressedInfo: string;
1238
+ textColorGhostFocusInfo: string;
1239
+ textColorGhostDisabledInfo: string;
1240
+ borderInfo: string;
1241
+ borderHoverInfo: string;
1242
+ borderPressedInfo: string;
1243
+ borderFocusInfo: string;
1244
+ borderDisabledInfo: string;
1245
+ rippleColorInfo: string;
1246
+ colorSuccess: string;
1247
+ colorHoverSuccess: string;
1248
+ colorPressedSuccess: string;
1249
+ colorFocusSuccess: string;
1250
+ colorDisabledSuccess: string;
1251
+ textColorSuccess: string;
1252
+ textColorHoverSuccess: string;
1253
+ textColorPressedSuccess: string;
1254
+ textColorFocusSuccess: string;
1255
+ textColorDisabledSuccess: string;
1256
+ textColorTextSuccess: string;
1257
+ textColorTextHoverSuccess: string;
1258
+ textColorTextPressedSuccess: string;
1259
+ textColorTextFocusSuccess: string;
1260
+ textColorTextDisabledSuccess: string;
1261
+ textColorGhostSuccess: string;
1262
+ textColorGhostHoverSuccess: string;
1263
+ textColorGhostPressedSuccess: string;
1264
+ textColorGhostFocusSuccess: string;
1265
+ textColorGhostDisabledSuccess: string;
1266
+ borderSuccess: string;
1267
+ borderHoverSuccess: string;
1268
+ borderPressedSuccess: string;
1269
+ borderFocusSuccess: string;
1270
+ borderDisabledSuccess: string;
1271
+ rippleColorSuccess: string;
1272
+ colorWarning: string;
1273
+ colorHoverWarning: string;
1274
+ colorPressedWarning: string;
1275
+ colorFocusWarning: string;
1276
+ colorDisabledWarning: string;
1277
+ textColorWarning: string;
1278
+ textColorHoverWarning: string;
1279
+ textColorPressedWarning: string;
1280
+ textColorFocusWarning: string;
1281
+ textColorDisabledWarning: string;
1282
+ textColorTextWarning: string;
1283
+ textColorTextHoverWarning: string;
1284
+ textColorTextPressedWarning: string;
1285
+ textColorTextFocusWarning: string;
1286
+ textColorTextDisabledWarning: string;
1287
+ textColorGhostWarning: string;
1288
+ textColorGhostHoverWarning: string;
1289
+ textColorGhostPressedWarning: string;
1290
+ textColorGhostFocusWarning: string;
1291
+ textColorGhostDisabledWarning: string;
1292
+ borderWarning: string;
1293
+ borderHoverWarning: string;
1294
+ borderPressedWarning: string;
1295
+ borderFocusWarning: string;
1296
+ borderDisabledWarning: string;
1297
+ rippleColorWarning: string;
1298
+ colorError: string;
1299
+ colorHoverError: string;
1300
+ colorPressedError: string;
1301
+ colorFocusError: string;
1302
+ colorDisabledError: string;
1303
+ textColorError: string;
1304
+ textColorHoverError: string;
1305
+ textColorPressedError: string;
1306
+ textColorFocusError: string;
1307
+ textColorDisabledError: string;
1308
+ textColorTextError: string;
1309
+ textColorTextHoverError: string;
1310
+ textColorTextPressedError: string;
1311
+ textColorTextFocusError: string;
1312
+ textColorTextDisabledError: string;
1313
+ textColorGhostError: string;
1314
+ textColorGhostHoverError: string;
1315
+ textColorGhostPressedError: string;
1316
+ textColorGhostFocusError: string;
1317
+ textColorGhostDisabledError: string;
1318
+ borderError: string;
1319
+ borderHoverError: string;
1320
+ borderPressedError: string;
1321
+ borderFocusError: string;
1322
+ borderDisabledError: string;
1323
+ rippleColorError: string;
1324
+ waveOpacity: string;
1325
+ fontWeight: string;
1326
+ fontWeightStrong: string;
1327
+ paddingTiny: string;
1328
+ paddingSmall: string;
1329
+ paddingMedium: string;
1330
+ paddingLarge: string;
1331
+ paddingRoundTiny: string;
1332
+ paddingRoundSmall: string;
1333
+ paddingRoundMedium: string;
1334
+ paddingRoundLarge: string;
1335
+ iconMarginTiny: string;
1336
+ iconMarginSmall: string;
1337
+ iconMarginMedium: string;
1338
+ iconMarginLarge: string;
1339
+ iconSizeTiny: string;
1340
+ iconSizeSmall: string;
1341
+ iconSizeMedium: string;
1342
+ iconSizeLarge: string;
1343
+ rippleDuration: string;
1344
+ }, any>>>;
1345
+ }>> & Readonly<{}>, {
1346
+ readonly type: import('naive-ui/es/button/src/interface').Type;
1347
+ readonly bordered: boolean;
1348
+ readonly tag: keyof HTMLElementTagNameMap;
1349
+ readonly icon: string | (() => import('vue').VNode);
1350
+ readonly strong: boolean;
1351
+ readonly circle: boolean;
1352
+ readonly text: boolean;
1353
+ readonly tertiary: boolean;
1354
+ readonly block: boolean;
1355
+ readonly loading: boolean;
1356
+ readonly disabled: boolean;
1357
+ readonly size: import('./props').Size;
1358
+ readonly ghost: boolean;
1359
+ readonly round: boolean;
1360
+ readonly secondary: boolean;
1361
+ readonly quaternary: boolean;
1362
+ readonly focusable: boolean;
1363
+ readonly keyboard: boolean;
1364
+ readonly dashed: boolean;
1365
+ readonly iconPlacement: "left" | "right";
1366
+ readonly attrType: "button" | "submit" | "reset";
1367
+ readonly nativeFocusBehavior: boolean;
1368
+ }, SlotsType<ButtonSlots>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1369
+ export default _default;