@pubinfo/core 2.0.0-beta.9 → 2.0.0-rc.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 (628) hide show
  1. package/dist/{AppSetting-BQT7OI6K.js → AppSetting-Bblni_W7.js} +37 -39
  2. package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-D4u_haxr.js → HCheckList.vue_vue_type_script_setup_true_lang-A7PnhNKK.js} +12 -14
  3. package/dist/HDivider.vue_vue_type_script_setup_true_lang-DIHR-9Yv.js +20 -0
  4. package/dist/HToggle-xibvPpmf.js +34 -0
  5. package/dist/PreferencesContent--JtPw_LT.js +923 -0
  6. package/dist/{SettingBreadcrumb-CgugOTgx.js → SettingBreadcrumb-BwhdAtkC.js} +9 -9
  7. package/dist/{SettingCopyright-BPeCJBLi.js → SettingCopyright-DPsRDagL.js} +8 -8
  8. package/dist/{SettingEnableTransition-BK0_EH_N.js → SettingEnableTransition-mtHTUb08.js} +20 -21
  9. package/dist/{SettingHome-DGnxlXLd.js → SettingHome-agxHFIKq.js} +20 -20
  10. package/dist/{SettingMenu-BqAd9zbL.js → SettingMenu-D6WwcOw-.js} +26 -26
  11. package/dist/{SettingMode-CgA3XDwW.js → SettingMode-CkmhszlD.js} +11 -12
  12. package/dist/{SettingNavSearch-WFnkcRQ3.js → SettingNavSearch-CEB5DZGf.js} +9 -9
  13. package/dist/{SettingOther-CG4RI6mO.js → SettingOther-Dzs1uwnC.js} +13 -13
  14. package/dist/SettingPage-bOThkL2-.js +29 -0
  15. package/dist/{SettingTabbar-CQA6ZT9l.js → SettingTabbar-L6yQxAeE.js} +18 -18
  16. package/dist/SettingThemes-Cxa5bR66.js +142 -0
  17. package/dist/{SettingToolbar-DdR2940j.js → SettingToolbar-BZ2uHom2.js} +10 -10
  18. package/dist/{SettingTopbar-C_jYO_Ax.js → SettingTopbar-hptxTh8m.js} +16 -16
  19. package/dist/{SettingWidthMode-ir_28SE3.js → SettingWidthMode-D2R2W4-n.js} +19 -20
  20. package/dist/{TopThinMode-jHDpKsma.js → TopThinMode-C26i10py.js} +1 -1
  21. package/dist/built-in/authentication/helper.d.ts +1 -0
  22. package/dist/built-in/authentication/index.d.ts +10 -0
  23. package/dist/built-in/authentication/interface.d.ts +7 -0
  24. package/dist/built-in/authentication/router.d.ts +2 -0
  25. package/dist/built-in/authorization/directives.d.ts +2 -0
  26. package/dist/built-in/authorization/helper.d.ts +6 -0
  27. package/dist/built-in/authorization/index.d.ts +7 -0
  28. package/dist/built-in/authorization/router.d.ts +3 -0
  29. package/dist/built-in/index.d.ts +8 -0
  30. package/dist/{layout → built-in/layout-component}/Layout.vue.d.ts +2 -2
  31. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/More.vue.d.ts +1 -1
  32. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/NotCursor.vue.d.ts +2 -0
  33. package/dist/{layout → built-in/layout-component}/components/Menu/sub.vue.d.ts +43 -43
  34. package/dist/{layout → built-in/layout-component}/components/Menu/types.d.ts +1 -1
  35. package/dist/{layout → built-in/layout-component}/components/Tools/Search.vue.d.ts +43 -43
  36. package/dist/{layout/components/Topbar/Tabbar/MoreAction.vue.d.ts → built-in/layout-component/components/Tools/index.vue.d.ts} +18 -2
  37. package/dist/{layout/components/Tools/index.vue.d.ts → built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue.d.ts} +45 -61
  38. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue.d.ts +1 -1
  39. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue.d.ts +1 -1
  40. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue.d.ts +2 -2
  41. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue.d.ts +1 -1
  42. package/dist/{layout → built-in/layout-component}/composables/useContext.d.ts +1 -1
  43. package/dist/{layout → built-in/layout-component}/composables/useHotkey.d.ts +1 -1
  44. package/dist/{layout → built-in/layout-component}/composables/useMenu.d.ts +1 -1
  45. package/dist/{layout → built-in/layout-component}/index.d.ts +5 -4
  46. package/dist/built-in/layout-component/utils/eventBus.d.ts +5 -0
  47. package/dist/built-in/layout-component/utils/index.d.ts +3 -0
  48. package/dist/{utils → built-in/layout-component/utils}/watermark.d.ts +1 -1
  49. package/dist/built-in/locales/helpler.d.ts +594 -0
  50. package/dist/built-in/locales/index.d.ts +5 -0
  51. package/dist/built-in/n-progress/index.d.ts +6 -0
  52. package/dist/built-in/pinia-plugin/enum.d.ts +1 -0
  53. package/dist/built-in/pinia-plugin/index.d.ts +5 -0
  54. package/dist/built-in/pinia-plugin/plugins/persist.d.ts +3 -0
  55. package/dist/built-in/pre-access/index.d.ts +7 -0
  56. package/dist/built-in/settings/index.d.ts +5 -0
  57. package/dist/built-in/settings/router.d.ts +3 -0
  58. package/dist/{colors-gu4NABiz.js → colors-C8I6Fdyp.js} +1 -1
  59. package/dist/core/create.d.ts +2 -0
  60. package/dist/core/ctx.d.ts +1 -0
  61. package/dist/core/index.d.ts +4 -0
  62. package/dist/core/interface.d.ts +74 -0
  63. package/dist/{modules.d.ts → core/modules.d.ts} +9 -0
  64. package/dist/{api/index.d.ts → core/request.d.ts} +2 -4
  65. package/dist/core/resolver/icon.d.ts +5 -0
  66. package/dist/core/resolver/index.d.ts +4 -0
  67. package/dist/core/resolver/layout.d.ts +2 -0
  68. package/dist/core/resolver/page.d.ts +17 -0
  69. package/dist/core/resolver/resolver.d.ts +10 -0
  70. package/dist/{api → features/api}/modules/auth/renzhengfuwu.d.ts +7 -0
  71. package/dist/{api → features/api}/modules/configData/index.d.ts +1 -1
  72. package/dist/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -0
  73. package/dist/{api → features/api}/modules/rbac/ziyuanjiekou.d.ts +7 -0
  74. package/dist/features/api/request.d.ts +2 -0
  75. package/dist/{assets → features/assets}/styles/index.d.ts +2 -3
  76. package/dist/{composables → features/composables}/auth.d.ts +1 -1
  77. package/dist/features/context/index.d.ts +12 -0
  78. package/dist/features/enum.d.ts +21 -0
  79. package/dist/features/index.d.ts +7 -0
  80. package/dist/features/router/asyncRoutes.d.ts +14 -0
  81. package/dist/features/router/index.d.ts +2 -0
  82. package/dist/features/router/systemRoutes.d.ts +9 -0
  83. package/dist/features/stores/index.d.ts +1 -0
  84. package/dist/{stores → features/stores}/modules/favorites.d.ts +2 -2
  85. package/dist/{stores → features/stores}/modules/route.d.ts +6 -6
  86. package/dist/{stores → features/stores}/modules/tabbar.d.ts +1 -1
  87. package/dist/features/stores/modules/user.d.ts +36 -0
  88. package/dist/features/stores/utils/crypto.d.ts +1 -0
  89. package/dist/features/stores/utils/index.d.ts +2 -0
  90. package/dist/features/stores/utils/routerHelper.d.ts +17 -0
  91. package/dist/{reload-CUcPYtl7.js → index-BD2fkZis.js} +5 -5
  92. package/dist/index-CkyHqPON.js +139 -0
  93. package/dist/{index-NpS61xSA.js → index-D3zjK9rd.js} +54 -54
  94. package/dist/index-D948mfZb.js +49 -0
  95. package/dist/{index-CWIfG62O.js → index-DZ6SbWiv.js} +1804 -1897
  96. package/dist/{index-CjsnFBwd.js → index-DdS6qgK_.js} +7733 -8240
  97. package/dist/index-DeWCd_-p.js +44 -0
  98. package/dist/index-EOTrQlGo.js +258 -0
  99. package/dist/index-RwbJwutI.js +52514 -0
  100. package/dist/index-xzfvpJSq.js +234 -0
  101. package/dist/index.d.ts +23 -11
  102. package/dist/index.js +59 -72
  103. package/dist/pick-D6j4F3UM.js +12 -0
  104. package/dist/style.css +3 -3
  105. package/dist/utils/index.d.ts +4 -13
  106. package/dist/utils/path.d.ts +1 -0
  107. package/dist/utils/proxy.d.ts +1 -0
  108. package/dist/utils/storage.d.ts +1 -2
  109. package/package.json +41 -43
  110. package/src/built-in/authentication/helper.ts +55 -0
  111. package/src/built-in/authentication/index.ts +42 -0
  112. package/src/built-in/authentication/interface.ts +7 -0
  113. package/src/{pages/system → built-in/authentication/pages}/change-organization/index.vue +29 -43
  114. package/src/built-in/authentication/pages/change-password/assets/login-small.png +0 -0
  115. package/src/built-in/authentication/pages/change-password/assets/login-small_dark.webp +0 -0
  116. package/src/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue +1 -1
  117. package/src/{pages/system → built-in/authentication/pages}/change-password/index.vue +19 -36
  118. package/src/built-in/authentication/router.ts +57 -0
  119. package/src/{directives/plugins/permission.ts → built-in/authorization/directives.ts} +6 -7
  120. package/src/built-in/authorization/helper.ts +11 -0
  121. package/src/built-in/authorization/index.ts +25 -0
  122. package/src/{pages/system → built-in/authorization/pages}/not-permission/index.vue +9 -13
  123. package/src/{route/guard/auth.ts → built-in/authorization/router.ts} +39 -9
  124. package/src/built-in/index.ts +8 -0
  125. package/src/built-in/layout-component/Layout.vue +273 -0
  126. package/src/{layout → built-in/layout-component}/components/Content/IframeView.vue +1 -2
  127. package/src/{layout → built-in/layout-component}/components/Content/LinkView.vue +2 -2
  128. package/src/built-in/layout-component/components/Content/index.vue +146 -0
  129. package/src/{layout → built-in/layout-component}/components/Copyright/index.vue +7 -8
  130. package/src/{layout → built-in/layout-component}/components/Header/TopMode/More.vue +26 -34
  131. package/src/built-in/layout-component/components/Header/TopMode/NotCursor.vue +70 -0
  132. package/src/{layout → built-in/layout-component}/components/Header/TopMode/index.vue +14 -18
  133. package/src/built-in/layout-component/components/Header/index.vue +171 -0
  134. package/src/{layout → built-in/layout-component}/components/Logo/index.vue +5 -20
  135. package/src/{layout → built-in/layout-component}/components/Menu/index.vue +3 -3
  136. package/src/{layout → built-in/layout-component}/components/Menu/item.vue +22 -27
  137. package/src/{layout → built-in/layout-component}/components/Menu/types.ts +1 -1
  138. package/src/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue +11 -11
  139. package/src/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue +26 -120
  140. package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +190 -0
  141. package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +154 -0
  142. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue +55 -90
  143. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue +63 -71
  144. package/src/built-in/layout-component/components/SettingBar/index.vue +81 -0
  145. package/src/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue +87 -135
  146. package/src/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue +50 -59
  147. package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +15 -0
  148. package/src/built-in/layout-component/components/Tools/DayNightSwitch.vue +70 -0
  149. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue +214 -278
  150. package/src/{layout → built-in/layout-component}/components/Tools/Search.vue +5 -5
  151. package/src/{layout → built-in/layout-component}/components/Tools/index.vue +9 -15
  152. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/MoreAction.vue +98 -145
  153. package/src/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue +293 -405
  154. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue +5 -5
  155. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/index.vue +40 -57
  156. package/src/{layout → built-in/layout-component}/components/Topbar/index.vue +16 -19
  157. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue +1 -1
  158. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDialog.vue +1 -1
  159. package/src/built-in/layout-component/components/ui/HDivider.vue +24 -0
  160. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue +1 -1
  161. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue +1 -1
  162. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSlideover.vue +1 -1
  163. package/src/built-in/layout-component/components/ui/HToggle.vue +133 -0
  164. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTooltip.vue +1 -1
  165. package/src/{layout → built-in/layout-component}/composables/useContext.ts +2 -2
  166. package/src/{layout → built-in/layout-component}/composables/useGetComputedStyle.ts +1 -1
  167. package/src/{layout → built-in/layout-component}/composables/useHotkey.ts +1 -1
  168. package/src/{layout → built-in/layout-component}/composables/useMainPage.ts +2 -2
  169. package/src/{layout → built-in/layout-component}/composables/useMenu.ts +1 -1
  170. package/src/{layout → built-in/layout-component}/composables/useTabbar.ts +1 -1
  171. package/src/{layout → built-in/layout-component}/composables/useTitle.ts +1 -1
  172. package/src/{layout → built-in/layout-component}/composables/useWatermark.ts +4 -4
  173. package/src/{layout → built-in/layout-component}/index.ts +38 -16
  174. package/src/{layout → built-in/layout-component}/provider.ts +8 -2
  175. package/src/built-in/layout-component/utils/eventBus.ts +8 -0
  176. package/src/built-in/layout-component/utils/index.ts +3 -0
  177. package/src/{utils → built-in/layout-component/utils}/watermark.ts +2 -2
  178. package/src/{locales/index.ts → built-in/locales/helpler.ts} +13 -17
  179. package/src/built-in/locales/index.ts +20 -0
  180. package/src/built-in/n-progress/index.ts +31 -0
  181. package/src/built-in/n-progress/nprogress.css +68 -0
  182. package/src/built-in/pinia-plugin/enum.ts +1 -0
  183. package/src/{stores → built-in/pinia-plugin}/helper.ts +3 -3
  184. package/src/built-in/pinia-plugin/index.ts +27 -0
  185. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.ts +1 -1
  186. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.ts +6 -7
  187. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.ts +3 -3
  188. package/src/built-in/pinia-plugin/plugins/persist.ts +21 -0
  189. package/src/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.ts +7 -8
  190. package/src/built-in/pre-access/index.ts +20 -0
  191. package/src/built-in/settings/index.ts +15 -0
  192. package/src/{route/guard/setting.ts → built-in/settings/router.ts} +3 -2
  193. package/src/core/create.ts +70 -0
  194. package/src/core/ctx.ts +3 -0
  195. package/src/core/index.ts +4 -0
  196. package/src/core/interface.ts +89 -0
  197. package/src/{modules.ts → core/modules.ts} +19 -5
  198. package/src/core/request.ts +52 -0
  199. package/src/core/resolver/icon.ts +75 -0
  200. package/src/core/resolver/index.ts +4 -0
  201. package/src/core/resolver/layout.ts +23 -0
  202. package/src/core/resolver/page.ts +89 -0
  203. package/src/core/resolver/resolver.ts +25 -0
  204. package/src/{api → features/api}/modules/auth/renzhengfuwu.ts +47 -15
  205. package/src/{api → features/api}/modules/auth/typings.d.ts +34 -28
  206. package/src/{api → features/api}/modules/configData/heibaimingdanfuwu.ts +13 -4
  207. package/src/{api → features/api}/modules/configData/index.ts +1 -1
  208. package/src/{api → features/api}/modules/configData/typings.d.ts +79 -79
  209. package/src/{api → features/api}/modules/configData/xitongpeizhifuwu.ts +43 -19
  210. package/src/{api/modules/configData/zidianfuwu.ts → features/api/modules/configData/zidifuwu.ts} +41 -11
  211. package/src/{api → features/api}/modules/rbac/gangweijiekou.ts +25 -10
  212. package/src/{api → features/api}/modules/rbac/jiaosejiekou.ts +25 -10
  213. package/src/{api → features/api}/modules/rbac/pubJiaosezukongzhiqi.ts +46 -7
  214. package/src/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +27 -13
  215. package/src/{api → features/api}/modules/rbac/typings.d.ts +323 -304
  216. package/src/{api → features/api}/modules/rbac/yonghujiekou.ts +49 -16
  217. package/src/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.ts +21 -6
  218. package/src/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +13 -4
  219. package/src/{api → features/api}/modules/rbac/ziyuanjiekou.ts +44 -5
  220. package/src/{api → features/api}/modules/rbac/zuhuguanlijiekou.ts +21 -12
  221. package/src/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +13 -4
  222. package/src/{api → features/api}/modules/rbac/zuzhijiekou.ts +29 -11
  223. package/src/features/api/request.ts +5 -0
  224. package/src/{api → features/api}/system/user.ts +1 -1
  225. package/src/features/assets/styles/globals.css +188 -0
  226. package/src/{assets → features/assets}/styles/index.ts +2 -3
  227. package/src/features/assets/styles/rbac.css +51 -0
  228. package/src/features/assets/styles/resources/utils.css +53 -0
  229. package/src/features/assets/styles/resources/variables.css +5 -0
  230. package/src/features/components/MicroAppContainer/index.vue +9 -0
  231. package/src/features/components/NotAllowed/assets/403.svg +1 -0
  232. package/src/features/components/NotAllowed/assets/403_dark.svg +1 -0
  233. package/src/{components → features/components}/NotAllowed/index.vue +6 -8
  234. package/src/{components → features/components}/PassStrengthValidator/index.vue +33 -48
  235. package/src/{components → features/components}/PassStrengthValidator/rule.vue +13 -25
  236. package/src/{components → features/components}/PubinfoApp/index.vue +2 -1
  237. package/src/features/components/PubinfoIcon/index.vue +140 -0
  238. package/src/{components → features/components}/PubinfoProvider/index.ts +1 -2
  239. package/src/{composables → features/composables}/auth.ts +2 -2
  240. package/src/{composables → features/composables}/theme.ts +1 -1
  241. package/src/{composables → features/composables}/watchDiff.ts +1 -1
  242. package/src/features/context/index.ts +40 -0
  243. package/src/features/enum.ts +21 -0
  244. package/src/features/index.ts +8 -0
  245. package/src/{pages/system/[...all].vue → features/pages/not-found/index.vue} +6 -8
  246. package/src/{pages/personal → features/pages}/profile/index.vue +1 -1
  247. package/src/features/router/asyncRoutes.ts +35 -0
  248. package/src/features/router/index.ts +2 -0
  249. package/src/features/router/systemRoutes.ts +45 -0
  250. package/src/{config/settings.ts → features/settings/index.ts} +0 -1
  251. package/src/{stores/enum/index.ts → features/stores/enum.ts} +0 -1
  252. package/src/features/stores/index.ts +1 -0
  253. package/src/{stores → features/stores}/modules/keepAlive.ts +1 -0
  254. package/src/{stores → features/stores}/modules/menu.ts +44 -6
  255. package/src/{stores → features/stores}/modules/route.ts +89 -65
  256. package/src/{stores → features/stores}/modules/settings.ts +27 -10
  257. package/src/{stores → features/stores}/modules/tabbar.ts +8 -5
  258. package/src/{stores → features/stores}/modules/user.ts +60 -25
  259. package/src/{utils → features/stores/utils}/crypto.ts +7 -10
  260. package/src/features/stores/utils/index.ts +2 -0
  261. package/src/features/stores/utils/routerHelper.ts +221 -0
  262. package/src/index.ts +117 -12
  263. package/src/utils/cleanup.ts +1 -1
  264. package/src/utils/index.ts +4 -43
  265. package/src/utils/path.ts +5 -0
  266. package/src/utils/proxy.ts +36 -0
  267. package/src/utils/storage.ts +2 -4
  268. package/types/auto-imports.d.ts +3 -10
  269. package/types/components.d.ts +16 -15
  270. package/types/menu.d.ts +2 -0
  271. package/types/module.d.ts +2 -15
  272. package/types/settings.d.ts +0 -8
  273. package/types/tabbar.d.ts +1 -0
  274. package/types/vue-router.d.ts +11 -7
  275. package/dist/HButton.vue_vue_type_script_setup_true_lang-CYAzn9Mg.js +0 -25
  276. package/dist/HDivider-DgXBhPr0.js +0 -21
  277. package/dist/HToggle-Cd71WKvG.js +0 -34
  278. package/dist/PreferencesContent-MR1Db7z7.js +0 -972
  279. package/dist/SettingPage-C1CT1Mm8.js +0 -29
  280. package/dist/SettingThemes-BJu9czNK.js +0 -144
  281. package/dist/_...all_-18BnHmEa.js +0 -52
  282. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  283. package/dist/api/helper.d.ts +0 -32
  284. package/dist/api/interface.d.ts +0 -14
  285. package/dist/api/request.d.ts +0 -2
  286. package/dist/api/system/app.d.ts +0 -17
  287. package/dist/config/index.d.ts +0 -1
  288. package/dist/context.d.ts +0 -14
  289. package/dist/create.d.ts +0 -3
  290. package/dist/directives/index.d.ts +0 -4
  291. package/dist/directives/plugins/permission.d.ts +0 -6
  292. package/dist/index-C1p_tY7i.js +0 -49
  293. package/dist/index-CCPTQYuB.js +0 -12910
  294. package/dist/index-CNUEMTao.js +0 -354
  295. package/dist/index-CmXo8ShY.js +0 -276
  296. package/dist/index-DL8Y7jFG.js +0 -137
  297. package/dist/index-DTQQt_XY.js +0 -10
  298. package/dist/index-Dj8zy7hH.js +0 -230
  299. package/dist/index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-BCo6Ft-Q.js +0 -2300
  300. package/dist/interface.d.ts +0 -29
  301. package/dist/locales/index.d.ts +0 -301
  302. package/dist/menu-CLiZ1BO_.js +0 -15315
  303. package/dist/pick-C9bU8_xv.js +0 -19
  304. package/dist/request.js +0 -1811
  305. package/dist/route/async.d.ts +0 -9
  306. package/dist/route/guard/auth.d.ts +0 -3
  307. package/dist/route/guard/basic.d.ts +0 -3
  308. package/dist/route/guard/index.d.ts +0 -3
  309. package/dist/route/guard/setting.d.ts +0 -3
  310. package/dist/route/index.d.ts +0 -7
  311. package/dist/route/routes.d.ts +0 -3
  312. package/dist/stores/index.d.ts +0 -5
  313. package/dist/stores/modules/user.d.ts +0 -4
  314. package/dist/stores/plugin/persist.d.ts +0 -5
  315. package/dist/stores/plugin/sideEffect/index.d.ts +0 -5
  316. package/dist/utils/crypto.d.ts +0 -4
  317. package/dist/utils/eventBus.d.ts +0 -5
  318. package/src/api/helper.ts +0 -64
  319. package/src/api/index.ts +0 -75
  320. package/src/api/interface.ts +0 -15
  321. package/src/api/request.ts +0 -4
  322. package/src/api/system/app.ts +0 -28
  323. package/src/assets/icons/add-child.svg +0 -1
  324. package/src/assets/icons/authority.svg +0 -1
  325. package/src/assets/icons/authorize.svg +0 -1
  326. package/src/assets/icons/blacklist-disable.svg +0 -1
  327. package/src/assets/icons/blacklist-enable.svg +0 -1
  328. package/src/assets/icons/browser-360.svg +0 -1
  329. package/src/assets/icons/browser-chrome.svg +0 -1
  330. package/src/assets/icons/browser-edge.svg +0 -1
  331. package/src/assets/icons/browser-ie.svg +0 -1
  332. package/src/assets/icons/browser-other.svg +0 -1
  333. package/src/assets/icons/browser-qq.svg +0 -1
  334. package/src/assets/icons/browser-safari.svg +0 -1
  335. package/src/assets/icons/browser-uc.svg +0 -1
  336. package/src/assets/icons/edit.svg +0 -1
  337. package/src/assets/icons/empty-data.svg +0 -1
  338. package/src/assets/icons/icard.svg +0 -1
  339. package/src/assets/icons/icon_animation.svg +0 -1
  340. package/src/assets/icons/icon_breadcrumb.svg +0 -1
  341. package/src/assets/icons/icon_copyright.svg +0 -1
  342. package/src/assets/icons/icon_jt.svg +0 -1
  343. package/src/assets/icons/icon_layout.svg +0 -1
  344. package/src/assets/icons/icon_mainpage.svg +0 -1
  345. package/src/assets/icons/icon_menu.svg +0 -1
  346. package/src/assets/icons/icon_page_size.svg +0 -1
  347. package/src/assets/icons/icon_position_type.svg +0 -1
  348. package/src/assets/icons/icon_safe_manage.svg +0 -1
  349. package/src/assets/icons/icon_screen_scale.svg +0 -6
  350. package/src/assets/icons/icon_system_manage.svg +0 -1
  351. package/src/assets/icons/icon_tabbar.svg +0 -1
  352. package/src/assets/icons/icon_toolbar.svg +0 -1
  353. package/src/assets/icons/icon_topbar.svg +0 -1
  354. package/src/assets/icons/icon_watermark.svg +0 -1
  355. package/src/assets/icons/image-load-fail.svg +0 -1
  356. package/src/assets/icons/log-center.svg +0 -1
  357. package/src/assets/icons/logo-sig.svg +0 -1
  358. package/src/assets/icons/not-data.svg +0 -1
  359. package/src/assets/icons/org-main.svg +0 -1
  360. package/src/assets/icons/org-unmain.svg +0 -1
  361. package/src/assets/icons/process-management.svg +0 -1
  362. package/src/assets/icons/project-management.svg +0 -1
  363. package/src/assets/icons/rbac.svg +0 -1
  364. package/src/assets/icons/remove.svg +0 -1
  365. package/src/assets/icons/resource-app.svg +0 -1
  366. package/src/assets/icons/resource-btn.svg +0 -1
  367. package/src/assets/icons/resource-index.svg +0 -1
  368. package/src/assets/icons/resource-menu.svg +0 -1
  369. package/src/assets/icons/resource-nonmenu.svg +0 -1
  370. package/src/assets/icons/setting-manage.svg +0 -1
  371. package/src/assets/icons/test.svg +0 -1
  372. package/src/assets/icons/theme-check-mark.svg +0 -1
  373. package/src/assets/icons/theme-title.svg +0 -1
  374. package/src/assets/icons/tree_icon.svg +0 -1
  375. package/src/assets/icons/tree_icon_checked.svg +0 -1
  376. package/src/assets/icons/view.svg +0 -1
  377. package/src/assets/icons/workbench.svg +0 -1
  378. package/src/assets/icons/zddata.svg +0 -1
  379. package/src/assets/icons/zy_checked.svg +0 -1
  380. package/src/assets/icons/zy_default.svg +0 -1
  381. package/src/assets/images/layout/item1.webp +0 -0
  382. package/src/assets/images/layout/item1_dark.webp +0 -0
  383. package/src/assets/images/layout/item2.webp +0 -0
  384. package/src/assets/images/layout/item2_dark.webp +0 -0
  385. package/src/assets/images/layout/item3.webp +0 -0
  386. package/src/assets/images/layout/item3_dark.webp +0 -0
  387. package/src/assets/images/layout/item4.webp +0 -0
  388. package/src/assets/images/layout/item4_dark.webp +0 -0
  389. package/src/assets/images/layout/item5.webp +0 -0
  390. package/src/assets/images/layout/item5_dark.webp +0 -0
  391. package/src/assets/images/page-width/anto_min_w_dark.webp +0 -0
  392. package/src/assets/images/page-width/auto.webp +0 -0
  393. package/src/assets/images/page-width/auto_dark.webp +0 -0
  394. package/src/assets/images/page-width/auto_min_w.webp +0 -0
  395. package/src/assets/images/page-width/auto_min_w_dark.webp +0 -0
  396. package/src/assets/images/page-width/icon_auto.webp +0 -0
  397. package/src/assets/images/page-width/icon_auto_dark.webp +0 -0
  398. package/src/assets/images/page-width/icon_auto_min_w.webp +0 -0
  399. package/src/assets/images/page-width/icon_auto_min_w_dark.webp +0 -0
  400. package/src/assets/images/page-width/icon_middle.webp +0 -0
  401. package/src/assets/images/page-width/icon_middle_dark.webp +0 -0
  402. package/src/assets/images/page-width/icon_middle_max_w.webp +0 -0
  403. package/src/assets/images/page-width/icon_middle_max_w_dark.webp +0 -0
  404. package/src/assets/images/page-width/middle.webp +0 -0
  405. package/src/assets/images/page-width/middle_dark.webp +0 -0
  406. package/src/assets/images/page-width/middle_max_w.webp +0 -0
  407. package/src/assets/images/page-width/middle_max_w_dark.webp +0 -0
  408. package/src/assets/styles/globals.scss +0 -189
  409. package/src/assets/styles/nprogress.scss +0 -63
  410. package/src/assets/styles/rbac.scss +0 -61
  411. package/src/assets/styles/resources/utils.scss +0 -53
  412. package/src/assets/styles/resources/variables.scss +0 -6
  413. package/src/components/PubinfoIcon/index.vue +0 -85
  414. package/src/config/index.ts +0 -1
  415. package/src/context.ts +0 -30
  416. package/src/create.ts +0 -88
  417. package/src/directives/index.ts +0 -6
  418. package/src/interface.ts +0 -35
  419. package/src/layout/Layout.vue +0 -330
  420. package/src/layout/components/Content/index.vue +0 -100
  421. package/src/layout/components/Header/TopMode/NotCursor.vue +0 -77
  422. package/src/layout/components/Header/index.vue +0 -263
  423. package/src/layout/components/SettingBar/components/SettingEnableTransition.vue +0 -215
  424. package/src/layout/components/SettingBar/components/SettingMode.vue +0 -164
  425. package/src/layout/components/SettingBar/index.vue +0 -112
  426. package/src/layout/components/Tools/Breadcrumb/index.vue +0 -21
  427. package/src/layout/components/Tools/DayNightSwitch.vue +0 -93
  428. package/src/layout/components/Tools/I18nSelector.vue +0 -52
  429. package/src/layout/ui-kit/HDivider.vue +0 -53
  430. package/src/layout/ui-kit/HToggle.vue +0 -177
  431. package/src/pages/system/change-password/page.vue +0 -58
  432. package/src/pages/system/index.vue +0 -5
  433. package/src/route/async.ts +0 -18
  434. package/src/route/guard/basic.ts +0 -23
  435. package/src/route/guard/index.ts +0 -3
  436. package/src/route/index.ts +0 -12
  437. package/src/route/routes.ts +0 -101
  438. package/src/stores/index.ts +0 -10
  439. package/src/stores/plugin/persist.ts +0 -27
  440. package/src/stores/plugin/sideEffect/index.ts +0 -15
  441. package/src/utils/eventBus.ts +0 -15
  442. package/dist/{api/enum/code.d.ts → built-in/authentication/enum.d.ts} +0 -0
  443. package/dist/{components/NotAllowed → built-in/authentication/pages/change-organization}/index.vue.d.ts +0 -0
  444. package/dist/{pages/system → built-in/authentication/pages}/change-password/components/ChangePasswordForm/index.vue.d.ts +0 -0
  445. package/dist/{pages/system → built-in/authentication/pages}/change-password/index.vue.d.ts +0 -0
  446. package/dist/{layout/components/Topbar/Toolbar → built-in/authorization/pages/not-permission}/index.vue.d.ts +0 -0
  447. package/dist/{components/PubinfoApp → built-in/layout-component/components/BackTop}/index.vue.d.ts +0 -0
  448. package/dist/{layout → built-in/layout-component}/components/Content/IframeView.vue.d.ts +0 -0
  449. package/dist/{layout → built-in/layout-component}/components/Content/LinkView.vue.d.ts +0 -0
  450. package/dist/{layout/components/BackTop → built-in/layout-component/components/Content}/index.vue.d.ts +0 -0
  451. package/dist/{layout/components/Content → built-in/layout-component/components/Copyright}/index.vue.d.ts +0 -0
  452. package/dist/{layout → built-in/layout-component}/components/Header/TopMode/index.vue.d.ts +0 -0
  453. package/dist/{layout → built-in/layout-component}/components/Header/TopThinMode.vue.d.ts +0 -0
  454. package/dist/{layout → built-in/layout-component}/components/Header/index.vue.d.ts +0 -0
  455. package/dist/{layout → built-in/layout-component}/components/Logo/index.vue.d.ts +0 -0
  456. package/dist/{layout → built-in/layout-component}/components/Menu/index.vue.d.ts +0 -0
  457. package/dist/{layout → built-in/layout-component}/components/Menu/item.vue.d.ts +0 -0
  458. package/dist/{layout → built-in/layout-component}/components/SettingBar/AppSetting.vue.d.ts +0 -0
  459. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/DayNightToggle.vue.d.ts +0 -0
  460. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +0 -0
  461. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue.d.ts +0 -0
  462. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingEnableTransition.vue.d.ts +0 -0
  463. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue.d.ts +0 -0
  464. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue.d.ts +0 -0
  465. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingMode.vue.d.ts +0 -0
  466. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue.d.ts +0 -0
  467. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue.d.ts +0 -0
  468. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue.d.ts +0 -0
  469. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue.d.ts +0 -0
  470. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingThemes.vue.d.ts +0 -0
  471. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue.d.ts +0 -0
  472. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue.d.ts +0 -0
  473. package/dist/{layout → built-in/layout-component}/components/SettingBar/components/SettingWidthMode.vue.d.ts +0 -0
  474. package/dist/{layout/components/Copyright → built-in/layout-component/components/SettingBar}/index.vue.d.ts +0 -0
  475. package/dist/{layout → built-in/layout-component}/components/Sidebar/MainSidebar.vue.d.ts +0 -0
  476. package/dist/{layout → built-in/layout-component}/components/Sidebar/SubSidebar.vue.d.ts +0 -0
  477. package/dist/{layout/components/SettingBar → built-in/layout-component/components/Sidebar}/index.vue.d.ts +0 -0
  478. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/index.vue.d.ts +0 -0
  479. package/dist/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue.d.ts +0 -0
  480. package/dist/{layout → built-in/layout-component}/components/Tools/DayNightSwitch.vue.d.ts +0 -0
  481. package/dist/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue.d.ts +0 -0
  482. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/PreferencesContent.vue.d.ts +0 -0
  483. package/dist/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue.d.ts +0 -0
  484. package/dist/{layout → built-in/layout-component}/components/Topbar/Tabbar/index.vue.d.ts +0 -0
  485. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Favorites.vue.d.ts +0 -0
  486. package/dist/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue.d.ts +0 -0
  487. package/dist/{layout/components/Topbar → built-in/layout-component/components/Topbar/Toolbar}/index.vue.d.ts +0 -0
  488. package/dist/{pages/personal/profile → built-in/layout-component/components/Topbar}/index.vue.d.ts +0 -0
  489. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue.d.ts +0 -0
  490. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue.d.ts +1 -1
  491. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HCheckList.vue.d.ts +2 -2
  492. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDivider.vue.d.ts +0 -0
  493. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue.d.ts +0 -0
  494. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownMenu.vue.d.ts +0 -0
  495. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdownTree.vue.d.ts +0 -0
  496. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue.d.ts +0 -0
  497. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue.d.ts +0 -0
  498. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue.d.ts +0 -0
  499. package/dist/{layout/ui-kit → built-in/layout-component/components/ui}/HToggle.vue.d.ts +0 -0
  500. package/dist/{layout → built-in/layout-component}/composables/useGetComputedStyle.d.ts +0 -0
  501. package/dist/{layout → built-in/layout-component}/composables/useMainPage.d.ts +0 -0
  502. package/dist/{layout → built-in/layout-component}/composables/useTabbar.d.ts +0 -0
  503. package/dist/{layout → built-in/layout-component}/composables/useTitle.d.ts +0 -0
  504. package/dist/{layout → built-in/layout-component}/composables/useViewTransition.d.ts +0 -0
  505. package/dist/{layout → built-in/layout-component}/composables/useWatermark.d.ts +0 -0
  506. package/dist/{pages/system/change-organization → built-in/layout-component/pages/reload}/index.vue.d.ts +0 -0
  507. package/dist/{layout → built-in/layout-component}/provider.d.ts +0 -0
  508. package/dist/{utils → built-in/layout-component/utils}/injectionKeys.d.ts +0 -0
  509. package/dist/{locales → built-in/locales}/lang/en.json.d.ts +0 -0
  510. package/dist/{locales → built-in/locales}/lang/zh-cn.json.d.ts +0 -0
  511. package/dist/{locales → built-in/locales}/lang/zh-tw.json.d.ts +0 -0
  512. package/dist/{locales → built-in/locales}/ui.d.ts +0 -0
  513. package/dist/{stores → built-in/pinia-plugin}/helper.d.ts +0 -0
  514. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/cleanup.d.ts +0 -0
  515. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/favoritesStorage.d.ts +0 -0
  516. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/iframeCache.d.ts +0 -0
  517. package/dist/{stores/plugin/sideEffect → built-in/pinia-plugin/plugins}/tabbarStorage.d.ts +0 -0
  518. package/dist/{utils → core}/utils.d.ts +0 -0
  519. package/dist/{api → features/api}/modules/auth/index.d.ts +0 -0
  520. package/dist/{api → features/api}/modules/configData/heibaimingdanfuwu.d.ts +0 -0
  521. package/dist/{api → features/api}/modules/configData/xitongpeizhifuwu.d.ts +0 -0
  522. package/dist/{api/modules/configData/zidianfuwu.d.ts → features/api/modules/configData/zidifuwu.d.ts} +0 -0
  523. package/dist/{api → features/api}/modules/rbac/gangweijiekou.d.ts +0 -0
  524. package/dist/{api → features/api}/modules/rbac/index.d.ts +0 -0
  525. package/dist/{api → features/api}/modules/rbac/jiaosejiekou.d.ts +0 -0
  526. package/dist/{api → features/api}/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +0 -0
  527. package/dist/{api → features/api}/modules/rbac/yonghujiekou.d.ts +0 -0
  528. package/dist/{api → features/api}/modules/rbac/yonghushoucangbiaojiekou.d.ts +0 -0
  529. package/dist/{api → features/api}/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +0 -0
  530. package/dist/{api → features/api}/modules/rbac/zuhuguanlijiekou.d.ts +0 -0
  531. package/dist/{api → features/api}/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +0 -0
  532. package/dist/{api → features/api}/modules/rbac/zuzhijiekou.d.ts +0 -0
  533. package/dist/{api → features/api}/system/user.d.ts +0 -0
  534. package/dist/{pages/system → features/components/MicroAppContainer}/index.vue.d.ts +0 -0
  535. package/dist/{pages/system/not-permission → features/components/NotAllowed}/index.vue.d.ts +0 -0
  536. package/dist/{components → features/components}/PageHeader/index.vue.d.ts +0 -0
  537. package/dist/{components → features/components}/PageMain/index.vue.d.ts +0 -0
  538. package/dist/{components → features/components}/PassStrengthValidator/index.vue.d.ts +2 -2
  539. package/dist/{components → features/components}/PassStrengthValidator/rule.vue.d.ts +0 -0
  540. package/dist/{layout/components/Sidebar → features/components/PubinfoApp}/index.vue.d.ts +0 -0
  541. package/dist/{components → features/components}/PubinfoIcon/index.vue.d.ts +0 -0
  542. package/dist/{components → features/components}/PubinfoProvider/index.d.ts +0 -0
  543. package/dist/{components → features/components}/index.d.ts +0 -0
  544. package/dist/{composables → features/composables}/index.d.ts +0 -0
  545. package/dist/{composables → features/composables}/log.d.ts +0 -0
  546. package/dist/{composables → features/composables}/theme.d.ts +0 -0
  547. package/dist/{composables → features/composables}/watchDiff.d.ts +0 -0
  548. package/dist/{pages/system/[...all].vue.d.ts → features/pages/not-found/index.vue.d.ts} +0 -0
  549. package/dist/{pages/system/reload.vue.d.ts → features/pages/profile/index.vue.d.ts} +0 -0
  550. package/dist/{config/settings.d.ts → features/settings/index.d.ts} +0 -0
  551. package/dist/{stores/enum/index.d.ts → features/stores/enum.d.ts} +0 -0
  552. package/dist/{stores → features/stores}/modules/iframe.d.ts +0 -0
  553. package/dist/{stores → features/stores}/modules/index.d.ts +0 -0
  554. package/dist/{stores → features/stores}/modules/keepAlive.d.ts +0 -0
  555. package/dist/{stores → features/stores}/modules/menu.d.ts +0 -0
  556. package/dist/{stores → features/stores}/modules/settings.d.ts +0 -0
  557. package/src/{api/enum/code.ts → built-in/authentication/enum.ts} +0 -0
  558. package/src/{assets/icons → built-in/authentication/pages/change-organization/assets}/change-org.svg +0 -0
  559. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small.png +0 -0
  560. package/src/{assets/images → built-in/authentication/pages/change-organization/assets}/login-small_dark.webp +0 -0
  561. package/src/{assets/icons → built-in/authentication/pages/change-password/assets}/mima.svg +0 -0
  562. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403.svg +0 -0
  563. package/src/{assets/icons → built-in/authorization/pages/not-permission}/403_dark.svg +0 -0
  564. package/src/{assets → built-in/layout-component/assets}/icons/favorites.svg +0 -0
  565. package/src/{assets → built-in/layout-component/assets}/icons/toolbar-collapse.svg +0 -0
  566. package/src/{assets → built-in/layout-component/assets}/images/not-cursor.png +0 -0
  567. package/src/{layout → built-in/layout-component}/components/BackTop/index.vue +0 -0
  568. package/src/{layout → built-in/layout-component}/components/Header/TopThinMode.vue +0 -0
  569. package/src/{layout → built-in/layout-component}/components/Menu/sub.vue +0 -0
  570. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingBreadcrumb.vue +0 -0
  571. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingCopyright.vue +0 -0
  572. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingHome.vue +0 -0
  573. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingMenu.vue +0 -0
  574. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingNavSearch.vue +0 -0
  575. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingOther.vue +0 -0
  576. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingPage.vue +0 -0
  577. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTabbar.vue +0 -0
  578. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingToolbar.vue +0 -0
  579. package/src/{layout → built-in/layout-component}/components/SettingBar/components/SettingTopbar.vue +0 -0
  580. package/src/{layout → built-in/layout-component}/components/Sidebar/index.vue +0 -0
  581. package/src/{layout → built-in/layout-component}/components/Tools/Breadcrumb/item.vue +0 -0
  582. package/src/{layout → built-in/layout-component}/components/Tools/HotkeysIntro.vue +0 -0
  583. package/src/{layout → built-in/layout-component}/components/Tools/Preferences/index.vue +0 -0
  584. package/src/{layout → built-in/layout-component}/components/Topbar/Toolbar/Star.vue +0 -0
  585. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HBadge.vue +0 -0
  586. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HButton.vue +0 -0
  587. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HDropdown.vue +0 -0
  588. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HInput.vue +0 -0
  589. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HKbd.vue +0 -0
  590. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HSelect.vue +0 -0
  591. package/src/{layout/ui-kit → built-in/layout-component/components/ui}/HTabList.vue +0 -0
  592. package/src/{layout → built-in/layout-component}/composables/useViewTransition.ts +0 -0
  593. package/src/{pages/system/reload.vue → built-in/layout-component/pages/reload/index.vue} +0 -0
  594. package/src/{utils → built-in/layout-component/utils}/injectionKeys.ts +0 -0
  595. package/src/{locales → built-in/locales}/lang/en.json +0 -0
  596. package/src/{locales → built-in/locales}/lang/zh-cn.json +0 -0
  597. package/src/{locales → built-in/locales}/lang/zh-tw.json +0 -0
  598. package/src/{locales → built-in/locales}/ui.ts +0 -0
  599. package/src/{utils → core}/utils.ts +0 -0
  600. package/src/{api → features/api}/modules/auth/index.ts +0 -0
  601. package/src/{api → features/api}/modules/rbac/index.ts +0 -0
  602. package/src/{api → features/api}/system/typings.d.ts +0 -0
  603. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.eot +0 -0
  604. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.svg +0 -0
  605. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff +0 -0
  606. package/src/{assets → features/assets}/fonts/digital-7/digital-7-webfont.woff2 +0 -0
  607. package/src/{assets → features/assets}/fonts/digital-7/stylesheet.css +0 -0
  608. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.eot +0 -0
  609. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.svg +0 -0
  610. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff +0 -0
  611. package/src/{assets → features/assets}/fonts/digital-7_mono/digital-7_mono-webfont.woff2 +0 -0
  612. package/src/{assets → features/assets}/fonts/digital-7_mono/stylesheet.css +0 -0
  613. package/src/{assets → features/assets}/fonts/title.otf +0 -0
  614. package/src/{assets → features/assets}/images/change-org-bc.webp +0 -0
  615. package/src/{assets → features/assets}/images/header-bg.png +0 -0
  616. package/src/{assets → features/assets}/images/logo.png +0 -0
  617. package/src/{assets → features/assets}/images/org.svg +0 -0
  618. package/src/{assets → features/assets}/images/slider-bg.png +0 -0
  619. package/src/{components → features/components}/PageHeader/index.vue +0 -0
  620. package/src/{components → features/components}/PageMain/index.vue +0 -0
  621. package/src/{components → features/components}/index.ts +0 -0
  622. package/src/{composables → features/composables}/index.ts +0 -0
  623. package/src/{composables → features/composables}/log.ts +0 -0
  624. package/src/{assets/icons → features/pages/not-found/assets}/404.svg +0 -0
  625. package/src/{assets/icons → features/pages/not-found/assets}/404_dark.svg +0 -0
  626. package/src/{stores → features/stores}/modules/favorites.ts +1 -1
  627. /package/src/{stores → features/stores}/modules/iframe.ts +0 -0
  628. /package/src/{stores → features/stores}/modules/index.ts +0 -0
