@pubinfo-pr/module-rbac 0.222.4 → 0.224.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 (149) hide show
  1. package/dist/{ResourceRelation-BwagNxld.js → ResourceRelation-CU-QpUhP.js} +1 -1
  2. package/dist/{ResourceRelation-CKZrGW9A.js → ResourceRelation-roz0a8Td.js} +1 -1
  3. package/dist/ResourceRelation.css +1 -1
  4. package/dist/ResourceRelation2.css +1 -1
  5. package/dist/{UserAuthorization-sU8yGviz.js → UserAuthorization-2Fl4IGw7.js} +1 -1
  6. package/dist/UserAuthorization.css +1 -1
  7. package/dist/api/modules/assist/index.d.ts +0 -1
  8. package/dist/api/modules/assist/qunzujiekou.d.ts +28 -0
  9. package/dist/api/modules/rbac/gangweijiekou.d.ts +7 -0
  10. package/dist/api/modules/rbac/jiaosejiekou.d.ts +14 -0
  11. package/dist/api/modules/rbac/yonghujiekou.d.ts +42 -0
  12. package/dist/api/modules/rbac/ziyuanjiekou.d.ts +7 -0
  13. package/dist/api/modules/rbac/zuzhijiekou.d.ts +7 -0
  14. package/dist/{blackWhiteList-CaEw1uGl.js → blackWhiteList-DbG7JH8n.js} +1 -1
  15. package/dist/blackWhiteList.css +1 -1
  16. package/dist/breadcrumb_setting-Dx2Li6xt.js +108 -0
  17. package/dist/{createAndEditDataPermission-BfIc8HNt.js → createAndEditDataPermission-8_KNLzJT.js} +1 -1
  18. package/dist/createAndEditDataPermission.css +1 -1
  19. package/dist/{data-permission-CeSzz7-6.js → data-permission-LpuDLDm0.js} +2 -2
  20. package/dist/data-permission.css +1 -1
  21. package/dist/{drawerOrganization-CwtSFUj0.js → drawerOrganization-CPsQlz-f.js} +59 -24
  22. package/dist/{group-DmvSRTkz.js → group-CaOhkh72.js} +1 -1
  23. package/dist/group.css +1 -1
  24. package/dist/index.css +1 -1
  25. package/dist/index.js +44 -44
  26. package/dist/{layout_setting-DcFrUQtI.js → layout_setting-79srmFgJ.js} +1 -1
  27. package/dist/layout_setting.css +1 -1
  28. package/dist/{login_history-uB4F5Ddd.js → login_history-BiwaLpxA.js} +1 -1
  29. package/dist/login_history.css +1 -1
  30. package/dist/menu_setting-ChueWHs4.js +155 -0
  31. package/dist/{operate_history-eTC0gtt3.js → operate_history-sPd9IHMV.js} +28 -30
  32. package/dist/operate_history.css +1 -0
  33. package/dist/{organization-CEDkYrjK.js → organization-BXGT-lb7.js} +7 -3
  34. package/dist/organization.css +1 -1
  35. package/dist/other_setting-BEV_UK0g.js +213 -0
  36. package/dist/page_animation_setting-Cp5OnFpd.js +108 -0
  37. package/dist/page_animation_setting.css +1 -0
  38. package/dist/{page_w_setting-Bp9cayqE.js → page_w_setting-Q--ct16C.js} +6 -2
  39. package/dist/page_w_setting.css +1 -1
  40. package/dist/{role-WO4NM7Er.js → role-4UgEw3nH.js} +1 -1
  41. package/dist/{setItem-Bjl8zTpQ.js → setItem-Vkcwkj-O.js} +1 -1
  42. package/dist/setItem.css +1 -1
  43. package/dist/tabbar_setting-kbuTvrLB.js +139 -0
  44. package/dist/{theme_setting-Duv0kBY3.js → theme_setting-CEb7UYQO.js} +1 -1
  45. package/dist/theme_setting.css +1 -1
  46. package/dist/toolbar_setting-BG-k2UFc.js +140 -0
  47. package/dist/{user-DeVw-Ynu.js → user-BkUpcQC8.js} +2 -2
  48. package/dist/user.css +1 -1
  49. package/dist/watermark_setting-Cl2EtPAa.js +191 -0
  50. package/dist/watermark_setting.css +1 -1
  51. package/package.json +3 -3
  52. package/src/api/modules/assist/index.ts +0 -1
  53. package/src/api/modules/assist/qunzujiekou.ts +72 -0
  54. package/src/api/modules/assist/typings.d.ts +17 -129
  55. package/src/api/modules/rbac/gangweijiekou.ts +18 -0
  56. package/src/api/modules/rbac/jiaosejiekou.ts +36 -0
  57. package/src/api/modules/rbac/typings.d.ts +133 -1
  58. package/src/api/modules/rbac/yonghujiekou.ts +122 -0
  59. package/src/api/modules/rbac/ziyuanjiekou.ts +21 -0
  60. package/src/api/modules/rbac/zuzhijiekou.ts +18 -0
  61. package/src/components/GroupSelector/index.vue +24 -67
  62. package/src/components/OrgTree/index.vue +1 -1
  63. package/src/components/ResourceSelector/index.vue +15 -45
  64. package/src/views/blackWhiteList/index.vue +3 -9
  65. package/src/views/components/setItem.vue +2 -10
  66. package/src/views/data-permission/index.vue +1 -2
  67. package/src/views/group/index.vue +4 -7
  68. package/src/views/layout_setting/index.vue +20 -99
  69. package/src/views/log_center/login_history.vue +2 -7
  70. package/src/views/log_center/operate_history.vue +11 -4
  71. package/src/views/organization/components/drawerOrganization.vue +43 -0
  72. package/src/views/organization/index.vue +21 -23
  73. package/src/views/page_animation_setting/index.vue +23 -14
  74. package/src/views/page_w_setting/index.vue +6 -19
  75. package/src/views/role/components/ResourceRelation.vue +1 -2
  76. package/src/views/role_group/components/ResourceRelation.vue +1 -2
  77. package/src/views/safe_setting/index.vue +1 -1
  78. package/src/views/theme_setting/index.vue +17 -70
  79. package/src/views/user/components/UserAuthorization.vue +2 -2
  80. package/src/views/watermark_setting/index.vue +1 -4
  81. package/dist/api/modules/assist/gonggaofuwu.d.ts +0 -43
  82. package/dist/breadcrumb_setting-CW3eWnlU.js +0 -108
  83. package/dist/lottie-03f0a035.json +0 -1
  84. package/dist/lottie-0ee63e7f.json +0 -1
  85. package/dist/lottie-10eef4fe.json +0 -1
  86. package/dist/lottie-13f452f1.json +0 -1
  87. package/dist/lottie-14b7b290.json +0 -1
  88. package/dist/lottie-15b8cef1.json +0 -1
  89. package/dist/lottie-15f77960.json +0 -1
  90. package/dist/lottie-1ae9b726.json +0 -1
  91. package/dist/lottie-1b02359f.json +0 -1
  92. package/dist/lottie-1ef286cd.json +0 -1
  93. package/dist/lottie-23cfd18c.json +0 -1
  94. package/dist/lottie-265a0a5d.json +0 -1
  95. package/dist/lottie-28d57c49.json +0 -1
  96. package/dist/lottie-2b54ed10.json +0 -1
  97. package/dist/lottie-2bb6f642.json +0 -1
  98. package/dist/lottie-2cdc07bd.json +0 -1
  99. package/dist/lottie-31c58607.json +0 -1
  100. package/dist/lottie-32884f23.json +0 -1
  101. package/dist/lottie-32fca43a.json +0 -1
  102. package/dist/lottie-3a75445b.json +0 -1
  103. package/dist/lottie-3f27d67c.json +0 -1
  104. package/dist/lottie-4189453f.json +0 -1
  105. package/dist/lottie-4702b37c.json +0 -1
  106. package/dist/lottie-520a5c68.json +0 -1
  107. package/dist/lottie-56bea508.json +0 -1
  108. package/dist/lottie-57c732a3.json +0 -1
  109. package/dist/lottie-5be4a28f.json +0 -1
  110. package/dist/lottie-5e6d7cfa.json +0 -1
  111. package/dist/lottie-64e176c9.json +0 -1
  112. package/dist/lottie-6583dca6.json +0 -1
  113. package/dist/lottie-66c640c6.json +0 -1
  114. package/dist/lottie-68393156.json +0 -1
  115. package/dist/lottie-688465aa.json +0 -1
  116. package/dist/lottie-6bf334f4.json +0 -1
  117. package/dist/lottie-7b4f72ce.json +0 -1
  118. package/dist/lottie-837ec087.json +0 -1
  119. package/dist/lottie-838ac1ba.json +0 -1
  120. package/dist/lottie-8465c2cf.json +0 -1
  121. package/dist/lottie-9e9f04a4.json +0 -1
  122. package/dist/lottie-a13964cb.json +0 -1
  123. package/dist/lottie-ab93a057.json +0 -1
  124. package/dist/lottie-abe308fc.json +0 -1
  125. package/dist/lottie-b24f2cd3.json +0 -1
  126. package/dist/lottie-bf00eaed.json +0 -1
  127. package/dist/lottie-cb22efd7.json +0 -1
  128. package/dist/lottie-cb953f20.json +0 -1
  129. package/dist/lottie-cc209e34.json +0 -1
  130. package/dist/lottie-cfdffceb.json +0 -1
  131. package/dist/lottie-d33c0299.json +0 -1
  132. package/dist/lottie-d430c8ca.json +0 -1
  133. package/dist/lottie-d8cfa560.json +0 -1
  134. package/dist/lottie-da91beb6.json +0 -1
  135. package/dist/lottie-e2bdf85c.json +0 -1
  136. package/dist/lottie-e34ad826.json +0 -1
  137. package/dist/lottie-e80720aa.json +0 -1
  138. package/dist/lottie-e894bc92.json +0 -1
  139. package/dist/lottie-f28020f2.json +0 -1
  140. package/dist/lottie-f71ebbf4.json +0 -1
  141. package/dist/lottie-fb1f4917.json +0 -1
  142. package/dist/lottie-ff2e97c4.json +0 -1
  143. package/dist/menu_setting-C5Pr_E9s.js +0 -155
  144. package/dist/other_setting-DaDLf9QC.js +0 -213
  145. package/dist/page_animation_setting-BzlBS0Sa.js +0 -109
  146. package/dist/tabbar_setting-C_B1WZn1.js +0 -139
  147. package/dist/toolbar_setting-BPROx6V9.js +0 -140
  148. package/dist/watermark_setting-r0rMSViF.js +0 -191
  149. package/src/api/modules/assist/gonggaofuwu.ts +0 -124
