base6-ui 1.1.14 → 1.1.16

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 (322) hide show
  1. package/dist/components/BaseCascader/cssVar.d.ts +10 -0
  2. package/dist/components/BaseConfigProvider/constants.d.ts +3 -0
  3. package/dist/components/BaseConfigProvider/index.d.ts +2 -0
  4. package/dist/components/BaseConfigProvider/index.vue.d.ts +18 -0
  5. package/dist/components/BaseConfigProvider/locale-base.d.ts +3 -0
  6. package/dist/components/BaseConfigProvider/locale-naive.d.ts +4 -0
  7. package/dist/components/BaseConfigProvider/type.d.ts +17 -0
  8. package/dist/components/BaseDataTable/index.vue.d.ts +1 -1
  9. package/dist/components/BaseDialog/index.vue.d.ts +2 -2
  10. package/dist/components/BaseInputNumber/index.vue.d.ts +0 -1
  11. package/dist/components/BaseLayout/Default/index.vue.d.ts +8 -6
  12. package/dist/components/BaseLayout/Default/type.d.ts +7 -9
  13. package/dist/components/BaseLayout/index.vue.d.ts +1 -1
  14. package/dist/components/BaseProductIntroduction/cssVar.d.ts +3 -0
  15. package/dist/components/BaseProgress/cssVar.d.ts +8 -0
  16. package/dist/components/BaseProgress/index.d.ts +128 -3
  17. package/dist/components/BaseRadio/cssVar.d.ts +5 -0
  18. package/dist/components/BaseSelect/index.vue.d.ts +1 -1
  19. package/dist/components/BaseSteps/index.d.ts +1 -0
  20. package/dist/components/BaseSteps/steps.d.ts +25 -0
  21. package/dist/components/BaseSwitch/cssVar.d.ts +7 -0
  22. package/dist/components/BaseSystemActions/cssVar.d.ts +7 -0
  23. package/dist/components/BaseSystemActions/index.d.ts +2 -0
  24. package/dist/components/BaseSystemActions/index.vue.d.ts +13 -0
  25. package/dist/components/BaseSystemActions/type.d.ts +9 -0
  26. package/dist/components/BaseTabs/cssVar.d.ts +4 -0
  27. package/dist/components/BaseTabs/index.d.ts +2 -0
  28. package/dist/components/BaseTabs/tabs.d.ts +699 -0
  29. package/dist/components/index.d.ts +4 -0
  30. package/dist/config/themes/common.d.ts +1 -0
  31. package/dist/config/themes/components/baseComponent/dark.d.ts +3 -2
  32. package/dist/config/themes/components/baseComponent/light.d.ts +3 -2
  33. package/dist/config/themes/components/cascader/common.d.ts +2 -2
  34. package/dist/config/themes/components/cascader/dark.d.ts +2 -2
  35. package/dist/config/themes/components/cascader/light.d.ts +2 -2
  36. package/dist/config/themes/components/progress/dark.d.ts +2 -3
  37. package/dist/config/themes/components/progress/light.d.ts +2 -3
  38. package/dist/config/themes/components/radio/dark.d.ts +2 -3
  39. package/dist/config/themes/components/radio/light.d.ts +2 -3
  40. package/dist/config/themes/components/switch/common.d.ts +2 -3
  41. package/dist/config/themes/components/switch/dark.d.ts +2 -3
  42. package/dist/config/themes/components/switch/light.d.ts +2 -3
  43. package/dist/enum/locale.d.ts +4 -0
  44. package/dist/fonts/MiSans-Medium.ttf +0 -0
  45. package/dist/fonts/MiSans-Regular.ttf +0 -0
  46. package/dist/hooks/useAnimationHook.d.ts +1 -1
  47. package/dist/hooks/useLocale.d.ts +17 -0
  48. package/dist/index.css +1 -1
  49. package/dist/index.d.ts +2 -0
  50. package/dist/index.umd.js +1 -1
  51. package/dist/locale/index.d.ts +3 -0
  52. package/dist/locale/lang/en-us.d.ts +26 -0
  53. package/dist/locale/lang/zh-cn.d.ts +3 -0
  54. package/dist/types/themes/components.d.ts +7 -0
  55. package/dist/types/themes/extendThemes.d.ts +10 -0
  56. package/dist/utils/render.d.ts +3 -0
  57. package/dist/utils/typescript.d.ts +61 -0
  58. package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
  59. package/es/assets/logo/logo-dark-full.svg.mjs +2 -2
  60. package/es/assets/logo/logo-light-full.svg.mjs +2 -2
  61. package/es/components/BaseButton/index.vue.mjs +14 -14
  62. package/es/components/BaseCascader/cssVar.d.ts +10 -0
  63. package/es/components/BaseCascader/cssVar.mjs +13 -0
  64. package/es/components/BaseCascader/index.vue.mjs +2 -2
  65. package/es/components/BaseCascader/index.vue2.mjs +19 -13
  66. package/es/components/BaseConfigProvider/constants.d.ts +3 -0
  67. package/es/components/BaseConfigProvider/constants.mjs +4 -0
  68. package/es/components/BaseConfigProvider/index.d.ts +2 -0
  69. package/es/components/BaseConfigProvider/index.vue.d.ts +18 -0
  70. package/es/components/BaseConfigProvider/index.vue.mjs +54 -0
  71. package/es/components/BaseConfigProvider/index.vue2.mjs +4 -0
  72. package/es/components/BaseConfigProvider/locale-base.d.ts +3 -0
  73. package/es/components/BaseConfigProvider/locale-base.mjs +9 -0
  74. package/es/components/BaseConfigProvider/locale-naive.d.ts +4 -0
  75. package/es/components/BaseConfigProvider/locale-naive.mjs +12 -0
  76. package/es/components/BaseConfigProvider/type.d.ts +17 -0
  77. package/es/components/BaseDataTable/index.vue.d.ts +1 -1
  78. package/es/components/BaseDataTable/index.vue2.mjs +13 -13
  79. package/es/components/BaseDialog/index.vue.d.ts +2 -2
  80. package/es/components/BaseDialog/index.vue.mjs +43 -43
  81. package/es/components/BaseInputNumber/index.vue.d.ts +0 -1
  82. package/es/components/BaseInputNumber/index.vue.mjs +1 -1
  83. package/es/components/BaseInputNumber/index.vue2.mjs +57 -57
  84. package/es/components/BaseLayout/ASide/index.vue.mjs +2 -2
  85. package/es/components/BaseLayout/ASide/index.vue2.mjs +27 -27
  86. package/es/components/BaseLayout/Default/index.vue.d.ts +8 -6
  87. package/es/components/BaseLayout/Default/index.vue.mjs +2 -2
  88. package/es/components/BaseLayout/Default/index.vue2.mjs +77 -73
  89. package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +26 -19
  90. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +30 -30
  91. package/es/components/BaseLayout/Default/type.d.ts +7 -9
  92. package/es/components/BaseLayout/components/WrapFooter.vue.mjs +14 -14
  93. package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +8 -8
  94. package/es/components/BaseLayout/components/WrapTab.vue.mjs +12 -12
  95. package/es/components/BaseLayout/index.vue.d.ts +1 -1
  96. package/es/components/BaseLayout/index.vue2.mjs +36 -36
  97. package/es/components/BaseNavIcon/index.vue2.mjs +14 -14
  98. package/es/components/BaseProductIntroduction/cssVar.d.ts +3 -0
  99. package/es/components/BaseProductIntroduction/cssVar.mjs +29 -24
  100. package/es/components/BaseProductIntroduction/index.vue.mjs +2 -2
  101. package/es/components/BaseProductIntroduction/index.vue2.mjs +94 -88
  102. package/es/components/BaseProgress/cssVar.d.ts +8 -0
  103. package/es/components/BaseProgress/cssVar.mjs +14 -0
  104. package/es/components/BaseProgress/index.d.ts +128 -3
  105. package/es/components/BaseProgress/index.mjs +22 -34
  106. package/es/components/BaseRadio/cssVar.d.ts +5 -0
  107. package/es/components/BaseRadio/cssVar.mjs +8 -0
  108. package/es/components/BaseRadio/index.vue.mjs +2 -2
  109. package/es/components/BaseRadio/index.vue2.mjs +17 -27
  110. package/es/components/BaseSelect/index.vue.d.ts +1 -1
  111. package/es/components/BaseSelect/index.vue.mjs +2 -2
  112. package/es/components/BaseSelect/index.vue2.mjs +32 -30
  113. package/es/components/BaseSlider/index.vue2.mjs +44 -44
  114. package/es/components/BaseSteps/index.d.ts +1 -0
  115. package/es/components/BaseSteps/steps.d.ts +25 -0
  116. package/es/components/BaseSteps/steps.mjs +27 -0
  117. package/es/components/BaseSwitch/cssVar.d.ts +7 -0
  118. package/es/components/BaseSwitch/cssVar.mjs +10 -0
  119. package/es/components/BaseSwitch/index.vue.mjs +2 -2
  120. package/es/components/BaseSwitch/index.vue2.mjs +16 -28
  121. package/es/components/BaseSystemActions/cssVar.d.ts +7 -0
  122. package/es/components/BaseSystemActions/cssVar.mjs +63 -0
  123. package/es/components/BaseSystemActions/index.d.ts +2 -0
  124. package/es/components/BaseSystemActions/index.vue.d.ts +13 -0
  125. package/es/components/BaseSystemActions/index.vue.mjs +7 -0
  126. package/es/components/BaseSystemActions/index.vue2.mjs +102 -0
  127. package/es/components/BaseSystemActions/type.d.ts +9 -0
  128. package/es/components/BaseTabs/cssVar.d.ts +4 -0
  129. package/es/components/BaseTabs/cssVar.mjs +7 -0
  130. package/es/components/BaseTabs/index.d.ts +2 -0
  131. package/es/components/BaseTabs/tabs.d.ts +699 -0
  132. package/es/components/BaseTabs/tabs.mjs +43 -0
  133. package/es/components/index.d.ts +4 -0
  134. package/es/config/themes/common.d.ts +1 -0
  135. package/es/config/themes/common.mjs +2 -1
  136. package/es/config/themes/components/baseComponent/dark.d.ts +3 -2
  137. package/es/config/themes/components/baseComponent/dark.mjs +13 -6
  138. package/es/config/themes/components/baseComponent/light.d.ts +3 -2
  139. package/es/config/themes/components/baseComponent/light.mjs +10 -5
  140. package/es/config/themes/components/button/common.mjs +4 -4
  141. package/es/config/themes/components/cascader/common.d.ts +2 -2
  142. package/es/config/themes/components/cascader/common.mjs +4 -2
  143. package/es/config/themes/components/cascader/dark.d.ts +2 -2
  144. package/es/config/themes/components/cascader/dark.mjs +6 -2
  145. package/es/config/themes/components/cascader/light.d.ts +2 -2
  146. package/es/config/themes/components/cascader/light.mjs +10 -6
  147. package/es/config/themes/components/dataTable/dark.mjs +2 -0
  148. package/es/config/themes/components/dataTable/light.mjs +2 -0
  149. package/es/config/themes/components/input/dark.mjs +1 -1
  150. package/es/config/themes/components/progress/dark.d.ts +2 -3
  151. package/es/config/themes/components/progress/light.d.ts +2 -3
  152. package/es/config/themes/components/radio/dark.d.ts +2 -3
  153. package/es/config/themes/components/radio/light.d.ts +2 -3
  154. package/es/config/themes/components/select/dark.mjs +3 -2
  155. package/es/config/themes/components/select/light.mjs +1 -0
  156. package/es/config/themes/components/slider/dark.mjs +2 -1
  157. package/es/config/themes/components/slider/light.mjs +2 -1
  158. package/es/config/themes/components/switch/common.d.ts +2 -3
  159. package/es/config/themes/components/switch/dark.d.ts +2 -3
  160. package/es/config/themes/components/switch/light.d.ts +2 -3
  161. package/es/enum/locale.d.ts +4 -0
  162. package/es/fonts/MiSans-Medium.ttf +0 -0
  163. package/es/fonts/MiSans-Regular.ttf +0 -0
  164. package/es/hooks/useAnimationHook.d.ts +1 -1
  165. package/es/hooks/useAnimationHook.mjs +17 -14
  166. package/es/hooks/useLocale.d.ts +17 -0
  167. package/es/hooks/useLocale.mjs +24 -0
  168. package/es/index.css +1 -1
  169. package/es/index.d.ts +2 -0
  170. package/es/index.mjs +69 -54
  171. package/es/locale/index.d.ts +3 -0
  172. package/es/locale/lang/en-us.d.ts +26 -0
  173. package/es/locale/lang/en-us.mjs +27 -0
  174. package/es/locale/lang/zh-cn.d.ts +3 -0
  175. package/es/locale/lang/zh-cn.mjs +27 -0
  176. package/es/node_modules/.pnpm/{@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/core/index.mjs +1 -1
  177. package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs +12 -0
  178. package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs +6 -0
  179. package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.mjs +44 -0
  180. package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.mjs +21 -0
  181. package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toString.mjs +13 -0
  182. package/es/types/themes/components.d.ts +7 -0
  183. package/es/types/themes/extendThemes.d.ts +10 -0
  184. package/es/utils/render.d.ts +3 -0
  185. package/es/utils/render.mjs +9 -0
  186. package/es/utils/typescript.d.ts +61 -0
  187. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  188. package/lib/assets/logo/logo-dark-full.svg.js +1 -1
  189. package/lib/assets/logo/logo-light-full.svg.js +1 -1
  190. package/lib/components/BaseButton/index.vue.js +1 -1
  191. package/lib/components/BaseCascader/cssVar.d.ts +10 -0
  192. package/lib/components/BaseCascader/cssVar.js +1 -0
  193. package/lib/components/BaseCascader/index.vue.js +1 -1
  194. package/lib/components/BaseCascader/index.vue2.js +1 -1
  195. package/lib/components/BaseConfigProvider/constants.d.ts +3 -0
  196. package/lib/components/BaseConfigProvider/constants.js +1 -0
  197. package/lib/components/BaseConfigProvider/index.d.ts +2 -0
  198. package/lib/components/BaseConfigProvider/index.vue.d.ts +18 -0
  199. package/lib/components/BaseConfigProvider/index.vue.js +1 -0
  200. package/lib/components/BaseConfigProvider/index.vue2.js +1 -0
  201. package/lib/components/BaseConfigProvider/locale-base.d.ts +3 -0
  202. package/lib/components/BaseConfigProvider/locale-base.js +1 -0
  203. package/lib/components/BaseConfigProvider/locale-naive.d.ts +4 -0
  204. package/lib/components/BaseConfigProvider/locale-naive.js +1 -0
  205. package/lib/components/BaseConfigProvider/type.d.ts +17 -0
  206. package/lib/components/BaseDataTable/index.vue.d.ts +1 -1
  207. package/lib/components/BaseDataTable/index.vue2.js +1 -1
  208. package/lib/components/BaseDialog/index.vue.d.ts +2 -2
  209. package/lib/components/BaseDialog/index.vue.js +1 -1
  210. package/lib/components/BaseInputNumber/index.vue.d.ts +0 -1
  211. package/lib/components/BaseInputNumber/index.vue.js +1 -1
  212. package/lib/components/BaseInputNumber/index.vue2.js +1 -1
  213. package/lib/components/BaseLayout/ASide/index.vue.js +1 -1
  214. package/lib/components/BaseLayout/ASide/index.vue2.js +1 -1
  215. package/lib/components/BaseLayout/Default/index.vue.d.ts +8 -6
  216. package/lib/components/BaseLayout/Default/index.vue.js +1 -1
  217. package/lib/components/BaseLayout/Default/index.vue2.js +1 -1
  218. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +1 -1
  219. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +1 -1
  220. package/lib/components/BaseLayout/Default/type.d.ts +7 -9
  221. package/lib/components/BaseLayout/components/WrapFooter.vue.js +1 -1
  222. package/lib/components/BaseLayout/components/WrapHeader.vue2.js +1 -1
  223. package/lib/components/BaseLayout/components/WrapTab.vue.js +1 -1
  224. package/lib/components/BaseLayout/index.vue.d.ts +1 -1
  225. package/lib/components/BaseLayout/index.vue2.js +1 -1
  226. package/lib/components/BaseNavIcon/index.vue2.js +1 -1
  227. package/lib/components/BaseProductIntroduction/cssVar.d.ts +3 -0
  228. package/lib/components/BaseProductIntroduction/cssVar.js +1 -1
  229. package/lib/components/BaseProductIntroduction/index.vue.js +1 -1
  230. package/lib/components/BaseProductIntroduction/index.vue2.js +1 -1
  231. package/lib/components/BaseProgress/cssVar.d.ts +8 -0
  232. package/lib/components/BaseProgress/cssVar.js +1 -0
  233. package/lib/components/BaseProgress/index.d.ts +128 -3
  234. package/lib/components/BaseProgress/index.js +1 -1
  235. package/lib/components/BaseRadio/cssVar.d.ts +5 -0
  236. package/lib/components/BaseRadio/cssVar.js +1 -0
  237. package/lib/components/BaseRadio/index.vue.js +1 -1
  238. package/lib/components/BaseRadio/index.vue2.js +1 -1
  239. package/lib/components/BaseSelect/index.vue.d.ts +1 -1
  240. package/lib/components/BaseSelect/index.vue.js +1 -1
  241. package/lib/components/BaseSelect/index.vue2.js +1 -1
  242. package/lib/components/BaseSlider/index.vue2.js +1 -1
  243. package/lib/components/BaseSteps/index.d.ts +1 -0
  244. package/lib/components/BaseSteps/steps.d.ts +25 -0
  245. package/lib/components/BaseSteps/steps.js +1 -0
  246. package/lib/components/BaseSwitch/cssVar.d.ts +7 -0
  247. package/lib/components/BaseSwitch/cssVar.js +1 -0
  248. package/lib/components/BaseSwitch/index.vue.js +1 -1
  249. package/lib/components/BaseSwitch/index.vue2.js +1 -1
  250. package/lib/components/BaseSystemActions/cssVar.d.ts +7 -0
  251. package/lib/components/BaseSystemActions/cssVar.js +1 -0
  252. package/lib/components/BaseSystemActions/index.d.ts +2 -0
  253. package/lib/components/BaseSystemActions/index.vue.d.ts +13 -0
  254. package/lib/components/BaseSystemActions/index.vue.js +1 -0
  255. package/lib/components/BaseSystemActions/index.vue2.js +1 -0
  256. package/lib/components/BaseSystemActions/type.d.ts +9 -0
  257. package/lib/components/BaseTabs/cssVar.d.ts +4 -0
  258. package/lib/components/BaseTabs/cssVar.js +1 -0
  259. package/lib/components/BaseTabs/index.d.ts +2 -0
  260. package/lib/components/BaseTabs/tabs.d.ts +699 -0
  261. package/lib/components/BaseTabs/tabs.js +1 -0
  262. package/lib/components/index.d.ts +4 -0
  263. package/lib/config/themes/common.d.ts +1 -0
  264. package/lib/config/themes/common.js +1 -1
  265. package/lib/config/themes/components/baseComponent/dark.d.ts +3 -2
  266. package/lib/config/themes/components/baseComponent/dark.js +1 -1
  267. package/lib/config/themes/components/baseComponent/light.d.ts +3 -2
  268. package/lib/config/themes/components/baseComponent/light.js +1 -1
  269. package/lib/config/themes/components/button/common.js +1 -1
  270. package/lib/config/themes/components/cascader/common.d.ts +2 -2
  271. package/lib/config/themes/components/cascader/common.js +1 -1
  272. package/lib/config/themes/components/cascader/dark.d.ts +2 -2
  273. package/lib/config/themes/components/cascader/dark.js +1 -1
  274. package/lib/config/themes/components/cascader/light.d.ts +2 -2
  275. package/lib/config/themes/components/cascader/light.js +1 -1
  276. package/lib/config/themes/components/dataTable/dark.js +1 -1
  277. package/lib/config/themes/components/dataTable/light.js +1 -1
  278. package/lib/config/themes/components/input/dark.js +1 -1
  279. package/lib/config/themes/components/progress/dark.d.ts +2 -3
  280. package/lib/config/themes/components/progress/light.d.ts +2 -3
  281. package/lib/config/themes/components/radio/dark.d.ts +2 -3
  282. package/lib/config/themes/components/radio/light.d.ts +2 -3
  283. package/lib/config/themes/components/select/dark.js +1 -1
  284. package/lib/config/themes/components/select/light.js +1 -1
  285. package/lib/config/themes/components/slider/dark.js +1 -1
  286. package/lib/config/themes/components/slider/light.js +1 -1
  287. package/lib/config/themes/components/switch/common.d.ts +2 -3
  288. package/lib/config/themes/components/switch/dark.d.ts +2 -3
  289. package/lib/config/themes/components/switch/light.d.ts +2 -3
  290. package/lib/enum/locale.d.ts +4 -0
  291. package/lib/fonts/MiSans-Medium.ttf +0 -0
  292. package/lib/fonts/MiSans-Regular.ttf +0 -0
  293. package/lib/hooks/useAnimationHook.d.ts +1 -1
  294. package/lib/hooks/useAnimationHook.js +1 -1
  295. package/lib/hooks/useLocale.d.ts +17 -0
  296. package/lib/hooks/useLocale.js +1 -0
  297. package/lib/index.css +1 -1
  298. package/lib/index.d.ts +2 -0
  299. package/lib/index.js +1 -1
  300. package/lib/locale/index.d.ts +3 -0
  301. package/lib/locale/lang/en-us.d.ts +26 -0
  302. package/lib/locale/lang/en-us.js +1 -0
  303. package/lib/locale/lang/zh-cn.d.ts +3 -0
  304. package/lib/locale/lang/zh-cn.js +1 -0
  305. package/lib/node_modules/.pnpm/{@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/core/index.js +1 -1
  306. package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +1 -0
  307. package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/toKey.js +1 -0
  308. package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.js +1 -0
  309. package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.js +1 -0
  310. package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toString.js +1 -0
  311. package/lib/types/themes/components.d.ts +7 -0
  312. package/lib/types/themes/extendThemes.d.ts +10 -0
  313. package/lib/utils/render.d.ts +3 -0
  314. package/lib/utils/render.js +1 -0
  315. package/lib/utils/typescript.d.ts +61 -0
  316. package/package.json +3 -1
  317. package/es/components/BaseLayout/Default/layoutHeader/action.vue.mjs +0 -7
  318. package/es/components/BaseLayout/Default/layoutHeader/action.vue2.mjs +0 -85
  319. package/lib/components/BaseLayout/Default/layoutHeader/action.vue.js +0 -1
  320. package/lib/components/BaseLayout/Default/layoutHeader/action.vue2.js +0 -1
  321. /package/es/node_modules/.pnpm/{@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/shared/index.mjs +0 -0
  322. /package/lib/node_modules/.pnpm/{@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/shared/index.js +0 -0
@@ -0,0 +1,699 @@
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
+ import { TabsProps } from 'naive-ui';
3
+ import { BaseTabsThemeOverrides } from '../../types/themes/components';
4
+ type BaseTabsType = TabsProps['type'] | 'segment-round';
5
+ export declare const baseTabsProps: {
6
+ readonly themeOverrides: PropType<BaseTabsThemeOverrides>;
7
+ readonly type: {
8
+ readonly type: PropType<BaseTabsType>;
9
+ readonly default: "bar";
10
+ };
11
+ readonly value: PropType<string | number>;
12
+ readonly defaultValue: PropType<string | number>;
13
+ readonly trigger: {
14
+ readonly type: PropType<"click" | "hover">;
15
+ readonly default: "click";
16
+ };
17
+ readonly closable: BooleanConstructor;
18
+ readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
19
+ readonly size: {
20
+ readonly type: PropType<"small" | "medium" | "large">;
21
+ readonly default: "medium";
22
+ };
23
+ readonly placement: {
24
+ readonly type: PropType<"top" | "left" | "right" | "bottom">;
25
+ readonly default: "top";
26
+ };
27
+ readonly tabStyle: PropType<string | import('vue').CSSProperties>;
28
+ readonly tabClass: StringConstructor;
29
+ readonly addTabStyle: PropType<string | import('vue').CSSProperties>;
30
+ readonly addTabClass: StringConstructor;
31
+ readonly barWidth: NumberConstructor;
32
+ readonly paneClass: StringConstructor;
33
+ readonly paneStyle: PropType<string | import('vue').CSSProperties>;
34
+ readonly paneWrapperClass: StringConstructor;
35
+ readonly paneWrapperStyle: PropType<string | import('vue').CSSProperties>;
36
+ readonly addable: PropType<import('naive-ui/es/tabs/src/interface').Addable>;
37
+ readonly tabsPadding: {
38
+ readonly type: NumberConstructor;
39
+ readonly default: 0;
40
+ };
41
+ readonly animated: BooleanConstructor;
42
+ readonly onBeforeLeave: PropType<import('naive-ui/es/tabs/src/interface').OnBeforeLeave>;
43
+ readonly onAdd: PropType<() => void>;
44
+ readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
45
+ readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
46
+ readonly onClose: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnClose>>;
47
+ readonly labelSize: PropType<"small" | "medium" | "large">;
48
+ readonly activeName: PropType<string | number>;
49
+ readonly onActiveNameChange: PropType<import('naive-ui/es/_utils').MaybeArray<(value: string & number) => void>>;
50
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Tabs", {
51
+ colorSegment: string;
52
+ tabFontSizeCard: string;
53
+ tabTextColorLine: string;
54
+ tabTextColorActiveLine: string;
55
+ tabTextColorHoverLine: string;
56
+ tabTextColorDisabledLine: string;
57
+ tabTextColorSegment: string;
58
+ tabTextColorActiveSegment: string;
59
+ tabTextColorHoverSegment: string;
60
+ tabTextColorDisabledSegment: string;
61
+ tabTextColorBar: string;
62
+ tabTextColorActiveBar: string;
63
+ tabTextColorHoverBar: string;
64
+ tabTextColorDisabledBar: string;
65
+ tabTextColorCard: string;
66
+ tabTextColorHoverCard: string;
67
+ tabTextColorActiveCard: string;
68
+ tabTextColorDisabledCard: string;
69
+ barColor: string;
70
+ closeIconColor: string;
71
+ closeIconColorHover: string;
72
+ closeIconColorPressed: string;
73
+ closeColorHover: string;
74
+ closeColorPressed: string;
75
+ closeBorderRadius: string;
76
+ tabColor: string;
77
+ tabColorSegment: string;
78
+ tabBorderColor: string;
79
+ tabFontWeightActive: string;
80
+ tabFontWeight: string;
81
+ tabBorderRadius: string;
82
+ paneTextColor: string;
83
+ fontWeightStrong: string;
84
+ tabFontSizeSmall: string;
85
+ tabFontSizeMedium: string;
86
+ tabFontSizeLarge: string;
87
+ tabGapSmallLine: string;
88
+ tabGapMediumLine: string;
89
+ tabGapLargeLine: string;
90
+ tabGapSmallLineVertical: string;
91
+ tabGapMediumLineVertical: string;
92
+ tabGapLargeLineVertical: string;
93
+ tabPaddingSmallLine: string;
94
+ tabPaddingMediumLine: string;
95
+ tabPaddingLargeLine: string;
96
+ tabPaddingVerticalSmallLine: string;
97
+ tabPaddingVerticalMediumLine: string;
98
+ tabPaddingVerticalLargeLine: string;
99
+ tabGapSmallBar: string;
100
+ tabGapMediumBar: string;
101
+ tabGapLargeBar: string;
102
+ tabGapSmallBarVertical: string;
103
+ tabGapMediumBarVertical: string;
104
+ tabGapLargeBarVertical: string;
105
+ tabPaddingSmallBar: string;
106
+ tabPaddingMediumBar: string;
107
+ tabPaddingLargeBar: string;
108
+ tabPaddingVerticalSmallBar: string;
109
+ tabPaddingVerticalMediumBar: string;
110
+ tabPaddingVerticalLargeBar: string;
111
+ tabGapSmallCard: string;
112
+ tabGapMediumCard: string;
113
+ tabGapLargeCard: string;
114
+ tabGapSmallCardVertical: string;
115
+ tabGapMediumCardVertical: string;
116
+ tabGapLargeCardVertical: string;
117
+ tabPaddingSmallCard: string;
118
+ tabPaddingMediumCard: string;
119
+ tabPaddingLargeCard: string;
120
+ tabPaddingSmallSegment: string;
121
+ tabPaddingMediumSegment: string;
122
+ tabPaddingLargeSegment: string;
123
+ tabPaddingVerticalLargeSegment: string;
124
+ tabPaddingVerticalSmallCard: string;
125
+ tabPaddingVerticalMediumCard: string;
126
+ tabPaddingVerticalLargeCard: string;
127
+ tabPaddingVerticalSmallSegment: string;
128
+ tabPaddingVerticalMediumSegment: string;
129
+ tabGapSmallSegment: string;
130
+ tabGapMediumSegment: string;
131
+ tabGapLargeSegment: string;
132
+ tabGapSmallSegmentVertical: string;
133
+ tabGapMediumSegmentVertical: string;
134
+ tabGapLargeSegmentVertical: string;
135
+ panePaddingSmall: string;
136
+ panePaddingMedium: string;
137
+ panePaddingLarge: string;
138
+ closeSize: string;
139
+ closeIconSize: string;
140
+ }, any>>;
141
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
142
+ colorSegment: string;
143
+ tabFontSizeCard: string;
144
+ tabTextColorLine: string;
145
+ tabTextColorActiveLine: string;
146
+ tabTextColorHoverLine: string;
147
+ tabTextColorDisabledLine: string;
148
+ tabTextColorSegment: string;
149
+ tabTextColorActiveSegment: string;
150
+ tabTextColorHoverSegment: string;
151
+ tabTextColorDisabledSegment: string;
152
+ tabTextColorBar: string;
153
+ tabTextColorActiveBar: string;
154
+ tabTextColorHoverBar: string;
155
+ tabTextColorDisabledBar: string;
156
+ tabTextColorCard: string;
157
+ tabTextColorHoverCard: string;
158
+ tabTextColorActiveCard: string;
159
+ tabTextColorDisabledCard: string;
160
+ barColor: string;
161
+ closeIconColor: string;
162
+ closeIconColorHover: string;
163
+ closeIconColorPressed: string;
164
+ closeColorHover: string;
165
+ closeColorPressed: string;
166
+ closeBorderRadius: string;
167
+ tabColor: string;
168
+ tabColorSegment: string;
169
+ tabBorderColor: string;
170
+ tabFontWeightActive: string;
171
+ tabFontWeight: string;
172
+ tabBorderRadius: string;
173
+ paneTextColor: string;
174
+ fontWeightStrong: string;
175
+ tabFontSizeSmall: string;
176
+ tabFontSizeMedium: string;
177
+ tabFontSizeLarge: string;
178
+ tabGapSmallLine: string;
179
+ tabGapMediumLine: string;
180
+ tabGapLargeLine: string;
181
+ tabGapSmallLineVertical: string;
182
+ tabGapMediumLineVertical: string;
183
+ tabGapLargeLineVertical: string;
184
+ tabPaddingSmallLine: string;
185
+ tabPaddingMediumLine: string;
186
+ tabPaddingLargeLine: string;
187
+ tabPaddingVerticalSmallLine: string;
188
+ tabPaddingVerticalMediumLine: string;
189
+ tabPaddingVerticalLargeLine: string;
190
+ tabGapSmallBar: string;
191
+ tabGapMediumBar: string;
192
+ tabGapLargeBar: string;
193
+ tabGapSmallBarVertical: string;
194
+ tabGapMediumBarVertical: string;
195
+ tabGapLargeBarVertical: string;
196
+ tabPaddingSmallBar: string;
197
+ tabPaddingMediumBar: string;
198
+ tabPaddingLargeBar: string;
199
+ tabPaddingVerticalSmallBar: string;
200
+ tabPaddingVerticalMediumBar: string;
201
+ tabPaddingVerticalLargeBar: string;
202
+ tabGapSmallCard: string;
203
+ tabGapMediumCard: string;
204
+ tabGapLargeCard: string;
205
+ tabGapSmallCardVertical: string;
206
+ tabGapMediumCardVertical: string;
207
+ tabGapLargeCardVertical: string;
208
+ tabPaddingSmallCard: string;
209
+ tabPaddingMediumCard: string;
210
+ tabPaddingLargeCard: string;
211
+ tabPaddingSmallSegment: string;
212
+ tabPaddingMediumSegment: string;
213
+ tabPaddingLargeSegment: string;
214
+ tabPaddingVerticalLargeSegment: string;
215
+ tabPaddingVerticalSmallCard: string;
216
+ tabPaddingVerticalMediumCard: string;
217
+ tabPaddingVerticalLargeCard: string;
218
+ tabPaddingVerticalSmallSegment: string;
219
+ tabPaddingVerticalMediumSegment: string;
220
+ tabGapSmallSegment: string;
221
+ tabGapMediumSegment: string;
222
+ tabGapLargeSegment: string;
223
+ tabGapSmallSegmentVertical: string;
224
+ tabGapMediumSegmentVertical: string;
225
+ tabGapLargeSegmentVertical: string;
226
+ panePaddingSmall: string;
227
+ panePaddingMedium: string;
228
+ panePaddingLarge: string;
229
+ closeSize: string;
230
+ closeIconSize: string;
231
+ }, any>>>;
232
+ };
233
+ export type BaseTabsProps = ExtractPropTypes<typeof baseTabsProps>;
234
+ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
235
+ readonly themeOverrides: PropType<BaseTabsThemeOverrides>;
236
+ readonly type: {
237
+ readonly type: PropType<BaseTabsType>;
238
+ readonly default: "bar";
239
+ };
240
+ readonly value: PropType<string | number>;
241
+ readonly defaultValue: PropType<string | number>;
242
+ readonly trigger: {
243
+ readonly type: PropType<"click" | "hover">;
244
+ readonly default: "click";
245
+ };
246
+ readonly closable: BooleanConstructor;
247
+ readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
248
+ readonly size: {
249
+ readonly type: PropType<"small" | "medium" | "large">;
250
+ readonly default: "medium";
251
+ };
252
+ readonly placement: {
253
+ readonly type: PropType<"top" | "left" | "right" | "bottom">;
254
+ readonly default: "top";
255
+ };
256
+ readonly tabStyle: PropType<string | import('vue').CSSProperties>;
257
+ readonly tabClass: StringConstructor;
258
+ readonly addTabStyle: PropType<string | import('vue').CSSProperties>;
259
+ readonly addTabClass: StringConstructor;
260
+ readonly barWidth: NumberConstructor;
261
+ readonly paneClass: StringConstructor;
262
+ readonly paneStyle: PropType<string | import('vue').CSSProperties>;
263
+ readonly paneWrapperClass: StringConstructor;
264
+ readonly paneWrapperStyle: PropType<string | import('vue').CSSProperties>;
265
+ readonly addable: PropType<import('naive-ui/es/tabs/src/interface').Addable>;
266
+ readonly tabsPadding: {
267
+ readonly type: NumberConstructor;
268
+ readonly default: 0;
269
+ };
270
+ readonly animated: BooleanConstructor;
271
+ readonly onBeforeLeave: PropType<import('naive-ui/es/tabs/src/interface').OnBeforeLeave>;
272
+ readonly onAdd: PropType<() => void>;
273
+ readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
274
+ readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
275
+ readonly onClose: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnClose>>;
276
+ readonly labelSize: PropType<"small" | "medium" | "large">;
277
+ readonly activeName: PropType<string | number>;
278
+ readonly onActiveNameChange: PropType<import('naive-ui/es/_utils').MaybeArray<(value: string & number) => void>>;
279
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Tabs", {
280
+ colorSegment: string;
281
+ tabFontSizeCard: string;
282
+ tabTextColorLine: string;
283
+ tabTextColorActiveLine: string;
284
+ tabTextColorHoverLine: string;
285
+ tabTextColorDisabledLine: string;
286
+ tabTextColorSegment: string;
287
+ tabTextColorActiveSegment: string;
288
+ tabTextColorHoverSegment: string;
289
+ tabTextColorDisabledSegment: string;
290
+ tabTextColorBar: string;
291
+ tabTextColorActiveBar: string;
292
+ tabTextColorHoverBar: string;
293
+ tabTextColorDisabledBar: string;
294
+ tabTextColorCard: string;
295
+ tabTextColorHoverCard: string;
296
+ tabTextColorActiveCard: string;
297
+ tabTextColorDisabledCard: string;
298
+ barColor: string;
299
+ closeIconColor: string;
300
+ closeIconColorHover: string;
301
+ closeIconColorPressed: string;
302
+ closeColorHover: string;
303
+ closeColorPressed: string;
304
+ closeBorderRadius: string;
305
+ tabColor: string;
306
+ tabColorSegment: string;
307
+ tabBorderColor: string;
308
+ tabFontWeightActive: string;
309
+ tabFontWeight: string;
310
+ tabBorderRadius: string;
311
+ paneTextColor: string;
312
+ fontWeightStrong: string;
313
+ tabFontSizeSmall: string;
314
+ tabFontSizeMedium: string;
315
+ tabFontSizeLarge: string;
316
+ tabGapSmallLine: string;
317
+ tabGapMediumLine: string;
318
+ tabGapLargeLine: string;
319
+ tabGapSmallLineVertical: string;
320
+ tabGapMediumLineVertical: string;
321
+ tabGapLargeLineVertical: string;
322
+ tabPaddingSmallLine: string;
323
+ tabPaddingMediumLine: string;
324
+ tabPaddingLargeLine: string;
325
+ tabPaddingVerticalSmallLine: string;
326
+ tabPaddingVerticalMediumLine: string;
327
+ tabPaddingVerticalLargeLine: string;
328
+ tabGapSmallBar: string;
329
+ tabGapMediumBar: string;
330
+ tabGapLargeBar: string;
331
+ tabGapSmallBarVertical: string;
332
+ tabGapMediumBarVertical: string;
333
+ tabGapLargeBarVertical: string;
334
+ tabPaddingSmallBar: string;
335
+ tabPaddingMediumBar: string;
336
+ tabPaddingLargeBar: string;
337
+ tabPaddingVerticalSmallBar: string;
338
+ tabPaddingVerticalMediumBar: string;
339
+ tabPaddingVerticalLargeBar: string;
340
+ tabGapSmallCard: string;
341
+ tabGapMediumCard: string;
342
+ tabGapLargeCard: string;
343
+ tabGapSmallCardVertical: string;
344
+ tabGapMediumCardVertical: string;
345
+ tabGapLargeCardVertical: string;
346
+ tabPaddingSmallCard: string;
347
+ tabPaddingMediumCard: string;
348
+ tabPaddingLargeCard: string;
349
+ tabPaddingSmallSegment: string;
350
+ tabPaddingMediumSegment: string;
351
+ tabPaddingLargeSegment: string;
352
+ tabPaddingVerticalLargeSegment: string;
353
+ tabPaddingVerticalSmallCard: string;
354
+ tabPaddingVerticalMediumCard: string;
355
+ tabPaddingVerticalLargeCard: string;
356
+ tabPaddingVerticalSmallSegment: string;
357
+ tabPaddingVerticalMediumSegment: string;
358
+ tabGapSmallSegment: string;
359
+ tabGapMediumSegment: string;
360
+ tabGapLargeSegment: string;
361
+ tabGapSmallSegmentVertical: string;
362
+ tabGapMediumSegmentVertical: string;
363
+ tabGapLargeSegmentVertical: string;
364
+ panePaddingSmall: string;
365
+ panePaddingMedium: string;
366
+ panePaddingLarge: string;
367
+ closeSize: string;
368
+ closeIconSize: string;
369
+ }, any>>;
370
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
371
+ colorSegment: string;
372
+ tabFontSizeCard: string;
373
+ tabTextColorLine: string;
374
+ tabTextColorActiveLine: string;
375
+ tabTextColorHoverLine: string;
376
+ tabTextColorDisabledLine: string;
377
+ tabTextColorSegment: string;
378
+ tabTextColorActiveSegment: string;
379
+ tabTextColorHoverSegment: string;
380
+ tabTextColorDisabledSegment: string;
381
+ tabTextColorBar: string;
382
+ tabTextColorActiveBar: string;
383
+ tabTextColorHoverBar: string;
384
+ tabTextColorDisabledBar: string;
385
+ tabTextColorCard: string;
386
+ tabTextColorHoverCard: string;
387
+ tabTextColorActiveCard: string;
388
+ tabTextColorDisabledCard: string;
389
+ barColor: string;
390
+ closeIconColor: string;
391
+ closeIconColorHover: string;
392
+ closeIconColorPressed: string;
393
+ closeColorHover: string;
394
+ closeColorPressed: string;
395
+ closeBorderRadius: string;
396
+ tabColor: string;
397
+ tabColorSegment: string;
398
+ tabBorderColor: string;
399
+ tabFontWeightActive: string;
400
+ tabFontWeight: string;
401
+ tabBorderRadius: string;
402
+ paneTextColor: string;
403
+ fontWeightStrong: string;
404
+ tabFontSizeSmall: string;
405
+ tabFontSizeMedium: string;
406
+ tabFontSizeLarge: string;
407
+ tabGapSmallLine: string;
408
+ tabGapMediumLine: string;
409
+ tabGapLargeLine: string;
410
+ tabGapSmallLineVertical: string;
411
+ tabGapMediumLineVertical: string;
412
+ tabGapLargeLineVertical: string;
413
+ tabPaddingSmallLine: string;
414
+ tabPaddingMediumLine: string;
415
+ tabPaddingLargeLine: string;
416
+ tabPaddingVerticalSmallLine: string;
417
+ tabPaddingVerticalMediumLine: string;
418
+ tabPaddingVerticalLargeLine: string;
419
+ tabGapSmallBar: string;
420
+ tabGapMediumBar: string;
421
+ tabGapLargeBar: string;
422
+ tabGapSmallBarVertical: string;
423
+ tabGapMediumBarVertical: string;
424
+ tabGapLargeBarVertical: string;
425
+ tabPaddingSmallBar: string;
426
+ tabPaddingMediumBar: string;
427
+ tabPaddingLargeBar: string;
428
+ tabPaddingVerticalSmallBar: string;
429
+ tabPaddingVerticalMediumBar: string;
430
+ tabPaddingVerticalLargeBar: string;
431
+ tabGapSmallCard: string;
432
+ tabGapMediumCard: string;
433
+ tabGapLargeCard: string;
434
+ tabGapSmallCardVertical: string;
435
+ tabGapMediumCardVertical: string;
436
+ tabGapLargeCardVertical: string;
437
+ tabPaddingSmallCard: string;
438
+ tabPaddingMediumCard: string;
439
+ tabPaddingLargeCard: string;
440
+ tabPaddingSmallSegment: string;
441
+ tabPaddingMediumSegment: string;
442
+ tabPaddingLargeSegment: string;
443
+ tabPaddingVerticalLargeSegment: string;
444
+ tabPaddingVerticalSmallCard: string;
445
+ tabPaddingVerticalMediumCard: string;
446
+ tabPaddingVerticalLargeCard: string;
447
+ tabPaddingVerticalSmallSegment: string;
448
+ tabPaddingVerticalMediumSegment: string;
449
+ tabGapSmallSegment: string;
450
+ tabGapMediumSegment: string;
451
+ tabGapLargeSegment: string;
452
+ tabGapSmallSegmentVertical: string;
453
+ tabGapMediumSegmentVertical: string;
454
+ tabGapLargeSegmentVertical: string;
455
+ panePaddingSmall: string;
456
+ panePaddingMedium: string;
457
+ panePaddingLarge: string;
458
+ closeSize: string;
459
+ closeIconSize: string;
460
+ }, any>>>;
461
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
462
+ [key: string]: any;
463
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
464
+ readonly themeOverrides: PropType<BaseTabsThemeOverrides>;
465
+ readonly type: {
466
+ readonly type: PropType<BaseTabsType>;
467
+ readonly default: "bar";
468
+ };
469
+ readonly value: PropType<string | number>;
470
+ readonly defaultValue: PropType<string | number>;
471
+ readonly trigger: {
472
+ readonly type: PropType<"click" | "hover">;
473
+ readonly default: "click";
474
+ };
475
+ readonly closable: BooleanConstructor;
476
+ readonly justifyContent: PropType<"space-between" | "space-around" | "space-evenly" | "center" | "start" | "end">;
477
+ readonly size: {
478
+ readonly type: PropType<"small" | "medium" | "large">;
479
+ readonly default: "medium";
480
+ };
481
+ readonly placement: {
482
+ readonly type: PropType<"top" | "left" | "right" | "bottom">;
483
+ readonly default: "top";
484
+ };
485
+ readonly tabStyle: PropType<string | import('vue').CSSProperties>;
486
+ readonly tabClass: StringConstructor;
487
+ readonly addTabStyle: PropType<string | import('vue').CSSProperties>;
488
+ readonly addTabClass: StringConstructor;
489
+ readonly barWidth: NumberConstructor;
490
+ readonly paneClass: StringConstructor;
491
+ readonly paneStyle: PropType<string | import('vue').CSSProperties>;
492
+ readonly paneWrapperClass: StringConstructor;
493
+ readonly paneWrapperStyle: PropType<string | import('vue').CSSProperties>;
494
+ readonly addable: PropType<import('naive-ui/es/tabs/src/interface').Addable>;
495
+ readonly tabsPadding: {
496
+ readonly type: NumberConstructor;
497
+ readonly default: 0;
498
+ };
499
+ readonly animated: BooleanConstructor;
500
+ readonly onBeforeLeave: PropType<import('naive-ui/es/tabs/src/interface').OnBeforeLeave>;
501
+ readonly onAdd: PropType<() => void>;
502
+ readonly 'onUpdate:value': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
503
+ readonly onUpdateValue: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnUpdateValue>>;
504
+ readonly onClose: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/tabs/src/interface').OnClose>>;
505
+ readonly labelSize: PropType<"small" | "medium" | "large">;
506
+ readonly activeName: PropType<string | number>;
507
+ readonly onActiveNameChange: PropType<import('naive-ui/es/_utils').MaybeArray<(value: string & number) => void>>;
508
+ readonly theme: PropType<import('naive-ui/es/_mixins').Theme<"Tabs", {
509
+ colorSegment: string;
510
+ tabFontSizeCard: string;
511
+ tabTextColorLine: string;
512
+ tabTextColorActiveLine: string;
513
+ tabTextColorHoverLine: string;
514
+ tabTextColorDisabledLine: string;
515
+ tabTextColorSegment: string;
516
+ tabTextColorActiveSegment: string;
517
+ tabTextColorHoverSegment: string;
518
+ tabTextColorDisabledSegment: string;
519
+ tabTextColorBar: string;
520
+ tabTextColorActiveBar: string;
521
+ tabTextColorHoverBar: string;
522
+ tabTextColorDisabledBar: string;
523
+ tabTextColorCard: string;
524
+ tabTextColorHoverCard: string;
525
+ tabTextColorActiveCard: string;
526
+ tabTextColorDisabledCard: string;
527
+ barColor: string;
528
+ closeIconColor: string;
529
+ closeIconColorHover: string;
530
+ closeIconColorPressed: string;
531
+ closeColorHover: string;
532
+ closeColorPressed: string;
533
+ closeBorderRadius: string;
534
+ tabColor: string;
535
+ tabColorSegment: string;
536
+ tabBorderColor: string;
537
+ tabFontWeightActive: string;
538
+ tabFontWeight: string;
539
+ tabBorderRadius: string;
540
+ paneTextColor: string;
541
+ fontWeightStrong: string;
542
+ tabFontSizeSmall: string;
543
+ tabFontSizeMedium: string;
544
+ tabFontSizeLarge: string;
545
+ tabGapSmallLine: string;
546
+ tabGapMediumLine: string;
547
+ tabGapLargeLine: string;
548
+ tabGapSmallLineVertical: string;
549
+ tabGapMediumLineVertical: string;
550
+ tabGapLargeLineVertical: string;
551
+ tabPaddingSmallLine: string;
552
+ tabPaddingMediumLine: string;
553
+ tabPaddingLargeLine: string;
554
+ tabPaddingVerticalSmallLine: string;
555
+ tabPaddingVerticalMediumLine: string;
556
+ tabPaddingVerticalLargeLine: string;
557
+ tabGapSmallBar: string;
558
+ tabGapMediumBar: string;
559
+ tabGapLargeBar: string;
560
+ tabGapSmallBarVertical: string;
561
+ tabGapMediumBarVertical: string;
562
+ tabGapLargeBarVertical: string;
563
+ tabPaddingSmallBar: string;
564
+ tabPaddingMediumBar: string;
565
+ tabPaddingLargeBar: string;
566
+ tabPaddingVerticalSmallBar: string;
567
+ tabPaddingVerticalMediumBar: string;
568
+ tabPaddingVerticalLargeBar: string;
569
+ tabGapSmallCard: string;
570
+ tabGapMediumCard: string;
571
+ tabGapLargeCard: string;
572
+ tabGapSmallCardVertical: string;
573
+ tabGapMediumCardVertical: string;
574
+ tabGapLargeCardVertical: string;
575
+ tabPaddingSmallCard: string;
576
+ tabPaddingMediumCard: string;
577
+ tabPaddingLargeCard: string;
578
+ tabPaddingSmallSegment: string;
579
+ tabPaddingMediumSegment: string;
580
+ tabPaddingLargeSegment: string;
581
+ tabPaddingVerticalLargeSegment: string;
582
+ tabPaddingVerticalSmallCard: string;
583
+ tabPaddingVerticalMediumCard: string;
584
+ tabPaddingVerticalLargeCard: string;
585
+ tabPaddingVerticalSmallSegment: string;
586
+ tabPaddingVerticalMediumSegment: string;
587
+ tabGapSmallSegment: string;
588
+ tabGapMediumSegment: string;
589
+ tabGapLargeSegment: string;
590
+ tabGapSmallSegmentVertical: string;
591
+ tabGapMediumSegmentVertical: string;
592
+ tabGapLargeSegmentVertical: string;
593
+ panePaddingSmall: string;
594
+ panePaddingMedium: string;
595
+ panePaddingLarge: string;
596
+ closeSize: string;
597
+ closeIconSize: string;
598
+ }, any>>;
599
+ readonly builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Tabs", {
600
+ colorSegment: string;
601
+ tabFontSizeCard: string;
602
+ tabTextColorLine: string;
603
+ tabTextColorActiveLine: string;
604
+ tabTextColorHoverLine: string;
605
+ tabTextColorDisabledLine: string;
606
+ tabTextColorSegment: string;
607
+ tabTextColorActiveSegment: string;
608
+ tabTextColorHoverSegment: string;
609
+ tabTextColorDisabledSegment: string;
610
+ tabTextColorBar: string;
611
+ tabTextColorActiveBar: string;
612
+ tabTextColorHoverBar: string;
613
+ tabTextColorDisabledBar: string;
614
+ tabTextColorCard: string;
615
+ tabTextColorHoverCard: string;
616
+ tabTextColorActiveCard: string;
617
+ tabTextColorDisabledCard: string;
618
+ barColor: string;
619
+ closeIconColor: string;
620
+ closeIconColorHover: string;
621
+ closeIconColorPressed: string;
622
+ closeColorHover: string;
623
+ closeColorPressed: string;
624
+ closeBorderRadius: string;
625
+ tabColor: string;
626
+ tabColorSegment: string;
627
+ tabBorderColor: string;
628
+ tabFontWeightActive: string;
629
+ tabFontWeight: string;
630
+ tabBorderRadius: string;
631
+ paneTextColor: string;
632
+ fontWeightStrong: string;
633
+ tabFontSizeSmall: string;
634
+ tabFontSizeMedium: string;
635
+ tabFontSizeLarge: string;
636
+ tabGapSmallLine: string;
637
+ tabGapMediumLine: string;
638
+ tabGapLargeLine: string;
639
+ tabGapSmallLineVertical: string;
640
+ tabGapMediumLineVertical: string;
641
+ tabGapLargeLineVertical: string;
642
+ tabPaddingSmallLine: string;
643
+ tabPaddingMediumLine: string;
644
+ tabPaddingLargeLine: string;
645
+ tabPaddingVerticalSmallLine: string;
646
+ tabPaddingVerticalMediumLine: string;
647
+ tabPaddingVerticalLargeLine: string;
648
+ tabGapSmallBar: string;
649
+ tabGapMediumBar: string;
650
+ tabGapLargeBar: string;
651
+ tabGapSmallBarVertical: string;
652
+ tabGapMediumBarVertical: string;
653
+ tabGapLargeBarVertical: string;
654
+ tabPaddingSmallBar: string;
655
+ tabPaddingMediumBar: string;
656
+ tabPaddingLargeBar: string;
657
+ tabPaddingVerticalSmallBar: string;
658
+ tabPaddingVerticalMediumBar: string;
659
+ tabPaddingVerticalLargeBar: string;
660
+ tabGapSmallCard: string;
661
+ tabGapMediumCard: string;
662
+ tabGapLargeCard: string;
663
+ tabGapSmallCardVertical: string;
664
+ tabGapMediumCardVertical: string;
665
+ tabGapLargeCardVertical: string;
666
+ tabPaddingSmallCard: string;
667
+ tabPaddingMediumCard: string;
668
+ tabPaddingLargeCard: string;
669
+ tabPaddingSmallSegment: string;
670
+ tabPaddingMediumSegment: string;
671
+ tabPaddingLargeSegment: string;
672
+ tabPaddingVerticalLargeSegment: string;
673
+ tabPaddingVerticalSmallCard: string;
674
+ tabPaddingVerticalMediumCard: string;
675
+ tabPaddingVerticalLargeCard: string;
676
+ tabPaddingVerticalSmallSegment: string;
677
+ tabPaddingVerticalMediumSegment: string;
678
+ tabGapSmallSegment: string;
679
+ tabGapMediumSegment: string;
680
+ tabGapLargeSegment: string;
681
+ tabGapSmallSegmentVertical: string;
682
+ tabGapMediumSegmentVertical: string;
683
+ tabGapLargeSegmentVertical: string;
684
+ panePaddingSmall: string;
685
+ panePaddingMedium: string;
686
+ panePaddingLarge: string;
687
+ closeSize: string;
688
+ closeIconSize: string;
689
+ }, any>>>;
690
+ }>> & Readonly<{}>, {
691
+ readonly type: BaseTabsType;
692
+ readonly placement: "left" | "top" | "bottom" | "right";
693
+ readonly closable: boolean;
694
+ readonly size: "small" | "medium" | "large";
695
+ readonly trigger: "click" | "hover";
696
+ readonly animated: boolean;
697
+ readonly tabsPadding: number;
698
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
699
+ export default _default;