@pubinfo/module-rbac 2.1.3 → 2.1.4
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -86,16 +86,17 @@ import './index17.css';const wa = {
|
|
|
86
86
|
"src/views/user/index.vue": () => import("./index-B0zXLUdu.js"),
|
|
87
87
|
"src/views/watermark_setting/index.vue": () => import("./index-DHVEXch0.js"),
|
|
88
88
|
"src/views/blackWhiteList/components/drawerBlackWhiteList.vue": () => import("./drawerBlackWhiteList-eWyKScZN.js"),
|
|
89
|
-
"src/views/data-permission/components/createAndEditDataPermission.vue": () => import("./createAndEditDataPermission-DPeFulie.js"),
|
|
90
89
|
"src/views/dictionary/components/drawerDictionary.vue": () => import("./drawerDictionary-BRGmcIFT.js"),
|
|
91
90
|
"src/views/dictionary/components/drawerDictionaryItem.vue": () => import("./drawerDictionaryItem-CFBfyhEw.js"),
|
|
92
|
-
"src/views/
|
|
91
|
+
"src/views/data-permission/components/createAndEditDataPermission.vue": () => import("./createAndEditDataPermission-DPeFulie.js"),
|
|
93
92
|
"src/views/log_center/components/browserType.vue": () => import("./browserType-DQySszjD.js"),
|
|
94
93
|
"src/views/log_center/components/loginHistoryDetail.vue": () => import("./loginHistoryDetail-BZVwG8m2.js"),
|
|
95
94
|
"src/views/log_center/components/operateHistoryDetail.vue": () => import("./operateHistoryDetail-Badx3zl-.js"),
|
|
95
|
+
"src/views/group/components/drawerGroup.vue": () => import("./drawerGroup-Bs1Z8XPo.js"),
|
|
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"),
|
|
99
100
|
"src/views/resource/components/ComponentSelect.vue": () => import("./ComponentSelect-ZLey_5w7.js"),
|
|
100
101
|
"src/views/resource/components/DynamicRoutesForm.vue": () => import("./DynamicRoutesForm-BU4EAISs.js"),
|
|
101
102
|
"src/views/resource/components/HoverCard.vue": () => import("./HoverCard-7agF2aDO.js"),
|
|
@@ -105,7 +106,6 @@ import './index17.css';const wa = {
|
|
|
105
106
|
"src/views/resource/components/MetaForm.vue": () => import("./MetaForm-BMPtZc0g.js").then((e) => e.a),
|
|
106
107
|
"src/views/resource/components/ResourceEdit.vue": () => import("./ResourceEdit-D59JUDvG.js"),
|
|
107
108
|
"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.
|
|
4
|
+
"version": "2.1.4",
|
|
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.
|
|
27
|
+
"pubinfo": "2.1.4"
|
|
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.
|
|
52
|
+
"pubinfo": "2.1.4"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"dev": "pubinfo build -w --sourcemap",
|