@pubinfo-nightly/module-rbac 2025.12.1 → 2025.12.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
CHANGED
|
@@ -70,8 +70,8 @@ import './index17.css';const _r = {
|
|
|
70
70
|
"src/views/log_center/operate_history.vue": () => import("./operate_history-B42WNY1u.js"),
|
|
71
71
|
"src/views/menu_setting/index.vue": () => import("./index-En8oOf9e.js"),
|
|
72
72
|
"src/views/organization/index.vue": () => import("./index-Copy5kiW.js"),
|
|
73
|
-
"src/views/
|
|
74
|
-
"src/views/
|
|
73
|
+
"src/views/page_animation_setting/index.vue": () => import("./index-BatA6x66.js"),
|
|
74
|
+
"src/views/other_setting/index.vue": () => import("./index-CdQH6Vo4.js"),
|
|
75
75
|
"src/views/page_w_setting/index.vue": () => import("./index-XhYtVVT9.js"),
|
|
76
76
|
"src/views/position/index.vue": () => import("./index-iBmBJd50.js"),
|
|
77
77
|
"src/views/region/index.vue": () => import("./index-BhZNbJp6.js"),
|
|
@@ -1650,7 +1650,7 @@ const Qd = {
|
|
|
1650
1650
|
},
|
|
1651
1651
|
{
|
|
1652
1652
|
path: "page-animation-setting",
|
|
1653
|
-
component: () => import("./index-
|
|
1653
|
+
component: () => import("./index-BatA6x66.js"),
|
|
1654
1654
|
name: "PageAnimationSetting",
|
|
1655
1655
|
meta: {
|
|
1656
1656
|
title: "页面动画配置",
|
|
@@ -1716,7 +1716,7 @@ const Qd = {
|
|
|
1716
1716
|
},
|
|
1717
1717
|
{
|
|
1718
1718
|
path: "other-setting",
|
|
1719
|
-
component: () => import("./index-
|
|
1719
|
+
component: () => import("./index-CdQH6Vo4.js"),
|
|
1720
1720
|
name: "OtherSetting",
|
|
1721
1721
|
meta: {
|
|
1722
1722
|
title: "其他配置",
|
package/dist/index8.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
.item[data-v-fa18e8e3]{display:flex;flex-direction:column;cursor:pointer;border-width:1px;border-color:var(--g-tabbar-tab-hover-bg);border-radius:.5rem;border-style:solid;background-color:var(--g-bg);padding-top:26px;place-items:center center}.item .jb[data-v-fa18e8e3]{background:linear-gradient(180deg,var(--g-container-bg) 0%,#fff0 100%)}.item.active[data-v-fa18e8e3]{border-width:2.6px;--un-border-opacity:1;border-color:rgb(var(--ui-primary) / var(--un-border-opacity));border-radius:.5rem;border-style:solid;--un-shadow:0 2.6px 13px 0 var(--un-shadow-color, rgb(89 98 105 / .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}
|
package/dist/index9.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-a43b6bb2] .ant-collapse-header{padding:6.5px 16px!important;background:var(--g-bg)}.bar-header[data-v-a43b6bb2]{background:var(--g-bg)}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-nightly/module-rbac",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.12.
|
|
4
|
+
"version": "2025.12.03",
|
|
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-nightly": "2025.12.
|
|
27
|
+
"pubinfo-nightly": "2025.12.03"
|
|
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-nightly": "2025.12.
|
|
51
|
+
"pubinfo-nightly": "2025.12.03",
|
|
52
52
|
"type-fest": "^4.41.0"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|