yg-yygl 0.0.1

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 (1687) hide show
  1. package/dist/api/account/index.d.ts +132 -0
  2. package/dist/api/account/index.mjs +92 -0
  3. package/dist/api/account/types.d.ts +58 -0
  4. package/dist/api/account/types.mjs +0 -0
  5. package/dist/api/app-menu/config/index.d.ts +167 -0
  6. package/dist/api/app-menu/config/index.mjs +76 -0
  7. package/dist/api/app-menu/config/types.d.ts +91 -0
  8. package/dist/api/app-menu/config/types.mjs +0 -0
  9. package/dist/api/app-menu/index.d.ts +140 -0
  10. package/dist/api/app-menu/index.mjs +95 -0
  11. package/dist/api/app-menu/menu.d.ts +107 -0
  12. package/dist/api/app-menu/menu.mjs +85 -0
  13. package/dist/api/app-menu/menuTypes.d.ts +143 -0
  14. package/dist/api/app-menu/menuTypes.mjs +0 -0
  15. package/dist/api/app-menu/types.d.ts +112 -0
  16. package/dist/api/app-menu/types.mjs +0 -0
  17. package/dist/api/cache/index.d.ts +49 -0
  18. package/dist/api/cache/index.mjs +19 -0
  19. package/dist/api/codegen/index.d.ts +81 -0
  20. package/dist/api/codegen/index.mjs +225 -0
  21. package/dist/api/codegen/template-file.d.ts +39 -0
  22. package/dist/api/codegen/template-file.mjs +45 -0
  23. package/dist/api/codegen/template-group.d.ts +43 -0
  24. package/dist/api/codegen/template-group.mjs +52 -0
  25. package/dist/api/codegen/types.d.ts +1 -0
  26. package/dist/api/codegen/types.mjs +1 -0
  27. package/dist/api/column-manager/index.d.ts +30 -0
  28. package/dist/api/column-manager/index.mjs +31 -0
  29. package/dist/api/column-manager/types.d.ts +28 -0
  30. package/dist/api/column-manager/types.mjs +0 -0
  31. package/dist/api/consult/index.d.ts +100 -0
  32. package/dist/api/consult/index.mjs +45 -0
  33. package/dist/api/data-connect/index.d.ts +39 -0
  34. package/dist/api/data-connect/index.mjs +25 -0
  35. package/dist/api/data-connect/types.d.ts +74 -0
  36. package/dist/api/data-connect/types.mjs +0 -0
  37. package/dist/api/data-interface/index.d.ts +113 -0
  38. package/dist/api/data-interface/index.mjs +75 -0
  39. package/dist/api/data-interface/types.d.ts +253 -0
  40. package/dist/api/data-interface/types.mjs +23 -0
  41. package/dist/api/data-modeling/index.d.ts +96 -0
  42. package/dist/api/data-modeling/index.mjs +76 -0
  43. package/dist/api/data-modeling/types.d.ts +59 -0
  44. package/dist/api/data-modeling/types.mjs +0 -0
  45. package/dist/api/department/index.d.ts +20 -0
  46. package/dist/api/department/index.mjs +81 -0
  47. package/dist/api/dic/index.d.ts +193 -0
  48. package/dist/api/dic/index.mjs +141 -0
  49. package/dist/api/dic/types.d.ts +52 -0
  50. package/dist/api/dic/types.mjs +0 -0
  51. package/dist/api/dictionary/index.d.ts +76 -0
  52. package/dist/api/dictionary/index.mjs +38 -0
  53. package/dist/api/example/index.d.ts +5 -0
  54. package/dist/api/example/index.mjs +16 -0
  55. package/dist/api/file-config/index.d.ts +38 -0
  56. package/dist/api/file-config/index.mjs +25 -0
  57. package/dist/api/file-config/types.d.ts +77 -0
  58. package/dist/api/file-config/types.mjs +6 -0
  59. package/dist/api/file-info/index.d.ts +23 -0
  60. package/dist/api/file-info/index.mjs +25 -0
  61. package/dist/api/file-info/types.d.ts +53 -0
  62. package/dist/api/file-info/types.mjs +0 -0
  63. package/dist/api/icon/index.d.ts +75 -0
  64. package/dist/api/icon/index.mjs +64 -0
  65. package/dist/api/icon/types.d.ts +48 -0
  66. package/dist/api/icon/types.mjs +0 -0
  67. package/dist/api/index.d.ts +22 -0
  68. package/dist/api/index.mjs +33 -0
  69. package/dist/api/interface-oauth/index.d.ts +101 -0
  70. package/dist/api/interface-oauth/index.mjs +74 -0
  71. package/dist/api/interface-oauth/types.d.ts +118 -0
  72. package/dist/api/interface-oauth/types.mjs +0 -0
  73. package/dist/api/launchpage/index.d.ts +37 -0
  74. package/dist/api/launchpage/index.mjs +22 -0
  75. package/dist/api/llm/index.d.ts +21 -0
  76. package/dist/api/llm/index.mjs +56 -0
  77. package/dist/api/llm/types.d.ts +111 -0
  78. package/dist/api/llm/types.mjs +0 -0
  79. package/dist/api/log/index.d.ts +18 -0
  80. package/dist/api/log/index.mjs +13 -0
  81. package/dist/api/log/types.d.ts +59 -0
  82. package/dist/api/log/types.mjs +0 -0
  83. package/dist/api/login/index.d.ts +68 -0
  84. package/dist/api/login/index.mjs +41 -0
  85. package/dist/api/login/types.d.ts +112 -0
  86. package/dist/api/login/types.mjs +0 -0
  87. package/dist/api/login/util.d.ts +24 -0
  88. package/dist/api/login/util.mjs +103 -0
  89. package/dist/api/mail/index.d.ts +147 -0
  90. package/dist/api/mail/index.mjs +116 -0
  91. package/dist/api/mail/types.d.ts +248 -0
  92. package/dist/api/mail/types.mjs +0 -0
  93. package/dist/api/menu/index.d.ts +73 -0
  94. package/dist/api/menu/index.mjs +57 -0
  95. package/dist/api/menu/types.d.ts +90 -0
  96. package/dist/api/menu/types.mjs +0 -0
  97. package/dist/api/msg/index.d.ts +142 -0
  98. package/dist/api/msg/index.mjs +87 -0
  99. package/dist/api/msg/types.d.ts +149 -0
  100. package/dist/api/msg/types.mjs +0 -0
  101. package/dist/api/notice/index.d.ts +25 -0
  102. package/dist/api/notice/index.mjs +13 -0
  103. package/dist/api/online-user/index.d.ts +14 -0
  104. package/dist/api/online-user/index.mjs +7 -0
  105. package/dist/api/online-user/types.d.ts +19 -0
  106. package/dist/api/online-user/types.mjs +0 -0
  107. package/dist/api/personal-center/index.d.ts +3 -0
  108. package/dist/api/personal-center/index.mjs +12 -0
  109. package/dist/api/personal-center/types.d.ts +37 -0
  110. package/dist/api/personal-center/types.mjs +0 -0
  111. package/dist/api/post/index.d.ts +67 -0
  112. package/dist/api/post/index.mjs +49 -0
  113. package/dist/api/preference/index.d.ts +12 -0
  114. package/dist/api/preference/index.mjs +7 -0
  115. package/dist/api/preference/types.d.ts +10 -0
  116. package/dist/api/preference/types.mjs +0 -0
  117. package/dist/api/quartz/index.d.ts +49 -0
  118. package/dist/api/quartz/index.mjs +40 -0
  119. package/dist/api/request.d.ts +31 -0
  120. package/dist/api/request.mjs +52 -0
  121. package/dist/api/role/index.d.ts +123 -0
  122. package/dist/api/role/index.mjs +55 -0
  123. package/dist/api/seal/demo-types.d.ts +105 -0
  124. package/dist/api/seal/demo-types.mjs +0 -0
  125. package/dist/api/seal/demo.d.ts +17 -0
  126. package/dist/api/seal/demo.mjs +33 -0
  127. package/dist/api/seal/index.d.ts +92 -0
  128. package/dist/api/seal/index.mjs +57 -0
  129. package/dist/api/seal/types.d.ts +158 -0
  130. package/dist/api/seal/types.mjs +11 -0
  131. package/dist/api/sensitiveword/index.d.ts +18 -0
  132. package/dist/api/sensitiveword/index.mjs +52 -0
  133. package/dist/api/sensitiveword/types.d.ts +73 -0
  134. package/dist/api/sensitiveword/types.mjs +0 -0
  135. package/dist/api/server-monitor/index.d.ts +69 -0
  136. package/dist/api/server-monitor/index.mjs +10 -0
  137. package/dist/api/sms/index.d.ts +134 -0
  138. package/dist/api/sms/index.mjs +107 -0
  139. package/dist/api/sms/types.d.ts +192 -0
  140. package/dist/api/sms/types.mjs +0 -0
  141. package/dist/api/sys/menu.d.ts +100 -0
  142. package/dist/api/sys/menu.mjs +51 -0
  143. package/dist/api/sys-config/index.d.ts +46 -0
  144. package/dist/api/sys-config/index.mjs +18 -0
  145. package/dist/api/template-config/index.d.ts +45 -0
  146. package/dist/api/template-config/index.mjs +31 -0
  147. package/dist/api/tenant/index.d.ts +59 -0
  148. package/dist/api/tenant/index.mjs +53 -0
  149. package/dist/api/tenant/types.d.ts +68 -0
  150. package/dist/api/tenant/types.mjs +0 -0
  151. package/dist/api/user/index.d.ts +32 -0
  152. package/dist/api/user/index.mjs +74 -0
  153. package/dist/api/user/types.d.ts +67 -0
  154. package/dist/api/user/types.mjs +0 -0
  155. package/dist/components/account-item/index.d.ts +1 -0
  156. package/dist/components/account-item/index.mjs +1 -0
  157. package/dist/components/account-item/src/account-item.d.vue.ts +17 -0
  158. package/dist/components/account-item/src/account-item.vue +121 -0
  159. package/dist/components/account-item/src/account-item.vue.d.ts +17 -0
  160. package/dist/components/account-switch-dialog/index.d.ts +3 -0
  161. package/dist/components/account-switch-dialog/index.mjs +3 -0
  162. package/dist/components/account-switch-dialog/src/account-switch-dialog.d.vue.ts +9 -0
  163. package/dist/components/account-switch-dialog/src/account-switch-dialog.vue +238 -0
  164. package/dist/components/account-switch-dialog/src/account-switch-dialog.vue.d.ts +9 -0
  165. package/dist/components/app-menu-tree/index.d.ts +1 -0
  166. package/dist/components/app-menu-tree/index.mjs +1 -0
  167. package/dist/components/app-menu-tree/src/app-menu-tree.d.vue.ts +2 -0
  168. package/dist/components/app-menu-tree/src/app-menu-tree.vue +47 -0
  169. package/dist/components/app-menu-tree/src/app-menu-tree.vue.d.ts +2 -0
  170. package/dist/components/avatar-cropper/index.d.ts +1 -0
  171. package/dist/components/avatar-cropper/index.mjs +1 -0
  172. package/dist/components/avatar-cropper/src/avatar-cropper.d.vue.ts +90 -0
  173. package/dist/components/avatar-cropper/src/avatar-cropper.vue +142 -0
  174. package/dist/components/avatar-cropper/src/avatar-cropper.vue.d.ts +90 -0
  175. package/dist/components/content-card/index.d.ts +1 -0
  176. package/dist/components/content-card/index.mjs +1 -0
  177. package/dist/components/content-card/src/content-card.d.vue.ts +18 -0
  178. package/dist/components/content-card/src/content-card.vue +21 -0
  179. package/dist/components/content-card/src/content-card.vue.d.ts +18 -0
  180. package/dist/components/custom-tags/index.d.ts +3 -0
  181. package/dist/components/custom-tags/index.mjs +3 -0
  182. package/dist/components/custom-tags/src/gender-tag.d.vue.ts +32 -0
  183. package/dist/components/custom-tags/src/gender-tag.vue +111 -0
  184. package/dist/components/custom-tags/src/gender-tag.vue.d.ts +32 -0
  185. package/dist/components/custom-tags/src/status-tag.d.vue.ts +51 -0
  186. package/dist/components/custom-tags/src/status-tag.vue +90 -0
  187. package/dist/components/custom-tags/src/status-tag.vue.d.ts +51 -0
  188. package/dist/components/custom-tags/src/tag.d.vue.ts +40 -0
  189. package/dist/components/custom-tags/src/tag.vue +84 -0
  190. package/dist/components/custom-tags/src/tag.vue.d.ts +40 -0
  191. package/dist/components/department-form.d.vue.ts +29 -0
  192. package/dist/components/department-form.vue +711 -0
  193. package/dist/components/department-form.vue.d.ts +29 -0
  194. package/dist/components/department-tree/index.d.ts +1 -0
  195. package/dist/components/department-tree/index.mjs +1 -0
  196. package/dist/components/department-tree/src/department-tree.d.vue.ts +9 -0
  197. package/dist/components/department-tree/src/department-tree.vue +419 -0
  198. package/dist/components/department-tree/src/department-tree.vue.d.ts +9 -0
  199. package/dist/components/department-tree.d.vue.ts +9 -0
  200. package/dist/components/department-tree.vue +409 -0
  201. package/dist/components/department-tree.vue.d.ts +9 -0
  202. package/dist/components/expand-attribute/index.d.ts +1 -0
  203. package/dist/components/expand-attribute/index.mjs +1 -0
  204. package/dist/components/expand-attribute/src/expand-attribute.d.vue.ts +10 -0
  205. package/dist/components/expand-attribute/src/expand-attribute.vue +116 -0
  206. package/dist/components/expand-attribute/src/expand-attribute.vue.d.ts +10 -0
  207. package/dist/components/expand-attribute.d.vue.ts +10 -0
  208. package/dist/components/expand-attribute.vue +116 -0
  209. package/dist/components/expand-attribute.vue.d.ts +10 -0
  210. package/dist/components/gender-tag.d.vue.ts +32 -0
  211. package/dist/components/gender-tag.vue +111 -0
  212. package/dist/components/gender-tag.vue.d.ts +32 -0
  213. package/dist/components/import-file/index.d.ts +1 -0
  214. package/dist/components/import-file/index.mjs +1 -0
  215. package/dist/components/import-file/src/import-file.d.vue.ts +67 -0
  216. package/dist/components/import-file/src/import-file.vue +216 -0
  217. package/dist/components/import-file/src/import-file.vue.d.ts +67 -0
  218. package/dist/components/main-container/index.d.ts +1 -0
  219. package/dist/components/main-container/index.mjs +1 -0
  220. package/dist/components/main-container/src/main-container.d.vue.ts +28 -0
  221. package/dist/components/main-container/src/main-container.vue +50 -0
  222. package/dist/components/main-container/src/main-container.vue.d.ts +28 -0
  223. package/dist/components/main-container.d.vue.ts +28 -0
  224. package/dist/components/main-container.vue +50 -0
  225. package/dist/components/main-container.vue.d.ts +28 -0
  226. package/dist/components/organ-account-select/index.d.ts +1 -0
  227. package/dist/components/organ-account-select/index.mjs +1 -0
  228. package/dist/components/organ-account-select/src/organ-account-select.d.vue.ts +41 -0
  229. package/dist/components/organ-account-select/src/organ-account-select.vue +403 -0
  230. package/dist/components/organ-account-select/src/organ-account-select.vue.d.ts +41 -0
  231. package/dist/components/seal/seal-designer.d.vue.ts +19 -0
  232. package/dist/components/seal/seal-designer.vue +289 -0
  233. package/dist/components/seal/seal-designer.vue.d.ts +19 -0
  234. package/dist/components/seal/seal-selector.d.vue.ts +25 -0
  235. package/dist/components/seal/seal-selector.vue +272 -0
  236. package/dist/components/seal/seal-selector.vue.d.ts +25 -0
  237. package/dist/components/upload-img/index.d.ts +1 -0
  238. package/dist/components/upload-img/index.mjs +1 -0
  239. package/dist/components/upload-img/src/upload-img.d.vue.ts +35 -0
  240. package/dist/components/upload-img/src/upload-img.vue +169 -0
  241. package/dist/components/upload-img/src/upload-img.vue.d.ts +35 -0
  242. package/dist/components/upload-img-new/index.d.ts +2 -0
  243. package/dist/components/upload-img-new/index.mjs +1 -0
  244. package/dist/components/upload-img-new/src/upload-img-new.d.vue.ts +72 -0
  245. package/dist/components/upload-img-new/src/upload-img-new.vue +423 -0
  246. package/dist/components/upload-img-new/src/upload-img-new.vue.d.ts +72 -0
  247. package/dist/components/user-extend-manage.d.vue.ts +2 -0
  248. package/dist/components/user-extend-manage.vue +590 -0
  249. package/dist/components/user-extend-manage.vue.d.ts +2 -0
  250. package/dist/components/user-form.d.vue.ts +16 -0
  251. package/dist/components/user-form.vue +686 -0
  252. package/dist/components/user-form.vue.d.ts +16 -0
  253. package/dist/components/user-import.d.vue.ts +4 -0
  254. package/dist/components/user-import.vue +98 -0
  255. package/dist/components/user-import.vue.d.ts +4 -0
  256. package/dist/components/user-management.d.vue.ts +2 -0
  257. package/dist/components/user-management.vue +709 -0
  258. package/dist/components/user-management.vue.d.ts +2 -0
  259. package/dist/components/websocket-status/index.d.vue.ts +2 -0
  260. package/dist/components/websocket-status/index.vue +124 -0
  261. package/dist/components/websocket-status/index.vue.d.ts +2 -0
  262. package/dist/components/work-transfer.d.vue.ts +8 -0
  263. package/dist/components/work-transfer.vue +127 -0
  264. package/dist/components/work-transfer.vue.d.ts +8 -0
  265. package/dist/hooks/useDict.d.ts +14 -0
  266. package/dist/hooks/useDict.mjs +42 -0
  267. package/dist/index.d.ts +11 -0
  268. package/dist/index.mjs +15 -0
  269. package/dist/plugin.d.ts +3 -0
  270. package/dist/plugin.mjs +31 -0
  271. package/dist/store/auth.d.ts +33 -0
  272. package/dist/store/auth.mjs +141 -0
  273. package/dist/store/dict.d.ts +34 -0
  274. package/dist/store/dict.mjs +42 -0
  275. package/dist/store/index.d.ts +2 -0
  276. package/dist/store/index.mjs +2 -0
  277. package/dist/store/websocket.d.ts +108 -0
  278. package/dist/store/websocket.mjs +387 -0
  279. package/dist/store/ws-notification.d.ts +25 -0
  280. package/dist/store/ws-notification.mjs +82 -0
  281. package/dist/types.d.ts +25 -0
  282. package/dist/types.mjs +0 -0
  283. package/dist/utils/config-sync.d.ts +4 -0
  284. package/dist/utils/config-sync.mjs +8 -0
  285. package/dist/utils/file.d.ts +37 -0
  286. package/dist/utils/file.mjs +54 -0
  287. package/dist/utils/index.d.ts +23 -0
  288. package/dist/utils/index.mjs +93 -0
  289. package/dist/utils/init-icons.d.ts +5 -0
  290. package/dist/utils/init-icons.mjs +92 -0
  291. package/dist/utils/treeUtil.d.ts +31 -0
  292. package/dist/utils/treeUtil.mjs +59 -0
  293. package/dist/utils/useAuthenticatedHtml.d.ts +13 -0
  294. package/dist/utils/useAuthenticatedHtml.mjs +66 -0
  295. package/dist/views/_core/about/index.d.vue.ts +2 -0
  296. package/dist/views/_core/about/index.vue +9 -0
  297. package/dist/views/_core/about/index.vue.d.ts +2 -0
  298. package/dist/views/_core/authentication/code-login.d.vue.ts +2 -0
  299. package/dist/views/_core/authentication/code-login.vue +69 -0
  300. package/dist/views/_core/authentication/code-login.vue.d.ts +2 -0
  301. package/dist/views/_core/authentication/forget-password.d.vue.ts +2 -0
  302. package/dist/views/_core/authentication/forget-password.vue +43 -0
  303. package/dist/views/_core/authentication/forget-password.vue.d.ts +2 -0
  304. package/dist/views/_core/authentication/login.d.vue.ts +2 -0
  305. package/dist/views/_core/authentication/login.vue +105 -0
  306. package/dist/views/_core/authentication/login.vue.d.ts +2 -0
  307. package/dist/views/_core/authentication/qrcode-login.d.vue.ts +2 -0
  308. package/dist/views/_core/authentication/qrcode-login.vue +10 -0
  309. package/dist/views/_core/authentication/qrcode-login.vue.d.ts +2 -0
  310. package/dist/views/_core/authentication/register.d.vue.ts +2 -0
  311. package/dist/views/_core/authentication/register.vue +96 -0
  312. package/dist/views/_core/authentication/register.vue.d.ts +2 -0
  313. package/dist/views/_core/fallback/coming-soon.d.vue.ts +2 -0
  314. package/dist/views/_core/fallback/coming-soon.vue +7 -0
  315. package/dist/views/_core/fallback/coming-soon.vue.d.ts +2 -0
  316. package/dist/views/_core/fallback/forbidden.d.vue.ts +2 -0
  317. package/dist/views/_core/fallback/forbidden.vue +9 -0
  318. package/dist/views/_core/fallback/forbidden.vue.d.ts +2 -0
  319. package/dist/views/_core/fallback/internal-error.d.vue.ts +2 -0
  320. package/dist/views/_core/fallback/internal-error.vue +9 -0
  321. package/dist/views/_core/fallback/internal-error.vue.d.ts +2 -0
  322. package/dist/views/_core/fallback/not-found.d.vue.ts +2 -0
  323. package/dist/views/_core/fallback/not-found.vue +9 -0
  324. package/dist/views/_core/fallback/not-found.vue.d.ts +2 -0
  325. package/dist/views/_core/fallback/offline.d.vue.ts +2 -0
  326. package/dist/views/_core/fallback/offline.vue +9 -0
  327. package/dist/views/_core/fallback/offline.vue.d.ts +2 -0
  328. package/dist/views/codegen/generate/components/CodePreviewModal.d.vue.ts +14 -0
  329. package/dist/views/codegen/generate/components/CodePreviewModal.vue +1161 -0
  330. package/dist/views/codegen/generate/components/CodePreviewModal.vue.d.ts +14 -0
  331. package/dist/views/codegen/generate/components/GenerateConfigModal.d.vue.ts +15 -0
  332. package/dist/views/codegen/generate/components/GenerateConfigModal.vue +1005 -0
  333. package/dist/views/codegen/generate/components/GenerateConfigModal.vue.d.ts +15 -0
  334. package/dist/views/codegen/generate/components/TableInfoModal.d.vue.ts +10 -0
  335. package/dist/views/codegen/generate/components/TableInfoModal.vue +276 -0
  336. package/dist/views/codegen/generate/components/TableInfoModal.vue.d.ts +10 -0
  337. package/dist/views/codegen/generate/components/preview-modal.d.vue.ts +16 -0
  338. package/dist/views/codegen/generate/components/preview-modal.vue +446 -0
  339. package/dist/views/codegen/generate/components/preview-modal.vue.d.ts +16 -0
  340. package/dist/views/codegen/generate/index.d.vue.ts +2 -0
  341. package/dist/views/codegen/generate/index.vue +332 -0
  342. package/dist/views/codegen/generate/index.vue.d.ts +2 -0
  343. package/dist/views/codegen/generate/table-info.d.vue.ts +2 -0
  344. package/dist/views/codegen/generate/table-info.vue +381 -0
  345. package/dist/views/codegen/generate/table-info.vue.d.ts +2 -0
  346. package/dist/views/codegen/generate/types/index.d.ts +394 -0
  347. package/dist/views/codegen/generate/types/index.mjs +26 -0
  348. package/dist/views/codegen/template-manage/components/TemplateFileEditorModal.d.vue.ts +14 -0
  349. package/dist/views/codegen/template-manage/components/TemplateFileEditorModal.vue +541 -0
  350. package/dist/views/codegen/template-manage/components/TemplateFileEditorModal.vue.d.ts +14 -0
  351. package/dist/views/codegen/template-manage/components/TemplateFileModal.d.vue.ts +14 -0
  352. package/dist/views/codegen/template-manage/components/TemplateFileModal.vue +354 -0
  353. package/dist/views/codegen/template-manage/components/TemplateFileModal.vue.d.ts +14 -0
  354. package/dist/views/codegen/template-manage/components/TemplateGroupModal.d.vue.ts +13 -0
  355. package/dist/views/codegen/template-manage/components/TemplateGroupModal.vue +295 -0
  356. package/dist/views/codegen/template-manage/components/TemplateGroupModal.vue.d.ts +13 -0
  357. package/dist/views/codegen/template-manage/files/index.d.vue.ts +9 -0
  358. package/dist/views/codegen/template-manage/files/index.vue +459 -0
  359. package/dist/views/codegen/template-manage/files/index.vue.d.ts +9 -0
  360. package/dist/views/codegen/template-manage/index.d.vue.ts +2 -0
  361. package/dist/views/codegen/template-manage/index.vue +421 -0
  362. package/dist/views/codegen/template-manage/index.vue.d.ts +2 -0
  363. package/dist/views/codegen/template-manage/types.d.ts +168 -0
  364. package/dist/views/codegen/template-manage/types.mjs +0 -0
  365. package/dist/views/dashboard/analytics/analytics-trends.d.vue.ts +2 -0
  366. package/dist/views/dashboard/analytics/analytics-trends.vue +98 -0
  367. package/dist/views/dashboard/analytics/analytics-trends.vue.d.ts +2 -0
  368. package/dist/views/dashboard/analytics/analytics-visits-data.d.vue.ts +2 -0
  369. package/dist/views/dashboard/analytics/analytics-visits-data.vue +82 -0
  370. package/dist/views/dashboard/analytics/analytics-visits-data.vue.d.ts +2 -0
  371. package/dist/views/dashboard/analytics/analytics-visits-sales.d.vue.ts +2 -0
  372. package/dist/views/dashboard/analytics/analytics-visits-sales.vue +48 -0
  373. package/dist/views/dashboard/analytics/analytics-visits-sales.vue.d.ts +2 -0
  374. package/dist/views/dashboard/analytics/analytics-visits-source.d.vue.ts +2 -0
  375. package/dist/views/dashboard/analytics/analytics-visits-source.vue +67 -0
  376. package/dist/views/dashboard/analytics/analytics-visits-source.vue.d.ts +2 -0
  377. package/dist/views/dashboard/analytics/analytics-visits.d.vue.ts +2 -0
  378. package/dist/views/dashboard/analytics/analytics-visits.vue +55 -0
  379. package/dist/views/dashboard/analytics/analytics-visits.vue.d.ts +2 -0
  380. package/dist/views/dashboard/analytics/index.d.vue.ts +2 -0
  381. package/dist/views/dashboard/analytics/index.vue +90 -0
  382. package/dist/views/dashboard/analytics/index.vue.d.ts +2 -0
  383. package/dist/views/dashboard/workspace/index.d.vue.ts +2 -0
  384. package/dist/views/dashboard/workspace/index.vue +266 -0
  385. package/dist/views/dashboard/workspace/index.vue.d.ts +2 -0
  386. package/dist/views/data/data-connect/constants.d.ts +47 -0
  387. package/dist/views/data/data-connect/constants.mjs +21 -0
  388. package/dist/views/data/data-connect/data-connect-form.d.vue.ts +11 -0
  389. package/dist/views/data/data-connect/data-connect-form.vue +477 -0
  390. package/dist/views/data/data-connect/data-connect-form.vue.d.ts +11 -0
  391. package/dist/views/data/data-connect/index.d.vue.ts +2 -0
  392. package/dist/views/data/data-connect/index.vue +379 -0
  393. package/dist/views/data/data-connect/index.vue.d.ts +2 -0
  394. package/dist/views/data/data-modeling/components/common-field/common-field-form.d.vue.ts +10 -0
  395. package/dist/views/data/data-modeling/components/common-field/common-field-form.vue +174 -0
  396. package/dist/views/data/data-modeling/components/common-field/common-field-form.vue.d.ts +10 -0
  397. package/dist/views/data/data-modeling/components/common-field/common-fields.d.vue.ts +4 -0
  398. package/dist/views/data/data-modeling/components/common-field/common-fields.vue +171 -0
  399. package/dist/views/data/data-modeling/components/common-field/common-fields.vue.d.ts +4 -0
  400. package/dist/views/data/data-modeling/components/data-modeling-form-one.d.vue.ts +57 -0
  401. package/dist/views/data/data-modeling/components/data-modeling-form-one.vue +265 -0
  402. package/dist/views/data/data-modeling/components/data-modeling-form-one.vue.d.ts +57 -0
  403. package/dist/views/data/data-modeling/components/data-modeling-form-two.d.vue.ts +57 -0
  404. package/dist/views/data/data-modeling/components/data-modeling-form-two.vue +561 -0
  405. package/dist/views/data/data-modeling/components/data-modeling-form-two.vue.d.ts +57 -0
  406. package/dist/views/data/data-modeling/components/data-modeling-form.d.vue.ts +11 -0
  407. package/dist/views/data/data-modeling/components/data-modeling-form.vue +188 -0
  408. package/dist/views/data/data-modeling/components/data-modeling-form.vue.d.ts +11 -0
  409. package/dist/views/data/data-modeling/components/data-preview.d.vue.ts +14 -0
  410. package/dist/views/data/data-modeling/components/data-preview.vue +130 -0
  411. package/dist/views/data/data-modeling/components/data-preview.vue.d.ts +14 -0
  412. package/dist/views/data/data-modeling/index.d.vue.ts +2 -0
  413. package/dist/views/data/data-modeling/index.vue +376 -0
  414. package/dist/views/data/data-modeling/index.vue.d.ts +2 -0
  415. package/dist/views/data/interface-oauth/components/interface-oauth-log.d.vue.ts +6 -0
  416. package/dist/views/data/interface-oauth/components/interface-oauth-log.vue +79 -0
  417. package/dist/views/data/interface-oauth/components/interface-oauth-log.vue.d.ts +6 -0
  418. package/dist/views/data/interface-oauth/components/interface-oauth.d.vue.ts +40 -0
  419. package/dist/views/data/interface-oauth/components/interface-oauth.vue +151 -0
  420. package/dist/views/data/interface-oauth/components/interface-oauth.vue.d.ts +40 -0
  421. package/dist/views/data/interface-oauth/components/interface-table.d.vue.ts +5 -0
  422. package/dist/views/data/interface-oauth/components/interface-table.vue +70 -0
  423. package/dist/views/data/interface-oauth/components/interface-table.vue.d.ts +5 -0
  424. package/dist/views/data/interface-oauth/components/user-table.d.vue.ts +5 -0
  425. package/dist/views/data/interface-oauth/components/user-table.vue +50 -0
  426. package/dist/views/data/interface-oauth/components/user-table.vue.d.ts +5 -0
  427. package/dist/views/data/interface-oauth/components/verify-signature-description.d.vue.ts +2 -0
  428. package/dist/views/data/interface-oauth/components/verify-signature-description.vue +290 -0
  429. package/dist/views/data/interface-oauth/components/verify-signature-description.vue.d.ts +2 -0
  430. package/dist/views/data/interface-oauth/index.d.vue.ts +2 -0
  431. package/dist/views/data/interface-oauth/index.vue +463 -0
  432. package/dist/views/data/interface-oauth/index.vue.d.ts +2 -0
  433. package/dist/views/data/interface-oauth/interface-oauth-form.d.vue.ts +10 -0
  434. package/dist/views/data/interface-oauth/interface-oauth-form.vue +357 -0
  435. package/dist/views/data/interface-oauth/interface-oauth-form.vue.d.ts +10 -0
  436. package/dist/views/demo-case/affix/index.d.vue.ts +2 -0
  437. package/dist/views/demo-case/affix/index.vue +68 -0
  438. package/dist/views/demo-case/affix/index.vue.d.ts +2 -0
  439. package/dist/views/demo-case/alert/index.d.vue.ts +2 -0
  440. package/dist/views/demo-case/alert/index.vue +139 -0
  441. package/dist/views/demo-case/alert/index.vue.d.ts +2 -0
  442. package/dist/views/demo-case/anchor/index.d.vue.ts +2 -0
  443. package/dist/views/demo-case/anchor/index.vue +93 -0
  444. package/dist/views/demo-case/anchor/index.vue.d.ts +2 -0
  445. package/dist/views/demo-case/avatar/index.d.vue.ts +2 -0
  446. package/dist/views/demo-case/avatar/index.vue +331 -0
  447. package/dist/views/demo-case/avatar/index.vue.d.ts +2 -0
  448. package/dist/views/demo-case/badge/index.d.vue.ts +2 -0
  449. package/dist/views/demo-case/badge/index.vue +391 -0
  450. package/dist/views/demo-case/badge/index.vue.d.ts +2 -0
  451. package/dist/views/demo-case/border/index.d.vue.ts +2 -0
  452. package/dist/views/demo-case/border/index.vue +227 -0
  453. package/dist/views/demo-case/border/index.vue.d.ts +2 -0
  454. package/dist/views/demo-case/breadcrumb/index.d.vue.ts +2 -0
  455. package/dist/views/demo-case/breadcrumb/index.vue +77 -0
  456. package/dist/views/demo-case/breadcrumb/index.vue.d.ts +2 -0
  457. package/dist/views/demo-case/button/index.d.vue.ts +2 -0
  458. package/dist/views/demo-case/button/index.vue +257 -0
  459. package/dist/views/demo-case/button/index.vue.d.ts +2 -0
  460. package/dist/views/demo-case/calendar/index.d.vue.ts +2 -0
  461. package/dist/views/demo-case/calendar/index.vue +108 -0
  462. package/dist/views/demo-case/calendar/index.vue.d.ts +2 -0
  463. package/dist/views/demo-case/card/index.d.vue.ts +2 -0
  464. package/dist/views/demo-case/card/index.vue +290 -0
  465. package/dist/views/demo-case/card/index.vue.d.ts +2 -0
  466. package/dist/views/demo-case/carousel/index.d.vue.ts +2 -0
  467. package/dist/views/demo-case/carousel/index.vue +149 -0
  468. package/dist/views/demo-case/carousel/index.vue.d.ts +2 -0
  469. package/dist/views/demo-case/cascader/index.d.vue.ts +2 -0
  470. package/dist/views/demo-case/cascader/index.vue +243 -0
  471. package/dist/views/demo-case/cascader/index.vue.d.ts +2 -0
  472. package/dist/views/demo-case/checkbox/index.d.vue.ts +2 -0
  473. package/dist/views/demo-case/checkbox/index.vue +236 -0
  474. package/dist/views/demo-case/checkbox/index.vue.d.ts +2 -0
  475. package/dist/views/demo-case/collapse/index.d.vue.ts +2 -0
  476. package/dist/views/demo-case/collapse/index.vue +161 -0
  477. package/dist/views/demo-case/collapse/index.vue.d.ts +2 -0
  478. package/dist/views/demo-case/color/index.d.vue.ts +2 -0
  479. package/dist/views/demo-case/color/index.vue +328 -0
  480. package/dist/views/demo-case/color/index.vue.d.ts +2 -0
  481. package/dist/views/demo-case/container/index.d.vue.ts +2 -0
  482. package/dist/views/demo-case/container/index.vue +195 -0
  483. package/dist/views/demo-case/container/index.vue.d.ts +2 -0
  484. package/dist/views/demo-case/datepicker/index.d.vue.ts +2 -0
  485. package/dist/views/demo-case/datepicker/index.vue +219 -0
  486. package/dist/views/demo-case/datepicker/index.vue.d.ts +2 -0
  487. package/dist/views/demo-case/datetimepicker/index.d.vue.ts +2 -0
  488. package/dist/views/demo-case/datetimepicker/index.vue +99 -0
  489. package/dist/views/demo-case/datetimepicker/index.vue.d.ts +2 -0
  490. package/dist/views/demo-case/descriptions/index.d.vue.ts +2 -0
  491. package/dist/views/demo-case/descriptions/index.vue +159 -0
  492. package/dist/views/demo-case/descriptions/index.vue.d.ts +2 -0
  493. package/dist/views/demo-case/dialog/index.d.vue.ts +2 -0
  494. package/dist/views/demo-case/dialog/index.vue +302 -0
  495. package/dist/views/demo-case/dialog/index.vue.d.ts +2 -0
  496. package/dist/views/demo-case/divider/index.d.vue.ts +2 -0
  497. package/dist/views/demo-case/divider/index.vue +192 -0
  498. package/dist/views/demo-case/divider/index.vue.d.ts +2 -0
  499. package/dist/views/demo-case/drawer/index.d.vue.ts +2 -0
  500. package/dist/views/demo-case/drawer/index.vue +211 -0
  501. package/dist/views/demo-case/drawer/index.vue.d.ts +2 -0
  502. package/dist/views/demo-case/dropdown/index.d.vue.ts +2 -0
  503. package/dist/views/demo-case/dropdown/index.vue +171 -0
  504. package/dist/views/demo-case/dropdown/index.vue.d.ts +2 -0
  505. package/dist/views/demo-case/empty/index.d.vue.ts +2 -0
  506. package/dist/views/demo-case/empty/index.vue +165 -0
  507. package/dist/views/demo-case/empty/index.vue.d.ts +2 -0
  508. package/dist/views/demo-case/form/index.d.vue.ts +2 -0
  509. package/dist/views/demo-case/form/index.vue +435 -0
  510. package/dist/views/demo-case/form/index.vue.d.ts +2 -0
  511. package/dist/views/demo-case/image/index.d.vue.ts +2 -0
  512. package/dist/views/demo-case/image/index.vue +283 -0
  513. package/dist/views/demo-case/image/index.vue.d.ts +2 -0
  514. package/dist/views/demo-case/infinite-scroll/index.d.vue.ts +2 -0
  515. package/dist/views/demo-case/infinite-scroll/index.vue +238 -0
  516. package/dist/views/demo-case/infinite-scroll/index.vue.d.ts +2 -0
  517. package/dist/views/demo-case/input/index.d.vue.ts +2 -0
  518. package/dist/views/demo-case/input/index.vue +338 -0
  519. package/dist/views/demo-case/input/index.vue.d.ts +2 -0
  520. package/dist/views/demo-case/input-number/index.d.vue.ts +2 -0
  521. package/dist/views/demo-case/input-number/index.vue +184 -0
  522. package/dist/views/demo-case/input-number/index.vue.d.ts +2 -0
  523. package/dist/views/demo-case/input-tag/index.d.vue.ts +2 -0
  524. package/dist/views/demo-case/input-tag/index.vue +197 -0
  525. package/dist/views/demo-case/input-tag/index.vue.d.ts +2 -0
  526. package/dist/views/demo-case/layout/index.d.vue.ts +2 -0
  527. package/dist/views/demo-case/layout/index.vue +253 -0
  528. package/dist/views/demo-case/layout/index.vue.d.ts +2 -0
  529. package/dist/views/demo-case/link/index.d.vue.ts +2 -0
  530. package/dist/views/demo-case/link/index.vue +125 -0
  531. package/dist/views/demo-case/link/index.vue.d.ts +2 -0
  532. package/dist/views/demo-case/mention/index.d.vue.ts +2 -0
  533. package/dist/views/demo-case/mention/index.vue +92 -0
  534. package/dist/views/demo-case/mention/index.vue.d.ts +2 -0
  535. package/dist/views/demo-case/menu/index.d.vue.ts +2 -0
  536. package/dist/views/demo-case/menu/index.vue +198 -0
  537. package/dist/views/demo-case/menu/index.vue.d.ts +2 -0
  538. package/dist/views/demo-case/message/index.d.vue.ts +4 -0
  539. package/dist/views/demo-case/message/index.vue +165 -0
  540. package/dist/views/demo-case/message/index.vue.d.ts +4 -0
  541. package/dist/views/demo-case/message-box/index.d.vue.ts +2 -0
  542. package/dist/views/demo-case/message-box/index.vue +263 -0
  543. package/dist/views/demo-case/message-box/index.vue.d.ts +2 -0
  544. package/dist/views/demo-case/notification/index.d.vue.ts +2 -0
  545. package/dist/views/demo-case/notification/index.vue +210 -0
  546. package/dist/views/demo-case/notification/index.vue.d.ts +2 -0
  547. package/dist/views/demo-case/page-header/index.d.vue.ts +2 -0
  548. package/dist/views/demo-case/page-header/index.vue +171 -0
  549. package/dist/views/demo-case/page-header/index.vue.d.ts +2 -0
  550. package/dist/views/demo-case/pagination/index.d.vue.ts +2 -0
  551. package/dist/views/demo-case/pagination/index.vue +349 -0
  552. package/dist/views/demo-case/pagination/index.vue.d.ts +2 -0
  553. package/dist/views/demo-case/popconfirm/index.d.vue.ts +2 -0
  554. package/dist/views/demo-case/popconfirm/index.vue +397 -0
  555. package/dist/views/demo-case/popconfirm/index.vue.d.ts +2 -0
  556. package/dist/views/demo-case/progress/index.d.vue.ts +2 -0
  557. package/dist/views/demo-case/progress/index.vue +371 -0
  558. package/dist/views/demo-case/progress/index.vue.d.ts +2 -0
  559. package/dist/views/demo-case/radio/index.d.vue.ts +2 -0
  560. package/dist/views/demo-case/radio/index.vue +136 -0
  561. package/dist/views/demo-case/radio/index.vue.d.ts +2 -0
  562. package/dist/views/demo-case/rate/index.d.vue.ts +2 -0
  563. package/dist/views/demo-case/rate/index.vue +203 -0
  564. package/dist/views/demo-case/rate/index.vue.d.ts +2 -0
  565. package/dist/views/demo-case/result/index.d.vue.ts +2 -0
  566. package/dist/views/demo-case/result/index.vue +227 -0
  567. package/dist/views/demo-case/result/index.vue.d.ts +2 -0
  568. package/dist/views/demo-case/scrollbar/index.d.vue.ts +2 -0
  569. package/dist/views/demo-case/scrollbar/index.vue +91 -0
  570. package/dist/views/demo-case/scrollbar/index.vue.d.ts +2 -0
  571. package/dist/views/demo-case/seal-usage/index.d.vue.ts +2 -0
  572. package/dist/views/demo-case/seal-usage/index.vue +1461 -0
  573. package/dist/views/demo-case/seal-usage/index.vue.d.ts +2 -0
  574. package/dist/views/demo-case/segmented/index.d.vue.ts +2 -0
  575. package/dist/views/demo-case/segmented/index.vue +233 -0
  576. package/dist/views/demo-case/segmented/index.vue.d.ts +2 -0
  577. package/dist/views/demo-case/select/index.d.vue.ts +2 -0
  578. package/dist/views/demo-case/select/index.vue +391 -0
  579. package/dist/views/demo-case/select/index.vue.d.ts +2 -0
  580. package/dist/views/demo-case/skeleton/index.d.vue.ts +2 -0
  581. package/dist/views/demo-case/skeleton/index.vue +205 -0
  582. package/dist/views/demo-case/skeleton/index.vue.d.ts +2 -0
  583. package/dist/views/demo-case/slider/index.d.vue.ts +2 -0
  584. package/dist/views/demo-case/slider/index.vue +172 -0
  585. package/dist/views/demo-case/slider/index.vue.d.ts +2 -0
  586. package/dist/views/demo-case/statistic/index.d.vue.ts +2 -0
  587. package/dist/views/demo-case/statistic/index.vue +248 -0
  588. package/dist/views/demo-case/statistic/index.vue.d.ts +2 -0
  589. package/dist/views/demo-case/steps/index.d.vue.ts +2 -0
  590. package/dist/views/demo-case/steps/index.vue +127 -0
  591. package/dist/views/demo-case/steps/index.vue.d.ts +2 -0
  592. package/dist/views/demo-case/switch/index.d.vue.ts +2 -0
  593. package/dist/views/demo-case/switch/index.vue +151 -0
  594. package/dist/views/demo-case/switch/index.vue.d.ts +2 -0
  595. package/dist/views/demo-case/table/index.d.vue.ts +2 -0
  596. package/dist/views/demo-case/table/index.vue +338 -0
  597. package/dist/views/demo-case/table/index.vue.d.ts +2 -0
  598. package/dist/views/demo-case/tabs/index.d.vue.ts +2 -0
  599. package/dist/views/demo-case/tabs/index.vue +166 -0
  600. package/dist/views/demo-case/tabs/index.vue.d.ts +2 -0
  601. package/dist/views/demo-case/tag/index.d.vue.ts +2 -0
  602. package/dist/views/demo-case/tag/index.vue +342 -0
  603. package/dist/views/demo-case/tag/index.vue.d.ts +2 -0
  604. package/dist/views/demo-case/time-picker/index.d.vue.ts +2 -0
  605. package/dist/views/demo-case/time-picker/index.vue +206 -0
  606. package/dist/views/demo-case/time-picker/index.vue.d.ts +2 -0
  607. package/dist/views/demo-case/time-select/index.d.vue.ts +2 -0
  608. package/dist/views/demo-case/time-select/index.vue +268 -0
  609. package/dist/views/demo-case/time-select/index.vue.d.ts +2 -0
  610. package/dist/views/demo-case/timeline/index.d.vue.ts +2 -0
  611. package/dist/views/demo-case/timeline/index.vue +258 -0
  612. package/dist/views/demo-case/timeline/index.vue.d.ts +2 -0
  613. package/dist/views/demo-case/tooltip/index.d.vue.ts +2 -0
  614. package/dist/views/demo-case/tooltip/index.vue +284 -0
  615. package/dist/views/demo-case/tooltip/index.vue.d.ts +2 -0
  616. package/dist/views/demo-case/transfer/index.d.vue.ts +2 -0
  617. package/dist/views/demo-case/transfer/index.vue +219 -0
  618. package/dist/views/demo-case/transfer/index.vue.d.ts +2 -0
  619. package/dist/views/demo-case/tree/index.d.vue.ts +2 -0
  620. package/dist/views/demo-case/tree/index.vue +367 -0
  621. package/dist/views/demo-case/tree/index.vue.d.ts +2 -0
  622. package/dist/views/demo-case/tree-select/index.d.vue.ts +2 -0
  623. package/dist/views/demo-case/tree-select/index.vue +525 -0
  624. package/dist/views/demo-case/tree-select/index.vue.d.ts +2 -0
  625. package/dist/views/demo-case/typography/index.d.vue.ts +2 -0
  626. package/dist/views/demo-case/typography/index.vue +222 -0
  627. package/dist/views/demo-case/typography/index.vue.d.ts +2 -0
  628. package/dist/views/demo-case/upload/index.d.vue.ts +2 -0
  629. package/dist/views/demo-case/upload/index.vue +285 -0
  630. package/dist/views/demo-case/upload/index.vue.d.ts +2 -0
  631. package/dist/views/demo-case/watermark/index.d.vue.ts +2 -0
  632. package/dist/views/demo-case/watermark/index.vue +248 -0
  633. package/dist/views/demo-case/watermark/index.vue.d.ts +2 -0
  634. package/dist/views/file/file-config/file-config-form.d.vue.ts +9 -0
  635. package/dist/views/file/file-config/file-config-form.vue +592 -0
  636. package/dist/views/file/file-config/file-config-form.vue.d.ts +9 -0
  637. package/dist/views/file/file-config/index.d.vue.ts +2 -0
  638. package/dist/views/file/file-config/index.vue +326 -0
  639. package/dist/views/file/file-config/index.vue.d.ts +2 -0
  640. package/dist/views/file/file-list/components/FileUploadDialog.d.vue.ts +11 -0
  641. package/dist/views/file/file-list/components/FileUploadDialog.vue +253 -0
  642. package/dist/views/file/file-list/components/FileUploadDialog.vue.d.ts +11 -0
  643. package/dist/views/file/file-list/components/ImagePreview.d.vue.ts +10 -0
  644. package/dist/views/file/file-list/components/ImagePreview.vue +66 -0
  645. package/dist/views/file/file-list/components/ImagePreview.vue.d.ts +10 -0
  646. package/dist/views/file/file-list/index.d.vue.ts +2 -0
  647. package/dist/views/file/file-list/index.vue +357 -0
  648. package/dist/views/file/file-list/index.vue.d.ts +2 -0
  649. package/dist/views/home/index.d.vue.ts +2 -0
  650. package/dist/views/home/index.vue +35 -0
  651. package/dist/views/home/index.vue.d.ts +2 -0
  652. package/dist/views/login/components/login-form.d.vue.ts +7 -0
  653. package/dist/views/login/components/login-form.vue +666 -0
  654. package/dist/views/login/components/login-form.vue.d.ts +7 -0
  655. package/dist/views/login/components/security-code.d.vue.ts +10 -0
  656. package/dist/views/login/components/security-code.vue +71 -0
  657. package/dist/views/login/components/security-code.vue.d.ts +10 -0
  658. package/dist/views/login/components/update-password.d.vue.ts +5 -0
  659. package/dist/views/login/components/update-password.vue +182 -0
  660. package/dist/views/login/components/update-password.vue.d.ts +5 -0
  661. package/dist/views/login/index.d.vue.ts +2 -0
  662. package/dist/views/login/index.vue +289 -0
  663. package/dist/views/login/index.vue.d.ts +2 -0
  664. package/dist/views/login/sso/index.d.vue.ts +2 -0
  665. package/dist/views/login/sso/index.vue +60 -0
  666. package/dist/views/login/sso/index.vue.d.ts +2 -0
  667. package/dist/views/navHome/index.d.vue.ts +3 -0
  668. package/dist/views/navHome/index.vue +479 -0
  669. package/dist/views/navHome/index.vue.d.ts +3 -0
  670. package/dist/views/personal-center/components/avatar-name.d.vue.ts +2 -0
  671. package/dist/views/personal-center/components/avatar-name.vue +93 -0
  672. package/dist/views/personal-center/components/avatar-name.vue.d.ts +2 -0
  673. package/dist/views/personal-center/components/basic-info.d.vue.ts +6 -0
  674. package/dist/views/personal-center/components/basic-info.vue +327 -0
  675. package/dist/views/personal-center/components/basic-info.vue.d.ts +6 -0
  676. package/dist/views/personal-center/components/department-form.d.vue.ts +6 -0
  677. package/dist/views/personal-center/components/department-form.vue +133 -0
  678. package/dist/views/personal-center/components/department-form.vue.d.ts +6 -0
  679. package/dist/views/personal-center/components/login-log.d.vue.ts +2 -0
  680. package/dist/views/personal-center/components/login-log.vue +147 -0
  681. package/dist/views/personal-center/components/login-log.vue.d.ts +2 -0
  682. package/dist/views/personal-center/components/sys-permission.d.vue.ts +6 -0
  683. package/dist/views/personal-center/components/sys-permission.vue +168 -0
  684. package/dist/views/personal-center/components/sys-permission.vue.d.ts +6 -0
  685. package/dist/views/personal-center/components/tabs.d.vue.ts +15 -0
  686. package/dist/views/personal-center/components/tabs.vue +49 -0
  687. package/dist/views/personal-center/components/tabs.vue.d.ts +15 -0
  688. package/dist/views/personal-center/components/update-password.d.vue.ts +2 -0
  689. package/dist/views/personal-center/components/update-password.vue +161 -0
  690. package/dist/views/personal-center/components/update-password.vue.d.ts +2 -0
  691. package/dist/views/personal-center/index.d.vue.ts +2 -0
  692. package/dist/views/personal-center/index.vue +110 -0
  693. package/dist/views/personal-center/index.vue.d.ts +2 -0
  694. package/dist/views/screen/index.d.vue.ts +2 -0
  695. package/dist/views/screen/index.vue +62 -0
  696. package/dist/views/screen/index.vue.d.ts +2 -0
  697. package/dist/views/sys/account/components/account-form.d.vue.ts +14 -0
  698. package/dist/views/sys/account/components/account-form.vue +581 -0
  699. package/dist/views/sys/account/components/account-form.vue.d.ts +14 -0
  700. package/dist/views/sys/account/components/account-import.d.vue.ts +4 -0
  701. package/dist/views/sys/account/components/account-import.vue +100 -0
  702. package/dist/views/sys/account/components/account-import.vue.d.ts +4 -0
  703. package/dist/views/sys/account/components/sub-positions.d.vue.ts +14 -0
  704. package/dist/views/sys/account/components/sub-positions.vue +282 -0
  705. package/dist/views/sys/account/components/sub-positions.vue.d.ts +14 -0
  706. package/dist/views/sys/account/index.d.vue.ts +2 -0
  707. package/dist/views/sys/account/index.vue +601 -0
  708. package/dist/views/sys/account/index.vue.d.ts +2 -0
  709. package/dist/views/sys/app-menu/application/app-form.d.vue.ts +35 -0
  710. package/dist/views/sys/app-menu/application/app-form.vue +860 -0
  711. package/dist/views/sys/app-menu/application/app-form.vue.d.ts +35 -0
  712. package/dist/views/sys/app-menu/application/application-extend-manage.d.vue.ts +2 -0
  713. package/dist/views/sys/app-menu/application/application-extend-manage.vue +596 -0
  714. package/dist/views/sys/app-menu/application/application-extend-manage.vue.d.ts +2 -0
  715. package/dist/views/sys/app-menu/application/index.d.vue.ts +2 -0
  716. package/dist/views/sys/app-menu/application/index.vue +868 -0
  717. package/dist/views/sys/app-menu/application/index.vue.d.ts +2 -0
  718. package/dist/views/sys/app-menu/components/select-icon.d.vue.ts +7 -0
  719. package/dist/views/sys/app-menu/components/select-icon.vue +57 -0
  720. package/dist/views/sys/app-menu/components/select-icon.vue.d.ts +7 -0
  721. package/dist/views/sys/app-menu/config/account/index.d.vue.ts +5 -0
  722. package/dist/views/sys/app-menu/config/account/index.vue +202 -0
  723. package/dist/views/sys/app-menu/config/account/index.vue.d.ts +5 -0
  724. package/dist/views/sys/app-menu/config/account/link-account.d.vue.ts +7 -0
  725. package/dist/views/sys/app-menu/config/account/link-account.vue +110 -0
  726. package/dist/views/sys/app-menu/config/account/link-account.vue.d.ts +7 -0
  727. package/dist/views/sys/app-menu/config/auth/auth-form.d.vue.ts +17 -0
  728. package/dist/views/sys/app-menu/config/auth/auth-form.vue +733 -0
  729. package/dist/views/sys/app-menu/config/auth/auth-form.vue.d.ts +17 -0
  730. package/dist/views/sys/app-menu/config/auth/index.d.vue.ts +6 -0
  731. package/dist/views/sys/app-menu/config/auth/index.vue +211 -0
  732. package/dist/views/sys/app-menu/config/auth/index.vue.d.ts +6 -0
  733. package/dist/views/sys/app-menu/config/index.d.vue.ts +6 -0
  734. package/dist/views/sys/app-menu/config/index.vue +55 -0
  735. package/dist/views/sys/app-menu/config/index.vue.d.ts +6 -0
  736. package/dist/views/sys/app-menu/config/organ/index.d.vue.ts +5 -0
  737. package/dist/views/sys/app-menu/config/organ/index.vue +359 -0
  738. package/dist/views/sys/app-menu/config/organ/index.vue.d.ts +5 -0
  739. package/dist/views/sys/app-menu/config/organ/link-organ.d.vue.ts +8 -0
  740. package/dist/views/sys/app-menu/config/organ/link-organ.vue +309 -0
  741. package/dist/views/sys/app-menu/config/organ/link-organ.vue.d.ts +8 -0
  742. package/dist/views/sys/app-menu/config/role/index.d.vue.ts +5 -0
  743. package/dist/views/sys/app-menu/config/role/index.vue +192 -0
  744. package/dist/views/sys/app-menu/config/role/index.vue.d.ts +5 -0
  745. package/dist/views/sys/app-menu/config/role/link-role.d.vue.ts +7 -0
  746. package/dist/views/sys/app-menu/config/role/link-role.vue +109 -0
  747. package/dist/views/sys/app-menu/config/role/link-role.vue.d.ts +7 -0
  748. package/dist/views/sys/app-menu/index.d.vue.ts +2 -0
  749. package/dist/views/sys/app-menu/index.vue +54 -0
  750. package/dist/views/sys/app-menu/index.vue.d.ts +2 -0
  751. package/dist/views/sys/app-menu/menu/components/label-selector.d.vue.ts +29 -0
  752. package/dist/views/sys/app-menu/menu/components/label-selector.vue +379 -0
  753. package/dist/views/sys/app-menu/menu/components/label-selector.vue.d.ts +29 -0
  754. package/dist/views/sys/app-menu/menu/index.d.vue.ts +6 -0
  755. package/dist/views/sys/app-menu/menu/index.vue +1071 -0
  756. package/dist/views/sys/app-menu/menu/index.vue.d.ts +6 -0
  757. package/dist/views/sys/app-menu/menu/menu-extend-manage.d.vue.ts +6 -0
  758. package/dist/views/sys/app-menu/menu/menu-extend-manage.vue +612 -0
  759. package/dist/views/sys/app-menu/menu/menu-extend-manage.vue.d.ts +6 -0
  760. package/dist/views/sys/app-menu/menu/menu-form.d.vue.ts +20 -0
  761. package/dist/views/sys/app-menu/menu/menu-form.vue +1001 -0
  762. package/dist/views/sys/app-menu/menu/menu-form.vue.d.ts +20 -0
  763. package/dist/views/sys/app-menu/menu/menu-label-manage.d.vue.ts +6 -0
  764. package/dist/views/sys/app-menu/menu/menu-label-manage.vue +408 -0
  765. package/dist/views/sys/app-menu/menu/menu-label-manage.vue.d.ts +6 -0
  766. package/dist/views/sys/cache/components/cache-detail.d.vue.ts +6 -0
  767. package/dist/views/sys/cache/components/cache-detail.vue +127 -0
  768. package/dist/views/sys/cache/components/cache-detail.vue.d.ts +6 -0
  769. package/dist/views/sys/cache/index.d.vue.ts +2 -0
  770. package/dist/views/sys/cache/index.vue +426 -0
  771. package/dist/views/sys/cache/index.vue.d.ts +2 -0
  772. package/dist/views/sys/column-manager/RecycleBin.d.vue.ts +6 -0
  773. package/dist/views/sys/column-manager/RecycleBin.vue +532 -0
  774. package/dist/views/sys/column-manager/RecycleBin.vue.d.ts +6 -0
  775. package/dist/views/sys/column-manager/column-form.d.vue.ts +16 -0
  776. package/dist/views/sys/column-manager/column-form.vue +249 -0
  777. package/dist/views/sys/column-manager/column-form.vue.d.ts +16 -0
  778. package/dist/views/sys/column-manager/index.d.vue.ts +2 -0
  779. package/dist/views/sys/column-manager/index.vue +304 -0
  780. package/dist/views/sys/column-manager/index.vue.d.ts +2 -0
  781. package/dist/views/sys/data-interface/components/api-data-config.d.vue.ts +24 -0
  782. package/dist/views/sys/data-interface/components/api-data-config.vue +884 -0
  783. package/dist/views/sys/data-interface/components/api-data-config.vue.d.ts +24 -0
  784. package/dist/views/sys/data-interface/components/data-interface-form.d.vue.ts +26 -0
  785. package/dist/views/sys/data-interface/components/data-interface-form.vue +1181 -0
  786. package/dist/views/sys/data-interface/components/data-interface-form.vue.d.ts +26 -0
  787. package/dist/views/sys/data-interface/components/data-interface-import.d.vue.ts +5 -0
  788. package/dist/views/sys/data-interface/components/data-interface-import.vue +45 -0
  789. package/dist/views/sys/data-interface/components/data-interface-import.vue.d.ts +5 -0
  790. package/dist/views/sys/data-interface/components/field-edit-dialog.d.vue.ts +20 -0
  791. package/dist/views/sys/data-interface/components/field-edit-dialog.vue +164 -0
  792. package/dist/views/sys/data-interface/components/field-edit-dialog.vue.d.ts +20 -0
  793. package/dist/views/sys/data-interface/components/interface-field-table.d.vue.ts +12 -0
  794. package/dist/views/sys/data-interface/components/interface-field-table.vue +151 -0
  795. package/dist/views/sys/data-interface/components/interface-field-table.vue.d.ts +12 -0
  796. package/dist/views/sys/data-interface/components/interface-log.d.vue.ts +5 -0
  797. package/dist/views/sys/data-interface/components/interface-log.vue +76 -0
  798. package/dist/views/sys/data-interface/components/interface-log.vue.d.ts +5 -0
  799. package/dist/views/sys/data-interface/components/interface-parameter-table.d.vue.ts +16 -0
  800. package/dist/views/sys/data-interface/components/interface-parameter-table.vue +185 -0
  801. package/dist/views/sys/data-interface/components/interface-parameter-table.vue.d.ts +16 -0
  802. package/dist/views/sys/data-interface/components/param-edit-dialog.d.vue.ts +25 -0
  803. package/dist/views/sys/data-interface/components/param-edit-dialog.vue +250 -0
  804. package/dist/views/sys/data-interface/components/param-edit-dialog.vue.d.ts +25 -0
  805. package/dist/views/sys/data-interface/components/preview.d.vue.ts +6 -0
  806. package/dist/views/sys/data-interface/components/preview.vue +206 -0
  807. package/dist/views/sys/data-interface/components/preview.vue.d.ts +6 -0
  808. package/dist/views/sys/data-interface/components/sql-data-config.d.vue.ts +19 -0
  809. package/dist/views/sys/data-interface/components/sql-data-config.vue +658 -0
  810. package/dist/views/sys/data-interface/components/sql-data-config.vue.d.ts +19 -0
  811. package/dist/views/sys/data-interface/components/sql-data-display.d.vue.ts +19 -0
  812. package/dist/views/sys/data-interface/components/sql-data-display.vue +644 -0
  813. package/dist/views/sys/data-interface/components/sql-data-display.vue.d.ts +19 -0
  814. package/dist/views/sys/data-interface/components/sql-data-statistics.d.vue.ts +19 -0
  815. package/dist/views/sys/data-interface/components/sql-data-statistics.vue +627 -0
  816. package/dist/views/sys/data-interface/components/sql-data-statistics.vue.d.ts +19 -0
  817. package/dist/views/sys/data-interface/components/static-data-config.d.vue.ts +14 -0
  818. package/dist/views/sys/data-interface/components/static-data-config.vue +310 -0
  819. package/dist/views/sys/data-interface/components/static-data-config.vue.d.ts +14 -0
  820. package/dist/views/sys/data-interface/index.d.vue.ts +2 -0
  821. package/dist/views/sys/data-interface/index.vue +919 -0
  822. package/dist/views/sys/data-interface/index.vue.d.ts +2 -0
  823. package/dist/views/sys/department/components/department-form.d.vue.ts +29 -0
  824. package/dist/views/sys/department/components/department-form.vue +759 -0
  825. package/dist/views/sys/department/components/department-form.vue.d.ts +29 -0
  826. package/dist/views/sys/department/components/department-import.d.vue.ts +5 -0
  827. package/dist/views/sys/department/components/department-import.vue +45 -0
  828. package/dist/views/sys/department/components/department-import.vue.d.ts +5 -0
  829. package/dist/views/sys/department/components/department-members.d.vue.ts +23 -0
  830. package/dist/views/sys/department/components/department-members.vue +148 -0
  831. package/dist/views/sys/department/components/department-members.vue.d.ts +23 -0
  832. package/dist/views/sys/department/index.d.vue.ts +2 -0
  833. package/dist/views/sys/department/index.vue +639 -0
  834. package/dist/views/sys/department/index.vue.d.ts +2 -0
  835. package/dist/views/sys/dict/custom/dic-form.d.vue.ts +10 -0
  836. package/dist/views/sys/dict/custom/dic-form.vue +310 -0
  837. package/dist/views/sys/dict/custom/dic-form.vue.d.ts +10 -0
  838. package/dist/views/sys/dict/custom/index.d.vue.ts +2 -0
  839. package/dist/views/sys/dict/custom/index.vue +199 -0
  840. package/dist/views/sys/dict/custom/index.vue.d.ts +2 -0
  841. package/dist/views/sys/dict/custom/item-form.d.vue.ts +11 -0
  842. package/dist/views/sys/dict/custom/item-form.vue +232 -0
  843. package/dist/views/sys/dict/custom/item-form.vue.d.ts +11 -0
  844. package/dist/views/sys/dict/custom/item-index.d.vue.ts +5 -0
  845. package/dist/views/sys/dict/custom/item-index.vue +184 -0
  846. package/dist/views/sys/dict/custom/item-index.vue.d.ts +5 -0
  847. package/dist/views/sys/dict/index.d.vue.ts +2 -0
  848. package/dist/views/sys/dict/index.vue +65 -0
  849. package/dist/views/sys/dict/index.vue.d.ts +2 -0
  850. package/dist/views/sys/dict/list/components/item-import.d.vue.ts +8 -0
  851. package/dist/views/sys/dict/list/components/item-import.vue +104 -0
  852. package/dist/views/sys/dict/list/components/item-import.vue.d.ts +8 -0
  853. package/dist/views/sys/dict/list/dic-form.d.vue.ts +10 -0
  854. package/dist/views/sys/dict/list/dic-form.vue +246 -0
  855. package/dist/views/sys/dict/list/dic-form.vue.d.ts +10 -0
  856. package/dist/views/sys/dict/list/index.d.vue.ts +2 -0
  857. package/dist/views/sys/dict/list/index.vue +194 -0
  858. package/dist/views/sys/dict/list/index.vue.d.ts +2 -0
  859. package/dist/views/sys/dict/list/item-form.d.vue.ts +11 -0
  860. package/dist/views/sys/dict/list/item-form.vue +224 -0
  861. package/dist/views/sys/dict/list/item-form.vue.d.ts +11 -0
  862. package/dist/views/sys/dict/list/item-index.d.vue.ts +5 -0
  863. package/dist/views/sys/dict/list/item-index.vue +238 -0
  864. package/dist/views/sys/dict/list/item-index.vue.d.ts +5 -0
  865. package/dist/views/sys/dict/sql/dic-form.d.vue.ts +10 -0
  866. package/dist/views/sys/dict/sql/dic-form.vue +277 -0
  867. package/dist/views/sys/dict/sql/dic-form.vue.d.ts +10 -0
  868. package/dist/views/sys/dict/sql/index.d.vue.ts +2 -0
  869. package/dist/views/sys/dict/sql/index.vue +197 -0
  870. package/dist/views/sys/dict/sql/index.vue.d.ts +2 -0
  871. package/dist/views/sys/dict/sql/previewResult.d.vue.ts +21 -0
  872. package/dist/views/sys/dict/sql/previewResult.vue +275 -0
  873. package/dist/views/sys/dict/sql/previewResult.vue.d.ts +21 -0
  874. package/dist/views/sys/dict/tree/components/item-import.d.vue.ts +8 -0
  875. package/dist/views/sys/dict/tree/components/item-import.vue +109 -0
  876. package/dist/views/sys/dict/tree/components/item-import.vue.d.ts +8 -0
  877. package/dist/views/sys/dict/tree/dic-form.d.vue.ts +10 -0
  878. package/dist/views/sys/dict/tree/dic-form.vue +234 -0
  879. package/dist/views/sys/dict/tree/dic-form.vue.d.ts +10 -0
  880. package/dist/views/sys/dict/tree/index.d.vue.ts +2 -0
  881. package/dist/views/sys/dict/tree/index.vue +193 -0
  882. package/dist/views/sys/dict/tree/index.vue.d.ts +2 -0
  883. package/dist/views/sys/dict/tree/item-form.d.vue.ts +17 -0
  884. package/dist/views/sys/dict/tree/item-form.vue +293 -0
  885. package/dist/views/sys/dict/tree/item-form.vue.d.ts +17 -0
  886. package/dist/views/sys/dict/tree/item-index.d.vue.ts +5 -0
  887. package/dist/views/sys/dict/tree/item-index.vue +386 -0
  888. package/dist/views/sys/dict/tree/item-index.vue.d.ts +5 -0
  889. package/dist/views/sys/icon/icon-library/icon-library-form.d.vue.ts +8 -0
  890. package/dist/views/sys/icon/icon-library/icon-library-form.vue +142 -0
  891. package/dist/views/sys/icon/icon-library/icon-library-form.vue.d.ts +8 -0
  892. package/dist/views/sys/icon/icon-library/index.d.vue.ts +2 -0
  893. package/dist/views/sys/icon/icon-library/index.vue +271 -0
  894. package/dist/views/sys/icon/icon-library/index.vue.d.ts +2 -0
  895. package/dist/views/sys/icon/icon-manager/icon-batch-add.d.vue.ts +11 -0
  896. package/dist/views/sys/icon/icon-manager/icon-batch-add.vue +347 -0
  897. package/dist/views/sys/icon/icon-manager/icon-batch-add.vue.d.ts +11 -0
  898. package/dist/views/sys/icon/icon-manager/icon-copy.d.vue.ts +7 -0
  899. package/dist/views/sys/icon/icon-manager/icon-copy.vue +135 -0
  900. package/dist/views/sys/icon/icon-manager/icon-copy.vue.d.ts +7 -0
  901. package/dist/views/sys/icon/icon-manager/icon-import.d.vue.ts +12 -0
  902. package/dist/views/sys/icon/icon-manager/icon-import.vue +191 -0
  903. package/dist/views/sys/icon/icon-manager/icon-import.vue.d.ts +12 -0
  904. package/dist/views/sys/icon/icon-manager/icon-manager-form.d.vue.ts +13 -0
  905. package/dist/views/sys/icon/icon-manager/icon-manager-form.vue +277 -0
  906. package/dist/views/sys/icon/icon-manager/icon-manager-form.vue.d.ts +13 -0
  907. package/dist/views/sys/icon/icon-manager/index.d.vue.ts +6 -0
  908. package/dist/views/sys/icon/icon-manager/index.vue +504 -0
  909. package/dist/views/sys/icon/icon-manager/index.vue.d.ts +6 -0
  910. package/dist/views/sys/icon/index.d.vue.ts +2 -0
  911. package/dist/views/sys/icon/index.vue +53 -0
  912. package/dist/views/sys/icon/index.vue.d.ts +2 -0
  913. package/dist/views/sys/llm/index.d.vue.ts +2 -0
  914. package/dist/views/sys/llm/index.vue +1762 -0
  915. package/dist/views/sys/llm/index.vue.d.ts +2 -0
  916. package/dist/views/sys/log/components/operate-log-detail.d.vue.ts +6 -0
  917. package/dist/views/sys/log/components/operate-log-detail.vue +176 -0
  918. package/dist/views/sys/log/components/operate-log-detail.vue.d.ts +6 -0
  919. package/dist/views/sys/log/index.d.vue.ts +2 -0
  920. package/dist/views/sys/log/index.vue +607 -0
  921. package/dist/views/sys/log/index.vue.d.ts +2 -0
  922. package/dist/views/sys/mail/mail-account/components/mail-account-form.d.vue.ts +11 -0
  923. package/dist/views/sys/mail/mail-account/components/mail-account-form.vue +365 -0
  924. package/dist/views/sys/mail/mail-account/components/mail-account-form.vue.d.ts +11 -0
  925. package/dist/views/sys/mail/mail-account/index.d.vue.ts +2 -0
  926. package/dist/views/sys/mail/mail-account/index.vue +390 -0
  927. package/dist/views/sys/mail/mail-account/index.vue.d.ts +2 -0
  928. package/dist/views/sys/mail/mail-blacklist/components/mail-blacklist-form.d.vue.ts +13 -0
  929. package/dist/views/sys/mail/mail-blacklist/components/mail-blacklist-form.vue +239 -0
  930. package/dist/views/sys/mail/mail-blacklist/components/mail-blacklist-form.vue.d.ts +13 -0
  931. package/dist/views/sys/mail/mail-blacklist/index.d.vue.ts +2 -0
  932. package/dist/views/sys/mail/mail-blacklist/index.vue +268 -0
  933. package/dist/views/sys/mail/mail-blacklist/index.vue.d.ts +2 -0
  934. package/dist/views/sys/mail/mail-log/components/mail-log-detail.d.vue.ts +6 -0
  935. package/dist/views/sys/mail/mail-log/components/mail-log-detail.vue +121 -0
  936. package/dist/views/sys/mail/mail-log/components/mail-log-detail.vue.d.ts +6 -0
  937. package/dist/views/sys/mail/mail-log/index.d.vue.ts +2 -0
  938. package/dist/views/sys/mail/mail-log/index.vue +233 -0
  939. package/dist/views/sys/mail/mail-log/index.vue.d.ts +2 -0
  940. package/dist/views/sys/mail/mail-rate-limit/components/rate-limit-form.d.vue.ts +12 -0
  941. package/dist/views/sys/mail/mail-rate-limit/components/rate-limit-form.vue +237 -0
  942. package/dist/views/sys/mail/mail-rate-limit/components/rate-limit-form.vue.d.ts +12 -0
  943. package/dist/views/sys/mail/mail-rate-limit/index.d.vue.ts +2 -0
  944. package/dist/views/sys/mail/mail-rate-limit/index.vue +261 -0
  945. package/dist/views/sys/mail/mail-rate-limit/index.vue.d.ts +2 -0
  946. package/dist/views/sys/mail/mail-template/components/mail-template-form.d.vue.ts +11 -0
  947. package/dist/views/sys/mail/mail-template/components/mail-template-form.vue +320 -0
  948. package/dist/views/sys/mail/mail-template/components/mail-template-form.vue.d.ts +11 -0
  949. package/dist/views/sys/mail/mail-template/components/mail-template-send-test.d.vue.ts +7 -0
  950. package/dist/views/sys/mail/mail-template/components/mail-template-send-test.vue +305 -0
  951. package/dist/views/sys/mail/mail-template/components/mail-template-send-test.vue.d.ts +7 -0
  952. package/dist/views/sys/mail/mail-template/index.d.vue.ts +2 -0
  953. package/dist/views/sys/mail/mail-template/index.vue +377 -0
  954. package/dist/views/sys/mail/mail-template/index.vue.d.ts +2 -0
  955. package/dist/views/sys/mail/mail-whitelist/components/mail-whitelist-form.d.vue.ts +13 -0
  956. package/dist/views/sys/mail/mail-whitelist/components/mail-whitelist-form.vue +239 -0
  957. package/dist/views/sys/mail/mail-whitelist/components/mail-whitelist-form.vue.d.ts +13 -0
  958. package/dist/views/sys/mail/mail-whitelist/index.d.vue.ts +2 -0
  959. package/dist/views/sys/mail/mail-whitelist/index.vue +265 -0
  960. package/dist/views/sys/mail/mail-whitelist/index.vue.d.ts +2 -0
  961. package/dist/views/sys/menu/components/label-selector.d.vue.ts +20 -0
  962. package/dist/views/sys/menu/components/label-selector.vue +379 -0
  963. package/dist/views/sys/menu/components/label-selector.vue.d.ts +20 -0
  964. package/dist/views/sys/menu/index.d.vue.ts +2 -0
  965. package/dist/views/sys/menu/index.vue +860 -0
  966. package/dist/views/sys/menu/index.vue.d.ts +2 -0
  967. package/dist/views/sys/menu/menu-form.d.vue.ts +17 -0
  968. package/dist/views/sys/menu/menu-form.vue +746 -0
  969. package/dist/views/sys/menu/menu-form.vue.d.ts +17 -0
  970. package/dist/views/sys/menu/menu-label-manage.d.vue.ts +5 -0
  971. package/dist/views/sys/menu/menu-label-manage.vue +400 -0
  972. package/dist/views/sys/menu/menu-label-manage.vue.d.ts +5 -0
  973. package/dist/views/sys/msg/components/msg-detail.d.vue.ts +7 -0
  974. package/dist/views/sys/msg/components/msg-detail.vue +1621 -0
  975. package/dist/views/sys/msg/components/msg-detail.vue.d.ts +7 -0
  976. package/dist/views/sys/msg/components/msg-form.d.vue.ts +11 -0
  977. package/dist/views/sys/msg/components/msg-form.vue +959 -0
  978. package/dist/views/sys/msg/components/msg-form.vue.d.ts +11 -0
  979. package/dist/views/sys/msg/components/msg-receive-status.d.vue.ts +9 -0
  980. package/dist/views/sys/msg/components/msg-receive-status.vue +135 -0
  981. package/dist/views/sys/msg/components/msg-receive-status.vue.d.ts +9 -0
  982. package/dist/views/sys/msg/components/msg-review.d.vue.ts +9 -0
  983. package/dist/views/sys/msg/components/msg-review.vue +556 -0
  984. package/dist/views/sys/msg/components/msg-review.vue.d.ts +9 -0
  985. package/dist/views/sys/msg/consult/notice/index.d.vue.ts +2 -0
  986. package/dist/views/sys/msg/consult/notice/index.vue +420 -0
  987. package/dist/views/sys/msg/consult/notice/index.vue.d.ts +2 -0
  988. package/dist/views/sys/msg/consult/politicalNews/index.d.vue.ts +2 -0
  989. package/dist/views/sys/msg/consult/politicalNews/index.vue +526 -0
  990. package/dist/views/sys/msg/consult/politicalNews/index.vue.d.ts +2 -0
  991. package/dist/views/sys/msg/index.d.vue.ts +2 -0
  992. package/dist/views/sys/msg/index.vue +692 -0
  993. package/dist/views/sys/msg/index.vue.d.ts +2 -0
  994. package/dist/views/sys/my-msg/components/msg-detail.d.vue.ts +7 -0
  995. package/dist/views/sys/my-msg/components/msg-detail.vue +1418 -0
  996. package/dist/views/sys/my-msg/components/msg-detail.vue.d.ts +7 -0
  997. package/dist/views/sys/my-msg/index.d.vue.ts +2 -0
  998. package/dist/views/sys/my-msg/index.vue +683 -0
  999. package/dist/views/sys/my-msg/index.vue.d.ts +2 -0
  1000. package/dist/views/sys/notice/components/notice-form.d.vue.ts +10 -0
  1001. package/dist/views/sys/notice/components/notice-form.vue +240 -0
  1002. package/dist/views/sys/notice/components/notice-form.vue.d.ts +10 -0
  1003. package/dist/views/sys/notice/index.d.vue.ts +2 -0
  1004. package/dist/views/sys/notice/index.vue +292 -0
  1005. package/dist/views/sys/notice/index.vue.d.ts +2 -0
  1006. package/dist/views/sys/online-user/index.d.vue.ts +2 -0
  1007. package/dist/views/sys/online-user/index.vue +227 -0
  1008. package/dist/views/sys/online-user/index.vue.d.ts +2 -0
  1009. package/dist/views/sys/post/components/extend-manage.d.vue.ts +2 -0
  1010. package/dist/views/sys/post/components/extend-manage.vue +583 -0
  1011. package/dist/views/sys/post/components/extend-manage.vue.d.ts +2 -0
  1012. package/dist/views/sys/post/components/post-form.d.vue.ts +11 -0
  1013. package/dist/views/sys/post/components/post-form.vue +252 -0
  1014. package/dist/views/sys/post/components/post-form.vue.d.ts +11 -0
  1015. package/dist/views/sys/post/index.d.vue.ts +2 -0
  1016. package/dist/views/sys/post/index.vue +474 -0
  1017. package/dist/views/sys/post/index.vue.d.ts +2 -0
  1018. package/dist/views/sys/quartz/cron/day.d.vue.ts +22 -0
  1019. package/dist/views/sys/quartz/cron/day.vue +182 -0
  1020. package/dist/views/sys/quartz/cron/day.vue.d.ts +22 -0
  1021. package/dist/views/sys/quartz/cron/hour.d.vue.ts +22 -0
  1022. package/dist/views/sys/quartz/cron/hour.vue +140 -0
  1023. package/dist/views/sys/quartz/cron/hour.vue.d.ts +22 -0
  1024. package/dist/views/sys/quartz/cron/index.d.vue.ts +27 -0
  1025. package/dist/views/sys/quartz/cron/index.vue +401 -0
  1026. package/dist/views/sys/quartz/cron/index.vue.d.ts +27 -0
  1027. package/dist/views/sys/quartz/cron/min.d.vue.ts +22 -0
  1028. package/dist/views/sys/quartz/cron/min.vue +140 -0
  1029. package/dist/views/sys/quartz/cron/min.vue.d.ts +22 -0
  1030. package/dist/views/sys/quartz/cron/month.d.vue.ts +22 -0
  1031. package/dist/views/sys/quartz/cron/month.vue +159 -0
  1032. package/dist/views/sys/quartz/cron/month.vue.d.ts +22 -0
  1033. package/dist/views/sys/quartz/cron/result.d.vue.ts +14 -0
  1034. package/dist/views/sys/quartz/cron/result.vue +436 -0
  1035. package/dist/views/sys/quartz/cron/result.vue.d.ts +14 -0
  1036. package/dist/views/sys/quartz/cron/second.d.vue.ts +22 -0
  1037. package/dist/views/sys/quartz/cron/second.vue +155 -0
  1038. package/dist/views/sys/quartz/cron/second.vue.d.ts +22 -0
  1039. package/dist/views/sys/quartz/cron/types/index.d.ts +9 -0
  1040. package/dist/views/sys/quartz/cron/types/index.mjs +0 -0
  1041. package/dist/views/sys/quartz/cron/utils/index.d.ts +1 -0
  1042. package/dist/views/sys/quartz/cron/utils/index.mjs +4 -0
  1043. package/dist/views/sys/quartz/cron/week.d.vue.ts +22 -0
  1044. package/dist/views/sys/quartz/cron/week.vue +229 -0
  1045. package/dist/views/sys/quartz/cron/week.vue.d.ts +22 -0
  1046. package/dist/views/sys/quartz/cron/year.d.vue.ts +22 -0
  1047. package/dist/views/sys/quartz/cron/year.vue +173 -0
  1048. package/dist/views/sys/quartz/cron/year.vue.d.ts +22 -0
  1049. package/dist/views/sys/quartz/index.d.vue.ts +2 -0
  1050. package/dist/views/sys/quartz/index.vue +323 -0
  1051. package/dist/views/sys/quartz/index.vue.d.ts +2 -0
  1052. package/dist/views/sys/quartz/job-form.d.vue.ts +17 -0
  1053. package/dist/views/sys/quartz/job-form.vue +309 -0
  1054. package/dist/views/sys/quartz/job-form.vue.d.ts +17 -0
  1055. package/dist/views/sys/quartz/joblog-index.d.vue.ts +5 -0
  1056. package/dist/views/sys/quartz/joblog-index.vue +154 -0
  1057. package/dist/views/sys/quartz/joblog-index.vue.d.ts +5 -0
  1058. package/dist/views/sys/role/components/application-menu-auth.d.vue.ts +19 -0
  1059. package/dist/views/sys/role/components/application-menu-auth.vue +190 -0
  1060. package/dist/views/sys/role/components/application-menu-auth.vue.d.ts +19 -0
  1061. package/dist/views/sys/role/components/role-form.d.vue.ts +10 -0
  1062. package/dist/views/sys/role/components/role-form.vue +456 -0
  1063. package/dist/views/sys/role/components/role-form.vue.d.ts +10 -0
  1064. package/dist/views/sys/role/components/role-info-cell.d.vue.ts +5 -0
  1065. package/dist/views/sys/role/components/role-info-cell.vue +20 -0
  1066. package/dist/views/sys/role/components/role-info-cell.vue.d.ts +5 -0
  1067. package/dist/views/sys/role/components/role-permission.d.vue.ts +7 -0
  1068. package/dist/views/sys/role/components/role-permission.vue +605 -0
  1069. package/dist/views/sys/role/components/role-permission.vue.d.ts +7 -0
  1070. package/dist/views/sys/role/components/role-type-tag.d.vue.ts +5 -0
  1071. package/dist/views/sys/role/components/role-type-tag.vue +18 -0
  1072. package/dist/views/sys/role/components/role-type-tag.vue.d.ts +5 -0
  1073. package/dist/views/sys/role/index.d.vue.ts +2 -0
  1074. package/dist/views/sys/role/index.vue +830 -0
  1075. package/dist/views/sys/role/index.vue.d.ts +2 -0
  1076. package/dist/views/sys/seal/seal-manage/components/seal-form.d.vue.ts +19 -0
  1077. package/dist/views/sys/seal/seal-manage/components/seal-form.vue +1203 -0
  1078. package/dist/views/sys/seal/seal-manage/components/seal-form.vue.d.ts +19 -0
  1079. package/dist/views/sys/seal/seal-manage/index.d.vue.ts +2 -0
  1080. package/dist/views/sys/seal/seal-manage/index.vue +413 -0
  1081. package/dist/views/sys/seal/seal-manage/index.vue.d.ts +2 -0
  1082. package/dist/views/sys/seal/signature/components/signature-editor.d.vue.ts +23 -0
  1083. package/dist/views/sys/seal/signature/components/signature-editor.vue +243 -0
  1084. package/dist/views/sys/seal/signature/components/signature-editor.vue.d.ts +23 -0
  1085. package/dist/views/sys/seal/signature/components/signature-form.d.vue.ts +12 -0
  1086. package/dist/views/sys/seal/signature/components/signature-form.vue +272 -0
  1087. package/dist/views/sys/seal/signature/components/signature-form.vue.d.ts +12 -0
  1088. package/dist/views/sys/seal/signature/index.d.vue.ts +2 -0
  1089. package/dist/views/sys/seal/signature/index.vue +346 -0
  1090. package/dist/views/sys/seal/signature/index.vue.d.ts +2 -0
  1091. package/dist/views/sys/sensitiveword/components/sensitive-word-form.d.vue.ts +12 -0
  1092. package/dist/views/sys/sensitiveword/components/sensitive-word-form.vue +167 -0
  1093. package/dist/views/sys/sensitiveword/components/sensitive-word-form.vue.d.ts +12 -0
  1094. package/dist/views/sys/sensitiveword/components/sensitive-word-import.d.vue.ts +5 -0
  1095. package/dist/views/sys/sensitiveword/components/sensitive-word-import.vue +44 -0
  1096. package/dist/views/sys/sensitiveword/components/sensitive-word-import.vue.d.ts +5 -0
  1097. package/dist/views/sys/sensitiveword/index.d.vue.ts +2 -0
  1098. package/dist/views/sys/sensitiveword/index.vue +765 -0
  1099. package/dist/views/sys/sensitiveword/index.vue.d.ts +2 -0
  1100. package/dist/views/sys/sms/sms-blacklist/components/sms-blacklist-form.d.vue.ts +13 -0
  1101. package/dist/views/sys/sms/sms-blacklist/components/sms-blacklist-form.vue +236 -0
  1102. package/dist/views/sys/sms/sms-blacklist/components/sms-blacklist-form.vue.d.ts +13 -0
  1103. package/dist/views/sys/sms/sms-blacklist/index.d.vue.ts +2 -0
  1104. package/dist/views/sys/sms/sms-blacklist/index.vue +314 -0
  1105. package/dist/views/sys/sms/sms-blacklist/index.vue.d.ts +2 -0
  1106. package/dist/views/sys/sms/sms-channel/components/sms-channel-form.d.vue.ts +13 -0
  1107. package/dist/views/sys/sms/sms-channel/components/sms-channel-form.vue +260 -0
  1108. package/dist/views/sys/sms/sms-channel/components/sms-channel-form.vue.d.ts +13 -0
  1109. package/dist/views/sys/sms/sms-channel/index.d.vue.ts +2 -0
  1110. package/dist/views/sys/sms/sms-channel/index.vue +458 -0
  1111. package/dist/views/sys/sms/sms-channel/index.vue.d.ts +2 -0
  1112. package/dist/views/sys/sms/sms-log/components/sms-log-detail.d.vue.ts +8 -0
  1113. package/dist/views/sys/sms/sms-log/components/sms-log-detail.vue +173 -0
  1114. package/dist/views/sys/sms/sms-log/components/sms-log-detail.vue.d.ts +8 -0
  1115. package/dist/views/sys/sms/sms-log/index.d.vue.ts +2 -0
  1116. package/dist/views/sys/sms/sms-log/index.vue +301 -0
  1117. package/dist/views/sys/sms/sms-log/index.vue.d.ts +2 -0
  1118. package/dist/views/sys/sms/sms-rate-limit-config/components/sms-rate-limit-config-form.d.vue.ts +13 -0
  1119. package/dist/views/sys/sms/sms-rate-limit-config/components/sms-rate-limit-config-form.vue +249 -0
  1120. package/dist/views/sys/sms/sms-rate-limit-config/components/sms-rate-limit-config-form.vue.d.ts +13 -0
  1121. package/dist/views/sys/sms/sms-rate-limit-config/index.d.vue.ts +2 -0
  1122. package/dist/views/sys/sms/sms-rate-limit-config/index.vue +259 -0
  1123. package/dist/views/sys/sms/sms-rate-limit-config/index.vue.d.ts +2 -0
  1124. package/dist/views/sys/sms/sms-template/components/sms-template-form.d.vue.ts +15 -0
  1125. package/dist/views/sys/sms/sms-template/components/sms-template-form.vue +344 -0
  1126. package/dist/views/sys/sms/sms-template/components/sms-template-form.vue.d.ts +15 -0
  1127. package/dist/views/sys/sms/sms-template/components/sms-template-send-test.d.vue.ts +7 -0
  1128. package/dist/views/sys/sms/sms-template/components/sms-template-send-test.vue +269 -0
  1129. package/dist/views/sys/sms/sms-template/components/sms-template-send-test.vue.d.ts +7 -0
  1130. package/dist/views/sys/sms/sms-template/index.d.vue.ts +2 -0
  1131. package/dist/views/sys/sms/sms-template/index.vue +455 -0
  1132. package/dist/views/sys/sms/sms-template/index.vue.d.ts +2 -0
  1133. package/dist/views/sys/sms/sms-whitelist/components/sms-whitelist-form.d.vue.ts +13 -0
  1134. package/dist/views/sys/sms/sms-whitelist/components/sms-whitelist-form.vue +236 -0
  1135. package/dist/views/sys/sms/sms-whitelist/components/sms-whitelist-form.vue.d.ts +13 -0
  1136. package/dist/views/sys/sms/sms-whitelist/index.d.vue.ts +2 -0
  1137. package/dist/views/sys/sms/sms-whitelist/index.vue +314 -0
  1138. package/dist/views/sys/sms/sms-whitelist/index.vue.d.ts +2 -0
  1139. package/dist/views/sys/sys-config/base-config/base-form.d.vue.ts +64 -0
  1140. package/dist/views/sys/sys-config/base-config/base-form.vue +1066 -0
  1141. package/dist/views/sys/sys-config/base-config/base-form.vue.d.ts +64 -0
  1142. package/dist/views/sys/sys-config/common-config/common-form.d.vue.ts +28 -0
  1143. package/dist/views/sys/sys-config/common-config/common-form.vue +230 -0
  1144. package/dist/views/sys/sys-config/common-config/common-form.vue.d.ts +28 -0
  1145. package/dist/views/sys/sys-config/desensitization-config/desensitization-form.d.vue.ts +87 -0
  1146. package/dist/views/sys/sys-config/desensitization-config/desensitization-form.vue +224 -0
  1147. package/dist/views/sys/sys-config/desensitization-config/desensitization-form.vue.d.ts +87 -0
  1148. package/dist/views/sys/sys-config/index.d.vue.ts +2 -0
  1149. package/dist/views/sys/sys-config/index.vue +127 -0
  1150. package/dist/views/sys/sys-config/index.vue.d.ts +2 -0
  1151. package/dist/views/sys/sys-config/login-config/login-form.d.vue.ts +87 -0
  1152. package/dist/views/sys/sys-config/login-config/login-form.vue +346 -0
  1153. package/dist/views/sys/sys-config/login-config/login-form.vue.d.ts +87 -0
  1154. package/dist/views/sys/sys-config/mobile-config/components/import-file.d.vue.ts +56 -0
  1155. package/dist/views/sys/sys-config/mobile-config/components/import-file.vue +170 -0
  1156. package/dist/views/sys/sys-config/mobile-config/components/import-file.vue.d.ts +56 -0
  1157. package/dist/views/sys/sys-config/mobile-config/index.d.vue.ts +48 -0
  1158. package/dist/views/sys/sys-config/mobile-config/index.vue +997 -0
  1159. package/dist/views/sys/sys-config/mobile-config/index.vue.d.ts +48 -0
  1160. package/dist/views/sys/sys-config/pwd-config/pwd-form.d.vue.ts +87 -0
  1161. package/dist/views/sys/sys-config/pwd-config/pwd-form.vue +245 -0
  1162. package/dist/views/sys/sys-config/pwd-config/pwd-form.vue.d.ts +87 -0
  1163. package/dist/views/sys/sys-config/superadmin-config/index.d.vue.ts +6 -0
  1164. package/dist/views/sys/sys-config/superadmin-config/index.vue +121 -0
  1165. package/dist/views/sys/sys-config/superadmin-config/index.vue.d.ts +6 -0
  1166. package/dist/views/sys/template-config/components/template-form.d.vue.ts +10 -0
  1167. package/dist/views/sys/template-config/components/template-form.vue +395 -0
  1168. package/dist/views/sys/template-config/components/template-form.vue.d.ts +10 -0
  1169. package/dist/views/sys/template-config/index.d.vue.ts +15 -0
  1170. package/dist/views/sys/template-config/index.vue +426 -0
  1171. package/dist/views/sys/template-config/index.vue.d.ts +15 -0
  1172. package/dist/views/sys/tenant/components/application-menu-auth.d.vue.ts +16 -0
  1173. package/dist/views/sys/tenant/components/application-menu-auth.vue +216 -0
  1174. package/dist/views/sys/tenant/components/application-menu-auth.vue.d.ts +16 -0
  1175. package/dist/views/sys/tenant/components/tenant-form.d.vue.ts +16 -0
  1176. package/dist/views/sys/tenant/components/tenant-form.vue +514 -0
  1177. package/dist/views/sys/tenant/components/tenant-form.vue.d.ts +16 -0
  1178. package/dist/views/sys/tenant/index.d.vue.ts +2 -0
  1179. package/dist/views/sys/tenant/index.vue +480 -0
  1180. package/dist/views/sys/tenant/index.vue.d.ts +2 -0
  1181. package/dist/views/sys/user/components/user-extend-manage.d.vue.ts +2 -0
  1182. package/dist/views/sys/user/components/user-extend-manage.vue +590 -0
  1183. package/dist/views/sys/user/components/user-extend-manage.vue.d.ts +2 -0
  1184. package/dist/views/sys/user/components/user-form.d.vue.ts +16 -0
  1185. package/dist/views/sys/user/components/user-form.vue +686 -0
  1186. package/dist/views/sys/user/components/user-form.vue.d.ts +16 -0
  1187. package/dist/views/sys/user/components/user-import.d.vue.ts +4 -0
  1188. package/dist/views/sys/user/components/user-import.vue +98 -0
  1189. package/dist/views/sys/user/components/user-import.vue.d.ts +4 -0
  1190. package/dist/views/sys/user/components/work-transfer.d.vue.ts +8 -0
  1191. package/dist/views/sys/user/components/work-transfer.vue +127 -0
  1192. package/dist/views/sys/user/components/work-transfer.vue.d.ts +8 -0
  1193. package/dist/views/sys/user/index.d.vue.ts +2 -0
  1194. package/dist/views/sys/user/index.vue +709 -0
  1195. package/dist/views/sys/user/index.vue.d.ts +2 -0
  1196. package/dist/views/system/server-monitor/components/EchartsFree.d.vue.ts +12 -0
  1197. package/dist/views/system/server-monitor/components/EchartsFree.vue +104 -0
  1198. package/dist/views/system/server-monitor/components/EchartsFree.vue.d.ts +12 -0
  1199. package/dist/views/system/server-monitor/components/EchartsUse.d.vue.ts +12 -0
  1200. package/dist/views/system/server-monitor/components/EchartsUse.vue +121 -0
  1201. package/dist/views/system/server-monitor/components/EchartsUse.vue.d.ts +12 -0
  1202. package/dist/views/system/server-monitor/index.d.vue.ts +2 -0
  1203. package/dist/views/system/server-monitor/index.vue +169 -0
  1204. package/dist/views/system/server-monitor/index.vue.d.ts +2 -0
  1205. package/dist/views/system/websocket-debug.d.vue.ts +2 -0
  1206. package/dist/views/system/websocket-debug.vue +528 -0
  1207. package/dist/views/system/websocket-debug.vue.d.ts +2 -0
  1208. package/dist/views/wujie-submenu/index.d.vue.ts +2 -0
  1209. package/dist/views/wujie-submenu/index.vue +296 -0
  1210. package/dist/views/wujie-submenu/index.vue.d.ts +2 -0
  1211. package/package.json +74 -0
  1212. package/src/api/account/index.ts +242 -0
  1213. package/src/api/account/types.ts +65 -0
  1214. package/src/api/app-menu/config/index.ts +244 -0
  1215. package/src/api/app-menu/config/types.ts +102 -0
  1216. package/src/api/app-menu/index.ts +249 -0
  1217. package/src/api/app-menu/menu.ts +229 -0
  1218. package/src/api/app-menu/menuTypes.ts +171 -0
  1219. package/src/api/app-menu/types.ts +121 -0
  1220. package/src/api/cache/index.ts +86 -0
  1221. package/src/api/codegen/index.ts +402 -0
  1222. package/src/api/codegen/template-file.ts +73 -0
  1223. package/src/api/codegen/template-group.ts +82 -0
  1224. package/src/api/codegen/types.ts +1 -0
  1225. package/src/api/column-manager/index.ts +69 -0
  1226. package/src/api/column-manager/types.ts +36 -0
  1227. package/src/api/consult/index.ts +159 -0
  1228. package/src/api/data-connect/index.ts +69 -0
  1229. package/src/api/data-connect/types.ts +89 -0
  1230. package/src/api/data-interface/index.ts +215 -0
  1231. package/src/api/data-interface/types.ts +319 -0
  1232. package/src/api/data-modeling/index.ts +186 -0
  1233. package/src/api/data-modeling/types.ts +70 -0
  1234. package/src/api/department/index.ts +126 -0
  1235. package/src/api/dic/index.ts +355 -0
  1236. package/src/api/dic/types.ts +60 -0
  1237. package/src/api/dictionary/index.ts +129 -0
  1238. package/src/api/example/index.ts +17 -0
  1239. package/src/api/file-config/index.ts +71 -0
  1240. package/src/api/file-config/types.ts +95 -0
  1241. package/src/api/file-info/index.ts +50 -0
  1242. package/src/api/file-info/types.ts +57 -0
  1243. package/src/api/icon/index.ts +157 -0
  1244. package/src/api/icon/types.ts +56 -0
  1245. package/src/api/index.ts +60 -0
  1246. package/src/api/interface-oauth/index.ts +199 -0
  1247. package/src/api/interface-oauth/types.ts +128 -0
  1248. package/src/api/launchpage/index.ts +69 -0
  1249. package/src/api/llm/index.ts +119 -0
  1250. package/src/api/llm/types.ts +122 -0
  1251. package/src/api/log/index.ts +47 -0
  1252. package/src/api/log/types.ts +71 -0
  1253. package/src/api/login/index.ts +117 -0
  1254. package/src/api/login/types.ts +120 -0
  1255. package/src/api/login/util.ts +117 -0
  1256. package/src/api/mail/index.ts +344 -0
  1257. package/src/api/mail/types.ts +282 -0
  1258. package/src/api/menu/index.ts +143 -0
  1259. package/src/api/menu/types.ts +100 -0
  1260. package/src/api/msg/index.ts +258 -0
  1261. package/src/api/msg/types.ts +176 -0
  1262. package/src/api/notice/index.ts +40 -0
  1263. package/src/api/online-user/index.ts +29 -0
  1264. package/src/api/online-user/types.ts +25 -0
  1265. package/src/api/personal-center/index.ts +18 -0
  1266. package/src/api/personal-center/types.ts +39 -0
  1267. package/src/api/post/index.ts +128 -0
  1268. package/src/api/preference/index.ts +20 -0
  1269. package/src/api/preference/types.ts +10 -0
  1270. package/src/api/quartz/index.ts +93 -0
  1271. package/src/api/request.ts +94 -0
  1272. package/src/api/role/index.ts +205 -0
  1273. package/src/api/seal/demo-types.ts +125 -0
  1274. package/src/api/seal/demo.ts +58 -0
  1275. package/src/api/seal/index.ts +193 -0
  1276. package/src/api/seal/types.ts +205 -0
  1277. package/src/api/sensitiveword/index.ts +89 -0
  1278. package/src/api/sensitiveword/types.ts +96 -0
  1279. package/src/api/server-monitor/index.ts +83 -0
  1280. package/src/api/sms/index.ts +319 -0
  1281. package/src/api/sms/types.ts +228 -0
  1282. package/src/api/sys/menu.ts +158 -0
  1283. package/src/api/sys-config/index.ts +68 -0
  1284. package/src/api/template-config/index.ts +74 -0
  1285. package/src/api/tenant/index.ts +163 -0
  1286. package/src/api/tenant/types.ts +97 -0
  1287. package/src/api/user/index.ts +122 -0
  1288. package/src/api/user/types.ts +76 -0
  1289. package/src/assets/imgs/basic-bg-left.png +0 -0
  1290. package/src/assets/imgs/basic-bg-right.png +0 -0
  1291. package/src/assets/imgs/basic-time-1.png +0 -0
  1292. package/src/assets/imgs/basic-time-2.png +0 -0
  1293. package/src/assets/imgs/basic-time-3.png +0 -0
  1294. package/src/assets/imgs/basic-time-icon.png +0 -0
  1295. package/src/assets/imgs/home-bg-dark.jpg +0 -0
  1296. package/src/assets/imgs/home-bg.png +0 -0
  1297. package/src/assets/imgs/personal-center-top-bg.png +0 -0
  1298. package/src/assets/svgs/contentmsg.svg +209 -0
  1299. package/src/assets/svgs/diskmsg.svg +38 -0
  1300. package/src/components/account-item/index.ts +1 -0
  1301. package/src/components/account-item/src/account-item.vue +121 -0
  1302. package/src/components/account-switch-dialog/index.ts +4 -0
  1303. package/src/components/account-switch-dialog/src/account-switch-dialog.vue +238 -0
  1304. package/src/components/app-menu-tree/index.ts +1 -0
  1305. package/src/components/app-menu-tree/src/app-menu-tree.vue +47 -0
  1306. package/src/components/avatar-cropper/index.ts +1 -0
  1307. package/src/components/avatar-cropper/src/avatar-cropper.vue +142 -0
  1308. package/src/components/content-card/index.ts +1 -0
  1309. package/src/components/content-card/src/content-card.vue +21 -0
  1310. package/src/components/custom-tags/index.ts +3 -0
  1311. package/src/components/custom-tags/src/gender-tag.vue +111 -0
  1312. package/src/components/custom-tags/src/status-tag.vue +90 -0
  1313. package/src/components/custom-tags/src/tag.vue +84 -0
  1314. package/src/components/department-form.vue +711 -0
  1315. package/src/components/department-tree/index.ts +1 -0
  1316. package/src/components/department-tree/src/department-tree.vue +419 -0
  1317. package/src/components/department-tree.vue +409 -0
  1318. package/src/components/expand-attribute/index.ts +1 -0
  1319. package/src/components/expand-attribute/src/expand-attribute.vue +116 -0
  1320. package/src/components/expand-attribute.vue +116 -0
  1321. package/src/components/gender-tag.vue +111 -0
  1322. package/src/components/import-file/index.ts +1 -0
  1323. package/src/components/import-file/src/import-file.vue +216 -0
  1324. package/src/components/main-container/index.ts +1 -0
  1325. package/src/components/main-container/src/main-container.vue +50 -0
  1326. package/src/components/main-container.vue +50 -0
  1327. package/src/components/organ-account-select/index.ts +1 -0
  1328. package/src/components/organ-account-select/src/organ-account-select.vue +403 -0
  1329. package/src/components/seal/seal-designer.vue +289 -0
  1330. package/src/components/seal/seal-selector.vue +272 -0
  1331. package/src/components/upload-img/index.ts +1 -0
  1332. package/src/components/upload-img/src/upload-img.vue +169 -0
  1333. package/src/components/upload-img-new/index.ts +2 -0
  1334. package/src/components/upload-img-new/src/upload-img-new.vue +423 -0
  1335. package/src/components/user-extend-manage.vue +590 -0
  1336. package/src/components/user-form.vue +686 -0
  1337. package/src/components/user-import.vue +98 -0
  1338. package/src/components/user-management.vue +709 -0
  1339. package/src/components/websocket-status/index.vue +124 -0
  1340. package/src/components/work-transfer.vue +127 -0
  1341. package/src/hooks/useDict.ts +94 -0
  1342. package/src/index.ts +39 -0
  1343. package/src/plugin.ts +42 -0
  1344. package/src/store/auth.ts +212 -0
  1345. package/src/store/dict.ts +68 -0
  1346. package/src/store/index.ts +2 -0
  1347. package/src/store/websocket.ts +504 -0
  1348. package/src/store/ws-notification.ts +122 -0
  1349. package/src/types.ts +28 -0
  1350. package/src/utils/config-sync.ts +14 -0
  1351. package/src/utils/file.ts +92 -0
  1352. package/src/utils/index.ts +137 -0
  1353. package/src/utils/init-icons.ts +118 -0
  1354. package/src/utils/treeUtil.ts +110 -0
  1355. package/src/utils/useAuthenticatedHtml.ts +101 -0
  1356. package/src/views/_core/README.md +3 -0
  1357. package/src/views/_core/about/index.vue +9 -0
  1358. package/src/views/_core/authentication/code-login.vue +69 -0
  1359. package/src/views/_core/authentication/forget-password.vue +43 -0
  1360. package/src/views/_core/authentication/login.vue +105 -0
  1361. package/src/views/_core/authentication/qrcode-login.vue +10 -0
  1362. package/src/views/_core/authentication/register.vue +96 -0
  1363. package/src/views/_core/fallback/coming-soon.vue +7 -0
  1364. package/src/views/_core/fallback/forbidden.vue +9 -0
  1365. package/src/views/_core/fallback/internal-error.vue +9 -0
  1366. package/src/views/_core/fallback/not-found.vue +9 -0
  1367. package/src/views/_core/fallback/offline.vue +9 -0
  1368. package/src/views/codegen/generate/components/CodePreviewModal.vue +1161 -0
  1369. package/src/views/codegen/generate/components/GenerateConfigModal.vue +1005 -0
  1370. package/src/views/codegen/generate/components/TableInfoModal.vue +276 -0
  1371. package/src/views/codegen/generate/components/preview-modal.vue +446 -0
  1372. package/src/views/codegen/generate/index.vue +332 -0
  1373. package/src/views/codegen/generate/table-info.vue +381 -0
  1374. package/src/views/codegen/generate/types/index.ts +486 -0
  1375. package/src/views/codegen/template-manage/components/TemplateFileEditorModal.vue +541 -0
  1376. package/src/views/codegen/template-manage/components/TemplateFileModal.vue +354 -0
  1377. package/src/views/codegen/template-manage/components/TemplateGroupModal.vue +295 -0
  1378. package/src/views/codegen/template-manage/files/index.vue +459 -0
  1379. package/src/views/codegen/template-manage/index.vue +421 -0
  1380. package/src/views/codegen/template-manage/types.ts +190 -0
  1381. package/src/views/dashboard/analytics/analytics-trends.vue +98 -0
  1382. package/src/views/dashboard/analytics/analytics-visits-data.vue +82 -0
  1383. package/src/views/dashboard/analytics/analytics-visits-sales.vue +48 -0
  1384. package/src/views/dashboard/analytics/analytics-visits-source.vue +67 -0
  1385. package/src/views/dashboard/analytics/analytics-visits.vue +55 -0
  1386. package/src/views/dashboard/analytics/index.vue +90 -0
  1387. package/src/views/dashboard/workspace/index.vue +266 -0
  1388. package/src/views/data/data-connect/constants.ts +45 -0
  1389. package/src/views/data/data-connect/data-connect-form.vue +477 -0
  1390. package/src/views/data/data-connect/index.vue +379 -0
  1391. package/src/views/data/data-modeling/components/common-field/common-field-form.vue +174 -0
  1392. package/src/views/data/data-modeling/components/common-field/common-fields.vue +171 -0
  1393. package/src/views/data/data-modeling/components/data-modeling-form-one.vue +265 -0
  1394. package/src/views/data/data-modeling/components/data-modeling-form-two.vue +561 -0
  1395. package/src/views/data/data-modeling/components/data-modeling-form.vue +188 -0
  1396. package/src/views/data/data-modeling/components/data-preview.vue +130 -0
  1397. package/src/views/data/data-modeling/index.vue +376 -0
  1398. package/src/views/data/interface-oauth/components/interface-oauth-log.vue +79 -0
  1399. package/src/views/data/interface-oauth/components/interface-oauth.vue +151 -0
  1400. package/src/views/data/interface-oauth/components/interface-table.vue +70 -0
  1401. package/src/views/data/interface-oauth/components/user-table.vue +50 -0
  1402. package/src/views/data/interface-oauth/components/verify-signature-description.vue +290 -0
  1403. package/src/views/data/interface-oauth/index.vue +463 -0
  1404. package/src/views/data/interface-oauth/interface-oauth-form.vue +357 -0
  1405. package/src/views/demo-case/affix/index.vue +68 -0
  1406. package/src/views/demo-case/alert/index.vue +139 -0
  1407. package/src/views/demo-case/anchor/index.vue +93 -0
  1408. package/src/views/demo-case/avatar/index.vue +331 -0
  1409. package/src/views/demo-case/badge/index.vue +391 -0
  1410. package/src/views/demo-case/border/index.vue +227 -0
  1411. package/src/views/demo-case/breadcrumb/index.vue +77 -0
  1412. package/src/views/demo-case/button/index.vue +257 -0
  1413. package/src/views/demo-case/calendar/index.vue +108 -0
  1414. package/src/views/demo-case/card/index.vue +290 -0
  1415. package/src/views/demo-case/carousel/index.vue +149 -0
  1416. package/src/views/demo-case/cascader/index.vue +243 -0
  1417. package/src/views/demo-case/checkbox/index.vue +236 -0
  1418. package/src/views/demo-case/collapse/index.vue +161 -0
  1419. package/src/views/demo-case/color/index.vue +328 -0
  1420. package/src/views/demo-case/container/index.vue +195 -0
  1421. package/src/views/demo-case/datepicker/index.vue +219 -0
  1422. package/src/views/demo-case/datetimepicker/index.vue +99 -0
  1423. package/src/views/demo-case/descriptions/index.vue +159 -0
  1424. package/src/views/demo-case/dialog/index.vue +302 -0
  1425. package/src/views/demo-case/divider/index.vue +192 -0
  1426. package/src/views/demo-case/drawer/index.vue +211 -0
  1427. package/src/views/demo-case/dropdown/index.vue +171 -0
  1428. package/src/views/demo-case/empty/index.vue +165 -0
  1429. package/src/views/demo-case/fix-mismatched.cjs +49 -0
  1430. package/src/views/demo-case/fix-proper.cjs +44 -0
  1431. package/src/views/demo-case/fix-tags.cjs +110 -0
  1432. package/src/views/demo-case/form/index.vue +435 -0
  1433. package/src/views/demo-case/image/index.vue +283 -0
  1434. package/src/views/demo-case/infinite-scroll/index.vue +238 -0
  1435. package/src/views/demo-case/input/index.vue +338 -0
  1436. package/src/views/demo-case/input-number/index.vue +184 -0
  1437. package/src/views/demo-case/input-tag/index.vue +197 -0
  1438. package/src/views/demo-case/layout/index.vue +253 -0
  1439. package/src/views/demo-case/link/index.vue +125 -0
  1440. package/src/views/demo-case/mention/index.vue +92 -0
  1441. package/src/views/demo-case/menu/index.vue +198 -0
  1442. package/src/views/demo-case/message/index.vue +165 -0
  1443. package/src/views/demo-case/message-box/index.vue +263 -0
  1444. package/src/views/demo-case/notification/index.vue +210 -0
  1445. package/src/views/demo-case/page-header/index.vue +171 -0
  1446. package/src/views/demo-case/pagination/index.vue +349 -0
  1447. package/src/views/demo-case/popconfirm/index.vue +397 -0
  1448. package/src/views/demo-case/progress/index.vue +371 -0
  1449. package/src/views/demo-case/radio/index.vue +136 -0
  1450. package/src/views/demo-case/rate/index.vue +203 -0
  1451. package/src/views/demo-case/result/index.vue +227 -0
  1452. package/src/views/demo-case/scrollbar/index.vue +91 -0
  1453. package/src/views/demo-case/seal-usage/index.vue +1461 -0
  1454. package/src/views/demo-case/segmented/index.vue +233 -0
  1455. package/src/views/demo-case/select/index.vue +391 -0
  1456. package/src/views/demo-case/skeleton/index.vue +205 -0
  1457. package/src/views/demo-case/slider/index.vue +172 -0
  1458. package/src/views/demo-case/statistic/index.vue +248 -0
  1459. package/src/views/demo-case/steps/index.vue +127 -0
  1460. package/src/views/demo-case/switch/index.vue +151 -0
  1461. package/src/views/demo-case/table/index.vue +338 -0
  1462. package/src/views/demo-case/tabs/index.vue +166 -0
  1463. package/src/views/demo-case/tag/index.vue +342 -0
  1464. package/src/views/demo-case/time-picker/index.vue +206 -0
  1465. package/src/views/demo-case/time-select/index.vue +268 -0
  1466. package/src/views/demo-case/timeline/index.vue +258 -0
  1467. package/src/views/demo-case/tooltip/index.vue +284 -0
  1468. package/src/views/demo-case/transfer/index.vue +219 -0
  1469. package/src/views/demo-case/tree/index.vue +367 -0
  1470. package/src/views/demo-case/tree-select/index.vue +525 -0
  1471. package/src/views/demo-case/typography/index.vue +222 -0
  1472. package/src/views/demo-case/upload/index.vue +285 -0
  1473. package/src/views/demo-case/watermark/index.vue +248 -0
  1474. package/src/views/file/file-config/file-config-form.vue +592 -0
  1475. package/src/views/file/file-config/index.vue +326 -0
  1476. package/src/views/file/file-list/components/FileUploadDialog.vue +253 -0
  1477. package/src/views/file/file-list/components/ImagePreview.vue +66 -0
  1478. package/src/views/file/file-list/index.vue +357 -0
  1479. package/src/views/file//346/226/207/344/273/266/347/256/241/347/220/206/345/211/215/347/253/257/345/274/200/345/217/221/346/226/207/346/241/243.md +1166 -0
  1480. package/src/views/home/index.vue +35 -0
  1481. package/src/views/login/components/login-form.vue +666 -0
  1482. package/src/views/login/components/security-code.vue +71 -0
  1483. package/src/views/login/components/update-password.vue +182 -0
  1484. package/src/views/login/index.vue +289 -0
  1485. package/src/views/login/sso/index.vue +60 -0
  1486. package/src/views/navHome/fonts/PangMenZhengDao.ttf +0 -0
  1487. package/src/views/navHome/fonts/font.css +5 -0
  1488. package/src/views/navHome/images/back.png +0 -0
  1489. package/src/views/navHome/images/bg.png +0 -0
  1490. package/src/views/navHome/images/jcsj.png +0 -0
  1491. package/src/views/navHome/images/jdpj.png +0 -0
  1492. package/src/views/navHome/images/jump.png +0 -0
  1493. package/src/views/navHome/images/menu-bg.png +0 -0
  1494. package/src/views/navHome/images/rwzx.png +0 -0
  1495. package/src/views/navHome/images/screen.svg +1 -0
  1496. package/src/views/navHome/images/sjzx.png +0 -0
  1497. package/src/views/navHome/images/sz.png +0 -0
  1498. package/src/views/navHome/images/tc.png +0 -0
  1499. package/src/views/navHome/images/temp.png +0 -0
  1500. package/src/views/navHome/images/tx.png +0 -0
  1501. package/src/views/navHome/images/wggl.png +0 -0
  1502. package/src/views/navHome/images/xjt.png +0 -0
  1503. package/src/views/navHome/images/yygl.png +0 -0
  1504. package/src/views/navHome/images/zhdd.png +0 -0
  1505. package/src/views/navHome/index.vue +479 -0
  1506. package/src/views/personal-center/components/avatar-name.vue +93 -0
  1507. package/src/views/personal-center/components/basic-info.vue +327 -0
  1508. package/src/views/personal-center/components/department-form.vue +133 -0
  1509. package/src/views/personal-center/components/login-log.vue +147 -0
  1510. package/src/views/personal-center/components/sys-permission.vue +168 -0
  1511. package/src/views/personal-center/components/tabs.vue +49 -0
  1512. package/src/views/personal-center/components/update-password.vue +161 -0
  1513. package/src/views/personal-center/index.vue +110 -0
  1514. package/src/views/screen/index.vue +62 -0
  1515. package/src/views/sys/account/components/account-form.vue +581 -0
  1516. package/src/views/sys/account/components/account-import.vue +100 -0
  1517. package/src/views/sys/account/components/sub-positions.vue +282 -0
  1518. package/src/views/sys/account/index.vue +601 -0
  1519. package/src/views/sys/app-menu/application/app-form.vue +860 -0
  1520. package/src/views/sys/app-menu/application/application-extend-manage.vue +596 -0
  1521. package/src/views/sys/app-menu/application/index.vue +868 -0
  1522. package/src/views/sys/app-menu/components/select-icon.vue +57 -0
  1523. package/src/views/sys/app-menu/config/account/index.vue +202 -0
  1524. package/src/views/sys/app-menu/config/account/link-account.vue +110 -0
  1525. package/src/views/sys/app-menu/config/auth/auth-form.vue +733 -0
  1526. package/src/views/sys/app-menu/config/auth/index.vue +211 -0
  1527. package/src/views/sys/app-menu/config/index.vue +55 -0
  1528. package/src/views/sys/app-menu/config/organ/index.vue +359 -0
  1529. package/src/views/sys/app-menu/config/organ/link-organ.vue +309 -0
  1530. package/src/views/sys/app-menu/config/role/index.vue +192 -0
  1531. package/src/views/sys/app-menu/config/role/link-role.vue +109 -0
  1532. package/src/views/sys/app-menu/index.vue +54 -0
  1533. package/src/views/sys/app-menu/menu/components/label-selector.vue +379 -0
  1534. package/src/views/sys/app-menu/menu/index.vue +1071 -0
  1535. package/src/views/sys/app-menu/menu/menu-extend-manage.vue +612 -0
  1536. package/src/views/sys/app-menu/menu/menu-form.vue +1001 -0
  1537. package/src/views/sys/app-menu/menu/menu-label-manage.vue +408 -0
  1538. package/src/views/sys/cache/components/cache-detail.vue +127 -0
  1539. package/src/views/sys/cache/index.vue +426 -0
  1540. package/src/views/sys/column-manager/RecycleBin.vue +532 -0
  1541. package/src/views/sys/column-manager/column-form.vue +249 -0
  1542. package/src/views/sys/column-manager/index.vue +304 -0
  1543. package/src/views/sys/data-interface/components/api-data-config.vue +884 -0
  1544. package/src/views/sys/data-interface/components/data-interface-form.vue +1181 -0
  1545. package/src/views/sys/data-interface/components/data-interface-import.vue +45 -0
  1546. package/src/views/sys/data-interface/components/field-edit-dialog.vue +164 -0
  1547. package/src/views/sys/data-interface/components/interface-field-table.vue +151 -0
  1548. package/src/views/sys/data-interface/components/interface-log.vue +76 -0
  1549. package/src/views/sys/data-interface/components/interface-parameter-table.vue +185 -0
  1550. package/src/views/sys/data-interface/components/param-edit-dialog.vue +250 -0
  1551. package/src/views/sys/data-interface/components/preview.vue +206 -0
  1552. package/src/views/sys/data-interface/components/sql-data-config.vue +658 -0
  1553. package/src/views/sys/data-interface/components/sql-data-display.vue +644 -0
  1554. package/src/views/sys/data-interface/components/sql-data-statistics.vue +627 -0
  1555. package/src/views/sys/data-interface/components/static-data-config.vue +310 -0
  1556. package/src/views/sys/data-interface/index.vue +919 -0
  1557. package/src/views/sys/department/components/department-form.vue +759 -0
  1558. package/src/views/sys/department/components/department-import.vue +45 -0
  1559. package/src/views/sys/department/components/department-members.vue +148 -0
  1560. package/src/views/sys/department/index.vue +639 -0
  1561. package/src/views/sys/dict/custom/dic-form.vue +310 -0
  1562. package/src/views/sys/dict/custom/index.vue +199 -0
  1563. package/src/views/sys/dict/custom/item-form.vue +232 -0
  1564. package/src/views/sys/dict/custom/item-index.vue +184 -0
  1565. package/src/views/sys/dict/index.vue +65 -0
  1566. package/src/views/sys/dict/list/components/item-import.vue +104 -0
  1567. package/src/views/sys/dict/list/dic-form.vue +246 -0
  1568. package/src/views/sys/dict/list/index.vue +194 -0
  1569. package/src/views/sys/dict/list/item-form.vue +224 -0
  1570. package/src/views/sys/dict/list/item-index.vue +238 -0
  1571. package/src/views/sys/dict/sql/dic-form.vue +277 -0
  1572. package/src/views/sys/dict/sql/index.vue +197 -0
  1573. package/src/views/sys/dict/sql/previewResult.vue +275 -0
  1574. package/src/views/sys/dict/tree/components/item-import.vue +109 -0
  1575. package/src/views/sys/dict/tree/dic-form.vue +234 -0
  1576. package/src/views/sys/dict/tree/index.vue +193 -0
  1577. package/src/views/sys/dict/tree/item-form.vue +293 -0
  1578. package/src/views/sys/dict/tree/item-index.vue +386 -0
  1579. package/src/views/sys/icon/icon-library/icon-library-form.vue +142 -0
  1580. package/src/views/sys/icon/icon-library/index.vue +271 -0
  1581. package/src/views/sys/icon/icon-manager/icon-batch-add.vue +347 -0
  1582. package/src/views/sys/icon/icon-manager/icon-copy.vue +135 -0
  1583. package/src/views/sys/icon/icon-manager/icon-import.vue +191 -0
  1584. package/src/views/sys/icon/icon-manager/icon-manager-form.vue +277 -0
  1585. package/src/views/sys/icon/icon-manager/index.vue +504 -0
  1586. package/src/views/sys/icon/icons.json +605 -0
  1587. package/src/views/sys/icon/index.vue +53 -0
  1588. package/src/views/sys/llm/index.vue +1762 -0
  1589. package/src/views/sys/log/components/operate-log-detail.vue +176 -0
  1590. package/src/views/sys/log/index.vue +607 -0
  1591. package/src/views/sys/mail/mail-account/components/mail-account-form.vue +365 -0
  1592. package/src/views/sys/mail/mail-account/index.vue +390 -0
  1593. package/src/views/sys/mail/mail-blacklist/components/mail-blacklist-form.vue +239 -0
  1594. package/src/views/sys/mail/mail-blacklist/index.vue +268 -0
  1595. package/src/views/sys/mail/mail-log/components/mail-log-detail.vue +121 -0
  1596. package/src/views/sys/mail/mail-log/index.vue +233 -0
  1597. package/src/views/sys/mail/mail-rate-limit/components/rate-limit-form.vue +237 -0
  1598. package/src/views/sys/mail/mail-rate-limit/index.vue +261 -0
  1599. package/src/views/sys/mail/mail-template/components/mail-template-form.vue +320 -0
  1600. package/src/views/sys/mail/mail-template/components/mail-template-send-test.vue +305 -0
  1601. package/src/views/sys/mail/mail-template/index.vue +377 -0
  1602. package/src/views/sys/mail/mail-whitelist/components/mail-whitelist-form.vue +239 -0
  1603. package/src/views/sys/mail/mail-whitelist/index.vue +265 -0
  1604. package/src/views/sys/menu/components/label-selector.vue +379 -0
  1605. package/src/views/sys/menu/index.vue +860 -0
  1606. package/src/views/sys/menu/menu-form.vue +746 -0
  1607. package/src/views/sys/menu/menu-label-manage.vue +400 -0
  1608. package/src/views/sys/msg/components/msg-detail.vue +1621 -0
  1609. package/src/views/sys/msg/components/msg-form.vue +959 -0
  1610. package/src/views/sys/msg/components/msg-receive-status.vue +135 -0
  1611. package/src/views/sys/msg/components/msg-review.vue +556 -0
  1612. package/src/views/sys/msg/consult/notice/index.vue +420 -0
  1613. package/src/views/sys/msg/consult/politicalNews/index.vue +526 -0
  1614. package/src/views/sys/msg/index.vue +692 -0
  1615. package/src/views/sys/my-msg/components/msg-detail.vue +1418 -0
  1616. package/src/views/sys/my-msg/index.vue +683 -0
  1617. package/src/views/sys/notice/components/notice-form.vue +240 -0
  1618. package/src/views/sys/notice/index.vue +292 -0
  1619. package/src/views/sys/online-user/index.vue +227 -0
  1620. package/src/views/sys/post/components/extend-manage.vue +583 -0
  1621. package/src/views/sys/post/components/post-form.vue +252 -0
  1622. package/src/views/sys/post/index.vue +474 -0
  1623. package/src/views/sys/quartz/cron/day.vue +182 -0
  1624. package/src/views/sys/quartz/cron/hour.vue +140 -0
  1625. package/src/views/sys/quartz/cron/index.vue +401 -0
  1626. package/src/views/sys/quartz/cron/min.vue +140 -0
  1627. package/src/views/sys/quartz/cron/month.vue +159 -0
  1628. package/src/views/sys/quartz/cron/result.vue +436 -0
  1629. package/src/views/sys/quartz/cron/second.vue +155 -0
  1630. package/src/views/sys/quartz/cron/types/index.ts +9 -0
  1631. package/src/views/sys/quartz/cron/utils/index.ts +4 -0
  1632. package/src/views/sys/quartz/cron/week.vue +229 -0
  1633. package/src/views/sys/quartz/cron/year.vue +173 -0
  1634. package/src/views/sys/quartz/index.vue +323 -0
  1635. package/src/views/sys/quartz/job-form.vue +309 -0
  1636. package/src/views/sys/quartz/joblog-index.vue +154 -0
  1637. package/src/views/sys/role/components/application-menu-auth.vue +190 -0
  1638. package/src/views/sys/role/components/role-form.vue +456 -0
  1639. package/src/views/sys/role/components/role-info-cell.vue +20 -0
  1640. package/src/views/sys/role/components/role-permission.vue +605 -0
  1641. package/src/views/sys/role/components/role-type-tag.vue +18 -0
  1642. package/src/views/sys/role/index.vue +830 -0
  1643. package/src/views/sys/seal/seal-manage/components/seal-form.vue +1203 -0
  1644. package/src/views/sys/seal/seal-manage/index.vue +413 -0
  1645. package/src/views/sys/seal/signature/components/signature-editor.vue +243 -0
  1646. package/src/views/sys/seal/signature/components/signature-form.vue +272 -0
  1647. package/src/views/sys/seal/signature/index.vue +346 -0
  1648. package/src/views/sys/sensitiveword/components/sensitive-word-form.vue +167 -0
  1649. package/src/views/sys/sensitiveword/components/sensitive-word-import.vue +44 -0
  1650. package/src/views/sys/sensitiveword/index.vue +765 -0
  1651. package/src/views/sys/sms/sms-blacklist/components/sms-blacklist-form.vue +236 -0
  1652. package/src/views/sys/sms/sms-blacklist/index.vue +314 -0
  1653. package/src/views/sys/sms/sms-channel/components/sms-channel-form.vue +260 -0
  1654. package/src/views/sys/sms/sms-channel/index.vue +458 -0
  1655. package/src/views/sys/sms/sms-log/components/sms-log-detail.vue +173 -0
  1656. package/src/views/sys/sms/sms-log/index.vue +301 -0
  1657. package/src/views/sys/sms/sms-rate-limit-config/components/sms-rate-limit-config-form.vue +249 -0
  1658. package/src/views/sys/sms/sms-rate-limit-config/index.vue +259 -0
  1659. package/src/views/sys/sms/sms-template/components/sms-template-form.vue +344 -0
  1660. package/src/views/sys/sms/sms-template/components/sms-template-send-test.vue +269 -0
  1661. package/src/views/sys/sms/sms-template/index.vue +455 -0
  1662. package/src/views/sys/sms/sms-whitelist/components/sms-whitelist-form.vue +236 -0
  1663. package/src/views/sys/sms/sms-whitelist/index.vue +314 -0
  1664. package/src/views/sys/sys-config/base-config/base-form.vue +1066 -0
  1665. package/src/views/sys/sys-config/common-config/common-form.vue +230 -0
  1666. package/src/views/sys/sys-config/desensitization-config/desensitization-form.vue +224 -0
  1667. package/src/views/sys/sys-config/index.vue +127 -0
  1668. package/src/views/sys/sys-config/login-config/login-form.vue +346 -0
  1669. package/src/views/sys/sys-config/mobile-config/components/import-file.vue +170 -0
  1670. package/src/views/sys/sys-config/mobile-config/index.vue +997 -0
  1671. package/src/views/sys/sys-config/pwd-config/pwd-form.vue +245 -0
  1672. package/src/views/sys/sys-config/superadmin-config/index.vue +121 -0
  1673. package/src/views/sys/template-config/components/template-form.vue +395 -0
  1674. package/src/views/sys/template-config/index.vue +426 -0
  1675. package/src/views/sys/tenant/components/application-menu-auth.vue +216 -0
  1676. package/src/views/sys/tenant/components/tenant-form.vue +514 -0
  1677. package/src/views/sys/tenant/index.vue +480 -0
  1678. package/src/views/sys/user/components/user-extend-manage.vue +590 -0
  1679. package/src/views/sys/user/components/user-form.vue +686 -0
  1680. package/src/views/sys/user/components/user-import.vue +98 -0
  1681. package/src/views/sys/user/components/work-transfer.vue +127 -0
  1682. package/src/views/sys/user/index.vue +709 -0
  1683. package/src/views/system/server-monitor/components/EchartsFree.vue +104 -0
  1684. package/src/views/system/server-monitor/components/EchartsUse.vue +121 -0
  1685. package/src/views/system/server-monitor/index.vue +169 -0
  1686. package/src/views/system/websocket-debug.vue +528 -0
  1687. package/src/views/wujie-submenu/index.vue +296 -0
