@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,932 @@
1
+ import { PropType } from 'vue';
2
+ import { InputNumberExtendThemeOverrides } from '../../../_extendThemeOverrides/InputNumber';
3
+ export type Size = "tiny" | "small" | "medium" | "large";
4
+ export declare const bodenInputNumberProps: {
5
+ readonly showButton: {
6
+ readonly type: BooleanConstructor;
7
+ readonly default: false;
8
+ };
9
+ readonly showBodenButton: {
10
+ readonly type: BooleanConstructor;
11
+ readonly default: true;
12
+ };
13
+ readonly size: {
14
+ readonly type: PropType<Size>;
15
+ readonly default: "medium";
16
+ };
17
+ readonly controlsInner: {
18
+ readonly type: BooleanConstructor;
19
+ readonly default: false;
20
+ };
21
+ readonly extendThemeOverrides: {
22
+ readonly type: PropType<InputNumberExtendThemeOverrides>;
23
+ readonly default: () => {};
24
+ };
25
+ readonly autofocus: BooleanConstructor;
26
+ readonly loading: {
27
+ type: BooleanConstructor;
28
+ default: undefined;
29
+ };
30
+ readonly placeholder: StringConstructor;
31
+ readonly defaultValue: {
32
+ type: PropType<number | null>;
33
+ default: null;
34
+ };
35
+ readonly value: PropType<number | null>;
36
+ readonly step: {
37
+ type: (StringConstructor | NumberConstructor)[];
38
+ default: number;
39
+ };
40
+ readonly min: (StringConstructor | NumberConstructor)[];
41
+ readonly max: (StringConstructor | NumberConstructor)[];
42
+ readonly disabled: {
43
+ type: PropType<boolean | undefined>;
44
+ default: undefined;
45
+ };
46
+ readonly validator: PropType<(value: number) => boolean>;
47
+ readonly bordered: {
48
+ type: PropType<boolean | undefined>;
49
+ default: undefined;
50
+ };
51
+ readonly buttonPlacement: {
52
+ type: PropType<"right" | "both">;
53
+ default: string;
54
+ };
55
+ readonly inputProps: PropType<import('vue').InputHTMLAttributes>;
56
+ readonly readonly: BooleanConstructor;
57
+ readonly clearable: BooleanConstructor;
58
+ readonly keyboard: {
59
+ type: PropType<{
60
+ ArrowUp?: boolean;
61
+ ArrowDown?: boolean;
62
+ }>;
63
+ default: {};
64
+ };
65
+ readonly updateValueOnInput: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ readonly round: {
70
+ type: PropType<boolean | undefined>;
71
+ default: undefined;
72
+ };
73
+ readonly parse: PropType<(input: string) => number | null>;
74
+ readonly format: PropType<(value: number | null) => string>;
75
+ readonly precision: NumberConstructor;
76
+ readonly status: PropType<import('naive-ui').FormValidationStatus>;
77
+ readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
78
+ readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
79
+ readonly onFocus: PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
80
+ readonly onBlur: PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
81
+ readonly onClear: PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
82
+ readonly onChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
83
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
84
+ iconColorDisabled: string;
85
+ }, {
86
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
87
+ heightTiny: string;
88
+ heightSmall: string;
89
+ heightMedium: string;
90
+ heightLarge: string;
91
+ borderRadiusTiny: string;
92
+ borderRadiusSmall: string;
93
+ borderRadiusMedium: string;
94
+ borderRadiusLarge: string;
95
+ fontSizeTiny: string;
96
+ fontSizeSmall: string;
97
+ fontSizeMedium: string;
98
+ fontSizeLarge: string;
99
+ opacityDisabled: string;
100
+ colorOpacitySecondary: string;
101
+ colorOpacitySecondaryHover: string;
102
+ colorOpacitySecondaryPressed: string;
103
+ colorSecondary: string;
104
+ colorSecondaryHover: string;
105
+ colorSecondaryPressed: string;
106
+ colorTertiary: string;
107
+ colorTertiaryHover: string;
108
+ colorTertiaryPressed: string;
109
+ colorQuaternary: string;
110
+ colorQuaternaryHover: string;
111
+ colorQuaternaryPressed: string;
112
+ color: string;
113
+ colorHover: string;
114
+ colorPressed: string;
115
+ colorFocus: string;
116
+ colorDisabled: string;
117
+ textColor: string;
118
+ textColorTertiary: string;
119
+ textColorHover: string;
120
+ textColorPressed: string;
121
+ textColorFocus: string;
122
+ textColorDisabled: string;
123
+ textColorText: string;
124
+ textColorTextHover: string;
125
+ textColorTextPressed: string;
126
+ textColorTextFocus: string;
127
+ textColorTextDisabled: string;
128
+ textColorGhost: string;
129
+ textColorGhostHover: string;
130
+ textColorGhostPressed: string;
131
+ textColorGhostFocus: string;
132
+ textColorGhostDisabled: string;
133
+ border: string;
134
+ borderHover: string;
135
+ borderPressed: string;
136
+ borderFocus: string;
137
+ borderDisabled: string;
138
+ rippleColor: string;
139
+ colorPrimary: string;
140
+ colorHoverPrimary: string;
141
+ colorPressedPrimary: string;
142
+ colorFocusPrimary: string;
143
+ colorDisabledPrimary: string;
144
+ textColorPrimary: string;
145
+ textColorHoverPrimary: string;
146
+ textColorPressedPrimary: string;
147
+ textColorFocusPrimary: string;
148
+ textColorDisabledPrimary: string;
149
+ textColorTextPrimary: string;
150
+ textColorTextHoverPrimary: string;
151
+ textColorTextPressedPrimary: string;
152
+ textColorTextFocusPrimary: string;
153
+ textColorTextDisabledPrimary: string;
154
+ textColorGhostPrimary: string;
155
+ textColorGhostHoverPrimary: string;
156
+ textColorGhostPressedPrimary: string;
157
+ textColorGhostFocusPrimary: string;
158
+ textColorGhostDisabledPrimary: string;
159
+ borderPrimary: string;
160
+ borderHoverPrimary: string;
161
+ borderPressedPrimary: string;
162
+ borderFocusPrimary: string;
163
+ borderDisabledPrimary: string;
164
+ rippleColorPrimary: string;
165
+ colorInfo: string;
166
+ colorHoverInfo: string;
167
+ colorPressedInfo: string;
168
+ colorFocusInfo: string;
169
+ colorDisabledInfo: string;
170
+ textColorInfo: string;
171
+ textColorHoverInfo: string;
172
+ textColorPressedInfo: string;
173
+ textColorFocusInfo: string;
174
+ textColorDisabledInfo: string;
175
+ textColorTextInfo: string;
176
+ textColorTextHoverInfo: string;
177
+ textColorTextPressedInfo: string;
178
+ textColorTextFocusInfo: string;
179
+ textColorTextDisabledInfo: string;
180
+ textColorGhostInfo: string;
181
+ textColorGhostHoverInfo: string;
182
+ textColorGhostPressedInfo: string;
183
+ textColorGhostFocusInfo: string;
184
+ textColorGhostDisabledInfo: string;
185
+ borderInfo: string;
186
+ borderHoverInfo: string;
187
+ borderPressedInfo: string;
188
+ borderFocusInfo: string;
189
+ borderDisabledInfo: string;
190
+ rippleColorInfo: string;
191
+ colorSuccess: string;
192
+ colorHoverSuccess: string;
193
+ colorPressedSuccess: string;
194
+ colorFocusSuccess: string;
195
+ colorDisabledSuccess: string;
196
+ textColorSuccess: string;
197
+ textColorHoverSuccess: string;
198
+ textColorPressedSuccess: string;
199
+ textColorFocusSuccess: string;
200
+ textColorDisabledSuccess: string;
201
+ textColorTextSuccess: string;
202
+ textColorTextHoverSuccess: string;
203
+ textColorTextPressedSuccess: string;
204
+ textColorTextFocusSuccess: string;
205
+ textColorTextDisabledSuccess: string;
206
+ textColorGhostSuccess: string;
207
+ textColorGhostHoverSuccess: string;
208
+ textColorGhostPressedSuccess: string;
209
+ textColorGhostFocusSuccess: string;
210
+ textColorGhostDisabledSuccess: string;
211
+ borderSuccess: string;
212
+ borderHoverSuccess: string;
213
+ borderPressedSuccess: string;
214
+ borderFocusSuccess: string;
215
+ borderDisabledSuccess: string;
216
+ rippleColorSuccess: string;
217
+ colorWarning: string;
218
+ colorHoverWarning: string;
219
+ colorPressedWarning: string;
220
+ colorFocusWarning: string;
221
+ colorDisabledWarning: string;
222
+ textColorWarning: string;
223
+ textColorHoverWarning: string;
224
+ textColorPressedWarning: string;
225
+ textColorFocusWarning: string;
226
+ textColorDisabledWarning: string;
227
+ textColorTextWarning: string;
228
+ textColorTextHoverWarning: string;
229
+ textColorTextPressedWarning: string;
230
+ textColorTextFocusWarning: string;
231
+ textColorTextDisabledWarning: string;
232
+ textColorGhostWarning: string;
233
+ textColorGhostHoverWarning: string;
234
+ textColorGhostPressedWarning: string;
235
+ textColorGhostFocusWarning: string;
236
+ textColorGhostDisabledWarning: string;
237
+ borderWarning: string;
238
+ borderHoverWarning: string;
239
+ borderPressedWarning: string;
240
+ borderFocusWarning: string;
241
+ borderDisabledWarning: string;
242
+ rippleColorWarning: string;
243
+ colorError: string;
244
+ colorHoverError: string;
245
+ colorPressedError: string;
246
+ colorFocusError: string;
247
+ colorDisabledError: string;
248
+ textColorError: string;
249
+ textColorHoverError: string;
250
+ textColorPressedError: string;
251
+ textColorFocusError: string;
252
+ textColorDisabledError: string;
253
+ textColorTextError: string;
254
+ textColorTextHoverError: string;
255
+ textColorTextPressedError: string;
256
+ textColorTextFocusError: string;
257
+ textColorTextDisabledError: string;
258
+ textColorGhostError: string;
259
+ textColorGhostHoverError: string;
260
+ textColorGhostPressedError: string;
261
+ textColorGhostFocusError: string;
262
+ textColorGhostDisabledError: string;
263
+ borderError: string;
264
+ borderHoverError: string;
265
+ borderPressedError: string;
266
+ borderFocusError: string;
267
+ borderDisabledError: string;
268
+ rippleColorError: string;
269
+ waveOpacity: string;
270
+ fontWeight: string;
271
+ fontWeightStrong: string;
272
+ paddingTiny: string;
273
+ paddingSmall: string;
274
+ paddingMedium: string;
275
+ paddingLarge: string;
276
+ paddingRoundTiny: string;
277
+ paddingRoundSmall: string;
278
+ paddingRoundMedium: string;
279
+ paddingRoundLarge: string;
280
+ iconMarginTiny: string;
281
+ iconMarginSmall: string;
282
+ iconMarginMedium: string;
283
+ iconMarginLarge: string;
284
+ iconSizeTiny: string;
285
+ iconSizeSmall: string;
286
+ iconSizeMedium: string;
287
+ iconSizeLarge: string;
288
+ rippleDuration: string;
289
+ }, any>;
290
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
291
+ fontWeight: string;
292
+ countTextColorDisabled: string;
293
+ countTextColor: string;
294
+ heightTiny: string;
295
+ heightSmall: string;
296
+ heightMedium: string;
297
+ heightLarge: string;
298
+ fontSizeTiny: string;
299
+ fontSizeSmall: string;
300
+ fontSizeMedium: string;
301
+ fontSizeLarge: string;
302
+ lineHeight: string;
303
+ lineHeightTextarea: string;
304
+ borderRadius: string;
305
+ iconSize: string;
306
+ groupLabelColor: string;
307
+ groupLabelTextColor: string;
308
+ textColor: string;
309
+ textColorDisabled: string;
310
+ textDecorationColor: string;
311
+ caretColor: string;
312
+ placeholderColor: string;
313
+ placeholderColorDisabled: string;
314
+ color: string;
315
+ colorDisabled: string;
316
+ colorFocus: string;
317
+ groupLabelBorder: string;
318
+ border: string;
319
+ borderHover: string;
320
+ borderDisabled: string;
321
+ borderFocus: string;
322
+ boxShadowFocus: string;
323
+ loadingColor: string;
324
+ loadingColorWarning: string;
325
+ borderWarning: string;
326
+ borderHoverWarning: string;
327
+ colorFocusWarning: string;
328
+ borderFocusWarning: string;
329
+ boxShadowFocusWarning: string;
330
+ caretColorWarning: string;
331
+ loadingColorError: string;
332
+ borderError: string;
333
+ borderHoverError: string;
334
+ colorFocusError: string;
335
+ borderFocusError: string;
336
+ boxShadowFocusError: string;
337
+ caretColorError: string;
338
+ clearColor: string;
339
+ clearColorHover: string;
340
+ clearColorPressed: string;
341
+ iconColor: string;
342
+ iconColorDisabled: string;
343
+ iconColorHover: string;
344
+ iconColorPressed: string;
345
+ suffixTextColor: string;
346
+ paddingTiny: string;
347
+ paddingSmall: string;
348
+ paddingMedium: string;
349
+ paddingLarge: string;
350
+ clearSize: string;
351
+ }, {
352
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
353
+ height: string;
354
+ width: string;
355
+ borderRadius: string;
356
+ color: string;
357
+ colorHover: string;
358
+ railInsetHorizontalBottom: string;
359
+ railInsetHorizontalTop: string;
360
+ railInsetVerticalRight: string;
361
+ railInsetVerticalLeft: string;
362
+ railColor: string;
363
+ }, any>;
364
+ }>;
365
+ }>>;
366
+ readonly themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
367
+ iconColorDisabled: string;
368
+ }, {
369
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
370
+ heightTiny: string;
371
+ heightSmall: string;
372
+ heightMedium: string;
373
+ heightLarge: string;
374
+ borderRadiusTiny: string;
375
+ borderRadiusSmall: string;
376
+ borderRadiusMedium: string;
377
+ borderRadiusLarge: string;
378
+ fontSizeTiny: string;
379
+ fontSizeSmall: string;
380
+ fontSizeMedium: string;
381
+ fontSizeLarge: string;
382
+ opacityDisabled: string;
383
+ colorOpacitySecondary: string;
384
+ colorOpacitySecondaryHover: string;
385
+ colorOpacitySecondaryPressed: string;
386
+ colorSecondary: string;
387
+ colorSecondaryHover: string;
388
+ colorSecondaryPressed: string;
389
+ colorTertiary: string;
390
+ colorTertiaryHover: string;
391
+ colorTertiaryPressed: string;
392
+ colorQuaternary: string;
393
+ colorQuaternaryHover: string;
394
+ colorQuaternaryPressed: string;
395
+ color: string;
396
+ colorHover: string;
397
+ colorPressed: string;
398
+ colorFocus: string;
399
+ colorDisabled: string;
400
+ textColor: string;
401
+ textColorTertiary: string;
402
+ textColorHover: string;
403
+ textColorPressed: string;
404
+ textColorFocus: string;
405
+ textColorDisabled: string;
406
+ textColorText: string;
407
+ textColorTextHover: string;
408
+ textColorTextPressed: string;
409
+ textColorTextFocus: string;
410
+ textColorTextDisabled: string;
411
+ textColorGhost: string;
412
+ textColorGhostHover: string;
413
+ textColorGhostPressed: string;
414
+ textColorGhostFocus: string;
415
+ textColorGhostDisabled: string;
416
+ border: string;
417
+ borderHover: string;
418
+ borderPressed: string;
419
+ borderFocus: string;
420
+ borderDisabled: string;
421
+ rippleColor: string;
422
+ colorPrimary: string;
423
+ colorHoverPrimary: string;
424
+ colorPressedPrimary: string;
425
+ colorFocusPrimary: string;
426
+ colorDisabledPrimary: string;
427
+ textColorPrimary: string;
428
+ textColorHoverPrimary: string;
429
+ textColorPressedPrimary: string;
430
+ textColorFocusPrimary: string;
431
+ textColorDisabledPrimary: string;
432
+ textColorTextPrimary: string;
433
+ textColorTextHoverPrimary: string;
434
+ textColorTextPressedPrimary: string;
435
+ textColorTextFocusPrimary: string;
436
+ textColorTextDisabledPrimary: string;
437
+ textColorGhostPrimary: string;
438
+ textColorGhostHoverPrimary: string;
439
+ textColorGhostPressedPrimary: string;
440
+ textColorGhostFocusPrimary: string;
441
+ textColorGhostDisabledPrimary: string;
442
+ borderPrimary: string;
443
+ borderHoverPrimary: string;
444
+ borderPressedPrimary: string;
445
+ borderFocusPrimary: string;
446
+ borderDisabledPrimary: string;
447
+ rippleColorPrimary: string;
448
+ colorInfo: string;
449
+ colorHoverInfo: string;
450
+ colorPressedInfo: string;
451
+ colorFocusInfo: string;
452
+ colorDisabledInfo: string;
453
+ textColorInfo: string;
454
+ textColorHoverInfo: string;
455
+ textColorPressedInfo: string;
456
+ textColorFocusInfo: string;
457
+ textColorDisabledInfo: string;
458
+ textColorTextInfo: string;
459
+ textColorTextHoverInfo: string;
460
+ textColorTextPressedInfo: string;
461
+ textColorTextFocusInfo: string;
462
+ textColorTextDisabledInfo: string;
463
+ textColorGhostInfo: string;
464
+ textColorGhostHoverInfo: string;
465
+ textColorGhostPressedInfo: string;
466
+ textColorGhostFocusInfo: string;
467
+ textColorGhostDisabledInfo: string;
468
+ borderInfo: string;
469
+ borderHoverInfo: string;
470
+ borderPressedInfo: string;
471
+ borderFocusInfo: string;
472
+ borderDisabledInfo: string;
473
+ rippleColorInfo: string;
474
+ colorSuccess: string;
475
+ colorHoverSuccess: string;
476
+ colorPressedSuccess: string;
477
+ colorFocusSuccess: string;
478
+ colorDisabledSuccess: string;
479
+ textColorSuccess: string;
480
+ textColorHoverSuccess: string;
481
+ textColorPressedSuccess: string;
482
+ textColorFocusSuccess: string;
483
+ textColorDisabledSuccess: string;
484
+ textColorTextSuccess: string;
485
+ textColorTextHoverSuccess: string;
486
+ textColorTextPressedSuccess: string;
487
+ textColorTextFocusSuccess: string;
488
+ textColorTextDisabledSuccess: string;
489
+ textColorGhostSuccess: string;
490
+ textColorGhostHoverSuccess: string;
491
+ textColorGhostPressedSuccess: string;
492
+ textColorGhostFocusSuccess: string;
493
+ textColorGhostDisabledSuccess: string;
494
+ borderSuccess: string;
495
+ borderHoverSuccess: string;
496
+ borderPressedSuccess: string;
497
+ borderFocusSuccess: string;
498
+ borderDisabledSuccess: string;
499
+ rippleColorSuccess: string;
500
+ colorWarning: string;
501
+ colorHoverWarning: string;
502
+ colorPressedWarning: string;
503
+ colorFocusWarning: string;
504
+ colorDisabledWarning: string;
505
+ textColorWarning: string;
506
+ textColorHoverWarning: string;
507
+ textColorPressedWarning: string;
508
+ textColorFocusWarning: string;
509
+ textColorDisabledWarning: string;
510
+ textColorTextWarning: string;
511
+ textColorTextHoverWarning: string;
512
+ textColorTextPressedWarning: string;
513
+ textColorTextFocusWarning: string;
514
+ textColorTextDisabledWarning: string;
515
+ textColorGhostWarning: string;
516
+ textColorGhostHoverWarning: string;
517
+ textColorGhostPressedWarning: string;
518
+ textColorGhostFocusWarning: string;
519
+ textColorGhostDisabledWarning: string;
520
+ borderWarning: string;
521
+ borderHoverWarning: string;
522
+ borderPressedWarning: string;
523
+ borderFocusWarning: string;
524
+ borderDisabledWarning: string;
525
+ rippleColorWarning: string;
526
+ colorError: string;
527
+ colorHoverError: string;
528
+ colorPressedError: string;
529
+ colorFocusError: string;
530
+ colorDisabledError: string;
531
+ textColorError: string;
532
+ textColorHoverError: string;
533
+ textColorPressedError: string;
534
+ textColorFocusError: string;
535
+ textColorDisabledError: string;
536
+ textColorTextError: string;
537
+ textColorTextHoverError: string;
538
+ textColorTextPressedError: string;
539
+ textColorTextFocusError: string;
540
+ textColorTextDisabledError: string;
541
+ textColorGhostError: string;
542
+ textColorGhostHoverError: string;
543
+ textColorGhostPressedError: string;
544
+ textColorGhostFocusError: string;
545
+ textColorGhostDisabledError: string;
546
+ borderError: string;
547
+ borderHoverError: string;
548
+ borderPressedError: string;
549
+ borderFocusError: string;
550
+ borderDisabledError: string;
551
+ rippleColorError: string;
552
+ waveOpacity: string;
553
+ fontWeight: string;
554
+ fontWeightStrong: string;
555
+ paddingTiny: string;
556
+ paddingSmall: string;
557
+ paddingMedium: string;
558
+ paddingLarge: string;
559
+ paddingRoundTiny: string;
560
+ paddingRoundSmall: string;
561
+ paddingRoundMedium: string;
562
+ paddingRoundLarge: string;
563
+ iconMarginTiny: string;
564
+ iconMarginSmall: string;
565
+ iconMarginMedium: string;
566
+ iconMarginLarge: string;
567
+ iconSizeTiny: string;
568
+ iconSizeSmall: string;
569
+ iconSizeMedium: string;
570
+ iconSizeLarge: string;
571
+ rippleDuration: string;
572
+ }, any>;
573
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
574
+ fontWeight: string;
575
+ countTextColorDisabled: string;
576
+ countTextColor: string;
577
+ heightTiny: string;
578
+ heightSmall: string;
579
+ heightMedium: string;
580
+ heightLarge: string;
581
+ fontSizeTiny: string;
582
+ fontSizeSmall: string;
583
+ fontSizeMedium: string;
584
+ fontSizeLarge: string;
585
+ lineHeight: string;
586
+ lineHeightTextarea: string;
587
+ borderRadius: string;
588
+ iconSize: string;
589
+ groupLabelColor: string;
590
+ groupLabelTextColor: string;
591
+ textColor: string;
592
+ textColorDisabled: string;
593
+ textDecorationColor: string;
594
+ caretColor: string;
595
+ placeholderColor: string;
596
+ placeholderColorDisabled: string;
597
+ color: string;
598
+ colorDisabled: string;
599
+ colorFocus: string;
600
+ groupLabelBorder: string;
601
+ border: string;
602
+ borderHover: string;
603
+ borderDisabled: string;
604
+ borderFocus: string;
605
+ boxShadowFocus: string;
606
+ loadingColor: string;
607
+ loadingColorWarning: string;
608
+ borderWarning: string;
609
+ borderHoverWarning: string;
610
+ colorFocusWarning: string;
611
+ borderFocusWarning: string;
612
+ boxShadowFocusWarning: string;
613
+ caretColorWarning: string;
614
+ loadingColorError: string;
615
+ borderError: string;
616
+ borderHoverError: string;
617
+ colorFocusError: string;
618
+ borderFocusError: string;
619
+ boxShadowFocusError: string;
620
+ caretColorError: string;
621
+ clearColor: string;
622
+ clearColorHover: string;
623
+ clearColorPressed: string;
624
+ iconColor: string;
625
+ iconColorDisabled: string;
626
+ iconColorHover: string;
627
+ iconColorPressed: string;
628
+ suffixTextColor: string;
629
+ paddingTiny: string;
630
+ paddingSmall: string;
631
+ paddingMedium: string;
632
+ paddingLarge: string;
633
+ clearSize: string;
634
+ }, {
635
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
636
+ height: string;
637
+ width: string;
638
+ borderRadius: string;
639
+ color: string;
640
+ colorHover: string;
641
+ railInsetHorizontalBottom: string;
642
+ railInsetHorizontalTop: string;
643
+ railInsetVerticalRight: string;
644
+ railInsetVerticalLeft: string;
645
+ railColor: string;
646
+ }, any>;
647
+ }>;
648
+ }>>>;
649
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
650
+ iconColorDisabled: string;
651
+ }, {
652
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
653
+ heightTiny: string;
654
+ heightSmall: string;
655
+ heightMedium: string;
656
+ heightLarge: string;
657
+ borderRadiusTiny: string;
658
+ borderRadiusSmall: string;
659
+ borderRadiusMedium: string;
660
+ borderRadiusLarge: string;
661
+ fontSizeTiny: string;
662
+ fontSizeSmall: string;
663
+ fontSizeMedium: string;
664
+ fontSizeLarge: string;
665
+ opacityDisabled: string;
666
+ colorOpacitySecondary: string;
667
+ colorOpacitySecondaryHover: string;
668
+ colorOpacitySecondaryPressed: string;
669
+ colorSecondary: string;
670
+ colorSecondaryHover: string;
671
+ colorSecondaryPressed: string;
672
+ colorTertiary: string;
673
+ colorTertiaryHover: string;
674
+ colorTertiaryPressed: string;
675
+ colorQuaternary: string;
676
+ colorQuaternaryHover: string;
677
+ colorQuaternaryPressed: string;
678
+ color: string;
679
+ colorHover: string;
680
+ colorPressed: string;
681
+ colorFocus: string;
682
+ colorDisabled: string;
683
+ textColor: string;
684
+ textColorTertiary: string;
685
+ textColorHover: string;
686
+ textColorPressed: string;
687
+ textColorFocus: string;
688
+ textColorDisabled: string;
689
+ textColorText: string;
690
+ textColorTextHover: string;
691
+ textColorTextPressed: string;
692
+ textColorTextFocus: string;
693
+ textColorTextDisabled: string;
694
+ textColorGhost: string;
695
+ textColorGhostHover: string;
696
+ textColorGhostPressed: string;
697
+ textColorGhostFocus: string;
698
+ textColorGhostDisabled: string;
699
+ border: string;
700
+ borderHover: string;
701
+ borderPressed: string;
702
+ borderFocus: string;
703
+ borderDisabled: string;
704
+ rippleColor: string;
705
+ colorPrimary: string;
706
+ colorHoverPrimary: string;
707
+ colorPressedPrimary: string;
708
+ colorFocusPrimary: string;
709
+ colorDisabledPrimary: string;
710
+ textColorPrimary: string;
711
+ textColorHoverPrimary: string;
712
+ textColorPressedPrimary: string;
713
+ textColorFocusPrimary: string;
714
+ textColorDisabledPrimary: string;
715
+ textColorTextPrimary: string;
716
+ textColorTextHoverPrimary: string;
717
+ textColorTextPressedPrimary: string;
718
+ textColorTextFocusPrimary: string;
719
+ textColorTextDisabledPrimary: string;
720
+ textColorGhostPrimary: string;
721
+ textColorGhostHoverPrimary: string;
722
+ textColorGhostPressedPrimary: string;
723
+ textColorGhostFocusPrimary: string;
724
+ textColorGhostDisabledPrimary: string;
725
+ borderPrimary: string;
726
+ borderHoverPrimary: string;
727
+ borderPressedPrimary: string;
728
+ borderFocusPrimary: string;
729
+ borderDisabledPrimary: string;
730
+ rippleColorPrimary: string;
731
+ colorInfo: string;
732
+ colorHoverInfo: string;
733
+ colorPressedInfo: string;
734
+ colorFocusInfo: string;
735
+ colorDisabledInfo: string;
736
+ textColorInfo: string;
737
+ textColorHoverInfo: string;
738
+ textColorPressedInfo: string;
739
+ textColorFocusInfo: string;
740
+ textColorDisabledInfo: string;
741
+ textColorTextInfo: string;
742
+ textColorTextHoverInfo: string;
743
+ textColorTextPressedInfo: string;
744
+ textColorTextFocusInfo: string;
745
+ textColorTextDisabledInfo: string;
746
+ textColorGhostInfo: string;
747
+ textColorGhostHoverInfo: string;
748
+ textColorGhostPressedInfo: string;
749
+ textColorGhostFocusInfo: string;
750
+ textColorGhostDisabledInfo: string;
751
+ borderInfo: string;
752
+ borderHoverInfo: string;
753
+ borderPressedInfo: string;
754
+ borderFocusInfo: string;
755
+ borderDisabledInfo: string;
756
+ rippleColorInfo: string;
757
+ colorSuccess: string;
758
+ colorHoverSuccess: string;
759
+ colorPressedSuccess: string;
760
+ colorFocusSuccess: string;
761
+ colorDisabledSuccess: string;
762
+ textColorSuccess: string;
763
+ textColorHoverSuccess: string;
764
+ textColorPressedSuccess: string;
765
+ textColorFocusSuccess: string;
766
+ textColorDisabledSuccess: string;
767
+ textColorTextSuccess: string;
768
+ textColorTextHoverSuccess: string;
769
+ textColorTextPressedSuccess: string;
770
+ textColorTextFocusSuccess: string;
771
+ textColorTextDisabledSuccess: string;
772
+ textColorGhostSuccess: string;
773
+ textColorGhostHoverSuccess: string;
774
+ textColorGhostPressedSuccess: string;
775
+ textColorGhostFocusSuccess: string;
776
+ textColorGhostDisabledSuccess: string;
777
+ borderSuccess: string;
778
+ borderHoverSuccess: string;
779
+ borderPressedSuccess: string;
780
+ borderFocusSuccess: string;
781
+ borderDisabledSuccess: string;
782
+ rippleColorSuccess: string;
783
+ colorWarning: string;
784
+ colorHoverWarning: string;
785
+ colorPressedWarning: string;
786
+ colorFocusWarning: string;
787
+ colorDisabledWarning: string;
788
+ textColorWarning: string;
789
+ textColorHoverWarning: string;
790
+ textColorPressedWarning: string;
791
+ textColorFocusWarning: string;
792
+ textColorDisabledWarning: string;
793
+ textColorTextWarning: string;
794
+ textColorTextHoverWarning: string;
795
+ textColorTextPressedWarning: string;
796
+ textColorTextFocusWarning: string;
797
+ textColorTextDisabledWarning: string;
798
+ textColorGhostWarning: string;
799
+ textColorGhostHoverWarning: string;
800
+ textColorGhostPressedWarning: string;
801
+ textColorGhostFocusWarning: string;
802
+ textColorGhostDisabledWarning: string;
803
+ borderWarning: string;
804
+ borderHoverWarning: string;
805
+ borderPressedWarning: string;
806
+ borderFocusWarning: string;
807
+ borderDisabledWarning: string;
808
+ rippleColorWarning: string;
809
+ colorError: string;
810
+ colorHoverError: string;
811
+ colorPressedError: string;
812
+ colorFocusError: string;
813
+ colorDisabledError: string;
814
+ textColorError: string;
815
+ textColorHoverError: string;
816
+ textColorPressedError: string;
817
+ textColorFocusError: string;
818
+ textColorDisabledError: string;
819
+ textColorTextError: string;
820
+ textColorTextHoverError: string;
821
+ textColorTextPressedError: string;
822
+ textColorTextFocusError: string;
823
+ textColorTextDisabledError: string;
824
+ textColorGhostError: string;
825
+ textColorGhostHoverError: string;
826
+ textColorGhostPressedError: string;
827
+ textColorGhostFocusError: string;
828
+ textColorGhostDisabledError: string;
829
+ borderError: string;
830
+ borderHoverError: string;
831
+ borderPressedError: string;
832
+ borderFocusError: string;
833
+ borderDisabledError: string;
834
+ rippleColorError: string;
835
+ waveOpacity: string;
836
+ fontWeight: string;
837
+ fontWeightStrong: string;
838
+ paddingTiny: string;
839
+ paddingSmall: string;
840
+ paddingMedium: string;
841
+ paddingLarge: string;
842
+ paddingRoundTiny: string;
843
+ paddingRoundSmall: string;
844
+ paddingRoundMedium: string;
845
+ paddingRoundLarge: string;
846
+ iconMarginTiny: string;
847
+ iconMarginSmall: string;
848
+ iconMarginMedium: string;
849
+ iconMarginLarge: string;
850
+ iconSizeTiny: string;
851
+ iconSizeSmall: string;
852
+ iconSizeMedium: string;
853
+ iconSizeLarge: string;
854
+ rippleDuration: string;
855
+ }, any>;
856
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
857
+ fontWeight: string;
858
+ countTextColorDisabled: string;
859
+ countTextColor: string;
860
+ heightTiny: string;
861
+ heightSmall: string;
862
+ heightMedium: string;
863
+ heightLarge: string;
864
+ fontSizeTiny: string;
865
+ fontSizeSmall: string;
866
+ fontSizeMedium: string;
867
+ fontSizeLarge: string;
868
+ lineHeight: string;
869
+ lineHeightTextarea: string;
870
+ borderRadius: string;
871
+ iconSize: string;
872
+ groupLabelColor: string;
873
+ groupLabelTextColor: string;
874
+ textColor: string;
875
+ textColorDisabled: string;
876
+ textDecorationColor: string;
877
+ caretColor: string;
878
+ placeholderColor: string;
879
+ placeholderColorDisabled: string;
880
+ color: string;
881
+ colorDisabled: string;
882
+ colorFocus: string;
883
+ groupLabelBorder: string;
884
+ border: string;
885
+ borderHover: string;
886
+ borderDisabled: string;
887
+ borderFocus: string;
888
+ boxShadowFocus: string;
889
+ loadingColor: string;
890
+ loadingColorWarning: string;
891
+ borderWarning: string;
892
+ borderHoverWarning: string;
893
+ colorFocusWarning: string;
894
+ borderFocusWarning: string;
895
+ boxShadowFocusWarning: string;
896
+ caretColorWarning: string;
897
+ loadingColorError: string;
898
+ borderError: string;
899
+ borderHoverError: string;
900
+ colorFocusError: string;
901
+ borderFocusError: string;
902
+ boxShadowFocusError: string;
903
+ caretColorError: string;
904
+ clearColor: string;
905
+ clearColorHover: string;
906
+ clearColorPressed: string;
907
+ iconColor: string;
908
+ iconColorDisabled: string;
909
+ iconColorHover: string;
910
+ iconColorPressed: string;
911
+ suffixTextColor: string;
912
+ paddingTiny: string;
913
+ paddingSmall: string;
914
+ paddingMedium: string;
915
+ paddingLarge: string;
916
+ clearSize: string;
917
+ }, {
918
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
919
+ height: string;
920
+ width: string;
921
+ borderRadius: string;
922
+ color: string;
923
+ colorHover: string;
924
+ railInsetHorizontalBottom: string;
925
+ railInsetHorizontalTop: string;
926
+ railInsetVerticalRight: string;
927
+ railInsetVerticalLeft: string;
928
+ railColor: string;
929
+ }, any>;
930
+ }>;
931
+ }>>>;
932
+ };