@multiplatform.one/desktop 6.0.0
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/CHANGELOG.md +12 -0
- package/LICENSE +201 -0
- package/package.json +55 -0
- package/src/dialog/dialog.spec.ts +93 -0
- package/src/dialog/index.tauri.ts +69 -0
- package/src/dialog/index.ts +64 -0
- package/src/fs/fs.spec.ts +36 -0
- package/src/fs/index.tauri.ts +36 -0
- package/src/fs/index.ts +34 -0
- package/src/index.ts +4 -0
- package/src/paths/index.tauri.ts +22 -0
- package/src/paths/index.ts +28 -0
- package/src/paths/paths.spec.ts +71 -0
- package/src/updater/index.tauri.ts +82 -0
- package/src/updater/index.ts +49 -0
- package/src/updater/updater.spec.ts +16 -0
- package/tsconfig.json +7 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/vitest.config.mjs +9 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# @multiplatform.one/desktop
|
|
2
|
+
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- Unified 6.0.0 release: realign all public `@multiplatform.one/*` packages onto a single, matching version line (changesets `fixed` group). Highlights:
|
|
8
|
+
- **web3 split** into standalone `@multiplatform.one/connectkit` and `@multiplatform.one/gpg` packages; `web3` now depends on them instead of bundling ConnectKit.
|
|
9
|
+
- **Sign-In With GPG** screen added to the ConnectKit modal.
|
|
10
|
+
- **Native workspace web-resolution fix** + platform-split wrappers (rich-text / `TextEditor`, forms `Barcode`) so web-only libraries stay out of the native Hermes bundle.
|
|
11
|
+
|
|
12
|
+
From this release on, these packages are versioned together.
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2021 [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/package.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@multiplatform.one/desktop",
|
|
3
|
+
"version": "6.0.0",
|
|
4
|
+
"description": "Desktop platform APIs (Tauri) for multiplatform.one",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"desktop",
|
|
7
|
+
"multiplatform",
|
|
8
|
+
"multiplatform.one",
|
|
9
|
+
"tauri"
|
|
10
|
+
],
|
|
11
|
+
"license": "Apache-2.0",
|
|
12
|
+
"author": "BitSpur",
|
|
13
|
+
"source": "src/index.ts",
|
|
14
|
+
"sideEffects": false,
|
|
15
|
+
"main": "src/index.ts",
|
|
16
|
+
"module": "src/index.ts",
|
|
17
|
+
"types": "src/index.ts",
|
|
18
|
+
"exports": {
|
|
19
|
+
"./package.json": "./package.json",
|
|
20
|
+
".": {
|
|
21
|
+
"source": "./src/index.ts",
|
|
22
|
+
"types": "./src/index.ts",
|
|
23
|
+
"default": "./src/index.ts"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"access": "public"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"typescript": "~5.9.3"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"@tauri-apps/api": "^2.0.0",
|
|
34
|
+
"@tauri-apps/plugin-dialog": "^2.0.0",
|
|
35
|
+
"@tauri-apps/plugin-fs": "^2.0.0",
|
|
36
|
+
"@tauri-apps/plugin-updater": "^2.0.0"
|
|
37
|
+
},
|
|
38
|
+
"peerDependenciesMeta": {
|
|
39
|
+
"@tauri-apps/api": {
|
|
40
|
+
"optional": true
|
|
41
|
+
},
|
|
42
|
+
"@tauri-apps/plugin-dialog": {
|
|
43
|
+
"optional": true
|
|
44
|
+
},
|
|
45
|
+
"@tauri-apps/plugin-fs": {
|
|
46
|
+
"optional": true
|
|
47
|
+
},
|
|
48
|
+
"@tauri-apps/plugin-updater": {
|
|
49
|
+
"optional": true
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"scripts": {
|
|
53
|
+
"typecheck": "tsc --noEmit"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { describe, expect, it, vi, beforeEach, afterEach } from "vitest";
|
|
2
|
+
import { dialog } from "./index";
|
|
3
|
+
|
|
4
|
+
describe("dialog web stubs", () => {
|
|
5
|
+
let alertFn: ReturnType<typeof vi.fn>;
|
|
6
|
+
let confirmFn: ReturnType<typeof vi.fn>;
|
|
7
|
+
let promptFn: ReturnType<typeof vi.fn>;
|
|
8
|
+
|
|
9
|
+
beforeEach(() => {
|
|
10
|
+
alertFn = vi.fn();
|
|
11
|
+
confirmFn = vi.fn().mockReturnValue(true);
|
|
12
|
+
promptFn = vi.fn().mockReturnValue("typed");
|
|
13
|
+
vi.stubGlobal("alert", alertFn);
|
|
14
|
+
vi.stubGlobal("confirm", confirmFn);
|
|
15
|
+
vi.stubGlobal("prompt", promptFn);
|
|
16
|
+
window.alert = alertFn as unknown as typeof window.alert;
|
|
17
|
+
window.confirm = confirmFn as unknown as typeof window.confirm;
|
|
18
|
+
window.prompt = promptFn as unknown as typeof window.prompt;
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
afterEach(() => {
|
|
22
|
+
vi.restoreAllMocks();
|
|
23
|
+
vi.unstubAllGlobals();
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
describe("open", () => {
|
|
27
|
+
it("returns null", async () => {
|
|
28
|
+
expect(await dialog.open()).toBeNull();
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
it("returns null with options", async () => {
|
|
32
|
+
expect(await dialog.open({ title: "Open", multiple: true })).toBeNull();
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
describe("save", () => {
|
|
37
|
+
it("returns null", async () => {
|
|
38
|
+
expect(await dialog.save()).toBeNull();
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
describe("message", () => {
|
|
43
|
+
it("calls window.alert with the message", async () => {
|
|
44
|
+
await dialog.message("Hello");
|
|
45
|
+
expect(alertFn).toHaveBeenCalledWith("Hello");
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
it("prepends title when provided", async () => {
|
|
49
|
+
await dialog.message("Body", { title: "Title" });
|
|
50
|
+
expect(alertFn).toHaveBeenCalledWith("Title\n\nBody");
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
describe("ask", () => {
|
|
55
|
+
it("calls window.confirm and returns the result", async () => {
|
|
56
|
+
confirmFn.mockReturnValue(true);
|
|
57
|
+
expect(await dialog.ask("Continue?")).toBe(true);
|
|
58
|
+
expect(confirmFn).toHaveBeenCalledWith("Continue?");
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
it("returns false when user cancels", async () => {
|
|
62
|
+
confirmFn.mockReturnValue(false);
|
|
63
|
+
expect(await dialog.ask("Sure?")).toBe(false);
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
it("prepends title when provided", async () => {
|
|
67
|
+
confirmFn.mockReturnValue(true);
|
|
68
|
+
await dialog.ask("Question?", { title: "Important" });
|
|
69
|
+
expect(confirmFn).toHaveBeenCalledWith("Important\n\nQuestion?");
|
|
70
|
+
});
|
|
71
|
+
});
|
|
72
|
+
|
|
73
|
+
describe("confirm", () => {
|
|
74
|
+
it("calls window.confirm", async () => {
|
|
75
|
+
confirmFn.mockReturnValue(true);
|
|
76
|
+
expect(await dialog.confirm("Delete?")).toBe(true);
|
|
77
|
+
});
|
|
78
|
+
});
|
|
79
|
+
|
|
80
|
+
describe("prompt", () => {
|
|
81
|
+
it("calls window.prompt with message and default value", async () => {
|
|
82
|
+
promptFn.mockReturnValue("typed");
|
|
83
|
+
const result = await dialog.prompt("Enter name:", "default");
|
|
84
|
+
expect(promptFn).toHaveBeenCalledWith("Enter name:", "default");
|
|
85
|
+
expect(result).toBe("typed");
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
it("returns null when user cancels", async () => {
|
|
89
|
+
promptFn.mockReturnValue(null);
|
|
90
|
+
expect(await dialog.prompt("Enter:")).toBeNull();
|
|
91
|
+
});
|
|
92
|
+
});
|
|
93
|
+
});
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import {
|
|
2
|
+
open as tauriOpen,
|
|
3
|
+
save as tauriSave,
|
|
4
|
+
message as tauriMessage,
|
|
5
|
+
ask as tauriAsk,
|
|
6
|
+
confirm as tauriConfirm,
|
|
7
|
+
} from "@tauri-apps/plugin-dialog";
|
|
8
|
+
import type {
|
|
9
|
+
DialogApi,
|
|
10
|
+
OpenDialogOptions,
|
|
11
|
+
SaveDialogOptions,
|
|
12
|
+
MessageDialogOptions,
|
|
13
|
+
ConfirmDialogOptions,
|
|
14
|
+
} from "./index";
|
|
15
|
+
|
|
16
|
+
export const dialog: DialogApi = {
|
|
17
|
+
async open(options?: OpenDialogOptions): Promise<string | string[] | null> {
|
|
18
|
+
const result = await tauriOpen({
|
|
19
|
+
title: options?.title,
|
|
20
|
+
defaultPath: options?.defaultPath,
|
|
21
|
+
filters: options?.filters,
|
|
22
|
+
multiple: options?.multiple,
|
|
23
|
+
directory: options?.directory,
|
|
24
|
+
});
|
|
25
|
+
return result;
|
|
26
|
+
},
|
|
27
|
+
async save(options?: SaveDialogOptions): Promise<string | null> {
|
|
28
|
+
const result = await tauriSave({
|
|
29
|
+
title: options?.title,
|
|
30
|
+
defaultPath: options?.defaultPath,
|
|
31
|
+
filters: options?.filters,
|
|
32
|
+
});
|
|
33
|
+
return result;
|
|
34
|
+
},
|
|
35
|
+
async message(message: string, options?: MessageDialogOptions): Promise<void> {
|
|
36
|
+
await tauriMessage(message, {
|
|
37
|
+
title: options?.title,
|
|
38
|
+
kind: options?.kind,
|
|
39
|
+
okLabel: options?.okLabel,
|
|
40
|
+
});
|
|
41
|
+
},
|
|
42
|
+
async ask(message: string, options?: ConfirmDialogOptions): Promise<boolean> {
|
|
43
|
+
return tauriAsk(message, {
|
|
44
|
+
title: options?.title,
|
|
45
|
+
kind: options?.kind,
|
|
46
|
+
okLabel: options?.okLabel,
|
|
47
|
+
cancelLabel: options?.cancelLabel,
|
|
48
|
+
});
|
|
49
|
+
},
|
|
50
|
+
async confirm(message: string, options?: ConfirmDialogOptions): Promise<boolean> {
|
|
51
|
+
return tauriConfirm(message, {
|
|
52
|
+
title: options?.title,
|
|
53
|
+
kind: options?.kind,
|
|
54
|
+
okLabel: options?.okLabel,
|
|
55
|
+
cancelLabel: options?.cancelLabel,
|
|
56
|
+
});
|
|
57
|
+
},
|
|
58
|
+
async prompt(_message: string, _defaultValue?: string): Promise<string | null> {
|
|
59
|
+
return null;
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export type {
|
|
64
|
+
DialogApi,
|
|
65
|
+
OpenDialogOptions,
|
|
66
|
+
SaveDialogOptions,
|
|
67
|
+
MessageDialogOptions,
|
|
68
|
+
ConfirmDialogOptions,
|
|
69
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export interface FileFilter {
|
|
2
|
+
name: string;
|
|
3
|
+
extensions: string[];
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export interface OpenDialogOptions {
|
|
7
|
+
title?: string;
|
|
8
|
+
defaultPath?: string;
|
|
9
|
+
filters?: FileFilter[];
|
|
10
|
+
multiple?: boolean;
|
|
11
|
+
directory?: boolean;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface SaveDialogOptions {
|
|
15
|
+
title?: string;
|
|
16
|
+
defaultPath?: string;
|
|
17
|
+
filters?: FileFilter[];
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface MessageDialogOptions {
|
|
21
|
+
title?: string;
|
|
22
|
+
kind?: "info" | "warning" | "error";
|
|
23
|
+
okLabel?: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface ConfirmDialogOptions {
|
|
27
|
+
title?: string;
|
|
28
|
+
kind?: "info" | "warning" | "error";
|
|
29
|
+
okLabel?: string;
|
|
30
|
+
cancelLabel?: string;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface DialogApi {
|
|
34
|
+
open(options?: OpenDialogOptions): Promise<string | string[] | null>;
|
|
35
|
+
save(options?: SaveDialogOptions): Promise<string | null>;
|
|
36
|
+
message(message: string, options?: MessageDialogOptions): Promise<void>;
|
|
37
|
+
ask(message: string, options?: ConfirmDialogOptions): Promise<boolean>;
|
|
38
|
+
confirm(message: string, options?: ConfirmDialogOptions): Promise<boolean>;
|
|
39
|
+
prompt(message: string, defaultValue?: string): Promise<string | null>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// Default web implementation using browser APIs
|
|
43
|
+
export const dialog: DialogApi = {
|
|
44
|
+
async open(_options?: OpenDialogOptions): Promise<string | string[] | null> {
|
|
45
|
+
// Browser file input could be used here, but returning null for simplicity
|
|
46
|
+
return null;
|
|
47
|
+
},
|
|
48
|
+
async save(_options?: SaveDialogOptions): Promise<string | null> {
|
|
49
|
+
// Browser download could be used here, but returning null for simplicity
|
|
50
|
+
return null;
|
|
51
|
+
},
|
|
52
|
+
async message(message: string, options?: MessageDialogOptions): Promise<void> {
|
|
53
|
+
window.alert(options?.title ? `${options.title}\n\n${message}` : message);
|
|
54
|
+
},
|
|
55
|
+
async ask(message: string, options?: ConfirmDialogOptions): Promise<boolean> {
|
|
56
|
+
return window.confirm(options?.title ? `${options.title}\n\n${message}` : message);
|
|
57
|
+
},
|
|
58
|
+
async confirm(message: string, options?: ConfirmDialogOptions): Promise<boolean> {
|
|
59
|
+
return window.confirm(options?.title ? `${options.title}\n\n${message}` : message);
|
|
60
|
+
},
|
|
61
|
+
async prompt(message: string, defaultValue = ""): Promise<string | null> {
|
|
62
|
+
return window.prompt(message, defaultValue);
|
|
63
|
+
},
|
|
64
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { describe, expect, it } from "vitest";
|
|
2
|
+
import { fs } from "./index";
|
|
3
|
+
|
|
4
|
+
describe("fs web stubs", () => {
|
|
5
|
+
it("readTextFile throws with browser error", async () => {
|
|
6
|
+
await expect(fs.readTextFile("/path")).rejects.toThrow("File system not available in browser");
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
it("writeTextFile throws with browser error", async () => {
|
|
10
|
+
await expect(fs.writeTextFile("/path", "data")).rejects.toThrow(
|
|
11
|
+
"File system not available in browser",
|
|
12
|
+
);
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
it("exists throws with browser error", async () => {
|
|
16
|
+
await expect(fs.exists("/path")).rejects.toThrow("File system not available in browser");
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
it("mkdir throws with browser error", async () => {
|
|
20
|
+
await expect(fs.mkdir("/path")).rejects.toThrow("File system not available in browser");
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
it("remove throws with browser error", async () => {
|
|
24
|
+
await expect(fs.remove("/path")).rejects.toThrow("File system not available in browser");
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
it("rename throws with browser error", async () => {
|
|
28
|
+
await expect(fs.rename("/old", "/new")).rejects.toThrow("File system not available in browser");
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
it("copyFile throws with browser error", async () => {
|
|
32
|
+
await expect(fs.copyFile("/src", "/dst")).rejects.toThrow(
|
|
33
|
+
"File system not available in browser",
|
|
34
|
+
);
|
|
35
|
+
});
|
|
36
|
+
});
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
readTextFile as tauriReadTextFile,
|
|
3
|
+
writeTextFile as tauriWriteTextFile,
|
|
4
|
+
exists as tauriExists,
|
|
5
|
+
mkdir as tauriMkdir,
|
|
6
|
+
remove as tauriRemove,
|
|
7
|
+
rename as tauriRename,
|
|
8
|
+
copyFile as tauriCopyFile,
|
|
9
|
+
} from "@tauri-apps/plugin-fs";
|
|
10
|
+
import type { FsApi } from "./index";
|
|
11
|
+
|
|
12
|
+
export const fs: FsApi = {
|
|
13
|
+
async readTextFile(path: string): Promise<string> {
|
|
14
|
+
return tauriReadTextFile(path);
|
|
15
|
+
},
|
|
16
|
+
async writeTextFile(path: string, contents: string): Promise<void> {
|
|
17
|
+
await tauriWriteTextFile(path, contents);
|
|
18
|
+
},
|
|
19
|
+
async exists(path: string): Promise<boolean> {
|
|
20
|
+
return tauriExists(path);
|
|
21
|
+
},
|
|
22
|
+
async mkdir(path: string, options?: { recursive?: boolean }): Promise<void> {
|
|
23
|
+
await tauriMkdir(path, options);
|
|
24
|
+
},
|
|
25
|
+
async remove(path: string, options?: { recursive?: boolean }): Promise<void> {
|
|
26
|
+
await tauriRemove(path, options);
|
|
27
|
+
},
|
|
28
|
+
async rename(oldPath: string, newPath: string): Promise<void> {
|
|
29
|
+
await tauriRename(oldPath, newPath);
|
|
30
|
+
},
|
|
31
|
+
async copyFile(src: string, dst: string): Promise<void> {
|
|
32
|
+
await tauriCopyFile(src, dst);
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export type { FsApi };
|
package/src/fs/index.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export interface FsApi {
|
|
2
|
+
readTextFile(path: string): Promise<string>;
|
|
3
|
+
writeTextFile(path: string, contents: string): Promise<void>;
|
|
4
|
+
exists(path: string): Promise<boolean>;
|
|
5
|
+
mkdir(path: string, options?: { recursive?: boolean }): Promise<void>;
|
|
6
|
+
remove(path: string, options?: { recursive?: boolean }): Promise<void>;
|
|
7
|
+
rename(oldPath: string, newPath: string): Promise<void>;
|
|
8
|
+
copyFile(src: string, dst: string): Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// Default web implementation (no file system access)
|
|
12
|
+
export const fs: FsApi = {
|
|
13
|
+
async readTextFile(_path: string): Promise<string> {
|
|
14
|
+
throw new Error("File system not available in browser");
|
|
15
|
+
},
|
|
16
|
+
async writeTextFile(_path: string, _contents: string): Promise<void> {
|
|
17
|
+
throw new Error("File system not available in browser");
|
|
18
|
+
},
|
|
19
|
+
async exists(_path: string): Promise<boolean> {
|
|
20
|
+
throw new Error("File system not available in browser");
|
|
21
|
+
},
|
|
22
|
+
async mkdir(_path: string, _options?: { recursive?: boolean }): Promise<void> {
|
|
23
|
+
throw new Error("File system not available in browser");
|
|
24
|
+
},
|
|
25
|
+
async remove(_path: string, _options?: { recursive?: boolean }): Promise<void> {
|
|
26
|
+
throw new Error("File system not available in browser");
|
|
27
|
+
},
|
|
28
|
+
async rename(_oldPath: string, _newPath: string): Promise<void> {
|
|
29
|
+
throw new Error("File system not available in browser");
|
|
30
|
+
},
|
|
31
|
+
async copyFile(_src: string, _dst: string): Promise<void> {
|
|
32
|
+
throw new Error("File system not available in browser");
|
|
33
|
+
},
|
|
34
|
+
};
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { invoke } from "@tauri-apps/api/core";
|
|
2
|
+
import type { PathsApi } from "./index";
|
|
3
|
+
|
|
4
|
+
export const paths: PathsApi = {
|
|
5
|
+
async getAppPath() {
|
|
6
|
+
return invoke<string>("get_app_path");
|
|
7
|
+
},
|
|
8
|
+
async getPath(name: string) {
|
|
9
|
+
return invoke<string>("get_path", { name });
|
|
10
|
+
},
|
|
11
|
+
async join(...segments: string[]) {
|
|
12
|
+
return invoke<string>("join_path", { segments });
|
|
13
|
+
},
|
|
14
|
+
async resolve(...segments: string[]) {
|
|
15
|
+
return invoke<string>("resolve_path", { segments });
|
|
16
|
+
},
|
|
17
|
+
async dirname(path: string) {
|
|
18
|
+
return invoke<string>("dirname", { path });
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export type { PathsApi };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export interface PathsApi {
|
|
2
|
+
getAppPath(): Promise<string>;
|
|
3
|
+
getPath(name: string): Promise<string>;
|
|
4
|
+
join(...segments: string[]): Promise<string>;
|
|
5
|
+
resolve(...segments: string[]): Promise<string>;
|
|
6
|
+
dirname(path: string): Promise<string>;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
// Default web implementation (no-op)
|
|
10
|
+
export const paths: PathsApi = {
|
|
11
|
+
async getAppPath() {
|
|
12
|
+
return "/";
|
|
13
|
+
},
|
|
14
|
+
async getPath(_name: string) {
|
|
15
|
+
return "/";
|
|
16
|
+
},
|
|
17
|
+
async join(...segments: string[]) {
|
|
18
|
+
return segments.join("/");
|
|
19
|
+
},
|
|
20
|
+
async resolve(...segments: string[]) {
|
|
21
|
+
return segments.join("/");
|
|
22
|
+
},
|
|
23
|
+
async dirname(path: string) {
|
|
24
|
+
const parts = path.split("/");
|
|
25
|
+
parts.pop();
|
|
26
|
+
return parts.join("/") || "/";
|
|
27
|
+
},
|
|
28
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { describe, expect, it } from "vitest";
|
|
2
|
+
import { paths } from "./index";
|
|
3
|
+
|
|
4
|
+
describe("paths web stubs", () => {
|
|
5
|
+
describe("getAppPath", () => {
|
|
6
|
+
it('returns "/"', async () => {
|
|
7
|
+
expect(await paths.getAppPath()).toBe("/");
|
|
8
|
+
});
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
describe("getPath", () => {
|
|
12
|
+
it('returns "/" for any name', async () => {
|
|
13
|
+
expect(await paths.getPath("home")).toBe("/");
|
|
14
|
+
expect(await paths.getPath("documents")).toBe("/");
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
describe("join", () => {
|
|
19
|
+
it("joins segments with /", async () => {
|
|
20
|
+
expect(await paths.join("a", "b", "c")).toBe("a/b/c");
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
it("joins a single segment", async () => {
|
|
24
|
+
expect(await paths.join("only")).toBe("only");
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
it("joins an empty set of segments", async () => {
|
|
28
|
+
expect(await paths.join()).toBe("");
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
it("preserves leading slashes", async () => {
|
|
32
|
+
expect(await paths.join("/home", "user", "docs")).toBe("/home/user/docs");
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
describe("resolve", () => {
|
|
37
|
+
it("joins segments with / (same as join on web)", async () => {
|
|
38
|
+
expect(await paths.resolve("a", "b")).toBe("a/b");
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
it("preserves absolute paths", async () => {
|
|
42
|
+
expect(await paths.resolve("/usr", "local", "bin")).toBe("/usr/local/bin");
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
describe("dirname", () => {
|
|
47
|
+
it("returns parent directory of a file path", async () => {
|
|
48
|
+
expect(await paths.dirname("/home/user/file.txt")).toBe("/home/user");
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
it("returns parent of a nested path", async () => {
|
|
52
|
+
expect(await paths.dirname("/a/b/c")).toBe("/a/b");
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
it('returns "/" for a root-level file', async () => {
|
|
56
|
+
expect(await paths.dirname("/file.txt")).toBe("/");
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
it('returns "/" for root path', async () => {
|
|
60
|
+
expect(await paths.dirname("/")).toBe("/");
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
it("handles paths without leading slash", async () => {
|
|
64
|
+
expect(await paths.dirname("a/b/c")).toBe("a/b");
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
it("handles a single segment (no slashes)", async () => {
|
|
68
|
+
expect(await paths.dirname("file.txt")).toBe("/");
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
});
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tauri implementation of the auto-updater API
|
|
3
|
+
*
|
|
4
|
+
* Uses tauri-plugin-updater to check for and install updates.
|
|
5
|
+
* Requires the updater plugin to be configured in tauri.conf.json with:
|
|
6
|
+
* - endpoints: Array of update manifest URLs
|
|
7
|
+
* - pubkey: Public key for verifying update signatures
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import type { UpdaterApi, UpdateInfo } from "./index";
|
|
11
|
+
|
|
12
|
+
let _updater: typeof import("@tauri-apps/plugin-updater") | null = null;
|
|
13
|
+
|
|
14
|
+
async function getUpdater() {
|
|
15
|
+
if (!_updater) {
|
|
16
|
+
_updater = await import("@tauri-apps/plugin-updater");
|
|
17
|
+
}
|
|
18
|
+
return _updater;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export const updater: UpdaterApi = {
|
|
22
|
+
async checkForUpdates(): Promise<UpdateInfo | null> {
|
|
23
|
+
try {
|
|
24
|
+
const { check } = await getUpdater();
|
|
25
|
+
const update = await check();
|
|
26
|
+
|
|
27
|
+
if (update) {
|
|
28
|
+
return {
|
|
29
|
+
version: update.version,
|
|
30
|
+
date: update.date ?? new Date().toISOString(),
|
|
31
|
+
body: update.body ?? undefined,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
return null;
|
|
35
|
+
} catch (error) {
|
|
36
|
+
console.error("[updater] Failed to check for updates:", error);
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
async downloadAndInstall(onProgress?: (progress: number) => void): Promise<boolean> {
|
|
42
|
+
try {
|
|
43
|
+
const { check } = await getUpdater();
|
|
44
|
+
const update = await check();
|
|
45
|
+
|
|
46
|
+
if (!update) {
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
let downloaded = 0;
|
|
51
|
+
let contentLength = 0;
|
|
52
|
+
|
|
53
|
+
await update.downloadAndInstall((event) => {
|
|
54
|
+
switch (event.event) {
|
|
55
|
+
case "Started":
|
|
56
|
+
contentLength = event.data.contentLength ?? 0;
|
|
57
|
+
break;
|
|
58
|
+
case "Progress":
|
|
59
|
+
downloaded += event.data.chunkLength;
|
|
60
|
+
if (onProgress && contentLength > 0) {
|
|
61
|
+
onProgress(Math.round((downloaded / contentLength) * 100));
|
|
62
|
+
}
|
|
63
|
+
break;
|
|
64
|
+
case "Finished":
|
|
65
|
+
if (onProgress) {
|
|
66
|
+
onProgress(100);
|
|
67
|
+
}
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
return true;
|
|
73
|
+
} catch (error) {
|
|
74
|
+
console.error("[updater] Failed to download and install update:", error);
|
|
75
|
+
return false;
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
|
|
79
|
+
isSupported(): boolean {
|
|
80
|
+
return true;
|
|
81
|
+
},
|
|
82
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-updater API for desktop applications
|
|
3
|
+
*
|
|
4
|
+
* This module provides a platform-agnostic interface for checking and installing
|
|
5
|
+
* application updates. The actual implementation differs by platform:
|
|
6
|
+
* - Tauri: Uses tauri-plugin-updater
|
|
7
|
+
* - Web/Mobile: No-op (updates handled by app stores or service workers)
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
export interface UpdateInfo {
|
|
11
|
+
version: string;
|
|
12
|
+
date: string;
|
|
13
|
+
body?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface UpdaterApi {
|
|
17
|
+
/**
|
|
18
|
+
* Check if an update is available
|
|
19
|
+
* @returns UpdateInfo if update available, null otherwise
|
|
20
|
+
*/
|
|
21
|
+
checkForUpdates(): Promise<UpdateInfo | null>;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Download and install the latest update
|
|
25
|
+
* @param onProgress Optional callback for download progress (0-100)
|
|
26
|
+
* @returns true if update was installed, false if no update available
|
|
27
|
+
*/
|
|
28
|
+
downloadAndInstall(onProgress?: (progress: number) => void): Promise<boolean>;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if auto-updates are supported on this platform
|
|
32
|
+
*/
|
|
33
|
+
isSupported(): boolean;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// Default no-op implementation for web/mobile
|
|
37
|
+
export const updater: UpdaterApi = {
|
|
38
|
+
async checkForUpdates(): Promise<UpdateInfo | null> {
|
|
39
|
+
return null;
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
async downloadAndInstall(): Promise<boolean> {
|
|
43
|
+
return false;
|
|
44
|
+
},
|
|
45
|
+
|
|
46
|
+
isSupported(): boolean {
|
|
47
|
+
return false;
|
|
48
|
+
},
|
|
49
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { describe, expect, it } from "vitest";
|
|
2
|
+
import { updater } from "./index";
|
|
3
|
+
|
|
4
|
+
describe("updater web stubs", () => {
|
|
5
|
+
it("checkForUpdates returns null", async () => {
|
|
6
|
+
expect(await updater.checkForUpdates()).toBeNull();
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
it("downloadAndInstall returns false", async () => {
|
|
10
|
+
expect(await updater.downloadAndInstall()).toBe(false);
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
it("isSupported returns false", () => {
|
|
14
|
+
expect(updater.isSupported()).toBe(false);
|
|
15
|
+
});
|
|
16
|
+
});
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/tslib/modules/index.d.ts","../../node_modules/@types/react/global.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@types/react/index.d.ts","../../node_modules/@types/react/jsx-runtime.d.ts","./src/dialog/index.ts","./src/fs/index.ts","./src/paths/index.ts","./src/updater/index.ts","./src/index.ts","../../node_modules/@vitest/pretty-format/dist/index.d.ts","../../node_modules/@vitest/utils/dist/display.d.ts","../../node_modules/@vitest/utils/dist/types.d.ts","../../node_modules/@vitest/utils/dist/helpers.d.ts","../../node_modules/@vitest/utils/dist/timers.d.ts","../../node_modules/@vitest/utils/dist/index.d.ts","../../node_modules/@vitest/utils/dist/types.d-bcelap-c.d.ts","../../node_modules/@vitest/utils/dist/diff.d.ts","../../node_modules/@vitest/runner/dist/tasks.d-bh0ijn67.d.ts","../../node_modules/@vitest/runner/dist/index.d.ts","../../node_modules/vitest/dist/chunks/traces.d.d2t_r8rx.d.ts","../../node_modules/vite/types/hmrpayload.d.ts","../../node_modules/vite/dist/node/chunks/modulerunnertransport.d.ts","../../node_modules/vite/types/customevent.d.ts","../../node_modules/vite/types/hot.d.ts","../../node_modules/vite/dist/node/module-runner.d.ts","../../node_modules/@vitest/snapshot/dist/environment.d-dojxxzv9.d.ts","../../node_modules/@vitest/snapshot/dist/rawsnapshot.d-d_x3-62x.d.ts","../../node_modules/@vitest/snapshot/dist/index.d.ts","../../node_modules/vitest/dist/chunks/config.d.a1h_y6jt.d.ts","../../node_modules/vitest/dist/chunks/environment.d.crsxczp1.d.ts","../../node_modules/vitest/dist/chunks/rpc.d.b_8spu0w.d.ts","../../node_modules/vitest/dist/chunks/worker.d.zphpo4yb.d.ts","../../node_modules/vitest/dist/chunks/browser.d.bcoexmfg.d.ts","../../node_modules/@vitest/spy/optional-types.d.ts","../../node_modules/@vitest/spy/dist/index.d.ts","../../node_modules/tinyrainbow/dist/index.d.ts","../../node_modules/@standard-schema/spec/dist/index.d.ts","../../node_modules/@types/deep-eql/index.d.ts","../../node_modules/assertion-error/index.d.ts","../../node_modules/@types/chai/index.d.ts","../../node_modules/vitest/node_modules/@vitest/expect/dist/index.d.ts","../../node_modules/@vitest/runner/dist/utils.d.ts","../../node_modules/tinybench/dist/index.d.ts","../../node_modules/vitest/dist/chunks/benchmark.d.daahlpsq.d.ts","../../node_modules/vitest/dist/chunks/global.d.dvssrdq5.d.ts","../../node_modules/vitest/optional-runtime-types.d.ts","../../node_modules/@vitest/mocker/dist/types.d-bji5eawu.d.ts","../../node_modules/@vitest/mocker/dist/index.d-b41z0auw.d.ts","../../node_modules/@vitest/mocker/dist/index.d.ts","../../node_modules/vitest/dist/chunks/suite.d.udjtyagw.d.ts","../../node_modules/vitest/dist/chunks/evaluatedmodules.d.bxj5omdx.d.ts","../../node_modules/vitest/dist/runners.d.ts","../../node_modules/expect-type/dist/utils.d.ts","../../node_modules/expect-type/dist/overloads.d.ts","../../node_modules/expect-type/dist/branding.d.ts","../../node_modules/expect-type/dist/messages.d.ts","../../node_modules/expect-type/dist/index.d.ts","../../node_modules/vitest/dist/index.d.ts","./src/dialog/dialog.spec.ts","../../node_modules/@tauri-apps/plugin-dialog/dist-js/index.d.ts","./src/dialog/index.tauri.ts","./src/fs/fs.spec.ts","../../node_modules/@tauri-apps/api/path.d.ts","../../node_modules/@tauri-apps/api/core.d.ts","../../node_modules/@tauri-apps/plugin-fs/dist-js/index.d.ts","./src/fs/index.tauri.ts","./src/paths/index.tauri.ts","./src/paths/paths.spec.ts","../../node_modules/@tauri-apps/plugin-updater/dist-js/index.d.ts","./src/updater/index.tauri.ts","./src/updater/updater.spec.ts","../../node_modules/@types/node/compatibility/iterators.d.ts","../../node_modules/@types/node/globals.typedarray.d.ts","../../node_modules/@types/node/buffer.buffer.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../node_modules/@types/node/web-globals/blob.d.ts","../../node_modules/@types/node/web-globals/console.d.ts","../../node_modules/@types/node/web-globals/crypto.d.ts","../../node_modules/@types/node/web-globals/domexception.d.ts","../../node_modules/@types/node/web-globals/encoding.d.ts","../../node_modules/@types/node/web-globals/events.d.ts","../../node_modules/undici-types/utility.d.ts","../../node_modules/undici-types/header.d.ts","../../node_modules/undici-types/readable.d.ts","../../node_modules/undici-types/fetch.d.ts","../../node_modules/undici-types/formdata.d.ts","../../node_modules/undici-types/connector.d.ts","../../node_modules/undici-types/client-stats.d.ts","../../node_modules/undici-types/client.d.ts","../../node_modules/undici-types/errors.d.ts","../../node_modules/undici-types/dispatcher.d.ts","../../node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/undici-types/global-origin.d.ts","../../node_modules/undici-types/pool-stats.d.ts","../../node_modules/undici-types/pool.d.ts","../../node_modules/undici-types/handlers.d.ts","../../node_modules/undici-types/balanced-pool.d.ts","../../node_modules/undici-types/round-robin-pool.d.ts","../../node_modules/undici-types/h2c-client.d.ts","../../node_modules/undici-types/agent.d.ts","../../node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/undici-types/mock-call-history.d.ts","../../node_modules/undici-types/mock-agent.d.ts","../../node_modules/undici-types/mock-client.d.ts","../../node_modules/undici-types/mock-pool.d.ts","../../node_modules/undici-types/snapshot-agent.d.ts","../../node_modules/undici-types/mock-errors.d.ts","../../node_modules/undici-types/proxy-agent.d.ts","../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/undici-types/retry-handler.d.ts","../../node_modules/undici-types/retry-agent.d.ts","../../node_modules/undici-types/api.d.ts","../../node_modules/undici-types/cache-interceptor.d.ts","../../node_modules/undici-types/interceptors.d.ts","../../node_modules/undici-types/util.d.ts","../../node_modules/undici-types/cookies.d.ts","../../node_modules/undici-types/patch.d.ts","../../node_modules/undici-types/websocket.d.ts","../../node_modules/undici-types/eventsource.d.ts","../../node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/undici-types/content-type.d.ts","../../node_modules/undici-types/cache.d.ts","../../node_modules/undici-types/index.d.ts","../../node_modules/@types/node/web-globals/fetch.d.ts","../../node_modules/@types/node/web-globals/importmeta.d.ts","../../node_modules/@types/node/web-globals/messaging.d.ts","../../node_modules/@types/node/web-globals/navigator.d.ts","../../node_modules/@types/node/web-globals/performance.d.ts","../../node_modules/@types/node/web-globals/storage.d.ts","../../node_modules/@types/node/web-globals/streams.d.ts","../../node_modules/@types/node/web-globals/timers.d.ts","../../node_modules/@types/node/web-globals/url.d.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/inspector.generated.d.ts","../../node_modules/@types/node/inspector/promises.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/buffer/index.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/path/posix.d.ts","../../node_modules/@types/node/path/win32.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/quic.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/sea.d.ts","../../node_modules/@types/node/sqlite.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/test/reporters.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/util/types.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/vite/types/importglob.d.ts","../../node_modules/vite/types/importmeta.d.ts","../../node_modules/vite/client.d.ts","../../node_modules/@types/aria-query/index.d.ts","../../node_modules/@testing-library/jest-dom/types/matchers.d.ts","../../node_modules/@testing-library/jest-dom/types/vitest.d.ts"],"fileIdsList":[[158,221,229,233,236,238,239,240,253],[147,148,158,221,229,233,236,238,239,240,253],[148,158,221,229,233,236,238,239,240,253],[158,221,229,233,236,238,239,240,253,282],[142,158,221,229,233,236,238,239,240,253,283,284],[122,123,158,221,229,233,236,238,239,240,253],[158,218,219,221,229,233,236,238,239,240,253],[158,220,221,229,233,236,238,239,240,253],[221,229,233,236,238,239,240,253],[158,221,229,233,236,238,239,240,253,261],[158,221,222,227,229,232,233,236,238,239,240,242,253,258,270],[158,221,222,223,229,232,233,236,238,239,240,253],[158,221,224,229,233,236,238,239,240,253,271],[158,221,225,226,229,233,236,238,239,240,244,253],[158,221,226,229,233,236,238,239,240,253,258,267],[158,221,227,229,232,233,236,238,239,240,242,253],[158,220,221,228,229,233,236,238,239,240,253],[158,221,229,230,233,236,238,239,240,253],[158,221,229,231,232,233,236,238,239,240,253],[158,220,221,229,232,233,236,238,239,240,253],[158,221,229,232,233,234,236,238,239,240,253,258,270],[158,221,229,232,233,234,236,238,239,240,253,258,261],[158,208,221,229,232,233,235,236,238,239,240,242,253,258,270],[158,221,229,232,233,235,236,238,239,240,242,253,258,267,270],[158,221,229,233,235,236,237,238,239,240,253,258,267,270],[156,157,158,159,160,161,162,163,164,165,166,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277],[158,221,229,232,233,236,238,239,240,253],[158,221,229,233,236,238,240,253],[158,221,229,233,236,238,239,240,241,253,270],[158,221,229,232,233,236,238,239,240,242,253,258],[158,221,229,233,236,238,239,240,244,253],[158,221,229,233,236,238,239,240,245,253],[158,221,229,232,233,236,238,239,240,248,253],[158,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277],[158,221,229,233,236,238,239,240,250,253],[158,221,229,233,236,238,239,240,251,253],[158,221,226,229,233,236,238,239,240,242,253,261],[158,221,229,232,233,236,238,239,240,253,254],[158,221,229,233,236,238,239,240,253,255,271,274],[158,221,229,232,233,236,238,239,240,253,258,260,261],[158,221,229,233,236,238,239,240,253,259,261],[158,221,229,233,236,238,239,240,253,261,271],[158,221,229,233,236,238,239,240,253,262],[158,218,221,229,233,236,238,239,240,253,258,264,270],[158,221,229,233,236,238,239,240,253,258,263],[158,221,229,232,233,236,238,239,240,253,265,266],[158,221,229,233,236,238,239,240,253,265,266],[158,221,226,229,233,236,238,239,240,242,253,258,267],[158,221,229,233,236,238,239,240,253,268],[158,221,229,233,236,238,239,240,242,253,269],[158,221,229,233,235,236,238,239,240,251,253,270],[158,221,229,233,236,238,239,240,253,271,272],[158,221,226,229,233,236,238,239,240,253,272],[158,221,229,233,236,238,239,240,253,258,273],[158,221,229,233,236,238,239,240,241,253,274],[158,221,229,233,236,238,239,240,253,275],[158,221,224,229,233,236,238,239,240,253],[158,221,226,229,233,236,238,239,240,253],[158,221,229,233,236,238,239,240,253,271],[158,208,221,229,233,236,238,239,240,253],[158,221,229,233,236,238,239,240,253,270],[158,221,229,233,236,238,239,240,253,276],[158,221,229,233,236,238,239,240,248,253],[158,221,229,233,236,238,239,240,253,266],[158,208,221,229,232,233,234,236,238,239,240,248,253,258,261,270,273,274,276],[158,221,229,233,236,238,239,240,253,258,277],[85,86,158,221,229,233,236,238,239,240,253],[87,158,221,229,233,236,238,239,240,253],[131,158,221,229,233,236,238,239,240,253],[131,132,158,221,229,233,236,238,239,240,253],[99,101,102,158,221,229,233,236,238,239,240,253],[99,101,158,221,229,233,236,238,239,240,253],[99,158,221,229,233,236,238,239,240,253],[94,99,110,111,158,221,229,233,236,238,239,240,253],[94,99,110,158,221,229,233,236,238,239,240,253],[118,158,221,229,233,236,238,239,240,253],[94,100,158,221,229,233,236,238,239,240,253],[94,158,221,229,233,236,238,239,240,253],[96,158,221,229,233,236,238,239,240,253],[94,95,96,97,98,158,221,229,233,236,238,239,240,253],[137,138,158,221,229,233,236,238,239,240,253],[137,138,139,140,158,221,229,233,236,238,239,240,253],[137,139,158,221,229,233,236,238,239,240,253],[137,158,221,229,233,236,238,239,240,253],[83,158,221,229,233,236,238,239,240,253],[158,173,176,179,180,221,229,233,236,238,239,240,253,270],[158,176,221,229,233,236,238,239,240,253,258,270],[158,176,180,221,229,233,236,238,239,240,253,270],[158,221,229,233,236,238,239,240,253,258],[158,170,221,229,233,236,238,239,240,253],[158,174,221,229,233,236,238,239,240,253],[158,172,173,176,221,229,233,236,238,239,240,253,270],[158,221,229,233,236,238,239,240,242,253,267],[158,221,229,233,236,238,239,240,253,278],[158,170,221,229,233,236,238,239,240,253,278],[158,172,176,221,229,233,236,238,239,240,242,253,270],[158,167,168,169,171,175,221,229,232,233,236,238,239,240,253,258,270],[158,176,185,193,221,229,233,236,238,239,240,253],[158,168,174,221,229,233,236,238,239,240,253],[158,176,202,203,221,229,233,236,238,239,240,253],[158,168,171,176,221,229,233,236,238,239,240,253,261,270,278],[158,176,221,229,233,236,238,239,240,253],[158,172,176,221,229,233,236,238,239,240,253,270],[158,167,221,229,233,236,238,239,240,253],[158,170,171,172,174,175,176,177,178,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,203,204,205,206,207,221,229,233,236,238,239,240,253],[158,176,195,198,221,229,233,236,238,239,240,253],[158,176,185,186,187,221,229,233,236,238,239,240,253],[158,174,176,186,188,221,229,233,236,238,239,240,253],[158,175,221,229,233,236,238,239,240,253],[158,168,170,176,221,229,233,236,238,239,240,253],[158,176,180,186,188,221,229,233,236,238,239,240,253],[158,180,221,229,233,236,238,239,240,253],[158,174,176,179,221,229,233,236,238,239,240,253,270],[158,168,172,176,185,221,229,233,236,238,239,240,253],[158,176,195,221,229,233,236,238,239,240,253],[158,188,221,229,233,236,238,239,240,253],[158,170,176,202,221,229,233,236,238,239,240,253,261,276,278],[158,221,229,233,236,238,239,240,253,280],[105,158,221,229,233,236,238,239,240,253],[105,106,107,108,158,221,229,233,236,238,239,240,253],[107,158,221,229,233,236,238,239,240,253],[108,158,221,229,233,236,238,239,240,253,279],[103,126,127,129,158,221,229,233,236,238,239,240,253],[103,104,116,129,158,221,229,233,236,238,239,240,253],[94,101,103,104,112,129,158,221,229,233,236,238,239,240,253],[109,158,221,229,233,236,238,239,240,253],[94,103,104,112,125,128,129,158,221,229,233,236,238,239,240,253],[103,104,109,112,129,158,221,229,233,236,238,239,240,253],[103,126,127,128,129,158,221,229,233,236,238,239,240,253],[103,109,113,114,115,129,158,221,229,233,236,238,239,240,253],[94,99,101,103,104,109,112,113,114,115,116,117,119,125,126,127,128,129,130,133,134,135,136,141,158,221,229,233,236,238,239,240,253],[94,101,103,104,112,113,126,127,128,129,134,158,221,229,233,236,238,239,240,253],[95,101,119,120,121,124,158,221,229,233,236,238,239,240,253],[84,88,89,142,158,221,229,233,236,238,239,240,253,284],[84,88,89,144,158,221,229,233,236,238,239,240,253],[84,88,158,221,229,233,236,238,239,240,253],[84,88,90,142,158,221,229,233,236,238,239,240,253,284],[84,88,90,149,158,221,229,233,236,238,239,240,253],[84,88,89,90,91,92,158,221,229,233,236,238,239,240,253],[84,88,91,148,158,221,229,233,236,238,239,240,253],[84,88,91,142,158,221,229,233,236,238,239,240,253,284],[84,88,92,153,158,221,229,233,236,238,239,240,253],[84,88,92,142,158,221,229,233,236,238,239,240,253,284]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"7e29f41b158de217f94cb9676bf9cbd0cd9b5a46e1985141ed36e075c52bf6ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"dc0a7f107690ee5cd8afc8dbf05c4df78085471ce16bdd9881642ec738bc81fe","impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},"258d1db78bbd50dd5aa5a551fc1b344fa5816febe4d8fc8b28b5a0a4de0e2498","5feb91170baec167d365531817d78c5ec83a205664fe30024bcc7d552a489b05","877351cc5d9a7c713d33a052d62fba1beaa1fcc0411e2257362fddadedfa7d6e","9c4374ba262f67494693c37cce4095cd0349c381e134d214722429c517f136ac","1e0d443e29b616904f814dbc7b775b1563c5731efea3f8218f597b0e5d1081d4",{"version":"3a582c6e8906f5b094ccf0de6cc6f4f8a54b05a34f52517aba5c9c7f704f6b28","impliedFormat":99},{"version":"0528f6d21f7a02d4092895090d2dd86104bd5a3e79eced96d5a1a7dd90943d17","impliedFormat":99},{"version":"b5ce343886d23392be9c8280e9f24a87f1d7d3667f6672c2fe4aa61fa4ece7d4","impliedFormat":99},{"version":"72ce5b734c05da85c85a6f6dc05823b051d6aa41acaedeeb1d17c72f3b4efa72","impliedFormat":99},{"version":"b0857bb28fd5236ace84280f79a25093f919fd0eff13e47cc26ea03de60a7294","impliedFormat":99},{"version":"5e43e0824f10cd8c48e7a8c5c673638488925a12c31f0f9e0957965c290eb14c","impliedFormat":99},{"version":"ef13c73d6157a32933c612d476c1524dd674cf5b9a88571d7d6a0d147544d529","impliedFormat":99},{"version":"3b0a56d056d81a011e484b9c05d5e430711aaecd561a788bad1d0498aad782c7","impliedFormat":99},{"version":"9443967db823b66d1682be7fc66392be7c7924e10c3e54900f456341e94591a6","impliedFormat":99},{"version":"424f71d1fae96ac2e878af92345bb87bea1d29f757228fbc190133b305643f2c","impliedFormat":99},{"version":"61bb64660ee150f3ab618340e15cca0a81664801bede7c966ca0eca3a952fe63","impliedFormat":99},{"version":"3b89216a7e38a454985ad17bb2ff85792837dc812f2a89fa5f60ad0a2e216fa7","impliedFormat":99},{"version":"16fe60bb544cfedfd2b5bb2f7d0b3957be7978706d57d9f06edc9c0c8dbdba23","impliedFormat":99},{"version":"82179358c2d9d7347f1602dc9300039a2250e483137b38ebf31d4d2e5519c181","impliedFormat":99},{"version":"4e003c868b0d8f8ad200b96cbc653e18e513fa23e1c19c4fe3cc25d4394efc47","impliedFormat":99},{"version":"605450898939e8abce51e8085a41b60640278337a969c33cd6b169e7c4f9c3f2","impliedFormat":99},{"version":"42a12f2faa483c9b48195ed794d22698162274e755f6e07219c2351c4f08d732","impliedFormat":99},{"version":"ec0c42bb0f465e4993f2bc68a6ce9df9a2dcbc7b83e21748f82f1b69561938e3","impliedFormat":99},{"version":"f50ff37a9cbbe74475f426474d9827083c7c2c138a954d28f1690df338f69291","impliedFormat":99},{"version":"61fd6c17235d530c40f543dd7c40afab091d91c1ef890baeed30db6d82b04b28","impliedFormat":99},{"version":"bcbd3becd08b4515225880abea0dbfbbf0d1181ce3af8f18f72f61edbe4febfb","impliedFormat":99},{"version":"091767bc841f937654ed597d49e023ed59850355e746ae1a6f20ab31076ee1fb","impliedFormat":99},{"version":"19c6d6135af59693698d384050b45a8a049493500add442f58e4bd7c8a255ab6","impliedFormat":99},{"version":"6a0dba12d55314638a8c51108b20fe2f68f1364a619d098918bda91c22dec154","impliedFormat":99},{"version":"c76c02846ba7d40b9b3488f0e8d75d02cbdee2f0bc5fcd55dd3bd2e1457646ea","impliedFormat":99},{"version":"4ead13a482c539b77394b2a97e3b877b809eac596390371cea490286f53b996a","impliedFormat":99},{"version":"06db2f8ba1d1dfacf04529cb731081ab23f133f29c7608ebdfbcab356996827c","impliedFormat":99},{"version":"bdd14f07b4eca0b4b5203b85b8dbc4d084c749fa590bee5ea613e1641dcd3b29","impliedFormat":99},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"2eeffcee5c1661ddca53353929558037b8cf305ffb86a803512982f99bcab50d","impliedFormat":99},{"version":"9afb4cb864d297e4092a79ee2871b5d3143ea14153f62ef0bb04ede25f432030","affectsGlobalScope":true,"impliedFormat":99},{"version":"5c935b7fc4ddc1410ea1cd7cd4e35ed106a6e4920dd27a9480a40fd224359dc3","affectsGlobalScope":true,"impliedFormat":99},{"version":"ed9bb55ddcbebd5cb3eee991f57ff21438546ee40ee1c310281bd12a6c7cf65b","impliedFormat":99},{"version":"69bf2422313487956e4dacf049f30cb91b34968912058d244cb19e4baa24da97","impliedFormat":99},{"version":"6987dfb4b0c4e02112cc4e548e7a77b3d9ddfeffa8c8a2db13ceac361a4567d9","impliedFormat":99},{"version":"4ffba3c5848b4fe62ee59b754fd5f256ad9656a0db6d37b9a2a8cb40dfc7ac21","impliedFormat":99},{"version":"c76c02846ba7d40b9b3488f0e8d75d02cbdee2f0bc5fcd55dd3bd2e1457646ea","impliedFormat":99},{"version":"5e2ba3d18d78aebbde1f34bde356e41e9c76eeaeaeee56a37036596a9eff4211","impliedFormat":99},{"version":"8280ae8ccc0493b32d1742d585357ab9f0a508ea050af25a5a20d64010d0a5cf","impliedFormat":99},{"version":"7adfd9f9056ecd4ae6c65fde2a98654960c662714c73f048478959d04c09e144","impliedFormat":99},{"version":"32b35cf0dc3a1b1a7118b61c34ce2ad1a29695851679f9ec34e0776f2ece2a69","impliedFormat":99},{"version":"b413fbc6658fe2774f8bf9a15cf4c53e586fc38a2d5256b3b9647da242c14389","impliedFormat":99},{"version":"59e5e964b84fdb2378e9455e4e59405030e4ed2b4c6f891ce395f17796af3cbb","impliedFormat":99},{"version":"c30a41267fc04c6518b17e55dcb2b810f267af4314b0b6d7df1c33a76ce1b330","impliedFormat":1},{"version":"72422d0bac4076912385d0c10911b82e4694fc106e2d70added091f88f0824ba","impliedFormat":1},{"version":"da251b82c25bee1d93f9fd80c5a61d945da4f708ca21285541d7aff83ecb8200","impliedFormat":1},{"version":"64db14db2bf37ac089766fdb3c7e1160fabc10e9929bc2deeede7237e4419fc8","impliedFormat":1},{"version":"98b94085c9f78eba36d3d2314affe973e8994f99864b8708122750788825c771","impliedFormat":1},{"version":"90ba95a763101bb61b8a799731a2ed60b5016b8135c1a2d5186862d4b534d4a1","impliedFormat":99},"117924d96899f44612d9f186c476283cdf759954d3b3c90eac07e14e825e3759",{"version":"2fe0f25eb5327892130f2a0ed5317a05fe712fa022668608789050ba04fabb2c","impliedFormat":99},"3f8d41ce9a5511d175917691c07171ec7d7663963ad6337fdfe3cbcdcaac1c50","67c61af43af3e5c7429384ccd5d7b97f318b2ac17acebfe422a47b43e709741e",{"version":"f637c968da8da05049144a8f759192aceec765b43be10eeba07f3bb693d8f67e","impliedFormat":99},{"version":"db60ed38e38bea3fabc38769e626552f9fe9e2c0c7a4e40e7ead930b46840910","impliedFormat":99},{"version":"bf0228e8a560def97a535c14153a15300f50e2f730d9233de28b09fe4aa923e2","impliedFormat":99},"cb14843b120f5df9c1334199c95d42887be0f8186dd0d912484882c0fd219541","96dbc48290f0cbaa2557e20a8e9f04d5028f1df64a83ab0d3389a1087b7bc5b2","a3c27c82b44d401516d983f7140a9b0caf02b5540b5fa7d8f68409fe599d9859",{"version":"4dd31a71a306200c4caf342334f85f513fd3d4485164a9c162bf76cf184ffcfa","impliedFormat":99},"6255e306082b1ad2d34c97168ad7c1a7f04e0416892f42be85ea76d77c4a5d4d","98e6ec36fac0b6522d3827233de7de08d023b393e267076be0d2cd04b695ae65",{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc2110f7decca6bfb9392e30421cfa1436479e4a6756e8fec6cbc22625d4f881","affectsGlobalScope":true,"impliedFormat":1},{"version":"096116f8fedc1765d5bd6ef360c257b4a9048e5415054b3bf3c41b07f8951b0b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"10ec5e82144dfac6f04fa5d1d6c11763b3e4dbbac6d99101427219ab3e2ae887","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"074de5b2fdead0165a2757e3aaef20f27a6347b1c36adea27d51456795b37682","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"4137ebf04166f3a325f056aa56101adc75e9dceb30404a1844eb8604d89770e2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"3e11fce78ad8c0e1d1db4ba5f0652285509be3acdd519529bc8fcef85f7dafd9","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"9c32412007b5662fd34a8eb04292fb5314ec370d7016d1c2fb8aa193c807fe22","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"6ebe8ebb8659aaa9d1acbf3710d7dae3e923e97610238b9511c25dc39023a166","impliedFormat":1},{"version":"e85d7f8068f6a26710bff0cc8c0fc5e47f71089c3780fbede05857331d2ddec9","impliedFormat":1},{"version":"7befaf0e76b5671be1d47b77fcc65f2b0aad91cc26529df1904f4a7c46d216e9","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"98498b101803bb3dde9f76a56e65c14b75db1cc8bec5f4db72be541570f74fc5","impliedFormat":1},{"version":"1cc2a09e1a61a5222d4174ab358a9f9de5e906afe79dbf7363d871a7edda3955","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"b64d4d1c5f877f9c666e98e833f0205edb9384acc46e98a1fef344f64d6aba44","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"c9381908473a1c92cb8c516b184e75f4d226dad95c3a85a5af35f670064d9a2f","impliedFormat":1},{"version":"c3f5289820990ab66b70c7fb5b63cb674001009ff84b13de40619619a9c8175f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"d2ae155afe8a01cc0ae612d99117cf8ef16692ba7c4366590156fdec1bcf2d8c","impliedFormat":1},{"version":"3f5e5d9be35913db9fea42a63f3df0b7e3c8703b97670a2125587b4dbbd56d7c","impliedFormat":1},{"version":"8caeb65fdc3bfe0d13f86f67324fcb2d858ed1c55f1f0cce892eb1acfb9f3239","impliedFormat":1},{"version":"57c23df0b5f7a8e26363a3849b0bc7763f6b241207157c8e40089d1df4116f35","affectsGlobalScope":true,"impliedFormat":1},{"version":"3b8bc0c17b54081b0878673989216229e575d67a10874e84566a21025a2461ee","impliedFormat":1},{"version":"5b0db5a58b73498792a29bfebc333438e61906fef75da898b410e24e52229e6f","impliedFormat":1},{"version":"dbe055b2b29a7bab2c1ca8f259436306adb43f469dca7e639a02cd3695d3f621","impliedFormat":1},{"version":"1678b04557dca52feab73cc67610918a7f5e25bfdba3e7fa081acd625d93106d","impliedFormat":1},{"version":"e3905f6902f0b69e5eefc230daa69fdd4ab707a973ec2d086d65af1b3ea47ef0","impliedFormat":1},{"version":"2ea729503db9793f2691162fec3dd1118cab62e96d025f8eeb376d43ec293395","impliedFormat":1},{"version":"9ec87fea42b92894b0f209931a880789d43c3397d09dd99c631ae40a2f7071d1","impliedFormat":1},{"version":"c68e88cdfadfb6c8ba5fc38e58a3a166b0beae77b1f05b7d921150a32a5ffb8d","impliedFormat":1},{"version":"2bc7aa4fba46df0bd495425a7c8201437a7d465f83854fac859df2d67f664df3","impliedFormat":1},{"version":"41d17e1ad9a002feb11c8cdd2777e5bbc0cdb1e3f595d237e4dded0b6949983b","impliedFormat":1},{"version":"07e4e61e946a9c15045539ecd5f5d2d02e7aab6fa82567826857e09cf0f37c2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c4714ccc29149efb8777a1da0b04b8d2258f5d13ddbf4cd3c3d361fb531ac86","impliedFormat":1},{"version":"3ff275f84f89f8a7c0543da838f9da9614201abc4ce74c533029825adfb4433d","impliedFormat":1},{"version":"0eb5d0cbf09de5d34542b977fd6a933bb2e0817bffe8e1a541b2f1ad1b9af1ff","impliedFormat":1},{"version":"f9713757bcdfa4d58b48c0fb249e752c94a3eee8bf4532b906094246ac49ef88","impliedFormat":1},{"version":"2c2bdaa1d8ead9f68628d6d9d250e46ee8e81aa4898b4769a36956ae15e060fe","impliedFormat":1},{"version":"c32c840c62d8bd7aeb3147aa6754cd2d922b990a6b6634530cb2ebdce5adc8e9","impliedFormat":1},{"version":"e1c1a0b4d1ead0de9eca52203aeb1f771f21e6238d6fcd15aa56ac2a02f1b7bf","impliedFormat":1},{"version":"82b91e4e42e6c41bc7fc1b6c2dc5eba6a2ba98375eb1f210e6ff6bba2d54177e","impliedFormat":1},{"version":"6fe28249ac0c7bc19a79aa9264baf00efbd080e868dbe1d3052033ad1c64f206","affectsGlobalScope":true,"impliedFormat":1},{"version":"cbed824fec91efefc7bbdcb8b43d1a531fdbebd0e2ef19481501ff365a93cb70","impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"d0716593b3f2b0451bcf0c24cfa86dec2235c325c89f201934248b7c742715fc","impliedFormat":1},{"version":"ec501101c2a96133a6c695f934c8f6642149cc728571b29cbb7b770984c1088e","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"2991bca2cc0f0628a278df2a2ccdb8d6cbcb700f3761abbed62bba137d5b1790","impliedFormat":1},{"version":"ce8653341224f8b45ff46d2a06f2cacb96f841f768a886c9d8dd8ec0878b11bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"230763250f20449fa7b3c9273e1967adb0023dc890d4be1553faca658ee65971","impliedFormat":1},{"version":"c3e9078b60cb329d1221f5878e88cecfa3e74460550e605a58fcfb41a66029ff","impliedFormat":1},{"version":"a74edb3bab7394a9dbde529d60632be590def2f5f01024dbd85441587fbfbbe0","impliedFormat":1},{"version":"0ea59f7d3e51440baa64f429253759b106cfcbaf51e474cae606e02265b37cf8","impliedFormat":1},{"version":"bc18a1991ba681f03e13285fa1d7b99b03b67ee671b7bc936254467177543890","impliedFormat":1},{"version":"00049ccc87f3f37726db03c01ca68fe74fd9c0109b68c29eb9923ebec2c76b13","impliedFormat":1},{"version":"fa94bbf532b7af8f394b95fa310980d6e20bd2d4c871c6a6cb9f70f03750a44b","impliedFormat":1},{"version":"68d3f35108e2608b1f2f28b36d19d7055f31c4465cc5692cbd06c716a9fe7973","impliedFormat":1},{"version":"a6d543044570fbeed13a7f9925a868081cd2b14ef59cdd9da6ae76d41cab03d3","affectsGlobalScope":true,"impliedFormat":1},{"version":"7fa2214bb0d64701bc6f9ce8cde2fd2ff8c571e0b23065fa04a8a5a6beb91511","impliedFormat":1},{"version":"f1c93e046fb3d9b7f8249629f4b63dc068dd839b824dd0aa39a5e68476dc9420","impliedFormat":1},{"version":"eab2f3179607acb3d44b2db2a76dd7d621c5039b145dc160a1ee733963f9d2f5","impliedFormat":1},{"version":"841983e39bd4cbb463be385e92fda11057cab368bf27100a801c492f1d86cbaa","impliedFormat":1},{"version":"6f5383b3df1cdf4ff1aa7fb0850f77042b5786b5e65ec9a9b6be56ebfe4d9036","impliedFormat":1},{"version":"62fc21ed9ccbd83bd1166de277a4b5daaa8d15b5fa614c75610d20f3b73fba87","impliedFormat":1},{"version":"e4156ddb25aa0e3b5303d372f26957b36778f0f6bbd4326359269873295e3058","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc1b433a84cae05ddc5672d4823170af78606ad21ecef60dbc4570190cbf1357","impliedFormat":1},{"version":"9d3821bc75c59577e52643324cec92fc2145642e8d17cf7ee07a3181f21d985d","impliedFormat":1},{"version":"7f78cfb2b343838612c192cb251746e3a7c62ac7675726a47e130d9b213f6580","impliedFormat":1},{"version":"201db9cf1687fab1adf5282fcba861f382b32303dc4f67c89d59655e78a25461","impliedFormat":1},{"version":"c77fb31bc17fd241d3922a9f88c59e3361cdf76d1328ba9412fc6bf7310b638d","impliedFormat":1},{"version":"0a20eaf2e4b1e3c1e1f87f7bccb0c936375b23b022baeea750519b7c9bc6ce83","impliedFormat":1},{"version":"b484ec11ba00e3a2235562a41898d55372ccabe607986c6fa4f4aba72093749f","impliedFormat":1},{"version":"a16b91b27bd6b706c687c88cbc8a7d4ee98e5ed6043026d6b84bda923c0aed67","impliedFormat":1},{"version":"694b812e0ed11285e8822cf8131e3ce7083a500b3b1d185fff9ed1089677bd0a","impliedFormat":1},{"version":"99ab6d0d660ce4d21efb52288a39fd35bb3f556980ec5463b1ae8f304a3bbc85","impliedFormat":1},{"version":"6eeded8c7e352be6e0efb83f4935ec752513c4d22043b52522b90849a49a3a11","impliedFormat":1},{"version":"6c1ad90050ffbb151cacc68e2d06ea1a26a945659391e32651f5d42b86fd7f2c","impliedFormat":1},{"version":"55cdbeebe76a1fa18bbd7e7bf73350a2173926bd3085bb050cf5a5397025ee4e","impliedFormat":1},{"version":"59f8dc89b9e724a6a667f52cdf4b90b6816ae6c9842ce176d38fcc973669009e","affectsGlobalScope":true,"impliedFormat":99},{"version":"72429cda84a47f092a3bf777bbc4ece9dda492fe0f02324aa7f197f3800089c6","affectsGlobalScope":true,"impliedFormat":99},{"version":"c8da07c75bdc3ff36752f3f33f2beb000a78a02aced96ce70ca6e807072eb913","affectsGlobalScope":true,"impliedFormat":99},{"version":"ae77d81a5541a8abb938a0efedf9ac4bea36fb3a24cc28cfa11c598863aba571","impliedFormat":1},{"version":"f329dfad7970297cbf07ddc8fce2ad4a24e2a3855917c661922ef86eb24dd1f1","impliedFormat":1},{"version":"480f05e466e86ee6c80af99695d90079f9e2956a4986e930ebd3d578688ff05c","impliedFormat":1}],"root":[[89,93],143,145,146,[150,152],154,155],"options":{"allowJs":false,"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"downlevelIteration":true,"esModuleInterop":true,"importHelpers":true,"jsx":4,"module":99,"noEmitOnError":true,"noImplicitAny":false,"noImplicitReturns":false,"noUnusedLocals":false,"noUnusedParameters":false,"preserveConstEnums":true,"removeComments":false,"rootDir":"../..","skipLibCheck":true,"sourceMap":true,"strict":true,"strictNullChecks":true,"target":7},"referencedMap":[[121,1],[148,1],[147,1],[144,1],[149,2],[153,3],[283,4],[284,5],[282,1],[124,6],[122,1],[218,7],[219,7],[220,8],[158,9],[221,10],[222,11],[223,12],[156,1],[224,13],[225,14],[226,15],[227,16],[228,17],[229,18],[230,18],[231,19],[232,20],[233,21],[234,22],[159,1],[157,1],[235,23],[236,24],[237,25],[278,26],[238,27],[239,28],[240,27],[241,29],[242,30],[244,31],[245,32],[246,32],[247,32],[248,33],[249,34],[250,35],[251,36],[252,37],[253,38],[254,38],[255,39],[256,1],[257,1],[258,40],[259,41],[260,40],[261,42],[262,43],[263,44],[264,45],[265,46],[266,47],[267,48],[268,49],[269,50],[270,51],[271,52],[272,53],[273,54],[274,55],[275,56],[160,27],[161,1],[162,57],[163,58],[164,1],[165,59],[166,1],[209,60],[210,61],[211,62],[212,62],[213,63],[214,1],[215,10],[216,64],[217,61],[276,65],[277,66],[85,1],[87,67],[88,68],[132,69],[133,70],[131,1],[94,1],[103,71],[102,72],[126,71],[110,73],[112,74],[111,75],[119,76],[118,1],[101,77],[95,78],[97,79],[99,80],[98,1],[100,78],[96,1],[123,1],[243,1],[86,1],[139,81],[141,82],[140,83],[138,84],[137,1],[127,1],[120,1],[84,85],[83,1],[81,1],[82,1],[13,1],[14,1],[16,1],[15,1],[2,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[23,1],[24,1],[3,1],[25,1],[26,1],[4,1],[27,1],[31,1],[28,1],[29,1],[30,1],[32,1],[33,1],[34,1],[5,1],[35,1],[36,1],[37,1],[38,1],[6,1],[42,1],[39,1],[40,1],[41,1],[43,1],[7,1],[44,1],[49,1],[50,1],[45,1],[46,1],[47,1],[48,1],[8,1],[54,1],[51,1],[52,1],[53,1],[55,1],[9,1],[56,1],[57,1],[58,1],[60,1],[59,1],[61,1],[62,1],[10,1],[63,1],[64,1],[65,1],[11,1],[66,1],[67,1],[68,1],[69,1],[70,1],[1,1],[71,1],[72,1],[12,1],[76,1],[74,1],[79,1],[78,1],[73,1],[77,1],[75,1],[80,1],[185,86],[197,87],[182,88],[198,89],[207,90],[173,91],[174,92],[172,93],[206,94],[201,95],[205,96],[176,97],[194,98],[175,99],[204,100],[170,101],[171,95],[177,102],[178,1],[184,103],[181,102],[168,104],[208,105],[199,106],[188,107],[187,102],[189,108],[192,109],[186,110],[190,111],[202,94],[179,112],[180,113],[193,114],[169,89],[196,115],[195,102],[183,113],[191,116],[200,1],[167,1],[203,117],[281,118],[106,119],[109,120],[107,119],[105,1],[108,121],[279,1],[280,122],[128,123],[117,124],[113,125],[114,73],[135,126],[129,127],[115,128],[134,129],[104,1],[116,130],[142,131],[136,132],[125,133],[130,1],[143,134],[145,135],[89,136],[146,137],[150,138],[90,136],[93,139],[151,140],[91,136],[152,141],[154,142],[92,136],[155,143]],"affectedFilesPendingEmit":[[143,51],[145,51],[89,51],[146,51],[150,51],[90,51],[93,51],[151,51],[91,51],[152,51],[154,51],[92,51],[155,51]],"emitSignatures":[89,90,91,92,93,143,145,146,150,151,152,154,155],"version":"5.9.3"}
|