@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.
Files changed (144) hide show
  1. package/dist/editors/app-editor/editor.d.ts +1 -2
  2. package/dist/editors/app-editor/editor.d.ts.map +1 -1
  3. package/dist/editors/app-editor/editor.js +8 -5
  4. package/dist/editors/app-editor/editor.js.map +1 -1
  5. package/dist/editors/app-editor/index.d.ts +1 -2
  6. package/dist/editors/app-editor/index.d.ts.map +1 -1
  7. package/dist/editors/app-editor/index.js.map +1 -1
  8. package/dist/editors/document-editor/components/DocumentEditorForm.d.ts.map +1 -1
  9. package/dist/editors/document-editor/components/DocumentEditorForm.js +20 -3
  10. package/dist/editors/document-editor/components/DocumentEditorForm.js.map +1 -1
  11. package/dist/editors/document-editor/editor.d.ts +1 -2
  12. package/dist/editors/document-editor/editor.d.ts.map +1 -1
  13. package/dist/editors/document-editor/editor.js +12 -6
  14. package/dist/editors/document-editor/editor.js.map +1 -1
  15. package/dist/editors/document-editor/index.d.ts +1 -2
  16. package/dist/editors/document-editor/index.d.ts.map +1 -1
  17. package/dist/editors/document-editor/index.js.map +1 -1
  18. package/dist/editors/processor-editor/components/ProcessorEditorForm.d.ts.map +1 -1
  19. package/dist/editors/processor-editor/components/ProcessorEditorForm.js +1 -1
  20. package/dist/editors/processor-editor/components/ProcessorEditorForm.js.map +1 -1
  21. package/dist/editors/processor-editor/editor.d.ts +1 -2
  22. package/dist/editors/processor-editor/editor.d.ts.map +1 -1
  23. package/dist/editors/processor-editor/editor.js +17 -11
  24. package/dist/editors/processor-editor/editor.js.map +1 -1
  25. package/dist/editors/processor-editor/index.d.ts +1 -2
  26. package/dist/editors/processor-editor/index.d.ts.map +1 -1
  27. package/dist/editors/processor-editor/index.js.map +1 -1
  28. package/dist/editors/subgraph-editor/editor.d.ts +1 -2
  29. package/dist/editors/subgraph-editor/editor.d.ts.map +1 -1
  30. package/dist/editors/subgraph-editor/editor.js +8 -5
  31. package/dist/editors/subgraph-editor/editor.js.map +1 -1
  32. package/dist/editors/subgraph-editor/index.d.ts +1 -2
  33. package/dist/editors/subgraph-editor/index.d.ts.map +1 -1
  34. package/dist/editors/subgraph-editor/index.js.map +1 -1
  35. package/dist/editors/vetra-drive-app/DriveExplorer.d.ts +2 -2
  36. package/dist/editors/vetra-drive-app/DriveExplorer.d.ts.map +1 -1
  37. package/dist/editors/vetra-drive-app/DriveExplorer.js +3 -7
  38. package/dist/editors/vetra-drive-app/DriveExplorer.js.map +1 -1
  39. package/dist/editors/vetra-drive-app/components/EditorContainer.d.ts +4 -5
  40. package/dist/editors/vetra-drive-app/components/EditorContainer.d.ts.map +1 -1
  41. package/dist/editors/vetra-drive-app/components/EditorContainer.js +6 -14
  42. package/dist/editors/vetra-drive-app/components/EditorContainer.js.map +1 -1
  43. package/dist/editors/vetra-drive-app/components/PackageInformationSection.d.ts +4 -5
  44. package/dist/editors/vetra-drive-app/components/PackageInformationSection.d.ts.map +1 -1
  45. package/dist/editors/vetra-drive-app/components/PackageInformationSection.js.map +1 -1
  46. package/dist/editors/vetra-drive-app/editor.d.ts +1 -2
  47. package/dist/editors/vetra-drive-app/editor.d.ts.map +1 -1
  48. package/dist/editors/vetra-drive-app/editor.js +13 -17
  49. package/dist/editors/vetra-drive-app/editor.js.map +1 -1
  50. package/dist/editors/vetra-drive-app/index.d.ts +1 -2
  51. package/dist/editors/vetra-drive-app/index.d.ts.map +1 -1
  52. package/dist/editors/vetra-drive-app/index.js.map +1 -1
  53. package/dist/editors/vetra-package/editor.d.ts +1 -2
  54. package/dist/editors/vetra-package/editor.d.ts.map +1 -1
  55. package/dist/editors/vetra-package/editor.js +29 -26
  56. package/dist/editors/vetra-package/editor.js.map +1 -1
  57. package/dist/editors/vetra-package/index.d.ts +1 -2
  58. package/dist/editors/vetra-package/index.d.ts.map +1 -1
  59. package/dist/editors/vetra-package/index.js.map +1 -1
  60. package/dist/index.d.ts +1 -1
  61. package/dist/index.d.ts.map +1 -1
  62. package/dist/processors/codegen/document-handlers/base-document-gen.d.ts +30 -0
  63. package/dist/processors/codegen/document-handlers/base-document-gen.d.ts.map +1 -0
  64. package/dist/processors/codegen/document-handlers/base-document-gen.js +29 -0
  65. package/dist/processors/codegen/document-handlers/base-document-gen.js.map +1 -0
  66. package/dist/processors/codegen/document-handlers/document-codegen-factory.d.ts +29 -0
  67. package/dist/processors/codegen/document-handlers/document-codegen-factory.d.ts.map +1 -0
  68. package/dist/processors/codegen/document-handlers/document-codegen-factory.js +50 -0
  69. package/dist/processors/codegen/document-handlers/document-codegen-factory.js.map +1 -0
  70. package/dist/processors/codegen/document-handlers/document-codegen-manager.d.ts +50 -0
  71. package/dist/processors/codegen/document-handlers/document-codegen-manager.d.ts.map +1 -0
  72. package/dist/processors/codegen/document-handlers/document-codegen-manager.js +111 -0
  73. package/dist/processors/codegen/document-handlers/document-codegen-manager.js.map +1 -0
  74. package/dist/processors/codegen/document-handlers/generators/app-generator.d.ts +11 -0
  75. package/dist/processors/codegen/document-handlers/generators/app-generator.d.ts.map +1 -0
  76. package/dist/processors/codegen/document-handlers/{app-handler.js → generators/app-generator.js} +17 -12
  77. package/dist/processors/codegen/document-handlers/generators/app-generator.js.map +1 -0
  78. package/dist/processors/codegen/document-handlers/generators/document-editor-generator.d.ts +11 -0
  79. package/dist/processors/codegen/document-handlers/generators/document-editor-generator.d.ts.map +1 -0
  80. package/dist/processors/codegen/document-handlers/{document-editor-handler.js → generators/document-editor-generator.js} +21 -13
  81. package/dist/processors/codegen/document-handlers/generators/document-editor-generator.js.map +1 -0
  82. package/dist/processors/codegen/document-handlers/generators/document-model-generator.d.ts +11 -0
  83. package/dist/processors/codegen/document-handlers/generators/document-model-generator.d.ts.map +1 -0
  84. package/dist/processors/codegen/document-handlers/{document-model-handler.js → generators/document-model-generator.js} +21 -15
  85. package/dist/processors/codegen/document-handlers/generators/document-model-generator.js.map +1 -0
  86. package/dist/processors/codegen/document-handlers/generators/index.d.ts +7 -0
  87. package/dist/processors/codegen/document-handlers/generators/index.d.ts.map +1 -0
  88. package/dist/processors/codegen/document-handlers/generators/index.js +7 -0
  89. package/dist/processors/codegen/document-handlers/generators/index.js.map +1 -0
  90. package/dist/processors/codegen/document-handlers/generators/package-generator.d.ts +11 -0
  91. package/dist/processors/codegen/document-handlers/generators/package-generator.d.ts.map +1 -0
  92. package/dist/processors/codegen/document-handlers/{package-handler.js → generators/package-generator.js} +9 -9
  93. package/dist/processors/codegen/document-handlers/generators/package-generator.js.map +1 -0
  94. package/dist/processors/codegen/document-handlers/generators/processor-generator.d.ts +11 -0
  95. package/dist/processors/codegen/document-handlers/generators/processor-generator.d.ts.map +1 -0
  96. package/dist/processors/codegen/document-handlers/{processor-handler.js → generators/processor-generator.js} +18 -10
  97. package/dist/processors/codegen/document-handlers/generators/processor-generator.js.map +1 -0
  98. package/dist/processors/codegen/document-handlers/generators/subgraph-generator.d.ts +11 -0
  99. package/dist/processors/codegen/document-handlers/generators/subgraph-generator.d.ts.map +1 -0
  100. package/dist/processors/codegen/document-handlers/{subgraph-handler.js → generators/subgraph-generator.js} +18 -13
  101. package/dist/processors/codegen/document-handlers/generators/subgraph-generator.js.map +1 -0
  102. package/dist/processors/codegen/document-handlers/index.d.ts +5 -7
  103. package/dist/processors/codegen/document-handlers/index.d.ts.map +1 -1
  104. package/dist/processors/codegen/document-handlers/index.js +5 -6
  105. package/dist/processors/codegen/document-handlers/index.js.map +1 -1
  106. package/dist/processors/codegen/factory.d.ts +2 -1
  107. package/dist/processors/codegen/factory.d.ts.map +1 -1
  108. package/dist/processors/codegen/factory.js +4 -1
  109. package/dist/processors/codegen/factory.js.map +1 -1
  110. package/dist/processors/codegen/index.d.ts +0 -2
  111. package/dist/processors/codegen/index.d.ts.map +1 -1
  112. package/dist/processors/codegen/index.js +7 -36
  113. package/dist/processors/codegen/index.js.map +1 -1
  114. package/dist/processors/codegen/utils.d.ts +5 -0
  115. package/dist/processors/codegen/utils.d.ts.map +1 -0
  116. package/dist/processors/codegen/utils.js +19 -0
  117. package/dist/processors/codegen/utils.js.map +1 -0
  118. package/dist/processors/factory.d.ts +2 -1
  119. package/dist/processors/factory.d.ts.map +1 -1
  120. package/dist/processors/factory.js +3 -3
  121. package/dist/processors/factory.js.map +1 -1
  122. package/dist/style.css +8 -2
  123. package/dist/tsconfig.tsbuildinfo +1 -1
  124. package/package.json +13 -14
  125. package/dist/package.json +0 -114
  126. package/dist/powerhouse.config.json +0 -12
  127. package/dist/processors/codegen/document-handlers/app-handler.d.ts +0 -10
  128. package/dist/processors/codegen/document-handlers/app-handler.d.ts.map +0 -1
  129. package/dist/processors/codegen/document-handlers/app-handler.js.map +0 -1
  130. package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts +0 -10
  131. package/dist/processors/codegen/document-handlers/document-editor-handler.d.ts.map +0 -1
  132. package/dist/processors/codegen/document-handlers/document-editor-handler.js.map +0 -1
  133. package/dist/processors/codegen/document-handlers/document-model-handler.d.ts +0 -10
  134. package/dist/processors/codegen/document-handlers/document-model-handler.d.ts.map +0 -1
  135. package/dist/processors/codegen/document-handlers/document-model-handler.js.map +0 -1
  136. package/dist/processors/codegen/document-handlers/package-handler.d.ts +0 -10
  137. package/dist/processors/codegen/document-handlers/package-handler.d.ts.map +0 -1
  138. package/dist/processors/codegen/document-handlers/package-handler.js.map +0 -1
  139. package/dist/processors/codegen/document-handlers/processor-handler.d.ts +0 -10
  140. package/dist/processors/codegen/document-handlers/processor-handler.d.ts.map +0 -1
  141. package/dist/processors/codegen/document-handlers/processor-handler.js.map +0 -1
  142. package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts +0 -10
  143. package/dist/processors/codegen/document-handlers/subgraph-handler.d.ts.map +0 -1
  144. package/dist/processors/codegen/document-handlers/subgraph-handler.js.map +0 -1
