@prisma-next/extension-pgvector 0.1.0-pr.65.7 → 0.1.0-pr.65.8
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/exports/{chunk-SSYAAR6F.js → chunk-YZ7VDBYT.js} +9 -9
- package/dist/exports/chunk-YZ7VDBYT.js.map +1 -0
- package/dist/exports/control.js +1 -1
- package/dist/exports/pack.js +1 -1
- package/dist/exports/runtime.d.ts +5 -5
- package/dist/exports/runtime.js +27 -15
- package/dist/exports/runtime.js.map +1 -1
- package/package.json +15 -15
- package/dist/exports/chunk-SSYAAR6F.js.map +0 -1
|
@@ -5,6 +5,12 @@ var cosineLowering = {
|
|
|
5
5
|
strategy: "function",
|
|
6
6
|
template: "1 - ({{self}} <=> {{arg0}})"
|
|
7
7
|
};
|
|
8
|
+
var cosineDistanceOperation = Object.freeze({
|
|
9
|
+
method: "cosineDistance",
|
|
10
|
+
args: [{ kind: "param" }],
|
|
11
|
+
returns: { kind: "builtin", type: "number" },
|
|
12
|
+
lowering: cosineLowering
|
|
13
|
+
});
|
|
8
14
|
var pgvectorPackMeta = {
|
|
9
15
|
kind: "extension",
|
|
10
16
|
id: "pgvector",
|
|
@@ -38,23 +44,17 @@ var pgvectorPackMeta = {
|
|
|
38
44
|
operations: [
|
|
39
45
|
{
|
|
40
46
|
for: pgvectorTypeId,
|
|
41
|
-
|
|
42
|
-
args: [{ kind: "param" }],
|
|
43
|
-
returns: { kind: "builtin", type: "number" },
|
|
44
|
-
lowering: cosineLowering
|
|
47
|
+
...cosineDistanceOperation
|
|
45
48
|
}
|
|
46
49
|
]
|
|
47
50
|
};
|
|
48
51
|
var pgvectorRuntimeOperation = {
|
|
49
52
|
forTypeId: pgvectorTypeId,
|
|
50
|
-
|
|
51
|
-
args: [{ kind: "param" }],
|
|
52
|
-
returns: { kind: "builtin", type: "number" },
|
|
53
|
-
lowering: cosineLowering
|
|
53
|
+
...cosineDistanceOperation
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
export {
|
|
57
57
|
pgvectorPackMeta,
|
|
58
58
|
pgvectorRuntimeOperation
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=chunk-
|
|
60
|
+
//# sourceMappingURL=chunk-YZ7VDBYT.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/core/descriptor-meta.ts"],"sourcesContent":["import type { ExtensionPackRef } from '@prisma-next/contract/framework-components';\nimport type { SqlOperationSignature } from '@prisma-next/sql-operations';\n\nconst pgvectorTypeId = 'pg/vector@1' as const;\n\nconst cosineLowering = {\n targetFamily: 'sql',\n strategy: 'function',\n template: '1 - ({{self}} <=> {{arg0}})',\n} as const;\n\n/**\n * Shared operation definition used by both pack metadata and runtime descriptor.\n * Frozen to prevent accidental mutation.\n */\nconst cosineDistanceOperation = Object.freeze({\n method: 'cosineDistance',\n args: [{ kind: 'param' }],\n returns: { kind: 'builtin', type: 'number' },\n lowering: cosineLowering,\n} as const);\n\nexport const pgvectorPackMeta = {\n kind: 'extension',\n id: 'pgvector',\n familyId: 'sql',\n targetId: 'postgres',\n version: '1.0.0',\n capabilities: {\n postgres: {\n 'pgvector/cosine': true,\n },\n },\n types: {\n codecTypes: {\n import: {\n package: '@prisma-next/extension-pgvector/codec-types',\n named: 'CodecTypes',\n alias: 'PgVectorTypes',\n },\n },\n operationTypes: {\n import: {\n package: '@prisma-next/extension-pgvector/operation-types',\n named: 'OperationTypes',\n alias: 'PgVectorOperationTypes',\n },\n },\n storage: [\n { typeId: pgvectorTypeId, familyId: 'sql', targetId: 'postgres', nativeType: 'vector' },\n ],\n },\n operations: [\n {\n for: pgvectorTypeId,\n ...cosineDistanceOperation,\n },\n ],\n} as const satisfies ExtensionPackRef<'sql', 'postgres'>;\n\nexport const pgvectorRuntimeOperation: SqlOperationSignature = {\n forTypeId: pgvectorTypeId,\n ...cosineDistanceOperation,\n};\n"],"mappings":";AAGA,IAAM,iBAAiB;AAEvB,IAAM,iBAAiB;AAAA,EACrB,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AACZ;AAMA,IAAM,0BAA0B,OAAO,OAAO;AAAA,EAC5C,QAAQ;AAAA,EACR,MAAM,CAAC,EAAE,MAAM,QAAQ,CAAC;AAAA,EACxB,SAAS,EAAE,MAAM,WAAW,MAAM,SAAS;AAAA,EAC3C,UAAU;AACZ,CAAU;AAEH,IAAM,mBAAmB;AAAA,EAC9B,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AAAA,EACT,cAAc;AAAA,IACZ,UAAU;AAAA,MACR,mBAAmB;AAAA,IACrB;AAAA,EACF;AAAA,EACA,OAAO;AAAA,IACL,YAAY;AAAA,MACV,QAAQ;AAAA,QACN,SAAS;AAAA,QACT,OAAO;AAAA,QACP,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,gBAAgB;AAAA,MACd,QAAQ;AAAA,QACN,SAAS;AAAA,QACT,OAAO;AAAA,QACP,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,SAAS;AAAA,MACP,EAAE,QAAQ,gBAAgB,UAAU,OAAO,UAAU,YAAY,YAAY,SAAS;AAAA,IACxF;AAAA,EACF;AAAA,EACA,YAAY;AAAA,IACV;AAAA,MACE,KAAK;AAAA,MACL,GAAG;AAAA,IACL;AAAA,EACF;AACF;AAEO,IAAM,2BAAkD;AAAA,EAC7D,WAAW;AAAA,EACX,GAAG;AACL;","names":[]}
|
package/dist/exports/control.js
CHANGED
package/dist/exports/pack.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SqlRuntimeExtensionDescriptor } from '@prisma-next/sql-runtime';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
* Provides
|
|
4
|
+
* pgvector SQL runtime extension descriptor.
|
|
5
|
+
* Provides metadata and factory for creating runtime extension instances.
|
|
6
6
|
*/
|
|
7
|
-
declare
|
|
7
|
+
declare const pgvectorRuntimeDescriptor: SqlRuntimeExtensionDescriptor<'postgres'>;
|
|
8
8
|
|
|
9
|
-
export {
|
|
9
|
+
export { pgvectorRuntimeDescriptor as default };
|
package/dist/exports/runtime.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
+
pgvectorPackMeta,
|
|
2
3
|
pgvectorRuntimeOperation
|
|
3
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-YZ7VDBYT.js";
|
|
4
5
|
|
|
5
6
|
// src/exports/runtime.ts
|
|
6
7
|
import { createCodecRegistry } from "@prisma-next/sql-relational-core/ast";
|
|
@@ -54,21 +55,32 @@ var codecDefinitions = codecs.codecDefinitions;
|
|
|
54
55
|
var dataTypes = codecs.dataTypes;
|
|
55
56
|
|
|
56
57
|
// src/exports/runtime.ts
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
return registry;
|
|
65
|
-
},
|
|
66
|
-
operations() {
|
|
67
|
-
return [pgvectorRuntimeOperation];
|
|
58
|
+
var PgVectorRuntimeExtensionInstance = class {
|
|
59
|
+
familyId = "sql";
|
|
60
|
+
targetId = "postgres";
|
|
61
|
+
codecs() {
|
|
62
|
+
const registry = createCodecRegistry();
|
|
63
|
+
for (const def of Object.values(codecDefinitions)) {
|
|
64
|
+
registry.register(def.codec);
|
|
68
65
|
}
|
|
69
|
-
|
|
70
|
-
}
|
|
66
|
+
return registry;
|
|
67
|
+
}
|
|
68
|
+
operations() {
|
|
69
|
+
return [pgvectorRuntimeOperation];
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
var pgvectorRuntimeDescriptor = {
|
|
73
|
+
kind: "extension",
|
|
74
|
+
id: pgvectorPackMeta.id,
|
|
75
|
+
version: pgvectorPackMeta.version,
|
|
76
|
+
familyId: "sql",
|
|
77
|
+
targetId: "postgres",
|
|
78
|
+
create() {
|
|
79
|
+
return new PgVectorRuntimeExtensionInstance();
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
var runtime_default = pgvectorRuntimeDescriptor;
|
|
71
83
|
export {
|
|
72
|
-
|
|
84
|
+
runtime_default as default
|
|
73
85
|
};
|
|
74
86
|
//# sourceMappingURL=runtime.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/exports/runtime.ts","../../src/core/codecs.ts"],"sourcesContent":["import type { SqlOperationSignature } from '@prisma-next/sql-operations';\nimport type { CodecRegistry } from '@prisma-next/sql-relational-core/ast';\nimport { createCodecRegistry } from '@prisma-next/sql-relational-core/ast';\nimport type {
|
|
1
|
+
{"version":3,"sources":["../../src/exports/runtime.ts","../../src/core/codecs.ts"],"sourcesContent":["import type { SqlOperationSignature } from '@prisma-next/sql-operations';\nimport type { CodecRegistry } from '@prisma-next/sql-relational-core/ast';\nimport { createCodecRegistry } from '@prisma-next/sql-relational-core/ast';\nimport type {\n SqlRuntimeExtensionDescriptor,\n SqlRuntimeExtensionInstance,\n} from '@prisma-next/sql-runtime';\nimport { codecDefinitions } from '../core/codecs';\nimport { pgvectorPackMeta, pgvectorRuntimeOperation } from '../core/descriptor-meta';\n\n/**\n * pgvector SQL runtime extension instance.\n * Provides codecs and operations for vector data type and similarity operations.\n */\nclass PgVectorRuntimeExtensionInstance implements SqlRuntimeExtensionInstance<'postgres'> {\n readonly familyId = 'sql' as const;\n readonly targetId = 'postgres' as const;\n\n codecs(): CodecRegistry {\n const registry = createCodecRegistry();\n // Register all codecs from codecDefinitions\n for (const def of Object.values(codecDefinitions)) {\n registry.register(def.codec);\n }\n return registry;\n }\n\n operations(): ReadonlyArray<SqlOperationSignature> {\n return [pgvectorRuntimeOperation];\n }\n}\n\n/**\n * pgvector SQL runtime extension descriptor.\n * Provides metadata and factory for creating runtime extension instances.\n */\nconst pgvectorRuntimeDescriptor: SqlRuntimeExtensionDescriptor<'postgres'> = {\n kind: 'extension' as const,\n id: pgvectorPackMeta.id,\n version: pgvectorPackMeta.version,\n familyId: 'sql' as const,\n targetId: 'postgres' as const,\n create(): SqlRuntimeExtensionInstance<'postgres'> {\n return new PgVectorRuntimeExtensionInstance();\n },\n};\n\nexport default pgvectorRuntimeDescriptor;\n","/**\n * Vector codec implementation for pgvector extension.\n *\n * Provides encoding/decoding for the `vector` PostgreSQL type.\n * Wire format is a string like `[1,2,3]` (PostgreSQL vector text format).\n */\n\nimport { codec, defineCodecs } from '@prisma-next/sql-relational-core/ast';\n\nconst pgVectorCodec = codec<'pg/vector@1', string, number[]>({\n typeId: 'pg/vector@1',\n targetTypes: ['vector'],\n encode: (value: number[]): string => {\n // Validate that value is an array of numbers\n if (!Array.isArray(value)) {\n throw new Error('Vector value must be an array of numbers');\n }\n if (!value.every((v) => typeof v === 'number')) {\n throw new Error('Vector value must contain only numbers');\n }\n // Format as PostgreSQL vector text format: [1,2,3]\n // PostgreSQL's pg library requires the vector format string\n return `[${value.join(',')}]`;\n },\n decode: (wire: string): number[] => {\n // Handle string format from PostgreSQL: [1,2,3]\n if (typeof wire !== 'string') {\n throw new Error('Vector wire value must be a string');\n }\n // Parse PostgreSQL vector format: [1,2,3]\n if (!wire.startsWith('[') || !wire.endsWith(']')) {\n throw new Error(`Invalid vector format: expected \"[...]\", got \"${wire}\"`);\n }\n const content = wire.slice(1, -1).trim();\n if (content === '') {\n return [];\n }\n const values = content.split(',').map((v) => {\n const num = Number.parseFloat(v.trim());\n if (Number.isNaN(num)) {\n throw new Error(`Invalid vector value: \"${v}\" is not a number`);\n }\n return num;\n });\n return values;\n },\n meta: {\n db: {\n sql: {\n postgres: {\n nativeType: 'vector',\n },\n },\n },\n },\n});\n\n// Build codec definitions using the builder DSL\nconst codecs = defineCodecs().add('vector', pgVectorCodec);\n\n// Export derived structures directly from codecs builder\nexport const codecDefinitions = codecs.codecDefinitions;\nexport const dataTypes = codecs.dataTypes;\n\n// Export types derived from codecs builder\nexport type CodecTypes = typeof codecs.CodecTypes;\n"],"mappings":";;;;;;AAEA,SAAS,2BAA2B;;;ACKpC,SAAS,OAAO,oBAAoB;AAEpC,IAAM,gBAAgB,MAAuC;AAAA,EAC3D,QAAQ;AAAA,EACR,aAAa,CAAC,QAAQ;AAAA,EACtB,QAAQ,CAAC,UAA4B;AAEnC,QAAI,CAAC,MAAM,QAAQ,KAAK,GAAG;AACzB,YAAM,IAAI,MAAM,0CAA0C;AAAA,IAC5D;AACA,QAAI,CAAC,MAAM,MAAM,CAAC,MAAM,OAAO,MAAM,QAAQ,GAAG;AAC9C,YAAM,IAAI,MAAM,wCAAwC;AAAA,IAC1D;AAGA,WAAO,IAAI,MAAM,KAAK,GAAG,CAAC;AAAA,EAC5B;AAAA,EACA,QAAQ,CAAC,SAA2B;AAElC,QAAI,OAAO,SAAS,UAAU;AAC5B,YAAM,IAAI,MAAM,oCAAoC;AAAA,IACtD;AAEA,QAAI,CAAC,KAAK,WAAW,GAAG,KAAK,CAAC,KAAK,SAAS,GAAG,GAAG;AAChD,YAAM,IAAI,MAAM,iDAAiD,IAAI,GAAG;AAAA,IAC1E;AACA,UAAM,UAAU,KAAK,MAAM,GAAG,EAAE,EAAE,KAAK;AACvC,QAAI,YAAY,IAAI;AAClB,aAAO,CAAC;AAAA,IACV;AACA,UAAM,SAAS,QAAQ,MAAM,GAAG,EAAE,IAAI,CAAC,MAAM;AAC3C,YAAM,MAAM,OAAO,WAAW,EAAE,KAAK,CAAC;AACtC,UAAI,OAAO,MAAM,GAAG,GAAG;AACrB,cAAM,IAAI,MAAM,0BAA0B,CAAC,mBAAmB;AAAA,MAChE;AACA,aAAO;AAAA,IACT,CAAC;AACD,WAAO;AAAA,EACT;AAAA,EACA,MAAM;AAAA,IACJ,IAAI;AAAA,MACF,KAAK;AAAA,QACH,UAAU;AAAA,UACR,YAAY;AAAA,QACd;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACF,CAAC;AAGD,IAAM,SAAS,aAAa,EAAE,IAAI,UAAU,aAAa;AAGlD,IAAM,mBAAmB,OAAO;AAChC,IAAM,YAAY,OAAO;;;ADhDhC,IAAM,mCAAN,MAA0F;AAAA,EAC/E,WAAW;AAAA,EACX,WAAW;AAAA,EAEpB,SAAwB;AACtB,UAAM,WAAW,oBAAoB;AAErC,eAAW,OAAO,OAAO,OAAO,gBAAgB,GAAG;AACjD,eAAS,SAAS,IAAI,KAAK;AAAA,IAC7B;AACA,WAAO;AAAA,EACT;AAAA,EAEA,aAAmD;AACjD,WAAO,CAAC,wBAAwB;AAAA,EAClC;AACF;AAMA,IAAM,4BAAuE;AAAA,EAC3E,MAAM;AAAA,EACN,IAAI,iBAAiB;AAAA,EACrB,SAAS,iBAAiB;AAAA,EAC1B,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAkD;AAChD,WAAO,IAAI,iCAAiC;AAAA,EAC9C;AACF;AAEA,IAAO,kBAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/extension-pgvector",
|
|
3
|
-
"version": "0.1.0-pr.65.
|
|
3
|
+
"version": "0.1.0-pr.65.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"arktype": "^2.0.0",
|
|
8
|
-
"@prisma-next/cli": "0.1.0-pr.65.
|
|
9
|
-
"@prisma-next/contract": "0.1.0-pr.65.
|
|
10
|
-
"@prisma-next/contract-authoring": "0.1.0-pr.65.
|
|
11
|
-
"@prisma-next/core-control-plane": "0.1.0-pr.65.
|
|
12
|
-
"@prisma-next/family-sql": "0.1.0-pr.65.
|
|
13
|
-
"@prisma-next/sql-operations": "0.1.0-pr.65.
|
|
14
|
-
"@prisma-next/sql-relational-core": "0.1.0-pr.65.
|
|
15
|
-
"@prisma-next/sql-runtime": "0.1.0-pr.65.
|
|
16
|
-
"@prisma-next/sql-schema-ir": "0.1.0-pr.65.
|
|
8
|
+
"@prisma-next/cli": "0.1.0-pr.65.8",
|
|
9
|
+
"@prisma-next/contract": "0.1.0-pr.65.8",
|
|
10
|
+
"@prisma-next/contract-authoring": "0.1.0-pr.65.8",
|
|
11
|
+
"@prisma-next/core-control-plane": "0.1.0-pr.65.8",
|
|
12
|
+
"@prisma-next/family-sql": "0.1.0-pr.65.8",
|
|
13
|
+
"@prisma-next/sql-operations": "0.1.0-pr.65.8",
|
|
14
|
+
"@prisma-next/sql-relational-core": "0.1.0-pr.65.8",
|
|
15
|
+
"@prisma-next/sql-runtime": "0.1.0-pr.65.8",
|
|
16
|
+
"@prisma-next/sql-schema-ir": "0.1.0-pr.65.8"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@vitest/coverage-v8": "^4.0.0",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"typescript": "^5.9.3",
|
|
22
22
|
"vite-tsconfig-paths": "^5.1.4",
|
|
23
23
|
"vitest": "^4.0.16",
|
|
24
|
-
"@prisma-next/adapter-postgres": "0.1.0-pr.65.
|
|
25
|
-
"@prisma-next/operations": "0.1.0-pr.65.
|
|
26
|
-
"@prisma-next/sql-contract": "0.1.0-pr.65.
|
|
27
|
-
"@prisma-next/sql-
|
|
28
|
-
"@prisma-next/sql-
|
|
24
|
+
"@prisma-next/adapter-postgres": "0.1.0-pr.65.8",
|
|
25
|
+
"@prisma-next/operations": "0.1.0-pr.65.8",
|
|
26
|
+
"@prisma-next/sql-contract-ts": "0.1.0-pr.65.8",
|
|
27
|
+
"@prisma-next/sql-lane": "0.1.0-pr.65.8",
|
|
28
|
+
"@prisma-next/sql-contract": "0.1.0-pr.65.8",
|
|
29
29
|
"@prisma-next/test-utils": "0.0.1"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/core/descriptor-meta.ts"],"sourcesContent":["import type { ExtensionPackRef } from '@prisma-next/contract/framework-components';\nimport type { SqlOperationSignature } from '@prisma-next/sql-operations';\n\nconst pgvectorTypeId = 'pg/vector@1' as const;\n\nconst cosineLowering = {\n targetFamily: 'sql',\n strategy: 'function',\n template: '1 - ({{self}} <=> {{arg0}})',\n} as const;\n\nexport const pgvectorPackMeta = {\n kind: 'extension',\n id: 'pgvector',\n familyId: 'sql',\n targetId: 'postgres',\n version: '1.0.0',\n capabilities: {\n postgres: {\n 'pgvector/cosine': true,\n },\n },\n types: {\n codecTypes: {\n import: {\n package: '@prisma-next/extension-pgvector/codec-types',\n named: 'CodecTypes',\n alias: 'PgVectorTypes',\n },\n },\n operationTypes: {\n import: {\n package: '@prisma-next/extension-pgvector/operation-types',\n named: 'OperationTypes',\n alias: 'PgVectorOperationTypes',\n },\n },\n storage: [\n { typeId: pgvectorTypeId, familyId: 'sql', targetId: 'postgres', nativeType: 'vector' },\n ],\n },\n operations: [\n {\n for: pgvectorTypeId,\n method: 'cosineDistance',\n args: [{ kind: 'param' }],\n returns: { kind: 'builtin', type: 'number' },\n lowering: cosineLowering,\n },\n ],\n} as const satisfies ExtensionPackRef<'sql', 'postgres'>;\n\nexport const pgvectorRuntimeOperation: SqlOperationSignature = {\n forTypeId: pgvectorTypeId,\n method: 'cosineDistance',\n args: [{ kind: 'param' }],\n returns: { kind: 'builtin', type: 'number' },\n lowering: cosineLowering,\n};\n"],"mappings":";AAGA,IAAM,iBAAiB;AAEvB,IAAM,iBAAiB;AAAA,EACrB,cAAc;AAAA,EACd,UAAU;AAAA,EACV,UAAU;AACZ;AAEO,IAAM,mBAAmB;AAAA,EAC9B,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AAAA,EACT,cAAc;AAAA,IACZ,UAAU;AAAA,MACR,mBAAmB;AAAA,IACrB;AAAA,EACF;AAAA,EACA,OAAO;AAAA,IACL,YAAY;AAAA,MACV,QAAQ;AAAA,QACN,SAAS;AAAA,QACT,OAAO;AAAA,QACP,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,gBAAgB;AAAA,MACd,QAAQ;AAAA,QACN,SAAS;AAAA,QACT,OAAO;AAAA,QACP,OAAO;AAAA,MACT;AAAA,IACF;AAAA,IACA,SAAS;AAAA,MACP,EAAE,QAAQ,gBAAgB,UAAU,OAAO,UAAU,YAAY,YAAY,SAAS;AAAA,IACxF;AAAA,EACF;AAAA,EACA,YAAY;AAAA,IACV;AAAA,MACE,KAAK;AAAA,MACL,QAAQ;AAAA,MACR,MAAM,CAAC,EAAE,MAAM,QAAQ,CAAC;AAAA,MACxB,SAAS,EAAE,MAAM,WAAW,MAAM,SAAS;AAAA,MAC3C,UAAU;AAAA,IACZ;AAAA,EACF;AACF;AAEO,IAAM,2BAAkD;AAAA,EAC7D,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,MAAM,CAAC,EAAE,MAAM,QAAQ,CAAC;AAAA,EACxB,SAAS,EAAE,MAAM,WAAW,MAAM,SAAS;AAAA,EAC3C,UAAU;AACZ;","names":[]}
|