base6-ui 1.1.4 → 1.1.6

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 (390) hide show
  1. package/dist/components/BaseLayout/AsideMenu/index.vue.d.ts +4 -0
  2. package/dist/components/BaseLayout/Default/constants.d.ts +5 -0
  3. package/dist/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +3 -0
  4. package/dist/components/BaseLayout/Default/hooks/useLogo.d.ts +5 -0
  5. package/dist/components/BaseLayout/Default/index.vue.d.ts +65 -0
  6. package/dist/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +2 -0
  7. package/dist/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +2 -0
  8. package/dist/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +2 -0
  9. package/dist/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +2 -0
  10. package/dist/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +32 -0
  11. package/dist/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +2 -0
  12. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +2 -0
  13. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +2 -0
  14. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +2 -0
  15. package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +2 -0
  16. package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +2 -0
  17. package/dist/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +2 -0
  18. package/dist/components/BaseLayout/Default/layoutTab/index.vue.d.ts +2 -0
  19. package/dist/components/BaseLayout/Default/options.d.ts +3 -0
  20. package/dist/components/BaseLayout/Default/type.d.ts +41 -0
  21. package/dist/components/BaseLayout/Header/index.vue.d.ts +19 -0
  22. package/dist/components/BaseLayout/components/WrapContent.vue.d.ts +22 -0
  23. package/dist/components/BaseLayout/components/WrapFooter.vue.d.ts +24 -0
  24. package/dist/components/BaseLayout/components/WrapHeader.vue.d.ts +24 -0
  25. package/dist/components/BaseLayout/components/WrapSlider.vue.d.ts +24 -0
  26. package/dist/components/BaseLayout/components/WrapTab.vue.d.ts +24 -0
  27. package/dist/components/BaseLayout/constants.d.ts +1 -0
  28. package/dist/components/BaseLayout/index.d.ts +6 -0
  29. package/dist/components/BaseLayout/index.vue.d.ts +49 -0
  30. package/dist/components/BaseLayout/layoutCssVar.d.ts +4 -0
  31. package/dist/components/BaseLayout/options.d.ts +2 -0
  32. package/dist/components/BaseLayout/type.d.ts +52 -0
  33. package/dist/components/BaseProductIntroduction/constants.d.ts +2 -0
  34. package/dist/components/BaseProductIntroduction/cssVar.d.ts +15 -0
  35. package/dist/components/BaseProductIntroduction/index.d.ts +1 -0
  36. package/dist/components/BaseProductIntroduction/index.vue.d.ts +6 -0
  37. package/dist/components/BaseProductIntroduction/type.d.ts +5 -0
  38. package/dist/components/index.d.ts +1 -0
  39. package/dist/config/themes/common/light.d.ts +2 -0
  40. package/dist/config/themes/components/divider/light.d.ts +2 -0
  41. package/dist/config/themes/components/layout/dark.d.ts +1 -0
  42. package/dist/config/themes/components/layout/light.d.ts +1 -0
  43. package/dist/config/themes/token/light.d.ts +2 -0
  44. package/dist/globalMethods/index.d.ts +2 -0
  45. package/dist/hooks/useBoolean.d.ts +7 -0
  46. package/dist/hooks/useContext.d.ts +6 -0
  47. package/dist/hooks/useMenu.d.ts +34 -0
  48. package/dist/index.css +1 -1
  49. package/dist/index.d.ts +1 -0
  50. package/dist/index.umd.js +1 -1
  51. package/dist/types/utils.d.ts +3 -0
  52. package/es/_virtual/virtual_svg-icons-register.mjs +4 -4
  53. package/es/assets/cover/base-ads.png.mjs +4 -0
  54. package/es/assets/cover/base-multimodal.png.mjs +4 -0
  55. package/es/assets/cover/base-studio.png.mjs +4 -0
  56. package/es/assets/logo/logo-dark-full.svg.mjs +32 -0
  57. package/es/assets/logo/logo-light-full.svg.mjs +31 -0
  58. package/es/components/BaseDataTable/index.vue.mjs +2 -2
  59. package/es/components/BaseDataTable/index.vue2.mjs +1 -1
  60. package/es/components/BaseDialog/options.mjs +1 -1
  61. package/es/components/BaseLayout/ASide/index.vue.mjs +3 -3
  62. package/es/components/BaseLayout/AsideMenu/index.vue.d.ts +4 -0
  63. package/es/components/BaseLayout/AsideMenu/index.vue.mjs +7 -0
  64. package/es/components/BaseLayout/AsideMenu/index.vue2.mjs +66 -0
  65. package/es/components/BaseLayout/Default/constants.d.ts +5 -0
  66. package/es/components/BaseLayout/Default/constants.mjs +5 -0
  67. package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +3 -0
  68. package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.mjs +11 -0
  69. package/es/components/BaseLayout/Default/hooks/useLogo.d.ts +5 -0
  70. package/es/components/BaseLayout/Default/hooks/useLogo.mjs +19 -0
  71. package/es/components/BaseLayout/Default/index.vue.d.ts +65 -0
  72. package/es/components/BaseLayout/Default/index.vue.mjs +144 -0
  73. package/es/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +2 -0
  74. package/es/components/BaseLayout/Default/layoutFooter/index.vue.mjs +16 -0
  75. package/es/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +2 -0
  76. package/es/components/BaseLayout/Default/layoutHeader/action.vue.mjs +7 -0
  77. package/es/components/BaseLayout/Default/layoutHeader/action.vue2.mjs +82 -0
  78. package/es/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +2 -0
  79. package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +31 -0
  80. package/es/components/BaseLayout/Default/layoutHeader/index.vue2.mjs +4 -0
  81. package/es/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +2 -0
  82. package/es/components/BaseLayout/Default/layoutHeader/title.vue.mjs +7 -0
  83. package/es/components/BaseLayout/Default/layoutHeader/title.vue2.mjs +28 -0
  84. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +32 -0
  85. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.mjs +7 -0
  86. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +65 -0
  87. package/es/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +2 -0
  88. package/es/components/BaseLayout/Default/layoutMenu/index.vue.mjs +4 -0
  89. package/es/components/BaseLayout/Default/layoutMenu/index.vue2.mjs +23 -0
  90. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +2 -0
  91. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.mjs +30 -0
  92. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.mjs +4 -0
  93. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +2 -0
  94. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.mjs +53 -0
  95. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.mjs +4 -0
  96. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +2 -0
  97. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.mjs +73 -0
  98. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.mjs +4 -0
  99. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +2 -0
  100. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.mjs +39 -0
  101. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.mjs +4 -0
  102. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +2 -0
  103. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.mjs +100 -0
  104. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.mjs +4 -0
  105. package/es/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +2 -0
  106. package/es/components/BaseLayout/Default/layoutSlider/index.vue.mjs +27 -0
  107. package/es/components/BaseLayout/Default/layoutSlider/index.vue2.mjs +4 -0
  108. package/es/components/BaseLayout/Default/layoutTab/index.vue.d.ts +2 -0
  109. package/es/components/BaseLayout/Default/layoutTab/index.vue.mjs +16 -0
  110. package/es/components/BaseLayout/Default/options.d.ts +3 -0
  111. package/es/components/BaseLayout/Default/options.mjs +35 -0
  112. package/es/components/BaseLayout/Default/type.d.ts +41 -0
  113. package/es/components/BaseLayout/Header/index.vue.d.ts +19 -0
  114. package/es/components/BaseLayout/Header/index.vue.mjs +20 -0
  115. package/es/components/BaseLayout/components/WrapContent.vue.d.ts +22 -0
  116. package/es/components/BaseLayout/components/WrapContent.vue.mjs +23 -0
  117. package/es/components/BaseLayout/components/WrapContent.vue2.mjs +4 -0
  118. package/es/components/BaseLayout/components/WrapFooter.vue.d.ts +24 -0
  119. package/es/components/BaseLayout/components/WrapFooter.vue.mjs +33 -0
  120. package/es/components/BaseLayout/components/WrapFooter.vue2.mjs +4 -0
  121. package/es/components/BaseLayout/components/WrapHeader.vue.d.ts +24 -0
  122. package/es/components/BaseLayout/components/WrapHeader.vue.mjs +7 -0
  123. package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +30 -0
  124. package/es/components/BaseLayout/components/WrapSlider.vue.d.ts +24 -0
  125. package/es/components/BaseLayout/components/WrapSlider.vue.mjs +24 -0
  126. package/es/components/BaseLayout/components/WrapSlider.vue2.mjs +4 -0
  127. package/es/components/BaseLayout/components/WrapTab.vue.d.ts +24 -0
  128. package/es/components/BaseLayout/components/WrapTab.vue.mjs +34 -0
  129. package/es/components/BaseLayout/components/WrapTab.vue2.mjs +4 -0
  130. package/es/components/BaseLayout/constants.d.ts +1 -0
  131. package/es/components/BaseLayout/constants.mjs +4 -0
  132. package/es/components/BaseLayout/index.d.ts +6 -0
  133. package/es/components/BaseLayout/index.module.css.mjs +24 -0
  134. package/es/components/BaseLayout/index.vue.d.ts +49 -0
  135. package/es/components/BaseLayout/index.vue.mjs +7 -0
  136. package/es/components/BaseLayout/index.vue2.mjs +124 -0
  137. package/es/components/BaseLayout/layoutCssVar.d.ts +4 -0
  138. package/es/components/BaseLayout/layoutCssVar.mjs +27 -0
  139. package/es/components/BaseLayout/options.d.ts +2 -0
  140. package/es/components/BaseLayout/options.mjs +25 -0
  141. package/es/components/BaseLayout/type.d.ts +52 -0
  142. package/es/components/BaseProductIntroduction/constants.d.ts +2 -0
  143. package/es/components/BaseProductIntroduction/constants.mjs +7 -0
  144. package/es/components/BaseProductIntroduction/cssVar.d.ts +15 -0
  145. package/es/components/BaseProductIntroduction/cssVar.mjs +80 -0
  146. package/es/components/BaseProductIntroduction/index.d.ts +1 -0
  147. package/es/components/BaseProductIntroduction/index.vue.d.ts +6 -0
  148. package/es/components/BaseProductIntroduction/index.vue.mjs +8 -0
  149. package/es/components/BaseProductIntroduction/index.vue2.mjs +170 -0
  150. package/es/components/BaseProductIntroduction/type.d.ts +5 -0
  151. package/es/components/BaseSelect/index.vue.mjs +8 -5
  152. package/es/components/BaseSelect/index.vue3.mjs +5 -0
  153. package/es/components/index.d.ts +1 -0
  154. package/es/config/themes/common/light.d.ts +2 -0
  155. package/es/config/themes/common/light.mjs +30 -0
  156. package/es/config/themes/components/alert/light.mjs +3 -2
  157. package/es/config/themes/components/baseComponent/light.mjs +2 -1
  158. package/es/config/themes/components/button/common.mjs +4 -4
  159. package/es/config/themes/components/button/dark.mjs +7 -4
  160. package/es/config/themes/components/button/light.mjs +1 -0
  161. package/es/config/themes/components/dataTable/dark.mjs +2 -1
  162. package/es/config/themes/components/dataTable/light.mjs +2 -1
  163. package/es/config/themes/components/divider/light.d.ts +2 -0
  164. package/es/config/themes/components/divider/light.mjs +7 -0
  165. package/es/config/themes/components/input/common.mjs +1 -0
  166. package/es/config/themes/components/input/dark.mjs +3 -2
  167. package/es/config/themes/components/layout/dark.d.ts +1 -0
  168. package/es/config/themes/components/layout/dark.mjs +3 -2
  169. package/es/config/themes/components/layout/light.d.ts +1 -0
  170. package/es/config/themes/components/layout/light.mjs +3 -2
  171. package/es/config/themes/components/menu/dark.mjs +14 -5
  172. package/es/config/themes/components/menu/light.mjs +11 -2
  173. package/es/config/themes/index.mjs +8 -6
  174. package/es/config/themes/light.mjs +40 -36
  175. package/es/config/themes/token/light.d.ts +2 -0
  176. package/es/config/themes/token/light.mjs +3 -1
  177. package/es/globalMethods/index.d.ts +2 -0
  178. package/es/globalMethods/index.mjs +7 -5
  179. package/es/hooks/useBoolean.d.ts +7 -0
  180. package/es/hooks/useBoolean.mjs +26 -0
  181. package/es/hooks/useContext.d.ts +6 -0
  182. package/es/hooks/useContext.mjs +30 -0
  183. package/es/hooks/useMenu.d.ts +34 -0
  184. package/es/hooks/useMenu.mjs +78 -0
  185. package/es/index.css +1 -1
  186. package/es/index.d.ts +1 -0
  187. package/es/index.mjs +53 -38
  188. package/es/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/core/index.mjs +43 -0
  189. package/es/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs +29 -0
  190. package/es/types/utils.d.ts +3 -0
  191. package/lib/_virtual/_plugin-vue_export-helper.js +1 -1
  192. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  193. package/lib/assets/cover/base-ads.png.js +1 -0
  194. package/lib/assets/cover/base-multimodal.png.js +1 -0
  195. package/lib/assets/cover/base-studio.png.js +1 -0
  196. package/lib/assets/logo/logo-dark-full.svg.js +1 -0
  197. package/lib/assets/logo/logo-light-full.svg.js +1 -0
  198. package/lib/components/AppProvider/index.vue.js +1 -1
  199. package/lib/components/AppProvider/index.vue2.js +1 -1
  200. package/lib/components/BaseButton/index.vue.js +1 -1
  201. package/lib/components/BaseButton/index.vue2.js +1 -1
  202. package/lib/components/BaseDataTable/index.vue.js +1 -1
  203. package/lib/components/BaseDataTable/index.vue2.js +1 -1
  204. package/lib/components/BaseDialog/index.vue.js +1 -1
  205. package/lib/components/BaseDialog/index.vue2.js +1 -1
  206. package/lib/components/BaseDialog/options.js +1 -1
  207. package/lib/components/BaseInputNumber/index.vue.js +1 -1
  208. package/lib/components/BaseInputNumber/index.vue2.js +1 -1
  209. package/lib/components/BaseLayout/ASide/index.vue.js +1 -1
  210. package/lib/components/BaseLayout/ASide/index.vue2.js +1 -1
  211. package/lib/components/BaseLayout/AsideMenu/index.vue.d.ts +4 -0
  212. package/lib/components/BaseLayout/AsideMenu/index.vue.js +1 -0
  213. package/lib/components/BaseLayout/AsideMenu/index.vue2.js +1 -0
  214. package/lib/components/BaseLayout/Default/constants.d.ts +5 -0
  215. package/lib/components/BaseLayout/Default/constants.js +1 -0
  216. package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +3 -0
  217. package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.js +1 -0
  218. package/lib/components/BaseLayout/Default/hooks/useLogo.d.ts +5 -0
  219. package/lib/components/BaseLayout/Default/hooks/useLogo.js +1 -0
  220. package/lib/components/BaseLayout/Default/index.vue.d.ts +65 -0
  221. package/lib/components/BaseLayout/Default/index.vue.js +1 -0
  222. package/lib/components/BaseLayout/Default/index.vue2.js +1 -0
  223. package/lib/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +2 -0
  224. package/lib/components/BaseLayout/Default/layoutFooter/index.vue.js +1 -0
  225. package/lib/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +2 -0
  226. package/lib/components/BaseLayout/Default/layoutHeader/action.vue.js +1 -0
  227. package/lib/components/BaseLayout/Default/layoutHeader/action.vue2.js +1 -0
  228. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +2 -0
  229. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +1 -0
  230. package/lib/components/BaseLayout/Default/layoutHeader/index.vue2.js +1 -0
  231. package/lib/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +2 -0
  232. package/lib/components/BaseLayout/Default/layoutHeader/title.vue.js +1 -0
  233. package/lib/components/BaseLayout/Default/layoutHeader/title.vue2.js +1 -0
  234. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +32 -0
  235. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.js +1 -0
  236. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +1 -0
  237. package/lib/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +2 -0
  238. package/lib/components/BaseLayout/Default/layoutMenu/index.vue.js +1 -0
  239. package/lib/components/BaseLayout/Default/layoutMenu/index.vue2.js +1 -0
  240. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +2 -0
  241. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.js +1 -0
  242. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.js +1 -0
  243. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +2 -0
  244. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.js +1 -0
  245. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.js +1 -0
  246. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +2 -0
  247. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.js +1 -0
  248. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.js +1 -0
  249. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +2 -0
  250. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.js +1 -0
  251. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.js +1 -0
  252. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +2 -0
  253. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.js +1 -0
  254. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.js +1 -0
  255. package/lib/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +2 -0
  256. package/lib/components/BaseLayout/Default/layoutSlider/index.vue.js +1 -0
  257. package/lib/components/BaseLayout/Default/layoutSlider/index.vue2.js +1 -0
  258. package/lib/components/BaseLayout/Default/layoutTab/index.vue.d.ts +2 -0
  259. package/lib/components/BaseLayout/Default/layoutTab/index.vue.js +1 -0
  260. package/lib/components/BaseLayout/Default/options.d.ts +3 -0
  261. package/lib/components/BaseLayout/Default/options.js +1 -0
  262. package/lib/components/BaseLayout/Default/type.d.ts +41 -0
  263. package/lib/components/BaseLayout/Header/index.vue.d.ts +19 -0
  264. package/lib/components/BaseLayout/Header/index.vue.js +1 -0
  265. package/lib/components/BaseLayout/components/WrapContent.vue.d.ts +22 -0
  266. package/lib/components/BaseLayout/components/WrapContent.vue.js +1 -0
  267. package/lib/components/BaseLayout/components/WrapContent.vue2.js +1 -0
  268. package/lib/components/BaseLayout/components/WrapFooter.vue.d.ts +24 -0
  269. package/lib/components/BaseLayout/components/WrapFooter.vue.js +1 -0
  270. package/lib/components/BaseLayout/components/WrapFooter.vue2.js +1 -0
  271. package/lib/components/BaseLayout/components/WrapHeader.vue.d.ts +24 -0
  272. package/lib/components/BaseLayout/components/WrapHeader.vue.js +1 -0
  273. package/lib/components/BaseLayout/components/WrapHeader.vue2.js +1 -0
  274. package/lib/components/BaseLayout/components/WrapSlider.vue.d.ts +24 -0
  275. package/lib/components/BaseLayout/components/WrapSlider.vue.js +1 -0
  276. package/lib/components/BaseLayout/components/WrapSlider.vue2.js +1 -0
  277. package/lib/components/BaseLayout/components/WrapTab.vue.d.ts +24 -0
  278. package/lib/components/BaseLayout/components/WrapTab.vue.js +1 -0
  279. package/lib/components/BaseLayout/components/WrapTab.vue2.js +1 -0
  280. package/lib/components/BaseLayout/constants.d.ts +1 -0
  281. package/lib/components/BaseLayout/constants.js +1 -0
  282. package/lib/components/BaseLayout/index.d.ts +6 -0
  283. package/lib/components/BaseLayout/index.module.css.js +1 -0
  284. package/lib/components/BaseLayout/index.vue.d.ts +49 -0
  285. package/lib/components/BaseLayout/index.vue.js +1 -0
  286. package/lib/components/BaseLayout/index.vue2.js +1 -0
  287. package/lib/components/BaseLayout/layoutCssVar.d.ts +4 -0
  288. package/lib/components/BaseLayout/layoutCssVar.js +1 -0
  289. package/lib/components/BaseLayout/options.d.ts +2 -0
  290. package/lib/components/BaseLayout/options.js +1 -0
  291. package/lib/components/BaseLayout/type.d.ts +52 -0
  292. package/lib/components/BaseProductIntroduction/constants.d.ts +2 -0
  293. package/lib/components/BaseProductIntroduction/constants.js +1 -0
  294. package/lib/components/BaseProductIntroduction/cssVar.d.ts +15 -0
  295. package/lib/components/BaseProductIntroduction/cssVar.js +1 -0
  296. package/lib/components/BaseProductIntroduction/index.d.ts +1 -0
  297. package/lib/components/BaseProductIntroduction/index.vue.d.ts +6 -0
  298. package/lib/components/BaseProductIntroduction/index.vue.js +1 -0
  299. package/lib/components/BaseProductIntroduction/index.vue2.js +1 -0
  300. package/lib/components/BaseProductIntroduction/type.d.ts +5 -0
  301. package/lib/components/BaseProgress/index.js +1 -1
  302. package/lib/components/BaseRadio/index.vue.js +1 -1
  303. package/lib/components/BaseRadio/index.vue2.js +1 -1
  304. package/lib/components/BaseSelect/index.vue.js +1 -1
  305. package/lib/components/BaseSelect/index.vue3.js +1 -0
  306. package/lib/components/BaseSlider/index.vue.js +1 -1
  307. package/lib/components/BaseSlider/index.vue2.js +1 -1
  308. package/lib/components/BaseSwitch/index.vue.js +1 -1
  309. package/lib/components/BaseSwitch/index.vue2.js +1 -1
  310. package/lib/components/index.d.ts +1 -0
  311. package/lib/config/themes/color/dark.js +1 -1
  312. package/lib/config/themes/color/light.js +1 -1
  313. package/lib/config/themes/common/light.d.ts +2 -0
  314. package/lib/config/themes/common/light.js +1 -0
  315. package/lib/config/themes/components/alert/dark.js +1 -1
  316. package/lib/config/themes/components/alert/light.js +1 -1
  317. package/lib/config/themes/components/baseComponent/dark.js +1 -1
  318. package/lib/config/themes/components/baseComponent/light.js +1 -1
  319. package/lib/config/themes/components/button/common.js +1 -1
  320. package/lib/config/themes/components/button/dark.js +1 -1
  321. package/lib/config/themes/components/button/light.js +1 -1
  322. package/lib/config/themes/components/card/dark.js +1 -1
  323. package/lib/config/themes/components/card/light.js +1 -1
  324. package/lib/config/themes/components/charts/dark.js +1 -1
  325. package/lib/config/themes/components/charts/light.js +1 -1
  326. package/lib/config/themes/components/checkbox/dark.js +1 -1
  327. package/lib/config/themes/components/checkbox/light.js +1 -1
  328. package/lib/config/themes/components/dataTable/dark.js +1 -1
  329. package/lib/config/themes/components/dataTable/light.js +1 -1
  330. package/lib/config/themes/components/datePicker/dark.js +1 -1
  331. package/lib/config/themes/components/datePicker/light.js +1 -1
  332. package/lib/config/themes/components/dialog/dark.js +1 -1
  333. package/lib/config/themes/components/dialog/light.js +1 -1
  334. package/lib/config/themes/components/divider/light.d.ts +2 -0
  335. package/lib/config/themes/components/divider/light.js +1 -0
  336. package/lib/config/themes/components/dropdown/dark.js +1 -1
  337. package/lib/config/themes/components/dropdown/light.js +1 -1
  338. package/lib/config/themes/components/form/dark.js +1 -1
  339. package/lib/config/themes/components/form/light.js +1 -1
  340. package/lib/config/themes/components/input/common.js +1 -1
  341. package/lib/config/themes/components/input/dark.js +1 -1
  342. package/lib/config/themes/components/input/light.js +1 -1
  343. package/lib/config/themes/components/inputNumber/dark.js +1 -1
  344. package/lib/config/themes/components/inputNumber/light.js +1 -1
  345. package/lib/config/themes/components/layout/dark.d.ts +1 -0
  346. package/lib/config/themes/components/layout/dark.js +1 -1
  347. package/lib/config/themes/components/layout/light.d.ts +1 -0
  348. package/lib/config/themes/components/layout/light.js +1 -1
  349. package/lib/config/themes/components/menu/dark.js +1 -1
  350. package/lib/config/themes/components/menu/light.js +1 -1
  351. package/lib/config/themes/components/progress/dark.js +1 -1
  352. package/lib/config/themes/components/progress/light.js +1 -1
  353. package/lib/config/themes/components/radio/dark.js +1 -1
  354. package/lib/config/themes/components/radio/light.js +1 -1
  355. package/lib/config/themes/components/select/dark.js +1 -1
  356. package/lib/config/themes/components/select/light.js +1 -1
  357. package/lib/config/themes/components/slider/dark.js +1 -1
  358. package/lib/config/themes/components/slider/light.js +1 -1
  359. package/lib/config/themes/components/switch/dark.js +1 -1
  360. package/lib/config/themes/components/switch/light.js +1 -1
  361. package/lib/config/themes/components/tag/dark.js +1 -1
  362. package/lib/config/themes/components/tag/light.js +1 -1
  363. package/lib/config/themes/components/transfer/dark.js +1 -1
  364. package/lib/config/themes/components/transfer/light.js +1 -1
  365. package/lib/config/themes/index.js +1 -1
  366. package/lib/config/themes/light.js +1 -1
  367. package/lib/config/themes/token/dark.js +1 -1
  368. package/lib/config/themes/token/light.d.ts +2 -0
  369. package/lib/config/themes/token/light.js +1 -1
  370. package/lib/globalMethods/index.d.ts +2 -0
  371. package/lib/globalMethods/index.js +1 -1
  372. package/lib/globalMethods/modules/confirmTip.js +1 -1
  373. package/lib/globalMethods/modules/message.js +1 -1
  374. package/lib/hooks/useBoolean.d.ts +7 -0
  375. package/lib/hooks/useBoolean.js +1 -0
  376. package/lib/hooks/useContext.d.ts +6 -0
  377. package/lib/hooks/useContext.js +1 -0
  378. package/lib/hooks/useMenu.d.ts +34 -0
  379. package/lib/hooks/useMenu.js +1 -0
  380. package/lib/hooks/useNaiveConfigProvideContext.js +1 -1
  381. package/lib/index.css +1 -1
  382. package/lib/index.d.ts +1 -0
  383. package/lib/index.js +1 -1
  384. package/lib/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/core/index.js +1 -0
  385. package/lib/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/shared/index.js +1 -0
  386. package/lib/types/utils.d.ts +3 -0
  387. package/package.json +1 -1
  388. package/readme.md +18 -19
  389. package/lib/components/BaseSelect/index.vue2.js +0 -1
  390. /package/es/components/{BaseSelect → BaseLayout/Default}/index.vue2.mjs +0 -0