@@ -0,0 +1,1621 @@
1
+ <script setup lang="ts">
2
+ import type {
3
+ UdpSysReplyPageResponse,
4
+ UdpSysReviewHisResponse,
5
+ } from '../../../../api/msg/types';
6
+
7
+ import { computed, nextTick, ref, watch } from 'vue';
8
+
9
+ import {
10
+ ArrowDown,
11
+ ArrowUp,
12
+ ChatDotRound,
13
+ Delete,
14
+ Loading,
15
+ StarFilled,
16
+ } from '@element-plus/icons-vue';
17
+ import { ElMessage, ElMessageBox } from 'element-plus';
18
+
19
+ import { getRequestClient } from '../../../../api/request';
20
+ import { createReply, deleteReply, getMsgDetail, pageReply } from '../../../../api/msg';
21
+ import { Tag } from '../../../../components/custom-tags';
22
+ import { useAuthenticatedHtml } from '../../../../utils/useAuthenticatedHtml';
23
+
24
+ interface Props {
25
+ msgData?: any;
26
+ }
27
+
28
+ const props = withDefaults(defineProps<Props>(), {
29
+ msgData: null,
30
+ });
31
+
32
+ const loading = ref(false);
33
+ const detailData = ref<any>(null);
34
+
35
+ // 鉴权图片处理:将 HTML 中 /api/common/preview/ 的 img src 替换为 blob URL
36
+ const rawContentHtml = computed(
37
+ () => detailData.value?.msgContent || detailData.value?.content || detailData.value?.msgText || detailData.value?.text || '',
38
+ );
39
+ const fetchImageBlob = async (url: string) => {
40
+ const res = await getRequestClient().get(url, { responseType: 'blob', responseReturn: 'raw' });
41
+ return URL.createObjectURL(res.data);
42
+ };
43
+ const { processedHtml: authContentHtml } = useAuthenticatedHtml(rawContentHtml, fetchImageBlob);
44
+ const comments = ref<UdpSysReplyPageResponse[]>([]);
45
+ const commentLoading = ref(false);
46
+ const currentPage = ref(1);
47
+ const pageSize = 5;
48
+ const total = ref(0);
49
+ const hasMore = ref(true);
50
+ const newCommentContent = ref('');
51
+
52
+ // 审核记录相关状态
53
+ const reviewHistory = ref<UdpSysReviewHisResponse[]>([]);
54
+ const reviewHistoryLoading = ref(false);
55
+
56
+ // 回复功能状态管理
57
+ const replyingTo = ref<null | string>(null); // 当前正在回复的评论ID
58
+ const replyContent = ref(''); // 回复内容
59
+ const replySubmitting = ref(false); // 回复提交状态
60
+
61
+ // 子回复展开状态管理
62
+ const expandedReplies = ref<Map<string, boolean>>(new Map()); // 记录哪些评论的子回复是展开的
63
+
64
+ // 子回复分页状态管理系统
65
+ interface ChildReplyPagination {
66
+ currentPage: number;
67
+ pageSize: number;
68
+ total: number;
69
+ hasMore: boolean;
70
+ loading: boolean;
71
+ loadedReplies: UdpSysReplyPageResponse[]; // 已加载的子回复数据
72
+ }
73
+
74
+ // 为每个主评论维护独立的子回复分页状态
75
+ const childReplyPagination = ref<Map<string, ChildReplyPagination>>(new Map());
76
+
77
+ // 初始化子回复分页状态
78
+ const initChildReplyPagination = (commentId: string): ChildReplyPagination => {
79
+ return {
80
+ currentPage: 1,
81
+ pageSize: 5, // 子回复每页显示数量
82
+ total: 0,
83
+ hasMore: true,
84
+ loading: false,
85
+ loadedReplies: [],
86
+ };
87
+ };
88
+
89
+ // 获取子回复分页状态
90
+ const getChildReplyPagination = (commentId: string): ChildReplyPagination => {
91
+ if (!childReplyPagination.value.has(commentId)) {
92
+ childReplyPagination.value.set(
93
+ commentId,
94
+ initChildReplyPagination(commentId),
95
+ );
96
+ }
97
+ return childReplyPagination.value.get(commentId)!;
98
+ };
99
+
100
+ // 计算属性
101
+ const noMore = computed(
102
+ () =>
103
+ !hasMore.value || (total.value > 0 && comments.value.length >= total.value),
104
+ );
105
+ const infiniteScrollDisabled = computed(
106
+ () => commentLoading.value || noMore.value,
107
+ );
108
+
109
+ // 加载更多评论
110
+ const loadMoreComments = async () => {
111
+ if (commentLoading.value || noMore.value) {
112
+ return;
113
+ }
114
+
115
+ commentLoading.value = true;
116
+
117
+ try {
118
+ // 调用真实的分页查询API
119
+ const result = await pageReply({
120
+ current: currentPage.value,
121
+ size: pageSize,
122
+ model: {
123
+ msgId: props.msgData?.id, // 当前消息ID
124
+ replyId: '0',
125
+ },
126
+ });
127
+
128
+ // 直接使用API返回的数据,不做额外转换
129
+ const apiComments = result.records;
130
+
131
+ if (currentPage.value === 1) {
132
+ comments.value = apiComments;
133
+ } else {
134
+ comments.value.push(...apiComments);
135
+ }
136
+
137
+ // 为每个有子回复的评论初始化分页状态
138
+ apiComments.forEach((comment: any) => {
139
+ if (comment.childCount > 0) {
140
+ childReplyPagination.value.set(comment.id, {
141
+ currentPage: 1,
142
+ pageSize: 5,
143
+ total: comment.childCount,
144
+ hasMore: comment.childCount > (comment.childList?.length || 0),
145
+ loading: false,
146
+ loadedReplies: comment.childList || [],
147
+ });
148
+ }
149
+ });
150
+
151
+ total.value = result.total;
152
+ hasMore.value = comments.value.length < result.total;
153
+ currentPage.value++;
154
+ } catch (error) {
155
+ console.error('❌ 加载评论失败:', error);
156
+ ElMessage.error('加载评论失败,请重试');
157
+ } finally {
158
+ commentLoading.value = false;
159
+ }
160
+ };
161
+
162
+ // 发表评论
163
+ const submitComment = async () => {
164
+ if (!newCommentContent.value.trim()) {
165
+ ElMessage.warning('请输入评论内容');
166
+ return;
167
+ }
168
+
169
+ if (newCommentContent.value.length > 500) {
170
+ ElMessage.warning('评论内容不能超过500字');
171
+ return;
172
+ }
173
+
174
+ try {
175
+ // 保存当前展开状态,用于刷新后恢复
176
+ const currentExpandedReplies = new Map(expandedReplies.value);
177
+
178
+ // 保存当前滚动位置(可选)
179
+ const scrollElement = document.querySelector('.comment-list-container');
180
+ const scrollTop = scrollElement?.scrollTop || 0;
181
+
182
+ // 调用真实的API接口创建评论
183
+ const replyId = await createReply({
184
+ msgId: props.msgData?.id, // 消息ID
185
+ replyId: '0', // 新评论传"0",回复评论时传被回复评论的ID
186
+ replyContent: newCommentContent.value.trim(), // 评论内容(必填)
187
+ });
188
+
189
+ // 清空输入框(在API调用成功后立即清空,提升用户体验)
190
+ newCommentContent.value = '';
191
+
192
+ // 智能刷新:重新获取准确的评论数据,同时保持展开状态
193
+ await refreshCurrentPageComments(currentExpandedReplies);
194
+
195
+ // 恢复滚动位置(可选,根据UX需求决定)
196
+ // nextTick(() => {
197
+ // if (scrollElement) {
198
+ // scrollElement.scrollTop = scrollTop;
199
+ // }
200
+ // });
201
+
202
+ ElMessage.success('评论发表成功');
203
+ } catch (error) {
204
+ console.error('发表评论失败:', error);
205
+ ElMessage.error('发表评论失败,请重试');
206
+ }
207
+ };
208
+
209
+ // 点赞评论 - 使用API字段
210
+ const toggleLike = (comment: UdpSysReplyPageResponse) => {
211
+ // 注意:这里需要根据实际API字段调整
212
+ // comment.isLiked = !comment.isLiked;
213
+ // comment.likeCount += comment.isLiked ? 1 : -1;
214
+ // TODO: 实现点赞功能
215
+ };
216
+
217
+ // 删除评论功能
218
+ const handleDeleteComment = async (comment: UdpSysReplyPageResponse) => {
219
+ try {
220
+ // 二次确认
221
+ await ElMessageBox.confirm('确定要删除这条数据吗?', '提示', {
222
+ confirmButtonText: '确定',
223
+ cancelButtonText: '取消',
224
+ type: 'warning',
225
+ });
226
+
227
+ // 调用删除API
228
+ await deleteReply(comment.id);
229
+
230
+ ElMessage.success('删除成功');
231
+
232
+ // 刷新评论列表
233
+ await refreshCurrentPageComments();
234
+ } catch (error) {
235
+ if (error !== 'cancel') {
236
+ ElMessage.error('删除失败,请重试');
237
+ console.error('删除评论失败:', error);
238
+ }
239
+ }
240
+ };
241
+
242
+ // 回复功能相关方法
243
+ const handleReply = (comment: UdpSysReplyPageResponse) => {
244
+ // 如果点击的是当前正在回复的评论,则取消回复
245
+ if (replyingTo.value === comment.id) {
246
+ cancelReply();
247
+ return;
248
+ }
249
+
250
+ // 设置回复目标
251
+ replyingTo.value = comment.id;
252
+ replyContent.value = '';
253
+
254
+ // 滚动到回复框位置(可选)
255
+ nextTick(() => {
256
+ const replyInput = document.querySelector(`#reply-input-${comment.id}`);
257
+ if (replyInput) {
258
+ replyInput.scrollIntoView({ behavior: 'smooth', block: 'center' });
259
+ (replyInput as HTMLElement).focus();
260
+ }
261
+ });
262
+ };
263
+
264
+ const cancelReply = () => {
265
+ replyingTo.value = null;
266
+ replyContent.value = '';
267
+ };
268
+
269
+ // 子回复展开/收起逻辑
270
+ const toggleChildReplies = (commentId: string) => {
271
+ const currentState = expandedReplies.value.get(commentId) || false;
272
+
273
+ // 直接切换展开状态,不进行API调用
274
+ // 展开时显示主评论中已有的childList数据(通常是前2条)
275
+ expandedReplies.value.set(commentId, !currentState);
276
+
277
+ // 如果是展开操作且还没有加载过子回复,则加载子回复
278
+ if (!currentState) {
279
+ loadChildReplies(commentId);
280
+ }
281
+ };
282
+
283
+ // 加载子回复数据
284
+ const loadChildReplies = async (
285
+ commentId: string,
286
+ loadMore: boolean = false,
287
+ ) => {
288
+ const pagination = getChildReplyPagination(commentId);
289
+
290
+ // 防止重复加载
291
+ if (pagination.loading || (!loadMore && !pagination.hasMore)) {
292
+ return;
293
+ }
294
+
295
+ pagination.loading = true;
296
+
297
+ try {
298
+ const requestParams = {
299
+ current: pagination.currentPage,
300
+ size: pagination.pageSize,
301
+ model: {
302
+ msgId: props.msgData?.id,
303
+ replyId: commentId, // 获取指定评论的子回复
304
+ },
305
+ };
306
+
307
+ // 调用API获取子回复数据
308
+ const result = await pageReply(requestParams);
309
+
310
+ const apiReplies = result.records || [];
311
+
312
+ if (pagination.currentPage === 1) {
313
+ // 第一页:直接替换
314
+ pagination.loadedReplies = apiReplies;
315
+ } else {
316
+ // 后续页:追加数据
317
+ pagination.loadedReplies.push(...apiReplies);
318
+ }
319
+
320
+ // 更新分页状态
321
+ pagination.total = result.total || 0;
322
+ pagination.hasMore = pagination.loadedReplies.length < pagination.total;
323
+
324
+ // 只有在"加载更多"模式下且成功获取数据后才递增页码
325
+ // 第一次展开时(loadMore=false)不递增,确保下次"加载更多"请求正确的页码
326
+ if (loadMore && apiReplies.length > 0) {
327
+ pagination.currentPage++;
328
+ }
329
+
330
+ // 同步更新主评论的childList,确保数据一致性
331
+ const mainComment = comments.value.find((c) => c.id === commentId);
332
+ if (mainComment) {
333
+ mainComment.childList = pagination.loadedReplies;
334
+ mainComment.childCount = pagination.total;
335
+
336
+ // 确保展开状态被正确设置
337
+ if (
338
+ mainComment.childList.length > 0 &&
339
+ !expandedReplies.value.has(commentId)
340
+ ) {
341
+ expandedReplies.value.set(commentId, true);
342
+ }
343
+ }
344
+ } catch (error) {
345
+ console.error('❌ 加载子回复失败:', error);
346
+ ElMessage.error('加载子回复失败,请重试');
347
+ } finally {
348
+ pagination.loading = false;
349
+ }
350
+ };
351
+
352
+ // 加载更多子回复
353
+ const loadMoreChildReplies = async (commentId: string) => {
354
+ const pagination = getChildReplyPagination(commentId);
355
+
356
+ // 检查是否正在加载或已经没有更多数据
357
+ if (pagination.loading || !pagination.hasMore) {
358
+ return;
359
+ }
360
+
361
+ pagination.loading = true;
362
+
363
+ try {
364
+ // 构建请求参数 - 使用当前页码进行请求
365
+ const requestParams = {
366
+ current: pagination.currentPage, // 使用正确的当前页码
367
+ size: pagination.pageSize,
368
+ model: {
369
+ msgId: props.msgData?.id,
370
+ replyId: commentId,
371
+ },
372
+ };
373
+
374
+ const response = await pageReply(requestParams);
375
+ const apiReplies = response.records || [];
376
+
377
+ if (apiReplies.length > 0) {
378
+ // 获取主评论中已显示的子回复
379
+ const comment = comments.value.find((c) => c.id === commentId);
380
+ const existingChildList = comment?.childList || [];
381
+
382
+ // 去重:过滤掉已经在childList中显示的回复
383
+ const newReplies = apiReplies.filter(
384
+ (apiReply) =>
385
+ !existingChildList.some(
386
+ (existingReply) => existingReply.id === apiReply.id,
387
+ ),
388
+ );
389
+
390
+ if (newReplies.length > 0) {
391
+ // 将新的回复添加到已加载的回复列表中
392
+ pagination.loadedReplies.push(...newReplies);
393
+
394
+ // 同步更新主评论的childList,确保页面显示最新数据
395
+ const mainComment = comments.value.find((c) => c.id === commentId);
396
+ if (mainComment) {
397
+ mainComment.childList = [...pagination.loadedReplies];
398
+ }
399
+ }
400
+
401
+ // 成功请求数据后递增页码(无论是否有新数据)
402
+ pagination.currentPage++;
403
+
404
+ // 检查是否还有更多数据
405
+ // 基于API返回的总数和当前已加载的数据量来判断
406
+ pagination.hasMore = response.total > pagination.loadedReplies.length;
407
+ } else {
408
+ pagination.hasMore = false;
409
+ }
410
+ } catch (error) {
411
+ console.error('❌ 加载更多子回复失败:', error);
412
+ ElMessage.error('加载更多子回复失败,请重试');
413
+ } finally {
414
+ pagination.loading = false;
415
+ }
416
+ };
417
+
418
+ const isChildRepliesExpanded = (commentId: string) => {
419
+ // 如果已经手动设置过展开状态,使用设置的状态
420
+ if (expandedReplies.value.has(commentId)) {
421
+ const expanded = expandedReplies.value.get(commentId) || false;
422
+ return expanded;
423
+ }
424
+
425
+ // 默认情况:如果评论有子回复,则默认展开显示前两条
426
+ const comment = comments.value.find((c) => c.id === commentId);
427
+ const hasChildReplies =
428
+ comment && comment.childList && comment.childList.length > 0;
429
+
430
+ // 首次访问时,如果有子回复,设置默认展开状态
431
+ if (hasChildReplies && !expandedReplies.value.has(commentId)) {
432
+ expandedReplies.value.set(commentId, true);
433
+ }
434
+
435
+ return hasChildReplies;
436
+ };
437
+
438
+ // 智能刷新当前页评论数据,保持分页状态和展开状态
439
+ const refreshCurrentPageComments = async (
440
+ preservedExpandedState?: Map<string, boolean>,
441
+ ) => {
442
+ try {
443
+ commentLoading.value = true;
444
+
445
+ // 重新获取当前页的数据
446
+ const result = await pageReply({
447
+ current: 1, // 重新获取第一页,确保包含最新回复
448
+ size: currentPage.value * pageSize, // 获取到当前页为止的所有数据
449
+ model: {
450
+ msgId: props.msgData?.id,
451
+ replyId: '0',
452
+ },
453
+ });
454
+
455
+ // 更新评论列表
456
+ comments.value = result.records;
457
+ total.value = result.total;
458
+ hasMore.value = comments.value.length < result.total;
459
+
460
+ // 恢复展开状态
461
+ if (preservedExpandedState) {
462
+ expandedReplies.value = preservedExpandedState;
463
+ }
464
+ } catch (error) {
465
+ console.error('刷新评论失败:', error);
466
+ ElMessage.error('刷新评论失败,请重试');
467
+ } finally {
468
+ commentLoading.value = false;
469
+ }
470
+ };
471
+
472
+ // 找到主评论ID的辅助函数
473
+ const findMainCommentId = (targetComment: UdpSysReplyPageResponse): string => {
474
+ // 检查是否是主评论(在comments数组中)
475
+ const isMainComment = comments.value.some((c) => c.id === targetComment.id);
476
+ if (isMainComment) {
477
+ return targetComment.id; // 如果是主评论,返回自己的ID
478
+ }
479
+
480
+ // 如果不是主评论,在所有主评论的childList中查找
481
+ for (const mainComment of comments.value) {
482
+ if (
483
+ mainComment.childList &&
484
+ mainComment.childList.some((child) => child.id === targetComment.id)
485
+ ) {
486
+ return mainComment.id; // 返回主评论的ID
487
+ }
488
+ }
489
+
490
+ // 兜底:如果都找不到,返回目标评论的ID(理论上不应该发生)
491
+ console.warn('无法找到主评论ID,使用目标评论ID作为兜底', targetComment.id);
492
+ return targetComment.id;
493
+ };
494
+
495
+ // 验证回复输入
496
+ const validateReplyInput = (comment: UdpSysReplyPageResponse): boolean => {
497
+ if (!replyContent.value.trim()) {
498
+ ElMessage.warning('请输入回复内容');
499
+ nextTick(() => {
500
+ const inputElement = document.getElementById(`reply-input-${comment.id}`);
501
+ if (inputElement) {
502
+ inputElement.focus();
503
+ }
504
+ });
505
+ return false;
506
+ }
507
+ if (replyContent.value.length > 500) {
508
+ ElMessage.warning('回复内容不能超过500字');
509
+ return false;
510
+ }
511
+ if (!props.msgData?.id) {
512
+ ElMessage.error('消息ID不能为空');
513
+ return false;
514
+ }
515
+ if (!comment.id) {
516
+ ElMessage.error('回复目标不能为空');
517
+ return false;
518
+ }
519
+ return true;
520
+ };
521
+
522
+ // 找到被回复评论所在的主评论ID
523
+ const findTargetMainCommentId = (comment: UdpSysReplyPageResponse): string => {
524
+ const isReplyToMainComment = comments.value.some((c) => c.id === comment.id);
525
+ if (isReplyToMainComment) return comment.id;
526
+ const parentComment = comments.value.find(
527
+ (c) => c.childList && c.childList.some((child) => child.id === comment.id),
528
+ );
529
+ return parentComment?.id ?? comment.id;
530
+ };
531
+
532
+ // 刷新后同步子回复分页状态
533
+ const syncChildReplyPagination = (targetMainCommentId: string) => {
534
+ const targetComment = comments.value.find((c) => c.id === targetMainCommentId);
535
+ if (!targetComment?.childList || targetComment.childList.length <= 0) return;
536
+ const pagination = getChildReplyPagination(targetMainCommentId);
537
+ pagination.loadedReplies = [...targetComment.childList];
538
+ pagination.total = targetComment.childCount || targetComment.childList.length;
539
+ pagination.hasMore = pagination.total > pagination.loadedReplies.length;
540
+ };
541
+
542
+ // 提取错误消息
543
+ const extractErrorMessage = (error: any): string => {
544
+ let errorMessage = '发表回复失败,请重试';
545
+ if (error && typeof error === 'object') {
546
+ if ('message' in error && typeof error.message === 'string') {
547
+ errorMessage = error.message;
548
+ } else if ('msg' in error && typeof error.msg === 'string') {
549
+ errorMessage = error.msg;
550
+ } else if ('error' in error && typeof error.error === 'string') {
551
+ errorMessage = error.error;
552
+ }
553
+ }
554
+ if (errorMessage.includes('Network Error') || errorMessage.includes('timeout')) {
555
+ errorMessage = '网络连接失败,请检查网络后重试';
556
+ }
557
+ return errorMessage;
558
+ };
559
+
560
+ const submitReply = async (comment: UdpSysReplyPageResponse) => {
561
+ if (!validateReplyInput(comment)) return;
562
+
563
+ replySubmitting.value = true;
564
+
565
+ try {
566
+ const mainCommentId = findMainCommentId(comment);
567
+
568
+ const replyId = await createReply({
569
+ msgId: props.msgData?.id,
570
+ replyId: mainCommentId,
571
+ applyAccountId: comment.replyUserMsg?.id || comment.createUser,
572
+ replyObjectId: comment.id,
573
+ replyObjectContent: comment.replyContent,
574
+ replyContent: replyContent.value.trim(),
575
+ });
576
+
577
+ const newReply: UdpSysReplyPageResponse = {
578
+ id: String(replyId),
579
+ msgId: String(props.msgData?.id),
580
+ replyId: mainCommentId,
581
+ replyContent: replyContent.value.trim(),
582
+ createTime: new Date().toISOString(),
583
+ createUser: 'current-user-id',
584
+ childCount: 0,
585
+ childList: null,
586
+ replyUserMsg: {
587
+ id: 'current-user-id',
588
+ loginCode: 'current-user',
589
+ nickname: '当前用户',
590
+ userId: 'current-user-id',
591
+ tenantId: 'default-tenant',
592
+ departmentId: 'default-dept',
593
+ departmentName: '默认部门',
594
+ type: 1,
595
+ description: '当前用户',
596
+ sort: 1,
597
+ status: 1,
598
+ createUser: 'system',
599
+ createTime: new Date().toISOString(),
600
+ delFlag: 0,
601
+ isRealNameAuth: 0,
602
+ thirdAccount: '',
603
+ avatar:
604
+ 'https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png',
605
+ },
606
+ };
607
+
608
+ const currentExpandedReplies = new Map(expandedReplies.value);
609
+ const targetMainCommentId = findTargetMainCommentId(comment);
610
+ currentExpandedReplies.set(targetMainCommentId, true);
611
+
612
+ cancelReply();
613
+ childReplyPagination.value.delete(targetMainCommentId);
614
+
615
+ await refreshCurrentPageComments(currentExpandedReplies);
616
+ syncChildReplyPagination(targetMainCommentId);
617
+
618
+ ElMessage.success('回复发表成功');
619
+ } catch (error) {
620
+ console.error('发表回复失败:', error);
621
+ ElMessage.error(extractErrorMessage(error));
622
+ } finally {
623
+ replySubmitting.value = false;
624
+ }
625
+ };
626
+
627
+ // 获取审核记录
628
+ const fetchReviewHistory = async () => {
629
+ if (!detailData.value?.id) return;
630
+
631
+ try {
632
+ reviewHistoryLoading.value = true;
633
+ const response = await getMsgDetail(detailData.value.id);
634
+ reviewHistory.value = response.udpSysReviewHisResponses || [];
635
+ } catch (error) {
636
+ console.error('获取审核记录失败:', error);
637
+ reviewHistory.value = [];
638
+ } finally {
639
+ reviewHistoryLoading.value = false;
640
+ }
641
+ };
642
+
643
+ // 监听消息数据变化
644
+ watch(
645
+ () => props.msgData,
646
+ (newData) => {
647
+ if (newData) {
648
+ console.log(newData, 6666);
649
+
650
+ detailData.value = newData;
651
+
652
+ // 重置评论状态并加载初始评论
653
+ comments.value = [];
654
+ currentPage.value = 1;
655
+ total.value = 0;
656
+ hasMore.value = true;
657
+
658
+ // 加载初始评论
659
+ nextTick(() => {
660
+ loadMoreComments();
661
+ });
662
+
663
+ // 如果是打回修改状态,获取审核记录
664
+ if (newData.msgStatus === 6) {
665
+ fetchReviewHistory();
666
+ }
667
+ }
668
+ },
669
+ { immediate: true },
670
+ );
671
+
672
+ // 状态选项
673
+ const statusOptions = [
674
+ { label: '草稿', value: 1, type: 'info' as const },
675
+ { label: '待发布', value: 2, type: 'warning' as const },
676
+ { label: '已发布', value: 3, type: 'primary' as const },
677
+ { label: '发布失败', value: 4, type: 'danger' as const },
678
+ { label: '审核中', value: 5, type: 'success' as const },
679
+ { label: '打回修改', value: 6, type: 'danger' as const },
680
+ ];
681
+
682
+ // 底部组件显示逻辑
683
+ const showApprovalProgress = computed(() => {
684
+ return detailData.value?.msgStatus === 5;
685
+ });
686
+
687
+ const showComments = computed(() => {
688
+ return detailData.value?.msgStatus === 3;
689
+ });
690
+
691
+ // 格式化时间
692
+ const formatTime = (time: string) => {
693
+ if (!time) return '-';
694
+ return new Date(time).toLocaleString();
695
+ };
696
+
697
+ // 格式化相对时间
698
+ const formatRelativeTime = (time: string) => {
699
+ if (!time) return '-';
700
+
701
+ const now = new Date();
702
+ const commentTime = new Date(time);
703
+ const diffMs = now.getTime() - commentTime.getTime();
704
+ const diffMinutes = Math.floor(diffMs / (1000 * 60));
705
+ const diffHours = Math.floor(diffMs / (1000 * 60 * 60));
706
+ const diffDays = Math.floor(diffMs / (1000 * 60 * 60 * 24));
707
+
708
+ if (diffMinutes < 1) return '刚刚';
709
+ if (diffMinutes < 60) return `${diffMinutes}分钟前`;
710
+ if (diffHours < 24) return `${diffHours}小时前`;
711
+ if (diffDays < 7) return `${diffDays}天前`;
712
+
713
+ return commentTime.toLocaleDateString();
714
+ };
715
+
716
+ // 判断是否应该显示"回复@用户名"标识
717
+ const shouldShowReplyToUser = (
718
+ childReply: UdpSysReplyPageResponse,
719
+ parentComment: UdpSysReplyPageResponse,
720
+ ) => {
721
+ // 如果没有被回复用户昵称,不显示
722
+ if (!childReply.applyKickname) {
723
+ return false;
724
+ }
725
+
726
+ // 如果被回复用户ID与主评论用户ID相同,说明是直接回复主评论,不显示
727
+ if (childReply.applyAccountId === parentComment.replyUserMsg?.id) {
728
+ return false;
729
+ }
730
+
731
+ // 其他情况(回复子回复)显示
732
+ return true;
733
+ };
734
+ // 添加审核记录显示的computed属性
735
+ const showReviewHistory = computed(() => {
736
+ return detailData.value?.msgStatus === 6; // 打回修改状态
737
+ });
738
+ </script>
739
+
740
+ <template>
741
+ <div v-loading="loading" class="msg-detail">
742
+ <template v-if="detailData">
743
+ <!-- 头部信息区域 -->
744
+ <div class="detail-header">
745
+ <h1 class="detail-title">{{ detailData.msgTitle || '暂无标题' }}</h1>
746
+
747
+ <div class="detail-meta">
748
+ <div class="meta-row">
749
+ <span class="meta-label">发布人:</span>
750
+ <span class="meta-value">{{ detailData.createBy || '-' }}</span>
751
+ </div>
752
+
753
+ <div class="meta-row">
754
+ <span class="meta-label">创建时间:</span>
755
+ <span class="meta-value">{{
756
+ formatTime(detailData.createTime)
757
+ }}</span>
758
+ </div>
759
+
760
+ <div class="meta-row">
761
+ <span class="meta-label">发布时间:</span>
762
+ <span class="meta-value">{{
763
+ formatTime(detailData.msgReleaseTime)
764
+ }}</span>
765
+ </div>
766
+
767
+ <div class="meta-row">
768
+ <span class="meta-label">状态:</span>
769
+ <Tag :value="+detailData.msgStatus || 1" :options="statusOptions" />
770
+ </div>
771
+ </div>
772
+
773
+ <div class="detail-stats">
774
+ <div class="stat-item">
775
+ <span class="stat-label">访问总数:</span>
776
+ <span class="stat-value">{{ detailData.viewCount || 0 }}</span>
777
+ </div>
778
+
779
+ <div class="stat-item">
780
+ <span class="stat-label">评论数:</span>
781
+ <span class="stat-value">{{ detailData.commentCount || 0 }}</span>
782
+ </div>
783
+ </div>
784
+ </div>
785
+
786
+ <!-- 内容区域 -->
787
+ <div class="detail-content">
788
+ <div class="content-body">
789
+ <!-- <RichEditor
790
+ :model-value="
791
+ detailData.msgContent ||
792
+ detailData.content ||
793
+ detailData.msgText ||
794
+ detailData.text ||
795
+ '暂无内容'
796
+ "
797
+ height="300px"
798
+ :read-only="true"
799
+ :show-toolbar="false"
800
+ /> -->
801
+ <!-- 旧方式:直接 v-html,图片 src 无法带 token
802
+ <div
803
+ v-html="
804
+ detailData.msgContent ||
805
+ detailData.content ||
806
+ detailData.msgText ||
807
+ detailData.text ||
808
+ '暂无内容'
809
+ "
810
+ /> -->
811
+ <div
812
+ v-html="authContentHtml || '暂无内容'"
813
+ style="
814
+ overflow-y: auto;
815
+ border: 1px solid #dcdfe6;
816
+ padding: 10px;
817
+ border-radius: 4px;
818
+ "
819
+ ></div>
820
+ </div>
821
+ </div>
822
+
823
+ <!-- 底部区域 - 根据状态动态显示 -->
824
+ <div
825
+ v-if="showApprovalProgress || showComments || showReviewHistory"
826
+ class="detail-footer"
827
+ >
828
+ <!-- 审核记录 - 打回修改状态显示 -->
829
+ <div v-if="showReviewHistory" class="review-history-section">
830
+ <h3 class="section-title">审核记录</h3>
831
+ <div v-loading="reviewHistoryLoading" class="review-history-content">
832
+ <div
833
+ v-if="reviewHistory.length === 0 && !reviewHistoryLoading"
834
+ class="no-review-history"
835
+ >
836
+ <el-empty description="暂无审核记录" />
837
+ </div>
838
+ <div v-else class="history-container">
839
+ <el-table :data="reviewHistory" style="width: 100%">
840
+ <el-table-column
841
+ prop="reviewAccountName"
842
+ label="审核人"
843
+ width="180"
844
+ />
845
+ <el-table-column prop="reviewContent" label="审核意见" />
846
+ <el-table-column label="审核状态" width="100">
847
+ <template #default="{ row }">
848
+ <el-tag
849
+ :type="row.reviewStatus === 0 ? 'success' : 'danger'"
850
+ >
851
+ {{ row.reviewStatus === 0 ? '通过' : '不通过' }}
852
+ </el-tag>
853
+ </template>
854
+ </el-table-column>
855
+ <el-table-column
856
+ prop="reviewTime"
857
+ label="审核时间"
858
+ width="180"
859
+ />
860
+ </el-table>
861
+ </div>
862
+ </div>
863
+ </div>
864
+
865
+ <!-- 审批进度 - 审核中状态显示 -->
866
+ <div v-if="showApprovalProgress" class="approval-section">
867
+ <h3 class="section-title">审批进度</h3>
868
+ <div class="approval-timeline">
869
+ <el-timeline>
870
+ <el-timeline-item
871
+ v-for="(item, index) in [
872
+ {
873
+ title: '提交审核',
874
+ time: detailData.createTime,
875
+ status: 'success',
876
+ },
877
+ { title: '审核中', time: null, status: 'primary' },
878
+ ]"
879
+ :key="index"
880
+ :type="item.status"
881
+ :timestamp="formatTime(item.time)"
882
+ >
883
+ {{ item.title }}
884
+ </el-timeline-item>
885
+ </el-timeline>
886
+ </div>
887
+ </div>
888
+
889
+ <!-- 评论区 - 已发布状态显示 -->
890
+ <div v-if="showComments" class="comments-section">
891
+ <h3 class="section-title">评论区</h3>
892
+
893
+ <div class="comments-header">
894
+ <h4>评论 ({{ detailData.commentCount || 0 }})</h4>
895
+ </div>
896
+
897
+ <!-- 评论输入框 -->
898
+ <div class="comment-input">
899
+ <el-input
900
+ v-model="newCommentContent"
901
+ type="textarea"
902
+ :rows="3"
903
+ placeholder="写下你的评论..."
904
+ maxlength="500"
905
+ show-word-limit
906
+ resize="none"
907
+ />
908
+ <div class="comment-actions">
909
+ <el-button
910
+ type="primary"
911
+ @click="submitComment"
912
+ :disabled="!newCommentContent.trim()"
913
+ >
914
+ 发表评论
915
+ </el-button>
916
+ </div>
917
+ </div>
918
+
919
+ <!-- 评论列表 -->
920
+ <div class="comments-list">
921
+ <div
922
+ v-if="comments.length === 0 && !commentLoading"
923
+ class="no-comments"
924
+ >
925
+ <el-empty description="暂无评论,快来发表第一条评论吧!" />
926
+ </div>
927
+
928
+ <div
929
+ v-else
930
+ v-infinite-scroll="loadMoreComments"
931
+ :infinite-scroll-disabled="infiniteScrollDisabled"
932
+ :infinite-scroll-distance="10"
933
+ class="infinite-list"
934
+ >
935
+ <div
936
+ v-for="comment in comments"
937
+ :key="comment.id"
938
+ class="comment-item"
939
+ >
940
+ <div class="comment-avatar">
941
+ <el-avatar :src="comment.replyUserMsg?.avatar" :size="40">
942
+ {{ (comment.replyUserMsg?.nickname || '匿名').charAt(0) }}
943
+ </el-avatar>
944
+ </div>
945
+
946
+ <div class="comment-content">
947
+ <div class="comment-header">
948
+ <span class="author-name">{{
949
+ comment.replyUserMsg?.nickname || '匿名用户'
950
+ }}</span>
951
+ <span class="comment-time">{{
952
+ formatRelativeTime(comment.createTime)
953
+ }}</span>
954
+ </div>
955
+
956
+ <div class="comment-text">
957
+ {{ comment.replyContent }}
958
+ </div>
959
+
960
+ <div class="comment-actions">
961
+ <!-- <el-button text size="small" @click="toggleLike(comment)">
962
+ <el-icon><StarFilled /></el-icon>
963
+ 点赞
964
+ </el-button> -->
965
+
966
+ <el-button text size="small" @click="handleReply(comment)">
967
+ <el-icon><ChatDotRound /></el-icon>
968
+ 回复
969
+ </el-button>
970
+
971
+ <el-button
972
+ text
973
+ size="small"
974
+ type="danger"
975
+ class="delete-btn"
976
+ @click="handleDeleteComment(comment)"
977
+ >
978
+ <el-icon><Delete /></el-icon>
979
+ 删除
980
+ </el-button>
981
+
982
+ <!-- 展开/收起子回复按钮 -->
983
+ <el-button
984
+ v-if="comment.childList && comment.childList.length > 0"
985
+ text
986
+ size="small"
987
+ @click="toggleChildReplies(comment.id)"
988
+ >
989
+ <el-icon>
990
+ <ArrowDown v-if="!isChildRepliesExpanded(comment.id)" />
991
+ <ArrowUp v-else />
992
+ </el-icon>
993
+ {{
994
+ isChildRepliesExpanded(comment.id)
995
+ ? '收起回复'
996
+ : `查看回复 (${comment?.childCount ?? comment.childList.length})`
997
+ }}
998
+ </el-button>
999
+ </div>
1000
+
1001
+ <!-- 子回复列表 -->
1002
+ <div
1003
+ v-if="
1004
+ comment.childList &&
1005
+ comment.childList.length > 0 &&
1006
+ isChildRepliesExpanded(comment.id)
1007
+ "
1008
+ class="child-replies"
1009
+ >
1010
+ <div
1011
+ v-for="childReply in comment.childList"
1012
+ :key="childReply.id"
1013
+ class="child-reply-item"
1014
+ >
1015
+ <div class="child-reply-avatar">
1016
+ <el-avatar
1017
+ :src="childReply.replyUserMsg?.avatar"
1018
+ :size="32"
1019
+ >
1020
+ {{
1021
+ (
1022
+ childReply.replyUserMsg?.nickname || '匿名'
1023
+ ).charAt(0)
1024
+ }}
1025
+ </el-avatar>
1026
+ </div>
1027
+
1028
+ <div class="child-reply-content">
1029
+ <div class="child-reply-header">
1030
+ <span class="child-author-name">{{
1031
+ childReply.replyUserMsg?.nickname || '匿名用户'
1032
+ }}</span>
1033
+ <!-- 显示回复对象信息 - 只在楼层内互相回复时显示 -->
1034
+ <span
1035
+ v-if="shouldShowReplyToUser(childReply, comment)"
1036
+ class="reply-to-indicator"
1037
+ >
1038
+ 回复 @{{ childReply.applyKickname }}
1039
+ </span>
1040
+ <span class="child-reply-time">{{
1041
+ formatRelativeTime(childReply.createTime)
1042
+ }}</span>
1043
+ </div>
1044
+
1045
+ <div class="child-reply-text">
1046
+ {{ childReply.replyContent }}
1047
+ </div>
1048
+
1049
+ <div class="child-reply-actions">
1050
+ <!-- <el-button
1051
+ text
1052
+ size="small"
1053
+ @click="toggleLike(childReply)"
1054
+ >
1055
+ <el-icon><StarFilled /></el-icon>
1056
+ 点赞
1057
+ </el-button> -->
1058
+
1059
+ <el-button
1060
+ text
1061
+ size="small"
1062
+ @click="handleReply(childReply)"
1063
+ >
1064
+ <el-icon><ChatDotRound /></el-icon>
1065
+ 回复
1066
+ </el-button>
1067
+
1068
+ <el-button
1069
+ text
1070
+ size="small"
1071
+ type="danger"
1072
+ class="delete-btn"
1073
+ @click="handleDeleteComment(childReply)"
1074
+ >
1075
+ <el-icon><Delete /></el-icon>
1076
+ 删除
1077
+ </el-button>
1078
+ </div>
1079
+
1080
+ <!-- 子回复的回复输入框 -->
1081
+ <div
1082
+ v-if="replyingTo === childReply.id"
1083
+ class="reply-form"
1084
+ >
1085
+ <div class="reply-input-wrapper">
1086
+ <el-input
1087
+ :id="`reply-input-${childReply.id}`"
1088
+ v-model="replyContent"
1089
+ type="textarea"
1090
+ :placeholder="`回复 ${childReply.replyUserMsg?.nickname || '匿名用户'}`"
1091
+ :rows="3"
1092
+ maxlength="500"
1093
+ show-word-limit
1094
+ resize="none"
1095
+ />
1096
+ </div>
1097
+ <div class="reply-actions">
1098
+ <el-button size="small" @click="cancelReply">
1099
+ 取消
1100
+ </el-button>
1101
+ <el-button
1102
+ type="primary"
1103
+ size="small"
1104
+ :loading="replySubmitting"
1105
+ @click="submitReply(childReply)"
1106
+ >
1107
+ {{ replySubmitting ? '发送中...' : '发送' }}
1108
+ </el-button>
1109
+ </div>
1110
+ </div>
1111
+ </div>
1112
+ </div>
1113
+
1114
+ <!-- 子回复加载更多按钮 -->
1115
+ <div
1116
+ v-if="
1117
+ getChildReplyPagination(comment.id).hasMore &&
1118
+ getChildReplyPagination(comment.id).loadedReplies
1119
+ .length > 0
1120
+ "
1121
+ class="child-reply-load-more"
1122
+ >
1123
+ <el-button
1124
+ text
1125
+ size="small"
1126
+ :loading="getChildReplyPagination(comment.id).loading"
1127
+ @click="loadMoreChildReplies(comment.id)"
1128
+ >
1129
+ <el-icon
1130
+ v-if="!getChildReplyPagination(comment.id).loading"
1131
+ >
1132
+ <ArrowDown />
1133
+ </el-icon>
1134
+ {{
1135
+ getChildReplyPagination(comment.id).loading
1136
+ ? '加载中...'
1137
+ : `加载更多回复 (${getChildReplyPagination(comment.id).total - getChildReplyPagination(comment.id).loadedReplies.length})`
1138
+ }}
1139
+ </el-button>
1140
+ </div>
1141
+ </div>
1142
+
1143
+ <!-- 回复输入框 -->
1144
+ <div v-if="replyingTo === comment.id" class="reply-form">
1145
+ <div class="reply-input-wrapper">
1146
+ <el-input
1147
+ :id="`reply-input-${comment.id}`"
1148
+ v-model="replyContent"
1149
+ type="textarea"
1150
+ :placeholder="`回复 ${comment.replyUserMsg?.nickname || '匿名用户'}`"
1151
+ :rows="3"
1152
+ maxlength="500"
1153
+ show-word-limit
1154
+ resize="none"
1155
+ />
1156
+ </div>
1157
+ <div class="reply-actions">
1158
+ <el-button size="small" @click="cancelReply">
1159
+ 取消
1160
+ </el-button>
1161
+ <el-button
1162
+ type="primary"
1163
+ size="small"
1164
+ :loading="replySubmitting"
1165
+ @click="submitReply(comment)"
1166
+ >
1167
+ {{ replySubmitting ? '发送中...' : '发送' }}
1168
+ </el-button>
1169
+ </div>
1170
+ </div>
1171
+ </div>
1172
+ </div>
1173
+
1174
+ <!-- 加载状态 -->
1175
+ <div v-if="commentLoading" class="loading-more">
1176
+ <el-icon class="is-loading"><Loading /></el-icon>
1177
+ <span>加载中...</span>
1178
+ </div>
1179
+
1180
+ <!-- 没有更多数据 -->
1181
+ <div v-if="noMore && comments.length > 0" class="no-more">
1182
+ <el-divider>没有更多评论了</el-divider>
1183
+ </div>
1184
+ </div>
1185
+ </div>
1186
+ </div>
1187
+ </div>
1188
+ </template>
1189
+
1190
+ <!-- 加载状态或无数据 -->
1191
+ <div v-else class="no-data">
1192
+ <el-empty description="暂无数据" />
1193
+ </div>
1194
+ </div>
1195
+ </template>
1196
+
1197
+ <style scoped lang="scss">
1198
+ .msg-detail {
1199
+ padding: 24px;
1200
+ min-height: 500px;
1201
+
1202
+ .detail-header {
1203
+ border-bottom: 1px solid #e5e7eb;
1204
+ padding-bottom: 24px;
1205
+ margin-bottom: 24px;
1206
+
1207
+ .detail-title {
1208
+ font-size: 24px;
1209
+ font-weight: 600;
1210
+ color: #1f2937;
1211
+ margin: 0 0 16px 0;
1212
+ line-height: 1.4;
1213
+ }
1214
+
1215
+ .detail-meta {
1216
+ display: grid;
1217
+ grid-template-columns: repeat(2, 1fr);
1218
+ gap: 12px;
1219
+ margin-bottom: 16px;
1220
+
1221
+ .meta-row {
1222
+ display: flex;
1223
+ align-items: center;
1224
+
1225
+ .meta-label {
1226
+ font-weight: 500;
1227
+ color: #6b7280;
1228
+ min-width: 80px;
1229
+ }
1230
+
1231
+ .meta-value {
1232
+ color: #1f2937;
1233
+ }
1234
+ }
1235
+ }
1236
+
1237
+ .detail-stats {
1238
+ display: flex;
1239
+ gap: 24px;
1240
+ padding: 12px 16px;
1241
+ background-color: #f9fafb;
1242
+ border-radius: 8px;
1243
+
1244
+ .stat-item {
1245
+ display: flex;
1246
+ align-items: center;
1247
+ gap: 4px;
1248
+
1249
+ .stat-label {
1250
+ font-size: 14px;
1251
+ color: #6b7280;
1252
+ }
1253
+
1254
+ .stat-value {
1255
+ font-weight: 600;
1256
+ color: #1f2937;
1257
+ }
1258
+ }
1259
+ }
1260
+ }
1261
+
1262
+ .detail-content {
1263
+ margin-bottom: 32px;
1264
+
1265
+ .content-body {
1266
+ font-size: 16px;
1267
+ line-height: 1.6;
1268
+ color: #1f2937;
1269
+
1270
+ // 富文本内容样式
1271
+ :deep(p) {
1272
+ margin-bottom: 16px;
1273
+ }
1274
+
1275
+ :deep(img) {
1276
+ max-width: 100%;
1277
+ height: auto;
1278
+ border-radius: 4px;
1279
+ }
1280
+ }
1281
+ }
1282
+
1283
+ .detail-footer {
1284
+ border-top: 1px solid #e5e7eb;
1285
+ padding-top: 24px;
1286
+
1287
+ .section-title {
1288
+ font-size: 18px;
1289
+ font-weight: 600;
1290
+ color: #1f2937;
1291
+ margin: 0 0 16px 0;
1292
+ }
1293
+
1294
+ .approval-section {
1295
+ .approval-timeline {
1296
+ max-width: 400px;
1297
+ }
1298
+ }
1299
+
1300
+ /* 评论区样式 */
1301
+ .comments-section {
1302
+ margin-top: 24px;
1303
+
1304
+ .comments-header {
1305
+ margin-bottom: 16px;
1306
+
1307
+ h4 {
1308
+ margin: 0;
1309
+ font-size: 16px;
1310
+ font-weight: 600;
1311
+ color: var(--el-text-color-primary);
1312
+ }
1313
+ }
1314
+
1315
+ .comment-input {
1316
+ margin-bottom: 24px;
1317
+ padding: 16px;
1318
+ background: var(--el-bg-color-page);
1319
+ border-radius: 8px;
1320
+ border: 1px solid var(--el-border-color-light);
1321
+
1322
+ .comment-actions {
1323
+ display: flex;
1324
+ justify-content: flex-end;
1325
+ margin-top: 12px;
1326
+ }
1327
+ }
1328
+
1329
+ .comments-list {
1330
+ .no-comments {
1331
+ padding: 40px 0;
1332
+ text-align: center;
1333
+ }
1334
+
1335
+ .infinite-list {
1336
+ max-height: 600px;
1337
+ overflow-y: auto;
1338
+ }
1339
+
1340
+ .comment-item {
1341
+ display: flex;
1342
+ padding: 16px 0;
1343
+ border-bottom: 1px solid var(--el-border-color-lighter);
1344
+
1345
+ &:last-child {
1346
+ border-bottom: none;
1347
+ }
1348
+
1349
+ .comment-avatar {
1350
+ margin-right: 12px;
1351
+ flex-shrink: 0;
1352
+ }
1353
+
1354
+ .comment-content {
1355
+ flex: 1;
1356
+ min-width: 0;
1357
+
1358
+ .comment-header {
1359
+ display: flex;
1360
+ align-items: center;
1361
+ margin-bottom: 8px;
1362
+
1363
+ .author-name {
1364
+ font-weight: 600;
1365
+ color: var(--el-text-color-primary);
1366
+ margin-right: 12px;
1367
+ }
1368
+
1369
+ .comment-time {
1370
+ font-size: 12px;
1371
+ color: var(--el-text-color-secondary);
1372
+ }
1373
+ }
1374
+
1375
+ .comment-text {
1376
+ color: var(--el-text-color-regular);
1377
+ line-height: 1.6;
1378
+ margin-bottom: 12px;
1379
+ word-break: break-word;
1380
+ }
1381
+
1382
+ .comment-actions {
1383
+ display: flex;
1384
+ gap: 16px;
1385
+
1386
+ .el-button {
1387
+ padding: 4px 8px;
1388
+ color: var(--el-text-color-secondary);
1389
+
1390
+ &:hover {
1391
+ color: var(--el-color-primary);
1392
+ }
1393
+
1394
+ &.is-liked {
1395
+ color: var(--el-color-primary);
1396
+ }
1397
+
1398
+ .el-icon {
1399
+ margin-right: 4px;
1400
+ }
1401
+ }
1402
+ }
1403
+
1404
+ .reply-form {
1405
+ margin-top: 12px;
1406
+ padding: 12px;
1407
+ background-color: var(--el-fill-color-lighter);
1408
+ border-radius: 6px;
1409
+ border: 1px solid var(--el-border-color-light);
1410
+
1411
+ .reply-input-wrapper {
1412
+ margin-bottom: 12px;
1413
+
1414
+ .el-textarea {
1415
+ .el-textarea__inner {
1416
+ background-color: var(--el-bg-color);
1417
+ border: 1px solid var(--el-border-color);
1418
+ border-radius: 4px;
1419
+ resize: none;
1420
+
1421
+ &:focus {
1422
+ border-color: var(--el-color-primary);
1423
+ box-shadow: 0 0 0 2px var(--el-color-primary-light-9);
1424
+ }
1425
+ }
1426
+ }
1427
+ }
1428
+
1429
+ .reply-actions {
1430
+ display: flex;
1431
+ justify-content: flex-end;
1432
+ gap: 8px;
1433
+
1434
+ .el-button {
1435
+ padding: 6px 16px;
1436
+ font-size: 12px;
1437
+ }
1438
+ }
1439
+ }
1440
+
1441
+ /* 子回复样式 */
1442
+ .child-replies {
1443
+ margin-top: 16px;
1444
+ padding-left: 20px;
1445
+ border-left: 2px solid var(--el-border-color-lighter);
1446
+ background-color: var(--el-fill-color-extra-light);
1447
+ border-radius: 0 6px 6px 0;
1448
+
1449
+ .child-reply-item {
1450
+ display: flex;
1451
+ padding: 12px 16px;
1452
+ border-bottom: 1px solid var(--el-border-color-extra-light);
1453
+
1454
+ &:last-child {
1455
+ border-bottom: none;
1456
+ }
1457
+
1458
+ .child-reply-avatar {
1459
+ margin-right: 10px;
1460
+ flex-shrink: 0;
1461
+ }
1462
+
1463
+ .child-reply-content {
1464
+ flex: 1;
1465
+ min-width: 0;
1466
+
1467
+ .child-reply-header {
1468
+ display: flex;
1469
+ align-items: center;
1470
+ margin-bottom: 6px;
1471
+
1472
+ .child-author-name {
1473
+ font-weight: 500;
1474
+ font-size: 13px;
1475
+ color: var(--el-text-color-primary);
1476
+ margin-right: 10px;
1477
+ }
1478
+
1479
+ .reply-to-indicator {
1480
+ font-size: 12px;
1481
+ color: var(--el-color-primary);
1482
+ margin-right: 8px;
1483
+ background-color: var(--el-color-primary-light-9);
1484
+ padding: 2px 6px;
1485
+ border-radius: 10px;
1486
+ font-weight: 400;
1487
+ }
1488
+
1489
+ .child-reply-time {
1490
+ font-size: 11px;
1491
+ color: var(--el-text-color-secondary);
1492
+ }
1493
+ }
1494
+
1495
+ .child-reply-text {
1496
+ color: var(--el-text-color-regular);
1497
+ line-height: 1.5;
1498
+ margin-bottom: 8px;
1499
+ word-break: break-word;
1500
+ font-size: 14px;
1501
+ }
1502
+
1503
+ .child-reply-actions {
1504
+ display: flex;
1505
+ gap: 12px;
1506
+
1507
+ .el-button {
1508
+ padding: 2px 6px;
1509
+ font-size: 12px;
1510
+ color: var(--el-text-color-secondary);
1511
+
1512
+ &:hover {
1513
+ color: var(--el-color-primary);
1514
+ }
1515
+
1516
+ &.is-liked {
1517
+ color: var(--el-color-primary);
1518
+ }
1519
+
1520
+ .el-icon {
1521
+ margin-right: 3px;
1522
+ font-size: 12px;
1523
+ }
1524
+ }
1525
+ }
1526
+
1527
+ .reply-form {
1528
+ margin-top: 8px;
1529
+ padding: 8px;
1530
+ background-color: var(--el-bg-color);
1531
+ border: 1px solid var(--el-border-color-light);
1532
+ border-radius: 4px;
1533
+
1534
+ .reply-input-wrapper {
1535
+ margin-bottom: 8px;
1536
+
1537
+ .el-textarea {
1538
+ .el-textarea__inner {
1539
+ font-size: 13px;
1540
+ min-height: 60px;
1541
+ }
1542
+ }
1543
+ }
1544
+
1545
+ .reply-actions {
1546
+ .el-button {
1547
+ padding: 4px 12px;
1548
+ font-size: 11px;
1549
+ }
1550
+ }
1551
+ }
1552
+ }
1553
+
1554
+ .child-reply-load-more {
1555
+ margin-top: 12px;
1556
+ text-align: center;
1557
+
1558
+ .el-button {
1559
+ color: var(--el-text-color-secondary);
1560
+ font-size: 12px;
1561
+
1562
+ &:hover {
1563
+ color: var(--el-color-primary);
1564
+ }
1565
+
1566
+ .el-icon {
1567
+ margin-right: 4px;
1568
+ font-size: 12px;
1569
+ }
1570
+ }
1571
+ }
1572
+ }
1573
+ }
1574
+ }
1575
+ }
1576
+
1577
+ .loading-more {
1578
+ display: flex;
1579
+ align-items: center;
1580
+ justify-content: center;
1581
+ padding: 20px;
1582
+ color: var(--el-text-color-secondary);
1583
+
1584
+ .el-icon {
1585
+ margin-right: 8px;
1586
+ }
1587
+ }
1588
+
1589
+ .no-more {
1590
+ padding: 20px 0;
1591
+
1592
+ .el-divider {
1593
+ margin: 0;
1594
+ }
1595
+ }
1596
+ }
1597
+ }
1598
+ }
1599
+
1600
+ .no-data {
1601
+ display: flex;
1602
+ justify-content: center;
1603
+ align-items: center;
1604
+ min-height: 400px;
1605
+ }
1606
+
1607
+ // 删除按钮样式
1608
+ .delete-btn {
1609
+ color: #f56565 !important;
1610
+
1611
+ &:hover {
1612
+ color: #e53e3e !important;
1613
+ background-color: #fed7d7 !important;
1614
+ }
1615
+
1616
+ .el-icon {
1617
+ color: inherit;
1618
+ }
1619
+ }
1620
+ }
1621
+ </style>