@finos/legend-application-studio 28.17.9 → 28.17.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (368) hide show
  1. package/lib/application/LegendStudio.js +3 -2
  2. package/lib/application/LegendStudio.js.map +1 -1
  3. package/lib/components/ElementIconUtils.js +24 -23
  4. package/lib/components/ElementIconUtils.js.map +1 -1
  5. package/lib/components/LegendStudioAppInfo.js +8 -7
  6. package/lib/components/LegendStudioAppInfo.js.map +1 -1
  7. package/lib/components/LegendStudioFrameworkProvider.js +4 -3
  8. package/lib/components/LegendStudioFrameworkProvider.js.map +1 -1
  9. package/lib/components/LegendStudioWebApplication.d.ts +2 -2
  10. package/lib/components/LegendStudioWebApplication.js +14 -13
  11. package/lib/components/LegendStudioWebApplication.js.map +1 -1
  12. package/lib/components/ShowcaseManager.d.ts +1 -1
  13. package/lib/components/ShowcaseManager.js +30 -29
  14. package/lib/components/ShowcaseManager.js.map +1 -1
  15. package/lib/components/editor/ActivityBar.d.ts +1 -1
  16. package/lib/components/editor/ActivityBar.js +28 -27
  17. package/lib/components/editor/ActivityBar.js.map +1 -1
  18. package/lib/components/editor/Editor.js +9 -8
  19. package/lib/components/editor/Editor.js.map +1 -1
  20. package/lib/components/editor/EditorStoreProvider.js +4 -3
  21. package/lib/components/editor/EditorStoreProvider.js.map +1 -1
  22. package/lib/components/editor/EmbeddedQueryBuilder.d.ts +1 -1
  23. package/lib/components/editor/EmbeddedQueryBuilder.js +6 -5
  24. package/lib/components/editor/EmbeddedQueryBuilder.js.map +1 -1
  25. package/lib/components/editor/QuickInput.d.ts +1 -1
  26. package/lib/components/editor/QuickInput.js +6 -5
  27. package/lib/components/editor/QuickInput.js.map +1 -1
  28. package/lib/components/editor/StatusBar.d.ts +1 -1
  29. package/lib/components/editor/StatusBar.js +12 -11
  30. package/lib/components/editor/StatusBar.js.map +1 -1
  31. package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js +3 -2
  32. package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js.map +1 -1
  33. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -1
  34. package/lib/components/editor/command-center/ProjectSearchCommand.js +5 -4
  35. package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
  36. package/lib/components/editor/editor-group/ArtifactGenerationViewer.d.ts +1 -1
  37. package/lib/components/editor/editor-group/ArtifactGenerationViewer.js +3 -2
  38. package/lib/components/editor/editor-group/ArtifactGenerationViewer.js.map +1 -1
  39. package/lib/components/editor/editor-group/EditorGroup.d.ts +1 -1
  40. package/lib/components/editor/editor-group/EditorGroup.js +40 -39
  41. package/lib/components/editor/editor-group/EditorGroup.js.map +1 -1
  42. package/lib/components/editor/editor-group/GenerationSpecificationEditor.d.ts +1 -1
  43. package/lib/components/editor/editor-group/GenerationSpecificationEditor.js +12 -11
  44. package/lib/components/editor/editor-group/GenerationSpecificationEditor.js.map +1 -1
  45. package/lib/components/editor/editor-group/GrammarTextEditor.d.ts +1 -1
  46. package/lib/components/editor/editor-group/GrammarTextEditor.js +5 -4
  47. package/lib/components/editor/editor-group/GrammarTextEditor.js.map +1 -1
  48. package/lib/components/editor/editor-group/ModelImporter.d.ts +1 -1
  49. package/lib/components/editor/editor-group/ModelImporter.js +15 -14
  50. package/lib/components/editor/editor-group/ModelImporter.js.map +1 -1
  51. package/lib/components/editor/editor-group/ProtocolValueBuilder.d.ts +1 -1
  52. package/lib/components/editor/editor-group/ProtocolValueBuilder.js +15 -14
  53. package/lib/components/editor/editor-group/ProtocolValueBuilder.js.map +1 -1
  54. package/lib/components/editor/editor-group/RuntimeEditor.d.ts +4 -4
  55. package/lib/components/editor/editor-group/RuntimeEditor.js +30 -29
  56. package/lib/components/editor/editor-group/RuntimeEditor.js.map +1 -1
  57. package/lib/components/editor/editor-group/UnsupportedElementEditor.d.ts +2 -2
  58. package/lib/components/editor/editor-group/UnsupportedElementEditor.js +4 -3
  59. package/lib/components/editor/editor-group/UnsupportedElementEditor.js.map +1 -1
  60. package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.d.ts +2 -2
  61. package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js +10 -9
  62. package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js.map +1 -1
  63. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.d.ts +2 -2
  64. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js +11 -10
  65. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js.map +1 -1
  66. package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js +11 -10
  67. package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js.map +1 -1
  68. package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.d.ts +3 -3
  69. package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js +6 -5
  70. package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js.map +1 -1
  71. package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.d.ts +1 -1
  72. package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js +14 -13
  73. package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js.map +1 -1
  74. package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.d.ts +1 -1
  75. package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js +3 -2
  76. package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js.map +1 -1
  77. package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.d.ts +2 -2
  78. package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js +55 -54
  79. package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  80. package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -1
  81. package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +8 -7
  82. package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
  83. package/lib/components/editor/editor-group/data-editor/DataElementEditor.d.ts +3 -3
  84. package/lib/components/editor/editor-group/data-editor/DataElementEditor.js +7 -6
  85. package/lib/components/editor/editor-group/data-editor/DataElementEditor.js.map +1 -1
  86. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.d.ts +5 -5
  87. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js +18 -17
  88. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js.map +1 -1
  89. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.d.ts +1 -1
  90. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js +10 -9
  91. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js.map +1 -1
  92. package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js +6 -5
  93. package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js.map +1 -1
  94. package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.d.ts +2 -2
  95. package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js +11 -10
  96. package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js.map +1 -1
  97. package/lib/components/editor/editor-group/diff-editor/EntityDiffView.d.ts +2 -2
  98. package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js +6 -5
  99. package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js.map +1 -1
  100. package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.d.ts +1 -1
  101. package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js +3 -2
  102. package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js.map +1 -1
  103. package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.d.ts +1 -1
  104. package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js +6 -5
  105. package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js.map +1 -1
  106. package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.d.ts +1 -1
  107. package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js +3 -2
  108. package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js.map +1 -1
  109. package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
  110. package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js +7 -6
  111. package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js.map +1 -1
  112. package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.d.ts +3 -3
  113. package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js +27 -26
  114. package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js.map +1 -1
  115. package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.d.ts +3 -3
  116. package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js +13 -12
  117. package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js.map +1 -1
  118. package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.d.ts +6 -6
  119. package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js +17 -16
  120. package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js.map +1 -1
  121. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +2 -2
  122. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +11 -10
  123. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
  124. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -1
  125. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +3 -2
  126. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
  127. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -1
  128. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +3 -2
  129. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
  130. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +2 -2
  131. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +16 -15
  132. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
  133. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
  134. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +6 -5
  135. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
  136. package/lib/components/editor/editor-group/function-activator/FunctionEditor.d.ts +1 -1
  137. package/lib/components/editor/editor-group/function-activator/FunctionEditor.js +39 -38
  138. package/lib/components/editor/editor-group/function-activator/FunctionEditor.js.map +1 -1
  139. package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.d.ts +1 -1
  140. package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js +13 -12
  141. package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js.map +1 -1
  142. package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.d.ts +1 -1
  143. package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js +4 -3
  144. package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js.map +1 -1
  145. package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.d.ts +1 -1
  146. package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js +6 -5
  147. package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js.map +1 -1
  148. package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.d.ts +1 -1
  149. package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js +33 -32
  150. package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js.map +1 -1
  151. package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.d.ts +2 -2
  152. package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js +9 -8
  153. package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js.map +1 -1
  154. package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.d.ts +2 -2
  155. package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js +11 -10
  156. package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js.map +1 -1
  157. package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -1
  158. package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js +7 -6
  159. package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
  160. package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js +8 -7
  161. package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
  162. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.d.ts +2 -2
  163. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js +12 -11
  164. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
  165. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -1
  166. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +6 -5
  167. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
  168. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.d.ts +1 -1
  169. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js +20 -19
  170. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js.map +1 -1
  171. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.d.ts +7 -7
  172. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js +25 -24
  173. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  174. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js +5 -4
  175. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
  176. package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.d.ts +2 -2
  177. package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js +12 -11
  178. package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js.map +1 -1
  179. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.d.ts +1 -1
  180. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js +30 -29
  181. package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js.map +1 -1
  182. package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.d.ts +2 -2
  183. package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js +12 -11
  184. package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js.map +1 -1
  185. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.d.ts +1 -1
  186. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js +9 -8
  187. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js.map +1 -1
  188. package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.d.ts +1 -1
  189. package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js +5 -4
  190. package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
  191. package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
  192. package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js +15 -14
  193. package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js.map +1 -1
  194. package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.d.ts +1 -1
  195. package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js +10 -9
  196. package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
  197. package/lib/components/editor/editor-group/mapping-editor/TypeTree.js +9 -8
  198. package/lib/components/editor/editor-group/mapping-editor/TypeTree.js.map +1 -1
  199. package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.d.ts +8 -8
  200. package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js +22 -21
  201. package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js.map +1 -1
  202. package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.d.ts +1 -1
  203. package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js +5 -4
  204. package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js.map +1 -1
  205. package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
  206. package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js +11 -10
  207. package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
  208. package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js +9 -8
  209. package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
  210. package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -1
  211. package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js +22 -21
  212. package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
  213. package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -1
  214. package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js +27 -26
  215. package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
  216. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.d.ts +1 -1
  217. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js +11 -10
  218. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
  219. package/lib/components/editor/editor-group/service-editor/NewServiceModal.d.ts +1 -1
  220. package/lib/components/editor/editor-group/service-editor/NewServiceModal.js +6 -5
  221. package/lib/components/editor/editor-group/service-editor/NewServiceModal.js.map +1 -1
  222. package/lib/components/editor/editor-group/service-editor/ServiceEditor.d.ts +1 -1
  223. package/lib/components/editor/editor-group/service-editor/ServiceEditor.js +25 -24
  224. package/lib/components/editor/editor-group/service-editor/ServiceEditor.js.map +1 -1
  225. package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.d.ts +3 -3
  226. package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js +33 -32
  227. package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js.map +1 -1
  228. package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.d.ts +1 -1
  229. package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js +11 -10
  230. package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  231. package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.d.ts +2 -2
  232. package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js +13 -12
  233. package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js.map +1 -1
  234. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.d.ts +1 -1
  235. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js +12 -11
  236. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js.map +1 -1
  237. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.d.ts +7 -7
  238. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js +30 -29
  239. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
  240. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.d.ts +2 -2
  241. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js +6 -5
  242. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js.map +1 -1
  243. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
  244. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js +23 -22
  245. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js.map +1 -1
  246. package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts +5 -5
  247. package/lib/components/editor/editor-group/testable/TestableSharedComponents.js +31 -30
  248. package/lib/components/editor/editor-group/testable/TestableSharedComponents.js.map +1 -1
  249. package/lib/components/editor/editor-group/uml-editor/AssociationEditor.d.ts +1 -1
  250. package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js +8 -7
  251. package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js.map +1 -1
  252. package/lib/components/editor/editor-group/uml-editor/ClassEditor.d.ts +2 -2
  253. package/lib/components/editor/editor-group/uml-editor/ClassEditor.js +31 -30
  254. package/lib/components/editor/editor-group/uml-editor/ClassEditor.js.map +1 -1
  255. package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.d.ts +1 -1
  256. package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js +11 -10
  257. package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js.map +1 -1
  258. package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.d.ts +1 -1
  259. package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js +8 -7
  260. package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js.map +1 -1
  261. package/lib/components/editor/editor-group/uml-editor/ProfileEditor.d.ts +1 -1
  262. package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js +8 -7
  263. package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js.map +1 -1
  264. package/lib/components/editor/editor-group/uml-editor/PropertyEditor.d.ts +1 -1
  265. package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js +7 -6
  266. package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js.map +1 -1
  267. package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.d.ts +1 -1
  268. package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js +7 -6
  269. package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js.map +1 -1
  270. package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.d.ts +1 -1
  271. package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js +10 -9
  272. package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js.map +1 -1
  273. package/lib/components/editor/editor-group/uml-editor/UMLEditor.d.ts +1 -1
  274. package/lib/components/editor/editor-group/uml-editor/UMLEditor.js +3 -2
  275. package/lib/components/editor/editor-group/uml-editor/UMLEditor.js.map +1 -1
  276. package/lib/components/editor/panel-group/ConsolePanel.d.ts +1 -1
  277. package/lib/components/editor/panel-group/ConsolePanel.js +3 -2
  278. package/lib/components/editor/panel-group/ConsolePanel.js.map +1 -1
  279. package/lib/components/editor/panel-group/DevToolPanel.d.ts +1 -1
  280. package/lib/components/editor/panel-group/DevToolPanel.js +7 -6
  281. package/lib/components/editor/panel-group/DevToolPanel.js.map +1 -1
  282. package/lib/components/editor/panel-group/PanelGroup.d.ts +1 -1
  283. package/lib/components/editor/panel-group/PanelGroup.js +6 -5
  284. package/lib/components/editor/panel-group/PanelGroup.js.map +1 -1
  285. package/lib/components/editor/panel-group/ProblemsPanel.d.ts +1 -1
  286. package/lib/components/editor/panel-group/ProblemsPanel.js +6 -5
  287. package/lib/components/editor/panel-group/ProblemsPanel.js.map +1 -1
  288. package/lib/components/editor/panel-group/SQLPlaygroundPanel.d.ts +1 -1
  289. package/lib/components/editor/panel-group/SQLPlaygroundPanel.js +19 -18
  290. package/lib/components/editor/panel-group/SQLPlaygroundPanel.js.map +1 -1
  291. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +2 -2
  292. package/lib/components/editor/side-bar/CreateNewElementModal.js +27 -26
  293. package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
  294. package/lib/components/editor/side-bar/Explorer.d.ts +1 -1
  295. package/lib/components/editor/side-bar/Explorer.js +37 -36
  296. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  297. package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -1
  298. package/lib/components/editor/side-bar/LocalChanges.js +13 -12
  299. package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
  300. package/lib/components/editor/side-bar/ProjectOverview.d.ts +2 -2
  301. package/lib/components/editor/side-bar/ProjectOverview.js +29 -28
  302. package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
  303. package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
  304. package/lib/components/editor/side-bar/RegisterService.js +18 -17
  305. package/lib/components/editor/side-bar/RegisterService.js.map +1 -1
  306. package/lib/components/editor/side-bar/SideBar.d.ts +1 -1
  307. package/lib/components/editor/side-bar/SideBar.js +13 -12
  308. package/lib/components/editor/side-bar/SideBar.js.map +1 -1
  309. package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
  310. package/lib/components/editor/side-bar/WorkflowManager.js +28 -27
  311. package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
  312. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +2 -2
  313. package/lib/components/editor/side-bar/WorkspaceReview.js +9 -8
  314. package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
  315. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -1
  316. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +10 -9
  317. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
  318. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -1
  319. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +7 -6
  320. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
  321. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -1
  322. package/lib/components/editor/side-bar/WorkspaceUpdater.js +7 -6
  323. package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
  324. package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.d.ts +1 -1
  325. package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js +7 -6
  326. package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js.map +1 -1
  327. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +2 -2
  328. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +33 -32
  329. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
  330. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +4 -3
  331. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -1
  332. package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +8 -7
  333. package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
  334. package/lib/components/lazy-text-editor/LazyTextEditor.js +11 -10
  335. package/lib/components/lazy-text-editor/LazyTextEditor.js.map +1 -1
  336. package/lib/components/project-reviewer/ProjectReviewSideBar.d.ts +1 -1
  337. package/lib/components/project-reviewer/ProjectReviewSideBar.js +8 -7
  338. package/lib/components/project-reviewer/ProjectReviewSideBar.js.map +1 -1
  339. package/lib/components/project-reviewer/ProjectReviewStoreProvider.js +4 -3
  340. package/lib/components/project-reviewer/ProjectReviewStoreProvider.js.map +1 -1
  341. package/lib/components/project-reviewer/ProjectReviewer.js +6 -5
  342. package/lib/components/project-reviewer/ProjectReviewer.js.map +1 -1
  343. package/lib/components/project-reviewer/ProjectReviewerPanel.d.ts +1 -1
  344. package/lib/components/project-reviewer/ProjectReviewerPanel.js +10 -9
  345. package/lib/components/project-reviewer/ProjectReviewerPanel.js.map +1 -1
  346. package/lib/components/project-view/ProjectViewer.js +24 -23
  347. package/lib/components/project-view/ProjectViewer.js.map +1 -1
  348. package/lib/components/project-view/ProjectViewerStoreProvider.js +4 -3
  349. package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -1
  350. package/lib/components/showcase/ShowcaseViewer.js +20 -19
  351. package/lib/components/showcase/ShowcaseViewer.js.map +1 -1
  352. package/lib/components/showcase/ShowcaseViewerStoreProvider.js +4 -3
  353. package/lib/components/showcase/ShowcaseViewerStoreProvider.js.map +1 -1
  354. package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -1
  355. package/lib/components/workspace-setup/CreateProjectModal.js +16 -15
  356. package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
  357. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -1
  358. package/lib/components/workspace-setup/CreateWorkspaceModal.js +8 -7
  359. package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
  360. package/lib/components/workspace-setup/ProjectSelectorUtils.js +7 -6
  361. package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -1
  362. package/lib/components/workspace-setup/WorkspaceSelectorUtils.js +3 -2
  363. package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -1
  364. package/lib/components/workspace-setup/WorkspaceSetup.js +28 -27
  365. package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
  366. package/lib/index.css +1 -1
  367. package/lib/package.json +1 -1
  368. package/package.json +5 -5
