@kengic/vue 0.26.6-beta.14 → 0.26.6-beta.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +2 -2
- package/package.json +2 -2
package/dist/kengic-vue.js
CHANGED
@@ -33177,7 +33177,7 @@ function rI() {
|
|
33177
33177
|
};
|
33178
33178
|
return /* @__PURE__ */ oi.jsxs(oi.Fragment, { children: [
|
33179
33179
|
/* @__PURE__ */ oi.jsx(Qs, { onClick: s, children: "OPEN A" }),
|
33180
|
-
/* @__PURE__ */ oi.jsxs(Ji, { title: "A", open: e, onOk: d, onCancel: _, children: [
|
33180
|
+
/* @__PURE__ */ oi.jsxs(Ji, { title: "A", open: e, onOk: d, onCancel: _, zIndex: 2e3, children: [
|
33181
33181
|
/* @__PURE__ */ oi.jsx(Qs, { onClick: m, children: "OPEN B" }),
|
33182
33182
|
/* @__PURE__ */ oi.jsxs(Ji, { title: "B", open: a, onOk: b, onCancel: C, children: [
|
33183
33183
|
/* @__PURE__ */ oi.jsx("p", { children: "Some contents..." }),
|
@@ -35633,7 +35633,7 @@ const emptyIcon = {
|
|
35633
35633
|
...n.data
|
35634
35634
|
}, a);
|
35635
35635
|
}
|
35636
|
-
}), version = "0.26.6-beta.
|
35636
|
+
}), version = "0.26.6-beta.15";
|
35637
35637
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
35638
35638
|
const freeGlobal$1 = freeGlobal;
|
35639
35639
|
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.15",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"@iconify-icons/mdi": "1.2.48",
|
41
41
|
"@iconify-icons/ph": "1.2.5",
|
42
42
|
"@iconify/vue": "4.1.1",
|
43
|
-
"@kengic/core": "6.0.1-beta.
|
43
|
+
"@kengic/core": "6.0.1-beta.16",
|
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",
|