@kengic/vue 0.26.6-beta.65 → 0.26.6-beta.66

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.
@@ -2693,9 +2693,9 @@ S$2.forwardRef((e, n) => sD({
2693
2693
  ...e,
2694
2694
  _ref: n
2695
2695
  }));
2696
- import("./close-outlined-DMcSQWxQ.22f429be.mjs").then(({ default: e }) => oS("ant-design:close-outlined", e));
2697
- import("./fullscreen-exit-outlined-X1iYkFc4.dbab14f6.mjs").then(({ default: e }) => oS("ant-design:fullscreen-exit-outlined", e));
2698
- import("./fullscreen-outlined-DDBrsRcy.cab95762.mjs").then(({ default: e }) => oS("ant-design:fullscreen-outlined", e));
2696
+ import("./close-outlined-DMcSQWxQ.99b5f91d.mjs").then(({ default: e }) => oS("ant-design:close-outlined", e));
2697
+ import("./fullscreen-exit-outlined-X1iYkFc4.28cc07f8.mjs").then(({ default: e }) => oS("ant-design:fullscreen-exit-outlined", e));
2698
+ import("./fullscreen-outlined-DDBrsRcy.ed029f0b.mjs").then(({ default: e }) => oS("ant-design:fullscreen-outlined", e));
2699
2699
  var ew = { exports: {} }, Sm = {};
2700
2700
  /**
2701
2701
  * @license React
@@ -39946,7 +39946,7 @@ function rQ({}) {
39946
39946
  function aQ({ children: e, closeIcon: n, ...r }) {
39947
39947
  const o = S$2.useRef(null), s = (() => {
39948
39948
  let c = { ...r };
39949
- return c.closable = !0, c.wrapClassName = c.wrapClassName ? `${c.wrapClassName} kgcrant-kg-modal` : "kgcrant-kg-modal", c.centered = c.centered !== void 0 ? c.centered : !0, c.destroyOnClose = c.destroyOnClose !== void 0 ? c.destroyOnClose : !0, c.keyboard = c.keyboard !== void 0 ? c.keyboard : !1, c.maskClosable = c.maskClosable !== void 0 ? c.maskClosable : !1, c.okButtonProps = c.okButtonProps !== void 0 ? c.okButtonProps : {}, c.cancelButtonProps = c.cancelButtonProps !== void 0 ? c.cancelButtonProps : {}, c.kgIsDragToMove = c.kgIsDragToMove !== void 0 ? c.kgIsDragToMove : !0, r.kgShowOkButton || (c.okButtonProps.class = "kgcrant-kg-invisible"), r.kgShowCancelButton || (c.cancelButtonProps.class = "kgcrant-kg-invisible"), r.kgFullHeight && (c.wrapClassName += " kgcrant-kg-modal--full-height"), c;
39949
+ return c.closable = !0, c.wrapClassName = c.wrapClassName ? `${c.wrapClassName} kgcrant-kg-modal` : "kgcrant-kg-modal", c.centered = c.centered !== void 0 ? c.centered : !0, c.keyboard = c.keyboard !== void 0 ? c.keyboard : !1, c.maskClosable = c.maskClosable !== void 0 ? c.maskClosable : !1, c.okButtonProps = c.okButtonProps !== void 0 ? c.okButtonProps : {}, c.cancelButtonProps = c.cancelButtonProps !== void 0 ? c.cancelButtonProps : {}, c.kgIsDragToMove = c.kgIsDragToMove !== void 0 ? c.kgIsDragToMove : !0, r.kgShowOkButton || (c.okButtonProps.class = "kgcrant-kg-invisible"), r.kgShowCancelButton || (c.cancelButtonProps.class = "kgcrant-kg-invisible"), r.kgFullHeight && (c.wrapClassName += " kgcrant-kg-modal--full-height"), c;
39950
39950
  })();
39951
39951
  return Dq({ domRef: o, kgIsDragToMove: !!s.kgIsDragToMove, open: !!s.open }), /* @__PURE__ */ tr.jsx(eQ, { value: r, children: /* @__PURE__ */ tr.jsxs(
39952
39952
  al,
@@ -42507,7 +42507,7 @@ const emptyIcon = {
42507
42507
  ...n.data
42508
42508
  }, r);
42509
42509
  }
42510
- }), version = "0.26.6-beta.65";
42510
+ }), version = "0.26.6-beta.66";
42511
42511
  var je = typeof global == "object" && global && global.Object === Object && global, lr = typeof self == "object" && self && self.Object === Object && self, y = je || lr || Function("return this")(), A = y.Symbol, he = Object.prototype, dr = he.hasOwnProperty, pr = he.toString, O = A ? A.toStringTag : void 0;
42512
42512
  function gr(e) {
42513
42513
  var n = dr.call(e, O), r = e[O];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.65",
3
+ "version": "0.26.6-beta.66",
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.68",
42
+ "@kengic/core": "6.0.1-beta.69",
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",