ruvector 0.2.21 → 0.2.23
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/README.md +2 -2
- package/bin/cli.js +160 -0
- package/package.json +9 -5
- package/src/decompiler/api-prober.js +302 -0
- package/src/decompiler/model-decompiler.js +423 -0
- package/dist/analysis/complexity.d.ts +0 -52
- package/dist/analysis/complexity.d.ts.map +0 -1
- package/dist/analysis/complexity.js +0 -146
- package/dist/analysis/index.d.ts +0 -15
- package/dist/analysis/index.d.ts.map +0 -1
- package/dist/analysis/index.js +0 -38
- package/dist/analysis/patterns.d.ts +0 -71
- package/dist/analysis/patterns.d.ts.map +0 -1
- package/dist/analysis/patterns.js +0 -243
- package/dist/analysis/security.d.ts +0 -51
- package/dist/analysis/security.d.ts.map +0 -1
- package/dist/analysis/security.js +0 -139
- package/dist/core/adaptive-embedder.d.ts +0 -156
- package/dist/core/adaptive-embedder.d.ts.map +0 -1
- package/dist/core/adaptive-embedder.js +0 -838
- package/dist/core/agentdb-fast.d.ts +0 -149
- package/dist/core/agentdb-fast.d.ts.map +0 -1
- package/dist/core/agentdb-fast.js +0 -301
- package/dist/core/ast-parser.d.ts +0 -108
- package/dist/core/ast-parser.d.ts.map +0 -1
- package/dist/core/ast-parser.js +0 -602
- package/dist/core/attention-fallbacks.d.ts +0 -321
- package/dist/core/attention-fallbacks.d.ts.map +0 -1
- package/dist/core/attention-fallbacks.js +0 -552
- package/dist/core/cluster-wrapper.d.ts +0 -148
- package/dist/core/cluster-wrapper.d.ts.map +0 -1
- package/dist/core/cluster-wrapper.js +0 -271
- package/dist/core/coverage-router.d.ts +0 -88
- package/dist/core/coverage-router.d.ts.map +0 -1
- package/dist/core/coverage-router.js +0 -315
- package/dist/core/diff-embeddings.d.ts +0 -93
- package/dist/core/diff-embeddings.d.ts.map +0 -1
- package/dist/core/diff-embeddings.js +0 -334
- package/dist/core/gnn-wrapper.d.ts +0 -143
- package/dist/core/gnn-wrapper.d.ts.map +0 -1
- package/dist/core/gnn-wrapper.js +0 -213
- package/dist/core/graph-algorithms.d.ts +0 -83
- package/dist/core/graph-algorithms.d.ts.map +0 -1
- package/dist/core/graph-algorithms.js +0 -514
- package/dist/core/graph-wrapper.d.ts +0 -147
- package/dist/core/graph-wrapper.d.ts.map +0 -1
- package/dist/core/graph-wrapper.js +0 -299
- package/dist/core/index.d.ts +0 -48
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/index.js +0 -89
- package/dist/core/intelligence-engine.d.ts +0 -258
- package/dist/core/intelligence-engine.d.ts.map +0 -1
- package/dist/core/intelligence-engine.js +0 -1030
- package/dist/core/learning-engine.d.ts +0 -160
- package/dist/core/learning-engine.d.ts.map +0 -1
- package/dist/core/learning-engine.js +0 -589
- package/dist/core/neural-embeddings.d.ts +0 -393
- package/dist/core/neural-embeddings.d.ts.map +0 -1
- package/dist/core/neural-embeddings.js +0 -1091
- package/dist/core/neural-perf.d.ts +0 -331
- package/dist/core/neural-perf.d.ts.map +0 -1
- package/dist/core/neural-perf.js +0 -704
- package/dist/core/onnx/loader.js +0 -348
- package/dist/core/onnx/pkg/LICENSE +0 -21
- package/dist/core/onnx/pkg/loader.js +0 -348
- package/dist/core/onnx/pkg/package.json +0 -3
- package/dist/core/onnx/pkg/ruvector_onnx_embeddings_wasm.d.ts +0 -112
- package/dist/core/onnx/pkg/ruvector_onnx_embeddings_wasm.js +0 -5
- package/dist/core/onnx/pkg/ruvector_onnx_embeddings_wasm_bg.js +0 -638
- package/dist/core/onnx/pkg/ruvector_onnx_embeddings_wasm_bg.wasm +0 -0
- package/dist/core/onnx/pkg/ruvector_onnx_embeddings_wasm_bg.wasm.d.ts +0 -29
- package/dist/core/onnx/pkg/ruvector_onnx_embeddings_wasm_cjs.js +0 -127
- package/dist/core/onnx-embedder.d.ts +0 -105
- package/dist/core/onnx-embedder.d.ts.map +0 -1
- package/dist/core/onnx-embedder.js +0 -410
- package/dist/core/onnx-llm.d.ts +0 -206
- package/dist/core/onnx-llm.d.ts.map +0 -1
- package/dist/core/onnx-llm.js +0 -430
- package/dist/core/onnx-optimized.d.ts +0 -109
- package/dist/core/onnx-optimized.d.ts.map +0 -1
- package/dist/core/onnx-optimized.js +0 -419
- package/dist/core/parallel-intelligence.d.ts +0 -109
- package/dist/core/parallel-intelligence.d.ts.map +0 -1
- package/dist/core/parallel-intelligence.js +0 -340
- package/dist/core/parallel-workers.d.ts +0 -177
- package/dist/core/parallel-workers.d.ts.map +0 -1
- package/dist/core/parallel-workers.js +0 -671
- package/dist/core/router-wrapper.d.ts +0 -62
- package/dist/core/router-wrapper.d.ts.map +0 -1
- package/dist/core/router-wrapper.js +0 -209
- package/dist/core/rvf-wrapper.d.ts +0 -86
- package/dist/core/rvf-wrapper.d.ts.map +0 -1
- package/dist/core/rvf-wrapper.js +0 -102
- package/dist/core/sona-wrapper.d.ts +0 -226
- package/dist/core/sona-wrapper.d.ts.map +0 -1
- package/dist/core/sona-wrapper.js +0 -282
- package/dist/core/tensor-compress.d.ts +0 -134
- package/dist/core/tensor-compress.d.ts.map +0 -1
- package/dist/core/tensor-compress.js +0 -432
- package/dist/index.d.ts +0 -105
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -221
- package/dist/services/embedding-service.d.ts +0 -136
- package/dist/services/embedding-service.d.ts.map +0 -1
- package/dist/services/embedding-service.js +0 -294
- package/dist/services/index.d.ts +0 -6
- package/dist/services/index.d.ts.map +0 -1
- package/dist/services/index.js +0 -26
- package/dist/types.d.ts +0 -145
- package/dist/types.d.ts.map +0 -1
- package/dist/types.js +0 -2
- package/dist/workers/benchmark.d.ts +0 -44
- package/dist/workers/benchmark.d.ts.map +0 -1
- package/dist/workers/benchmark.js +0 -230
- package/dist/workers/index.d.ts +0 -10
- package/dist/workers/index.d.ts.map +0 -1
- package/dist/workers/index.js +0 -25
- package/dist/workers/native-worker.d.ts +0 -76
- package/dist/workers/native-worker.d.ts.map +0 -1
- package/dist/workers/native-worker.js +0 -490
- package/dist/workers/types.d.ts +0 -69
- package/dist/workers/types.d.ts.map +0 -1
- package/dist/workers/types.js +0 -7
package/dist/core/gnn-wrapper.js
DELETED
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* GNN Wrapper - Safe wrapper around @ruvector/gnn with automatic array conversion
|
|
4
|
-
*
|
|
5
|
-
* This wrapper handles the array type conversion automatically, allowing users
|
|
6
|
-
* to pass either regular arrays or Float32Arrays.
|
|
7
|
-
*
|
|
8
|
-
* The native @ruvector/gnn requires Float32Array for maximum performance.
|
|
9
|
-
* This wrapper converts any input type to Float32Array automatically.
|
|
10
|
-
*
|
|
11
|
-
* Performance Tips:
|
|
12
|
-
* - Pass Float32Array directly for zero-copy performance
|
|
13
|
-
* - Use toFloat32Array/toFloat32ArrayBatch for pre-conversion
|
|
14
|
-
* - Avoid repeated conversions in hot paths
|
|
15
|
-
*/
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.TensorCompress = exports.RuvectorLayer = void 0;
|
|
18
|
-
exports.toFloat32Array = toFloat32Array;
|
|
19
|
-
exports.toFloat32ArrayBatch = toFloat32ArrayBatch;
|
|
20
|
-
exports.differentiableSearch = differentiableSearch;
|
|
21
|
-
exports.hierarchicalForward = hierarchicalForward;
|
|
22
|
-
exports.getCompressionLevel = getCompressionLevel;
|
|
23
|
-
exports.isGnnAvailable = isGnnAvailable;
|
|
24
|
-
// Lazy load to avoid import errors if not installed
|
|
25
|
-
let gnnModule = null;
|
|
26
|
-
let loadError = null;
|
|
27
|
-
function getGnnModule() {
|
|
28
|
-
if (gnnModule)
|
|
29
|
-
return gnnModule;
|
|
30
|
-
if (loadError)
|
|
31
|
-
throw loadError;
|
|
32
|
-
try {
|
|
33
|
-
gnnModule = require('@ruvector/gnn');
|
|
34
|
-
return gnnModule;
|
|
35
|
-
}
|
|
36
|
-
catch (e) {
|
|
37
|
-
loadError = new Error(`@ruvector/gnn is not installed or failed to load: ${e.message}\n` +
|
|
38
|
-
`Install with: npm install @ruvector/gnn`);
|
|
39
|
-
throw loadError;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Convert any array-like input to Float32Array (native requires Float32Array)
|
|
44
|
-
* Optimized paths:
|
|
45
|
-
* - Float32Array: zero-copy return
|
|
46
|
-
* - Float64Array: efficient typed array copy
|
|
47
|
-
* - Array: direct Float32Array construction
|
|
48
|
-
*/
|
|
49
|
-
function toFloat32Array(input) {
|
|
50
|
-
if (input instanceof Float32Array)
|
|
51
|
-
return input;
|
|
52
|
-
if (input instanceof Float64Array)
|
|
53
|
-
return new Float32Array(input);
|
|
54
|
-
if (Array.isArray(input))
|
|
55
|
-
return new Float32Array(input);
|
|
56
|
-
return new Float32Array(Array.from(input));
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Convert array of arrays to array of Float32Arrays
|
|
60
|
-
*/
|
|
61
|
-
function toFloat32ArrayBatch(input) {
|
|
62
|
-
const result = new Array(input.length);
|
|
63
|
-
for (let i = 0; i < input.length; i++) {
|
|
64
|
-
result[i] = toFloat32Array(input[i]);
|
|
65
|
-
}
|
|
66
|
-
return result;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Differentiable search using soft attention mechanism
|
|
70
|
-
*
|
|
71
|
-
* This wrapper automatically converts Float32Array inputs to regular arrays.
|
|
72
|
-
*
|
|
73
|
-
* @param query - Query vector (array or Float32Array)
|
|
74
|
-
* @param candidates - List of candidate vectors (arrays or Float32Arrays)
|
|
75
|
-
* @param k - Number of top results to return
|
|
76
|
-
* @param temperature - Temperature for softmax (lower = sharper, higher = smoother)
|
|
77
|
-
* @returns Search result with indices and soft weights
|
|
78
|
-
*
|
|
79
|
-
* @example
|
|
80
|
-
* ```typescript
|
|
81
|
-
* import { differentiableSearch } from 'ruvector/core/gnn-wrapper';
|
|
82
|
-
*
|
|
83
|
-
* // Works with regular arrays (auto-converted to Float32Array)
|
|
84
|
-
* const result1 = differentiableSearch([1, 0, 0], [[1, 0, 0], [0, 1, 0]], 2, 1.0);
|
|
85
|
-
*
|
|
86
|
-
* // For best performance, use Float32Array directly (zero-copy)
|
|
87
|
-
* const query = new Float32Array([1, 0, 0]);
|
|
88
|
-
* const candidates = [new Float32Array([1, 0, 0]), new Float32Array([0, 1, 0])];
|
|
89
|
-
* const result2 = differentiableSearch(query, candidates, 2, 1.0);
|
|
90
|
-
* ```
|
|
91
|
-
*/
|
|
92
|
-
function differentiableSearch(query, candidates, k, temperature = 1.0) {
|
|
93
|
-
const gnn = getGnnModule();
|
|
94
|
-
// Convert to Float32Array (native Rust expects Float32Array for performance)
|
|
95
|
-
const queryFloat32 = toFloat32Array(query);
|
|
96
|
-
const candidatesFloat32 = toFloat32ArrayBatch(candidates);
|
|
97
|
-
return gnn.differentiableSearch(queryFloat32, candidatesFloat32, k, temperature);
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* GNN Layer for HNSW topology
|
|
101
|
-
*/
|
|
102
|
-
class RuvectorLayer {
|
|
103
|
-
/**
|
|
104
|
-
* Create a new Ruvector GNN layer
|
|
105
|
-
*
|
|
106
|
-
* @param inputDim - Dimension of input node embeddings
|
|
107
|
-
* @param hiddenDim - Dimension of hidden representations
|
|
108
|
-
* @param heads - Number of attention heads
|
|
109
|
-
* @param dropout - Dropout rate (0.0 to 1.0)
|
|
110
|
-
*/
|
|
111
|
-
constructor(inputDim, hiddenDim, heads, dropout = 0.1) {
|
|
112
|
-
const gnn = getGnnModule();
|
|
113
|
-
this.inner = new gnn.RuvectorLayer(inputDim, hiddenDim, heads, dropout);
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* Forward pass through the GNN layer
|
|
117
|
-
*
|
|
118
|
-
* @param nodeEmbedding - Current node's embedding
|
|
119
|
-
* @param neighborEmbeddings - Embeddings of neighbor nodes
|
|
120
|
-
* @param edgeWeights - Weights of edges to neighbors
|
|
121
|
-
* @returns Updated node embedding as Float32Array
|
|
122
|
-
*/
|
|
123
|
-
forward(nodeEmbedding, neighborEmbeddings, edgeWeights) {
|
|
124
|
-
return this.inner.forward(toFloat32Array(nodeEmbedding), toFloat32ArrayBatch(neighborEmbeddings), toFloat32Array(edgeWeights));
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Serialize the layer to JSON
|
|
128
|
-
*/
|
|
129
|
-
toJson() {
|
|
130
|
-
return this.inner.toJson();
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Deserialize the layer from JSON
|
|
134
|
-
*/
|
|
135
|
-
static fromJson(json) {
|
|
136
|
-
const gnn = getGnnModule();
|
|
137
|
-
const layer = new RuvectorLayer(1, 1, 1, 0); // Dummy constructor
|
|
138
|
-
layer.inner = gnn.RuvectorLayer.fromJson(json);
|
|
139
|
-
return layer;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
exports.RuvectorLayer = RuvectorLayer;
|
|
143
|
-
/**
|
|
144
|
-
* Tensor compressor with adaptive level selection
|
|
145
|
-
*/
|
|
146
|
-
class TensorCompress {
|
|
147
|
-
constructor() {
|
|
148
|
-
const gnn = getGnnModule();
|
|
149
|
-
this.inner = new gnn.TensorCompress();
|
|
150
|
-
}
|
|
151
|
-
/**
|
|
152
|
-
* Compress an embedding based on access frequency
|
|
153
|
-
*
|
|
154
|
-
* @param embedding - Input embedding vector
|
|
155
|
-
* @param accessFreq - Access frequency (0.0 to 1.0)
|
|
156
|
-
* @returns Compressed tensor as JSON string
|
|
157
|
-
*/
|
|
158
|
-
compress(embedding, accessFreq) {
|
|
159
|
-
return this.inner.compress(toFloat32Array(embedding), accessFreq);
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* Decompress a compressed tensor
|
|
163
|
-
*
|
|
164
|
-
* @param compressedJson - Compressed tensor JSON
|
|
165
|
-
* @returns Decompressed embedding
|
|
166
|
-
*/
|
|
167
|
-
decompress(compressedJson) {
|
|
168
|
-
return this.inner.decompress(compressedJson);
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
exports.TensorCompress = TensorCompress;
|
|
172
|
-
/**
|
|
173
|
-
* Hierarchical forward pass through GNN layers
|
|
174
|
-
*
|
|
175
|
-
* @param query - Query vector
|
|
176
|
-
* @param layerEmbeddings - Embeddings organized by layer
|
|
177
|
-
* @param gnnLayersJson - JSON array of serialized GNN layers
|
|
178
|
-
* @returns Final embedding after hierarchical processing as Float32Array
|
|
179
|
-
*/
|
|
180
|
-
function hierarchicalForward(query, layerEmbeddings, gnnLayersJson) {
|
|
181
|
-
const gnn = getGnnModule();
|
|
182
|
-
return gnn.hierarchicalForward(toFloat32Array(query), layerEmbeddings.map(layer => toFloat32ArrayBatch(layer)), gnnLayersJson);
|
|
183
|
-
}
|
|
184
|
-
/**
|
|
185
|
-
* Get compression level for a given access frequency
|
|
186
|
-
*/
|
|
187
|
-
function getCompressionLevel(accessFreq) {
|
|
188
|
-
const gnn = getGnnModule();
|
|
189
|
-
return gnn.getCompressionLevel(accessFreq);
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* Check if GNN module is available
|
|
193
|
-
*/
|
|
194
|
-
function isGnnAvailable() {
|
|
195
|
-
try {
|
|
196
|
-
getGnnModule();
|
|
197
|
-
return true;
|
|
198
|
-
}
|
|
199
|
-
catch {
|
|
200
|
-
return false;
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
exports.default = {
|
|
204
|
-
differentiableSearch,
|
|
205
|
-
RuvectorLayer,
|
|
206
|
-
TensorCompress,
|
|
207
|
-
hierarchicalForward,
|
|
208
|
-
getCompressionLevel,
|
|
209
|
-
isGnnAvailable,
|
|
210
|
-
// Export conversion helpers for performance optimization
|
|
211
|
-
toFloat32Array,
|
|
212
|
-
toFloat32ArrayBatch,
|
|
213
|
-
};
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Graph Algorithms - MinCut, Spectral Clustering, Community Detection
|
|
3
|
-
*
|
|
4
|
-
* Provides graph partitioning and clustering algorithms for:
|
|
5
|
-
* - Code module detection
|
|
6
|
-
* - Dependency clustering
|
|
7
|
-
* - Architecture analysis
|
|
8
|
-
* - Refactoring suggestions
|
|
9
|
-
*/
|
|
10
|
-
export interface Graph {
|
|
11
|
-
nodes: string[];
|
|
12
|
-
edges: Array<{
|
|
13
|
-
from: string;
|
|
14
|
-
to: string;
|
|
15
|
-
weight?: number;
|
|
16
|
-
}>;
|
|
17
|
-
adjacency: Map<string, Map<string, number>>;
|
|
18
|
-
}
|
|
19
|
-
export interface Partition {
|
|
20
|
-
groups: string[][];
|
|
21
|
-
cutWeight: number;
|
|
22
|
-
modularity: number;
|
|
23
|
-
}
|
|
24
|
-
export interface SpectralResult {
|
|
25
|
-
clusters: Map<string, number>;
|
|
26
|
-
eigenvalues: number[];
|
|
27
|
-
coordinates: Map<string, number[]>;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Build adjacency representation from edges
|
|
31
|
-
*/
|
|
32
|
-
export declare function buildGraph(nodes: string[], edges: Array<{
|
|
33
|
-
from: string;
|
|
34
|
-
to: string;
|
|
35
|
-
weight?: number;
|
|
36
|
-
}>): Graph;
|
|
37
|
-
/**
|
|
38
|
-
* Minimum Cut (Stoer-Wagner algorithm)
|
|
39
|
-
*
|
|
40
|
-
* Finds the minimum weight cut that partitions the graph into two parts.
|
|
41
|
-
* Useful for finding loosely coupled module boundaries.
|
|
42
|
-
*/
|
|
43
|
-
export declare function minCut(graph: Graph): Partition;
|
|
44
|
-
/**
|
|
45
|
-
* Spectral Clustering (using power iteration)
|
|
46
|
-
*
|
|
47
|
-
* Uses graph Laplacian eigenvectors for clustering.
|
|
48
|
-
* Good for finding natural clusters in code dependencies.
|
|
49
|
-
*/
|
|
50
|
-
export declare function spectralClustering(graph: Graph, k?: number): SpectralResult;
|
|
51
|
-
/**
|
|
52
|
-
* Louvain Community Detection
|
|
53
|
-
*
|
|
54
|
-
* Greedy modularity optimization for finding communities.
|
|
55
|
-
* Good for detecting natural module boundaries.
|
|
56
|
-
*/
|
|
57
|
-
export declare function louvainCommunities(graph: Graph): Map<string, number>;
|
|
58
|
-
/**
|
|
59
|
-
* Calculate modularity of a partition
|
|
60
|
-
*/
|
|
61
|
-
export declare function calculateModularity(graph: Graph, partition: string[][]): number;
|
|
62
|
-
/**
|
|
63
|
-
* Find bridges (edges whose removal disconnects components)
|
|
64
|
-
*/
|
|
65
|
-
export declare function findBridges(graph: Graph): Array<{
|
|
66
|
-
from: string;
|
|
67
|
-
to: string;
|
|
68
|
-
}>;
|
|
69
|
-
/**
|
|
70
|
-
* Find articulation points (nodes whose removal disconnects components)
|
|
71
|
-
*/
|
|
72
|
-
export declare function findArticulationPoints(graph: Graph): string[];
|
|
73
|
-
declare const _default: {
|
|
74
|
-
buildGraph: typeof buildGraph;
|
|
75
|
-
minCut: typeof minCut;
|
|
76
|
-
spectralClustering: typeof spectralClustering;
|
|
77
|
-
louvainCommunities: typeof louvainCommunities;
|
|
78
|
-
calculateModularity: typeof calculateModularity;
|
|
79
|
-
findBridges: typeof findBridges;
|
|
80
|
-
findArticulationPoints: typeof findArticulationPoints;
|
|
81
|
-
};
|
|
82
|
-
export default _default;
|
|
83
|
-
//# sourceMappingURL=graph-algorithms.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph-algorithms.d.ts","sourceRoot":"","sources":["../../src/core/graph-algorithms.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC5D,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CAC7C;AAED,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,EAAE,EAAE,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,UAAU,CACxB,KAAK,EAAE,MAAM,EAAE,EACf,KAAK,EAAE,KAAK,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,GAC1D,KAAK,CAiBP;AAED;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,CAwG9C;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,GAAE,MAAU,GAAG,cAAc,CA0G9E;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAiGpE;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,GAAG,MAAM,CAgC/E;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC,CAsC7E;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,CA+C7D;;;;;;;;;;AA+FD,wBAQE"}
|