@pubinfo-nightly/module-rbac 2026.4.9 → 2026.4.11
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/{ComponentSelect-mh6lDVtw.js → ComponentSelect-CWokGm7B.js} +665 -668
- package/dist/{DynamicRoutesForm-Dkej6nZc.js → DynamicRoutesForm-CstxkG5g.js} +1 -1
- package/dist/{OrgAndPosition-BEKHJ7id.js → OrgAndPosition-COhhOBJL.js} +1 -1
- package/dist/{OrgSelector-BjXbscS2.js → OrgSelector-BX08YC6x.js} +309 -303
- package/dist/{OrgUserSelector-B0i6JQe-.js → OrgUserSelector-DmmJMv-T.js} +1 -1
- package/dist/{ResourceEdit-Xzuw1LKi.js → ResourceEdit-3mgwBq-u.js} +1 -1
- package/dist/ResourceEdit-CsfgDKOf.js +2 -0
- package/dist/{UserEdit-eyl2aAMN.js → UserEdit-BptyAvXG.js} +1 -1
- package/dist/{createAndEditDataPermission-DAXMrpmN.js → createAndEditDataPermission-0LzmHcCV.js} +1 -1
- package/dist/{data-permission-Btkl3CxM.js → data-permission-BNwvh8Cy.js} +1 -1
- package/dist/{drawerGroup-DUA9EDVF.js → drawerGroup-BzQHpv61.js} +1 -1
- package/dist/{drawerOrganization-BuNQ4jgy.js → drawerOrganization-BvQcr5AP.js} +1 -1
- package/dist/{group-BuNb3aqx.js → group-BKjChIg2.js} +1 -1
- package/dist/index.js +21 -21
- package/dist/{organization-DX_McP70.js → organization-BPJXMIsl.js} +1 -1
- package/dist/{resource-B7hZxEWa.js → resource-BAjLl4BQ.js} +1 -1
- package/dist/{user-DoQlTlgd.js → user-DJ35BYay.js} +1 -1
- package/package.json +4 -4
- package/src/components/OrgUserSelector/provider.ts +2 -2
- package/dist/ResourceEdit-DUVbmbcf.js +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as e } from "./chunk-WQLz0Won.js";
|
|
2
|
-
import { t } from "./ComponentSelect-
|
|
2
|
+
import { t } from "./ComponentSelect-CWokGm7B.js";
|
|
3
3
|
import { r as n } from "./enum-CI_B-PzB2.js";
|
|
4
4
|
import { Fragment as r, computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createVNode as c, defineComponent as l, mergeModels as u, openBlock as d, unref as f, useModel as p, withCtx as m } from "vue";
|
|
5
5
|
import { Col as h, FormItem as g, Input as _ } from "ant-design-vue/es";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as e } from "./chunk-WQLz0Won.js";
|
|
2
|
-
import { t } from "./OrgSelector-
|
|
2
|
+
import { t } from "./OrgSelector-BX08YC6x.js";
|
|
3
3
|
import { ht as n } from "./rbac-MKC8Y6Bl.js";
|
|
4
4
|
import { PubinfoIcon as r } from "pubinfo-nightly";
|
|
5
5
|
import { Fragment as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, normalizeStyle as f, openBlock as p, renderList as m, toDisplayString as h, unref as g, useModel as _, watch as v, withCtx as y } from "vue";
|