@kengic/vue 0.26.6-beta.58 → 0.26.6-beta.59
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +6 -12
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.68071586.mjs → close-outlined-DMcSQWxQ.f72eb8ff.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.146e5ffa.mjs → fullscreen-exit-outlined-X1iYkFc4.89b5dd36.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.054e0155.mjs → fullscreen-outlined-DDBrsRcy.edd81be4.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
@@ -2693,9 +2693,9 @@ S$1.forwardRef((e, n) => PP({
|
|
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.f72eb8ff.mjs").then(({ default: e }) => Qb("ant-design:close-outlined", e));
|
2697
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.89b5dd36.mjs").then(({ default: e }) => Qb("ant-design:fullscreen-exit-outlined", e));
|
2698
|
+
import("./fullscreen-outlined-DDBrsRcy.edd81be4.mjs").then(({ default: e }) => Qb("ant-design:fullscreen-outlined", e));
|
2699
2699
|
var Vx = { exports: {} }, pm = {};
|
2700
2700
|
/**
|
2701
2701
|
* @license React
|
@@ -39346,9 +39346,7 @@ function oK(e) {
|
|
39346
39346
|
const cP = 1;
|
39347
39347
|
function lK(e) {
|
39348
39348
|
var te;
|
39349
|
-
const { domRef: n, kgIsDragToMove: r, open: o } = e != null ? e : {};
|
39350
|
-
console.log("000", n, r, o);
|
39351
|
-
const { width: s, height: l } = (te = GW(document.documentElement)) != null ? te : { width: 0, height: 0 };
|
39349
|
+
const { domRef: n, kgIsDragToMove: r, open: o } = e != null ? e : {}, { width: s, height: l } = (te = GW(document.documentElement)) != null ? te : { width: 0, height: 0 };
|
39352
39350
|
let g = 0, p = 0, v = 0, y = 0, C = 0, w = 0, N = 0, I = 0, x = {
|
39353
39351
|
remove: () => {
|
39354
39352
|
}
|
@@ -39385,11 +39383,7 @@ function lK(e) {
|
|
39385
39383
|
S$1.useEffect(() => {
|
39386
39384
|
var we, Se, oe;
|
39387
39385
|
var J, re, me, de, ge, Te, ce, he, _e;
|
39388
|
-
|
39389
|
-
F == null || F.removeEventListener("mousedown", G);
|
39390
|
-
return;
|
39391
|
-
}
|
39392
|
-
return () => {
|
39386
|
+
return L = (we = (ge = (de = (me = (re = (J = n.current) == null ? void 0 : J.parentElement) == null ? void 0 : re.parentElement) == null ? void 0 : me.parentElement) == null ? void 0 : de.parentElement) == null ? void 0 : ge.parentElement) != null ? we : null, P = (Se = (_e = (he = (ce = (Te = n.current) == null ? void 0 : Te.parentElement) == null ? void 0 : ce.parentElement) == null ? void 0 : he.parentElement) == null ? void 0 : _e.parentElement) != null ? Se : null, F = (oe = L == null ? void 0 : L.querySelector(".kgcr-ant-modal-header")) != null ? oe : null, !r || !o || !n || !L || !P || !F || (L.setAttribute("data-drag", "true"), F.style.cursor = "move", F.addEventListener("mousedown", G)), () => {
|
39393
39387
|
U(), F == null || F.removeEventListener("mousedown", G);
|
39394
39388
|
};
|
39395
39389
|
}, [n, r, o]);
|
@@ -42260,7 +42254,7 @@ const emptyIcon = {
|
|
42260
42254
|
...n.data
|
42261
42255
|
}, r);
|
42262
42256
|
}
|
42263
|
-
}), version = "0.26.6-beta.
|
42257
|
+
}), version = "0.26.6-beta.59";
|
42264
42258
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
42265
42259
|
const freeGlobal$1 = freeGlobal;
|
42266
42260
|
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.59",
|
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.64",
|
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
|