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