appium 3.3.0 → 3.3.1
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/appium.d.ts +147 -205
- package/build/lib/appium.d.ts.map +1 -1
- package/build/lib/appium.js +169 -282
- package/build/lib/appium.js.map +1 -1
- package/build/lib/bidi-commands.d.ts.map +1 -1
- package/build/lib/bidi-commands.js +11 -11
- package/build/lib/bidi-commands.js.map +1 -1
- package/build/lib/bootstrap/appium-initializer.d.ts +21 -0
- package/build/lib/bootstrap/appium-initializer.d.ts.map +1 -0
- package/build/lib/bootstrap/appium-initializer.js +146 -0
- package/build/lib/bootstrap/appium-initializer.js.map +1 -0
- package/build/lib/bootstrap/appium-main-runner.d.ts +22 -0
- package/build/lib/bootstrap/appium-main-runner.d.ts.map +1 -0
- package/build/lib/bootstrap/appium-main-runner.js +109 -0
- package/build/lib/bootstrap/appium-main-runner.js.map +1 -0
- package/build/lib/bootstrap/config-file.d.ts +37 -0
- package/build/lib/bootstrap/config-file.d.ts.map +1 -0
- package/build/lib/{config-file.js → bootstrap/config-file.js} +9 -26
- package/build/lib/bootstrap/config-file.js.map +1 -0
- package/build/lib/bootstrap/grid-v3-register.d.ts +20 -0
- package/build/lib/bootstrap/grid-v3-register.d.ts.map +1 -0
- package/build/lib/{grid-register.js → bootstrap/grid-v3-register.js} +28 -13
- package/build/lib/bootstrap/grid-v3-register.js.map +1 -0
- package/build/lib/bootstrap/init-types.d.ts +16 -0
- package/build/lib/bootstrap/init-types.d.ts.map +1 -0
- package/build/lib/bootstrap/init-types.js +3 -0
- package/build/lib/bootstrap/init-types.js.map +1 -0
- package/build/lib/bootstrap/main-helpers.d.ts +55 -0
- package/build/lib/bootstrap/main-helpers.d.ts.map +1 -0
- package/build/lib/bootstrap/main-helpers.js +187 -0
- package/build/lib/bootstrap/main-helpers.js.map +1 -0
- package/build/lib/bootstrap/node-helpers.d.ts +32 -0
- package/build/lib/bootstrap/node-helpers.d.ts.map +1 -0
- package/build/lib/bootstrap/node-helpers.js +201 -0
- package/build/lib/bootstrap/node-helpers.js.map +1 -0
- package/build/lib/bootstrap/startup-config.d.ts +22 -0
- package/build/lib/bootstrap/startup-config.d.ts.map +1 -0
- package/build/lib/bootstrap/startup-config.js +111 -0
- package/build/lib/bootstrap/startup-config.js.map +1 -0
- package/build/lib/cli/args.d.ts.map +1 -1
- package/build/lib/cli/args.js +9 -9
- package/build/lib/cli/args.js.map +1 -1
- package/build/lib/cli/extension-command.d.ts +95 -95
- package/build/lib/cli/extension-command.d.ts.map +1 -1
- package/build/lib/cli/extension-command.js +18 -18
- package/build/lib/cli/extension-command.js.map +1 -1
- package/build/lib/cli/extension.d.ts +1 -1
- package/build/lib/cli/extension.d.ts.map +1 -1
- package/build/lib/cli/extension.js +5 -5
- package/build/lib/cli/extension.js.map +1 -1
- package/build/lib/cli/parser.d.ts +8 -8
- package/build/lib/cli/parser.d.ts.map +1 -1
- package/build/lib/cli/parser.js +49 -49
- package/build/lib/cli/parser.js.map +1 -1
- package/build/lib/cli/setup-command.js +6 -6
- package/build/lib/cli/setup-command.js.map +1 -1
- package/build/lib/cli/utils.d.ts +17 -17
- package/build/lib/cli/utils.d.ts.map +1 -1
- package/build/lib/cli/utils.js +29 -29
- package/build/lib/cli/utils.js.map +1 -1
- package/build/lib/doctor/doctor.d.ts +2 -2
- package/build/lib/doctor/doctor.d.ts.map +1 -1
- package/build/lib/doctor/doctor.js +6 -6
- package/build/lib/doctor/doctor.js.map +1 -1
- package/build/lib/extension/driver-config.d.ts +18 -77
- package/build/lib/extension/driver-config.d.ts.map +1 -1
- package/build/lib/extension/driver-config.js +37 -125
- package/build/lib/extension/driver-config.js.map +1 -1
- package/build/lib/extension/extension-config.d.ts +103 -210
- package/build/lib/extension/extension-config.d.ts.map +1 -1
- package/build/lib/extension/extension-config.js +180 -342
- package/build/lib/extension/extension-config.js.map +1 -1
- package/build/lib/extension/index.d.ts +12 -29
- package/build/lib/extension/index.d.ts.map +1 -1
- package/build/lib/extension/index.js +33 -75
- package/build/lib/extension/index.js.map +1 -1
- package/build/lib/extension/manifest-migrations.d.ts +3 -20
- package/build/lib/extension/manifest-migrations.d.ts.map +1 -1
- package/build/lib/extension/manifest-migrations.js +20 -101
- package/build/lib/extension/manifest-migrations.js.map +1 -1
- package/build/lib/extension/manifest.d.ts +61 -107
- package/build/lib/extension/manifest.d.ts.map +1 -1
- package/build/lib/extension/manifest.js +181 -356
- package/build/lib/extension/manifest.js.map +1 -1
- package/build/lib/extension/package-changed.d.ts +1 -3
- package/build/lib/extension/package-changed.d.ts.map +1 -1
- package/build/lib/extension/package-changed.js +8 -15
- package/build/lib/extension/package-changed.js.map +1 -1
- package/build/lib/extension/plugin-config.d.ts +10 -52
- package/build/lib/extension/plugin-config.d.ts.map +1 -1
- package/build/lib/extension/plugin-config.js +11 -63
- package/build/lib/extension/plugin-config.js.map +1 -1
- package/build/lib/helpers/build.d.ts +22 -0
- package/build/lib/helpers/build.d.ts.map +1 -0
- package/build/lib/helpers/build.js +109 -0
- package/build/lib/helpers/build.js.map +1 -0
- package/build/lib/helpers/capability.d.ts +38 -0
- package/build/lib/helpers/capability.d.ts.map +1 -0
- package/build/lib/helpers/capability.js +128 -0
- package/build/lib/helpers/capability.js.map +1 -0
- package/build/lib/helpers/network.d.ts +14 -0
- package/build/lib/helpers/network.d.ts.map +1 -0
- package/build/lib/helpers/network.js +35 -0
- package/build/lib/helpers/network.js.map +1 -0
- package/build/lib/insecure-features.js +6 -6
- package/build/lib/insecure-features.js.map +1 -1
- package/build/lib/inspector-commands.d.ts +6 -0
- package/build/lib/inspector-commands.d.ts.map +1 -1
- package/build/lib/inspector-commands.js +6 -0
- package/build/lib/inspector-commands.js.map +1 -1
- package/build/lib/logger.d.ts +2 -3
- package/build/lib/logger.d.ts.map +1 -1
- package/build/lib/logger.js +2 -3
- package/build/lib/logger.js.map +1 -1
- package/build/lib/main.d.ts +15 -58
- package/build/lib/main.d.ts.map +1 -1
- package/build/lib/main.js +25 -425
- package/build/lib/main.js.map +1 -1
- package/build/lib/schema/cli-args-guards.d.ts +34 -0
- package/build/lib/schema/cli-args-guards.d.ts.map +1 -0
- package/build/lib/schema/cli-args-guards.js +49 -0
- package/build/lib/schema/cli-args-guards.js.map +1 -0
- package/build/lib/schema/cli-args.js +2 -2
- package/build/lib/schema/cli-args.js.map +1 -1
- package/build/lib/schema/format-errors.d.ts +28 -0
- package/build/lib/schema/format-errors.d.ts.map +1 -0
- package/build/lib/schema/format-errors.js +29 -0
- package/build/lib/schema/format-errors.js.map +1 -0
- package/build/lib/schema/index.d.ts +2 -0
- package/build/lib/schema/index.d.ts.map +1 -1
- package/build/lib/schema/index.js +2 -0
- package/build/lib/schema/index.js.map +1 -1
- package/build/lib/schema/schema.d.ts +15 -15
- package/build/lib/schema/schema.d.ts.map +1 -1
- package/build/lib/schema/schema.js +37 -37
- package/build/lib/schema/schema.js.map +1 -1
- package/build/lib/utils.d.ts +0 -81
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/utils.js +1 -248
- package/build/lib/utils.js.map +1 -1
- package/lib/{appium.js → appium.ts} +297 -341
- package/lib/bidi-commands.ts +10 -14
- package/lib/bootstrap/appium-initializer.ts +212 -0
- package/lib/bootstrap/appium-main-runner.ts +172 -0
- package/lib/{config-file.ts → bootstrap/config-file.ts} +29 -63
- package/lib/{grid-register.ts → bootstrap/grid-v3-register.ts} +35 -35
- package/lib/bootstrap/init-types.ts +31 -0
- package/lib/bootstrap/main-helpers.ts +223 -0
- package/lib/bootstrap/node-helpers.ts +180 -0
- package/lib/bootstrap/startup-config.ts +143 -0
- package/lib/cli/args.ts +10 -10
- package/lib/cli/extension-command.ts +132 -132
- package/lib/cli/extension.ts +7 -7
- package/lib/cli/parser.ts +50 -50
- package/lib/cli/setup-command.ts +2 -2
- package/lib/cli/utils.ts +33 -33
- package/lib/doctor/doctor.ts +8 -8
- package/lib/extension/driver-config.ts +165 -0
- package/lib/extension/{extension-config.js → extension-config.ts} +291 -405
- package/lib/extension/index.ts +143 -0
- package/lib/extension/manifest-migrations.ts +57 -0
- package/lib/extension/manifest.ts +369 -0
- package/lib/extension/{package-changed.js → package-changed.ts} +9 -18
- package/lib/extension/plugin-config.ts +62 -0
- package/lib/helpers/build.ts +111 -0
- package/lib/helpers/capability.ts +171 -0
- package/lib/helpers/network.ts +30 -0
- package/lib/insecure-features.ts +1 -1
- package/lib/inspector-commands.ts +6 -1
- package/lib/{logger.js → logger.ts} +1 -2
- package/lib/main.ts +60 -0
- package/lib/schema/cli-args-guards.ts +67 -0
- package/lib/schema/cli-args.ts +1 -1
- package/lib/schema/format-errors.ts +43 -0
- package/lib/schema/index.ts +2 -0
- package/lib/schema/schema.ts +51 -52
- package/lib/utils.ts +0 -331
- package/package.json +12 -13
- package/scripts/autoinstall-extensions.js +3 -0
- package/build/lib/config-file.d.ts +0 -57
- package/build/lib/config-file.d.ts.map +0 -1
- package/build/lib/config-file.js.map +0 -1
- package/build/lib/config.d.ts +0 -68
- package/build/lib/config.d.ts.map +0 -1
- package/build/lib/config.js +0 -358
- package/build/lib/config.js.map +0 -1
- package/build/lib/grid-register.d.ts +0 -35
- package/build/lib/grid-register.d.ts.map +0 -1
- package/build/lib/grid-register.js.map +0 -1
- package/lib/config.ts +0 -377
- package/lib/extension/driver-config.js +0 -245
- package/lib/extension/index.js +0 -169
- package/lib/extension/manifest-migrations.js +0 -136
- package/lib/extension/manifest.js +0 -550
- package/lib/extension/plugin-config.js +0 -112
- package/lib/main.js +0 -545
|
@@ -1,147 +1,101 @@
|
|
|
1
|
+
import _ from 'lodash';
|
|
2
|
+
import type { ExtensionType } from '@appium/types';
|
|
3
|
+
import type { ExtManifest, ExtPackageJson, ExtRecord, ManifestData } from 'appium/types';
|
|
4
|
+
import { INSTALL_TYPE_DEV, INSTALL_TYPE_NPM } from './extension-config';
|
|
1
5
|
/**
|
|
2
6
|
* Handles reading & writing of extension config files.
|
|
3
7
|
*
|
|
4
8
|
* Only one instance of this class exists per value of `APPIUM_HOME`.
|
|
5
9
|
*/
|
|
6
|
-
export class Manifest {
|
|
10
|
+
export declare class Manifest {
|
|
11
|
+
#private;
|
|
7
12
|
/**
|
|
8
|
-
* Returns
|
|
13
|
+
* Returns the memoized manifest for an `APPIUM_HOME` directory (one instance per home).
|
|
9
14
|
*
|
|
10
|
-
*
|
|
15
|
+
* @param appiumHome - `APPIUM_HOME` path used as the cache key
|
|
11
16
|
*/
|
|
12
17
|
static getInstance: ((appiumHome: string) => Manifest) & _.MemoizedFunction;
|
|
18
|
+
private constructor();
|
|
19
|
+
/** `APPIUM_HOME` directory this manifest is tied to. */
|
|
20
|
+
get appiumHome(): string;
|
|
13
21
|
/**
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* Use {@link Manifest.getInstance} instead.
|
|
17
|
-
* @param {string} appiumHome
|
|
18
|
-
* @private
|
|
22
|
+
* Absolute path to the extension manifest file after {@link Manifest.read} or {@link Manifest.write} has resolved it.
|
|
23
|
+
* Before that, this is `undefined`.
|
|
19
24
|
*/
|
|
20
|
-
|
|
25
|
+
get manifestPath(): string | undefined;
|
|
26
|
+
/** Schema revision of the in-memory manifest data (from YAML `schemaRev`). */
|
|
27
|
+
get schemaRev(): number;
|
|
21
28
|
/**
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
29
|
+
* Returns the live installed-extension map for drivers or plugins (same object as stored in memory).
|
|
30
|
+
* Mutations affect the manifest until replaced by a new object (e.g. via `read()`); `setExtension` / `deleteExtension` update this record.
|
|
31
|
+
*
|
|
32
|
+
* @param extType - `"driver"` or `"plugin"`
|
|
25
33
|
*/
|
|
26
|
-
|
|
34
|
+
getExtensionData<ExtType extends ExtensionType>(extType: ExtType): ExtRecord<ExtType>;
|
|
27
35
|
/**
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* @
|
|
36
|
+
* Whether a driver with the given manifest key is present.
|
|
37
|
+
*
|
|
38
|
+
* @param name - Driver name as stored under `drivers` in the manifest
|
|
31
39
|
*/
|
|
32
40
|
hasDriver(name: string): boolean;
|
|
33
41
|
/**
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @
|
|
42
|
+
* Whether a plugin with the given manifest key is present.
|
|
43
|
+
*
|
|
44
|
+
* @param name - Plugin name as stored under `plugins` in the manifest
|
|
37
45
|
*/
|
|
38
46
|
hasPlugin(name: string): boolean;
|
|
39
47
|
/**
|
|
40
|
-
*
|
|
48
|
+
* Loads manifest YAML from disk into memory, runs migration when needed, may sync with installed packages, and writes back if required.
|
|
49
|
+
* Concurrent calls while a read is in flight share the same in-flight work.
|
|
41
50
|
*
|
|
42
|
-
* @
|
|
43
|
-
* @param {ExtPackageJson<ExtType>} pkgJson
|
|
44
|
-
* @param {string} pkgPath
|
|
45
|
-
* @param {typeof INSTALL_TYPE_NPM | typeof INSTALL_TYPE_DEV} [installType]
|
|
46
|
-
* @returns {boolean} - `true` if this method did anything.
|
|
51
|
+
* @returns The parsed in-memory manifest data
|
|
47
52
|
*/
|
|
48
|
-
|
|
53
|
+
read(): Promise<ManifestData>;
|
|
49
54
|
/**
|
|
50
|
-
*
|
|
51
|
-
*
|
|
55
|
+
* Serializes the current in-memory manifest to the resolved manifest path.
|
|
56
|
+
* Concurrent calls while a write is in flight share the same in-flight work.
|
|
52
57
|
*
|
|
53
|
-
*
|
|
54
|
-
* @template {ExtensionType} ExtType
|
|
55
|
-
* @param {ExtType} extType - `driver` or `plugin`
|
|
56
|
-
* @param {string} extName - Name of extension
|
|
57
|
-
* @param {ExtManifest<ExtType>} extData - Extension metadata
|
|
58
|
-
* @returns {ExtManifest<ExtType>} A clone of `extData`, potentially with a mutated `appiumVersion` field
|
|
59
|
-
*/
|
|
60
|
-
setExtension<ExtType extends ExtensionType>(extType: ExtType, extName: string, extData: ExtManifest<ExtType>): ExtManifest<ExtType>;
|
|
61
|
-
/**
|
|
62
|
-
* Sets the schema revision
|
|
63
|
-
* @param {keyof import('./manifest-migrations').ManifestDataVersions} rev
|
|
64
|
-
*/
|
|
65
|
-
setSchemaRev(rev: keyof import("./manifest-migrations").ManifestDataVersions): void;
|
|
66
|
-
/**
|
|
67
|
-
* Remove an extension from the manifest.
|
|
68
|
-
* @param {ExtensionType} extType
|
|
69
|
-
* @param {string} extName
|
|
58
|
+
* @returns `true` when the file was written successfully
|
|
70
59
|
*/
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Returns the `APPIUM_HOME` path
|
|
74
|
-
*/
|
|
75
|
-
get appiumHome(): string;
|
|
60
|
+
write(): Promise<boolean>;
|
|
76
61
|
/**
|
|
77
|
-
*
|
|
62
|
+
* Scans `APPIUM_HOME` (root and `node_modules`) for Appium extension packages and merges them into the manifest.
|
|
63
|
+
*
|
|
64
|
+
* @param hasAppiumDependency - When true and the root `package.json` depends on Appium, matching extensions use the `"dev"` install type
|
|
65
|
+
* @returns `true` if any extension entries changed, `false` otherwise
|
|
78
66
|
*/
|
|
79
|
-
|
|
67
|
+
syncWithInstalledExtensions(hasAppiumDependency?: boolean): Promise<boolean>;
|
|
80
68
|
/**
|
|
81
|
-
*
|
|
69
|
+
* Builds manifest metadata from a `package.json` and registers it if it is a driver or plugin and the entry changed.
|
|
70
|
+
*
|
|
71
|
+
* @param pkgJson - Parsed extension `package.json`
|
|
72
|
+
* @param pkgPath - Path to that `package.json` (install path is derived from its directory)
|
|
73
|
+
* @param installType - How the package was discovered (`npm` vs `dev`)
|
|
74
|
+
* @returns `true` if the manifest was updated, `false` if unchanged or already matched
|
|
75
|
+
* @throws TypeError if the package is not a valid driver or plugin extension
|
|
82
76
|
*/
|
|
83
|
-
|
|
77
|
+
addExtensionFromPackage(pkgJson: ExtPackageJson<ExtensionType>, pkgPath: string, installType?: typeof INSTALL_TYPE_NPM | typeof INSTALL_TYPE_DEV): boolean;
|
|
84
78
|
/**
|
|
85
|
-
*
|
|
79
|
+
* Stores a deep-cloned copy of extension metadata under the given type and name.
|
|
86
80
|
*
|
|
87
|
-
* @
|
|
88
|
-
* @param
|
|
89
|
-
* @
|
|
81
|
+
* @param extType - `"driver"` or `"plugin"`
|
|
82
|
+
* @param extName - Manifest key for the extension
|
|
83
|
+
* @param extData - Full extension entry to persist in memory
|
|
84
|
+
* @returns The cloned data now held in the manifest
|
|
90
85
|
*/
|
|
91
|
-
|
|
86
|
+
setExtension<ExtType extends ExtensionType>(extType: ExtType, extName: string, extData: ExtManifest<ExtType>): ExtManifest<ExtType>;
|
|
92
87
|
/**
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
* If the manifest does not exist on disk, an
|
|
96
|
-
* {@link INITIAL_MANIFEST_DATA "empty"} manifest file will be created, as
|
|
97
|
-
* well as its directory if needed.
|
|
88
|
+
* Updates the in-memory manifest schema revision (typically during migration).
|
|
98
89
|
*
|
|
99
|
-
*
|
|
100
|
-
* 1. perform a migration of the manifest data
|
|
101
|
-
* 2. sync the manifest with extensions on-disk (kind of like "auto
|
|
102
|
-
* discovery")
|
|
103
|
-
* 3. write the manifest to disk.
|
|
104
|
-
*
|
|
105
|
-
* Only one read operation can happen at a time.
|
|
106
|
-
*
|
|
107
|
-
* @returns {Promise<ManifestData>} The data
|
|
90
|
+
* @param rev - New `schemaRev` value
|
|
108
91
|
*/
|
|
109
|
-
|
|
92
|
+
setSchemaRev(rev: number): void;
|
|
110
93
|
/**
|
|
111
|
-
*
|
|
94
|
+
* Removes an extension entry from the manifest data in memory (does not write to disk by itself).
|
|
112
95
|
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
* @todo If this becomes too much of a bottleneck, throttle it.
|
|
116
|
-
* @returns {Promise<boolean>} Whether the data was written
|
|
96
|
+
* @param extType - `"driver"` or `"plugin"`
|
|
97
|
+
* @param extName - Manifest key to remove
|
|
117
98
|
*/
|
|
118
|
-
|
|
119
|
-
#private;
|
|
99
|
+
deleteExtension(extType: ExtensionType, extName: string): void;
|
|
120
100
|
}
|
|
121
|
-
/**
|
|
122
|
-
* Type of the string referring to a driver (typically as a key or type string)
|
|
123
|
-
*/
|
|
124
|
-
export type DriverType = import("@appium/types").DriverType;
|
|
125
|
-
/**
|
|
126
|
-
* Type of the string referring to a plugin (typically as a key or type string)
|
|
127
|
-
*/
|
|
128
|
-
export type PluginType = import("@appium/types").PluginType;
|
|
129
|
-
export type SyncWithInstalledExtensionsOpts = {
|
|
130
|
-
/**
|
|
131
|
-
* - Maximum depth to recurse into subdirectories
|
|
132
|
-
*/
|
|
133
|
-
depthLimit?: number | undefined;
|
|
134
|
-
};
|
|
135
|
-
export type ManifestData = import("appium/types").ManifestData;
|
|
136
|
-
export type InternalMetadata = import("appium/types").InternalMetadata;
|
|
137
|
-
export type ExtPackageJson<ExtType extends ExtensionType> = import("appium/types").ExtPackageJson<ExtType>;
|
|
138
|
-
export type ExtManifest<ExtType extends ExtensionType> = import("appium/types").ExtManifest<ExtType>;
|
|
139
|
-
export type ExtRecord<ExtType extends ExtensionType> = import("appium/types").ExtRecord<ExtType>;
|
|
140
|
-
/**
|
|
141
|
-
* Either `driver` or `plugin` rn
|
|
142
|
-
*/
|
|
143
|
-
export type ExtensionType = import("@appium/types").ExtensionType;
|
|
144
|
-
import { INSTALL_TYPE_NPM } from './extension-config';
|
|
145
|
-
import { INSTALL_TYPE_DEV } from './extension-config';
|
|
146
|
-
import _ from 'lodash';
|
|
147
101
|
//# sourceMappingURL=manifest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../../lib/extension/manifest.
|
|
1
|
+
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../../lib/extension/manifest.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,QAAQ,CAAC;AAGvB,OAAO,KAAK,EAAa,aAAa,EAAa,MAAM,eAAe,CAAC;AACzE,OAAO,KAAK,EAAC,WAAW,EAAE,cAAc,EAAE,SAAS,EAAoB,YAAY,EAAC,MAAM,cAAc,CAAC;AAEzG,OAAO,EAAC,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;AAatE;;;;GAIG;AACH,qBAAa,QAAQ;;IACnB;;;;OAIG;IACH,MAAM,CAAC,WAAW,gBAA0B,MAAM,KAAG,QAAQ,uBAA8B;IAQ3F,OAAO;IAKP,wDAAwD;IACxD,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED;;;OAGG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,SAAS,CAErC;IAED,8EAA8E;IAC9E,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED;;;;;OAKG;IACH,gBAAgB,CAAC,OAAO,SAAS,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC;IAKrF;;;;OAIG;IACH,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAIhC;;;;OAIG;IACH,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAIhC;;;;;OAKG;IACG,IAAI,IAAI,OAAO,CAAC,YAAY,CAAC;IAoDnC;;;;;OAKG;IACG,KAAK,IAAI,OAAO,CAAC,OAAO,CAAC;IAiC/B;;;;;OAKG;IACG,2BAA2B,CAAC,mBAAmB,UAAQ,GAAG,OAAO,CAAC,OAAO,CAAC;IAiChF;;;;;;;;OAQG;IACH,uBAAuB,CACrB,OAAO,EAAE,cAAc,CAAC,aAAa,CAAC,EACtC,OAAO,EAAE,MAAM,EACf,WAAW,GAAE,OAAO,gBAAgB,GAAG,OAAO,gBAAmC,GAChF,OAAO;IAyCV;;;;;;;OAOG;IACH,YAAY,CAAC,OAAO,SAAS,aAAa,EACxC,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,WAAW,CAAC,OAAO,CAAC,GAC5B,WAAW,CAAC,OAAO,CAAC;IAUvB;;;;OAIG;IACH,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAI/B;;;;;OAKG;IACH,eAAe,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;CAwB/D"}
|