@@ -1,6 +1,5 @@
1
1
  import { type DriveEditorProps } from "@powerhousedao/reactor-browser";
2
- import { type DocumentDriveDocument } from "document-drive";
3
- export type IProps = DriveEditorProps<DocumentDriveDocument>;
2
+ export type IProps = DriveEditorProps;
4
3
  export declare function BaseEditor(props: IProps): import("react/jsx-runtime").JSX.Element;
5
4
  export default function Editor(props: IProps): import("react/jsx-runtime").JSX.Element;
6
5
  //# sourceMappingURL=editor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../editors/vetra-drive-app/editor.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAIvE,OAAO,EACL,KAAK,qBAAqB,EAE3B,MAAM,gBAAgB,CAAC;AAMxB,MAAM,MAAM,MAAM,GAAG,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;AAE7D,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,2CAsEvC;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,MAAM,2CAY3C"}
1
+ {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../editors/vetra-drive-app/editor.tsx"],"names":[],"mappings":"AACA,OAAO,EAA0H,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAU/L,MAAM,MAAM,MAAM,GAAG,gBAAgB,CAAC;AAEtC,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,2CA0DvC;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,MAAM,2CAW3C"}
@@ -1,17 +1,17 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { WagmiContext } from "@powerhousedao/design-system";
3
+ import { addDocument, DriveContextProvider, setSelectedNode, useAnalyticsDatabaseName, useDocumentModelModules, useDriveContext } from "@powerhousedao/reactor-browser";
3
4
  import { AnalyticsProvider } from "@powerhousedao/reactor-browser/analytics/context";
4
- import { DriveContextProvider, useDriveContext } from "@powerhousedao/reactor-browser/hooks/useDriveContext";
5
- import { useInitializePHApp, useSetSelectedNode } from '@powerhousedao/state';
6
5
  import { useCallback } from "react";
7
6
  import { DriveExplorer } from "./DriveExplorer.js";
8
7
  import { DOCUMENT_TYPES } from "./document-types.js";
9
8
  export function BaseEditor(props) {
10
- const { dispatch, context, document } = props;
11
- const { documentModels, showCreateDocumentModal, addDocument, } = useDriveContext();
12
- const driveId = document.header.id;
13
- const setSelectedNode = useSetSelectedNode();
14
- const fileNodes = document.state.global.nodes.filter((node) => node.kind === 'file');
9
+ const { context, document } = props;
10
+ const unsafeCastOfDocument = document;
11
+ const { showCreateDocumentModal, } = useDriveContext();
12
+ const driveId = unsafeCastOfDocument.header.id;
13
+ const documentModels = useDocumentModelModules();
14
+ const fileNodes = unsafeCastOfDocument.state.global.nodes.filter((node) => node.kind === 'file');
15
15
  const packageDocumentId = fileNodes.find((node) => node.documentType === DOCUMENT_TYPES.documentPackage)?.id;
16
16
  const docModelsNodes = fileNodes.filter((node) => node.documentType === DOCUMENT_TYPES.documentModel);
17
17
  const docEditorsNodes = fileNodes.filter((node) => node.documentType === DOCUMENT_TYPES.documentEditor);
@@ -19,22 +19,18 @@ export function BaseEditor(props) {
19
19
  const docProcessorsNodes = fileNodes.filter((node) => node.documentType === DOCUMENT_TYPES.documentProcessor);
20
20
  const docAppsNodes = fileNodes.filter((node) => node.documentType === DOCUMENT_TYPES.documentApp);
21
21
  const onCreateDocument = useCallback((documentType) => {
22
- const documentModel = documentModels.find((model) => model.documentModel.id === documentType);
22
+ const documentModel = documentModels?.find((model) => model.documentModel.id === documentType);
23
23
  if (documentModel) {
24
24
  showCreateDocumentModal(documentModel);
25
25
  }
26
- }, [showCreateDocumentModal, documentModels.length]);
26
+ }, [showCreateDocumentModal, documentModels?.length]);
27
27
  const onCreatePackageFile = useCallback(() => {
28
28
  addDocument(driveId, 'vetra-package', DOCUMENT_TYPES.documentPackage);
29
- }, [addDocument, driveId]);
30
- // TODO: set selected document from @powerhousedao/state
31
- const onOpenDocument = useCallback((node) => {
32
- setSelectedNode(node.id);
33
- }, [setSelectedNode]);
34
- return (_jsx("div", { className: "bg-white", style: { height: "100%" }, children: _jsx(DriveExplorer, { documentModels: docModelsNodes, editors: docEditorsNodes, apps: docAppsNodes, subgraphs: docSubgraphsNodes, processors: docProcessorsNodes, codegenProcessors: [], onAddDocumentModel: () => onCreateDocument(DOCUMENT_TYPES.documentModel), onAddEditor: () => onCreateDocument(DOCUMENT_TYPES.documentEditor), onAddApp: () => onCreateDocument(DOCUMENT_TYPES.documentApp), onAddSubgraph: () => onCreateDocument(DOCUMENT_TYPES.documentSubgraph), onAddProcessor: () => onCreateDocument(DOCUMENT_TYPES.documentProcessor), onAddCodegenProcessor: () => console.log('add codegen processor'), context: context, packageDocumentId: packageDocumentId, onAddPackageDocument: onCreatePackageFile, driveId: document.header.id, onOpenDocument: onOpenDocument }) }));
29
+ }, [driveId]);
30
+ return (_jsx("div", { className: "bg-white", style: { height: "100%" }, children: _jsx(DriveExplorer, { documentModels: docModelsNodes, editors: docEditorsNodes, apps: docAppsNodes, subgraphs: docSubgraphsNodes, processors: docProcessorsNodes, codegenProcessors: [], onAddDocumentModel: () => onCreateDocument(DOCUMENT_TYPES.documentModel), onAddEditor: () => onCreateDocument(DOCUMENT_TYPES.documentEditor), onAddApp: () => onCreateDocument(DOCUMENT_TYPES.documentApp), onAddSubgraph: () => onCreateDocument(DOCUMENT_TYPES.documentSubgraph), onAddProcessor: () => onCreateDocument(DOCUMENT_TYPES.documentProcessor), onAddCodegenProcessor: () => console.log('add codegen processor'), context: context, packageDocumentId: packageDocumentId, onAddPackageDocument: onCreatePackageFile, driveId: document.header.id, onOpenDocument: (node) => setSelectedNode(node) }) }));
35
31
  }
