@ws-ui/roles-editor 1.8.4-rc13 → 1.8.4-rc15
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14774,7 +14774,9 @@ const _J = ({ item: e, depth: t }) => {
|
|
|
14774
14774
|
onSelect: r,
|
|
14775
14775
|
isGuest: n = !1
|
|
14776
14776
|
}) => {
|
|
14777
|
-
const i = vr(), o = Ve(kn), a = Fa(e.includes, o), [u, c] = qe(!1), [d, f] = qe(e.privilege)
|
|
14777
|
+
const i = vr(), o = Ve(kn), a = Fa(e.includes, o), [u, c] = qe(!1), [d, f] = qe(e.privilege);
|
|
14778
|
+
console.log("name:", d, o, e);
|
|
14779
|
+
const [h, p] = qe(null), v = GD(() => {
|
|
14778
14780
|
u && b();
|
|
14779
14781
|
});
|
|
14780
14782
|
function m() {
|
|
@@ -27262,7 +27264,7 @@ const Pte = () => {
|
|
|
27262
27264
|
}
|
|
27263
27265
|
}
|
|
27264
27266
|
}, [e]), F4(() => {
|
|
27265
|
-
if (n.touched && t)
|
|
27267
|
+
if (console.info("current value changed:", i), !!n.touched && t)
|
|
27266
27268
|
try {
|
|
27267
27269
|
t(JSON.stringify(i));
|
|
27268
27270
|
} catch (a) {
|