@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,835 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ readonly allowUncheck: {
3
+ readonly type: BooleanConstructor;
4
+ readonly default: false;
5
+ };
6
+ readonly focusable: {
7
+ readonly type: BooleanConstructor;
8
+ readonly default: true;
9
+ };
10
+ readonly content: {
11
+ readonly type: StringConstructor;
12
+ readonly default: "";
13
+ };
14
+ readonly size: {
15
+ readonly type: import('vue').PropType<import('./props').Size>;
16
+ readonly default: "medium";
17
+ };
18
+ readonly extendThemeOverrides: {
19
+ readonly type: import('vue').PropType<import('../../../_extendThemeOverrides/Radio').RadioExtendThemeOverrides>;
20
+ readonly default: () => {};
21
+ };
22
+ readonly name: StringConstructor;
23
+ readonly value: {
24
+ readonly type: import('vue').PropType<string | number | boolean>;
25
+ readonly default: "on";
26
+ };
27
+ readonly checked: {
28
+ readonly type: import('vue').PropType<boolean | undefined>;
29
+ readonly default: undefined;
30
+ };
31
+ readonly defaultChecked: BooleanConstructor;
32
+ readonly disabled: {
33
+ readonly type: import('vue').PropType<boolean | undefined>;
34
+ readonly default: undefined;
35
+ };
36
+ readonly label: StringConstructor;
37
+ readonly onUpdateChecked: import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
38
+ readonly 'onUpdate:checked': import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
39
+ readonly checkedValue: {
40
+ readonly type: import('vue').PropType<boolean | undefined>;
41
+ readonly default: undefined;
42
+ };
43
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Radio", {
44
+ labelLineHeight: string;
45
+ buttonHeightSmall: string;
46
+ buttonHeightMedium: string;
47
+ buttonHeightLarge: string;
48
+ fontSizeSmall: string;
49
+ fontSizeMedium: string;
50
+ fontSizeLarge: string;
51
+ boxShadow: string;
52
+ boxShadowActive: string;
53
+ boxShadowFocus: string;
54
+ boxShadowHover: string;
55
+ boxShadowDisabled: string;
56
+ color: string;
57
+ colorDisabled: string;
58
+ colorActive: string;
59
+ textColor: string;
60
+ textColorDisabled: string;
61
+ dotColorActive: string;
62
+ dotColorDisabled: string;
63
+ buttonBorderColor: string;
64
+ buttonBorderColorActive: string;
65
+ buttonBorderColorHover: string;
66
+ buttonColor: string;
67
+ buttonColorActive: string;
68
+ buttonTextColor: string;
69
+ buttonTextColorActive: string;
70
+ buttonTextColorHover: string;
71
+ opacityDisabled: string;
72
+ buttonBoxShadowFocus: string;
73
+ buttonBoxShadowHover: string;
74
+ buttonBoxShadow: string;
75
+ buttonBorderRadius: string;
76
+ radioSizeSmall: string;
77
+ radioSizeMedium: string;
78
+ radioSizeLarge: string;
79
+ labelPadding: string;
80
+ labelFontWeight: string;
81
+ }, any>>;
82
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
83
+ labelLineHeight: string;
84
+ buttonHeightSmall: string;
85
+ buttonHeightMedium: string;
86
+ buttonHeightLarge: string;
87
+ fontSizeSmall: string;
88
+ fontSizeMedium: string;
89
+ fontSizeLarge: string;
90
+ boxShadow: string;
91
+ boxShadowActive: string;
92
+ boxShadowFocus: string;
93
+ boxShadowHover: string;
94
+ boxShadowDisabled: string;
95
+ color: string;
96
+ colorDisabled: string;
97
+ colorActive: string;
98
+ textColor: string;
99
+ textColorDisabled: string;
100
+ dotColorActive: string;
101
+ dotColorDisabled: string;
102
+ buttonBorderColor: string;
103
+ buttonBorderColorActive: string;
104
+ buttonBorderColorHover: string;
105
+ buttonColor: string;
106
+ buttonColorActive: string;
107
+ buttonTextColor: string;
108
+ buttonTextColorActive: string;
109
+ buttonTextColorHover: string;
110
+ opacityDisabled: string;
111
+ buttonBoxShadowFocus: string;
112
+ buttonBoxShadowHover: string;
113
+ buttonBoxShadow: string;
114
+ buttonBorderRadius: string;
115
+ radioSizeSmall: string;
116
+ radioSizeMedium: string;
117
+ radioSizeLarge: string;
118
+ labelPadding: string;
119
+ labelFontWeight: string;
120
+ }, any>>>;
121
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
122
+ labelLineHeight: string;
123
+ buttonHeightSmall: string;
124
+ buttonHeightMedium: string;
125
+ buttonHeightLarge: string;
126
+ fontSizeSmall: string;
127
+ fontSizeMedium: string;
128
+ fontSizeLarge: string;
129
+ boxShadow: string;
130
+ boxShadowActive: string;
131
+ boxShadowFocus: string;
132
+ boxShadowHover: string;
133
+ boxShadowDisabled: string;
134
+ color: string;
135
+ colorDisabled: string;
136
+ colorActive: string;
137
+ textColor: string;
138
+ textColorDisabled: string;
139
+ dotColorActive: string;
140
+ dotColorDisabled: string;
141
+ buttonBorderColor: string;
142
+ buttonBorderColorActive: string;
143
+ buttonBorderColorHover: string;
144
+ buttonColor: string;
145
+ buttonColorActive: string;
146
+ buttonTextColor: string;
147
+ buttonTextColorActive: string;
148
+ buttonTextColorHover: string;
149
+ opacityDisabled: string;
150
+ buttonBoxShadowFocus: string;
151
+ buttonBoxShadowHover: string;
152
+ buttonBoxShadow: string;
153
+ buttonBorderRadius: string;
154
+ radioSizeSmall: string;
155
+ radioSizeMedium: string;
156
+ radioSizeLarge: string;
157
+ labelPadding: string;
158
+ labelFontWeight: string;
159
+ }, any>>>;
160
+ }>, {
161
+ radioRef: (ref: Element | import('vue').ComponentPublicInstance | null, refs: Record<string, any>) => void;
162
+ content: string;
163
+ currentProps: import('vue').ComputedRef<{
164
+ themeOverrides: (Partial<{
165
+ labelLineHeight: string;
166
+ buttonHeightSmall: string;
167
+ buttonHeightMedium: string;
168
+ buttonHeightLarge: string;
169
+ fontSizeSmall: string;
170
+ fontSizeMedium: string;
171
+ fontSizeLarge: string;
172
+ boxShadow: string;
173
+ boxShadowActive: string;
174
+ boxShadowFocus: string;
175
+ boxShadowHover: string;
176
+ boxShadowDisabled: string;
177
+ color: string;
178
+ colorDisabled: string;
179
+ colorActive: string;
180
+ textColor: string;
181
+ textColorDisabled: string;
182
+ dotColorActive: string;
183
+ dotColorDisabled: string;
184
+ buttonBorderColor: string;
185
+ buttonBorderColorActive: string;
186
+ buttonBorderColorHover: string;
187
+ buttonColor: string;
188
+ buttonColorActive: string;
189
+ buttonTextColor: string;
190
+ buttonTextColorActive: string;
191
+ buttonTextColorHover: string;
192
+ opacityDisabled: string;
193
+ buttonBoxShadowFocus: string;
194
+ buttonBoxShadowHover: string;
195
+ buttonBoxShadow: string;
196
+ buttonBorderRadius: string;
197
+ radioSizeSmall: string;
198
+ radioSizeMedium: string;
199
+ radioSizeLarge: string;
200
+ labelPadding: string;
201
+ labelFontWeight: string;
202
+ }> & {
203
+ peers?: {
204
+ [x: string]: any;
205
+ } | undefined;
206
+ } & {
207
+ common?: Partial<import('naive-ui').ThemeCommonVars>;
208
+ }) | (Partial<Record<string, unknown>> & {
209
+ peers?: {
210
+ [x: string]: any;
211
+ } | undefined;
212
+ } & {
213
+ common?: Partial<import('naive-ui').ThemeCommonVars>;
214
+ } & Partial<{
215
+ labelLineHeight: string;
216
+ buttonHeightSmall: string;
217
+ buttonHeightMedium: string;
218
+ buttonHeightLarge: string;
219
+ fontSizeSmall: string;
220
+ fontSizeMedium: string;
221
+ fontSizeLarge: string;
222
+ boxShadow: string;
223
+ boxShadowActive: string;
224
+ boxShadowFocus: string;
225
+ boxShadowHover: string;
226
+ boxShadowDisabled: string;
227
+ color: string;
228
+ colorDisabled: string;
229
+ colorActive: string;
230
+ textColor: string;
231
+ textColorDisabled: string;
232
+ dotColorActive: string;
233
+ dotColorDisabled: string;
234
+ buttonBorderColor: string;
235
+ buttonBorderColorActive: string;
236
+ buttonBorderColorHover: string;
237
+ buttonColor: string;
238
+ buttonColorActive: string;
239
+ buttonTextColor: string;
240
+ buttonTextColorActive: string;
241
+ buttonTextColorHover: string;
242
+ opacityDisabled: string;
243
+ buttonBoxShadowFocus: string;
244
+ buttonBoxShadowHover: string;
245
+ buttonBoxShadow: string;
246
+ buttonBorderRadius: string;
247
+ radioSizeSmall: string;
248
+ radioSizeMedium: string;
249
+ radioSizeLarge: string;
250
+ labelPadding: string;
251
+ labelFontWeight: string;
252
+ }>);
253
+ theme: import('naive-ui/es/_mixins').Theme<"Radio", {
254
+ labelLineHeight: string;
255
+ buttonHeightSmall: string;
256
+ buttonHeightMedium: string;
257
+ buttonHeightLarge: string;
258
+ fontSizeSmall: string;
259
+ fontSizeMedium: string;
260
+ fontSizeLarge: string;
261
+ boxShadow: string;
262
+ boxShadowActive: string;
263
+ boxShadowFocus: string;
264
+ boxShadowHover: string;
265
+ boxShadowDisabled: string;
266
+ color: string;
267
+ colorDisabled: string;
268
+ colorActive: string;
269
+ textColor: string;
270
+ textColorDisabled: string;
271
+ dotColorActive: string;
272
+ dotColorDisabled: string;
273
+ buttonBorderColor: string;
274
+ buttonBorderColorActive: string;
275
+ buttonBorderColorHover: string;
276
+ buttonColor: string;
277
+ buttonColorActive: string;
278
+ buttonTextColor: string;
279
+ buttonTextColorActive: string;
280
+ buttonTextColorHover: string;
281
+ opacityDisabled: string;
282
+ buttonBoxShadowFocus: string;
283
+ buttonBoxShadowHover: string;
284
+ buttonBoxShadow: string;
285
+ buttonBorderRadius: string;
286
+ radioSizeSmall: string;
287
+ radioSizeMedium: string;
288
+ radioSizeLarge: string;
289
+ labelPadding: string;
290
+ labelFontWeight: string;
291
+ }, any> | undefined;
292
+ builtinThemeOverrides: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
293
+ labelLineHeight: string;
294
+ buttonHeightSmall: string;
295
+ buttonHeightMedium: string;
296
+ buttonHeightLarge: string;
297
+ fontSizeSmall: string;
298
+ fontSizeMedium: string;
299
+ fontSizeLarge: string;
300
+ boxShadow: string;
301
+ boxShadowActive: string;
302
+ boxShadowFocus: string;
303
+ boxShadowHover: string;
304
+ boxShadowDisabled: string;
305
+ color: string;
306
+ colorDisabled: string;
307
+ colorActive: string;
308
+ textColor: string;
309
+ textColorDisabled: string;
310
+ dotColorActive: string;
311
+ dotColorDisabled: string;
312
+ buttonBorderColor: string;
313
+ buttonBorderColorActive: string;
314
+ buttonBorderColorHover: string;
315
+ buttonColor: string;
316
+ buttonColorActive: string;
317
+ buttonTextColor: string;
318
+ buttonTextColorActive: string;
319
+ buttonTextColorHover: string;
320
+ opacityDisabled: string;
321
+ buttonBoxShadowFocus: string;
322
+ buttonBoxShadowHover: string;
323
+ buttonBoxShadow: string;
324
+ buttonBorderRadius: string;
325
+ radioSizeSmall: string;
326
+ radioSizeMedium: string;
327
+ radioSizeLarge: string;
328
+ labelPadding: string;
329
+ labelFontWeight: string;
330
+ }, any>> | undefined;
331
+ name: string | undefined;
332
+ label: string | undefined;
333
+ disabled: boolean | undefined;
334
+ size: import('./props').Size;
335
+ focusable: boolean;
336
+ value: string | number | boolean;
337
+ defaultChecked: boolean;
338
+ checkedValue: boolean | undefined;
339
+ 'onUpdate:checked': (import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void> & ((...args: any[]) => any)) | undefined;
340
+ onUpdateChecked: import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void> | undefined;
341
+ }>;
342
+ prefix: string;
343
+ checked: import('vue').WritableComputedRef<boolean | undefined, boolean>;
344
+ cssVarsRef: import('vue').ComputedRef<{
345
+ "--boden-radio-color-active-disabled": string | undefined;
346
+ "--boden-radio-box-shadow-active-disabled": string | undefined;
347
+ "--boden-radio-dot-size": string | undefined;
348
+ }>;
349
+ handleClick: (event: PointerEvent) => void;
350
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:checked"[], "update:checked", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
351
+ readonly allowUncheck: {
352
+ readonly type: BooleanConstructor;
353
+ readonly default: false;
354
+ };
355
+ readonly focusable: {
356
+ readonly type: BooleanConstructor;
357
+ readonly default: true;
358
+ };
359
+ readonly content: {
360
+ readonly type: StringConstructor;
361
+ readonly default: "";
362
+ };
363
+ readonly size: {
364
+ readonly type: import('vue').PropType<import('./props').Size>;
365
+ readonly default: "medium";
366
+ };
367
+ readonly extendThemeOverrides: {
368
+ readonly type: import('vue').PropType<import('../../../_extendThemeOverrides/Radio').RadioExtendThemeOverrides>;
369
+ readonly default: () => {};
370
+ };
371
+ readonly name: StringConstructor;
372
+ readonly value: {
373
+ readonly type: import('vue').PropType<string | number | boolean>;
374
+ readonly default: "on";
375
+ };
376
+ readonly checked: {
377
+ readonly type: import('vue').PropType<boolean | undefined>;
378
+ readonly default: undefined;
379
+ };
380
+ readonly defaultChecked: BooleanConstructor;
381
+ readonly disabled: {
382
+ readonly type: import('vue').PropType<boolean | undefined>;
383
+ readonly default: undefined;
384
+ };
385
+ readonly label: StringConstructor;
386
+ readonly onUpdateChecked: import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
387
+ readonly 'onUpdate:checked': import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
388
+ readonly checkedValue: {
389
+ readonly type: import('vue').PropType<boolean | undefined>;
390
+ readonly default: undefined;
391
+ };
392
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Radio", {
393
+ labelLineHeight: string;
394
+ buttonHeightSmall: string;
395
+ buttonHeightMedium: string;
396
+ buttonHeightLarge: string;
397
+ fontSizeSmall: string;
398
+ fontSizeMedium: string;
399
+ fontSizeLarge: string;
400
+ boxShadow: string;
401
+ boxShadowActive: string;
402
+ boxShadowFocus: string;
403
+ boxShadowHover: string;
404
+ boxShadowDisabled: string;
405
+ color: string;
406
+ colorDisabled: string;
407
+ colorActive: string;
408
+ textColor: string;
409
+ textColorDisabled: string;
410
+ dotColorActive: string;
411
+ dotColorDisabled: string;
412
+ buttonBorderColor: string;
413
+ buttonBorderColorActive: string;
414
+ buttonBorderColorHover: string;
415
+ buttonColor: string;
416
+ buttonColorActive: string;
417
+ buttonTextColor: string;
418
+ buttonTextColorActive: string;
419
+ buttonTextColorHover: string;
420
+ opacityDisabled: string;
421
+ buttonBoxShadowFocus: string;
422
+ buttonBoxShadowHover: string;
423
+ buttonBoxShadow: string;
424
+ buttonBorderRadius: string;
425
+ radioSizeSmall: string;
426
+ radioSizeMedium: string;
427
+ radioSizeLarge: string;
428
+ labelPadding: string;
429
+ labelFontWeight: string;
430
+ }, any>>;
431
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
432
+ labelLineHeight: string;
433
+ buttonHeightSmall: string;
434
+ buttonHeightMedium: string;
435
+ buttonHeightLarge: string;
436
+ fontSizeSmall: string;
437
+ fontSizeMedium: string;
438
+ fontSizeLarge: string;
439
+ boxShadow: string;
440
+ boxShadowActive: string;
441
+ boxShadowFocus: string;
442
+ boxShadowHover: string;
443
+ boxShadowDisabled: string;
444
+ color: string;
445
+ colorDisabled: string;
446
+ colorActive: string;
447
+ textColor: string;
448
+ textColorDisabled: string;
449
+ dotColorActive: string;
450
+ dotColorDisabled: string;
451
+ buttonBorderColor: string;
452
+ buttonBorderColorActive: string;
453
+ buttonBorderColorHover: string;
454
+ buttonColor: string;
455
+ buttonColorActive: string;
456
+ buttonTextColor: string;
457
+ buttonTextColorActive: string;
458
+ buttonTextColorHover: string;
459
+ opacityDisabled: string;
460
+ buttonBoxShadowFocus: string;
461
+ buttonBoxShadowHover: string;
462
+ buttonBoxShadow: string;
463
+ buttonBorderRadius: string;
464
+ radioSizeSmall: string;
465
+ radioSizeMedium: string;
466
+ radioSizeLarge: string;
467
+ labelPadding: string;
468
+ labelFontWeight: string;
469
+ }, any>>>;
470
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
471
+ labelLineHeight: string;
472
+ buttonHeightSmall: string;
473
+ buttonHeightMedium: string;
474
+ buttonHeightLarge: string;
475
+ fontSizeSmall: string;
476
+ fontSizeMedium: string;
477
+ fontSizeLarge: string;
478
+ boxShadow: string;
479
+ boxShadowActive: string;
480
+ boxShadowFocus: string;
481
+ boxShadowHover: string;
482
+ boxShadowDisabled: string;
483
+ color: string;
484
+ colorDisabled: string;
485
+ colorActive: string;
486
+ textColor: string;
487
+ textColorDisabled: string;
488
+ dotColorActive: string;
489
+ dotColorDisabled: string;
490
+ buttonBorderColor: string;
491
+ buttonBorderColorActive: string;
492
+ buttonBorderColorHover: string;
493
+ buttonColor: string;
494
+ buttonColorActive: string;
495
+ buttonTextColor: string;
496
+ buttonTextColorActive: string;
497
+ buttonTextColorHover: string;
498
+ opacityDisabled: string;
499
+ buttonBoxShadowFocus: string;
500
+ buttonBoxShadowHover: string;
501
+ buttonBoxShadow: string;
502
+ buttonBorderRadius: string;
503
+ radioSizeSmall: string;
504
+ radioSizeMedium: string;
505
+ radioSizeLarge: string;
506
+ labelPadding: string;
507
+ labelFontWeight: string;
508
+ }, any>>>;
509
+ }>> & Readonly<{
510
+ "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
511
+ }>, {
512
+ readonly content: string;
513
+ readonly extendThemeOverrides: import('../../../_extendThemeOverrides/Radio').RadioExtendThemeOverrides;
514
+ readonly disabled: boolean | undefined;
515
+ readonly size: import('./props').Size;
516
+ readonly focusable: boolean;
517
+ readonly value: string | number | boolean;
518
+ readonly checked: boolean | undefined;
519
+ readonly defaultChecked: boolean;
520
+ readonly checkedValue: boolean | undefined;
521
+ readonly allowUncheck: boolean;
522
+ }, {}, {
523
+ NRadio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
524
+ readonly name: StringConstructor;
525
+ readonly value: {
526
+ readonly type: import('vue').PropType<string | number | boolean>;
527
+ readonly default: "on";
528
+ };
529
+ readonly checked: {
530
+ readonly type: import('vue').PropType<boolean | undefined>;
531
+ readonly default: undefined;
532
+ };
533
+ readonly defaultChecked: BooleanConstructor;
534
+ readonly disabled: {
535
+ readonly type: import('vue').PropType<boolean | undefined>;
536
+ readonly default: undefined;
537
+ };
538
+ readonly label: StringConstructor;
539
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
540
+ readonly onUpdateChecked: import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
541
+ readonly 'onUpdate:checked': import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
542
+ readonly checkedValue: {
543
+ readonly type: import('vue').PropType<boolean | undefined>;
544
+ readonly default: undefined;
545
+ };
546
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Radio", {
547
+ labelLineHeight: string;
548
+ buttonHeightSmall: string;
549
+ buttonHeightMedium: string;
550
+ buttonHeightLarge: string;
551
+ fontSizeSmall: string;
552
+ fontSizeMedium: string;
553
+ fontSizeLarge: string;
554
+ boxShadow: string;
555
+ boxShadowActive: string;
556
+ boxShadowFocus: string;
557
+ boxShadowHover: string;
558
+ boxShadowDisabled: string;
559
+ color: string;
560
+ colorDisabled: string;
561
+ colorActive: string;
562
+ textColor: string;
563
+ textColorDisabled: string;
564
+ dotColorActive: string;
565
+ dotColorDisabled: string;
566
+ buttonBorderColor: string;
567
+ buttonBorderColorActive: string;
568
+ buttonBorderColorHover: string;
569
+ buttonColor: string;
570
+ buttonColorActive: string;
571
+ buttonTextColor: string;
572
+ buttonTextColorActive: string;
573
+ buttonTextColorHover: string;
574
+ opacityDisabled: string;
575
+ buttonBoxShadowFocus: string;
576
+ buttonBoxShadowHover: string;
577
+ buttonBoxShadow: string;
578
+ buttonBorderRadius: string;
579
+ radioSizeSmall: string;
580
+ radioSizeMedium: string;
581
+ radioSizeLarge: string;
582
+ labelPadding: string;
583
+ labelFontWeight: string;
584
+ }, any>>;
585
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
586
+ labelLineHeight: string;
587
+ buttonHeightSmall: string;
588
+ buttonHeightMedium: string;
589
+ buttonHeightLarge: string;
590
+ fontSizeSmall: string;
591
+ fontSizeMedium: string;
592
+ fontSizeLarge: string;
593
+ boxShadow: string;
594
+ boxShadowActive: string;
595
+ boxShadowFocus: string;
596
+ boxShadowHover: string;
597
+ boxShadowDisabled: string;
598
+ color: string;
599
+ colorDisabled: string;
600
+ colorActive: string;
601
+ textColor: string;
602
+ textColorDisabled: string;
603
+ dotColorActive: string;
604
+ dotColorDisabled: string;
605
+ buttonBorderColor: string;
606
+ buttonBorderColorActive: string;
607
+ buttonBorderColorHover: string;
608
+ buttonColor: string;
609
+ buttonColorActive: string;
610
+ buttonTextColor: string;
611
+ buttonTextColorActive: string;
612
+ buttonTextColorHover: string;
613
+ opacityDisabled: string;
614
+ buttonBoxShadowFocus: string;
615
+ buttonBoxShadowHover: string;
616
+ buttonBoxShadow: string;
617
+ buttonBorderRadius: string;
618
+ radioSizeSmall: string;
619
+ radioSizeMedium: string;
620
+ radioSizeLarge: string;
621
+ labelPadding: string;
622
+ labelFontWeight: string;
623
+ }, any>>>;
624
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
625
+ labelLineHeight: string;
626
+ buttonHeightSmall: string;
627
+ buttonHeightMedium: string;
628
+ buttonHeightLarge: string;
629
+ fontSizeSmall: string;
630
+ fontSizeMedium: string;
631
+ fontSizeLarge: string;
632
+ boxShadow: string;
633
+ boxShadowActive: string;
634
+ boxShadowFocus: string;
635
+ boxShadowHover: string;
636
+ boxShadowDisabled: string;
637
+ color: string;
638
+ colorDisabled: string;
639
+ colorActive: string;
640
+ textColor: string;
641
+ textColorDisabled: string;
642
+ dotColorActive: string;
643
+ dotColorDisabled: string;
644
+ buttonBorderColor: string;
645
+ buttonBorderColorActive: string;
646
+ buttonBorderColorHover: string;
647
+ buttonColor: string;
648
+ buttonColorActive: string;
649
+ buttonTextColor: string;
650
+ buttonTextColorActive: string;
651
+ buttonTextColorHover: string;
652
+ opacityDisabled: string;
653
+ buttonBoxShadowFocus: string;
654
+ buttonBoxShadowHover: string;
655
+ buttonBoxShadow: string;
656
+ buttonBorderRadius: string;
657
+ radioSizeSmall: string;
658
+ radioSizeMedium: string;
659
+ radioSizeLarge: string;
660
+ labelPadding: string;
661
+ labelFontWeight: string;
662
+ }, any>>>;
663
+ }>, import('naive-ui/es/radio/src/use-radio').UseRadio & {
664
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
665
+ cssVars: import('vue').ComputedRef<{
666
+ "--n-bezier": string;
667
+ "--n-label-line-height": string;
668
+ "--n-label-font-weight": string;
669
+ "--n-box-shadow": string;
670
+ "--n-box-shadow-active": string;
671
+ "--n-box-shadow-disabled": string;
672
+ "--n-box-shadow-focus": string;
673
+ "--n-box-shadow-hover": string;
674
+ "--n-color": string;
675
+ "--n-color-active": string;
676
+ "--n-color-disabled": string;
677
+ "--n-dot-color-active": string;
678
+ "--n-dot-color-disabled": string;
679
+ "--n-font-size": string;
680
+ "--n-radio-size": string;
681
+ "--n-text-color": string;
682
+ "--n-text-color-disabled": string;
683
+ "--n-label-padding": string;
684
+ }> | undefined;
685
+ themeClass: import('vue').Ref<string, string> | undefined;
686
+ onRender: (() => void) | undefined;
687
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
688
+ readonly name: StringConstructor;
689
+ readonly value: {
690
+ readonly type: import('vue').PropType<string | number | boolean>;
691
+ readonly default: "on";
692
+ };
693
+ readonly checked: {
694
+ readonly type: import('vue').PropType<boolean | undefined>;
695
+ readonly default: undefined;
696
+ };
697
+ readonly defaultChecked: BooleanConstructor;
698
+ readonly disabled: {
699
+ readonly type: import('vue').PropType<boolean | undefined>;
700
+ readonly default: undefined;
701
+ };
702
+ readonly label: StringConstructor;
703
+ readonly size: import('vue').PropType<"small" | "medium" | "large">;
704
+ readonly onUpdateChecked: import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
705
+ readonly 'onUpdate:checked': import('vue').PropType<undefined | import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
706
+ readonly checkedValue: {
707
+ readonly type: import('vue').PropType<boolean | undefined>;
708
+ readonly default: undefined;
709
+ };
710
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Radio", {
711
+ labelLineHeight: string;
712
+ buttonHeightSmall: string;
713
+ buttonHeightMedium: string;
714
+ buttonHeightLarge: string;
715
+ fontSizeSmall: string;
716
+ fontSizeMedium: string;
717
+ fontSizeLarge: string;
718
+ boxShadow: string;
719
+ boxShadowActive: string;
720
+ boxShadowFocus: string;
721
+ boxShadowHover: string;
722
+ boxShadowDisabled: string;
723
+ color: string;
724
+ colorDisabled: string;
725
+ colorActive: string;
726
+ textColor: string;
727
+ textColorDisabled: string;
728
+ dotColorActive: string;
729
+ dotColorDisabled: string;
730
+ buttonBorderColor: string;
731
+ buttonBorderColorActive: string;
732
+ buttonBorderColorHover: string;
733
+ buttonColor: string;
734
+ buttonColorActive: string;
735
+ buttonTextColor: string;
736
+ buttonTextColorActive: string;
737
+ buttonTextColorHover: string;
738
+ opacityDisabled: string;
739
+ buttonBoxShadowFocus: string;
740
+ buttonBoxShadowHover: string;
741
+ buttonBoxShadow: string;
742
+ buttonBorderRadius: string;
743
+ radioSizeSmall: string;
744
+ radioSizeMedium: string;
745
+ radioSizeLarge: string;
746
+ labelPadding: string;
747
+ labelFontWeight: string;
748
+ }, any>>;
749
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
750
+ labelLineHeight: string;
751
+ buttonHeightSmall: string;
752
+ buttonHeightMedium: string;
753
+ buttonHeightLarge: string;
754
+ fontSizeSmall: string;
755
+ fontSizeMedium: string;
756
+ fontSizeLarge: string;
757
+ boxShadow: string;
758
+ boxShadowActive: string;
759
+ boxShadowFocus: string;
760
+ boxShadowHover: string;
761
+ boxShadowDisabled: string;
762
+ color: string;
763
+ colorDisabled: string;
764
+ colorActive: string;
765
+ textColor: string;
766
+ textColorDisabled: string;
767
+ dotColorActive: string;
768
+ dotColorDisabled: string;
769
+ buttonBorderColor: string;
770
+ buttonBorderColorActive: string;
771
+ buttonBorderColorHover: string;
772
+ buttonColor: string;
773
+ buttonColorActive: string;
774
+ buttonTextColor: string;
775
+ buttonTextColorActive: string;
776
+ buttonTextColorHover: string;
777
+ opacityDisabled: string;
778
+ buttonBoxShadowFocus: string;
779
+ buttonBoxShadowHover: string;
780
+ buttonBoxShadow: string;
781
+ buttonBorderRadius: string;
782
+ radioSizeSmall: string;
783
+ radioSizeMedium: string;
784
+ radioSizeLarge: string;
785
+ labelPadding: string;
786
+ labelFontWeight: string;
787
+ }, any>>>;
788
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Radio", {
789
+ labelLineHeight: string;
790
+ buttonHeightSmall: string;
791
+ buttonHeightMedium: string;
792
+ buttonHeightLarge: string;
793
+ fontSizeSmall: string;
794
+ fontSizeMedium: string;
795
+ fontSizeLarge: string;
796
+ boxShadow: string;
797
+ boxShadowActive: string;
798
+ boxShadowFocus: string;
799
+ boxShadowHover: string;
800
+ boxShadowDisabled: string;
801
+ color: string;
802
+ colorDisabled: string;
803
+ colorActive: string;
804
+ textColor: string;
805
+ textColorDisabled: string;
806
+ dotColorActive: string;
807
+ dotColorDisabled: string;
808
+ buttonBorderColor: string;
809
+ buttonBorderColorActive: string;
810
+ buttonBorderColorHover: string;
811
+ buttonColor: string;
812
+ buttonColorActive: string;
813
+ buttonTextColor: string;
814
+ buttonTextColorActive: string;
815
+ buttonTextColorHover: string;
816
+ opacityDisabled: string;
817
+ buttonBoxShadowFocus: string;
818
+ buttonBoxShadowHover: string;
819
+ buttonBoxShadow: string;
820
+ buttonBorderRadius: string;
821
+ radioSizeSmall: string;
822
+ radioSizeMedium: string;
823
+ radioSizeLarge: string;
824
+ labelPadding: string;
825
+ labelFontWeight: string;
826
+ }, any>>>;
827
+ }>> & Readonly<{}>, {
828
+ readonly value: string | number | boolean;
829
+ readonly disabled: boolean | undefined;
830
+ readonly checked: boolean | undefined;
831
+ readonly defaultChecked: boolean;
832
+ readonly checkedValue: boolean | undefined;
833
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
834
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
835
+ export default _default;