@pubinfo-pr/module-rbac 0.182.4 → 0.182.6
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-CeM9Eq39.js +1 -1
- package/dist/ResourceRelation-qhIdXLAy.js +1 -1
- package/dist/components/OrgUserSelector/OrgSelector.vue.d.ts +1 -1
- package/dist/components/OrgUserSelector/UserSelector.vue.d.ts +1 -1
- package/dist/components/OrgUserSelector/provider.d.ts +1 -1
- package/dist/{index-CGLg7J6G.js → index-B0zXLUdu.js} +2 -2
- package/dist/index-BNwGLzXe.js +1 -1
- package/dist/index-BhZNbJp6.js +1 -1
- package/dist/index-Bm3WQuJD.js +1 -1
- package/dist/{index-BH3LYln0.js → index-C2G4xRrJ.js} +1 -1
- package/dist/index-CJQB8KAz.js +1 -1
- package/dist/index-CLnFLvHy.js +1 -1
- package/dist/index-CbVJdR5M.js +1 -1
- package/dist/index-ChWnVs6j.js +1 -1
- package/dist/index-CoZM8pyH.js +1 -1
- package/dist/index-DQhQqT_Z.js +1 -1
- package/dist/index-iBmBJd50.js +1 -1
- package/dist/index.js +6 -6
- package/dist/index14.css +1 -1
- package/dist/index15.css +1 -1
- package/dist/itemlist-zTYJtoSs.js +1 -1
- package/dist/login_history-CMZGS2PN.js +1 -1
- package/dist/operate_history-B42WNY1u.js +1 -1
- package/dist/views/blackWhiteList/index.vue.d.ts +56 -56
- package/dist/views/data-permission/index.vue.d.ts +56 -56
- package/dist/views/dictionary/index.vue.d.ts +56 -56
- package/dist/views/dictionary/itemlist.vue.d.ts +56 -56
- package/dist/views/group/index.vue.d.ts +56 -56
- package/dist/views/log_center/login_history.vue.d.ts +56 -56
- package/dist/views/log_center/operate_history.vue.d.ts +56 -56
- package/dist/views/position/index.vue.d.ts +56 -56
- package/dist/views/region/index.vue.d.ts +56 -56
- package/dist/views/resource/index.vue.d.ts +56 -56
- package/dist/views/role/components/ResourceRelation.vue.d.ts +56 -56
- package/dist/views/role/index.vue.d.ts +112 -112
- package/dist/views/role_group/index.vue.d.ts +56 -56
- package/dist/views/tenant/index.vue.d.ts +56 -56
- package/dist/views/user/index.vue.d.ts +56 -56
- package/package.json +3 -3
- package/src/components/OrgUserSelector/OrgSelector.vue +2 -2
- package/src/components/OrgUserSelector/UserSelector.vue +2 -2
- package/src/components/OrgUserSelector/provider.ts +1 -1
- package/src/views/blackWhiteList/index.vue +2 -2
- package/src/views/data-permission/index.vue +2 -2
- package/src/views/dictionary/index.vue +2 -2
- package/src/views/dictionary/itemlist.vue +2 -2
- package/src/views/group/index.vue +2 -2
- package/src/views/log_center/login_history.vue +2 -2
- package/src/views/log_center/operate_history.vue +2 -2
- package/src/views/position/index.vue +2 -2
- package/src/views/region/index.vue +2 -2
- package/src/views/resource/index.vue +2 -2
- package/src/views/role/components/ResourceRelation.vue +2 -2
- package/src/views/role/index.vue +2 -2
- package/src/views/role_group/components/ResourceRelation.vue +2 -2
- package/src/views/role_group/index.vue +2 -2
- package/src/views/tenant/index.vue +2 -2
- package/src/views/user/index.vue +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Drawer as x, Avatar as h } from "ant-design-vue/es";
|
|
2
2
|
import { defineComponent as k, ref as b, createBlock as v, openBlock as d, unref as s, isRef as w, withCtx as l, createVNode as u, createElementBlock as N, createCommentVNode as I, createElementVNode as C, normalizeStyle as z, createTextVNode as P, toDisplayString as p } from "vue";
|
|
3
|
-
import { ProTable as S } from "@pubinfo
|
|
3
|
+
import { ProTable as S } from "@pubinfo/pro-components";
|
|
4
4
|
import { theme as T } from "ant-design-vue";
|
|
5
5
|
import { u as V, _ as B } from "./index.js";
|
|
6
6
|
import { e as A } from "./jiaosejiekou-p42Hm9h3.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Drawer as N, Segmented as O, Tag as P } from "ant-design-vue/es";
|
|
2
2
|
import { defineComponent as S, ref as s, computed as T, createBlock as g, openBlock as c, unref as a, isRef as x, withCtx as u, createElementVNode as v, createVNode as R, createElementBlock as V, createCommentVNode as y, toDisplayString as q, createTextVNode as B } from "vue";
|
|
3
|
-
import { ProTable as U } from "@pubinfo
|
|
3
|
+
import { ProTable as U } from "@pubinfo/pro-components";
|
|
4
4
|
import { u as z, _ as D } from "./index.js";
|
|
5
5
|
import { e as E } from "./jiaosejiekou-p42Hm9h3.js";
|
|
6
6
|
import { a as A } from "./zuzhijiaosebiaokongzhiqi-Cj4ZjkfZ.js";
|
|
@@ -3,11 +3,11 @@ import { useAuth as K, PubinfoIcon as Q } from "pubinfo-pr";
|
|
|
3
3
|
import { PlusCircleOutlined as Y } from "@ant-design/icons-vue";
|
|
4
4
|
import { defineComponent as z, ref as h, onMounted as ee, createBlock as C, openBlock as r, withCtx as l, createVNode as a, unref as n, mergeProps as te, createElementVNode as x, toDisplayString as R, resolveDirective as ne, createElementBlock as w, createCommentVNode as T, withDirectives as D, createTextVNode as ae, isVNode as se } from "vue";
|
|
5
5
|
import { u as oe, l as re, _ as le, a0 as ie, a1 as ce, a2 as ue } from "./index.js";
|
|
6
|
-
import { ProTable as de } from "@pubinfo
|
|
6
|
+
import { ProTable as de } from "@pubinfo/pro-components";
|
|
7
7
|
import { Popover as pe, Space as _e, Badge as V, Modal as M, message as N } from "ant-design-vue";
|
|
8
8
|
import fe from "./UserAuthorization-Ch_iKzms.js";
|
|
9
9
|
import { A as t, _ as me } from "./UserEdit.vue_vue_type_script_setup_true_lang-SIR1ZO_N.js";
|
|
10
|
-
import './
|
|
10
|
+
import './index15.css';const he = { class: "flex w-full items-center overflow-hidden" }, ge = ["title"], ve = /* @__PURE__ */ z({
|
|
11
11
|
name: "OrgTree",
|
|
12
12
|
__name: "index",
|
|
13
13
|
props: {
|
package/dist/index-BNwGLzXe.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Space as R, Button as O } from "ant-design-vue/es";
|
|
|
2
2
|
import { PubinfoIcon as S } from "pubinfo-pr";
|
|
3
3
|
import { PlusCircleOutlined as A } from "@ant-design/icons-vue";
|
|
4
4
|
import { defineComponent as V, ref as I, resolveDirective as N, createElementBlock as l, openBlock as n, createVNode as r, unref as t, withCtx as d, createCommentVNode as P, createBlock as k, toDisplayString as p, withDirectives as x, createElementVNode as C, createTextVNode as B } from "vue";
|
|
5
|
-
import { ProTable as M } from "@pubinfo
|
|
5
|
+
import { ProTable as M } from "@pubinfo/pro-components";
|
|
6
6
|
import { Modal as $, message as L } from "ant-design-vue";
|
|
7
7
|
import { u as q, _ as z } from "./index.js";
|
|
8
8
|
import { p as Q, d as j } from "./shujuquanxianzhubiaokongzhiqi-SpN37fyO.js";
|
package/dist/index-BhZNbJp6.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Space as P, Button as $ } from "ant-design-vue/es";
|
|
|
2
2
|
import { useAuth as M, PubinfoIcon as W } from "pubinfo-pr";
|
|
3
3
|
import { PlusCircleOutlined as S } from "@ant-design/icons-vue";
|
|
4
4
|
import { defineComponent as q, ref as d, resolveDirective as L, createElementBlock as h, openBlock as r, createVNode as c, unref as a, withCtx as _, createBlock as w, createCommentVNode as X, withDirectives as v, createElementVNode as y, toDisplayString as x, createTextVNode as j } from "vue";
|
|
5
|
-
import { ProTable as G } from "@pubinfo
|
|
5
|
+
import { ProTable as G } from "@pubinfo/pro-components";
|
|
6
6
|
import { Modal as K, message as z } from "ant-design-vue";
|
|
7
7
|
import "./index.js";
|
|
8
8
|
import { A as o, _ as F, g as H, a as J } from "./drawerRegion.vue_vue_type_script_setup_true_lang-DeL9jV-P.js";
|
package/dist/index-Bm3WQuJD.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Space as U, Button as j } from "ant-design-vue/es";
|
|
|
2
2
|
import { useAuth as F, PubinfoIcon as H } from "pubinfo-pr";
|
|
3
3
|
import { PlusCircleOutlined as J } from "@ant-design/icons-vue";
|
|
4
4
|
import { defineComponent as Q, ref as L, computed as u, resolveDirective as X, createElementBlock as p, openBlock as i, createVNode as d, unref as e, withCtx as E, createCommentVNode as T, createBlock as W, createElementVNode as f, normalizeClass as Y, toDisplayString as m, withDirectives as b, createTextVNode as Z } from "vue";
|
|
5
|
-
import { ProTable as ee } from "@pubinfo
|
|
5
|
+
import { ProTable as ee } from "@pubinfo/pro-components";
|
|
6
6
|
import { message as V, Modal as te } from "ant-design-vue";
|
|
7
7
|
import { _ as se, p as ae, a as le, g as ne } from "./drawerBlackWhiteList.vue_vue_type_script_setup_true_lang-CNBKo3Jg.js";
|
|
8
8
|
import { u as ie, _ as oe } from "./index.js";
|