@@ -1,16 +1,16 @@
1
1
  /* eslint-disable */
2
2
  // @ts-nocheck
3
3
  declare namespace API {
4
- interface AddPubUserCollectDto {
4
+ type AddPubUserCollectDto = {
5
5
  /** 1:组织,2:用户 */
6
6
  type?: string;
7
7
  /** 用户id */
8
8
  userId?: string;
9
9
  /** 组织id */
10
10
  orgId?: string;
11
- }
11
+ };
12
12
 
13
- interface AddPubUserUsedDto {
13
+ type AddPubUserUsedDto = {
14
14
  /** 1:组织,2:用户 */
15
15
  type?: string;
16
16
  /** 用户id */
@@ -21,51 +21,51 @@ declare namespace API {
21
21
  orgId?: string;
22
22
  /** 组织名称 */
23
23
  orgName?: string;
24
- }
24
+ };
25
25
 
26
- interface bianjijiaoseheshouquanshujuquanxianduixiang {
26
+ type bianjijiaoseheshouquanshujuquanxianduixiang = {
27
27
  userId: string;
28
28
  orgId: string;
29
29
  roleIds?: string[];
30
30
  dataPermissionIds?: string[];
31
- }
31
+ };
32
32
 
33
- interface DataPermissionUserDto {
33
+ type DataPermissionUserDto = {
34
34
  /** 数据权限id */
35
35
  dataPermissionsId?: string;
36
36
  /** 用户id */
37
37
  userId?: string;
38
38
  /** 组织id */
39
39
  orgId?: string;
40
- }
40
+ };
41
41
 
42
- interface deleteRbacPostDeleteByIdParams {
42
+ type deleteRbacPostDeleteByIdParams = {
43
43
  id: string;
44
- }
44
+ };
45
45
 
46
- interface deleteRbacPubDataPermissionsDeleteParams {
46
+ type deleteRbacPubDataPermissionsDeleteParams = {
47
47
  id: string;
48
- }
48
+ };
49
49
 
50
- interface deleteRbacPubRoleGroupDeleteParams {
50
+ type deleteRbacPubRoleGroupDeleteParams = {
51
51
  id: string;
52
- }
52
+ };
53
53
 
54
- interface getRbacCollectByIdDetailParams {
54
+ type getRbacCollectByIdDetailParams = {
55
55
  id: string;
56
- }
56
+ };
57
57
 
58
- interface getRbacOrgDeleteOrgParams {
58
+ type getRbacOrgDeleteOrgParams = {
59
59
  /** 组织id */
60
60
  id: string;
61
- }
61
+ };
62
62
 
63
- interface getRbacOrgInfoParams {
63
+ type getRbacOrgInfoParams = {
64
64
  /** 组织id */
65
65
  id: string;
66
- }
66
+ };
67
67
 
68
- interface getRbacOrgOrgListByParentIdParams {
68
+ type getRbacOrgOrgListByParentIdParams = {
69
69
  /** 父级id */
70
70
  parentId?: string;
71
71
  /** 是否启用 */
@@ -74,117 +74,121 @@ declare namespace API {
74
74
  showFullName?: boolean;
75
75
  /** 是否显示是否收藏,默认不显示 */
76
76
  showIsCollect?: boolean;
77
- }
77
+ };
78
78
 
79
- interface getRbacOrgRoleGetAllByOrgIdParams {
79
+ type getRbacOrgRoleGetAllByOrgIdParams = {
80
80
  orgId: string;
81
- }
81
+ };
82
82
 
83
- interface getRbacOrgRoleGetByOrgIdParams {
83
+ type getRbacOrgRoleGetByOrgIdParams = {
84
84
  orgId: string;
85
- }
85
+ };
86
86
 
87
- interface getRbacOrgSearchSubOrgByIdParams {
87
+ type getRbacOrgSearchSubOrgByIdParams = {
88
88
  /** 父级id */
89
89
  parentId: string;
90
- }
90
+ };
91
91
 
92
- interface getRbacOrgSearchTreeByIdParams {
92
+ type getRbacOrgSearchTreeByIdParams = {
93
93
  /** 组织id */
94
94
  id?: string;
95
- }
95
+ };
96
96
 
97
- interface getRbacPostDetailByIdParams {
97
+ type getRbacPostDetailByIdParams = {
98
98
  /** 岗位id */
99
99
  id: string;
100
- }
100
+ };
101
101
 
102
- interface getRbacPostListParams {
102
+ type getRbacPostListParams = {
103
103
  /** 岗位类型 */
104
104
  type?: string;
105
- }
105
+ };
106
106
 
107
- interface getRbacPubDataPermissionsGetByIdParams {
107
+ type getRbacPubDataPermissionsGetByIdParams = {
108
108
  id: string;
109
- }
109
+ };
110
110
 
111
- interface getRbacPubRoleGroupGetAllParams {
111
+ type getRbacPubRoleGroupGetAllParams = {
112
112
  name: string;
113
- }
113
+ };
114
114
 
115
- interface getRbacPubRoleGroupGetByIdParams {
115
+ type getRbacPubRoleGroupGetByIdParams = {
116
116
  id: string;
117
- }
117
+ };
118
118
 
119
- interface getRbacResourceGetRoleListByResourceIdParams {
119
+ type getRbacPubRoleGroupGetGrantRolesByIdParams = {
120
+ id: string;
121
+ };
122
+
123
+ type getRbacResourceGetRoleListByResourceIdParams = {
120
124
  /** 资源id */
121
125
  id: string;
122
- }
126
+ };
123
127
 
124
- interface getRbacResourceGroupResourceTreeParams {
128
+ type getRbacResourceGroupResourceTreeParams = {
125
129
  /** 应用ID */
126
130
  appId?: string;
127
- }
131
+ };
128
132
 
129
- interface getRbacResourceInfoParams {
133
+ type getRbacResourceInfoParams = {
130
134
  /** 资源id */
131
135
  id: string;
132
- }
136
+ };
133
137
 
134
- interface getRbacResourceResourceDeleteParams {
138
+ type getRbacResourceResourceDeleteParams = {
135
139
  /** 资源id */
136
140
  id: string;
137
- }
141
+ };
138
142
 
139
- interface getRbacResourceResourceListByParentIdParams {
143
+ type getRbacResourceResourceListByParentIdParams = {
140
144
  /** 父级id */
141
145
  parentId?: string;
142
146
  /** 是否启用 */
143
147
  enable?: boolean;
144
- }
148
+ };
145
149
 
146
- interface getRbacResourceResourceTreeParams {
150
+ type getRbacResourceResourceTreeParams = {
147
151
  name?: string;
148
152
  code?: string;
149
153
  type?: string;
150
154
  enable?: boolean;
151
- }
155
+ };
152
156
 
153
- interface getRbacRoleInfoParams {
157
+ type getRbacRoleInfoParams = {
154
158
  /** 角色id */
155
159
  id: string;
156
- }
160
+ };
157
161
 
158
- interface getRbacRoleRoleDeleteParams {
162
+ type getRbacRoleRoleDeleteParams = {
159
163
  /** 角色id */
160
164
  id: string;
161
- }
165
+ };
162
166
 
163
- interface getRbacTenantPubTenantDeleteParams {
167
+ type getRbacTenantPubTenantDeleteParams = {
164
168
  /** 租户id */
165
169
  id: string;
166
- }
170
+ };
167
171
 
168
- interface getRbacTenantPubTenantInfoParams {
172
+ type getRbacTenantPubTenantInfoParams = {
169
173
  /** 租户id */
170
174
  id: string;
171
- }
175
+ };
172
176
 
173
- interface getRbacUsedByIdDetailParams {
177
+ type getRbacUsedByIdDetailParams = {
174
178
  id: string;
175
- }
179
+ };
176
180
 
177
- interface getRbacUserInfoParams {
181
+ type getRbacUserInfoParams = {
178
182
  /** 用户id */
179
183
  id: string;
180
- }
184
+ };
181
185
 
182
- interface getRbacUserUserDeleteParams {
186
+ type getRbacUserUserDeleteParams = {
183
187
  /** 用户id */
184
188
  userId: string;
185
- }
189
+ };
186
190
 
187
- interface OrgSearchQuery {
191
+ type OrgSearchQuery = {
188
192
  currentPage?: number;
189
193
  pageSize?: number;
190
194
  doSearchTotal?: boolean;
@@ -194,124 +198,129 @@ declare namespace API {
194
198
  showIsCollect?: boolean;
195
199
  /** 筛选出启用的组织 */
196
200
  enable?: boolean;
197
- }
201
+ };
198
202
 
199
- interface PageDataPubOrg {
203
+ type PageDataPubOrg = {
200
204
  currentPage?: number;
201
205
  pageSize?: number;
202
206
  doSearchTotal?: boolean;
203
207
  records?: PubOrg[];
204
208
  total?: number;
205
- }
209
+ };
206
210
 
207
- interface PageDataPubOrgBo {
211
+ type PageDataPubOrgBo = {
208
212
  currentPage?: number;
209
213
  pageSize?: number;
210
214
  doSearchTotal?: boolean;
211
215
  records?: PubOrgBo[];
212
216
  total?: number;
213
- }
217
+ };
214
218
 
215
- interface PageDataPubPost {
219
+ type PageDataPubPost = {
216
220
  currentPage?: number;
217
221
  pageSize?: number;
218
222
  doSearchTotal?: boolean;
219
223
  records?: PubPost[];
220
224
  total?: number;
221
- }
225
+ };
222
226
 
223
- interface PageDataPubRoleBo {
227
+ type PageDataPubRoleBo = {
224
228
  currentPage?: number;
225
229
  pageSize?: number;
226
230
  doSearchTotal?: boolean;
227
231
  records?: PubRoleBo[];
228
232
  total?: number;
229
- }
233
+ };
230
234
 
231
- interface PageDataPubRoleGroup {
235
+ type PageDataPubRoleGroup = {
232
236
  currentPage?: number;
233
237
  pageSize?: number;
234
238
  doSearchTotal?: boolean;
235
239
  records?: PubRoleGroup[];
236
240
  total?: number;
237
- }
241
+ };
238
242
 
239
- interface PageDataPubTenant {
243
+ type PageDataPubTenant = {
240
244
  currentPage?: number;
241
245
  pageSize?: number;
242
246
  doSearchTotal?: boolean;
243
247
  records?: PubTenant[];
244
248
  total?: number;
245
- }
249
+ };
246
250
 
247
- interface PageDataPubUserBo {
251
+ type PageDataPubUserBo = {
248
252
  currentPage?: number;
249
253
  pageSize?: number;
250
254
  doSearchTotal?: boolean;
251
255
  records?: PubUserBo[];
252
256
  total?: number;
253
- }
257
+ };
254
258
 
255
- interface PageDataPubUserCollect {
259
+ type PageDataPubUserCollect = {
256
260
  currentPage?: number;
257
261
  pageSize?: number;
258
262
  doSearchTotal?: boolean;
259
263
  records?: PubUserCollect[];
260
264
  total?: number;
261
- }
265
+ };
262
266
 
263
- interface PageDataPubUserOrgBo {
267
+ type PageDataPubUserOrgBo = {
264
268
  currentPage?: number;
265
269
  pageSize?: number;
266
270
  doSearchTotal?: boolean;
267
271
  records?: PubUserOrgBo[];
268
272
  total?: number;
269
- }
273
+ };
270
274
 
271
- interface PageDataPubUserOrgRoleBo {
275
+ type PageDataPubUserOrgRoleBo = {
272
276
  currentPage?: number;
273
277
  pageSize?: number;
274
278
  doSearchTotal?: boolean;
275
279
  records?: PubUserOrgRoleBo[];
276
280
  total?: number;
277
- }
281
+ };
278
282
 
279
- interface PageDataPubUserUsed {
283
+ type PageDataPubUserUsed = {
280
284
  currentPage?: number;
281
285
  pageSize?: number;
282
286
  doSearchTotal?: boolean;
283
287
  records?: PubUserUsed[];
284
288
  total?: number;
285
- }
289
+ };
286
290
 
287
- interface PageDatashujuquanxianshituduixiang {
291
+ type PageDatashujuquanxianshituduixiang = {
288
292
  currentPage?: number;
289
293
  pageSize?: number;
290
294
  doSearchTotal?: boolean;
291
295
  records?: shujuquanxianshituduixiang[];
292
296
  total?: number;
293
- }
297
+ };
294
298
 
295
- interface postRbacCollectByIdDeleteParams {
299
+ type postRbacCollectByIdDeleteParams = {
296
300
  id: string;
297
- }
301
+ };
298
302
 
299
- interface postRbacPostDeleteByIdParams {
303
+ type postRbacPostDeleteByIdParams = {
300
304
  id: string;
301
- }
305
+ };
302
306
 
303
- interface postRbacPubDataPermissionsGetUserOrgDataPermissionListParams {
307
+ type postRbacPubDataPermissionsGetUserOrgDataPermissionListParams = {
304
308
  userId: string;
305
- }
309
+ };
310
+
311
+ type postRbacResourceMineOrAllResourceTreeParams = {
312
+ needAll?: boolean;
313
+ enable?: boolean;
314
+ };
306
315
 
307
- interface postRbacUserChangePasswordParams {
316
+ type postRbacUserChangePasswordParams = {
308
317
  /** 原密码(使用公钥加密) */
309
318
  oldPassword: string;
310
319
  /** 新密码(使用公钥加密) */
311
320
  newPassword: string;
312
- }
321
+ };
313
322
 
314
- interface postRbacUserChangePasswordWithVerifyCodeParams {
323
+ type postRbacUserChangePasswordWithVerifyCodeParams = {
315
324
  /** 原密码(使用公钥加密) */
316
325
  oldPassword: string;
317
326
  /** 新密码(使用公钥加密) */
@@ -320,14 +329,14 @@ declare namespace API {
320
329
  codeHash: string;
321
330
  /** 图片验证码 */
322
331
  code: string;
323
- }
332
+ };
324
333
 
325
- interface postRbacUserResetPasswordParams {
334
+ type postRbacUserResetPasswordParams = {
326
335
  /** 用户id */
327
336
  userId: string;
328
- }
337
+ };
329
338
 
330
- interface PubDataPermissions {
339
+ type PubDataPermissions = {
331
340
  /** id */
332
341
  id?: string;
333
342
  /** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
@@ -348,9 +357,9 @@ declare namespace API {
348
357
  appId?: string;
349
358
  /** 租户id */
350
359
  tenantId?: string;
351
- }
360
+ };
352
361
 
353
- interface PubOrg {
362
+ type PubOrg = {
354
363
  /** 主键 */
355
364
  id?: string;
356
365
  /** 父级id */
@@ -403,9 +412,9 @@ declare namespace API {
403
412
  collect?: boolean;
404
413
  /** 租户id */
405
414
  tenantId?: string;
406
- }
415
+ };
407
416
 
408
- interface PubOrgAddDto {
417
+ type PubOrgAddDto = {
409
418
  /** 父级id */
410
419
  parentId?: string;
411
420
  /** 组织名称 */
@@ -430,9 +439,9 @@ declare namespace API {
430
439
  contactMobile?: string;
431
440
  /** 扩展信息 */
432
441
  extendInfo?: Record<string, any>;
433
- }
442
+ };
434
443
 
435
- interface PubOrgBo {
444
+ type PubOrgBo = {
436
445
  /** 主键 */
437
446
  id?: string;
438
447
  /** 父级id */
@@ -489,18 +498,18 @@ declare namespace API {
489
498
  parentName?: string;
490
499
  /** 是否继承,0:否,1:是 */
491
500
  isInherit?: string;
492
- }
501
+ };
493
502
 
494
- interface PubOrgRoleAddDto {
503
+ type PubOrgRoleAddDto = {
495
504
  /** 组织id */
496
505
  orgId: string;
497
506
  /** 角色ids 多个,分隔 */
498
507
  roleIds: string;
499
508
  /** 是否继承,0:否,1:是 */
500
509
  isInherit: string;
501
- }
510
+ };
502
511
 
503
- interface PubOrgRoleBo {
512
+ type PubOrgRoleBo = {
504
513
  /** 主键id */
505
514
  id?: string;
506
515
  /** 组织id */
@@ -523,9 +532,9 @@ declare namespace API {
523
532
  inheritRoleList?: PubRole[];
524
533
  /** 继承角色Ids */
525
534
  inheritRoleIds?: string;
526
- }
535
+ };
527
536
 
528
- interface PubOrgTreeBo {
537
+ type PubOrgTreeBo = {
529
538
  /** 主键 */
530
539
  id?: string;
531
540
  /** 父级id */
@@ -580,9 +589,9 @@ declare namespace API {
580
589
  tenantId?: string;
581
590
  /** 子节点 */
582
591
  children?: PubOrgTreeBo[];
583
- }
592
+ };
584
593
 
585
- interface PubOrgUpdateDto {
594
+ type PubOrgUpdateDto = {
586
595
  /** id */
587
596
  id: string;
588
597
  /** 组织名称 */
@@ -607,9 +616,9 @@ declare namespace API {
607
616
  contactMobile?: string;
608
617
  /** 扩展信息 */
609
618
  extendInfo?: Record<string, any>;
610
- }
619
+ };
611
620
 
612
- interface PubPost {
621
+ type PubPost = {
613
622
  /** id */
614
623
  id?: string;
615
624
  /** 岗位类型 */
@@ -634,9 +643,9 @@ declare namespace API {
634
643
  updateTime?: string;
635
644
  /** 租户id */
636
645
  tenantId?: string;
637
- }
646
+ };
638
647
 
639
- interface PubPostDto {
648
+ type PubPostDto = {
640
649
  /** id */
641
650
  id?: string;
642
651
  /** 岗位类型 */
@@ -649,9 +658,9 @@ declare namespace API {
649
658
  description?: string;
650
659
  /** 是否启动, 0-未启用,1-启用 */
651
660
  enable?: boolean;
652
- }
661
+ };
653
662
 
654
- interface PubPostQueryDto {
663
+ type PubPostQueryDto = {
655
664
  currentPage?: number;
656
665
  pageSize?: number;
657
666
  doSearchTotal?: boolean;
@@ -659,9 +668,9 @@ declare namespace API {
659
668
  name?: string;
660
669
  /** 岗位类型 */
661
670
  type?: string;
662
- }
671
+ };
663
672
 
664
- interface PubResource {
673
+ type PubResource = {
665
674
  /** 主键 */
666
675
  id?: string;
667
676
  /** 父级id */
@@ -706,9 +715,11 @@ declare namespace API {
706
715
  enableDataPermission?: boolean;
707
716
  /** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
708
717
  dataPermissionType?: string;
709
- }
718
+ /** 前端的meta信息json格式 */
719
+ meta?: Record<string, any>;
720
+ };
710
721
 
711
- interface PubResourceAddDto {
722
+ type PubResourceAddDto = {
712
723
  /** 父级id */
713
724
  parentId?: string;
714
725
  /** 资源名称 */
@@ -735,9 +746,11 @@ declare namespace API {
735
746
  enableDataPermission?: boolean;
736
747
  /** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
737
748
  dataPermissionType?: string;
738
- }
749
+ /** 前端的meta信息json格式 */
750
+ meta?: Record<string, any>;
751
+ };
739
752
 
740
- interface PubResourceTreeBo {
753
+ type PubResourceTreeBo = {
741
754
  /** 主键 */
742
755
  id?: string;
743
756
  /** 父级id */
@@ -782,11 +795,13 @@ declare namespace API {
782
795
  enableDataPermission?: boolean;
783
796
  /** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
784
797
  dataPermissionType?: string;
798
+ /** 前端的meta信息json格式 */
799
+ meta?: Record<string, any>;
785
800
  /** 子节点 */
786
801
  children?: PubResourceTreeBo[];
787
- }
802
+ };
788
803
 
789
- interface PubResourceUpdateDto {
804
+ type PubResourceUpdateDto = {
790
805
  /** id */
791
806
  id?: string;
792
807
  /** 资源名称 */
@@ -813,9 +828,11 @@ declare namespace API {
813
828
  enableDataPermission?: boolean;
814
829
  /** 数据权限类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门 */
815
830
  dataPermissionType?: string;
816
- }
831
+ /** 前端的meta信息json格式 */
832
+ meta?: Record<string, any>;
833
+ };
817
834
 
818
- interface PubRole {
835
+ type PubRole = {
819
836
  /** 主键id */
820
837
  id?: string;
821
838
  /** 角色名称 */
@@ -846,9 +863,9 @@ declare namespace API {
846
863
  appId?: string;
847
864
  /** 租户id */
848
865
  tenantId?: string;
849
- }
866
+ };
850
867
 
851
- interface PubRoleAddDto {
868
+ type PubRoleAddDto = {
852
869
  /** 角色名称 */
853
870
  name?: string;
854
871
  /** 编码(唯一) */
@@ -865,9 +882,9 @@ declare namespace API {
865
882
  resourceIds: string[];
866
883
  /** 应用id */
867
884
  appId?: string;
868
- }
885
+ };
869
886
 
870
- interface PubRoleBo {
887
+ type PubRoleBo = {
871
888
  /** 主键id */
872
889
  id?: string;
873
890
  /** 角色名称 */
@@ -902,9 +919,9 @@ declare namespace API {
902
919
  createUserName?: string;
903
920
  /** 应用名称 */
904
921
  appName?: string;
905
- }
922
+ };
906
923
 
907
- interface PubRoleGroup {
924
+ type PubRoleGroup = {
908
925
  /** id */
909
926
  id?: string;
910
927
  /** 角色组名称 */
@@ -936,9 +953,9 @@ declare namespace API {
936
953
  createTime?: string;
937
954
  /** 租户id */
938
955
  tenantId?: string;
939
- }
956
+ };
940
957
 
941
- interface PubRoleGroupAddDto {
958
+ type PubRoleGroupAddDto = {
942
959
  /** 角色组名称 */
943
960
  name: string;
944
961
  /** 角色ids,多个以逗号分隔 */
@@ -947,9 +964,9 @@ declare namespace API {
947
964
  description?: string;
948
965
  /** 是否启用:0否1是 */
949
966
  enable: boolean;
950
- }
967
+ };
951
968
 
952
- interface PubRoleGroupQueryDto {
969
+ type PubRoleGroupQueryDto = {
953
970
  currentPage?: number;
954
971
  pageSize?: number;
955
972
  doSearchTotal?: boolean;
@@ -957,9 +974,9 @@ declare namespace API {
957
974
  name?: string;
958
975
  /** 是否启用:0否1是 */
959
976
  enable?: string;
960
- }
977
+ };
961
978
 
962
- interface PubRoleGroupUpdateDto {
979
+ type PubRoleGroupUpdateDto = {
963
980
  /** id */
964
981
  id: string;
965
982
  /** 角色组名称 */
@@ -970,9 +987,9 @@ declare namespace API {
970
987
  description?: string;
971
988
  /** 是否启用:0否1是 */
972
989
  enable: boolean;
973
- }
990
+ };
974
991
 
975
- interface PubRoleQueryDto {
992
+ type PubRoleQueryDto = {
976
993
  currentPage?: number;
977
994
  pageSize?: number;
978
995
  doSearchTotal?: boolean;
@@ -982,9 +999,9 @@ declare namespace API {
982
999
  appId?: string;
983
1000
  /** 角色ID */
984
1001
  roleId?: string;
985
- }
1002
+ };
986
1003
 
987
- interface PubRoleResourceBo {
1004
+ type PubRoleResourceBo = {
988
1005
  /** 主键id */
989
1006
  id?: string;
990
1007
  /** 角色名称 */
@@ -1020,9 +1037,9 @@ declare namespace API {
1020
1037
  /** 应用名称 */
1021
1038
  appName?: string;
1022
1039
  resourceIds?: string[];
1023
- }
1040
+ };
1024
1041
 
1025
- interface PubRoleUpdateDto {
1042
+ type PubRoleUpdateDto = {
1026
1043
  /** 主键id */
1027
1044
  id?: string;
1028
1045
  /** 角色名称 */
@@ -1037,9 +1054,9 @@ declare namespace API {
1037
1054
  viewScope?: string;
1038
1055
  /** 资源id集合 */
1039
1056
  resourceIds?: string[];
1040
- }
1057
+ };
1041
1058
 
1042
- interface PubTenant {
1059
+ type PubTenant = {
1043
1060
  /** 主键id */
1044
1061
  id?: string;
1045
1062
  /** 租户名称 */
@@ -1064,9 +1081,9 @@ declare namespace API {
1064
1081
  updateTime?: string;
1065
1082
  /** 是否删除,0:否,1:是 */
1066
1083
  deleted?: boolean;
1067
- }
1084
+ };
1068
1085
 
1069
- interface PubTenantBo {
1086
+ type PubTenantBo = {
1070
1087
  /** 主键id */
1071
1088
  id?: string;
1072
1089
  /** 租户名称 */
@@ -1093,9 +1110,9 @@ declare namespace API {
1093
1110
  deleted?: boolean;
1094
1111
  resourceIds?: string[];
1095
1112
  pubUserAdmin?: string;
1096
- }
1113
+ };
1097
1114
 
1098
- interface PubTenantDto {
1115
+ type PubTenantDto = {
1099
1116
  /** 租户id */
1100
1117
  id?: string;
1101
1118
  /** 租户名称 */
@@ -1114,9 +1131,9 @@ declare namespace API {
1114
1131
  pubTenantResourcelist?: PubTenantResource[];
1115
1132
  /** 二级域名 */
1116
1133
  subDomain?: string;
1117
- }
1134
+ };
1118
1135
 
1119
- interface PubTenantQueryDto {
1136
+ type PubTenantQueryDto = {
1120
1137
  currentPage?: number;
1121
1138
  pageSize?: number;
1122
1139
  doSearchTotal?: boolean;
@@ -1132,9 +1149,9 @@ declare namespace API {
1132
1149
  tenantStartTime?: string;
1133
1150
  /** 开始时间结束范围 */
1134
1151
  tenantStartTimeEnd?: string;
1135
- }
1152
+ };
1136
1153
 
1137
- interface PubTenantResource {
1154
+ type PubTenantResource = {
1138
1155
  /** 主键id */
1139
1156
  id?: string;
1140
1157
  /** 资源id */
@@ -1145,9 +1162,9 @@ declare namespace API {
1145
1162
  createdBy?: string;
1146
1163
  /** 创建时间 */
1147
1164
  createTime?: string;
1148
- }
1165
+ };
1149
1166
 
1150
- interface PubUserAddDto {
1167
+ type PubUserAddDto = {
1151
1168
  /** 登录账号 */
1152
1169
  loginName?: string;
1153
1170
  /** 登录密码 */
@@ -1180,16 +1197,16 @@ declare namespace API {
1180
1197
  posts?: PubUserPostDto[];
1181
1198
  /** 扩展信息 */
1182
1199
  extendInfo?: Record<string, any>;
1183
- }
1200
+ };
1184
1201
 
1185
- interface PubUserAndOrgQueryDto {
1202
+ type PubUserAndOrgQueryDto = {
1186
1203
  /** 用户id */
1187
1204
  userId?: string;
1188
1205
  /** 组织id */
1189
1206
  orgId?: string;
1190
- }
1207
+ };
1191
1208
 
1192
- interface PubUserBo {
1209
+ type PubUserBo = {
1193
1210
  /** 主键 */
1194
1211
  id?: string;
1195
1212
  /** 所属组织,当前为组织 */
@@ -1236,9 +1253,9 @@ declare namespace API {
1236
1253
  tenantId?: string;
1237
1254
  /** 用户组织信息 */
1238
1255
  userOrgList?: PubUserOrgBo[];
1239
- }
1256
+ };
1240
1257
 
1241
- interface PubUserCollect {
1258
+ type PubUserCollect = {
1242
1259
  /** 主键 */
1243
1260
  id?: string;
1244
1261
  /** 1:组织,2:用户 */
@@ -1262,9 +1279,9 @@ declare namespace API {
1262
1279
  /** 更新时间 */
1263
1280
  updateTime?: string;
1264
1281
  tenantId?: string;
1265
- }
1282
+ };
1266
1283
 
1267
- interface PubUserCollectDto {
1284
+ type PubUserCollectDto = {
1268
1285
  currentPage?: number;
1269
1286
  pageSize?: number;
1270
1287
  doSearchTotal?: boolean;
@@ -1288,9 +1305,9 @@ declare namespace API {
1288
1305
  updatedBy?: string;
1289
1306
  /** 更新时间 */
1290
1307
  updateTime?: string;
1291
- }
1308
+ };
1292
1309
 
1293
- interface PubUserDto {
1310
+ type PubUserDto = {
1294
1311
  /** 主键 */
1295
1312
  id?: string;
1296
1313
  /** 所属组织,当前为组织 */
@@ -1319,9 +1336,9 @@ declare namespace API {
1319
1336
  /** 用户id */
1320
1337
  userId?: string;
1321
1338
  userInfo?: PubUserDto;
1322
- }
1339
+ };
1323
1340
 
1324
- interface PubUserOrgBo {
1341
+ type PubUserOrgBo = {
1325
1342
  /** 组织id */
1326
1343
  orgId?: string;
1327
1344
  /** 组织名称 */
@@ -1340,9 +1357,9 @@ declare namespace API {
1340
1357
  posts?: PubUserOrgPostBo[];
1341
1358
  /** 是否收藏 */
1342
1359
  collect?: boolean;
1343
- }
1360
+ };
1344
1361
 
1345
- interface PubUserOrgPostBo {
1362
+ type PubUserOrgPostBo = {
1346
1363
  /** 组织id */
1347
1364
  orgId?: string;
1348
1365
  /** 组织名称 */
@@ -1355,9 +1372,9 @@ declare namespace API {
1355
1372
  postCode?: string;
1356
1373
  /** 岗位描述 */
1357
1374
  postDescription?: string;
1358
- }
1375
+ };
1359
1376
 
1360
- interface PubUserOrgRoleBo {
1377
+ type PubUserOrgRoleBo = {
1361
1378
  /** id */
1362
1379
  id?: string;
1363
1380
  /** 组织id */
@@ -1378,16 +1395,16 @@ declare namespace API {
1378
1395
  roleCode?: string;
1379
1396
  /** 用户姓名 */
1380
1397
  realName?: string;
1381
- }
1398
+ };
1382
1399
 
1383
- interface PubUserPostDto {
1400
+ type PubUserPostDto = {
1384
1401
  /** 组织id */
1385
1402
  orgId?: string;
1386
1403
  /** 岗位id集合 */
1387
1404
  postIds: string[];
1388
- }
1405
+ };
1389
1406
 
1390
- interface PubUserQueryDto {
1407
+ type PubUserQueryDto = {
1391
1408
  currentPage?: number;
1392
1409
  pageSize?: number;
1393
1410
  doSearchTotal?: boolean;
@@ -1401,9 +1418,9 @@ declare namespace API {
1401
1418
  enable?: boolean;
1402
1419
  /** 是否显示是否收藏,默认不显示 */
1403
1420
  showIsCollect?: boolean;
1404
- }
1421
+ };
1405
1422
 
1406
- interface PubUserSplitOrgQueryDto {
1423
+ type PubUserSplitOrgQueryDto = {
1407
1424
  currentPage?: number;
1408
1425
  pageSize?: number;
1409
1426
  doSearchTotal?: boolean;
@@ -1417,9 +1434,9 @@ declare namespace API {
1417
1434
  enable?: boolean;
1418
1435
  /** 是否显示是否收藏,默认不显示 */
1419
1436
  showIsCollect?: boolean;
1420
- }
1437
+ };
1421
1438
 
1422
- interface PubUserUpdateDto {
1439
+ type PubUserUpdateDto = {
1423
1440
  /** id */
1424
1441
  id: string;
1425
1442
  /** 真实姓名 */
@@ -1448,9 +1465,9 @@ declare namespace API {
1448
1465
  posts?: PubUserPostDto[];
1449
1466
  /** 扩展信息 */
1450
1467
  extendInfo?: Record<string, any>;
1451
- }
1468
+ };
1452
1469
 
1453
- interface PubUserUsed {
1470
+ type PubUserUsed = {
1454
1471
  /** 主键 */
1455
1472
  id?: string;
1456
1473
  /** 1:组织,2:用户 */
@@ -1476,9 +1493,9 @@ declare namespace API {
1476
1493
  /** 是否收藏 */
1477
1494
  collect?: boolean;
1478
1495
  tenantId?: string;
1479
- }
1496
+ };
1480
1497
 
1481
- interface PubUserUsedDto {
1498
+ type PubUserUsedDto = {
1482
1499
  currentPage?: number;
1483
1500
  pageSize?: number;
1484
1501
  doSearchTotal?: boolean;
@@ -1504,357 +1521,357 @@ declare namespace API {
1504
1521
  updateTime?: string;
1505
1522
  /** 是否显示是否收藏,默认不显示 */
1506
1523
  showIsCollect?: boolean;
1507
- }
1524
+ };
1508
1525
 
1509
- interface putRbacUserChangePasswordParams {
1526
+ type putRbacUserChangePasswordParams = {
1510
1527
  /** 原密码(使用公钥加密) */
1511
1528
  oldPassword: string;
1512
1529
  /** 新密码(使用公钥加密) */
1513
1530
  newPassword: string;
1514
- }
1531
+ };
1515
1532
 
1516
- interface putRbacUserResetPasswordParams {
1533
+ type putRbacUserResetPasswordParams = {
1517
1534
  /** 用户id */
1518
1535
  userId: string;
1519
- }
1536
+ };
1520
1537
 
1521
- interface ResponseData {
1538
+ type ResponseData = {
1522
1539
  code?: number;
1523
1540
  msg?: string;
1524
1541
  hint?: string;
1525
1542
  data?: Record<string, any>;
1526
1543
  success?: boolean;
1527
- }
1544
+ };
1528
1545
 
1529
- interface ResponseDataBoolean {
1546
+ type ResponseDataBoolean = {
1530
1547
  code?: number;
1531
1548
  msg?: string;
1532
1549
  hint?: string;
1533
1550
  data?: boolean;
1534
1551
  success?: boolean;
1535
- }
1552
+ };
1536
1553
 
1537
- interface ResponseDataListPubOrg {
1554
+ type ResponseDataListPubOrg = {
1538
1555
  code?: number;
1539
1556
  msg?: string;
1540
1557
  hint?: string;
1541
1558
  data?: PubOrg[];
1542
1559
  success?: boolean;
1543
- }
1560
+ };
1544
1561
 
1545
- interface ResponseDataListPubPost {
1562
+ type ResponseDataListPubPost = {
1546
1563
  code?: number;
1547
1564
  msg?: string;
1548
1565
  hint?: string;
1549
1566
  data?: PubPost[];
1550
1567
  success?: boolean;
1551
- }
1568
+ };
1552
1569
 
1553
- interface ResponseDataListPubResource {
1570
+ type ResponseDataListPubResource = {
1554
1571
  code?: number;
1555
1572
  msg?: string;
1556
1573
  hint?: string;
1557
1574
  data?: PubResource[];
1558
1575
  success?: boolean;
1559
- }
1576
+ };
1560
1577
 
1561
- interface ResponseDataListPubResourceTreeBo {
1578
+ type ResponseDataListPubResourceTreeBo = {
1562
1579
  code?: number;
1563
1580
  msg?: string;
1564
1581
  hint?: string;
1565
1582
  data?: PubResourceTreeBo[];
1566
1583
  success?: boolean;
1567
- }
1584
+ };
1568
1585
 
1569
- interface ResponseDataListPubRole {
1586
+ type ResponseDataListPubRole = {
1570
1587
  code?: number;
1571
1588
  msg?: string;
1572
1589
  hint?: string;
1573
1590
  data?: PubRole[];
1574
1591
  success?: boolean;
1575
- }
1592
+ };
1576
1593
 
1577
- interface ResponseDataListPubRoleBo {
1594
+ type ResponseDataListPubRoleBo = {
1578
1595
  code?: number;
1579
1596
  msg?: string;
1580
1597
  hint?: string;
1581
1598
  data?: PubRoleBo[];
1582
1599
  success?: boolean;
1583
- }
1600
+ };
1584
1601
 
1585
- interface ResponseDataListPubRoleGroup {
1602
+ type ResponseDataListPubRoleGroup = {
1586
1603
  code?: number;
1587
1604
  msg?: string;
1588
1605
  hint?: string;
1589
1606
  data?: PubRoleGroup[];
1590
1607
  success?: boolean;
1591
- }
1608
+ };
1592
1609
 
1593
- interface ResponseDataListPubUserDto {
1610
+ type ResponseDataListPubUserDto = {
1594
1611
  code?: number;
1595
1612
  msg?: string;
1596
1613
  hint?: string;
1597
1614
  data?: PubUserDto[];
1598
1615
  success?: boolean;
1599
- }
1616
+ };
1600
1617
 
1601
- interface ResponseDataListshujuquanxianshituduixiang {
1618
+ type ResponseDataListshujuquanxianshituduixiang = {
1602
1619
  code?: number;
1603
1620
  msg?: string;
1604
1621
  hint?: string;
1605
1622
  data?: shujuquanxianshituduixiang[];
1606
1623
  success?: boolean;
1607
- }
1624
+ };
1608
1625
 
1609
- interface ResponseDataListString {
1626
+ type ResponseDataListString = {
1610
1627
  code?: number;
1611
1628
  msg?: string;
1612
1629
  hint?: string;
1613
1630
  data?: string[];
1614
1631
  success?: boolean;
1615
- }
1632
+ };
1616
1633
 
1617
- interface ResponseDataPageDataPubOrg {
1634
+ type ResponseDataPageDataPubOrg = {
1618
1635
  code?: number;
1619
1636
  msg?: string;
1620
1637
  hint?: string;
1621
1638
  data?: PageDataPubOrg;
1622
1639
  success?: boolean;
1623
- }
1640
+ };
1624
1641
 
1625
- interface ResponseDataPageDataPubOrgBo {
1642
+ type ResponseDataPageDataPubOrgBo = {
1626
1643
  code?: number;
1627
1644
  msg?: string;
1628
1645
  hint?: string;
1629
1646
  data?: PageDataPubOrgBo;
1630
1647
  success?: boolean;
1631
- }
1648
+ };
1632
1649
 
1633
- interface ResponseDataPageDataPubPost {
1650
+ type ResponseDataPageDataPubPost = {
1634
1651
  code?: number;
1635
1652
  msg?: string;
1636
1653
  hint?: string;
1637
1654
  data?: PageDataPubPost;
1638
1655
  success?: boolean;
1639
- }
1656
+ };
1640
1657
 
1641
- interface ResponseDataPageDataPubRoleBo {
1658
+ type ResponseDataPageDataPubRoleBo = {
1642
1659
  code?: number;
1643
1660
  msg?: string;
1644
1661
  hint?: string;
1645
1662
  data?: PageDataPubRoleBo;
1646
1663
  success?: boolean;
1647
- }
1664
+ };
1648
1665
 
1649
- interface ResponseDataPageDataPubRoleGroup {
1666
+ type ResponseDataPageDataPubRoleGroup = {
1650
1667
  code?: number;
1651
1668
  msg?: string;
1652
1669
  hint?: string;
1653
1670
  data?: PageDataPubRoleGroup;
1654
1671
  success?: boolean;
1655
- }
1672
+ };
1656
1673
 
1657
- interface ResponseDataPageDataPubTenant {
1674
+ type ResponseDataPageDataPubTenant = {
1658
1675
  code?: number;
1659
1676
  msg?: string;
1660
1677
  hint?: string;
1661
1678
  data?: PageDataPubTenant;
1662
1679
  success?: boolean;
1663
- }
1680
+ };
1664
1681
 
1665
- interface ResponseDataPageDataPubUserBo {
1682
+ type ResponseDataPageDataPubUserBo = {
1666
1683
  code?: number;
1667
1684
  msg?: string;
1668
1685
  hint?: string;
1669
1686
  data?: PageDataPubUserBo;
1670
1687
  success?: boolean;
1671
- }
1688
+ };
1672
1689
 
1673
- interface ResponseDataPageDataPubUserCollect {
1690
+ type ResponseDataPageDataPubUserCollect = {
1674
1691
  code?: number;
1675
1692
  msg?: string;
1676
1693
  hint?: string;
1677
1694
  data?: PageDataPubUserCollect;
1678
1695
  success?: boolean;
1679
- }
1696
+ };
1680
1697
 
1681
- interface ResponseDataPageDataPubUserOrgBo {
1698
+ type ResponseDataPageDataPubUserOrgBo = {
1682
1699
  code?: number;
1683
1700
  msg?: string;
1684
1701
  hint?: string;
1685
1702
  data?: PageDataPubUserOrgBo;
1686
1703
  success?: boolean;
1687
- }
1704
+ };
1688
1705
 
1689
- interface ResponseDataPageDataPubUserOrgRoleBo {
1706
+ type ResponseDataPageDataPubUserOrgRoleBo = {
1690
1707
  code?: number;
1691
1708
  msg?: string;
1692
1709
  hint?: string;
1693
1710
  data?: PageDataPubUserOrgRoleBo;
1694
1711
  success?: boolean;
1695
- }
1712
+ };
1696
1713
 
1697
- interface ResponseDataPageDataPubUserUsed {
1714
+ type ResponseDataPageDataPubUserUsed = {
1698
1715
  code?: number;
1699
1716
  msg?: string;
1700
1717
  hint?: string;
1701
1718
  data?: PageDataPubUserUsed;
1702
1719
  success?: boolean;
1703
- }
1720
+ };
1704
1721
 
1705
- interface ResponseDataPageDatashujuquanxianshituduixiang {
1722
+ type ResponseDataPageDatashujuquanxianshituduixiang = {
1706
1723
  code?: number;
1707
1724
  msg?: string;
1708
1725
  hint?: string;
1709
1726
  data?: PageDatashujuquanxianshituduixiang;
1710
1727
  success?: boolean;
1711
- }
1728
+ };
1712
1729
 
1713
- interface ResponseDataPubDataPermissions {
1730
+ type ResponseDataPubDataPermissions = {
1714
1731
  code?: number;
1715
1732
  msg?: string;
1716
1733
  hint?: string;
1717
1734
  data?: PubDataPermissions;
1718
1735
  success?: boolean;
1719
- }
1736
+ };
1720
1737
 
1721
- interface ResponseDataPubOrg {
1738
+ type ResponseDataPubOrg = {
1722
1739
  code?: number;
1723
1740
  msg?: string;
1724
1741
  hint?: string;
1725
1742
  data?: PubOrg;
1726
1743
  success?: boolean;
1727
- }
1744
+ };
1728
1745
 
1729
- interface ResponseDataPubOrgRoleAddDto {
1746
+ type ResponseDataPubOrgRoleAddDto = {
1730
1747
  code?: number;
1731
1748
  msg?: string;
1732
1749
  hint?: string;
1733
1750
  data?: PubOrgRoleAddDto;
1734
1751
  success?: boolean;
1735
- }
1752
+ };
1736
1753
 
1737
- interface ResponseDataPubOrgRoleBo {
1754
+ type ResponseDataPubOrgRoleBo = {
1738
1755
  code?: number;
1739
1756
  msg?: string;
1740
1757
  hint?: string;
1741
1758
  data?: PubOrgRoleBo;
1742
1759
  success?: boolean;
1743
- }
1760
+ };
1744
1761
 
1745
- interface ResponseDataPubOrgTreeBo {
1762
+ type ResponseDataPubOrgTreeBo = {
1746
1763
  code?: number;
1747
1764
  msg?: string;
1748
1765
  hint?: string;
1749
1766
  data?: PubOrgTreeBo;
1750
1767
  success?: boolean;
1751
- }
1768
+ };
1752
1769
 
1753
- interface ResponseDataPubPost {
1770
+ type ResponseDataPubPost = {
1754
1771
  code?: number;
1755
1772
  msg?: string;
1756
1773
  hint?: string;
1757
1774
  data?: PubPost;
1758
1775
  success?: boolean;
1759
- }
1776
+ };
1760
1777
 
1761
- interface ResponseDataPubResource {
1778
+ type ResponseDataPubResource = {
1762
1779
  code?: number;
1763
1780
  msg?: string;
1764
1781
  hint?: string;
1765
1782
  data?: PubResource;
1766
1783
  success?: boolean;
1767
- }
1784
+ };
1768
1785
 
1769
- interface ResponseDataPubRoleBo {
1786
+ type ResponseDataPubRoleBo = {
1770
1787
  code?: number;
1771
1788
  msg?: string;
1772
1789
  hint?: string;
1773
1790
  data?: PubRoleBo;
1774
1791
  success?: boolean;
1775
- }
1792
+ };
1776
1793
 
1777
- interface ResponseDataPubRoleGroup {
1794
+ type ResponseDataPubRoleGroup = {
1778
1795
  code?: number;
1779
1796
  msg?: string;
1780
1797
  hint?: string;
1781
1798
  data?: PubRoleGroup;
1782
1799
  success?: boolean;
1783
- }
1800
+ };
1784
1801
 
1785
- interface ResponseDataPubRoleResourceBo {
1802
+ type ResponseDataPubRoleResourceBo = {
1786
1803
  code?: number;
1787
1804
  msg?: string;
1788
1805
  hint?: string;
1789
1806
  data?: PubRoleResourceBo;
1790
1807
  success?: boolean;
1791
- }
1808
+ };
1792
1809
 
1793
- interface ResponseDataPubTenantBo {
1810
+ type ResponseDataPubTenantBo = {
1794
1811
  code?: number;
1795
1812
  msg?: string;
1796
1813
  hint?: string;
1797
1814
  data?: PubTenantBo;
1798
1815
  success?: boolean;
1799
- }
1816
+ };
1800
1817
 
1801
- interface ResponseDataPubUserBo {
1818
+ type ResponseDataPubUserBo = {
1802
1819
  code?: number;
1803
1820
  msg?: string;
1804
1821
  hint?: string;
1805
1822
  data?: PubUserBo;
1806
1823
  success?: boolean;
1807
- }
1824
+ };
1808
1825
 
1809
- interface ResponseDataPubUserCollect {
1826
+ type ResponseDataPubUserCollect = {
1810
1827
  code?: number;
1811
1828
  msg?: string;
1812
1829
  hint?: string;
1813
1830
  data?: PubUserCollect;
1814
1831
  success?: boolean;
1815
- }
1832
+ };
1816
1833
 
1817
- interface ResponseDataPubUserUsed {
1834
+ type ResponseDataPubUserUsed = {
1818
1835
  code?: number;
1819
1836
  msg?: string;
1820
1837
  hint?: string;
1821
1838
  data?: PubUserUsed;
1822
1839
  success?: boolean;
1823
- }
1840
+ };
1824
1841
 
1825
- interface ResponseDatashouquanshujuquanxianduixiang {
1842
+ type ResponseDatashouquanshujuquanxianduixiang = {
1826
1843
  code?: number;
1827
1844
  msg?: string;
1828
1845
  hint?: string;
1829
1846
  data?: shouquanshujuquanxianduixiang;
1830
1847
  success?: boolean;
1831
- }
1848
+ };
1832
1849
 
1833
- interface ResponseDatashujuquanxianbianjiduixiang {
1850
+ type ResponseDatashujuquanxianbianjiduixiang = {
1834
1851
  code?: number;
1835
1852
  msg?: string;
1836
1853
  hint?: string;
1837
1854
  data?: shujuquanxianbianjiduixiang;
1838
1855
  success?: boolean;
1839
- }
1856
+ };
1840
1857
 
1841
- interface ResponseDataString {
1858
+ type ResponseDataString = {
1842
1859
  code?: number;
1843
1860
  msg?: string;
1844
1861
  hint?: string;
1845
1862
  data?: string;
1846
1863
  success?: boolean;
1847
- }
1864
+ };
1848
1865
 
1849
- interface ResponseDataVoid {
1866
+ type ResponseDataVoid = {
1850
1867
  code?: number;
1851
1868
  msg?: string;
1852
1869
  hint?: string;
1853
1870
  data?: Record<string, any>;
1854
1871
  success?: boolean;
1855
- }
1872
+ };
1856
1873
 
1857
- interface shouquanshujuquanxianduixiang {
1874
+ type shouquanshujuquanxianduixiang = {
1858
1875
  /** 用户id */
1859
1876
  userId?: string;
1860
1877
  /** 所属组织,当前为组织 */
@@ -1871,9 +1888,9 @@ declare namespace API {
1871
1888
  mobile?: string;
1872
1889
  /** 数据权限列表 */
1873
1890
  userOrgPermissionBos?: yonghuzuzhishujuquanxianhexiaosequanxianduixiang[];
1874
- }
1891
+ };
1875
1892
 
1876
- interface shujuquanxianbianjiduixiang {
1893
+ type shujuquanxianbianjiduixiang = {
1877
1894
  /** id */
1878
1895
  id?: string;
1879
1896
  /** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
@@ -1894,9 +1911,9 @@ declare namespace API {
1894
1911
  groups?: shujuquanxianmokuaihuixiandequnzuduixiang[];
1895
1912
  /** 资源id */
1896
1913
  resources?: PubResourceTreeBo[];
1897
- }
1914
+ };
1898
1915
 
1899
- interface shujuquanxianchaxunduixiang {
1916
+ type shujuquanxianchaxunduixiang = {
1900
1917
  currentPage?: number;
1901
1918
  pageSize?: number;
1902
1919
  doSearchTotal?: boolean;
@@ -1904,18 +1921,20 @@ declare namespace API {
1904
1921
  type?: string;
1905
1922
  /** 名称 */
1906
1923
  name?: string;
1907
- }
1924
+ /** 所属应用 */
1925
+ appId?: string;
1926
+ };
1908
1927
 
1909
- interface shujuquanxianmokuaihuixiandequnzuduixiang {
1928
+ type shujuquanxianmokuaihuixiandequnzuduixiang = {
1910
1929
  /** 群组id */
1911
1930
  id?: string;
1912
1931
  /** 群组名称 */
1913
1932
  name?: string;
1914
1933
  /** 群组类型:1=组织,2=人员 */
1915
1934
  type?: string;
1916
- }
1935
+ };
1917
1936
 
1918
- interface shujuquanxianshituduixiang {
1937
+ type shujuquanxianshituduixiang = {
1919
1938
  /** id */
1920
1939
  id?: string;
1921
1940
  /** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门,7:指定群组 */
@@ -1930,9 +1949,9 @@ declare namespace API {
1930
1949
  createTime?: string;
1931
1950
  /** 更新时间 */
1932
1951
  updateTime?: string;
1933
- }
1952
+ };
1934
1953
 
1935
- interface shujuquanxianxinzenghuogengxinduixiang {
1954
+ type shujuquanxianxinzenghuogengxinduixiang = {
1936
1955
  id?: string;
1937
1956
  /** 类型: 1:查看全部;2:仅看自己;3仅看所在部门;4:仅看所在部门及子部门;5:仅自选部门;6:自选部门及子部门;7:指定群组 */
1938
1957
  type?: string;
@@ -1946,18 +1965,18 @@ declare namespace API {
1946
1965
  groupIds?: string[];
1947
1966
  /** 资源id */
1948
1967
  resourceIds?: string[];
1949
- }
1968
+ };
1950
1969
 
1951
- interface UserAddRoleInnerDto {
1970
+ type UserAddRoleInnerDto = {
1952
1971
  /** 组织id */
1953
1972
  orgId?: string;
1954
1973
  /** 角色id集合 */
1955
1974
  roleIds: string[];
1956
1975
  /** 多个组织时,是否为主要组织,只能有一个 */
1957
1976
  main?: boolean;
1958
- }
1977
+ };
1959
1978
 
1960
- interface UserOrgRoleBo {
1979
+ type UserOrgRoleBo = {
1961
1980
  /** 主键id */
1962
1981
  id?: string;
1963
1982
  /** 角色名称 */
@@ -1992,14 +2011,14 @@ declare namespace API {
1992
2011
  userOrgId?: string;
1993
2012
  /** 所属用户id */
1994
2013
  userId?: string;
1995
- }
2014
+ };
1996
2015
 
1997
- interface xinzengshouquanshujuquanxianduixiang {
2016
+ type xinzengshouquanshujuquanxianduixiang = {
1998
2017
  /** 数据权限id列表 */
1999
2018
  userDataPermissions?: DataPermissionUserDto[];
2000
- }
2019
+ };
2001
2020
 
2002
- interface yonghuzuzhishujuquanxianduixiang {
2021
+ type yonghuzuzhishujuquanxianduixiang = {
2003
2022
  userId?: string;
2004
2023
  /** 组织id */
2005
2024
  orgId?: string;
@@ -2011,9 +2030,9 @@ declare namespace API {
2011
2030
  dataPermissionType?: string;
2012
2031
  /** 名称 */
2013
2032
  dataPermissionName?: string;
2014
- }
2033
+ };
2015
2034
 
2016
- interface yonghuzuzhishujuquanxianhexiaosequanxianduixiang {
2035
+ type yonghuzuzhishujuquanxianhexiaosequanxianduixiang = {
2017
2036
  /** 组织id */
2018
2037
  orgId?: string;
2019
2038
  /** 组织名称 */
@@ -2026,5 +2045,5 @@ declare namespace API {
2026
2045
  roleList?: UserOrgRoleBo[];
2027
2046
  /** 组织角色列表 */
2028
2047
  orgRoleList?: PubRole[];
2029
- }
2048
+ };
2030
2049
  }