@@ -0,0 +1,170 @@
1
+ import { NButton as x, NPopover as E, NCard as P } from "naive-ui";
2
+ import { defineComponent as T, mergeDefaults as A, ref as D, computed as a, onMounted as O, onUnmounted as L, resolveComponent as M, createElementBlock as c, openBlock as s, createVNode as i, withModifiers as f, withCtx as r, normalizeStyle as z, createElementVNode as t, Fragment as h, renderList as k, createCommentVNode as U, toDisplayString as u, createBlock as V, createTextVNode as g } from "vue";
3
+ import R from "../../hooks/useNaiveConfigProvideContext.mjs";
4
+ import F from "../../assets/cover/base-ads.png.mjs";
5
+ import I from "../../assets/cover/base-studio.png.mjs";
6
+ import $ from "../../assets/cover/base-multimodal.png.mjs";
7
+ import { createCardThemeOverrides as q, createPopoverCssVar as j } from "./cssVar.mjs";
8
+ import { DEFAULT_PRODUCT_INTRODUCTION_PROPS as G } from "./constants.mjs";
9
+ const H = { class: "header" }, J = { class: "content-wrap" }, K = { class: "content-item-header" }, Q = { class: "icon" }, W = { class: "title" }, X = { class: "description" }, Y = {
10
+ key: 0,
11
+ class: "content-child-wrap"
12
+ }, Z = ["src"], ee = { class: "to-use" }, de = /* @__PURE__ */ T({
13
+ __name: "index",
14
+ props: /* @__PURE__ */ A({
15
+ x: {},
16
+ y: {}
17
+ }, G),
18
+ setup(m) {
19
+ const b = R(), n = D(!1), C = [
20
+ {
21
+ key: "base1",
22
+ title: "BASE 数据标注平台",
23
+ description: "专业标注服务,打造精准数据,驱动智能变革",
24
+ icon: "logo-base",
25
+ children: [
26
+ {
27
+ key: "base1-1",
28
+ title: "自动驾驶标注平台 - BASE ADS",
29
+ description: "自动驾驶标注平台支持点云、图像等连续的数据的标注与质检,提供可编排工作流与智能辅助工具,帮助团队高效构建自动驾驶训练数据集。",
30
+ icon: F
31
+ },
32
+ {
33
+ key: "base1-2",
34
+ title: "通用标注平台 - BASE Studio",
35
+ description: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP 等多种场景,帮助团队快速构建高质量训练数据集。",
36
+ icon: I
37
+ },
38
+ {
39
+ key: "base1-2",
40
+ title: "多模态标注平台 - BASE MultiModal",
41
+ description: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集",
42
+ icon: $
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ key: "base2",
48
+ title: "Blink 数据管理平台",
49
+ description: "集成数据资产的管理、交付、检索等全链路管理",
50
+ icon: "logo-blink"
51
+ },
52
+ {
53
+ key: "base3",
54
+ title: "Bcollection 数据采集平台",
55
+ description: "全场景数据采集,全链路价值护航",
56
+ icon: "logo-bcollection"
57
+ }
58
+ ], p = a(() => {
59
+ const {
60
+ name: _ = "light"
61
+ } = b?.mergedThemeRef.value || {};
62
+ return _ !== "light";
63
+ }), B = a(() => q(p.value)), N = a(() => j(p.value)), v = () => {
64
+ n.value = !1;
65
+ };
66
+ return O(() => {
67
+ document.body.addEventListener("click", v);
68
+ }), L(() => {
69
+ document.body.removeEventListener("click", v);
70
+ }), (_, e) => {
71
+ const d = M("svg-icon"), y = x, S = P, w = E;
72
+ return s(), c("div", null, [
73
+ i(y, {
74
+ quaternary: "",
75
+ class: "product-introduction-trigger",
76
+ onClick: e[0] || (e[0] = f((o) => n.value = !n.value, ["stop"]))
77
+ }, {
78
+ default: r(() => [
79
+ i(d, {
80
+ icon: n.value ? "operate-close" : "operate-more-bar",
81
+ size: "24"
82
+ }, null, 8, ["icon"])
83
+ ]),
84
+ _: 1
85
+ }),
86
+ i(w, {
87
+ "content-class": "base-product-introduction-panel-popover",
88
+ trigger: "manual",
89
+ show: n.value,
90
+ "onUpdate:show": e[3] || (e[3] = (o) => n.value = o),
91
+ style: z(N.value),
92
+ "show-arrow": !1,
93
+ width: 1058,
94
+ scrollable: "",
95
+ x: m.x,
96
+ y: m.y,
97
+ "theme-overrides": { padding: "0", space: "0" }
98
+ }, {
99
+ default: r(() => [
100
+ t("div", {
101
+ class: "base-product-introduction-panel",
102
+ onClick: e[2] || (e[2] = f(() => {
103
+ }, ["stop"]))
104
+ }, [
105
+ t("div", H, [
106
+ e[4] || (e[4] = t("div", null, "全部产品", -1)),
107
+ i(d, {
108
+ icon: "operate-close",
109
+ size: "16",
110
+ onClick: e[1] || (e[1] = (o) => n.value = !1)
111
+ })
112
+ ]),
113
+ t("div", J, [
114
+ (s(), c(h, null, k(C, (o) => t("div", {
115
+ key: o.key,
116
+ class: "content-item"
117
+ }, [
118
+ t("div", K, [
119
+ t("div", Q, [
120
+ i(d, {
121
+ icon: o.icon,
122
+ size: "32"
123
+ }, null, 8, ["icon"])
124
+ ]),
125
+ t("div", W, u(o.title), 1),
126
+ t("div", X, u(o.description), 1)
127
+ ]),
128
+ o.children && o.children.length ? (s(), c("div", Y, [
129
+ (s(!0), c(h, null, k(o.children, (l) => (s(), V(S, {
130
+ key: l.key,
131
+ title: l.title,
132
+ "theme-overrides": B.value
133
+ }, {
134
+ cover: r(() => [
135
+ t("img", {
136
+ src: l.icon,
137
+ alt: ""
138
+ }, null, 8, Z)
139
+ ]),
140
+ default: r(() => [
141
+ g(" " + u(l.description) + " ", 1),
142
+ t("div", ee, [
143
+ i(y, {
144
+ round: "",
145
+ size: "tiny",
146
+ type: "primary"
147
+ }, {
148
+ default: r(() => [...e[5] || (e[5] = [
149
+ g("开始使用", -1)
150
+ ])]),
151
+ _: 1
152
+ })
153
+ ])
154
+ ]),
155
+ _: 2
156
+ }, 1032, ["title", "theme-overrides"]))), 128))
157
+ ])) : U("", !0)
158
+ ])), 64))
159
+ ])
160
+ ])
161
+ ]),
162
+ _: 1
163
+ }, 8, ["show", "style", "x", "y"])
164
+ ]);
165
+ };
166
+ }
167
+ });
168
+ export {
169
+ de as default
170
+ };
@@ -0,0 +1,5 @@
1
+ import { PopoverProps } from 'naive-ui';
2
+ export type ProductIntroductionProps = {
3
+ x?: PopoverProps['x'];
4
+ y?: PopoverProps['y'];
5
+ };
@@ -1,6 +1,6 @@
1
- import { NSelect as d, NCheckbox as u, NTag as i } from "naive-ui";
2
- import { defineComponent as c, createBlock as m, openBlock as p, mergeProps as f, createSlots as b, renderList as g, withCtx as h, renderSlot as B, h as n } from "vue";
3
- const k = /* @__PURE__ */ c({
1
+ import { NSelect as d, NCheckbox as u, NTag as c } from "naive-ui";
2
+ import { defineComponent as i, createBlock as m, openBlock as p, mergeProps as f, createSlots as b, renderList as g, withCtx as h, renderSlot as B, h as n } from "vue";
3
+ const k = /* @__PURE__ */ i({
4
4
  name: "BaseSelect",
5
5
  __name: "index",
6
6
  props: {
@@ -19,7 +19,7 @@ const k = /* @__PURE__ */ c({
19
19
  }
20
20
  )
21
21
  ], s = ({ option: e, handleClose: t }) => n(
22
- i,
22
+ c,
23
23
  {
24
24
  type: "default",
25
25
  closable: !0,
@@ -39,7 +39,10 @@ const k = /* @__PURE__ */ c({
39
39
  class: "base-select",
40
40
  renderTag: r.multiple ? s : void 0,
41
41
  "render-label": r.multiple ? o : void 0,
42
- multiple: r.multiple
42
+ multiple: r.multiple,
43
+ "menu-props": {
44
+ class: "base-select-menu"
45
+ }
43
46
  }, e.$attrs), b({ _: 2 }, [
44
47
  g(e.$slots, (C, a) => ({
45
48
  name: a,
@@ -0,0 +1,5 @@
1
+ import o from "./index.vue.mjs";
2
+ /* empty css */
3
+ export {
4
+ o as default
5
+ };
@@ -5,6 +5,7 @@ export * from './BaseDialog';
5
5
  export * from './BaseInputNumber';
6
6
  export * from './BaseLayout';
7
7
  export * from './BaseRadio';
8
+ export * from './BaseProductIntroduction';
8
9
  export { default as BaseProgress } from './BaseProgress';
9
10
  export * from './BaseSelect';
10
11
  export * from './BaseSlider';
@@ -0,0 +1,2 @@
1
+ import { GlobalThemeOverrides } from 'naive-ui';
2
+ export declare const commonLight: GlobalThemeOverrides['common'];
@@ -0,0 +1,30 @@
1
+ import { commonBase as r } from "../common.mjs";
2
+ import o from "../color/light.mjs";
3
+ const i = {
4
+ heightSmall: r.heightSmall,
5
+ heightMedium: r.heightMedium,
6
+ heightLarge: r.heightLarge,
7
+ infoColor: o["color-gray-3"],
8
+ infoColorHover: o["color-gray-4"],
9
+ infoColorPressed: o["color-gray-5"],
10
+ infoColorSuppl: o["color-gray-4"],
11
+ primaryColor: o["color-primary-6"],
12
+ primaryColorHover: o["color-primary-5"],
13
+ primaryColorPressed: o["color-primary-7"],
14
+ primaryColorSuppl: o["color-primary-5"],
15
+ errorColor: o["color-red-6"],
16
+ errorColorHover: o["color-red-5"],
17
+ errorColorPressed: o["color-red-7"],
18
+ errorColorSuppl: o["color-red-5"],
19
+ successColor: o["color-green-6"],
20
+ successColorHover: o["color-green-5"],
21
+ successColorPressed: o["color-green-7"],
22
+ successColorSuppl: o["color-green-5"],
23
+ warningColor: o["color-origin-6"],
24
+ warningColorHover: o["color-origin-5"],
25
+ warningColorPressed: o["color-origin-7"],
26
+ warningColorSuppl: o["color-origin-5"]
27
+ };
28
+ export {
29
+ i as commonLight
30
+ };
@@ -1,11 +1,12 @@
1
1
  import o from "../../color/light.mjs";
2
2
  import { AlertThemeCommon as r } from "./common.mjs";
3
- const c = {
3
+ const e = {
4
4
  ...r,
5
5
  colorInfo: o["color-primary-1"],
6
6
  colorSuccess: o["color-green-1"],
7
7
  colorError: o["color-red-1"],
8
8
  colorWarning: o["color-origin-1"],
9
+ iconColorInfo: o["color-primary-6"],
9
10
  contentTextColorError: o["color-gray-10"],
10
11
  contentTextColorInfo: o["color-gray-10"],
11
12
  contentTextColorSuccess: o["color-gray-10"],
@@ -13,5 +14,5 @@ const c = {
13
14
  titleTextColor: o["color-gray-10"]
14
15
  };
15
16
  export {
16
- c as AlertThemeLight
17
+ e as AlertThemeLight
17
18
  };
@@ -54,7 +54,8 @@ const l = {
54
54
  itemColorActiveHover: o["color-primary-6"],
55
55
  /* 当前页码悬停背景色 */
56
56
  itemBorderRadius: r.borderRadiusMedium,
57
- // itemSizeMedium: commonBase.heightMedium, // 修改默认高度
57
+ itemSizeMedium: r.heightMedium,
58
+ // 修改默认高度
58
59
  itemFontSizeMedium: r.fontSizeMedium,
59
60
  // 修改默认字体
60
61
  itemPaddingMedium: r.paddingMedium,
@@ -1,10 +1,10 @@
1
1
  import { commonBase as e } from "../../common.mjs";
2
- const a = {
2
+ const d = {
3
3
  borderRadiusLarge: e.borderRadiusLarge,
4
4
  borderRadiusMedium: e.borderRadiusMedium,
5
5
  borderRadiusSmall: e.borderRadiusSmall,
6
- heightMedium: e.heightMedium,
7
- heightSmall: e.heightSmall,
6
+ // heightMedium: commonBase.heightMedium,
7
+ // heightSmall: commonBase.heightSmall,
8
8
  fontSizeLarge: e.fontSizeLarge,
9
9
  fontSizeSmall: e.fontSizeSmall,
10
10
  opacityDisabled: "1",
@@ -13,5 +13,5 @@ const a = {
13
13
  paddingSmall: "0 12px"
14
14
  };
15
15
  export {
16
- a as ButtonThemeCommon
16
+ d as ButtonThemeCommon
17
17
  };
@@ -1,8 +1,11 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
- import { ButtonThemeCommon as e } from "./common.mjs";
4
- const t = {
5
- ...e,
3
+ import { commonBase as e } from "../../common.mjs";
4
+ import { ButtonThemeCommon as l } from "./common.mjs";
5
+ const d = {
6
+ ...l,
7
+ heightMedium: e.heightMedium,
8
+ heightSmall: e.heightSmall,
6
9
  border: `1px solid ${r["fill-color-2"]}`,
7
10
  borderError: `1px solid ${o["color-red-6"]}`,
8
11
  borderPrimary: `1px solid ${o["color-primary-6"]}`,
@@ -105,5 +108,5 @@ const t = {
105
108
  textColorGhostPressedWarning: o["color-origin-7"]
106
109
  };
107
110
  export {
108
- t as ButtonThemeDark
111
+ d as ButtonThemeDark
109
112
  };
@@ -27,6 +27,7 @@ const c = {
27
27
  borderPressedPrimary: `1px solid ${o["color-primary-7"]}`,
28
28
  borderPressedSuccess: `1px solid ${o["color-green-7"]}`,
29
29
  borderPressedWarning: `1px solid ${o["color-origin-7"]}`,
30
+ rippleColor: o["color-gray-3"],
30
31
  color: o["color-gray-3"],
31
32
  colorError: o["color-red-6"],
32
33
  colorPrimary: o["color-primary-6"],
@@ -5,7 +5,8 @@ const e = {
5
5
  tdColorStriped: o["fill-color-5"],
6
6
  tdTextColor: r["color-gray-10"],
7
7
  thColor: o["bg-color-2"],
8
- thTextColor: o["color-text-2"]
8
+ thTextColor: o["color-text-2"],
9
+ borderColor: "#0000"
9
10
  // borderColor: darkBase['color-gray-4'],
10
11
  // borderRadius: commonBase['borderRadiusMedium']
11
12
  };
@@ -5,7 +5,8 @@ const e = {
5
5
  tdColorStriped: o["color-gray-1"],
6
6
  tdTextColor: o["color-gray-10"],
7
7
  thColor: r["bg-color-2"],
8
- thTextColor: o["color-gray-8"]
8
+ thTextColor: o["color-gray-8"],
9
+ borderColor: "#0000"
9
10
  // borderColor: lightBase['color-gray-4'],
10
11
  // borderRadius: commonBase['borderRadiusMedium']
11
12
  };
@@ -0,0 +1,2 @@
1
+ import { DividerProps } from 'naive-ui';
2
+ export declare const DividerThemeLight: DividerProps['themeOverrides'];
@@ -0,0 +1,7 @@
1
+ import o from "../../token/light.mjs";
2
+ const e = {
3
+ color: o["border-color-1"]
4
+ };
5
+ export {
6
+ e as DividerThemeLight
7
+ };
@@ -1,6 +1,7 @@
1
1
  import { commonBase as e } from "../../common.mjs";
2
2
  const h = {
3
3
  borderRadius: e.borderRadiusMedium,
4
+ boxShadowFocus: "none",
4
5
  fontSizeLarge: e.fontSizeLarge,
5
6
  heightLarge: e.heightLarge,
6
7
  heightMedium: e.heightMedium,
@@ -1,7 +1,7 @@
1
1
  import o from "../../color/dark.mjs";
2
2
  import r from "../../token/dark.mjs";
3
3
  import { InputThemeCommon as l } from "./common.mjs";
4
- const p = {
4
+ const c = {
5
5
  ...l,
6
6
  border: `1px solid ${o["color-gray-4"]}`,
7
7
  borderDisabled: "1px solid #0000",
@@ -9,6 +9,7 @@ const p = {
9
9
  borderFocus: `1.5px solid ${o["color-primary-6"]}`,
10
10
  borderHover: `1px solid ${o["color-primary-5"]}`,
11
11
  colorDisabled: r["fill-color-1"],
12
+ colorFocus: r["bg-color-2"],
12
13
  groupLabelBorder: `1px solid ${o["color-gray-4"]}`,
13
14
  groupLabelColor: o["color-gray-2"],
14
15
  groupLabelTextColor: o["color-gray-10"],
@@ -18,5 +19,5 @@ const p = {
18
19
  textColorDisabled: r["color-text-4"]
19
20
  };
20
21
  export {
21
- p as InputThemeDark
22
+ c as InputThemeDark
22
23
  };
@@ -1,4 +1,5 @@
1
1
  export declare const LayoutThemeDark: {
2
+ headerColor: string;
2
3
  siderColor: string;
3
4
  siderIconColor: string;
4
5
  siderFooterIconBgColor: string;
@@ -1,10 +1,11 @@
1
1
  import r from "../../color/dark.mjs";
2
2
  import o from "../../token/dark.mjs";
3
- const i = {
3
+ const a = {
4
+ headerColor: o["bg-color-4"],
4
5
  siderColor: o["bg-color-4"],
5
6
  siderIconColor: r["color-primary-6"],
6
7
  siderFooterIconBgColor: o["fill-color-3"]
7
8
  };
8
9
  export {
9
- i as LayoutThemeDark
10
+ a as LayoutThemeDark
10
11
  };
@@ -1,4 +1,5 @@
1
1
  export declare const LayoutThemeLight: {
2
+ headerColor: string;
2
3
  siderColor: string;
3
4
  siderIconColor: string;
4
5
  siderFooterIconBgColor: string;
@@ -1,11 +1,12 @@
1
1
  import o from "../../color/light.mjs";
2
2
  import r from "../../token/light.mjs";
3
- const t = {
3
+ const i = {
4
+ headerColor: r["bg-color-4"],
4
5
  siderColor: r["bg-color-4"],
5
6
  // 自定义
6
7
  siderIconColor: o["color-primary-6"],
7
8
  siderFooterIconBgColor: o["color-gray-4"]
8
9
  };
9
10
  export {
10
- t as LayoutThemeLight
11
+ i as LayoutThemeLight
11
12
  };
@@ -1,17 +1,26 @@
1
+ import r from "../../color/dark.mjs";
1
2
  import o from "../../token/dark.mjs";
2
- const e = {
3
+ const l = {
4
+ arrowColor: o["color-text-2"],
5
+ arrowColorActive: o["color-text-1"],
6
+ arrowColorChildActive: o["color-text-1"],
7
+ arrowColorChildActiveHover: o["color-text-1"],
8
+ borderRadius: "10px",
9
+ itemColorActive: o["bg-color-2"],
10
+ itemColorActiveHover: o["bg-color-2"],
3
11
  itemColorActiveCollapsed: o["fill-color-5"],
4
12
  itemIconColorCollapsed: o["color-text-2"],
5
13
  itemIconColorActive: o["color-text-1"],
6
14
  itemIconColorHover: o["color-text-1"],
7
15
  itemIconColorActiveHover: o["color-text-1"],
16
+ itemColorHover: "#0000",
8
17
  itemTextColor: o["color-text-2"],
9
- itemTextColorChildActive: o["color-text-1"],
10
- itemTextColorChildActiveHover: o["color-text-1"],
11
18
  itemTextColorActive: o["color-text-1"],
12
19
  itemTextColorHover: o["color-text-1"],
13
- itemTextColorActiveHover: o["color-text-1"]
20
+ itemTextColorActiveHover: o["color-text-1"],
21
+ itemTextColorChildActive: r["color-primary-6"],
22
+ itemTextColorChildActiveHover: r["color-primary-5"]
14
23
  };
15
24
  export {
16
- e as MenuThemeDark
25
+ l as MenuThemeDark
17
26
  };
@@ -1,7 +1,14 @@
1
1
  import o from "../../color/light.mjs";
2
2
  const e = {
3
- // itemColorActive: lightBase['color-gray-1'],
3
+ arrowColor: o["color-gray-8"],
4
+ arrowColorActive: o["color-gray-10"],
5
+ arrowColorChildActive: o["color-gray-10"],
6
+ arrowColorChildActiveHover: o["color-gray-10"],
7
+ borderRadius: "10px",
8
+ itemColorActive: o["color-gray-1"],
9
+ itemColorActiveHover: o["color-gray-1"],
4
10
  itemColorActiveCollapsed: o["color-gray-1"],
11
+ itemColorHover: "#0000",
5
12
  itemIconColorCollapsed: o["color-gray-8"],
6
13
  itemIconColorActive: o["color-gray-10"],
7
14
  itemIconColorHover: o["color-gray-10"],
@@ -9,7 +16,9 @@ const e = {
9
16
  itemTextColor: o["color-gray-8"],
10
17
  itemTextColorActive: o["color-gray-10"],
11
18
  itemTextColorHover: o["color-gray-10"],
12
- itemTextColorActiveHover: o["color-gray-10"]
19
+ itemTextColorActiveHover: o["color-gray-10"],
20
+ itemTextColorChildActive: o["color-primary-6"],
21
+ itemTextColorChildActiveHover: o["color-primary-5"]
13
22
  };
14
23
  export {
15
24
  e as MenuThemeLight
@@ -4,6 +4,7 @@ import "./components/card/light.mjs";
4
4
  import "./components/dataTable/light.mjs";
5
5
  import "./components/datePicker/light.mjs";
6
6
  import "./components/checkbox/light.mjs";
7
+ import "./components/divider/light.mjs";
7
8
  import "./components/dialog/light.mjs";
8
9
  import "./components/dropdown/light.mjs";
9
10
  import "./components/form/light.mjs";
@@ -19,6 +20,7 @@ import "./components/switch/light.mjs";
19
20
  import "./components/tag/light.mjs";
20
21
  import "./components/transfer/light.mjs";
21
22
  import "./components/baseComponent/light.mjs";
23
+ import "./common/light.mjs";
22
24
  import "./components/alert/dark.mjs";
23
25
  import "./components/button/dark.mjs";
24
26
  import "./components/card/dark.mjs";
@@ -40,11 +42,11 @@ import "./components/switch/dark.mjs";
40
42
  import "./components/tag/dark.mjs";
41
43
  import "./components/transfer/dark.mjs";
42
44
  import "./components/baseComponent/dark.mjs";
43
- import { ChartsThemeDark as S } from "./components/charts/dark.mjs";
44
- import { ChartsThemeLight as V } from "./components/charts/light.mjs";
45
- const O = "n-config-provider";
45
+ import { ChartsThemeDark as V } from "./components/charts/dark.mjs";
46
+ import { ChartsThemeLight as X } from "./components/charts/light.mjs";
47
+ const R = "n-config-provider";
46
48
  export {
47
- S as ChartsThemeDark,
48
- V as ChartsThemeLight,
49
- O as configProviderInjectionKey
49
+ V as ChartsThemeDark,
50
+ X as ChartsThemeLight,
51
+ R as configProviderInjectionKey
50
52
  };
@@ -1,53 +1,57 @@
1
1
  import { AlertThemeLight as e } from "./components/alert/light.mjs";
2
2
  import { ButtonThemeLight as m } from "./components/button/light.mjs";
3
- import { CardThemeLight as t } from "./components/card/light.mjs";
4
- import { DataTableThemeLight as r } from "./components/dataTable/light.mjs";
3
+ import { CardThemeLight as r } from "./components/card/light.mjs";
4
+ import { DataTableThemeLight as t } from "./components/dataTable/light.mjs";
5
5
  import { DatePickerThemeLight as o } from "./components/datePicker/light.mjs";
6
6
  import { CheckboxThemeLight as i } from "./components/checkbox/light.mjs";
7
- import { DialogThemeLight as h } from "./components/dialog/light.mjs";
8
- import { DropdownThemeLight as T } from "./components/dropdown/light.mjs";
9
- import { FormThemeLight as g } from "./components/form/light.mjs";
10
- import { InputThemeLight as p } from "./components/input/light.mjs";
11
- import { InputNumberThemeLight as L } from "./components/inputNumber/light.mjs";
12
- import { LayoutThemeLight as a } from "./components/layout/light.mjs";
13
- import { MenuThemeLight as f } from "./components/menu/light.mjs";
14
- import { ProgressThemeLight as n } from "./components/progress/light.mjs";
7
+ import { DividerThemeLight as h } from "./components/divider/light.mjs";
8
+ import { DialogThemeLight as T } from "./components/dialog/light.mjs";
9
+ import { DropdownThemeLight as g } from "./components/dropdown/light.mjs";
10
+ import { FormThemeLight as p } from "./components/form/light.mjs";
11
+ import { InputThemeLight as L } from "./components/input/light.mjs";
12
+ import { InputNumberThemeLight as a } from "./components/inputNumber/light.mjs";
13
+ import { LayoutThemeLight as f } from "./components/layout/light.mjs";
14
+ import { MenuThemeLight as n } from "./components/menu/light.mjs";
15
+ import { ProgressThemeLight as c } from "./components/progress/light.mjs";
15
16
  import { RadioThemeLight as u } from "./components/radio/light.mjs";
16
- import { SelectThemeLight as c } from "./components/select/light.mjs";
17
+ import { SelectThemeLight as d } from "./components/select/light.mjs";
17
18
  import { SliderThemeLight as l } from "./components/slider/light.mjs";
18
19
  import { SwitchThemeLight as s } from "./components/switch/light.mjs";
19
- import { TagThemeLight as d } from "./components/tag/light.mjs";
20
- import { TransferThemeLight as b } from "./components/transfer/light.mjs";
21
- import { TreeThemeLight as D, TooltipThemeLight as P, TabsThemeLight as S, StepsThemeLight as k, PopconfirmThemeLight as w, PaginationThemeLight as B, BreadcrumbThemeLight as C } from "./components/baseComponent/light.mjs";
22
- const W = {
20
+ import { TagThemeLight as b } from "./components/tag/light.mjs";
21
+ import { TransferThemeLight as D } from "./components/transfer/light.mjs";
22
+ import { TreeThemeLight as P, TooltipThemeLight as S, TabsThemeLight as k, StepsThemeLight as w, PopconfirmThemeLight as B, PaginationThemeLight as C, BreadcrumbThemeLight as I } from "./components/baseComponent/light.mjs";
23
+ import { commonLight as v } from "./common/light.mjs";
24
+ const _ = {
25
+ common: v,
23
26
  Alert: e,
24
- Breadcrumb: C,
27
+ Breadcrumb: I,
25
28
  Button: m,
26
- Card: t,
29
+ Card: r,
27
30
  Checkbox: i,
28
- DataTable: r,
31
+ DataTable: t,
29
32
  DatePicker: o,
30
- Dialog: h,
31
- Dropdown: T,
32
- Form: g,
33
- Input: p,
34
- InputNumber: L,
35
- Layout: a,
36
- Menu: f,
37
- Pagination: B,
38
- Progress: n,
39
- Popconfirm: w,
33
+ Divider: h,
34
+ Dialog: T,
35
+ Dropdown: g,
36
+ Form: p,
37
+ Input: L,
38
+ InputNumber: a,
39
+ Layout: f,
40
+ Menu: n,
41
+ Pagination: C,
42
+ Progress: c,
43
+ Popconfirm: B,
40
44
  Radio: u,
41
- Select: c,
45
+ Select: d,
42
46
  Slider: l,
43
- Steps: k,
47
+ Steps: w,
44
48
  Switch: s,
45
- Tabs: S,
46
- Tag: d,
47
- Transfer: b,
48
- Tooltip: P,
49
- Tree: D
49
+ Tabs: k,
50
+ Tag: b,
51
+ Transfer: D,
52
+ Tooltip: S,
53
+ Tree: P
50
54
  };
51
55
  export {
52
- W as lightThemeOverrides
56
+ _ as lightThemeOverrides
53
57
  };