@finos/legend-application-studio 19.1.0 → 20.0.0

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 (332) hide show
  1. package/lib/application/LegendStudioApplicationConfig.d.ts +6 -0
  2. package/lib/application/LegendStudioApplicationConfig.d.ts.map +1 -1
  3. package/lib/application/LegendStudioApplicationConfig.js +7 -0
  4. package/lib/application/LegendStudioApplicationConfig.js.map +1 -1
  5. package/lib/components/EditorComponentTestUtils.d.ts +1 -1
  6. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  7. package/lib/components/EditorComponentTestUtils.js +23 -50
  8. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  9. package/lib/components/EmbeddedQueryBuilder.d.ts +0 -1
  10. package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -1
  11. package/lib/components/LegendStudioApplication.d.ts +0 -1
  12. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  13. package/lib/components/editor/StatusBar.d.ts +0 -1
  14. package/lib/components/editor/StatusBar.d.ts.map +1 -1
  15. package/lib/components/editor/StatusBar.js +10 -3
  16. package/lib/components/editor/StatusBar.js.map +1 -1
  17. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +0 -1
  18. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
  19. package/lib/components/editor/aux-panel/AuxiliaryPanel.js +11 -3
  20. package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
  21. package/lib/components/editor/aux-panel/Console.d.ts +0 -1
  22. package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
  23. package/lib/components/editor/aux-panel/Console.js +2 -1
  24. package/lib/components/editor/aux-panel/Console.js.map +1 -1
  25. package/lib/components/editor/aux-panel/DevTool.d.ts +0 -1
  26. package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
  27. package/lib/components/editor/aux-panel/DevTool.js +4 -7
  28. package/lib/components/editor/aux-panel/DevTool.js.map +1 -1
  29. package/lib/components/editor/aux-panel/Problems.d.ts +19 -0
  30. package/lib/components/editor/aux-panel/Problems.d.ts.map +1 -0
  31. package/lib/components/editor/aux-panel/Problems.js +48 -0
  32. package/lib/components/editor/aux-panel/Problems.js.map +1 -0
  33. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +0 -1
  34. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  35. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +0 -1
  36. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
  37. package/lib/components/editor/edit-panel/FunctionEditor.d.ts +0 -1
  38. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  39. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +0 -1
  40. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
  41. package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
  42. package/lib/components/editor/edit-panel/GrammarTextEditor.js +36 -25
  43. package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
  44. package/lib/components/editor/edit-panel/ModelImporter.d.ts +0 -1
  45. package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
  46. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +0 -1
  47. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
  48. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +0 -1
  49. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
  50. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +0 -1
  51. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  52. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +0 -1
  53. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  54. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +0 -1
  55. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
  56. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +0 -1
  57. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  58. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +16 -16
  59. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  60. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +0 -1
  61. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
  62. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +4 -4
  63. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
  64. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +0 -1
  65. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
  66. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +0 -1
  67. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  68. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +0 -1
  69. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  70. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js +20 -6
  71. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
  72. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +0 -1
  73. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
  74. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +0 -1
  75. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
  76. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +0 -1
  77. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
  78. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +0 -1
  79. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -1
  80. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +0 -1
  81. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -1
  82. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +0 -1
  83. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -1
  84. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +0 -1
  85. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  86. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +0 -1
  87. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
  88. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +0 -1
  89. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
  90. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +0 -1
  91. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
  92. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +2 -2
  93. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
  94. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +0 -1
  95. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
  96. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +0 -1
  97. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
  98. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +0 -1
  99. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  100. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +0 -1
  101. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  102. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +0 -1
  103. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  104. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +0 -1
  105. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  106. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +0 -1
  107. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
  108. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +0 -1
  109. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  110. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +0 -1
  111. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
  112. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +0 -1
  113. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
  114. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +0 -1
  115. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  116. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +2 -2
  117. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
  118. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +0 -1
  119. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
  120. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +0 -1
  121. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
  122. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +0 -1
  123. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  124. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +0 -1
  125. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  126. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +0 -1
  127. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
  128. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +0 -1
  129. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  130. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +0 -1
  131. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  132. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +0 -1
  133. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  134. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +0 -1
  135. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
  136. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +0 -1
  137. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
  138. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +0 -1
  139. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  140. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +0 -1
  141. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
  142. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +0 -1
  143. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
  144. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +0 -1
  145. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
  146. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +0 -1
  147. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
  148. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +0 -1
  149. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  150. package/lib/components/editor/side-bar/Explorer.d.ts +0 -1
  151. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  152. package/lib/components/editor/side-bar/Explorer.js +3 -3
  153. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  154. package/lib/components/editor/side-bar/LocalChanges.d.ts +0 -1
  155. package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
  156. package/lib/components/editor/side-bar/ProjectOverview.d.ts +0 -1
  157. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  158. package/lib/components/editor/side-bar/ProjectOverview.js +3 -3
  159. package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
  160. package/lib/components/editor/side-bar/SideBar.d.ts +0 -1
  161. package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
  162. package/lib/components/editor/side-bar/WorkflowManager.d.ts +0 -1
  163. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  164. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +0 -1
  165. package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
  166. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +0 -1
  167. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
  168. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +0 -1
  169. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
  170. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +0 -1
  171. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
  172. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +0 -1
  173. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  174. package/lib/components/shared/DiffView.d.ts +0 -1
  175. package/lib/components/shared/DiffView.d.ts.map +1 -1
  176. package/lib/components/shared/DiffView.js +2 -2
  177. package/lib/components/shared/DiffView.js.map +1 -1
  178. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +0 -1
  179. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
  180. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +0 -1
  181. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
  182. package/lib/components/workspace-setup/CreateProjectModal.d.ts +0 -1
  183. package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -1
  184. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +0 -1
  185. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -1
  186. package/lib/index.css +2 -2
  187. package/lib/index.css.map +1 -1
  188. package/lib/package.json +6 -6
  189. package/lib/stores/ChangeDetectionState.d.ts +2 -0
  190. package/lib/stores/ChangeDetectionState.d.ts.map +1 -1
  191. package/lib/stores/ChangeDetectionState.js +12 -6
  192. package/lib/stores/ChangeDetectionState.js.map +1 -1
  193. package/lib/stores/EditorConfig.d.ts +2 -1
  194. package/lib/stores/EditorConfig.d.ts.map +1 -1
  195. package/lib/stores/EditorConfig.js +1 -0
  196. package/lib/stores/EditorConfig.js.map +1 -1
  197. package/lib/stores/EditorGraphState.d.ts +17 -16
  198. package/lib/stores/EditorGraphState.d.ts.map +1 -1
  199. package/lib/stores/EditorGraphState.js +152 -94
  200. package/lib/stores/EditorGraphState.js.map +1 -1
  201. package/lib/stores/EditorSDLCState.d.ts +6 -6
  202. package/lib/stores/EditorSDLCState.d.ts.map +1 -1
  203. package/lib/stores/EditorSDLCState.js +52 -27
  204. package/lib/stores/EditorSDLCState.js.map +1 -1
  205. package/lib/stores/EditorStore.js +1 -1
  206. package/lib/stores/EditorStore.js.map +1 -1
  207. package/lib/stores/EmbeddedQueryBuilderState.js +1 -1
  208. package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -1
  209. package/lib/stores/editor/NewElementState.d.ts.map +1 -1
  210. package/lib/stores/editor/NewElementState.js +14 -5
  211. package/lib/stores/editor/NewElementState.js.map +1 -1
  212. package/lib/stores/editor/StandardEditorMode.d.ts.map +1 -1
  213. package/lib/stores/editor/StandardEditorMode.js +2 -2
  214. package/lib/stores/editor/StandardEditorMode.js.map +1 -1
  215. package/lib/stores/editor-state/FileGenerationState.d.ts +3 -3
  216. package/lib/stores/editor-state/FileGenerationState.d.ts.map +1 -1
  217. package/lib/stores/editor-state/FileGenerationState.js +9 -5
  218. package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
  219. package/lib/stores/editor-state/GrammarTextEditorState.d.ts +6 -4
  220. package/lib/stores/editor-state/GrammarTextEditorState.d.ts.map +1 -1
  221. package/lib/stores/editor-state/GrammarTextEditorState.js +14 -8
  222. package/lib/stores/editor-state/GrammarTextEditorState.js.map +1 -1
  223. package/lib/stores/editor-state/element-editor-state/ClassEditorState.d.ts +0 -1
  224. package/lib/stores/editor-state/element-editor-state/ClassEditorState.d.ts.map +1 -1
  225. package/lib/stores/editor-state/element-editor-state/ClassEditorState.js +0 -5
  226. package/lib/stores/editor-state/element-editor-state/ClassEditorState.js.map +1 -1
  227. package/lib/stores/editor-state/element-editor-state/ElementEditorState.d.ts +0 -1
  228. package/lib/stores/editor-state/element-editor-state/ElementEditorState.d.ts.map +1 -1
  229. package/lib/stores/editor-state/element-editor-state/ElementEditorState.js +0 -3
  230. package/lib/stores/editor-state/element-editor-state/ElementEditorState.js.map +1 -1
  231. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.d.ts +2 -2
  232. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.d.ts.map +1 -1
  233. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +5 -4
  234. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -1
  235. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts +0 -1
  236. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -1
  237. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js +0 -4
  238. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
  239. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +0 -1
  240. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
  241. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +0 -6
  242. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
  243. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts +6 -6
  244. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -1
  245. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +24 -14
  246. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
  247. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts +6 -6
  248. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -1
  249. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +30 -15
  250. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
  251. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
  252. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +1 -1
  253. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  254. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +4 -4
  255. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -1
  256. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +54 -44
  257. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
  258. package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
  259. package/lib/stores/project-viewer/ProjectViewerStore.js +1 -1
  260. package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
  261. package/lib/stores/sidebar-state/LocalChangesState.d.ts +13 -13
  262. package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
  263. package/lib/stores/sidebar-state/LocalChangesState.js +71 -63
  264. package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
  265. package/lib/stores/sidebar-state/ProjectOverviewState.d.ts.map +1 -1
  266. package/lib/stores/sidebar-state/ProjectOverviewState.js +19 -4
  267. package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
  268. package/lib/stores/sidebar-state/WorkflowManagerState.d.ts +8 -8
  269. package/lib/stores/sidebar-state/WorkflowManagerState.d.ts.map +1 -1
  270. package/lib/stores/sidebar-state/WorkflowManagerState.js +15 -11
  271. package/lib/stores/sidebar-state/WorkflowManagerState.js.map +1 -1
  272. package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts +3 -3
  273. package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +1 -1
  274. package/lib/stores/sidebar-state/WorkspaceReviewState.js +21 -6
  275. package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
  276. package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts +2 -2
  277. package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +1 -1
  278. package/lib/stores/sidebar-state/WorkspaceSyncState.js +9 -7
  279. package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +1 -1
  280. package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts +2 -2
  281. package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
  282. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +8 -4
  283. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
  284. package/lib/stores/workspace-review/WorkspaceReviewStore.d.ts +2 -2
  285. package/lib/stores/workspace-review/WorkspaceReviewStore.d.ts.map +1 -1
  286. package/lib/stores/workspace-review/WorkspaceReviewStore.js +27 -10
  287. package/lib/stores/workspace-review/WorkspaceReviewStore.js.map +1 -1
  288. package/package.json +15 -15
  289. package/src/application/LegendStudioApplicationConfig.ts +7 -0
  290. package/src/components/EditorComponentTestUtils.tsx +64 -60
  291. package/src/components/editor/StatusBar.tsx +38 -3
  292. package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +32 -10
  293. package/src/components/editor/aux-panel/Console.tsx +4 -3
  294. package/src/components/editor/aux-panel/DevTool.tsx +47 -79
  295. package/src/components/editor/aux-panel/Problems.tsx +103 -0
  296. package/src/components/editor/edit-panel/GrammarTextEditor.tsx +48 -36
  297. package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +61 -61
  298. package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +21 -25
  299. package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +23 -23
  300. package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +2 -1
  301. package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +19 -22
  302. package/src/components/editor/side-bar/Explorer.tsx +5 -3
  303. package/src/components/editor/side-bar/ProjectOverview.tsx +5 -3
  304. package/src/components/shared/DiffView.tsx +2 -2
  305. package/src/stores/ChangeDetectionState.ts +17 -8
  306. package/src/stores/EditorConfig.ts +1 -0
  307. package/src/stores/EditorGraphState.ts +223 -136
  308. package/src/stores/EditorSDLCState.ts +65 -30
  309. package/src/stores/EditorStore.ts +1 -1
  310. package/src/stores/EmbeddedQueryBuilderState.ts +1 -1
  311. package/src/stores/editor/NewElementState.ts +24 -5
  312. package/src/stores/editor/StandardEditorMode.ts +4 -2
  313. package/src/stores/editor-state/FileGenerationState.ts +19 -8
  314. package/src/stores/editor-state/GrammarTextEditorState.ts +18 -10
  315. package/src/stores/editor-state/element-editor-state/ClassEditorState.ts +0 -12
  316. package/src/stores/editor-state/element-editor-state/ElementEditorState.ts +0 -4
  317. package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +8 -6
  318. package/src/stores/editor-state/element-editor-state/FunctionEditorState.ts +0 -5
  319. package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +0 -11
  320. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +29 -15
  321. package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +37 -23
  322. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +4 -3
  323. package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +63 -48
  324. package/src/stores/project-viewer/ProjectViewerStore.ts +5 -3
  325. package/src/stores/sidebar-state/LocalChangesState.ts +130 -115
  326. package/src/stores/sidebar-state/ProjectOverviewState.ts +19 -4
  327. package/src/stores/sidebar-state/WorkflowManagerState.ts +28 -31
  328. package/src/stores/sidebar-state/WorkspaceReviewState.ts +24 -8
  329. package/src/stores/sidebar-state/WorkspaceSyncState.ts +11 -16
  330. package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +11 -7
  331. package/src/stores/workspace-review/WorkspaceReviewStore.ts +39 -12
  332. package/tsconfig.json +1 -0