36
32
  export default function Editor(props) {
37
- useInitializePHApp();
38
- return (_jsx(DriveContextProvider, { value: props.context, children: _jsx(WagmiContext, { children: _jsx(AnalyticsProvider, { databaseName: props.context.analyticsDatabaseName, children: _jsx(BaseEditor, { ...props }) }) }) }));
33
+ const analyticsDatabaseName = useAnalyticsDatabaseName();
34
+ return (_jsx(DriveContextProvider, { value: props.context, children: _jsx(WagmiContext, { children: _jsx(AnalyticsProvider, { databaseName: analyticsDatabaseName, children: _jsx(BaseEditor, { ...props }) }) }) }));
39
35
  }
40
36
  //# sourceMappingURL=editor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.js","sourceRoot":"","sources":["../../../editors/vetra-drive-app/editor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"editor.js","sourceRoot":"","sources":["../../../editors/vetra-drive-app/editor.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import { type DriveEditorModule } from "@powerhousedao/reactor-browser";
2
- import { type DocumentDriveDocument } from "document-drive";
3
- export declare const module: DriveEditorModule<DocumentDriveDocument>;
2
+ export declare const module: DriveEditorModule;
4
3
  export default module;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/vetra-drive-app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAG5D,eAAO,MAAM,MAAM,EAAE,iBAAiB,CAAC,qBAAqB,CAS3D,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/vetra-drive-app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAGxE,eAAO,MAAM,MAAM,EAAE,iBASpB,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/vetra-drive-app/index.ts"],"names":[],"mappings":"AAEA,OAAO,MAAM,MAAM,aAAa,CAAC;AAEjC,MAAM,CAAC,MAAM,MAAM,GAA6C;IAC9D,SAAS,EAAE,MAAM;IACjB,aAAa,EAAE,CAAC,2BAA2B,CAAC;IAC5C,MAAM,EAAE;QACN,EAAE,EAAE,iBAAiB;QACrB,uBAAuB,EAAE,IAAI;QAC7B,sBAAsB,EAAE,IAAI;QAC5B,mBAAmB,EAAE,IAAI;KAC1B;CACF,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/vetra-drive-app/index.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,aAAa,CAAC;AAEjC,MAAM,CAAC,MAAM,MAAM,GAAsB;IACvC,SAAS,EAAE,MAAM;IACjB,aAAa,EAAE,CAAC,2BAA2B,CAAC;IAC5C,MAAM,EAAE;QACN,EAAE,EAAE,iBAAiB;QACrB,uBAAuB,EAAE,IAAI;QAC7B,sBAAsB,EAAE,IAAI;QAC5B,mBAAmB,EAAE,IAAI;KAC1B;CACF,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import type { EditorProps } from "document-model";
