base6-ui 2.0.6 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/dist/components/data-table/data-table.d.ts +1372 -1
  2. package/dist/components/data-table/interface.d.ts +68 -53
  3. package/dist/components/global-header/index.vue.d.ts +5 -2
  4. package/dist/components/global-header/interface.d.ts +9 -7
  5. package/dist/components/global-header/title.vue.d.ts +9 -1
  6. package/dist/components/index.d.ts +1 -2
  7. package/dist/components/nav-icon/type.d.ts +1 -0
  8. package/dist/components/platform-navigation/index.d.ts +2 -0
  9. package/{es/components/product-introduction → dist/components/platform-navigation}/index.vue.d.ts +8 -2
  10. package/dist/components/platform-navigation/interface.d.ts +29 -0
  11. package/dist/config/themes/components/dataTable/common.d.ts +2 -0
  12. package/dist/index.css +1 -1
  13. package/dist/index.umd.js +1 -1
  14. package/dist/locale/lang/en-us.d.ts +6 -4
  15. package/es/assets/cover/base-studio.png.mjs +2 -2
  16. package/es/assets/cover/source-robot.png.mjs +4 -0
  17. package/es/components/data-table/data-table.d.ts +1372 -1
  18. package/es/components/data-table/data-table.mjs +49 -32
  19. package/es/components/data-table/interface.d.ts +68 -53
  20. package/es/components/data-table/interface.mjs +9 -2
  21. package/es/components/global-header/index.vue.d.ts +5 -2
  22. package/es/components/global-header/index.vue.mjs +42 -33
  23. package/es/components/global-header/interface.d.ts +9 -7
  24. package/es/components/global-header/title.vue.d.ts +9 -1
  25. package/es/components/global-header/title.vue.mjs +3 -3
  26. package/es/components/global-header/title.vue2.mjs +39 -30
  27. package/es/components/index.d.ts +1 -2
  28. package/es/components/nav-icon/index.vue.mjs +2 -2
  29. package/es/components/nav-icon/index.vue2.mjs +21 -19
  30. package/es/components/nav-icon/type.d.ts +1 -0
  31. package/es/components/platform-navigation/index.d.ts +2 -0
  32. package/{lib/components/product-introduction → es/components/platform-navigation}/index.vue.d.ts +8 -2
  33. package/es/components/{product-introduction → platform-navigation}/index.vue.mjs +2 -2
  34. package/es/components/platform-navigation/index.vue2.mjs +194 -0
  35. package/es/components/platform-navigation/interface.d.ts +29 -0
  36. package/es/components/platform-navigation/interface.mjs +4 -0
  37. package/es/config/themes/components/dataTable/common.d.ts +2 -0
  38. package/es/config/themes/components/dataTable/common.mjs +11 -0
  39. package/es/config/themes/components/dataTable/dark.mjs +4 -2
  40. package/es/config/themes/components/dataTable/light.mjs +4 -2
  41. package/es/index.css +1 -1
  42. package/es/index.mjs +79 -89
  43. package/es/locale/lang/en-us.d.ts +6 -4
  44. package/es/locale/lang/en-us.mjs +6 -4
  45. package/es/locale/lang/zh-cn.mjs +6 -4
  46. package/lib/assets/cover/base-studio.png.js +1 -1
  47. package/lib/assets/cover/source-robot.png.js +1 -0
  48. package/lib/components/data-table/data-table.d.ts +1372 -1
  49. package/lib/components/data-table/data-table.js +1 -1
  50. package/lib/components/data-table/interface.d.ts +68 -53
  51. package/lib/components/data-table/interface.js +1 -1
  52. package/lib/components/global-header/index.vue.d.ts +5 -2
  53. package/lib/components/global-header/index.vue.js +1 -1
  54. package/lib/components/global-header/interface.d.ts +9 -7
  55. package/lib/components/global-header/title.vue.d.ts +9 -1
  56. package/lib/components/global-header/title.vue.js +1 -1
  57. package/lib/components/global-header/title.vue2.js +1 -1
  58. package/lib/components/index.d.ts +1 -2
  59. package/lib/components/input-number/index.vue.js +1 -1
  60. package/lib/components/layout/aside/index.vue.js +1 -1
  61. package/lib/components/layout/components/WrapHeader.vue2.js +1 -1
  62. package/lib/components/layout/header/index.vue.js +1 -1
  63. package/lib/components/layout/index.vue.js +1 -1
  64. package/lib/components/nav-icon/index.vue.js +1 -1
  65. package/lib/components/nav-icon/index.vue2.js +1 -1
  66. package/lib/components/nav-icon/type.d.ts +1 -0
  67. package/lib/components/platform-navigation/index.d.ts +2 -0
  68. package/{dist/components/product-introduction → lib/components/platform-navigation}/index.vue.d.ts +8 -2
  69. package/lib/components/platform-navigation/index.vue.js +1 -0
  70. package/lib/components/platform-navigation/index.vue2.js +1 -0
  71. package/lib/components/platform-navigation/interface.d.ts +29 -0
  72. package/lib/components/platform-navigation/interface.js +1 -0
  73. package/lib/components/radio/index.vue.js +1 -1
  74. package/lib/components/select/index.vue.js +1 -1
  75. package/lib/components/slider/index.vue.js +1 -1
  76. package/lib/components/switch/index.vue.js +1 -1
  77. package/lib/components/system-actions/index.vue.js +1 -1
  78. package/lib/config/themes/components/dataTable/common.d.ts +2 -0
  79. package/lib/config/themes/components/dataTable/common.js +1 -0
  80. package/lib/config/themes/components/dataTable/dark.js +1 -1
  81. package/lib/config/themes/components/dataTable/light.js +1 -1
  82. package/lib/index.css +1 -1
  83. package/lib/index.js +1 -1
  84. package/lib/locale/lang/en-us.d.ts +6 -4
  85. package/lib/locale/lang/en-us.js +1 -1
  86. package/lib/locale/lang/zh-cn.js +1 -1
  87. package/package.json +1 -1
  88. package/dist/components/BaseLayout/ASide/index.vue.d.ts +0 -23
  89. package/dist/components/BaseLayout/ASide/type.d.ts +0 -10
  90. package/dist/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
  91. package/dist/components/BaseLayout/Default/constants.d.ts +0 -5
  92. package/dist/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
  93. package/dist/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
  94. package/dist/components/BaseLayout/Default/index.vue.d.ts +0 -72
  95. package/dist/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
  96. package/dist/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
  97. package/dist/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
  98. package/dist/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
  99. package/dist/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
  100. package/dist/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
  101. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
  102. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
  103. package/dist/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
  104. package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
  105. package/dist/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
  106. package/dist/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
  107. package/dist/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
  108. package/dist/components/BaseLayout/Default/options.d.ts +0 -3
  109. package/dist/components/BaseLayout/Default/type.d.ts +0 -40
  110. package/dist/components/BaseLayout/Header/index.vue.d.ts +0 -19
  111. package/dist/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
  112. package/dist/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
  113. package/dist/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
  114. package/dist/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
  115. package/dist/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
  116. package/dist/components/BaseLayout/constants.d.ts +0 -1
  117. package/dist/components/BaseLayout/index.d.ts +0 -7
  118. package/dist/components/BaseLayout/index.vue.d.ts +0 -49
  119. package/dist/components/BaseLayout/layoutCssVar.d.ts +0 -4
  120. package/dist/components/BaseLayout/options.d.ts +0 -2
  121. package/dist/components/BaseLayout/type.d.ts +0 -52
  122. package/dist/components/product-introduction/constants.d.ts +0 -2
  123. package/dist/components/product-introduction/index.d.ts +0 -1
  124. package/dist/components/product-introduction/types.d.ts +0 -5
  125. package/dist/hooks/useMenu.d.ts +0 -34
  126. package/es/components/BaseLayout/ASide/index.vue.d.ts +0 -23
  127. package/es/components/BaseLayout/ASide/index.vue.mjs +0 -7
  128. package/es/components/BaseLayout/ASide/index.vue2.mjs +0 -62
  129. package/es/components/BaseLayout/ASide/type.d.ts +0 -10
  130. package/es/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
  131. package/es/components/BaseLayout/AsideMenu/index.vue.mjs +0 -7
  132. package/es/components/BaseLayout/AsideMenu/index.vue2.mjs +0 -66
  133. package/es/components/BaseLayout/Default/constants.d.ts +0 -5
  134. package/es/components/BaseLayout/Default/constants.mjs +0 -5
  135. package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
  136. package/es/components/BaseLayout/Default/hooks/useBaseLayoutContext.mjs +0 -11
  137. package/es/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
  138. package/es/components/BaseLayout/Default/hooks/useLogo.mjs +0 -19
  139. package/es/components/BaseLayout/Default/index.vue.d.ts +0 -72
  140. package/es/components/BaseLayout/Default/index.vue.mjs +0 -7
  141. package/es/components/BaseLayout/Default/index.vue2.mjs +0 -151
  142. package/es/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
  143. package/es/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
  144. package/es/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
  145. package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +0 -38
  146. package/es/components/BaseLayout/Default/layoutHeader/index.vue2.mjs +0 -4
  147. package/es/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
  148. package/es/components/BaseLayout/Default/layoutHeader/title.vue.mjs +0 -7
  149. package/es/components/BaseLayout/Default/layoutHeader/title.vue2.mjs +0 -29
  150. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
  151. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.mjs +0 -7
  152. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +0 -65
  153. package/es/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
  154. package/es/components/BaseLayout/Default/layoutMenu/index.vue.mjs +0 -4
  155. package/es/components/BaseLayout/Default/layoutMenu/index.vue2.mjs +0 -23
  156. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
  157. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.mjs +0 -30
  158. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.mjs +0 -4
  159. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
  160. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.mjs +0 -53
  161. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.mjs +0 -4
  162. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
  163. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.mjs +0 -73
  164. package/es/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.mjs +0 -4
  165. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
  166. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.mjs +0 -39
  167. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.mjs +0 -4
  168. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
  169. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.mjs +0 -97
  170. package/es/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.mjs +0 -4
  171. package/es/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
  172. package/es/components/BaseLayout/Default/layoutSlider/index.vue.mjs +0 -31
  173. package/es/components/BaseLayout/Default/layoutSlider/index.vue2.mjs +0 -4
  174. package/es/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
  175. package/es/components/BaseLayout/Default/options.d.ts +0 -3
  176. package/es/components/BaseLayout/Default/options.mjs +0 -35
  177. package/es/components/BaseLayout/Default/type.d.ts +0 -40
  178. package/es/components/BaseLayout/Header/index.vue.d.ts +0 -19
  179. package/es/components/BaseLayout/Header/index.vue.mjs +0 -20
  180. package/es/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
  181. package/es/components/BaseLayout/components/WrapContent.vue.mjs +0 -23
  182. package/es/components/BaseLayout/components/WrapContent.vue2.mjs +0 -4
  183. package/es/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
  184. package/es/components/BaseLayout/components/WrapFooter.vue.mjs +0 -33
  185. package/es/components/BaseLayout/components/WrapFooter.vue2.mjs +0 -4
  186. package/es/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
  187. package/es/components/BaseLayout/components/WrapHeader.vue.mjs +0 -7
  188. package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +0 -30
  189. package/es/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
  190. package/es/components/BaseLayout/components/WrapSlider.vue.mjs +0 -24
  191. package/es/components/BaseLayout/components/WrapSlider.vue2.mjs +0 -4
  192. package/es/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
  193. package/es/components/BaseLayout/components/WrapTab.vue.mjs +0 -34
  194. package/es/components/BaseLayout/components/WrapTab.vue2.mjs +0 -4
  195. package/es/components/BaseLayout/constants.d.ts +0 -1
  196. package/es/components/BaseLayout/constants.mjs +0 -4
  197. package/es/components/BaseLayout/index.d.ts +0 -7
  198. package/es/components/BaseLayout/index.module.css.mjs +0 -24
  199. package/es/components/BaseLayout/index.vue.d.ts +0 -49
  200. package/es/components/BaseLayout/index.vue.mjs +0 -7
  201. package/es/components/BaseLayout/index.vue2.mjs +0 -124
  202. package/es/components/BaseLayout/layoutCssVar.d.ts +0 -4
  203. package/es/components/BaseLayout/layoutCssVar.mjs +0 -27
  204. package/es/components/BaseLayout/options.d.ts +0 -2
  205. package/es/components/BaseLayout/options.mjs +0 -25
  206. package/es/components/BaseLayout/type.d.ts +0 -52
  207. package/es/components/product-introduction/constants.d.ts +0 -2
  208. package/es/components/product-introduction/constants.mjs +0 -7
  209. package/es/components/product-introduction/index.d.ts +0 -1
  210. package/es/components/product-introduction/index.vue2.mjs +0 -169
  211. package/es/components/product-introduction/types.d.ts +0 -5
  212. package/es/hooks/useBoolean.mjs +0 -26
  213. package/es/hooks/useContext.mjs +0 -30
  214. package/es/hooks/useMenu.d.ts +0 -34
  215. package/es/hooks/useMenu.mjs +0 -78
  216. package/es/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/core/index.mjs +0 -43
  217. package/es/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs +0 -29
  218. package/lib/components/BaseLayout/ASide/index.vue.d.ts +0 -23
  219. package/lib/components/BaseLayout/ASide/index.vue.js +0 -1
  220. package/lib/components/BaseLayout/ASide/index.vue2.js +0 -1
  221. package/lib/components/BaseLayout/ASide/type.d.ts +0 -10
  222. package/lib/components/BaseLayout/AsideMenu/index.vue.d.ts +0 -4
  223. package/lib/components/BaseLayout/AsideMenu/index.vue.js +0 -1
  224. package/lib/components/BaseLayout/AsideMenu/index.vue2.js +0 -1
  225. package/lib/components/BaseLayout/Default/constants.d.ts +0 -5
  226. package/lib/components/BaseLayout/Default/constants.js +0 -1
  227. package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.d.ts +0 -3
  228. package/lib/components/BaseLayout/Default/hooks/useBaseLayoutContext.js +0 -1
  229. package/lib/components/BaseLayout/Default/hooks/useLogo.d.ts +0 -5
  230. package/lib/components/BaseLayout/Default/hooks/useLogo.js +0 -1
  231. package/lib/components/BaseLayout/Default/index.vue.d.ts +0 -72
  232. package/lib/components/BaseLayout/Default/index.vue.js +0 -1
  233. package/lib/components/BaseLayout/Default/index.vue2.js +0 -1
  234. package/lib/components/BaseLayout/Default/layoutFooter/index.vue.d.ts +0 -2
  235. package/lib/components/BaseLayout/Default/layoutHeader/action.vue.d.ts +0 -2
  236. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.d.ts +0 -2
  237. package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +0 -1
  238. package/lib/components/BaseLayout/Default/layoutHeader/index.vue2.js +0 -1
  239. package/lib/components/BaseLayout/Default/layoutHeader/title.vue.d.ts +0 -2
  240. package/lib/components/BaseLayout/Default/layoutHeader/title.vue.js +0 -1
  241. package/lib/components/BaseLayout/Default/layoutHeader/title.vue2.js +0 -1
  242. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.d.ts +0 -32
  243. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue.js +0 -1
  244. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +0 -1
  245. package/lib/components/BaseLayout/Default/layoutMenu/index.vue.d.ts +0 -2
  246. package/lib/components/BaseLayout/Default/layoutMenu/index.vue.js +0 -1
  247. package/lib/components/BaseLayout/Default/layoutMenu/index.vue2.js +0 -1
  248. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.d.ts +0 -2
  249. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue.js +0 -1
  250. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMenu.vue2.js +0 -1
  251. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.d.ts +0 -2
  252. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue.js +0 -1
  253. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixMenu.vue2.js +0 -1
  254. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.d.ts +0 -2
  255. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue.js +0 -1
  256. package/lib/components/BaseLayout/Default/layoutMenu/modules/horizontalMixReversedMenu.vue2.js +0 -1
  257. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.d.ts +0 -2
  258. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue.js +0 -1
  259. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMenu.vue2.js +0 -1
  260. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.d.ts +0 -2
  261. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue.js +0 -1
  262. package/lib/components/BaseLayout/Default/layoutMenu/modules/verticalMixMenu.vue2.js +0 -1
  263. package/lib/components/BaseLayout/Default/layoutSlider/index.vue.d.ts +0 -2
  264. package/lib/components/BaseLayout/Default/layoutSlider/index.vue.js +0 -1
  265. package/lib/components/BaseLayout/Default/layoutSlider/index.vue2.js +0 -1
  266. package/lib/components/BaseLayout/Default/layoutTab/index.vue.d.ts +0 -2
  267. package/lib/components/BaseLayout/Default/options.d.ts +0 -3
  268. package/lib/components/BaseLayout/Default/options.js +0 -1
  269. package/lib/components/BaseLayout/Default/type.d.ts +0 -40
  270. package/lib/components/BaseLayout/Header/index.vue.d.ts +0 -19
  271. package/lib/components/BaseLayout/Header/index.vue.js +0 -1
  272. package/lib/components/BaseLayout/components/WrapContent.vue.d.ts +0 -22
  273. package/lib/components/BaseLayout/components/WrapContent.vue.js +0 -1
  274. package/lib/components/BaseLayout/components/WrapContent.vue2.js +0 -1
  275. package/lib/components/BaseLayout/components/WrapFooter.vue.d.ts +0 -24
  276. package/lib/components/BaseLayout/components/WrapFooter.vue.js +0 -1
  277. package/lib/components/BaseLayout/components/WrapFooter.vue2.js +0 -1
  278. package/lib/components/BaseLayout/components/WrapHeader.vue.d.ts +0 -24
  279. package/lib/components/BaseLayout/components/WrapHeader.vue.js +0 -1
  280. package/lib/components/BaseLayout/components/WrapHeader.vue2.js +0 -1
  281. package/lib/components/BaseLayout/components/WrapSlider.vue.d.ts +0 -24
  282. package/lib/components/BaseLayout/components/WrapSlider.vue.js +0 -1
  283. package/lib/components/BaseLayout/components/WrapSlider.vue2.js +0 -1
  284. package/lib/components/BaseLayout/components/WrapTab.vue.d.ts +0 -24
  285. package/lib/components/BaseLayout/components/WrapTab.vue.js +0 -1
  286. package/lib/components/BaseLayout/components/WrapTab.vue2.js +0 -1
  287. package/lib/components/BaseLayout/constants.d.ts +0 -1
  288. package/lib/components/BaseLayout/constants.js +0 -1
  289. package/lib/components/BaseLayout/index.d.ts +0 -7
  290. package/lib/components/BaseLayout/index.module.css.js +0 -1
  291. package/lib/components/BaseLayout/index.vue.d.ts +0 -49
  292. package/lib/components/BaseLayout/index.vue.js +0 -1
  293. package/lib/components/BaseLayout/index.vue2.js +0 -1
  294. package/lib/components/BaseLayout/layoutCssVar.d.ts +0 -4
  295. package/lib/components/BaseLayout/layoutCssVar.js +0 -1
  296. package/lib/components/BaseLayout/options.d.ts +0 -2
  297. package/lib/components/BaseLayout/options.js +0 -1
  298. package/lib/components/BaseLayout/type.d.ts +0 -52
  299. package/lib/components/product-introduction/constants.d.ts +0 -2
  300. package/lib/components/product-introduction/constants.js +0 -1
  301. package/lib/components/product-introduction/index.d.ts +0 -1
  302. package/lib/components/product-introduction/index.vue.js +0 -1
  303. package/lib/components/product-introduction/index.vue2.js +0 -1
  304. package/lib/components/product-introduction/types.d.ts +0 -5
  305. package/lib/hooks/useBoolean.js +0 -1
  306. package/lib/hooks/useContext.js +0 -1
  307. package/lib/hooks/useMenu.d.ts +0 -34
  308. package/lib/hooks/useMenu.js +0 -1
  309. package/lib/node_modules/.pnpm/@vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/core/index.js +0 -1
  310. package/lib/node_modules/.pnpm/@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.js +0 -1
  311. /package/dist/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
  312. /package/es/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
  313. /package/es/components/{product-introduction → platform-navigation}/cssVar.mjs +0 -0
  314. /package/lib/components/{product-introduction → platform-navigation}/cssVar.d.ts +0 -0
  315. /package/lib/components/{product-introduction → platform-navigation}/cssVar.js +0 -0
