base6-ui 2.0.7 → 2.0.8

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 (308) hide show
  1. package/dist/components/data-table/data-table.d.ts +1363 -1
  2. package/dist/components/data-table/interface.d.ts +19 -8
  3. package/dist/components/global-header/index.vue.d.ts +3 -2
  4. package/dist/components/global-header/interface.d.ts +5 -6
  5. package/dist/components/global-header/title.vue.d.ts +2 -0
  6. package/dist/components/index.d.ts +1 -2
  7. package/dist/components/nav-icon/type.d.ts +1 -0
  8. package/dist/components/platform-navigation/index.d.ts +2 -0
  9. package/{es/components/product-introduction → dist/components/platform-navigation}/index.vue.d.ts +5 -3
  10. package/dist/components/platform-navigation/interface.d.ts +29 -0
  11. package/dist/config/themes/components/dataTable/common.d.ts +2 -0
  12. package/dist/index.css +1 -1
  13. package/dist/index.umd.js +1 -1
  14. package/es/components/data-table/data-table.d.ts +1363 -1
  15. package/es/components/data-table/data-table.mjs +49 -34
  16. package/es/components/data-table/interface.d.ts +19 -8
  17. package/es/components/data-table/interface.mjs +3 -0
  18. package/es/components/global-header/index.vue.d.ts +3 -2
  19. package/es/components/global-header/index.vue.mjs +35 -32
  20. package/es/components/global-header/interface.d.ts +5 -6
  21. package/es/components/global-header/title.vue.d.ts +2 -0
  22. package/es/components/global-header/title.vue.mjs +2 -2
  23. package/es/components/global-header/title.vue2.mjs +34 -30
  24. package/es/components/index.d.ts +1 -2
  25. package/es/components/layout/components/{WrapHeader.vue.mjs → WrapHeader.vue2.mjs} +1 -1
  26. package/es/components/layout/index.vue2.mjs +1 -1
  27. package/es/components/nav-icon/index.vue.mjs +2 -2
  28. package/es/components/nav-icon/index.vue2.mjs +21 -19
  29. package/es/components/nav-icon/type.d.ts +1 -0
  30. package/es/components/platform-navigation/index.d.ts +2 -0
  31. package/{lib/components/product-introduction → es/components/platform-navigation}/index.vue.d.ts +5 -3
  32. package/es/components/{product-introduction → platform-navigation}/index.vue.mjs +2 -2
  33. package/es/components/platform-navigation/index.vue2.mjs +194 -0
  34. package/es/components/platform-navigation/interface.d.ts +29 -0
  35. package/es/components/platform-navigation/interface.mjs +4 -0
  36. package/es/config/themes/components/dataTable/common.d.ts +2 -0
  37. package/es/config/themes/components/dataTable/common.mjs +11 -0
  38. package/es/config/themes/components/dataTable/dark.mjs +4 -2
  39. package/es/config/themes/components/dataTable/light.mjs +4 -2
  40. package/es/index.css +1 -1
  41. package/es/index.mjs +79 -89
  42. package/lib/components/data-table/data-table.d.ts +1363 -1
  43. package/lib/components/data-table/data-table.js +1 -1
  44. package/lib/components/data-table/interface.d.ts +19 -8
  45. package/lib/components/data-table/interface.js +1 -1
  46. package/lib/components/global-header/index.vue.d.ts +3 -2
  47. package/lib/components/global-header/index.vue.js +1 -1
  48. package/lib/components/global-header/interface.d.ts +5 -6
  49. package/lib/components/global-header/title.vue.d.ts +2 -0
  50. package/lib/components/global-header/title.vue.js +1 -1
  51. package/lib/components/global-header/title.vue2.js +1 -1
  52. package/lib/components/index.d.ts +1 -2
  53. package/lib/components/input-number/index.vue.js +1 -1
  54. package/lib/components/layout/aside/index.vue.js +1 -1
  55. package/lib/components/layout/components/WrapHeader.vue2.js +1 -0
  56. package/lib/components/layout/header/index.vue.js +1 -1
  57. package/lib/components/layout/index.vue.js +1 -1
  58. package/lib/components/layout/index.vue2.js +1 -1
  59. package/lib/components/nav-icon/index.vue.js +1 -1
  60. package/lib/components/nav-icon/index.vue2.js +1 -1
  61. package/lib/components/nav-icon/type.d.ts +1 -0
  62. package/lib/components/platform-navigation/index.d.ts +2 -0
  63. package/{dist/components/product-introduction → lib/components/platform-navigation}/index.vue.d.ts +5 -3
  64. package/lib/components/platform-navigation/index.vue.js +1 -0
  65. package/lib/components/platform-navigation/index.vue2.js +1 -0
  66. package/lib/components/platform-navigation/interface.d.ts +29 -0
  67. package/lib/components/platform-navigation/interface.js +1 -0
  68. package/lib/components/radio/index.vue.js +1 -1
  69. package/lib/components/select/index.vue.js +1 -1
  70. package/lib/components/slider/index.vue.js +1 -1
  71. package/lib/components/switch/index.vue.js +1 -1
  72. package/lib/components/system-actions/index.vue.js +1 -1
  73. package/lib/config/themes/components/dataTable/common.d.ts +2 -0
  74. package/lib/config/themes/components/dataTable/common.js +1 -0
  75. package/lib/config/themes/components/dataTable/dark.js +1 -1
  76. package/lib/config/themes/components/dataTable/light.js +1 -1
  77. package/lib/index.css +1 -1
  78. package/lib/index.js +1 -1
  79. package/package.json +1 -1
  80. package/dist/components/BaseLayout/ASide/index.vue.d.ts +0 -23
  81. package/dist/components/BaseLayout/ASide/type.d.ts +0 -10
  82. package/dist/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
  83. package/dist/components/BaseLayout/Default/constants.d.ts +0 -5
  84. package/dist/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
  85. package/dist/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
  86. package/dist/components/BaseLayout/Default/index.vue.d.ts +0 -72
  87. package/dist/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
  88. package/dist/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
  89. package/dist/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
  90. package/dist/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
  91. package/dist/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
  92. package/dist/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
  93. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
  94. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
  95. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
  96. package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
  97. package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
  98. package/dist/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
  99. package/dist/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
  100. package/dist/components/BaseLayout/Default/options.d.ts +0 -3
  101. package/dist/components/BaseLayout/Default/type.d.ts +0 -40
  102. package/dist/components/BaseLayout/Header/index.vue.d.ts +0 -19
  103. package/dist/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
  104. package/dist/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
  105. package/dist/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
  106. package/dist/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
  107. package/dist/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
  108. package/dist/components/BaseLayout/constants.d.ts +0 -1
  109. package/dist/components/BaseLayout/index.d.ts +0 -7
  110. package/dist/components/BaseLayout/index.vue.d.ts +0 -49
  111. package/dist/components/BaseLayout/layoutCssVar.d.ts +0 -4
  112. package/dist/components/BaseLayout/options.d.ts +0 -2
  113. package/dist/components/BaseLayout/type.d.ts +0 -52
  114. package/dist/components/product-introduction/constants.d.ts +0 -2
  115. package/dist/components/product-introduction/index.d.ts +0 -2
  116. package/dist/components/product-introduction/interface.d.ts +0 -20
  117. package/dist/hooks/useMenu.d.ts +0 -34
  118. package/es/components/BaseLayout/ASide/index.vue.d.ts +0 -23
  119. package/es/components/BaseLayout/ASide/index.vue.mjs +0 -7
  120. package/es/components/BaseLayout/ASide/index.vue2.mjs +0 -62
  121. package/es/components/BaseLayout/ASide/type.d.ts +0 -10
  122. package/es/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
  123. package/es/components/BaseLayout/AsideMenu/index.vue.mjs +0 -7
  124. package/es/components/BaseLayout/AsideMenu/index.vue2.mjs +0 -66
  125. package/es/components/BaseLayout/Default/constants.d.ts +0 -5
  126. package/es/components/BaseLayout/Default/constants.mjs +0 -5
  127. package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
  128. package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.mjs +0 -11
  129. package/es/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
  130. package/es/components/BaseLayout/Default/hooks/useLogo.mjs +0 -19
  131. package/es/components/BaseLayout/Default/index.vue.d.ts +0 -72
  132. package/es/components/BaseLayout/Default/index.vue.mjs +0 -7
  133. package/es/components/BaseLayout/Default/index.vue2.mjs +0 -151
  134. package/es/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
  135. package/es/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
  136. package/es/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
  137. package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +0 -38
  138. package/es/components/BaseLayout/Default/layoutHeader/index.vue2.mjs +0 -4
  139. package/es/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
  140. package/es/components/BaseLayout/Default/layoutHeader/title.vue.mjs +0 -7
  141. package/es/components/BaseLayout/Default/layoutHeader/title.vue2.mjs +0 -29
  142. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
  143. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.mjs +0 -7
  144. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +0 -65
  145. package/es/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
  146. package/es/components/BaseLayout/Default/layoutMenu/index.vue.mjs +0 -4
  147. package/es/components/BaseLayout/Default/layoutMenu/index.vue2.mjs +0 -23
  148. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
  149. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.mjs +0 -30
  150. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.mjs +0 -4
  151. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
  152. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.mjs +0 -53
  153. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.mjs +0 -4
  154. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
  155. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.mjs +0 -73
  156. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.mjs +0 -4
  157. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
  158. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.mjs +0 -39
  159. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.mjs +0 -4
  160. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
  161. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.mjs +0 -97
  162. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.mjs +0 -4
  163. package/es/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
  164. package/es/components/BaseLayout/Default/layoutSlider/index.vue.mjs +0 -31
  165. package/es/components/BaseLayout/Default/layoutSlider/index.vue2.mjs +0 -4
  166. package/es/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
  167. package/es/components/BaseLayout/Default/options.d.ts +0 -3
  168. package/es/components/BaseLayout/Default/options.mjs +0 -35
  169. package/es/components/BaseLayout/Default/type.d.ts +0 -40
  170. package/es/components/BaseLayout/Header/index.vue.d.ts +0 -19
  171. package/es/components/BaseLayout/Header/index.vue.mjs +0 -20
  172. package/es/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
  173. package/es/components/BaseLayout/components/WrapContent.vue.mjs +0 -23
  174. package/es/components/BaseLayout/components/WrapContent.vue2.mjs +0 -4
  175. package/es/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
  176. package/es/components/BaseLayout/components/WrapFooter.vue.mjs +0 -33
  177. package/es/components/BaseLayout/components/WrapFooter.vue2.mjs +0 -4
  178. package/es/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
  179. package/es/components/BaseLayout/components/WrapHeader.vue.mjs +0 -7
  180. package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +0 -30
  181. package/es/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
  182. package/es/components/BaseLayout/components/WrapSlider.vue.mjs +0 -24
  183. package/es/components/BaseLayout/components/WrapSlider.vue2.mjs +0 -4
  184. package/es/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
  185. package/es/components/BaseLayout/components/WrapTab.vue.mjs +0 -34
  186. package/es/components/BaseLayout/components/WrapTab.vue2.mjs +0 -4
  187. package/es/components/BaseLayout/constants.d.ts +0 -1
  188. package/es/components/BaseLayout/constants.mjs +0 -4
  189. package/es/components/BaseLayout/index.d.ts +0 -7
  190. package/es/components/BaseLayout/index.module.css.mjs +0 -24
  191. package/es/components/BaseLayout/index.vue.d.ts +0 -49
  192. package/es/components/BaseLayout/index.vue.mjs +0 -7
  193. package/es/components/BaseLayout/index.vue2.mjs +0 -124
  194. package/es/components/BaseLayout/layoutCssVar.d.ts +0 -4
  195. package/es/components/BaseLayout/layoutCssVar.mjs +0 -27
  196. package/es/components/BaseLayout/options.d.ts +0 -2
  197. package/es/components/BaseLayout/options.mjs +0 -25
  198. package/es/components/BaseLayout/type.d.ts +0 -52
  199. package/es/components/product-introduction/constants.d.ts +0 -2
  200. package/es/components/product-introduction/constants.mjs +0 -7
  201. package/es/components/product-introduction/index.d.ts +0 -2
  202. package/es/components/product-introduction/index.vue2.mjs +0 -185
  203. package/es/components/product-introduction/interface.d.ts +0 -20
  204. package/es/hooks/useBoolean.mjs +0 -26
  205. package/es/hooks/useContext.mjs +0 -30
  206. package/es/hooks/useMenu.d.ts +0 -34
  207. package/es/hooks/useMenu.mjs +0 -78
  208. package/es/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/core/index.mjs +0 -43
  209. package/es/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs +0 -29
  210. package/lib/components/BaseLayout/ASide/index.vue.d.ts +0 -23
  211. package/lib/components/BaseLayout/ASide/index.vue.js +0 -1
  212. package/lib/components/BaseLayout/ASide/index.vue2.js +0 -1
  213. package/lib/components/BaseLayout/ASide/type.d.ts +0 -10
  214. package/lib/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
  215. package/lib/components/BaseLayout/AsideMenu/index.vue.js +0 -1
  216. package/lib/components/BaseLayout/AsideMenu/index.vue2.js +0 -1
  217. package/lib/components/BaseLayout/Default/constants.d.ts +0 -5
  218. package/lib/components/BaseLayout/Default/constants.js +0 -1
  219. package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
  220. package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.js +0 -1
  221. package/lib/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
  222. package/lib/components/BaseLayout/Default/hooks/useLogo.js +0 -1
  223. package/lib/components/BaseLayout/Default/index.vue.d.ts +0 -72
  224. package/lib/components/BaseLayout/Default/index.vue.js +0 -1
  225. package/lib/components/BaseLayout/Default/index.vue2.js +0 -1
  226. package/lib/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
  227. package/lib/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
  228. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
  229. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +0 -1
  230. package/lib/components/BaseLayout/Default/layoutHeader/index.vue2.js +0 -1
  231. package/lib/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
  232. package/lib/components/BaseLayout/Default/layoutHeader/title.vue.js +0 -1
  233. package/lib/components/BaseLayout/Default/layoutHeader/title.vue2.js +0 -1
  234. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
  235. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.js +0 -1
  236. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +0 -1
  237. package/lib/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
  238. package/lib/components/BaseLayout/Default/layoutMenu/index.vue.js +0 -1
  239. package/lib/components/BaseLayout/Default/layoutMenu/index.vue2.js +0 -1
  240. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
  241. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.js +0 -1
  242. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.js +0 -1
  243. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
  244. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.js +0 -1
  245. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.js +0 -1
  246. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
  247. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.js +0 -1
  248. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.js +0 -1
  249. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
  250. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.js +0 -1
  251. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.js +0 -1
  252. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
  253. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.js +0 -1
  254. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.js +0 -1
  255. package/lib/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
  256. package/lib/components/BaseLayout/Default/layoutSlider/index.vue.js +0 -1
  257. package/lib/components/BaseLayout/Default/layoutSlider/index.vue2.js +0 -1
  258. package/lib/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
  259. package/lib/components/BaseLayout/Default/options.d.ts +0 -3
  260. package/lib/components/BaseLayout/Default/options.js +0 -1
  261. package/lib/components/BaseLayout/Default/type.d.ts +0 -40
  262. package/lib/components/BaseLayout/Header/index.vue.d.ts +0 -19
  263. package/lib/components/BaseLayout/Header/index.vue.js +0 -1
  264. package/lib/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
  265. package/lib/components/BaseLayout/components/WrapContent.vue.js +0 -1
  266. package/lib/components/BaseLayout/components/WrapContent.vue2.js +0 -1
  267. package/lib/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
  268. package/lib/components/BaseLayout/components/WrapFooter.vue.js +0 -1
  269. package/lib/components/BaseLayout/components/WrapFooter.vue2.js +0 -1
  270. package/lib/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
  271. package/lib/components/BaseLayout/components/WrapHeader.vue.js +0 -1
  272. package/lib/components/BaseLayout/components/WrapHeader.vue2.js +0 -1
  273. package/lib/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
  274. package/lib/components/BaseLayout/components/WrapSlider.vue.js +0 -1
  275. package/lib/components/BaseLayout/components/WrapSlider.vue2.js +0 -1
  276. package/lib/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
  277. package/lib/components/BaseLayout/components/WrapTab.vue.js +0 -1
  278. package/lib/components/BaseLayout/components/WrapTab.vue2.js +0 -1
  279. package/lib/components/BaseLayout/constants.d.ts +0 -1
  280. package/lib/components/BaseLayout/constants.js +0 -1
  281. package/lib/components/BaseLayout/index.d.ts +0 -7
  282. package/lib/components/BaseLayout/index.module.css.js +0 -1
  283. package/lib/components/BaseLayout/index.vue.d.ts +0 -49
  284. package/lib/components/BaseLayout/index.vue.js +0 -1
  285. package/lib/components/BaseLayout/index.vue2.js +0 -1
  286. package/lib/components/BaseLayout/layoutCssVar.d.ts +0 -4
  287. package/lib/components/BaseLayout/layoutCssVar.js +0 -1
  288. package/lib/components/BaseLayout/options.d.ts +0 -2
  289. package/lib/components/BaseLayout/options.js +0 -1
  290. package/lib/components/BaseLayout/type.d.ts +0 -52
  291. package/lib/components/layout/components/WrapHeader.vue.js +0 -1
  292. package/lib/components/product-introduction/constants.d.ts +0 -2
  293. package/lib/components/product-introduction/constants.js +0 -1
  294. package/lib/components/product-introduction/index.d.ts +0 -2
  295. package/lib/components/product-introduction/index.vue.js +0 -1
  296. package/lib/components/product-introduction/index.vue2.js +0 -1
  297. package/lib/components/product-introduction/interface.d.ts +0 -20
  298. package/lib/hooks/useBoolean.js +0 -1
  299. package/lib/hooks/useContext.js +0 -1
  300. package/lib/hooks/useMenu.d.ts +0 -34
  301. package/lib/hooks/useMenu.js +0 -1
  302. package/lib/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/core/index.js +0 -1
  303. package/lib/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.js +0 -1
  304. /package/dist/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
  305. /package/es/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
  306. /package/es/components/{product-introduction → platform-navigation}/cssVar.mjs +0 -0
  307. /package/lib/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
  308. /package/lib/components/{product-introduction → platform-navigation}/cssVar.js +0 -0
