@fmdevui/fm-dev 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  2. package/es/core/layout/component/aside.vue.d.ts +5 -0
  3. package/es/core/layout/component/columnsAside.vue.d.ts +5 -0
  4. package/es/core/layout/component/header.vue.d.ts +3 -0
  5. package/es/core/layout/component/main.vue.d.ts +7 -0
  6. package/es/core/layout/component/style/css.d.ts +1 -0
  7. package/es/core/layout/component/style/index.d.ts +1 -0
  8. package/es/core/layout/footer/index.vue.d.ts +3 -0
  9. package/es/core/layout/footer/style/css.d.ts +1 -0
  10. package/es/core/layout/footer/style/index.d.ts +1 -0
  11. package/es/core/layout/index.d.ts +3 -0
  12. package/es/core/layout/layout.vue.d.ts +3 -0
  13. package/es/core/layout/lockScreen/style/css.d.ts +1 -0
  14. package/es/core/layout/lockScreen/style/index.d.ts +1 -0
  15. package/es/core/layout/logo/index.vue.d.ts +3 -0
  16. package/es/core/layout/logo/style/css.d.ts +1 -0
  17. package/es/core/layout/logo/style/index.d.ts +1 -0
  18. package/es/core/layout/main/classic.vue.d.ts +18 -0
  19. package/es/core/layout/main/columns.vue.d.ts +19 -0
  20. package/es/core/layout/main/defaults.vue.d.ts +19 -0
  21. package/es/core/layout/main/transverse.vue.d.ts +18 -0
  22. package/es/core/layout/navBars/index.vue.d.ts +3 -0
  23. package/es/core/layout/navBars/tagsView/contextmenu.vue.d.ts +28 -0
  24. package/es/core/layout/navBars/tagsView/style/css.d.ts +1 -0
  25. package/es/core/layout/navBars/tagsView/style/index.d.ts +1 -0
  26. package/es/core/layout/navBars/tagsView/tagsView.vue.d.ts +45 -0
  27. package/es/core/layout/navBars/topBar/breadcrumb.vue.d.ts +3 -0
  28. package/es/core/layout/navBars/topBar/changePassword.vue.d.ts +7 -0
  29. package/es/core/layout/navBars/topBar/index.vue.d.ts +3 -0
  30. package/es/core/layout/navBars/topBar/onlineuser.vue.d.ts +30 -0
  31. package/es/core/layout/navBars/topBar/search.vue.d.ts +7 -0
  32. package/es/core/layout/navBars/topBar/sendMessage.vue.d.ts +11 -0
  33. package/es/core/layout/navBars/topBar/style/css.d.ts +1 -0
  34. package/es/core/layout/navBars/topBar/style/index.d.ts +1 -0
  35. package/es/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +5 -0
  36. package/es/core/layout/navBars/topBar/user.vue.d.ts +81 -0
  37. package/es/core/layout/navBars/topBar/userNews.vue.d.ts +9 -0
  38. package/es/core/layout/navMenu/horizontal.vue.d.ts +42 -0
  39. package/es/core/layout/navMenu/style/css.d.ts +1 -0
  40. package/es/core/layout/navMenu/style/index.d.ts +1 -0
  41. package/es/core/layout/navMenu/subItem.vue.d.ts +42 -0
  42. package/es/core/layout/navMenu/vertical.vue.d.ts +42 -0
  43. package/es/core/layout/routerView/iframes.vue.d.ts +35 -0
  44. package/es/core/layout/routerView/parent.vue.d.ts +3 -0
  45. package/es/core/layout/routerView/style/css.d.ts +1 -0
  46. package/es/core/layout/routerView/style/index.d.ts +1 -0
  47. package/es/core/layout/upgrade/style/css.d.ts +1 -0
  48. package/es/core/layout/upgrade/style/index.d.ts +1 -0
  49. package/es/core/types/router/index.d.ts +2 -2
  50. package/es/core/ui/components/editor/index.vue.d.ts +52 -0
  51. package/es/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.mjs +3 -0
  52. package/es/packages/core/layout/component/aside.vue.mjs +5 -0
  53. package/es/packages/core/layout/component/aside.vue2.mjs +171 -0
  54. package/es/packages/core/layout/component/columnsAside.vue.mjs +7 -0
  55. package/es/packages/core/layout/component/columnsAside.vue2.mjs +270 -0
  56. package/es/packages/core/layout/component/columnsAside.vue3.mjs +3 -0
  57. package/es/packages/core/layout/component/header.vue.mjs +5 -0
  58. package/es/packages/core/layout/component/header.vue2.mjs +34 -0
  59. package/es/packages/core/layout/component/main.vue.mjs +5 -0
  60. package/es/packages/core/layout/component/main.vue2.mjs +84 -0
  61. package/es/packages/core/layout/component/style/css.mjs +1 -0
  62. package/es/packages/core/layout/component/style/index.mjs +1 -0
  63. package/es/packages/core/layout/footer/index.vue.mjs +5 -0
  64. package/es/packages/core/layout/footer/index.vue2.mjs +29 -0
  65. package/es/packages/core/layout/footer/style/css.mjs +1 -0
  66. package/es/packages/core/layout/footer/style/index.mjs +1 -0
  67. package/es/packages/core/layout/index.mjs +6 -0
  68. package/es/packages/core/layout/layout.vue.mjs +5 -0
  69. package/es/packages/core/layout/layout.vue2.mjs +60 -0
  70. package/es/packages/core/layout/lockScreen/index.vue.mjs +7 -0
  71. package/es/packages/core/layout/lockScreen/index.vue2.mjs +420 -0
  72. package/es/packages/core/layout/lockScreen/index.vue3.mjs +3 -0
  73. package/es/packages/core/layout/lockScreen/style/css.mjs +1 -0
  74. package/es/packages/core/layout/lockScreen/style/index.mjs +1 -0
  75. package/es/packages/core/layout/logo/index.vue.mjs +5 -0
  76. package/es/packages/core/layout/logo/index.vue2.mjs +57 -0
  77. package/es/packages/core/layout/logo/style/css.mjs +1 -0
  78. package/es/packages/core/layout/logo/style/index.mjs +1 -0
  79. package/es/packages/core/layout/main/classic.vue.mjs +5 -0
  80. package/es/packages/core/layout/main/classic.vue2.mjs +94 -0
  81. package/es/packages/core/layout/main/columns.vue.mjs +5 -0
  82. package/es/packages/core/layout/main/columns.vue2.mjs +107 -0
  83. package/es/packages/core/layout/main/defaults.vue.mjs +5 -0
  84. package/es/packages/core/layout/main/defaults.vue2.mjs +106 -0
  85. package/es/packages/core/layout/main/transverse.vue.mjs +5 -0
  86. package/es/packages/core/layout/main/transverse.vue2.mjs +74 -0
  87. package/es/packages/core/layout/navBars/index.vue.mjs +7 -0
  88. package/es/packages/core/layout/navBars/index.vue2.mjs +31 -0
  89. package/es/packages/core/layout/navBars/index.vue3.mjs +3 -0
  90. package/es/packages/core/layout/navBars/tagsView/contextmenu.vue.mjs +5 -0
  91. package/es/packages/core/layout/navBars/tagsView/contextmenu.vue2.mjs +155 -0
  92. package/es/packages/core/layout/navBars/tagsView/style/css.mjs +1 -0
  93. package/es/packages/core/layout/navBars/tagsView/style/index.mjs +1 -0
  94. package/es/packages/core/layout/navBars/tagsView/tagsView.vue.mjs +5 -0
  95. package/es/packages/core/layout/navBars/tagsView/tagsView.vue2.mjs +556 -0
  96. package/es/packages/core/layout/navBars/topBar/breadcrumb.vue.mjs +7 -0
  97. package/es/packages/core/layout/navBars/topBar/breadcrumb.vue2.mjs +172 -0
  98. package/es/packages/core/layout/navBars/topBar/breadcrumb.vue3.mjs +3 -0
  99. package/es/packages/core/layout/navBars/topBar/changePassword.vue.mjs +5 -0
  100. package/es/packages/core/layout/navBars/topBar/changePassword.vue2.mjs +264 -0
  101. package/es/packages/core/layout/navBars/topBar/closeFull.vue.mjs +5 -0
  102. package/es/packages/core/layout/navBars/topBar/closeFull.vue2.mjs +34 -0
  103. package/es/packages/core/layout/navBars/topBar/index.vue.mjs +5 -0
  104. package/es/packages/core/layout/navBars/topBar/index.vue2.mjs +103 -0
  105. package/es/packages/core/layout/navBars/topBar/onlineuser.vue.mjs +7 -0
  106. package/es/packages/core/layout/navBars/topBar/onlineuser.vue2.mjs +414 -0
  107. package/es/packages/core/layout/navBars/topBar/onlineuser.vue3.mjs +3 -0
  108. package/es/packages/core/layout/navBars/topBar/search.vue.mjs +5 -0
  109. package/es/packages/core/layout/navBars/topBar/search.vue2.mjs +118 -0
  110. package/es/packages/core/layout/navBars/topBar/sendMessage.vue.mjs +5 -0
  111. package/es/packages/core/layout/navBars/topBar/sendMessage.vue2.mjs +212 -0
  112. package/es/packages/core/layout/navBars/topBar/settings.vue.mjs +7 -0
  113. package/es/packages/core/layout/navBars/topBar/settings.vue2.mjs +1901 -0
  114. package/es/packages/core/layout/navBars/topBar/settings.vue3.mjs +3 -0
  115. package/es/packages/core/layout/navBars/topBar/style/css.mjs +1 -0
  116. package/es/packages/core/layout/navBars/topBar/style/index.mjs +1 -0
  117. package/es/packages/core/layout/navBars/topBar/upgradeInfo.vue.mjs +5 -0
  118. package/es/packages/core/layout/navBars/topBar/upgradeInfo.vue2.mjs +72 -0
  119. package/es/packages/core/layout/navBars/topBar/user.vue.mjs +5 -0
  120. package/es/packages/core/layout/navBars/topBar/user.vue2.mjs +684 -0
  121. package/es/packages/core/layout/navBars/topBar/userNews.vue.mjs +7 -0
  122. package/es/packages/core/layout/navBars/topBar/userNews.vue2.mjs +233 -0
  123. package/es/packages/core/layout/navBars/topBar/userNews.vue3.mjs +3 -0
  124. package/es/packages/core/layout/navMenu/horizontal.vue.mjs +5 -0
  125. package/es/packages/core/layout/navMenu/horizontal.vue2.mjs +181 -0
  126. package/es/packages/core/layout/navMenu/style/css.mjs +1 -0
  127. package/es/packages/core/layout/navMenu/style/index.mjs +1 -0
  128. package/es/packages/core/layout/navMenu/subItem.vue.mjs +5 -0
  129. package/es/packages/core/layout/navMenu/subItem.vue2.mjs +110 -0
  130. package/es/packages/core/layout/navMenu/vertical.vue.mjs +5 -0
  131. package/es/packages/core/layout/navMenu/vertical.vue2.mjs +161 -0
  132. package/es/packages/core/layout/routerView/iframes.vue.mjs +5 -0
  133. package/es/packages/core/layout/routerView/iframes.vue2.mjs +124 -0
  134. package/es/packages/core/layout/routerView/link.vue.mjs +5 -0
  135. package/es/packages/core/layout/routerView/link.vue2.mjs +84 -0
  136. package/es/packages/core/layout/routerView/parent.vue.mjs +5 -0
  137. package/es/packages/core/layout/routerView/parent.vue2.mjs +139 -0
  138. package/es/packages/core/layout/routerView/style/css.mjs +1 -0
  139. package/es/packages/core/layout/routerView/style/index.mjs +1 -0
  140. package/es/packages/core/layout/upgrade/index.vue.mjs +5 -0
  141. package/es/packages/core/layout/upgrade/index.vue2.mjs +152 -0
  142. package/es/packages/core/layout/upgrade/style/css.mjs +1 -0
  143. package/es/packages/core/layout/upgrade/style/index.mjs +1 -0
  144. package/es/packages/core/ui/components/editor/index.vue.mjs +6 -0
  145. package/es/packages/core/ui/components/editor/index.vue2.mjs +145 -0
  146. package/es/packages/core/ui/components/editor/index.vue3.mjs +3 -0
  147. package/es/version.css +9 -0
  148. package/index.css +1 -1
  149. package/index.js +1 -1
  150. package/index.min.js +1 -1
  151. package/index.min.mjs +1 -1
  152. package/index.mjs +1 -1
  153. package/lib/_virtual/_plugin-vue_export-helper.js +13 -0
  154. package/lib/core/layout/component/aside.vue.d.ts +5 -0
  155. package/lib/core/layout/component/columnsAside.vue.d.ts +5 -0
  156. package/lib/core/layout/component/header.vue.d.ts +3 -0
  157. package/lib/core/layout/component/main.vue.d.ts +7 -0
  158. package/lib/core/layout/component/style/css.d.ts +1 -0
  159. package/lib/core/layout/component/style/index.d.ts +1 -0
  160. package/lib/core/layout/footer/index.vue.d.ts +3 -0
  161. package/lib/core/layout/footer/style/css.d.ts +1 -0
  162. package/lib/core/layout/footer/style/index.d.ts +1 -0
  163. package/lib/core/layout/index.d.ts +3 -0
  164. package/lib/core/layout/layout.vue.d.ts +3 -0
  165. package/lib/core/layout/lockScreen/style/css.d.ts +1 -0
  166. package/lib/core/layout/lockScreen/style/index.d.ts +1 -0
  167. package/lib/core/layout/logo/index.vue.d.ts +3 -0
  168. package/lib/core/layout/logo/style/css.d.ts +1 -0
  169. package/lib/core/layout/logo/style/index.d.ts +1 -0
  170. package/lib/core/layout/main/classic.vue.d.ts +18 -0
  171. package/lib/core/layout/main/columns.vue.d.ts +19 -0
  172. package/lib/core/layout/main/defaults.vue.d.ts +19 -0
  173. package/lib/core/layout/main/transverse.vue.d.ts +18 -0
  174. package/lib/core/layout/navBars/index.vue.d.ts +3 -0
  175. package/lib/core/layout/navBars/tagsView/contextmenu.vue.d.ts +28 -0
  176. package/lib/core/layout/navBars/tagsView/style/css.d.ts +1 -0
  177. package/lib/core/layout/navBars/tagsView/style/index.d.ts +1 -0
  178. package/lib/core/layout/navBars/tagsView/tagsView.vue.d.ts +45 -0
  179. package/lib/core/layout/navBars/topBar/breadcrumb.vue.d.ts +3 -0
  180. package/lib/core/layout/navBars/topBar/changePassword.vue.d.ts +7 -0
  181. package/lib/core/layout/navBars/topBar/index.vue.d.ts +3 -0
  182. package/lib/core/layout/navBars/topBar/onlineuser.vue.d.ts +30 -0
  183. package/lib/core/layout/navBars/topBar/search.vue.d.ts +7 -0
  184. package/lib/core/layout/navBars/topBar/sendMessage.vue.d.ts +11 -0
  185. package/lib/core/layout/navBars/topBar/style/css.d.ts +1 -0
  186. package/lib/core/layout/navBars/topBar/style/index.d.ts +1 -0
  187. package/lib/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +5 -0
  188. package/lib/core/layout/navBars/topBar/user.vue.d.ts +81 -0
  189. package/lib/core/layout/navBars/topBar/userNews.vue.d.ts +9 -0
  190. package/lib/core/layout/navMenu/horizontal.vue.d.ts +42 -0
  191. package/lib/core/layout/navMenu/style/css.d.ts +1 -0
  192. package/lib/core/layout/navMenu/style/index.d.ts +1 -0
  193. package/lib/core/layout/navMenu/subItem.vue.d.ts +42 -0
  194. package/lib/core/layout/navMenu/vertical.vue.d.ts +42 -0
  195. package/lib/core/layout/routerView/iframes.vue.d.ts +35 -0
  196. package/lib/core/layout/routerView/parent.vue.d.ts +3 -0
  197. package/lib/core/layout/routerView/style/css.d.ts +1 -0
  198. package/lib/core/layout/routerView/style/index.d.ts +1 -0
  199. package/lib/core/layout/upgrade/style/css.d.ts +1 -0
  200. package/lib/core/layout/upgrade/style/index.d.ts +1 -0
  201. package/lib/core/types/router/index.d.ts +2 -2
  202. package/lib/core/ui/components/editor/index.vue.d.ts +52 -0
  203. package/lib/index.css +9 -0
  204. package/lib/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css.js +7 -0
  205. package/lib/packages/core/layout/component/aside.vue.js +9 -0
  206. package/lib/packages/core/layout/component/aside.vue2.js +175 -0
  207. package/lib/packages/core/layout/component/columnsAside.vue.js +11 -0
  208. package/lib/packages/core/layout/component/columnsAside.vue2.js +274 -0
  209. package/lib/packages/core/layout/component/columnsAside.vue3.js +7 -0
  210. package/lib/packages/core/layout/component/header.vue.js +9 -0
  211. package/lib/packages/core/layout/component/header.vue2.js +38 -0
  212. package/lib/packages/core/layout/component/main.vue.js +9 -0
  213. package/lib/packages/core/layout/component/main.vue2.js +88 -0
  214. package/lib/packages/core/layout/component/style/css.js +4 -0
  215. package/lib/packages/core/layout/component/style/index.js +4 -0
  216. package/lib/packages/core/layout/footer/index.vue.js +9 -0
  217. package/lib/packages/core/layout/footer/index.vue2.js +33 -0
  218. package/lib/packages/core/layout/footer/style/css.js +4 -0
  219. package/lib/packages/core/layout/footer/style/index.js +4 -0
  220. package/lib/packages/core/layout/index.js +8 -0
  221. package/lib/packages/core/layout/layout.vue.js +9 -0
  222. package/lib/packages/core/layout/layout.vue2.js +64 -0
  223. package/lib/packages/core/layout/lockScreen/index.vue.js +11 -0
  224. package/lib/packages/core/layout/lockScreen/index.vue2.js +424 -0
  225. package/lib/packages/core/layout/lockScreen/index.vue3.js +7 -0
  226. package/lib/packages/core/layout/lockScreen/style/css.js +4 -0
  227. package/lib/packages/core/layout/lockScreen/style/index.js +4 -0
  228. package/lib/packages/core/layout/logo/index.vue.js +9 -0
  229. package/lib/packages/core/layout/logo/index.vue2.js +61 -0
  230. package/lib/packages/core/layout/logo/style/css.js +4 -0
  231. package/lib/packages/core/layout/logo/style/index.js +4 -0
  232. package/lib/packages/core/layout/main/classic.vue.js +9 -0
  233. package/lib/packages/core/layout/main/classic.vue2.js +98 -0
  234. package/lib/packages/core/layout/main/columns.vue.js +9 -0
  235. package/lib/packages/core/layout/main/columns.vue2.js +111 -0
  236. package/lib/packages/core/layout/main/defaults.vue.js +9 -0
  237. package/lib/packages/core/layout/main/defaults.vue2.js +110 -0
  238. package/lib/packages/core/layout/main/transverse.vue.js +9 -0
  239. package/lib/packages/core/layout/main/transverse.vue2.js +78 -0
  240. package/lib/packages/core/layout/navBars/index.vue.js +11 -0
  241. package/lib/packages/core/layout/navBars/index.vue2.js +35 -0
  242. package/lib/packages/core/layout/navBars/index.vue3.js +7 -0
  243. package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue.js +9 -0
  244. package/lib/packages/core/layout/navBars/tagsView/contextmenu.vue2.js +159 -0
  245. package/lib/packages/core/layout/navBars/tagsView/style/css.js +4 -0
  246. package/lib/packages/core/layout/navBars/tagsView/style/index.js +4 -0
  247. package/lib/packages/core/layout/navBars/tagsView/tagsView.vue.js +9 -0
  248. package/lib/packages/core/layout/navBars/tagsView/tagsView.vue2.js +560 -0
  249. package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue.js +11 -0
  250. package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue2.js +176 -0
  251. package/lib/packages/core/layout/navBars/topBar/breadcrumb.vue3.js +7 -0
  252. package/lib/packages/core/layout/navBars/topBar/changePassword.vue.js +9 -0
  253. package/lib/packages/core/layout/navBars/topBar/changePassword.vue2.js +268 -0
  254. package/lib/packages/core/layout/navBars/topBar/closeFull.vue.js +9 -0
  255. package/lib/packages/core/layout/navBars/topBar/closeFull.vue2.js +38 -0
  256. package/lib/packages/core/layout/navBars/topBar/index.vue.js +9 -0
  257. package/lib/packages/core/layout/navBars/topBar/index.vue2.js +107 -0
  258. package/lib/packages/core/layout/navBars/topBar/onlineuser.vue.js +11 -0
  259. package/lib/packages/core/layout/navBars/topBar/onlineuser.vue2.js +418 -0
  260. package/lib/packages/core/layout/navBars/topBar/onlineuser.vue3.js +7 -0
  261. package/lib/packages/core/layout/navBars/topBar/search.vue.js +9 -0
  262. package/lib/packages/core/layout/navBars/topBar/search.vue2.js +122 -0
  263. package/lib/packages/core/layout/navBars/topBar/sendMessage.vue.js +9 -0
  264. package/lib/packages/core/layout/navBars/topBar/sendMessage.vue2.js +216 -0
  265. package/lib/packages/core/layout/navBars/topBar/settings.vue.js +11 -0
  266. package/lib/packages/core/layout/navBars/topBar/settings.vue2.js +1905 -0
  267. package/lib/packages/core/layout/navBars/topBar/settings.vue3.js +7 -0
  268. package/lib/packages/core/layout/navBars/topBar/style/css.js +4 -0
  269. package/lib/packages/core/layout/navBars/topBar/style/index.js +4 -0
  270. package/lib/packages/core/layout/navBars/topBar/upgradeInfo.vue.js +9 -0
  271. package/lib/packages/core/layout/navBars/topBar/upgradeInfo.vue2.js +76 -0
  272. package/lib/packages/core/layout/navBars/topBar/user.vue.js +9 -0
  273. package/lib/packages/core/layout/navBars/topBar/user.vue2.js +688 -0
  274. package/lib/packages/core/layout/navBars/topBar/userNews.vue.js +11 -0
  275. package/lib/packages/core/layout/navBars/topBar/userNews.vue2.js +237 -0
  276. package/lib/packages/core/layout/navBars/topBar/userNews.vue3.js +7 -0
  277. package/lib/packages/core/layout/navMenu/horizontal.vue.js +9 -0
  278. package/lib/packages/core/layout/navMenu/horizontal.vue2.js +185 -0
  279. package/lib/packages/core/layout/navMenu/style/css.js +4 -0
  280. package/lib/packages/core/layout/navMenu/style/index.js +4 -0
  281. package/lib/packages/core/layout/navMenu/subItem.vue.js +9 -0
  282. package/lib/packages/core/layout/navMenu/subItem.vue2.js +114 -0
  283. package/lib/packages/core/layout/navMenu/vertical.vue.js +9 -0
  284. package/lib/packages/core/layout/navMenu/vertical.vue2.js +165 -0
  285. package/lib/packages/core/layout/routerView/iframes.vue.js +9 -0
  286. package/lib/packages/core/layout/routerView/iframes.vue2.js +128 -0
  287. package/lib/packages/core/layout/routerView/link.vue.js +9 -0
  288. package/lib/packages/core/layout/routerView/link.vue2.js +88 -0
  289. package/lib/packages/core/layout/routerView/parent.vue.js +9 -0
  290. package/lib/packages/core/layout/routerView/parent.vue2.js +143 -0
  291. package/lib/packages/core/layout/routerView/style/css.js +4 -0
  292. package/lib/packages/core/layout/routerView/style/index.js +4 -0
  293. package/lib/packages/core/layout/upgrade/index.vue.js +9 -0
  294. package/lib/packages/core/layout/upgrade/index.vue2.js +156 -0
  295. package/lib/packages/core/layout/upgrade/style/css.js +4 -0
  296. package/lib/packages/core/layout/upgrade/style/index.js +4 -0
  297. package/lib/packages/core/ui/components/editor/index.vue.js +10 -0
  298. package/lib/packages/core/ui/components/editor/index.vue2.js +149 -0
  299. package/lib/packages/core/ui/components/editor/index.vue3.js +7 -0
  300. package/package.json +1 -1
  301. package/theme-chalk/index.css +1 -1
  302. package/theme-chalk/src/index.scss +8 -1
  303. package/theme-chalk/src/t-columsaside.scss +98 -0
  304. package/theme-chalk/src/t-layoutfooter.scss +11 -0
  305. package/theme-chalk/src/t-layoutlogo.scss +44 -0
  306. package/theme-chalk/src/t-layoutnavmenu.scss +17 -0
  307. package/theme-chalk/src/t-layoutroterview.scss +45 -0
  308. package/theme-chalk/src/t-layouttagsview.scss +167 -0
  309. package/theme-chalk/src/t-layouttpbar.scss +340 -0
  310. package/theme-chalk/src/t-layoutupgraded.scss +64 -0
  311. package/theme-chalk/src/t-lockscreen.scss +152 -0
  312. package/theme-chalk/t-t-columsaside.css +1 -0
  313. package/theme-chalk/t-t-layoutfooter.css +1 -0
  314. package/theme-chalk/t-t-layoutlogo.css +1 -0
  315. package/theme-chalk/t-t-layoutnavmenu.css +1 -0
  316. package/theme-chalk/t-t-layoutroterview.css +1 -0
  317. package/theme-chalk/t-t-layouttagsview.css +1 -0
  318. package/theme-chalk/t-t-layouttpbar.css +1 -0
  319. package/theme-chalk/t-t-layoutupgraded.css +1 -0
  320. package/theme-chalk/t-t-lockscreen.css +1 -0