@@ -1,4 +1,5 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsxDEV as _jsxDEV, Fragment as _Fragment } from "react/jsx-dev-runtime";
2
+ const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/RuntimeEditor.tsx";
2
3
  /**
3
4
  * Copyright (c) 2020-present, Goldman Sachs
4
5
  *
@@ -63,7 +64,7 @@ const getConnectionTooltipText = (connection, editorStore) => {
63
64
  const IdentifiedConnectionsPerStoreExplorerContextMenu = observer(forwardRef(function IdentifiedConnectionsPerStoreExplorerContextMenu(props, ref) {
64
65
  const { identifiedConnection, deleteIdentifiedConnection, createNewIdentifiedConnection, } = props;
65
66
  const remove = () => deleteIdentifiedConnection?.();
66
- return (_jsxs(MenuContent, { ref: ref, children: [identifiedConnection && (_jsx(MenuContentItem, { onClick: remove, children: "Remove" })), !identifiedConnection && (_jsx(MenuContentItem, { onClick: createNewIdentifiedConnection, children: "Create a new connection for store" }))] }));
67
+ return (_jsxDEV(MenuContent, { ref: ref, children: [identifiedConnection && (_jsxDEV(MenuContentItem, { onClick: remove, children: "Remove" }, void 0, false, { fileName: _jsxFileName, lineNumber: 170, columnNumber: 35 }, this)), !identifiedConnection && (_jsxDEV(MenuContentItem, { onClick: createNewIdentifiedConnection, children: "Create a new connection for store" }, void 0, false, { fileName: _jsxFileName, lineNumber: 173, columnNumber: 36 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 168, columnNumber: 13 }, this));
67
68
  }));
68
69
  export const IdentifiedConnectionsPerStoreExplorerItem = observer((props) => {
69
70
  const { identifiedConnection, currentRuntimeEditorTabState, isActive, isReadOnly, } = props;
@@ -75,19 +76,19 @@ export const IdentifiedConnectionsPerStoreExplorerItem = observer((props) => {
75
76
  const [isSelectedFromContextMenu, setIsSelectedFromContextMenu] = useState(false);
76
77
  const onContextMenuOpen = () => setIsSelectedFromContextMenu(true);
77
78
  const onContextMenuClose = () => setIsSelectedFromContextMenu(false);
78
- return (_jsx(ContextMenu, { className: clsx('runtime-explorer__item', {
79
+ return (_jsxDEV(ContextMenu, { className: clsx('runtime-explorer__item', {
79
80
  'context-menu__trigger--on-menu-open': !isActive && isSelectedFromContextMenu,
80
- }, { 'runtime-explorer__item--active': isActive }), disabled: isReadOnly, content: _jsx(IdentifiedConnectionsPerStoreExplorerContextMenu, { identifiedConnection: identifiedConnection, deleteIdentifiedConnection: deleteConnection, createNewIdentifiedConnection: openNewConnectionModal }), menuProps: { elevation: 7 }, onOpen: onContextMenuOpen, onClose: onContextMenuClose, children: _jsxs("button", { className: "runtime-explorer__item__label runtime-explorer__item__label--simple", onClick: openConnection, tabIndex: -1, title: getConnectionTooltipText(identifiedConnection.connection, editorStore), children: [_jsx("div", { className: "runtime-explorer__item__label__icon", children: _jsx(PURE_ConnectionIcon, {}) }), _jsx("div", { className: "runtime-explorer__item__label__text", children: identifiedConnection.id })] }) }));
81
+ }, { 'runtime-explorer__item--active': isActive }), disabled: isReadOnly, content: _jsxDEV(IdentifiedConnectionsPerStoreExplorerContextMenu, { identifiedConnection: identifiedConnection, deleteIdentifiedConnection: deleteConnection, createNewIdentifiedConnection: openNewConnectionModal }, void 0, false, { fileName: _jsxFileName, lineNumber: 223, columnNumber: 18 }, this), menuProps: { elevation: 7 }, onOpen: onContextMenuOpen, onClose: onContextMenuClose, children: _jsxDEV("button", { className: "runtime-explorer__item__label runtime-explorer__item__label--simple", onClick: openConnection, tabIndex: -1, title: getConnectionTooltipText(identifiedConnection.connection, editorStore), children: [_jsxDEV("div", { className: "runtime-explorer__item__label__icon", children: _jsxDEV(PURE_ConnectionIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 244, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 243, columnNumber: 11 }, this), _jsxDEV("div", { className: "runtime-explorer__item__label__text", children: identifiedConnection.id }, void 0, false, { fileName: _jsxFileName, lineNumber: 247, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 234, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 212, columnNumber: 13 }, this));
81
82
  });
82
83
  const getRuntimeExplorerTreeNodeIcon = (editorStore, node) => {
83
84
  if (node.data instanceof Runtime) {
84
- return _jsx(PURE_RuntimeIcon, {});
85
+ return _jsxDEV(PURE_RuntimeIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 261, columnNumber: 11 }, this);
85
86
  }
86
87
  else if (node.data instanceof ModelStore) {
87
- return _jsx(PURE_ModelStoreIcon, {});
88
+ return _jsxDEV(PURE_ModelStoreIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 263, columnNumber: 11 }, this);
88
89
  }
89
90
  else if (node.data instanceof Connection) {
90
- return _jsx(PURE_ConnectionIcon, {});
91
+ return _jsxDEV(PURE_ConnectionIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 265, columnNumber: 11 }, this);
91
92
  }
92
93
  return getElementIcon(node.data, editorStore);
93
94
  };
@@ -111,18 +112,18 @@ const RuntimeExplorerTreeNodeContainer = observer((props) => {
111
112
  const { runtimeEditorState, onNodeExpand } = innerProps;
112
113
  const editorStore = useEditorStore();
113
114
  const isExpandable = Boolean(node.childrenIds?.length);
114
- const nodeExpandIcon = isExpandable ? (node.isOpen ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronRightIcon, {}))) : (_jsx("div", {}));
115
+ const nodeExpandIcon = isExpandable ? (node.isOpen ? (_jsxDEV(ChevronDownIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 301, columnNumber: 22 }, this)) : (_jsxDEV(ChevronRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 303, columnNumber: 12 }, this))) : (_jsxDEV("div", {}, void 0, false, { fileName: _jsxFileName, lineNumber: 306, columnNumber: 10 }, this));
115
116
  const selectNode = () => onNodeSelect?.(node);
116
117
  const onExpandIconClick = () => onNodeExpand(node);
117
118
  // Selection
118
119
  const isActive = runtimeEditorState.isTreeNodeSelected(node);
119
- return (_jsx("div", { className: clsx('tree-view__node__container runtime-explorer__tree__node__container', { 'runtime-explorer__item--active': isActive }), onClick: selectNode, style: {
120
+ return (_jsxDEV("div", { className: clsx('tree-view__node__container runtime-explorer__tree__node__container', { 'runtime-explorer__item--active': isActive }), onClick: selectNode, style: {
120
121
  paddingLeft: `${(level - 1) * (stepPaddingInRem ?? 1) + 0.5}rem`,
121
122
  display: 'flex',
122
- }, children: _jsxs("button", { className: "runtime-explorer__item__label", tabIndex: -1, title: getRuntimeExplorerTreeNodeTooltipText(node), children: [_jsx("div", { className: "tree-view__node__expand-icon", onClick: onExpandIconClick, children: nodeExpandIcon }), _jsx("div", { className: "runtime-explorer__item__label__icon", children: getRuntimeExplorerTreeNodeIcon(editorStore, node) }), node.data instanceof Runtime && (_jsxs(_Fragment, { children: [_jsxs("div", { className: "runtime-explorer__item__label__text", children: [node.label, " ~"] }), _jsx("div", { className: "runtime-explorer__item__label__runtime__mapping__icon", children: _jsx(PURE_MappingIcon, {}) }), _jsx("div", { className: "runtime-explorer__item__label__runtime__mapping__text", children: runtimeEditorState.runtimeValue.mappings.length
123
+ }, children: _jsxDEV("button", { className: "runtime-explorer__item__label", tabIndex: -1, title: getRuntimeExplorerTreeNodeTooltipText(node), children: [_jsxDEV("div", { className: "tree-view__node__expand-icon", onClick: onExpandIconClick, children: nodeExpandIcon }, void 0, false, { fileName: _jsxFileName, lineNumber: 331, columnNumber: 11 }, this), _jsxDEV("div", { className: "runtime-explorer__item__label__icon", children: getRuntimeExplorerTreeNodeIcon(editorStore, node) }, void 0, false, { fileName: _jsxFileName, lineNumber: 337, columnNumber: 11 }, this), node.data instanceof Runtime && (_jsxDEV(_Fragment, { children: [_jsxDEV("div", { className: "runtime-explorer__item__label__text", children: [node.label, " ~"] }, void 0, true, { fileName: _jsxFileName, lineNumber: 342, columnNumber: 15 }, this), _jsxDEV("div", { className: "runtime-explorer__item__label__runtime__mapping__icon", children: _jsxDEV(PURE_MappingIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 346, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 345, columnNumber: 15 }, this), _jsxDEV("div", { className: "runtime-explorer__item__label__runtime__mapping__text", children: runtimeEditorState.runtimeValue.mappings.length
123
124
  ? runtimeEditorState.runtimeValue
124
125
  .mappings[0].value.name
125
- : '(no mapping)' })] })), node.data instanceof Store && (_jsx("div", { className: "runtime-explorer__item__label__text", children: node.label })), node.data instanceof Class && (_jsx("div", { className: "runtime-explorer__item__label__text", children: node.label }))] }) }));
126
+ : '(no mapping)' }, void 0, false, { fileName: _jsxFileName, lineNumber: 349, columnNumber: 15 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 340, columnNumber: 45 }, this)), node.data instanceof Store && (_jsxDEV("div", { className: "runtime-explorer__item__label__text", children: node.label }, void 0, false, { fileName: _jsxFileName, lineNumber: 359, columnNumber: 43 }, this)), node.data instanceof Class && (_jsxDEV("div", { className: "runtime-explorer__item__label__text", children: node.label }, void 0, false, { fileName: _jsxFileName, lineNumber: 364, columnNumber: 43 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 326, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 314, columnNumber: 13 }, this));
126
127
  });
127
128
  const RuntimeExplorer = observer((props) => {
128
129
  const { runtimeEditorState, isReadOnly } = props;
@@ -164,13 +165,13 @@ const RuntimeExplorer = observer((props) => {
164
165
  runtimeEditorState.reprocessRuntimeExplorerTree();
165
166
  return () => runtimeEditorState.cleanUpDecoration();
166
167
  }, [runtimeEditorState]);
167
- return (_jsxs(Panel, { className: "runtime-explorer", children: [_jsx(PanelHeader, { title: "runtime", children: _jsx("div", { className: "panel__header__title__content", children: runtimeName }) }), _jsx(PanelContent, { children: _jsx(PanelDropZone, { dropTargetConnector: dropRuntimeSubElementRef, isDragOver: isRuntimeSubElementDragOver, children: _jsx("div", { className: "panel__content__list", children: _jsx(TreeView, { components: {
168
+ return (_jsxDEV(Panel, { className: "runtime-explorer", children: [_jsxDEV(PanelHeader, { title: "runtime", children: _jsxDEV("div", { className: "panel__header__title__content", children: runtimeName }, void 0, false, { fileName: _jsxFileName, lineNumber: 443, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 442, columnNumber: 9 }, this), _jsxDEV(PanelContent, { children: _jsxDEV(PanelDropZone, { dropTargetConnector: dropRuntimeSubElementRef, isDragOver: isRuntimeSubElementDragOver, children: _jsxDEV("div", { className: "panel__content__list", children: _jsxDEV(TreeView, { components: {
168
169
  TreeNodeContainer: RuntimeExplorerTreeNodeContainer,
169
170
  }, treeData: treeData, onNodeSelect: onNodeSelect, getChildNodes: getTreeChildNodes, innerProps: {
170
171
  isReadOnly,
171
172
  runtimeEditorState,
172
173
  onNodeExpand,
173
- } }) }) }) })] }));
174
+ } }, void 0, false, { fileName: _jsxFileName, lineNumber: 451, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 450, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 446, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 445, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 440, columnNumber: 13 }, this));
174
175
  });
175
176
  const IdentifiedConnectionEditor = observer((props) => {
176
177
  const { runtimeEditorState, currentRuntimeEditorTabState, connectionEditorState, identifiedConnection, isReadOnly, } = props;
@@ -179,7 +180,7 @@ const IdentifiedConnectionEditor = observer((props) => {
179
180
  // TODO: add runtime connection ID
180
181
  // connection pointer
181
182
  const isEmbeddedConnection = !(identifiedConnection.connection instanceof ConnectionPointer);
182
- const embeddedConnectionLabel = (_jsxs("div", { className: "runtime-connection-editor__connection-option--custom", children: [_jsx(CogIcon, {}), _jsx("div", { className: "runtime-connection-editor__connection-option--custom__label", children: CUSTOM_LABEL })] }));
183
+ const embeddedConnectionLabel = (_jsxDEV("div", { className: "runtime-connection-editor__connection-option--custom", children: [_jsxDEV(CogIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 496, columnNumber: 9 }, this), _jsxDEV("div", { className: "runtime-connection-editor__connection-option--custom__label", children: CUSTOM_LABEL }, void 0, false, { fileName: _jsxFileName, lineNumber: 497, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 494, columnNumber: 38 }, this));
183
184
  // only show custom connnection option when a connnection pointer is currently selected
184
185
  let connectionOptions = isEmbeddedConnection
185
186
  ? []
@@ -229,8 +230,8 @@ const IdentifiedConnectionEditor = observer((props) => {
229
230
  editorStore.graphEditorMode.openElement(identifiedConnection.connection.packageableConnection.value);
230
231
  }
231
232
  };
232
- return (_jsxs("div", { className: "runtime-connection-editor", children: [_jsxs("div", { className: "panel runtime-connection-editor__pointer", children: [_jsx(PanelHeader, { title: "runtime connection" }), _jsx(PanelContent, { children: _jsxs("div", { className: "runtime-connection-editor__connection-option", children: [_jsx("div", { className: "runtime-connection-editor__connection-option__label", children: _jsx(PURE_ConnectionIcon, {}) }), _jsx(CustomSelectorInput, { className: "panel__content__form__section__dropdown", disabled: isReadOnly, options: connectionOptions, onChange: onConnectionSelectionChange, value: selectedConnectionOption, darkMode: !applicationStore.layoutService
233
- .TEMPORARY__isLightColorThemeEnabled }), !isEmbeddedConnection && (_jsx("button", { className: "btn--dark btn--sm runtime-connection-editor__connection-option__visit-btn", onClick: visitConnection, tabIndex: -1, title: "See connection", children: _jsx(LongArrowRightIcon, {}) }))] }) })] }), _jsx("div", { className: "runtime-connection-editor__embedded", children: _jsx(ConnectionEditor, { connectionEditorState: connectionEditorState, disableChangingStore: true, isReadOnly: isReadOnly }) })] }));
233
+ return (_jsxDEV("div", { className: "runtime-connection-editor", children: [_jsxDEV("div", { className: "panel runtime-connection-editor__pointer", children: [_jsxDEV(PanelHeader, { title: "runtime connection" }, void 0, false, { fileName: _jsxFileName, lineNumber: 587, columnNumber: 11 }, this), _jsxDEV(PanelContent, { children: _jsxDEV("div", { className: "runtime-connection-editor__connection-option", children: [_jsxDEV("div", { className: "runtime-connection-editor__connection-option__label", children: _jsxDEV(PURE_ConnectionIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 591, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 590, columnNumber: 15 }, this), _jsxDEV(CustomSelectorInput, { className: "panel__content__form__section__dropdown", disabled: isReadOnly, options: connectionOptions, onChange: onConnectionSelectionChange, value: selectedConnectionOption, darkMode: !applicationStore.layoutService
234
+ .TEMPORARY__isLightColorThemeEnabled }, void 0, false, { fileName: _jsxFileName, lineNumber: 593, columnNumber: 15 }, this), !isEmbeddedConnection && (_jsxDEV("button", { className: "btn--dark btn--sm runtime-connection-editor__connection-option__visit-btn", onClick: visitConnection, tabIndex: -1, title: "See connection", children: _jsxDEV(LongArrowRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 611, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 604, columnNumber: 42 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 589, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 588, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 586, columnNumber: 9 }, this), _jsxDEV("div", { className: "runtime-connection-editor__embedded", children: _jsxDEV(ConnectionEditor, { connectionEditorState: connectionEditorState, disableChangingStore: true, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 618, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 617, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 584, columnNumber: 13 }, this));
234
235
  });
235
236
  const IdentifiedConnectionsPerStoreEditor = observer((props) => {
236
237
  const { isReadOnly, currentRuntimeEditorTabState, runtimeEditorState } = props;
@@ -261,10 +262,10 @@ const IdentifiedConnectionsPerStoreEditor = observer((props) => {
261
262
  dragItem instanceof ElementDragSource &&
262
263
  dragItem.data.packageableElement instanceof PackageableConnection &&
263
264
  currentRuntimeEditorTabState.packageableConnections.includes(dragItem.data.packageableElement);
264
- return (_jsx("div", { className: "runtime-store-connections-editor", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 300, minSize: 300, children: _jsxs(Panel, { className: "runtime-explorer", children: [_jsxs(PanelHeader, { children: [currentRuntimeEditorTabState instanceof
265
- IdentifiedConnectionsPerStoreEditorTabState && (_jsxs("div", { className: "panel__header__title", children: [_jsx("div", { className: "panel__header__title__label", children: "store" }), _jsx("div", { className: "panel__header__title__content", children: currentRuntimeEditorTabState.store.name })] })), currentRuntimeEditorTabState instanceof
266
- IdentifiedConnectionsPerClassEditorTabState && (_jsxs("div", { className: "panel__header__title", children: [_jsx("div", { className: "panel__header__title__label", children: "store" }), _jsx("div", { className: "panel__header__title__content", children: "ModelStore" }), _jsx("div", { className: "runtime-store-connections-editor__model-store__arrow-icon", children: _jsx(CaretRightIcon, {}) }), _jsx("div", { className: "runtime-store-connections-editor__model-store__class-icon", children: _jsx(PURE_ClassIcon, {}) }), _jsx("div", { className: "runtime-store-connections-editor__model-store__class-name", children: currentRuntimeEditorTabState.class.name })] })), _jsx(PanelHeaderActions, { children: _jsx(PanelHeaderActionItem, { disabled: isReadOnly, onClick: addNewConnection, title: "Add Connection...", children: _jsx(PlusIcon, {}) }) })] }), _jsx(ContextMenu, { className: "panel__content", disabled: isReadOnly, content: _jsx(IdentifiedConnectionsPerStoreExplorerContextMenu, { createNewIdentifiedConnection: addNewConnection }), menuProps: { elevation: 7 }, children: _jsxs(PanelDropZone, { dropTargetConnector: dropConnectionRef, isDragOver: isConnectionDragOver, children: [Boolean(currentRuntimeEditorTabState.identifiedConnections.length) && (_jsx("div", { className: "panel__content__list", children: currentRuntimeEditorTabState.identifiedConnections.map((rtConnection) => (_jsx(IdentifiedConnectionsPerStoreExplorerItem, { identifiedConnection: rtConnection, currentRuntimeEditorTabState: currentRuntimeEditorTabState, isActive: rtConnection === identifiedConnection, isReadOnly: isReadOnly }, rtConnection._UUID))) })), !currentRuntimeEditorTabState.identifiedConnections
267
- .length && (_jsx(BlankPanelPlaceholder, { text: "Add a connection", onClick: addNewConnection, clickActionType: "add", tooltipText: "Drop a connection to add it to the list, or click to add an embedded connection", isDropZoneActive: isEmbeddedRuntime ? undefined : canDropConnection, disabled: isReadOnly, previewText: "No connection" }))] }) })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsxs(ResizablePanel, { children: [connectionEditorState && identifiedConnection && (_jsx(IdentifiedConnectionEditor, { runtimeEditorState: runtimeEditorState, currentRuntimeEditorTabState: currentRuntimeEditorTabState, connectionEditorState: connectionEditorState, identifiedConnection: identifiedConnection, isReadOnly: isReadOnly })), (!connectionEditorState || !identifiedConnection) && (_jsxs(Panel, { children: [_jsx(PanelHeader, { title: "runtime connection" }), _jsx(PanelContent, { children: _jsx(BlankPanelContent, { children: "No connection selected" }) })] }))] })] }) }));
265
+ return (_jsxDEV("div", { className: "runtime-store-connections-editor", children: _jsxDEV(ResizablePanelGroup, { orientation: "vertical", children: [_jsxDEV(ResizablePanel, { size: 300, minSize: 300, children: _jsxDEV(Panel, { className: "runtime-explorer", children: [_jsxDEV(PanelHeader, { children: [currentRuntimeEditorTabState instanceof
266
+ IdentifiedConnectionsPerStoreEditorTabState && (_jsxDEV("div", { className: "panel__header__title", children: [_jsxDEV("div", { className: "panel__header__title__label", children: "store" }, void 0, false, { fileName: _jsxFileName, lineNumber: 697, columnNumber: 21 }, this), _jsxDEV("div", { className: "panel__header__title__content", children: currentRuntimeEditorTabState.store.name }, void 0, false, { fileName: _jsxFileName, lineNumber: 698, columnNumber: 21 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 695, columnNumber: 67 }, this)), currentRuntimeEditorTabState instanceof
267
+ IdentifiedConnectionsPerClassEditorTabState && (_jsxDEV("div", { className: "panel__header__title", children: [_jsxDEV("div", { className: "panel__header__title__label", children: "store" }, void 0, false, { fileName: _jsxFileName, lineNumber: 706, columnNumber: 21 }, this), _jsxDEV("div", { className: "panel__header__title__content", children: "ModelStore" }, void 0, false, { fileName: _jsxFileName, lineNumber: 707, columnNumber: 21 }, this), _jsxDEV("div", { className: "runtime-store-connections-editor__model-store__arrow-icon", children: _jsxDEV(CaretRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 711, columnNumber: 23 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 710, columnNumber: 21 }, this), _jsxDEV("div", { className: "runtime-store-connections-editor__model-store__class-icon", children: _jsxDEV(PURE_ClassIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 714, columnNumber: 23 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 713, columnNumber: 21 }, this), _jsxDEV("div", { className: "runtime-store-connections-editor__model-store__class-name", children: currentRuntimeEditorTabState.class.name }, void 0, false, { fileName: _jsxFileName, lineNumber: 716, columnNumber: 21 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 704, columnNumber: 67 }, this)), _jsxDEV(PanelHeaderActions, { children: _jsxDEV(PanelHeaderActionItem, { disabled: isReadOnly, onClick: addNewConnection, title: "Add Connection...", children: _jsxDEV(PlusIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 727, columnNumber: 21 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 722, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 721, columnNumber: 17 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 693, columnNumber: 15 }, this), _jsxDEV(ContextMenu, { className: "panel__content", disabled: isReadOnly, content: _jsxDEV(IdentifiedConnectionsPerStoreExplorerContextMenu, { createNewIdentifiedConnection: addNewConnection }, void 0, false, { fileName: _jsxFileName, lineNumber: 734, columnNumber: 26 }, this), menuProps: { elevation: 7 }, children: _jsxDEV(PanelDropZone, { dropTargetConnector: dropConnectionRef, isDragOver: isConnectionDragOver, children: [Boolean(currentRuntimeEditorTabState.identifiedConnections.length) && (_jsxDEV("div", { className: "panel__content__list", children: currentRuntimeEditorTabState.identifiedConnections.map((rtConnection) => (_jsxDEV(IdentifiedConnectionsPerStoreExplorerItem, { identifiedConnection: rtConnection, currentRuntimeEditorTabState: currentRuntimeEditorTabState, isActive: rtConnection === identifiedConnection, isReadOnly: isReadOnly }, rtConnection._UUID, false, { fileName: _jsxFileName, lineNumber: 750, columnNumber: 44 }, this))) }, void 0, false, { fileName: _jsxFileName, lineNumber: 747, columnNumber: 25 }, this)), !currentRuntimeEditorTabState.identifiedConnections
268
+ .length && (_jsxDEV(BlankPanelPlaceholder, { text: "Add a connection", onClick: addNewConnection, clickActionType: "add", tooltipText: "Drop a connection to add it to the list, or click to add an embedded connection", isDropZoneActive: isEmbeddedRuntime ? undefined : canDropConnection, disabled: isReadOnly, previewText: "No connection" }, void 0, false, { fileName: _jsxFileName, lineNumber: 765, columnNumber: 33 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 741, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 731, columnNumber: 15 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 692, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 691, columnNumber: 11 }, this), _jsxDEV(ResizablePanelSplitter, { children: _jsxDEV(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }, void 0, false, { fileName: _jsxFileName, lineNumber: 783, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 782, columnNumber: 11 }, this), _jsxDEV(ResizablePanel, { children: [connectionEditorState && identifiedConnection && (_jsxDEV(IdentifiedConnectionEditor, { runtimeEditorState: runtimeEditorState, currentRuntimeEditorTabState: currentRuntimeEditorTabState, connectionEditorState: connectionEditorState, identifiedConnection: identifiedConnection, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 786, columnNumber: 64 }, this)), (!connectionEditorState || !identifiedConnection) && (_jsxDEV(Panel, { children: [_jsxDEV(PanelHeader, { title: "runtime connection" }, void 0, false, { fileName: _jsxFileName, lineNumber: 797, columnNumber: 17 }, this), _jsxDEV(PanelContent, { children: _jsxDEV(BlankPanelContent, { children: "No connection selected" }, void 0, false, { fileName: _jsxFileName, lineNumber: 799, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 798, columnNumber: 17 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 795, columnNumber: 68 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 785, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 690, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 688, columnNumber: 13 }, this));
268
269
  });
269
270
  const RuntimeMappingEditor = observer((props) => {
270
271
  const { runtimeEditorState, mappingRef, isReadOnly } = props;
@@ -286,7 +287,7 @@ const RuntimeMappingEditor = observer((props) => {
286
287
  const changeMapping = (val) => runtimeEditorState.changeMapping(mappingRef, val.value);
287
288
  const deleteMapping = () => runtimeEditorState.deleteMapping(mappingRef);
288
289
  const visitMapping = () => editorStore.graphEditorMode.openElement(mappingRef.value);
289
- return (_jsxs("div", { className: "panel__content__form__section__list__item--customized runtime-mapping-editor", children: [_jsx(CustomSelectorInput, { className: "runtime-mapping-editor__mapping", disabled: isReadOnly, options: mappingOptions, onChange: changeMapping, value: selectedMappingOption, placeholder: "Choose a class", filterOption: filterOption, darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled }), _jsx("button", { className: "btn--dark btn__icon--dark", onClick: visitMapping, tabIndex: -1, title: "Visit Mapping", children: _jsx(LongArrowRightIcon, {}) }), !isReadOnly && (_jsx("button", { className: "btn--dark btn__icon--dark btn--caution", disabled: runtimeValue.mappings.length < 2, onClick: deleteMapping, tabIndex: -1, title: "Remove", children: _jsx(TimesIcon, {}) }))] }));
290
+ return (_jsxDEV("div", { className: "panel__content__form__section__list__item--customized runtime-mapping-editor", children: [_jsxDEV(CustomSelectorInput, { className: "runtime-mapping-editor__mapping", disabled: isReadOnly, options: mappingOptions, onChange: changeMapping, value: selectedMappingOption, placeholder: "Choose a class", filterOption: filterOption, darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled }, void 0, false, { fileName: _jsxFileName, lineNumber: 842, columnNumber: 9 }, this), _jsxDEV("button", { className: "btn--dark btn__icon--dark", onClick: visitMapping, tabIndex: -1, title: "Visit Mapping", children: _jsxDEV(LongArrowRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 860, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 854, columnNumber: 9 }, this), !isReadOnly && (_jsxDEV("button", { className: "btn--dark btn__icon--dark btn--caution", disabled: runtimeValue.mappings.length < 2, onClick: deleteMapping, tabIndex: -1, title: "Remove", children: _jsxDEV(TimesIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 870, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 862, columnNumber: 26 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 840, columnNumber: 13 }, this));
290
291
  });
291
292
  const RuntimeGeneralEditor = observer((props) => {
292
293
  const { runtimeEditorState, isReadOnly } = props;
@@ -319,30 +320,30 @@ const RuntimeGeneralEditor = observer((props) => {
319
320
  isMappingDragOver: monitor.isOver({ shallow: true }),
320
321
  }),
321
322
  }), [handleDropMapping]);
322
- return (_jsxs("div", { className: "panel runtime-explorer", children: [_jsx(PanelHeader, {}), _jsx(PanelContent, { children: _jsx(PanelDropZone, { dropTargetConnector: dropMappingRef, isDragOver: isMappingDragOver && !isReadOnly, children: _jsx("div", { className: "panel__content__form", children: _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Mappings" }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the list of mappings covered by this runtime" }), _jsxs("div", { className: "panel__content__form__section__list", children: [runtimeValue.mappings.map((mappingRef) => (_jsx(RuntimeMappingEditor, { runtimeEditorState: runtimeEditorState, mappingRef: mappingRef, isReadOnly: isReadOnly || isRuntimeEmbedded }, mappingRef.value._UUID))), !isRuntimeEmbedded && (_jsx("div", { className: "panel__content__form__section__list__new-item__add", children: _jsx("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: !allowAddingMapping, tabIndex: -1, onClick: addMapping, title: "Add Mapping", children: "Add Value" }) }))] })] }) }) }) })] }));
323
+ return (_jsxDEV("div", { className: "panel runtime-explorer", children: [_jsxDEV(PanelHeader, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 931, columnNumber: 9 }, this), _jsxDEV(PanelContent, { children: _jsxDEV(PanelDropZone, { dropTargetConnector: dropMappingRef, isDragOver: isMappingDragOver && !isReadOnly, children: _jsxDEV("div", { className: "panel__content__form", children: _jsxDEV("div", { className: "panel__content__form__section", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Mappings" }, void 0, false, { fileName: _jsxFileName, lineNumber: 939, columnNumber: 17 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the list of mappings covered by this runtime" }, void 0, false, { fileName: _jsxFileName, lineNumber: 942, columnNumber: 17 }, this), _jsxDEV("div", { className: "panel__content__form__section__list", children: [runtimeValue.mappings.map((mappingRef) => (_jsxDEV(RuntimeMappingEditor, { runtimeEditorState: runtimeEditorState, mappingRef: mappingRef, isReadOnly: isReadOnly || isRuntimeEmbedded }, mappingRef.value._UUID, false, { fileName: _jsxFileName, lineNumber: 946, columnNumber: 63 }, this))), !isRuntimeEmbedded && (_jsxDEV("div", { className: "panel__content__form__section__list__new-item__add", children: _jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: !allowAddingMapping, tabIndex: -1, onClick: addMapping, title: "Add Mapping", children: "Add Value" }, void 0, false, { fileName: _jsxFileName, lineNumber: 956, columnNumber: 23 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 954, columnNumber: 43 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 945, columnNumber: 17 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 938, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 937, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 933, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 932, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 929, columnNumber: 13 }, this));
323
324
  });
324
325
  const RuntimeEditorPanel = observer((props) => {
325
326
  const { runtimeEditorState, isReadOnly } = props;
326
327
  const currentRuntimeEditorTabState = runtimeEditorState.currentTabState;
327
328
  if (currentRuntimeEditorTabState instanceof
328
329
  IdentifiedConnectionsEditorTabState) {
329
- return (_jsx(IdentifiedConnectionsPerStoreEditor, { runtimeEditorState: runtimeEditorState, currentRuntimeEditorTabState: currentRuntimeEditorTabState, isReadOnly: isReadOnly }, runtimeEditorState.uuid));
330
+ return (_jsxDEV(IdentifiedConnectionsPerStoreEditor, { runtimeEditorState: runtimeEditorState, currentRuntimeEditorTabState: currentRuntimeEditorTabState, isReadOnly: isReadOnly }, runtimeEditorState.uuid, false, { fileName: _jsxFileName, lineNumber: 985, columnNumber: 15 }, this));
330
331
  }
331
332
  else if (currentRuntimeEditorTabState instanceof RuntimeEditorRuntimeTabState) {
332
- return (_jsx(RuntimeGeneralEditor, { runtimeEditorState: runtimeEditorState, runtimeEditorTabState: currentRuntimeEditorTabState, isReadOnly: isReadOnly }, runtimeEditorState.uuid));
333
+ return (_jsxDEV(RuntimeGeneralEditor, { runtimeEditorState: runtimeEditorState, runtimeEditorTabState: currentRuntimeEditorTabState, isReadOnly: isReadOnly }, runtimeEditorState.uuid, false, { fileName: _jsxFileName, lineNumber: 996, columnNumber: 15 }, this));
333
334
  }
334
- return _jsx("div", {}); // no need for splash screen since will always show at least a tab
335
+ return _jsxDEV("div", {}, void 0, false, { fileName: _jsxFileName, lineNumber: 1005, columnNumber: 11 }, this); // no need for splash screen since will always show at least a tab
335
336
  });
336
337
  export const RuntimeEditor = observer((props) => {
337
338
  const { runtimeEditorState, isReadOnly } = props;
338
- return (_jsx("div", { className: "runtime-editor", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 300, minSize: 300, children: _jsx(RuntimeExplorer, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsx(RuntimeEditorPanel, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }) })] }) }));
339
+ return (_jsxDEV("div", { className: "runtime-editor", children: _jsxDEV(ResizablePanelGroup, { orientation: "vertical", children: [_jsxDEV(ResizablePanel, { size: 300, minSize: 300, children: _jsxDEV(RuntimeExplorer, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 1017, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1016, columnNumber: 11 }, this), _jsxDEV(ResizablePanelSplitter, { children: _jsxDEV(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }, void 0, false, { fileName: _jsxFileName, lineNumber: 1023, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1022, columnNumber: 11 }, this), _jsxDEV(ResizablePanel, { children: _jsxDEV(RuntimeEditorPanel, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 1026, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1025, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 1015, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1013, columnNumber: 13 }, this));
339
340
  });
340
341
  export const PackageableRuntimeEditor = observer(() => {
341
342
  const editorStore = useEditorStore();
342
343
  const editorState = editorStore.tabManagerState.getCurrentEditorState(PackageableRuntimeEditorState);
343
344
  const isReadOnly = editorState.isReadOnly;
344
345
  useApplicationNavigationContext(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.RUNTIME_EDITOR);
345
- return (_jsx(RuntimeEditor, { runtimeEditorState: editorState.runtimeEditorState, isReadOnly: isReadOnly }));
346
+ return (_jsxDEV(RuntimeEditor, { runtimeEditorState: editorState.runtimeEditorState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 1048, columnNumber: 11 }, this));
346
347
  });
347
348
  export const EmbeddedRuntimeEditor = observer((props) => {
348
349
  const { runtimeEditorState, onClose, isReadOnly } = props;
@@ -351,10 +352,10 @@ export const EmbeddedRuntimeEditor = observer((props) => {
351
352
  if (!runtimeEditorState) {
352
353
  return null;
353
354
  }
354
- return (_jsx(Dialog, { open: Boolean(runtimeEditorState), onClose: closeEditor, classes: {
355
+ return (_jsxDEV(Dialog, { open: Boolean(runtimeEditorState), onClose: closeEditor, classes: {
355
356
  root: 'editor-modal__root-container',
356
357
  container: 'editor-modal__container',
357
358
  paper: 'editor-modal__content',
358
- }, children: _jsxs(Modal, { darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled, className: "editor-modal embedded-runtime-editor", children: [_jsxs(ModalHeader, { children: [_jsx(ModalTitle, { icon: _jsx(CogIcon, {}), title: "custom runtime" }), _jsx(ModalHeaderActions, { children: _jsx("button", { className: "modal__header__action", tabIndex: -1, onClick: closeEditor, children: _jsx(TimesIcon, {}) }) })] }), _jsx(ModalBody, { className: "modal__body--footless", children: _jsx(RuntimeEditor, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }) })] }) }));
359
+ }, children: _jsxDEV(Modal, { darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled, className: "editor-modal embedded-runtime-editor", children: [_jsxDEV(ModalHeader, { children: [_jsxDEV(ModalTitle, { icon: _jsxDEV(CogIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 1085, columnNumber: 31 }, this), title: "custom runtime" }, void 0, false, { fileName: _jsxFileName, lineNumber: 1085, columnNumber: 13 }, this), _jsxDEV(ModalHeaderActions, { children: _jsxDEV("button", { className: "modal__header__action", tabIndex: -1, onClick: closeEditor, children: _jsxDEV(TimesIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 1092, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1087, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1086, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 1084, columnNumber: 11 }, this), _jsxDEV(ModalBody, { className: "modal__body--footless", children: _jsxDEV(RuntimeEditor, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 1097, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1096, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 1078, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 1068, columnNumber: 13 }, this));
359
360
  });
360
361
  //# sourceMappingURL=RuntimeEditor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RuntimeEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/RuntimeEditor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"RuntimeEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/RuntimeEditor.tsx"],"names":[],"mappings":"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"}
@@ -18,10 +18,10 @@ export declare const UnsupportedEditorPanel: ((props: {
18
18
  text: string;
19
19
  isReadOnly: boolean;
20
20
  unsupportedElementEditorState?: UnsupportedElementEditorState;
21
- }) => import("react/jsx-runtime").JSX.Element) & {
21
+ }) => import("react/jsx-dev-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
- export declare const UnsupportedElementEditor: (() => import("react/jsx-runtime").JSX.Element) & {
24
+ export declare const UnsupportedElementEditor: (() => import("react/jsx-dev-runtime").JSX.Element) & {
25
25
  displayName: string;
26
26
  };
27
27
  //# sourceMappingURL=UnsupportedElementEditor.d.ts.map
@@ -1,4 +1,5 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
2
+ const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/UnsupportedElementEditor.tsx";
2
3
  /**
3
4
  * Copyright (c) 2020-present, Goldman Sachs
4
5
  *
@@ -34,7 +35,7 @@ export const UnsupportedEditorPanel = observer((props) => {
34
35
  const handleJsonModeClick = () => {
35
36
  unsupportedElementEditorState?.setEditMode(ELEMENT_NATIVE_VIEW_MODE.JSON);
36
37
  };
37
- return (_jsx(BlankPanelContent, { children: _jsxs("div", { className: "unsupported-element-editor__main", children: [_jsx("div", { className: "unsupported-element-editor__summary", children: text }), _jsxs("div", { className: "unsupported-element-editor__actions", children: [!isReadOnly && (_jsx(Button, { className: "unsupported-element-editor__to-text-mode__btn", onClick: handleTextModeClick, text: "Edit in text mode", disabled: isUnknownEntity })), isUnknownEntity && (_jsx(Button, { className: "unsupported-element-editor__to-text-mode__btn unsupported-element-editor__btn--dark", onClick: handleJsonModeClick, text: "View content" }))] })] }) }));
38
+ return (_jsxDEV(BlankPanelContent, { children: _jsxDEV("div", { className: "unsupported-element-editor__main", children: [_jsxDEV("div", { className: "unsupported-element-editor__summary", children: text }, void 0, false, { fileName: _jsxFileName, lineNumber: 59, columnNumber: 11 }, this), _jsxDEV("div", { className: "unsupported-element-editor__actions", children: [!isReadOnly && (_jsxDEV(Button, { className: "unsupported-element-editor__to-text-mode__btn", onClick: handleTextModeClick, text: "Edit in text mode", disabled: isUnknownEntity }, void 0, false, { fileName: _jsxFileName, lineNumber: 61, columnNumber: 30 }, this)), isUnknownEntity && (_jsxDEV(Button, { className: "unsupported-element-editor__to-text-mode__btn unsupported-element-editor__btn--dark", onClick: handleJsonModeClick, text: "View content" }, void 0, false, { fileName: _jsxFileName, lineNumber: 69, columnNumber: 34 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 60, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 58, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 56, columnNumber: 13 }, this));
38
39
  });
39
40
  // NOTE: this editor can be used for any element supported via text mode but no editor has been built
40
41
  export const UnsupportedElementEditor = observer(() => {
@@ -42,6 +43,6 @@ export const UnsupportedElementEditor = observer(() => {
42
43
  const unsupportedElementEditorState = editorStore.tabManagerState.getCurrentEditorState(UnsupportedElementEditorState);
43
44
  const element = unsupportedElementEditorState.element;
44
45
  const isReadOnly = unsupportedElementEditorState.isReadOnly;
45
- return (_jsx("div", { className: "unsupported-element-editor", children: _jsxs(Panel, { children: [_jsx(PanelHeader, { children: _jsxs("div", { className: "panel__header__title", children: [isReadOnly && (_jsx("div", { className: "uml-element-editor__header__lock", children: _jsx(LockIcon, {}) })), _jsx("div", { className: "panel__header__title__label", children: "element" }), _jsx("div", { className: "panel__header__title__content", children: element.name })] }) }), _jsx(PanelContent, { className: "unsupported-element-editor__content", children: _jsx(UnsupportedEditorPanel, { text: "Can't display this element in form-mode", isReadOnly: isReadOnly, unsupportedElementEditorState: unsupportedElementEditorState }) })] }) }));
46
+ return (_jsxDEV("div", { className: "unsupported-element-editor", children: _jsxDEV(Panel, { children: [_jsxDEV(PanelHeader, { children: _jsxDEV("div", { className: "panel__header__title", children: [isReadOnly && (_jsxDEV("div", { className: "uml-element-editor__header__lock", children: _jsxDEV(LockIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 100, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 98, columnNumber: 29 }, this)), _jsxDEV("div", { className: "panel__header__title__label", children: "element" }, void 0, false, { fileName: _jsxFileName, lineNumber: 103, columnNumber: 13 }, this), _jsxDEV("div", { className: "panel__header__title__content", children: element.name }, void 0, false, { fileName: _jsxFileName, lineNumber: 104, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 97, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 96, columnNumber: 9 }, this), _jsxDEV(PanelContent, { className: "unsupported-element-editor__content", children: _jsxDEV(UnsupportedEditorPanel, { text: "Can't display this element in form-mode", isReadOnly: isReadOnly, unsupportedElementEditorState: unsupportedElementEditorState }, void 0, false, { fileName: _jsxFileName, lineNumber: 108, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 107, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 95, columnNumber: 7 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 93, columnNumber: 11 }, this));
46
47
  });
47
48
  //# sourceMappingURL=UnsupportedElementEditor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UnsupportedElementEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/UnsupportedElementEditor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UnsupportedElementEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/UnsupportedElementEditor.tsx"],"names":[],"mappings":"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"}
@@ -18,10 +18,10 @@ export declare const ConnectionEditor: ((props: {
18
18
  connectionEditorState: ConnectionEditorState;
19
19
  isReadOnly: boolean;
20
20
  disableChangingStore?: boolean;
21
- }) => import("react/jsx-runtime").JSX.Element) & {
21
+ }) => import("react/jsx-dev-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
- export declare const PackageableConnectionEditor: (() => import("react/jsx-runtime").JSX.Element) & {
24
+ export declare const PackageableConnectionEditor: (() => import("react/jsx-dev-runtime").JSX.Element) & {
25
25
  displayName: string;
26
26
  };
27
27
  //# sourceMappingURL=ConnectionEditor.d.ts.map
@@ -1,4 +1,5 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
2
+ const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx";
2
3
  /**
3
4
  * Copyright (c) 2020-present, Goldman Sachs
4
5
  *
@@ -37,11 +38,11 @@ const ModelConnectionEditor = observer((props) => {
37
38
  // TODO: handle content type (XML/JSON)
38
39
  // url
39
40
  const changeUrl = (event) => modelConnection_setUrl(connection, event.target.value);
40
- return (_jsxs("div", { className: "panel__content__form", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsxs("div", { className: "panel__content__form__section__header__label", children: [_jsx("div", { className: "panel__content__form__section__header__label__text", children: "Source Class" }), disableChangingClass && (_jsx("div", { className: "panel__content__form__section__header__label__lock", children: _jsx(LockIcon, {}) }))] }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the class being used for the model store" }), _jsx(CustomSelectorInput, { disabled: isReadOnly || disableChangingClass, className: "panel__content__form__section__dropdown", options: classOptions, onChange: onSourceClassChange, value: { label: sourceClass.name, value: sourceClass }, darkMode: !applicationStore.layoutService
41
+ return (_jsxDEV("div", { className: "panel__content__form", children: [_jsxDEV("div", { className: "panel__content__form__section", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label__text", children: "Source Class" }, void 0, false, { fileName: _jsxFileName, lineNumber: 78, columnNumber: 13 }, this), disableChangingClass && (_jsxDEV("div", { className: "panel__content__form__section__header__label__lock", children: _jsxDEV(LockIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 83, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 81, columnNumber: 39 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 77, columnNumber: 11 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the class being used for the model store" }, void 0, false, { fileName: _jsxFileName, lineNumber: 87, columnNumber: 11 }, this), _jsxDEV(CustomSelectorInput, { disabled: isReadOnly || disableChangingClass, className: "panel__content__form__section__dropdown", options: classOptions, onChange: onSourceClassChange, value: { label: sourceClass.name, value: sourceClass }, darkMode: !applicationStore.layoutService
41
42
  .TEMPORARY__isLightColorThemeEnabled, formatOptionLabel: getPackageableElementOptionFormatter({
42
43
  darkMode: !applicationStore.layoutService
43
44
  .TEMPORARY__isLightColorThemeEnabled,
44
- }) })] }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "URL" }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the connection URL" }), _jsx("textarea", { className: "panel__content__form__section__textarea connection-editor__model-connection-url__textarea", spellCheck: false, value: connection.url, onChange: changeUrl, disabled: isReadOnly })] })] }));
45
+ }) }, void 0, false, { fileName: _jsxFileName, lineNumber: 90, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 76, columnNumber: 9 }, this), _jsxDEV("div", { className: "panel__content__form__section", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "URL" }, void 0, false, { fileName: _jsxFileName, lineNumber: 108, columnNumber: 11 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the connection URL" }, void 0, false, { fileName: _jsxFileName, lineNumber: 111, columnNumber: 11 }, this), _jsxDEV("textarea", { className: "panel__content__form__section__textarea connection-editor__model-connection-url__textarea", spellCheck: false, value: connection.url, onChange: changeUrl, disabled: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 114, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 107, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 74, columnNumber: 13 }, this));
45
46
  });
46
47
  export const ConnectionEditor = observer((props) => {
47
48
  const { connectionEditorState, isReadOnly, disableChangingStore } = props;
@@ -50,13 +51,13 @@ export const ConnectionEditor = observer((props) => {
50
51
  const plugins = editorStore.pluginManager.getApplicationPlugins();
51
52
  const renderConnectionValueEditor = () => {
52
53
  if (connectionValueState instanceof JsonModelConnectionValueState) {
53
- return (_jsx(ModelConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly, disableChangingClass: disableChangingStore }));
54
+ return (_jsxDEV(ModelConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly, disableChangingClass: disableChangingStore }, void 0, false, { fileName: _jsxFileName, lineNumber: 140, columnNumber: 17 }, this));
54
55
  }
55
56
  else if (connectionValueState instanceof FlatDataConnectionValueState) {
56
- return (_jsx(FlatDataConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }));
57
+ return (_jsxDEV(FlatDataConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 148, columnNumber: 17 }, this));
57
58
  }
58
59
  else if (connectionValueState instanceof RelationalDatabaseConnectionValueState) {
59
- return (_jsx(RelationalDatabaseConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }));
60
+ return (_jsxDEV(RelationalDatabaseConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 157, columnNumber: 17 }, this));
60
61
  }
61
62
  else {
62
63
  const extraConnectionEditorRenderers = plugins.flatMap((plugin) => plugin.getExtraConnectionEditorRenderers?.() ?? []);
@@ -66,16 +67,16 @@ export const ConnectionEditor = observer((props) => {
66
67
  return editor;
67
68
  }
68
69
  }
69
- return (_jsx(UnsupportedEditorPanel, { text: "Can't display this connection in form-mode", isReadOnly: isReadOnly }));
70
+ return (_jsxDEV(UnsupportedEditorPanel, { text: "Can't display this connection in form-mode", isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 177, columnNumber: 17 }, this));
70
71
  }
71
72
  };
72
- return (_jsxs(Panel, { className: "connection-editor", children: [_jsx(PanelHeader, { title: connectionValueState.label() }), _jsx(PanelContent, { children: renderConnectionValueEditor() })] }));
73
+ return (_jsxDEV(Panel, { className: "connection-editor", children: [_jsxDEV(PanelHeader, { title: connectionValueState.label() }, void 0, false, { fileName: _jsxFileName, lineNumber: 187, columnNumber: 9 }, this), _jsxDEV(PanelContent, { children: renderConnectionValueEditor() }, void 0, false, { fileName: _jsxFileName, lineNumber: 188, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 185, columnNumber: 13 }, this));
73
74
  });
74
75
  export const PackageableConnectionEditor = observer(() => {
75
76
  const editorStore = useEditorStore();
76
77
  const editorState = editorStore.tabManagerState.getCurrentEditorState(PackageableConnectionEditorState);
77
78
  const isReadOnly = editorState.isReadOnly;
78
79
  useApplicationNavigationContext(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.CONNECTION_EDITOR);
79
- return (_jsx(ConnectionEditor, { connectionEditorState: editorState.connectionState, isReadOnly: isReadOnly }));
80
+ return (_jsxDEV(ConnectionEditor, { connectionEditorState: editorState.connectionState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 205, columnNumber: 11 }, this));
80
81
  });
81
82
  //# sourceMappingURL=ConnectionEditor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"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"}
@@ -16,13 +16,13 @@
16
16
  import type { DatabaseBuilderWizardState } from '../../../../stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderWizardState.js';
17
17
  export declare const DatabaseBuilderModalContent: ((props: {
18
18
  databaseBuilderState: DatabaseBuilderWizardState;
19
- }) => import("react/jsx-runtime").JSX.Element) & {
19
+ }) => import("react/jsx-dev-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  export declare const DatabaseBuilderWizard: ((props: {
23
23
  databaseBuilderState: DatabaseBuilderWizardState;
24
24
  isReadOnly: boolean;
25
- }) => import("react/jsx-runtime").JSX.Element) & {
25
+ }) => import("react/jsx-dev-runtime").JSX.Element) & {
26
26
  displayName: string;
27
27
  };
28
28
  //# sourceMappingURL=DatabaseBuilderWizard.d.ts.map