@kengic/vue 0.26.6-beta.37 → 0.26.6-beta.39
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +8 -6
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.9897a61e.mjs → close-outlined-DMcSQWxQ.9558d7c8.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a5ba09fb.mjs → fullscreen-exit-outlined-X1iYkFc4.c8f99960.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.3fc3617f.mjs → fullscreen-outlined-DDBrsRcy.8bf7d58d.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
@@ -2693,9 +2693,9 @@ N.forwardRef((e, n) => KN({
|
|
2693
2693
|
...e,
|
2694
2694
|
_ref: n
|
2695
2695
|
}));
|
2696
|
-
import("./close-outlined-DMcSQWxQ.
|
2697
|
-
import("./fullscreen-exit-outlined-X1iYkFc4.
|
2698
|
-
import("./fullscreen-outlined-DDBrsRcy.
|
2696
|
+
import("./close-outlined-DMcSQWxQ.9558d7c8.mjs").then(({ default: e }) => iS("ant-design:close-outlined", e));
|
2697
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.c8f99960.mjs").then(({ default: e }) => iS("ant-design:fullscreen-exit-outlined", e));
|
2698
|
+
import("./fullscreen-outlined-DDBrsRcy.8bf7d58d.mjs").then(({ default: e }) => iS("ant-design:fullscreen-outlined", e));
|
2699
2699
|
var Y1 = { exports: {} }, Wh = {};
|
2700
2700
|
/**
|
2701
2701
|
* @license React
|
@@ -34674,10 +34674,12 @@ function sB(e, n, r) {
|
|
34674
34674
|
}
|
34675
34675
|
function cB({}) {
|
34676
34676
|
var l;
|
34677
|
-
const e = N.useRef(null), n = VV()
|
34677
|
+
const e = N.useRef(null), n = VV();
|
34678
|
+
console.log("000", n.kgIsDefaultFullscreen);
|
34679
|
+
const [r, o] = N.useState((l = n.kgIsDefaultFullscreen) != null ? l : !1);
|
34678
34680
|
N.useEffect(() => {
|
34679
34681
|
const g = sB(e.current, "parentElement.parentElement.parentElement.parentElement.parentElement.parentElement");
|
34680
|
-
g && (r ? g.classList.add("kgcr--kg-modal--fullscreen") : g.classList.remove("kgcr--kg-modal--fullscreen"));
|
34682
|
+
console.log("111", g, r), g && (r ? g.classList.add("kgcr--kg-modal--fullscreen") : g.classList.remove("kgcr--kg-modal--fullscreen"));
|
34681
34683
|
}, [r]);
|
34682
34684
|
function s(g) {
|
34683
34685
|
g.stopPropagation(), g.preventDefault(), o((m) => !m);
|
@@ -37990,7 +37992,7 @@ const emptyIcon = {
|
|
37990
37992
|
...n.data
|
37991
37993
|
}, r);
|
37992
37994
|
}
|
37993
|
-
}), version = "0.26.6-beta.
|
37995
|
+
}), version = "0.26.6-beta.39";
|
37994
37996
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
37995
37997
|
const freeGlobal$1 = freeGlobal;
|
37996
37998
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal$1 || freeSelf || Function("return this")();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.6-beta.
|
3
|
+
"version": "0.26.6-beta.39",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"@iconify-icons/mdi": "1.2.48",
|
40
40
|
"@iconify-icons/ph": "1.2.5",
|
41
41
|
"@iconify/vue": "4.1.1",
|
42
|
-
"@kengic/core": "6.0.1-beta.
|
42
|
+
"@kengic/core": "6.0.1-beta.43",
|
43
43
|
"@kengic/pont": "1.2.17-beta.1",
|
44
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
45
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
File without changes
|
File without changes
|
File without changes
|