2
- import { type VetraPackageDocument } from "../../document-models/vetra-package/index.js";
3
- export type IProps = EditorProps<VetraPackageDocument>;
2
+ export type IProps = EditorProps;
4
3
  export default function Editor(props: IProps): import("react/jsx-runtime").JSX.Element;
5
4
  //# sourceMappingURL=editor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../editors/vetra-package/editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EACL,KAAK,oBAAoB,EAE1B,MAAM,8CAA8C,CAAC;AAItD,MAAM,MAAM,MAAM,GAAG,WAAW,CAAC,oBAAoB,CAAC,CAAC;AAEvD,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,MAAM,2CA4F3C"}
1
+ {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../editors/vetra-package/editor.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQlD,MAAM,MAAM,MAAM,GAAG,WAAW,CAAC;AAEjC,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,MAAM,2CA6F3C"}
@@ -1,65 +1,68 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { actions, } from "../../document-models/vetra-package/index.js";
3
- import { MetaForm } from "./components/MetaForm.js";
2
+ import { useDocumentById } from "@powerhousedao/reactor-browser";
4
3
  import { useCallback } from "react";
4
+ import { actions } from "../../document-models/vetra-package/index.js";
5
+ import { MetaForm } from "./components/MetaForm.js";
5
6
  export default function Editor(props) {
6
- const { document, dispatch } = props;
7
- console.log(">>>>> document:", document.state.global);
7
+ const { document: initialDocument } = props;
8
+ const [document, dispatch] = useDocumentById(initialDocument.header.id);
9
+ const unsafeCastOfDocument = document;
10
+ console.log(">>>>> document:", unsafeCastOfDocument.state.global);
8
11
  const onNameChange = useCallback((name) => {
9
- if (!document.state.global.name && !name)
12
+ if (!unsafeCastOfDocument.state.global.name && !name)
10
13
  return;
11
- if (name === document.state.global.name)
14
+ if (name === unsafeCastOfDocument.state.global.name)
12
15
  return;
13
16
  dispatch(actions.setPackageName({ name }));
14
- }, [document.state.global.name]);
17
+ }, [unsafeCastOfDocument.state.global.name]);
15
18
  const onDescriptionChange = useCallback((description) => {
16
- if (!document.state.global.description && !description)
19
+ if (!unsafeCastOfDocument.state.global.description && !description)
17
20
  return;
18
- if (description === document.state.global.description)
21
+ if (description === unsafeCastOfDocument.state.global.description)
19
22
  return;
20
23
  dispatch(actions.setPackageDescription({ description }));
21
- }, [document.state.global.description]);
24
+ }, [unsafeCastOfDocument.state.global.description]);
22
25
  const onCategoryChange = useCallback((category) => {
23
- if (!document.state.global.category && !category)
26
+ if (!unsafeCastOfDocument.state.global.category && !category)
24
27
  return;
25
- if (category === document.state.global.category)
28
+ if (category === unsafeCastOfDocument.state.global.category)
26
29
  return;
27
30
  dispatch(actions.setPackageCategory({ category }));
28
- }, [document.state.global.category]);
31
+ }, [unsafeCastOfDocument.state.global.category]);
29
32
  const onPublisherChange = useCallback((name) => {
30
- if (!document.state.global.author.name && !name)
33
+ if (!unsafeCastOfDocument.state.global.author.name && !name)
31
34
  return;
32
- if (name === document.state.global.author.name)
35
+ if (name === unsafeCastOfDocument.state.global.author.name)
33
36
  return;
34
37
  dispatch(actions.setPackageAuthorName({ name }));
35
- }, [document.state.global.author.name]);
38
+ }, [unsafeCastOfDocument.state.global.author.name]);
36
39
  const onPublisherUrlChange = useCallback((website) => {
37
- if (!document.state.global.author.website && !website)
40
+ if (!unsafeCastOfDocument.state.global.author.website && !website)
38
41
  return;
39
- if (website === document.state.global.author.website)
42
+ if (website === unsafeCastOfDocument.state.global.author.website)
40
43
  return;
41
44
  dispatch(actions.setPackageAuthorWebsite({ website }));
42
- }, [document.state.global.author.website]);
45
+ }, [unsafeCastOfDocument.state.global.author.website]);
43
46
  const onGithubRepositoryChange = useCallback((url) => {
44
- if (!document.state.global.githubUrl && !url)
47
+ if (!unsafeCastOfDocument.state.global.githubUrl && !url)
45
48
  return;
46
- if (url === document.state.global.githubUrl)
49
+ if (url === unsafeCastOfDocument.state.global.githubUrl)
47
50
  return;
48
51
  dispatch(actions.setPackageGithubUrl({ url }));
49
- }, [document.state.global.githubUrl]);
52
+ }, [unsafeCastOfDocument.state.global.githubUrl]);
50
53
  const onNpmPackageChange = useCallback((url) => {
51
- if (!document.state.global.npmUrl && !url)
54
+ if (!unsafeCastOfDocument.state.global.npmUrl && !url)
52
55
  return;
53
- if (url === document.state.global.npmUrl)
56
+ if (url === unsafeCastOfDocument.state.global.npmUrl)
54
57
  return;
55
58
  dispatch(actions.setPackageNpmUrl({ url }));
56
- }, [document.state.global.npmUrl]);
59
+ }, [unsafeCastOfDocument.state.global.npmUrl]);
57
60
  const onAddKeyword = useCallback((keyword) => {
58
61
  dispatch(actions.addPackageKeyword(keyword));
59
62
  }, []);
