x-essential-lib 0.5.52 → 0.5.53
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/index.js +2 -2
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -244,7 +244,7 @@ async function ct(e) {
|
|
|
244
244
|
const l = (r) => {
|
|
245
245
|
t = r, a = !0;
|
|
246
246
|
}, o = ue();
|
|
247
|
-
return s.on("confirmDlgResult" + o, l), s.emit("confirmDlg", { ...e, seq: o }), await P(() => a), s.off("confirmDlgResult" + o, l), t;
|
|
247
|
+
return s.on("confirmDlgResult" + o, l), s.emit("confirmDlg", { ...e, seq: o }), await P(() => a), console.log("confirm dlg closed", o, a, t), s.off("confirmDlgResult" + o, l), t;
|
|
248
248
|
}
|
|
249
249
|
async function ut(e) {
|
|
250
250
|
if (!ce())
|
|
@@ -253,7 +253,7 @@ async function ut(e) {
|
|
|
253
253
|
const l = (r) => {
|
|
254
254
|
t = r, a = !0;
|
|
255
255
|
}, o = ue();
|
|
256
|
-
return s.on("promptDlgResult" + o, l), s.emit("promptDlg", { ...e, seq: o }), await P(() => a), s.off("promptDlgResult" + o, l), t;
|
|
256
|
+
return s.on("promptDlgResult" + o, l), s.emit("promptDlg", { ...e, seq: o }), await P(() => a), console.log("prompt dlg closed", o, a, t), s.off("promptDlgResult" + o, l), t;
|
|
257
257
|
}
|
|
258
258
|
function pt() {
|
|
259
259
|
s.emit("openWaitDlg");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-essential-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.53",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"axios": "^1.6.8",
|
|
30
30
|
"pinia": "^2.1.7",
|
|
31
|
-
"vue": "^3.4.
|
|
31
|
+
"vue": "^3.4.30",
|
|
32
32
|
"vue-i18n": "^9.13.1",
|
|
33
|
-
"vue-router": "^4.
|
|
34
|
-
"vuetify": "^3.6.
|
|
33
|
+
"vue-router": "^4.4.0",
|
|
34
|
+
"vuetify": "^3.6.10"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"eslint-plugin-vue": "^9.24.1",
|
|
45
45
|
"husky": "^9.0.11",
|
|
46
46
|
"lint-staged": "^15.2.2",
|
|
47
|
+
"pinia-plugin-persistedstate": "^3.2.1",
|
|
47
48
|
"prettier": "3.2.5",
|
|
48
49
|
"rollup-plugin-copy": "^3.5.0",
|
|
49
50
|
"sass": "^1.74.1",
|