@pubinfo-pr/module-rbac 0.182.6 → 0.187.1
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 +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -80,8 +80,8 @@ import './index17.css';const wa = {
|
|
|
80
80
|
"src/views/role_group/index.vue": () => import("./index-CJQB8KAz.js"),
|
|
81
81
|
"src/views/safe_setting/index.vue": () => import("./index-VZuizuKs.js"),
|
|
82
82
|
"src/views/tabbar_setting/index.vue": () => import("./index-BEB4liGe.js"),
|
|
83
|
-
"src/views/tenant/index.vue": () => import("./index-CoZM8pyH.js"),
|
|
84
83
|
"src/views/theme_setting/index.vue": () => import("./index-B5aP0re3.js"),
|
|
84
|
+
"src/views/tenant/index.vue": () => import("./index-CoZM8pyH.js"),
|
|
85
85
|
"src/views/toolbar_setting/index.vue": () => import("./index-C2G4xRrJ.js"),
|
|
86
86
|
"src/views/user/index.vue": () => import("./index-B0zXLUdu.js"),
|
|
87
87
|
"src/views/watermark_setting/index.vue": () => import("./index-DHVEXch0.js"),
|
|
@@ -89,10 +89,10 @@ import './index17.css';const wa = {
|
|
|
89
89
|
"src/views/data-permission/components/createAndEditDataPermission.vue": () => import("./createAndEditDataPermission-DPeFulie.js"),
|
|
90
90
|
"src/views/dictionary/components/drawerDictionary.vue": () => import("./drawerDictionary-BRGmcIFT.js"),
|
|
91
91
|
"src/views/dictionary/components/drawerDictionaryItem.vue": () => import("./drawerDictionaryItem-CFBfyhEw.js"),
|
|
92
|
+
"src/views/group/components/drawerGroup.vue": () => import("./drawerGroup-Bs1Z8XPo.js"),
|
|
92
93
|
"src/views/log_center/components/browserType.vue": () => import("./browserType-DQySszjD.js"),
|
|
93
94
|
"src/views/log_center/components/loginHistoryDetail.vue": () => import("./loginHistoryDetail-BZVwG8m2.js"),
|
|
94
95
|
"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"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/module-rbac",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.187.1",
|
|
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-pr": "0.
|
|
27
|
+
"pubinfo-pr": "0.187.1"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@destyler/color-picker": "^0.1.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/lodash-es": "^4.17.12",
|
|
49
49
|
"alova": "^3.3.4",
|
|
50
50
|
"ant-design-vue": "^4.2.6",
|
|
51
|
-
"pubinfo-pr": "0.
|
|
51
|
+
"pubinfo-pr": "0.187.1",
|
|
52
52
|
"type-fest": "^4.41.0"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|