@powerhousedao/vetra 4.1.0-dev.23 → 4.1.0-dev.24
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/editors/app-editor/editor.d.ts +1 -2
- package/dist/editors/app-editor/editor.d.ts.map +1 -1
- package/dist/editors/app-editor/editor.js +8 -5
- package/dist/editors/app-editor/editor.js.map +1 -1
- package/dist/editors/app-editor/index.d.ts +1 -2
- package/dist/editors/app-editor/index.d.ts.map +1 -1
- package/dist/editors/app-editor/index.js.map +1 -1
- package/dist/editors/document-editor/components/DocumentEditorForm.d.ts.map +1 -1
- package/dist/editors/document-editor/components/DocumentEditorForm.js +20 -3
- package/dist/editors/document-editor/components/DocumentEditorForm.js.map +1 -1
- package/dist/editors/document-editor/editor.d.ts +1 -2
- package/dist/editors/document-editor/editor.d.ts.map +1 -1
- package/dist/editors/document-editor/editor.js +12 -6
- package/dist/editors/document-editor/editor.js.map +1 -1
- package/dist/editors/document-editor/index.d.ts +1 -2
- package/dist/editors/document-editor/index.d.ts.map +1 -1
- package/dist/editors/document-editor/index.js.map +1 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.d.ts.map +1 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.js +1 -1
- package/dist/editors/processor-editor/components/ProcessorEditorForm.js.map +1 -1
- package/dist/editors/processor-editor/editor.d.ts +1 -2
- package/dist/editors/processor-editor/editor.d.ts.map +1 -1
- package/dist/editors/processor-editor/editor.js +17 -11
- package/dist/editors/processor-editor/editor.js.map +1 -1
- package/dist/editors/processor-editor/index.d.ts +1 -2
- package/dist/editors/processor-editor/index.d.ts.map +1 -1
- package/dist/editors/processor-editor/index.js.map +1 -1
- package/dist/editors/subgraph-editor/editor.d.ts +1 -2
- package/dist/editors/subgraph-editor/editor.d.ts.map +1 -1
- package/dist/editors/subgraph-editor/editor.js +8 -5
- package/dist/editors/subgraph-editor/editor.js.map +1 -1
- package/dist/editors/subgraph-editor/index.d.ts +1 -2
- package/dist/editors/subgraph-editor/index.d.ts.map +1 -1
- package/dist/editors/subgraph-editor/index.js.map +1 -1
- package/dist/editors/vetra-drive-app/DriveExplorer.d.ts +2 -2
- package/dist/editors/vetra-drive-app/DriveExplorer.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/DriveExplorer.js +3 -7
- package/dist/editors/vetra-drive-app/DriveExplorer.js.map +1 -1
- package/dist/editors/vetra-drive-app/components/EditorContainer.d.ts +4 -5
- package/dist/editors/vetra-drive-app/components/EditorContainer.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/components/EditorContainer.js +6 -14
- package/dist/editors/vetra-drive-app/components/EditorContainer.js.map +1 -1
- package/dist/editors/vetra-drive-app/components/PackageInformationSection.d.ts +4 -5
- package/dist/editors/vetra-drive-app/components/PackageInformationSection.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/components/PackageInformationSection.js.map +1 -1
- package/dist/editors/vetra-drive-app/editor.d.ts +1 -2
- package/dist/editors/vetra-drive-app/editor.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/editor.js +13 -17
- package/dist/editors/vetra-drive-app/editor.js.map +1 -1
- package/dist/editors/vetra-drive-app/index.d.ts +1 -2
- package/dist/editors/vetra-drive-app/index.d.ts.map +1 -1
- package/dist/editors/vetra-drive-app/index.js.map +1 -1
- package/dist/editors/vetra-package/editor.d.ts +1 -2
- package/dist/editors/vetra-package/editor.d.ts.map +1 -1
- package/dist/editors/vetra-package/editor.js +29 -26
- package/dist/editors/vetra-package/editor.js.map +1 -1
- package/dist/editors/vetra-package/index.d.ts +1 -2
- package/dist/editors/vetra-package/index.d.ts.map +1 -1
- package/dist/editors/vetra-package/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/base-document-gen.d.ts +30 -0
- package/dist/processors/codegen/document-handlers/base-document-gen.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/base-document-gen.js +29 -0
- package/dist/processors/codegen/document-handlers/base-document-gen.js.map +1 -0
- package/dist/processors/codegen/document-handlers/document-codegen-factory.d.ts +29 -0
- package/dist/processors/codegen/document-handlers/document-codegen-factory.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/document-codegen-factory.js +50 -0
- package/dist/processors/codegen/document-handlers/document-codegen-factory.js.map +1 -0
- package/dist/processors/codegen/document-handlers/document-codegen-manager.d.ts +50 -0
- package/dist/processors/codegen/document-handlers/document-codegen-manager.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/document-codegen-manager.js +111 -0
- package/dist/processors/codegen/document-handlers/document-codegen-manager.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/app-generator.d.ts +11 -0
- package/dist/processors/codegen/document-handlers/generators/app-generator.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/{app-handler.js → generators/app-generator.js} +17 -12
- package/dist/processors/codegen/document-handlers/generators/app-generator.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/document-editor-generator.d.ts +11 -0
- package/dist/processors/codegen/document-handlers/generators/document-editor-generator.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/{document-editor-handler.js → generators/document-editor-generator.js} +21 -13
- package/dist/processors/codegen/document-handlers/generators/document-editor-generator.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/document-model-generator.d.ts +11 -0
- package/dist/processors/codegen/document-handlers/generators/document-model-generator.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/{document-model-handler.js → generators/document-model-generator.js} +21 -15
- package/dist/processors/codegen/document-handlers/generators/document-model-generator.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/index.d.ts +7 -0
- package/dist/processors/codegen/document-handlers/generators/index.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/index.js +7 -0
- package/dist/processors/codegen/document-handlers/generators/index.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/package-generator.d.ts +11 -0
- package/dist/processors/codegen/document-handlers/generators/package-generator.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/{package-handler.js → generators/package-generator.js} +9 -9
- package/dist/processors/codegen/document-handlers/generators/package-generator.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/processor-generator.d.ts +11 -0
- package/dist/processors/codegen/document-handlers/generators/processor-generator.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/{processor-handler.js → generators/processor-generator.js} +18 -10
- package/dist/processors/codegen/document-handlers/generators/processor-generator.js.map +1 -0
- package/dist/processors/codegen/document-handlers/generators/subgraph-generator.d.ts +11 -0
- package/dist/processors/codegen/document-handlers/generators/subgraph-generator.d.ts.map +1 -0
- package/dist/processors/codegen/document-handlers/{subgraph-handler.js → generators/subgraph-generator.js} +18 -13
- package/dist/processors/codegen/document-handlers/generators/subgraph-generator.js.map +1 -0
- package/dist/processors/codegen/document-handlers/index.d.ts +5 -7
- package/dist/processors/codegen/document-handlers/index.d.ts.map +1 -1
- package/dist/processors/codegen/document-handlers/index.js +5 -6
- package/dist/processors/codegen/document-handlers/index.js.map +1 -1
- package/dist/processors/codegen/factory.d.ts +2 -1
- package/dist/processors/codegen/factory.d.ts.map +1 -1
- package/dist/processors/codegen/factory.js +4 -1
- package/dist/processors/codegen/factory.js.map +1 -1
- package/dist/processors/codegen/index.d.ts +0 -2
- package/dist/processors/codegen/index.d.ts.map +1 -1
- package/dist/processors/codegen/index.js +7 -36
- package/dist/processors/codegen/index.js.map +1 -1
- package/dist/processors/codegen/utils.d.ts +5 -0
- package/dist/processors/codegen/utils.d.ts.map +1 -0
- package/dist/processors/codegen/utils.js +19 -0
- package/dist/processors/codegen/utils.js.map +1 -0
- package/dist/processors/factory.d.ts +2 -1
- package/dist/processors/factory.d.ts.map +1 -1
- package/dist/processors/factory.js +3 -3
- package/dist/processors/factory.js.map +1 -1
- package/dist/style.css +8 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -14
- package/dist/package.json +0 -114
- package/dist/powerhouse.config.json +0 -12
- package/dist/processors/codegen/document-handlers/app-handler.d.ts +0 -10
- package/dist/processors/codegen/document-handlers/app-handler.d.ts.map +0 -1
- package/dist/processors/codegen/document-handlers/app-handler.js.map +0 -1
- package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts +0 -10
- package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts.map +0 -1
- package/dist/processors/codegen/document-handlers/document-editor-handler.js.map +0 -1
- package/dist/processors/codegen/document-handlers/document-model-handler.d.ts +0 -10
- package/dist/processors/codegen/document-handlers/document-model-handler.d.ts.map +0 -1
- package/dist/processors/codegen/document-handlers/document-model-handler.js.map +0 -1
- package/dist/processors/codegen/document-handlers/package-handler.d.ts +0 -10
- package/dist/processors/codegen/document-handlers/package-handler.d.ts.map +0 -1
- package/dist/processors/codegen/document-handlers/package-handler.js.map +0 -1
- package/dist/processors/codegen/document-handlers/processor-handler.d.ts +0 -10
- package/dist/processors/codegen/document-handlers/processor-handler.d.ts.map +0 -1
- package/dist/processors/codegen/document-handlers/processor-handler.js.map +0 -1
- package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts +0 -10
- package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts.map +0 -1
- package/dist/processors/codegen/document-handlers/subgraph-handler.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/vetra",
|
|
3
|
-
"version": "4.1.0-dev.
|
|
3
|
+
"version": "4.1.0-dev.24",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"graphql-tag": "^2.12.6",
|
|
52
52
|
"uuid": "^11.1.0",
|
|
53
53
|
"zod": "^3.24.2",
|
|
54
|
-
"@powerhousedao/builder-tools": "4.1.0-dev.
|
|
55
|
-
"@powerhousedao/
|
|
56
|
-
"@powerhousedao/design-system": "4.1.0-dev.
|
|
57
|
-
"
|
|
58
|
-
"
|
|
54
|
+
"@powerhousedao/builder-tools": "4.1.0-dev.24",
|
|
55
|
+
"@powerhousedao/common": "4.1.0-dev.24",
|
|
56
|
+
"@powerhousedao/design-system": "4.1.0-dev.24",
|
|
57
|
+
"@powerhousedao/config": "4.1.0-dev.24",
|
|
58
|
+
"document-model": "4.1.0-dev.24"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@electric-sql/pglite": "^0.2.12",
|
|
@@ -80,14 +80,13 @@
|
|
|
80
80
|
"typescript-eslint": "^8.27.0",
|
|
81
81
|
"vite": "^6.2.3",
|
|
82
82
|
"vitest": "^3.0.9",
|
|
83
|
-
"@powerhousedao/codegen": "4.1.0-dev.
|
|
84
|
-
"@powerhousedao/
|
|
85
|
-
"@powerhousedao/
|
|
86
|
-
"@powerhousedao/reactor-
|
|
87
|
-
"@powerhousedao/
|
|
88
|
-
"@powerhousedao/
|
|
89
|
-
"
|
|
90
|
-
"document-drive": "4.1.0-dev.23"
|
|
83
|
+
"@powerhousedao/codegen": "4.1.0-dev.24",
|
|
84
|
+
"@powerhousedao/ph-cli": "4.1.0-dev.24",
|
|
85
|
+
"@powerhousedao/reactor-api": "4.1.0-dev.24",
|
|
86
|
+
"@powerhousedao/reactor-browser": "4.1.0-dev.24",
|
|
87
|
+
"@powerhousedao/switchboard": "4.1.0-dev.24",
|
|
88
|
+
"@powerhousedao/reactor-local": "4.1.0-dev.24",
|
|
89
|
+
"document-drive": "4.1.0-dev.24"
|
|
91
90
|
},
|
|
92
91
|
"peerDependencies": {
|
|
93
92
|
"react": "^18.3.1",
|
package/dist/package.json
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@powerhousedao/vetra",
|
|
3
|
-
"version": "4.1.0-dev.23",
|
|
4
|
-
"license": "AGPL-3.0-only",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"repository": {
|
|
7
|
-
"type": "git",
|
|
8
|
-
"url": "https://github.com/powerhouse-inc/powerhouse"
|
|
9
|
-
},
|
|
10
|
-
"publishConfig": {
|
|
11
|
-
"access": "public"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"/dist"
|
|
15
|
-
],
|
|
16
|
-
"exports": {
|
|
17
|
-
".": {
|
|
18
|
-
"types": "./dist/index.d.ts",
|
|
19
|
-
"default": "./dist/index.js"
|
|
20
|
-
},
|
|
21
|
-
"./document-models": {
|
|
22
|
-
"types": "./dist/document-models/index.d.ts",
|
|
23
|
-
"default": "./dist/document-models/index.js"
|
|
24
|
-
},
|
|
25
|
-
"./editors": {
|
|
26
|
-
"types": "./dist/editors/index.d.ts",
|
|
27
|
-
"default": "./dist/editors/index.js"
|
|
28
|
-
},
|
|
29
|
-
"./subgraphs": {
|
|
30
|
-
"types": "./dist/subgraphs/index.d.ts",
|
|
31
|
-
"default": "./dist/subgraphs/index.js"
|
|
32
|
-
},
|
|
33
|
-
"./processors": {
|
|
34
|
-
"types": "./dist/processors/index.d.ts",
|
|
35
|
-
"default": "./dist/processors/index.js"
|
|
36
|
-
},
|
|
37
|
-
"./manifest": {
|
|
38
|
-
"types": "./dist/manifest.d.ts",
|
|
39
|
-
"default": "./dist/manifest.js"
|
|
40
|
-
},
|
|
41
|
-
"./vetra-drive-app": {
|
|
42
|
-
"types": "./dist/editors/vetra-drive-app/index.d.ts",
|
|
43
|
-
"default": "./dist/editors/vetra-drive-app/index.js"
|
|
44
|
-
},
|
|
45
|
-
"./style.css": "./dist/style.css"
|
|
46
|
-
},
|
|
47
|
-
"scripts": {
|
|
48
|
-
"lint": "eslint .",
|
|
49
|
-
"build:tsc": "tsc",
|
|
50
|
-
"build:tsc:watch": "tsc --watch",
|
|
51
|
-
"build:css": "npx @tailwindcss/cli -i ./style.css -o ./dist/style.css",
|
|
52
|
-
"build:css:watch": "npx @tailwindcss/cli -i ./style.css -o ./dist/style.css --watch",
|
|
53
|
-
"build": "npm run build:tsc && npm run build:css",
|
|
54
|
-
"test": "vitest run",
|
|
55
|
-
"test:watch": "vitest",
|
|
56
|
-
"prepublishOnly": "npm run build",
|
|
57
|
-
"generate": "ph-cli generate",
|
|
58
|
-
"connect": "ph-cli connect",
|
|
59
|
-
"reactor": "ph-cli reactor",
|
|
60
|
-
"service": "ph-cli service",
|
|
61
|
-
"service-startup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-startup.sh",
|
|
62
|
-
"service-unstartup": "bash ./node_modules/@powerhousedao/ph-cli/dist/scripts/service-unstartup.sh"
|
|
63
|
-
},
|
|
64
|
-
"dependencies": {
|
|
65
|
-
"@powerhousedao/builder-tools": "workspace:*",
|
|
66
|
-
"@powerhousedao/common": "workspace:*",
|
|
67
|
-
"@powerhousedao/config": "workspace:*",
|
|
68
|
-
"@powerhousedao/design-system": "workspace:*",
|
|
69
|
-
"change-case": "^5.4.4",
|
|
70
|
-
"colorette": "^2.0.20",
|
|
71
|
-
"document-model": "workspace:*",
|
|
72
|
-
"graphql": "^16.10.0",
|
|
73
|
-
"graphql-tag": "^2.12.6",
|
|
74
|
-
"uuid": "^11.1.0",
|
|
75
|
-
"zod": "^3.24.2"
|
|
76
|
-
},
|
|
77
|
-
"devDependencies": {
|
|
78
|
-
"@electric-sql/pglite": "^0.2.12",
|
|
79
|
-
"@eslint/js": "^9.22.0",
|
|
80
|
-
"@powerhousedao/analytics-engine-core": "^0.5.0",
|
|
81
|
-
"@powerhousedao/codegen": "workspace:*",
|
|
82
|
-
"@powerhousedao/document-engineering": "^1.27.0",
|
|
83
|
-
"@powerhousedao/ph-cli": "workspace:*",
|
|
84
|
-
"@powerhousedao/reactor-api": "workspace:*",
|
|
85
|
-
"@powerhousedao/reactor-browser": "workspace:*",
|
|
86
|
-
"@powerhousedao/reactor-local": "workspace:*",
|
|
87
|
-
"@powerhousedao/state": "workspace:*",
|
|
88
|
-
"@powerhousedao/switchboard": "workspace:*",
|
|
89
|
-
"@tailwindcss/cli": "^4.0.15",
|
|
90
|
-
"@testing-library/react": "^16.3.0",
|
|
91
|
-
"@types/node": "^22.13.11",
|
|
92
|
-
"@types/react": "^18.3.19",
|
|
93
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
94
|
-
"document-drive": "workspace:*",
|
|
95
|
-
"eslint": "^9.22.0",
|
|
96
|
-
"eslint-plugin-react": "^7.37.4",
|
|
97
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
98
|
-
"globals": "^16.0.0",
|
|
99
|
-
"package-manager-detector": "^0.2.8",
|
|
100
|
-
"pm2": "^5.4.3",
|
|
101
|
-
"react": "^18.3.1",
|
|
102
|
-
"react-dom": "^18.3.1",
|
|
103
|
-
"tailwindcss": "^4.0.15",
|
|
104
|
-
"typescript": "^5.8.2",
|
|
105
|
-
"typescript-eslint": "^8.27.0",
|
|
106
|
-
"vite": "^6.2.3",
|
|
107
|
-
"vitest": "^3.0.9"
|
|
108
|
-
},
|
|
109
|
-
"peerDependencies": {
|
|
110
|
-
"react": "^18.3.1",
|
|
111
|
-
"react-dom": "^18.3.1"
|
|
112
|
-
},
|
|
113
|
-
"description": ""
|
|
114
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
|
|
2
|
-
import { type DocumentModelDocument } from "document-model";
|
|
3
|
-
import { type DocumentHandler, type Config } from "./types.js";
|
|
4
|
-
export declare class AppHandler implements DocumentHandler {
|
|
5
|
-
private config;
|
|
6
|
-
documentType: string;
|
|
7
|
-
constructor(config: Config);
|
|
8
|
-
handle(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=app-handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-handler.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/app-handler.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAE/D,qBAAa,UAAW,YAAW,eAAe;IAGpC,OAAO,CAAC,MAAM;IAF1B,YAAY,SAAoB;gBAEZ,MAAM,EAAE,MAAM;IAE5B,MAAM,CAAC,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CA0DtF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-handler.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/app-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAG/E,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,MAAM,OAAO,UAAU;IAGD;IAFpB,YAAY,GAAG,gBAAgB,CAAC;IAEhC,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;IAAG,CAAC;IAEtC,KAAK,CAAC,MAAM,CAAC,MAAwD;QACnE,MAAM,KAAK,GAAG,MAAM,CAAC,KAAuB,CAAC;QAE7C,uDAAuD;QACvD,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,MAAM,KAAK,WAAW,EAAE,CAAC;YAC/C,MAAM,CAAC,IAAI,CAAC,gDAAgD,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;YAC1E,IAAI,CAAC;gBACH,kCAAkC;gBAClC,MAAM,KAAK,GAAW,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAE5C,uDAAuD;gBACvD,MAAM,mBAAmB,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;gBAEpE,MAAM,CAAC,IAAI,CACT,6DAA6D,KAAK,CAAC,IAAI,EAAE,CAC1E,CAAC;gBAEF,uCAAuC;gBACvC,IAAI,CAAC;oBACH,MAAM,CAAC,IAAI,CAAC,kCAAkC,KAAK,CAAC,IAAI,SAAS,KAAK,GAAG,CAAC,CAAC;oBAE3E,gBAAgB,CAAC;wBACf,IAAI,EAAE,CAAC;gCACL,EAAE,EAAE,KAAK;gCACT,IAAI,EAAE,KAAK,CAAC,IAAI;gCAChB,WAAW,EAAE,KAAK;6BACZ,CAAC;qBACV,EAAE,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;oBAEpC,MAAM,CAAC,IAAI,CAAC,4CAA4C,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;gBACxE,CAAC;gBAAC,OAAO,aAAa,EAAE,CAAC;oBACvB,MAAM,CAAC,KAAK,CACV,wCAAwC,KAAK,CAAC,IAAI,GAAG,EACrD,aAAa,CACd,CAAC;oBACF,4DAA4D;gBAC9D,CAAC;YACH,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,CAAC,KAAK,CACV,kDAAkD,KAAK,CAAC,IAAI,GAAG,EAC/D,KAAK,CACN,CAAC;gBACF,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;oBAC3B,MAAM,CAAC,KAAK,CAAC,oBAAoB,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;gBACpD,CAAC;YACH,CAAC;QACH,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;gBAChB,MAAM,CAAC,KAAK,CACV,4DAA4D,CAC7D,CAAC;YACJ,CAAC;iBAAM,IAAI,KAAK,CAAC,MAAM,KAAK,WAAW,EAAE,CAAC;gBACxC,MAAM,CAAC,KAAK,CACV,8CAA8C,KAAK,CAAC,IAAI,+BAA+B,KAAK,CAAC,MAAM,GAAG,CACvG,CAAC;YACJ,CAAC;QACH,CAAC;IACH,CAAC;CACF"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
|
|
2
|
-
import { type DocumentModelDocument } from "document-model";
|
|
3
|
-
import { type DocumentHandler, type Config } from "./types.js";
|
|
4
|
-
export declare class DocumentEditorHandler implements DocumentHandler {
|
|
5
|
-
private config;
|
|
6
|
-
documentType: string;
|
|
7
|
-
constructor(config: Config);
|
|
8
|
-
handle(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=document-editor-handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document-editor-handler.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-editor-handler.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAE/D,qBAAa,qBAAsB,YAAW,eAAe;IAG/C,OAAO,CAAC,MAAM;IAF1B,YAAY,SAAgC;gBAExB,MAAM,EAAE,MAAM;IAE5B,MAAM,CAAC,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAmEtF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document-editor-handler.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-editor-handler.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
|
|
2
|
-
import { type DocumentModelDocument } from "document-model";
|
|
3
|
-
import { type DocumentHandler, type Config } from "./types.js";
|
|
4
|
-
export declare class DocumentModelHandler implements DocumentHandler {
|
|
5
|
-
private config;
|
|
6
|
-
documentType: string;
|
|
7
|
-
constructor(config: Config);
|
|
8
|
-
handle(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=document-model-handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document-model-handler.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-model-handler.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EACL,KAAK,qBAAqB,EAE3B,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAE/D,qBAAa,oBAAqB,YAAW,eAAe;IAG9C,OAAO,CAAC,MAAM;IAF1B,YAAY,SAA+B;gBAEvB,MAAM,EAAE,MAAM;IAE5B,MAAM,CAAC,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAoDtF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document-model-handler.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-model-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,iCAAiC,EACjC,0BAA0B,EAC1B,gBAAgB,GACjB,MAAM,wBAAwB,CAAC;AAMhC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,MAAM,OAAO,oBAAoB;IAGX;IAFpB,YAAY,GAAG,2BAA2B,CAAC;IAE3C,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;IAAG,CAAC;IAEtC,KAAK,CAAC,MAAM,CAAC,MAAwD;QACnE,MAAM,KAAK,GAAG,MAAM,CAAC,KAA2B,CAAC;QACjD,MAAM,gBAAgB,GAAG,0BAA0B,CAAC,KAAK,CAAC,CAAC;QAE3D,IAAI,gBAAgB,CAAC,OAAO,EAAE,CAAC;YAC7B,MAAM,CAAC,IAAI,CACT,mDAAmD,KAAK,CAAC,IAAI,EAAE,CAChE,CAAC;YACF,IAAI,CAAC;gBACH,MAAM,oBAAoB,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC;gBAC7E,MAAM,iCAAiC,CACrC,KAAK,CAAC,IAAI,EACV,KAAK,EACL,IAAI,CAAC,MAAM,CAAC,SAAS,EACrB,EAAE,OAAO,EAAE,KAAK,EAAE,CACnB,CAAC;gBACF,MAAM,CAAC,IAAI,CACT,iDAAiD,KAAK,CAAC,IAAI,EAAE,CAC9D,CAAC;gBAEF,kDAAkD;gBAClD,IAAI,CAAC;oBACH,MAAM,CAAC,IAAI,CAAC,6CAA6C,KAAK,CAAC,IAAI,SAAS,KAAK,CAAC,EAAE,GAAG,CAAC,CAAC;oBAEzF,gBAAgB,CAAC;wBACf,cAAc,EAAE,CAAC;gCACf,EAAE,EAAE,KAAK,CAAC,EAAE;gCACZ,IAAI,EAAE,KAAK,CAAC,IAAI;6BACjB,CAAC;qBACH,EAAE,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;oBAEpC,MAAM,CAAC,IAAI,CAAC,uDAAuD,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;gBACnF,CAAC;gBAAC,OAAO,aAAa,EAAE,CAAC;oBACvB,MAAM,CAAC,KAAK,CACV,mDAAmD,KAAK,CAAC,IAAI,GAAG,EAChE,aAAa,CACd,CAAC;oBACF,oDAAoD;gBACtD,CAAC;YACH,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,CAAC,KAAK,CACV,sCAAsC,KAAK,CAAC,IAAI,GAAG,EACnD,KAAK,CACN,CAAC;YACJ,CAAC;QACH,CAAC;aAAM,CAAC;YACN,MAAM,CAAC,KAAK,CACV,2CAA2C,KAAK,CAAC,IAAI,EAAE,EACvD,gBAAgB,CAAC,MAAM,CACxB,CAAC;QACJ,CAAC;IACH,CAAC;CACF"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
|
|
2
|
-
import { type DocumentModelDocument } from "document-model";
|
|
3
|
-
import { type Config, type DocumentHandler } from "./types.js";
|
|
4
|
-
export declare class PackageHandler implements DocumentHandler {
|
|
5
|
-
private config;
|
|
6
|
-
documentType: string;
|
|
7
|
-
constructor(config: Config);
|
|
8
|
-
handle(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=package-handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-handler.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/package-handler.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAE/D,qBAAa,cAAe,YAAW,eAAe;IAGxC,OAAO,CAAC,MAAM;IAF1B,YAAY,SAAwB;gBAEhB,MAAM,EAAE,MAAM;IAE5B,MAAM,CAAC,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAetF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-handler.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/package-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAI1D,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,MAAM,OAAO,cAAc;IAGL;IAFpB,YAAY,GAAG,oBAAoB,CAAC;IAEpC,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;IAAG,CAAC;IAEtC,KAAK,CAAC,MAAM,CAAC,MAAwD;QACnE,MAAM,KAAK,GAAG,MAAM,CAAC,KAA0B,CAAC;QAEhD,MAAM,CAAC,IAAI,CAAC,oCAAoC,CAAC,CAAC;QAClD,gBAAgB,CAAC;YACf,IAAI,EAAE,KAAK,CAAC,IAAI,IAAI,EAAE;YACtB,QAAQ,EAAE,KAAK,CAAC,QAAQ,IAAI,EAAE;YAC9B,WAAW,EAAE,KAAK,CAAC,WAAW,IAAI,EAAE;YACpC,SAAS,EAAE;gBACT,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE,IAAI,IAAI,EAAE;gBAC9B,GAAG,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,IAAI,EAAE;aACjC;SACF,EAAE,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;QACpC,MAAM,CAAC,IAAI,CAAC,mCAAmC,CAAC,CAAC;IACnD,CAAC;CACF"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
|
|
2
|
-
import { type DocumentModelDocument } from "document-model";
|
|
3
|
-
import { type Config, type DocumentHandler } from "./types.js";
|
|
4
|
-
export declare class ProcessorHandler implements DocumentHandler {
|
|
5
|
-
private config;
|
|
6
|
-
documentType: string;
|
|
7
|
-
constructor(config: Config);
|
|
8
|
-
handle(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=processor-handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"processor-handler.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/processor-handler.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAG5D,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAE/D,qBAAa,gBAAiB,YAAW,eAAe;IAG1C,OAAO,CAAC,MAAM;IAF1B,YAAY,SAA0B;gBAElB,MAAM,EAAE,MAAM;IAE5B,MAAM,CACV,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GACvD,OAAO,CAAC,IAAI,CAAC;CA4DjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"processor-handler.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/processor-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAI3D,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,MAAM,OAAO,gBAAgB;IAGP;IAFpB,YAAY,GAAG,sBAAsB,CAAC;IAEtC,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;IAAG,CAAC;IAEtC,KAAK,CAAC,MAAM,CACV,MAAwD;QAExD,MAAM,KAAK,GAAG,MAAM,CAAC,KAA6B,CAAC;QAEnD,oFAAoF;QACpF,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,IAAI,KAAK,CAAC,MAAM,KAAK,WAAW,EAAE,CAAC;YAC/F,MAAM,CAAC,IAAI,CAAC,yCAAyC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;YACnE,IAAI,CAAC;gBACH,8EAA8E;gBAC9E,IAAI,aAA2C,CAAC;gBAChD,IAAI,KAAK,CAAC,IAAI,KAAK,WAAW,EAAE,CAAC;oBAC/B,aAAa,GAAG,WAAW,CAAC;gBAC9B,CAAC;qBAAM,IAAI,KAAK,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;oBACvC,aAAa,GAAG,cAAc,CAAC;gBACjC,CAAC;qBAAM,CAAC;oBACN,MAAM,IAAI,KAAK,CAAC,+BAA+B,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC/D,CAAC;gBAED,wCAAwC;gBACxC,MAAM,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC;gBAEvE,oDAAoD;gBACpD,MAAM,iBAAiB,CACrB,KAAK,CAAC,IAAI,EACV,aAAa,EACb,aAAa,EACb,IAAI,CAAC,MAAM,CAAC,SAAS,CACtB,CAAC;gBAEF,MAAM,CAAC,IAAI,CACT,sDAAsD,KAAK,CAAC,IAAI,EAAE,CACnE,CAAC;YACJ,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,CAAC,KAAK,CACV,2CAA2C,KAAK,CAAC,IAAI,GAAG,EACxD,KAAK,CACN,CAAC;gBACF,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;oBAC3B,MAAM,CAAC,KAAK,CAAC,oBAAoB,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;gBACpD,CAAC;YACH,CAAC;QACH,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;gBAChB,MAAM,CAAC,KAAK,CACV,+DAA+D,CAChE,CAAC;YACJ,CAAC;iBAAM,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;gBACvB,MAAM,CAAC,KAAK,CACV,kEAAkE,KAAK,CAAC,IAAI,GAAG,CAChF,CAAC;YACJ,CAAC;iBAAM,IAAI,KAAK,CAAC,aAAa,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBAC5C,MAAM,CAAC,KAAK,CACV,4EAA4E,KAAK,CAAC,IAAI,GAAG,CAC1F,CAAC;YACJ,CAAC;iBAAM,IAAI,KAAK,CAAC,MAAM,KAAK,WAAW,EAAE,CAAC;gBACxC,MAAM,CAAC,KAAK,CACV,iDAAiD,KAAK,CAAC,IAAI,+BAA+B,KAAK,CAAC,MAAM,GAAG,CAC1G,CAAC;YACJ,CAAC;QACH,CAAC;IACH,CAAC;CACF"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
|
|
2
|
-
import { type DocumentModelDocument } from "document-model";
|
|
3
|
-
import { type DocumentHandler, type Config } from "./types.js";
|
|
4
|
-
export declare class SubgraphHandler implements DocumentHandler {
|
|
5
|
-
private config;
|
|
6
|
-
documentType: string;
|
|
7
|
-
constructor(config: Config);
|
|
8
|
-
handle(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=subgraph-handler.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subgraph-handler.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/subgraph-handler.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAI5D,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAE/D,qBAAa,eAAgB,YAAW,eAAe;IAGzC,OAAO,CAAC,MAAM;IAF1B,YAAY,SAAyB;gBAEjB,MAAM,EAAE,MAAM;IAE5B,MAAM,CAAC,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAqDtF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subgraph-handler.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/subgraph-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAG5E,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,MAAM,OAAO,eAAe;IAGN;IAFpB,YAAY,GAAG,qBAAqB,CAAC;IAErC,YAAoB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;IAAG,CAAC;IAEtC,KAAK,CAAC,MAAM,CAAC,MAAwD;QACnE,MAAM,KAAK,GAAG,MAAM,CAAC,KAA4B,CAAC;QAElD,4DAA4D;QAC5D,IAAI,KAAK,CAAC,IAAI,IAAI,KAAK,CAAC,MAAM,KAAK,WAAW,EAAE,CAAC;YAC/C,MAAM,CAAC,IAAI,CAAC,wCAAwC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;YAClE,IAAI,CAAC;gBACH,uCAAuC;gBACvC,MAAM,UAAU,GAAW,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAEjD,MAAM,gBAAgB,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;gBAChE,MAAM,CAAC,IAAI,CACT,qDAAqD,KAAK,CAAC,IAAI,EAAE,CAClE,CAAC;gBAEF,4CAA4C;gBAC5C,IAAI,CAAC;oBACH,MAAM,CAAC,IAAI,CAAC,uCAAuC,KAAK,CAAC,IAAI,SAAS,UAAU,GAAG,CAAC,CAAC;oBAErF,gBAAgB,CAAC;wBACf,SAAS,EAAE,CAAC;gCACV,EAAE,EAAE,UAAU;gCACd,IAAI,EAAE,KAAK,CAAC,IAAI;gCAChB,aAAa,EAAE,EAAE;6BAClB,CAAC;qBACH,EAAE,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;oBAEpC,MAAM,CAAC,IAAI,CAAC,iDAAiD,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC7E,CAAC;gBAAC,OAAO,aAAa,EAAE,CAAC;oBACvB,MAAM,CAAC,KAAK,CACV,6CAA6C,KAAK,CAAC,IAAI,GAAG,EAC1D,aAAa,CACd,CAAC;oBACF,wDAAwD;gBAC1D,CAAC;YACH,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,MAAM,CAAC,KAAK,CACV,0CAA0C,KAAK,CAAC,IAAI,GAAG,EACvD,KAAK,CACN,CAAC;YACJ,CAAC;QACH,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;gBAChB,MAAM,CAAC,KAAK,CACV,6DAA6D,CAC9D,CAAC;YACJ,CAAC;iBAAM,IAAI,KAAK,CAAC,MAAM,KAAK,WAAW,EAAE,CAAC;gBACxC,MAAM,CAAC,KAAK,CACV,+CAA+C,KAAK,CAAC,IAAI,+BAA+B,KAAK,CAAC,MAAM,GAAG,CACxG,CAAC;YACJ,CAAC;QACH,CAAC;IACH,CAAC;CACF"}
|