@kengic/vue 0.26.6-beta.55 → 0.26.6-beta.56
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +5 -5
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.c9e30e44.mjs → close-outlined-DMcSQWxQ.da20f316.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.69cc2829.mjs → fullscreen-exit-outlined-X1iYkFc4.a4cd0e9b.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.ececcffb.mjs → fullscreen-outlined-DDBrsRcy.d463dd97.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.da20f316.mjs").then(({ default: e }) => Qb("ant-design:close-outlined", e));
|
2697
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.a4cd0e9b.mjs").then(({ default: e }) => Qb("ant-design:fullscreen-exit-outlined", e));
|
2698
|
+
import("./fullscreen-outlined-DDBrsRcy.d463dd97.mjs").then(({ default: e }) => Qb("ant-design:fullscreen-outlined", e));
|
2699
2699
|
var Vx = { exports: {} }, pm = {};
|
2700
2700
|
/**
|
2701
2701
|
* @license React
|
@@ -39695,7 +39695,7 @@ function kG({}) {
|
|
39695
39695
|
function PG({ children: e, closeIcon: n, ...r }) {
|
39696
39696
|
const o = S$1.useRef(null), s = (() => {
|
39697
39697
|
let l = { ...r };
|
39698
|
-
return l.closable = !0, l.wrapClassName = l.wrapClassName ? `${l.wrapClassName} kgcr-ant-kg-modal` : "kgcr-ant-kg-modal", l.centered = l.centered !== void 0 ? l.centered : !0, l.destroyOnClose = l.destroyOnClose !== void 0 ? l.destroyOnClose : !0, l.keyboard = l.keyboard !== void 0 ? l.keyboard : !1, l.maskClosable = l.maskClosable !== void 0 ? l.maskClosable : !1, l.okButtonProps = l.okButtonProps !== void 0 ? l.okButtonProps : {}, l.cancelButtonProps = l.cancelButtonProps !== void 0 ? l.cancelButtonProps : {}, l.kgIsDragToMove = l.
|
39698
|
+
return l.closable = !0, l.wrapClassName = l.wrapClassName ? `${l.wrapClassName} kgcr-ant-kg-modal` : "kgcr-ant-kg-modal", l.centered = l.centered !== void 0 ? l.centered : !0, l.destroyOnClose = l.destroyOnClose !== void 0 ? l.destroyOnClose : !0, l.keyboard = l.keyboard !== void 0 ? l.keyboard : !1, l.maskClosable = l.maskClosable !== void 0 ? l.maskClosable : !1, l.okButtonProps = l.okButtonProps !== void 0 ? l.okButtonProps : {}, l.cancelButtonProps = l.cancelButtonProps !== void 0 ? l.cancelButtonProps : {}, l.kgIsDragToMove = l.kgIsDragToMove !== void 0 ? l.kgIsDragToMove : !0, r.kgShowOkButton || (l.okButtonProps.class = "kgcr-ant-kg-invisible"), r.kgShowCancelButton || (l.cancelButtonProps.class = "kgcr-ant-kg-invisible"), r.kgFullHeight && (l.wrapClassName += " kgcr-ant-kg-modal--full-height"), l;
|
39699
39699
|
})();
|
39700
39700
|
return lK({ domRef: o, kgIsDragToMove: !!s.kgIsDragToMove, open: !!s.open }), /* @__PURE__ */ tr.jsx(OG, { value: r, children: /* @__PURE__ */ tr.jsxs(
|
39701
39701
|
rl,
|
@@ -42257,7 +42257,7 @@ const emptyIcon = {
|
|
42257
42257
|
...n.data
|
42258
42258
|
}, r);
|
42259
42259
|
}
|
42260
|
-
}), version = "0.26.6-beta.
|
42260
|
+
}), version = "0.26.6-beta.56";
|
42261
42261
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
42262
42262
|
const freeGlobal$1 = freeGlobal;
|
42263
42263
|
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.56",
|
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.60",
|
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
|