@pubinfo/module-rbac 2.0.10 → 2.0.12
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
|
@@ -64,9 +64,9 @@ import './index18.css';const ha = {
|
|
|
64
64
|
"src/views/dictionary/index.vue": () => import("./index-CLnFLvHy.js"),
|
|
65
65
|
"src/views/dictionary/itemlist.vue": () => import("./itemlist-zTYJtoSs.js"),
|
|
66
66
|
"src/views/group/index.vue": () => import("./index-rNYtJ7Om.js"),
|
|
67
|
+
"src/views/layout_setting/index.vue": () => import("./index-ioZh8Qom.js"),
|
|
67
68
|
"src/views/log_center/login_history.vue": () => import("./login_history-B4Q1NCJn.js"),
|
|
68
69
|
"src/views/log_center/operate_history.vue": () => import("./operate_history-KASZ7_JO.js"),
|
|
69
|
-
"src/views/layout_setting/index.vue": () => import("./index-ioZh8Qom.js"),
|
|
70
70
|
"src/views/menu_setting/index.vue": () => import("./index-BIpmC999.js"),
|
|
71
71
|
"src/views/organization/index.vue": () => import("./index-B2tTTlBE.js"),
|
|
72
72
|
"src/views/other_setting/index.vue": () => import("./index-x9Iim2eD.js"),
|
|
@@ -85,13 +85,13 @@ import './index18.css';const ha = {
|
|
|
85
85
|
"src/views/user/index.vue": () => import("./index-y9CQTo95.js"),
|
|
86
86
|
"src/views/watermark_setting/index.vue": () => import("./index-CCw3ZJgQ.js"),
|
|
87
87
|
"src/views/blackWhiteList/components/drawerBlackWhiteList.vue": () => import("./drawerBlackWhiteList-Cr16yNs8.js"),
|
|
88
|
-
"src/views/data-permission/components/createAndEditDataPermission.vue": () => import("./createAndEditDataPermission-BhOLGGna.js"),
|
|
89
88
|
"src/views/dictionary/components/drawerDictionary.vue": () => import("./drawerDictionary-BRGmcIFT.js"),
|
|
90
89
|
"src/views/dictionary/components/drawerDictionaryItem.vue": () => import("./drawerDictionaryItem-CFBfyhEw.js"),
|
|
90
|
+
"src/views/data-permission/components/createAndEditDataPermission.vue": () => import("./createAndEditDataPermission-BhOLGGna.js"),
|
|
91
|
+
"src/views/group/components/drawerGroup.vue": () => import("./drawerGroup-Bs1Z8XPo.js"),
|
|
91
92
|
"src/views/log_center/components/browserType.vue": () => import("./browserType-DQySszjD.js"),
|
|
92
93
|
"src/views/log_center/components/loginHistoryDetail.vue": () => import("./loginHistoryDetail-B6eI-TmJ.js"),
|
|
93
94
|
"src/views/log_center/components/operateHistoryDetail.vue": () => import("./operateHistoryDetail-CLZ9lyua.js"),
|
|
94
|
-
"src/views/group/components/drawerGroup.vue": () => import("./drawerGroup-Bs1Z8XPo.js"),
|
|
95
95
|
"src/views/organization/components/drawerOrganization.vue": () => import("./drawerOrganization-Bs0YtPuo.js"),
|
|
96
96
|
"src/views/organization/components/drawerRole.vue": () => import("./drawerRole-DUWRM43j.js"),
|
|
97
97
|
"src/views/position/components/drawerPosition.vue": () => import("./drawerPosition-BYypSGoF.js"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo/module-rbac",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.12",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@pubinfo/pro-components": "^1.7.3",
|
|
25
25
|
"alova": "^3.3.4",
|
|
26
26
|
"ant-design-vue": "^4.2.6",
|
|
27
|
-
"pubinfo": "2.0.
|
|
27
|
+
"pubinfo": "2.0.12"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@destyler/color-picker": "^0.1.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"alova": "^3.3.4",
|
|
49
49
|
"ant-design-vue": "^4.2.6",
|
|
50
50
|
"type-fest": "^4.41.0",
|
|
51
|
-
"pubinfo": "2.0.
|
|
51
|
+
"pubinfo": "2.0.12"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"dev": "pubinfo build -w --sourcemap",
|