60
63
  const onRemoveKeyword = useCallback((id) => {
61
64
  dispatch(actions.removePackageKeyword({ id }));
62
65
  }, []);
63
- return (_jsx("div", { children: _jsx(MetaForm, { name: document.state.global.name ?? "", description: document.state.global.description ?? "", category: document.state.global.category ?? "", publisher: document.state.global.author.name ?? "", publisherUrl: document.state.global.author.website ?? "", githubRepository: document.state.global.githubUrl ?? "", npmPackage: document.state.global.npmUrl ?? "", keywords: document.state.global.keywords, onNameChange: onNameChange, onDescriptionChange: onDescriptionChange, onCategoryChange: onCategoryChange, onPublisherChange: onPublisherChange, onPublisherUrlChange: onPublisherUrlChange, onGithubRepositoryChange: onGithubRepositoryChange, onNpmPackageChange: onNpmPackageChange, onAddKeyword: onAddKeyword, onRemoveKeyword: onRemoveKeyword }) }));
66
+ return (_jsx("div", { children: _jsx(MetaForm, { name: unsafeCastOfDocument.state.global.name ?? "", description: unsafeCastOfDocument.state.global.description ?? "", category: unsafeCastOfDocument.state.global.category ?? "", publisher: unsafeCastOfDocument.state.global.author.name ?? "", publisherUrl: unsafeCastOfDocument.state.global.author.website ?? "", githubRepository: unsafeCastOfDocument.state.global.githubUrl ?? "", npmPackage: unsafeCastOfDocument.state.global.npmUrl ?? "", keywords: unsafeCastOfDocument.state.global.keywords, onNameChange: onNameChange, onDescriptionChange: onDescriptionChange, onCategoryChange: onCategoryChange, onPublisherChange: onPublisherChange, onPublisherUrlChange: onPublisherUrlChange, onGithubRepositoryChange: onGithubRepositoryChange, onNpmPackageChange: onNpmPackageChange, onAddKeyword: onAddKeyword, onRemoveKeyword: onRemoveKeyword }) }));
64
67
  }
65
68
  //# sourceMappingURL=editor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"editor.js","sourceRoot":"","sources":["../../../editors/vetra-package/editor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"editor.js","sourceRoot":"","sources":["../../../editors/vetra-package/editor.tsx"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import type { EditorModule } from "document-model";
2
- import type { VetraPackageDocument } from "../../document-models/vetra-package/index.js";
3
- export declare const module: EditorModule<VetraPackageDocument>;
2
+ export declare const module: EditorModule;
4
3
  export default module;
5
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/vetra-package/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAGzF,eAAO,MAAM,MAAM,EAAE,YAAY,CAAC,oBAAoB,CASrD,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../editors/vetra-package/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD,eAAO,MAAM,MAAM,EAAE,YASpB,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/vetra-package/index.ts"],"names":[],"mappings":"AAEA,OAAO,MAAM,MAAM,aAAa,CAAC;AAEjC,MAAM,CAAC,MAAM,MAAM,GAAuC;IACxD,SAAS,EAAE,MAAM;IACjB,aAAa,EAAE,CAAC,oBAAoB,CAAC;IACrC,MAAM,EAAE;QACN,EAAE,EAAE,sBAAsB;QAC1B,uBAAuB,EAAE,IAAI;QAC7B,sBAAsB,EAAE,IAAI;QAC5B,mBAAmB,EAAE,IAAI;KAC1B;CACF,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../editors/vetra-package/index.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,aAAa,CAAC;AAEjC,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,SAAS,EAAE,MAAM;IACjB,aAAa,EAAE,CAAC,oBAAoB,CAAC;IACrC,MAAM,EAAE;QACN,EAAE,EAAE,sBAAsB;QAC1B,uBAAuB,EAAE,IAAI;QAC7B,sBAAsB,EAAE,IAAI;QAC5B,mBAAmB,EAAE,IAAI;KAC1B;CACF,CAAC;AAEF,eAAe,MAAM,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Manifest } from "document-model";
2
2
  export declare const manifest: Manifest;
3
3
  export declare const documentModels: (import("document-model").DocumentModelModule<import("./document-models/document-editor/index.js").DocumentEditorDocument> | import("document-model").DocumentModelModule<import("./document-models/vetra-package/index.js").VetraPackageDocument> | import("document-model").DocumentModelModule<import("./document-models/subgraph-module/index.js").SubgraphModuleDocument> | import("document-model").DocumentModelModule<import("./document-models/processor-module/index.js").ProcessorModuleDocument> | import("document-model").DocumentModelModule<import("./document-models/app-module/index.js").AppModuleDocument>)[];
