@e-xi/xion 0.0.19 → 0.0.21
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/bin/index.js +4 -4
- package/dist/chunk-files/{chunk-3S5OTD47.js → chunk-54VV4LZP.js} +3 -3
- package/dist/chunk-files/{chunk-IH3R2NDR.js → chunk-5PG2HXNM.js} +1 -1
- package/dist/chunk-files/{chunk-YXAEUJKJ.js → chunk-6CRYR26B.js} +3 -3
- package/dist/chunk-files/{chunk-UFYEZIUE.js → chunk-EORIIGU5.js} +6 -6
- package/dist/chunk-files/{chunk-YZOJOLFL.js → chunk-EZIOHYQG.js} +3 -3
- package/dist/chunk-files/{chunk-VGDNICVG.js → chunk-GTHWUWVX.js} +2 -2
- package/dist/chunk-files/{chunk-34OODP7M.js → chunk-I4HNKNHG.js} +1 -1
- package/dist/chunk-files/{chunk-4SSGMLEE.js → chunk-IJXMINJK.js} +4 -4
- package/dist/chunk-files/{chunk-VC3GGHUN.js → chunk-JRTMZAL6.js} +1 -1
- package/dist/chunk-files/{chunk-IMGYTSWY.js → chunk-LCLFILUI.js} +1 -1
- package/dist/chunk-files/{chunk-UCMR6V67.js → chunk-LINYTRNI.js} +4 -4
- package/dist/chunk-files/{chunk-F7YTK2MY.js → chunk-MEIDHSRM.js} +2 -2
- package/dist/chunk-files/{chunk-DD6WZ4NY.js → chunk-NWS66EMP.js} +1 -1
- package/dist/chunk-files/{chunk-YTHS2ZV7.js → chunk-O6MPEUG6.js} +2 -2
- package/dist/chunk-files/{chunk-GN2FNR3Z.js → chunk-P5ZMDIS2.js} +4 -4
- package/dist/chunk-files/{chunk-B7DTBTWQ.js → chunk-RSUM4GBD.js} +1 -1
- package/dist/chunk-files/{chunk-MJ6Q3TIX.js → chunk-UWIJOHQU.js} +1 -1
- package/dist/chunk-files/{chunk-4HEDNQUP.js → chunk-UZZNSK2N.js} +2 -2
- package/dist/chunk-files/{chunk-D5ZV4VMI.js → chunk-WRTRWTJR.js} +3 -3
- package/dist/chunk-files/chunk-XYI5S7GI.js +3164 -0
- package/dist/chunk-files/{chunk-LFHJJQW3.js → chunk-YOHI7FJI.js} +5 -5
- package/dist/chunk-files/{chunk-DRMV3M5V.js → chunk-YZYF5HTA.js} +4 -4
- package/dist/main/app/index.js +21 -21
- package/dist/main/auth/index.js +2 -2
- package/dist/main/banner/index.js +1 -1
- package/dist/main/config/index.js +5 -5
- package/dist/main/file-association/index.js +2 -2
- package/dist/main/ipc/index.js +3 -3
- package/dist/main/logger/index.js +2 -2
- package/dist/main/menu/index.js +1 -1
- package/dist/main/mode/index.js +1 -1
- package/dist/main/protocol/index.js +1 -1
- package/dist/main/remote-service/index.js +2 -2
- package/dist/main/renderer-protocol/index.js +2 -2
- package/dist/main/store/index.js +2 -2
- package/dist/main/tray/index.js +1 -1
- package/dist/main/updater/index.js +2 -2
- package/dist/main/utils/index.js +6 -6
- package/dist/main/window/index.js +6 -6
- package/dist/renderer/app/index.js +14 -14
- package/dist/renderer/components/index.js +5 -1
- package/dist/renderer/utils/index.js +1 -1
- package/dist/vite/config/index.js +10 -10
- package/dist/vite/orval/index.js +2 -2
- package/dist/vite/utils/index.js +1 -1
- package/package.json +16 -12
- package/dist/chunk-files/chunk-BPTFUGTP.js +0 -97
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
} from "./chunk-FPN7JYR4.js";
|
|
10
10
|
import {
|
|
11
11
|
AppMode
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-P5ZMDIS2.js";
|
|
13
13
|
|
|
14
14
|
// src/main/updater/updater-manager-abstract.ts
|
|
15
15
|
import { app, BrowserWindow } from "electron";
|
|
16
|
-
import { copyFileSync, existsSync, mkdirSync } from "
|
|
17
|
-
import { createRequire } from "
|
|
18
|
-
import { dirname, join, resolve } from "
|
|
19
|
-
import { fileURLToPath } from "
|
|
16
|
+
import { copyFileSync, existsSync, mkdirSync } from "fs";
|
|
17
|
+
import { createRequire } from "module";
|
|
18
|
+
import { dirname, join, resolve } from "path";
|
|
19
|
+
import { fileURLToPath } from "url";
|
|
20
20
|
var require2 = createRequire(import.meta.url);
|
|
21
21
|
var { autoUpdater } = require2("electron-updater");
|
|
22
22
|
var { CancellationToken } = require2("builder-util-runtime");
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
WindowUtil
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EZIOHYQG.js";
|
|
4
4
|
import {
|
|
5
5
|
defineMainWindowConfig,
|
|
6
6
|
defineSettingWindowConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-MEIDHSRM.js";
|
|
8
8
|
import {
|
|
9
9
|
FileAssociationUtil
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GTHWUWVX.js";
|
|
11
11
|
import {
|
|
12
12
|
MainWindowIdentity
|
|
13
13
|
} from "./chunk-KFV4GXVE.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
} from "./chunk-KFK47PDH.js";
|
|
24
24
|
import {
|
|
25
25
|
AppMode
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-P5ZMDIS2.js";
|
|
27
27
|
|
|
28
28
|
// src/main/window/window-lifecycle-abstract.ts
|
|
29
29
|
import { shell } from "electron";
|
package/dist/main/app/index.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TrayManager
|
|
3
|
-
} from "../../chunk-files/chunk-
|
|
3
|
+
} from "../../chunk-files/chunk-WRTRWTJR.js";
|
|
4
4
|
import {
|
|
5
5
|
UpdaterManager
|
|
6
|
-
} from "../../chunk-files/chunk-
|
|
6
|
+
} from "../../chunk-files/chunk-YOHI7FJI.js";
|
|
7
7
|
import {
|
|
8
8
|
WindowManager
|
|
9
|
-
} from "../../chunk-files/chunk-
|
|
9
|
+
} from "../../chunk-files/chunk-YZYF5HTA.js";
|
|
10
10
|
import {
|
|
11
11
|
WindowUtil
|
|
12
|
-
} from "../../chunk-files/chunk-
|
|
12
|
+
} from "../../chunk-files/chunk-EZIOHYQG.js";
|
|
13
13
|
import {
|
|
14
14
|
MenuManager
|
|
15
|
-
} from "../../chunk-files/chunk-
|
|
15
|
+
} from "../../chunk-files/chunk-EORIIGU5.js";
|
|
16
16
|
import "../../chunk-files/chunk-GUOSVDXA.js";
|
|
17
17
|
import "../../chunk-files/chunk-EQTU45UO.js";
|
|
18
18
|
import {
|
|
19
19
|
ProtocolManager
|
|
20
|
-
} from "../../chunk-files/chunk-
|
|
20
|
+
} from "../../chunk-files/chunk-LCLFILUI.js";
|
|
21
21
|
import {
|
|
22
22
|
RemoteServiceManager
|
|
23
|
-
} from "../../chunk-files/chunk-
|
|
23
|
+
} from "../../chunk-files/chunk-NWS66EMP.js";
|
|
24
24
|
import {
|
|
25
25
|
RendererProtocolManager
|
|
26
|
-
} from "../../chunk-files/chunk-
|
|
26
|
+
} from "../../chunk-files/chunk-LINYTRNI.js";
|
|
27
27
|
import "../../chunk-files/chunk-WOJ2UKI7.js";
|
|
28
28
|
import {
|
|
29
29
|
ShortcutManager
|
|
@@ -32,41 +32,41 @@ import "../../chunk-files/chunk-Q7LCZIQP.js";
|
|
|
32
32
|
import "../../chunk-files/chunk-GROGDGEL.js";
|
|
33
33
|
import {
|
|
34
34
|
AppStore
|
|
35
|
-
} from "../../chunk-files/chunk-
|
|
35
|
+
} from "../../chunk-files/chunk-UZZNSK2N.js";
|
|
36
36
|
import {
|
|
37
37
|
ThemeManager
|
|
38
38
|
} from "../../chunk-files/chunk-3XB4IEWO.js";
|
|
39
39
|
import "../../chunk-files/chunk-SVTZ4T6S.js";
|
|
40
40
|
import {
|
|
41
41
|
JwtAuthManager
|
|
42
|
-
} from "../../chunk-files/chunk-
|
|
42
|
+
} from "../../chunk-files/chunk-UWIJOHQU.js";
|
|
43
43
|
import "../../chunk-files/chunk-J34MOWJP.js";
|
|
44
|
-
import "../../chunk-files/chunk-
|
|
44
|
+
import "../../chunk-files/chunk-RSUM4GBD.js";
|
|
45
45
|
import {
|
|
46
46
|
BannerManager
|
|
47
|
-
} from "../../chunk-files/chunk-
|
|
47
|
+
} from "../../chunk-files/chunk-JRTMZAL6.js";
|
|
48
48
|
import "../../chunk-files/chunk-YLZRRUY7.js";
|
|
49
49
|
import {
|
|
50
50
|
defineAppConfig,
|
|
51
51
|
defineRemoteServiceConfig,
|
|
52
52
|
defineUpdaterConfig
|
|
53
|
-
} from "../../chunk-files/chunk-
|
|
53
|
+
} from "../../chunk-files/chunk-I4HNKNHG.js";
|
|
54
54
|
import "../../chunk-files/chunk-Q7YMMN7J.js";
|
|
55
|
-
import "../../chunk-files/chunk-
|
|
56
|
-
import "../../chunk-files/chunk-
|
|
55
|
+
import "../../chunk-files/chunk-MEIDHSRM.js";
|
|
56
|
+
import "../../chunk-files/chunk-54VV4LZP.js";
|
|
57
57
|
import "../../chunk-files/chunk-DEODEAKM.js";
|
|
58
58
|
import "../../chunk-files/chunk-6X74EPRM.js";
|
|
59
59
|
import {
|
|
60
60
|
FileAssociationManager
|
|
61
|
-
} from "../../chunk-files/chunk-
|
|
61
|
+
} from "../../chunk-files/chunk-5PG2HXNM.js";
|
|
62
62
|
import {
|
|
63
63
|
FileAssociationUtil
|
|
64
|
-
} from "../../chunk-files/chunk-
|
|
64
|
+
} from "../../chunk-files/chunk-GTHWUWVX.js";
|
|
65
65
|
import {
|
|
66
66
|
IpcManager
|
|
67
|
-
} from "../../chunk-files/chunk-
|
|
67
|
+
} from "../../chunk-files/chunk-IJXMINJK.js";
|
|
68
68
|
import "../../chunk-files/chunk-W2I3I7U7.js";
|
|
69
|
-
import "../../chunk-files/chunk-
|
|
69
|
+
import "../../chunk-files/chunk-XYI5S7GI.js";
|
|
70
70
|
import {
|
|
71
71
|
MainWindowIdentity
|
|
72
72
|
} from "../../chunk-files/chunk-KFV4GXVE.js";
|
|
@@ -92,12 +92,12 @@ import {
|
|
|
92
92
|
} from "../../chunk-files/chunk-KFK47PDH.js";
|
|
93
93
|
import {
|
|
94
94
|
XoLogger
|
|
95
|
-
} from "../../chunk-files/chunk-
|
|
95
|
+
} from "../../chunk-files/chunk-6CRYR26B.js";
|
|
96
96
|
import "../../chunk-files/chunk-P4CX6I4J.js";
|
|
97
97
|
import "../../chunk-files/chunk-3KBZWBNP.js";
|
|
98
98
|
import "../../chunk-files/chunk-FPN7JYR4.js";
|
|
99
99
|
import "../../chunk-files/chunk-RODB64YF.js";
|
|
100
|
-
import "../../chunk-files/chunk-
|
|
100
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
101
101
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
102
102
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
103
103
|
|
package/dist/main/auth/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
JwtAuthManager,
|
|
3
3
|
JwtAuthRefreshRejectedError
|
|
4
|
-
} from "../../chunk-files/chunk-
|
|
4
|
+
} from "../../chunk-files/chunk-UWIJOHQU.js";
|
|
5
5
|
import {
|
|
6
6
|
JwtAuthSessionChangedError,
|
|
7
7
|
RemoteServiceAllowedRequestMethods
|
|
8
8
|
} from "../../chunk-files/chunk-J34MOWJP.js";
|
|
9
|
-
import "../../chunk-files/chunk-
|
|
9
|
+
import "../../chunk-files/chunk-RSUM4GBD.js";
|
|
10
10
|
import "../../chunk-files/chunk-T3QCAOCO.js";
|
|
11
11
|
import "../../chunk-files/chunk-ID3YDA2K.js";
|
|
12
12
|
|
|
@@ -2,24 +2,24 @@ import {
|
|
|
2
2
|
defineAppConfig,
|
|
3
3
|
defineRemoteServiceConfig,
|
|
4
4
|
defineUpdaterConfig
|
|
5
|
-
} from "../../chunk-files/chunk-
|
|
5
|
+
} from "../../chunk-files/chunk-I4HNKNHG.js";
|
|
6
6
|
import {
|
|
7
7
|
defineTrayConfig
|
|
8
8
|
} from "../../chunk-files/chunk-Q7YMMN7J.js";
|
|
9
9
|
import {
|
|
10
10
|
defineMainWindowConfig,
|
|
11
11
|
defineSettingWindowConfig
|
|
12
|
-
} from "../../chunk-files/chunk-
|
|
13
|
-
import "../../chunk-files/chunk-
|
|
12
|
+
} from "../../chunk-files/chunk-MEIDHSRM.js";
|
|
13
|
+
import "../../chunk-files/chunk-54VV4LZP.js";
|
|
14
14
|
import "../../chunk-files/chunk-DEODEAKM.js";
|
|
15
15
|
import "../../chunk-files/chunk-6X74EPRM.js";
|
|
16
|
-
import "../../chunk-files/chunk-
|
|
16
|
+
import "../../chunk-files/chunk-GTHWUWVX.js";
|
|
17
17
|
import "../../chunk-files/chunk-KFK47PDH.js";
|
|
18
18
|
import {
|
|
19
19
|
defineLoggerConfig
|
|
20
20
|
} from "../../chunk-files/chunk-3KBZWBNP.js";
|
|
21
21
|
import "../../chunk-files/chunk-RODB64YF.js";
|
|
22
|
-
import "../../chunk-files/chunk-
|
|
22
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
23
23
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
24
24
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
25
25
|
export {
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
FileAssociationHandlersAbstract,
|
|
4
4
|
FileAssociationManager,
|
|
5
5
|
FileAssociationManagerAbstract
|
|
6
|
-
} from "../../chunk-files/chunk-
|
|
7
|
-
import "../../chunk-files/chunk-
|
|
6
|
+
} from "../../chunk-files/chunk-5PG2HXNM.js";
|
|
7
|
+
import "../../chunk-files/chunk-GTHWUWVX.js";
|
|
8
8
|
export {
|
|
9
9
|
AppFileAssociationHandlers,
|
|
10
10
|
FileAssociationHandlersAbstract,
|
package/dist/main/ipc/index.js
CHANGED
|
@@ -15,9 +15,9 @@ import {
|
|
|
15
15
|
ThemeHandlers,
|
|
16
16
|
UpdaterHandlers,
|
|
17
17
|
WindowHandlers
|
|
18
|
-
} from "../../chunk-files/chunk-
|
|
18
|
+
} from "../../chunk-files/chunk-IJXMINJK.js";
|
|
19
19
|
import "../../chunk-files/chunk-W2I3I7U7.js";
|
|
20
|
-
import "../../chunk-files/chunk-
|
|
20
|
+
import "../../chunk-files/chunk-XYI5S7GI.js";
|
|
21
21
|
import "../../chunk-files/chunk-KFV4GXVE.js";
|
|
22
22
|
import "../../chunk-files/chunk-RAVPJRBA.js";
|
|
23
23
|
import "../../chunk-files/chunk-LQ67F6EY.js";
|
|
@@ -37,7 +37,7 @@ import "../../chunk-files/chunk-ID3YDA2K.js";
|
|
|
37
37
|
import "../../chunk-files/chunk-KFK47PDH.js";
|
|
38
38
|
import "../../chunk-files/chunk-FPN7JYR4.js";
|
|
39
39
|
import "../../chunk-files/chunk-RODB64YF.js";
|
|
40
|
-
import "../../chunk-files/chunk-
|
|
40
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
41
41
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
42
42
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
43
43
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
XoLogger
|
|
3
|
-
} from "../../chunk-files/chunk-
|
|
3
|
+
} from "../../chunk-files/chunk-6CRYR26B.js";
|
|
4
4
|
import "../../chunk-files/chunk-P4CX6I4J.js";
|
|
5
5
|
import "../../chunk-files/chunk-3KBZWBNP.js";
|
|
6
6
|
import "../../chunk-files/chunk-FPN7JYR4.js";
|
|
7
7
|
import "../../chunk-files/chunk-RODB64YF.js";
|
|
8
|
-
import "../../chunk-files/chunk-
|
|
8
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
9
9
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
10
10
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
11
11
|
export {
|
package/dist/main/menu/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
MenuItems,
|
|
6
6
|
MenuManager,
|
|
7
7
|
MenuManagerAbstract
|
|
8
|
-
} from "../../chunk-files/chunk-
|
|
8
|
+
} from "../../chunk-files/chunk-EORIIGU5.js";
|
|
9
9
|
import "../../chunk-files/chunk-GUOSVDXA.js";
|
|
10
10
|
import "../../chunk-files/chunk-EQTU45UO.js";
|
|
11
11
|
import "../../chunk-files/chunk-YLZRRUY7.js";
|
package/dist/main/mode/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../chunk-files/chunk-6X74EPRM.js";
|
|
2
2
|
import {
|
|
3
3
|
AppMode
|
|
4
|
-
} from "../../chunk-files/chunk-
|
|
4
|
+
} from "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
5
5
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
6
6
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
7
7
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RemoteServiceManager,
|
|
3
3
|
RemoteServiceManagerAbstract
|
|
4
|
-
} from "../../chunk-files/chunk-
|
|
4
|
+
} from "../../chunk-files/chunk-NWS66EMP.js";
|
|
5
5
|
import {
|
|
6
6
|
RemoteServiceAllowedRequestMethods
|
|
7
7
|
} from "../../chunk-files/chunk-J34MOWJP.js";
|
|
8
8
|
import "../../chunk-files/chunk-RN7AI33H.js";
|
|
9
9
|
import "../../chunk-files/chunk-ID3YDA2K.js";
|
|
10
|
-
import "../../chunk-files/chunk-
|
|
10
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
11
11
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
12
12
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
13
13
|
export {
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
RendererProtocolManagerAbstract,
|
|
5
5
|
RendererRemoteServiceProtocolHandlers,
|
|
6
6
|
RendererRootProtocolHandlers
|
|
7
|
-
} from "../../chunk-files/chunk-
|
|
7
|
+
} from "../../chunk-files/chunk-LINYTRNI.js";
|
|
8
8
|
import "../../chunk-files/chunk-WOJ2UKI7.js";
|
|
9
|
-
import "../../chunk-files/chunk-
|
|
9
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
10
10
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
11
11
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
12
12
|
export {
|
package/dist/main/store/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AppStore
|
|
3
|
-
} from "../../chunk-files/chunk-
|
|
3
|
+
} from "../../chunk-files/chunk-UZZNSK2N.js";
|
|
4
4
|
import "../../chunk-files/chunk-SVTZ4T6S.js";
|
|
5
5
|
import {
|
|
6
6
|
JwtAuthStore
|
|
7
|
-
} from "../../chunk-files/chunk-
|
|
7
|
+
} from "../../chunk-files/chunk-RSUM4GBD.js";
|
|
8
8
|
import "../../chunk-files/chunk-WKVLVI6N.js";
|
|
9
9
|
import "../../chunk-files/chunk-Y3OEXVQ2.js";
|
|
10
10
|
export {
|
package/dist/main/tray/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UpdaterManager,
|
|
3
3
|
UpdaterManagerAbstract
|
|
4
|
-
} from "../../chunk-files/chunk-
|
|
4
|
+
} from "../../chunk-files/chunk-YOHI7FJI.js";
|
|
5
5
|
import "../../chunk-files/chunk-LQ67F6EY.js";
|
|
6
6
|
import "../../chunk-files/chunk-OUFO3LM4.js";
|
|
7
7
|
import "../../chunk-files/chunk-6FDO72PN.js";
|
|
@@ -11,7 +11,7 @@ import "../../chunk-files/chunk-6BOPFOZD.js";
|
|
|
11
11
|
import "../../chunk-files/chunk-ID3YDA2K.js";
|
|
12
12
|
import "../../chunk-files/chunk-FPN7JYR4.js";
|
|
13
13
|
import "../../chunk-files/chunk-RODB64YF.js";
|
|
14
|
-
import "../../chunk-files/chunk-
|
|
14
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
15
15
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
16
16
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
17
17
|
export {
|
package/dist/main/utils/index.js
CHANGED
|
@@ -7,26 +7,26 @@ import {
|
|
|
7
7
|
} from "../../chunk-files/chunk-HT5V5A7S.js";
|
|
8
8
|
import {
|
|
9
9
|
WindowUtil
|
|
10
|
-
} from "../../chunk-files/chunk-
|
|
10
|
+
} from "../../chunk-files/chunk-EZIOHYQG.js";
|
|
11
11
|
import {
|
|
12
12
|
ShortcutUtil
|
|
13
13
|
} from "../../chunk-files/chunk-GROGDGEL.js";
|
|
14
14
|
import {
|
|
15
15
|
XoUtil
|
|
16
|
-
} from "../../chunk-files/chunk-
|
|
16
|
+
} from "../../chunk-files/chunk-54VV4LZP.js";
|
|
17
17
|
import {
|
|
18
18
|
FileAssociationUtil
|
|
19
|
-
} from "../../chunk-files/chunk-
|
|
19
|
+
} from "../../chunk-files/chunk-GTHWUWVX.js";
|
|
20
20
|
import {
|
|
21
21
|
XoPathUtil
|
|
22
|
-
} from "../../chunk-files/chunk-
|
|
22
|
+
} from "../../chunk-files/chunk-XYI5S7GI.js";
|
|
23
23
|
import {
|
|
24
24
|
ProtocolUtil
|
|
25
25
|
} from "../../chunk-files/chunk-KFK47PDH.js";
|
|
26
26
|
import {
|
|
27
27
|
RuntimeConfigUtil,
|
|
28
28
|
XoAppRootUtil
|
|
29
|
-
} from "../../chunk-files/chunk-
|
|
29
|
+
} from "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
30
30
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
31
31
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
32
32
|
|
|
@@ -63,7 +63,7 @@ var TrayUtil = class {
|
|
|
63
63
|
};
|
|
64
64
|
|
|
65
65
|
// src/main/utils/xo-app-util.ts
|
|
66
|
-
import path from "
|
|
66
|
+
import path from "path";
|
|
67
67
|
var XoAppUtil = class {
|
|
68
68
|
/**
|
|
69
69
|
* 解析业务端项目内 preload 文件路径
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
SettingWindowType,
|
|
6
6
|
WindowLifecycleAbstract,
|
|
7
7
|
WindowManager
|
|
8
|
-
} from "../../chunk-files/chunk-
|
|
9
|
-
import "../../chunk-files/chunk-
|
|
10
|
-
import "../../chunk-files/chunk-
|
|
11
|
-
import "../../chunk-files/chunk-
|
|
8
|
+
} from "../../chunk-files/chunk-YZYF5HTA.js";
|
|
9
|
+
import "../../chunk-files/chunk-EZIOHYQG.js";
|
|
10
|
+
import "../../chunk-files/chunk-MEIDHSRM.js";
|
|
11
|
+
import "../../chunk-files/chunk-54VV4LZP.js";
|
|
12
12
|
import "../../chunk-files/chunk-6X74EPRM.js";
|
|
13
|
-
import "../../chunk-files/chunk-
|
|
13
|
+
import "../../chunk-files/chunk-GTHWUWVX.js";
|
|
14
14
|
import "../../chunk-files/chunk-KFV4GXVE.js";
|
|
15
15
|
import "../../chunk-files/chunk-BFD2LHLK.js";
|
|
16
16
|
import "../../chunk-files/chunk-PVWRRUOK.js";
|
|
@@ -23,7 +23,7 @@ import "../../chunk-files/chunk-ID3YDA2K.js";
|
|
|
23
23
|
import "../../chunk-files/chunk-KFK47PDH.js";
|
|
24
24
|
import "../../chunk-files/chunk-FPN7JYR4.js";
|
|
25
25
|
import "../../chunk-files/chunk-RODB64YF.js";
|
|
26
|
-
import "../../chunk-files/chunk-
|
|
26
|
+
import "../../chunk-files/chunk-P5ZMDIS2.js";
|
|
27
27
|
import "../../chunk-files/chunk-3RVKOFMP.js";
|
|
28
28
|
import "../../chunk-files/chunk-FMQTZ3QV.js";
|
|
29
29
|
export {
|
|
@@ -31,19 +31,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
31
31
|
var require_timezone = __commonJS({
|
|
32
32
|
"node_modules/dayjs/plugin/timezone.js"(exports, module) {
|
|
33
33
|
"use strict";
|
|
34
|
-
!function(t, e) {
|
|
34
|
+
!(function(t, e) {
|
|
35
35
|
"object" == typeof exports && "undefined" != typeof module ? module.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs_plugin_timezone = e();
|
|
36
|
-
}(exports, function() {
|
|
36
|
+
})(exports, (function() {
|
|
37
37
|
"use strict";
|
|
38
38
|
var t = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, e = {};
|
|
39
39
|
return function(n, i, o) {
|
|
40
40
|
var r, a = function(t2, n2, i2) {
|
|
41
41
|
void 0 === i2 && (i2 = {});
|
|
42
|
-
var o2 = new Date(t2), r2 = function(t3, n3) {
|
|
42
|
+
var o2 = new Date(t2), r2 = (function(t3, n3) {
|
|
43
43
|
void 0 === n3 && (n3 = {});
|
|
44
44
|
var i3 = n3.timeZoneName || "short", o3 = t3 + "|" + i3, r3 = e[o3];
|
|
45
45
|
return r3 || (r3 = new Intl.DateTimeFormat("en-US", { hour12: false, timeZone: t3, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: i3 }), e[o3] = r3), r3;
|
|
46
|
-
}(n2, i2);
|
|
46
|
+
})(n2, i2);
|
|
47
47
|
return r2.formatToParts(o2);
|
|
48
48
|
}, u = function(e2, n2) {
|
|
49
49
|
for (var i2 = a(e2, n2), r2 = [], u2 = 0; u2 < i2.length; u2 += 1) {
|
|
@@ -63,9 +63,9 @@ var require_timezone = __commonJS({
|
|
|
63
63
|
}
|
|
64
64
|
return n2.$x.$timezone = t2, n2;
|
|
65
65
|
}, f.offsetName = function(t2) {
|
|
66
|
-
var e2 = this.$x.$timezone || o.tz.guess(), n2 = a(this.valueOf(), e2, { timeZoneName: t2 }).find(function(t3) {
|
|
66
|
+
var e2 = this.$x.$timezone || o.tz.guess(), n2 = a(this.valueOf(), e2, { timeZoneName: t2 }).find((function(t3) {
|
|
67
67
|
return "timezonename" === t3.type.toLowerCase();
|
|
68
|
-
});
|
|
68
|
+
}));
|
|
69
69
|
return n2 && n2.value;
|
|
70
70
|
};
|
|
71
71
|
var s = f.startOf;
|
|
@@ -76,12 +76,12 @@ var require_timezone = __commonJS({
|
|
|
76
76
|
}, o.tz = function(t2, e2, n2) {
|
|
77
77
|
var i2 = n2 && e2, a2 = n2 || e2 || r, f2 = u(+o(), a2);
|
|
78
78
|
if ("string" != typeof t2) return o(t2).tz(a2);
|
|
79
|
-
var s2 = function(t3, e3, n3) {
|
|
79
|
+
var s2 = (function(t3, e3, n3) {
|
|
80
80
|
var i3 = t3 - 60 * e3 * 1e3, o2 = u(i3, n3);
|
|
81
81
|
if (e3 === o2) return [i3, e3];
|
|
82
82
|
var r2 = u(i3 -= 60 * (o2 - e3) * 1e3, n3);
|
|
83
83
|
return o2 === r2 ? [i3, o2] : [t3 - 60 * Math.min(o2, r2) * 1e3, Math.max(o2, r2)];
|
|
84
|
-
}(o.utc(t2, i2).valueOf(), f2, a2), m = s2[0], c = s2[1], d = o(m).utcOffset(c);
|
|
84
|
+
})(o.utc(t2, i2).valueOf(), f2, a2), m = s2[0], c = s2[1], d = o(m).utcOffset(c);
|
|
85
85
|
return d.$x.$timezone = a2, d;
|
|
86
86
|
}, o.tz.guess = function() {
|
|
87
87
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
@@ -89,7 +89,7 @@ var require_timezone = __commonJS({
|
|
|
89
89
|
r = t2;
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
|
-
});
|
|
92
|
+
}));
|
|
93
93
|
}
|
|
94
94
|
});
|
|
95
95
|
|
|
@@ -97,9 +97,9 @@ var require_timezone = __commonJS({
|
|
|
97
97
|
var require_utc = __commonJS({
|
|
98
98
|
"node_modules/dayjs/plugin/utc.js"(exports, module) {
|
|
99
99
|
"use strict";
|
|
100
|
-
!function(t, i) {
|
|
100
|
+
!(function(t, i) {
|
|
101
101
|
"object" == typeof exports && "undefined" != typeof module ? module.exports = i() : "function" == typeof define && define.amd ? define(i) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs_plugin_utc = i();
|
|
102
|
-
}(exports, function() {
|
|
102
|
+
})(exports, (function() {
|
|
103
103
|
"use strict";
|
|
104
104
|
var t = "minute", i = /[+-]\d\d(?::?\d\d)?/g, e = /([+-]|\d\d)/g;
|
|
105
105
|
return function(s, f, n) {
|
|
@@ -128,13 +128,13 @@ var require_utc = __commonJS({
|
|
|
128
128
|
u.utcOffset = function(s2, f2) {
|
|
129
129
|
var n2 = this.$utils().u;
|
|
130
130
|
if (n2(s2)) return this.$u ? 0 : n2(this.$offset) ? a.call(this) : this.$offset;
|
|
131
|
-
if ("string" == typeof s2 && (s2 = function(t2) {
|
|
131
|
+
if ("string" == typeof s2 && (s2 = (function(t2) {
|
|
132
132
|
void 0 === t2 && (t2 = "");
|
|
133
133
|
var s3 = t2.match(i);
|
|
134
134
|
if (!s3) return null;
|
|
135
135
|
var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
|
|
136
136
|
return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
|
|
137
|
-
}(s2), null === s2)) return this;
|
|
137
|
+
})(s2), null === s2)) return this;
|
|
138
138
|
var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2;
|
|
139
139
|
if (0 === u2) return this.utc(f2);
|
|
140
140
|
var r2 = this.clone();
|
|
@@ -167,7 +167,7 @@ var require_utc = __commonJS({
|
|
|
167
167
|
return c.call(s2, f2, i2, e2);
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
|
-
});
|
|
170
|
+
}));
|
|
171
171
|
}
|
|
172
172
|
});
|
|
173
173
|
|
|
@@ -13,6 +13,8 @@ var XoCaptchaCssProperty = class {
|
|
|
13
13
|
this.props = props;
|
|
14
14
|
this.dark = dark;
|
|
15
15
|
}
|
|
16
|
+
props;
|
|
17
|
+
dark;
|
|
16
18
|
/**
|
|
17
19
|
* 动态主题 css 变量
|
|
18
20
|
* @returns {Record<string, string | number | undefined>} CSS 变量
|
|
@@ -259,7 +261,7 @@ var XoCaptchaHelper = class {
|
|
|
259
261
|
|
|
260
262
|
// src/renderer/components/captcha/internal/captcha-injector.ts
|
|
261
263
|
import { inject, provide, reactive } from "vue";
|
|
262
|
-
var CaptchaGlobalOptionsKey = Symbol("XoCaptchaGlobalOptions");
|
|
264
|
+
var CaptchaGlobalOptionsKey = /* @__PURE__ */ Symbol("XoCaptchaGlobalOptions");
|
|
263
265
|
var XoCaptchaInjector = class {
|
|
264
266
|
/**
|
|
265
267
|
* 提供验证码全局配置
|
|
@@ -295,6 +297,7 @@ var XoCaptchaUiPatch = class {
|
|
|
295
297
|
constructor(config) {
|
|
296
298
|
this.config = config;
|
|
297
299
|
}
|
|
300
|
+
config;
|
|
298
301
|
/**
|
|
299
302
|
* 应用补丁
|
|
300
303
|
* @returns {Promise<void>}
|
|
@@ -386,6 +389,7 @@ var XoCaptchaWasmLoader = class {
|
|
|
386
389
|
constructor(options) {
|
|
387
390
|
this.options = options;
|
|
388
391
|
}
|
|
392
|
+
options;
|
|
389
393
|
/**
|
|
390
394
|
* 加载 WASM 运行时和验证码模块
|
|
391
395
|
* @returns {Promise<void>} WASM 服务准备完成的 Promise
|
|
@@ -315,7 +315,7 @@ var ContextUtil = class {
|
|
|
315
315
|
* flex 布局表单上下文 Key
|
|
316
316
|
* @type {InjectionKey<XoComponent.FormFlexContext>}
|
|
317
317
|
*/
|
|
318
|
-
static FormFlexKey = Symbol("XoFormFlexContext");
|
|
318
|
+
static FormFlexKey = /* @__PURE__ */ Symbol("XoFormFlexContext");
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
// src/renderer/utils/error-util.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FileWriteViteUtil
|
|
3
|
-
} from "../../chunk-files/chunk-
|
|
3
|
+
} from "../../chunk-files/chunk-O6MPEUG6.js";
|
|
4
4
|
import {
|
|
5
5
|
BuildChunk,
|
|
6
6
|
BuildCspUpdate,
|
|
@@ -45,8 +45,8 @@ var defineElectronAppConfig = (override) => {
|
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
// src/vite/config/electron-builder-config.ts
|
|
48
|
-
import fs from "
|
|
49
|
-
import path from "
|
|
48
|
+
import fs from "fs";
|
|
49
|
+
import path from "path";
|
|
50
50
|
var defaultConfig = (options) => {
|
|
51
51
|
const { rootDir, electronAppConfig } = options;
|
|
52
52
|
const packageJson = parsePackageJson(rootDir);
|
|
@@ -339,8 +339,8 @@ function serializeReleaseNotes(notes) {
|
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
// node_modules/@vitejs/plugin-vue/dist/index.mjs
|
|
342
|
-
import { createRequire } from "
|
|
343
|
-
import fs2 from "
|
|
342
|
+
import { createRequire } from "module";
|
|
343
|
+
import fs2 from "fs";
|
|
344
344
|
import { createFilter, formatPostcssSourceMap, isCSSRequest, normalizePath, transformWithEsbuild } from "vite";
|
|
345
345
|
import { computed, shallowRef } from "vue";
|
|
346
346
|
|
|
@@ -377,10 +377,10 @@ function makeRegexIdFilterToMatchWithQuery(input) {
|
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
// node_modules/@vitejs/plugin-vue/dist/index.mjs
|
|
380
|
-
import path2 from "
|
|
381
|
-
import crypto from "
|
|
382
|
-
import { isatty } from "
|
|
383
|
-
import { formatWithOptions, inspect } from "
|
|
380
|
+
import path2 from "path";
|
|
381
|
+
import crypto from "crypto";
|
|
382
|
+
import { isatty } from "tty";
|
|
383
|
+
import { formatWithOptions, inspect } from "util";
|
|
384
384
|
var version = "6.0.6";
|
|
385
385
|
function resolveCompiler(root) {
|
|
386
386
|
const compiler = tryResolveCompiler(root) || tryResolveCompiler();
|
|
@@ -2108,7 +2108,7 @@ var defineViteObfuscationConfig = (override) => {
|
|
|
2108
2108
|
};
|
|
2109
2109
|
|
|
2110
2110
|
// src/vite/config/electron-vite-config.ts
|
|
2111
|
-
import path3 from "
|
|
2111
|
+
import path3 from "path";
|
|
2112
2112
|
import Components from "unplugin-vue-components/vite";
|
|
2113
2113
|
var defaultConfig3 = (options) => {
|
|
2114
2114
|
const likeProd = ViteMode.likeProd(options.env);
|
package/dist/vite/orval/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/vite/orval/orval-global-types.ts
|
|
2
|
-
import fs from "
|
|
3
|
-
import path from "
|
|
2
|
+
import fs from "fs/promises";
|
|
3
|
+
import path from "path";
|
|
4
4
|
import ts from "typescript";
|
|
5
5
|
var orvalHeaderMarker = "Generated by orval";
|
|
6
6
|
function isExported(node) {
|