@appium/base-driver 8.7.3 → 9.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/build/lib/basedriver/capabilities.d.ts +11 -163
- package/build/lib/basedriver/capabilities.d.ts.map +1 -1
- package/build/lib/basedriver/capabilities.js +354 -236
- package/build/lib/basedriver/capabilities.js.map +1 -1
- package/build/lib/basedriver/commands/event.d.ts +7 -6
- package/build/lib/basedriver/commands/event.d.ts.map +1 -1
- package/build/lib/basedriver/commands/event.js +55 -35
- package/build/lib/basedriver/commands/event.js.map +1 -1
- package/build/lib/basedriver/commands/execute.d.ts +7 -6
- package/build/lib/basedriver/commands/execute.d.ts.map +1 -1
- package/build/lib/basedriver/commands/execute.js +66 -58
- package/build/lib/basedriver/commands/execute.js.map +1 -1
- package/build/lib/basedriver/commands/find.d.ts +9 -7
- package/build/lib/basedriver/commands/find.d.ts.map +1 -1
- package/build/lib/basedriver/commands/find.js +102 -54
- package/build/lib/basedriver/commands/find.js.map +1 -1
- package/build/lib/basedriver/commands/index.d.ts +3 -7
- package/build/lib/basedriver/commands/index.d.ts.map +1 -1
- package/build/lib/basedriver/commands/index.js +30 -33
- package/build/lib/basedriver/commands/index.js.map +1 -1
- package/build/lib/basedriver/commands/log.d.ts +8 -9
- package/build/lib/basedriver/commands/log.d.ts.map +1 -1
- package/build/lib/basedriver/commands/log.js +54 -38
- package/build/lib/basedriver/commands/log.js.map +1 -1
- package/build/lib/basedriver/commands/session.d.ts +7 -6
- package/build/lib/basedriver/commands/session.d.ts.map +1 -1
- package/build/lib/basedriver/commands/session.js +46 -39
- package/build/lib/basedriver/commands/session.js.map +1 -1
- package/build/lib/basedriver/commands/settings.d.ts +7 -7
- package/build/lib/basedriver/commands/settings.d.ts.map +1 -1
- package/build/lib/basedriver/commands/settings.js +35 -28
- package/build/lib/basedriver/commands/settings.js.map +1 -1
- package/build/lib/basedriver/commands/timeout.d.ts +7 -5
- package/build/lib/basedriver/commands/timeout.d.ts.map +1 -1
- package/build/lib/basedriver/commands/timeout.js +144 -162
- package/build/lib/basedriver/commands/timeout.js.map +1 -1
- package/build/lib/basedriver/core.d.ts +6 -157
- package/build/lib/basedriver/core.d.ts.map +1 -1
- package/build/lib/basedriver/core.js +361 -230
- package/build/lib/basedriver/core.js.map +1 -1
- package/build/lib/basedriver/desired-caps.js +80 -110
- package/build/lib/basedriver/desired-caps.js.map +1 -1
- package/build/lib/basedriver/device-settings.js +57 -62
- package/build/lib/basedriver/device-settings.js.map +1 -1
- package/build/lib/basedriver/driver.d.ts +11 -262
- package/build/lib/basedriver/driver.d.ts.map +1 -1
- package/build/lib/basedriver/driver.js +362 -262
- package/build/lib/basedriver/driver.js.map +1 -1
- package/build/lib/basedriver/helpers.js +500 -495
- package/build/lib/basedriver/helpers.js.map +1 -1
- package/build/lib/basedriver/logger.d.ts +1 -1
- package/build/lib/basedriver/logger.d.ts.map +1 -1
- package/build/lib/basedriver/logger.js +5 -15
- package/build/lib/basedriver/logger.js.map +1 -1
- package/build/lib/constants.js +14 -14
- package/build/lib/constants.js.map +1 -1
- package/build/lib/express/crash.js +8 -15
- package/build/lib/express/crash.js.map +1 -1
- package/build/lib/express/express-logging.js +49 -59
- package/build/lib/express/express-logging.js.map +1 -1
- package/build/lib/express/idempotency.js +125 -177
- package/build/lib/express/idempotency.js.map +1 -1
- package/build/lib/express/logger.d.ts +1 -1
- package/build/lib/express/logger.d.ts.map +1 -1
- package/build/lib/express/logger.js +5 -15
- package/build/lib/express/logger.js.map +1 -1
- package/build/lib/express/middleware.js +82 -107
- package/build/lib/express/middleware.js.map +1 -1
- package/build/lib/express/server.d.ts +17 -5
- package/build/lib/express/server.d.ts.map +1 -1
- package/build/lib/express/server.js +259 -224
- package/build/lib/express/server.js.map +1 -1
- package/build/lib/express/static.js +64 -81
- package/build/lib/express/static.js.map +1 -1
- package/build/lib/express/websocket.js +115 -87
- package/build/lib/express/websocket.js.map +1 -1
- package/build/lib/helpers/capabilities.d.ts +1 -59
- package/build/lib/helpers/capabilities.d.ts.map +1 -1
- package/build/lib/helpers/capabilities.js +72 -69
- package/build/lib/helpers/capabilities.js.map +1 -1
- package/build/lib/index.js +64 -180
- package/build/lib/index.js.map +1 -1
- package/build/lib/jsonwp-proxy/protocol-converter.js +215 -227
- package/build/lib/jsonwp-proxy/protocol-converter.js.map +1 -1
- package/build/lib/jsonwp-proxy/proxy.d.ts.map +1 -1
- package/build/lib/jsonwp-proxy/proxy.js +355 -393
- package/build/lib/jsonwp-proxy/proxy.js.map +1 -1
- package/build/lib/jsonwp-status/status.js +119 -130
- package/build/lib/jsonwp-status/status.js.map +1 -1
- package/build/lib/protocol/errors.d.ts +135 -32
- package/build/lib/protocol/errors.d.ts.map +1 -1
- package/build/lib/protocol/errors.js +871 -919
- package/build/lib/protocol/errors.js.map +1 -1
- package/build/lib/protocol/helpers.js +37 -37
- package/build/lib/protocol/helpers.js.map +1 -1
- package/build/lib/protocol/index.js +22 -109
- package/build/lib/protocol/index.js.map +1 -1
- package/build/lib/protocol/protocol.js +394 -350
- package/build/lib/protocol/protocol.js.map +1 -1
- package/build/lib/protocol/routes.d.ts +1238 -4
- package/build/lib/protocol/routes.d.ts.map +1 -1
- package/build/lib/protocol/routes.js +964 -1327
- package/build/lib/protocol/routes.js.map +1 -1
- package/build/lib/protocol/validators.js +32 -39
- package/build/lib/protocol/validators.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/basedriver/capabilities.js +80 -39
- package/lib/basedriver/commands/event.js +10 -5
- package/lib/basedriver/commands/execute.js +14 -9
- package/lib/basedriver/commands/find.js +18 -12
- package/lib/basedriver/commands/index.js +21 -16
- package/lib/basedriver/commands/log.js +24 -18
- package/lib/basedriver/commands/session.js +10 -5
- package/lib/basedriver/commands/settings.js +9 -6
- package/lib/basedriver/commands/timeout.js +10 -4
- package/lib/basedriver/core.js +2 -3
- package/lib/basedriver/driver.js +12 -16
- package/lib/express/server.js +6 -3
- package/lib/protocol/errors.js +155 -44
- package/lib/protocol/routes.js +11 -7
- package/package.json +14 -16
|
@@ -11,43 +11,68 @@ export class NoSuchDriverError extends ProtocolError {
|
|
|
11
11
|
static code(): number;
|
|
12
12
|
static w3cStatus(): HTTPStatusCodes;
|
|
13
13
|
static error(): string;
|
|
14
|
-
|
|
14
|
+
/**
|
|
15
|
+
* @param {string} [message] error message
|
|
16
|
+
*/
|
|
17
|
+
constructor(message?: string | undefined);
|
|
15
18
|
}
|
|
16
19
|
export class NoSuchElementError extends ProtocolError {
|
|
17
20
|
static code(): number;
|
|
18
21
|
static w3cStatus(): HTTPStatusCodes;
|
|
19
22
|
static error(): string;
|
|
20
|
-
|
|
23
|
+
/**
|
|
24
|
+
* @param {string} [message] error message
|
|
25
|
+
*/
|
|
26
|
+
constructor(message?: string | undefined);
|
|
21
27
|
}
|
|
22
28
|
export class NoSuchFrameError extends ProtocolError {
|
|
23
29
|
static code(): number;
|
|
24
30
|
static error(): string;
|
|
25
31
|
static w3cStatus(): HTTPStatusCodes;
|
|
26
|
-
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @param {string} [message]
|
|
35
|
+
*/
|
|
36
|
+
constructor(message?: string | undefined);
|
|
27
37
|
}
|
|
28
38
|
export class UnknownCommandError extends ProtocolError {
|
|
29
39
|
static code(): number;
|
|
30
40
|
static w3cStatus(): HTTPStatusCodes;
|
|
31
41
|
static error(): string;
|
|
32
|
-
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @param {string} [message]
|
|
45
|
+
*/
|
|
46
|
+
constructor(message?: string | undefined);
|
|
33
47
|
}
|
|
34
48
|
export class StaleElementReferenceError extends ProtocolError {
|
|
35
49
|
static code(): number;
|
|
36
50
|
static w3cStatus(): HTTPStatusCodes;
|
|
37
51
|
static error(): string;
|
|
38
|
-
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @param {string} [message]
|
|
55
|
+
*/
|
|
56
|
+
constructor(message?: string | undefined);
|
|
39
57
|
}
|
|
40
58
|
export class ElementNotVisibleError extends ProtocolError {
|
|
41
59
|
static code(): number;
|
|
42
60
|
static w3cStatus(): HTTPStatusCodes;
|
|
43
61
|
static error(): string;
|
|
44
|
-
|
|
62
|
+
/**
|
|
63
|
+
* @param {string} [message] error message
|
|
64
|
+
*/
|
|
65
|
+
constructor(message?: string | undefined);
|
|
45
66
|
}
|
|
46
67
|
export class InvalidElementStateError extends ProtocolError {
|
|
47
68
|
static code(): number;
|
|
48
69
|
static w3cStatus(): HTTPStatusCodes;
|
|
49
70
|
static error(): string;
|
|
50
|
-
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @param {string} [message]
|
|
74
|
+
*/
|
|
75
|
+
constructor(message?: string | undefined);
|
|
51
76
|
}
|
|
52
77
|
export class UnknownError extends ProtocolError {
|
|
53
78
|
static code(): number;
|
|
@@ -59,95 +84,144 @@ export class UnknownMethodError extends ProtocolError {
|
|
|
59
84
|
static code(): number;
|
|
60
85
|
static w3cStatus(): HTTPStatusCodes;
|
|
61
86
|
static error(): string;
|
|
62
|
-
|
|
87
|
+
/**
|
|
88
|
+
* @param {string} [message] error message
|
|
89
|
+
*/
|
|
90
|
+
constructor(message?: string | undefined);
|
|
63
91
|
}
|
|
64
92
|
export class UnsupportedOperationError extends ProtocolError {
|
|
65
93
|
static code(): number;
|
|
66
94
|
static w3cStatus(): HTTPStatusCodes;
|
|
67
95
|
static error(): string;
|
|
68
|
-
|
|
96
|
+
/**
|
|
97
|
+
* @param {string} [message] error message
|
|
98
|
+
*/
|
|
99
|
+
constructor(message?: string | undefined);
|
|
69
100
|
}
|
|
70
101
|
export class ElementIsNotSelectableError extends ProtocolError {
|
|
71
102
|
static code(): number;
|
|
72
103
|
static error(): string;
|
|
73
104
|
static w3cStatus(): HTTPStatusCodes;
|
|
74
|
-
|
|
105
|
+
/**
|
|
106
|
+
* @param {string} [message] error message
|
|
107
|
+
*/
|
|
108
|
+
constructor(message?: string | undefined);
|
|
75
109
|
}
|
|
76
110
|
export class ElementClickInterceptedError extends ProtocolError {
|
|
77
111
|
static code(): number;
|
|
78
112
|
static error(): string;
|
|
79
113
|
static w3cStatus(): HTTPStatusCodes;
|
|
80
|
-
|
|
114
|
+
/**
|
|
115
|
+
* @param {string} [message] error message
|
|
116
|
+
*/
|
|
117
|
+
constructor(message?: string | undefined);
|
|
81
118
|
}
|
|
82
119
|
export class ElementNotInteractableError extends ProtocolError {
|
|
83
120
|
static code(): number;
|
|
84
121
|
static error(): string;
|
|
85
122
|
static w3cStatus(): HTTPStatusCodes;
|
|
86
|
-
|
|
123
|
+
/**
|
|
124
|
+
* @param {string} [message] error message
|
|
125
|
+
*/
|
|
126
|
+
constructor(message?: string | undefined);
|
|
87
127
|
}
|
|
88
128
|
export class InsecureCertificateError extends ProtocolError {
|
|
89
129
|
static error(): string;
|
|
90
|
-
|
|
130
|
+
/**
|
|
131
|
+
* @param {string} [message] error message
|
|
132
|
+
*/
|
|
133
|
+
constructor(message?: string | undefined);
|
|
91
134
|
}
|
|
92
135
|
export class JavaScriptError extends ProtocolError {
|
|
93
136
|
static code(): number;
|
|
94
137
|
static w3cStatus(): HTTPStatusCodes;
|
|
95
138
|
static error(): string;
|
|
96
|
-
|
|
139
|
+
/**
|
|
140
|
+
* @param {string} [message] error message
|
|
141
|
+
*/
|
|
142
|
+
constructor(message?: string | undefined);
|
|
97
143
|
}
|
|
98
144
|
export class XPathLookupError extends ProtocolError {
|
|
99
145
|
static code(): number;
|
|
100
146
|
static w3cStatus(): HTTPStatusCodes;
|
|
101
147
|
static error(): string;
|
|
102
|
-
|
|
148
|
+
/**
|
|
149
|
+
* @param {string} [message] error message
|
|
150
|
+
*/
|
|
151
|
+
constructor(message?: string | undefined);
|
|
103
152
|
}
|
|
104
153
|
export class TimeoutError extends ProtocolError {
|
|
105
154
|
static code(): number;
|
|
106
155
|
static w3cStatus(): HTTPStatusCodes;
|
|
107
156
|
static error(): string;
|
|
108
|
-
|
|
157
|
+
/**
|
|
158
|
+
* @param {string} [message] error message
|
|
159
|
+
*/
|
|
160
|
+
constructor(message?: string | undefined);
|
|
109
161
|
}
|
|
110
162
|
export class NoSuchWindowError extends ProtocolError {
|
|
111
163
|
static code(): number;
|
|
112
164
|
static error(): string;
|
|
113
165
|
static w3cStatus(): HTTPStatusCodes;
|
|
114
|
-
|
|
166
|
+
/**
|
|
167
|
+
* @param {string} [message] error message
|
|
168
|
+
*/
|
|
169
|
+
constructor(message?: string | undefined);
|
|
115
170
|
}
|
|
116
171
|
export class InvalidArgumentError extends ProtocolError {
|
|
117
172
|
static code(): number;
|
|
118
173
|
static error(): string;
|
|
119
174
|
static w3cStatus(): HTTPStatusCodes;
|
|
120
|
-
|
|
175
|
+
/**
|
|
176
|
+
* @param {string} [err] error message
|
|
177
|
+
*/
|
|
178
|
+
constructor(err?: string | undefined);
|
|
121
179
|
}
|
|
122
180
|
export class InvalidCookieDomainError extends ProtocolError {
|
|
123
181
|
static code(): number;
|
|
124
182
|
static error(): string;
|
|
125
183
|
static w3cStatus(): HTTPStatusCodes;
|
|
126
|
-
|
|
184
|
+
/**
|
|
185
|
+
* @param {string} [err] error message
|
|
186
|
+
*/
|
|
187
|
+
constructor(err?: string | undefined);
|
|
127
188
|
}
|
|
128
189
|
export class NoSuchCookieError extends ProtocolError {
|
|
129
190
|
static code(): number;
|
|
130
191
|
static w3cStatus(): HTTPStatusCodes;
|
|
131
192
|
static error(): string;
|
|
132
|
-
|
|
193
|
+
/**
|
|
194
|
+
* @param {string} [err] error message
|
|
195
|
+
*/
|
|
196
|
+
constructor(err?: string | undefined);
|
|
133
197
|
}
|
|
134
198
|
export class UnableToSetCookieError extends ProtocolError {
|
|
135
199
|
static code(): number;
|
|
136
200
|
static w3cStatus(): HTTPStatusCodes;
|
|
137
201
|
static error(): string;
|
|
138
|
-
|
|
202
|
+
/**
|
|
203
|
+
* @param {string} [err] error message
|
|
204
|
+
*/
|
|
205
|
+
constructor(err?: string | undefined);
|
|
139
206
|
}
|
|
140
207
|
export class UnexpectedAlertOpenError extends ProtocolError {
|
|
141
208
|
static code(): number;
|
|
142
209
|
static w3cStatus(): HTTPStatusCodes;
|
|
143
210
|
static error(): string;
|
|
144
|
-
|
|
211
|
+
/**
|
|
212
|
+
* @param {string} [message] error message
|
|
213
|
+
*/
|
|
214
|
+
constructor(message?: string | undefined);
|
|
145
215
|
}
|
|
146
216
|
export class NoAlertOpenError extends ProtocolError {
|
|
147
217
|
static code(): number;
|
|
148
218
|
static w3cStatus(): HTTPStatusCodes;
|
|
149
219
|
static error(): string;
|
|
150
|
-
|
|
220
|
+
/**
|
|
221
|
+
*
|
|
222
|
+
* @param {string} [message]
|
|
223
|
+
*/
|
|
224
|
+
constructor(message?: string | undefined);
|
|
151
225
|
}
|
|
152
226
|
export class NoSuchAlertError extends NoAlertOpenError {
|
|
153
227
|
}
|
|
@@ -155,13 +229,19 @@ export class ScriptTimeoutError extends ProtocolError {
|
|
|
155
229
|
static code(): number;
|
|
156
230
|
static w3cStatus(): HTTPStatusCodes;
|
|
157
231
|
static error(): string;
|
|
158
|
-
|
|
232
|
+
/**
|
|
233
|
+
* @param {string} [err] error message
|
|
234
|
+
*/
|
|
235
|
+
constructor(err?: string | undefined);
|
|
159
236
|
}
|
|
160
237
|
export class InvalidElementCoordinatesError extends ProtocolError {
|
|
161
238
|
static code(): number;
|
|
162
239
|
static w3cStatus(): HTTPStatusCodes;
|
|
163
240
|
static error(): string;
|
|
164
|
-
|
|
241
|
+
/**
|
|
242
|
+
* @param {string} [err] error message
|
|
243
|
+
*/
|
|
244
|
+
constructor(err?: string | undefined);
|
|
165
245
|
}
|
|
166
246
|
export class InvalidCoordinatesError extends InvalidElementCoordinatesError {
|
|
167
247
|
}
|
|
@@ -169,19 +249,28 @@ export class IMENotAvailableError extends ProtocolError {
|
|
|
169
249
|
static code(): number;
|
|
170
250
|
static w3cStatus(): HTTPStatusCodes;
|
|
171
251
|
static error(): string;
|
|
172
|
-
|
|
252
|
+
/**
|
|
253
|
+
* @param {string} [message] error message
|
|
254
|
+
*/
|
|
255
|
+
constructor(message?: string | undefined);
|
|
173
256
|
}
|
|
174
257
|
export class IMEEngineActivationFailedError extends ProtocolError {
|
|
175
258
|
static code(): number;
|
|
176
259
|
static w3cStatus(): HTTPStatusCodes;
|
|
177
260
|
static error(): string;
|
|
178
|
-
|
|
261
|
+
/**
|
|
262
|
+
* @param {string} [err] error message
|
|
263
|
+
*/
|
|
264
|
+
constructor(err?: string | undefined);
|
|
179
265
|
}
|
|
180
266
|
export class InvalidSelectorError extends ProtocolError {
|
|
181
267
|
static code(): number;
|
|
182
268
|
static w3cStatus(): HTTPStatusCodes;
|
|
183
269
|
static error(): string;
|
|
184
|
-
|
|
270
|
+
/**
|
|
271
|
+
* @param {string} [err] error message
|
|
272
|
+
*/
|
|
273
|
+
constructor(err?: string | undefined);
|
|
185
274
|
}
|
|
186
275
|
export class SessionNotCreatedError extends ProtocolError {
|
|
187
276
|
static code(): number;
|
|
@@ -193,15 +282,26 @@ export class MoveTargetOutOfBoundsError extends ProtocolError {
|
|
|
193
282
|
static code(): number;
|
|
194
283
|
static w3cStatus(): HTTPStatusCodes;
|
|
195
284
|
static error(): string;
|
|
196
|
-
|
|
285
|
+
/**
|
|
286
|
+
* @param {string} [err] error message
|
|
287
|
+
*/
|
|
288
|
+
constructor(err?: string | undefined);
|
|
197
289
|
}
|
|
198
290
|
export class NoSuchContextError extends ProtocolError {
|
|
199
291
|
static code(): number;
|
|
200
|
-
|
|
292
|
+
/**
|
|
293
|
+
*
|
|
294
|
+
* @param {string} [message]
|
|
295
|
+
*/
|
|
296
|
+
constructor(message?: string | undefined);
|
|
201
297
|
}
|
|
202
298
|
export class InvalidContextError extends ProtocolError {
|
|
203
299
|
static code(): number;
|
|
204
|
-
|
|
300
|
+
/**
|
|
301
|
+
*
|
|
302
|
+
* @param {string} [message]
|
|
303
|
+
*/
|
|
304
|
+
constructor(message?: string | undefined);
|
|
205
305
|
}
|
|
206
306
|
export class NotYetImplementedError extends UnknownMethodError {
|
|
207
307
|
}
|
|
@@ -211,7 +311,10 @@ export class UnableToCaptureScreen extends ProtocolError {
|
|
|
211
311
|
static code(): number;
|
|
212
312
|
static w3cStatus(): HTTPStatusCodes;
|
|
213
313
|
static error(): string;
|
|
214
|
-
|
|
314
|
+
/**
|
|
315
|
+
* @param {string} [err] error message
|
|
316
|
+
*/
|
|
317
|
+
constructor(err?: string | undefined);
|
|
215
318
|
}
|
|
216
319
|
export class BadParametersError extends ES6Error {
|
|
217
320
|
static error(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../lib/protocol/errors.js"],"names":[],"mappings":"AAWA;IACE,mEASC;IAPC,gBAA4B;IAC5B,WAAuC;IAIvC,eAAyD;IACzD,iBAAuB;IAOzB,yBAEC;IAND,sBAEC;CAKF;AAMD;IACE,sBAEC;IAED,oCAEC;IACD,uBAEC;IACD,
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../lib/protocol/errors.js"],"names":[],"mappings":"AAWA;IACE,mEASC;IAPC,gBAA4B;IAC5B,WAAuC;IAIvC,eAAyD;IACzD,iBAAuB;IAOzB,yBAEC;IAND,sBAEC;CAKF;AAMD;IACE,sBAEC;IAED,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;;OAGG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CAUC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,iCAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,uBAEC;IACD;;OAEG;IACH,0CAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,0CASC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,uBAEC;IACD,oCAEC;IACD;;OAEG;IACH,sCASC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAQC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;;OAGG;IACH,0CAOC;CACF;AAED;CAAyD;AAEzD;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;CAA8E;AAE9E;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,0CAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD,0BAYC;CACF;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAED;IACE,sBAEC;IACD;;;OAGG;IACH,0CAEC;CACF;AAED;IACE,sBAEC;IACD;;;OAGG;IACH,0CAKC;CACF;AAGD;CAOC;AACD;CAOC;AAED;IACE,sBAEC;IACD,oCAEC;IACD,uBAEC;IACD;;OAEG;IACH,sCAOC;CACF;AAGD;IACE,uBAEC;IACD,qEAcC;IADC,2BAA4C;CAE/C;AAED;;;;;GAKG;AACH;IACE,2DA2BC;IATC,eAA4C;IAI1C,SAAiC;IAGjC,YAA8B;IAIlC,gCAYC;CACF;6BAkOa,MAAM,GAAG;IAAC,KAAK,EAAE,mBAAmB,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;YAYvD,MAAM;WACN,MAAM,GAAC,MAAM;aACb,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA3KpB,0DAkBC;AA3BD,kDAOC;AAsBD;;;;;GAKG;AACH,iDAJW,MAAM,UACN,MAAM,MAAO,GACZ,aAAa,CAYxB;AAED;;;;;;GAMG;AACH,2CALW,MAAM,WACN,MAAM,eACL,MAAM,UACN,aAAa,CAaxB;AAWD;;;GAGG;AACH,4CAFW,aAAa,GAAC,YAAY,SAqCpC;AAED;;;GAGG;AACH,+CAFW,aAAa,0JAkCvB"}
|