4
- export declare const editors: (import("document-model").EditorModule<import("./document-models/document-editor/index.js").DocumentEditorDocument> | import("@powerhousedao/reactor-browser").DriveEditorModule<import("document-drive").DocumentDriveDocument> | import("document-model").EditorModule<import("./document-models/vetra-package/index.js").VetraPackageDocument> | import("document-model").EditorModule<import("./document-models/subgraph-module/index.js").SubgraphModuleDocument> | import("document-model").EditorModule<import("./document-models/processor-module/index.js").ProcessorModuleDocument> | import("document-model").EditorModule<import("./document-models/app-module/index.js").AppModuleDocument>)[];
4
+ export declare const editors: (import("document-model").EditorModule | import("@powerhousedao/reactor-browser").DriveEditorModule)[];
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAK/C,eAAO,MAAM,QAAQ,EAAE,QAAuB,CAAC;AAC/C,eAAO,MAAM,cAAc,mmBAAuC,CAAC;AACnE,eAAO,MAAM,OAAO,6qBAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAK/C,eAAO,MAAM,QAAQ,EAAE,QAAuB,CAAC;AAC/C,eAAO,MAAM,cAAc,mmBAAuC,CAAC;AACnE,eAAO,MAAM,OAAO,wGAAgC,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
2
+ import { type DocumentModelDocument } from "document-model";
3
+ import { type Config } from "./types.js";
4
+ /**
5
+ * Abstract base class for document generators
6
+ * Defines the interface that all document-type handlers must implement
7
+ */
8
+ export declare abstract class BaseDocumentGen {
9
+ protected config: Config;
10
+ /**
11
+ * The document type(s) this generator supports
12
+ * Can be a single string or an array of strings for generators that handle multiple types
13
+ */
14
+ abstract readonly supportedDocumentTypes: string | string[];
15
+ constructor(config: Config);
16
+ /**
17
+ * Generate code for the given document
18
+ * Must be implemented by each specific document generator
19
+ */
20
+ abstract generate(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
21
+ /**
22
+ * Check if this generator supports the given document type
23
+ */
24
+ supportsDocumentType(documentType: string): boolean;
25
+ /**
26
+ * Get all supported document types as an array
27
+ */
28
+ getSupportedDocumentTypes(): string[];
29
+ }
30
+ //# sourceMappingURL=base-document-gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-document-gen.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/base-document-gen.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAEzC;;;GAGG;AACH,8BAAsB,eAAe;IAOvB,SAAS,CAAC,MAAM,EAAE,MAAM;IANpC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,sBAAsB,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;gBAEtC,MAAM,EAAE,MAAM;IAEpC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CACf,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GACvD,OAAO,CAAC,IAAI,CAAC;IAEhB;;OAEG;IACH,oBAAoB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO;IAOnD;;OAEG;IACH,yBAAyB,IAAI,MAAM,EAAE;CAMtC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Abstract base class for document generators
3
+ * Defines the interface that all document-type handlers must implement
4
+ */
5
+ export class BaseDocumentGen {
6
+ config;
7
+ constructor(config) {
8
+ this.config = config;
9
+ }
10
+ /**
11
+ * Check if this generator supports the given document type
12
+ */
13
+ supportsDocumentType(documentType) {
14
+ if (typeof this.supportedDocumentTypes === "string") {
15
+ return this.supportedDocumentTypes === documentType;
16
+ }
17
+ return this.supportedDocumentTypes.includes(documentType);
18
+ }
19
+ /**
20
+ * Get all supported document types as an array
21
+ */
22
+ getSupportedDocumentTypes() {
23
+ if (typeof this.supportedDocumentTypes === "string") {
24
+ return [this.supportedDocumentTypes];
25
+ }
26
+ return [...this.supportedDocumentTypes];
27
+ }
28
+ }
29
+ //# sourceMappingURL=base-document-gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-document-gen.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/base-document-gen.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,MAAM,OAAgB,eAAe;IAOb;IAAtB,YAAsB,MAAc;QAAd,WAAM,GAAN,MAAM,CAAQ;IAAG,CAAC;IAUxC;;OAEG;IACH,oBAAoB,CAAC,YAAoB;QACvC,IAAI,OAAO,IAAI,CAAC,sBAAsB,KAAK,QAAQ,EAAE,CAAC;YACpD,OAAO,IAAI,CAAC,sBAAsB,KAAK,YAAY,CAAC;QACtD,CAAC;QACD,OAAO,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC5D,CAAC;IAED;;OAEG;IACH,yBAAyB;QACvB,IAAI,OAAO,IAAI,CAAC,sBAAsB,KAAK,QAAQ,EAAE,CAAC;YACpD,OAAO,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QACvC,CAAC;QACD,OAAO,CAAC,GAAG,IAAI,CAAC,sBAAsB,CAAC,CAAC;IAC1C,CAAC;CACF"}
@@ -0,0 +1,29 @@
1
+ import { DocumentCodegenManager } from "./document-codegen-manager.js";
2
+ import { AppGenerator, DocumentEditorGenerator, DocumentModelGenerator, PackageGenerator, ProcessorGenerator, SubgraphGenerator } from "./generators/index.js";
3
+ import { type Config } from "./types.js";
4
+ /**
5
+ * Factory class for creating and configuring DocumentCodegenManager instances
6
+ * with all the standard generators pre-registered
7
+ */
8
+ export declare class DocumentCodegenFactory {
9
+ /**
10
+ * Create a DocumentCodegenManager with all standard generators registered
11
+ */
12
+ static createManager(config: Config): DocumentCodegenManager;
13
+ /**
14
+ * Create a DocumentCodegenManager with only specific generators
15
+ */
16
+ static createManagerWithGenerators(config: Config, generators: Array<new (config: Config) => any>): DocumentCodegenManager;
17
+ /**
18
+ * Get all available generator classes
19
+ */
20
+ static getAvailableGenerators(): {
21
+ DocumentModelGenerator: typeof DocumentModelGenerator;
22
+ PackageGenerator: typeof PackageGenerator;
23
+ AppGenerator: typeof AppGenerator;
24
+ DocumentEditorGenerator: typeof DocumentEditorGenerator;
25
+ SubgraphGenerator: typeof SubgraphGenerator;
26
+ ProcessorGenerator: typeof ProcessorGenerator;
27
+ };
28
+ }
29
+ //# sourceMappingURL=document-codegen-factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-codegen-factory.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-codegen-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EACL,YAAY,EACZ,uBAAuB,EACvB,sBAAsB,EACtB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAEzC;;;GAGG;AACH,qBAAa,sBAAsB;IACjC;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,sBAAsB;IAoB5D;;OAEG;IACH,MAAM,CAAC,2BAA2B,CAChC,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,KAAK,CAAC,KAAK,MAAM,EAAE,MAAM,KAAK,GAAG,CAAC,GAC7C,sBAAsB;IAezB;;OAEG;IACH,MAAM,CAAC,sBAAsB;;;;;;;;CAU9B"}
@@ -0,0 +1,50 @@
1
+ import { DocumentCodegenManager } from "./document-codegen-manager.js";
2
+ import { AppGenerator, DocumentEditorGenerator, DocumentModelGenerator, PackageGenerator, ProcessorGenerator, SubgraphGenerator, } from "./generators/index.js";
3
+ /**
4
+ * Factory class for creating and configuring DocumentCodegenManager instances
5
+ * with all the standard generators pre-registered
6
+ */
7
+ export class DocumentCodegenFactory {
8
+ /**
9
+ * Create a DocumentCodegenManager with all standard generators registered
10
+ */
11
+ static createManager(config) {
12
+ const manager = new DocumentCodegenManager(config);
13
+ // Register all the standard generators
14
+ manager.registerGenerator("powerhouse/document-model", DocumentModelGenerator);
15
+ manager.registerGenerator("powerhouse/package", PackageGenerator);
16
+ manager.registerGenerator("powerhouse/app", AppGenerator);
17
+ manager.registerGenerator("powerhouse/document-editor", DocumentEditorGenerator);
18
+ manager.registerGenerator("powerhouse/subgraph", SubgraphGenerator);
19
+ manager.registerGenerator("powerhouse/processor", ProcessorGenerator);
20
+ return manager;
21
+ }
22
+ /**
23
+ * Create a DocumentCodegenManager with only specific generators
24
+ */
25
+ static createManagerWithGenerators(config, generators) {
26
+ const manager = new DocumentCodegenManager(config);
27
+ for (const generatorClass of generators) {
28
+ const generator = new generatorClass(config);
29
+ const supportedTypes = generator.getSupportedDocumentTypes();
30
+ for (const documentType of supportedTypes) {
31
+ manager.registerGenerator(documentType, generatorClass);
32
+ }
33
+ }
34
+ return manager;
35
+ }
36
+ /**
37
+ * Get all available generator classes
38
+ */
39
+ static getAvailableGenerators() {
40
+ return {
41
+ DocumentModelGenerator,
42
+ PackageGenerator,
43
+ AppGenerator,
44
+ DocumentEditorGenerator,
45
+ SubgraphGenerator,
46
+ ProcessorGenerator,
47
+ };
48
+ }
49
+ }
50
+ //# sourceMappingURL=document-codegen-factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-codegen-factory.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-codegen-factory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EACL,YAAY,EACZ,uBAAuB,EACvB,sBAAsB,EACtB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,GAClB,MAAM,uBAAuB,CAAC;AAG/B;;;GAGG;AACH,MAAM,OAAO,sBAAsB;IACjC;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,MAAc;QACjC,MAAM,OAAO,GAAG,IAAI,sBAAsB,CAAC,MAAM,CAAC,CAAC;QAEnD,uCAAuC;QACvC,OAAO,CAAC,iBAAiB,CACvB,2BAA2B,EAC3B,sBAAsB,CACvB,CAAC;QACF,OAAO,CAAC,iBAAiB,CAAC,oBAAoB,EAAE,gBAAgB,CAAC,CAAC;QAClE,OAAO,CAAC,iBAAiB,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAAC;QAC1D,OAAO,CAAC,iBAAiB,CACvB,4BAA4B,EAC5B,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,iBAAiB,CAAC,CAAC;QACpE,OAAO,CAAC,iBAAiB,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAAC;QAEtE,OAAO,OAAO,CAAC;IACjB,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,2BAA2B,CAChC,MAAc,EACd,UAA8C;QAE9C,MAAM,OAAO,GAAG,IAAI,sBAAsB,CAAC,MAAM,CAAC,CAAC;QAEnD,KAAK,MAAM,cAAc,IAAI,UAAU,EAAE,CAAC;YACxC,MAAM,SAAS,GAAG,IAAI,cAAc,CAAC,MAAM,CAAoB,CAAC;YAChE,MAAM,cAAc,GAAG,SAAS,CAAC,yBAAyB,EAAE,CAAC;YAE7D,KAAK,MAAM,YAAY,IAAI,cAAc,EAAE,CAAC;gBAC1C,OAAO,CAAC,iBAAiB,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;YAC1D,CAAC;QACH,CAAC;QAED,OAAO,OAAO,CAAC;IACjB,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,sBAAsB;QAC3B,OAAO;YACL,sBAAsB;YACtB,gBAAgB;YAChB,YAAY;YACZ,uBAAuB;YACvB,iBAAiB;YACjB,kBAAkB;SACnB,CAAC;IACJ,CAAC;CACF"}
@@ -0,0 +1,50 @@
1
+ import { type InternalTransmitterUpdate } from "document-drive/server/listener/transmitter/internal";
2
+ import { type DocumentModelDocument } from "document-model";
3
+ import { type BaseDocumentGen } from "./base-document-gen.js";
4
+ import { type Config } from "./types.js";
5
+ /**
6
+ * Manager class responsible for routing documents to the correct generator
7
+ * and managing generator registration and instantiation
8
+ */
9
+ export declare class DocumentCodegenManager {
10
+ private config;
11
+ private generators;
12
+ private debounceTimers;
13
+ constructor(config: Config);
14
+ /**
15
+ * Register a generator class for a specific document type
16
+ */
17
+ registerGenerator(documentType: string, generatorClass: new (config: Config) => BaseDocumentGen): void;
18
+ /**
19
+ * Register a generator class that supports multiple document types
20
+ */
21
+ registerMultiTypeGenerator(generatorClass: new (config: Config) => BaseDocumentGen): void;
22
+ /**
23
+ * Get a generator instance for the given document type
24
+ */
25
+ getGenerator(documentType: string): BaseDocumentGen | undefined;
26
+ /**
27
+ * Get all registered document types
28
+ */
29
+ getRegisteredDocumentTypes(): string[];
30
+ /**
31
+ * Check if a document type is supported
32
+ */
33
+ isDocumentTypeSupported(documentType: string): boolean;
34
+ /**
35
+ * Route a document to the appropriate generator and handle the generation
36
+ */
37
+ routeAndGenerate(strand: InternalTransmitterUpdate<DocumentModelDocument>): Promise<void>;
38
+ /**
39
+ * Clear all registered generators
40
+ */
41
+ clearGenerators(): void;
42
+ /**
43
+ * Get statistics about registered generators
44
+ */
45
+ getStats(): {
46
+ totalGenerators: number;
47
+ supportedTypes: string[];
48
+ };
49
+ }
50
+ //# sourceMappingURL=document-codegen-manager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-codegen-manager.d.ts","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-codegen-manager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qDAAqD,CAAC;AACrG,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,YAAY,CAAC;AAEzC;;;GAGG;AACH,qBAAa,sBAAsB;IAIrB,OAAO,CAAC,MAAM;IAH1B,OAAO,CAAC,UAAU,CAAsC;IACxD,OAAO,CAAC,cAAc,CAAqC;gBAEvC,MAAM,EAAE,MAAM;IAElC;;OAEG;IACH,iBAAiB,CACf,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,KAAK,MAAM,EAAE,MAAM,KAAK,eAAe,GACtD,IAAI;IAWP;;OAEG;IACH,0BAA0B,CACxB,cAAc,EAAE,KAAK,MAAM,EAAE,MAAM,KAAK,eAAe,GACtD,IAAI;IAkBP;;OAEG;IACH,YAAY,CAAC,YAAY,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS;IAI/D;;OAEG;IACH,0BAA0B,IAAI,MAAM,EAAE;IAItC;;OAEG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO;IAItD;;OAEG;IACG,gBAAgB,CACpB,MAAM,EAAE,yBAAyB,CAAC,qBAAqB,CAAC,GACvD,OAAO,CAAC,IAAI,CAAC;IAkDhB;;OAEG;IACH,eAAe,IAAI,IAAI;IAKvB;;OAEG;IACH,QAAQ,IAAI;QAAE,eAAe,EAAE,MAAM,CAAC;QAAC,cAAc,EAAE,MAAM,EAAE,CAAA;KAAE;CAMlE"}
@@ -0,0 +1,111 @@
1
+ import { logger } from "../logger.js";
2
+ /**
3
+ * Manager class responsible for routing documents to the correct generator
4
+ * and managing generator registration and instantiation
5
+ */
6
+ export class DocumentCodegenManager {
7
+ config;
8
+ generators = new Map();
9
+ debounceTimers = new Map();
10
+ constructor(config) {
11
+ this.config = config;
12
+ }
13
+ /**
14
+ * Register a generator class for a specific document type
15
+ */
16
+ registerGenerator(documentType, generatorClass) {
17
+ if (this.generators.has(documentType)) {
18
+ logger.warn(`⚠️ Generator for document type "${documentType}" is already registered. Overwriting.`);
19
+ }
20
+ this.generators.set(documentType, new generatorClass(this.config));
21
+ logger.info(`✅ Registered generator for document type: ${documentType}`);
22
+ }
23
+ /**
24
+ * Register a generator class that supports multiple document types
25
+ */
26
+ registerMultiTypeGenerator(generatorClass) {
27
+ const generator = new generatorClass(this.config);
28
+ const supportedTypes = generator.getSupportedDocumentTypes();
29
+ for (const documentType of supportedTypes) {
30
+ if (this.generators.has(documentType)) {
31
+ logger.warn(`⚠️ Generator for document type "${documentType}" is already registered. Overwriting.`);
32
+ }
33
+ this.generators.set(documentType, generator);
34
+ }
35
+ logger.info(`✅ Registered multi-type generator for document types: ${supportedTypes.join(", ")}`);
36
+ }
37
+ /**
38
+ * Get a generator instance for the given document type
39
+ */
40
+ getGenerator(documentType) {
41
+ return this.generators.get(documentType);
42
+ }
43
+ /**
44
+ * Get all registered document types
45
+ */
46
+ getRegisteredDocumentTypes() {
47
+ return Array.from(this.generators.keys());
48
+ }
49
+ /**
50
+ * Check if a document type is supported
51
+ */
52
+ isDocumentTypeSupported(documentType) {
53
+ return this.generators.has(documentType);
54
+ }
55
+ /**
56
+ * Route a document to the appropriate generator and handle the generation
57
+ */
58
+ async routeAndGenerate(strand) {
59
+ const documentType = strand.documentType;
60
+ if (!documentType) {
61
+ logger.error("❌ Document type is missing from strand state");
62
+ throw new Error("Document type is missing from strand state");
63
+ }
64
+ const generator = this.getGenerator(documentType);
65
+ if (!generator) {
66
+ logger.warn(`⚠️ No generator found for document type: ${documentType}`);
67
+ logger.info(`ℹ️ Supported document types: ${this.getRegisteredDocumentTypes().join(", ")}`);
68
+ throw new Error(`Unsupported document type: ${documentType}`);
69
+ }
70
+ // Clear any existing debounce timer for this document type
71
+ const existingTimer = this.debounceTimers.get(documentType);
72
+ if (existingTimer) {
73
+ clearTimeout(existingTimer);
74
+ }
75
+ // Set up new debounced generation
76
+ const debounceTimer = setTimeout(async () => {
77
+ try {
78
+ logger.info(`🔄 Routing document type "${documentType}" to generator (debounced)`);
79
+ await generator.generate(strand);
80
+ logger.info(`✅ Successfully generated code for document type: ${documentType}`);
81
+ }
82
+ catch (error) {
83
+ logger.error(`❌ Error generating code for document type "${documentType}":`, error);
84
+ throw error;
85
+ }
86
+ finally {
87
+ // Clean up the timer reference
88
+ this.debounceTimers.delete(documentType);
89
+ }
90
+ }, 10000); // 10 second debounce
91
+ // Store the timer reference
92
+ this.debounceTimers.set(documentType, debounceTimer);
93
+ }
94
+ /**
95
+ * Clear all registered generators
96
+ */
97
+ clearGenerators() {
98
+ this.generators.clear();
99
+ logger.info("🧹 Cleared all registered generators");
100
+ }
101
+ /**
102
+ * Get statistics about registered generators
103
+ */
104
+ getStats() {
105
+ return {
106
+ totalGenerators: this.generators.size,
107
+ supportedTypes: this.getRegisteredDocumentTypes(),
108
+ };
109
+ }
110
+ }
111
+ //# sourceMappingURL=document-codegen-manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-codegen-manager.js","sourceRoot":"","sources":["../../../../processors/codegen/document-handlers/document-codegen-manager.ts"],"names":[],"mappings":"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"}