@finos/legend-application-studio 22.6.0 → 23.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 (450) hide show
  1. package/lib/application/LegendStudio.d.ts.map +1 -1
  2. package/lib/application/LegendStudio.js +8 -5
  3. package/lib/application/LegendStudio.js.map +1 -1
  4. package/lib/application/LegendStudioApplicationConfig.d.ts +4 -0
  5. package/lib/application/LegendStudioApplicationConfig.d.ts.map +1 -1
  6. package/lib/application/LegendStudioApplicationConfig.js +7 -1
  7. package/lib/application/LegendStudioApplicationConfig.js.map +1 -1
  8. package/lib/application/LegendStudioApplicationNavigationContext.d.ts.map +1 -0
  9. package/lib/application/LegendStudioApplicationNavigationContext.js.map +1 -0
  10. package/lib/application/LegendStudioCommand.d.ts.map +1 -0
  11. package/lib/application/LegendStudioCommand.js.map +1 -0
  12. package/lib/application/LegendStudioDocumentation.d.ts.map +1 -0
  13. package/lib/application/LegendStudioDocumentation.js.map +1 -0
  14. package/lib/{stores/LegendStudioAppEvent.d.ts → application/LegendStudioEvent.d.ts} +1 -1
  15. package/lib/application/LegendStudioEvent.d.ts.map +1 -0
  16. package/lib/{stores/LegendStudioAppEvent.js → application/LegendStudioEvent.js} +1 -1
  17. package/lib/application/LegendStudioEvent.js.map +1 -0
  18. package/{src/stores/LegendStudioStorage.ts → lib/application/LegendStudioEventHelper.d.ts} +4 -4
  19. package/lib/application/LegendStudioEventHelper.d.ts.map +1 -0
  20. package/lib/{stores/LegendStudioEventService.d.ts → application/LegendStudioEventHelper.js} +6 -7
  21. package/lib/application/LegendStudioEventHelper.js.map +1 -0
  22. package/lib/{stores/LegendStudioRouter.d.ts → application/LegendStudioNavigation.d.ts} +24 -24
  23. package/lib/application/LegendStudioNavigation.d.ts.map +1 -0
  24. package/lib/{stores/LegendStudioRouter.js → application/LegendStudioNavigation.js} +28 -28
  25. package/lib/application/LegendStudioNavigation.js.map +1 -0
  26. package/lib/{stores/LegendStudioStorage.d.ts → application/LegendStudioSetting.d.ts} +4 -2
  27. package/lib/application/LegendStudioSetting.d.ts.map +1 -0
  28. package/lib/{stores/LegendStudioEventService.js → application/LegendStudioSetting.js} +14 -14
  29. package/lib/application/LegendStudioSetting.js.map +1 -0
  30. package/lib/{stores/LegendStudioTelemetry.d.ts → application/LegendStudioTelemetryHelper.d.ts} +8 -8
  31. package/lib/application/LegendStudioTelemetryHelper.d.ts.map +1 -0
  32. package/lib/application/LegendStudioTelemetryHelper.js +37 -0
  33. package/lib/application/LegendStudioTelemetryHelper.js.map +1 -0
  34. package/lib/components/Core_LegendStudioApplicationPlugin.d.ts +2 -1
  35. package/lib/components/Core_LegendStudioApplicationPlugin.d.ts.map +1 -1
  36. package/lib/components/Core_LegendStudioApplicationPlugin.js +11 -6
  37. package/lib/components/Core_LegendStudioApplicationPlugin.js.map +1 -1
  38. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  39. package/lib/components/EditorComponentTestUtils.js +4 -5
  40. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  41. package/lib/components/EmbeddedQueryBuilder.js +1 -1
  42. package/lib/components/EmbeddedQueryBuilder.js.map +1 -1
  43. package/lib/components/LegendStudioAppInfo.d.ts.map +1 -1
  44. package/lib/components/LegendStudioAppInfo.js +0 -1
  45. package/lib/components/LegendStudioAppInfo.js.map +1 -1
  46. package/lib/components/LegendStudioApplication.d.ts +0 -2
  47. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  48. package/lib/components/LegendStudioApplication.js +8 -8
  49. package/lib/components/LegendStudioApplication.js.map +1 -1
  50. package/lib/components/editor/ActivityBar.js +6 -6
  51. package/lib/components/editor/ActivityBar.js.map +1 -1
  52. package/lib/components/editor/Editor.d.ts.map +1 -1
  53. package/lib/components/editor/Editor.js +6 -2
  54. package/lib/components/editor/Editor.js.map +1 -1
  55. package/lib/components/editor/EditorStoreProvider.d.ts.map +1 -1
  56. package/lib/components/editor/EditorStoreProvider.js +1 -3
  57. package/lib/components/editor/EditorStoreProvider.js.map +1 -1
  58. package/lib/components/editor/StatusBar.d.ts.map +1 -1
  59. package/lib/components/editor/StatusBar.js +5 -8
  60. package/lib/components/editor/StatusBar.js.map +1 -1
  61. package/lib/components/editor/aux-panel/DevTool.js +2 -2
  62. package/lib/components/editor/aux-panel/DevTool.js.map +1 -1
  63. package/lib/components/editor/aux-panel/Problems.d.ts.map +1 -1
  64. package/lib/components/editor/aux-panel/Problems.js +4 -10
  65. package/lib/components/editor/aux-panel/Problems.js.map +1 -1
  66. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  67. package/lib/components/editor/command-center/ProjectSearchCommand.js +1 -1
  68. package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
  69. package/lib/components/editor/edit-panel/FileGenerationViewer.js +1 -1
  70. package/lib/components/editor/edit-panel/FileGenerationViewer.js.map +1 -1
  71. package/lib/components/editor/edit-panel/FunctionEditor.js +3 -3
  72. package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
  73. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +2 -2
  74. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
  75. package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
  76. package/lib/components/editor/edit-panel/GrammarTextEditor.js +8 -7
  77. package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
  78. package/lib/components/editor/edit-panel/ModelImporter.js +1 -1
  79. package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
  80. package/lib/components/editor/edit-panel/RuntimeEditor.js +3 -3
  81. package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
  82. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +1 -1
  83. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
  84. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
  85. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
  86. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +1 -1
  87. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
  88. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +1 -1
  89. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
  90. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js +1 -1
  91. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js.map +1 -1
  92. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  93. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +1 -1
  94. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
  95. package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +1 -1
  96. package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
  97. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  98. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +1 -3
  99. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  100. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -1
  101. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js +3 -2
  102. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
  103. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +1 -1
  104. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
  105. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  106. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +1 -3
  107. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
  108. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +1 -1
  109. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
  110. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +1 -1
  111. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
  112. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +2 -2
  113. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
  114. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js +2 -2
  115. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
  116. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +2 -2
  117. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
  118. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +2 -2
  119. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
  120. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  121. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +0 -2
  122. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  123. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +1 -1
  124. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js.map +1 -1
  125. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +2 -2
  126. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
  127. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +8 -8
  128. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
  129. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.map +1 -1
  130. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +1 -3
  131. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
  132. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +2 -2
  133. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
  134. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +1 -1
  135. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
  136. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +1 -1
  137. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
  138. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +1 -1
  139. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
  140. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  141. package/lib/components/editor/side-bar/CreateNewElementModal.js +4 -0
  142. package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
  143. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  144. package/lib/components/editor/side-bar/Explorer.js +18 -10
  145. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  146. package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
  147. package/lib/components/editor/side-bar/LocalChanges.js +4 -3
  148. package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
  149. package/lib/components/editor/side-bar/ProjectDependantsEditor.js +1 -1
  150. package/lib/components/editor/side-bar/ProjectDependantsEditor.js.map +1 -1
  151. package/lib/components/editor/side-bar/ProjectOverview.js +1 -1
  152. package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
  153. package/lib/components/editor/side-bar/WorkspaceReview.js +1 -1
  154. package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
  155. package/lib/components/editor/side-bar/WorkspaceUpdater.js +1 -1
  156. package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
  157. package/lib/components/project-viewer/ProjectViewer.d.ts.map +1 -1
  158. package/lib/components/project-viewer/ProjectViewer.js +7 -4
  159. package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
  160. package/lib/components/shared/ProjectSelectorUtils.js +1 -1
  161. package/lib/components/shared/ProjectSelectorUtils.js.map +1 -1
  162. package/lib/components/workspace-review/WorkspaceReview.js +1 -1
  163. package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
  164. package/lib/components/workspace-setup/CreateProjectModal.js +2 -2
  165. package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
  166. package/lib/components/workspace-setup/CreateWorkspaceModal.js +1 -1
  167. package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
  168. package/lib/components/workspace-setup/WorkspaceSetup.js +6 -6
  169. package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
  170. package/lib/index.css +2 -2
  171. package/lib/index.css.map +1 -1
  172. package/lib/index.d.ts +6 -5
  173. package/lib/index.d.ts.map +1 -1
  174. package/lib/index.js +5 -5
  175. package/lib/index.js.map +1 -1
  176. package/lib/package.json +4 -4
  177. package/lib/stores/{LegendStudioCodeSnippets.d.ts → Core_CodeSnippets.d.ts} +1 -1
  178. package/lib/stores/Core_CodeSnippets.d.ts.map +1 -0
  179. package/lib/stores/{LegendStudioCodeSnippets.js → Core_CodeSnippets.js} +1 -1
  180. package/lib/stores/Core_CodeSnippets.js.map +1 -0
  181. package/lib/stores/DependencyProjectViewerHelper.js +1 -1
  182. package/lib/stores/DependencyProjectViewerHelper.js.map +1 -1
  183. package/lib/stores/EditorGraphState.d.ts +10 -71
  184. package/lib/stores/EditorGraphState.d.ts.map +1 -1
  185. package/lib/stores/EditorGraphState.js +46 -540
  186. package/lib/stores/EditorGraphState.js.map +1 -1
  187. package/lib/stores/EditorSDLCState.js +1 -1
  188. package/lib/stores/EditorSDLCState.js.map +1 -1
  189. package/lib/stores/EditorStore.d.ts +11 -16
  190. package/lib/stores/EditorStore.d.ts.map +1 -1
  191. package/lib/stores/EditorStore.js +73 -215
  192. package/lib/stores/EditorStore.js.map +1 -1
  193. package/lib/stores/EditorStoreTestUtils.d.ts.map +1 -1
  194. package/lib/stores/EditorStoreTestUtils.js +1 -2
  195. package/lib/stores/EditorStoreTestUtils.js.map +1 -1
  196. package/lib/stores/EditorTabManagerState.d.ts +2 -1
  197. package/lib/stores/EditorTabManagerState.d.ts.map +1 -1
  198. package/lib/stores/EditorTabManagerState.js +63 -19
  199. package/lib/stores/EditorTabManagerState.js.map +1 -1
  200. package/lib/stores/EmbeddedQueryBuilderState.d.ts +0 -1
  201. package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +1 -1
  202. package/lib/stores/EmbeddedQueryBuilderState.js +10 -9
  203. package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -1
  204. package/lib/stores/ExplorerTreeState.d.ts.map +1 -1
  205. package/lib/stores/ExplorerTreeState.js +2 -2
  206. package/lib/stores/ExplorerTreeState.js.map +1 -1
  207. package/lib/stores/GraphEditFormModeState.d.ts +81 -0
  208. package/lib/stores/GraphEditFormModeState.d.ts.map +1 -0
  209. package/lib/stores/GraphEditFormModeState.js +370 -0
  210. package/lib/stores/GraphEditFormModeState.js.map +1 -0
  211. package/lib/stores/GraphEditGrammarModeState.d.ts +65 -0
  212. package/lib/stores/GraphEditGrammarModeState.d.ts.map +1 -0
  213. package/lib/stores/GraphEditGrammarModeState.js +315 -0
  214. package/lib/stores/GraphEditGrammarModeState.js.map +1 -0
  215. package/lib/stores/GraphEditorMode.d.ts +51 -0
  216. package/lib/stores/GraphEditorMode.d.ts.map +1 -0
  217. package/lib/stores/GraphEditorMode.js +35 -0
  218. package/lib/stores/GraphEditorMode.js.map +1 -0
  219. package/lib/stores/LegendStudioApplicationPlugin.d.ts +12 -5
  220. package/lib/stores/LegendStudioApplicationPlugin.d.ts.map +1 -1
  221. package/lib/stores/LegendStudioApplicationPlugin.js.map +1 -1
  222. package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
  223. package/lib/stores/LegendStudioBaseStore.js +25 -9
  224. package/lib/stores/LegendStudioBaseStore.js.map +1 -1
  225. package/lib/stores/editor/NewElementState.d.ts +2 -2
  226. package/lib/stores/editor/NewElementState.d.ts.map +1 -1
  227. package/lib/stores/editor/NewElementState.js +19 -10
  228. package/lib/stores/editor/NewElementState.js.map +1 -1
  229. package/lib/stores/editor/StandardEditorMode.js +1 -1
  230. package/lib/stores/editor/StandardEditorMode.js.map +1 -1
  231. package/lib/stores/editor-state/ExternalFormatState.js +1 -1
  232. package/lib/stores/editor-state/ExternalFormatState.js.map +1 -1
  233. package/lib/stores/editor-state/FileGenerationState.js +1 -1
  234. package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
  235. package/lib/stores/editor-state/GrammarTextEditorState.d.ts.map +1 -1
  236. package/lib/stores/editor-state/GrammarTextEditorState.js +2 -2
  237. package/lib/stores/editor-state/GrammarTextEditorState.js.map +1 -1
  238. package/lib/stores/editor-state/GraphGenerationState.d.ts.map +1 -1
  239. package/lib/stores/editor-state/GraphGenerationState.js +2 -2
  240. package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
  241. package/lib/stores/editor-state/ModelImporterState.js +1 -1
  242. package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
  243. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +1 -1
  244. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +1 -1
  245. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.d.ts.map +1 -1
  246. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +1 -1
  247. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -1
  248. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts.map +1 -1
  249. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +6 -3
  250. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
  251. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +1 -1
  252. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -1
  253. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
  254. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +1 -1
  255. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
  256. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts +1 -1
  257. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +1 -1
  258. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +1 -1
  259. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +1 -1
  260. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -1
  261. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +8 -15
  262. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
  263. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -1
  264. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +6 -11
  265. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
  266. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
  267. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +7 -14
  268. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  269. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +1 -1
  270. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
  271. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +3 -3
  272. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
  273. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js +1 -1
  274. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +1 -1
  275. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +1 -1
  276. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +1 -1
  277. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +1 -1
  278. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +1 -1
  279. package/lib/stores/project-viewer/ProjectViewerEditorMode.js +1 -1
  280. package/lib/stores/project-viewer/ProjectViewerEditorMode.js.map +1 -1
  281. package/lib/stores/project-viewer/ProjectViewerStore.d.ts +1 -1
  282. package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
  283. package/lib/stores/project-viewer/ProjectViewerStore.js +9 -15
  284. package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
  285. package/lib/stores/sidebar-state/BulkServiceRegistrationState.js +1 -1
  286. package/lib/stores/sidebar-state/BulkServiceRegistrationState.js.map +1 -1
  287. package/lib/stores/sidebar-state/LocalChangesState.d.ts +6 -3
  288. package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
  289. package/lib/stores/sidebar-state/LocalChangesState.js +45 -12
  290. package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
  291. package/lib/stores/sidebar-state/ProjectOverviewState.js +2 -2
  292. package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
  293. package/lib/stores/sidebar-state/WorkflowManagerState.js +1 -1
  294. package/lib/stores/sidebar-state/WorkflowManagerState.js.map +1 -1
  295. package/lib/stores/sidebar-state/WorkspaceReviewState.js +2 -2
  296. package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
  297. package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +1 -1
  298. package/lib/stores/sidebar-state/WorkspaceSyncState.js +2 -2
  299. package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +1 -1
  300. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js +2 -2
  301. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +1 -1
  302. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +1 -1
  303. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
  304. package/lib/stores/workspace-review/WorkspaceReviewStore.js +1 -1
  305. package/lib/stores/workspace-review/WorkspaceReviewStore.js.map +1 -1
  306. package/lib/stores/workspace-setup/WorkspaceSetupStore.js +2 -2
  307. package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
  308. package/package.json +13 -13
  309. package/src/application/LegendStudio.tsx +8 -7
  310. package/src/application/LegendStudioApplicationConfig.ts +7 -0
  311. package/src/{stores/LegendStudioEventService.ts → application/LegendStudioEventHelper.ts} +3 -13
  312. package/src/{stores/LegendStudioRouter.ts → application/LegendStudioNavigation.ts} +40 -39
  313. package/{lib/stores/LegendStudioStorage.js → src/application/LegendStudioSetting.ts} +16 -6
  314. package/src/{stores/LegendStudioTelemetry.ts → application/LegendStudioTelemetryHelper.ts} +14 -26
  315. package/src/components/Core_LegendStudioApplicationPlugin.tsx +14 -5
  316. package/src/components/EditorComponentTestUtils.tsx +8 -14
  317. package/src/components/EmbeddedQueryBuilder.tsx +1 -1
  318. package/src/components/LegendStudioAppInfo.tsx +0 -1
  319. package/src/components/LegendStudioApplication.tsx +24 -21
  320. package/src/components/editor/ActivityBar.tsx +6 -6
  321. package/src/components/editor/Editor.tsx +10 -6
  322. package/src/components/editor/EditorStoreProvider.tsx +1 -8
  323. package/src/components/editor/StatusBar.tsx +10 -9
  324. package/src/components/editor/aux-panel/DevTool.tsx +3 -3
  325. package/src/components/editor/aux-panel/Problems.tsx +5 -10
  326. package/src/components/editor/command-center/ProjectSearchCommand.tsx +1 -4
  327. package/src/components/editor/edit-panel/FileGenerationViewer.tsx +1 -1
  328. package/src/components/editor/edit-panel/FunctionEditor.tsx +3 -3
  329. package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +2 -2
  330. package/src/components/editor/edit-panel/GrammarTextEditor.tsx +13 -8
  331. package/src/components/editor/edit-panel/ModelImporter.tsx +1 -1
  332. package/src/components/editor/edit-panel/RuntimeEditor.tsx +3 -3
  333. package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +1 -1
  334. package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
  335. package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +1 -1
  336. package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +1 -1
  337. package/src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx +1 -1
  338. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +0 -1
  339. package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +1 -1
  340. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +1 -4
  341. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +3 -2
  342. package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +1 -1
  343. package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +1 -4
  344. package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +1 -1
  345. package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +1 -1
  346. package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +3 -3
  347. package/src/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.tsx +2 -2
  348. package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +2 -2
  349. package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +2 -2
  350. package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +0 -3
  351. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +1 -1
  352. package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +2 -2
  353. package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +8 -8
  354. package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +3 -4
  355. package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +2 -2
  356. package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +1 -1
  357. package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +1 -1
  358. package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +1 -1
  359. package/src/components/editor/side-bar/CreateNewElementModal.tsx +4 -0
  360. package/src/components/editor/side-bar/Explorer.tsx +25 -15
  361. package/src/components/editor/side-bar/LocalChanges.tsx +4 -8
  362. package/src/components/editor/side-bar/ProjectDependantsEditor.tsx +1 -1
  363. package/src/components/editor/side-bar/ProjectOverview.tsx +1 -1
  364. package/src/components/editor/side-bar/WorkspaceReview.tsx +1 -1
  365. package/src/components/editor/side-bar/WorkspaceUpdater.tsx +1 -1
  366. package/src/components/project-viewer/ProjectViewer.tsx +8 -5
  367. package/src/components/shared/ProjectSelectorUtils.tsx +1 -1
  368. package/src/components/workspace-review/WorkspaceReview.tsx +1 -1
  369. package/src/components/workspace-setup/CreateProjectModal.tsx +2 -2
  370. package/src/components/workspace-setup/CreateWorkspaceModal.tsx +1 -1
  371. package/src/components/workspace-setup/WorkspaceSetup.tsx +7 -7
  372. package/src/index.ts +9 -5
  373. package/src/stores/DependencyProjectViewerHelper.ts +1 -1
  374. package/src/stores/EditorGraphState.ts +49 -798
  375. package/src/stores/EditorSDLCState.ts +1 -1
  376. package/src/stores/EditorStore.ts +98 -323
  377. package/src/stores/EditorStoreTestUtils.ts +0 -2
  378. package/src/stores/EditorTabManagerState.ts +90 -25
  379. package/src/stores/EmbeddedQueryBuilderState.ts +11 -11
  380. package/src/stores/ExplorerTreeState.ts +2 -4
  381. package/src/stores/GraphEditFormModeState.ts +605 -0
  382. package/src/stores/GraphEditGrammarModeState.ts +512 -0
  383. package/src/stores/GraphEditorMode.ts +77 -0
  384. package/src/stores/LegendStudioApplicationPlugin.ts +14 -4
  385. package/src/stores/LegendStudioBaseStore.ts +35 -11
  386. package/src/stores/editor/NewElementState.ts +36 -20
  387. package/src/stores/editor/StandardEditorMode.ts +1 -1
  388. package/src/stores/editor-state/ExternalFormatState.ts +1 -1
  389. package/src/stores/editor-state/FileGenerationState.ts +1 -1
  390. package/src/stores/editor-state/GrammarTextEditorState.ts +4 -5
  391. package/src/stores/editor-state/GraphGenerationState.ts +6 -2
  392. package/src/stores/editor-state/ModelImporterState.ts +1 -1
  393. package/src/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +1 -1
  394. package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +5 -1
  395. package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +12 -5
  396. package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +1 -1
  397. package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +1 -3
  398. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +1 -1
  399. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +12 -21
  400. package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +6 -15
  401. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +7 -20
  402. package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +1 -1
  403. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +3 -3
  404. package/src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +1 -1
  405. package/src/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +1 -1
  406. package/src/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +1 -1
  407. package/src/stores/project-viewer/ProjectViewerEditorMode.ts +1 -1
  408. package/src/stores/project-viewer/ProjectViewerStore.ts +14 -25
  409. package/src/stores/sidebar-state/BulkServiceRegistrationState.ts +1 -1
  410. package/src/stores/sidebar-state/LocalChangesState.ts +57 -16
  411. package/src/stores/sidebar-state/ProjectOverviewState.ts +2 -2
  412. package/src/stores/sidebar-state/WorkflowManagerState.ts +1 -1
  413. package/src/stores/sidebar-state/WorkspaceReviewState.ts +2 -2
  414. package/src/stores/sidebar-state/WorkspaceSyncState.ts +3 -2
  415. package/src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +2 -2
  416. package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +1 -1
  417. package/src/stores/workspace-review/WorkspaceReviewStore.ts +1 -1
  418. package/src/stores/workspace-setup/WorkspaceSetupStore.ts +2 -2
  419. package/tsconfig.json +13 -11
  420. package/tsconfig.package.json +1 -2
  421. package/lib/stores/LegendStudioAppEvent.d.ts.map +0 -1
  422. package/lib/stores/LegendStudioAppEvent.js.map +0 -1
  423. package/lib/stores/LegendStudioApplicationNavigationContext.d.ts.map +0 -1
  424. package/lib/stores/LegendStudioApplicationNavigationContext.js.map +0 -1
  425. package/lib/stores/LegendStudioCodeSnippets.d.ts.map +0 -1
  426. package/lib/stores/LegendStudioCodeSnippets.js.map +0 -1
  427. package/lib/stores/LegendStudioCommand.d.ts.map +0 -1
  428. package/lib/stores/LegendStudioCommand.js.map +0 -1
  429. package/lib/stores/LegendStudioDocumentation.d.ts.map +0 -1
  430. package/lib/stores/LegendStudioDocumentation.js.map +0 -1
  431. package/lib/stores/LegendStudioEventService.d.ts.map +0 -1
  432. package/lib/stores/LegendStudioEventService.js.map +0 -1
  433. package/lib/stores/LegendStudioRouter.d.ts.map +0 -1
  434. package/lib/stores/LegendStudioRouter.js.map +0 -1
  435. package/lib/stores/LegendStudioStorage.d.ts.map +0 -1
  436. package/lib/stores/LegendStudioStorage.js.map +0 -1
  437. package/lib/stores/LegendStudioTelemetry.d.ts.map +0 -1
  438. package/lib/stores/LegendStudioTelemetry.js +0 -37
  439. package/lib/stores/LegendStudioTelemetry.js.map +0 -1
  440. /package/lib/{stores → application}/LegendStudioApplicationNavigationContext.d.ts +0 -0
  441. /package/lib/{stores → application}/LegendStudioApplicationNavigationContext.js +0 -0
  442. /package/lib/{stores → application}/LegendStudioCommand.d.ts +0 -0
  443. /package/lib/{stores → application}/LegendStudioCommand.js +0 -0
  444. /package/lib/{stores → application}/LegendStudioDocumentation.d.ts +0 -0
  445. /package/lib/{stores → application}/LegendStudioDocumentation.js +0 -0
  446. /package/src/{stores → application}/LegendStudioApplicationNavigationContext.ts +0 -0
  447. /package/src/{stores → application}/LegendStudioCommand.ts +0 -0
  448. /package/src/{stores → application}/LegendStudioDocumentation.ts +0 -0
  449. /package/src/{stores/LegendStudioAppEvent.ts → application/LegendStudioEvent.ts} +0 -0
  450. /package/src/stores/{LegendStudioCodeSnippets.ts → Core_CodeSnippets.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudio.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudio.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EACL,KAAK,uBAAuB,EAG5B,iBAAiB,EAGjB,KAAK,mCAAmC,EAEzC,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EACL,KAAK,wCAAwC,EAC7C,6BAA6B,EAC9B,MAAM,oCAAoC,CAAC;AAgB5C,qBAAa,YAAa,SAAQ,iBAAiB;IACzC,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;IAEjD,MAAM,CAAC,MAAM,IAAI,YAAY;IAWvB,oBAAoB,CACxB,KAAK,EAAE,mCAAmC,CAAC,wCAAwC,CAAC,GACnF,OAAO,CAAC,uBAAuB,CAAC;IAI7B,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;CAyBvC"}
1
+ {"version":3,"file":"LegendStudio.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudio.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EACL,KAAK,uBAAuB,EAG5B,iBAAiB,EAGjB,KAAK,mCAAmC,EAGzC,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EACL,KAAK,wCAAwC,EAC7C,6BAA6B,EAC9B,MAAM,oCAAoC,CAAC;AAgB5C,qBAAa,YAAa,SAAQ,iBAAiB;IACzC,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;IAEjD,MAAM,CAAC,MAAM,IAAI,YAAY;IAcvB,oBAAoB,CACxB,KAAK,EAAE,mCAAmC,CAAC,wCAAwC,CAAC,GACnF,OAAO,CAAC,uBAAuB,CAAC;IAI7B,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;CAsBvC"}
@@ -17,8 +17,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
17
17
  import { createRoot } from 'react-dom/client';
18
18
  import { LegendStudioApplication } from '../components/LegendStudioApplication.js';
19
19
  import { LegendStudioPluginManager } from './LegendStudioPluginManager.js';
20
- import { ApplicationStoreProvider, LegendApplication, setupLegendApplicationUILibrary, WebApplicationNavigatorProvider, BrowserRouter, } from '@finos/legend-application';
21
- import { Core_PureGraphManagerPlugin } from '@finos/legend-graph';
20
+ import { ApplicationStoreProvider, LegendApplication, setupLegendApplicationUILibrary, WebApplicationNavigatorProvider, BrowserRouter, Core_LegendApplicationPlugin, } from '@finos/legend-application';
21
+ import { Core_GraphManagerPreset } from '@finos/legend-graph';
22
22
  import { getRootElement } from '@finos/legend-art';
23
23
  import { LegendStudioApplicationConfig, } from './LegendStudioApplicationConfig.js';
24
24
  import { Core_LegendStudioApplicationPlugin } from '../components/Core_LegendStudioApplicationPlugin.js';
@@ -30,12 +30,15 @@ const setupLegendStudioUILibrary = async (pluginManager, logger) => {
30
30
  export class LegendStudio extends LegendApplication {
31
31
  static create() {
32
32
  const application = new LegendStudio(LegendStudioPluginManager.create());
33
+ application.withBasePresets([
34
+ new Core_GraphManagerPreset(),
35
+ new QueryBuilder_GraphManagerPreset(),
36
+ ]);
33
37
  application.withBasePlugins([
34
- new Core_PureGraphManagerPlugin(),
38
+ new Core_LegendApplicationPlugin(),
35
39
  new Core_LegendStudioApplicationPlugin(),
36
40
  new QueryBuilder_LegendApplicationPlugin(),
37
41
  ]);
38
- application.withBasePresets([new QueryBuilder_GraphManagerPreset()]);
39
42
  return application;
40
43
  }
41
44
  async configureApplication(input) {
@@ -50,7 +53,7 @@ export class LegendStudio extends LegendApplication {
50
53
  // TODO: would be great if we can have <React.StrictMode> here but since Mobx React is not ready for
51
54
  // concurrency yet, we would have to wait
52
55
  // See https://github.com/mobxjs/mobx/issues/2526
53
- _jsx(BrowserRouter, { basename: this.baseUrl, children: _jsx(WebApplicationNavigatorProvider, { children: _jsx(ApplicationStoreProvider, { config: this.config, pluginManager: this.pluginManager, children: _jsx(LegendStudioApplication, { config: this.config, pluginManager: this.pluginManager }) }) }) }));
56
+ _jsx(BrowserRouter, { basename: this.baseUrl, children: _jsx(WebApplicationNavigatorProvider, { children: _jsx(ApplicationStoreProvider, { config: this.config, pluginManager: this.pluginManager, children: _jsx(LegendStudioApplication, { config: this.config }) }) }) }));
54
57
  }
55
58
  }
56
59
  //# sourceMappingURL=LegendStudio.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudio.js","sourceRoot":"","sources":["../../src/application/LegendStudio.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAGL,wBAAwB,EACxB,iBAAiB,EACjB,+BAA+B,EAC/B,+BAA+B,EAE/B,aAAa,GACd,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,2BAA2B,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAEL,6BAA6B,GAC9B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,qDAAqD,CAAC;AACzG,OAAO,EACL,+BAA+B,EAC/B,oCAAoC,EACpC,0BAA0B,GAC3B,MAAM,6BAA6B,CAAC;AAErC,MAAM,0BAA0B,GAAG,KAAK,EACtC,aAAwC,EACxC,MAA+B,EAChB,EAAE;IACjB,MAAM,+BAA+B,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;IAC7D,MAAM,0BAA0B,EAAE,CAAC;AACrC,CAAC,CAAC;AAEF,MAAM,OAAO,YAAa,SAAQ,iBAAiB;IAIjD,MAAM,CAAC,MAAM;QACX,MAAM,WAAW,GAAG,IAAI,YAAY,CAAC,yBAAyB,CAAC,MAAM,EAAE,CAAC,CAAC;QACzE,WAAW,CAAC,eAAe,CAAC;YAC1B,IAAI,2BAA2B,EAAE;YACjC,IAAI,kCAAkC,EAAE;YACxC,IAAI,oCAAoC,EAAE;SAC3C,CAAC,CAAC;QACH,WAAW,CAAC,eAAe,CAAC,CAAC,IAAI,+BAA+B,EAAE,CAAC,CAAC,CAAC;QACrE,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,KAAoF;QAEpF,OAAO,IAAI,6BAA6B,CAAC,KAAK,CAAC,CAAC;IAClD,CAAC;IAED,KAAK,CAAC,eAAe;QACnB,oCAAoC;QACpC,MAAM,0BAA0B,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAElE,2BAA2B;QAC3B,MAAM,WAAW,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC;QACjD,WAAW,CAAC,MAAM;QAChB,oGAAoG;QACpG,yCAAyC;QACzC,iDAAiD;QACjD,KAAC,aAAa,IAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,YACnC,KAAC,+BAA+B,cAC9B,KAAC,wBAAwB,IACvB,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,aAAa,EAAE,IAAI,CAAC,aAAa,YAEjC,KAAC,uBAAuB,IACtB,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,aAAa,EAAE,IAAI,CAAC,aAAa,GACjC,GACuB,GACK,GACpB,CACjB,CAAC;IACJ,CAAC;CACF"}
1
+ {"version":3,"file":"LegendStudio.js","sourceRoot":"","sources":["../../src/application/LegendStudio.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAGL,wBAAwB,EACxB,iBAAiB,EACjB,+BAA+B,EAC/B,+BAA+B,EAE/B,aAAa,EACb,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAEL,6BAA6B,GAC9B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,qDAAqD,CAAC;AACzG,OAAO,EACL,+BAA+B,EAC/B,oCAAoC,EACpC,0BAA0B,GAC3B,MAAM,6BAA6B,CAAC;AAErC,MAAM,0BAA0B,GAAG,KAAK,EACtC,aAAwC,EACxC,MAA+B,EAChB,EAAE;IACjB,MAAM,+BAA+B,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;IAC7D,MAAM,0BAA0B,EAAE,CAAC;AACrC,CAAC,CAAC;AAEF,MAAM,OAAO,YAAa,SAAQ,iBAAiB;IAIjD,MAAM,CAAC,MAAM;QACX,MAAM,WAAW,GAAG,IAAI,YAAY,CAAC,yBAAyB,CAAC,MAAM,EAAE,CAAC,CAAC;QACzE,WAAW,CAAC,eAAe,CAAC;YAC1B,IAAI,uBAAuB,EAAE;YAC7B,IAAI,+BAA+B,EAAE;SACtC,CAAC,CAAC;QACH,WAAW,CAAC,eAAe,CAAC;YAC1B,IAAI,4BAA4B,EAAE;YAClC,IAAI,kCAAkC,EAAE;YACxC,IAAI,oCAAoC,EAAE;SAC3C,CAAC,CAAC;QACH,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,KAAoF;QAEpF,OAAO,IAAI,6BAA6B,CAAC,KAAK,CAAC,CAAC;IAClD,CAAC;IAED,KAAK,CAAC,eAAe;QACnB,oCAAoC;QACpC,MAAM,0BAA0B,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAElE,2BAA2B;QAC3B,MAAM,WAAW,GAAG,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC;QACjD,WAAW,CAAC,MAAM;QAChB,oGAAoG;QACpG,yCAAyC;QACzC,iDAAiD;QACjD,KAAC,aAAa,IAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,YACnC,KAAC,+BAA+B,cAC9B,KAAC,wBAAwB,IACvB,MAAM,EAAE,IAAI,CAAC,MAAM,EACnB,aAAa,EAAE,IAAI,CAAC,aAAa,YAEjC,KAAC,uBAAuB,IAAC,MAAM,EAAE,IAAI,CAAC,MAAM,GAAI,GACvB,GACK,GACpB,CACjB,CAAC;IACJ,CAAC;CACF"}
@@ -30,6 +30,10 @@ declare class LegendStudioApplicationCoreOptions {
30
30
  */
31
31
  enableGraphBuilderStrictMode: boolean;
32
32
  projectCreationGroupIdSuggestion: string;
33
+ /**
34
+ * TO BE REMOVED post DEMO
35
+ */
36
+ HACKY__previewExperimentalFeatures: boolean;
33
37
  /**
34
38
  * Indicates if we should keep section index and do not rewrite/flatten the paths shortened by section
35
39
  * imports.
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudioApplicationConfig.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,cAAc,EAGnB,oBAAoB,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,EACvB,KAAK,mCAAmC,EACxC,KAAK,kCAAkC,EACxC,MAAM,2BAA2B,CAAC;AAEnC,qBAAa,oCAAoC;IAC/C,GAAG,EAAG,MAAM,CAAC;IACb,YAAY,EAAG,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,EAAE,CAAM;IACrB,aAAa,EAAG,MAAM,CAAC;IAEvB,MAAM,CAAC,QAAQ,CAAC,aAAa,6DAO3B;CACH;AAED,cAAM,kCAAkC;IACtC;;;;OAIG;IACH,4BAA4B,UAAS;IACrC,gCAAgC,SAAwB;IACxD;;;;;;OAMG;IACH,+BAA+B,UAAS;IACxC;;;;;;;;OAQG;IACH,oCAAoC,EAAE,oCAAoC,EAAE,CACvE;IAEL,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CASnC;IAEF,MAAM,CAAC,MAAM,CACX,UAAU,EAAE,WAAW,CAAC,kCAAkC,CAAC,GAC1D,kCAAkC;CAKtC;AAED,MAAM,WAAW,wCACf,SAAQ,kCAAkC;IAC1C,IAAI,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,cAAc,CAAA;KAAE,CAAC;IACpD,KAAK,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IACvB,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,KAAK,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CACzB;AAED,qBAAa,6BAA8B,SAAQ,uBAAuB;IACxE,QAAQ,CAAC,OAAO,qCAA4C;IAE5D,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnD,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,qBAAqB,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5D,QAAQ,CAAC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;gBAG1C,KAAK,EAAE,mCAAmC,CAAC,wCAAwC,CAAC;CA+CvF"}
1
+ {"version":3,"file":"LegendStudioApplicationConfig.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,cAAc,EAGnB,oBAAoB,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,EACvB,KAAK,mCAAmC,EACxC,KAAK,kCAAkC,EACxC,MAAM,2BAA2B,CAAC;AAEnC,qBAAa,oCAAoC;IAC/C,GAAG,EAAG,MAAM,CAAC;IACb,YAAY,EAAG,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,EAAE,CAAM;IACrB,aAAa,EAAG,MAAM,CAAC;IAEvB,MAAM,CAAC,QAAQ,CAAC,aAAa,6DAO3B;CACH;AAED,cAAM,kCAAkC;IACtC;;;;OAIG;IACH,4BAA4B,UAAS;IACrC,gCAAgC,SAAwB;IAExD;;OAEG;IACH,kCAAkC,UAAS;IAE3C;;;;;;OAMG;IACH,+BAA+B,UAAS;IACxC;;;;;;;;OAQG;IACH,oCAAoC,EAAE,oCAAoC,EAAE,CACvE;IAEL,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAUnC;IAEF,MAAM,CAAC,MAAM,CACX,UAAU,EAAE,WAAW,CAAC,kCAAkC,CAAC,GAC1D,kCAAkC;CAKtC;AAED,MAAM,WAAW,wCACf,SAAQ,kCAAkC;IAC1C,IAAI,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,cAAc,CAAA;KAAE,CAAC;IACpD,KAAK,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IACvB,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,KAAK,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CACzB;AAED,qBAAa,6BAA8B,SAAQ,uBAAuB;IACxE,QAAQ,CAAC,OAAO,qCAA4C;IAE5D,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnD,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,qBAAqB,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5D,QAAQ,CAAC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;gBAG1C,KAAK,EAAE,mCAAmC,CAAC,wCAAwC,CAAC;CA+CvF"}
@@ -16,7 +16,7 @@
16
16
  import { createModelSchema, list, object, optional, primitive, } from 'serializr';
17
17
  import { assertNonNullable, guaranteeNonEmptyString, SerializationFactory, } from '@finos/legend-shared';
18
18
  import { LegendApplicationConfig, } from '@finos/legend-application';
19
- export class ServiceRegistrationEnvironmentConfig {
19
+ class ServiceRegistrationEnvironmentConfig {
20
20
  env;
21
21
  executionUrl;
22
22
  modes = [];
@@ -28,6 +28,7 @@ export class ServiceRegistrationEnvironmentConfig {
28
28
  modes: list(primitive()),
29
29
  }));
30
30
  }
31
+ export { ServiceRegistrationEnvironmentConfig };
31
32
  class LegendStudioApplicationCoreOptions {
32
33
  /**
33
34
  * Indicates if we should enable strict-mode for graph builder
@@ -36,6 +37,10 @@ class LegendStudioApplicationCoreOptions {
36
37
  */
37
38
  enableGraphBuilderStrictMode = false;
38
39
  projectCreationGroupIdSuggestion = 'org.finos.legend.*';
40
+ /**
41
+ * TO BE REMOVED post DEMO
42
+ */
43
+ HACKY__previewExperimentalFeatures = false;
39
44
  /**
40
45
  * Indicates if we should keep section index and do not rewrite/flatten the paths shortened by section
41
46
  * imports.
@@ -57,6 +62,7 @@ class LegendStudioApplicationCoreOptions {
57
62
  static serialization = new SerializationFactory(createModelSchema(LegendStudioApplicationCoreOptions, {
58
63
  enableGraphBuilderStrictMode: optional(primitive()),
59
64
  projectCreationGroupIdSuggestion: optional(primitive()),
65
+ HACKY__previewExperimentalFeatures: optional(primitive()),
60
66
  TEMPORARY__preserveSectionIndex: optional(primitive()),
61
67
  TEMPORARY__serviceRegistrationConfig: list(object(ServiceRegistrationEnvironmentConfig)),
62
68
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudioApplicationConfig.js","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"LegendStudioApplicationConfig.js","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioApplicationNavigationContext.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationNavigationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,gDAAgD;IAE1D,KAAK,iBAAiB;IACtB,2BAA2B,uCAAuC;IAGlE,MAAM,kBAAkB;IAExB,YAAY,+BAA+B;IAC3C,gBAAgB,mCAAmC;IACnD,sBAAsB,yCAAyC;IAE/D,YAAY,+BAA+B;IAC3C,uBAAuB,0CAA0C;IACjE,+BAA+B,kDAAkD;IACjF,wBAAwB,2CAA2C;IACnE,uBAAuB,0CAA0C;IACjE,oCAAoC,gEAAgE;IACpG,6BAA6B,yDAAyD;IAEtF,cAAc,iCAAiC;IAC/C,kBAAkB,qCAAqC;IACvD,kBAAkB,qCAAqC;IACvD,eAAe,kCAAkC;IAEjD,cAAc,iCAAiC;IAC/C,oBAAoB,sDAAsD;IAC1E,8BAA8B,gEAAgE;IAC9F,0BAA0B,4DAA4D;IACtF,wBAAwB,kDAAkD;IAC1E,mBAAmB,6CAA6C;IAEhE,cAAc,iCAAiC;IAE/C,iBAAiB,oCAAoC;IACrD,gBAAgB,qDAAqD;IAErE,cAAc,iCAAiC;IAC/C,wBAAwB,2CAA2C;IACnE,mBAAmB,sCAAsC;IAEzD,mBAAmB,sCAAsC;CAC1D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioApplicationNavigationContext.js","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationNavigationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,gDA0CX;AA1CD,WAAY,gDAAgD;IAC1D,QAAQ;IACR,0EAAsB,CAAA;IACtB,sHAAkE,CAAA;IAElE,SAAS;IACT,4EAAwB,CAAA;IAExB,+FAA2C,CAAA;IAC3C,uGAAmD,CAAA;IACnD,mHAA+D,CAAA;IAE/D,+FAA2C,CAAA;IAC3C,qHAAiE,CAAA;IACjE,qIAAiF,CAAA;IACjF,uHAAmE,CAAA;IACnE,qHAAiE,CAAA;IACjE,wJAAoG,CAAA;IACpG,0IAAsF,CAAA;IAEtF,mGAA+C,CAAA;IAC/C,2GAAuD,CAAA;IACvD,2GAAuD,CAAA;IACvD,qGAAiD,CAAA;IAEjD,mGAA+C,CAAA;IAC/C,8HAA0E,CAAA;IAC1E,kJAA8F,CAAA;IAC9F,0IAAsF,CAAA;IACtF,8HAA0E,CAAA;IAC1E,oHAAgE,CAAA;IAEhE,mGAA+C,CAAA;IAE/C,yGAAqD,CAAA;IACrD,yHAAqE,CAAA;IAErE,mGAA+C,CAAA;IAC/C,uHAAmE,CAAA;IACnE,6GAAyD,CAAA;IAEzD,6GAAyD,CAAA;AAC3D,CAAC,EA1CW,gDAAgD,GAAhD,gDAAgD,KAAhD,gDAAgD,QA0C3D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioCommand.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,oBAAY,yBAAyB;IACnC,mBAAmB,0BAA0B;IAC7C,cAAc,8BAA8B;IAC5C,cAAc,0BAA0B;IACxC,gBAAgB,4BAA4B;IAC5C,QAAQ,oBAAoB;IAC5B,OAAO,mBAAmB;IAC1B,gBAAgB,kCAAkC;IAClD,mBAAmB,+BAA+B;IAClD,uBAAuB,mCAAmC;IAC1D,4BAA4B,wCAAwC;IACpE,+BAA+B,2CAA2C;IAC1E,gCAAgC,4CAA4C;CAC7E;AAED,eAAO,MAAM,4BAA4B,EAAE,iBAiD1C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioCommand.js","sourceRoot":"","sources":["../../src/application/LegendStudioCommand.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,CAAN,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACnC,0EAA6C,CAAA;IAC7C,yEAA4C,CAAA;IAC5C,qEAAwC,CAAA;IACxC,yEAA4C,CAAA;IAC5C,yDAA4B,CAAA;IAC5B,uDAA0B,CAAA;IAC1B,+EAAkD,CAAA;IAClD,+EAAkD,CAAA;IAClD,uFAA0D,CAAA;IAC1D,iGAAoE,CAAA;IACpE,uGAA0E,CAAA;IAC1E,yGAA4E,CAAA;AAC9E,CAAC,EAbW,yBAAyB,GAAzB,yBAAyB,KAAzB,yBAAyB,QAapC;AAED,MAAM,CAAC,MAAM,4BAA4B,GAAsB;IAC7D,CAAC,yBAAyB,CAAC,mBAAmB,CAAC,EAAE;QAC/C,KAAK,EAAE,qBAAqB;QAC5B,uBAAuB,EAAE,cAAc;KACxC;IACD,CAAC,yBAAyB,CAAC,cAAc,CAAC,EAAE;QAC1C,KAAK,EAAE,oBAAoB;QAC3B,uBAAuB,EAAE,oBAAoB;KAC9C;IACD,CAAC,yBAAyB,CAAC,cAAc,CAAC,EAAE;QAC1C,KAAK,EAAE,oBAAoB;QAC3B,uBAAuB,EAAE,cAAc;KACxC;IACD,CAAC,yBAAyB,CAAC,mBAAmB,CAAC,EAAE;QAC/C,KAAK,EAAE,qBAAqB;QAC5B,uBAAuB,EAAE,IAAI;KAC9B;IACD,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,EAAE;QAC5C,KAAK,EAAE,kBAAkB;QACzB,uBAAuB,EAAE,IAAI;KAC9B;IACD,CAAC,yBAAyB,CAAC,OAAO,CAAC,EAAE;QACnC,KAAK,EAAE,SAAS;QAChB,uBAAuB,EAAE,IAAI;KAC9B;IACD,CAAC,yBAAyB,CAAC,QAAQ,CAAC,EAAE;QACpC,KAAK,EAAE,UAAU;QACjB,uBAAuB,EAAE,KAAK;KAC/B;IACD,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,EAAE;QAC5C,KAAK,EAAE,wBAAwB;QAC/B,uBAAuB,EAAE,mBAAmB;KAC7C;IACD,CAAC,yBAAyB,CAAC,uBAAuB,CAAC,EAAE;QACnD,KAAK,EAAE,yBAAyB;QAChC,uBAAuB,EAAE,oBAAoB;KAC9C;IACD,CAAC,yBAAyB,CAAC,4BAA4B,CAAC,EAAE;QACxD,KAAK,EAAE,8BAA8B;QACrC,uBAAuB,EAAE,oBAAoB;KAC9C;IACD,CAAC,yBAAyB,CAAC,+BAA+B,CAAC,EAAE;QAC3D,KAAK,EAAE,iCAAiC;QACxC,uBAAuB,EAAE,oBAAoB;KAC9C;IACD,CAAC,yBAAyB,CAAC,gCAAgC,CAAC,EAAE;QAC5D,KAAK,EAAE,kCAAkC;QACzC,uBAAuB,EAAE,oBAAoB;KAC9C;CACF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioDocumentation.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAG/E,oBAAY,+BAA+B;IACzC,cAAc,+BAA+B;IAE7C,eAAe,0BAA0B;IACzC,cAAc,yBAAyB;IACvC,cAAc,yBAAyB;IACvC,gBAAgB,2BAA2B;IAG3C,mBAAmB,wBAAwB;IAC3C,sBAAsB,+BAA+B;IACrD,yBAAyB,kCAAkC;IAC3D,sBAAsB,+BAA+B;IACrD,yBAAyB,iCAAiC;IAC1D,sBAAsB,+BAA+B;IACrD,uCAAuC,gDAAgD;IACvF,8BAA8B,uCAAuC;IACrE,mBAAmB,4BAA4B;IAE/C,qBAAqB,kBAAkB;IACvC,uBAAuB,oBAAoB;IAC3C,2BAA2B,wBAAwB;IACnD,uBAAuB,oBAAoB;IAC3C,2BAA2B,wBAAwB;IACnD,wBAAwB,qBAAqB;IAC7C,uBAAuB,wCAAwC;IAC/D,wBAAwB,2CAA2C;IACnE,uBAAuB,wCAAwC;IAC/D,uBAAuB,wCAAwC;IAC/D,0BAA0B,2CAA2C;IACrE,wCAAwC,0EAA0E;IAClH,6CAA6C,sEAAsE;IACnH,oBAAoB,kCAAkC;IAEtD,wCAAwC,yDAAyD;IACjG,uCAAuC,wDAAwD;IAC/F,yCAAyC,0DAA0D;IACnG,iDAAiD,oEAAoE;IAGrH,oBAAoB,yBAAyB;IAC7C,oCAAoC,yCAAyC;IAC7E,iCAAiC,sCAAsC;IAEvE,8BAA8B,mCAAmC;IACjE,iCAAiC,4CAA4C;IAC7E,mCAAmC,8CAA8C;IACjF,yCAAyC,oDAAoD;IAC7F,mCAAmC,8CAA8C;IACjF,yCAAyC,oDAAoD;IAC7F,mCAAmC,8CAA8C;IACjF,8CAA8C,mDAAmD;IAGjG,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;CAC5D;AAED,eAAO,MAAM,oCAAoC,EAAE,6BAYhD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioDocumentation.js","sourceRoot":"","sources":["../../src/application/LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,gDAAgD,EAAE,MAAM,+CAA+C,CAAC;AAEjH,MAAM,CAAN,IAAY,+BAyDX;AAzDD,WAAY,+BAA+B;IACzC,gFAA6C,CAAA;IAE7C,4EAAyC,CAAA;IACzC,0EAAuC,CAAA;IACvC,0EAAuC,CAAA;IACvC,8EAA2C,CAAA;IAE3C,kBAAkB;IAClB,8EAA2C,CAAA;IAC3C,wFAAqD,CAAA;IACrD,8FAA2D,CAAA;IAC3D,wFAAqD,CAAA;IACrD,6FAA0D,CAAA;IAC1D,wFAAqD,CAAA;IACrD,0HAAuF,CAAA;IACvF,wGAAqE,CAAA;IACrE,kFAA+C,CAAA;IAC/C,mBAAmB;IACnB,0EAAuC,CAAA;IACvC,8EAA2C,CAAA;IAC3C,sFAAmD,CAAA;IACnD,8EAA2C,CAAA;IAC3C,sFAAmD,CAAA;IACnD,gFAA6C,CAAA;IAC7C,kGAA+D,CAAA;IAC/D,sGAAmE,CAAA;IACnE,kGAA+D,CAAA;IAC/D,kGAA+D,CAAA;IAC/D,wGAAqE,CAAA;IACrE,qJAAkH,CAAA;IAClH,sJAAmH,CAAA;IACnH,yFAAsD,CAAA;IACtD,8BAA8B;IAC9B,oIAAiG,CAAA;IACjG,kIAA+F,CAAA;IAC/F,sIAAmG,CAAA;IACnG,wJAAqH,CAAA;IAErH,YAAY;IACZ,gFAA6C,CAAA;IAC7C,gHAA6E,CAAA;IAC7E,0GAAuE,CAAA;IAEvE,oGAAiE,CAAA;IACjE,gHAA6E,CAAA;IAC7E,oHAAiF,CAAA;IACjF,gIAA6F,CAAA;IAC7F,oHAAiF,CAAA;IACjF,gIAA6F,CAAA;IAC7F,oHAAiF,CAAA;IACjF,oIAAiG,CAAA;IAEjG,WAAW;IACX,gFAA6C,CAAA;IAC7C,8FAA2D,CAAA;IAC3D,8FAA2D,CAAA;AAC7D,CAAC,EAzDW,+BAA+B,GAA/B,+BAA+B,KAA/B,+BAA+B,QAyD1C;AAED,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,CAAC,gDAAgD,CAAC,YAAY,CAAC,EAC7D,+BAA+B,CAAC,oBAAoB;IACtD,CAAC,gDAAgD,CAAC,oCAAoC,CAAC,EACrF,+BAA+B,CAAC,yCAAyC;IAC3E,CAAC,gDAAgD,CAAC,6BAA6B,CAAC,EAC9E,+BAA+B,CAAC,yCAAyC;IAC3E,CAAC,gDAAgD,CAAC,mBAAmB,CAAC,EACpE,+BAA+B,CAAC,2BAA2B;IAC7D,CAAC,gDAAgD,CAAC,mBAAmB,CAAC,EACpE,+BAA+B,CAAC,2BAA2B;CAC9D,CAAC"}
@@ -34,4 +34,4 @@ export declare enum LEGEND_STUDIO_APP_EVENT {
34
34
  PUSH_LOCAL_CHANGES__SUCCESS = "sdlc.local-changes-push.success",
35
35
  DEPOT_MANAGER_FAILURE = "depot.manager.failure"
36
36
  }
37
- //# sourceMappingURL=LegendStudioAppEvent.d.ts.map
37
+ //# sourceMappingURL=LegendStudioEvent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioEvent.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,uBAAuB;IACjC,qBAAqB,4CAA4C;IACjE,oBAAoB,2CAA2C;IAC/D,4BAA4B,4CAA4C;IAExE,8BAA8B,yCAAyC;IACvE,8BAA8B,yCAAyC;IACvE,6BAA6B,6CAA6C;IAI1E,eAAe,gCAAgC;IAC/C,uBAAuB,4BAA4B;IACnD,4BAA4B,sCAAsC;IAClE,oBAAoB,gCAAgC;IACpD,wBAAwB,oCAAoC;IAC5D,4BAA4B,+CAA+C;IAC3E,2BAA2B,8CAA8C;IACzE,kBAAkB,8BAA8B;IAChD,uBAAuB,mCAAmC;IAI1D,oBAAoB,yBAAyB;IAE7C,yBAAyB,kCAAkC;IAC3D,2BAA2B,oCAAoC;IAI/D,qBAAqB,0BAA0B;CAChD"}
@@ -41,4 +41,4 @@ export var LEGEND_STUDIO_APP_EVENT;
41
41
  // TODO: consider to split this generic errors into more specific events
42
42
  LEGEND_STUDIO_APP_EVENT["DEPOT_MANAGER_FAILURE"] = "depot.manager.failure";
43
43
  })(LEGEND_STUDIO_APP_EVENT = LEGEND_STUDIO_APP_EVENT || (LEGEND_STUDIO_APP_EVENT = {}));
44
- //# sourceMappingURL=LegendStudioAppEvent.js.map
44
+ //# sourceMappingURL=LegendStudioEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioEvent.js","sourceRoot":"","sources":["../../src/application/LegendStudioEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,uBA+BX;AA/BD,WAAY,uBAAuB;IACjC,4FAAiE,CAAA;IACjE,0FAA+D,CAAA;IAC/D,mGAAwE,CAAA;IAExE,kGAAuE,CAAA;IACvE,kGAAuE,CAAA;IACvE,qGAA0E,CAAA;IAE1E,UAAU;IACV,mFAAmF;IACnF,0EAA+C,CAAA;IAC/C,8EAAmD,CAAA;IACnD,6FAAkE,CAAA;IAClE,+EAAoD,CAAA;IACpD,uFAA4D,CAAA;IAC5D,sGAA2E,CAAA;IAC3E,oGAAyE,CAAA;IACzE,2EAAgD,CAAA;IAChD,qFAA0D,CAAA;IAE1D,OAAO;IACP,wEAAwE;IACxE,wEAA6C,CAAA;IAE7C,sFAA2D,CAAA;IAC3D,0FAA+D,CAAA;IAE/D,QAAQ;IACR,wEAAwE;IACxE,0EAA+C,CAAA;AACjD,CAAC,EA/BW,uBAAuB,GAAvB,uBAAuB,KAAvB,uBAAuB,QA+BlC"}
@@ -13,8 +13,8 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
-
17
- export enum LEGEND_STUDIO_SETTINGS_KEY {
18
- EDITOR_STRICT_MODE = 'editor.strictMode',
19
- EDITOR_WRAP_TEXT = 'editor.wrapText',
16
+ import { type EventService } from '@finos/legend-application';
17
+ export declare class LegendStudioEventHelper {
18
+ static notify_ApplicationLoadSucceeded(service: EventService): void;
20
19
  }
20
+ //# sourceMappingURL=LegendStudioEventHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioEventHelper.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioEventHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,KAAK,YAAY,EAClB,MAAM,2BAA2B,CAAC;AAEnC,qBAAa,uBAAuB;IAClC,MAAM,CAAC,+BAA+B,CAAC,OAAO,EAAE,YAAY,GAAG,IAAI;CAGpE"}
@@ -13,11 +13,10 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { type EventService } from '@finos/legend-application';
17
- export declare class LegendStudioEventService {
18
- private eventService;
19
- private constructor();
20
- static create(eventService: EventService): LegendStudioEventService;
21
- notify_ApplicationLoaded(): void;
16
+ import { APPLICATION_EVENT, } from '@finos/legend-application';
17
+ export class LegendStudioEventHelper {
18
+ static notify_ApplicationLoadSucceeded(service) {
19
+ service.notify(APPLICATION_EVENT.APPLICATION_LOAD__SUCCESS, {});
20
+ }
22
21
  }
23
- //# sourceMappingURL=LegendStudioEventService.d.ts.map
22
+ //# sourceMappingURL=LegendStudioEventHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioEventHelper.js","sourceRoot":"","sources":["../../src/application/LegendStudioEventHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,iBAAiB,GAElB,MAAM,2BAA2B,CAAC;AAEnC,MAAM,OAAO,uBAAuB;IAClC,MAAM,CAAC,+BAA+B,CAAC,OAAqB;QAC1D,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAAC,yBAAyB,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;CACF"}
@@ -14,7 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { WorkspaceType } from '@finos/legend-server-sdlc';
17
- export declare enum LEGEND_STUDIO_PATH_PARAM_TOKEN {
17
+ export declare enum LEGEND_STUDIO_ROUTE_PATTERN_TOKEN {
18
18
  PROJECT_ID = "projectId",
19
19
  WORKSPACE_ID = "workspaceId",
20
20
  GROUP_WORKSPACE_ID = "groupWorkspaceId",
@@ -44,28 +44,28 @@ export declare const LEGEND_STUDIO_SDLC_BYPASSED_ROUTE_PATTERN: Readonly<{
44
44
  VIEW_BY_GAV_ENTITY: "/view/archive/:gav/entity/:entityPath";
45
45
  }>;
46
46
  export declare const LEGEND_DEPENDENCY_ROUTE_PATTERN: string;
47
- export interface ReviewPathParams {
48
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID]: string;
49
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.REVIEW_ID]: string;
50
- }
51
- export interface ViewerPathParams {
52
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.GAV]?: string;
53
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID]?: string;
54
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.VERSION_ID]?: string;
55
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.REVISION_ID]?: string;
56
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH]?: string;
57
- }
58
- export interface WorkspaceEditorPathParams {
59
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID]: string;
60
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.WORKSPACE_ID]?: string;
61
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.GROUP_WORKSPACE_ID]?: string;
62
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH]?: string;
63
- }
64
- export interface SetupPathParams {
65
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID]?: string;
66
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.WORKSPACE_ID]?: string;
67
- [LEGEND_STUDIO_PATH_PARAM_TOKEN.GROUP_WORKSPACE_ID]?: string;
68
- }
47
+ export type ReviewPathParams = {
48
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID]: string;
49
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.REVIEW_ID]: string;
50
+ };
51
+ export type ViewerPathParams = {
52
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GAV]?: string;
53
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID]?: string;
54
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.VERSION_ID]?: string;
55
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.REVISION_ID]?: string;
56
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH]?: string;
57
+ };
58
+ export type WorkspaceEditorPathParams = {
59
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID]: string;
60
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.WORKSPACE_ID]?: string;
61
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GROUP_WORKSPACE_ID]?: string;
62
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH]?: string;
63
+ };
64
+ export type SetupPathParams = {
65
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID]?: string;
66
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.WORKSPACE_ID]?: string;
67
+ [LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GROUP_WORKSPACE_ID]?: string;
68
+ };
69
69
  export declare const generateSetupRoute: (projectId: string | undefined, workspaceId?: string | undefined, workspaceType?: WorkspaceType | undefined) => string;
70
70
  export declare const generateEditorRoute: (projectId: string, workspaceId: string, workspaceType: WorkspaceType, entityPath?: string | undefined) => string;
71
71
  export declare const generateReviewRoute: (projectId: string, reviewId: string) => string;
@@ -75,4 +75,4 @@ export declare const generateViewProjectByGAVRoute: (groupId: string, artifactId
75
75
  export declare const generateViewVersionRoute: (projectId: string, versionId: string, entityPath?: string | undefined) => string;
76
76
  export declare const generateViewRevisionRoute: (projectId: string, revisionId: string, entityPath?: string | undefined) => string;
77
77
  export declare const generateDependencyDashboardRoute: (projectId?: string | undefined, groupId?: string | undefined, artifactId?: string | undefined, versionId?: string | undefined, testsBatchId?: string | undefined) => string;
78
- //# sourceMappingURL=LegendStudioRouter.d.ts.map
78
+ //# sourceMappingURL=LegendStudioNavigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioNavigation.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioNavigation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAI1D,oBAAY,iCAAiC;IAC3C,UAAU,cAAc;IACxB,YAAY,gBAAgB;IAC5B,kBAAkB,qBAAqB;IACvC,WAAW,eAAe;IAC1B,UAAU,cAAc;IACxB,SAAS,aAAa;IACtB,WAAW,eAAe;IAC1B,GAAG,QAAQ;CACZ;AAED,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;EActC,CAAC;AAEH,eAAO,MAAM,yCAAyC;;;EAGpD,CAAC;AAEH,eAAO,MAAM,+BAA+B,QAA8H,CAAC;AAE3K,MAAM,MAAM,gBAAgB,GAAG;IAC7B,CAAC,iCAAiC,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IACvD,CAAC,iCAAiC,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,CAAC,iCAAiC,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC;IACjD,CAAC,iCAAiC,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,CAAC;IACxD,CAAC,iCAAiC,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,CAAC;IACxD,CAAC,iCAAiC,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;IACzD,CAAC,iCAAiC,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;CAC1D,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,iCAAiC,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IACvD,CAAC,iCAAiC,CAAC,YAAY,CAAC,CAAC,EAAE,MAAM,CAAC;IAC1D,CAAC,iCAAiC,CAAC,kBAAkB,CAAC,CAAC,EAAE,MAAM,CAAC;IAChE,CAAC,iCAAiC,CAAC,WAAW,CAAC,CAAC,EAAE,MAAM,CAAC;CAC1D,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,iCAAiC,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,CAAC;IACxD,CAAC,iCAAiC,CAAC,YAAY,CAAC,CAAC,EAAE,MAAM,CAAC;IAC1D,CAAC,iCAAiC,CAAC,kBAAkB,CAAC,CAAC,EAAE,MAAM,CAAC;CACjE,CAAC;AA6BF,eAAO,MAAM,kBAAkB,cAClB,MAAM,GAAG,SAAS,gBACf,MAAM,GAAG,SAAS,kBAChB,aAAa,GAAG,SAAS,KACxC,MAMsD,CAAC;AAkC1D,eAAO,MAAM,mBAAmB,cACnB,MAAM,eACJ,MAAM,iBACJ,aAAa,eACf,MAAM,GAAG,SAAS,KAC9B,MAGmE,CAAC;AAEvE,eAAO,MAAM,mBAAmB,cACnB,MAAM,YACP,MAAM,KACf,MAIC,CAAC;AAEL,eAAO,MAAM,wBAAwB,cAAe,MAAM,KAAG,MAGzD,CAAC;AAEL,eAAO,MAAM,uBAAuB,cACvB,MAAM,cACL,MAAM,KACjB,MAIC,CAAC;AAEL,eAAO,MAAM,6BAA6B,YAC/B,MAAM,cACH,MAAM,aACP,MAAM,GAAG,SAAS,eAChB,MAAM,GAAG,SAAS,KAC9B,MAWI,CAAC;AAER,eAAO,MAAM,wBAAwB,cACxB,MAAM,aACN,MAAM,eACJ,MAAM,GAAG,SAAS,KAC9B,MAUK,CAAC;AAET,eAAO,MAAM,yBAAyB,cACzB,MAAM,cACL,MAAM,eACL,MAAM,GAAG,SAAS,KAC9B,MAUK,CAAC;AAsBT,eAAO,MAAM,gCAAgC,eAC/B,MAAM,GAAG,SAAS,YACpB,MAAM,GAAG,SAAS,eACf,MAAM,GAAG,SAAS,cACnB,MAAM,GAAG,SAAS,iBACf,MAAM,GAAG,SAAS,KAChC,MAYF,CAAC"}
@@ -17,37 +17,37 @@ import { generateGAVCoordinates } from '@finos/legend-storage';
17
17
  import { WorkspaceType } from '@finos/legend-server-sdlc';
18
18
  import { guaranteeNonNullable } from '@finos/legend-shared';
19
19
  import { generatePath } from '@finos/legend-application';
20
- export var LEGEND_STUDIO_PATH_PARAM_TOKEN;
21
- (function (LEGEND_STUDIO_PATH_PARAM_TOKEN) {
22
- LEGEND_STUDIO_PATH_PARAM_TOKEN["PROJECT_ID"] = "projectId";
23
- LEGEND_STUDIO_PATH_PARAM_TOKEN["WORKSPACE_ID"] = "workspaceId";
24
- LEGEND_STUDIO_PATH_PARAM_TOKEN["GROUP_WORKSPACE_ID"] = "groupWorkspaceId";
25
- LEGEND_STUDIO_PATH_PARAM_TOKEN["REVISION_ID"] = "revisionId";
26
- LEGEND_STUDIO_PATH_PARAM_TOKEN["VERSION_ID"] = "versionId";
27
- LEGEND_STUDIO_PATH_PARAM_TOKEN["REVIEW_ID"] = "reviewId";
28
- LEGEND_STUDIO_PATH_PARAM_TOKEN["ENTITY_PATH"] = "entityPath";
29
- LEGEND_STUDIO_PATH_PARAM_TOKEN["GAV"] = "gav";
30
- })(LEGEND_STUDIO_PATH_PARAM_TOKEN = LEGEND_STUDIO_PATH_PARAM_TOKEN || (LEGEND_STUDIO_PATH_PARAM_TOKEN = {}));
20
+ export var LEGEND_STUDIO_ROUTE_PATTERN_TOKEN;
21
+ (function (LEGEND_STUDIO_ROUTE_PATTERN_TOKEN) {
22
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["PROJECT_ID"] = "projectId";
23
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["WORKSPACE_ID"] = "workspaceId";
24
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["GROUP_WORKSPACE_ID"] = "groupWorkspaceId";
25
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["REVISION_ID"] = "revisionId";
26
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["VERSION_ID"] = "versionId";
27
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["REVIEW_ID"] = "reviewId";
28
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["ENTITY_PATH"] = "entityPath";
29
+ LEGEND_STUDIO_ROUTE_PATTERN_TOKEN["GAV"] = "gav";
30
+ })(LEGEND_STUDIO_ROUTE_PATTERN_TOKEN = LEGEND_STUDIO_ROUTE_PATTERN_TOKEN || (LEGEND_STUDIO_ROUTE_PATTERN_TOKEN = {}));
31
31
  export const LEGEND_STUDIO_ROUTE_PATTERN = Object.freeze({
32
- VIEW: `/view/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}`,
33
- VIEW_BY_ENTITY: `/view/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/entity/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH}`,
34
- VIEW_BY_REVISION: `/view/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/revision/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.REVISION_ID}`,
35
- VIEW_BY_VERSION: `/view/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/version/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.VERSION_ID}`,
36
- VIEW_BY_REVISION_ENTITY: `/view/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/revision/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.REVISION_ID}/entity/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH}`,
37
- VIEW_BY_VERSION_ENTITY: `/view/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/version/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.VERSION_ID}/entity/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH}`,
38
- REVIEW: `/review/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.REVIEW_ID}`,
39
- EDIT_WORKSPACE: `/edit/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.WORKSPACE_ID}/`,
40
- EDIT_WORKSPACE_ENTITY: `/edit/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.WORKSPACE_ID}/entity/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH}`,
41
- EDIT_GROUP_WORKSPACE: `/edit/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/groupWorkspace/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.GROUP_WORKSPACE_ID}/`,
42
- EDIT_GROUP_WORKSPACE_ENTITY: `/edit/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/groupWorkspace/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.GROUP_WORKSPACE_ID}/entity/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH}`,
43
- SETUP_WORKSPACE: `/setup/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}?/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.WORKSPACE_ID}?`,
44
- SETUP_GROUP_WORKSPACE: `/setup/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}/groupWorkspace/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.GROUP_WORKSPACE_ID}/`,
32
+ VIEW: `/view/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}`,
33
+ VIEW_BY_ENTITY: `/view/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/entity/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH}`,
34
+ VIEW_BY_REVISION: `/view/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/revision/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.REVISION_ID}`,
35
+ VIEW_BY_VERSION: `/view/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/version/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.VERSION_ID}`,
36
+ VIEW_BY_REVISION_ENTITY: `/view/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/revision/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.REVISION_ID}/entity/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH}`,
37
+ VIEW_BY_VERSION_ENTITY: `/view/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/version/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.VERSION_ID}/entity/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH}`,
38
+ REVIEW: `/review/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.REVIEW_ID}`,
39
+ EDIT_WORKSPACE: `/edit/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.WORKSPACE_ID}/`,
40
+ EDIT_WORKSPACE_ENTITY: `/edit/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.WORKSPACE_ID}/entity/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH}`,
41
+ EDIT_GROUP_WORKSPACE: `/edit/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/groupWorkspace/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GROUP_WORKSPACE_ID}/`,
42
+ EDIT_GROUP_WORKSPACE_ENTITY: `/edit/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/groupWorkspace/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GROUP_WORKSPACE_ID}/entity/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH}`,
43
+ SETUP_WORKSPACE: `/setup/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}?/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.WORKSPACE_ID}?`,
44
+ SETUP_GROUP_WORKSPACE: `/setup/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}/groupWorkspace/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GROUP_WORKSPACE_ID}/`,
45
45
  });
46
46
  export const LEGEND_STUDIO_SDLC_BYPASSED_ROUTE_PATTERN = Object.freeze({
47
- VIEW_BY_GAV: `/view/archive/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.GAV}`,
48
- VIEW_BY_GAV_ENTITY: `/view/archive/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.GAV}/entity/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.ENTITY_PATH}`,
47
+ VIEW_BY_GAV: `/view/archive/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GAV}`,
48
+ VIEW_BY_GAV_ENTITY: `/view/archive/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GAV}/entity/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.ENTITY_PATH}`,
49
49
  });
50
- export const LEGEND_DEPENDENCY_ROUTE_PATTERN = `/dependencies/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.PROJECT_ID}?/:${LEGEND_STUDIO_PATH_PARAM_TOKEN.GAV}?/:testsBatchId?`;
50
+ export const LEGEND_DEPENDENCY_ROUTE_PATTERN = `/dependencies/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.PROJECT_ID}?/:${LEGEND_STUDIO_ROUTE_PATTERN_TOKEN.GAV}?/:testsBatchId?`;
51
51
  const generateGroupWorkspaceSetupRoute = (projectId, groupWorkspaceId) => generatePath(LEGEND_STUDIO_ROUTE_PATTERN.SETUP_GROUP_WORKSPACE, {
52
52
  // FIXME: due to some problem with typings, we will need to cast like this
53
53
  // we will fix this when upgrading react-router
@@ -151,4 +151,4 @@ export const generateDependencyDashboardRoute = (projectId, groupId, artifactId,
151
151
  return generatePath(LEGEND_DEPENDENCY_ROUTE_PATTERN);
152
152
  }
153
153
  };
154
- //# sourceMappingURL=LegendStudioRouter.js.map
154
+ //# sourceMappingURL=LegendStudioNavigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioNavigation.js","sourceRoot":"","sources":["../../src/application/LegendStudioNavigation.ts"],"names":[],"mappings":"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"}
@@ -13,8 +13,10 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare enum LEGEND_STUDIO_SETTINGS_KEY {
16
+ import type { SettingConfigurationData } from '@finos/legend-application';
17
+ export declare enum LEGEND_STUDIO_SETTING_KEY {
17
18
  EDITOR_STRICT_MODE = "editor.strictMode",
18
19
  EDITOR_WRAP_TEXT = "editor.wrapText"
19
20
  }
20
- //# sourceMappingURL=LegendStudioStorage.d.ts.map
21
+ export declare const LEGEND_STUDIO_SETTING_CONFIG: SettingConfigurationData;
22
+ //# sourceMappingURL=LegendStudioSetting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioSetting.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioSetting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAE1E,oBAAY,yBAAyB;IACnC,kBAAkB,sBAAsB;IACxC,gBAAgB,oBAAoB;CACrC;AAED,eAAO,MAAM,4BAA4B,EAAE,wBAO1C,CAAC"}
@@ -13,17 +13,17 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { APPLICATION_EVENT, } from '@finos/legend-application';
17
- export class LegendStudioEventService {
18
- eventService;
19
- constructor(eventService) {
20
- this.eventService = eventService;
21
- }
22
- static create(eventService) {
23
- return new LegendStudioEventService(eventService);
24
- }
25
- notify_ApplicationLoaded() {
26
- this.eventService.notify(APPLICATION_EVENT.APPLICATION_LOAD__SUCCESS, {});
27
- }
28
- }
29
- //# sourceMappingURL=LegendStudioEventService.js.map
16
+ export var LEGEND_STUDIO_SETTING_KEY;
17
+ (function (LEGEND_STUDIO_SETTING_KEY) {
18
+ LEGEND_STUDIO_SETTING_KEY["EDITOR_STRICT_MODE"] = "editor.strictMode";
19
+ LEGEND_STUDIO_SETTING_KEY["EDITOR_WRAP_TEXT"] = "editor.wrapText";
20
+ })(LEGEND_STUDIO_SETTING_KEY = LEGEND_STUDIO_SETTING_KEY || (LEGEND_STUDIO_SETTING_KEY = {}));
21
+ export const LEGEND_STUDIO_SETTING_CONFIG = {
22
+ [LEGEND_STUDIO_SETTING_KEY.EDITOR_STRICT_MODE]: {
23
+ defaultValue: false,
24
+ },
25
+ [LEGEND_STUDIO_SETTING_KEY.EDITOR_WRAP_TEXT]: {
26
+ defaultValue: false,
27
+ },
28
+ };
29
+ //# sourceMappingURL=LegendStudioSetting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioSetting.js","sourceRoot":"","sources":["../../src/application/LegendStudioSetting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,CAAN,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,qEAAwC,CAAA;IACxC,iEAAoC,CAAA;AACtC,CAAC,EAHW,yBAAyB,GAAzB,yBAAyB,KAAzB,yBAAyB,QAGpC;AAED,MAAM,CAAC,MAAM,4BAA4B,GAA6B;IACpE,CAAC,yBAAyB,CAAC,kBAAkB,CAAC,EAAE;QAC9C,YAAY,EAAE,KAAK;KACpB;IACD,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,EAAE;QAC5C,YAAY,EAAE,KAAK;KACpB;CACF,CAAC"}
@@ -21,13 +21,13 @@ type Compilation_TelemetryData = GraphManagerOperationReport & {
21
21
  type TestDataGeneration_TelemetryData = GraphManagerOperationReport & {
22
22
  dependenciesCount: number;
23
23
  };
24
- export declare class LegendStudioTelemetry {
25
- static logEvent_GraphCompilationLaunched(telemetryService: TelemetryService): void;
26
- static logEvent_TextCompilationLaunched(telemetryService: TelemetryService): void;
27
- static logEvent_TestDataGenerationLaunched(telemetryService: TelemetryService): void;
28
- static logEvent_GraphCompilationSucceeded(telemetryService: TelemetryService, data: Compilation_TelemetryData): void;
29
- static logEvent_TextCompilationSucceeded(telemetryService: TelemetryService, data: Compilation_TelemetryData): void;
30
- static logEvent_TestDataGenerationSucceeded(telemetryService: TelemetryService, data: TestDataGeneration_TelemetryData): void;
24
+ export declare class LegendStudioTelemetryHelper {
25
+ static logEvent_GraphCompilationLaunched(service: TelemetryService): void;
26
+ static logEvent_TextCompilationLaunched(service: TelemetryService): void;
27
+ static logEvent_TestDataGenerationLaunched(service: TelemetryService): void;
28
+ static logEvent_GraphCompilationSucceeded(service: TelemetryService, data: Compilation_TelemetryData): void;
29
+ static logEvent_TextCompilationSucceeded(service: TelemetryService, data: Compilation_TelemetryData): void;
30
+ static logEvent_TestDataGenerationSucceeded(service: TelemetryService, data: TestDataGeneration_TelemetryData): void;
31
31
  }
32
32
  export {};
33
- //# sourceMappingURL=LegendStudioTelemetry.d.ts.map
33
+ //# sourceMappingURL=LegendStudioTelemetryHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioTelemetryHelper.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioTelemetryHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,KAAK,yBAAyB,GAAG,2BAA2B,GAAG;IAC7D,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,KAAK,gCAAgC,GAAG,2BAA2B,GAAG;IACpE,iBAAiB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,qBAAa,2BAA2B;IACtC,MAAM,CAAC,iCAAiC,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;IAIzE,MAAM,CAAC,gCAAgC,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;IAIxE,MAAM,CAAC,mCAAmC,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI;IAI3E,MAAM,CAAC,kCAAkC,CACvC,OAAO,EAAE,gBAAgB,EACzB,IAAI,EAAE,yBAAyB,GAC9B,IAAI;IAOP,MAAM,CAAC,iCAAiC,CACtC,OAAO,EAAE,gBAAgB,EACzB,IAAI,EAAE,yBAAyB,GAC9B,IAAI;IAOP,MAAM,CAAC,oCAAoC,CACzC,OAAO,EAAE,gBAAgB,EACzB,IAAI,EAAE,gCAAgC,GACrC,IAAI;CAMR"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { LEGEND_STUDIO_APP_EVENT } from './LegendStudioEvent.js';
17
+ export class LegendStudioTelemetryHelper {
18
+ static logEvent_GraphCompilationLaunched(service) {
19
+ service.logEvent(LEGEND_STUDIO_APP_EVENT.COMPILE_GRAPH__LAUNCH, {});
20
+ }
21
+ static logEvent_TextCompilationLaunched(service) {
22
+ service.logEvent(LEGEND_STUDIO_APP_EVENT.COMPILE_TEXT__LAUNCH, {});
23
+ }
24
+ static logEvent_TestDataGenerationLaunched(service) {
25
+ service.logEvent(LEGEND_STUDIO_APP_EVENT.TEST_DATA_GENERATION__LAUNCH, {});
26
+ }
27
+ static logEvent_GraphCompilationSucceeded(service, data) {
28
+ service.logEvent(LEGEND_STUDIO_APP_EVENT.FORM_MODE_COMPILATION__SUCCESS, data);
29
+ }
30
+ static logEvent_TextCompilationSucceeded(service, data) {
31
+ service.logEvent(LEGEND_STUDIO_APP_EVENT.TEXT_MODE_COMPILATION__SUCCESS, data);
32
+ }
33
+ static logEvent_TestDataGenerationSucceeded(service, data) {
34
+ service.logEvent(LEGEND_STUDIO_APP_EVENT.TEST_DATA_GENERATION__SUCCESS, data);
35
+ }
36
+ }
37
+ //# sourceMappingURL=LegendStudioTelemetryHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegendStudioTelemetryHelper.js","sourceRoot":"","sources":["../../src/application/LegendStudioTelemetryHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAUjE,MAAM,OAAO,2BAA2B;IACtC,MAAM,CAAC,iCAAiC,CAAC,OAAyB;QAChE,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;IACtE,CAAC;IAED,MAAM,CAAC,gCAAgC,CAAC,OAAyB;QAC/D,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,mCAAmC,CAAC,OAAyB;QAClE,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAAC,4BAA4B,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED,MAAM,CAAC,kCAAkC,CACvC,OAAyB,EACzB,IAA+B;QAE/B,OAAO,CAAC,QAAQ,CACd,uBAAuB,CAAC,8BAA8B,EACtD,IAAI,CACL,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,iCAAiC,CACtC,OAAyB,EACzB,IAA+B;QAE/B,OAAO,CAAC,QAAQ,CACd,uBAAuB,CAAC,8BAA8B,EACtD,IAAI,CACL,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,oCAAoC,CACzC,OAAyB,EACzB,IAAsC;QAEtC,OAAO,CAAC,QAAQ,CACd,uBAAuB,CAAC,6BAA6B,EACrD,IAAI,CACL,CAAC;IACJ,CAAC;CACF"}
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { type KeyedCommandConfigEntry, type ContextualDocumentationEntry } from '@finos/legend-application';
16
+ import { type KeyedCommandConfigEntry, type ContextualDocumentationEntry, type SettingConfigurationEntry } from '@finos/legend-application';
17
17
  import { LegendStudioApplicationPlugin } from '../stores/LegendStudioApplicationPlugin.js';
18
18
  export declare class Core_LegendStudioApplicationPlugin extends LegendStudioApplicationPlugin {
19
19
  static NAME: string;
@@ -22,5 +22,6 @@ export declare class Core_LegendStudioApplicationPlugin extends LegendStudioAppl
22
22
  getExtraRequiredDocumentationKeys(): string[];
23
23
  getExtraContextualDocumentationEntries(): ContextualDocumentationEntry[];
24
24
  getExtraAccessEventLoggingApplicationContextKeys(): string[];
25
+ getExtraSettingConfigurationEntries(): SettingConfigurationEntry[];
25
26
  }
26
27
  //# sourceMappingURL=Core_LegendStudioApplicationPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Core_LegendStudioApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/components/Core_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAGL,KAAK,uBAAuB,EAC5B,KAAK,4BAA4B,EAClC,MAAM,2BAA2B,CAAC;AAOnC,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAG3F,qBAAa,kCAAmC,SAAQ,6BAA6B;IACnF,MAAM,CAAC,IAAI,SAAkD;;IAMpD,iCAAiC,IAAI,uBAAuB,EAAE;IAM9D,iCAAiC,IAAI,MAAM,EAAE;IAmC7C,sCAAsC,IAAI,4BAA4B,EAAE;IAMxE,gDAAgD,IAAI,MAAM,EAAE;CAiBtE"}
1
+ {"version":3,"file":"Core_LegendStudioApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/components/Core_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAGL,KAAK,uBAAuB,EAC5B,KAAK,4BAA4B,EACjC,KAAK,yBAAyB,EAE/B,MAAM,2BAA2B,CAAC;AAOnC,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAI3F,qBAAa,kCAAmC,SAAQ,6BAA6B;IACnF,MAAM,CAAC,IAAI,SAAkD;;IAMpD,iCAAiC,IAAI,uBAAuB,EAAE;IAM9D,iCAAiC,IAAI,MAAM,EAAE;IAmC7C,sCAAsC,IAAI,4BAA4B,EAAE;IAMxE,gDAAgD,IAAI,MAAM,EAAE;IAkB5D,mCAAmC,IAAI,yBAAyB,EAAE;CAK5E"}
@@ -13,13 +13,14 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { collectContextualDocumnetationEntries, collectKeyedCommandConfigEntriesFromConfig, } from '@finos/legend-application';
16
+ import { collectContextualDocumentationEntries, collectKeyedCommandConfigEntriesFromConfig, collectSettingConfigurationEntriesFromConfig, } from '@finos/legend-application';
17
17
  import packageJson from '../../package.json';
18
- import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../stores/LegendStudioApplicationNavigationContext.js';
19
- import { CORE_CONTEXTUAL_DOCUMENTATION_CONFIG, LEGEND_STUDIO_DOCUMENTATION_KEY, } from '../stores/LegendStudioDocumentation.js';
18
+ import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../application/LegendStudioApplicationNavigationContext.js';
19
+ import { CORE_CONTEXTUAL_DOCUMENTATION_CONFIG, LEGEND_STUDIO_DOCUMENTATION_KEY, } from '../application/LegendStudioDocumentation.js';
20
20
  import { LegendStudioApplicationPlugin } from '../stores/LegendStudioApplicationPlugin.js';
21
- import { LEGEND_STUDIO_COMMAND_CONFIG } from '../stores/LegendStudioCommand.js';
22
- export class Core_LegendStudioApplicationPlugin extends LegendStudioApplicationPlugin {
21
+ import { LEGEND_STUDIO_COMMAND_CONFIG } from '../application/LegendStudioCommand.js';
22
+ import { LEGEND_STUDIO_SETTING_CONFIG } from '../application/LegendStudioSetting.js';
23
+ class Core_LegendStudioApplicationPlugin extends LegendStudioApplicationPlugin {
23
24
  static NAME = packageJson.extensions.applicationStudioPlugin;
24
25
  constructor() {
25
26
  super(Core_LegendStudioApplicationPlugin.NAME, packageJson.version);
@@ -62,7 +63,7 @@ export class Core_LegendStudioApplicationPlugin extends LegendStudioApplicationP
62
63
  ];
63
64
  }
64
65
  getExtraContextualDocumentationEntries() {
65
- return collectContextualDocumnetationEntries(CORE_CONTEXTUAL_DOCUMENTATION_CONFIG);
66
+ return collectContextualDocumentationEntries(CORE_CONTEXTUAL_DOCUMENTATION_CONFIG);
66
67
  }
67
68
  getExtraAccessEventLoggingApplicationContextKeys() {
68
69
  return [
@@ -81,5 +82,9 @@ export class Core_LegendStudioApplicationPlugin extends LegendStudioApplicationP
81
82
  LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.SERVICE_EDITOR,
82
83
  ];
83
84
  }
85
+ getExtraSettingConfigurationEntries() {
86
+ return collectSettingConfigurationEntriesFromConfig(LEGEND_STUDIO_SETTING_CONFIG);
87
+ }
84
88
  }
89
+ export { Core_LegendStudioApplicationPlugin };
85
90
  //# sourceMappingURL=Core_LegendStudioApplicationPlugin.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Core_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../src/components/Core_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,qCAAqC,EACrC,0CAA0C,GAG3C,MAAM,2BAA2B,CAAC;AACnC,OAAO,WAAW,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,gDAAgD,EAAE,MAAM,uDAAuD,CAAC;AACzH,OAAO,EACL,oCAAoC,EACpC,+BAA+B,GAChC,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAEhF,MAAM,OAAO,kCAAmC,SAAQ,6BAA6B;IACnF,MAAM,CAAC,IAAI,GAAG,WAAW,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAE7D;QACE,KAAK,CAAC,kCAAkC,CAAC,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtE,CAAC;IAEQ,iCAAiC;QACxC,OAAO,0CAA0C,CAC/C,4BAA4B,CAC7B,CAAC;IACJ,CAAC;IAEQ,iCAAiC;QACxC,OAAO;YACL,kBAAkB;YAClB,+BAA+B,CAAC,mBAAmB;YACnD,+BAA+B,CAAC,sBAAsB;YACtD,+BAA+B,CAAC,yBAAyB;YACzD,+BAA+B,CAAC,sBAAsB;YACtD,+BAA+B,CAAC,yBAAyB;YACzD,+BAA+B,CAAC,sBAAsB;YACtD,+BAA+B,CAAC,uCAAuC;YACvE,+BAA+B,CAAC,8BAA8B;YAC9D,+BAA+B,CAAC,mBAAmB;YACnD,mBAAmB;YACnB,+BAA+B,CAAC,qBAAqB;YACrD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,2BAA2B;YAC3D,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,2BAA2B;YAC3D,+BAA+B,CAAC,wBAAwB;YACxD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,wBAAwB;YACxD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,0BAA0B;YAC1D,+BAA+B,CAAC,wCAAwC;YACxE,+BAA+B,CAAC,6CAA6C;YAC7E,+BAA+B,CAAC,oBAAoB;YACpD,mBAAmB;YACnB,+BAA+B,CAAC,wCAAwC;YACxE,+BAA+B,CAAC,uCAAuC;YACvE,+BAA+B,CAAC,yCAAyC;YACzE,+BAA+B,CAAC,iDAAiD;SAClF,CAAC;IACJ,CAAC;IAEQ,sCAAsC;QAC7C,OAAO,qCAAqC,CAC1C,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAEQ,gDAAgD;QACvD,OAAO;YACL,gDAAgD,CAAC,sBAAsB;YACvE,gDAAgD,CAAC,gBAAgB;YACjE,gDAAgD,CAAC,YAAY;YAC7D,gDAAgD,CAAC,YAAY;YAC7D,gDAAgD,CAAC,cAAc;YAC/D,gDAAgD,CAAC,kBAAkB;YACnE,gDAAgD,CAAC,kBAAkB;YACnE,gDAAgD,CAAC,eAAe;YAChE,gDAAgD,CAAC,cAAc;YAC/D,gDAAgD,CAAC,cAAc;YAC/D,gDAAgD,CAAC,iBAAiB;YAClE,gDAAgD,CAAC,gBAAgB;YACjE,gDAAgD,CAAC,cAAc;SAChE,CAAC;IACJ,CAAC"}
1
+ {"version":3,"file":"Core_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../src/components/Core_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,qCAAqC,EACrC,0CAA0C,EAI1C,4CAA4C,GAC7C,MAAM,2BAA2B,CAAC;AACnC,OAAO,WAAW,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,gDAAgD,EAAE,MAAM,4DAA4D,CAAC;AAC9H,OAAO,EACL,oCAAoC,EACpC,+BAA+B,GAChC,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAErF,MAAa,kCAAmC,SAAQ,6BAA6B;IACnF,MAAM,CAAC,IAAI,GAAG,WAAW,CAAC,UAAU,CAAC,uBAAuB,CAAC;IAE7D;QACE,KAAK,CAAC,kCAAkC,CAAC,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IACtE,CAAC;IAEQ,iCAAiC;QACxC,OAAO,0CAA0C,CAC/C,4BAA4B,CAC7B,CAAC;IACJ,CAAC;IAEQ,iCAAiC;QACxC,OAAO;YACL,kBAAkB;YAClB,+BAA+B,CAAC,mBAAmB;YACnD,+BAA+B,CAAC,sBAAsB;YACtD,+BAA+B,CAAC,yBAAyB;YACzD,+BAA+B,CAAC,sBAAsB;YACtD,+BAA+B,CAAC,yBAAyB;YACzD,+BAA+B,CAAC,sBAAsB;YACtD,+BAA+B,CAAC,uCAAuC;YACvE,+BAA+B,CAAC,8BAA8B;YAC9D,+BAA+B,CAAC,mBAAmB;YACnD,mBAAmB;YACnB,+BAA+B,CAAC,qBAAqB;YACrD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,2BAA2B;YAC3D,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,2BAA2B;YAC3D,+BAA+B,CAAC,wBAAwB;YACxD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,wBAAwB;YACxD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,uBAAuB;YACvD,+BAA+B,CAAC,0BAA0B;YAC1D,+BAA+B,CAAC,wCAAwC;YACxE,+BAA+B,CAAC,6CAA6C;YAC7E,+BAA+B,CAAC,oBAAoB;YACpD,mBAAmB;YACnB,+BAA+B,CAAC,wCAAwC;YACxE,+BAA+B,CAAC,uCAAuC;YACvE,+BAA+B,CAAC,yCAAyC;YACzE,+BAA+B,CAAC,iDAAiD;SAClF,CAAC;IACJ,CAAC;IAEQ,sCAAsC;QAC7C,OAAO,qCAAqC,CAC1C,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAEQ,gDAAgD;QACvD,OAAO;YACL,gDAAgD,CAAC,sBAAsB;YACvE,gDAAgD,CAAC,gBAAgB;YACjE,gDAAgD,CAAC,YAAY;YAC7D,gDAAgD,CAAC,YAAY;YAC7D,gDAAgD,CAAC,cAAc;YAC/D,gDAAgD,CAAC,kBAAkB;YACnE,gDAAgD,CAAC,kBAAkB;YACnE,gDAAgD,CAAC,eAAe;YAChE,gDAAgD,CAAC,cAAc;YAC/D,gDAAgD,CAAC,cAAc;YAC/D,gDAAgD,CAAC,iBAAiB;YAClE,gDAAgD,CAAC,gBAAgB;YACjE,gDAAgD,CAAC,cAAc;SAChE,CAAC;IACJ,CAAC;IAEQ,mCAAmC;QAC1C,OAAO,4CAA4C,CACjD,4BAA4B,CAC7B,CAAC;IACJ,CAAC;;SA5EU,kCAAkC"}