@algolia/client-query-suggestions 5.2.3 → 5.2.4-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.d.ts +282 -0
- package/dist/builds/browser.js +386 -0
- package/dist/builds/browser.js.map +1 -0
- package/dist/builds/browser.min.js +2 -0
- package/dist/builds/browser.min.js.map +1 -0
- package/dist/builds/browser.umd.js +12 -0
- package/dist/builds/node.cjs +404 -0
- package/dist/builds/node.cjs.map +1 -0
- package/dist/builds/node.js +384 -0
- package/dist/builds/node.js.map +1 -0
- package/dist/model/appID.cjs +19 -0
- package/dist/model/appID.cjs.map +1 -0
- package/dist/model/appID.js +1 -0
- package/dist/model/appID.js.map +1 -0
- package/dist/model/baseResponse.cjs +19 -0
- package/dist/model/baseResponse.cjs.map +1 -0
- package/dist/model/baseResponse.js +1 -0
- package/dist/model/baseResponse.js.map +1 -0
- package/dist/model/clientMethodProps.cjs +19 -0
- package/dist/model/clientMethodProps.cjs.map +1 -0
- package/dist/model/clientMethodProps.js +1 -0
- package/dist/model/clientMethodProps.js.map +1 -0
- package/dist/model/configStatus.cjs +19 -0
- package/dist/model/configStatus.cjs.map +1 -0
- package/dist/model/configStatus.js +1 -0
- package/dist/model/configStatus.js.map +1 -0
- package/dist/model/configuration.cjs +19 -0
- package/dist/model/configuration.cjs.map +1 -0
- package/dist/model/configuration.js +1 -0
- package/dist/model/configuration.js.map +1 -0
- package/dist/model/configurationResponse.cjs +19 -0
- package/dist/model/configurationResponse.cjs.map +1 -0
- package/dist/model/configurationResponse.js +1 -0
- package/dist/model/configurationResponse.js.map +1 -0
- package/dist/model/configurationWithIndex.cjs +19 -0
- package/dist/model/configurationWithIndex.cjs.map +1 -0
- package/dist/model/configurationWithIndex.js +1 -0
- package/dist/model/configurationWithIndex.js.map +1 -0
- package/dist/model/errorBase.cjs +19 -0
- package/dist/model/errorBase.cjs.map +1 -0
- package/dist/model/errorBase.js +1 -0
- package/dist/model/errorBase.js.map +1 -0
- package/dist/model/facet.cjs +19 -0
- package/dist/model/facet.cjs.map +1 -0
- package/dist/model/facet.js +1 -0
- package/dist/model/facet.js.map +1 -0
- package/dist/model/index.cjs +19 -0
- package/dist/model/index.cjs.map +1 -0
- package/dist/model/index.js +1 -0
- package/dist/model/index.js.map +1 -0
- package/dist/model/languages.cjs +19 -0
- package/dist/model/languages.cjs.map +1 -0
- package/dist/model/languages.js +1 -0
- package/dist/model/languages.js.map +1 -0
- package/dist/model/logFile.cjs +19 -0
- package/dist/model/logFile.cjs.map +1 -0
- package/dist/model/logFile.js +1 -0
- package/dist/model/logFile.js.map +1 -0
- package/dist/model/logLevel.cjs +19 -0
- package/dist/model/logLevel.cjs.map +1 -0
- package/dist/model/logLevel.js +1 -0
- package/dist/model/logLevel.js.map +1 -0
- package/dist/model/sourceIndex.cjs +19 -0
- package/dist/model/sourceIndex.cjs.map +1 -0
- package/dist/model/sourceIndex.js +1 -0
- package/dist/model/sourceIndex.js.map +1 -0
- package/dist/node.d.cts +282 -0
- package/dist/node.d.ts +282 -0
- package/dist/src/querySuggestionsClient.cjs +371 -0
- package/dist/src/querySuggestionsClient.cjs.map +1 -0
- package/dist/src/querySuggestionsClient.js +344 -0
- package/dist/src/querySuggestionsClient.js.map +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +33 -30
- package/dist/builds/browser.d.ts +0 -27
- package/dist/builds/browser.d.ts.map +0 -1
- package/dist/builds/node.d.ts +0 -27
- package/dist/builds/node.d.ts.map +0 -1
- package/dist/client-query-suggestions.cjs +0 -371
- package/dist/client-query-suggestions.esm.browser.js +0 -1045
- package/dist/client-query-suggestions.esm.node.js +0 -368
- package/dist/client-query-suggestions.umd.js +0 -2
- package/dist/model/appID.d.ts +0 -7
- package/dist/model/appID.d.ts.map +0 -1
- package/dist/model/baseResponse.d.ts +0 -11
- package/dist/model/baseResponse.d.ts.map +0 -1
- package/dist/model/clientMethodProps.d.ts +0 -108
- package/dist/model/clientMethodProps.d.ts.map +0 -1
- package/dist/model/configStatus.d.ts +0 -23
- package/dist/model/configStatus.d.ts.map +0 -1
- package/dist/model/configuration.d.ts +0 -22
- package/dist/model/configuration.d.ts.map +0 -1
- package/dist/model/configurationResponse.d.ts +0 -7
- package/dist/model/configurationResponse.d.ts.map +0 -1
- package/dist/model/configurationWithIndex.d.ts +0 -6
- package/dist/model/configurationWithIndex.d.ts.map +0 -1
- package/dist/model/errorBase.d.ts +0 -7
- package/dist/model/errorBase.d.ts.map +0 -1
- package/dist/model/facet.d.ts +0 -14
- package/dist/model/facet.d.ts.map +0 -1
- package/dist/model/index.d.ts +0 -14
- package/dist/model/index.d.ts.map +0 -1
- package/dist/model/languages.d.ts +0 -5
- package/dist/model/languages.d.ts.map +0 -1
- package/dist/model/logFile.d.ts +0 -17
- package/dist/model/logFile.d.ts.map +0 -1
- package/dist/model/logLevel.d.ts +0 -5
- package/dist/model/logLevel.d.ts.map +0 -1
- package/dist/model/sourceIndex.d.ts +0 -27
- package/dist/model/sourceIndex.d.ts.map +0 -1
- package/dist/src/querySuggestionsClient.d.ts +0 -148
- package/dist/src/querySuggestionsClient.d.ts.map +0 -1
package/dist/model/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * from './appID';
|
|
2
|
-
export * from './baseResponse';
|
|
3
|
-
export * from './configStatus';
|
|
4
|
-
export * from './configuration';
|
|
5
|
-
export * from './configurationResponse';
|
|
6
|
-
export * from './configurationWithIndex';
|
|
7
|
-
export * from './errorBase';
|
|
8
|
-
export * from './facet';
|
|
9
|
-
export * from './languages';
|
|
10
|
-
export * from './logFile';
|
|
11
|
-
export * from './logLevel';
|
|
12
|
-
export * from './sourceIndex';
|
|
13
|
-
export * from './clientMethodProps';
|
|
14
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../model/index.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../model/languages.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,EAAE,GAAG,OAAO,CAAC"}
|
package/dist/model/logFile.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { LogLevel } from './logLevel';
|
|
2
|
-
export type LogFile = {
|
|
3
|
-
/**
|
|
4
|
-
* Date and time of the log entry, in RFC 3339 format.
|
|
5
|
-
*/
|
|
6
|
-
timestamp?: string;
|
|
7
|
-
level?: LogLevel;
|
|
8
|
-
/**
|
|
9
|
-
* Details about this log entry.
|
|
10
|
-
*/
|
|
11
|
-
message?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Level indicating the position of a suggestion in a hierarchy of records. For example, a `contextLevel` of 1 indicates that this suggestion belongs to a previous suggestion with `contextLevel` 0.
|
|
14
|
-
*/
|
|
15
|
-
contextLevel?: number;
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=logFile.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logFile.d.ts","sourceRoot":"","sources":["../../model/logFile.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,OAAO,GAAG;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,QAAQ,CAAC;IAEjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
|
package/dist/model/logLevel.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Type of log entry. - `SKIP`. A query is skipped because it doesn\'t match the conditions for successful inclusion. For example, when a query doesn\'t generate enough search results. - `INFO`. An informative log entry. - `ERROR`. The Query Suggestions process encountered an error.
|
|
3
|
-
*/
|
|
4
|
-
export type LogLevel = 'ERROR' | 'INFO' | 'SKIP';
|
|
5
|
-
//# sourceMappingURL=logLevel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logLevel.d.ts","sourceRoot":"","sources":["../../model/logLevel.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { Facet } from './facet';
|
|
2
|
-
/**
|
|
3
|
-
* Configuration of an Algolia index for Query Suggestions.
|
|
4
|
-
*/
|
|
5
|
-
export type SourceIndex = {
|
|
6
|
-
/**
|
|
7
|
-
* Name of the Algolia index (case-sensitive) to use as source for query suggestions.
|
|
8
|
-
*/
|
|
9
|
-
indexName: string;
|
|
10
|
-
/**
|
|
11
|
-
* If true, Query Suggestions uses all replica indices to find popular searches. If false, only the primary index is used.
|
|
12
|
-
*/
|
|
13
|
-
replicas?: boolean;
|
|
14
|
-
analyticsTags?: string[] | null;
|
|
15
|
-
facets?: Facet[] | null;
|
|
16
|
-
/**
|
|
17
|
-
* Minimum number of hits required to be included as a suggestion. A search query must at least generate `minHits` search results to be included in the Query Suggestions index.
|
|
18
|
-
*/
|
|
19
|
-
minHits?: number;
|
|
20
|
-
/**
|
|
21
|
-
* Minimum letters required to be included as a suggestion. A search query must be at least `minLetters` long to be included in the Query Suggestions index.
|
|
22
|
-
*/
|
|
23
|
-
minLetters?: number;
|
|
24
|
-
generate?: string[][] | null;
|
|
25
|
-
external?: string[] | null;
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=sourceIndex.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sourceIndex.d.ts","sourceRoot":"","sources":["../../model/sourceIndex.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,aAAa,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAEhC,MAAM,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC;IAExB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,QAAQ,CAAC,EAAE,MAAM,EAAE,EAAE,GAAG,IAAI,CAAC;IAE7B,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CAC5B,CAAC"}
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
import type { CreateClientOptions, RequestOptions } from '@algolia/client-common';
|
|
2
|
-
import type { BaseResponse } from '../model/baseResponse';
|
|
3
|
-
import type { CustomDeleteProps, CustomGetProps, CustomPostProps, CustomPutProps, DeleteConfigProps, GetConfigProps, GetConfigStatusProps, GetLogFileProps, UpdateConfigProps } from '../model/clientMethodProps';
|
|
4
|
-
import type { ConfigStatus } from '../model/configStatus';
|
|
5
|
-
import type { ConfigurationResponse } from '../model/configurationResponse';
|
|
6
|
-
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
|
|
7
|
-
import type { LogFile } from '../model/logFile';
|
|
8
|
-
export declare const apiClientVersion = "5.2.3";
|
|
9
|
-
export declare const REGIONS: readonly ["eu", "us"];
|
|
10
|
-
export type Region = (typeof REGIONS)[number];
|
|
11
|
-
export declare function createQuerySuggestionsClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, region: regionOption, ...options }: CreateClientOptions & {
|
|
12
|
-
region: Region;
|
|
13
|
-
}): {
|
|
14
|
-
transporter: import("@algolia/client-common").Transporter;
|
|
15
|
-
/**
|
|
16
|
-
* The `appId` currently in use.
|
|
17
|
-
*/
|
|
18
|
-
appId: string;
|
|
19
|
-
/**
|
|
20
|
-
* Clears the cache of the transporter for the `requestsCache` and `responsesCache` properties.
|
|
21
|
-
*/
|
|
22
|
-
clearCache(): Promise<void>;
|
|
23
|
-
/**
|
|
24
|
-
* Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.
|
|
25
|
-
*/
|
|
26
|
-
readonly _ua: string;
|
|
27
|
-
/**
|
|
28
|
-
* Adds a `segment` to the `x-algolia-agent` sent with every requests.
|
|
29
|
-
*
|
|
30
|
-
* @param segment - The algolia agent (user-agent) segment to add.
|
|
31
|
-
* @param version - The version of the agent.
|
|
32
|
-
*/
|
|
33
|
-
addAlgoliaAgent(segment: string, version?: string): void;
|
|
34
|
-
/**
|
|
35
|
-
* Creates a new Query Suggestions configuration. You can have up to 100 configurations per Algolia application.
|
|
36
|
-
*
|
|
37
|
-
* Required API Key ACLs:
|
|
38
|
-
* - editSettings.
|
|
39
|
-
*
|
|
40
|
-
* @param configurationWithIndex - The configurationWithIndex object.
|
|
41
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
42
|
-
*/
|
|
43
|
-
createConfig(configurationWithIndex: ConfigurationWithIndex, requestOptions?: RequestOptions): Promise<BaseResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* This method allow you to send requests to the Algolia REST API.
|
|
46
|
-
*
|
|
47
|
-
* @param customDelete - The customDelete object.
|
|
48
|
-
* @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
49
|
-
* @param customDelete.parameters - Query parameters to apply to the current query.
|
|
50
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
51
|
-
*/
|
|
52
|
-
customDelete({ path, parameters }: CustomDeleteProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
|
|
53
|
-
/**
|
|
54
|
-
* This method allow you to send requests to the Algolia REST API.
|
|
55
|
-
*
|
|
56
|
-
* @param customGet - The customGet object.
|
|
57
|
-
* @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
58
|
-
* @param customGet.parameters - Query parameters to apply to the current query.
|
|
59
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
60
|
-
*/
|
|
61
|
-
customGet({ path, parameters }: CustomGetProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
|
|
62
|
-
/**
|
|
63
|
-
* This method allow you to send requests to the Algolia REST API.
|
|
64
|
-
*
|
|
65
|
-
* @param customPost - The customPost object.
|
|
66
|
-
* @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
67
|
-
* @param customPost.parameters - Query parameters to apply to the current query.
|
|
68
|
-
* @param customPost.body - Parameters to send with the custom request.
|
|
69
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
70
|
-
*/
|
|
71
|
-
customPost({ path, parameters, body }: CustomPostProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
|
|
72
|
-
/**
|
|
73
|
-
* This method allow you to send requests to the Algolia REST API.
|
|
74
|
-
*
|
|
75
|
-
* @param customPut - The customPut object.
|
|
76
|
-
* @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
|
|
77
|
-
* @param customPut.parameters - Query parameters to apply to the current query.
|
|
78
|
-
* @param customPut.body - Parameters to send with the custom request.
|
|
79
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
80
|
-
*/
|
|
81
|
-
customPut({ path, parameters, body }: CustomPutProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
|
|
82
|
-
/**
|
|
83
|
-
* Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the [Delete an index](/specs/search#tag/Indices/operation/deleteIndex) operation.
|
|
84
|
-
*
|
|
85
|
-
* Required API Key ACLs:
|
|
86
|
-
* - editSettings.
|
|
87
|
-
*
|
|
88
|
-
* @param deleteConfig - The deleteConfig object.
|
|
89
|
-
* @param deleteConfig.indexName - Query Suggestions index name.
|
|
90
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
91
|
-
*/
|
|
92
|
-
deleteConfig({ indexName }: DeleteConfigProps, requestOptions?: RequestOptions): Promise<BaseResponse>;
|
|
93
|
-
/**
|
|
94
|
-
* Retrieves all Query Suggestions configurations of your Algolia application.
|
|
95
|
-
*
|
|
96
|
-
* Required API Key ACLs:
|
|
97
|
-
* - settings.
|
|
98
|
-
*
|
|
99
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
100
|
-
*/
|
|
101
|
-
getAllConfigs(requestOptions?: RequestOptions): Promise<ConfigurationResponse[]>;
|
|
102
|
-
/**
|
|
103
|
-
* Retrieves a single Query Suggestions configuration by its index name.
|
|
104
|
-
*
|
|
105
|
-
* Required API Key ACLs:
|
|
106
|
-
* - settings.
|
|
107
|
-
*
|
|
108
|
-
* @param getConfig - The getConfig object.
|
|
109
|
-
* @param getConfig.indexName - Query Suggestions index name.
|
|
110
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
111
|
-
*/
|
|
112
|
-
getConfig({ indexName }: GetConfigProps, requestOptions?: RequestOptions): Promise<ConfigurationResponse>;
|
|
113
|
-
/**
|
|
114
|
-
* Reports the status of a Query Suggestions index.
|
|
115
|
-
*
|
|
116
|
-
* Required API Key ACLs:
|
|
117
|
-
* - settings.
|
|
118
|
-
*
|
|
119
|
-
* @param getConfigStatus - The getConfigStatus object.
|
|
120
|
-
* @param getConfigStatus.indexName - Query Suggestions index name.
|
|
121
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
122
|
-
*/
|
|
123
|
-
getConfigStatus({ indexName }: GetConfigStatusProps, requestOptions?: RequestOptions): Promise<ConfigStatus>;
|
|
124
|
-
/**
|
|
125
|
-
* Retrieves the logs for a single Query Suggestions index.
|
|
126
|
-
*
|
|
127
|
-
* Required API Key ACLs:
|
|
128
|
-
* - settings.
|
|
129
|
-
*
|
|
130
|
-
* @param getLogFile - The getLogFile object.
|
|
131
|
-
* @param getLogFile.indexName - Query Suggestions index name.
|
|
132
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
133
|
-
*/
|
|
134
|
-
getLogFile({ indexName }: GetLogFileProps, requestOptions?: RequestOptions): Promise<LogFile>;
|
|
135
|
-
/**
|
|
136
|
-
* Updates a QuerySuggestions configuration.
|
|
137
|
-
*
|
|
138
|
-
* Required API Key ACLs:
|
|
139
|
-
* - editSettings.
|
|
140
|
-
*
|
|
141
|
-
* @param updateConfig - The updateConfig object.
|
|
142
|
-
* @param updateConfig.indexName - Query Suggestions index name.
|
|
143
|
-
* @param updateConfig.configuration - The configuration object.
|
|
144
|
-
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
145
|
-
*/
|
|
146
|
-
updateConfig({ indexName, configuration }: UpdateConfigProps, requestOptions?: RequestOptions): Promise<BaseResponse>;
|
|
147
|
-
};
|
|
148
|
-
//# sourceMappingURL=querySuggestionsClient.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"querySuggestionsClient.d.ts","sourceRoot":"","sources":["../../src/querySuggestionsClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,mBAAmB,EAKnB,cAAc,EACf,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EACV,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,UAAU,CAAC;AAExC,eAAO,MAAM,OAAO,uBAAwB,CAAC;AAC7C,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC;AAS9C,wBAAgB,4BAA4B,CAAC,EAC3C,KAAK,EAAE,WAAW,EAClB,MAAM,EAAE,YAAY,EACpB,QAAQ,EACR,aAAa,EACb,MAAM,EAAE,YAAY,EACpB,GAAG,OAAO,EACX,EAAE,mBAAmB,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE;;IAwBvC;;OAEG;;IAGH;;OAEG;kBACW,OAAO,CAAC,IAAI,CAAC;IAI3B;;OAEG;;IAKH;;;;;OAKG;6BACsB,MAAM,YAAY,MAAM,GAAG,IAAI;IAIxD;;;;;;;;OAQG;yCAEuB,sBAAsB,mBAC7B,cAAc,GAC9B,OAAO,CAAC,YAAY,CAAC;IAoBxB;;;;;;;OAOG;uCAEqB,iBAAiB,mBACtB,cAAc,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAmBnC;;;;;;;OAOG;oCAC6B,cAAc,mBAAmB,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAmBlH;;;;;;;;OAQG;2CAE2B,eAAe,mBAC1B,cAAc,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAoBnC;;;;;;;;OAQG;0CAE2B,cAAc,mBACzB,cAAc,GAC9B,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAoBnC;;;;;;;;;OASG;gCACyB,iBAAiB,mBAAmB,cAAc,GAAG,OAAO,CAAC,YAAY,CAAC;IAmBtG;;;;;;;OAOG;mCAC4B,cAAc,GAAG,OAAO,CAAC,qBAAqB,EAAE,CAAC;IAehF;;;;;;;;;OASG;6BACsB,cAAc,mBAAmB,cAAc,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAmBzG;;;;;;;;;OASG;mCAC4B,oBAAoB,mBAAmB,cAAc,GAAG,OAAO,CAAC,YAAY,CAAC;IAmB5G;;;;;;;;;OASG;8BACuB,eAAe,mBAAmB,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IAmB7F;;;;;;;;;;OAUG;+CAE6B,iBAAiB,mBAC9B,cAAc,GAC9B,OAAO,CAAC,YAAY,CAAC;EA4B3B"}
|