@pubinfo/module-rbac 2.0.0 → 2.0.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/{IconSelect-Ct5FkeHI.js → IconSelect-BEetYi8i.js} +1 -1
- package/dist/{IconSelect-HAhfS6hd.js → IconSelect-D50456Yh.js} +210 -193
- package/dist/IconSelect.css +1 -1
- package/dist/{ResourceEdit-DF-2_zoi.js → ResourceEdit-BVdRFGOK.js} +14 -13
- package/dist/{ResourceEdit-oAPLPUf0.js → ResourceEdit-JPc5dCoU.js} +2 -2
- package/dist/index.css +1 -1
- package/dist/index.js +8 -8
- package/dist/{resource-CyI9ZpmF.js → resource-Bzx2Tx8m.js} +2 -2
- package/package.json +3 -3
- package/src/components/ResourceIcones/Select.vue +53 -48
- package/src/views/resource/components/IconSelect.vue +77 -31
- package/src/views/resource/components/ResourceEdit.vue +29 -31
package/dist/IconSelect.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-cfee029b] .ant-radio-group{align-items:center;display:inline-flex}[data-v-cfee029b] .ant-radio-button-wrapper{flex:none;justify-content:center;align-items:center;padding:4px 10px;display:inline-flex;height:auto!important;line-height:1!important}[data-v-cfee029b] .ant-radio-button-wrapper>span{justify-content:center;align-items:center;display:inline-flex}
|
|
@@ -3,7 +3,7 @@ import { am as t, t as n, x as r, y as i } from "./index.js";
|
|
|
3
3
|
import { c as a, d as ee } from "./enum-CYW8g64p.js";
|
|
4
4
|
import { b as o, c as s, d as c, e as l } from "./enum-BMY6bmPA.js";
|
|
5
5
|
import { b as u } from "./DynamicRoutesForm-CE2RPs7y.js";
|
|
6
|
-
import { b as d } from "./IconSelect-
|
|
6
|
+
import { b as d } from "./IconSelect-D50456Yh.js";
|
|
7
7
|
import { b as f, c as p, d as m } from "./MetaForm-DErrpELP.js";
|
|
8
8
|
import { computed as h, createBlock as g, createCommentVNode as _, createElementBlock as te, createTextVNode as v, createVNode as y, defineComponent as b, isRef as x, openBlock as S, reactive as C, ref as w, resolveComponent as T, toDisplayString as E, unref as D, withCtx as O } from "vue";
|
|
9
9
|
import { DatabaseOutlined as k } from "@ant-design/icons-vue";
|
|
@@ -163,8 +163,8 @@ var B = /* @__PURE__ */ b({
|
|
|
163
163
|
}, {
|
|
164
164
|
default: O(() => [
|
|
165
165
|
y(l, { gutter: 8 }, {
|
|
166
|
-
default: O(() => [
|
|
167
|
-
|
|
166
|
+
default: O(() => [
|
|
167
|
+
J.value?.name ? (S(), g(i, {
|
|
168
168
|
key: 0,
|
|
169
169
|
span: 24
|
|
170
170
|
}, {
|
|
@@ -174,7 +174,8 @@ var B = /* @__PURE__ */ b({
|
|
|
174
174
|
_: 1
|
|
175
175
|
})]),
|
|
176
176
|
_: 1
|
|
177
|
-
})) : _("v-if", !0),
|
|
177
|
+
})) : _("v-if", !0),
|
|
178
|
+
y(i, { span: 24 }, {
|
|
178
179
|
default: O(() => [y(r, {
|
|
179
180
|
label: "资源类型",
|
|
180
181
|
name: "type"
|
|
@@ -197,15 +198,15 @@ var B = /* @__PURE__ */ b({
|
|
|
197
198
|
_: 1
|
|
198
199
|
})]),
|
|
199
200
|
_: 1
|
|
200
|
-
})
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
201
|
+
}),
|
|
202
|
+
y(i, { span: 24 }, {
|
|
203
|
+
default: O(() => [y(d, {
|
|
204
|
+
modelValue: K.value,
|
|
205
|
+
"onUpdate:modelValue": t[1] ||= (e) => K.value = e
|
|
206
|
+
}, null, 8, ["modelValue"])]),
|
|
207
|
+
_: 1
|
|
208
|
+
})
|
|
209
|
+
]),
|
|
209
210
|
_: 1
|
|
210
211
|
}),
|
|
211
212
|
y(l, { gutter: 8 }, {
|
|
@@ -5,7 +5,7 @@ import "./enum-CYW8g64p.js";
|
|
|
5
5
|
import "./enum-BMY6bmPA.js";
|
|
6
6
|
import "./DynamicRoutesForm-CE2RPs7y.js";
|
|
7
7
|
import "./HoverCard-B79q5sly.js";
|
|
8
|
-
import "./IconSelect-
|
|
8
|
+
import "./IconSelect-D50456Yh.js";
|
|
9
9
|
import "./MetaForm-DErrpELP.js";
|
|
10
|
-
import { b as e } from "./ResourceEdit-
|
|
10
|
+
import { b as e } from "./ResourceEdit-BVdRFGOK.js";
|
|
11
11
|
export { e as default };
|