@fmdevui/fm-dev 1.0.34 → 1.0.36

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