@pubinfo/module-rbac 2.1.3-beta.2 → 2.1.3
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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -96,7 +96,6 @@ import './index17.css';const wa = {
|
|
|
96
96
|
"src/views/organization/components/drawerOrganization.vue": () => import("./drawerOrganization-Bs0YtPuo.js"),
|
|
97
97
|
"src/views/organization/components/drawerRole.vue": () => import("./drawerRole-CXGVqxPX.js"),
|
|
98
98
|
"src/views/position/components/drawerPosition.vue": () => import("./drawerPosition-BA_gLotd.js"),
|
|
99
|
-
"src/views/region/components/drawerRegion.vue": () => import("./drawerRegion-CauOP4lh.js"),
|
|
100
99
|
"src/views/resource/components/ComponentSelect.vue": () => import("./ComponentSelect-ZLey_5w7.js"),
|
|
101
100
|
"src/views/resource/components/DynamicRoutesForm.vue": () => import("./DynamicRoutesForm-BU4EAISs.js"),
|
|
102
101
|
"src/views/resource/components/HoverCard.vue": () => import("./HoverCard-7agF2aDO.js"),
|
|
@@ -106,6 +105,7 @@ import './index17.css';const wa = {
|
|
|
106
105
|
"src/views/resource/components/MetaForm.vue": () => import("./MetaForm-BMPtZc0g.js").then((e) => e.a),
|
|
107
106
|
"src/views/resource/components/ResourceEdit.vue": () => import("./ResourceEdit-D59JUDvG.js"),
|
|
108
107
|
"src/views/resource/components/RoleRelation.vue": () => import("./RoleRelation-BuqK0cnl.js"),
|
|
108
|
+
"src/views/region/components/drawerRegion.vue": () => import("./drawerRegion-CauOP4lh.js"),
|
|
109
109
|
"src/views/role/components/ResourceRelation.vue": () => import("./ResourceRelation-qhIdXLAy.js"),
|
|
110
110
|
"src/views/role/components/drawerRole.vue": () => import("./drawerRole-CfJjf3v_.js"),
|
|
111
111
|
"src/views/role_group/components/ResourceRelation.vue": () => import("./ResourceRelation-CeM9Eq39.js"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo/module-rbac",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.3
|
|
4
|
+
"version": "2.1.3",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@pubinfo/pro-components": "^1.8.0",
|
|
25
25
|
"alova": "^3.3.4",
|
|
26
26
|
"ant-design-vue": "^4.2.6",
|
|
27
|
-
"pubinfo": "2.1.3
|
|
27
|
+
"pubinfo": "2.1.3"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@destyler/color-picker": "^0.1.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"alova": "^3.3.4",
|
|
50
50
|
"ant-design-vue": "^4.2.6",
|
|
51
51
|
"type-fest": "^4.41.0",
|
|
52
|
-
"pubinfo": "2.1.3
|
|
52
|
+
"pubinfo": "2.1.3"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"dev": "pubinfo build -w --sourcemap",
|