@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,684 @@
1
+ import { defineComponent, ref, reactive, computed, onMounted, resolveComponent, createElementBlock, openBlock, normalizeStyle, createVNode, createBlock, createCommentVNode, createElementVNode, withCtx, createTextVNode, toDisplayString, unref, Fragment, renderList, normalizeClass } from 'vue';
2
+ import { useRouter } from 'vue-router';
3
+ import { ElMessage, ElMessageBox, ElNotification } from 'element-plus';
4
+ import screenfull from 'screenfull';
5
+ import { useI18n } from 'vue-i18n';
6
+ import { storeToRefs } from 'pinia';
7
+ import '../../../stores/index.mjs';
8
+ import other from '../../../utils/other/index.mjs';
9
+ import emitter from '../../../utils/emit/index.mjs';
10
+ import '../../../utils/index.mjs';
11
+ import '../../../api/index.mjs';
12
+ import Push from 'push.js';
13
+ import { signalR as connection } from '../../../utils/comm/signalR.mjs';
14
+ import { Avatar, Loading, Lock, CircleCloseFilled } from '@element-plus/icons-vue';
15
+ import { getCountryCode, languageList } from '../../../locales/index.mjs';
16
+ import FlagIcon from 'vue3-flag-icons';
17
+ import uernewcom from './userNews.vue.mjs';
18
+ import './search.vue.mjs';
19
+ import './changePassword.vue.mjs';
20
+ import onlineusercom from './onlineuser.vue.mjs';
21
+ import './upgradeInfo.vue.mjs';
22
+ import _sfc_main$1 from './search.vue2.mjs';
23
+ import _sfc_main$2 from './changePassword.vue2.mjs';
24
+ import _sfc_main$3 from './upgradeInfo.vue2.mjs';
25
+ import { useRoutesList } from '../../../stores/routesList.mjs';
26
+ import { useUserInfo } from '../../../stores/userInfo.mjs';
27
+ import { useThemeConfig } from '../../../stores/themeConfig.mjs';
28
+ import { Local, Session } from '../../../utils/storage/index.mjs';
29
+ import { PUB } from '../../../utils/const/index.mjs';
30
+ import { useSysApi } from '../../../api/sys/index.mjs';
31
+ import { clearAccessTokens, decryptJWT } from '../../../api/utils/request.mjs';
32
+
33
+ const _hoisted_1 = { class: "layout-navbars-breadcrumb-user-icon" };
34
+ const _hoisted_2 = ["title"];
35
+ const _hoisted_3 = { class: "layout-navbars-breadcrumb-user-icon" };
36
+ const _hoisted_4 = { class: "flex items-center" };
37
+ const _hoisted_5 = { class: "mr-2" };
38
+ const _hoisted_6 = { style: { "margin-left": "10px" } };
39
+ const _hoisted_7 = ["title"];
40
+ const _hoisted_8 = { class: "layout-navbars-breadcrumb-user-icon" };
41
+ const _hoisted_9 = ["title"];
42
+ const _hoisted_10 = { class: "layout-navbars-breadcrumb-user-link" };
43
+ const _hoisted_11 = ["src"];
44
+ var _sfc_main = /* @__PURE__ */ defineComponent({
45
+ __name: "user",
46
+ setup(__props) {
47
+ const UserNews = uernewcom;
48
+ const Search = _sfc_main$1;
49
+ const OnlineUser = onlineusercom;
50
+ const ChangePassword = _sfc_main$2;
51
+ const UpgradeInfo = _sfc_main$3;
52
+ const routeStores = useRoutesList();
53
+ const { locale, t } = useI18n();
54
+ const router = useRouter();
55
+ const stores = useUserInfo();
56
+ const storesThemeConfig = useThemeConfig();
57
+ const { userInfos } = storeToRefs(stores);
58
+ const { themeConfig } = storeToRefs(storesThemeConfig);
59
+ const searchRef = ref();
60
+ const onlineUserRef = ref();
61
+ const changePasswordRef = ref();
62
+ const upgradeInfoRef = ref();
63
+ const currentCountryCode = ref(getCountryCode(themeConfig.value.globalI18n));
64
+ const state = reactive({
65
+ isScreenfull: false,
66
+ disabledI18n: "zh-cn",
67
+ disabledSize: "large",
68
+ noticeList: [],
69
+ // 站内信列表
70
+ tagsRefsIndex: 0,
71
+ tagsViewList: [],
72
+ tagsViewRoutesList: []
73
+ });
74
+ const layoutUserFlexNum = computed(() => {
75
+ let num = "";
76
+ const { layout, isClassicSplitMenu } = themeConfig.value;
77
+ const layoutArr = ["defaults", "columns"];
78
+ if (layoutArr.includes(layout) || layout === "classic" && !isClassicSplitMenu) num = "1";
79
+ else num = "";
80
+ return num;
81
+ });
82
+ const hasUnreadNotice = computed(() => {
83
+ return state.noticeList.some((r) => r.readStatus == void 0 || r.readStatus == 0);
84
+ });
85
+ const onScreenfullClick = () => {
86
+ if (!screenfull.isEnabled) {
87
+ ElMessage.warning("\u6682\u4E0D\u4E0D\u652F\u6301\u5168\u5C4F");
88
+ return false;
89
+ }
90
+ screenfull.toggle();
91
+ screenfull.on("change", () => {
92
+ if (screenfull.isFullscreen) state.isScreenfull = true;
93
+ else state.isScreenfull = false;
94
+ });
95
+ };
96
+ const onLayoutSetingClick = () => {
97
+ emitter.emit("openSettingsDrawer");
98
+ };
99
+ const onHandleCommandClick = (path) => {
100
+ if (path === "clearCache") {
101
+ Local.clear();
102
+ Session.clear();
103
+ window.location.reload();
104
+ } else if (path === "lockScreen") {
105
+ Local.remove(PUB.themeConfig);
106
+ themeConfig.value.isLockScreen = true;
107
+ themeConfig.value.lockScreenTime = 1;
108
+ Local.set(PUB.themeConfig, themeConfig.value);
109
+ } else if (path === "logOut") {
110
+ ElMessageBox({
111
+ closeOnClickModal: false,
112
+ closeOnPressEscape: false,
113
+ title: t("message.user.logOutTitle"),
114
+ message: t("message.user.logOutMessage"),
115
+ type: "warning",
116
+ showCancelButton: true,
117
+ confirmButtonText: t("message.user.logOutConfirm"),
118
+ cancelButtonText: t("message.user.logOutCancel"),
119
+ // buttonSize: 'default',
120
+ beforeClose: async (action, instance, done) => {
121
+ if (action === "confirm") {
122
+ instance.confirmButtonLoading = true;
123
+ instance.confirmButtonText = t("message.user.logOutExit");
124
+ try {
125
+ await useSysApi().Logout();
126
+ } catch (error) {
127
+ console.error(error);
128
+ }
129
+ instance.confirmButtonLoading = false;
130
+ done();
131
+ } else {
132
+ done();
133
+ }
134
+ }
135
+ }).then(async () => {
136
+ clearAccessTokens();
137
+ }).catch(() => {
138
+ });
139
+ } else {
140
+ router.push(path);
141
+ }
142
+ };
143
+ const onSearchClick = () => {
144
+ searchRef.value.openSearch();
145
+ };
146
+ const onOnlineUserClick = () => {
147
+ onlineUserRef.value.openDrawer();
148
+ };
149
+ const onComponentSizeChange = (size) => {
150
+ Local.remove(PUB.themeConfig);
151
+ themeConfig.value.globalComponentSize = size;
152
+ Local.set(PUB.themeConfig, themeConfig.value);
153
+ initI18nOrSize("globalComponentSize", "disabledSize");
154
+ window.location.reload();
155
+ };
156
+ const onLanguageChange = (lang) => {
157
+ Local.remove(PUB.themeConfig);
158
+ themeConfig.value.globalI18n = lang;
159
+ Local.set(PUB.themeConfig, themeConfig.value);
160
+ currentCountryCode.value = getCountryCode(lang);
161
+ locale.value = lang;
162
+ other.useTitle();
163
+ initI18nOrSize("globalI18n", "disabledI18n");
164
+ refreshCurrentTabpage();
165
+ };
166
+ const refreshCurrentTabpage = () => {
167
+ emitter.emit("onCurrentContextmenuClick", { ...routeStores.currentRoute, contextMenuClickId: 0 });
168
+ };
169
+ const initI18nOrSize = (value, attr) => {
170
+ state[attr] = Local.get(PUB.themeConfig)[value];
171
+ };
172
+ onMounted(async () => {
173
+ if (Local.get(PUB.themeConfig)) {
174
+ initI18nOrSize("globalComponentSize", "disabledSize");
175
+ initI18nOrSize("globalI18n", "disabledI18n");
176
+ }
177
+ if (Push.Permission.GRANTED) {
178
+ Push.Permission.request(() => {
179
+ }, () => {
180
+ });
181
+ }
182
+ document.addEventListener("visibilitychange", () => {
183
+ if (!document.hidden) {
184
+ Push.clear();
185
+ }
186
+ });
187
+ var res = await useSysApi().getNoticeUnReadList();
188
+ state.noticeList = res.data.result ?? [];
189
+ connection.on("PublicNotice", receiveNotice);
190
+ var res1 = await useSysApi().getUpgradeLastUnRead();
191
+ if (res1.data.result != null) {
192
+ upgradeInfoRef.value?.openDialog(res1.data.result);
193
+ }
194
+ await changePassword();
195
+ });
196
+ const receiveNotice = (msg) => {
197
+ state.noticeList.unshift(msg);
198
+ ElNotification({
199
+ title: "\u63D0\u793A",
200
+ message: "\u60A8\u6709\u4E00\u6761\u65B0\u6D88\u606F...",
201
+ type: "info",
202
+ position: "bottom-right"
203
+ });
204
+ Push.create("\u63D0\u793A", {
205
+ body: "\u4F60\u6709\u4E00\u6761\u65B0\u7684\u6D88\u606F",
206
+ icon: "logo.png",
207
+ // public目录下的
208
+ timeout: 4500
209
+ // 通知显示时间,单位为毫秒
210
+ });
211
+ };
212
+ const changePassword = async () => {
213
+ let userToken = decryptJWT(Local.get(PUB.accessTokenKey));
214
+ if (userToken.AccountType == 999) return;
215
+ var enabledForceChangePassword = themeConfig.value.forceChangePassword ?? true;
216
+ if (enabledForceChangePassword) {
217
+ if (userInfos.value.lastChangePasswordTime == null || userInfos.value.lastChangePasswordTime == void 0) {
218
+ changePasswordRef.value?.openDialog();
219
+ return;
220
+ }
221
+ }
222
+ var passwordExpirationTime = themeConfig.value.passwordExpirationTime ?? 0;
223
+ if (passwordExpirationTime > 0) {
224
+ var res = await useSysApi().verifyPwdExpirationTime();
225
+ if (!res.data.result) {
226
+ changePasswordRef.value?.openDialog();
227
+ }
228
+ }
229
+ };
230
+ return (_ctx, _cache) => {
231
+ const _component_el_dropdown_item = resolveComponent("el-dropdown-item");
232
+ const _component_el_dropdown_menu = resolveComponent("el-dropdown-menu");
233
+ const _component_el_dropdown = resolveComponent("el-dropdown");
234
+ const _component_ele_Search = resolveComponent("ele-Search");
235
+ const _component_el_icon = resolveComponent("el-icon");
236
+ const _component_ele_Bell = resolveComponent("ele-Bell");
237
+ const _component_el_badge = resolveComponent("el-badge");
238
+ const _component_el_popover = resolveComponent("el-popover");
239
+ const _component_ele_User = resolveComponent("ele-User");
240
+ const _component_el_tooltip = resolveComponent("el-tooltip");
241
+ const _component_ele_ArrowDown = resolveComponent("ele-ArrowDown");
242
+ return openBlock(), createElementBlock(
243
+ "div",
244
+ {
245
+ class: "layout-navbars-breadcrumb-user pr15",
246
+ style: normalizeStyle({ flex: layoutUserFlexNum.value })
247
+ },
248
+ [
249
+ createVNode(_component_el_dropdown, {
250
+ "show-timeout": 70,
251
+ "hide-timeout": 50,
252
+ trigger: "click",
253
+ onCommand: onComponentSizeChange
254
+ }, {
255
+ dropdown: withCtx(() => [
256
+ createVNode(_component_el_dropdown_menu, null, {
257
+ default: withCtx(() => [
258
+ createVNode(_component_el_dropdown_item, {
259
+ command: "large",
260
+ disabled: state.disabledSize === "large"
261
+ }, {
262
+ default: withCtx(() => [
263
+ createTextVNode(
264
+ toDisplayString(_ctx.$t("message.user.dropdownLarge")),
265
+ 1
266
+ /* TEXT */
267
+ )
268
+ ]),
269
+ _: 1
270
+ /* STABLE */
271
+ }, 8, ["disabled"]),
272
+ createVNode(_component_el_dropdown_item, {
273
+ command: "default",
274
+ disabled: state.disabledSize === "default"
275
+ }, {
276
+ default: withCtx(() => [
277
+ createTextVNode(
278
+ toDisplayString(_ctx.$t("message.user.dropdownDefault")),
279
+ 1
280
+ /* TEXT */
281
+ )
282
+ ]),
283
+ _: 1
284
+ /* STABLE */
285
+ }, 8, ["disabled"]),
286
+ createVNode(_component_el_dropdown_item, {
287
+ command: "small",
288
+ disabled: state.disabledSize === "small"
289
+ }, {
290
+ default: withCtx(() => [
291
+ createTextVNode(
292
+ toDisplayString(_ctx.$t("message.user.dropdownSmall")),
293
+ 1
294
+ /* TEXT */
295
+ )
296
+ ]),
297
+ _: 1
298
+ /* STABLE */
299
+ }, 8, ["disabled"])
300
+ ]),
301
+ _: 1
302
+ /* STABLE */
303
+ })
304
+ ]),
305
+ default: withCtx(() => [
306
+ createElementVNode("div", _hoisted_1, [
307
+ createElementVNode("i", {
308
+ class: "iconfont icon-ziti",
309
+ title: _ctx.$t("message.user.title0")
310
+ }, null, 8, _hoisted_2)
311
+ ])
312
+ ]),
313
+ _: 1
314
+ /* STABLE */
315
+ }),
316
+ unref(themeConfig).i18NSwitch ? (openBlock(), createBlock(_component_el_dropdown, {
317
+ key: 0,
318
+ "show-timeout": 70,
319
+ "hide-timeout": 50,
320
+ trigger: "click",
321
+ onCommand: onLanguageChange
322
+ }, {
323
+ dropdown: withCtx(() => [
324
+ createVNode(_component_el_dropdown_menu, null, {
325
+ default: withCtx(() => [
326
+ (openBlock(true), createElementBlock(
327
+ Fragment,
328
+ null,
329
+ renderList(unref(languageList), (value, key) => {
330
+ return openBlock(), createBlock(_component_el_dropdown_item, {
331
+ key,
332
+ command: key,
333
+ disabled: state.disabledI18n === key
334
+ }, {
335
+ default: withCtx(() => [
336
+ createElementVNode("div", _hoisted_4, [
337
+ createElementVNode("div", _hoisted_5, [
338
+ createVNode(unref(FlagIcon), {
339
+ code: unref(getCountryCode)(key),
340
+ size: 18
341
+ }, null, 8, ["code"])
342
+ ]),
343
+ createElementVNode(
344
+ "div",
345
+ _hoisted_6,
346
+ toDisplayString(value),
347
+ 1
348
+ /* TEXT */
349
+ )
350
+ ])
351
+ ]),
352
+ _: 2
353
+ /* DYNAMIC */
354
+ }, 1032, ["command", "disabled"]);
355
+ }),
356
+ 128
357
+ /* KEYED_FRAGMENT */
358
+ ))
359
+ ]),
360
+ _: 1
361
+ /* STABLE */
362
+ })
363
+ ]),
364
+ default: withCtx(() => [
365
+ createElementVNode("div", _hoisted_3, [
366
+ createVNode(unref(FlagIcon), {
367
+ code: currentCountryCode.value,
368
+ square: "",
369
+ size: 12,
370
+ title: _ctx.$t("message.user.title1")
371
+ }, null, 8, ["code", "title"])
372
+ ])
373
+ ]),
374
+ _: 1
375
+ /* STABLE */
376
+ })) : createCommentVNode("v-if", true),
377
+ createElementVNode("div", {
378
+ class: "layout-navbars-breadcrumb-user-icon",
379
+ onClick: onSearchClick
380
+ }, [
381
+ createVNode(_component_el_icon, {
382
+ title: _ctx.$t("message.user.title2")
383
+ }, {
384
+ default: withCtx(() => [
385
+ createVNode(_component_ele_Search)
386
+ ]),
387
+ _: 1
388
+ /* STABLE */
389
+ }, 8, ["title"])
390
+ ]),
391
+ createElementVNode("div", {
392
+ class: "layout-navbars-breadcrumb-user-icon",
393
+ onClick: onLayoutSetingClick
394
+ }, [
395
+ createElementVNode("i", {
396
+ class: "icon-skin iconfont",
397
+ title: _ctx.$t("message.user.title3")
398
+ }, null, 8, _hoisted_7)
399
+ ]),
400
+ createElementVNode("div", _hoisted_8, [
401
+ createVNode(_component_el_popover, {
402
+ placement: "bottom",
403
+ trigger: "hover",
404
+ transition: "el-zoom-in-top",
405
+ width: 300,
406
+ persistent: false
407
+ }, {
408
+ reference: withCtx(() => [
409
+ createVNode(_component_el_badge, { "is-dot": hasUnreadNotice.value }, {
410
+ default: withCtx(() => [
411
+ createVNode(_component_el_icon, {
412
+ title: _ctx.$t("message.user.title4")
413
+ }, {
414
+ default: withCtx(() => [
415
+ createVNode(_component_ele_Bell)
416
+ ]),
417
+ _: 1
418
+ /* STABLE */
419
+ }, 8, ["title"])
420
+ ]),
421
+ _: 1
422
+ /* STABLE */
423
+ }, 8, ["is-dot"])
424
+ ]),
425
+ default: withCtx(() => [
426
+ createVNode(unref(UserNews), {
427
+ noticeList: state.noticeList
428
+ }, null, 8, ["noticeList"])
429
+ ]),
430
+ _: 1
431
+ /* STABLE */
432
+ })
433
+ ]),
434
+ createElementVNode("div", {
435
+ class: "layout-navbars-breadcrumb-user-icon",
436
+ onClick: onScreenfullClick
437
+ }, [
438
+ createElementVNode("i", {
439
+ class: normalizeClass(["iconfont", !state.isScreenfull ? "icon-fullscreen" : "icon-tuichuquanping"]),
440
+ title: state.isScreenfull ? _ctx.$t("message.user.title6") : _ctx.$t("message.user.title5")
441
+ }, null, 10, _hoisted_9)
442
+ ]),
443
+ createElementVNode("div", {
444
+ class: "layout-navbars-breadcrumb-user-icon mr10",
445
+ onClick: onOnlineUserClick
446
+ }, [
447
+ createVNode(_component_el_icon, {
448
+ title: _ctx.$t("message.list.onlineUser")
449
+ }, {
450
+ default: withCtx(() => [
451
+ createVNode(_component_ele_User)
452
+ ]),
453
+ _: 1
454
+ /* STABLE */
455
+ }, 8, ["title"])
456
+ ]),
457
+ createVNode(_component_el_dropdown, {
458
+ "show-timeout": 70,
459
+ "hide-timeout": 50,
460
+ size: "large",
461
+ onCommand: onHandleCommandClick
462
+ }, {
463
+ dropdown: withCtx(() => [
464
+ createVNode(_component_el_dropdown_menu, null, {
465
+ default: withCtx(() => [
466
+ createCommentVNode(` <el-dropdown-item command="/dashboard/home">{{ $t('message.user.dropdown1') }}</el-dropdown-item> `),
467
+ createVNode(_component_el_dropdown_item, {
468
+ icon: unref(Avatar),
469
+ command: "/system/userCenter"
470
+ }, {
471
+ default: withCtx(() => [
472
+ createTextVNode(
473
+ toDisplayString(_ctx.$t("message.user.dropdown2")),
474
+ 1
475
+ /* TEXT */
476
+ )
477
+ ]),
478
+ _: 1
479
+ /* STABLE */
480
+ }, 8, ["icon"]),
481
+ createVNode(_component_el_dropdown_item, {
482
+ icon: unref(Loading),
483
+ command: "clearCache"
484
+ }, {
485
+ default: withCtx(() => [
486
+ createTextVNode(
487
+ toDisplayString(_ctx.$t("message.user.dropdown3")),
488
+ 1
489
+ /* TEXT */
490
+ )
491
+ ]),
492
+ _: 1
493
+ /* STABLE */
494
+ }, 8, ["icon"]),
495
+ createVNode(_component_el_dropdown_item, {
496
+ icon: unref(Lock),
497
+ divided: "",
498
+ command: "lockScreen"
499
+ }, {
500
+ default: withCtx(() => [
501
+ createTextVNode(
502
+ toDisplayString(_ctx.$t("message.layout.threeIsLockScreen")),
503
+ 1
504
+ /* TEXT */
505
+ )
506
+ ]),
507
+ _: 1
508
+ /* STABLE */
509
+ }, 8, ["icon"]),
510
+ createVNode(_component_el_dropdown_item, {
511
+ icon: unref(CircleCloseFilled),
512
+ divided: "",
513
+ command: "logOut"
514
+ }, {
515
+ default: withCtx(() => [
516
+ createTextVNode(
517
+ toDisplayString(_ctx.$t("message.user.dropdown5")),
518
+ 1
519
+ /* TEXT */
520
+ )
521
+ ]),
522
+ _: 1
523
+ /* STABLE */
524
+ }, 8, ["icon"])
525
+ ]),
526
+ _: 1
527
+ /* STABLE */
528
+ })
529
+ ]),
530
+ default: withCtx(() => [
531
+ createElementVNode("span", _hoisted_10, [
532
+ createVNode(_component_el_tooltip, {
533
+ effect: "dark",
534
+ placement: "left"
535
+ }, {
536
+ content: withCtx(() => [
537
+ createTextVNode(
538
+ toDisplayString(_ctx.$t("message.list.account")) + "\uFF1A" + toDisplayString(unref(userInfos).account),
539
+ 1
540
+ /* TEXT */
541
+ ),
542
+ _cache[0] || (_cache[0] = createElementVNode(
543
+ "br",
544
+ null,
545
+ null,
546
+ -1
547
+ /* HOISTED */
548
+ )),
549
+ createTextVNode(
550
+ " " + toDisplayString(_ctx.$t("message.list.realName")) + "\uFF1A" + toDisplayString(unref(userInfos).realName),
551
+ 1
552
+ /* TEXT */
553
+ ),
554
+ _cache[1] || (_cache[1] = createElementVNode(
555
+ "br",
556
+ null,
557
+ null,
558
+ -1
559
+ /* HOISTED */
560
+ )),
561
+ createTextVNode(
562
+ " " + toDisplayString(_ctx.$t("message.list.phone")) + "\uFF1A" + toDisplayString(unref(userInfos).phone),
563
+ 1
564
+ /* TEXT */
565
+ ),
566
+ _cache[2] || (_cache[2] = createElementVNode(
567
+ "br",
568
+ null,
569
+ null,
570
+ -1
571
+ /* HOISTED */
572
+ )),
573
+ createTextVNode(
574
+ " " + toDisplayString(_ctx.$t("message.list.email")) + "\uFF1A" + toDisplayString(unref(userInfos).email),
575
+ 1
576
+ /* TEXT */
577
+ ),
578
+ _cache[3] || (_cache[3] = createElementVNode(
579
+ "br",
580
+ null,
581
+ null,
582
+ -1
583
+ /* HOISTED */
584
+ )),
585
+ createTextVNode(
586
+ " " + toDisplayString(_ctx.$t("message.list.orgName")) + "\uFF1A" + toDisplayString(unref(userInfos).orgName),
587
+ 1
588
+ /* TEXT */
589
+ ),
590
+ _cache[4] || (_cache[4] = createElementVNode(
591
+ "br",
592
+ null,
593
+ null,
594
+ -1
595
+ /* HOISTED */
596
+ )),
597
+ createTextVNode(
598
+ " " + toDisplayString(_ctx.$t("message.list.positionText")) + "\uFF1A" + toDisplayString(unref(userInfos).posName),
599
+ 1
600
+ /* TEXT */
601
+ ),
602
+ _cache[5] || (_cache[5] = createElementVNode(
603
+ "br",
604
+ null,
605
+ null,
606
+ -1
607
+ /* HOISTED */
608
+ ))
609
+ ]),
610
+ default: withCtx(() => [
611
+ createElementVNode("img", {
612
+ src: unref(userInfos).avatar,
613
+ class: "layout-navbars-breadcrumb-user-link-photo mr5"
614
+ }, null, 8, _hoisted_11)
615
+ ]),
616
+ _: 1
617
+ /* STABLE */
618
+ }),
619
+ createTextVNode(
620
+ " " + toDisplayString(unref(userInfos).realName == "" ? unref(userInfos).account : unref(userInfos).realName) + " ",
621
+ 1
622
+ /* TEXT */
623
+ ),
624
+ createVNode(_component_el_icon, { class: "el-icon--right" }, {
625
+ default: withCtx(() => [
626
+ createVNode(_component_ele_ArrowDown)
627
+ ]),
628
+ _: 1
629
+ /* STABLE */
630
+ })
631
+ ])
632
+ ]),
633
+ _: 1
634
+ /* STABLE */
635
+ }),
636
+ createVNode(
637
+ unref(Search),
638
+ {
639
+ ref_key: "searchRef",
640
+ ref: searchRef
641
+ },
642
+ null,
643
+ 512
644
+ /* NEED_PATCH */
645
+ ),
646
+ createVNode(
647
+ unref(OnlineUser),
648
+ {
649
+ ref_key: "onlineUserRef",
650
+ ref: onlineUserRef
651
+ },
652
+ null,
653
+ 512
654
+ /* NEED_PATCH */
655
+ ),
656
+ createVNode(
657
+ unref(ChangePassword),
658
+ {
659
+ ref_key: "changePasswordRef",
660
+ ref: changePasswordRef
661
+ },
662
+ null,
663
+ 512
664
+ /* NEED_PATCH */
665
+ ),
666
+ createVNode(
667
+ unref(UpgradeInfo),
668
+ {
669
+ ref_key: "upgradeInfoRef",
670
+ ref: upgradeInfoRef
671
+ },
672
+ null,
673
+ 512
674
+ /* NEED_PATCH */
675
+ )
676
+ ],
677
+ 4
678
+ /* STYLE */
679
+ );
680
+ };
681
+ }
682
+ });
683
+
684
+ export { _sfc_main as default };
@@ -0,0 +1,7 @@
1
+ import _sfc_main from './userNews.vue2.mjs';
2
+ import './userNews.vue3.mjs';
3
+ import _export_sfc from '../../../../../_virtual/_plugin-vue_export-helper.mjs';
4
+
5
+ var uernewcom = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-04609759"]]);
6
+
7
+ export { uernewcom as default };