@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.
- package/dist/{ResourceRelation-BwagNxld.js → ResourceRelation-CU-QpUhP.js} +1 -1
- package/dist/{ResourceRelation-CKZrGW9A.js → ResourceRelation-roz0a8Td.js} +1 -1
- package/dist/ResourceRelation.css +1 -1
- package/dist/ResourceRelation2.css +1 -1
- package/dist/{UserAuthorization-sU8yGviz.js → UserAuthorization-2Fl4IGw7.js} +1 -1
- package/dist/UserAuthorization.css +1 -1
- package/dist/api/modules/assist/index.d.ts +0 -1
- package/dist/api/modules/assist/qunzujiekou.d.ts +28 -0
- package/dist/api/modules/rbac/gangweijiekou.d.ts +7 -0
- package/dist/api/modules/rbac/jiaosejiekou.d.ts +14 -0
- package/dist/api/modules/rbac/yonghujiekou.d.ts +42 -0
- package/dist/api/modules/rbac/ziyuanjiekou.d.ts +7 -0
- package/dist/api/modules/rbac/zuzhijiekou.d.ts +7 -0
- package/dist/{blackWhiteList-CaEw1uGl.js → blackWhiteList-DbG7JH8n.js} +1 -1
- package/dist/blackWhiteList.css +1 -1
- package/dist/breadcrumb_setting-Dx2Li6xt.js +108 -0
- package/dist/{createAndEditDataPermission-BfIc8HNt.js → createAndEditDataPermission-8_KNLzJT.js} +1 -1
- package/dist/createAndEditDataPermission.css +1 -1
- package/dist/{data-permission-CeSzz7-6.js → data-permission-LpuDLDm0.js} +2 -2
- package/dist/data-permission.css +1 -1
- package/dist/{drawerOrganization-CwtSFUj0.js → drawerOrganization-CPsQlz-f.js} +59 -24
- package/dist/{group-DmvSRTkz.js → group-CaOhkh72.js} +1 -1
- package/dist/group.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +44 -44
- package/dist/{layout_setting-DcFrUQtI.js → layout_setting-79srmFgJ.js} +1 -1
- package/dist/layout_setting.css +1 -1
- package/dist/{login_history-uB4F5Ddd.js → login_history-BiwaLpxA.js} +1 -1
- package/dist/login_history.css +1 -1
- package/dist/menu_setting-ChueWHs4.js +155 -0
- package/dist/{operate_history-eTC0gtt3.js → operate_history-sPd9IHMV.js} +28 -30
- package/dist/operate_history.css +1 -0
- package/dist/{organization-CEDkYrjK.js → organization-BXGT-lb7.js} +7 -3
- package/dist/organization.css +1 -1
- package/dist/other_setting-BEV_UK0g.js +213 -0
- package/dist/page_animation_setting-Cp5OnFpd.js +108 -0
- package/dist/page_animation_setting.css +1 -0
- package/dist/{page_w_setting-Bp9cayqE.js → page_w_setting-Q--ct16C.js} +6 -2
- package/dist/page_w_setting.css +1 -1
- package/dist/{role-WO4NM7Er.js → role-4UgEw3nH.js} +1 -1
- package/dist/{setItem-Bjl8zTpQ.js → setItem-Vkcwkj-O.js} +1 -1
- package/dist/setItem.css +1 -1
- package/dist/tabbar_setting-kbuTvrLB.js +139 -0
- package/dist/{theme_setting-Duv0kBY3.js → theme_setting-CEb7UYQO.js} +1 -1
- package/dist/theme_setting.css +1 -1
- package/dist/toolbar_setting-BG-k2UFc.js +140 -0
- package/dist/{user-DeVw-Ynu.js → user-BkUpcQC8.js} +2 -2
- package/dist/user.css +1 -1
- package/dist/watermark_setting-Cl2EtPAa.js +191 -0
- package/dist/watermark_setting.css +1 -1
- package/package.json +3 -3
- package/src/api/modules/assist/index.ts +0 -1
- package/src/api/modules/assist/qunzujiekou.ts +72 -0
- package/src/api/modules/assist/typings.d.ts +17 -129
- package/src/api/modules/rbac/gangweijiekou.ts +18 -0
- package/src/api/modules/rbac/jiaosejiekou.ts +36 -0
- package/src/api/modules/rbac/typings.d.ts +133 -1
- package/src/api/modules/rbac/yonghujiekou.ts +122 -0
- package/src/api/modules/rbac/ziyuanjiekou.ts +21 -0
- package/src/api/modules/rbac/zuzhijiekou.ts +18 -0
- package/src/components/GroupSelector/index.vue +24 -67
- package/src/components/OrgTree/index.vue +1 -1
- package/src/components/ResourceSelector/index.vue +15 -45
- package/src/views/blackWhiteList/index.vue +3 -9
- package/src/views/components/setItem.vue +2 -10
- package/src/views/data-permission/index.vue +1 -2
- package/src/views/group/index.vue +4 -7
- package/src/views/layout_setting/index.vue +20 -99
- package/src/views/log_center/login_history.vue +2 -7
- package/src/views/log_center/operate_history.vue +11 -4
- package/src/views/organization/components/drawerOrganization.vue +43 -0
- package/src/views/organization/index.vue +21 -23
- package/src/views/page_animation_setting/index.vue +23 -14
- package/src/views/page_w_setting/index.vue +6 -19
- package/src/views/role/components/ResourceRelation.vue +1 -2
- package/src/views/role_group/components/ResourceRelation.vue +1 -2
- package/src/views/safe_setting/index.vue +1 -1
- package/src/views/theme_setting/index.vue +17 -70
- package/src/views/user/components/UserAuthorization.vue +2 -2
- package/src/views/watermark_setting/index.vue +1 -4
- package/dist/api/modules/assist/gonggaofuwu.d.ts +0 -43
- package/dist/breadcrumb_setting-CW3eWnlU.js +0 -108
- package/dist/lottie-03f0a035.json +0 -1
- package/dist/lottie-0ee63e7f.json +0 -1
- package/dist/lottie-10eef4fe.json +0 -1
- package/dist/lottie-13f452f1.json +0 -1
- package/dist/lottie-14b7b290.json +0 -1
- package/dist/lottie-15b8cef1.json +0 -1
- package/dist/lottie-15f77960.json +0 -1
- package/dist/lottie-1ae9b726.json +0 -1
- package/dist/lottie-1b02359f.json +0 -1
- package/dist/lottie-1ef286cd.json +0 -1
- package/dist/lottie-23cfd18c.json +0 -1
- package/dist/lottie-265a0a5d.json +0 -1
- package/dist/lottie-28d57c49.json +0 -1
- package/dist/lottie-2b54ed10.json +0 -1
- package/dist/lottie-2bb6f642.json +0 -1
- package/dist/lottie-2cdc07bd.json +0 -1
- package/dist/lottie-31c58607.json +0 -1
- package/dist/lottie-32884f23.json +0 -1
- package/dist/lottie-32fca43a.json +0 -1
- package/dist/lottie-3a75445b.json +0 -1
- package/dist/lottie-3f27d67c.json +0 -1
- package/dist/lottie-4189453f.json +0 -1
- package/dist/lottie-4702b37c.json +0 -1
- package/dist/lottie-520a5c68.json +0 -1
- package/dist/lottie-56bea508.json +0 -1
- package/dist/lottie-57c732a3.json +0 -1
- package/dist/lottie-5be4a28f.json +0 -1
- package/dist/lottie-5e6d7cfa.json +0 -1
- package/dist/lottie-64e176c9.json +0 -1
- package/dist/lottie-6583dca6.json +0 -1
- package/dist/lottie-66c640c6.json +0 -1
- package/dist/lottie-68393156.json +0 -1
- package/dist/lottie-688465aa.json +0 -1
- package/dist/lottie-6bf334f4.json +0 -1
- package/dist/lottie-7b4f72ce.json +0 -1
- package/dist/lottie-837ec087.json +0 -1
- package/dist/lottie-838ac1ba.json +0 -1
- package/dist/lottie-8465c2cf.json +0 -1
- package/dist/lottie-9e9f04a4.json +0 -1
- package/dist/lottie-a13964cb.json +0 -1
- package/dist/lottie-ab93a057.json +0 -1
- package/dist/lottie-abe308fc.json +0 -1
- package/dist/lottie-b24f2cd3.json +0 -1
- package/dist/lottie-bf00eaed.json +0 -1
- package/dist/lottie-cb22efd7.json +0 -1
- package/dist/lottie-cb953f20.json +0 -1
- package/dist/lottie-cc209e34.json +0 -1
- package/dist/lottie-cfdffceb.json +0 -1
- package/dist/lottie-d33c0299.json +0 -1
- package/dist/lottie-d430c8ca.json +0 -1
- package/dist/lottie-d8cfa560.json +0 -1
- package/dist/lottie-da91beb6.json +0 -1
- package/dist/lottie-e2bdf85c.json +0 -1
- package/dist/lottie-e34ad826.json +0 -1
- package/dist/lottie-e80720aa.json +0 -1
- package/dist/lottie-e894bc92.json +0 -1
- package/dist/lottie-f28020f2.json +0 -1
- package/dist/lottie-f71ebbf4.json +0 -1
- package/dist/lottie-fb1f4917.json +0 -1
- package/dist/lottie-ff2e97c4.json +0 -1
- package/dist/menu_setting-C5Pr_E9s.js +0 -155
- package/dist/other_setting-DaDLf9QC.js +0 -213
- package/dist/page_animation_setting-BzlBS0Sa.js +0 -109
- package/dist/tabbar_setting-C_B1WZn1.js +0 -139
- package/dist/toolbar_setting-BPROx6V9.js +0 -140
- package/dist/watermark_setting-r0rMSViF.js +0 -191
- package/src/api/modules/assist/gonggaofuwu.ts +0 -124
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { $ as putRbacUserResetPassword, J as getRbacUserUserDelete, Lt as useToggle, Z as postRbacUserUserPage, h as _plugin_vue_export_helper_default, y as getRbacOrgOrgListByParentId } from "./index.js";
|
|
2
2
|
import "./RoleSelector-gkar_UGG.js";
|
|
3
3
|
import "./OrgAndPosition-jDX7m0HD.js";
|
|
4
|
-
import { t as UserAuthorization_default } from "./UserAuthorization-
|
|
4
|
+
import { t as UserAuthorization_default } from "./UserAuthorization-2Fl4IGw7.js";
|
|
5
5
|
import { r as ACTION, t as UserEdit_default } from "./UserEdit-CX3Qau8T.js";
|
|
6
6
|
import { PubinfoIcon, useAuth } from "pubinfo-pr";
|
|
7
7
|
import { createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, isVNode, mergeProps, onMounted, openBlock, ref, resolveComponent, resolveDirective, toDisplayString, unref, withCtx, withDirectives } from "vue";
|
|
@@ -71,7 +71,7 @@ import './user.css';var _hoisted_1$1 = { class: "flex w-full items-center overfl
|
|
|
71
71
|
});
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
}), [["__scopeId", "data-v-
|
|
74
|
+
}), [["__scopeId", "data-v-3c42fd2d"]]), _hoisted_1 = {
|
|
75
75
|
"w-full": "",
|
|
76
76
|
"h-full": "",
|
|
77
77
|
"py-10px": "",
|
package/dist/user.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-3c42fd2d] .ant-tree .ant-tree-node-content-wrapper{overflow:hidden}
|