@@ -1,5 +1,5 @@
1
1
  import { SlotsType } from 'vue';
2
- import { BodenDataTableSlots } from './interface';
2
+ import { BodenDataTableSlots, DataTableInstComplete } from './interface';
3
3
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
4
  headerIconPlacement: {
5
5
  type: import('vue').PropType<"left" | "right">;
@@ -9,6 +9,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
9
9
  type: BooleanConstructor;
10
10
  default: boolean;
11
11
  };
12
+ footerClass: {
13
+ type: StringConstructor;
14
+ };
12
15
  transparent: BooleanConstructor;
13
16
  onUnstableColumnResize: import('vue').PropType<(resizedWidth: number, limitedWidth: number, column: import('naive-ui').DataTableBaseColumn, getColumnWidth: (key: import('naive-ui').DataTableColumnKey) => number | undefined) => void>;
14
17
  pagination: {
@@ -2848,7 +2851,1363 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2848
2851
  }>;
2849
2852
  }>>>;
2850
2853
  }>, {
2854
+ nRef: import('vue').Ref<DataTableInstComplete | undefined, DataTableInstComplete | undefined>;
2851
2855
  ThemeOverrides: import('vue').ComputedRef<{} | undefined>;
2856
+ mergedShowPagination: import('vue').ComputedRef<boolean | undefined>;
2857
+ mergedPagination: import('vue').ComputedRef<import('naive-ui').PaginationProps | undefined>;
2858
+ mergedTheme: import('vue').ComputedRef<{
2859
+ common: import('naive-ui').ThemeCommonVars;
2860
+ self: {
2861
+ actionDividerColor: string;
2862
+ lineHeight: string;
2863
+ borderRadius: string;
2864
+ fontSizeSmall: string;
2865
+ fontSizeMedium: string;
2866
+ fontSizeLarge: string;
2867
+ borderColor: string;
2868
+ tdColorHover: string;
2869
+ tdColorSorting: string;
2870
+ tdColorStriped: string;
2871
+ thColor: string;
2872
+ thColorHover: string;
2873
+ thColorSorting: string;
2874
+ tdColor: string;
2875
+ tdTextColor: string;
2876
+ thTextColor: string;
2877
+ thFontWeight: string;
2878
+ thButtonColorHover: string;
2879
+ thIconColor: string;
2880
+ thIconColorActive: string;
2881
+ borderColorModal: string;
2882
+ tdColorHoverModal: string;
2883
+ tdColorSortingModal: string;
2884
+ tdColorStripedModal: string;
2885
+ thColorModal: string;
2886
+ thColorHoverModal: string;
2887
+ thColorSortingModal: string;
2888
+ tdColorModal: string;
2889
+ borderColorPopover: string;
2890
+ tdColorHoverPopover: string;
2891
+ tdColorSortingPopover: string;
2892
+ tdColorStripedPopover: string;
2893
+ thColorPopover: string;
2894
+ thColorHoverPopover: string;
2895
+ thColorSortingPopover: string;
2896
+ tdColorPopover: string;
2897
+ boxShadowBefore: string;
2898
+ boxShadowAfter: string;
2899
+ loadingColor: string;
2900
+ loadingSize: string;
2901
+ opacityLoading: string;
2902
+ thPaddingSmall: string;
2903
+ thPaddingMedium: string;
2904
+ thPaddingLarge: string;
2905
+ tdPaddingSmall: string;
2906
+ tdPaddingMedium: string;
2907
+ tdPaddingLarge: string;
2908
+ sorterSize: string;
2909
+ resizableContainerSize: string;
2910
+ resizableSize: string;
2911
+ filterSize: string;
2912
+ paginationMargin: string;
2913
+ emptyPadding: string;
2914
+ actionPadding: string;
2915
+ actionButtonMargin: string;
2916
+ };
2917
+ peers: {
2918
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2919
+ heightTiny: string;
2920
+ heightSmall: string;
2921
+ heightMedium: string;
2922
+ heightLarge: string;
2923
+ borderRadiusTiny: string;
2924
+ borderRadiusSmall: string;
2925
+ borderRadiusMedium: string;
2926
+ borderRadiusLarge: string;
2927
+ fontSizeTiny: string;
2928
+ fontSizeSmall: string;
2929
+ fontSizeMedium: string;
2930
+ fontSizeLarge: string;
2931
+ opacityDisabled: string;
2932
+ colorOpacitySecondary: string;
2933
+ colorOpacitySecondaryHover: string;
2934
+ colorOpacitySecondaryPressed: string;
2935
+ colorSecondary: string;
2936
+ colorSecondaryHover: string;
2937
+ colorSecondaryPressed: string;
2938
+ colorTertiary: string;
2939
+ colorTertiaryHover: string;
2940
+ colorTertiaryPressed: string;
2941
+ colorQuaternary: string;
2942
+ colorQuaternaryHover: string;
2943
+ colorQuaternaryPressed: string;
2944
+ color: string;
2945
+ colorHover: string;
2946
+ colorPressed: string;
2947
+ colorFocus: string;
2948
+ colorDisabled: string;
2949
+ textColor: string;
2950
+ textColorTertiary: string;
2951
+ textColorHover: string;
2952
+ textColorPressed: string;
2953
+ textColorFocus: string;
2954
+ textColorDisabled: string;
2955
+ textColorText: string;
2956
+ textColorTextHover: string;
2957
+ textColorTextPressed: string;
2958
+ textColorTextFocus: string;
2959
+ textColorTextDisabled: string;
2960
+ textColorGhost: string;
2961
+ textColorGhostHover: string;
2962
+ textColorGhostPressed: string;
2963
+ textColorGhostFocus: string;
2964
+ textColorGhostDisabled: string;
2965
+ border: string;
2966
+ borderHover: string;
2967
+ borderPressed: string;
2968
+ borderFocus: string;
2969
+ borderDisabled: string;
2970
+ rippleColor: string;
2971
+ colorPrimary: string;
2972
+ colorHoverPrimary: string;
2973
+ colorPressedPrimary: string;
2974
+ colorFocusPrimary: string;
2975
+ colorDisabledPrimary: string;
2976
+ textColorPrimary: string;
2977
+ textColorHoverPrimary: string;
2978
+ textColorPressedPrimary: string;
2979
+ textColorFocusPrimary: string;
2980
+ textColorDisabledPrimary: string;
2981
+ textColorTextPrimary: string;
2982
+ textColorTextHoverPrimary: string;
2983
+ textColorTextPressedPrimary: string;
2984
+ textColorTextFocusPrimary: string;
2985
+ textColorTextDisabledPrimary: string;
2986
+ textColorGhostPrimary: string;
2987
+ textColorGhostHoverPrimary: string;
2988
+ textColorGhostPressedPrimary: string;
2989
+ textColorGhostFocusPrimary: string;
2990
+ textColorGhostDisabledPrimary: string;
2991
+ borderPrimary: string;
2992
+ borderHoverPrimary: string;
2993
+ borderPressedPrimary: string;
2994
+ borderFocusPrimary: string;
2995
+ borderDisabledPrimary: string;
2996
+ rippleColorPrimary: string;
2997
+ colorInfo: string;
2998
+ colorHoverInfo: string;
2999
+ colorPressedInfo: string;
3000
+ colorFocusInfo: string;
3001
+ colorDisabledInfo: string;
3002
+ textColorInfo: string;
3003
+ textColorHoverInfo: string;
3004
+ textColorPressedInfo: string;
3005
+ textColorFocusInfo: string;
3006
+ textColorDisabledInfo: string;
3007
+ textColorTextInfo: string;
3008
+ textColorTextHoverInfo: string;
3009
+ textColorTextPressedInfo: string;
3010
+ textColorTextFocusInfo: string;
3011
+ textColorTextDisabledInfo: string;
3012
+ textColorGhostInfo: string;
3013
+ textColorGhostHoverInfo: string;
3014
+ textColorGhostPressedInfo: string;
3015
+ textColorGhostFocusInfo: string;
3016
+ textColorGhostDisabledInfo: string;
3017
+ borderInfo: string;
3018
+ borderHoverInfo: string;
3019
+ borderPressedInfo: string;
3020
+ borderFocusInfo: string;
3021
+ borderDisabledInfo: string;
3022
+ rippleColorInfo: string;
3023
+ colorSuccess: string;
3024
+ colorHoverSuccess: string;
3025
+ colorPressedSuccess: string;
3026
+ colorFocusSuccess: string;
3027
+ colorDisabledSuccess: string;
3028
+ textColorSuccess: string;
3029
+ textColorHoverSuccess: string;
3030
+ textColorPressedSuccess: string;
3031
+ textColorFocusSuccess: string;
3032
+ textColorDisabledSuccess: string;
3033
+ textColorTextSuccess: string;
3034
+ textColorTextHoverSuccess: string;
3035
+ textColorTextPressedSuccess: string;
3036
+ textColorTextFocusSuccess: string;
3037
+ textColorTextDisabledSuccess: string;
3038
+ textColorGhostSuccess: string;
3039
+ textColorGhostHoverSuccess: string;
3040
+ textColorGhostPressedSuccess: string;
3041
+ textColorGhostFocusSuccess: string;
3042
+ textColorGhostDisabledSuccess: string;
3043
+ borderSuccess: string;
3044
+ borderHoverSuccess: string;
3045
+ borderPressedSuccess: string;
3046
+ borderFocusSuccess: string;
3047
+ borderDisabledSuccess: string;
3048
+ rippleColorSuccess: string;
3049
+ colorWarning: string;
3050
+ colorHoverWarning: string;
3051
+ colorPressedWarning: string;
3052
+ colorFocusWarning: string;
3053
+ colorDisabledWarning: string;
3054
+ textColorWarning: string;
3055
+ textColorHoverWarning: string;
3056
+ textColorPressedWarning: string;
3057
+ textColorFocusWarning: string;
3058
+ textColorDisabledWarning: string;
3059
+ textColorTextWarning: string;
3060
+ textColorTextHoverWarning: string;
3061
+ textColorTextPressedWarning: string;
3062
+ textColorTextFocusWarning: string;
3063
+ textColorTextDisabledWarning: string;
3064
+ textColorGhostWarning: string;
3065
+ textColorGhostHoverWarning: string;
3066
+ textColorGhostPressedWarning: string;
3067
+ textColorGhostFocusWarning: string;
3068
+ textColorGhostDisabledWarning: string;
3069
+ borderWarning: string;
3070
+ borderHoverWarning: string;
3071
+ borderPressedWarning: string;
3072
+ borderFocusWarning: string;
3073
+ borderDisabledWarning: string;
3074
+ rippleColorWarning: string;
3075
+ colorError: string;
3076
+ colorHoverError: string;
3077
+ colorPressedError: string;
3078
+ colorFocusError: string;
3079
+ colorDisabledError: string;
3080
+ textColorError: string;
3081
+ textColorHoverError: string;
3082
+ textColorPressedError: string;
3083
+ textColorFocusError: string;
3084
+ textColorDisabledError: string;
3085
+ textColorTextError: string;
3086
+ textColorTextHoverError: string;
3087
+ textColorTextPressedError: string;
3088
+ textColorTextFocusError: string;
3089
+ textColorTextDisabledError: string;
3090
+ textColorGhostError: string;
3091
+ textColorGhostHoverError: string;
3092
+ textColorGhostPressedError: string;
3093
+ textColorGhostFocusError: string;
3094
+ textColorGhostDisabledError: string;
3095
+ borderError: string;
3096
+ borderHoverError: string;
3097
+ borderPressedError: string;
3098
+ borderFocusError: string;
3099
+ borderDisabledError: string;
3100
+ rippleColorError: string;
3101
+ waveOpacity: string;
3102
+ fontWeight: string;
3103
+ fontWeightStrong: string;
3104
+ paddingTiny: string;
3105
+ paddingSmall: string;
3106
+ paddingMedium: string;
3107
+ paddingLarge: string;
3108
+ paddingRoundTiny: string;
3109
+ paddingRoundSmall: string;
3110
+ paddingRoundMedium: string;
3111
+ paddingRoundLarge: string;
3112
+ iconMarginTiny: string;
3113
+ iconMarginSmall: string;
3114
+ iconMarginMedium: string;
3115
+ iconMarginLarge: string;
3116
+ iconSizeTiny: string;
3117
+ iconSizeSmall: string;
3118
+ iconSizeMedium: string;
3119
+ iconSizeLarge: string;
3120
+ rippleDuration: string;
3121
+ }, any>;
3122
+ Checkbox: import('naive-ui/es/_mixins').Theme<"Checkbox", {
3123
+ labelLineHeight: string;
3124
+ fontSizeSmall: string;
3125
+ fontSizeMedium: string;
3126
+ fontSizeLarge: string;
3127
+ borderRadius: string;
3128
+ color: string;
3129
+ colorChecked: string;
3130
+ colorDisabled: string;
3131
+ colorDisabledChecked: string;
3132
+ colorTableHeader: string;
3133
+ colorTableHeaderModal: string;
3134
+ colorTableHeaderPopover: string;
3135
+ checkMarkColor: string;
3136
+ checkMarkColorDisabled: string;
3137
+ checkMarkColorDisabledChecked: string;
3138
+ border: string;
3139
+ borderDisabled: string;
3140
+ borderDisabledChecked: string;
3141
+ borderChecked: string;
3142
+ borderFocus: string;
3143
+ boxShadowFocus: string;
3144
+ textColor: string;
3145
+ textColorDisabled: string;
3146
+ sizeSmall: string;
3147
+ sizeMedium: string;
3148
+ sizeLarge: string;
3149
+ labelPadding: string;
3150
+ labelFontWeight: string;
3151
+ }, any>;
3152
+ Radio: import('naive-ui/es/_mixins').Theme<"Radio", {
3153
+ labelLineHeight: string;
3154
+ buttonHeightSmall: string;
3155
+ buttonHeightMedium: string;
3156
+ buttonHeightLarge: string;
3157
+ fontSizeSmall: string;
3158
+ fontSizeMedium: string;
3159
+ fontSizeLarge: string;
3160
+ boxShadow: string;
3161
+ boxShadowActive: string;
3162
+ boxShadowFocus: string;
3163
+ boxShadowHover: string;
3164
+ boxShadowDisabled: string;
3165
+ color: string;
3166
+ colorDisabled: string;
3167
+ colorActive: string;
3168
+ textColor: string;
3169
+ textColorDisabled: string;
3170
+ dotColorActive: string;
3171
+ dotColorDisabled: string;
3172
+ buttonBorderColor: string;
3173
+ buttonBorderColorActive: string;
3174
+ buttonBorderColorHover: string;
3175
+ buttonColor: string;
3176
+ buttonColorActive: string;
3177
+ buttonTextColor: string;
3178
+ buttonTextColorActive: string;
3179
+ buttonTextColorHover: string;
3180
+ opacityDisabled: string;
3181
+ buttonBoxShadowFocus: string;
3182
+ buttonBoxShadowHover: string;
3183
+ buttonBoxShadow: string;
3184
+ buttonBorderRadius: string;
3185
+ radioSizeSmall: string;
3186
+ radioSizeMedium: string;
3187
+ radioSizeLarge: string;
3188
+ labelPadding: string;
3189
+ labelFontWeight: string;
3190
+ }, any>;
3191
+ Pagination: import('naive-ui/es/_mixins').Theme<"Pagination", {
3192
+ buttonColor: string;
3193
+ buttonColorHover: string;
3194
+ buttonColorPressed: string;
3195
+ buttonBorder: string;
3196
+ buttonBorderHover: string;
3197
+ buttonBorderPressed: string;
3198
+ buttonIconColor: string;
3199
+ buttonIconColorHover: string;
3200
+ buttonIconColorPressed: string;
3201
+ itemTextColor: string;
3202
+ itemTextColorHover: string;
3203
+ itemTextColorPressed: string;
3204
+ itemTextColorActive: string;
3205
+ itemTextColorDisabled: string;
3206
+ itemColor: string;
3207
+ itemColorHover: string;
3208
+ itemColorPressed: string;
3209
+ itemColorActive: string;
3210
+ itemColorActiveHover: string;
3211
+ itemColorDisabled: string;
3212
+ itemBorder: string;
3213
+ itemBorderHover: string;
3214
+ itemBorderPressed: string;
3215
+ itemBorderActive: string;
3216
+ itemBorderDisabled: string;
3217
+ itemBorderRadius: string;
3218
+ itemSizeSmall: string;
3219
+ itemSizeMedium: string;
3220
+ itemSizeLarge: string;
3221
+ itemFontSizeSmall: string;
3222
+ itemFontSizeMedium: string;
3223
+ itemFontSizeLarge: string;
3224
+ jumperFontSizeSmall: string;
3225
+ jumperFontSizeMedium: string;
3226
+ jumperFontSizeLarge: string;
3227
+ jumperTextColor: string;
3228
+ jumperTextColorDisabled: string;
3229
+ itemPaddingSmall: string;
3230
+ itemMarginSmall: string;
3231
+ itemMarginSmallRtl: string;
3232
+ itemPaddingMedium: string;
3233
+ itemMarginMedium: string;
3234
+ itemMarginMediumRtl: string;
3235
+ itemPaddingLarge: string;
3236
+ itemMarginLarge: string;
3237
+ itemMarginLargeRtl: string;
3238
+ buttonIconSizeSmall: string;
3239
+ buttonIconSizeMedium: string;
3240
+ buttonIconSizeLarge: string;
3241
+ inputWidthSmall: string;
3242
+ selectWidthSmall: string;
3243
+ inputMarginSmall: string;
3244
+ inputMarginSmallRtl: string;
3245
+ selectMarginSmall: string;
3246
+ prefixMarginSmall: string;
3247
+ suffixMarginSmall: string;
3248
+ inputWidthMedium: string;
3249
+ selectWidthMedium: string;
3250
+ inputMarginMedium: string;
3251
+ inputMarginMediumRtl: string;
3252
+ selectMarginMedium: string;
3253
+ prefixMarginMedium: string;
3254
+ suffixMarginMedium: string;
3255
+ inputWidthLarge: string;
3256
+ selectWidthLarge: string;
3257
+ inputMarginLarge: string;
3258
+ inputMarginLargeRtl: string;
3259
+ selectMarginLarge: string;
3260
+ prefixMarginLarge: string;
3261
+ suffixMarginLarge: string;
3262
+ }, {
3263
+ Select: import('naive-ui/es/_mixins').Theme<"Select", {
3264
+ menuBoxShadow: string;
3265
+ }, {
3266
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
3267
+ fontSizeTiny: string;
3268
+ fontSizeSmall: string;
3269
+ fontSizeMedium: string;
3270
+ fontSizeLarge: string;
3271
+ heightTiny: string;
3272
+ heightSmall: string;
3273
+ heightMedium: string;
3274
+ heightLarge: string;
3275
+ borderRadius: string;
3276
+ fontWeight: string;
3277
+ textColor: string;
3278
+ textColorDisabled: string;
3279
+ placeholderColor: string;
3280
+ placeholderColorDisabled: string;
3281
+ color: string;
3282
+ colorDisabled: string;
3283
+ colorActive: string;
3284
+ border: string;
3285
+ borderHover: string;
3286
+ borderActive: string;
3287
+ borderFocus: string;
3288
+ boxShadowHover: string;
3289
+ boxShadowActive: string;
3290
+ boxShadowFocus: string;
3291
+ caretColor: string;
3292
+ arrowColor: string;
3293
+ arrowColorDisabled: string;
3294
+ loadingColor: string;
3295
+ borderWarning: string;
3296
+ borderHoverWarning: string;
3297
+ borderActiveWarning: string;
3298
+ borderFocusWarning: string;
3299
+ boxShadowHoverWarning: string;
3300
+ boxShadowActiveWarning: string;
3301
+ boxShadowFocusWarning: string;
3302
+ colorActiveWarning: string;
3303
+ caretColorWarning: string;
3304
+ borderError: string;
3305
+ borderHoverError: string;
3306
+ borderActiveError: string;
3307
+ borderFocusError: string;
3308
+ boxShadowHoverError: string;
3309
+ boxShadowActiveError: string;
3310
+ boxShadowFocusError: string;
3311
+ colorActiveError: string;
3312
+ caretColorError: string;
3313
+ clearColor: string;
3314
+ clearColorHover: string;
3315
+ clearColorPressed: string;
3316
+ paddingSingle: string;
3317
+ paddingMultiple: string;
3318
+ clearSize: string;
3319
+ arrowSize: string;
3320
+ }, {
3321
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3322
+ fontSize: string;
3323
+ borderRadius: string;
3324
+ color: string;
3325
+ dividerColor: string;
3326
+ textColor: string;
3327
+ boxShadow: string;
3328
+ space: string;
3329
+ spaceArrow: string;
3330
+ arrowOffset: string;
3331
+ arrowOffsetVertical: string;
3332
+ arrowHeight: string;
3333
+ padding: string;
3334
+ }, {
3335
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3336
+ height: string;
3337
+ width: string;
3338
+ borderRadius: string;
3339
+ color: string;
3340
+ colorHover: string;
3341
+ railInsetHorizontalBottom: string;
3342
+ railInsetHorizontalTop: string;
3343
+ railInsetVerticalRight: string;
3344
+ railInsetVerticalLeft: string;
3345
+ railColor: string;
3346
+ }, any>;
3347
+ }>;
3348
+ }>;
3349
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3350
+ optionFontSizeTiny: string;
3351
+ optionFontSizeSmall: string;
3352
+ optionFontSizeMedium: string;
3353
+ optionFontSizeLarge: string;
3354
+ optionFontSizeHuge: string;
3355
+ optionHeightTiny: string;
3356
+ optionHeightSmall: string;
3357
+ optionHeightMedium: string;
3358
+ optionHeightLarge: string;
3359
+ optionHeightHuge: string;
3360
+ borderRadius: string;
3361
+ color: string;
3362
+ groupHeaderTextColor: string;
3363
+ actionDividerColor: string;
3364
+ optionTextColor: string;
3365
+ optionTextColorPressed: string;
3366
+ optionTextColorDisabled: string;
3367
+ optionTextColorActive: string;
3368
+ optionOpacityDisabled: string;
3369
+ optionCheckColor: string;
3370
+ optionColorPending: string;
3371
+ optionColorActive: string;
3372
+ optionColorActivePending: string;
3373
+ actionTextColor: string;
3374
+ loadingColor: string;
3375
+ height: string;
3376
+ paddingTiny: string;
3377
+ paddingSmall: string;
3378
+ paddingMedium: string;
3379
+ paddingLarge: string;
3380
+ paddingHuge: string;
3381
+ optionPaddingTiny: string;
3382
+ optionPaddingSmall: string;
3383
+ optionPaddingMedium: string;
3384
+ optionPaddingLarge: string;
3385
+ optionPaddingHuge: string;
3386
+ loadingSize: string;
3387
+ }, {
3388
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3389
+ height: string;
3390
+ width: string;
3391
+ borderRadius: string;
3392
+ color: string;
3393
+ colorHover: string;
3394
+ railInsetHorizontalBottom: string;
3395
+ railInsetHorizontalTop: string;
3396
+ railInsetVerticalRight: string;
3397
+ railInsetVerticalLeft: string;
3398
+ railColor: string;
3399
+ }, any>;
3400
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3401
+ fontSizeTiny: string;
3402
+ fontSizeSmall: string;
3403
+ fontSizeMedium: string;
3404
+ fontSizeLarge: string;
3405
+ fontSizeHuge: string;
3406
+ textColor: string;
3407
+ iconColor: string;
3408
+ extraTextColor: string;
3409
+ iconSizeTiny: string;
3410
+ iconSizeSmall: string;
3411
+ iconSizeMedium: string;
3412
+ iconSizeLarge: string;
3413
+ iconSizeHuge: string;
3414
+ }, any>;
3415
+ }>;
3416
+ }>;
3417
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3418
+ fontWeight: string;
3419
+ countTextColorDisabled: string;
3420
+ countTextColor: string;
3421
+ heightTiny: string;
3422
+ heightSmall: string;
3423
+ heightMedium: string;
3424
+ heightLarge: string;
3425
+ fontSizeTiny: string;
3426
+ fontSizeSmall: string;
3427
+ fontSizeMedium: string;
3428
+ fontSizeLarge: string;
3429
+ lineHeight: string;
3430
+ lineHeightTextarea: string;
3431
+ borderRadius: string;
3432
+ iconSize: string;
3433
+ groupLabelColor: string;
3434
+ groupLabelTextColor: string;
3435
+ textColor: string;
3436
+ textColorDisabled: string;
3437
+ textDecorationColor: string;
3438
+ caretColor: string;
3439
+ placeholderColor: string;
3440
+ placeholderColorDisabled: string;
3441
+ color: string;
3442
+ colorDisabled: string;
3443
+ colorFocus: string;
3444
+ groupLabelBorder: string;
3445
+ border: string;
3446
+ borderHover: string;
3447
+ borderDisabled: string;
3448
+ borderFocus: string;
3449
+ boxShadowFocus: string;
3450
+ loadingColor: string;
3451
+ loadingColorWarning: string;
3452
+ borderWarning: string;
3453
+ borderHoverWarning: string;
3454
+ colorFocusWarning: string;
3455
+ borderFocusWarning: string;
3456
+ boxShadowFocusWarning: string;
3457
+ caretColorWarning: string;
3458
+ loadingColorError: string;
3459
+ borderError: string;
3460
+ borderHoverError: string;
3461
+ colorFocusError: string;
3462
+ borderFocusError: string;
3463
+ boxShadowFocusError: string;
3464
+ caretColorError: string;
3465
+ clearColor: string;
3466
+ clearColorHover: string;
3467
+ clearColorPressed: string;
3468
+ iconColor: string;
3469
+ iconColorDisabled: string;
3470
+ iconColorHover: string;
3471
+ iconColorPressed: string;
3472
+ suffixTextColor: string;
3473
+ paddingTiny: string;
3474
+ paddingSmall: string;
3475
+ paddingMedium: string;
3476
+ paddingLarge: string;
3477
+ clearSize: string;
3478
+ }, {
3479
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3480
+ height: string;
3481
+ width: string;
3482
+ borderRadius: string;
3483
+ color: string;
3484
+ colorHover: string;
3485
+ railInsetHorizontalBottom: string;
3486
+ railInsetHorizontalTop: string;
3487
+ railInsetVerticalRight: string;
3488
+ railInsetVerticalLeft: string;
3489
+ railColor: string;
3490
+ }, any>;
3491
+ }>;
3492
+ Popselect: import('naive-ui/es/_mixins').Theme<"Popselect", {
3493
+ menuBoxShadow: string;
3494
+ }, {
3495
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3496
+ fontSize: string;
3497
+ borderRadius: string;
3498
+ color: string;
3499
+ dividerColor: string;
3500
+ textColor: string;
3501
+ boxShadow: string;
3502
+ space: string;
3503
+ spaceArrow: string;
3504
+ arrowOffset: string;
3505
+ arrowOffsetVertical: string;
3506
+ arrowHeight: string;
3507
+ padding: string;
3508
+ }, {
3509
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3510
+ height: string;
3511
+ width: string;
3512
+ borderRadius: string;
3513
+ color: string;
3514
+ colorHover: string;
3515
+ railInsetHorizontalBottom: string;
3516
+ railInsetHorizontalTop: string;
3517
+ railInsetVerticalRight: string;
3518
+ railInsetVerticalLeft: string;
3519
+ railColor: string;
3520
+ }, any>;
3521
+ }>;
3522
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3523
+ optionFontSizeTiny: string;
3524
+ optionFontSizeSmall: string;
3525
+ optionFontSizeMedium: string;
3526
+ optionFontSizeLarge: string;
3527
+ optionFontSizeHuge: string;
3528
+ optionHeightTiny: string;
3529
+ optionHeightSmall: string;
3530
+ optionHeightMedium: string;
3531
+ optionHeightLarge: string;
3532
+ optionHeightHuge: string;
3533
+ borderRadius: string;
3534
+ color: string;
3535
+ groupHeaderTextColor: string;
3536
+ actionDividerColor: string;
3537
+ optionTextColor: string;
3538
+ optionTextColorPressed: string;
3539
+ optionTextColorDisabled: string;
3540
+ optionTextColorActive: string;
3541
+ optionOpacityDisabled: string;
3542
+ optionCheckColor: string;
3543
+ optionColorPending: string;
3544
+ optionColorActive: string;
3545
+ optionColorActivePending: string;
3546
+ actionTextColor: string;
3547
+ loadingColor: string;
3548
+ height: string;
3549
+ paddingTiny: string;
3550
+ paddingSmall: string;
3551
+ paddingMedium: string;
3552
+ paddingLarge: string;
3553
+ paddingHuge: string;
3554
+ optionPaddingTiny: string;
3555
+ optionPaddingSmall: string;
3556
+ optionPaddingMedium: string;
3557
+ optionPaddingLarge: string;
3558
+ optionPaddingHuge: string;
3559
+ loadingSize: string;
3560
+ }, {
3561
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3562
+ height: string;
3563
+ width: string;
3564
+ borderRadius: string;
3565
+ color: string;
3566
+ colorHover: string;
3567
+ railInsetHorizontalBottom: string;
3568
+ railInsetHorizontalTop: string;
3569
+ railInsetVerticalRight: string;
3570
+ railInsetVerticalLeft: string;
3571
+ railColor: string;
3572
+ }, any>;
3573
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3574
+ fontSizeTiny: string;
3575
+ fontSizeSmall: string;
3576
+ fontSizeMedium: string;
3577
+ fontSizeLarge: string;
3578
+ fontSizeHuge: string;
3579
+ textColor: string;
3580
+ iconColor: string;
3581
+ extraTextColor: string;
3582
+ iconSizeTiny: string;
3583
+ iconSizeSmall: string;
3584
+ iconSizeMedium: string;
3585
+ iconSizeLarge: string;
3586
+ iconSizeHuge: string;
3587
+ }, any>;
3588
+ }>;
3589
+ }>;
3590
+ }>;
3591
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3592
+ height: string;
3593
+ width: string;
3594
+ borderRadius: string;
3595
+ color: string;
3596
+ colorHover: string;
3597
+ railInsetHorizontalBottom: string;
3598
+ railInsetHorizontalTop: string;
3599
+ railInsetVerticalRight: string;
3600
+ railInsetVerticalLeft: string;
3601
+ railColor: string;
3602
+ }, any>;
3603
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3604
+ fontSizeTiny: string;
3605
+ fontSizeSmall: string;
3606
+ fontSizeMedium: string;
3607
+ fontSizeLarge: string;
3608
+ fontSizeHuge: string;
3609
+ textColor: string;
3610
+ iconColor: string;
3611
+ extraTextColor: string;
3612
+ iconSizeTiny: string;
3613
+ iconSizeSmall: string;
3614
+ iconSizeMedium: string;
3615
+ iconSizeLarge: string;
3616
+ iconSizeHuge: string;
3617
+ }, any>;
3618
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3619
+ fontSize: string;
3620
+ borderRadius: string;
3621
+ color: string;
3622
+ dividerColor: string;
3623
+ textColor: string;
3624
+ boxShadow: string;
3625
+ space: string;
3626
+ spaceArrow: string;
3627
+ arrowOffset: string;
3628
+ arrowOffsetVertical: string;
3629
+ arrowHeight: string;
3630
+ padding: string;
3631
+ }, {
3632
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3633
+ height: string;
3634
+ width: string;
3635
+ borderRadius: string;
3636
+ color: string;
3637
+ colorHover: string;
3638
+ railInsetHorizontalBottom: string;
3639
+ railInsetHorizontalTop: string;
3640
+ railInsetVerticalRight: string;
3641
+ railInsetVerticalLeft: string;
3642
+ railColor: string;
3643
+ }, any>;
3644
+ }>;
3645
+ Ellipsis: import('naive-ui/es/_mixins').Theme<"Ellipsis", unknown, {
3646
+ Tooltip: import('naive-ui/es/_mixins').Theme<"Tooltip", {
3647
+ borderRadius: string;
3648
+ boxShadow: string;
3649
+ color: string;
3650
+ textColor: string;
3651
+ padding: string;
3652
+ }, {
3653
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3654
+ fontSize: string;
3655
+ borderRadius: string;
3656
+ color: string;
3657
+ dividerColor: string;
3658
+ textColor: string;
3659
+ boxShadow: string;
3660
+ space: string;
3661
+ spaceArrow: string;
3662
+ arrowOffset: string;
3663
+ arrowOffsetVertical: string;
3664
+ arrowHeight: string;
3665
+ padding: string;
3666
+ }, {
3667
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3668
+ height: string;
3669
+ width: string;
3670
+ borderRadius: string;
3671
+ color: string;
3672
+ colorHover: string;
3673
+ railInsetHorizontalBottom: string;
3674
+ railInsetHorizontalTop: string;
3675
+ railInsetVerticalRight: string;
3676
+ railInsetVerticalLeft: string;
3677
+ railColor: string;
3678
+ }, any>;
3679
+ }>;
3680
+ }>;
3681
+ }>;
3682
+ Dropdown: import('naive-ui/es/_mixins').Theme<"Dropdown", {
3683
+ optionHeightSmall: string;
3684
+ optionHeightMedium: string;
3685
+ optionHeightLarge: string;
3686
+ optionHeightHuge: string;
3687
+ borderRadius: string;
3688
+ fontSizeSmall: string;
3689
+ fontSizeMedium: string;
3690
+ fontSizeLarge: string;
3691
+ fontSizeHuge: string;
3692
+ optionTextColor: string;
3693
+ optionTextColorHover: string;
3694
+ optionTextColorActive: string;
3695
+ optionTextColorChildActive: string;
3696
+ color: string;
3697
+ dividerColor: string;
3698
+ suffixColor: string;
3699
+ prefixColor: string;
3700
+ optionColorHover: string;
3701
+ optionColorActive: string;
3702
+ groupHeaderTextColor: string;
3703
+ optionTextColorInverted: string;
3704
+ optionTextColorHoverInverted: string;
3705
+ optionTextColorActiveInverted: string;
3706
+ optionTextColorChildActiveInverted: string;
3707
+ colorInverted: string;
3708
+ dividerColorInverted: string;
3709
+ suffixColorInverted: string;
3710
+ prefixColorInverted: string;
3711
+ optionColorHoverInverted: string;
3712
+ optionColorActiveInverted: string;
3713
+ groupHeaderTextColorInverted: string;
3714
+ optionOpacityDisabled: string;
3715
+ padding: string;
3716
+ optionIconSizeSmall: string;
3717
+ optionIconSizeMedium: string;
3718
+ optionIconSizeLarge: string;
3719
+ optionIconSizeHuge: string;
3720
+ optionSuffixWidthSmall: string;
3721
+ optionSuffixWidthMedium: string;
3722
+ optionSuffixWidthLarge: string;
3723
+ optionSuffixWidthHuge: string;
3724
+ optionIconSuffixWidthSmall: string;
3725
+ optionIconSuffixWidthMedium: string;
3726
+ optionIconSuffixWidthLarge: string;
3727
+ optionIconSuffixWidthHuge: string;
3728
+ optionPrefixWidthSmall: string;
3729
+ optionPrefixWidthMedium: string;
3730
+ optionPrefixWidthLarge: string;
3731
+ optionPrefixWidthHuge: string;
3732
+ optionIconPrefixWidthSmall: string;
3733
+ optionIconPrefixWidthMedium: string;
3734
+ optionIconPrefixWidthLarge: string;
3735
+ optionIconPrefixWidthHuge: string;
3736
+ }, {
3737
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3738
+ fontSize: string;
3739
+ borderRadius: string;
3740
+ color: string;
3741
+ dividerColor: string;
3742
+ textColor: string;
3743
+ boxShadow: string;
3744
+ space: string;
3745
+ spaceArrow: string;
3746
+ arrowOffset: string;
3747
+ arrowOffsetVertical: string;
3748
+ arrowHeight: string;
3749
+ padding: string;
3750
+ }, {
3751
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3752
+ height: string;
3753
+ width: string;
3754
+ borderRadius: string;
3755
+ color: string;
3756
+ colorHover: string;
3757
+ railInsetHorizontalBottom: string;
3758
+ railInsetHorizontalTop: string;
3759
+ railInsetVerticalRight: string;
3760
+ railInsetVerticalLeft: string;
3761
+ railColor: string;
3762
+ }, any>;
3763
+ }>;
3764
+ }>;
3765
+ } | undefined;
3766
+ peerOverrides: {
3767
+ Button?: {
3768
+ peers?: {
3769
+ [x: string]: any;
3770
+ } | undefined;
3771
+ } | undefined;
3772
+ Checkbox?: {
3773
+ peers?: {
3774
+ [x: string]: any;
3775
+ } | undefined;
3776
+ } | undefined;
3777
+ Radio?: {
3778
+ peers?: {
3779
+ [x: string]: any;
3780
+ } | undefined;
3781
+ } | undefined;
3782
+ Pagination?: {
3783
+ peers?: {
3784
+ Select?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Select", {
3785
+ menuBoxShadow: string;
3786
+ }, {
3787
+ InternalSelection: import('naive-ui/es/_mixins').Theme<"InternalSelection", {
3788
+ fontSizeTiny: string;
3789
+ fontSizeSmall: string;
3790
+ fontSizeMedium: string;
3791
+ fontSizeLarge: string;
3792
+ heightTiny: string;
3793
+ heightSmall: string;
3794
+ heightMedium: string;
3795
+ heightLarge: string;
3796
+ borderRadius: string;
3797
+ fontWeight: string;
3798
+ textColor: string;
3799
+ textColorDisabled: string;
3800
+ placeholderColor: string;
3801
+ placeholderColorDisabled: string;
3802
+ color: string;
3803
+ colorDisabled: string;
3804
+ colorActive: string;
3805
+ border: string;
3806
+ borderHover: string;
3807
+ borderActive: string;
3808
+ borderFocus: string;
3809
+ boxShadowHover: string;
3810
+ boxShadowActive: string;
3811
+ boxShadowFocus: string;
3812
+ caretColor: string;
3813
+ arrowColor: string;
3814
+ arrowColorDisabled: string;
3815
+ loadingColor: string;
3816
+ borderWarning: string;
3817
+ borderHoverWarning: string;
3818
+ borderActiveWarning: string;
3819
+ borderFocusWarning: string;
3820
+ boxShadowHoverWarning: string;
3821
+ boxShadowActiveWarning: string;
3822
+ boxShadowFocusWarning: string;
3823
+ colorActiveWarning: string;
3824
+ caretColorWarning: string;
3825
+ borderError: string;
3826
+ borderHoverError: string;
3827
+ borderActiveError: string;
3828
+ borderFocusError: string;
3829
+ boxShadowHoverError: string;
3830
+ boxShadowActiveError: string;
3831
+ boxShadowFocusError: string;
3832
+ colorActiveError: string;
3833
+ caretColorError: string;
3834
+ clearColor: string;
3835
+ clearColorHover: string;
3836
+ clearColorPressed: string;
3837
+ paddingSingle: string;
3838
+ paddingMultiple: string;
3839
+ clearSize: string;
3840
+ arrowSize: string;
3841
+ }, {
3842
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
3843
+ fontSize: string;
3844
+ borderRadius: string;
3845
+ color: string;
3846
+ dividerColor: string;
3847
+ textColor: string;
3848
+ boxShadow: string;
3849
+ space: string;
3850
+ spaceArrow: string;
3851
+ arrowOffset: string;
3852
+ arrowOffsetVertical: string;
3853
+ arrowHeight: string;
3854
+ padding: string;
3855
+ }, {
3856
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3857
+ height: string;
3858
+ width: string;
3859
+ borderRadius: string;
3860
+ color: string;
3861
+ colorHover: string;
3862
+ railInsetHorizontalBottom: string;
3863
+ railInsetHorizontalTop: string;
3864
+ railInsetVerticalRight: string;
3865
+ railInsetVerticalLeft: string;
3866
+ railColor: string;
3867
+ }, any>;
3868
+ }>;
3869
+ }>;
3870
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
3871
+ optionFontSizeTiny: string;
3872
+ optionFontSizeSmall: string;
3873
+ optionFontSizeMedium: string;
3874
+ optionFontSizeLarge: string;
3875
+ optionFontSizeHuge: string;
3876
+ optionHeightTiny: string;
3877
+ optionHeightSmall: string;
3878
+ optionHeightMedium: string;
3879
+ optionHeightLarge: string;
3880
+ optionHeightHuge: string;
3881
+ borderRadius: string;
3882
+ color: string;
3883
+ groupHeaderTextColor: string;
3884
+ actionDividerColor: string;
3885
+ optionTextColor: string;
3886
+ optionTextColorPressed: string;
3887
+ optionTextColorDisabled: string;
3888
+ optionTextColorActive: string;
3889
+ optionOpacityDisabled: string;
3890
+ optionCheckColor: string;
3891
+ optionColorPending: string;
3892
+ optionColorActive: string;
3893
+ optionColorActivePending: string;
3894
+ actionTextColor: string;
3895
+ loadingColor: string;
3896
+ height: string;
3897
+ paddingTiny: string;
3898
+ paddingSmall: string;
3899
+ paddingMedium: string;
3900
+ paddingLarge: string;
3901
+ paddingHuge: string;
3902
+ optionPaddingTiny: string;
3903
+ optionPaddingSmall: string;
3904
+ optionPaddingMedium: string;
3905
+ optionPaddingLarge: string;
3906
+ optionPaddingHuge: string;
3907
+ loadingSize: string;
3908
+ }, {
3909
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3910
+ height: string;
3911
+ width: string;
3912
+ borderRadius: string;
3913
+ color: string;
3914
+ colorHover: string;
3915
+ railInsetHorizontalBottom: string;
3916
+ railInsetHorizontalTop: string;
3917
+ railInsetVerticalRight: string;
3918
+ railInsetVerticalLeft: string;
3919
+ railColor: string;
3920
+ }, any>;
3921
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
3922
+ fontSizeTiny: string;
3923
+ fontSizeSmall: string;
3924
+ fontSizeMedium: string;
3925
+ fontSizeLarge: string;
3926
+ fontSizeHuge: string;
3927
+ textColor: string;
3928
+ iconColor: string;
3929
+ extraTextColor: string;
3930
+ iconSizeTiny: string;
3931
+ iconSizeSmall: string;
3932
+ iconSizeMedium: string;
3933
+ iconSizeLarge: string;
3934
+ iconSizeHuge: string;
3935
+ }, any>;
3936
+ }>;
3937
+ }>> | undefined;
3938
+ Input?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Input", {
3939
+ fontWeight: string;
3940
+ countTextColorDisabled: string;
3941
+ countTextColor: string;
3942
+ heightTiny: string;
3943
+ heightSmall: string;
3944
+ heightMedium: string;
3945
+ heightLarge: string;
3946
+ fontSizeTiny: string;
3947
+ fontSizeSmall: string;
3948
+ fontSizeMedium: string;
3949
+ fontSizeLarge: string;
3950
+ lineHeight: string;
3951
+ lineHeightTextarea: string;
3952
+ borderRadius: string;
3953
+ iconSize: string;
3954
+ groupLabelColor: string;
3955
+ groupLabelTextColor: string;
3956
+ textColor: string;
3957
+ textColorDisabled: string;
3958
+ textDecorationColor: string;
3959
+ caretColor: string;
3960
+ placeholderColor: string;
3961
+ placeholderColorDisabled: string;
3962
+ color: string;
3963
+ colorDisabled: string;
3964
+ colorFocus: string;
3965
+ groupLabelBorder: string;
3966
+ border: string;
3967
+ borderHover: string;
3968
+ borderDisabled: string;
3969
+ borderFocus: string;
3970
+ boxShadowFocus: string;
3971
+ loadingColor: string;
3972
+ loadingColorWarning: string;
3973
+ borderWarning: string;
3974
+ borderHoverWarning: string;
3975
+ colorFocusWarning: string;
3976
+ borderFocusWarning: string;
3977
+ boxShadowFocusWarning: string;
3978
+ caretColorWarning: string;
3979
+ loadingColorError: string;
3980
+ borderError: string;
3981
+ borderHoverError: string;
3982
+ colorFocusError: string;
3983
+ borderFocusError: string;
3984
+ boxShadowFocusError: string;
3985
+ caretColorError: string;
3986
+ clearColor: string;
3987
+ clearColorHover: string;
3988
+ clearColorPressed: string;
3989
+ iconColor: string;
3990
+ iconColorDisabled: string;
3991
+ iconColorHover: string;
3992
+ iconColorPressed: string;
3993
+ suffixTextColor: string;
3994
+ paddingTiny: string;
3995
+ paddingSmall: string;
3996
+ paddingMedium: string;
3997
+ paddingLarge: string;
3998
+ clearSize: string;
3999
+ }, {
4000
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4001
+ height: string;
4002
+ width: string;
4003
+ borderRadius: string;
4004
+ color: string;
4005
+ colorHover: string;
4006
+ railInsetHorizontalBottom: string;
4007
+ railInsetHorizontalTop: string;
4008
+ railInsetVerticalRight: string;
4009
+ railInsetVerticalLeft: string;
4010
+ railColor: string;
4011
+ }, any>;
4012
+ }>> | undefined;
4013
+ Popselect?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popselect", {
4014
+ menuBoxShadow: string;
4015
+ }, {
4016
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
4017
+ fontSize: string;
4018
+ borderRadius: string;
4019
+ color: string;
4020
+ dividerColor: string;
4021
+ textColor: string;
4022
+ boxShadow: string;
4023
+ space: string;
4024
+ spaceArrow: string;
4025
+ arrowOffset: string;
4026
+ arrowOffsetVertical: string;
4027
+ arrowHeight: string;
4028
+ padding: string;
4029
+ }, {
4030
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4031
+ height: string;
4032
+ width: string;
4033
+ borderRadius: string;
4034
+ color: string;
4035
+ colorHover: string;
4036
+ railInsetHorizontalBottom: string;
4037
+ railInsetHorizontalTop: string;
4038
+ railInsetVerticalRight: string;
4039
+ railInsetVerticalLeft: string;
4040
+ railColor: string;
4041
+ }, any>;
4042
+ }>;
4043
+ InternalSelectMenu: import('naive-ui/es/_mixins').Theme<"InternalSelectMenu", {
4044
+ optionFontSizeTiny: string;
4045
+ optionFontSizeSmall: string;
4046
+ optionFontSizeMedium: string;
4047
+ optionFontSizeLarge: string;
4048
+ optionFontSizeHuge: string;
4049
+ optionHeightTiny: string;
4050
+ optionHeightSmall: string;
4051
+ optionHeightMedium: string;
4052
+ optionHeightLarge: string;
4053
+ optionHeightHuge: string;
4054
+ borderRadius: string;
4055
+ color: string;
4056
+ groupHeaderTextColor: string;
4057
+ actionDividerColor: string;
4058
+ optionTextColor: string;
4059
+ optionTextColorPressed: string;
4060
+ optionTextColorDisabled: string;
4061
+ optionTextColorActive: string;
4062
+ optionOpacityDisabled: string;
4063
+ optionCheckColor: string;
4064
+ optionColorPending: string;
4065
+ optionColorActive: string;
4066
+ optionColorActivePending: string;
4067
+ actionTextColor: string;
4068
+ loadingColor: string;
4069
+ height: string;
4070
+ paddingTiny: string;
4071
+ paddingSmall: string;
4072
+ paddingMedium: string;
4073
+ paddingLarge: string;
4074
+ paddingHuge: string;
4075
+ optionPaddingTiny: string;
4076
+ optionPaddingSmall: string;
4077
+ optionPaddingMedium: string;
4078
+ optionPaddingLarge: string;
4079
+ optionPaddingHuge: string;
4080
+ loadingSize: string;
4081
+ }, {
4082
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4083
+ height: string;
4084
+ width: string;
4085
+ borderRadius: string;
4086
+ color: string;
4087
+ colorHover: string;
4088
+ railInsetHorizontalBottom: string;
4089
+ railInsetHorizontalTop: string;
4090
+ railInsetVerticalRight: string;
4091
+ railInsetVerticalLeft: string;
4092
+ railColor: string;
4093
+ }, any>;
4094
+ Empty: import('naive-ui/es/_mixins').Theme<"Empty", {
4095
+ fontSizeTiny: string;
4096
+ fontSizeSmall: string;
4097
+ fontSizeMedium: string;
4098
+ fontSizeLarge: string;
4099
+ fontSizeHuge: string;
4100
+ textColor: string;
4101
+ iconColor: string;
4102
+ extraTextColor: string;
4103
+ iconSizeTiny: string;
4104
+ iconSizeSmall: string;
4105
+ iconSizeMedium: string;
4106
+ iconSizeLarge: string;
4107
+ iconSizeHuge: string;
4108
+ }, any>;
4109
+ }>;
4110
+ }>> | undefined;
4111
+ } | undefined;
4112
+ } | undefined;
4113
+ Scrollbar?: {
4114
+ peers?: {
4115
+ [x: string]: any;
4116
+ } | undefined;
4117
+ } | undefined;
4118
+ Empty?: {
4119
+ peers?: {
4120
+ [x: string]: any;
4121
+ } | undefined;
4122
+ } | undefined;
4123
+ Popover?: {
4124
+ peers?: {
4125
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4126
+ height: string;
4127
+ width: string;
4128
+ borderRadius: string;
4129
+ color: string;
4130
+ colorHover: string;
4131
+ railInsetHorizontalBottom: string;
4132
+ railInsetHorizontalTop: string;
4133
+ railInsetVerticalRight: string;
4134
+ railInsetVerticalLeft: string;
4135
+ railColor: string;
4136
+ }, any>> | undefined;
4137
+ } | undefined;
4138
+ } | undefined;
4139
+ Ellipsis?: {
4140
+ peers?: {
4141
+ Tooltip?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tooltip", {
4142
+ borderRadius: string;
4143
+ boxShadow: string;
4144
+ color: string;
4145
+ textColor: string;
4146
+ padding: string;
4147
+ }, {
4148
+ Popover: import('naive-ui/es/_mixins').Theme<"Popover", {
4149
+ fontSize: string;
4150
+ borderRadius: string;
4151
+ color: string;
4152
+ dividerColor: string;
4153
+ textColor: string;
4154
+ boxShadow: string;
4155
+ space: string;
4156
+ spaceArrow: string;
4157
+ arrowOffset: string;
4158
+ arrowOffsetVertical: string;
4159
+ arrowHeight: string;
4160
+ padding: string;
4161
+ }, {
4162
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4163
+ height: string;
4164
+ width: string;
4165
+ borderRadius: string;
4166
+ color: string;
4167
+ colorHover: string;
4168
+ railInsetHorizontalBottom: string;
4169
+ railInsetHorizontalTop: string;
4170
+ railInsetVerticalRight: string;
4171
+ railInsetVerticalLeft: string;
4172
+ railColor: string;
4173
+ }, any>;
4174
+ }>;
4175
+ }>> | undefined;
4176
+ } | undefined;
4177
+ } | undefined;
4178
+ Dropdown?: {
4179
+ peers?: {
4180
+ Popover?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Popover", {
4181
+ fontSize: string;
4182
+ borderRadius: string;
4183
+ color: string;
4184
+ dividerColor: string;
4185
+ textColor: string;
4186
+ boxShadow: string;
4187
+ space: string;
4188
+ spaceArrow: string;
4189
+ arrowOffset: string;
4190
+ arrowOffsetVertical: string;
4191
+ arrowHeight: string;
4192
+ padding: string;
4193
+ }, {
4194
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
4195
+ height: string;
4196
+ width: string;
4197
+ borderRadius: string;
4198
+ color: string;
4199
+ colorHover: string;
4200
+ railInsetHorizontalBottom: string;
4201
+ railInsetHorizontalTop: string;
4202
+ railInsetVerticalRight: string;
4203
+ railInsetVerticalLeft: string;
4204
+ railColor: string;
4205
+ }, any>;
4206
+ }>> | undefined;
4207
+ } | undefined;
4208
+ } | undefined;
4209
+ } | undefined;
4210
+ } | undefined>;
2852
4211
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2853
4212
  headerIconPlacement: {
2854
4213
  type: import('vue').PropType<"left" | "right">;
@@ -2858,6 +4217,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2858
4217
  type: BooleanConstructor;
2859
4218
  default: boolean;
2860
4219
  };
4220
+ footerClass: {
4221
+ type: StringConstructor;
4222
+ };
2861
4223
  transparent: BooleanConstructor;
2862
4224
  onUnstableColumnResize: import('vue').PropType<(resizedWidth: number, limitedWidth: number, column: import('naive-ui').DataTableBaseColumn, getColumnWidth: (key: import('naive-ui').DataTableColumnKey) => number | undefined) => void>;
2863
4225
  pagination: {