@pubinfo-pr/module-rbac 0.221.2 → 0.222.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-CU-QpUhP.js → ResourceRelation-BwagNxld.js} +1 -1
- package/dist/{ResourceRelation-roz0a8Td.js → ResourceRelation-CKZrGW9A.js} +1 -1
- package/dist/ResourceRelation.css +1 -1
- package/dist/ResourceRelation2.css +1 -1
- package/dist/{UserAuthorization-2Fl4IGw7.js → UserAuthorization-sU8yGviz.js} +1 -1
- package/dist/UserAuthorization.css +1 -1
- package/dist/{blackWhiteList-DbG7JH8n.js → blackWhiteList-CaEw1uGl.js} +1 -1
- package/dist/blackWhiteList.css +1 -1
- package/dist/{breadcrumb_setting-Dx2Li6xt.js → breadcrumb_setting-CenYZfHD.js} +1 -1
- package/dist/{createAndEditDataPermission-8_KNLzJT.js → createAndEditDataPermission-BfIc8HNt.js} +1 -1
- package/dist/createAndEditDataPermission.css +1 -1
- package/dist/{data-permission-LpuDLDm0.js → data-permission-CeSzz7-6.js} +2 -2
- package/dist/data-permission.css +1 -1
- package/dist/{group-CaOhkh72.js → group-DmvSRTkz.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-79srmFgJ.js → layout_setting-DcFrUQtI.js} +1 -1
- package/dist/layout_setting.css +1 -1
- package/dist/{login_history-BiwaLpxA.js → login_history-uB4F5Ddd.js} +1 -1
- package/dist/login_history.css +1 -1
- package/dist/{menu_setting-ChueWHs4.js → menu_setting-ogTQzu1D.js} +1 -1
- package/dist/{operate_history-sPd9IHMV.js → operate_history-eTC0gtt3.js} +30 -28
- package/dist/{organization-Dv3FbKke.js → organization-CEDkYrjK.js} +2 -6
- package/dist/organization.css +1 -1
- package/dist/{other_setting-BEV_UK0g.js → other_setting-BRA_NCwo.js} +1 -1
- package/dist/page_animation_setting-D4glFlEk.js +109 -0
- package/dist/{page_w_setting-Q--ct16C.js → page_w_setting-Bp9cayqE.js} +2 -6
- package/dist/page_w_setting.css +1 -1
- package/dist/{role-4UgEw3nH.js → role-WO4NM7Er.js} +1 -1
- package/dist/{setItem-Vkcwkj-O.js → setItem-Bjl8zTpQ.js} +1 -1
- package/dist/setItem.css +1 -1
- package/dist/{tabbar_setting-kbuTvrLB.js → tabbar_setting-BbhYRbEq.js} +1 -1
- package/dist/{theme_setting-CEb7UYQO.js → theme_setting-Duv0kBY3.js} +1 -1
- package/dist/theme_setting.css +1 -1
- package/dist/{toolbar_setting-BG-k2UFc.js → toolbar_setting-V4EHgnFb.js} +1 -1
- package/dist/{user-BkUpcQC8.js → user-DeVw-Ynu.js} +2 -2
- package/dist/user.css +1 -1
- package/dist/{watermark_setting-Cl2EtPAa.js → watermark_setting-jYKVi0Yf.js} +1 -1
- package/dist/watermark_setting.css +1 -1
- package/package.json +3 -3
- package/src/components/GroupSelector/index.vue +67 -24
- package/src/components/OrgTree/index.vue +1 -1
- package/src/components/ResourceSelector/index.vue +45 -15
- package/src/views/blackWhiteList/index.vue +9 -3
- package/src/views/components/setItem.vue +10 -2
- package/src/views/data-permission/index.vue +2 -1
- package/src/views/group/index.vue +7 -4
- package/src/views/layout_setting/index.vue +99 -20
- package/src/views/log_center/login_history.vue +7 -2
- package/src/views/log_center/operate_history.vue +4 -11
- package/src/views/organization/index.vue +23 -21
- package/src/views/page_animation_setting/index.vue +14 -23
- package/src/views/page_w_setting/index.vue +19 -6
- package/src/views/role/components/ResourceRelation.vue +2 -1
- package/src/views/role_group/components/ResourceRelation.vue +2 -1
- package/src/views/safe_setting/index.vue +1 -1
- package/src/views/theme_setting/index.vue +70 -17
- package/src/views/user/components/UserAuthorization.vue +2 -2
- package/src/views/watermark_setting/index.vue +4 -1
- package/dist/operate_history.css +0 -1
- package/dist/page_animation_setting-Cp5OnFpd.js +0 -108
- package/dist/page_animation_setting.css +0 -1
|
@@ -2,7 +2,7 @@ import { h as _plugin_vue_export_helper_default, l as postSysconfigAddOrEidtSysT
|
|
|
2
2
|
import { t as useSettingsStore } from "./stores-DPQF8JRt.js";
|
|
3
3
|
import "./animation_item-DBOz2rcX.js";
|
|
4
4
|
import "./HCheckList-ODQHidN8.js";
|
|
5
|
-
import { t as setItem_default } from "./setItem-
|
|
5
|
+
import { t as setItem_default } from "./setItem-Bjl8zTpQ.js";
|
|
6
6
|
import { PubinfoIcon } from "pubinfo-pr";
|
|
7
7
|
import { Fragment, createBlock, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, isRef, openBlock, reactive, ref, renderList, resolveComponent, toDisplayString, unref, withCtx } from "vue";
|
|
8
8
|
import { message } from "ant-design-vue";
|