@@ -1,5 +0,0 @@
1
- import { PopoverProps } from 'naive-ui';
2
- export type ProductIntroductionProps = {
3
- x?: PopoverProps['x'];
4
- y?: PopoverProps['y'];
5
- };
@@ -1,34 +0,0 @@
1
- import { MenuOption } from 'naive-ui';
2
- import { BaseDefaultLayoutProps, BaseMenuOptionType } from '../components/BaseLayout/Default/type';
3
- export declare function useMenu(layoutConfig: BaseDefaultLayoutProps): {
4
- selectedKey: import('vue').ComputedRef<string>;
5
- renderIcon: (optionsOption: MenuOption) => string | number | boolean | void | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
6
- [key: string]: any;
7
- }> | import('vue').VNodeArrayChildren | null;
8
- };
9
- export declare function useMixMenu(layoutConfig: BaseDefaultLayoutProps): {
10
- allMenus: import('vue').ShallowRef<BaseMenuOptionType[], BaseMenuOptionType[]>;
11
- firstLevelMenus: import('vue').ComputedRef<BaseMenuOptionType[]>;
12
- childLevelMenus: import('vue').ComputedRef<BaseMenuOptionType[]>;
13
- isActiveFirstLevelMenuHasChildren: import('vue').ComputedRef<boolean>;
14
- activeFirstLevelMenuKey: import('vue').Ref<string, string>;
15
- setActiveFirstLevelMenuKey: (key: string) => void;
16
- getActiveFirstLevelMenuKey: () => void;
17
- };
18
- export declare const setupMixMenuContext: (layoutConfig: BaseDefaultLayoutProps) => {
19
- allMenus: import('vue').ShallowRef<BaseMenuOptionType[], BaseMenuOptionType[]>;
20
- firstLevelMenus: import('vue').ComputedRef<BaseMenuOptionType[]>;
21
- childLevelMenus: import('vue').ComputedRef<BaseMenuOptionType[]>;
22
- isActiveFirstLevelMenuHasChildren: import('vue').ComputedRef<boolean>;
23
- activeFirstLevelMenuKey: import('vue').Ref<string, string>;
24
- setActiveFirstLevelMenuKey: (key: string) => void;
25
- getActiveFirstLevelMenuKey: () => void;
26
- }, useMixMenuContext: () => {
27
- allMenus: import('vue').ShallowRef<BaseMenuOptionType[], BaseMenuOptionType[]>;
28
- firstLevelMenus: import('vue').ComputedRef<BaseMenuOptionType[]>;
29
- childLevelMenus: import('vue').ComputedRef<BaseMenuOptionType[]>;
30
- isActiveFirstLevelMenuHasChildren: import('vue').ComputedRef<boolean>;
31
- activeFirstLevelMenuKey: import('vue').Ref<string, string>;
32
- setActiveFirstLevelMenuKey: (key: string) => void;
33
- getActiveFirstLevelMenuKey: () => void;
34
- };
@@ -1,23 +0,0 @@
1
- import { BaseLayoutASidePropsType } from './type';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- header?(_: {}): any;
6
- default?(_: {}): any;
7
- default?(_: {}): any;
8
- footer?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: HTMLElement;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<BaseLayoutASidePropsType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseLayoutASidePropsType> & Readonly<{}>, {
15
- contentScrollable: boolean;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
- export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
20
- new (): {
21
- $slots: S;
22
- };
23
- };
@@ -1,7 +0,0 @@
1
- import o from "./index.vue2.mjs";
2
- /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c445f597"]]);
5
- export {
6
- e as default
7
- };
@@ -1,62 +0,0 @@
1
- import { NScrollbar as y } from "naive-ui";
2
- import { defineComponent as m, shallowRef as l, watch as v, createElementBlock as S, openBlock as c, mergeProps as C, createElementVNode as s, normalizeStyle as a, normalizeClass as r, renderSlot as t, createBlock as g, withCtx as h } from "vue";
3
- import b from "../../../hooks/useNaiveConfigProvideContext.mjs";
4
- const B = /* @__PURE__ */ m({
5
- __name: "index",
6
- props: {
7
- logoClass: {},
8
- logoStyle: {},
9
- contentClass: {},
10
- contentStyle: {},
11
- contentScrollable: { type: Boolean, default: !0 },
12
- footerClass: {},
13
- footerStyle: {}
14
- },
15
- setup(o) {
16
- const { mergedThemeOverridesRef: d } = b(), n = l({}), i = l({}), u = l({});
17
- return v(
18
- () => d?.value?.Layout,
19
- (e) => {
20
- e && (n.value = {
21
- "--n-color": e.siderColor || void 0
22
- });
23
- },
24
- {
25
- immediate: !0
26
- }
27
- ), (e, k) => {
28
- const f = y;
29
- return c(), S("aside", C({
30
- class: "h-full w-full flex-col-stretch base-layout-aside",
31
- style: n.value
32
- }, e.$attrs), [
33
- s("div", {
34
- class: r(["base-layout-aside-logo-wrap", o.logoClass]),
35
- style: a([i.value, o.logoStyle])
36
- }, [
37
- t(e.$slots, "header", {}, void 0, !0)
38
- ], 6),
39
- s("div", {
40
- class: r(["h-full flex-1", o.contentClass]),
41
- style: a(o.contentStyle)
42
- }, [
43
- o.contentScrollable ? (c(), g(f, { key: 0 }, {
44
- default: h(() => [
45
- t(e.$slots, "default", {}, void 0, !0)
46
- ]),
47
- _: 3
48
- })) : t(e.$slots, "default", { key: 1 }, void 0, !0)
49
- ], 6),
50
- s("div", {
51
- class: r(["base-layout-aside-footer", o.footerClass]),
52
- style: a([u.value, o.footerStyle])
53
- }, [
54
- t(e.$slots, "footer", {}, void 0, !0)
55
- ], 6)
56
- ], 16);
57
- };
58
- }
59
- });
60
- export {
61
- B as default
62
- };
@@ -1,10 +0,0 @@
1
- import { CSSProperties } from 'vue';
2
- export type BaseLayoutASidePropsType = {
3
- logoClass?: string;
4
- logoStyle?: CSSProperties | string;
5
- contentClass?: string;
6
- contentStyle?: CSSProperties | string;
7
- contentScrollable?: boolean;
8
- footerClass?: string;
9
- footerStyle?: CSSProperties | string;
10
- };
@@ -1,4 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<Partial<import('naive-ui/es/menu/src/Menu').MenuSetupProps>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Partial<import('naive-ui/es/menu/src/Menu').MenuSetupProps>> & Readonly<{}>, {
2
- readonly indent: number;
3
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
4
- export default _default;
@@ -1,7 +0,0 @@
1
- import o from "./index.vue2.mjs";
2
- /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-006b6011"]]);
5
- export {
6
- a as default
7
- };
@@ -1,66 +0,0 @@
1
- import { NMenu as a } from "naive-ui";
2
- import { defineComponent as t, computed as l, createBlock as p, openBlock as s, mergeProps as r } from "vue";
3
- const x = /* @__PURE__ */ t({
4
- __name: "index",
5
- props: {
6
- options: {},
7
- collapsed: { type: Boolean },
8
- collapsedWidth: {},
9
- iconSize: {},
10
- collapsedIconSize: {},
11
- rootIndent: {},
12
- indent: { default: 32 },
13
- labelField: {},
14
- keyField: {},
15
- childrenField: {},
16
- disabledField: {},
17
- defaultExpandAll: { type: Boolean },
18
- defaultExpandedKeys: {},
19
- expandedKeys: {},
20
- value: {},
21
- defaultValue: {},
22
- mode: {},
23
- watchProps: {},
24
- disabled: { type: Boolean },
25
- show: { type: Boolean },
26
- inverted: { type: Boolean },
27
- "onUpdate:expandedKeys": {},
28
- onUpdateExpandedKeys: {},
29
- onUpdateValue: {},
30
- "onUpdate:value": {},
31
- expandIcon: {},
32
- renderIcon: {},
33
- renderLabel: {},
34
- renderExtra: {},
35
- dropdownProps: {},
36
- accordion: { type: Boolean },
37
- nodeProps: {},
38
- dropdownPlacement: {},
39
- responsive: { type: Boolean },
40
- items: {},
41
- onOpenNamesChange: {},
42
- onSelect: {},
43
- onExpandedNamesChange: {},
44
- expandedNames: {},
45
- defaultExpandedNames: {},
46
- theme: {},
47
- themeOverrides: {},
48
- builtinThemeOverrides: {}
49
- },
50
- setup(n) {
51
- const e = n, o = l(() => ({
52
- "--n-side-menu-bar": `-${e.indent / 2}px`,
53
- "--n-side-menu-indent": `${e.indent}px`
54
- }));
55
- return (i, c) => {
56
- const d = a;
57
- return s(), p(d, r(e, {
58
- class: "base-aside-menu",
59
- style: o.value
60
- }), null, 16, ["style"]);
61
- };
62
- }
63
- });
64
- export {
65
- x as default
66
- };
@@ -1,5 +0,0 @@
1
- export { LAYOUT_SCROLL_EL_ID } from '../constants';
2
- export declare const DARK_CLASS = "dark";
3
- export declare const LAYOUT_HEADER_MENU_ID = "__BASE__DEFAULT__LAYOUT__HEADER_MENU__";
4
- export declare const LAYOUT_SLIDER_HEADER_ID = "__BASE__DEFAULT__LAYOUT__SLIDER_HEADER__";
5
- export declare const LAYOUT_SLIDER_MENU_ID = "__BASE__DEFAULT__LAYOUT__SLIDER_MENU__";
@@ -1,5 +0,0 @@
1
- const _ = "__BASE__DEFAULT__LAYOUT__HEADER_MENU__", E = "__BASE__DEFAULT__LAYOUT__SLIDER_MENU__";
2
- export {
3
- _ as LAYOUT_HEADER_MENU_ID,
4
- E as LAYOUT_SLIDER_MENU_ID
5
- };
@@ -1,3 +0,0 @@
1
- import { BaseLayoutProviderType } from '../type';
2
- declare function useBaseLayoutContext(): BaseLayoutProviderType;
3
- export default useBaseLayoutContext;
@@ -1,11 +0,0 @@
1
- import { inject as t } from "vue";
2
- import { defaultLayoutProviderInjectKey as e, DefaultLayoutPropsInDefault as o } from "../options.mjs";
3
- function n() {
4
- return t(e, {
5
- layoutConfig: o,
6
- userInfo: o.userInfo
7
- });
8
- }
9
- export {
10
- n as default
11
- };
@@ -1,5 +0,0 @@
1
- export declare function useLogoHook(): {
2
- setIsUseIcon: (value: boolean) => void;
3
- LogoLightFull: any;
4
- currentLogoComponent: import('vue').ComputedRef<any>;
5
- };
@@ -1,19 +0,0 @@
1
- import { computed as s } from "vue";
2
- import u from "../../../../hooks/useBoolean.mjs";
3
- import m from "./useBaseLayoutContext.mjs";
4
- import o from "../../../../assets/logo/logo-light-full.svg.mjs";
5
- import i from "../../../../assets/logo/logo-dark-full.svg.mjs";
6
- function L() {
7
- const { isDarkMode: t } = m(), { bool: e, setBool: r } = u(!1), n = s(() => {
8
- if (!e.value)
9
- return t.value ? i : o;
10
- });
11
- return {
12
- setIsUseIcon: r,
13
- LogoLightFull: o,
14
- currentLogoComponent: n
15
- };
16
- }
17
- export {
18
- L as useLogoHook
19
- };
@@ -1,72 +0,0 @@
1
- import { MenuOption } from 'naive-ui';
2
- import { BaseDefaultLayoutProps, BaseDefaultLayoutMode } from './type';
3
- declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
- slots: {
6
- header?(_: {}): any;
7
- default?(_: {}): any;
8
- slider?(_: {}): any;
9
- footer?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: HTMLDivElement;
13
- };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: import('vue').DefineComponent<BaseDefaultLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- toggleSystemTheme: (...args: any[]) => void;
17
- toggleSystemLang: (...args: any[]) => void;
18
- toggleUserItem: (...args: any[]) => void;
19
- toggleLogo: (...args: any[]) => void;
20
- toggleMenuItem: (...args: any[]) => void;
21
- toggleMixMenuItem: (...args: any[]) => void;
22
- }, string, import('vue').PublicProps, Readonly<BaseDefaultLayoutProps> & Readonly<{
23
- onToggleSystemTheme?: ((...args: any[]) => any) | undefined;
24
- onToggleSystemLang?: ((...args: any[]) => any) | undefined;
25
- onToggleUserItem?: ((...args: any[]) => any) | undefined;
26
- onToggleLogo?: ((...args: any[]) => any) | undefined;
27
- onToggleMenuItem?: ((...args: any[]) => any) | undefined;
28
- onToggleMixMenuItem?: ((...args: any[]) => any) | undefined;
29
- }>, {
30
- contentClass: string;
31
- headerClass: string;
32
- footerClass: string;
33
- tabClass: string;
34
- headerHeight: number;
35
- mode: BaseDefaultLayoutMode;
36
- sliderCollapse: boolean;
37
- sliderClass: string;
38
- tabHeight: number;
39
- sliderWidth: number;
40
- sliderCollapseWidth: number;
41
- footerHeight: number;
42
- scrollMode: import('..').LayoutScrollMode;
43
- scrollElId: string;
44
- scrollWrapperClass: string;
45
- baseClass: string;
46
- fixedTop: boolean;
47
- commonClass: string;
48
- layoutZIndex: number;
49
- headerVisible: boolean;
50
- tabVisible: boolean;
51
- sliderVisible: boolean;
52
- fullContent: boolean;
53
- footerVisible: boolean;
54
- fixedFooter: boolean;
55
- footerIsFullWidth: boolean;
56
- userActionOption: (MenuOption | import('naive-ui').MenuGroupOption | import('naive-ui').MenuDividerOption | import('naive-ui/es/menu/src/interface').MenuRenderOption)[];
57
- userInfo: import('../../system-actions/interface').UserInfoType;
58
- sliderMixWidth: number;
59
- sliderMixCollapseWidth: number;
60
- sliderMixChildMenuWidth: number;
61
- mixSliderFixed: boolean;
62
- reverseHorizontalMix: boolean;
63
- menuList: import('./type').BaseMenuOptionType[];
64
- curRoute: any;
65
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
66
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
67
- export default _default;
68
- type __VLS_WithTemplateSlots<T, S> = T & {
69
- new (): {
70
- $slots: S;
71
- };
72
- };
@@ -1,7 +0,0 @@
1
- import o from "./index.vue2.mjs";
2
- /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8da8ff01"]]);
5
- export {
6
- m as default
7
- };
@@ -1,151 +0,0 @@
1
- import { defineComponent as z, mergeDefaults as F, defineAsyncComponent as T, computed as i, provide as $, createBlock as A, openBlock as D, withCtx as a, renderSlot as u, createVNode as c, unref as O } from "vue";
2
- import P from "../index.vue.mjs";
3
- import k from "./layoutHeader/index.vue.mjs";
4
- import N from "./layoutSlider/index.vue.mjs";
5
- import { defaultLayoutProviderInjectKey as U, DefaultLayoutPropsInDefault as E } from "./options.mjs";
6
- import R from "../../../hooks/useNaiveConfigProvideContext.mjs";
7
- import { setupMixMenuContext as j } from "../../../hooks/useMenu.mjs";
8
- const Y = /* @__PURE__ */ z({
9
- __name: "index",
10
- props: /* @__PURE__ */ F({
11
- scrollMode: {},
12
- scrollElId: {},
13
- scrollWrapperClass: {},
14
- baseClass: {},
15
- fixedTop: { type: Boolean },
16
- commonClass: {},
17
- layoutZIndex: {},
18
- headerVisible: { type: Boolean },
19
- headerClass: {},
20
- headerHeight: {},
21
- tabVisible: { type: Boolean },
22
- tabClass: {},
23
- tabHeight: {},
24
- sliderVisible: { type: Boolean },
25
- sliderClass: {},
26
- sliderCollapse: { type: Boolean },
27
- sliderWidth: {},
28
- sliderCollapseWidth: {},
29
- contentClass: {},
30
- fullContent: { type: Boolean },
31
- footerVisible: { type: Boolean },
32
- footerClass: {},
33
- fixedFooter: { type: Boolean },
34
- footerIsFullWidth: { type: Boolean },
35
- footerHeight: {},
36
- mode: {},
37
- curRoute: {},
38
- sliderMixWidth: {},
39
- sliderMixCollapseWidth: {},
40
- sliderMixChildMenuWidth: {},
41
- mixSliderFixed: { type: Boolean },
42
- menuList: {},
43
- reverseHorizontalMix: { type: Boolean },
44
- userActionOption: {},
45
- userInfo: {}
46
- }, {
47
- ...E,
48
- menuList: () => [],
49
- userActionOption: () => [],
50
- userInfo: () => ({ name: "" })
51
- }),
52
- emits: [
53
- "toggleLogo",
54
- "toggleMenuItem",
55
- "toggleMixMenuItem",
56
- "toggleSystemLang",
57
- "toggleSystemTheme",
58
- "toggleUserItem"
59
- ],
60
- setup(t, { emit: x }) {
61
- const M = T(() => import("./layoutMenu/index.vue.mjs")), o = t, s = x, C = R(), { childLevelMenus: g } = j(o), p = i(() => {
62
- const {
63
- name: e = "light"
64
- } = C?.mergedThemeRef.value || {};
65
- return e !== "light";
66
- }), b = i(() => {
67
- const e = "vertical";
68
- return o.mode.includes(e) ? e : "horizontal";
69
- }), y = i(() => o.mode !== "horizontal"), d = i(() => o.mode === "horizontal-mix"), n = i(() => o.mode === "vertical-mix"), I = () => {
70
- const { reverseHorizontalMix: e } = o, { sliderCollapseWidth: l, sliderMixCollapseWidth: h, sliderMixChildMenuWidth: m } = o;
71
- if (d.value && e)
72
- return l;
73
- let r = n.value || d.value ? h : l;
74
- return n.value && o.mixSliderFixed && g.value.length && (r += m), r;
75
- }, f = i(() => I());
76
- function W() {
77
- const { reverseHorizontalMix: e } = o, { sliderWidth: l, sliderMixChildMenuWidth: h, sliderMixWidth: m } = o;
78
- if (d.value && e)
79
- return l;
80
- let r = n.value || d.value ? m : l;
81
- return n.value && o.mixSliderFixed && g.value.length && (r += h), r;
82
- }
83
- const v = i(() => W()), B = () => {
84
- s("toggleLogo");
85
- }, L = (e, l) => {
86
- s("toggleMenuItem", e, l);
87
- }, S = (e, l) => {
88
- s("toggleMixMenuItem", e, l);
89
- }, H = (e) => {
90
- s("toggleSystemTheme", e);
91
- }, V = () => {
92
- s("toggleSystemLang");
93
- }, w = (e, l) => {
94
- s("toggleUserItem", e, l);
95
- };
96
- return $(U, {
97
- layoutConfig: o,
98
- isDarkMode: p,
99
- userActionOption: o.userActionOption,
100
- userInfo: o.userInfo,
101
- _sliderCollapseWidth: f,
102
- _sliderWidth: v,
103
- toggleLogo: B,
104
- toggleMenuItem: L,
105
- toggleMixMenuItem: S,
106
- toggleSystemLang: V,
107
- toggleSystemTheme: H,
108
- toggleUserItem: w
109
- }), (e, l) => (D(), A(P, {
110
- mode: b.value,
111
- "scroll-mode": t.scrollMode,
112
- "scroll-el-id": t.scrollElId,
113
- "fixed-top": t.fixedTop,
114
- "header-visible": t.headerVisible,
115
- "header-height": t.headerHeight,
116
- "tab-visible": t.tabVisible,
117
- "tab-height": t.tabHeight,
118
- "slider-visible": y.value,
119
- "slider-class": t.sliderClass,
120
- "slider-collapse": t.sliderCollapse,
121
- "slider-width": v.value,
122
- "slider-collapse-width": f.value,
123
- "footer-visible": t.footerVisible,
124
- "fixed-footer": t.fixedFooter,
125
- "footer-is-full-width": t.footerIsFullWidth,
126
- "footer-height": t.footerHeight
127
- }, {
128
- header: a(() => [
129
- u(e.$slots, "header", {}, () => [
130
- c(k)
131
- ], !0)
132
- ]),
133
- slider: a(() => [
134
- u(e.$slots, "slider", {}, () => [
135
- c(N)
136
- ], !0)
137
- ]),
138
- footer: a(() => [
139
- u(e.$slots, "footer", {}, void 0, !0)
140
- ]),
141
- default: a(() => [
142
- u(e.$slots, "default", {}, void 0, !0),
143
- c(O(M))
144
- ]),
145
- _: 3
146
- }, 8, ["mode", "scroll-mode", "scroll-el-id", "fixed-top", "header-visible", "header-height", "tab-visible", "tab-height", "slider-visible", "slider-class", "slider-collapse", "slider-width", "slider-collapse-width", "footer-visible", "fixed-footer", "footer-is-full-width", "footer-height"]));
147
- }
148
- });
149
- export {
150
- Y as default
151
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,38 +0,0 @@
1
- import { defineComponent as d, computed as c, createBlock as t, openBlock as n, withCtx as o, createElementVNode as g, unref as e, createVNode as f, createCommentVNode as p } from "vue";
2
- import _ from "../../Header/index.vue.mjs";
3
- import y from "./title.vue.mjs";
4
- import { LAYOUT_HEADER_MENU_ID as h } from "../constants.mjs";
5
- import T from "../../../system-actions/index.vue.mjs";
6
- import x from "../hooks/useBaseLayoutContext.mjs";
7
- const L = ["id"], N = /* @__PURE__ */ d({
8
- name: "GlobalHeader",
9
- __name: "index",
10
- setup(A) {
11
- const { layoutConfig: r, userActionOption: l, userInfo: m, toggleSystemTheme: s, toggleSystemLang: a, toggleUserItem: i } = x(), u = c(() => !(r.mode.indexOf("vertical") > -1));
12
- return (I, S) => (n(), t(_, null, {
13
- headerTitle: o(() => [
14
- u.value ? (n(), t(y, { key: 0 })) : p("", !0)
15
- ]),
16
- headerActions: o(() => [
17
- f(T, {
18
- mode: "horizontal",
19
- userActionOption: e(l),
20
- userInfo: e(m),
21
- onToggleSystemTheme: e(s),
22
- onToggleSystemLang: e(a),
23
- onToggleUserItem: e(i)
24
- }, null, 8, ["userActionOption", "userInfo", "onToggleSystemTheme", "onToggleSystemLang", "onToggleUserItem"])
25
- ]),
26
- default: o(() => [
27
- g("div", {
28
- id: e(h),
29
- class: "h-full flex-y-center flex-1-hidden pl-[16px]"
30
- }, null, 8, L)
31
- ]),
32
- _: 1
33
- }));
34
- }
35
- });
36
- export {
37
- N as default
38
- };
@@ -1,4 +0,0 @@
1
- import f from "./index.vue.mjs";
2
- export {
3
- f as default
4
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
- export default _default;
@@ -1,7 +0,0 @@
1
- import o from "./title.vue2.mjs";
2
- /* empty css */
3
- import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-40734b02"]]);
5
- export {
6
- m as default
7
- };
@@ -1,29 +0,0 @@
1
- import { NDivider as i } from "naive-ui";
2
- import { defineComponent as l, createElementBlock as m, openBlock as t, createVNode as n, createBlock as s, createCommentVNode as u, unref as o, resolveDynamicComponent as p } from "vue";
3
- import d from "../../../product-introduction/index.vue.mjs";
4
- import _ from "../hooks/useBaseLayoutContext.mjs";
5
- import { useLogoHook as f } from "../hooks/useLogo.mjs";
6
- const g = { class: "base-layout-header-title-container" }, H = /* @__PURE__ */ l({
7
- name: "GlobalHeaderTitle",
8
- __name: "title",
9
- setup(C) {
10
- const { layoutConfig: r, toggleLogo: c } = _(), { currentLogoComponent: e } = f();
11
- return (k, y) => {
12
- const a = i;
13
- return t(), m("div", g, [
14
- n(d, {
15
- y: o(r).headerHeight
16
- }, null, 8, ["y"]),
17
- n(a, { vertical: "" }),
18
- o(e) ? (t(), s(p(o(e)), {
19
- key: 0,
20
- class: "component-logo",
21
- onClick: o(c)
22
- }, null, 8, ["onClick"])) : u("", !0)
23
- ]);
24
- };
25
- }
26
- });
27
- export {
28
- H as default
29
- };
@@ -1,32 +0,0 @@
1
- import { BaseMenuOptionType } from '../../type';
2
- interface PropsType {
3
- menus: Array<BaseMenuOptionType>;
4
- activeMenuKey?: string;
5
- inverted?: boolean;
6
- sliderCollapse?: boolean;
7
- darkMode?: boolean;
8
- themeColor: string;
9
- }
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: {
13
- default?(_: {}): any;
14
- };
15
- refs: {};
16
- rootEl: any;
17
- };
18
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: import('vue').DefineComponent<PropsType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
- select: (menu: BaseMenuOptionType) => any;
21
- toggleSliderCollapse: () => any;
22
- }, string, import('vue').PublicProps, Readonly<PropsType> & Readonly<{
23
- onSelect?: ((menu: BaseMenuOptionType) => any) | undefined;
24
- onToggleSliderCollapse?: (() => any) | undefined;
25
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
- export default _default;
28
- type __VLS_WithTemplateSlots<T, S> = T & {
29
- new (): {
30
- $slots: S;
31
- };
32
- };