@@ -72,5 +72,5 @@ import './ResourceRelation.css';var _hoisted_1 = {
72
72
  }, 8, ["open"]);
73
73
  };
74
74
  }
75
- }), [["__scopeId", "data-v-25a0bf1a"]]);
75
+ }), [["__scopeId", "data-v-f5867bc7"]]);
76
76
  export { ResourceRelation_default as default };
@@ -87,5 +87,5 @@ import './ResourceRelation2.css';var _hoisted_1 = { class: "mb-20px p-x-15px" },
87
87
  }, 8, ["open"]);
88
88
  };
89
89
  }
90
- }), ResourceRelation_exports = /* @__PURE__ */ __exportAll({ default: () => ResourceRelation_default }), ResourceRelation_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ResourceRelation_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-a99450a2"]]);
90
+ }), ResourceRelation_exports = /* @__PURE__ */ __exportAll({ default: () => ResourceRelation_default }), ResourceRelation_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ResourceRelation_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-1167727f"]]);
91
91
  export { ResourceRelation_exports as n, ResourceRelation_default as t };
@@ -1 +1 @@
1
- [data-v-25a0bf1a] .ant-drawer-body{padding-left:0;padding-right:0}
1
+ [data-v-f5867bc7] .ant-drawer-body{padding-left:0;padding-right:0}
@@ -1 +1 @@
1
- [data-v-a99450a2] .ant-drawer-body{padding-left:0;padding-right:0}
1
+ [data-v-1167727f] .ant-drawer-body{padding-left:0;padding-right:0}
@@ -229,5 +229,5 @@ import './UserAuthorization.css';var _hoisted_1 = { class: "flex items-center ju
229
229
  }, 8, ["open"]);