@@ -0,0 +1,414 @@
1
+ import { defineComponent, ref, reactive, onMounted, resolveComponent, resolveDirective, createElementBlock, openBlock, createVNode, withCtx, withKeys, unref, createTextVNode, toDisplayString, mergeProps, toHandlers, withDirectives, createElementVNode } from 'vue';
2
+ import { ElNotification, ElMessageBox } from 'element-plus';
3
+ import { useVxeTable } from '../../../hook/useVxeTableOptionsHook.mjs';
4
+ import '../../../stores/index.mjs';
5
+ import { storeToRefs } from 'pinia';
6
+ import '../../../utils/index.mjs';
7
+ import { useI18n } from 'vue-i18n';
8
+ import { throttle } from 'lodash-es';
9
+ import { signalR as connection } from '../../../utils/comm/signalR.mjs';
10
+ import './sendMessage.vue.mjs';
11
+ import '../../../api/index.mjs';
12
+ import { useThemeConfig } from '../../../stores/themeConfig.mjs';
13
+ import { Local } from '../../../utils/storage/index.mjs';
14
+ import { useSysApi } from '../../../api/sys/index.mjs';
15
+ import { clearAccessTokens } from '../../../api/utils/request.mjs';
16
+ import _sfc_main$1 from './sendMessage.vue2.mjs';
17
+
18
+ const _hoisted_1 = { class: "sys-onlineUser-container" };
19
+ const _hoisted_2 = { style: { "color": "#fff" } };
20
+ const localPageParamKey = "localPageParam:sysOnlineUser";
21
+ var _sfc_main = /* @__PURE__ */ defineComponent({
22
+ __name: "onlineuser",
23
+ setup(__props, { expose: __expose }) {
24
+ const storesThemeConfig = useThemeConfig();
25
+ const { themeConfig } = storeToRefs(storesThemeConfig);
26
+ const { t } = useI18n();
27
+ const xGrid = ref();
28
+ const sendMessageRef = ref();
29
+ const state = reactive({
30
+ isVisible: false,
31
+ queryParams: {
32
+ userName: void 0,
33
+ realName: void 0
34
+ },
35
+ localPageParam: {
36
+ pageSize: 50,
37
+ defaultSort: { field: "orderNo", order: "asc", descStr: "desc" }
38
+ },
39
+ onlineUserList: [],
40
+ // 在线用户列表
41
+ lastUserState: {
42
+ online: false,
43
+ realName: ""
44
+ }
45
+ // 最后接收的用户变更状态信息
46
+ });
47
+ const options = useVxeTable(
48
+ {
49
+ id: "sysOnlineUser",
50
+ name: t("message.list.onlineUserList"),
51
+ columns: [
52
+ // { type: 'checkbox', width: 40, fixed: 'left' },
53
+ { type: "seq", title: t("message.list.seq"), width: 50, fixed: "left" },
54
+ { field: "userName", title: t("message.list.account"), minWidth: 110, showOverflow: "tooltip" },
55
+ { field: "realName", title: t("message.list.realName"), minWidth: 110, showOverflow: "tooltip" },
56
+ { field: "ip", title: t("message.list.ipAddress"), minWidth: 100, showOverflow: "tooltip" },
57
+ { field: "browser", title: t("message.list.browser"), minWidth: 160, showOverflow: "tooltip" },
58
+ // { field: 'connectionId', title: '连接Id', minWidth: 160, showOverflow: 'tooltip', sortable: true },
59
+ { field: "time", title: t("message.list.loginTime"), minWidth: 120, showOverflow: "tooltip" },
60
+ { field: "buttons", title: t("message.list.operation"), fixed: "right", width: 100, showOverflow: true, slots: { default: "row_buttons" } }
61
+ ]
62
+ },
63
+ // vxeGrid配置参数(此处可覆写任何参数),参考vxe-table官方文档
64
+ {
65
+ // 代理配置
66
+ proxyConfig: { autoLoad: true, ajax: { query: ({ page, sort }) => handleQueryApi(page, sort) } },
67
+ // 排序配置
68
+ sortConfig: { defaultSort: Local.get(localPageParamKey)?.defaultSort || state.localPageParam.defaultSort },
69
+ // 分页配置
70
+ pagerConfig: { pageSize: Local.get(localPageParamKey)?.pageSize || state.localPageParam.pageSize },
71
+ // 工具栏配置
72
+ toolbarConfig: { export: true }
73
+ }
74
+ );
75
+ onMounted(async () => {
76
+ state.localPageParam = Local.get(localPageParamKey) || state.localPageParam;
77
+ connection.off("OnlineUserList");
78
+ connection.on("OnlineUserList", async (data) => {
79
+ state.onlineUserList = data.userList;
80
+ state.lastUserState = {
81
+ online: data.online,
82
+ realName: data.realName
83
+ };
84
+ if (themeConfig.value.onlineNotice) notificationThrottle();
85
+ });
86
+ connection.off("ForceOffline");
87
+ connection.on("ForceOffline", async (data) => {
88
+ await connection.stop();
89
+ await useSysApi().Logout();
90
+ clearAccessTokens();
91
+ });
92
+ });
93
+ const notificationThrottle = throttle(
94
+ function() {
95
+ ElNotification({
96
+ title: "\u63D0\u793A",
97
+ message: `${state.lastUserState.online ? `\u3010${state.lastUserState.realName}\u3011\u4E0A\u7EBF\u4E86` : `\u3010${state.lastUserState.realName}\u3011\u79BB\u5F00\u4E86`}`,
98
+ type: `${state.lastUserState.online ? "info" : "error"}`,
99
+ position: "bottom-right"
100
+ });
101
+ },
102
+ 3e3,
103
+ {
104
+ leading: true,
105
+ trailing: false
106
+ }
107
+ );
108
+ const openDrawer = async () => {
109
+ state.isVisible = true;
110
+ await handleQuery();
111
+ };
112
+ const handleQueryApi = async (page, sort) => {
113
+ const params = Object.assign(state.queryParams, { page: page.currentPage, pageSize: page.pageSize, field: sort.field, order: sort.order, descStr: "desc" });
114
+ return useSysApi().getOnlineUserList(params);
115
+ };
116
+ const handleQuery = async (reset = false) => {
117
+ options.loading = true;
118
+ reset ? await xGrid.value?.commitProxy("reload") : await xGrid.value?.commitProxy("query");
119
+ options.loading = false;
120
+ };
121
+ const resetQuery = async () => {
122
+ state.queryParams.userName = void 0;
123
+ state.queryParams.realName = void 0;
124
+ await handleQuery();
125
+ };
126
+ const gridEvents = {
127
+ // 只对 pager-config 配置时有效,分页发生改变时会触发该事件
128
+ async pageChange({ pageSize }) {
129
+ state.localPageParam.pageSize = pageSize;
130
+ Local.set(localPageParamKey, state.localPageParam);
131
+ },
132
+ // 当排序条件发生变化时会触发该事件
133
+ async sortChange({ field, order }) {
134
+ state.localPageParam.defaultSort = { field, order, descStr: "desc" };
135
+ Local.set(localPageParamKey, state.localPageParam);
136
+ }
137
+ };
138
+ const openSendMessage = (row) => {
139
+ sendMessageRef.value?.openDialog(row);
140
+ };
141
+ const forceOffline = async (row) => {
142
+ ElMessageBox.confirm(t("message.list.confirmKickAccount", { account: row.realName }), t("message.list.hint"), {
143
+ confirmButtonText: t("message.list.confirm"),
144
+ cancelButtonText: t("message.list.cancelButtonText"),
145
+ type: "warning"
146
+ }).then(async () => {
147
+ await connection.send("ForceOffline", { connectionId: row.connectionId }).catch(function(err) {
148
+ });
149
+ }).catch(() => {
150
+ });
151
+ };
152
+ __expose({ openDrawer });
153
+ return (_ctx, _cache) => {
154
+ const _component_ele_UserFilled = resolveComponent("ele-UserFilled");
155
+ const _component_el_icon = resolveComponent("el-icon");
156
+ const _component_el_input = resolveComponent("el-input");
157
+ const _component_el_form_item = resolveComponent("el-form-item");
158
+ const _component_el_col = resolveComponent("el-col");
159
+ const _component_el_row = resolveComponent("el-row");
160
+ const _component_el_form = resolveComponent("el-form");
161
+ const _component_el_divider = resolveComponent("el-divider");
162
+ const _component_el_button = resolveComponent("el-button");
163
+ const _component_el_button_group = resolveComponent("el-button-group");
164
+ const _component_el_card = resolveComponent("el-card");
165
+ const _component_el_empty = resolveComponent("el-empty");
166
+ const _component_el_tooltip = resolveComponent("el-tooltip");
167
+ const _component_vxe_grid = resolveComponent("vxe-grid");
168
+ const _component_el_drawer = resolveComponent("el-drawer");
169
+ const _directive_auth = resolveDirective("auth");
170
+ return openBlock(), createElementBlock("div", _hoisted_1, [
171
+ createVNode(_component_el_drawer, {
172
+ modelValue: state.isVisible,
173
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => state.isVisible = $event),
174
+ size: "35%"
175
+ }, {
176
+ header: withCtx(() => [
177
+ createElementVNode("div", _hoisted_2, [
178
+ createVNode(_component_el_icon, {
179
+ size: "16",
180
+ style: { "margin-right": "3px", "display": "inline", "vertical-align": "middle" }
181
+ }, {
182
+ default: withCtx(() => [
183
+ createVNode(_component_ele_UserFilled)
184
+ ]),
185
+ _: 1
186
+ /* STABLE */
187
+ }),
188
+ createElementVNode(
189
+ "span",
190
+ null,
191
+ toDisplayString(_ctx.$t("message.list.onlineUserList")),
192
+ 1
193
+ /* TEXT */
194
+ )
195
+ ])
196
+ ]),
197
+ default: withCtx(() => [
198
+ createVNode(_component_el_card, {
199
+ shadow: "hover",
200
+ "body-style": { padding: "5px 5px 0 5px", display: "flex", width: "100%", height: "100%", alignItems: "start" }
201
+ }, {
202
+ default: withCtx(() => [
203
+ createVNode(_component_el_form, {
204
+ model: state.queryParams,
205
+ ref: "queryForm",
206
+ "show-message": false,
207
+ inlineMessage: true,
208
+ "label-width": "auto",
209
+ style: { "flex": "1 1 0%" }
210
+ }, {
211
+ default: withCtx(() => [
212
+ createVNode(_component_el_row, { gutter: 10 }, {
213
+ default: withCtx(() => [
214
+ createVNode(_component_el_col, {
215
+ class: "mb5",
216
+ xs: 24,
217
+ sm: 12,
218
+ md: 12,
219
+ lg: 12,
220
+ xl: 12
221
+ }, {
222
+ default: withCtx(() => [
223
+ createVNode(_component_el_form_item, {
224
+ label: _ctx.$t("message.list.account"),
225
+ prop: "userName"
226
+ }, {
227
+ default: withCtx(() => [
228
+ createVNode(_component_el_input, {
229
+ modelValue: state.queryParams.userName,
230
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.queryParams.userName = $event),
231
+ placeholder: _ctx.$t("message.list.account"),
232
+ clearable: "",
233
+ onKeyup: _cache[1] || (_cache[1] = withKeys(($event) => handleQuery(true), ["enter", "native"]))
234
+ }, null, 8, ["modelValue", "placeholder"])
235
+ ]),
236
+ _: 1
237
+ /* STABLE */
238
+ }, 8, ["label"])
239
+ ]),
240
+ _: 1
241
+ /* STABLE */
242
+ }),
243
+ createVNode(_component_el_col, {
244
+ class: "mb5",
245
+ xs: 24,
246
+ sm: 12,
247
+ md: 12,
248
+ lg: 12,
249
+ xl: 12
250
+ }, {
251
+ default: withCtx(() => [
252
+ createVNode(_component_el_form_item, {
253
+ label: _ctx.$t("message.list.realName"),
254
+ prop: "realName"
255
+ }, {
256
+ default: withCtx(() => [
257
+ createVNode(_component_el_input, {
258
+ modelValue: state.queryParams.realName,
259
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => state.queryParams.realName = $event),
260
+ placeholder: _ctx.$t("message.list.realName"),
261
+ clearable: "",
262
+ onKeyup: _cache[3] || (_cache[3] = withKeys(($event) => handleQuery(true), ["enter", "native"]))
263
+ }, null, 8, ["modelValue", "placeholder"])
264
+ ]),
265
+ _: 1
266
+ /* STABLE */
267
+ }, 8, ["label"])
268
+ ]),
269
+ _: 1
270
+ /* STABLE */
271
+ })
272
+ ]),
273
+ _: 1
274
+ /* STABLE */
275
+ })
276
+ ]),
277
+ _: 1
278
+ /* STABLE */
279
+ }, 8, ["model"]),
280
+ createVNode(_component_el_divider, {
281
+ style: { "height": "calc(100% - 5px)", "margin": "0 10px" },
282
+ direction: "vertical"
283
+ }),
284
+ createVNode(_component_el_row, null, {
285
+ default: withCtx(() => [
286
+ createVNode(_component_el_col, null, {
287
+ default: withCtx(() => [
288
+ createVNode(_component_el_button_group, null, {
289
+ default: withCtx(() => [
290
+ createVNode(_component_el_button, {
291
+ type: "primary",
292
+ icon: "ele-Search",
293
+ onClick: _cache[4] || (_cache[4] = ($event) => handleQuery(true)),
294
+ loading: unref(options).loading
295
+ }, {
296
+ default: withCtx(() => [
297
+ createTextVNode(
298
+ toDisplayString(_ctx.$t("message.list.query")),
299
+ 1
300
+ /* TEXT */
301
+ )
302
+ ]),
303
+ _: 1
304
+ /* STABLE */
305
+ }, 8, ["loading"]),
306
+ createVNode(_component_el_button, {
307
+ icon: "ele-Refresh",
308
+ onClick: resetQuery,
309
+ loading: unref(options).loading
310
+ }, {
311
+ default: withCtx(() => [
312
+ createTextVNode(
313
+ toDisplayString(_ctx.$t("message.list.reset")),
314
+ 1
315
+ /* TEXT */
316
+ )
317
+ ]),
318
+ _: 1
319
+ /* STABLE */
320
+ }, 8, ["loading"])
321
+ ]),
322
+ _: 1
323
+ /* STABLE */
324
+ })
325
+ ]),
326
+ _: 1
327
+ /* STABLE */
328
+ })
329
+ ]),
330
+ _: 1
331
+ /* STABLE */
332
+ })
333
+ ]),
334
+ _: 1
335
+ /* STABLE */
336
+ }),
337
+ createVNode(_component_el_card, {
338
+ class: "full-table",
339
+ shadow: "hover",
340
+ style: { "margin-top": "5px" }
341
+ }, {
342
+ default: withCtx(() => [
343
+ createVNode(
344
+ _component_vxe_grid,
345
+ mergeProps({
346
+ ref_key: "xGrid",
347
+ ref: xGrid,
348
+ class: "xGrid-style"
349
+ }, unref(options), toHandlers(gridEvents)),
350
+ {
351
+ toolbar_buttons: withCtx(() => _cache[6] || (_cache[6] = [])),
352
+ toolbar_tools: withCtx(() => _cache[7] || (_cache[7] = [])),
353
+ empty: withCtx(() => [
354
+ createVNode(_component_el_empty, { "image-size": 200 })
355
+ ]),
356
+ row_buttons: withCtx(({ row }) => [
357
+ createVNode(_component_el_tooltip, {
358
+ content: _ctx.$t("message.list.sendMessage"),
359
+ placement: "top"
360
+ }, {
361
+ default: withCtx(() => [
362
+ createVNode(_component_el_button, {
363
+ icon: "ele-Position",
364
+ text: "",
365
+ type: "primary",
366
+ onClick: ($event) => openSendMessage(row)
367
+ }, null, 8, ["onClick"])
368
+ ]),
369
+ _: 2
370
+ /* DYNAMIC */
371
+ }, 1032, ["content"]),
372
+ createVNode(_component_el_tooltip, {
373
+ content: _ctx.$t("message.list.forceOffline"),
374
+ placement: "top"
375
+ }, {
376
+ default: withCtx(() => [
377
+ withDirectives(createVNode(_component_el_button, {
378
+ icon: "ele-CircleCloseFilled",
379
+ text: "",
380
+ type: "danger",
381
+ onClick: ($event) => forceOffline(row)
382
+ }, null, 8, ["onClick"]), [
383
+ [_directive_auth, "sysOnlineUser/forceOffline"]
384
+ ])
385
+ ]),
386
+ _: 2
387
+ /* DYNAMIC */
388
+ }, 1032, ["content"])
389
+ ]),
390
+ _: 1
391
+ /* STABLE */
392
+ },
393
+ 16
394
+ /* FULL_PROPS */
395
+ )
396
+ ]),
397
+ _: 1
398
+ /* STABLE */
399
+ })
400
+ ]),
401
+ _: 1
402
+ /* STABLE */
403
+ }, 8, ["modelValue"]),
404
+ createVNode(_sfc_main$1, {
405
+ ref_key: "sendMessageRef",
406
+ ref: sendMessageRef,
407
+ title: _ctx.$t("message.list.sendMessage")
408
+ }, null, 8, ["title"])
409
+ ]);
410
+ };
411
+ }
412
+ });
413
+
414
+ export { _sfc_main as default };
@@ -0,0 +1,3 @@
1
+ var undefined$1 = undefined;
2
+
3
+ export { undefined$1 as default };
@@ -0,0 +1,5 @@
1
+ import _sfc_main from './search.vue2.mjs';
2
+
3
+
4
+
5
+ export { _sfc_main as default };
@@ -0,0 +1,118 @@
1
+ import { defineComponent, ref, reactive, nextTick, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, createElementVNode, createTextVNode, toDisplayString } from 'vue';
2
+ import { useRouter } from 'vue-router';
3
+ import { useI18n } from 'vue-i18n';
4
+ import { storeToRefs } from 'pinia';
5
+ import '../../../stores/index.mjs';
6
+ import { useTagsViewRoutes } from '../../../stores/tagsViewRoutes.mjs';
7
+
8
+ const _hoisted_1 = { class: "layout-search-dialog" };
9
+ var _sfc_main = /* @__PURE__ */ defineComponent({
10
+ __name: "search",
11
+ setup(__props, { expose: __expose }) {
12
+ const storesTagsViewRoutes = useTagsViewRoutes();
13
+ const { tagsViewRoutes } = storeToRefs(storesTagsViewRoutes);
14
+ const layoutMenuAutocompleteRef = ref();
15
+ const { t } = useI18n();
16
+ const router = useRouter();
17
+ const state = reactive({
18
+ isShowSearch: false,
19
+ menuQuery: "",
20
+ tagsViewList: []
21
+ });
22
+ const openSearch = () => {
23
+ state.menuQuery = "";
24
+ state.isShowSearch = true;
25
+ initTageView();
26
+ nextTick(() => {
27
+ setTimeout(() => {
28
+ layoutMenuAutocompleteRef.value.focus();
29
+ });
30
+ });
31
+ };
32
+ const closeSearch = () => {
33
+ state.isShowSearch = false;
34
+ };
35
+ const menuSearch = (queryString, cb) => {
36
+ let results = queryString ? state.tagsViewList.filter(createFilter(queryString)) : state.tagsViewList;
37
+ cb(results);
38
+ };
39
+ const createFilter = (queryString) => {
40
+ return (restaurant) => {
41
+ return restaurant.path.toLowerCase().indexOf(queryString.toLowerCase()) > -1 || restaurant.meta.title.toLowerCase().indexOf(queryString.toLowerCase()) > -1 || t(restaurant.meta.title).indexOf(queryString.toLowerCase()) > -1;
42
+ };
43
+ };
44
+ const initTageView = () => {
45
+ if (state.tagsViewList.length > 0) return false;
46
+ tagsViewRoutes.value.map((v) => {
47
+ if (!v.meta?.isHide && v.type !== 1) state.tagsViewList.push({ ...v });
48
+ });
49
+ };
50
+ const onHandleSelect = (item) => {
51
+ let { path, redirect } = item;
52
+ if (item.meta?.isLink && !item.meta?.isIframe) window.open(item.meta?.isLink);
53
+ else if (redirect) router.push(redirect);
54
+ else router.push(path);
55
+ closeSearch();
56
+ };
57
+ __expose({
58
+ openSearch
59
+ });
60
+ return (_ctx, _cache) => {
61
+ const _component_ele_Search = resolveComponent("ele-Search");
62
+ const _component_el_icon = resolveComponent("el-icon");
63
+ const _component_SvgIcon = resolveComponent("SvgIcon");
64
+ const _component_el_autocomplete = resolveComponent("el-autocomplete");
65
+ const _component_el_dialog = resolveComponent("el-dialog");
66
+ return openBlock(), createElementBlock("div", _hoisted_1, [
67
+ createVNode(_component_el_dialog, {
68
+ modelValue: state.isShowSearch,
69
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => state.isShowSearch = $event),
70
+ "destroy-on-close": "",
71
+ "show-close": false
72
+ }, {
73
+ footer: withCtx(() => [
74
+ createVNode(_component_el_autocomplete, {
75
+ modelValue: state.menuQuery,
76
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => state.menuQuery = $event),
77
+ "fetch-suggestions": menuSearch,
78
+ placeholder: _ctx.$t("message.user.searchPlaceholder"),
79
+ ref_key: "layoutMenuAutocompleteRef",
80
+ ref: layoutMenuAutocompleteRef,
81
+ onSelect: onHandleSelect,
82
+ "fit-input-width": true
83
+ }, {
84
+ prefix: withCtx(() => [
85
+ createVNode(_component_el_icon, { class: "el-input__icon" }, {
86
+ default: withCtx(() => [
87
+ createVNode(_component_ele_Search)
88
+ ]),
89
+ _: 1
90
+ /* STABLE */
91
+ })
92
+ ]),
93
+ default: withCtx(({ item }) => [
94
+ createElementVNode("div", null, [
95
+ createVNode(_component_SvgIcon, {
96
+ name: item.meta.icon,
97
+ class: "mr5"
98
+ }, null, 8, ["name"]),
99
+ createTextVNode(
100
+ " " + toDisplayString(_ctx.$t(item.meta.title)),
101
+ 1
102
+ /* TEXT */
103
+ )
104
+ ])
105
+ ]),
106
+ _: 1
107
+ /* STABLE */
108
+ }, 8, ["modelValue", "placeholder"])
109
+ ]),
110
+ _: 1
111
+ /* STABLE */
112
+ }, 8, ["modelValue"])
113
+ ]);
114
+ };
115
+ }
116
+ });
117
+
118
+ export { _sfc_main as default };
@@ -0,0 +1,5 @@
1
+ import _sfc_main from './sendMessage.vue2.mjs';
2
+
3
+
4
+
5
+ export { _sfc_main as default };