@finos/legend-application-studio 22.1.3 → 22.1.5

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 (178) hide show
  1. package/lib/components/EmbeddedQueryBuilder.d.ts +1 -0
  2. package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -1
  3. package/lib/components/LegendStudioApplication.d.ts +1 -0
  4. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  5. package/lib/components/editor/StatusBar.d.ts +1 -0
  6. package/lib/components/editor/StatusBar.d.ts.map +1 -1
  7. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +1 -0
  8. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
  9. package/lib/components/editor/aux-panel/Console.d.ts +1 -0
  10. package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
  11. package/lib/components/editor/aux-panel/DevTool.d.ts +1 -0
  12. package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
  13. package/lib/components/editor/aux-panel/Problems.d.ts +1 -0
  14. package/lib/components/editor/aux-panel/Problems.d.ts.map +1 -1
  15. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -0
  16. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  17. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +1 -0
  18. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
  19. package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -0
  20. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  21. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +1 -0
  22. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
  23. package/lib/components/editor/edit-panel/ModelImporter.d.ts +1 -0
  24. package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
  25. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -0
  26. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
  27. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +1 -0
  28. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
  29. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -0
  30. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  31. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +1 -0
  32. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  33. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +1 -0
  34. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
  35. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +1 -0
  36. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  37. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -0
  38. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
  39. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +1 -0
  40. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
  41. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +1 -0
  42. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  43. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +1 -0
  44. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  45. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +1 -0
  46. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
  47. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +1 -0
  48. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
  49. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +1 -0
  50. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
  51. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +1 -0
  52. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -1
  53. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -0
  54. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -1
  55. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -0
  56. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -1
  57. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +1 -0
  58. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  59. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -0
  60. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
  61. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +9 -11
  62. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
  63. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +1 -0
  64. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
  65. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +1 -0
  66. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
  67. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -0
  68. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
  69. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +1 -0
  70. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
  71. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -0
  72. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  73. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +1 -0
  74. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  75. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +1 -0
  76. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  77. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +1 -0
  78. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  79. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +1 -0
  80. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
  81. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -0
  82. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  83. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +1 -0
  84. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
  85. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -0
  86. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
  87. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -0
  88. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  89. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -0
  90. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.d.ts.map +1 -1
  91. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +1 -0
  92. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
  93. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +1 -0
  94. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
  95. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +1 -0
  96. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  97. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +1 -0
  98. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  99. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +1 -0
  100. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
  101. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +1 -0
  102. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  103. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +1 -0
  104. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  105. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +1 -0
  106. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  107. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -0
  108. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
  109. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +1 -0
  110. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
  111. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +1 -0
  112. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  113. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +1 -0
  114. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
  115. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +1 -0
  116. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
  117. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +1 -0
  118. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
  119. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +1 -0
  120. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
  121. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -0
  122. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  123. package/lib/components/editor/side-bar/Explorer.d.ts +1 -0
  124. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  125. package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -0
  126. package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
  127. package/lib/components/editor/side-bar/ProjectOverview.d.ts +1 -0
  128. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  129. package/lib/components/editor/side-bar/SideBar.d.ts +1 -0
  130. package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
  131. package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -0
  132. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  133. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +1 -0
  134. package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
  135. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -0
  136. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
  137. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -0
  138. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
  139. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -0
  140. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
  141. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -0
  142. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  143. package/lib/components/shared/DiffView.d.ts +1 -0
  144. package/lib/components/shared/DiffView.d.ts.map +1 -1
  145. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +1 -0
  146. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
  147. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +1 -0
  148. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
  149. package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -0
  150. package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -1
  151. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -0
  152. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -1
  153. package/lib/index.css +2 -2
  154. package/lib/index.css.map +1 -1
  155. package/lib/package.json +1 -1
  156. package/lib/stores/editor-state/FileGenerationState.d.ts.map +1 -1
  157. package/lib/stores/editor-state/FileGenerationState.js +3 -3
  158. package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
  159. package/lib/stores/editor-state/ModelImporterState.js +1 -1
  160. package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
  161. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts +2 -1
  162. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -1
  163. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +26 -12
  164. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -1
  165. package/lib/stores/shared/PackageTreeUtils.d.ts.map +1 -1
  166. package/lib/stores/shared/PackageTreeUtils.js +5 -0
  167. package/lib/stores/shared/PackageTreeUtils.js.map +1 -1
  168. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts +1 -1
  169. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -1
  170. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js +3 -3
  171. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +1 -1
  172. package/package.json +10 -10
  173. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +27 -26
  174. package/src/stores/editor-state/FileGenerationState.ts +9 -3
  175. package/src/stores/editor-state/ModelImporterState.ts +1 -1
  176. package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +44 -15
  177. package/src/stores/shared/PackageTreeUtils.ts +5 -0
  178. package/src/stores/shared/modifier/DSL_Generation_GraphModifierHelper.ts +10 -9
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const EmbeddedQueryBuilder: (() => JSX.Element | null) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EmbeddedQueryBuilder.d.ts","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2GH,eAAO,MAAM,oBAAoB;;CAa/B,CAAC"}
1
+ {"version":3,"file":"EmbeddedQueryBuilder.d.ts","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2GH,eAAO,MAAM,oBAAoB;;CAa/B,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { LegendStudioPluginManager } from '../application/LegendStudioPluginManager.js';
17
18
  import type { LegendStudioApplicationConfig } from '../application/LegendStudioApplicationConfig.js';
18
19
  export declare const LegendStudioApplicationRoot: (() => JSX.Element) & {
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudioApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkBH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAiB7F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AA4DrG,eAAO,MAAM,2BAA2B;;CA8FtC,CAAC;AAEH,eAAO,MAAM,uBAAuB,WAC1B;IACN,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;CAC1C;;CA+BF,CAAC"}
1
+ {"version":3,"file":"LegendStudioApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkBH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAiB7F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AA4DrG,eAAO,MAAM,2BAA2B;;CA8FtC,CAAC;AAEH,eAAO,MAAM,uBAAuB,WAC1B;IACN,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;CAC1C;;CA+BF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const StatusBar: ((props: {
17
18
  actionsDisabled: boolean;
18
19
  }) => JSX.Element) & {
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/editor/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA8BH,eAAO,MAAM,SAAS,WAAoB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA6WpE,CAAC"}
1
+ {"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/editor/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA8BH,eAAO,MAAM,SAAS,WAAoB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA6WpE,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const AuxiliaryPanel: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AuxiliaryPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/AuxiliaryPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAsBH,eAAO,MAAM,cAAc;;CA8HzB,CAAC"}
1
+ {"version":3,"file":"AuxiliaryPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/AuxiliaryPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAsBH,eAAO,MAAM,cAAc;;CA8HzB,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const Console: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Console.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Console.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,eAAO,MAAM,OAAO;;CAIlB,CAAC"}
1
+ {"version":3,"file":"Console.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Console.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAOH,eAAO,MAAM,OAAO;;CAIlB,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const DevTool: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DevTool.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/DevTool.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAaH,eAAO,MAAM,OAAO;;CA0DlB,CAAC"}
1
+ {"version":3,"file":"DevTool.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/DevTool.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAaH,eAAO,MAAM,OAAO;;CA0DlB,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const Problems: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Problems.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Problems.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6DH,eAAO,MAAM,QAAQ;;CA2BnB,CAAC"}
1
+ {"version":3,"file":"Problems.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Problems.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6DH,eAAO,MAAM,QAAQ;;CA2BnB,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const ProjectSearchCommand: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ProjectSearchCommand.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/command-center/ProjectSearchCommand.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwBH,eAAO,MAAM,oBAAoB;;CAsH/B,CAAC"}
1
+ {"version":3,"file":"ProjectSearchCommand.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/command-center/ProjectSearchCommand.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwBH,eAAO,MAAM,oBAAoB;;CAsH/B,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const FileGenerationViewer: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"FileGenerationViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FileGenerationViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmBH,eAAO,MAAM,oBAAoB;;CAwE/B,CAAC"}
1
+ {"version":3,"file":"FileGenerationViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FileGenerationViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmBH,eAAO,MAAM,oBAAoB;;CAwE/B,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { FunctionEditorState } from '../../../stores/editor-state/element-editor-state/FunctionEditorState.js';
17
18
  import { type ConcreteFunctionDefinition, Type } from '@finos/legend-graph';
18
19
  declare enum FUNCTION_PARAMETER_TYPE {
@@ -1 +1 @@
1
- {"version":3,"file":"FunctionEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FunctionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,mBAAmB,EAEpB,MAAM,0EAA0E,CAAC;AAsClF,OAAO,EACL,KAAK,0BAA0B,EAO/B,IAAI,EAYL,MAAM,qBAAqB,CAAC;AAiC7B,aAAK,uBAAuB;IAC1B,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,SAAS,cAAc;CACxB;AAED,eAAO,MAAM,wBAAwB,SAC7B,IAAI,KACT,uBAYF,CAAC;AAoeF,eAAO,MAAM,kBAAkB,WACrB;IACN,eAAe,EAAE,0BAA0B,CAAC;IAC5C,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;;CA2HF,CAAC;AAEF,eAAO,MAAM,cAAc;;CAgNzB,CAAC"}
1
+ {"version":3,"file":"FunctionEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FunctionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,mBAAmB,EAEpB,MAAM,0EAA0E,CAAC;AAsClF,OAAO,EACL,KAAK,0BAA0B,EAO/B,IAAI,EAYL,MAAM,qBAAqB,CAAC;AAiC7B,aAAK,uBAAuB;IAC1B,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,SAAS,cAAc;CACxB;AAED,eAAO,MAAM,wBAAwB,SAC7B,IAAI,KACT,uBAYF,CAAC;AAoeF,eAAO,MAAM,kBAAkB,WACrB;IACN,eAAe,EAAE,0BAA0B,CAAC;IAC5C,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;;CA2HF,CAAC;AAEF,eAAO,MAAM,cAAc;;CAgNzB,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const GenerationSpecificationEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"GenerationSpecificationEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/GenerationSpecificationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6eH,eAAO,MAAM,6BAA6B;;CAiFxC,CAAC"}
1
+ {"version":3,"file":"GenerationSpecificationEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/GenerationSpecificationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6eH,eAAO,MAAM,6BAA6B;;CAiFxC,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const ModelImporter: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ModelImporter.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/ModelImporter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwHH,eAAO,MAAM,aAAa;;CAgNxB,CAAC"}
1
+ {"version":3,"file":"ModelImporter.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/ModelImporter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwHH,eAAO,MAAM,aAAa;;CAgNxB,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type RuntimeEditorState, IdentifiedConnectionsEditorTabState } from '../../../stores/editor-state/element-editor-state/RuntimeEditorState.js';
17
18
  import { IdentifiedConnection } from '@finos/legend-graph';
18
19
  export declare const IdentifiedConnectionsPerStoreExplorerItem: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"RuntimeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/RuntimeEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,KAAK,kBAAkB,EAGvB,mCAAmC,EAGpC,MAAM,yEAAyE,CAAC;AAwDjF,OAAO,EAKL,oBAAoB,EAcrB,MAAM,qBAAqB,CAAC;AAoF7B,eAAO,MAAM,yCAAyC,WAC5C;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,4BAA4B,EAAE,mCAAmC,CAAC;IAClE,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB;;CAiEF,CAAC;AAwvBF,eAAO,MAAM,aAAa,WAChB;IAAE,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAyBxE,CAAC;AAEF,eAAO,MAAM,wBAAwB;;CAiBnC,CAAC;AAEH,eAAO,MAAM,qBAAqB,WACxB;IACN,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;;CAuCF,CAAC"}
1
+ {"version":3,"file":"RuntimeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/RuntimeEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,KAAK,kBAAkB,EAGvB,mCAAmC,EAGpC,MAAM,yEAAyE,CAAC;AAwDjF,OAAO,EAKL,oBAAoB,EAcrB,MAAM,qBAAqB,CAAC;AAoF7B,eAAO,MAAM,yCAAyC,WAC5C;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,4BAA4B,EAAE,mCAAmC,CAAC;IAClE,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB;;CAiEF,CAAC;AAwvBF,eAAO,MAAM,aAAa,WAChB;IAAE,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAyBxE,CAAC;AAEF,eAAO,MAAM,wBAAwB;;CAiBnC,CAAC;AAEH,eAAO,MAAM,qBAAqB,WACxB;IACN,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;;CAuCF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const UnsupportedEditorPanel: ((props: {
17
18
  text: string;
18
19
  isReadOnly: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"UnsupportedElementEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/UnsupportedElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,eAAO,MAAM,sBAAsB,WACzB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAwB9C,CAAC;AAGF,eAAO,MAAM,wBAAwB;;CAgCnC,CAAC"}
1
+ {"version":3,"file":"UnsupportedElementEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/UnsupportedElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AASH,eAAO,MAAM,sBAAsB,WACzB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAwB9C,CAAC;AAGF,eAAO,MAAM,wBAAwB;;CAgCnC,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type ConnectionEditorState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
17
18
  export declare const ConnectionEditor: ((props: {
18
19
  connectionEditorState: ConnectionEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EACL,KAAK,qBAAqB,EAK3B,MAAM,0FAA0F,CAAC;AAqFlG,eAAO,MAAM,gBAAgB,WACnB;IACN,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;;CAkEF,CAAC;AAEF,eAAO,MAAM,2BAA2B;;CAiBtC,CAAC"}
1
+ {"version":3,"file":"ConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAKH,OAAO,EACL,KAAK,qBAAqB,EAK3B,MAAM,0FAA0F,CAAC;AAqFlG,eAAO,MAAM,gBAAgB,WACnB;IACN,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;;CAkEF,CAAC;AAEF,eAAO,MAAM,2BAA2B;;CAiBtC,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type DatabaseBuilderState, type DatabaseBuilderTreeData } from '../../../../stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js';
17
18
  export declare const DatabaseBuilderExplorer: ((props: {
18
19
  treeData: DatabaseBuilderTreeData;
@@ -1 +1 @@
1
- {"version":3,"file":"DatabaseBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAuBH,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAK7B,MAAM,yFAAyF,CAAC;AAkHjG,eAAO,MAAM,uBAAuB,WAC1B;IACN,QAAQ,EAAE,uBAAuB,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C;;CAkDF,CAAC;AAEF,eAAO,MAAM,eAAe,WAClB;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAsIF,CAAC"}
1
+ {"version":3,"file":"DatabaseBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAuBH,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAK7B,MAAM,yFAAyF,CAAC;AAkHjG,eAAO,MAAM,uBAAuB,WAC1B;IACN,QAAQ,EAAE,uBAAuB,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C;;CAkDF,CAAC;AAEF,eAAO,MAAM,eAAe,WAClB;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAsIF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { FlatDataConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
17
18
  export declare const FlatDataConnectionEditor: ((props: {
18
19
  connectionValueState: FlatDataConnectionValueState;
@@ -1 +1 @@
1
- {"version":3,"file":"FlatDataConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0FAA0F,CAAC;AAG7I,eAAO,MAAM,wBAAwB,WAC3B;IACN,oBAAoB,EAAE,4BAA4B,CAAC;IACnD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0BF,CAAC"}
1
+ {"version":3,"file":"FlatDataConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0FAA0F,CAAC;AAG7I,eAAO,MAAM,wBAAwB,WAC3B;IACN,oBAAoB,EAAE,4BAA4B,CAAC;IACnD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0BF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type RelationalDatabaseConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
17
18
  export declare const RelationalDatabaseConnectionEditor: ((props: {
18
19
  connectionValueState: RelationalDatabaseConnectionValueState;
@@ -1 +1 @@
1
- {"version":3,"file":"RelationalDatabaseConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,KAAK,sCAAsC,EAK5C,MAAM,0FAA0F,CAAC;AA05ClG,eAAO,MAAM,kCAAkC,WACrC;IACN,oBAAoB,EAAE,sCAAsC,CAAC;IAC7D,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2CF,CAAC"}
1
+ {"version":3,"file":"RelationalDatabaseConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EACL,KAAK,sCAAsC,EAK5C,MAAM,0FAA0F,CAAC;AA05ClG,eAAO,MAAM,kCAAkC,WACrC;IACN,oBAAoB,EAAE,sCAAsC,CAAC;IAC7D,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2CF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { MapperPostProcessor } from '@finos/legend-graph';
17
18
  import type { MapperPostProcessorEditorState } from '../../../../../stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js';
18
19
  export declare const MapperPostProcessorEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"MapperPostProcessorEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAsBH,OAAO,EAEL,mBAAmB,EAGpB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,gGAAgG,CAAC;AAUrJ,eAAO,MAAM,yBAAyB,WAC5B;IACN,aAAa,EAAE,mBAAmB,CAAC;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,8BAA8B,CAAC;CACpD;;CAmOF,CAAC"}
1
+ {"version":3,"file":"MapperPostProcessorEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAsBH,OAAO,EAEL,mBAAmB,EAGpB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,gGAAgG,CAAC;AAUrJ,eAAO,MAAM,yBAAyB,WAC5B;IACN,aAAa,EAAE,mBAAmB,CAAC;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,8BAA8B,CAAC;CACpD;;CAmOF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type EmbeddedDataEditorState } from '../../../../stores/editor-state/element-editor-state/data/DataEditorState.js';
17
18
  import type { ExternalFormatDataState } from '../../../../stores/editor-state/element-editor-state/data/EmbeddedDataState.js';
18
19
  export declare const ExternalFormatDataEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"DataElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/DataElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAEL,KAAK,uBAAuB,EAE7B,MAAM,8EAA8E,CAAC;AAiDtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gFAAgF,CAAC;AAU9H,eAAO,MAAM,wBAAwB,WAC3B;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkFF,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CASF,CAAC;AAEF,eAAO,MAAM,iBAAiB;;CAiP5B,CAAC"}
1
+ {"version":3,"file":"DataElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/DataElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EAEL,KAAK,uBAAuB,EAE7B,MAAM,8EAA8E,CAAC;AAiDtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gFAAgF,CAAC;AAU9H,eAAO,MAAM,wBAAwB,WAC3B;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkFF,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CASF,CAAC;AAEF,eAAO,MAAM,iBAAiB;;CAiP5B,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { RelationalCSVDataState } from '../../../../stores/editor-state/element-editor-state/data/EmbeddedDataState.js';
17
18
  export declare const RelationalCSVDataEditor: ((props: {
18
19
  dataState: RelationalCSVDataState;
@@ -1 +1 @@
1
- {"version":3,"file":"RelationalCSVDataEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmBH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gFAAgF,CAAC;AA4F7H,eAAO,MAAM,uBAAuB,WAC1B;IAAE,SAAS,EAAE,sBAAsB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAiInE,CAAC"}
1
+ {"version":3,"file":"RelationalCSVDataEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmBH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gFAAgF,CAAC;AA4F7H,eAAO,MAAM,uBAAuB,WAC1B;IAAE,SAAS,EAAE,sBAAsB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAiInE,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type EntityChangeConflictEditorState } from '../../../../stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js';
17
18
  import type { EntityChangeConflict } from '@finos/legend-server-sdlc';
18
19
  export declare const EntityChangeConflictSideBarItem: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityChangeConflictEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAgBH,OAAO,EAGL,KAAK,+BAA+B,EAErC,MAAM,6FAA6F,CAAC;AA2BrG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAuDtE,eAAO,MAAM,+BAA+B,WAClC;IACN,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;;CA0BF,CAAC;AAieF,eAAO,MAAM,0BAA0B,WAC7B;IAAE,mBAAmB,EAAE,+BAA+B,CAAA;CAAE;;CA0KjE,CAAC"}
1
+ {"version":3,"file":"EntityChangeConflictEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAgBH,OAAO,EAGL,KAAK,+BAA+B,EAErC,MAAM,6FAA6F,CAAC;AA2BrG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAuDtE,eAAO,MAAM,+BAA+B,WAClC;IACN,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;;CA0BF,CAAC;AAieF,eAAO,MAAM,0BAA0B,WAC7B;IAAE,mBAAmB,EAAE,+BAA+B,CAAA;CAAE;;CA0KjE,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type EntityDiffViewState } from '../../../../stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js';
17
18
  import { type EntityDiff } from '@finos/legend-server-sdlc';
18
19
  export declare const EntityDiffSideBarItem: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityDiffView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,iFAAiF,CAAC;AAKzF,OAAO,EAAE,KAAK,UAAU,EAAoB,MAAM,2BAA2B,CAAC;AAuB9E,eAAO,MAAM,qBAAqB,WACxB;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,UAAU,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE;;CAiCxE,CAAC;AAEF,eAAO,MAAM,cAAc,WACjB;IAAE,mBAAmB,EAAE,mBAAmB,CAAA;CAAE;;CA0FrD,CAAC"}
1
+ {"version":3,"file":"EntityDiffView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,iFAAiF,CAAC;AAKzF,OAAO,EAAE,KAAK,UAAU,EAAoB,MAAM,2BAA2B,CAAC;AAuB9E,eAAO,MAAM,qBAAqB,WACxB;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,UAAU,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE;;CAiCxE,CAAC;AAEF,eAAO,MAAM,cAAc,WACjB;IAAE,mBAAmB,EAAE,mBAAmB,CAAA;CAAE;;CA0FrD,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { ElementFileGenerationState } from '../../../../stores/editor-state/element-editor-state/ElementFileGenerationState.js';
17
18
  import type { ElementEditorState } from '../../../../stores/editor-state/element-editor-state/ElementEditorState.js';
18
19
  export declare const ElementGenerationEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"ElementGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oFAAoF,CAAC;AACrI,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AAkHrH,eAAO,MAAM,uBAAuB,WAC1B;IACN,mBAAmB,EAAE,kBAAkB,CAAC;IACxC,sBAAsB,EAAE,0BAA0B,CAAC;CACpD;;CA+DF,CAAC"}
1
+ {"version":3,"file":"ElementGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AASH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oFAAoF,CAAC;AACrI,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AAkHrH,eAAO,MAAM,uBAAuB,WAC1B;IACN,mBAAmB,EAAE,kBAAkB,CAAC;IACxC,sBAAsB,EAAE,0BAA0B,CAAC;CACpD;;CA+DF,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { ElementEditorState } from '../../../../stores/editor-state/element-editor-state/ElementEditorState.js';
17
18
  export declare const ElementNativeView: ((props: {
18
19
  currentElementState: ElementEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"ElementNativeView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AASrH,eAAO,MAAM,iBAAiB,WACpB;IAAE,mBAAmB,EAAE,kBAAkB,CAAA;CAAE;;CAgCpD,CAAC"}
1
+ {"version":3,"file":"ElementNativeView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AASrH,eAAO,MAAM,iBAAiB,WACpB;IAAE,mBAAmB,EAAE,kBAAkB,CAAA;CAAE;;CAgCpD,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  export declare const BindingEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_BindingElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmRH,eAAO,MAAM,aAAa;;CAqMxB,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_BindingElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmRH,eAAO,MAAM,aAAa;;CAqMxB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" resolution-mode="require"/>
1
2
  import { ExternalFormatConnection, type Binding } from '@finos/legend-graph';
2
3
  import { ConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
3
4
  import type { EditorStore } from '../../../../stores/EditorStore.js';
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":"AAgBA,OAAO,EACL,wBAAwB,EAGxB,KAAK,OAAO,EACb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,0FAA0F,CAAC;AAChI,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAGxF,qBAAa,kCAAmC,SAAQ,oBAAoB;IACjE,UAAU,EAAE,wBAAwB,CAAC;gBAElC,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,wBAAwB;IAK1E,KAAK,IAAI,MAAM;CAGhB;AAED,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,kCAAkC,CAAC;IACzD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA4BF,CAAC;AAEF,qBAAa,iCAAkC,SAAQ,wBAAwB,CAAC,wBAAwB,CAAC;gBAC3F,WAAW,EAAE,WAAW;IAQpC,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;CAS3D"}
1
+ {"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":";AAgBA,OAAO,EACL,wBAAwB,EAGxB,KAAK,OAAO,EACb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,0FAA0F,CAAC;AAChI,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAGxF,qBAAa,kCAAmC,SAAQ,oBAAoB;IACjE,UAAU,EAAE,wBAAwB,CAAC;gBAElC,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,wBAAwB;IAK1E,KAAK,IAAI,MAAM;CAGhB;AAED,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,kCAAkC,CAAC;IACzD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA4BF,CAAC;AAEF,qBAAa,iCAAkC,SAAQ,wBAAwB,CAAC,wBAAwB,CAAC;gBAC3F,WAAW,EAAE,WAAW;IAQpC,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;CAS3D"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { SchemaSet } from '@finos/legend-graph';
17
18
  import type { EditorStore } from '../../../../stores/EditorStore.js';
18
19
  import { NewElementDriver } from '../../../../stores/editor/NewElementState.js';
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wDAAwD,CAAC;AAEvG,qBAAa,kBAAmB,SAAQ,gBAAgB,CAAC,SAAS,CAAC;IACjE,YAAY,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;gBAExC,WAAW,EAAE,WAAW;IAepC,eAAe,CAAC,UAAU,EAAE,wBAAwB,GAAG,SAAS,GAAG,IAAI;IAIvE,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;CAQvC;AAED,eAAO,MAAM,wBAAwB;;CA4BnC,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wDAAwD,CAAC;AAEvG,qBAAa,kBAAmB,SAAQ,gBAAgB,CAAC,SAAS,CAAC;IACjE,YAAY,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;gBAExC,WAAW,EAAE,WAAW;IAepC,eAAe,CAAC,UAAU,EAAE,wBAAwB,GAAG,SAAS,GAAG,IAAI;IAIvE,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;CAQvC;AAED,eAAO,MAAM,wBAAwB;;CA4BnC,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { SchemaSetEditorState, type InnerSchemaSetEditorState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
17
18
  export declare const SchemaSetGeneralEditor: ((props: {
18
19
  schemaSetEditorState: InnerSchemaSetEditorState | SchemaSetEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2BH,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAE/B,MAAM,iHAAiH,CAAC;AAqJzH,eAAO,MAAM,sBAAsB,WACzB;IACN,oBAAoB,EAAE,yBAAyB,GAAG,oBAAoB,CAAC;IACvE,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0KF,CAAC;AAEF,eAAO,MAAM,eAAe;;CA+F1B,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2BH,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAE/B,MAAM,iHAAiH,CAAC;AAqJzH,eAAO,MAAM,sBAAsB,WACzB;IACN,oBAAoB,EAAE,yBAAyB,GAAG,oBAAoB,CAAC;IACvE,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0KF,CAAC;AAEF,eAAO,MAAM,eAAe;;CA+F1B,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import type { SchemaSetModelGenerationState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
17
18
  export declare const SchemaSetModelGenerationEditor: ((props: {
18
19
  modelGenerationState: SchemaSetModelGenerationState;
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iHAAiH,CAAC;AAoBrK,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,6BAA6B,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAqLF,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iHAAiH,CAAC;AAmBrK,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,6BAA6B,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAuLF,CAAC"}
@@ -19,7 +19,7 @@ import { flowResult } from 'mobx';
19
19
  import { observer } from 'mobx-react-lite';
20
20
  import { useMemo } from 'react';
21
21
  import { debounce } from '@finos/legend-shared';
22
- import { clsx, InputWithInlineValidation, PanelContent, PanelLoadingIndicator, RefreshIcon, ResizablePanel, ResizablePanelGroup, ResizablePanelSplitter, ResizablePanelSplitterLine, } from '@finos/legend-art';
22
+ import { InputWithInlineValidation, PanelContent, PanelLoadingIndicator, RefreshIcon, ResizablePanel, ResizablePanelGroup, ResizablePanelSplitter, ResizablePanelSplitterLine, } from '@finos/legend-art';
23
23
  import { GenerationPropertyEditor } from '../element-generation-editor/FileGenerationEditor.js';
24
24
  import { EDITOR_LANGUAGE, TextInputEditor } from '@finos/legend-application';
25
25
  var HIDDEN_CONFIGURATION_PROPERTIES;
@@ -32,14 +32,17 @@ export const SchemaSetModelGenerationEditor = observer((props) => {
32
32
  const format = modelGenerationState.schemaSet.format;
33
33
  const description = modelGenerationState.description;
34
34
  const properties = description?.modelGenerationProperties ?? [];
35
- const debouncedRegenerate = useMemo(() => debounce(() => flowResult(modelGenerationState.generateModel()), 500), [modelGenerationState]);
35
+ const debouncedRegenerate = useMemo(() => debounce(() => flowResult(modelGenerationState.generate()), 500), [modelGenerationState]);
36
36
  const update = (generationProperty, newValue) => {
37
37
  debouncedRegenerate.cancel();
38
38
  modelGenerationState.updateGenerationParameters(generationProperty, newValue);
39
39
  debouncedRegenerate()?.catch(applicationStore.alertUnhandledError);
40
40
  };
41
41
  const regenerate = () => {
42
- modelGenerationState.generateModel();
42
+ modelGenerationState.generate();
43
+ };
44
+ const resetProperties = () => {
45
+ modelGenerationState.setConfigurationProperty([]);
43
46
  };
44
47
  const getConfigValue = (name) => modelGenerationState.getConfigValue(name);
45
48
  const targetBindingPathValidationMessage = Boolean(modelGenerationState.targetBinding) &&
@@ -58,16 +61,11 @@ export const SchemaSetModelGenerationEditor = observer((props) => {
58
61
  const importGeneratedElements = () => {
59
62
  modelGenerationState.importGeneratedModelsIntoGraph();
60
63
  };
61
- return (_jsx("div", { className: "panel__content file-generation-editor__content", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 250, minSize: 50, children: _jsxs("div", { className: "panel file-generation-editor__configuration", children: [_jsxs("div", { className: "panel__header", children: [_jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: `${format} configuration` }) }), _jsx("div", { className: "panel__header__actions", children: _jsx("button", { className: "panel__header__action file-generation-editor__configuration__reset-btn", tabIndex: -1, disabled: isReadOnly || !properties.length, onClick: regenerate, title: "Reset to default configuration", children: _jsx(RefreshIcon, {}) }) })] }), _jsx(PanelContent, { children: _jsxs("div", { className: "file-generation-editor__configuration__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: 'Target Binding Path' }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: 'If path is provided, a binding will be generated alongside the models. The binding will ensure the schema and models are compatible through compile time validations.' }), _jsx(InputWithInlineValidation, { className: "query-builder__variables__variable__name__input input-group__input", spellCheck: false, value: modelGenerationState.targetBinding, onChange: changeTargetBindingPath, placeholder: "Target binding path", validationErrorMessage: targetBindingPathValidationMessage })] }), modelGenerationState.modelGenerationProperties
64
+ return (_jsx("div", { className: "panel__content file-generation-editor__content", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 250, minSize: 50, children: _jsxs("div", { className: "panel file-generation-editor__configuration", children: [_jsxs("div", { className: "panel__header", children: [_jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: `${format} configuration` }) }), _jsx("div", { className: "panel__header__actions", children: _jsxs("div", { className: "panel__header__actions", children: [_jsx("div", { className: "panel__header__actions" }), _jsx("button", { className: "panel__header__action file-generation-editor__configuration__reset-btn", tabIndex: -1, disabled: isReadOnly || !properties.length, onClick: resetProperties, title: "Reset to default configuration", children: _jsx(RefreshIcon, {}) })] }) })] }), _jsx(PanelContent, { children: _jsxs("div", { className: "file-generation-editor__configuration__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: 'Target Binding Path' }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: 'If path is provided, a binding will be generated alongside the models. The binding will ensure the schema and models are compatible through compile time validations.' }), _jsx(InputWithInlineValidation, { className: "query-builder__variables__variable__name__input input-group__input", spellCheck: false, value: modelGenerationState.targetBinding, onChange: changeTargetBindingPath, placeholder: "Target binding path", validationErrorMessage: targetBindingPathValidationMessage })] }), modelGenerationState.modelGenerationProperties
62
65
  .filter((property) => !Object.values(HIDDEN_CONFIGURATION_PROPERTIES).includes(property.name))
63
- .map((abstractGenerationProperty) => (_jsx(GenerationPropertyEditor, { update: update, isReadOnly: isReadOnly, getConfigValue: getConfigValue, property: abstractGenerationProperty }, abstractGenerationProperty.name)))] }) })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsxs("div", { className: "panel generation-result-viewer__file", children: [_jsxs("div", { className: "panel__header", children: [_jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "result" }) }), _jsxs("div", { className: "panel__header__actions", children: [_jsx("button", { className: clsx('panel__header__action generation-result-viewer__regenerate-btn', {
64
- ' generation-result-viewer__regenerate-btn--loading': modelGenerationState.generatingModelsState
65
- .isInProgress ||
66
- modelGenerationState.importGeneratedElementsState
67
- .isInProgress,
68
- }), tabIndex: -1, disabled: modelGenerationState.generatingModelsState.isInProgress ||
66
+ .map((abstractGenerationProperty) => (_jsx(GenerationPropertyEditor, { update: update, isReadOnly: isReadOnly, getConfigValue: getConfigValue, property: abstractGenerationProperty }, abstractGenerationProperty.name)))] }) })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsxs("div", { className: "panel generation-result-viewer__file", children: [_jsxs("div", { className: "panel__header", children: [_jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "result" }) }), _jsxs("div", { className: "panel__header__actions", children: [_jsx("button", { className: "panel__header__action generation-result-viewer__generate-btn", onClick: regenerate, disabled: modelGenerationState.generatingModelsState.isInProgress ||
69
67
  modelGenerationState.importGeneratedElementsState
70
- .isInProgress, onClick: regenerate, title: "Regenerate", children: _jsx(RefreshIcon, {}) }), !modelGenerationState.isolatedGraph && (_jsx("button", { className: "btn--dark model-loader__header__load-btn", onClick: importGeneratedElements, disabled: modelGenerationState.generationValue === '', tabIndex: -1, title: "Import generated elements", children: "Import" }))] })] }), _jsxs(PanelContent, { children: [_jsx(PanelLoadingIndicator, { isLoading: modelGenerationState.generatingModelsState.isInProgress ||
68
+ .isInProgress, title: "Regenerate", tabIndex: -1, children: _jsxs("div", { className: "generation-result-viewer__generate-btn__label", children: [_jsx(RefreshIcon, { className: "generation-result-viewer__generate-btn__label__icon" }), _jsx("div", { className: "generation-result-viewer__generate-btn__label__title", children: "Generate" })] }) }), !modelGenerationState.isolatedGraph && (_jsx("button", { className: "btn--dark model-loader__header__load-btn", onClick: importGeneratedElements, disabled: modelGenerationState.generationValue === '', tabIndex: -1, title: "Import generated elements", children: "Import" }))] })] }), _jsxs(PanelContent, { children: [_jsx(PanelLoadingIndicator, { isLoading: modelGenerationState.generatingModelsState.isInProgress ||
71
69
  modelGenerationState.importGeneratedElementsState
72
70
  .isInProgress }), _jsx(TextInputEditor, { inputValue: modelGenerationState.generationValue, isReadOnly: true, language: EDITOR_LANGUAGE.PURE })] })] }) })] }) }));
73
71
  });
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"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"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { type SetImplementation, OperationSetImplementation } from '@finos/legend-graph';
17
18
  export declare const OperatorSelector: ((props: {
18
19
  setImplementation: OperationSetImplementation;
@@ -1 +1 @@
1
- {"version":3,"file":"ClassMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAeH,OAAO,EACL,KAAK,iBAAiB,EAMtB,0BAA0B,EAE3B,MAAM,qBAAqB,CAAC;AAS7B,eAAO,MAAM,gBAAgB,WACnB;IACN,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA6BF,CAAC;AAEF,oBAAY,yBAAyB;IACnC,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,mBAAmB;CAC9B;AAED,eAAO,MAAM,kBAAkB,WACrB;IAAE,iBAAiB,EAAE,iBAAiB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CA+KtE,CAAC"}
1
+ {"version":3,"file":"ClassMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAeH,OAAO,EACL,KAAK,iBAAiB,EAMtB,0BAA0B,EAE3B,MAAM,qBAAqB,CAAC;AAS7B,eAAO,MAAM,gBAAgB,WACnB;IACN,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA6BF,CAAC;AAEF,oBAAY,yBAAyB;IACnC,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,mBAAmB;CAC9B;AAED,eAAO,MAAM,kBAAkB,WACrB;IAAE,iBAAiB,EAAE,iBAAiB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CA+KtE,CAAC"}
@@ -13,6 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
+ /// <reference types="react" resolution-mode="require"/>
16
17
  import { Type, Enum, type SourceValue, type EnumerationMapping } from '@finos/legend-graph';
17
18
  export declare const SourceValueInput: ((props: {
18
19
  sourceValue: SourceValue;