@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,3464 @@
1
+ import { SlotsType } from 'vue';
2
+ import { ModalSlots } from 'naive-ui';
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ readonly autoFocus: {
5
+ readonly type: BooleanConstructor;
6
+ readonly default: false;
7
+ };
8
+ readonly maskClosable: {
9
+ readonly type: BooleanConstructor;
10
+ readonly default: false;
11
+ };
12
+ readonly closeOnEsc: {
13
+ readonly type: BooleanConstructor;
14
+ readonly default: false;
15
+ };
16
+ readonly trapFocus: {
17
+ readonly type: BooleanConstructor;
18
+ readonly default: false;
19
+ };
20
+ readonly width: {
21
+ readonly type: StringConstructor;
22
+ readonly default: "50%";
23
+ };
24
+ readonly top: {
25
+ readonly type: StringConstructor;
26
+ readonly default: "10vh";
27
+ };
28
+ readonly title: {
29
+ readonly type: StringConstructor;
30
+ readonly default: "";
31
+ };
32
+ readonly headerClass: {
33
+ readonly type: StringConstructor;
34
+ readonly default: "";
35
+ };
36
+ readonly headerStyle: {
37
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
38
+ readonly default: {};
39
+ };
40
+ readonly titlePlacement: {
41
+ readonly type: import('vue').PropType<import('../..').DialogPlacement>;
42
+ readonly default: "left";
43
+ };
44
+ readonly closable: {
45
+ readonly type: BooleanConstructor;
46
+ readonly default: true;
47
+ };
48
+ readonly contentMaxHeight: {
49
+ readonly type: StringConstructor;
50
+ readonly default: "50vh";
51
+ };
52
+ readonly scrollContentClass: {
53
+ readonly type: StringConstructor;
54
+ readonly default: "";
55
+ };
56
+ readonly scrollContentStyle: {
57
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
58
+ readonly default: {};
59
+ };
60
+ readonly showFooter: {
61
+ readonly type: BooleanConstructor;
62
+ readonly default: true;
63
+ };
64
+ readonly footerPlacement: {
65
+ readonly type: import('vue').PropType<import('../..').DialogPlacement>;
66
+ readonly default: "left";
67
+ };
68
+ readonly footerContentClass: {
69
+ readonly type: StringConstructor;
70
+ readonly default: "";
71
+ };
72
+ readonly footerContentStyle: {
73
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
74
+ readonly default: {};
75
+ };
76
+ readonly negativeButtonProps: {
77
+ readonly type: import('vue').PropType<import('../..').BodenButtonProps>;
78
+ readonly default: () => {
79
+ type: string;
80
+ size: string;
81
+ content: string;
82
+ icon: string;
83
+ };
84
+ };
85
+ readonly positiveButtonProps: {
86
+ readonly type: import('vue').PropType<import('../..').BodenButtonProps>;
87
+ readonly default: () => {
88
+ type: string;
89
+ size: string;
90
+ content: string;
91
+ icon: string;
92
+ };
93
+ };
94
+ readonly loading: {
95
+ readonly type: BooleanConstructor;
96
+ readonly default: false;
97
+ };
98
+ readonly loadingCancel: {
99
+ readonly type: BooleanConstructor;
100
+ readonly default: false;
101
+ };
102
+ readonly customCancel: {
103
+ readonly type: import('vue').PropType<import('../..').DialogOnCancel>;
104
+ readonly default: undefined;
105
+ };
106
+ readonly draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
107
+ readonly onEsc: import('vue').PropType<() => void>;
108
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
109
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
110
+ readonly onAfterEnter: import('vue').PropType<() => void>;
111
+ readonly onBeforeLeave: import('vue').PropType<() => void>;
112
+ readonly onAfterLeave: import('vue').PropType<() => void>;
113
+ readonly onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
114
+ readonly onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
115
+ readonly onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
116
+ readonly onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
117
+ readonly internalDialog: BooleanConstructor;
118
+ readonly internalModal: BooleanConstructor;
119
+ readonly internalAppear: {
120
+ type: import('vue').PropType<boolean | undefined>;
121
+ default: undefined;
122
+ };
123
+ readonly overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
124
+ readonly onBeforeHide: import('vue').PropType<() => void>;
125
+ readonly onAfterHide: import('vue').PropType<() => void>;
126
+ readonly onHide: import('vue').PropType<(value: false) => void>;
127
+ readonly unstableShowMask: {
128
+ type: BooleanConstructor;
129
+ default: undefined;
130
+ };
131
+ readonly icon: import('vue').PropType<() => import('vue').VNodeChild>;
132
+ readonly type: {
133
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
134
+ readonly default: "default";
135
+ };
136
+ readonly negativeText: StringConstructor;
137
+ readonly positiveText: StringConstructor;
138
+ readonly content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
139
+ readonly action: import('vue').PropType<() => import('vue').VNodeChild>;
140
+ readonly showIcon: {
141
+ readonly type: BooleanConstructor;
142
+ readonly default: true;
143
+ };
144
+ readonly bordered: BooleanConstructor;
145
+ readonly iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
146
+ readonly titleClass: import('vue').PropType<string | Array<string | undefined>>;
147
+ readonly titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
148
+ readonly contentClass: import('vue').PropType<string | Array<string | undefined>>;
149
+ readonly contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
150
+ readonly actionClass: import('vue').PropType<string | Array<string | undefined>>;
151
+ readonly actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
152
+ readonly closeFocusable: BooleanConstructor;
153
+ readonly headerExtraClass: StringConstructor;
154
+ readonly headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
155
+ readonly footerClass: StringConstructor;
156
+ readonly footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
157
+ readonly embedded: BooleanConstructor;
158
+ readonly segmented: {
159
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
160
+ readonly default: false;
161
+ };
162
+ readonly size: {
163
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
164
+ readonly default: "medium";
165
+ };
166
+ readonly hoverable: BooleanConstructor;
167
+ readonly role: StringConstructor;
168
+ readonly tag: {
169
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
170
+ readonly default: "div";
171
+ };
172
+ readonly cover: import('vue').PropType<() => import('vue').VNodeChild>;
173
+ readonly footer: import('vue').PropType<() => import('vue').VNodeChild>;
174
+ readonly headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
175
+ readonly show: BooleanConstructor;
176
+ readonly showMask: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ readonly preset: import('vue').PropType<"confirm" | "dialog" | "card">;
181
+ readonly to: import('vue').PropType<string | HTMLElement>;
182
+ readonly displayDirective: {
183
+ type: import('vue').PropType<"if" | "show">;
184
+ default: string;
185
+ };
186
+ readonly transformOrigin: {
187
+ type: import('vue').PropType<"center" | "mouse">;
188
+ default: string;
189
+ };
190
+ readonly zIndex: NumberConstructor;
191
+ readonly blockScroll: {
192
+ type: BooleanConstructor;
193
+ default: boolean;
194
+ };
195
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
196
+ color: string;
197
+ textColor: string;
198
+ boxShadow: string;
199
+ }, {
200
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
201
+ height: string;
202
+ width: string;
203
+ borderRadius: string;
204
+ color: string;
205
+ colorHover: string;
206
+ railInsetHorizontalBottom: string;
207
+ railInsetHorizontalTop: string;
208
+ railInsetVerticalRight: string;
209
+ railInsetVerticalLeft: string;
210
+ railColor: string;
211
+ }, any>;
212
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
213
+ fontSize: string;
214
+ lineHeight: string;
215
+ border: string;
216
+ titleTextColor: string;
217
+ textColor: string;
218
+ color: string;
219
+ closeColorHover: string;
220
+ closeColorPressed: string;
221
+ closeIconColor: string;
222
+ closeIconColorHover: string;
223
+ closeIconColorPressed: string;
224
+ closeBorderRadius: string;
225
+ iconColor: string;
226
+ iconColorInfo: string;
227
+ iconColorSuccess: string;
228
+ iconColorWarning: string;
229
+ iconColorError: string;
230
+ borderRadius: string;
231
+ titleFontWeight: string;
232
+ titleFontSize: string;
233
+ padding: string;
234
+ iconSize: string;
235
+ actionSpace: string;
236
+ contentMargin: string;
237
+ iconMargin: string;
238
+ iconMarginIconTop: string;
239
+ closeSize: string;
240
+ closeIconSize: string;
241
+ closeMargin: string;
242
+ closeMarginIconTop: string;
243
+ }, {
244
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
245
+ heightTiny: string;
246
+ heightSmall: string;
247
+ heightMedium: string;
248
+ heightLarge: string;
249
+ borderRadiusTiny: string;
250
+ borderRadiusSmall: string;
251
+ borderRadiusMedium: string;
252
+ borderRadiusLarge: string;
253
+ fontSizeTiny: string;
254
+ fontSizeSmall: string;
255
+ fontSizeMedium: string;
256
+ fontSizeLarge: string;
257
+ opacityDisabled: string;
258
+ colorOpacitySecondary: string;
259
+ colorOpacitySecondaryHover: string;
260
+ colorOpacitySecondaryPressed: string;
261
+ colorSecondary: string;
262
+ colorSecondaryHover: string;
263
+ colorSecondaryPressed: string;
264
+ colorTertiary: string;
265
+ colorTertiaryHover: string;
266
+ colorTertiaryPressed: string;
267
+ colorQuaternary: string;
268
+ colorQuaternaryHover: string;
269
+ colorQuaternaryPressed: string;
270
+ color: string;
271
+ colorHover: string;
272
+ colorPressed: string;
273
+ colorFocus: string;
274
+ colorDisabled: string;
275
+ textColor: string;
276
+ textColorTertiary: string;
277
+ textColorHover: string;
278
+ textColorPressed: string;
279
+ textColorFocus: string;
280
+ textColorDisabled: string;
281
+ textColorText: string;
282
+ textColorTextHover: string;
283
+ textColorTextPressed: string;
284
+ textColorTextFocus: string;
285
+ textColorTextDisabled: string;
286
+ textColorGhost: string;
287
+ textColorGhostHover: string;
288
+ textColorGhostPressed: string;
289
+ textColorGhostFocus: string;
290
+ textColorGhostDisabled: string;
291
+ border: string;
292
+ borderHover: string;
293
+ borderPressed: string;
294
+ borderFocus: string;
295
+ borderDisabled: string;
296
+ rippleColor: string;
297
+ colorPrimary: string;
298
+ colorHoverPrimary: string;
299
+ colorPressedPrimary: string;
300
+ colorFocusPrimary: string;
301
+ colorDisabledPrimary: string;
302
+ textColorPrimary: string;
303
+ textColorHoverPrimary: string;
304
+ textColorPressedPrimary: string;
305
+ textColorFocusPrimary: string;
306
+ textColorDisabledPrimary: string;
307
+ textColorTextPrimary: string;
308
+ textColorTextHoverPrimary: string;
309
+ textColorTextPressedPrimary: string;
310
+ textColorTextFocusPrimary: string;
311
+ textColorTextDisabledPrimary: string;
312
+ textColorGhostPrimary: string;
313
+ textColorGhostHoverPrimary: string;
314
+ textColorGhostPressedPrimary: string;
315
+ textColorGhostFocusPrimary: string;
316
+ textColorGhostDisabledPrimary: string;
317
+ borderPrimary: string;
318
+ borderHoverPrimary: string;
319
+ borderPressedPrimary: string;
320
+ borderFocusPrimary: string;
321
+ borderDisabledPrimary: string;
322
+ rippleColorPrimary: string;
323
+ colorInfo: string;
324
+ colorHoverInfo: string;
325
+ colorPressedInfo: string;
326
+ colorFocusInfo: string;
327
+ colorDisabledInfo: string;
328
+ textColorInfo: string;
329
+ textColorHoverInfo: string;
330
+ textColorPressedInfo: string;
331
+ textColorFocusInfo: string;
332
+ textColorDisabledInfo: string;
333
+ textColorTextInfo: string;
334
+ textColorTextHoverInfo: string;
335
+ textColorTextPressedInfo: string;
336
+ textColorTextFocusInfo: string;
337
+ textColorTextDisabledInfo: string;
338
+ textColorGhostInfo: string;
339
+ textColorGhostHoverInfo: string;
340
+ textColorGhostPressedInfo: string;
341
+ textColorGhostFocusInfo: string;
342
+ textColorGhostDisabledInfo: string;
343
+ borderInfo: string;
344
+ borderHoverInfo: string;
345
+ borderPressedInfo: string;
346
+ borderFocusInfo: string;
347
+ borderDisabledInfo: string;
348
+ rippleColorInfo: string;
349
+ colorSuccess: string;
350
+ colorHoverSuccess: string;
351
+ colorPressedSuccess: string;
352
+ colorFocusSuccess: string;
353
+ colorDisabledSuccess: string;
354
+ textColorSuccess: string;
355
+ textColorHoverSuccess: string;
356
+ textColorPressedSuccess: string;
357
+ textColorFocusSuccess: string;
358
+ textColorDisabledSuccess: string;
359
+ textColorTextSuccess: string;
360
+ textColorTextHoverSuccess: string;
361
+ textColorTextPressedSuccess: string;
362
+ textColorTextFocusSuccess: string;
363
+ textColorTextDisabledSuccess: string;
364
+ textColorGhostSuccess: string;
365
+ textColorGhostHoverSuccess: string;
366
+ textColorGhostPressedSuccess: string;
367
+ textColorGhostFocusSuccess: string;
368
+ textColorGhostDisabledSuccess: string;
369
+ borderSuccess: string;
370
+ borderHoverSuccess: string;
371
+ borderPressedSuccess: string;
372
+ borderFocusSuccess: string;
373
+ borderDisabledSuccess: string;
374
+ rippleColorSuccess: string;
375
+ colorWarning: string;
376
+ colorHoverWarning: string;
377
+ colorPressedWarning: string;
378
+ colorFocusWarning: string;
379
+ colorDisabledWarning: string;
380
+ textColorWarning: string;
381
+ textColorHoverWarning: string;
382
+ textColorPressedWarning: string;
383
+ textColorFocusWarning: string;
384
+ textColorDisabledWarning: string;
385
+ textColorTextWarning: string;
386
+ textColorTextHoverWarning: string;
387
+ textColorTextPressedWarning: string;
388
+ textColorTextFocusWarning: string;
389
+ textColorTextDisabledWarning: string;
390
+ textColorGhostWarning: string;
391
+ textColorGhostHoverWarning: string;
392
+ textColorGhostPressedWarning: string;
393
+ textColorGhostFocusWarning: string;
394
+ textColorGhostDisabledWarning: string;
395
+ borderWarning: string;
396
+ borderHoverWarning: string;
397
+ borderPressedWarning: string;
398
+ borderFocusWarning: string;
399
+ borderDisabledWarning: string;
400
+ rippleColorWarning: string;
401
+ colorError: string;
402
+ colorHoverError: string;
403
+ colorPressedError: string;
404
+ colorFocusError: string;
405
+ colorDisabledError: string;
406
+ textColorError: string;
407
+ textColorHoverError: string;
408
+ textColorPressedError: string;
409
+ textColorFocusError: string;
410
+ textColorDisabledError: string;
411
+ textColorTextError: string;
412
+ textColorTextHoverError: string;
413
+ textColorTextPressedError: string;
414
+ textColorTextFocusError: string;
415
+ textColorTextDisabledError: string;
416
+ textColorGhostError: string;
417
+ textColorGhostHoverError: string;
418
+ textColorGhostPressedError: string;
419
+ textColorGhostFocusError: string;
420
+ textColorGhostDisabledError: string;
421
+ borderError: string;
422
+ borderHoverError: string;
423
+ borderPressedError: string;
424
+ borderFocusError: string;
425
+ borderDisabledError: string;
426
+ rippleColorError: string;
427
+ waveOpacity: string;
428
+ fontWeight: string;
429
+ fontWeightStrong: string;
430
+ paddingTiny: string;
431
+ paddingSmall: string;
432
+ paddingMedium: string;
433
+ paddingLarge: string;
434
+ paddingRoundTiny: string;
435
+ paddingRoundSmall: string;
436
+ paddingRoundMedium: string;
437
+ paddingRoundLarge: string;
438
+ iconMarginTiny: string;
439
+ iconMarginSmall: string;
440
+ iconMarginMedium: string;
441
+ iconMarginLarge: string;
442
+ iconSizeTiny: string;
443
+ iconSizeSmall: string;
444
+ iconSizeMedium: string;
445
+ iconSizeLarge: string;
446
+ rippleDuration: string;
447
+ }, any>;
448
+ }>;
449
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
450
+ lineHeight: string;
451
+ color: string;
452
+ colorModal: string;
453
+ colorPopover: string;
454
+ colorTarget: string;
455
+ colorEmbedded: string;
456
+ colorEmbeddedModal: string;
457
+ colorEmbeddedPopover: string;
458
+ textColor: string;
459
+ titleTextColor: string;
460
+ borderColor: string;
461
+ actionColor: string;
462
+ titleFontWeight: string;
463
+ closeColorHover: string;
464
+ closeColorPressed: string;
465
+ closeBorderRadius: string;
466
+ closeIconColor: string;
467
+ closeIconColorHover: string;
468
+ closeIconColorPressed: string;
469
+ fontSizeSmall: string;
470
+ fontSizeMedium: string;
471
+ fontSizeLarge: string;
472
+ fontSizeHuge: string;
473
+ boxShadow: string;
474
+ borderRadius: string;
475
+ paddingSmall: string;
476
+ paddingMedium: string;
477
+ paddingLarge: string;
478
+ paddingHuge: string;
479
+ titleFontSizeSmall: string;
480
+ titleFontSizeMedium: string;
481
+ titleFontSizeLarge: string;
482
+ titleFontSizeHuge: string;
483
+ closeIconSize: string;
484
+ closeSize: string;
485
+ }, any>;
486
+ }>>;
487
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
488
+ color: string;
489
+ textColor: string;
490
+ boxShadow: string;
491
+ }, {
492
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
493
+ height: string;
494
+ width: string;
495
+ borderRadius: string;
496
+ color: string;
497
+ colorHover: string;
498
+ railInsetHorizontalBottom: string;
499
+ railInsetHorizontalTop: string;
500
+ railInsetVerticalRight: string;
501
+ railInsetVerticalLeft: string;
502
+ railColor: string;
503
+ }, any>;
504
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
505
+ fontSize: string;
506
+ lineHeight: string;
507
+ border: string;
508
+ titleTextColor: string;
509
+ textColor: string;
510
+ color: string;
511
+ closeColorHover: string;
512
+ closeColorPressed: string;
513
+ closeIconColor: string;
514
+ closeIconColorHover: string;
515
+ closeIconColorPressed: string;
516
+ closeBorderRadius: string;
517
+ iconColor: string;
518
+ iconColorInfo: string;
519
+ iconColorSuccess: string;
520
+ iconColorWarning: string;
521
+ iconColorError: string;
522
+ borderRadius: string;
523
+ titleFontWeight: string;
524
+ titleFontSize: string;
525
+ padding: string;
526
+ iconSize: string;
527
+ actionSpace: string;
528
+ contentMargin: string;
529
+ iconMargin: string;
530
+ iconMarginIconTop: string;
531
+ closeSize: string;
532
+ closeIconSize: string;
533
+ closeMargin: string;
534
+ closeMarginIconTop: string;
535
+ }, {
536
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
537
+ heightTiny: string;
538
+ heightSmall: string;
539
+ heightMedium: string;
540
+ heightLarge: string;
541
+ borderRadiusTiny: string;
542
+ borderRadiusSmall: string;
543
+ borderRadiusMedium: string;
544
+ borderRadiusLarge: string;
545
+ fontSizeTiny: string;
546
+ fontSizeSmall: string;
547
+ fontSizeMedium: string;
548
+ fontSizeLarge: string;
549
+ opacityDisabled: string;
550
+ colorOpacitySecondary: string;
551
+ colorOpacitySecondaryHover: string;
552
+ colorOpacitySecondaryPressed: string;
553
+ colorSecondary: string;
554
+ colorSecondaryHover: string;
555
+ colorSecondaryPressed: string;
556
+ colorTertiary: string;
557
+ colorTertiaryHover: string;
558
+ colorTertiaryPressed: string;
559
+ colorQuaternary: string;
560
+ colorQuaternaryHover: string;
561
+ colorQuaternaryPressed: string;
562
+ color: string;
563
+ colorHover: string;
564
+ colorPressed: string;
565
+ colorFocus: string;
566
+ colorDisabled: string;
567
+ textColor: string;
568
+ textColorTertiary: string;
569
+ textColorHover: string;
570
+ textColorPressed: string;
571
+ textColorFocus: string;
572
+ textColorDisabled: string;
573
+ textColorText: string;
574
+ textColorTextHover: string;
575
+ textColorTextPressed: string;
576
+ textColorTextFocus: string;
577
+ textColorTextDisabled: string;
578
+ textColorGhost: string;
579
+ textColorGhostHover: string;
580
+ textColorGhostPressed: string;
581
+ textColorGhostFocus: string;
582
+ textColorGhostDisabled: string;
583
+ border: string;
584
+ borderHover: string;
585
+ borderPressed: string;
586
+ borderFocus: string;
587
+ borderDisabled: string;
588
+ rippleColor: string;
589
+ colorPrimary: string;
590
+ colorHoverPrimary: string;
591
+ colorPressedPrimary: string;
592
+ colorFocusPrimary: string;
593
+ colorDisabledPrimary: string;
594
+ textColorPrimary: string;
595
+ textColorHoverPrimary: string;
596
+ textColorPressedPrimary: string;
597
+ textColorFocusPrimary: string;
598
+ textColorDisabledPrimary: string;
599
+ textColorTextPrimary: string;
600
+ textColorTextHoverPrimary: string;
601
+ textColorTextPressedPrimary: string;
602
+ textColorTextFocusPrimary: string;
603
+ textColorTextDisabledPrimary: string;
604
+ textColorGhostPrimary: string;
605
+ textColorGhostHoverPrimary: string;
606
+ textColorGhostPressedPrimary: string;
607
+ textColorGhostFocusPrimary: string;
608
+ textColorGhostDisabledPrimary: string;
609
+ borderPrimary: string;
610
+ borderHoverPrimary: string;
611
+ borderPressedPrimary: string;
612
+ borderFocusPrimary: string;
613
+ borderDisabledPrimary: string;
614
+ rippleColorPrimary: string;
615
+ colorInfo: string;
616
+ colorHoverInfo: string;
617
+ colorPressedInfo: string;
618
+ colorFocusInfo: string;
619
+ colorDisabledInfo: string;
620
+ textColorInfo: string;
621
+ textColorHoverInfo: string;
622
+ textColorPressedInfo: string;
623
+ textColorFocusInfo: string;
624
+ textColorDisabledInfo: string;
625
+ textColorTextInfo: string;
626
+ textColorTextHoverInfo: string;
627
+ textColorTextPressedInfo: string;
628
+ textColorTextFocusInfo: string;
629
+ textColorTextDisabledInfo: string;
630
+ textColorGhostInfo: string;
631
+ textColorGhostHoverInfo: string;
632
+ textColorGhostPressedInfo: string;
633
+ textColorGhostFocusInfo: string;
634
+ textColorGhostDisabledInfo: string;
635
+ borderInfo: string;
636
+ borderHoverInfo: string;
637
+ borderPressedInfo: string;
638
+ borderFocusInfo: string;
639
+ borderDisabledInfo: string;
640
+ rippleColorInfo: string;
641
+ colorSuccess: string;
642
+ colorHoverSuccess: string;
643
+ colorPressedSuccess: string;
644
+ colorFocusSuccess: string;
645
+ colorDisabledSuccess: string;
646
+ textColorSuccess: string;
647
+ textColorHoverSuccess: string;
648
+ textColorPressedSuccess: string;
649
+ textColorFocusSuccess: string;
650
+ textColorDisabledSuccess: string;
651
+ textColorTextSuccess: string;
652
+ textColorTextHoverSuccess: string;
653
+ textColorTextPressedSuccess: string;
654
+ textColorTextFocusSuccess: string;
655
+ textColorTextDisabledSuccess: string;
656
+ textColorGhostSuccess: string;
657
+ textColorGhostHoverSuccess: string;
658
+ textColorGhostPressedSuccess: string;
659
+ textColorGhostFocusSuccess: string;
660
+ textColorGhostDisabledSuccess: string;
661
+ borderSuccess: string;
662
+ borderHoverSuccess: string;
663
+ borderPressedSuccess: string;
664
+ borderFocusSuccess: string;
665
+ borderDisabledSuccess: string;
666
+ rippleColorSuccess: string;
667
+ colorWarning: string;
668
+ colorHoverWarning: string;
669
+ colorPressedWarning: string;
670
+ colorFocusWarning: string;
671
+ colorDisabledWarning: string;
672
+ textColorWarning: string;
673
+ textColorHoverWarning: string;
674
+ textColorPressedWarning: string;
675
+ textColorFocusWarning: string;
676
+ textColorDisabledWarning: string;
677
+ textColorTextWarning: string;
678
+ textColorTextHoverWarning: string;
679
+ textColorTextPressedWarning: string;
680
+ textColorTextFocusWarning: string;
681
+ textColorTextDisabledWarning: string;
682
+ textColorGhostWarning: string;
683
+ textColorGhostHoverWarning: string;
684
+ textColorGhostPressedWarning: string;
685
+ textColorGhostFocusWarning: string;
686
+ textColorGhostDisabledWarning: string;
687
+ borderWarning: string;
688
+ borderHoverWarning: string;
689
+ borderPressedWarning: string;
690
+ borderFocusWarning: string;
691
+ borderDisabledWarning: string;
692
+ rippleColorWarning: string;
693
+ colorError: string;
694
+ colorHoverError: string;
695
+ colorPressedError: string;
696
+ colorFocusError: string;
697
+ colorDisabledError: string;
698
+ textColorError: string;
699
+ textColorHoverError: string;
700
+ textColorPressedError: string;
701
+ textColorFocusError: string;
702
+ textColorDisabledError: string;
703
+ textColorTextError: string;
704
+ textColorTextHoverError: string;
705
+ textColorTextPressedError: string;
706
+ textColorTextFocusError: string;
707
+ textColorTextDisabledError: string;
708
+ textColorGhostError: string;
709
+ textColorGhostHoverError: string;
710
+ textColorGhostPressedError: string;
711
+ textColorGhostFocusError: string;
712
+ textColorGhostDisabledError: string;
713
+ borderError: string;
714
+ borderHoverError: string;
715
+ borderPressedError: string;
716
+ borderFocusError: string;
717
+ borderDisabledError: string;
718
+ rippleColorError: string;
719
+ waveOpacity: string;
720
+ fontWeight: string;
721
+ fontWeightStrong: string;
722
+ paddingTiny: string;
723
+ paddingSmall: string;
724
+ paddingMedium: string;
725
+ paddingLarge: string;
726
+ paddingRoundTiny: string;
727
+ paddingRoundSmall: string;
728
+ paddingRoundMedium: string;
729
+ paddingRoundLarge: string;
730
+ iconMarginTiny: string;
731
+ iconMarginSmall: string;
732
+ iconMarginMedium: string;
733
+ iconMarginLarge: string;
734
+ iconSizeTiny: string;
735
+ iconSizeSmall: string;
736
+ iconSizeMedium: string;
737
+ iconSizeLarge: string;
738
+ rippleDuration: string;
739
+ }, any>;
740
+ }>;
741
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
742
+ lineHeight: string;
743
+ color: string;
744
+ colorModal: string;
745
+ colorPopover: string;
746
+ colorTarget: string;
747
+ colorEmbedded: string;
748
+ colorEmbeddedModal: string;
749
+ colorEmbeddedPopover: string;
750
+ textColor: string;
751
+ titleTextColor: string;
752
+ borderColor: string;
753
+ actionColor: string;
754
+ titleFontWeight: string;
755
+ closeColorHover: string;
756
+ closeColorPressed: string;
757
+ closeBorderRadius: string;
758
+ closeIconColor: string;
759
+ closeIconColorHover: string;
760
+ closeIconColorPressed: string;
761
+ fontSizeSmall: string;
762
+ fontSizeMedium: string;
763
+ fontSizeLarge: string;
764
+ fontSizeHuge: string;
765
+ boxShadow: string;
766
+ borderRadius: string;
767
+ paddingSmall: string;
768
+ paddingMedium: string;
769
+ paddingLarge: string;
770
+ paddingHuge: string;
771
+ titleFontSizeSmall: string;
772
+ titleFontSizeMedium: string;
773
+ titleFontSizeLarge: string;
774
+ titleFontSizeHuge: string;
775
+ closeIconSize: string;
776
+ closeSize: string;
777
+ }, any>;
778
+ }>>>;
779
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
780
+ color: string;
781
+ textColor: string;
782
+ boxShadow: string;
783
+ }, {
784
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
785
+ height: string;
786
+ width: string;
787
+ borderRadius: string;
788
+ color: string;
789
+ colorHover: string;
790
+ railInsetHorizontalBottom: string;
791
+ railInsetHorizontalTop: string;
792
+ railInsetVerticalRight: string;
793
+ railInsetVerticalLeft: string;
794
+ railColor: string;
795
+ }, any>;
796
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
797
+ fontSize: string;
798
+ lineHeight: string;
799
+ border: string;
800
+ titleTextColor: string;
801
+ textColor: string;
802
+ color: string;
803
+ closeColorHover: string;
804
+ closeColorPressed: string;
805
+ closeIconColor: string;
806
+ closeIconColorHover: string;
807
+ closeIconColorPressed: string;
808
+ closeBorderRadius: string;
809
+ iconColor: string;
810
+ iconColorInfo: string;
811
+ iconColorSuccess: string;
812
+ iconColorWarning: string;
813
+ iconColorError: string;
814
+ borderRadius: string;
815
+ titleFontWeight: string;
816
+ titleFontSize: string;
817
+ padding: string;
818
+ iconSize: string;
819
+ actionSpace: string;
820
+ contentMargin: string;
821
+ iconMargin: string;
822
+ iconMarginIconTop: string;
823
+ closeSize: string;
824
+ closeIconSize: string;
825
+ closeMargin: string;
826
+ closeMarginIconTop: string;
827
+ }, {
828
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
829
+ heightTiny: string;
830
+ heightSmall: string;
831
+ heightMedium: string;
832
+ heightLarge: string;
833
+ borderRadiusTiny: string;
834
+ borderRadiusSmall: string;
835
+ borderRadiusMedium: string;
836
+ borderRadiusLarge: string;
837
+ fontSizeTiny: string;
838
+ fontSizeSmall: string;
839
+ fontSizeMedium: string;
840
+ fontSizeLarge: string;
841
+ opacityDisabled: string;
842
+ colorOpacitySecondary: string;
843
+ colorOpacitySecondaryHover: string;
844
+ colorOpacitySecondaryPressed: string;
845
+ colorSecondary: string;
846
+ colorSecondaryHover: string;
847
+ colorSecondaryPressed: string;
848
+ colorTertiary: string;
849
+ colorTertiaryHover: string;
850
+ colorTertiaryPressed: string;
851
+ colorQuaternary: string;
852
+ colorQuaternaryHover: string;
853
+ colorQuaternaryPressed: string;
854
+ color: string;
855
+ colorHover: string;
856
+ colorPressed: string;
857
+ colorFocus: string;
858
+ colorDisabled: string;
859
+ textColor: string;
860
+ textColorTertiary: string;
861
+ textColorHover: string;
862
+ textColorPressed: string;
863
+ textColorFocus: string;
864
+ textColorDisabled: string;
865
+ textColorText: string;
866
+ textColorTextHover: string;
867
+ textColorTextPressed: string;
868
+ textColorTextFocus: string;
869
+ textColorTextDisabled: string;
870
+ textColorGhost: string;
871
+ textColorGhostHover: string;
872
+ textColorGhostPressed: string;
873
+ textColorGhostFocus: string;
874
+ textColorGhostDisabled: string;
875
+ border: string;
876
+ borderHover: string;
877
+ borderPressed: string;
878
+ borderFocus: string;
879
+ borderDisabled: string;
880
+ rippleColor: string;
881
+ colorPrimary: string;
882
+ colorHoverPrimary: string;
883
+ colorPressedPrimary: string;
884
+ colorFocusPrimary: string;
885
+ colorDisabledPrimary: string;
886
+ textColorPrimary: string;
887
+ textColorHoverPrimary: string;
888
+ textColorPressedPrimary: string;
889
+ textColorFocusPrimary: string;
890
+ textColorDisabledPrimary: string;
891
+ textColorTextPrimary: string;
892
+ textColorTextHoverPrimary: string;
893
+ textColorTextPressedPrimary: string;
894
+ textColorTextFocusPrimary: string;
895
+ textColorTextDisabledPrimary: string;
896
+ textColorGhostPrimary: string;
897
+ textColorGhostHoverPrimary: string;
898
+ textColorGhostPressedPrimary: string;
899
+ textColorGhostFocusPrimary: string;
900
+ textColorGhostDisabledPrimary: string;
901
+ borderPrimary: string;
902
+ borderHoverPrimary: string;
903
+ borderPressedPrimary: string;
904
+ borderFocusPrimary: string;
905
+ borderDisabledPrimary: string;
906
+ rippleColorPrimary: string;
907
+ colorInfo: string;
908
+ colorHoverInfo: string;
909
+ colorPressedInfo: string;
910
+ colorFocusInfo: string;
911
+ colorDisabledInfo: string;
912
+ textColorInfo: string;
913
+ textColorHoverInfo: string;
914
+ textColorPressedInfo: string;
915
+ textColorFocusInfo: string;
916
+ textColorDisabledInfo: string;
917
+ textColorTextInfo: string;
918
+ textColorTextHoverInfo: string;
919
+ textColorTextPressedInfo: string;
920
+ textColorTextFocusInfo: string;
921
+ textColorTextDisabledInfo: string;
922
+ textColorGhostInfo: string;
923
+ textColorGhostHoverInfo: string;
924
+ textColorGhostPressedInfo: string;
925
+ textColorGhostFocusInfo: string;
926
+ textColorGhostDisabledInfo: string;
927
+ borderInfo: string;
928
+ borderHoverInfo: string;
929
+ borderPressedInfo: string;
930
+ borderFocusInfo: string;
931
+ borderDisabledInfo: string;
932
+ rippleColorInfo: string;
933
+ colorSuccess: string;
934
+ colorHoverSuccess: string;
935
+ colorPressedSuccess: string;
936
+ colorFocusSuccess: string;
937
+ colorDisabledSuccess: string;
938
+ textColorSuccess: string;
939
+ textColorHoverSuccess: string;
940
+ textColorPressedSuccess: string;
941
+ textColorFocusSuccess: string;
942
+ textColorDisabledSuccess: string;
943
+ textColorTextSuccess: string;
944
+ textColorTextHoverSuccess: string;
945
+ textColorTextPressedSuccess: string;
946
+ textColorTextFocusSuccess: string;
947
+ textColorTextDisabledSuccess: string;
948
+ textColorGhostSuccess: string;
949
+ textColorGhostHoverSuccess: string;
950
+ textColorGhostPressedSuccess: string;
951
+ textColorGhostFocusSuccess: string;
952
+ textColorGhostDisabledSuccess: string;
953
+ borderSuccess: string;
954
+ borderHoverSuccess: string;
955
+ borderPressedSuccess: string;
956
+ borderFocusSuccess: string;
957
+ borderDisabledSuccess: string;
958
+ rippleColorSuccess: string;
959
+ colorWarning: string;
960
+ colorHoverWarning: string;
961
+ colorPressedWarning: string;
962
+ colorFocusWarning: string;
963
+ colorDisabledWarning: string;
964
+ textColorWarning: string;
965
+ textColorHoverWarning: string;
966
+ textColorPressedWarning: string;
967
+ textColorFocusWarning: string;
968
+ textColorDisabledWarning: string;
969
+ textColorTextWarning: string;
970
+ textColorTextHoverWarning: string;
971
+ textColorTextPressedWarning: string;
972
+ textColorTextFocusWarning: string;
973
+ textColorTextDisabledWarning: string;
974
+ textColorGhostWarning: string;
975
+ textColorGhostHoverWarning: string;
976
+ textColorGhostPressedWarning: string;
977
+ textColorGhostFocusWarning: string;
978
+ textColorGhostDisabledWarning: string;
979
+ borderWarning: string;
980
+ borderHoverWarning: string;
981
+ borderPressedWarning: string;
982
+ borderFocusWarning: string;
983
+ borderDisabledWarning: string;
984
+ rippleColorWarning: string;
985
+ colorError: string;
986
+ colorHoverError: string;
987
+ colorPressedError: string;
988
+ colorFocusError: string;
989
+ colorDisabledError: string;
990
+ textColorError: string;
991
+ textColorHoverError: string;
992
+ textColorPressedError: string;
993
+ textColorFocusError: string;
994
+ textColorDisabledError: string;
995
+ textColorTextError: string;
996
+ textColorTextHoverError: string;
997
+ textColorTextPressedError: string;
998
+ textColorTextFocusError: string;
999
+ textColorTextDisabledError: string;
1000
+ textColorGhostError: string;
1001
+ textColorGhostHoverError: string;
1002
+ textColorGhostPressedError: string;
1003
+ textColorGhostFocusError: string;
1004
+ textColorGhostDisabledError: string;
1005
+ borderError: string;
1006
+ borderHoverError: string;
1007
+ borderPressedError: string;
1008
+ borderFocusError: string;
1009
+ borderDisabledError: string;
1010
+ rippleColorError: string;
1011
+ waveOpacity: string;
1012
+ fontWeight: string;
1013
+ fontWeightStrong: string;
1014
+ paddingTiny: string;
1015
+ paddingSmall: string;
1016
+ paddingMedium: string;
1017
+ paddingLarge: string;
1018
+ paddingRoundTiny: string;
1019
+ paddingRoundSmall: string;
1020
+ paddingRoundMedium: string;
1021
+ paddingRoundLarge: string;
1022
+ iconMarginTiny: string;
1023
+ iconMarginSmall: string;
1024
+ iconMarginMedium: string;
1025
+ iconMarginLarge: string;
1026
+ iconSizeTiny: string;
1027
+ iconSizeSmall: string;
1028
+ iconSizeMedium: string;
1029
+ iconSizeLarge: string;
1030
+ rippleDuration: string;
1031
+ }, any>;
1032
+ }>;
1033
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1034
+ lineHeight: string;
1035
+ color: string;
1036
+ colorModal: string;
1037
+ colorPopover: string;
1038
+ colorTarget: string;
1039
+ colorEmbedded: string;
1040
+ colorEmbeddedModal: string;
1041
+ colorEmbeddedPopover: string;
1042
+ textColor: string;
1043
+ titleTextColor: string;
1044
+ borderColor: string;
1045
+ actionColor: string;
1046
+ titleFontWeight: string;
1047
+ closeColorHover: string;
1048
+ closeColorPressed: string;
1049
+ closeBorderRadius: string;
1050
+ closeIconColor: string;
1051
+ closeIconColorHover: string;
1052
+ closeIconColorPressed: string;
1053
+ fontSizeSmall: string;
1054
+ fontSizeMedium: string;
1055
+ fontSizeLarge: string;
1056
+ fontSizeHuge: string;
1057
+ boxShadow: string;
1058
+ borderRadius: string;
1059
+ paddingSmall: string;
1060
+ paddingMedium: string;
1061
+ paddingLarge: string;
1062
+ paddingHuge: string;
1063
+ titleFontSizeSmall: string;
1064
+ titleFontSizeMedium: string;
1065
+ titleFontSizeLarge: string;
1066
+ titleFontSizeHuge: string;
1067
+ closeIconSize: string;
1068
+ closeSize: string;
1069
+ }, any>;
1070
+ }>>>;
1071
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1072
+ readonly autoFocus: {
1073
+ readonly type: BooleanConstructor;
1074
+ readonly default: false;
1075
+ };
1076
+ readonly maskClosable: {
1077
+ readonly type: BooleanConstructor;
1078
+ readonly default: false;
1079
+ };
1080
+ readonly closeOnEsc: {
1081
+ readonly type: BooleanConstructor;
1082
+ readonly default: false;
1083
+ };
1084
+ readonly trapFocus: {
1085
+ readonly type: BooleanConstructor;
1086
+ readonly default: false;
1087
+ };
1088
+ readonly width: {
1089
+ readonly type: StringConstructor;
1090
+ readonly default: "50%";
1091
+ };
1092
+ readonly top: {
1093
+ readonly type: StringConstructor;
1094
+ readonly default: "10vh";
1095
+ };
1096
+ readonly title: {
1097
+ readonly type: StringConstructor;
1098
+ readonly default: "";
1099
+ };
1100
+ readonly headerClass: {
1101
+ readonly type: StringConstructor;
1102
+ readonly default: "";
1103
+ };
1104
+ readonly headerStyle: {
1105
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
1106
+ readonly default: {};
1107
+ };
1108
+ readonly titlePlacement: {
1109
+ readonly type: import('vue').PropType<import('../..').DialogPlacement>;
1110
+ readonly default: "left";
1111
+ };
1112
+ readonly closable: {
1113
+ readonly type: BooleanConstructor;
1114
+ readonly default: true;
1115
+ };
1116
+ readonly contentMaxHeight: {
1117
+ readonly type: StringConstructor;
1118
+ readonly default: "50vh";
1119
+ };
1120
+ readonly scrollContentClass: {
1121
+ readonly type: StringConstructor;
1122
+ readonly default: "";
1123
+ };
1124
+ readonly scrollContentStyle: {
1125
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
1126
+ readonly default: {};
1127
+ };
1128
+ readonly showFooter: {
1129
+ readonly type: BooleanConstructor;
1130
+ readonly default: true;
1131
+ };
1132
+ readonly footerPlacement: {
1133
+ readonly type: import('vue').PropType<import('../..').DialogPlacement>;
1134
+ readonly default: "left";
1135
+ };
1136
+ readonly footerContentClass: {
1137
+ readonly type: StringConstructor;
1138
+ readonly default: "";
1139
+ };
1140
+ readonly footerContentStyle: {
1141
+ readonly type: import('vue').PropType<import('vue').CSSProperties>;
1142
+ readonly default: {};
1143
+ };
1144
+ readonly negativeButtonProps: {
1145
+ readonly type: import('vue').PropType<import('../..').BodenButtonProps>;
1146
+ readonly default: () => {
1147
+ type: string;
1148
+ size: string;
1149
+ content: string;
1150
+ icon: string;
1151
+ };
1152
+ };
1153
+ readonly positiveButtonProps: {
1154
+ readonly type: import('vue').PropType<import('../..').BodenButtonProps>;
1155
+ readonly default: () => {
1156
+ type: string;
1157
+ size: string;
1158
+ content: string;
1159
+ icon: string;
1160
+ };
1161
+ };
1162
+ readonly loading: {
1163
+ readonly type: BooleanConstructor;
1164
+ readonly default: false;
1165
+ };
1166
+ readonly loadingCancel: {
1167
+ readonly type: BooleanConstructor;
1168
+ readonly default: false;
1169
+ };
1170
+ readonly customCancel: {
1171
+ readonly type: import('vue').PropType<import('../..').DialogOnCancel>;
1172
+ readonly default: undefined;
1173
+ };
1174
+ readonly draggable: import('vue').PropType<boolean | import('naive-ui/es/modal/src/interface').ModalDraggableOptions>;
1175
+ readonly onEsc: import('vue').PropType<() => void>;
1176
+ readonly 'onUpdate:show': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
1177
+ readonly onUpdateShow: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
1178
+ readonly onAfterEnter: import('vue').PropType<() => void>;
1179
+ readonly onBeforeLeave: import('vue').PropType<() => void>;
1180
+ readonly onAfterLeave: import('vue').PropType<() => void>;
1181
+ readonly onClose: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1182
+ readonly onPositiveClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1183
+ readonly onNegativeClick: import('vue').PropType<() => Promise<boolean> | boolean | any>;
1184
+ readonly onMaskClick: import('vue').PropType<(e: MouseEvent) => void>;
1185
+ readonly internalDialog: BooleanConstructor;
1186
+ readonly internalModal: BooleanConstructor;
1187
+ readonly internalAppear: {
1188
+ type: import('vue').PropType<boolean | undefined>;
1189
+ default: undefined;
1190
+ };
1191
+ readonly overlayStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1192
+ readonly onBeforeHide: import('vue').PropType<() => void>;
1193
+ readonly onAfterHide: import('vue').PropType<() => void>;
1194
+ readonly onHide: import('vue').PropType<(value: false) => void>;
1195
+ readonly unstableShowMask: {
1196
+ type: BooleanConstructor;
1197
+ default: undefined;
1198
+ };
1199
+ readonly icon: import('vue').PropType<() => import('vue').VNodeChild>;
1200
+ readonly type: {
1201
+ readonly type: import('vue').PropType<"info" | "success" | "warning" | "error" | "default">;
1202
+ readonly default: "default";
1203
+ };
1204
+ readonly negativeText: StringConstructor;
1205
+ readonly positiveText: StringConstructor;
1206
+ readonly content: import('vue').PropType<string | (() => import('vue').VNodeChild)>;
1207
+ readonly action: import('vue').PropType<() => import('vue').VNodeChild>;
1208
+ readonly showIcon: {
1209
+ readonly type: BooleanConstructor;
1210
+ readonly default: true;
1211
+ };
1212
+ readonly bordered: BooleanConstructor;
1213
+ readonly iconPlacement: import('vue').PropType<import('naive-ui/es/dialog/src/interface').IconPlacement>;
1214
+ readonly titleClass: import('vue').PropType<string | Array<string | undefined>>;
1215
+ readonly titleStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1216
+ readonly contentClass: import('vue').PropType<string | Array<string | undefined>>;
1217
+ readonly contentStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1218
+ readonly actionClass: import('vue').PropType<string | Array<string | undefined>>;
1219
+ readonly actionStyle: import('vue').PropType<string | import('vue').CSSProperties>;
1220
+ readonly closeFocusable: BooleanConstructor;
1221
+ readonly headerExtraClass: StringConstructor;
1222
+ readonly headerExtraStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1223
+ readonly footerClass: StringConstructor;
1224
+ readonly footerStyle: import('vue').PropType<import('vue').CSSProperties | string>;
1225
+ readonly embedded: BooleanConstructor;
1226
+ readonly segmented: {
1227
+ readonly type: import('vue').PropType<boolean | import('naive-ui').CardSegmented>;
1228
+ readonly default: false;
1229
+ };
1230
+ readonly size: {
1231
+ readonly type: import('vue').PropType<"small" | "medium" | "large" | "huge">;
1232
+ readonly default: "medium";
1233
+ };
1234
+ readonly hoverable: BooleanConstructor;
1235
+ readonly role: StringConstructor;
1236
+ readonly tag: {
1237
+ readonly type: import('vue').PropType<keyof HTMLElementTagNameMap>;
1238
+ readonly default: "div";
1239
+ };
1240
+ readonly cover: import('vue').PropType<() => import('vue').VNodeChild>;
1241
+ readonly footer: import('vue').PropType<() => import('vue').VNodeChild>;
1242
+ readonly headerExtra: import('vue').PropType<() => import('vue').VNodeChild>;
1243
+ readonly show: BooleanConstructor;
1244
+ readonly showMask: {
1245
+ type: BooleanConstructor;
1246
+ default: boolean;
1247
+ };
1248
+ readonly preset: import('vue').PropType<"confirm" | "dialog" | "card">;
1249
+ readonly to: import('vue').PropType<string | HTMLElement>;
1250
+ readonly displayDirective: {
1251
+ type: import('vue').PropType<"if" | "show">;
1252
+ default: string;
1253
+ };
1254
+ readonly transformOrigin: {
1255
+ type: import('vue').PropType<"center" | "mouse">;
1256
+ default: string;
1257
+ };
1258
+ readonly zIndex: NumberConstructor;
1259
+ readonly blockScroll: {
1260
+ type: BooleanConstructor;
1261
+ default: boolean;
1262
+ };
1263
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Modal", {
1264
+ color: string;
1265
+ textColor: string;
1266
+ boxShadow: string;
1267
+ }, {
1268
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1269
+ height: string;
1270
+ width: string;
1271
+ borderRadius: string;
1272
+ color: string;
1273
+ colorHover: string;
1274
+ railInsetHorizontalBottom: string;
1275
+ railInsetHorizontalTop: string;
1276
+ railInsetVerticalRight: string;
1277
+ railInsetVerticalLeft: string;
1278
+ railColor: string;
1279
+ }, any>;
1280
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1281
+ fontSize: string;
1282
+ lineHeight: string;
1283
+ border: string;
1284
+ titleTextColor: string;
1285
+ textColor: string;
1286
+ color: string;
1287
+ closeColorHover: string;
1288
+ closeColorPressed: string;
1289
+ closeIconColor: string;
1290
+ closeIconColorHover: string;
1291
+ closeIconColorPressed: string;
1292
+ closeBorderRadius: string;
1293
+ iconColor: string;
1294
+ iconColorInfo: string;
1295
+ iconColorSuccess: string;
1296
+ iconColorWarning: string;
1297
+ iconColorError: string;
1298
+ borderRadius: string;
1299
+ titleFontWeight: string;
1300
+ titleFontSize: string;
1301
+ padding: string;
1302
+ iconSize: string;
1303
+ actionSpace: string;
1304
+ contentMargin: string;
1305
+ iconMargin: string;
1306
+ iconMarginIconTop: string;
1307
+ closeSize: string;
1308
+ closeIconSize: string;
1309
+ closeMargin: string;
1310
+ closeMarginIconTop: string;
1311
+ }, {
1312
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1313
+ heightTiny: string;
1314
+ heightSmall: string;
1315
+ heightMedium: string;
1316
+ heightLarge: string;
1317
+ borderRadiusTiny: string;
1318
+ borderRadiusSmall: string;
1319
+ borderRadiusMedium: string;
1320
+ borderRadiusLarge: string;
1321
+ fontSizeTiny: string;
1322
+ fontSizeSmall: string;
1323
+ fontSizeMedium: string;
1324
+ fontSizeLarge: string;
1325
+ opacityDisabled: string;
1326
+ colorOpacitySecondary: string;
1327
+ colorOpacitySecondaryHover: string;
1328
+ colorOpacitySecondaryPressed: string;
1329
+ colorSecondary: string;
1330
+ colorSecondaryHover: string;
1331
+ colorSecondaryPressed: string;
1332
+ colorTertiary: string;
1333
+ colorTertiaryHover: string;
1334
+ colorTertiaryPressed: string;
1335
+ colorQuaternary: string;
1336
+ colorQuaternaryHover: string;
1337
+ colorQuaternaryPressed: string;
1338
+ color: string;
1339
+ colorHover: string;
1340
+ colorPressed: string;
1341
+ colorFocus: string;
1342
+ colorDisabled: string;
1343
+ textColor: string;
1344
+ textColorTertiary: string;
1345
+ textColorHover: string;
1346
+ textColorPressed: string;
1347
+ textColorFocus: string;
1348
+ textColorDisabled: string;
1349
+ textColorText: string;
1350
+ textColorTextHover: string;
1351
+ textColorTextPressed: string;
1352
+ textColorTextFocus: string;
1353
+ textColorTextDisabled: string;
1354
+ textColorGhost: string;
1355
+ textColorGhostHover: string;
1356
+ textColorGhostPressed: string;
1357
+ textColorGhostFocus: string;
1358
+ textColorGhostDisabled: string;
1359
+ border: string;
1360
+ borderHover: string;
1361
+ borderPressed: string;
1362
+ borderFocus: string;
1363
+ borderDisabled: string;
1364
+ rippleColor: string;
1365
+ colorPrimary: string;
1366
+ colorHoverPrimary: string;
1367
+ colorPressedPrimary: string;
1368
+ colorFocusPrimary: string;
1369
+ colorDisabledPrimary: string;
1370
+ textColorPrimary: string;
1371
+ textColorHoverPrimary: string;
1372
+ textColorPressedPrimary: string;
1373
+ textColorFocusPrimary: string;
1374
+ textColorDisabledPrimary: string;
1375
+ textColorTextPrimary: string;
1376
+ textColorTextHoverPrimary: string;
1377
+ textColorTextPressedPrimary: string;
1378
+ textColorTextFocusPrimary: string;
1379
+ textColorTextDisabledPrimary: string;
1380
+ textColorGhostPrimary: string;
1381
+ textColorGhostHoverPrimary: string;
1382
+ textColorGhostPressedPrimary: string;
1383
+ textColorGhostFocusPrimary: string;
1384
+ textColorGhostDisabledPrimary: string;
1385
+ borderPrimary: string;
1386
+ borderHoverPrimary: string;
1387
+ borderPressedPrimary: string;
1388
+ borderFocusPrimary: string;
1389
+ borderDisabledPrimary: string;
1390
+ rippleColorPrimary: string;
1391
+ colorInfo: string;
1392
+ colorHoverInfo: string;
1393
+ colorPressedInfo: string;
1394
+ colorFocusInfo: string;
1395
+ colorDisabledInfo: string;
1396
+ textColorInfo: string;
1397
+ textColorHoverInfo: string;
1398
+ textColorPressedInfo: string;
1399
+ textColorFocusInfo: string;
1400
+ textColorDisabledInfo: string;
1401
+ textColorTextInfo: string;
1402
+ textColorTextHoverInfo: string;
1403
+ textColorTextPressedInfo: string;
1404
+ textColorTextFocusInfo: string;
1405
+ textColorTextDisabledInfo: string;
1406
+ textColorGhostInfo: string;
1407
+ textColorGhostHoverInfo: string;
1408
+ textColorGhostPressedInfo: string;
1409
+ textColorGhostFocusInfo: string;
1410
+ textColorGhostDisabledInfo: string;
1411
+ borderInfo: string;
1412
+ borderHoverInfo: string;
1413
+ borderPressedInfo: string;
1414
+ borderFocusInfo: string;
1415
+ borderDisabledInfo: string;
1416
+ rippleColorInfo: string;
1417
+ colorSuccess: string;
1418
+ colorHoverSuccess: string;
1419
+ colorPressedSuccess: string;
1420
+ colorFocusSuccess: string;
1421
+ colorDisabledSuccess: string;
1422
+ textColorSuccess: string;
1423
+ textColorHoverSuccess: string;
1424
+ textColorPressedSuccess: string;
1425
+ textColorFocusSuccess: string;
1426
+ textColorDisabledSuccess: string;
1427
+ textColorTextSuccess: string;
1428
+ textColorTextHoverSuccess: string;
1429
+ textColorTextPressedSuccess: string;
1430
+ textColorTextFocusSuccess: string;
1431
+ textColorTextDisabledSuccess: string;
1432
+ textColorGhostSuccess: string;
1433
+ textColorGhostHoverSuccess: string;
1434
+ textColorGhostPressedSuccess: string;
1435
+ textColorGhostFocusSuccess: string;
1436
+ textColorGhostDisabledSuccess: string;
1437
+ borderSuccess: string;
1438
+ borderHoverSuccess: string;
1439
+ borderPressedSuccess: string;
1440
+ borderFocusSuccess: string;
1441
+ borderDisabledSuccess: string;
1442
+ rippleColorSuccess: string;
1443
+ colorWarning: string;
1444
+ colorHoverWarning: string;
1445
+ colorPressedWarning: string;
1446
+ colorFocusWarning: string;
1447
+ colorDisabledWarning: string;
1448
+ textColorWarning: string;
1449
+ textColorHoverWarning: string;
1450
+ textColorPressedWarning: string;
1451
+ textColorFocusWarning: string;
1452
+ textColorDisabledWarning: string;
1453
+ textColorTextWarning: string;
1454
+ textColorTextHoverWarning: string;
1455
+ textColorTextPressedWarning: string;
1456
+ textColorTextFocusWarning: string;
1457
+ textColorTextDisabledWarning: string;
1458
+ textColorGhostWarning: string;
1459
+ textColorGhostHoverWarning: string;
1460
+ textColorGhostPressedWarning: string;
1461
+ textColorGhostFocusWarning: string;
1462
+ textColorGhostDisabledWarning: string;
1463
+ borderWarning: string;
1464
+ borderHoverWarning: string;
1465
+ borderPressedWarning: string;
1466
+ borderFocusWarning: string;
1467
+ borderDisabledWarning: string;
1468
+ rippleColorWarning: string;
1469
+ colorError: string;
1470
+ colorHoverError: string;
1471
+ colorPressedError: string;
1472
+ colorFocusError: string;
1473
+ colorDisabledError: string;
1474
+ textColorError: string;
1475
+ textColorHoverError: string;
1476
+ textColorPressedError: string;
1477
+ textColorFocusError: string;
1478
+ textColorDisabledError: string;
1479
+ textColorTextError: string;
1480
+ textColorTextHoverError: string;
1481
+ textColorTextPressedError: string;
1482
+ textColorTextFocusError: string;
1483
+ textColorTextDisabledError: string;
1484
+ textColorGhostError: string;
1485
+ textColorGhostHoverError: string;
1486
+ textColorGhostPressedError: string;
1487
+ textColorGhostFocusError: string;
1488
+ textColorGhostDisabledError: string;
1489
+ borderError: string;
1490
+ borderHoverError: string;
1491
+ borderPressedError: string;
1492
+ borderFocusError: string;
1493
+ borderDisabledError: string;
1494
+ rippleColorError: string;
1495
+ waveOpacity: string;
1496
+ fontWeight: string;
1497
+ fontWeightStrong: string;
1498
+ paddingTiny: string;
1499
+ paddingSmall: string;
1500
+ paddingMedium: string;
1501
+ paddingLarge: string;
1502
+ paddingRoundTiny: string;
1503
+ paddingRoundSmall: string;
1504
+ paddingRoundMedium: string;
1505
+ paddingRoundLarge: string;
1506
+ iconMarginTiny: string;
1507
+ iconMarginSmall: string;
1508
+ iconMarginMedium: string;
1509
+ iconMarginLarge: string;
1510
+ iconSizeTiny: string;
1511
+ iconSizeSmall: string;
1512
+ iconSizeMedium: string;
1513
+ iconSizeLarge: string;
1514
+ rippleDuration: string;
1515
+ }, any>;
1516
+ }>;
1517
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1518
+ lineHeight: string;
1519
+ color: string;
1520
+ colorModal: string;
1521
+ colorPopover: string;
1522
+ colorTarget: string;
1523
+ colorEmbedded: string;
1524
+ colorEmbeddedModal: string;
1525
+ colorEmbeddedPopover: string;
1526
+ textColor: string;
1527
+ titleTextColor: string;
1528
+ borderColor: string;
1529
+ actionColor: string;
1530
+ titleFontWeight: string;
1531
+ closeColorHover: string;
1532
+ closeColorPressed: string;
1533
+ closeBorderRadius: string;
1534
+ closeIconColor: string;
1535
+ closeIconColorHover: string;
1536
+ closeIconColorPressed: string;
1537
+ fontSizeSmall: string;
1538
+ fontSizeMedium: string;
1539
+ fontSizeLarge: string;
1540
+ fontSizeHuge: string;
1541
+ boxShadow: string;
1542
+ borderRadius: string;
1543
+ paddingSmall: string;
1544
+ paddingMedium: string;
1545
+ paddingLarge: string;
1546
+ paddingHuge: string;
1547
+ titleFontSizeSmall: string;
1548
+ titleFontSizeMedium: string;
1549
+ titleFontSizeLarge: string;
1550
+ titleFontSizeHuge: string;
1551
+ closeIconSize: string;
1552
+ closeSize: string;
1553
+ }, any>;
1554
+ }>>;
1555
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
1556
+ color: string;
1557
+ textColor: string;
1558
+ boxShadow: string;
1559
+ }, {
1560
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1561
+ height: string;
1562
+ width: string;
1563
+ borderRadius: string;
1564
+ color: string;
1565
+ colorHover: string;
1566
+ railInsetHorizontalBottom: string;
1567
+ railInsetHorizontalTop: string;
1568
+ railInsetVerticalRight: string;
1569
+ railInsetVerticalLeft: string;
1570
+ railColor: string;
1571
+ }, any>;
1572
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1573
+ fontSize: string;
1574
+ lineHeight: string;
1575
+ border: string;
1576
+ titleTextColor: string;
1577
+ textColor: string;
1578
+ color: string;
1579
+ closeColorHover: string;
1580
+ closeColorPressed: string;
1581
+ closeIconColor: string;
1582
+ closeIconColorHover: string;
1583
+ closeIconColorPressed: string;
1584
+ closeBorderRadius: string;
1585
+ iconColor: string;
1586
+ iconColorInfo: string;
1587
+ iconColorSuccess: string;
1588
+ iconColorWarning: string;
1589
+ iconColorError: string;
1590
+ borderRadius: string;
1591
+ titleFontWeight: string;
1592
+ titleFontSize: string;
1593
+ padding: string;
1594
+ iconSize: string;
1595
+ actionSpace: string;
1596
+ contentMargin: string;
1597
+ iconMargin: string;
1598
+ iconMarginIconTop: string;
1599
+ closeSize: string;
1600
+ closeIconSize: string;
1601
+ closeMargin: string;
1602
+ closeMarginIconTop: string;
1603
+ }, {
1604
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1605
+ heightTiny: string;
1606
+ heightSmall: string;
1607
+ heightMedium: string;
1608
+ heightLarge: string;
1609
+ borderRadiusTiny: string;
1610
+ borderRadiusSmall: string;
1611
+ borderRadiusMedium: string;
1612
+ borderRadiusLarge: string;
1613
+ fontSizeTiny: string;
1614
+ fontSizeSmall: string;
1615
+ fontSizeMedium: string;
1616
+ fontSizeLarge: string;
1617
+ opacityDisabled: string;
1618
+ colorOpacitySecondary: string;
1619
+ colorOpacitySecondaryHover: string;
1620
+ colorOpacitySecondaryPressed: string;
1621
+ colorSecondary: string;
1622
+ colorSecondaryHover: string;
1623
+ colorSecondaryPressed: string;
1624
+ colorTertiary: string;
1625
+ colorTertiaryHover: string;
1626
+ colorTertiaryPressed: string;
1627
+ colorQuaternary: string;
1628
+ colorQuaternaryHover: string;
1629
+ colorQuaternaryPressed: string;
1630
+ color: string;
1631
+ colorHover: string;
1632
+ colorPressed: string;
1633
+ colorFocus: string;
1634
+ colorDisabled: string;
1635
+ textColor: string;
1636
+ textColorTertiary: string;
1637
+ textColorHover: string;
1638
+ textColorPressed: string;
1639
+ textColorFocus: string;
1640
+ textColorDisabled: string;
1641
+ textColorText: string;
1642
+ textColorTextHover: string;
1643
+ textColorTextPressed: string;
1644
+ textColorTextFocus: string;
1645
+ textColorTextDisabled: string;
1646
+ textColorGhost: string;
1647
+ textColorGhostHover: string;
1648
+ textColorGhostPressed: string;
1649
+ textColorGhostFocus: string;
1650
+ textColorGhostDisabled: string;
1651
+ border: string;
1652
+ borderHover: string;
1653
+ borderPressed: string;
1654
+ borderFocus: string;
1655
+ borderDisabled: string;
1656
+ rippleColor: string;
1657
+ colorPrimary: string;
1658
+ colorHoverPrimary: string;
1659
+ colorPressedPrimary: string;
1660
+ colorFocusPrimary: string;
1661
+ colorDisabledPrimary: string;
1662
+ textColorPrimary: string;
1663
+ textColorHoverPrimary: string;
1664
+ textColorPressedPrimary: string;
1665
+ textColorFocusPrimary: string;
1666
+ textColorDisabledPrimary: string;
1667
+ textColorTextPrimary: string;
1668
+ textColorTextHoverPrimary: string;
1669
+ textColorTextPressedPrimary: string;
1670
+ textColorTextFocusPrimary: string;
1671
+ textColorTextDisabledPrimary: string;
1672
+ textColorGhostPrimary: string;
1673
+ textColorGhostHoverPrimary: string;
1674
+ textColorGhostPressedPrimary: string;
1675
+ textColorGhostFocusPrimary: string;
1676
+ textColorGhostDisabledPrimary: string;
1677
+ borderPrimary: string;
1678
+ borderHoverPrimary: string;
1679
+ borderPressedPrimary: string;
1680
+ borderFocusPrimary: string;
1681
+ borderDisabledPrimary: string;
1682
+ rippleColorPrimary: string;
1683
+ colorInfo: string;
1684
+ colorHoverInfo: string;
1685
+ colorPressedInfo: string;
1686
+ colorFocusInfo: string;
1687
+ colorDisabledInfo: string;
1688
+ textColorInfo: string;
1689
+ textColorHoverInfo: string;
1690
+ textColorPressedInfo: string;
1691
+ textColorFocusInfo: string;
1692
+ textColorDisabledInfo: string;
1693
+ textColorTextInfo: string;
1694
+ textColorTextHoverInfo: string;
1695
+ textColorTextPressedInfo: string;
1696
+ textColorTextFocusInfo: string;
1697
+ textColorTextDisabledInfo: string;
1698
+ textColorGhostInfo: string;
1699
+ textColorGhostHoverInfo: string;
1700
+ textColorGhostPressedInfo: string;
1701
+ textColorGhostFocusInfo: string;
1702
+ textColorGhostDisabledInfo: string;
1703
+ borderInfo: string;
1704
+ borderHoverInfo: string;
1705
+ borderPressedInfo: string;
1706
+ borderFocusInfo: string;
1707
+ borderDisabledInfo: string;
1708
+ rippleColorInfo: string;
1709
+ colorSuccess: string;
1710
+ colorHoverSuccess: string;
1711
+ colorPressedSuccess: string;
1712
+ colorFocusSuccess: string;
1713
+ colorDisabledSuccess: string;
1714
+ textColorSuccess: string;
1715
+ textColorHoverSuccess: string;
1716
+ textColorPressedSuccess: string;
1717
+ textColorFocusSuccess: string;
1718
+ textColorDisabledSuccess: string;
1719
+ textColorTextSuccess: string;
1720
+ textColorTextHoverSuccess: string;
1721
+ textColorTextPressedSuccess: string;
1722
+ textColorTextFocusSuccess: string;
1723
+ textColorTextDisabledSuccess: string;
1724
+ textColorGhostSuccess: string;
1725
+ textColorGhostHoverSuccess: string;
1726
+ textColorGhostPressedSuccess: string;
1727
+ textColorGhostFocusSuccess: string;
1728
+ textColorGhostDisabledSuccess: string;
1729
+ borderSuccess: string;
1730
+ borderHoverSuccess: string;
1731
+ borderPressedSuccess: string;
1732
+ borderFocusSuccess: string;
1733
+ borderDisabledSuccess: string;
1734
+ rippleColorSuccess: string;
1735
+ colorWarning: string;
1736
+ colorHoverWarning: string;
1737
+ colorPressedWarning: string;
1738
+ colorFocusWarning: string;
1739
+ colorDisabledWarning: string;
1740
+ textColorWarning: string;
1741
+ textColorHoverWarning: string;
1742
+ textColorPressedWarning: string;
1743
+ textColorFocusWarning: string;
1744
+ textColorDisabledWarning: string;
1745
+ textColorTextWarning: string;
1746
+ textColorTextHoverWarning: string;
1747
+ textColorTextPressedWarning: string;
1748
+ textColorTextFocusWarning: string;
1749
+ textColorTextDisabledWarning: string;
1750
+ textColorGhostWarning: string;
1751
+ textColorGhostHoverWarning: string;
1752
+ textColorGhostPressedWarning: string;
1753
+ textColorGhostFocusWarning: string;
1754
+ textColorGhostDisabledWarning: string;
1755
+ borderWarning: string;
1756
+ borderHoverWarning: string;
1757
+ borderPressedWarning: string;
1758
+ borderFocusWarning: string;
1759
+ borderDisabledWarning: string;
1760
+ rippleColorWarning: string;
1761
+ colorError: string;
1762
+ colorHoverError: string;
1763
+ colorPressedError: string;
1764
+ colorFocusError: string;
1765
+ colorDisabledError: string;
1766
+ textColorError: string;
1767
+ textColorHoverError: string;
1768
+ textColorPressedError: string;
1769
+ textColorFocusError: string;
1770
+ textColorDisabledError: string;
1771
+ textColorTextError: string;
1772
+ textColorTextHoverError: string;
1773
+ textColorTextPressedError: string;
1774
+ textColorTextFocusError: string;
1775
+ textColorTextDisabledError: string;
1776
+ textColorGhostError: string;
1777
+ textColorGhostHoverError: string;
1778
+ textColorGhostPressedError: string;
1779
+ textColorGhostFocusError: string;
1780
+ textColorGhostDisabledError: string;
1781
+ borderError: string;
1782
+ borderHoverError: string;
1783
+ borderPressedError: string;
1784
+ borderFocusError: string;
1785
+ borderDisabledError: string;
1786
+ rippleColorError: string;
1787
+ waveOpacity: string;
1788
+ fontWeight: string;
1789
+ fontWeightStrong: string;
1790
+ paddingTiny: string;
1791
+ paddingSmall: string;
1792
+ paddingMedium: string;
1793
+ paddingLarge: string;
1794
+ paddingRoundTiny: string;
1795
+ paddingRoundSmall: string;
1796
+ paddingRoundMedium: string;
1797
+ paddingRoundLarge: string;
1798
+ iconMarginTiny: string;
1799
+ iconMarginSmall: string;
1800
+ iconMarginMedium: string;
1801
+ iconMarginLarge: string;
1802
+ iconSizeTiny: string;
1803
+ iconSizeSmall: string;
1804
+ iconSizeMedium: string;
1805
+ iconSizeLarge: string;
1806
+ rippleDuration: string;
1807
+ }, any>;
1808
+ }>;
1809
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
1810
+ lineHeight: string;
1811
+ color: string;
1812
+ colorModal: string;
1813
+ colorPopover: string;
1814
+ colorTarget: string;
1815
+ colorEmbedded: string;
1816
+ colorEmbeddedModal: string;
1817
+ colorEmbeddedPopover: string;
1818
+ textColor: string;
1819
+ titleTextColor: string;
1820
+ borderColor: string;
1821
+ actionColor: string;
1822
+ titleFontWeight: string;
1823
+ closeColorHover: string;
1824
+ closeColorPressed: string;
1825
+ closeBorderRadius: string;
1826
+ closeIconColor: string;
1827
+ closeIconColorHover: string;
1828
+ closeIconColorPressed: string;
1829
+ fontSizeSmall: string;
1830
+ fontSizeMedium: string;
1831
+ fontSizeLarge: string;
1832
+ fontSizeHuge: string;
1833
+ boxShadow: string;
1834
+ borderRadius: string;
1835
+ paddingSmall: string;
1836
+ paddingMedium: string;
1837
+ paddingLarge: string;
1838
+ paddingHuge: string;
1839
+ titleFontSizeSmall: string;
1840
+ titleFontSizeMedium: string;
1841
+ titleFontSizeLarge: string;
1842
+ titleFontSizeHuge: string;
1843
+ closeIconSize: string;
1844
+ closeSize: string;
1845
+ }, any>;
1846
+ }>>>;
1847
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Modal", {
1848
+ color: string;
1849
+ textColor: string;
1850
+ boxShadow: string;
1851
+ }, {
1852
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1853
+ height: string;
1854
+ width: string;
1855
+ borderRadius: string;
1856
+ color: string;
1857
+ colorHover: string;
1858
+ railInsetHorizontalBottom: string;
1859
+ railInsetHorizontalTop: string;
1860
+ railInsetVerticalRight: string;
1861
+ railInsetVerticalLeft: string;
1862
+ railColor: string;
1863
+ }, any>;
1864
+ Dialog: import('naive-ui/es/_mixins').Theme<"Dialog", {
1865
+ fontSize: string;
1866
+ lineHeight: string;
1867
+ border: string;
1868
+ titleTextColor: string;
1869
+ textColor: string;
1870
+ color: string;
1871
+ closeColorHover: string;
1872
+ closeColorPressed: string;
1873
+ closeIconColor: string;
1874
+ closeIconColorHover: string;
1875
+ closeIconColorPressed: string;
1876
+ closeBorderRadius: string;
1877
+ iconColor: string;
1878
+ iconColorInfo: string;
1879
+ iconColorSuccess: string;
1880
+ iconColorWarning: string;
1881
+ iconColorError: string;
1882
+ borderRadius: string;
1883
+ titleFontWeight: string;
1884
+ titleFontSize: string;
1885
+ padding: string;
1886
+ iconSize: string;
1887
+ actionSpace: string;
1888
+ contentMargin: string;
1889
+ iconMargin: string;
1890
+ iconMarginIconTop: string;
1891
+ closeSize: string;
1892
+ closeIconSize: string;
1893
+ closeMargin: string;
1894
+ closeMarginIconTop: string;
1895
+ }, {
1896
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1897
+ heightTiny: string;
1898
+ heightSmall: string;
1899
+ heightMedium: string;
1900
+ heightLarge: string;
1901
+ borderRadiusTiny: string;
1902
+ borderRadiusSmall: string;
1903
+ borderRadiusMedium: string;
1904
+ borderRadiusLarge: string;
1905
+ fontSizeTiny: string;
1906
+ fontSizeSmall: string;
1907
+ fontSizeMedium: string;
1908
+ fontSizeLarge: string;
1909
+ opacityDisabled: string;
1910
+ colorOpacitySecondary: string;
1911
+ colorOpacitySecondaryHover: string;
1912
+ colorOpacitySecondaryPressed: string;
1913
+ colorSecondary: string;
1914
+ colorSecondaryHover: string;
1915
+ colorSecondaryPressed: string;
1916
+ colorTertiary: string;
1917
+ colorTertiaryHover: string;
1918
+ colorTertiaryPressed: string;
1919
+ colorQuaternary: string;
1920
+ colorQuaternaryHover: string;
1921
+ colorQuaternaryPressed: string;
1922
+ color: string;
1923
+ colorHover: string;
1924
+ colorPressed: string;
1925
+ colorFocus: string;
1926
+ colorDisabled: string;
1927
+ textColor: string;
1928
+ textColorTertiary: string;
1929
+ textColorHover: string;
1930
+ textColorPressed: string;
1931
+ textColorFocus: string;
1932
+ textColorDisabled: string;
1933
+ textColorText: string;
1934
+ textColorTextHover: string;
1935
+ textColorTextPressed: string;
1936
+ textColorTextFocus: string;
1937
+ textColorTextDisabled: string;
1938
+ textColorGhost: string;
1939
+ textColorGhostHover: string;
1940
+ textColorGhostPressed: string;
1941
+ textColorGhostFocus: string;
1942
+ textColorGhostDisabled: string;
1943
+ border: string;
1944
+ borderHover: string;
1945
+ borderPressed: string;
1946
+ borderFocus: string;
1947
+ borderDisabled: string;
1948
+ rippleColor: string;
1949
+ colorPrimary: string;
1950
+ colorHoverPrimary: string;
1951
+ colorPressedPrimary: string;
1952
+ colorFocusPrimary: string;
1953
+ colorDisabledPrimary: string;
1954
+ textColorPrimary: string;
1955
+ textColorHoverPrimary: string;
1956
+ textColorPressedPrimary: string;
1957
+ textColorFocusPrimary: string;
1958
+ textColorDisabledPrimary: string;
1959
+ textColorTextPrimary: string;
1960
+ textColorTextHoverPrimary: string;
1961
+ textColorTextPressedPrimary: string;
1962
+ textColorTextFocusPrimary: string;
1963
+ textColorTextDisabledPrimary: string;
1964
+ textColorGhostPrimary: string;
1965
+ textColorGhostHoverPrimary: string;
1966
+ textColorGhostPressedPrimary: string;
1967
+ textColorGhostFocusPrimary: string;
1968
+ textColorGhostDisabledPrimary: string;
1969
+ borderPrimary: string;
1970
+ borderHoverPrimary: string;
1971
+ borderPressedPrimary: string;
1972
+ borderFocusPrimary: string;
1973
+ borderDisabledPrimary: string;
1974
+ rippleColorPrimary: string;
1975
+ colorInfo: string;
1976
+ colorHoverInfo: string;
1977
+ colorPressedInfo: string;
1978
+ colorFocusInfo: string;
1979
+ colorDisabledInfo: string;
1980
+ textColorInfo: string;
1981
+ textColorHoverInfo: string;
1982
+ textColorPressedInfo: string;
1983
+ textColorFocusInfo: string;
1984
+ textColorDisabledInfo: string;
1985
+ textColorTextInfo: string;
1986
+ textColorTextHoverInfo: string;
1987
+ textColorTextPressedInfo: string;
1988
+ textColorTextFocusInfo: string;
1989
+ textColorTextDisabledInfo: string;
1990
+ textColorGhostInfo: string;
1991
+ textColorGhostHoverInfo: string;
1992
+ textColorGhostPressedInfo: string;
1993
+ textColorGhostFocusInfo: string;
1994
+ textColorGhostDisabledInfo: string;
1995
+ borderInfo: string;
1996
+ borderHoverInfo: string;
1997
+ borderPressedInfo: string;
1998
+ borderFocusInfo: string;
1999
+ borderDisabledInfo: string;
2000
+ rippleColorInfo: string;
2001
+ colorSuccess: string;
2002
+ colorHoverSuccess: string;
2003
+ colorPressedSuccess: string;
2004
+ colorFocusSuccess: string;
2005
+ colorDisabledSuccess: string;
2006
+ textColorSuccess: string;
2007
+ textColorHoverSuccess: string;
2008
+ textColorPressedSuccess: string;
2009
+ textColorFocusSuccess: string;
2010
+ textColorDisabledSuccess: string;
2011
+ textColorTextSuccess: string;
2012
+ textColorTextHoverSuccess: string;
2013
+ textColorTextPressedSuccess: string;
2014
+ textColorTextFocusSuccess: string;
2015
+ textColorTextDisabledSuccess: string;
2016
+ textColorGhostSuccess: string;
2017
+ textColorGhostHoverSuccess: string;
2018
+ textColorGhostPressedSuccess: string;
2019
+ textColorGhostFocusSuccess: string;
2020
+ textColorGhostDisabledSuccess: string;
2021
+ borderSuccess: string;
2022
+ borderHoverSuccess: string;
2023
+ borderPressedSuccess: string;
2024
+ borderFocusSuccess: string;
2025
+ borderDisabledSuccess: string;
2026
+ rippleColorSuccess: string;
2027
+ colorWarning: string;
2028
+ colorHoverWarning: string;
2029
+ colorPressedWarning: string;
2030
+ colorFocusWarning: string;
2031
+ colorDisabledWarning: string;
2032
+ textColorWarning: string;
2033
+ textColorHoverWarning: string;
2034
+ textColorPressedWarning: string;
2035
+ textColorFocusWarning: string;
2036
+ textColorDisabledWarning: string;
2037
+ textColorTextWarning: string;
2038
+ textColorTextHoverWarning: string;
2039
+ textColorTextPressedWarning: string;
2040
+ textColorTextFocusWarning: string;
2041
+ textColorTextDisabledWarning: string;
2042
+ textColorGhostWarning: string;
2043
+ textColorGhostHoverWarning: string;
2044
+ textColorGhostPressedWarning: string;
2045
+ textColorGhostFocusWarning: string;
2046
+ textColorGhostDisabledWarning: string;
2047
+ borderWarning: string;
2048
+ borderHoverWarning: string;
2049
+ borderPressedWarning: string;
2050
+ borderFocusWarning: string;
2051
+ borderDisabledWarning: string;
2052
+ rippleColorWarning: string;
2053
+ colorError: string;
2054
+ colorHoverError: string;
2055
+ colorPressedError: string;
2056
+ colorFocusError: string;
2057
+ colorDisabledError: string;
2058
+ textColorError: string;
2059
+ textColorHoverError: string;
2060
+ textColorPressedError: string;
2061
+ textColorFocusError: string;
2062
+ textColorDisabledError: string;
2063
+ textColorTextError: string;
2064
+ textColorTextHoverError: string;
2065
+ textColorTextPressedError: string;
2066
+ textColorTextFocusError: string;
2067
+ textColorTextDisabledError: string;
2068
+ textColorGhostError: string;
2069
+ textColorGhostHoverError: string;
2070
+ textColorGhostPressedError: string;
2071
+ textColorGhostFocusError: string;
2072
+ textColorGhostDisabledError: string;
2073
+ borderError: string;
2074
+ borderHoverError: string;
2075
+ borderPressedError: string;
2076
+ borderFocusError: string;
2077
+ borderDisabledError: string;
2078
+ rippleColorError: string;
2079
+ waveOpacity: string;
2080
+ fontWeight: string;
2081
+ fontWeightStrong: string;
2082
+ paddingTiny: string;
2083
+ paddingSmall: string;
2084
+ paddingMedium: string;
2085
+ paddingLarge: string;
2086
+ paddingRoundTiny: string;
2087
+ paddingRoundSmall: string;
2088
+ paddingRoundMedium: string;
2089
+ paddingRoundLarge: string;
2090
+ iconMarginTiny: string;
2091
+ iconMarginSmall: string;
2092
+ iconMarginMedium: string;
2093
+ iconMarginLarge: string;
2094
+ iconSizeTiny: string;
2095
+ iconSizeSmall: string;
2096
+ iconSizeMedium: string;
2097
+ iconSizeLarge: string;
2098
+ rippleDuration: string;
2099
+ }, any>;
2100
+ }>;
2101
+ Card: import('naive-ui/es/_mixins').Theme<"Card", {
2102
+ lineHeight: string;
2103
+ color: string;
2104
+ colorModal: string;
2105
+ colorPopover: string;
2106
+ colorTarget: string;
2107
+ colorEmbedded: string;
2108
+ colorEmbeddedModal: string;
2109
+ colorEmbeddedPopover: string;
2110
+ textColor: string;
2111
+ titleTextColor: string;
2112
+ borderColor: string;
2113
+ actionColor: string;
2114
+ titleFontWeight: string;
2115
+ closeColorHover: string;
2116
+ closeColorPressed: string;
2117
+ closeBorderRadius: string;
2118
+ closeIconColor: string;
2119
+ closeIconColorHover: string;
2120
+ closeIconColorPressed: string;
2121
+ fontSizeSmall: string;
2122
+ fontSizeMedium: string;
2123
+ fontSizeLarge: string;
2124
+ fontSizeHuge: string;
2125
+ boxShadow: string;
2126
+ borderRadius: string;
2127
+ paddingSmall: string;
2128
+ paddingMedium: string;
2129
+ paddingLarge: string;
2130
+ paddingHuge: string;
2131
+ titleFontSizeSmall: string;
2132
+ titleFontSizeMedium: string;
2133
+ titleFontSizeLarge: string;
2134
+ titleFontSizeHuge: string;
2135
+ closeIconSize: string;
2136
+ closeSize: string;
2137
+ }, any>;
2138
+ }>>>;
2139
+ }>> & Readonly<{}>, {
2140
+ readonly title: string;
2141
+ readonly showIcon: boolean;
2142
+ readonly type: "default" | "info" | "success" | "warning" | "error";
2143
+ readonly bordered: boolean;
2144
+ readonly closable: boolean;
2145
+ readonly tag: keyof HTMLElementTagNameMap;
2146
+ readonly loading: boolean;
2147
+ readonly size: "large" | "medium" | "small" | "huge";
2148
+ readonly headerClass: string;
2149
+ readonly headerStyle: import('vue').CSSProperties;
2150
+ readonly embedded: boolean;
2151
+ readonly segmented: boolean | import('naive-ui').CardSegmented;
2152
+ readonly hoverable: boolean;
2153
+ readonly closeFocusable: boolean;
2154
+ readonly show: boolean;
2155
+ readonly displayDirective: "show" | "if";
2156
+ readonly width: string;
2157
+ readonly top: string;
2158
+ readonly autoFocus: boolean;
2159
+ readonly maskClosable: boolean;
2160
+ readonly closeOnEsc: boolean;
2161
+ readonly trapFocus: boolean;
2162
+ readonly titlePlacement: import('../..').DialogPlacement;
2163
+ readonly contentMaxHeight: string;
2164
+ readonly scrollContentClass: string;
2165
+ readonly scrollContentStyle: import('vue').CSSProperties;
2166
+ readonly showFooter: boolean;
2167
+ readonly footerPlacement: import('../..').DialogPlacement;
2168
+ readonly footerContentClass: string;
2169
+ readonly footerContentStyle: import('vue').CSSProperties;
2170
+ readonly negativeButtonProps: {
2171
+ readonly color?: string | undefined;
2172
+ readonly iconSize?: number | undefined;
2173
+ readonly theme?: import('naive-ui/es/_mixins').Theme<"Button", {
2174
+ heightTiny: string;
2175
+ heightSmall: string;
2176
+ heightMedium: string;
2177
+ heightLarge: string;
2178
+ borderRadiusTiny: string;
2179
+ borderRadiusSmall: string;
2180
+ borderRadiusMedium: string;
2181
+ borderRadiusLarge: string;
2182
+ fontSizeTiny: string;
2183
+ fontSizeSmall: string;
2184
+ fontSizeMedium: string;
2185
+ fontSizeLarge: string;
2186
+ opacityDisabled: string;
2187
+ colorOpacitySecondary: string;
2188
+ colorOpacitySecondaryHover: string;
2189
+ colorOpacitySecondaryPressed: string;
2190
+ colorSecondary: string;
2191
+ colorSecondaryHover: string;
2192
+ colorSecondaryPressed: string;
2193
+ colorTertiary: string;
2194
+ colorTertiaryHover: string;
2195
+ colorTertiaryPressed: string;
2196
+ colorQuaternary: string;
2197
+ colorQuaternaryHover: string;
2198
+ colorQuaternaryPressed: string;
2199
+ color: string;
2200
+ colorHover: string;
2201
+ colorPressed: string;
2202
+ colorFocus: string;
2203
+ colorDisabled: string;
2204
+ textColor: string;
2205
+ textColorTertiary: string;
2206
+ textColorHover: string;
2207
+ textColorPressed: string;
2208
+ textColorFocus: string;
2209
+ textColorDisabled: string;
2210
+ textColorText: string;
2211
+ textColorTextHover: string;
2212
+ textColorTextPressed: string;
2213
+ textColorTextFocus: string;
2214
+ textColorTextDisabled: string;
2215
+ textColorGhost: string;
2216
+ textColorGhostHover: string;
2217
+ textColorGhostPressed: string;
2218
+ textColorGhostFocus: string;
2219
+ textColorGhostDisabled: string;
2220
+ border: string;
2221
+ borderHover: string;
2222
+ borderPressed: string;
2223
+ borderFocus: string;
2224
+ borderDisabled: string;
2225
+ rippleColor: string;
2226
+ colorPrimary: string;
2227
+ colorHoverPrimary: string;
2228
+ colorPressedPrimary: string;
2229
+ colorFocusPrimary: string;
2230
+ colorDisabledPrimary: string;
2231
+ textColorPrimary: string;
2232
+ textColorHoverPrimary: string;
2233
+ textColorPressedPrimary: string;
2234
+ textColorFocusPrimary: string;
2235
+ textColorDisabledPrimary: string;
2236
+ textColorTextPrimary: string;
2237
+ textColorTextHoverPrimary: string;
2238
+ textColorTextPressedPrimary: string;
2239
+ textColorTextFocusPrimary: string;
2240
+ textColorTextDisabledPrimary: string;
2241
+ textColorGhostPrimary: string;
2242
+ textColorGhostHoverPrimary: string;
2243
+ textColorGhostPressedPrimary: string;
2244
+ textColorGhostFocusPrimary: string;
2245
+ textColorGhostDisabledPrimary: string;
2246
+ borderPrimary: string;
2247
+ borderHoverPrimary: string;
2248
+ borderPressedPrimary: string;
2249
+ borderFocusPrimary: string;
2250
+ borderDisabledPrimary: string;
2251
+ rippleColorPrimary: string;
2252
+ colorInfo: string;
2253
+ colorHoverInfo: string;
2254
+ colorPressedInfo: string;
2255
+ colorFocusInfo: string;
2256
+ colorDisabledInfo: string;
2257
+ textColorInfo: string;
2258
+ textColorHoverInfo: string;
2259
+ textColorPressedInfo: string;
2260
+ textColorFocusInfo: string;
2261
+ textColorDisabledInfo: string;
2262
+ textColorTextInfo: string;
2263
+ textColorTextHoverInfo: string;
2264
+ textColorTextPressedInfo: string;
2265
+ textColorTextFocusInfo: string;
2266
+ textColorTextDisabledInfo: string;
2267
+ textColorGhostInfo: string;
2268
+ textColorGhostHoverInfo: string;
2269
+ textColorGhostPressedInfo: string;
2270
+ textColorGhostFocusInfo: string;
2271
+ textColorGhostDisabledInfo: string;
2272
+ borderInfo: string;
2273
+ borderHoverInfo: string;
2274
+ borderPressedInfo: string;
2275
+ borderFocusInfo: string;
2276
+ borderDisabledInfo: string;
2277
+ rippleColorInfo: string;
2278
+ colorSuccess: string;
2279
+ colorHoverSuccess: string;
2280
+ colorPressedSuccess: string;
2281
+ colorFocusSuccess: string;
2282
+ colorDisabledSuccess: string;
2283
+ textColorSuccess: string;
2284
+ textColorHoverSuccess: string;
2285
+ textColorPressedSuccess: string;
2286
+ textColorFocusSuccess: string;
2287
+ textColorDisabledSuccess: string;
2288
+ textColorTextSuccess: string;
2289
+ textColorTextHoverSuccess: string;
2290
+ textColorTextPressedSuccess: string;
2291
+ textColorTextFocusSuccess: string;
2292
+ textColorTextDisabledSuccess: string;
2293
+ textColorGhostSuccess: string;
2294
+ textColorGhostHoverSuccess: string;
2295
+ textColorGhostPressedSuccess: string;
2296
+ textColorGhostFocusSuccess: string;
2297
+ textColorGhostDisabledSuccess: string;
2298
+ borderSuccess: string;
2299
+ borderHoverSuccess: string;
2300
+ borderPressedSuccess: string;
2301
+ borderFocusSuccess: string;
2302
+ borderDisabledSuccess: string;
2303
+ rippleColorSuccess: string;
2304
+ colorWarning: string;
2305
+ colorHoverWarning: string;
2306
+ colorPressedWarning: string;
2307
+ colorFocusWarning: string;
2308
+ colorDisabledWarning: string;
2309
+ textColorWarning: string;
2310
+ textColorHoverWarning: string;
2311
+ textColorPressedWarning: string;
2312
+ textColorFocusWarning: string;
2313
+ textColorDisabledWarning: string;
2314
+ textColorTextWarning: string;
2315
+ textColorTextHoverWarning: string;
2316
+ textColorTextPressedWarning: string;
2317
+ textColorTextFocusWarning: string;
2318
+ textColorTextDisabledWarning: string;
2319
+ textColorGhostWarning: string;
2320
+ textColorGhostHoverWarning: string;
2321
+ textColorGhostPressedWarning: string;
2322
+ textColorGhostFocusWarning: string;
2323
+ textColorGhostDisabledWarning: string;
2324
+ borderWarning: string;
2325
+ borderHoverWarning: string;
2326
+ borderPressedWarning: string;
2327
+ borderFocusWarning: string;
2328
+ borderDisabledWarning: string;
2329
+ rippleColorWarning: string;
2330
+ colorError: string;
2331
+ colorHoverError: string;
2332
+ colorPressedError: string;
2333
+ colorFocusError: string;
2334
+ colorDisabledError: string;
2335
+ textColorError: string;
2336
+ textColorHoverError: string;
2337
+ textColorPressedError: string;
2338
+ textColorFocusError: string;
2339
+ textColorDisabledError: string;
2340
+ textColorTextError: string;
2341
+ textColorTextHoverError: string;
2342
+ textColorTextPressedError: string;
2343
+ textColorTextFocusError: string;
2344
+ textColorTextDisabledError: string;
2345
+ textColorGhostError: string;
2346
+ textColorGhostHoverError: string;
2347
+ textColorGhostPressedError: string;
2348
+ textColorGhostFocusError: string;
2349
+ textColorGhostDisabledError: string;
2350
+ borderError: string;
2351
+ borderHoverError: string;
2352
+ borderPressedError: string;
2353
+ borderFocusError: string;
2354
+ borderDisabledError: string;
2355
+ rippleColorError: string;
2356
+ waveOpacity: string;
2357
+ fontWeight: string;
2358
+ fontWeightStrong: string;
2359
+ paddingTiny: string;
2360
+ paddingSmall: string;
2361
+ paddingMedium: string;
2362
+ paddingLarge: string;
2363
+ paddingRoundTiny: string;
2364
+ paddingRoundSmall: string;
2365
+ paddingRoundMedium: string;
2366
+ paddingRoundLarge: string;
2367
+ iconMarginTiny: string;
2368
+ iconMarginSmall: string;
2369
+ iconMarginMedium: string;
2370
+ iconMarginLarge: string;
2371
+ iconSizeTiny: string;
2372
+ iconSizeSmall: string;
2373
+ iconSizeMedium: string;
2374
+ iconSizeLarge: string;
2375
+ rippleDuration: string;
2376
+ }, any> | undefined;
2377
+ readonly themeOverrides?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
2378
+ heightTiny: string;
2379
+ heightSmall: string;
2380
+ heightMedium: string;
2381
+ heightLarge: string;
2382
+ borderRadiusTiny: string;
2383
+ borderRadiusSmall: string;
2384
+ borderRadiusMedium: string;
2385
+ borderRadiusLarge: string;
2386
+ fontSizeTiny: string;
2387
+ fontSizeSmall: string;
2388
+ fontSizeMedium: string;
2389
+ fontSizeLarge: string;
2390
+ opacityDisabled: string;
2391
+ colorOpacitySecondary: string;
2392
+ colorOpacitySecondaryHover: string;
2393
+ colorOpacitySecondaryPressed: string;
2394
+ colorSecondary: string;
2395
+ colorSecondaryHover: string;
2396
+ colorSecondaryPressed: string;
2397
+ colorTertiary: string;
2398
+ colorTertiaryHover: string;
2399
+ colorTertiaryPressed: string;
2400
+ colorQuaternary: string;
2401
+ colorQuaternaryHover: string;
2402
+ colorQuaternaryPressed: string;
2403
+ color: string;
2404
+ colorHover: string;
2405
+ colorPressed: string;
2406
+ colorFocus: string;
2407
+ colorDisabled: string;
2408
+ textColor: string;
2409
+ textColorTertiary: string;
2410
+ textColorHover: string;
2411
+ textColorPressed: string;
2412
+ textColorFocus: string;
2413
+ textColorDisabled: string;
2414
+ textColorText: string;
2415
+ textColorTextHover: string;
2416
+ textColorTextPressed: string;
2417
+ textColorTextFocus: string;
2418
+ textColorTextDisabled: string;
2419
+ textColorGhost: string;
2420
+ textColorGhostHover: string;
2421
+ textColorGhostPressed: string;
2422
+ textColorGhostFocus: string;
2423
+ textColorGhostDisabled: string;
2424
+ border: string;
2425
+ borderHover: string;
2426
+ borderPressed: string;
2427
+ borderFocus: string;
2428
+ borderDisabled: string;
2429
+ rippleColor: string;
2430
+ colorPrimary: string;
2431
+ colorHoverPrimary: string;
2432
+ colorPressedPrimary: string;
2433
+ colorFocusPrimary: string;
2434
+ colorDisabledPrimary: string;
2435
+ textColorPrimary: string;
2436
+ textColorHoverPrimary: string;
2437
+ textColorPressedPrimary: string;
2438
+ textColorFocusPrimary: string;
2439
+ textColorDisabledPrimary: string;
2440
+ textColorTextPrimary: string;
2441
+ textColorTextHoverPrimary: string;
2442
+ textColorTextPressedPrimary: string;
2443
+ textColorTextFocusPrimary: string;
2444
+ textColorTextDisabledPrimary: string;
2445
+ textColorGhostPrimary: string;
2446
+ textColorGhostHoverPrimary: string;
2447
+ textColorGhostPressedPrimary: string;
2448
+ textColorGhostFocusPrimary: string;
2449
+ textColorGhostDisabledPrimary: string;
2450
+ borderPrimary: string;
2451
+ borderHoverPrimary: string;
2452
+ borderPressedPrimary: string;
2453
+ borderFocusPrimary: string;
2454
+ borderDisabledPrimary: string;
2455
+ rippleColorPrimary: string;
2456
+ colorInfo: string;
2457
+ colorHoverInfo: string;
2458
+ colorPressedInfo: string;
2459
+ colorFocusInfo: string;
2460
+ colorDisabledInfo: string;
2461
+ textColorInfo: string;
2462
+ textColorHoverInfo: string;
2463
+ textColorPressedInfo: string;
2464
+ textColorFocusInfo: string;
2465
+ textColorDisabledInfo: string;
2466
+ textColorTextInfo: string;
2467
+ textColorTextHoverInfo: string;
2468
+ textColorTextPressedInfo: string;
2469
+ textColorTextFocusInfo: string;
2470
+ textColorTextDisabledInfo: string;
2471
+ textColorGhostInfo: string;
2472
+ textColorGhostHoverInfo: string;
2473
+ textColorGhostPressedInfo: string;
2474
+ textColorGhostFocusInfo: string;
2475
+ textColorGhostDisabledInfo: string;
2476
+ borderInfo: string;
2477
+ borderHoverInfo: string;
2478
+ borderPressedInfo: string;
2479
+ borderFocusInfo: string;
2480
+ borderDisabledInfo: string;
2481
+ rippleColorInfo: string;
2482
+ colorSuccess: string;
2483
+ colorHoverSuccess: string;
2484
+ colorPressedSuccess: string;
2485
+ colorFocusSuccess: string;
2486
+ colorDisabledSuccess: string;
2487
+ textColorSuccess: string;
2488
+ textColorHoverSuccess: string;
2489
+ textColorPressedSuccess: string;
2490
+ textColorFocusSuccess: string;
2491
+ textColorDisabledSuccess: string;
2492
+ textColorTextSuccess: string;
2493
+ textColorTextHoverSuccess: string;
2494
+ textColorTextPressedSuccess: string;
2495
+ textColorTextFocusSuccess: string;
2496
+ textColorTextDisabledSuccess: string;
2497
+ textColorGhostSuccess: string;
2498
+ textColorGhostHoverSuccess: string;
2499
+ textColorGhostPressedSuccess: string;
2500
+ textColorGhostFocusSuccess: string;
2501
+ textColorGhostDisabledSuccess: string;
2502
+ borderSuccess: string;
2503
+ borderHoverSuccess: string;
2504
+ borderPressedSuccess: string;
2505
+ borderFocusSuccess: string;
2506
+ borderDisabledSuccess: string;
2507
+ rippleColorSuccess: string;
2508
+ colorWarning: string;
2509
+ colorHoverWarning: string;
2510
+ colorPressedWarning: string;
2511
+ colorFocusWarning: string;
2512
+ colorDisabledWarning: string;
2513
+ textColorWarning: string;
2514
+ textColorHoverWarning: string;
2515
+ textColorPressedWarning: string;
2516
+ textColorFocusWarning: string;
2517
+ textColorDisabledWarning: string;
2518
+ textColorTextWarning: string;
2519
+ textColorTextHoverWarning: string;
2520
+ textColorTextPressedWarning: string;
2521
+ textColorTextFocusWarning: string;
2522
+ textColorTextDisabledWarning: string;
2523
+ textColorGhostWarning: string;
2524
+ textColorGhostHoverWarning: string;
2525
+ textColorGhostPressedWarning: string;
2526
+ textColorGhostFocusWarning: string;
2527
+ textColorGhostDisabledWarning: string;
2528
+ borderWarning: string;
2529
+ borderHoverWarning: string;
2530
+ borderPressedWarning: string;
2531
+ borderFocusWarning: string;
2532
+ borderDisabledWarning: string;
2533
+ rippleColorWarning: string;
2534
+ colorError: string;
2535
+ colorHoverError: string;
2536
+ colorPressedError: string;
2537
+ colorFocusError: string;
2538
+ colorDisabledError: string;
2539
+ textColorError: string;
2540
+ textColorHoverError: string;
2541
+ textColorPressedError: string;
2542
+ textColorFocusError: string;
2543
+ textColorDisabledError: string;
2544
+ textColorTextError: string;
2545
+ textColorTextHoverError: string;
2546
+ textColorTextPressedError: string;
2547
+ textColorTextFocusError: string;
2548
+ textColorTextDisabledError: string;
2549
+ textColorGhostError: string;
2550
+ textColorGhostHoverError: string;
2551
+ textColorGhostPressedError: string;
2552
+ textColorGhostFocusError: string;
2553
+ textColorGhostDisabledError: string;
2554
+ borderError: string;
2555
+ borderHoverError: string;
2556
+ borderPressedError: string;
2557
+ borderFocusError: string;
2558
+ borderDisabledError: string;
2559
+ rippleColorError: string;
2560
+ waveOpacity: string;
2561
+ fontWeight: string;
2562
+ fontWeightStrong: string;
2563
+ paddingTiny: string;
2564
+ paddingSmall: string;
2565
+ paddingMedium: string;
2566
+ paddingLarge: string;
2567
+ paddingRoundTiny: string;
2568
+ paddingRoundSmall: string;
2569
+ paddingRoundMedium: string;
2570
+ paddingRoundLarge: string;
2571
+ iconMarginTiny: string;
2572
+ iconMarginSmall: string;
2573
+ iconMarginMedium: string;
2574
+ iconMarginLarge: string;
2575
+ iconSizeTiny: string;
2576
+ iconSizeSmall: string;
2577
+ iconSizeMedium: string;
2578
+ iconSizeLarge: string;
2579
+ rippleDuration: string;
2580
+ }, any>> | undefined;
2581
+ readonly builtinThemeOverrides?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
2582
+ heightTiny: string;
2583
+ heightSmall: string;
2584
+ heightMedium: string;
2585
+ heightLarge: string;
2586
+ borderRadiusTiny: string;
2587
+ borderRadiusSmall: string;
2588
+ borderRadiusMedium: string;
2589
+ borderRadiusLarge: string;
2590
+ fontSizeTiny: string;
2591
+ fontSizeSmall: string;
2592
+ fontSizeMedium: string;
2593
+ fontSizeLarge: string;
2594
+ opacityDisabled: string;
2595
+ colorOpacitySecondary: string;
2596
+ colorOpacitySecondaryHover: string;
2597
+ colorOpacitySecondaryPressed: string;
2598
+ colorSecondary: string;
2599
+ colorSecondaryHover: string;
2600
+ colorSecondaryPressed: string;
2601
+ colorTertiary: string;
2602
+ colorTertiaryHover: string;
2603
+ colorTertiaryPressed: string;
2604
+ colorQuaternary: string;
2605
+ colorQuaternaryHover: string;
2606
+ colorQuaternaryPressed: string;
2607
+ color: string;
2608
+ colorHover: string;
2609
+ colorPressed: string;
2610
+ colorFocus: string;
2611
+ colorDisabled: string;
2612
+ textColor: string;
2613
+ textColorTertiary: string;
2614
+ textColorHover: string;
2615
+ textColorPressed: string;
2616
+ textColorFocus: string;
2617
+ textColorDisabled: string;
2618
+ textColorText: string;
2619
+ textColorTextHover: string;
2620
+ textColorTextPressed: string;
2621
+ textColorTextFocus: string;
2622
+ textColorTextDisabled: string;
2623
+ textColorGhost: string;
2624
+ textColorGhostHover: string;
2625
+ textColorGhostPressed: string;
2626
+ textColorGhostFocus: string;
2627
+ textColorGhostDisabled: string;
2628
+ border: string;
2629
+ borderHover: string;
2630
+ borderPressed: string;
2631
+ borderFocus: string;
2632
+ borderDisabled: string;
2633
+ rippleColor: string;
2634
+ colorPrimary: string;
2635
+ colorHoverPrimary: string;
2636
+ colorPressedPrimary: string;
2637
+ colorFocusPrimary: string;
2638
+ colorDisabledPrimary: string;
2639
+ textColorPrimary: string;
2640
+ textColorHoverPrimary: string;
2641
+ textColorPressedPrimary: string;
2642
+ textColorFocusPrimary: string;
2643
+ textColorDisabledPrimary: string;
2644
+ textColorTextPrimary: string;
2645
+ textColorTextHoverPrimary: string;
2646
+ textColorTextPressedPrimary: string;
2647
+ textColorTextFocusPrimary: string;
2648
+ textColorTextDisabledPrimary: string;
2649
+ textColorGhostPrimary: string;
2650
+ textColorGhostHoverPrimary: string;
2651
+ textColorGhostPressedPrimary: string;
2652
+ textColorGhostFocusPrimary: string;
2653
+ textColorGhostDisabledPrimary: string;
2654
+ borderPrimary: string;
2655
+ borderHoverPrimary: string;
2656
+ borderPressedPrimary: string;
2657
+ borderFocusPrimary: string;
2658
+ borderDisabledPrimary: string;
2659
+ rippleColorPrimary: string;
2660
+ colorInfo: string;
2661
+ colorHoverInfo: string;
2662
+ colorPressedInfo: string;
2663
+ colorFocusInfo: string;
2664
+ colorDisabledInfo: string;
2665
+ textColorInfo: string;
2666
+ textColorHoverInfo: string;
2667
+ textColorPressedInfo: string;
2668
+ textColorFocusInfo: string;
2669
+ textColorDisabledInfo: string;
2670
+ textColorTextInfo: string;
2671
+ textColorTextHoverInfo: string;
2672
+ textColorTextPressedInfo: string;
2673
+ textColorTextFocusInfo: string;
2674
+ textColorTextDisabledInfo: string;
2675
+ textColorGhostInfo: string;
2676
+ textColorGhostHoverInfo: string;
2677
+ textColorGhostPressedInfo: string;
2678
+ textColorGhostFocusInfo: string;
2679
+ textColorGhostDisabledInfo: string;
2680
+ borderInfo: string;
2681
+ borderHoverInfo: string;
2682
+ borderPressedInfo: string;
2683
+ borderFocusInfo: string;
2684
+ borderDisabledInfo: string;
2685
+ rippleColorInfo: string;
2686
+ colorSuccess: string;
2687
+ colorHoverSuccess: string;
2688
+ colorPressedSuccess: string;
2689
+ colorFocusSuccess: string;
2690
+ colorDisabledSuccess: string;
2691
+ textColorSuccess: string;
2692
+ textColorHoverSuccess: string;
2693
+ textColorPressedSuccess: string;
2694
+ textColorFocusSuccess: string;
2695
+ textColorDisabledSuccess: string;
2696
+ textColorTextSuccess: string;
2697
+ textColorTextHoverSuccess: string;
2698
+ textColorTextPressedSuccess: string;
2699
+ textColorTextFocusSuccess: string;
2700
+ textColorTextDisabledSuccess: string;
2701
+ textColorGhostSuccess: string;
2702
+ textColorGhostHoverSuccess: string;
2703
+ textColorGhostPressedSuccess: string;
2704
+ textColorGhostFocusSuccess: string;
2705
+ textColorGhostDisabledSuccess: string;
2706
+ borderSuccess: string;
2707
+ borderHoverSuccess: string;
2708
+ borderPressedSuccess: string;
2709
+ borderFocusSuccess: string;
2710
+ borderDisabledSuccess: string;
2711
+ rippleColorSuccess: string;
2712
+ colorWarning: string;
2713
+ colorHoverWarning: string;
2714
+ colorPressedWarning: string;
2715
+ colorFocusWarning: string;
2716
+ colorDisabledWarning: string;
2717
+ textColorWarning: string;
2718
+ textColorHoverWarning: string;
2719
+ textColorPressedWarning: string;
2720
+ textColorFocusWarning: string;
2721
+ textColorDisabledWarning: string;
2722
+ textColorTextWarning: string;
2723
+ textColorTextHoverWarning: string;
2724
+ textColorTextPressedWarning: string;
2725
+ textColorTextFocusWarning: string;
2726
+ textColorTextDisabledWarning: string;
2727
+ textColorGhostWarning: string;
2728
+ textColorGhostHoverWarning: string;
2729
+ textColorGhostPressedWarning: string;
2730
+ textColorGhostFocusWarning: string;
2731
+ textColorGhostDisabledWarning: string;
2732
+ borderWarning: string;
2733
+ borderHoverWarning: string;
2734
+ borderPressedWarning: string;
2735
+ borderFocusWarning: string;
2736
+ borderDisabledWarning: string;
2737
+ rippleColorWarning: string;
2738
+ colorError: string;
2739
+ colorHoverError: string;
2740
+ colorPressedError: string;
2741
+ colorFocusError: string;
2742
+ colorDisabledError: string;
2743
+ textColorError: string;
2744
+ textColorHoverError: string;
2745
+ textColorPressedError: string;
2746
+ textColorFocusError: string;
2747
+ textColorDisabledError: string;
2748
+ textColorTextError: string;
2749
+ textColorTextHoverError: string;
2750
+ textColorTextPressedError: string;
2751
+ textColorTextFocusError: string;
2752
+ textColorTextDisabledError: string;
2753
+ textColorGhostError: string;
2754
+ textColorGhostHoverError: string;
2755
+ textColorGhostPressedError: string;
2756
+ textColorGhostFocusError: string;
2757
+ textColorGhostDisabledError: string;
2758
+ borderError: string;
2759
+ borderHoverError: string;
2760
+ borderPressedError: string;
2761
+ borderFocusError: string;
2762
+ borderDisabledError: string;
2763
+ rippleColorError: string;
2764
+ waveOpacity: string;
2765
+ fontWeight: string;
2766
+ fontWeightStrong: string;
2767
+ paddingTiny: string;
2768
+ paddingSmall: string;
2769
+ paddingMedium: string;
2770
+ paddingLarge: string;
2771
+ paddingRoundTiny: string;
2772
+ paddingRoundSmall: string;
2773
+ paddingRoundMedium: string;
2774
+ paddingRoundLarge: string;
2775
+ iconMarginTiny: string;
2776
+ iconMarginSmall: string;
2777
+ iconMarginMedium: string;
2778
+ iconMarginLarge: string;
2779
+ iconSizeTiny: string;
2780
+ iconSizeSmall: string;
2781
+ iconSizeMedium: string;
2782
+ iconSizeLarge: string;
2783
+ rippleDuration: string;
2784
+ }, any>> | undefined;
2785
+ readonly type?: import('naive-ui/es/button/src/interface').Type | undefined;
2786
+ readonly bordered?: boolean | undefined;
2787
+ readonly tag?: keyof HTMLElementTagNameMap | undefined;
2788
+ readonly content?: string | undefined;
2789
+ readonly icon?: string | (() => import('vue').VNode) | undefined;
2790
+ readonly strong?: boolean | undefined;
2791
+ readonly circle?: boolean | undefined;
2792
+ readonly text?: boolean | undefined;
2793
+ readonly onClick?: import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void> | undefined;
2794
+ readonly textColor?: string | undefined;
2795
+ readonly tertiary?: boolean | undefined;
2796
+ readonly block?: boolean | undefined;
2797
+ readonly loading?: boolean | undefined;
2798
+ readonly disabled?: boolean | undefined;
2799
+ readonly size?: import('../../Button/src/props').Size | undefined;
2800
+ readonly ghost?: boolean | undefined;
2801
+ readonly round?: boolean | undefined;
2802
+ readonly secondary?: boolean | undefined;
2803
+ readonly quaternary?: boolean | undefined;
2804
+ readonly focusable?: boolean | undefined;
2805
+ readonly keyboard?: boolean | undefined;
2806
+ readonly dashed?: boolean | undefined;
2807
+ readonly renderIcon?: (() => import('vue').VNodeChild) | undefined;
2808
+ readonly iconPlacement?: "left" | "right" | undefined;
2809
+ readonly attrType?: "button" | "submit" | "reset" | undefined;
2810
+ readonly nativeFocusBehavior?: boolean | undefined;
2811
+ };
2812
+ readonly positiveButtonProps: {
2813
+ readonly color?: string | undefined;
2814
+ readonly iconSize?: number | undefined;
2815
+ readonly theme?: import('naive-ui/es/_mixins').Theme<"Button", {
2816
+ heightTiny: string;
2817
+ heightSmall: string;
2818
+ heightMedium: string;
2819
+ heightLarge: string;
2820
+ borderRadiusTiny: string;
2821
+ borderRadiusSmall: string;
2822
+ borderRadiusMedium: string;
2823
+ borderRadiusLarge: string;
2824
+ fontSizeTiny: string;
2825
+ fontSizeSmall: string;
2826
+ fontSizeMedium: string;
2827
+ fontSizeLarge: string;
2828
+ opacityDisabled: string;
2829
+ colorOpacitySecondary: string;
2830
+ colorOpacitySecondaryHover: string;
2831
+ colorOpacitySecondaryPressed: string;
2832
+ colorSecondary: string;
2833
+ colorSecondaryHover: string;
2834
+ colorSecondaryPressed: string;
2835
+ colorTertiary: string;
2836
+ colorTertiaryHover: string;
2837
+ colorTertiaryPressed: string;
2838
+ colorQuaternary: string;
2839
+ colorQuaternaryHover: string;
2840
+ colorQuaternaryPressed: string;
2841
+ color: string;
2842
+ colorHover: string;
2843
+ colorPressed: string;
2844
+ colorFocus: string;
2845
+ colorDisabled: string;
2846
+ textColor: string;
2847
+ textColorTertiary: string;
2848
+ textColorHover: string;
2849
+ textColorPressed: string;
2850
+ textColorFocus: string;
2851
+ textColorDisabled: string;
2852
+ textColorText: string;
2853
+ textColorTextHover: string;
2854
+ textColorTextPressed: string;
2855
+ textColorTextFocus: string;
2856
+ textColorTextDisabled: string;
2857
+ textColorGhost: string;
2858
+ textColorGhostHover: string;
2859
+ textColorGhostPressed: string;
2860
+ textColorGhostFocus: string;
2861
+ textColorGhostDisabled: string;
2862
+ border: string;
2863
+ borderHover: string;
2864
+ borderPressed: string;
2865
+ borderFocus: string;
2866
+ borderDisabled: string;
2867
+ rippleColor: string;
2868
+ colorPrimary: string;
2869
+ colorHoverPrimary: string;
2870
+ colorPressedPrimary: string;
2871
+ colorFocusPrimary: string;
2872
+ colorDisabledPrimary: string;
2873
+ textColorPrimary: string;
2874
+ textColorHoverPrimary: string;
2875
+ textColorPressedPrimary: string;
2876
+ textColorFocusPrimary: string;
2877
+ textColorDisabledPrimary: string;
2878
+ textColorTextPrimary: string;
2879
+ textColorTextHoverPrimary: string;
2880
+ textColorTextPressedPrimary: string;
2881
+ textColorTextFocusPrimary: string;
2882
+ textColorTextDisabledPrimary: string;
2883
+ textColorGhostPrimary: string;
2884
+ textColorGhostHoverPrimary: string;
2885
+ textColorGhostPressedPrimary: string;
2886
+ textColorGhostFocusPrimary: string;
2887
+ textColorGhostDisabledPrimary: string;
2888
+ borderPrimary: string;
2889
+ borderHoverPrimary: string;
2890
+ borderPressedPrimary: string;
2891
+ borderFocusPrimary: string;
2892
+ borderDisabledPrimary: string;
2893
+ rippleColorPrimary: string;
2894
+ colorInfo: string;
2895
+ colorHoverInfo: string;
2896
+ colorPressedInfo: string;
2897
+ colorFocusInfo: string;
2898
+ colorDisabledInfo: string;
2899
+ textColorInfo: string;
2900
+ textColorHoverInfo: string;
2901
+ textColorPressedInfo: string;
2902
+ textColorFocusInfo: string;
2903
+ textColorDisabledInfo: string;
2904
+ textColorTextInfo: string;
2905
+ textColorTextHoverInfo: string;
2906
+ textColorTextPressedInfo: string;
2907
+ textColorTextFocusInfo: string;
2908
+ textColorTextDisabledInfo: string;
2909
+ textColorGhostInfo: string;
2910
+ textColorGhostHoverInfo: string;
2911
+ textColorGhostPressedInfo: string;
2912
+ textColorGhostFocusInfo: string;
2913
+ textColorGhostDisabledInfo: string;
2914
+ borderInfo: string;
2915
+ borderHoverInfo: string;
2916
+ borderPressedInfo: string;
2917
+ borderFocusInfo: string;
2918
+ borderDisabledInfo: string;
2919
+ rippleColorInfo: string;
2920
+ colorSuccess: string;
2921
+ colorHoverSuccess: string;
2922
+ colorPressedSuccess: string;
2923
+ colorFocusSuccess: string;
2924
+ colorDisabledSuccess: string;
2925
+ textColorSuccess: string;
2926
+ textColorHoverSuccess: string;
2927
+ textColorPressedSuccess: string;
2928
+ textColorFocusSuccess: string;
2929
+ textColorDisabledSuccess: string;
2930
+ textColorTextSuccess: string;
2931
+ textColorTextHoverSuccess: string;
2932
+ textColorTextPressedSuccess: string;
2933
+ textColorTextFocusSuccess: string;
2934
+ textColorTextDisabledSuccess: string;
2935
+ textColorGhostSuccess: string;
2936
+ textColorGhostHoverSuccess: string;
2937
+ textColorGhostPressedSuccess: string;
2938
+ textColorGhostFocusSuccess: string;
2939
+ textColorGhostDisabledSuccess: string;
2940
+ borderSuccess: string;
2941
+ borderHoverSuccess: string;
2942
+ borderPressedSuccess: string;
2943
+ borderFocusSuccess: string;
2944
+ borderDisabledSuccess: string;
2945
+ rippleColorSuccess: string;
2946
+ colorWarning: string;
2947
+ colorHoverWarning: string;
2948
+ colorPressedWarning: string;
2949
+ colorFocusWarning: string;
2950
+ colorDisabledWarning: string;
2951
+ textColorWarning: string;
2952
+ textColorHoverWarning: string;
2953
+ textColorPressedWarning: string;
2954
+ textColorFocusWarning: string;
2955
+ textColorDisabledWarning: string;
2956
+ textColorTextWarning: string;
2957
+ textColorTextHoverWarning: string;
2958
+ textColorTextPressedWarning: string;
2959
+ textColorTextFocusWarning: string;
2960
+ textColorTextDisabledWarning: string;
2961
+ textColorGhostWarning: string;
2962
+ textColorGhostHoverWarning: string;
2963
+ textColorGhostPressedWarning: string;
2964
+ textColorGhostFocusWarning: string;
2965
+ textColorGhostDisabledWarning: string;
2966
+ borderWarning: string;
2967
+ borderHoverWarning: string;
2968
+ borderPressedWarning: string;
2969
+ borderFocusWarning: string;
2970
+ borderDisabledWarning: string;
2971
+ rippleColorWarning: string;
2972
+ colorError: string;
2973
+ colorHoverError: string;
2974
+ colorPressedError: string;
2975
+ colorFocusError: string;
2976
+ colorDisabledError: string;
2977
+ textColorError: string;
2978
+ textColorHoverError: string;
2979
+ textColorPressedError: string;
2980
+ textColorFocusError: string;
2981
+ textColorDisabledError: string;
2982
+ textColorTextError: string;
2983
+ textColorTextHoverError: string;
2984
+ textColorTextPressedError: string;
2985
+ textColorTextFocusError: string;
2986
+ textColorTextDisabledError: string;
2987
+ textColorGhostError: string;
2988
+ textColorGhostHoverError: string;
2989
+ textColorGhostPressedError: string;
2990
+ textColorGhostFocusError: string;
2991
+ textColorGhostDisabledError: string;
2992
+ borderError: string;
2993
+ borderHoverError: string;
2994
+ borderPressedError: string;
2995
+ borderFocusError: string;
2996
+ borderDisabledError: string;
2997
+ rippleColorError: string;
2998
+ waveOpacity: string;
2999
+ fontWeight: string;
3000
+ fontWeightStrong: string;
3001
+ paddingTiny: string;
3002
+ paddingSmall: string;
3003
+ paddingMedium: string;
3004
+ paddingLarge: string;
3005
+ paddingRoundTiny: string;
3006
+ paddingRoundSmall: string;
3007
+ paddingRoundMedium: string;
3008
+ paddingRoundLarge: string;
3009
+ iconMarginTiny: string;
3010
+ iconMarginSmall: string;
3011
+ iconMarginMedium: string;
3012
+ iconMarginLarge: string;
3013
+ iconSizeTiny: string;
3014
+ iconSizeSmall: string;
3015
+ iconSizeMedium: string;
3016
+ iconSizeLarge: string;
3017
+ rippleDuration: string;
3018
+ }, any> | undefined;
3019
+ readonly themeOverrides?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
3020
+ heightTiny: string;
3021
+ heightSmall: string;
3022
+ heightMedium: string;
3023
+ heightLarge: string;
3024
+ borderRadiusTiny: string;
3025
+ borderRadiusSmall: string;
3026
+ borderRadiusMedium: string;
3027
+ borderRadiusLarge: string;
3028
+ fontSizeTiny: string;
3029
+ fontSizeSmall: string;
3030
+ fontSizeMedium: string;
3031
+ fontSizeLarge: string;
3032
+ opacityDisabled: string;
3033
+ colorOpacitySecondary: string;
3034
+ colorOpacitySecondaryHover: string;
3035
+ colorOpacitySecondaryPressed: string;
3036
+ colorSecondary: string;
3037
+ colorSecondaryHover: string;
3038
+ colorSecondaryPressed: string;
3039
+ colorTertiary: string;
3040
+ colorTertiaryHover: string;
3041
+ colorTertiaryPressed: string;
3042
+ colorQuaternary: string;
3043
+ colorQuaternaryHover: string;
3044
+ colorQuaternaryPressed: string;
3045
+ color: string;
3046
+ colorHover: string;
3047
+ colorPressed: string;
3048
+ colorFocus: string;
3049
+ colorDisabled: string;
3050
+ textColor: string;
3051
+ textColorTertiary: string;
3052
+ textColorHover: string;
3053
+ textColorPressed: string;
3054
+ textColorFocus: string;
3055
+ textColorDisabled: string;
3056
+ textColorText: string;
3057
+ textColorTextHover: string;
3058
+ textColorTextPressed: string;
3059
+ textColorTextFocus: string;
3060
+ textColorTextDisabled: string;
3061
+ textColorGhost: string;
3062
+ textColorGhostHover: string;
3063
+ textColorGhostPressed: string;
3064
+ textColorGhostFocus: string;
3065
+ textColorGhostDisabled: string;
3066
+ border: string;
3067
+ borderHover: string;
3068
+ borderPressed: string;
3069
+ borderFocus: string;
3070
+ borderDisabled: string;
3071
+ rippleColor: string;
3072
+ colorPrimary: string;
3073
+ colorHoverPrimary: string;
3074
+ colorPressedPrimary: string;
3075
+ colorFocusPrimary: string;
3076
+ colorDisabledPrimary: string;
3077
+ textColorPrimary: string;
3078
+ textColorHoverPrimary: string;
3079
+ textColorPressedPrimary: string;
3080
+ textColorFocusPrimary: string;
3081
+ textColorDisabledPrimary: string;
3082
+ textColorTextPrimary: string;
3083
+ textColorTextHoverPrimary: string;
3084
+ textColorTextPressedPrimary: string;
3085
+ textColorTextFocusPrimary: string;
3086
+ textColorTextDisabledPrimary: string;
3087
+ textColorGhostPrimary: string;
3088
+ textColorGhostHoverPrimary: string;
3089
+ textColorGhostPressedPrimary: string;
3090
+ textColorGhostFocusPrimary: string;
3091
+ textColorGhostDisabledPrimary: string;
3092
+ borderPrimary: string;
3093
+ borderHoverPrimary: string;
3094
+ borderPressedPrimary: string;
3095
+ borderFocusPrimary: string;
3096
+ borderDisabledPrimary: string;
3097
+ rippleColorPrimary: string;
3098
+ colorInfo: string;
3099
+ colorHoverInfo: string;
3100
+ colorPressedInfo: string;
3101
+ colorFocusInfo: string;
3102
+ colorDisabledInfo: string;
3103
+ textColorInfo: string;
3104
+ textColorHoverInfo: string;
3105
+ textColorPressedInfo: string;
3106
+ textColorFocusInfo: string;
3107
+ textColorDisabledInfo: string;
3108
+ textColorTextInfo: string;
3109
+ textColorTextHoverInfo: string;
3110
+ textColorTextPressedInfo: string;
3111
+ textColorTextFocusInfo: string;
3112
+ textColorTextDisabledInfo: string;
3113
+ textColorGhostInfo: string;
3114
+ textColorGhostHoverInfo: string;
3115
+ textColorGhostPressedInfo: string;
3116
+ textColorGhostFocusInfo: string;
3117
+ textColorGhostDisabledInfo: string;
3118
+ borderInfo: string;
3119
+ borderHoverInfo: string;
3120
+ borderPressedInfo: string;
3121
+ borderFocusInfo: string;
3122
+ borderDisabledInfo: string;
3123
+ rippleColorInfo: string;
3124
+ colorSuccess: string;
3125
+ colorHoverSuccess: string;
3126
+ colorPressedSuccess: string;
3127
+ colorFocusSuccess: string;
3128
+ colorDisabledSuccess: string;
3129
+ textColorSuccess: string;
3130
+ textColorHoverSuccess: string;
3131
+ textColorPressedSuccess: string;
3132
+ textColorFocusSuccess: string;
3133
+ textColorDisabledSuccess: string;
3134
+ textColorTextSuccess: string;
3135
+ textColorTextHoverSuccess: string;
3136
+ textColorTextPressedSuccess: string;
3137
+ textColorTextFocusSuccess: string;
3138
+ textColorTextDisabledSuccess: string;
3139
+ textColorGhostSuccess: string;
3140
+ textColorGhostHoverSuccess: string;
3141
+ textColorGhostPressedSuccess: string;
3142
+ textColorGhostFocusSuccess: string;
3143
+ textColorGhostDisabledSuccess: string;
3144
+ borderSuccess: string;
3145
+ borderHoverSuccess: string;
3146
+ borderPressedSuccess: string;
3147
+ borderFocusSuccess: string;
3148
+ borderDisabledSuccess: string;
3149
+ rippleColorSuccess: string;
3150
+ colorWarning: string;
3151
+ colorHoverWarning: string;
3152
+ colorPressedWarning: string;
3153
+ colorFocusWarning: string;
3154
+ colorDisabledWarning: string;
3155
+ textColorWarning: string;
3156
+ textColorHoverWarning: string;
3157
+ textColorPressedWarning: string;
3158
+ textColorFocusWarning: string;
3159
+ textColorDisabledWarning: string;
3160
+ textColorTextWarning: string;
3161
+ textColorTextHoverWarning: string;
3162
+ textColorTextPressedWarning: string;
3163
+ textColorTextFocusWarning: string;
3164
+ textColorTextDisabledWarning: string;
3165
+ textColorGhostWarning: string;
3166
+ textColorGhostHoverWarning: string;
3167
+ textColorGhostPressedWarning: string;
3168
+ textColorGhostFocusWarning: string;
3169
+ textColorGhostDisabledWarning: string;
3170
+ borderWarning: string;
3171
+ borderHoverWarning: string;
3172
+ borderPressedWarning: string;
3173
+ borderFocusWarning: string;
3174
+ borderDisabledWarning: string;
3175
+ rippleColorWarning: string;
3176
+ colorError: string;
3177
+ colorHoverError: string;
3178
+ colorPressedError: string;
3179
+ colorFocusError: string;
3180
+ colorDisabledError: string;
3181
+ textColorError: string;
3182
+ textColorHoverError: string;
3183
+ textColorPressedError: string;
3184
+ textColorFocusError: string;
3185
+ textColorDisabledError: string;
3186
+ textColorTextError: string;
3187
+ textColorTextHoverError: string;
3188
+ textColorTextPressedError: string;
3189
+ textColorTextFocusError: string;
3190
+ textColorTextDisabledError: string;
3191
+ textColorGhostError: string;
3192
+ textColorGhostHoverError: string;
3193
+ textColorGhostPressedError: string;
3194
+ textColorGhostFocusError: string;
3195
+ textColorGhostDisabledError: string;
3196
+ borderError: string;
3197
+ borderHoverError: string;
3198
+ borderPressedError: string;
3199
+ borderFocusError: string;
3200
+ borderDisabledError: string;
3201
+ rippleColorError: string;
3202
+ waveOpacity: string;
3203
+ fontWeight: string;
3204
+ fontWeightStrong: string;
3205
+ paddingTiny: string;
3206
+ paddingSmall: string;
3207
+ paddingMedium: string;
3208
+ paddingLarge: string;
3209
+ paddingRoundTiny: string;
3210
+ paddingRoundSmall: string;
3211
+ paddingRoundMedium: string;
3212
+ paddingRoundLarge: string;
3213
+ iconMarginTiny: string;
3214
+ iconMarginSmall: string;
3215
+ iconMarginMedium: string;
3216
+ iconMarginLarge: string;
3217
+ iconSizeTiny: string;
3218
+ iconSizeSmall: string;
3219
+ iconSizeMedium: string;
3220
+ iconSizeLarge: string;
3221
+ rippleDuration: string;
3222
+ }, any>> | undefined;
3223
+ readonly builtinThemeOverrides?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Button", {
3224
+ heightTiny: string;
3225
+ heightSmall: string;
3226
+ heightMedium: string;
3227
+ heightLarge: string;
3228
+ borderRadiusTiny: string;
3229
+ borderRadiusSmall: string;
3230
+ borderRadiusMedium: string;
3231
+ borderRadiusLarge: string;
3232
+ fontSizeTiny: string;
3233
+ fontSizeSmall: string;
3234
+ fontSizeMedium: string;
3235
+ fontSizeLarge: string;
3236
+ opacityDisabled: string;
3237
+ colorOpacitySecondary: string;
3238
+ colorOpacitySecondaryHover: string;
3239
+ colorOpacitySecondaryPressed: string;
3240
+ colorSecondary: string;
3241
+ colorSecondaryHover: string;
3242
+ colorSecondaryPressed: string;
3243
+ colorTertiary: string;
3244
+ colorTertiaryHover: string;
3245
+ colorTertiaryPressed: string;
3246
+ colorQuaternary: string;
3247
+ colorQuaternaryHover: string;
3248
+ colorQuaternaryPressed: string;
3249
+ color: string;
3250
+ colorHover: string;
3251
+ colorPressed: string;
3252
+ colorFocus: string;
3253
+ colorDisabled: string;
3254
+ textColor: string;
3255
+ textColorTertiary: string;
3256
+ textColorHover: string;
3257
+ textColorPressed: string;
3258
+ textColorFocus: string;
3259
+ textColorDisabled: string;
3260
+ textColorText: string;
3261
+ textColorTextHover: string;
3262
+ textColorTextPressed: string;
3263
+ textColorTextFocus: string;
3264
+ textColorTextDisabled: string;
3265
+ textColorGhost: string;
3266
+ textColorGhostHover: string;
3267
+ textColorGhostPressed: string;
3268
+ textColorGhostFocus: string;
3269
+ textColorGhostDisabled: string;
3270
+ border: string;
3271
+ borderHover: string;
3272
+ borderPressed: string;
3273
+ borderFocus: string;
3274
+ borderDisabled: string;
3275
+ rippleColor: string;
3276
+ colorPrimary: string;
3277
+ colorHoverPrimary: string;
3278
+ colorPressedPrimary: string;
3279
+ colorFocusPrimary: string;
3280
+ colorDisabledPrimary: string;
3281
+ textColorPrimary: string;
3282
+ textColorHoverPrimary: string;
3283
+ textColorPressedPrimary: string;
3284
+ textColorFocusPrimary: string;
3285
+ textColorDisabledPrimary: string;
3286
+ textColorTextPrimary: string;
3287
+ textColorTextHoverPrimary: string;
3288
+ textColorTextPressedPrimary: string;
3289
+ textColorTextFocusPrimary: string;
3290
+ textColorTextDisabledPrimary: string;
3291
+ textColorGhostPrimary: string;
3292
+ textColorGhostHoverPrimary: string;
3293
+ textColorGhostPressedPrimary: string;
3294
+ textColorGhostFocusPrimary: string;
3295
+ textColorGhostDisabledPrimary: string;
3296
+ borderPrimary: string;
3297
+ borderHoverPrimary: string;
3298
+ borderPressedPrimary: string;
3299
+ borderFocusPrimary: string;
3300
+ borderDisabledPrimary: string;
3301
+ rippleColorPrimary: string;
3302
+ colorInfo: string;
3303
+ colorHoverInfo: string;
3304
+ colorPressedInfo: string;
3305
+ colorFocusInfo: string;
3306
+ colorDisabledInfo: string;
3307
+ textColorInfo: string;
3308
+ textColorHoverInfo: string;
3309
+ textColorPressedInfo: string;
3310
+ textColorFocusInfo: string;
3311
+ textColorDisabledInfo: string;
3312
+ textColorTextInfo: string;
3313
+ textColorTextHoverInfo: string;
3314
+ textColorTextPressedInfo: string;
3315
+ textColorTextFocusInfo: string;
3316
+ textColorTextDisabledInfo: string;
3317
+ textColorGhostInfo: string;
3318
+ textColorGhostHoverInfo: string;
3319
+ textColorGhostPressedInfo: string;
3320
+ textColorGhostFocusInfo: string;
3321
+ textColorGhostDisabledInfo: string;
3322
+ borderInfo: string;
3323
+ borderHoverInfo: string;
3324
+ borderPressedInfo: string;
3325
+ borderFocusInfo: string;
3326
+ borderDisabledInfo: string;
3327
+ rippleColorInfo: string;
3328
+ colorSuccess: string;
3329
+ colorHoverSuccess: string;
3330
+ colorPressedSuccess: string;
3331
+ colorFocusSuccess: string;
3332
+ colorDisabledSuccess: string;
3333
+ textColorSuccess: string;
3334
+ textColorHoverSuccess: string;
3335
+ textColorPressedSuccess: string;
3336
+ textColorFocusSuccess: string;
3337
+ textColorDisabledSuccess: string;
3338
+ textColorTextSuccess: string;
3339
+ textColorTextHoverSuccess: string;
3340
+ textColorTextPressedSuccess: string;
3341
+ textColorTextFocusSuccess: string;
3342
+ textColorTextDisabledSuccess: string;
3343
+ textColorGhostSuccess: string;
3344
+ textColorGhostHoverSuccess: string;
3345
+ textColorGhostPressedSuccess: string;
3346
+ textColorGhostFocusSuccess: string;
3347
+ textColorGhostDisabledSuccess: string;
3348
+ borderSuccess: string;
3349
+ borderHoverSuccess: string;
3350
+ borderPressedSuccess: string;
3351
+ borderFocusSuccess: string;
3352
+ borderDisabledSuccess: string;
3353
+ rippleColorSuccess: string;
3354
+ colorWarning: string;
3355
+ colorHoverWarning: string;
3356
+ colorPressedWarning: string;
3357
+ colorFocusWarning: string;
3358
+ colorDisabledWarning: string;
3359
+ textColorWarning: string;
3360
+ textColorHoverWarning: string;
3361
+ textColorPressedWarning: string;
3362
+ textColorFocusWarning: string;
3363
+ textColorDisabledWarning: string;
3364
+ textColorTextWarning: string;
3365
+ textColorTextHoverWarning: string;
3366
+ textColorTextPressedWarning: string;
3367
+ textColorTextFocusWarning: string;
3368
+ textColorTextDisabledWarning: string;
3369
+ textColorGhostWarning: string;
3370
+ textColorGhostHoverWarning: string;
3371
+ textColorGhostPressedWarning: string;
3372
+ textColorGhostFocusWarning: string;
3373
+ textColorGhostDisabledWarning: string;
3374
+ borderWarning: string;
3375
+ borderHoverWarning: string;
3376
+ borderPressedWarning: string;
3377
+ borderFocusWarning: string;
3378
+ borderDisabledWarning: string;
3379
+ rippleColorWarning: string;
3380
+ colorError: string;
3381
+ colorHoverError: string;
3382
+ colorPressedError: string;
3383
+ colorFocusError: string;
3384
+ colorDisabledError: string;
3385
+ textColorError: string;
3386
+ textColorHoverError: string;
3387
+ textColorPressedError: string;
3388
+ textColorFocusError: string;
3389
+ textColorDisabledError: string;
3390
+ textColorTextError: string;
3391
+ textColorTextHoverError: string;
3392
+ textColorTextPressedError: string;
3393
+ textColorTextFocusError: string;
3394
+ textColorTextDisabledError: string;
3395
+ textColorGhostError: string;
3396
+ textColorGhostHoverError: string;
3397
+ textColorGhostPressedError: string;
3398
+ textColorGhostFocusError: string;
3399
+ textColorGhostDisabledError: string;
3400
+ borderError: string;
3401
+ borderHoverError: string;
3402
+ borderPressedError: string;
3403
+ borderFocusError: string;
3404
+ borderDisabledError: string;
3405
+ rippleColorError: string;
3406
+ waveOpacity: string;
3407
+ fontWeight: string;
3408
+ fontWeightStrong: string;
3409
+ paddingTiny: string;
3410
+ paddingSmall: string;
3411
+ paddingMedium: string;
3412
+ paddingLarge: string;
3413
+ paddingRoundTiny: string;
3414
+ paddingRoundSmall: string;
3415
+ paddingRoundMedium: string;
3416
+ paddingRoundLarge: string;
3417
+ iconMarginTiny: string;
3418
+ iconMarginSmall: string;
3419
+ iconMarginMedium: string;
3420
+ iconMarginLarge: string;
3421
+ iconSizeTiny: string;
3422
+ iconSizeSmall: string;
3423
+ iconSizeMedium: string;
3424
+ iconSizeLarge: string;
3425
+ rippleDuration: string;
3426
+ }, any>> | undefined;
3427
+ readonly type?: import('naive-ui/es/button/src/interface').Type | undefined;
3428
+ readonly bordered?: boolean | undefined;
3429
+ readonly tag?: keyof HTMLElementTagNameMap | undefined;
3430
+ readonly content?: string | undefined;
3431
+ readonly icon?: string | (() => import('vue').VNode) | undefined;
3432
+ readonly strong?: boolean | undefined;
3433
+ readonly circle?: boolean | undefined;
3434
+ readonly text?: boolean | undefined;
3435
+ readonly onClick?: import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void> | undefined;
3436
+ readonly textColor?: string | undefined;
3437
+ readonly tertiary?: boolean | undefined;
3438
+ readonly block?: boolean | undefined;
3439
+ readonly loading?: boolean | undefined;
3440
+ readonly disabled?: boolean | undefined;
3441
+ readonly size?: import('../../Button/src/props').Size | undefined;
3442
+ readonly ghost?: boolean | undefined;
3443
+ readonly round?: boolean | undefined;
3444
+ readonly secondary?: boolean | undefined;
3445
+ readonly quaternary?: boolean | undefined;
3446
+ readonly focusable?: boolean | undefined;
3447
+ readonly keyboard?: boolean | undefined;
3448
+ readonly dashed?: boolean | undefined;
3449
+ readonly renderIcon?: (() => import('vue').VNodeChild) | undefined;
3450
+ readonly iconPlacement?: "left" | "right" | undefined;
3451
+ readonly attrType?: "button" | "submit" | "reset" | undefined;
3452
+ readonly nativeFocusBehavior?: boolean | undefined;
3453
+ };
3454
+ readonly loadingCancel: boolean;
3455
+ readonly customCancel: import('../..').DialogOnCancel;
3456
+ readonly internalDialog: boolean;
3457
+ readonly internalModal: boolean;
3458
+ readonly internalAppear: boolean | undefined;
3459
+ readonly unstableShowMask: boolean;
3460
+ readonly showMask: boolean;
3461
+ readonly transformOrigin: "center" | "mouse";
3462
+ readonly blockScroll: boolean;
3463
+ }, SlotsType<ModalSlots>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3464
+ export default _default;