@kengic/vue 0.26.7-beta.0 → 0.26.7-beta.1
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/kengic-vue.js +6 -6
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.51cba716.mjs → close-outlined-DMcSQWxQ.4b36408e.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.67367c9f.mjs → fullscreen-exit-outlined-X1iYkFc4.776d9197.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.52a11d27.mjs → fullscreen-outlined-DDBrsRcy.4eecfe53.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
|
@@ -2694,9 +2694,9 @@ C.forwardRef((e, r) => RA({
|
|
|
2694
2694
|
...e,
|
|
2695
2695
|
_ref: r
|
|
2696
2696
|
}));
|
|
2697
|
-
import("./close-outlined-DMcSQWxQ.
|
|
2698
|
-
import("./fullscreen-exit-outlined-X1iYkFc4.
|
|
2699
|
-
import("./fullscreen-outlined-DDBrsRcy.
|
|
2697
|
+
import("./close-outlined-DMcSQWxQ.4b36408e.mjs").then(({ default: e }) => oC("ant-design:close-outlined", e));
|
|
2698
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.776d9197.mjs").then(({ default: e }) => oC("ant-design:fullscreen-exit-outlined", e));
|
|
2699
|
+
import("./fullscreen-outlined-DDBrsRcy.4eecfe53.mjs").then(({ default: e }) => oC("ant-design:fullscreen-outlined", e));
|
|
2700
2700
|
var g_ = { exports: {} }, ag = {};
|
|
2701
2701
|
/**
|
|
2702
2702
|
* @license React
|
|
@@ -46424,10 +46424,10 @@ function Xre() {
|
|
|
46424
46424
|
}
|
|
46425
46425
|
class Qre extends HTMLElement {
|
|
46426
46426
|
constructor() {
|
|
46427
|
-
super(), gw(this, "unmount", null);
|
|
46427
|
+
super(), gw(this, "unmount", null), console.log("constructor", this.id);
|
|
46428
46428
|
}
|
|
46429
46429
|
connectedCallback() {
|
|
46430
|
-
mi.dispatch(Vre({ id: this.id }));
|
|
46430
|
+
console.log("connectedCallback", this.id), mi.dispatch(Vre({ id: this.id }));
|
|
46431
46431
|
const r = FS(this);
|
|
46432
46432
|
r.render(
|
|
46433
46433
|
/* @__PURE__ */ wn$1.jsx(NF, { id: this.id, children: /* @__PURE__ */ wn$1.jsx(Jne, { store: mi, children: /* @__PURE__ */ wn$1.jsx(Xre, {}) }) })
|
|
@@ -49527,7 +49527,7 @@ function pi(e) {
|
|
|
49527
49527
|
})
|
|
49528
49528
|
);
|
|
49529
49529
|
}
|
|
49530
|
-
const version = "0.26.7-beta.
|
|
49530
|
+
const version = "0.26.7-beta.1", en$1 = {
|
|
49531
49531
|
kg: {
|
|
49532
49532
|
KgAppSelect: {
|
|
49533
49533
|
businessManager: "Business Manager",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.26.7-beta.
|
|
3
|
+
"version": "0.26.7-beta.1",
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@iconify-icons/ph": "1.2.5",
|
|
41
41
|
"@iconify/vue": "4.1.2",
|
|
42
42
|
"@kengic/core.core": "0.0.1-beta.17",
|
|
43
|
-
"@kengic/core.react": "0.0.1-beta.
|
|
43
|
+
"@kengic/core.react": "0.0.1-beta.25",
|
|
44
44
|
"@kengic/pont": "1.2.17-beta.1",
|
|
45
45
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
46
46
|
"@thymine/xunee": "0.4.9-beta.8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|