@@ -1 +1 @@
1
- {"version":3,"file":"DiffView.js","sourceRoot":"","sources":["../../../src/components/shared/DiffView.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DiffView.js","sourceRoot":"","sources":["../../../src/components/shared/DiffView.tsx"],"names":[],"mappings":"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"}
@@ -13,7 +13,6 @@
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"/>
17
16
  export declare const WorkspaceReviewPanel: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceReviewPanel.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6DH,eAAO,MAAM,oBAAoB;;CA8G/B,CAAC"}
1
+ {"version":3,"file":"WorkspaceReviewPanel.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6DH,eAAO,MAAM,oBAAoB;;CA8G/B,CAAC"}
@@ -13,7 +13,6 @@
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"/>
17
16
  export declare const WorkspaceReviewSideBar: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceReviewSideBar.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewSideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwBH,eAAO,MAAM,sBAAsB;;CAoNjC,CAAC"}
1
+ {"version":3,"file":"WorkspaceReviewSideBar.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewSideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwBH,eAAO,MAAM,sBAAsB;;CAoNjC,CAAC"}
@@ -13,7 +13,6 @@
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"/>
17
16
  export declare const CreateProjectModal: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CreateProjectModal.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-setup/CreateProjectModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA4pBH,eAAO,MAAM,kBAAkB;;CAiF7B,CAAC"}
1
+ {"version":3,"file":"CreateProjectModal.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-setup/CreateProjectModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA4pBH,eAAO,MAAM,kBAAkB;;CAiF7B,CAAC"}
@@ -13,7 +13,6 @@
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"/>
17
16
  import { type Project } from '@finos/legend-server-sdlc';
18
17
  export declare const CreateWorkspaceModal: ((props: {
19
18
  selectedProject: Project;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateWorkspaceModal.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-setup/CreateWorkspaceModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAYH,OAAO,EAAE,KAAK,OAAO,EAAiB,MAAM,2BAA2B,CAAC;AAQxE,eAAO,MAAM,oBAAoB,WACvB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA+IrC,CAAC"}
1
+ {"version":3,"file":"CreateWorkspaceModal.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-setup/CreateWorkspaceModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAYH,OAAO,EAAE,KAAK,OAAO,EAAiB,MAAM,2BAA2B,CAAC;AAQxE,eAAO,MAAM,oBAAoB,WACvB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA+IrC,CAAC"}