230
230
  };
231
231
  }
232
- }), UserAuthorization_exports = /* @__PURE__ */ __exportAll({ default: () => UserAuthorization_default }), UserAuthorization_default = /* @__PURE__ */ _plugin_vue_export_helper_default(UserAuthorization_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-c04c636a"]]);
232
+ }), UserAuthorization_exports = /* @__PURE__ */ __exportAll({ default: () => UserAuthorization_default }), UserAuthorization_default = /* @__PURE__ */ _plugin_vue_export_helper_default(UserAuthorization_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-3c791c32"]]);
233
233
  export { UserAuthorization_exports as n, UserAuthorization_default as t };
@@ -1 +1 @@
1
- .auth-card[data-v-c04c636a]{margin-top:.75rem}.auth-card[data-v-c04c636a]:first-of-type{margin-top:3px}
1
+ .auth-card[data-v-3c791c32]{margin-top:.75rem}.auth-card[data-v-3c791c32]:first-of-type{margin-top:3px}
@@ -1,3 +1,2 @@
1
- export * from './gonggaofuwu';
2
1
  export * from './qunzujiekou';
3
2
  export * from './quyujiekou';
@@ -27,6 +27,20 @@ export declare function getGroupDetailById<R = API.ResponseDataPubGroupBo, T = A
27
27
  * @author @pubinfo/openapi
28
28
  */
29
29
  export declare function postGroupFindPage<R = API.ResponseDataPageDataPubGroup, T = API.ResponseDataPageDataPubGroup>(body: API.pubGroupDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
30
+ /**
31
+ * @description 获得组织组列表
32
+ * @url /group/getOrgGroupList
33
+ * @method POST
34
+ * @author @pubinfo/openapi
35
+ */
36
+ export declare function postGroupGetOrgGroupList<R = API.ResponseDataListPubGroupBo, T = API.ResponseDataListPubGroupBo>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
37
+ /**
38
+ * @description 获得用户组列表
39
+ * @url /group/getUserGroupList
40
+ * @method POST
41
+ * @author @pubinfo/openapi
42
+ */
43
+ export declare function postGroupGetUserGroupList<R = API.ResponseDataListPubGroupBo, T = API.ResponseDataListPubGroupBo>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
30
44
  /**
31
45
  * @description 群组信息不分页查询 list
32
46
  * @url /group/list
@@ -41,3 +55,17 @@ export declare function postGroupList<R = API.ResponseDataListPubGroup, T = API.
41
55
  * @author @pubinfo/openapi
42
56
  */
43
57
  export declare function postGroupSaveOrUpdate<R = API.ResponseData, T = API.ResponseData>(body: API.PubGroupBo, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
58
+ /**
59
+ * @description 校验组织群组们是否有效
60
+ * @url /group/validOrgGroups
61
+ * @method POST
62
+ * @author @pubinfo/openapi
63
+ */
64
+ export declare function postGroupValidOrgGroups<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
65
+ /**
66
+ * @description 校验用户群组们是否有效
67
+ * @url /group/validUserGroups
68
+ * @method POST
69
+ * @author @pubinfo/openapi
70
+ */
71
+ export declare function postGroupValidUserGroups<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
@@ -41,3 +41,10 @@ export declare function getRbacPostList<R = API.ResponseDataListPubPost, T = API
41
41
  * @author @pubinfo/openapi
42
42
  */
43
43
  export declare function postRbacPostSave<R = API.ResponseDataString, T = API.ResponseDataString>(body: API.PubPostDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
44
+ /**
45
+ * @description 校验岗位们是否有效
46
+ * @url /rbac/post/validPostList
47
+ * @method POST
48
+ * @author @pubinfo/openapi
49
+ */
50
+ export declare function postRbacPostValidPostList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
@@ -6,6 +6,13 @@ import { basic as request } from '@/api/request';
6
6
  * @author @pubinfo/openapi
7
7
  */
8
8
  export declare function postRbacRoleAddRole<R = API.ResponseDataPubRoleBo, T = API.ResponseDataPubRoleBo>(body: API.PubRoleAddDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
9
+ /**
10
+ * @description 获得拥有多个角色的用户编号集合
11
+ * @url /rbac/role/getUserRoleIdListByRoleIds
12
+ * @method POST
13
+ * @author @pubinfo/openapi
14
+ */
15
+ export declare function postRbacRoleGetUserRoleIdListByRoleIds<R = API.ResponseDataPubUserRoleBo, T = API.ResponseDataPubUserRoleBo>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
9
16
  /**
10
17
  * @description 根据id查询
11
18
  * @url /rbac/role/info
@@ -48,3 +55,10 @@ export declare function postRbacRoleRoleUpdate<R = API.ResponseDataPubRoleBo, T
48
55
  * @author @pubinfo/openapi
49
56
  */
50
57
  export declare function postRbacRoleRoleUserPage<R = API.ResponseDataPageDataPubUserOrgRoleBo, T = API.ResponseDataPageDataPubUserOrgRoleBo>(body: API.PubRoleQueryDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
58
+ /**
59
+ * @description 校验角色们是否有效
60
+ * @url /rbac/role/validRoleList
61
+ * @method POST
62
+ * @author @pubinfo/openapi
63
+ */
64
+ export declare function postRbacRoleValidRoleList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
@@ -1,4 +1,11 @@
1
1
  import { basic as request } from '@/api/request';
2
+ /**
3
+ * @description 验证码-修改登录密码
4
+ * @url /rbac/user/captcha/changePasswordWithVerifyCode
5
+ * @method POST
6
+ * @author @pubinfo/openapi
7
+ */
8
+ export declare function postRbacUserCaptchaChangePasswordWithVerifyCode<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postRbacUserCaptchaChangePasswordWithVerifyCodeParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
2
9
  /**
3
10
  * @description 修改登录密码
4
11
  * @url /rbac/user/changePassword
@@ -20,6 +27,34 @@ export declare function postRbacUserChangePassword<R = API.ResponseDataVoid, T =
20
27
  * @author @pubinfo/openapi
21
28
  */
22
29
  export declare function postRbacUserChangePasswordWithVerifyCode<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(params: API.postRbacUserChangePasswordWithVerifyCodeParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
30
+ /**
31
+ * @description 根据id查询
32
+ * @url /rbac/user/getUser
33
+ * @method POST
34
+ * @author @pubinfo/openapi
35
+ */
36
+ export declare function postRbacUserGetUser<R = API.ResponseDataPubUser, T = API.ResponseDataPubUser>(params: API.postRbacUserGetUserParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
37
+ /**
38
+ * @description 通过用户ID查询用户们
39
+ * @url /rbac/user/getUserList
40
+ * @method POST
41
+ * @author @pubinfo/openapi
42
+ */
43
+ export declare function postRbacUserGetUserList<R = API.ResponseDataListPubUser, T = API.ResponseDataListPubUser>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
44
+ /**
45
+ * @description 获得指定组织的用户数组
46
+ * @url /rbac/user/getUserListByOrgIds
47
+ * @method POST
48
+ * @author @pubinfo/openapi
49
+ */
50
+ export declare function postRbacUserGetUserListByOrgIds<R = API.ResponseDataListPubUser, T = API.ResponseDataListPubUser>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
51
+ /**
52
+ * @description 获得指定岗位的用户数组
53
+ * @url /rbac/user/getUserListByPostIds
54
+ * @method POST
55
+ * @author @pubinfo/openapi
56
+ */
57
+ export declare function postRbacUserGetUserListByPostIds<R = API.ResponseDataListPubUser, T = API.ResponseDataListPubUser>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
23
58
  /**
24
59
  * @description 编辑角色和授权数据权限
25
60
  * @url /rbac/user/grantUserRoleAndDatPermission
@@ -104,3 +139,10 @@ export declare function postRbacUserUserUpdate<R = API.ResponseDataVoid, T = API
104
139
  * @author @pubinfo/openapi
105
140
  */
106
141
  export declare function postRbacUserUserUpdateV2<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.PubUserUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
142
+ /**
143
+ * @description 校验用户们是否有效
144
+ * @url /rbac/user/validateUserList
145
+ * @method POST
146
+ * @author @pubinfo/openapi
147
+ */
148
+ export declare function postRbacUserValidateUserList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
@@ -55,6 +55,13 @@ export declare function postRbacResourceMenuTree<R = API.ResponseDataListPubReso
55
55
  * @author @pubinfo/openapi
56
56
  */
57
57
  export declare function postRbacResourceMineOrAllResourceTree<R = API.ResponseDataListPubResourceTreeBo, T = API.ResponseDataListPubResourceTreeBo>(params: API.postRbacResourceMineOrAllResourceTreeParams, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
58
+ /**
59
+ * @description 资源拖拉拽更新
60
+ * @url /rbac/resource/reSortUpdate
61
+ * @method POST
62
+ * @author @pubinfo/openapi
63
+ */
64
+ export declare function postRbacResourceReSortUpdate<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: API.PubResourceReSortUpdateDTO[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
58
65
  /**
59
66
  * @description 资源删除
60
67
  * @url /rbac/resource/resourceDelete
@@ -62,3 +62,10 @@ export declare function getRbacOrgSearchTreeById<R = API.ResponseDataPubOrgTreeB
62
62
  * @author @pubinfo/openapi
63
63
  */
64
64
  export declare function postRbacOrgUpdateOrg<R = API.ResponseDataPubOrg, T = API.ResponseDataPubOrg>(body: API.PubOrgUpdateDto, options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
65
+ /**
66
+ * @description 校验组织们是否有效
67
+ * @url /rbac/org/validateOrgList
68
+ * @method POST
69
+ * @author @pubinfo/openapi
70
+ */
71
+ export declare function postRbacOrgValidateOrgList<R = API.ResponseDataVoid, T = API.ResponseDataVoid>(body: string[], options?: Parameters<typeof request.Post<R, T>>[2]): import("alova").Method<import("alova").RespondedAlovaGenerics<import("pubinfo-pr").AG, R, T>>;
@@ -207,5 +207,5 @@ var _hoisted_1 = {
207
207
  }, null, 8, ["type"])]);
208
208
  };
209
209
  }
210
- }), [["__scopeId", "data-v-72717a5a"]]);
210
+ }), [["__scopeId", "data-v-f7d838c2"]]);
211
211
  export { blackWhiteList_default as default };
@@ -1 +1 @@
1
- .page-black-white-list[data-v-72717a5a] .ant-card.pro-table{border-top-left-radius:0;border-top-right-radius:0}.page-black-white-list .status-mark[data-v-72717a5a]{background-color:#aeaeae;border-radius:50%;width:.5rem;height:.5rem;margin-right:.25rem;display:inline-block}.page-black-white-list .status-mark.active[data-v-72717a5a]{background:#01d689}
1
+ .page-black-white-list[data-v-f7d838c2] .ant-card.pro-table{border-top-left-radius:0;border-top-right-radius:0}.page-black-white-list .status-mark[data-v-f7d838c2]{--un-bg-opacity:1;background-color:rgb(174 174 174/var(--un-bg-opacity)) ;border-radius:50%;width:.5rem;height:.5rem;margin-right:.25rem;display:inline-block}.page-black-white-list .status-mark.active[data-v-f7d838c2]{background:#01d689}