@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,1073 @@
1
+ import { CSSProperties, PropType } from 'vue';
2
+ import { BodenButtonProps } from '../..';
3
+ import { DialogOnCancel } from './types';
4
+ export type DialogPlacement = 'left' | 'center' | 'right';
5
+ export declare const bodenDialogProps: {
6
+ readonly autoFocus: {
7
+ readonly type: BooleanConstructor;
8
+ readonly default: false;
9
+ };
10
+ readonly maskClosable: {
11
+ readonly type: BooleanConstructor;
12
+ readonly default: false;
13
+ };
14
+ readonly closeOnEsc: {
15
+ readonly type: BooleanConstructor;
16
+ readonly default: false;
17
+ };
18
+ readonly trapFocus: {
19
+ readonly type: BooleanConstructor;
20
+ readonly default: false;
21
+ };
22
+ readonly width: {
23
+ readonly type: StringConstructor;
24
+ readonly default: "50%";
25
+ };
26
+ readonly top: {
27
+ readonly type: StringConstructor;
28
+ readonly default: "10vh";
29
+ };
30
+ readonly title: {
31
+ readonly type: StringConstructor;
32
+ readonly default: "";
33
+ };
34
+ readonly headerClass: {
35
+ readonly type: StringConstructor;
36
+ readonly default: "";
37
+ };
38
+ readonly headerStyle: {
39
+ readonly type: PropType<CSSProperties>;
40
+ readonly default: {};
41
+ };
42
+ readonly titlePlacement: {
43
+ readonly type: PropType<DialogPlacement>;
44
+ readonly default: "left";
45
+ };
46
+ readonly closable: {
47
+ readonly type: BooleanConstructor;
48
+ readonly default: true;
49
+ };
50
+ readonly contentMaxHeight: {
51
+ readonly type: StringConstructor;
52
+ readonly default: "50vh";
53
+ };
54
+ readonly scrollContentClass: {
55
+ readonly type: StringConstructor;
56
+ readonly default: "";
57
+ };
58
+ readonly scrollContentStyle: {
59
+ readonly type: PropType<CSSProperties>;
60
+ readonly default: {};
61
+ };
62
+ readonly showFooter: {
63
+ readonly type: BooleanConstructor;
64
+ readonly default: true;
65
+ };
66
+ readonly footerPlacement: {
67
+ readonly type: PropType<DialogPlacement>;
68
+ readonly default: "left";
69
+ };
70
+ readonly footerContentClass: {
71
+ readonly type: StringConstructor;
72
+ readonly default: "";
73
+ };
74
+ readonly footerContentStyle: {
75
+ readonly type: PropType<CSSProperties>;
76
+ readonly default: {};
77
+ };
78
+ readonly negativeButtonProps: {
79
+ readonly type: PropType<BodenButtonProps>;
80
+ readonly default: () => {
81
+ type: string;
82
+ size: string;
83
+ content: string;
84
+ icon: string;
85
+ };
86
+ };
87
+ readonly positiveButtonProps: {
88
+ readonly type: PropType<BodenButtonProps>;
89
+ readonly default: () => {
90
+ type: string;
91
+ size: string;
92
+ content: string;
93
+ icon: string;
94
+ };
95
+ };
96
+ readonly loading: {
97
+ readonly type: BooleanConstructor;
98
+ readonly default: false;
99
+ };
100
+ readonly loadingCancel: {
101
+ readonly type: BooleanConstructor;
102
+ readonly default: false;
103
+ };
104
+ readonly customCancel: {
105
+ readonly type: PropType<DialogOnCancel>;
106
+ readonly default: undefined;
107
+ };
108
+ readonly draggable: PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
109
+ readonly onEsc: PropType<() => void>;
110
+ readonly 'onUpdate:show': PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
111
+ readonly onUpdateShow: PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
112
+ readonly onAfterEnter: PropType<() => void>;
113
+ readonly onBeforeLeave: PropType<() => void>;
114
+ readonly onAfterLeave: PropType<() => void>;
115
+ readonly onClose: PropType<() => Promise<boolean> | boolean | any>;
116
+ readonly onPositiveClick: PropType<() => Promise<boolean> | boolean | any>;
117
+ readonly onNegativeClick: PropType<() => Promise<boolean> | boolean | any>;
118
+ readonly onMaskClick: PropType<(e: MouseEvent) => void>;
119
+ readonly internalDialog: BooleanConstructor;
120
+ readonly internalModal: BooleanConstructor;
121
+ readonly internalAppear: {
122
+ type: PropType<boolean | undefined>;
123
+ default: undefined;
124
+ };
125
+ readonly overlayStyle: PropType<string | CSSProperties>;
126
+ readonly onBeforeHide: PropType<() => void>;
127
+ readonly onAfterHide: PropType<() => void>;
128
+ readonly onHide: PropType<(value: false) => void>;
129
+ readonly unstableShowMask: {
130
+ type: BooleanConstructor;
131
+ default: undefined;
132
+ };
133
+ readonly icon: PropType<() => import('vue').VNodeChild>;
134
+ readonly type: {
135
+ readonly type: PropType<"info" | "success" | "warning" | "error" | "default">;
136
+ readonly default: "default";
137
+ };
138
+ readonly negativeText: StringConstructor;
139
+ readonly positiveText: StringConstructor;
140
+ readonly content: PropType<string | (() => import('vue').VNodeChild)>;
141
+ readonly action: PropType<() => import('vue').VNodeChild>;
142
+ readonly showIcon: {
143
+ readonly type: BooleanConstructor;
144
+ readonly default: true;
145
+ };
146
+ readonly bordered: BooleanConstructor;
147
+ readonly iconPlacement: PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
148
+ readonly titleClass: PropType<string | Array<string | undefined>>;
149
+ readonly titleStyle: PropType<string | CSSProperties>;
150
+ readonly contentClass: PropType<string | Array<string | undefined>>;
151
+ readonly contentStyle: PropType<string | CSSProperties>;
152
+ readonly actionClass: PropType<string | Array<string | undefined>>;
153
+ readonly actionStyle: PropType<string | CSSProperties>;
154
+ readonly closeFocusable: BooleanConstructor;
155
+ readonly headerExtraClass: StringConstructor;
156
+ readonly headerExtraStyle: PropType<CSSProperties | string>;
157
+ readonly footerClass: StringConstructor;
158
+ readonly footerStyle: PropType<CSSProperties | string>;
159
+ readonly embedded: BooleanConstructor;
160
+ readonly segmented: {
161
+ readonly type: PropType<boolean | import('naive-ui').CardSegmented>;
162
+ readonly default: false;
163
+ };
164
+ readonly size: {
165
+ readonly type: PropType<"small" | "medium" | "large" | "huge">;
166
+ readonly default: "medium";
167
+ };
168
+ readonly hoverable: BooleanConstructor;
169
+ readonly role: StringConstructor;
170
+ readonly tag: {
171
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
172
+ readonly default: "div";
173
+ };
174
+ readonly cover: PropType<() => import('vue').VNodeChild>;
175
+ readonly footer: PropType<() => import('vue').VNodeChild>;
176
+ readonly headerExtra: PropType<() => import('vue').VNodeChild>;
177
+ readonly show: BooleanConstructor;
178
+ readonly showMask: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ readonly preset: PropType<"confirm" | "dialog" | "card">;
183
+ readonly to: PropType<string | HTMLElement>;
184
+ readonly displayDirective: {
185
+ type: PropType<"if" | "show">;
186
+ default: string;
187
+ };
188
+ readonly transformOrigin: {
189
+ type: PropType<"center" | "mouse">;
190
+ default: string;
191
+ };
192
+ readonly zIndex: NumberConstructor;
193
+ readonly blockScroll: {
194
+ type: BooleanConstructor;
195
+ default: boolean;
196
+ };
197
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
198
+ color: string;
199
+ textColor: string;
200
+ boxShadow: string;
201
+ }, {
202
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
203
+ height: string;
204
+ width: string;
205
+ borderRadius: string;
206
+ color: string;
207
+ colorHover: string;
208
+ railInsetHorizontalBottom: string;
209
+ railInsetHorizontalTop: string;
210
+ railInsetVerticalRight: string;
211
+ railInsetVerticalLeft: string;
212
+ railColor: string;
213
+ }, any>;
214
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
215
+ fontSize: string;
216
+ lineHeight: string;
217
+ border: string;
218
+ titleTextColor: string;
219
+ textColor: string;
220
+ color: string;
221
+ closeColorHover: string;
222
+ closeColorPressed: string;
223
+ closeIconColor: string;
224
+ closeIconColorHover: string;
225
+ closeIconColorPressed: string;
226
+ closeBorderRadius: string;
227
+ iconColor: string;
228
+ iconColorInfo: string;
229
+ iconColorSuccess: string;
230
+ iconColorWarning: string;
231
+ iconColorError: string;
232
+ borderRadius: string;
233
+ titleFontWeight: string;
234
+ titleFontSize: string;
235
+ padding: string;
236
+ iconSize: string;
237
+ actionSpace: string;
238
+ contentMargin: string;
239
+ iconMargin: string;
240
+ iconMarginIconTop: string;
241
+ closeSize: string;
242
+ closeIconSize: string;
243
+ closeMargin: string;
244
+ closeMarginIconTop: string;
245
+ }, {
246
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
247
+ heightTiny: string;
248
+ heightSmall: string;
249
+ heightMedium: string;
250
+ heightLarge: string;
251
+ borderRadiusTiny: string;
252
+ borderRadiusSmall: string;
253
+ borderRadiusMedium: string;
254
+ borderRadiusLarge: string;
255
+ fontSizeTiny: string;
256
+ fontSizeSmall: string;
257
+ fontSizeMedium: string;
258
+ fontSizeLarge: string;
259
+ opacityDisabled: string;
260
+ colorOpacitySecondary: string;
261
+ colorOpacitySecondaryHover: string;
262
+ colorOpacitySecondaryPressed: string;
263
+ colorSecondary: string;
264
+ colorSecondaryHover: string;
265
+ colorSecondaryPressed: string;
266
+ colorTertiary: string;
267
+ colorTertiaryHover: string;
268
+ colorTertiaryPressed: string;
269
+ colorQuaternary: string;
270
+ colorQuaternaryHover: string;
271
+ colorQuaternaryPressed: string;
272
+ color: string;
273
+ colorHover: string;
274
+ colorPressed: string;
275
+ colorFocus: string;
276
+ colorDisabled: string;
277
+ textColor: string;
278
+ textColorTertiary: string;
279
+ textColorHover: string;
280
+ textColorPressed: string;
281
+ textColorFocus: string;
282
+ textColorDisabled: string;
283
+ textColorText: string;
284
+ textColorTextHover: string;
285
+ textColorTextPressed: string;
286
+ textColorTextFocus: string;
287
+ textColorTextDisabled: string;
288
+ textColorGhost: string;
289
+ textColorGhostHover: string;
290
+ textColorGhostPressed: string;
291
+ textColorGhostFocus: string;
292
+ textColorGhostDisabled: string;
293
+ border: string;
294
+ borderHover: string;
295
+ borderPressed: string;
296
+ borderFocus: string;
297
+ borderDisabled: string;
298
+ rippleColor: string;
299
+ colorPrimary: string;
300
+ colorHoverPrimary: string;
301
+ colorPressedPrimary: string;
302
+ colorFocusPrimary: string;
303
+ colorDisabledPrimary: string;
304
+ textColorPrimary: string;
305
+ textColorHoverPrimary: string;
306
+ textColorPressedPrimary: string;
307
+ textColorFocusPrimary: string;
308
+ textColorDisabledPrimary: string;
309
+ textColorTextPrimary: string;
310
+ textColorTextHoverPrimary: string;
311
+ textColorTextPressedPrimary: string;
312
+ textColorTextFocusPrimary: string;
313
+ textColorTextDisabledPrimary: string;
314
+ textColorGhostPrimary: string;
315
+ textColorGhostHoverPrimary: string;
316
+ textColorGhostPressedPrimary: string;
317
+ textColorGhostFocusPrimary: string;
318
+ textColorGhostDisabledPrimary: string;
319
+ borderPrimary: string;
320
+ borderHoverPrimary: string;
321
+ borderPressedPrimary: string;
322
+ borderFocusPrimary: string;
323
+ borderDisabledPrimary: string;
324
+ rippleColorPrimary: string;
325
+ colorInfo: string;
326
+ colorHoverInfo: string;
327
+ colorPressedInfo: string;
328
+ colorFocusInfo: string;
329
+ colorDisabledInfo: string;
330
+ textColorInfo: string;
331
+ textColorHoverInfo: string;
332
+ textColorPressedInfo: string;
333
+ textColorFocusInfo: string;
334
+ textColorDisabledInfo: string;
335
+ textColorTextInfo: string;
336
+ textColorTextHoverInfo: string;
337
+ textColorTextPressedInfo: string;
338
+ textColorTextFocusInfo: string;
339
+ textColorTextDisabledInfo: string;
340
+ textColorGhostInfo: string;
341
+ textColorGhostHoverInfo: string;
342
+ textColorGhostPressedInfo: string;
343
+ textColorGhostFocusInfo: string;
344
+ textColorGhostDisabledInfo: string;
345
+ borderInfo: string;
346
+ borderHoverInfo: string;
347
+ borderPressedInfo: string;
348
+ borderFocusInfo: string;
349
+ borderDisabledInfo: string;
350
+ rippleColorInfo: string;
351
+ colorSuccess: string;
352
+ colorHoverSuccess: string;
353
+ colorPressedSuccess: string;
354
+ colorFocusSuccess: string;
355
+ colorDisabledSuccess: string;
356
+ textColorSuccess: string;
357
+ textColorHoverSuccess: string;
358
+ textColorPressedSuccess: string;
359
+ textColorFocusSuccess: string;
360
+ textColorDisabledSuccess: string;
361
+ textColorTextSuccess: string;
362
+ textColorTextHoverSuccess: string;
363
+ textColorTextPressedSuccess: string;
364
+ textColorTextFocusSuccess: string;
365
+ textColorTextDisabledSuccess: string;
366
+ textColorGhostSuccess: string;
367
+ textColorGhostHoverSuccess: string;
368
+ textColorGhostPressedSuccess: string;
369
+ textColorGhostFocusSuccess: string;
370
+ textColorGhostDisabledSuccess: string;
371
+ borderSuccess: string;
372
+ borderHoverSuccess: string;
373
+ borderPressedSuccess: string;
374
+ borderFocusSuccess: string;
375
+ borderDisabledSuccess: string;
376
+ rippleColorSuccess: string;
377
+ colorWarning: string;
378
+ colorHoverWarning: string;
379
+ colorPressedWarning: string;
380
+ colorFocusWarning: string;
381
+ colorDisabledWarning: string;
382
+ textColorWarning: string;
383
+ textColorHoverWarning: string;
384
+ textColorPressedWarning: string;
385
+ textColorFocusWarning: string;
386
+ textColorDisabledWarning: string;
387
+ textColorTextWarning: string;
388
+ textColorTextHoverWarning: string;
389
+ textColorTextPressedWarning: string;
390
+ textColorTextFocusWarning: string;
391
+ textColorTextDisabledWarning: string;
392
+ textColorGhostWarning: string;
393
+ textColorGhostHoverWarning: string;
394
+ textColorGhostPressedWarning: string;
395
+ textColorGhostFocusWarning: string;
396
+ textColorGhostDisabledWarning: string;
397
+ borderWarning: string;
398
+ borderHoverWarning: string;
399
+ borderPressedWarning: string;
400
+ borderFocusWarning: string;
401
+ borderDisabledWarning: string;
402
+ rippleColorWarning: string;
403
+ colorError: string;
404
+ colorHoverError: string;
405
+ colorPressedError: string;
406
+ colorFocusError: string;
407
+ colorDisabledError: string;
408
+ textColorError: string;
409
+ textColorHoverError: string;
410
+ textColorPressedError: string;
411
+ textColorFocusError: string;
412
+ textColorDisabledError: string;
413
+ textColorTextError: string;
414
+ textColorTextHoverError: string;
415
+ textColorTextPressedError: string;
416
+ textColorTextFocusError: string;
417
+ textColorTextDisabledError: string;
418
+ textColorGhostError: string;
419
+ textColorGhostHoverError: string;
420
+ textColorGhostPressedError: string;
421
+ textColorGhostFocusError: string;
422
+ textColorGhostDisabledError: string;
423
+ borderError: string;
424
+ borderHoverError: string;
425
+ borderPressedError: string;
426
+ borderFocusError: string;
427
+ borderDisabledError: string;
428
+ rippleColorError: string;
429
+ waveOpacity: string;
430
+ fontWeight: string;
431
+ fontWeightStrong: string;
432
+ paddingTiny: string;
433
+ paddingSmall: string;
434
+ paddingMedium: string;
435
+ paddingLarge: string;
436
+ paddingRoundTiny: string;
437
+ paddingRoundSmall: string;
438
+ paddingRoundMedium: string;
439
+ paddingRoundLarge: string;
440
+ iconMarginTiny: string;
441
+ iconMarginSmall: string;
442
+ iconMarginMedium: string;
443
+ iconMarginLarge: string;
444
+ iconSizeTiny: string;
445
+ iconSizeSmall: string;
446
+ iconSizeMedium: string;
447
+ iconSizeLarge: string;
448
+ rippleDuration: string;
449
+ }, any>;
450
+ }>;
451
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
452
+ lineHeight: string;
453
+ color: string;
454
+ colorModal: string;
455
+ colorPopover: string;
456
+ colorTarget: string;
457
+ colorEmbedded: string;
458
+ colorEmbeddedModal: string;
459
+ colorEmbeddedPopover: string;
460
+ textColor: string;
461
+ titleTextColor: string;
462
+ borderColor: string;
463
+ actionColor: string;
464
+ titleFontWeight: string;
465
+ closeColorHover: string;
466
+ closeColorPressed: string;
467
+ closeBorderRadius: string;
468
+ closeIconColor: string;
469
+ closeIconColorHover: string;
470
+ closeIconColorPressed: string;
471
+ fontSizeSmall: string;
472
+ fontSizeMedium: string;
473
+ fontSizeLarge: string;
474
+ fontSizeHuge: string;
475
+ boxShadow: string;
476
+ borderRadius: string;
477
+ paddingSmall: string;
478
+ paddingMedium: string;
479
+ paddingLarge: string;
480
+ paddingHuge: string;
481
+ titleFontSizeSmall: string;
482
+ titleFontSizeMedium: string;
483
+ titleFontSizeLarge: string;
484
+ titleFontSizeHuge: string;
485
+ closeIconSize: string;
486
+ closeSize: string;
487
+ }, any>;
488
+ }>>;
489
+ readonly themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
490
+ color: string;
491
+ textColor: string;
492
+ boxShadow: string;
493
+ }, {
494
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
495
+ height: string;
496
+ width: string;
497
+ borderRadius: string;
498
+ color: string;
499
+ colorHover: string;
500
+ railInsetHorizontalBottom: string;
501
+ railInsetHorizontalTop: string;
502
+ railInsetVerticalRight: string;
503
+ railInsetVerticalLeft: string;
504
+ railColor: string;
505
+ }, any>;
506
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
507
+ fontSize: string;
508
+ lineHeight: string;
509
+ border: string;
510
+ titleTextColor: string;
511
+ textColor: string;
512
+ color: string;
513
+ closeColorHover: string;
514
+ closeColorPressed: string;
515
+ closeIconColor: string;
516
+ closeIconColorHover: string;
517
+ closeIconColorPressed: string;
518
+ closeBorderRadius: string;
519
+ iconColor: string;
520
+ iconColorInfo: string;
521
+ iconColorSuccess: string;
522
+ iconColorWarning: string;
523
+ iconColorError: string;
524
+ borderRadius: string;
525
+ titleFontWeight: string;
526
+ titleFontSize: string;
527
+ padding: string;
528
+ iconSize: string;
529
+ actionSpace: string;
530
+ contentMargin: string;
531
+ iconMargin: string;
532
+ iconMarginIconTop: string;
533
+ closeSize: string;
534
+ closeIconSize: string;
535
+ closeMargin: string;
536
+ closeMarginIconTop: string;
537
+ }, {
538
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
539
+ heightTiny: string;
540
+ heightSmall: string;
541
+ heightMedium: string;
542
+ heightLarge: string;
543
+ borderRadiusTiny: string;
544
+ borderRadiusSmall: string;
545
+ borderRadiusMedium: string;
546
+ borderRadiusLarge: string;
547
+ fontSizeTiny: string;
548
+ fontSizeSmall: string;
549
+ fontSizeMedium: string;
550
+ fontSizeLarge: string;
551
+ opacityDisabled: string;
552
+ colorOpacitySecondary: string;
553
+ colorOpacitySecondaryHover: string;
554
+ colorOpacitySecondaryPressed: string;
555
+ colorSecondary: string;
556
+ colorSecondaryHover: string;
557
+ colorSecondaryPressed: string;
558
+ colorTertiary: string;
559
+ colorTertiaryHover: string;
560
+ colorTertiaryPressed: string;
561
+ colorQuaternary: string;
562
+ colorQuaternaryHover: string;
563
+ colorQuaternaryPressed: string;
564
+ color: string;
565
+ colorHover: string;
566
+ colorPressed: string;
567
+ colorFocus: string;
568
+ colorDisabled: string;
569
+ textColor: string;
570
+ textColorTertiary: string;
571
+ textColorHover: string;
572
+ textColorPressed: string;
573
+ textColorFocus: string;
574
+ textColorDisabled: string;
575
+ textColorText: string;
576
+ textColorTextHover: string;
577
+ textColorTextPressed: string;
578
+ textColorTextFocus: string;
579
+ textColorTextDisabled: string;
580
+ textColorGhost: string;
581
+ textColorGhostHover: string;
582
+ textColorGhostPressed: string;
583
+ textColorGhostFocus: string;
584
+ textColorGhostDisabled: string;
585
+ border: string;
586
+ borderHover: string;
587
+ borderPressed: string;
588
+ borderFocus: string;
589
+ borderDisabled: string;
590
+ rippleColor: string;
591
+ colorPrimary: string;
592
+ colorHoverPrimary: string;
593
+ colorPressedPrimary: string;
594
+ colorFocusPrimary: string;
595
+ colorDisabledPrimary: string;
596
+ textColorPrimary: string;
597
+ textColorHoverPrimary: string;
598
+ textColorPressedPrimary: string;
599
+ textColorFocusPrimary: string;
600
+ textColorDisabledPrimary: string;
601
+ textColorTextPrimary: string;
602
+ textColorTextHoverPrimary: string;
603
+ textColorTextPressedPrimary: string;
604
+ textColorTextFocusPrimary: string;
605
+ textColorTextDisabledPrimary: string;
606
+ textColorGhostPrimary: string;
607
+ textColorGhostHoverPrimary: string;
608
+ textColorGhostPressedPrimary: string;
609
+ textColorGhostFocusPrimary: string;
610
+ textColorGhostDisabledPrimary: string;
611
+ borderPrimary: string;
612
+ borderHoverPrimary: string;
613
+ borderPressedPrimary: string;
614
+ borderFocusPrimary: string;
615
+ borderDisabledPrimary: string;
616
+ rippleColorPrimary: string;
617
+ colorInfo: string;
618
+ colorHoverInfo: string;
619
+ colorPressedInfo: string;
620
+ colorFocusInfo: string;
621
+ colorDisabledInfo: string;
622
+ textColorInfo: string;
623
+ textColorHoverInfo: string;
624
+ textColorPressedInfo: string;
625
+ textColorFocusInfo: string;
626
+ textColorDisabledInfo: string;
627
+ textColorTextInfo: string;
628
+ textColorTextHoverInfo: string;
629
+ textColorTextPressedInfo: string;
630
+ textColorTextFocusInfo: string;
631
+ textColorTextDisabledInfo: string;
632
+ textColorGhostInfo: string;
633
+ textColorGhostHoverInfo: string;
634
+ textColorGhostPressedInfo: string;
635
+ textColorGhostFocusInfo: string;
636
+ textColorGhostDisabledInfo: string;
637
+ borderInfo: string;
638
+ borderHoverInfo: string;
639
+ borderPressedInfo: string;
640
+ borderFocusInfo: string;
641
+ borderDisabledInfo: string;
642
+ rippleColorInfo: string;
643
+ colorSuccess: string;
644
+ colorHoverSuccess: string;
645
+ colorPressedSuccess: string;
646
+ colorFocusSuccess: string;
647
+ colorDisabledSuccess: string;
648
+ textColorSuccess: string;
649
+ textColorHoverSuccess: string;
650
+ textColorPressedSuccess: string;
651
+ textColorFocusSuccess: string;
652
+ textColorDisabledSuccess: string;
653
+ textColorTextSuccess: string;
654
+ textColorTextHoverSuccess: string;
655
+ textColorTextPressedSuccess: string;
656
+ textColorTextFocusSuccess: string;
657
+ textColorTextDisabledSuccess: string;
658
+ textColorGhostSuccess: string;
659
+ textColorGhostHoverSuccess: string;
660
+ textColorGhostPressedSuccess: string;
661
+ textColorGhostFocusSuccess: string;
662
+ textColorGhostDisabledSuccess: string;
663
+ borderSuccess: string;
664
+ borderHoverSuccess: string;
665
+ borderPressedSuccess: string;
666
+ borderFocusSuccess: string;
667
+ borderDisabledSuccess: string;
668
+ rippleColorSuccess: string;
669
+ colorWarning: string;
670
+ colorHoverWarning: string;
671
+ colorPressedWarning: string;
672
+ colorFocusWarning: string;
673
+ colorDisabledWarning: string;
674
+ textColorWarning: string;
675
+ textColorHoverWarning: string;
676
+ textColorPressedWarning: string;
677
+ textColorFocusWarning: string;
678
+ textColorDisabledWarning: string;
679
+ textColorTextWarning: string;
680
+ textColorTextHoverWarning: string;
681
+ textColorTextPressedWarning: string;
682
+ textColorTextFocusWarning: string;
683
+ textColorTextDisabledWarning: string;
684
+ textColorGhostWarning: string;
685
+ textColorGhostHoverWarning: string;
686
+ textColorGhostPressedWarning: string;
687
+ textColorGhostFocusWarning: string;
688
+ textColorGhostDisabledWarning: string;
689
+ borderWarning: string;
690
+ borderHoverWarning: string;
691
+ borderPressedWarning: string;
692
+ borderFocusWarning: string;
693
+ borderDisabledWarning: string;
694
+ rippleColorWarning: string;
695
+ colorError: string;
696
+ colorHoverError: string;
697
+ colorPressedError: string;
698
+ colorFocusError: string;
699
+ colorDisabledError: string;
700
+ textColorError: string;
701
+ textColorHoverError: string;
702
+ textColorPressedError: string;
703
+ textColorFocusError: string;
704
+ textColorDisabledError: string;
705
+ textColorTextError: string;
706
+ textColorTextHoverError: string;
707
+ textColorTextPressedError: string;
708
+ textColorTextFocusError: string;
709
+ textColorTextDisabledError: string;
710
+ textColorGhostError: string;
711
+ textColorGhostHoverError: string;
712
+ textColorGhostPressedError: string;
713
+ textColorGhostFocusError: string;
714
+ textColorGhostDisabledError: string;
715
+ borderError: string;
716
+ borderHoverError: string;
717
+ borderPressedError: string;
718
+ borderFocusError: string;
719
+ borderDisabledError: string;
720
+ rippleColorError: string;
721
+ waveOpacity: string;
722
+ fontWeight: string;
723
+ fontWeightStrong: string;
724
+ paddingTiny: string;
725
+ paddingSmall: string;
726
+ paddingMedium: string;
727
+ paddingLarge: string;
728
+ paddingRoundTiny: string;
729
+ paddingRoundSmall: string;
730
+ paddingRoundMedium: string;
731
+ paddingRoundLarge: string;
732
+ iconMarginTiny: string;
733
+ iconMarginSmall: string;
734
+ iconMarginMedium: string;
735
+ iconMarginLarge: string;
736
+ iconSizeTiny: string;
737
+ iconSizeSmall: string;
738
+ iconSizeMedium: string;
739
+ iconSizeLarge: string;
740
+ rippleDuration: string;
741
+ }, any>;
742
+ }>;
743
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
744
+ lineHeight: string;
745
+ color: string;
746
+ colorModal: string;
747
+ colorPopover: string;
748
+ colorTarget: string;
749
+ colorEmbedded: string;
750
+ colorEmbeddedModal: string;
751
+ colorEmbeddedPopover: string;
752
+ textColor: string;
753
+ titleTextColor: string;
754
+ borderColor: string;
755
+ actionColor: string;
756
+ titleFontWeight: string;
757
+ closeColorHover: string;
758
+ closeColorPressed: string;
759
+ closeBorderRadius: string;
760
+ closeIconColor: string;
761
+ closeIconColorHover: string;
762
+ closeIconColorPressed: string;
763
+ fontSizeSmall: string;
764
+ fontSizeMedium: string;
765
+ fontSizeLarge: string;
766
+ fontSizeHuge: string;
767
+ boxShadow: string;
768
+ borderRadius: string;
769
+ paddingSmall: string;
770
+ paddingMedium: string;
771
+ paddingLarge: string;
772
+ paddingHuge: string;
773
+ titleFontSizeSmall: string;
774
+ titleFontSizeMedium: string;
775
+ titleFontSizeLarge: string;
776
+ titleFontSizeHuge: string;
777
+ closeIconSize: string;
778
+ closeSize: string;
779
+ }, any>;
780
+ }>>>;
781
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
782
+ color: string;
783
+ textColor: string;
784
+ boxShadow: string;
785
+ }, {
786
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
787
+ height: string;
788
+ width: string;
789
+ borderRadius: string;
790
+ color: string;
791
+ colorHover: string;
792
+ railInsetHorizontalBottom: string;
793
+ railInsetHorizontalTop: string;
794
+ railInsetVerticalRight: string;
795
+ railInsetVerticalLeft: string;
796
+ railColor: string;
797
+ }, any>;
798
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
799
+ fontSize: string;
800
+ lineHeight: string;
801
+ border: string;
802
+ titleTextColor: string;
803
+ textColor: string;
804
+ color: string;
805
+ closeColorHover: string;
806
+ closeColorPressed: string;
807
+ closeIconColor: string;
808
+ closeIconColorHover: string;
809
+ closeIconColorPressed: string;
810
+ closeBorderRadius: string;
811
+ iconColor: string;
812
+ iconColorInfo: string;
813
+ iconColorSuccess: string;
814
+ iconColorWarning: string;
815
+ iconColorError: string;
816
+ borderRadius: string;
817
+ titleFontWeight: string;
818
+ titleFontSize: string;
819
+ padding: string;
820
+ iconSize: string;
821
+ actionSpace: string;
822
+ contentMargin: string;
823
+ iconMargin: string;
824
+ iconMarginIconTop: string;
825
+ closeSize: string;
826
+ closeIconSize: string;
827
+ closeMargin: string;
828
+ closeMarginIconTop: string;
829
+ }, {
830
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
831
+ heightTiny: string;
832
+ heightSmall: string;
833
+ heightMedium: string;
834
+ heightLarge: string;
835
+ borderRadiusTiny: string;
836
+ borderRadiusSmall: string;
837
+ borderRadiusMedium: string;
838
+ borderRadiusLarge: string;
839
+ fontSizeTiny: string;
840
+ fontSizeSmall: string;
841
+ fontSizeMedium: string;
842
+ fontSizeLarge: string;
843
+ opacityDisabled: string;
844
+ colorOpacitySecondary: string;
845
+ colorOpacitySecondaryHover: string;
846
+ colorOpacitySecondaryPressed: string;
847
+ colorSecondary: string;
848
+ colorSecondaryHover: string;
849
+ colorSecondaryPressed: string;
850
+ colorTertiary: string;
851
+ colorTertiaryHover: string;
852
+ colorTertiaryPressed: string;
853
+ colorQuaternary: string;
854
+ colorQuaternaryHover: string;
855
+ colorQuaternaryPressed: string;
856
+ color: string;
857
+ colorHover: string;
858
+ colorPressed: string;
859
+ colorFocus: string;
860
+ colorDisabled: string;
861
+ textColor: string;
862
+ textColorTertiary: string;
863
+ textColorHover: string;
864
+ textColorPressed: string;
865
+ textColorFocus: string;
866
+ textColorDisabled: string;
867
+ textColorText: string;
868
+ textColorTextHover: string;
869
+ textColorTextPressed: string;
870
+ textColorTextFocus: string;
871
+ textColorTextDisabled: string;
872
+ textColorGhost: string;
873
+ textColorGhostHover: string;
874
+ textColorGhostPressed: string;
875
+ textColorGhostFocus: string;
876
+ textColorGhostDisabled: string;
877
+ border: string;
878
+ borderHover: string;
879
+ borderPressed: string;
880
+ borderFocus: string;
881
+ borderDisabled: string;
882
+ rippleColor: string;
883
+ colorPrimary: string;
884
+ colorHoverPrimary: string;
885
+ colorPressedPrimary: string;
886
+ colorFocusPrimary: string;
887
+ colorDisabledPrimary: string;
888
+ textColorPrimary: string;
889
+ textColorHoverPrimary: string;
890
+ textColorPressedPrimary: string;
891
+ textColorFocusPrimary: string;
892
+ textColorDisabledPrimary: string;
893
+ textColorTextPrimary: string;
894
+ textColorTextHoverPrimary: string;
895
+ textColorTextPressedPrimary: string;
896
+ textColorTextFocusPrimary: string;
897
+ textColorTextDisabledPrimary: string;
898
+ textColorGhostPrimary: string;
899
+ textColorGhostHoverPrimary: string;
900
+ textColorGhostPressedPrimary: string;
901
+ textColorGhostFocusPrimary: string;
902
+ textColorGhostDisabledPrimary: string;
903
+ borderPrimary: string;
904
+ borderHoverPrimary: string;
905
+ borderPressedPrimary: string;
906
+ borderFocusPrimary: string;
907
+ borderDisabledPrimary: string;
908
+ rippleColorPrimary: string;
909
+ colorInfo: string;
910
+ colorHoverInfo: string;
911
+ colorPressedInfo: string;
912
+ colorFocusInfo: string;
913
+ colorDisabledInfo: string;
914
+ textColorInfo: string;
915
+ textColorHoverInfo: string;
916
+ textColorPressedInfo: string;
917
+ textColorFocusInfo: string;
918
+ textColorDisabledInfo: string;
919
+ textColorTextInfo: string;
920
+ textColorTextHoverInfo: string;
921
+ textColorTextPressedInfo: string;
922
+ textColorTextFocusInfo: string;
923
+ textColorTextDisabledInfo: string;
924
+ textColorGhostInfo: string;
925
+ textColorGhostHoverInfo: string;
926
+ textColorGhostPressedInfo: string;
927
+ textColorGhostFocusInfo: string;
928
+ textColorGhostDisabledInfo: string;
929
+ borderInfo: string;
930
+ borderHoverInfo: string;
931
+ borderPressedInfo: string;
932
+ borderFocusInfo: string;
933
+ borderDisabledInfo: string;
934
+ rippleColorInfo: string;
935
+ colorSuccess: string;
936
+ colorHoverSuccess: string;
937
+ colorPressedSuccess: string;
938
+ colorFocusSuccess: string;
939
+ colorDisabledSuccess: string;
940
+ textColorSuccess: string;
941
+ textColorHoverSuccess: string;
942
+ textColorPressedSuccess: string;
943
+ textColorFocusSuccess: string;
944
+ textColorDisabledSuccess: string;
945
+ textColorTextSuccess: string;
946
+ textColorTextHoverSuccess: string;
947
+ textColorTextPressedSuccess: string;
948
+ textColorTextFocusSuccess: string;
949
+ textColorTextDisabledSuccess: string;
950
+ textColorGhostSuccess: string;
951
+ textColorGhostHoverSuccess: string;
952
+ textColorGhostPressedSuccess: string;
953
+ textColorGhostFocusSuccess: string;
954
+ textColorGhostDisabledSuccess: string;
955
+ borderSuccess: string;
956
+ borderHoverSuccess: string;
957
+ borderPressedSuccess: string;
958
+ borderFocusSuccess: string;
959
+ borderDisabledSuccess: string;
960
+ rippleColorSuccess: string;
961
+ colorWarning: string;
962
+ colorHoverWarning: string;
963
+ colorPressedWarning: string;
964
+ colorFocusWarning: string;
965
+ colorDisabledWarning: string;
966
+ textColorWarning: string;
967
+ textColorHoverWarning: string;
968
+ textColorPressedWarning: string;
969
+ textColorFocusWarning: string;
970
+ textColorDisabledWarning: string;
971
+ textColorTextWarning: string;
972
+ textColorTextHoverWarning: string;
973
+ textColorTextPressedWarning: string;
974
+ textColorTextFocusWarning: string;
975
+ textColorTextDisabledWarning: string;
976
+ textColorGhostWarning: string;
977
+ textColorGhostHoverWarning: string;
978
+ textColorGhostPressedWarning: string;
979
+ textColorGhostFocusWarning: string;
980
+ textColorGhostDisabledWarning: string;
981
+ borderWarning: string;
982
+ borderHoverWarning: string;
983
+ borderPressedWarning: string;
984
+ borderFocusWarning: string;
985
+ borderDisabledWarning: string;
986
+ rippleColorWarning: string;
987
+ colorError: string;
988
+ colorHoverError: string;
989
+ colorPressedError: string;
990
+ colorFocusError: string;
991
+ colorDisabledError: string;
992
+ textColorError: string;
993
+ textColorHoverError: string;
994
+ textColorPressedError: string;
995
+ textColorFocusError: string;
996
+ textColorDisabledError: string;
997
+ textColorTextError: string;
998
+ textColorTextHoverError: string;
999
+ textColorTextPressedError: string;
1000
+ textColorTextFocusError: string;
1001
+ textColorTextDisabledError: string;
1002
+ textColorGhostError: string;
1003
+ textColorGhostHoverError: string;
1004
+ textColorGhostPressedError: string;
1005
+ textColorGhostFocusError: string;
1006
+ textColorGhostDisabledError: string;
1007
+ borderError: string;
1008
+ borderHoverError: string;
1009
+ borderPressedError: string;
1010
+ borderFocusError: string;
1011
+ borderDisabledError: string;
1012
+ rippleColorError: string;
1013
+ waveOpacity: string;
1014
+ fontWeight: string;
1015
+ fontWeightStrong: string;
1016
+ paddingTiny: string;
1017
+ paddingSmall: string;
1018
+ paddingMedium: string;
1019
+ paddingLarge: string;
1020
+ paddingRoundTiny: string;
1021
+ paddingRoundSmall: string;
1022
+ paddingRoundMedium: string;
1023
+ paddingRoundLarge: string;
1024
+ iconMarginTiny: string;
1025
+ iconMarginSmall: string;
1026
+ iconMarginMedium: string;
1027
+ iconMarginLarge: string;
1028
+ iconSizeTiny: string;
1029
+ iconSizeSmall: string;
1030
+ iconSizeMedium: string;
1031
+ iconSizeLarge: string;
1032
+ rippleDuration: string;
1033
+ }, any>;
1034
+ }>;
1035
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1036
+ lineHeight: string;
1037
+ color: string;
1038
+ colorModal: string;
1039
+ colorPopover: string;
1040
+ colorTarget: string;
1041
+ colorEmbedded: string;
1042
+ colorEmbeddedModal: string;
1043
+ colorEmbeddedPopover: string;
1044
+ textColor: string;
1045
+ titleTextColor: string;
1046
+ borderColor: string;
1047
+ actionColor: string;
1048
+ titleFontWeight: string;
1049
+ closeColorHover: string;
1050
+ closeColorPressed: string;
1051
+ closeBorderRadius: string;
1052
+ closeIconColor: string;
1053
+ closeIconColorHover: string;
1054
+ closeIconColorPressed: string;
1055
+ fontSizeSmall: string;
1056
+ fontSizeMedium: string;
1057
+ fontSizeLarge: string;
1058
+ fontSizeHuge: string;
1059
+ boxShadow: string;
1060
+ borderRadius: string;
1061
+ paddingSmall: string;
1062
+ paddingMedium: string;
1063
+ paddingLarge: string;
1064
+ paddingHuge: string;
1065
+ titleFontSizeSmall: string;
1066
+ titleFontSizeMedium: string;
1067
+ titleFontSizeLarge: string;
1068
+ titleFontSizeHuge: string;
1069
+ closeIconSize: string;
1070
+ closeSize: string;
1071
+ }, any>;
1072
+ }>>>;
1073
+ };