@finos/legend-application-studio 23.0.0 → 23.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1343) hide show
  1. package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.d.ts +21 -0
  2. package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.d.ts.map +1 -0
  3. package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.js +74 -0
  4. package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.js.map +1 -0
  5. package/lib/application/DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map +1 -0
  6. package/lib/application/DSL_ExternalFormat_LegendStudioDocumentation.js.map +1 -0
  7. package/lib/application/LegendStudio.js +1 -1
  8. package/lib/application/LegendStudio.js.map +1 -1
  9. package/lib/application/LegendStudioCodeSnippet.d.ts +45 -0
  10. package/lib/application/LegendStudioCodeSnippet.d.ts.map +1 -0
  11. package/lib/application/LegendStudioCodeSnippet.js +322 -0
  12. package/lib/application/LegendStudioCodeSnippet.js.map +1 -0
  13. package/lib/application/LegendStudioEvent.d.ts +12 -1
  14. package/lib/application/LegendStudioEvent.d.ts.map +1 -1
  15. package/lib/application/LegendStudioEvent.js +12 -0
  16. package/lib/application/LegendStudioEvent.js.map +1 -1
  17. package/lib/application/LegendStudioNavigation.d.ts +1 -2
  18. package/lib/application/LegendStudioNavigation.d.ts.map +1 -1
  19. package/lib/application/LegendStudioNavigation.js +1 -22
  20. package/lib/application/LegendStudioNavigation.js.map +1 -1
  21. package/lib/application/LegendStudioPluginManager.js +1 -1
  22. package/lib/application/LegendStudioPluginManager.js.map +1 -1
  23. package/lib/application/LegendStudioTesting.d.ts +47 -0
  24. package/lib/application/LegendStudioTesting.d.ts.map +1 -0
  25. package/lib/application/LegendStudioTesting.js +52 -0
  26. package/lib/application/LegendStudioTesting.js.map +1 -0
  27. package/lib/components/EditorComponentTestUtils.d.ts +1 -1
  28. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  29. package/lib/components/EditorComponentTestUtils.js +3 -3
  30. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  31. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  32. package/lib/components/LegendStudioApplication.js +1 -1
  33. package/lib/components/LegendStudioApplication.js.map +1 -1
  34. package/lib/components/editor/ActivityBar.d.ts +1 -1
  35. package/lib/components/editor/ActivityBar.d.ts.map +1 -1
  36. package/lib/components/editor/ActivityBar.js +2 -2
  37. package/lib/components/editor/ActivityBar.js.map +1 -1
  38. package/lib/components/editor/Editor.js +1 -1
  39. package/lib/components/editor/Editor.js.map +1 -1
  40. package/lib/components/editor/EditorStoreProvider.d.ts +1 -1
  41. package/lib/components/editor/EditorStoreProvider.d.ts.map +1 -1
  42. package/lib/components/editor/EditorStoreProvider.js +1 -1
  43. package/lib/components/editor/EditorStoreProvider.js.map +1 -1
  44. package/lib/components/editor/StatusBar.js +2 -2
  45. package/lib/components/editor/StatusBar.js.map +1 -1
  46. package/lib/components/editor/aux-panel/AuxiliaryPanel.js +1 -1
  47. package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
  48. package/lib/components/editor/aux-panel/Problems.js +1 -1
  49. package/lib/components/editor/aux-panel/Problems.js.map +1 -1
  50. package/lib/components/editor/edit-panel/EditPanel.js +19 -19
  51. package/lib/components/editor/edit-panel/EditPanel.js.map +1 -1
  52. package/lib/components/editor/edit-panel/FileGenerationViewer.js +1 -1
  53. package/lib/components/editor/edit-panel/FileGenerationViewer.js.map +1 -1
  54. package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -1
  55. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  56. package/lib/components/editor/edit-panel/FunctionEditor.js +6 -6
  57. package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
  58. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +4 -4
  59. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
  60. package/lib/components/editor/edit-panel/GrammarTextEditor.js +3 -3
  61. package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
  62. package/lib/components/editor/edit-panel/ModelImporter.js +2 -2
  63. package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
  64. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -1
  65. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
  66. package/lib/components/editor/edit-panel/RuntimeEditor.js +3 -3
  67. package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
  68. package/lib/components/editor/edit-panel/UnsupportedElementEditor.js +1 -1
  69. package/lib/components/editor/edit-panel/UnsupportedElementEditor.js.map +1 -1
  70. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -1
  71. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  72. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +2 -2
  73. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
  74. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +1 -1
  75. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  76. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
  77. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
  78. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +1 -1
  79. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
  80. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js +1 -1
  81. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js.map +1 -1
  82. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +1 -1
  83. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  84. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +3 -3
  85. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  86. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -1
  87. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
  88. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +1 -1
  89. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
  90. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +2 -2
  91. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
  92. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +5 -5
  93. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
  94. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts +2 -2
  95. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts.map +1 -1
  96. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +3 -3
  97. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
  98. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +1 -1
  99. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  100. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +1 -1
  101. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  102. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js +2 -2
  103. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
  104. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +1 -1
  105. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
  106. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js +2 -2
  107. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js.map +1 -1
  108. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +2 -2
  109. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
  110. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +1 -1
  111. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
  112. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.js +1 -1
  113. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.js.map +1 -1
  114. package/lib/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
  115. package/lib/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.d.ts.map +1 -1
  116. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts +2 -2
  117. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts.map +1 -1
  118. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +4 -4
  119. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
  120. package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.d.ts +2 -2
  121. package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.d.ts.map +1 -1
  122. package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.js +2 -2
  123. package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.js.map +1 -1
  124. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +3 -3
  125. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
  126. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +2 -2
  127. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -1
  128. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +3 -3
  129. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
  130. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +2 -2
  131. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -1
  132. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +1 -1
  133. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
  134. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +1 -1
  135. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  136. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +3 -3
  137. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
  138. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
  139. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
  140. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js +2 -2
  141. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js.map +1 -1
  142. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +6 -6
  143. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
  144. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -1
  145. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
  146. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +4 -4
  147. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
  148. package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js +1 -1
  149. package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
  150. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +9 -9
  151. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
  152. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -1
  153. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  154. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +1 -1
  155. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
  156. package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +5 -5
  157. package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
  158. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +2 -2
  159. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  160. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +7 -7
  161. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  162. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts +1 -1
  163. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -1
  164. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.d.ts +1 -1
  165. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.d.ts.map +1 -1
  166. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +7 -7
  167. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
  168. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +1 -1
  169. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  170. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +6 -6
  171. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
  172. package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.d.ts +1 -1
  173. package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.d.ts.map +1 -1
  174. package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js +3 -3
  175. package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js.map +1 -1
  176. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +2 -2
  177. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
  178. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +4 -4
  179. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
  180. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
  181. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  182. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +13 -8
  183. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
  184. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +1 -1
  185. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
  186. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +4 -4
  187. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
  188. package/lib/components/editor/edit-panel/mapping-editor/TypeTree.d.ts.map +1 -0
  189. package/lib/components/editor/edit-panel/mapping-editor/TypeTree.js +165 -0
  190. package/lib/components/editor/edit-panel/mapping-editor/TypeTree.js.map +1 -0
  191. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
  192. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
  193. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +4 -4
  194. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
  195. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +1 -1
  196. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
  197. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js +3 -3
  198. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
  199. package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js +1 -1
  200. package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
  201. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +3 -3
  202. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
  203. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +1 -1
  204. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  205. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +3 -3
  206. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
  207. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +1 -1
  208. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  209. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +1 -1
  210. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  211. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js +2 -2
  212. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js.map +1 -1
  213. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +1 -1
  214. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  215. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +1 -1
  216. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
  217. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +1 -1
  218. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  219. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +1 -1
  220. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js.map +1 -1
  221. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
  222. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  223. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js +4 -4
  224. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js.map +1 -1
  225. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -1
  226. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
  227. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +3 -3
  228. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
  229. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +5 -5
  230. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
  231. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +1 -1
  232. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  233. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +6 -6
  234. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
  235. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts +1 -1
  236. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.map +1 -1
  237. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +1 -1
  238. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
  239. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +4 -4
  240. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
  241. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +3 -3
  242. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
  243. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +4 -4
  244. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
  245. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +1 -1
  246. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
  247. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +1 -1
  248. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
  249. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.js +1 -1
  250. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.js.map +1 -1
  251. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -1
  252. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  253. package/lib/components/editor/side-bar/CreateNewElementModal.js +3 -3
  254. package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
  255. package/lib/components/editor/side-bar/Explorer.js +8 -8
  256. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  257. package/lib/components/editor/side-bar/LocalChanges.js +6 -6
  258. package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
  259. package/lib/components/editor/side-bar/ProjectDependantsEditor.d.ts.map +1 -1
  260. package/lib/components/editor/side-bar/ProjectDependantsEditor.js +19 -7
  261. package/lib/components/editor/side-bar/ProjectDependantsEditor.js.map +1 -1
  262. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  263. package/lib/components/editor/side-bar/ProjectOverview.js +3 -2
  264. package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
  265. package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
  266. package/lib/components/editor/side-bar/RegisterService.d.ts.map +1 -1
  267. package/lib/components/editor/side-bar/RegisterService.js +1 -1
  268. package/lib/components/editor/side-bar/RegisterService.js.map +1 -1
  269. package/lib/components/editor/side-bar/SideBar.js +1 -1
  270. package/lib/components/editor/side-bar/SideBar.js.map +1 -1
  271. package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
  272. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  273. package/lib/components/editor/side-bar/WorkflowManager.js +2 -2
  274. package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
  275. package/lib/components/editor/side-bar/WorkspaceReview.js +4 -4
  276. package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
  277. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +3 -3
  278. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
  279. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +4 -4
  280. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
  281. package/lib/components/editor/side-bar/WorkspaceUpdater.js +4 -4
  282. package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
  283. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -1
  284. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  285. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +3 -3
  286. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
  287. package/lib/components/element-preview/ElementPreview.d.ts +2 -0
  288. package/lib/components/element-preview/ElementPreview.d.ts.map +1 -0
  289. package/lib/components/element-preview/ElementPreview.js +2 -0
  290. package/lib/components/element-preview/ElementPreview.js.map +1 -0
  291. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.d.ts +27 -0
  292. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.d.ts.map +1 -0
  293. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +90 -0
  294. package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -0
  295. package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts +43 -0
  296. package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map +1 -0
  297. package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +301 -0
  298. package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -0
  299. package/lib/components/project-view/ProjectViewer.d.ts.map +1 -0
  300. package/lib/components/project-view/ProjectViewer.js +151 -0
  301. package/lib/components/project-view/ProjectViewer.js.map +1 -0
  302. package/lib/components/project-view/ProjectViewerStoreProvider.d.ts +23 -0
  303. package/lib/components/project-view/ProjectViewerStoreProvider.d.ts.map +1 -0
  304. package/lib/components/project-view/ProjectViewerStoreProvider.js +36 -0
  305. package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -0
  306. package/lib/components/shared/ElementIconUtils.d.ts +1 -1
  307. package/lib/components/shared/ElementIconUtils.d.ts.map +1 -1
  308. package/lib/components/shared/ElementIconUtils.js +1 -1
  309. package/lib/components/shared/ElementIconUtils.js.map +1 -1
  310. package/lib/components/workspace-review/WorkspaceReview.js +1 -1
  311. package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
  312. package/lib/components/workspace-review/WorkspaceReviewPanel.js +1 -1
  313. package/lib/components/workspace-review/WorkspaceReviewPanel.js.map +1 -1
  314. package/lib/components/workspace-review/WorkspaceReviewSideBar.js +3 -3
  315. package/lib/components/workspace-review/WorkspaceReviewSideBar.js.map +1 -1
  316. package/lib/components/workspace-review/WorkspaceReviewStoreProvider.js +1 -1
  317. package/lib/components/workspace-review/WorkspaceReviewStoreProvider.js.map +1 -1
  318. package/lib/components/workspace-setup/CreateProjectModal.js +1 -1
  319. package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
  320. package/lib/components/workspace-setup/ProjectSelectorUtils.d.ts.map +1 -0
  321. package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -0
  322. package/lib/components/workspace-setup/WorkspaceSelectorUtils.d.ts.map +1 -0
  323. package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -0
  324. package/lib/components/workspace-setup/WorkspaceSetup.js +3 -3
  325. package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
  326. package/lib/index.css +2 -2
  327. package/lib/index.css.map +1 -1
  328. package/lib/index.d.ts +42 -42
  329. package/lib/index.d.ts.map +1 -1
  330. package/lib/index.js +41 -41
  331. package/lib/index.js.map +1 -1
  332. package/lib/package.json +1 -1
  333. package/lib/stores/LegendStudioApplicationPlugin.d.ts +4 -4
  334. package/lib/stores/LegendStudioApplicationPlugin.d.ts.map +1 -1
  335. package/lib/stores/LegendStudioApplicationPlugin.js.map +1 -1
  336. package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
  337. package/lib/stores/LegendStudioBaseStore.js +1 -0
  338. package/lib/stores/LegendStudioBaseStore.js.map +1 -1
  339. package/lib/stores/editor/AbstractConflictResolutionState.d.ts.map +1 -0
  340. package/lib/stores/editor/AbstractConflictResolutionState.js.map +1 -0
  341. package/lib/stores/editor/ChangeDetectionState.d.ts.map +1 -0
  342. package/lib/stores/editor/ChangeDetectionState.js +599 -0
  343. package/lib/stores/editor/ChangeDetectionState.js.map +1 -0
  344. package/lib/stores/editor/DependencyProjectViewerHelper.d.ts +19 -0
  345. package/lib/stores/editor/DependencyProjectViewerHelper.d.ts.map +1 -0
  346. package/lib/stores/editor/DependencyProjectViewerHelper.js +23 -0
  347. package/lib/stores/editor/DependencyProjectViewerHelper.js.map +1 -0
  348. package/lib/stores/editor/EditorConfig.d.ts.map +1 -0
  349. package/lib/stores/editor/EditorConfig.js.map +1 -0
  350. package/lib/stores/editor/EditorGraphState.d.ts.map +1 -0
  351. package/lib/stores/editor/EditorGraphState.js +529 -0
  352. package/lib/stores/editor/EditorGraphState.js.map +1 -0
  353. package/lib/stores/editor/EditorSDLCState.d.ts.map +1 -0
  354. package/lib/stores/editor/EditorSDLCState.js +271 -0
  355. package/lib/stores/editor/EditorSDLCState.js.map +1 -0
  356. package/lib/stores/editor/EditorStore.d.ts +135 -0
  357. package/lib/stores/editor/EditorStore.d.ts.map +1 -0
  358. package/lib/stores/editor/EditorStore.js +701 -0
  359. package/lib/stores/editor/EditorStore.js.map +1 -0
  360. package/lib/stores/editor/EditorStoreTestUtils.d.ts +21 -0
  361. package/lib/stores/editor/EditorStoreTestUtils.d.ts.map +1 -0
  362. package/lib/stores/editor/EditorStoreTestUtils.js +53 -0
  363. package/lib/stores/editor/EditorStoreTestUtils.js.map +1 -0
  364. package/lib/stores/editor/EditorTabManagerState.d.ts.map +1 -0
  365. package/lib/stores/editor/EditorTabManagerState.js.map +1 -0
  366. package/lib/stores/editor/EmbeddedQueryBuilderState.d.ts.map +1 -0
  367. package/lib/stores/editor/EmbeddedQueryBuilderState.js.map +1 -0
  368. package/lib/stores/editor/ExplorerTreeState.d.ts.map +1 -0
  369. package/lib/stores/editor/ExplorerTreeState.js +328 -0
  370. package/lib/stores/editor/ExplorerTreeState.js.map +1 -0
  371. package/lib/stores/editor/GraphEditFormModeState.d.ts.map +1 -0
  372. package/lib/stores/editor/GraphEditFormModeState.js +370 -0
  373. package/lib/stores/editor/GraphEditFormModeState.js.map +1 -0
  374. package/lib/stores/editor/GraphEditGrammarModeState.d.ts.map +1 -0
  375. package/lib/stores/editor/GraphEditGrammarModeState.js +315 -0
  376. package/lib/stores/editor/GraphEditGrammarModeState.js.map +1 -0
  377. package/lib/stores/editor/GraphEditorMode.d.ts.map +1 -0
  378. package/lib/stores/editor/GraphEditorMode.js.map +1 -0
  379. package/lib/stores/editor/NewElementState.d.ts +3 -3
  380. package/lib/stores/editor/NewElementState.d.ts.map +1 -1
  381. package/lib/stores/editor/NewElementState.js +9 -9
  382. package/lib/stores/editor/NewElementState.js.map +1 -1
  383. package/lib/stores/editor/StandardEditorMode.d.ts +1 -1
  384. package/lib/stores/editor/StandardEditorMode.d.ts.map +1 -1
  385. package/lib/stores/editor/aux-panel-state/DevToolState.d.ts.map +1 -0
  386. package/lib/stores/editor/aux-panel-state/DevToolState.js.map +1 -0
  387. package/lib/stores/editor/editor-state/EditorState.d.ts.map +1 -0
  388. package/lib/stores/editor/editor-state/EditorState.js.map +1 -0
  389. package/lib/stores/editor/editor-state/ExternalFormatState.d.ts.map +1 -0
  390. package/lib/stores/editor/editor-state/ExternalFormatState.js +83 -0
  391. package/lib/stores/editor/editor-state/ExternalFormatState.js.map +1 -0
  392. package/lib/stores/editor/editor-state/FileGenerationState.d.ts.map +1 -0
  393. package/lib/stores/editor/editor-state/FileGenerationState.js +174 -0
  394. package/lib/stores/editor/editor-state/FileGenerationState.js.map +1 -0
  395. package/lib/stores/editor/editor-state/FileGenerationViewerState.d.ts.map +1 -0
  396. package/lib/stores/editor/editor-state/FileGenerationViewerState.js.map +1 -0
  397. package/lib/stores/editor/editor-state/FileSystemState.d.ts.map +1 -0
  398. package/lib/stores/editor/editor-state/FileSystemState.js.map +1 -0
  399. package/lib/stores/editor/editor-state/GenerationSpecificationEditorState.d.ts.map +1 -0
  400. package/lib/stores/editor/editor-state/GenerationSpecificationEditorState.js.map +1 -0
  401. package/lib/stores/editor/editor-state/GrammarTextEditorState.d.ts.map +1 -0
  402. package/lib/stores/editor/editor-state/GrammarTextEditorState.js +158 -0
  403. package/lib/stores/editor/editor-state/GrammarTextEditorState.js.map +1 -0
  404. package/lib/stores/editor/editor-state/GraphGenerationState.d.ts.map +1 -0
  405. package/lib/stores/editor/editor-state/GraphGenerationState.js +344 -0
  406. package/lib/stores/editor/editor-state/GraphGenerationState.js.map +1 -0
  407. package/lib/stores/editor/editor-state/ModelImporterState.d.ts +101 -0
  408. package/lib/stores/editor/editor-state/ModelImporterState.d.ts.map +1 -0
  409. package/lib/stores/editor/editor-state/ModelImporterState.js +367 -0
  410. package/lib/stores/editor/editor-state/ModelImporterState.js.map +1 -0
  411. package/lib/stores/editor/editor-state/UnsupportedElementEditorState.d.ts.map +1 -0
  412. package/lib/stores/editor/editor-state/UnsupportedElementEditorState.js.map +1 -0
  413. package/lib/stores/editor/editor-state/element-editor-state/ClassEditorState.d.ts.map +1 -0
  414. package/lib/stores/editor/editor-state/element-editor-state/ClassEditorState.js.map +1 -0
  415. package/lib/stores/editor/editor-state/element-editor-state/ClassState.d.ts.map +1 -0
  416. package/lib/stores/editor/editor-state/element-editor-state/ClassState.js.map +1 -0
  417. package/lib/stores/editor/editor-state/element-editor-state/ElementEditorState.d.ts.map +1 -0
  418. package/lib/stores/editor/editor-state/element-editor-state/ElementEditorState.js.map +1 -0
  419. package/lib/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.d.ts.map +1 -0
  420. package/lib/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +172 -0
  421. package/lib/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +1 -0
  422. package/lib/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.d.ts.map +1 -0
  423. package/lib/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.js +70 -0
  424. package/lib/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -0
  425. package/lib/stores/editor/editor-state/element-editor-state/FileGenerationEditorState.d.ts.map +1 -0
  426. package/lib/stores/editor/editor-state/element-editor-state/FileGenerationEditorState.js.map +1 -0
  427. package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -0
  428. package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.js.map +1 -0
  429. package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -0
  430. package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -0
  431. package/lib/stores/editor/editor-state/element-editor-state/UMLEditorState.d.ts.map +1 -0
  432. package/lib/stores/editor/editor-state/element-editor-state/UMLEditorState.js.map +1 -0
  433. package/lib/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -0
  434. package/lib/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -0
  435. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts.map +1 -0
  436. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.js +425 -0
  437. package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -0
  438. package/lib/stores/editor/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +1 -0
  439. package/lib/stores/editor/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +1 -0
  440. package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.d.ts.map +1 -0
  441. package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.js.map +1 -0
  442. package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.d.ts.map +1 -0
  443. package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -0
  444. package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts.map +1 -0
  445. package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js.map +1 -0
  446. package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -0
  447. package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +398 -0
  448. package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -0
  449. package/lib/stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.d.ts.map +1 -0
  450. package/lib/stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js.map +1 -0
  451. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +108 -0
  452. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -0
  453. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -0
  454. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +1 -0
  455. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +1 -0
  456. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +1 -0
  457. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -0
  458. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +1 -0
  459. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +42 -0
  460. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +1 -0
  461. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -0
  462. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.js +483 -0
  463. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -0
  464. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTabManagerState.d.ts.map +1 -0
  465. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTabManagerState.js.map +1 -0
  466. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -0
  467. package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -0
  468. package/lib/stores/editor/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +1 -0
  469. package/lib/stores/editor/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -0
  470. package/lib/stores/editor/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.d.ts.map +1 -0
  471. package/lib/stores/editor/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js.map +1 -0
  472. package/lib/stores/editor/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.d.ts.map +1 -0
  473. package/lib/stores/editor/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js.map +1 -0
  474. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.d.ts.map +1 -0
  475. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.js.map +1 -0
  476. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -0
  477. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -0
  478. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +55 -0
  479. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -0
  480. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.js +229 -0
  481. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -0
  482. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceTestRunnerState.d.ts.map +1 -0
  483. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceTestRunnerState.js.map +1 -0
  484. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -0
  485. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +247 -0
  486. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -0
  487. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +1 -0
  488. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -0
  489. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts.map +1 -0
  490. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js +224 -0
  491. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -0
  492. package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.d.ts.map +1 -0
  493. package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -0
  494. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.d.ts.map +1 -0
  495. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js +143 -0
  496. package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -0
  497. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.d.ts.map +1 -0
  498. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js.map +1 -0
  499. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffEditorState.d.ts.map +1 -0
  500. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffEditorState.js.map +1 -0
  501. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.d.ts.map +1 -0
  502. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.js +179 -0
  503. package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +1 -0
  504. package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts.map +1 -0
  505. package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +212 -0
  506. package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +1 -0
  507. package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.d.ts.map +1 -0
  508. package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +315 -0
  509. package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +1 -0
  510. package/lib/stores/editor/shared/DnDUtils.d.ts.map +1 -0
  511. package/lib/stores/editor/shared/DnDUtils.js.map +1 -0
  512. package/lib/stores/editor/shared/FileSystemTreeUtils.d.ts.map +1 -0
  513. package/lib/stores/editor/shared/FileSystemTreeUtils.js.map +1 -0
  514. package/lib/stores/editor/shared/MockDataUtils.d.ts.map +1 -0
  515. package/lib/stores/editor/shared/MockDataUtils.js.map +1 -0
  516. package/lib/stores/editor/shared/ModelClassifierUtils.d.ts.map +1 -0
  517. package/lib/stores/editor/shared/ModelClassifierUtils.js.map +1 -0
  518. package/lib/stores/editor/shared/PackageTreeUtils.d.ts.map +1 -0
  519. package/lib/stores/editor/shared/PackageTreeUtils.js.map +1 -0
  520. package/lib/stores/editor/shared/TestableUtils.d.ts +45 -0
  521. package/lib/stores/editor/shared/TestableUtils.d.ts.map +1 -0
  522. package/lib/stores/editor/shared/TestableUtils.js +143 -0
  523. package/lib/stores/editor/shared/TestableUtils.js.map +1 -0
  524. package/lib/stores/editor/shared/TreeUtils.d.ts.map +1 -0
  525. package/lib/stores/editor/shared/TreeUtils.js.map +1 -0
  526. package/lib/stores/editor/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
  527. package/lib/stores/editor/shared/modifier/DSL_Data_GraphModifierHelper.js.map +1 -0
  528. package/lib/stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
  529. package/lib/stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
  530. package/lib/stores/editor/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
  531. package/lib/stores/editor/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
  532. package/lib/stores/editor/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
  533. package/lib/stores/editor/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
  534. package/lib/stores/editor/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
  535. package/lib/stores/editor/shared/modifier/DSL_Service_GraphModifierHelper.js.map +1 -0
  536. package/lib/stores/editor/shared/modifier/DomainGraphModifierHelper.d.ts.map +1 -0
  537. package/lib/stores/editor/shared/modifier/DomainGraphModifierHelper.js.map +1 -0
  538. package/lib/stores/editor/shared/modifier/GraphModifierHelper.d.ts.map +1 -0
  539. package/lib/stores/editor/shared/modifier/GraphModifierHelper.js.map +1 -0
  540. package/lib/stores/editor/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +1 -0
  541. package/lib/stores/editor/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +1 -0
  542. package/lib/stores/editor/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
  543. package/lib/stores/editor/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
  544. package/lib/stores/editor/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
  545. package/lib/stores/editor/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -0
  546. package/lib/stores/editor/shared/modifier/Testable_GraphModifierHelper.d.ts.map +1 -0
  547. package/lib/stores/editor/shared/modifier/Testable_GraphModifierHelper.js.map +1 -0
  548. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.d.ts +51 -0
  549. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.d.ts.map +1 -0
  550. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.js +237 -0
  551. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.js.map +1 -0
  552. package/lib/stores/editor/sidebar-state/LocalChangesState.d.ts.map +1 -0
  553. package/lib/stores/editor/sidebar-state/LocalChangesState.js +543 -0
  554. package/lib/stores/editor/sidebar-state/LocalChangesState.js.map +1 -0
  555. package/lib/stores/editor/sidebar-state/ProjectDependantEditorState.d.ts.map +1 -0
  556. package/lib/stores/editor/sidebar-state/ProjectDependantEditorState.js.map +1 -0
  557. package/lib/stores/editor/sidebar-state/ProjectOverviewState.d.ts.map +1 -0
  558. package/lib/stores/editor/sidebar-state/ProjectOverviewState.js +234 -0
  559. package/lib/stores/editor/sidebar-state/ProjectOverviewState.js.map +1 -0
  560. package/lib/stores/editor/sidebar-state/WorkflowManagerState.d.ts.map +1 -0
  561. package/lib/stores/editor/sidebar-state/WorkflowManagerState.js +356 -0
  562. package/lib/stores/editor/sidebar-state/WorkflowManagerState.js.map +1 -0
  563. package/lib/stores/editor/sidebar-state/WorkspaceReviewState.d.ts.map +1 -0
  564. package/lib/stores/editor/sidebar-state/WorkspaceReviewState.js +272 -0
  565. package/lib/stores/editor/sidebar-state/WorkspaceReviewState.js.map +1 -0
  566. package/lib/stores/editor/sidebar-state/WorkspaceSyncState.d.ts.map +1 -0
  567. package/lib/stores/editor/sidebar-state/WorkspaceSyncState.js +382 -0
  568. package/lib/stores/editor/sidebar-state/WorkspaceSyncState.js.map +1 -0
  569. package/lib/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +1 -0
  570. package/lib/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.js +474 -0
  571. package/lib/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +1 -0
  572. package/lib/stores/editor/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -0
  573. package/lib/stores/editor/sidebar-state/WorkspaceUpdaterState.js +215 -0
  574. package/lib/stores/editor/sidebar-state/WorkspaceUpdaterState.js.map +1 -0
  575. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.d.ts +100 -0
  576. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -0
  577. package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -0
  578. package/lib/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts +52 -0
  579. package/lib/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
  580. package/lib/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.js.map +1 -0
  581. package/lib/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts +45 -0
  582. package/lib/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
  583. package/lib/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.js.map +1 -0
  584. package/lib/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +129 -0
  585. package/lib/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
  586. package/lib/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js.map +1 -0
  587. package/lib/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts +25 -0
  588. package/lib/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
  589. package/lib/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +1 -0
  590. package/lib/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts +31 -0
  591. package/lib/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
  592. package/lib/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js.map +1 -0
  593. package/lib/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts +97 -0
  594. package/lib/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
  595. package/lib/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.js.map +1 -0
  596. package/lib/stores/project-view/ProjectViewerEditorMode.d.ts.map +1 -0
  597. package/lib/stores/project-view/ProjectViewerEditorMode.js.map +1 -0
  598. package/lib/stores/project-view/ProjectViewerStore.d.ts +56 -0
  599. package/lib/stores/project-view/ProjectViewerStore.d.ts.map +1 -0
  600. package/lib/stores/project-view/ProjectViewerStore.js +351 -0
  601. package/lib/stores/project-view/ProjectViewerStore.js.map +1 -0
  602. package/lib/stores/workspace-review/WorkspaceReviewStore.d.ts +1 -1
  603. package/lib/stores/workspace-review/WorkspaceReviewStore.d.ts.map +1 -1
  604. package/lib/stores/workspace-review/WorkspaceReviewStore.js +3 -4
  605. package/lib/stores/workspace-review/WorkspaceReviewStore.js.map +1 -1
  606. package/package.json +4 -4
  607. package/src/application/LegendStudio.tsx +1 -1
  608. package/src/application/LegendStudioEvent.ts +17 -0
  609. package/src/application/LegendStudioNavigation.ts +1 -42
  610. package/src/application/LegendStudioPluginManager.ts +1 -1
  611. package/src/components/EditorComponentTestUtils.tsx +3 -3
  612. package/src/components/EmbeddedQueryBuilder.tsx +1 -1
  613. package/src/components/LegendStudioApplication.tsx +8 -1
  614. package/src/components/editor/ActivityBar.tsx +5 -2
  615. package/src/components/editor/Editor.tsx +1 -1
  616. package/src/components/editor/EditorStoreProvider.tsx +1 -1
  617. package/src/components/editor/StatusBar.tsx +2 -2
  618. package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +1 -1
  619. package/src/components/editor/aux-panel/Problems.tsx +2 -2
  620. package/src/components/editor/edit-panel/EditPanel.tsx +19 -19
  621. package/src/components/editor/edit-panel/FileGenerationViewer.tsx +1 -1
  622. package/src/components/editor/edit-panel/FunctionEditor.tsx +7 -7
  623. package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +5 -5
  624. package/src/components/editor/edit-panel/GrammarTextEditor.tsx +7 -7
  625. package/src/components/editor/edit-panel/ModelImporter.tsx +2 -2
  626. package/src/components/editor/edit-panel/RuntimeEditor.tsx +7 -7
  627. package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +1 -1
  628. package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +3 -3
  629. package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
  630. package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +2 -2
  631. package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +5 -5
  632. package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +2 -2
  633. package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +6 -6
  634. package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +5 -5
  635. package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +1 -1
  636. package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +2 -2
  637. package/src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx +2 -2
  638. package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +2 -2
  639. package/src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx +2 -2
  640. package/src/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.tsx +2 -2
  641. package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +6 -6
  642. package/src/components/editor/edit-panel/element-generation-editor/FileSystemViewer.tsx +4 -4
  643. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx +3 -3
  644. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx +4 -4
  645. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx +3 -3
  646. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +3 -3
  647. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +1 -1
  648. package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +3 -3
  649. package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +6 -6
  650. package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +5 -5
  651. package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +2 -2
  652. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +11 -11
  653. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +1 -1
  654. package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +6 -6
  655. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +7 -7
  656. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +1 -1
  657. package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +7 -7
  658. package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +6 -6
  659. package/src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx +3 -3
  660. package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +2 -2
  661. package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +4 -4
  662. package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +32 -9
  663. package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +5 -5
  664. package/src/components/editor/edit-panel/mapping-editor/TypeTree.tsx +293 -0
  665. package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +4 -4
  666. package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +1 -1
  667. package/src/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.tsx +3 -3
  668. package/src/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.tsx +1 -1
  669. package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +3 -3
  670. package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +3 -3
  671. package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +2 -2
  672. package/src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx +2 -2
  673. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +4 -4
  674. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +2 -2
  675. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx +6 -6
  676. package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +3 -3
  677. package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +5 -5
  678. package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +6 -6
  679. package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +3 -3
  680. package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +4 -4
  681. package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +3 -3
  682. package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +4 -4
  683. package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +1 -1
  684. package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +1 -1
  685. package/src/components/editor/edit-panel/uml-editor/UMLEditor.tsx +1 -1
  686. package/src/components/editor/side-bar/CreateNewElementModal.tsx +8 -8
  687. package/src/components/editor/side-bar/Explorer.tsx +9 -9
  688. package/src/components/editor/side-bar/LocalChanges.tsx +6 -6
  689. package/src/components/editor/side-bar/ProjectDependantsEditor.tsx +16 -20
  690. package/src/components/editor/side-bar/ProjectOverview.tsx +3 -2
  691. package/src/components/editor/side-bar/RegisterService.tsx +2 -2
  692. package/src/components/editor/side-bar/SideBar.tsx +1 -1
  693. package/src/components/editor/side-bar/WorkflowManager.tsx +2 -2
  694. package/src/components/editor/side-bar/WorkspaceReview.tsx +4 -4
  695. package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +4 -4
  696. package/src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx +4 -4
  697. package/src/components/editor/side-bar/WorkspaceUpdater.tsx +4 -4
  698. package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +4 -4
  699. package/src/components/element-preview/ElementPreview.tsx +0 -0
  700. package/src/components/extensions/Core_LegendStudioApplicationPlugin.tsx +112 -0
  701. package/src/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +453 -0
  702. package/src/components/project-view/ProjectViewer.tsx +356 -0
  703. package/src/components/project-view/ProjectViewerStoreProvider.tsx +56 -0
  704. package/src/components/shared/ElementIconUtils.tsx +2 -2
  705. package/src/components/workspace-review/WorkspaceReview.tsx +1 -1
  706. package/src/components/workspace-review/WorkspaceReviewPanel.tsx +2 -2
  707. package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +3 -3
  708. package/src/components/workspace-review/WorkspaceReviewStoreProvider.tsx +1 -1
  709. package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
  710. package/src/components/workspace-setup/WorkspaceSetup.tsx +3 -3
  711. package/src/index.ts +42 -41
  712. package/src/stores/LegendStudioApplicationPlugin.ts +7 -4
  713. package/src/stores/LegendStudioBaseStore.ts +1 -0
  714. package/src/stores/editor/ChangeDetectionState.ts +954 -0
  715. package/src/stores/editor/DependencyProjectViewerHelper.ts +39 -0
  716. package/src/stores/editor/EditorGraphState.ts +841 -0
  717. package/src/stores/editor/EditorSDLCState.ts +480 -0
  718. package/src/stores/editor/EditorStore.ts +977 -0
  719. package/src/stores/editor/EditorStoreTestUtils.ts +70 -0
  720. package/src/stores/editor/EditorTabManagerState.ts +203 -0
  721. package/src/stores/editor/ExplorerTreeState.ts +548 -0
  722. package/src/stores/editor/GraphEditFormModeState.ts +605 -0
  723. package/src/stores/editor/GraphEditGrammarModeState.ts +512 -0
  724. package/src/stores/editor/NewElementState.ts +12 -12
  725. package/src/stores/editor/StandardEditorMode.ts +1 -1
  726. package/src/stores/editor/editor-state/ExternalFormatState.ts +119 -0
  727. package/src/stores/editor/editor-state/FileGenerationState.ts +285 -0
  728. package/src/stores/editor/editor-state/GrammarTextEditorState.ts +201 -0
  729. package/src/stores/editor/editor-state/GraphGenerationState.ts +560 -0
  730. package/src/stores/editor/editor-state/ModelImporterState.ts +539 -0
  731. package/src/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +266 -0
  732. package/src/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.ts +100 -0
  733. package/src/stores/editor/editor-state/element-editor-state/RuntimeEditorState.ts +935 -0
  734. package/src/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.ts +539 -0
  735. package/src/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +644 -0
  736. package/src/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.ts +351 -0
  737. package/src/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +585 -0
  738. package/src/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.ts +1512 -0
  739. package/src/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +794 -0
  740. package/src/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +58 -0
  741. package/src/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.ts +980 -0
  742. package/src/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.ts +368 -0
  743. package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +398 -0
  744. package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +314 -0
  745. package/src/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.ts +213 -0
  746. package/src/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +244 -0
  747. package/src/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +346 -0
  748. package/src/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +450 -0
  749. package/src/stores/editor/shared/PackageTreeUtils.ts +469 -0
  750. package/src/stores/editor/shared/TestableUtils.ts +219 -0
  751. package/src/stores/editor/sidebar-state/BulkServiceRegistrationState.ts +370 -0
  752. package/src/stores/editor/sidebar-state/LocalChangesState.ts +876 -0
  753. package/src/stores/editor/sidebar-state/ProjectOverviewState.ts +391 -0
  754. package/src/stores/editor/sidebar-state/WorkflowManagerState.ts +645 -0
  755. package/src/stores/editor/sidebar-state/WorkspaceReviewState.ts +409 -0
  756. package/src/stores/editor/sidebar-state/WorkspaceSyncState.ts +578 -0
  757. package/src/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +736 -0
  758. package/src/stores/editor/sidebar-state/WorkspaceUpdaterState.ts +367 -0
  759. package/src/stores/editor/sidebar-state/testable/GlobalTestRunnerState.ts +641 -0
  760. package/src/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.ts +70 -0
  761. package/src/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.ts +52 -0
  762. package/src/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +212 -0
  763. package/src/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.ts +32 -0
  764. package/src/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.ts +40 -0
  765. package/src/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.ts +167 -0
  766. package/src/stores/project-view/ProjectViewerStore.ts +614 -0
  767. package/src/stores/workspace-review/WorkspaceReviewStore.ts +4 -5
  768. package/tsconfig.json +114 -115
  769. package/lib/components/Core_LegendStudioApplicationPlugin.d.ts +0 -27
  770. package/lib/components/Core_LegendStudioApplicationPlugin.d.ts.map +0 -1
  771. package/lib/components/Core_LegendStudioApplicationPlugin.js +0 -90
  772. package/lib/components/Core_LegendStudioApplicationPlugin.js.map +0 -1
  773. package/lib/components/DSL_ExternalFormat_CodeSnippets.d.ts +0 -21
  774. package/lib/components/DSL_ExternalFormat_CodeSnippets.d.ts.map +0 -1
  775. package/lib/components/DSL_ExternalFormat_CodeSnippets.js +0 -74
  776. package/lib/components/DSL_ExternalFormat_CodeSnippets.js.map +0 -1
  777. package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts +0 -43
  778. package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map +0 -1
  779. package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +0 -301
  780. package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +0 -1
  781. package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map +0 -1
  782. package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.js.map +0 -1
  783. package/lib/components/LegendStudioTestID.d.ts +0 -47
  784. package/lib/components/LegendStudioTestID.d.ts.map +0 -1
  785. package/lib/components/LegendStudioTestID.js +0 -52
  786. package/lib/components/LegendStudioTestID.js.map +0 -1
  787. package/lib/components/project-viewer/ProjectViewer.d.ts.map +0 -1
  788. package/lib/components/project-viewer/ProjectViewer.js +0 -151
  789. package/lib/components/project-viewer/ProjectViewer.js.map +0 -1
  790. package/lib/components/project-viewer/ProjectViewerStoreProvider.d.ts +0 -23
  791. package/lib/components/project-viewer/ProjectViewerStoreProvider.d.ts.map +0 -1
  792. package/lib/components/project-viewer/ProjectViewerStoreProvider.js +0 -36
  793. package/lib/components/project-viewer/ProjectViewerStoreProvider.js.map +0 -1
  794. package/lib/components/shared/MultiplicityBadge.d.ts +0 -21
  795. package/lib/components/shared/MultiplicityBadge.d.ts.map +0 -1
  796. package/lib/components/shared/MultiplicityBadge.js +0 -25
  797. package/lib/components/shared/MultiplicityBadge.js.map +0 -1
  798. package/lib/components/shared/ProjectSelectorUtils.d.ts.map +0 -1
  799. package/lib/components/shared/ProjectSelectorUtils.js.map +0 -1
  800. package/lib/components/shared/TypeTree.d.ts.map +0 -1
  801. package/lib/components/shared/TypeTree.js +0 -165
  802. package/lib/components/shared/TypeTree.js.map +0 -1
  803. package/lib/components/shared/WorkspaceSelectorUtils.d.ts.map +0 -1
  804. package/lib/components/shared/WorkspaceSelectorUtils.js.map +0 -1
  805. package/lib/stores/AbstractConflictResolutionState.d.ts.map +0 -1
  806. package/lib/stores/AbstractConflictResolutionState.js.map +0 -1
  807. package/lib/stores/ChangeDetectionEvent.d.ts +0 -29
  808. package/lib/stores/ChangeDetectionEvent.d.ts.map +0 -1
  809. package/lib/stores/ChangeDetectionEvent.js +0 -31
  810. package/lib/stores/ChangeDetectionEvent.js.map +0 -1
  811. package/lib/stores/ChangeDetectionState.d.ts.map +0 -1
  812. package/lib/stores/ChangeDetectionState.js +0 -599
  813. package/lib/stores/ChangeDetectionState.js.map +0 -1
  814. package/lib/stores/Core_CodeSnippets.d.ts +0 -45
  815. package/lib/stores/Core_CodeSnippets.d.ts.map +0 -1
  816. package/lib/stores/Core_CodeSnippets.js +0 -322
  817. package/lib/stores/Core_CodeSnippets.js.map +0 -1
  818. package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts +0 -52
  819. package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
  820. package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js.map +0 -1
  821. package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts +0 -45
  822. package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
  823. package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js.map +0 -1
  824. package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -129
  825. package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
  826. package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js.map +0 -1
  827. package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts +0 -25
  828. package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
  829. package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +0 -1
  830. package/lib/stores/DependencyProjectViewerHelper.d.ts +0 -19
  831. package/lib/stores/DependencyProjectViewerHelper.d.ts.map +0 -1
  832. package/lib/stores/DependencyProjectViewerHelper.js +0 -23
  833. package/lib/stores/DependencyProjectViewerHelper.js.map +0 -1
  834. package/lib/stores/EditorConfig.d.ts.map +0 -1
  835. package/lib/stores/EditorConfig.js.map +0 -1
  836. package/lib/stores/EditorGraphState.d.ts.map +0 -1
  837. package/lib/stores/EditorGraphState.js +0 -529
  838. package/lib/stores/EditorGraphState.js.map +0 -1
  839. package/lib/stores/EditorSDLCState.d.ts.map +0 -1
  840. package/lib/stores/EditorSDLCState.js +0 -272
  841. package/lib/stores/EditorSDLCState.js.map +0 -1
  842. package/lib/stores/EditorStore.d.ts +0 -135
  843. package/lib/stores/EditorStore.d.ts.map +0 -1
  844. package/lib/stores/EditorStore.js +0 -702
  845. package/lib/stores/EditorStore.js.map +0 -1
  846. package/lib/stores/EditorStoreTestUtils.d.ts +0 -21
  847. package/lib/stores/EditorStoreTestUtils.d.ts.map +0 -1
  848. package/lib/stores/EditorStoreTestUtils.js +0 -53
  849. package/lib/stores/EditorStoreTestUtils.js.map +0 -1
  850. package/lib/stores/EditorTabManagerState.d.ts.map +0 -1
  851. package/lib/stores/EditorTabManagerState.js.map +0 -1
  852. package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +0 -1
  853. package/lib/stores/EmbeddedQueryBuilderState.js.map +0 -1
  854. package/lib/stores/ExplorerTreeState.d.ts.map +0 -1
  855. package/lib/stores/ExplorerTreeState.js +0 -328
  856. package/lib/stores/ExplorerTreeState.js.map +0 -1
  857. package/lib/stores/GraphEditFormModeState.d.ts.map +0 -1
  858. package/lib/stores/GraphEditFormModeState.js +0 -370
  859. package/lib/stores/GraphEditFormModeState.js.map +0 -1
  860. package/lib/stores/GraphEditGrammarModeState.d.ts.map +0 -1
  861. package/lib/stores/GraphEditGrammarModeState.js +0 -315
  862. package/lib/stores/GraphEditGrammarModeState.js.map +0 -1
  863. package/lib/stores/GraphEditorMode.d.ts.map +0 -1
  864. package/lib/stores/GraphEditorMode.js.map +0 -1
  865. package/lib/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts +0 -31
  866. package/lib/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
  867. package/lib/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js.map +0 -1
  868. package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts +0 -97
  869. package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
  870. package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js.map +0 -1
  871. package/lib/stores/aux-panel-state/DevToolState.d.ts.map +0 -1
  872. package/lib/stores/aux-panel-state/DevToolState.js.map +0 -1
  873. package/lib/stores/editor-state/EditorState.d.ts.map +0 -1
  874. package/lib/stores/editor-state/EditorState.js.map +0 -1
  875. package/lib/stores/editor-state/ExternalFormatState.d.ts.map +0 -1
  876. package/lib/stores/editor-state/ExternalFormatState.js +0 -83
  877. package/lib/stores/editor-state/ExternalFormatState.js.map +0 -1
  878. package/lib/stores/editor-state/FileGenerationState.d.ts.map +0 -1
  879. package/lib/stores/editor-state/FileGenerationState.js +0 -174
  880. package/lib/stores/editor-state/FileGenerationState.js.map +0 -1
  881. package/lib/stores/editor-state/FileGenerationViewerState.d.ts.map +0 -1
  882. package/lib/stores/editor-state/FileGenerationViewerState.js.map +0 -1
  883. package/lib/stores/editor-state/FileSystemState.d.ts.map +0 -1
  884. package/lib/stores/editor-state/FileSystemState.js.map +0 -1
  885. package/lib/stores/editor-state/GenerationSpecificationEditorState.d.ts.map +0 -1
  886. package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +0 -1
  887. package/lib/stores/editor-state/GrammarTextEditorState.d.ts.map +0 -1
  888. package/lib/stores/editor-state/GrammarTextEditorState.js +0 -158
  889. package/lib/stores/editor-state/GrammarTextEditorState.js.map +0 -1
  890. package/lib/stores/editor-state/GraphGenerationState.d.ts.map +0 -1
  891. package/lib/stores/editor-state/GraphGenerationState.js +0 -344
  892. package/lib/stores/editor-state/GraphGenerationState.js.map +0 -1
  893. package/lib/stores/editor-state/ModelImporterState.d.ts +0 -101
  894. package/lib/stores/editor-state/ModelImporterState.d.ts.map +0 -1
  895. package/lib/stores/editor-state/ModelImporterState.js +0 -367
  896. package/lib/stores/editor-state/ModelImporterState.js.map +0 -1
  897. package/lib/stores/editor-state/UnsupportedElementEditorState.d.ts.map +0 -1
  898. package/lib/stores/editor-state/UnsupportedElementEditorState.js.map +0 -1
  899. package/lib/stores/editor-state/element-editor-state/ClassEditorState.d.ts.map +0 -1
  900. package/lib/stores/editor-state/element-editor-state/ClassEditorState.js.map +0 -1
  901. package/lib/stores/editor-state/element-editor-state/ClassState.d.ts.map +0 -1
  902. package/lib/stores/editor-state/element-editor-state/ClassState.js.map +0 -1
  903. package/lib/stores/editor-state/element-editor-state/ElementEditorState.d.ts.map +0 -1
  904. package/lib/stores/editor-state/element-editor-state/ElementEditorState.js.map +0 -1
  905. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.d.ts.map +0 -1
  906. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +0 -172
  907. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +0 -1
  908. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.d.ts.map +0 -1
  909. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +0 -70
  910. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +0 -1
  911. package/lib/stores/editor-state/element-editor-state/FileGenerationEditorState.d.ts.map +0 -1
  912. package/lib/stores/editor-state/element-editor-state/FileGenerationEditorState.js.map +0 -1
  913. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts.map +0 -1
  914. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +0 -1
  915. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +0 -1
  916. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +0 -1
  917. package/lib/stores/editor-state/element-editor-state/UMLEditorState.d.ts.map +0 -1
  918. package/lib/stores/editor-state/element-editor-state/UMLEditorState.js.map +0 -1
  919. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +0 -1
  920. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +0 -1
  921. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts.map +0 -1
  922. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +0 -425
  923. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +0 -1
  924. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +0 -1
  925. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +0 -1
  926. package/lib/stores/editor-state/element-editor-state/data/DataEditorState.d.ts.map +0 -1
  927. package/lib/stores/editor-state/element-editor-state/data/DataEditorState.js.map +0 -1
  928. package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.d.ts.map +0 -1
  929. package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js.map +0 -1
  930. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts.map +0 -1
  931. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js.map +0 -1
  932. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +0 -1
  933. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +0 -398
  934. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +0 -1
  935. package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.d.ts.map +0 -1
  936. package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js.map +0 -1
  937. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +0 -108
  938. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +0 -1
  939. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +0 -1
  940. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +0 -1
  941. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +0 -1
  942. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +0 -1
  943. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +0 -1
  944. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +0 -1
  945. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +0 -42
  946. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +0 -1
  947. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +0 -1
  948. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +0 -483
  949. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +0 -1
  950. package/lib/stores/editor-state/element-editor-state/mapping/MappingTabManagerState.d.ts.map +0 -1
  951. package/lib/stores/editor-state/element-editor-state/mapping/MappingTabManagerState.js.map +0 -1
  952. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +0 -1
  953. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +0 -1
  954. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +0 -1
  955. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +0 -1
  956. package/lib/stores/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.d.ts.map +0 -1
  957. package/lib/stores/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js.map +0 -1
  958. package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.d.ts.map +0 -1
  959. package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js.map +0 -1
  960. package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.d.ts.map +0 -1
  961. package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.js.map +0 -1
  962. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +0 -1
  963. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +0 -1
  964. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +0 -55
  965. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +0 -1
  966. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +0 -229
  967. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +0 -1
  968. package/lib/stores/editor-state/element-editor-state/service/ServiceTestRunnerState.d.ts.map +0 -1
  969. package/lib/stores/editor-state/element-editor-state/service/ServiceTestRunnerState.js.map +0 -1
  970. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +0 -1
  971. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +0 -247
  972. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +0 -1
  973. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +0 -1
  974. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +0 -1
  975. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts.map +0 -1
  976. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +0 -224
  977. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +0 -1
  978. package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.d.ts.map +0 -1
  979. package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +0 -1
  980. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.d.ts.map +0 -1
  981. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js +0 -143
  982. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js.map +0 -1
  983. package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.d.ts.map +0 -1
  984. package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js.map +0 -1
  985. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.d.ts.map +0 -1
  986. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.js.map +0 -1
  987. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.d.ts.map +0 -1
  988. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js +0 -179
  989. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +0 -1
  990. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts.map +0 -1
  991. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +0 -212
  992. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +0 -1
  993. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.d.ts.map +0 -1
  994. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +0 -315
  995. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +0 -1
  996. package/lib/stores/project-viewer/ProjectViewerEditorMode.d.ts.map +0 -1
  997. package/lib/stores/project-viewer/ProjectViewerEditorMode.js.map +0 -1
  998. package/lib/stores/project-viewer/ProjectViewerStore.d.ts +0 -56
  999. package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +0 -1
  1000. package/lib/stores/project-viewer/ProjectViewerStore.js +0 -351
  1001. package/lib/stores/project-viewer/ProjectViewerStore.js.map +0 -1
  1002. package/lib/stores/shared/DnDUtils.d.ts.map +0 -1
  1003. package/lib/stores/shared/DnDUtils.js.map +0 -1
  1004. package/lib/stores/shared/FileSystemTreeUtils.d.ts.map +0 -1
  1005. package/lib/stores/shared/FileSystemTreeUtils.js.map +0 -1
  1006. package/lib/stores/shared/MockDataUtils.d.ts.map +0 -1
  1007. package/lib/stores/shared/MockDataUtils.js.map +0 -1
  1008. package/lib/stores/shared/ModelClassifierUtils.d.ts.map +0 -1
  1009. package/lib/stores/shared/ModelClassifierUtils.js.map +0 -1
  1010. package/lib/stores/shared/PackageTreeUtils.d.ts.map +0 -1
  1011. package/lib/stores/shared/PackageTreeUtils.js.map +0 -1
  1012. package/lib/stores/shared/TreeUtils.d.ts.map +0 -1
  1013. package/lib/stores/shared/TreeUtils.js.map +0 -1
  1014. package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +0 -1
  1015. package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.js.map +0 -1
  1016. package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +0 -1
  1017. package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +0 -1
  1018. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +0 -1
  1019. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +0 -1
  1020. package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +0 -1
  1021. package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +0 -1
  1022. package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +0 -1
  1023. package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.js.map +0 -1
  1024. package/lib/stores/shared/modifier/DomainGraphModifierHelper.d.ts.map +0 -1
  1025. package/lib/stores/shared/modifier/DomainGraphModifierHelper.js.map +0 -1
  1026. package/lib/stores/shared/modifier/GraphModifierHelper.d.ts.map +0 -1
  1027. package/lib/stores/shared/modifier/GraphModifierHelper.js.map +0 -1
  1028. package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +0 -1
  1029. package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +0 -1
  1030. package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +0 -1
  1031. package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +0 -1
  1032. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +0 -1
  1033. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +0 -1
  1034. package/lib/stores/shared/modifier/Testable_GraphModifierHelper.d.ts.map +0 -1
  1035. package/lib/stores/shared/modifier/Testable_GraphModifierHelper.js.map +0 -1
  1036. package/lib/stores/shared/testable/TestableUtils.d.ts +0 -45
  1037. package/lib/stores/shared/testable/TestableUtils.d.ts.map +0 -1
  1038. package/lib/stores/shared/testable/TestableUtils.js +0 -143
  1039. package/lib/stores/shared/testable/TestableUtils.js.map +0 -1
  1040. package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts +0 -51
  1041. package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts.map +0 -1
  1042. package/lib/stores/sidebar-state/BulkServiceRegistrationState.js +0 -237
  1043. package/lib/stores/sidebar-state/BulkServiceRegistrationState.js.map +0 -1
  1044. package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +0 -1
  1045. package/lib/stores/sidebar-state/LocalChangesState.js +0 -544
  1046. package/lib/stores/sidebar-state/LocalChangesState.js.map +0 -1
  1047. package/lib/stores/sidebar-state/ProjectDependantEditorState.d.ts.map +0 -1
  1048. package/lib/stores/sidebar-state/ProjectDependantEditorState.js.map +0 -1
  1049. package/lib/stores/sidebar-state/ProjectOverviewState.d.ts.map +0 -1
  1050. package/lib/stores/sidebar-state/ProjectOverviewState.js +0 -234
  1051. package/lib/stores/sidebar-state/ProjectOverviewState.js.map +0 -1
  1052. package/lib/stores/sidebar-state/WorkflowManagerState.d.ts.map +0 -1
  1053. package/lib/stores/sidebar-state/WorkflowManagerState.js +0 -356
  1054. package/lib/stores/sidebar-state/WorkflowManagerState.js.map +0 -1
  1055. package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +0 -1
  1056. package/lib/stores/sidebar-state/WorkspaceReviewState.js +0 -273
  1057. package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +0 -1
  1058. package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +0 -1
  1059. package/lib/stores/sidebar-state/WorkspaceSyncState.js +0 -382
  1060. package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +0 -1
  1061. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +0 -1
  1062. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js +0 -475
  1063. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +0 -1
  1064. package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +0 -1
  1065. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +0 -216
  1066. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +0 -1
  1067. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +0 -100
  1068. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +0 -1
  1069. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +0 -1
  1070. package/src/components/Core_LegendStudioApplicationPlugin.tsx +0 -112
  1071. package/src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +0 -453
  1072. package/src/components/project-viewer/ProjectViewer.tsx +0 -353
  1073. package/src/components/project-viewer/ProjectViewerStoreProvider.tsx +0 -56
  1074. package/src/components/shared/MultiplicityBadge.tsx +0 -39
  1075. package/src/components/shared/TypeTree.tsx +0 -290
  1076. package/src/stores/ChangeDetectionEvent.ts +0 -34
  1077. package/src/stores/ChangeDetectionState.ts +0 -954
  1078. package/src/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.ts +0 -70
  1079. package/src/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.ts +0 -52
  1080. package/src/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +0 -212
  1081. package/src/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.ts +0 -32
  1082. package/src/stores/DependencyProjectViewerHelper.ts +0 -39
  1083. package/src/stores/EditorGraphState.ts +0 -841
  1084. package/src/stores/EditorSDLCState.ts +0 -481
  1085. package/src/stores/EditorStore.ts +0 -978
  1086. package/src/stores/EditorStoreTestUtils.ts +0 -70
  1087. package/src/stores/EditorTabManagerState.ts +0 -203
  1088. package/src/stores/ExplorerTreeState.ts +0 -548
  1089. package/src/stores/GraphEditFormModeState.ts +0 -605
  1090. package/src/stores/GraphEditGrammarModeState.ts +0 -512
  1091. package/src/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.ts +0 -40
  1092. package/src/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.ts +0 -167
  1093. package/src/stores/editor-state/ExternalFormatState.ts +0 -119
  1094. package/src/stores/editor-state/FileGenerationState.ts +0 -285
  1095. package/src/stores/editor-state/GrammarTextEditorState.ts +0 -201
  1096. package/src/stores/editor-state/GraphGenerationState.ts +0 -560
  1097. package/src/stores/editor-state/ModelImporterState.ts +0 -539
  1098. package/src/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +0 -266
  1099. package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +0 -100
  1100. package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +0 -935
  1101. package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +0 -539
  1102. package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +0 -644
  1103. package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +0 -351
  1104. package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +0 -585
  1105. package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +0 -1512
  1106. package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +0 -794
  1107. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +0 -58
  1108. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +0 -980
  1109. package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +0 -368
  1110. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +0 -398
  1111. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +0 -314
  1112. package/src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts +0 -213
  1113. package/src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +0 -244
  1114. package/src/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +0 -346
  1115. package/src/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +0 -450
  1116. package/src/stores/project-viewer/ProjectViewerStore.ts +0 -614
  1117. package/src/stores/shared/PackageTreeUtils.ts +0 -469
  1118. package/src/stores/shared/testable/TestableUtils.ts +0 -219
  1119. package/src/stores/sidebar-state/BulkServiceRegistrationState.ts +0 -370
  1120. package/src/stores/sidebar-state/LocalChangesState.ts +0 -877
  1121. package/src/stores/sidebar-state/ProjectOverviewState.ts +0 -391
  1122. package/src/stores/sidebar-state/WorkflowManagerState.ts +0 -645
  1123. package/src/stores/sidebar-state/WorkspaceReviewState.ts +0 -410
  1124. package/src/stores/sidebar-state/WorkspaceSyncState.ts +0 -578
  1125. package/src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +0 -737
  1126. package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +0 -368
  1127. package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +0 -641
  1128. /package/lib/{components → application}/DSL_ExternalFormat_LegendStudioDocumentation.d.ts +0 -0
  1129. /package/lib/{components → application}/DSL_ExternalFormat_LegendStudioDocumentation.js +0 -0
  1130. /package/lib/components/{shared → editor/edit-panel/mapping-editor}/TypeTree.d.ts +0 -0
  1131. /package/lib/components/{project-viewer → project-view}/ProjectViewer.d.ts +0 -0
  1132. /package/lib/components/{shared → workspace-setup}/ProjectSelectorUtils.d.ts +0 -0
  1133. /package/lib/components/{shared → workspace-setup}/ProjectSelectorUtils.js +0 -0
  1134. /package/lib/components/{shared → workspace-setup}/WorkspaceSelectorUtils.d.ts +0 -0
  1135. /package/lib/components/{shared → workspace-setup}/WorkspaceSelectorUtils.js +0 -0
  1136. /package/lib/stores/{AbstractConflictResolutionState.d.ts → editor/AbstractConflictResolutionState.d.ts} +0 -0
  1137. /package/lib/stores/{AbstractConflictResolutionState.js → editor/AbstractConflictResolutionState.js} +0 -0
  1138. /package/lib/stores/{ChangeDetectionState.d.ts → editor/ChangeDetectionState.d.ts} +0 -0
  1139. /package/lib/stores/{EditorConfig.d.ts → editor/EditorConfig.d.ts} +0 -0
  1140. /package/lib/stores/{EditorConfig.js → editor/EditorConfig.js} +0 -0
  1141. /package/lib/stores/{EditorGraphState.d.ts → editor/EditorGraphState.d.ts} +0 -0
  1142. /package/lib/stores/{EditorSDLCState.d.ts → editor/EditorSDLCState.d.ts} +0 -0
  1143. /package/lib/stores/{EditorTabManagerState.d.ts → editor/EditorTabManagerState.d.ts} +0 -0
  1144. /package/lib/stores/{EditorTabManagerState.js → editor/EditorTabManagerState.js} +0 -0
  1145. /package/lib/stores/{EmbeddedQueryBuilderState.d.ts → editor/EmbeddedQueryBuilderState.d.ts} +0 -0
  1146. /package/lib/stores/{EmbeddedQueryBuilderState.js → editor/EmbeddedQueryBuilderState.js} +0 -0
  1147. /package/lib/stores/{ExplorerTreeState.d.ts → editor/ExplorerTreeState.d.ts} +0 -0
  1148. /package/lib/stores/{GraphEditFormModeState.d.ts → editor/GraphEditFormModeState.d.ts} +0 -0
  1149. /package/lib/stores/{GraphEditGrammarModeState.d.ts → editor/GraphEditGrammarModeState.d.ts} +0 -0
  1150. /package/lib/stores/{GraphEditorMode.d.ts → editor/GraphEditorMode.d.ts} +0 -0
  1151. /package/lib/stores/{GraphEditorMode.js → editor/GraphEditorMode.js} +0 -0
  1152. /package/lib/stores/{aux-panel-state → editor/aux-panel-state}/DevToolState.d.ts +0 -0
  1153. /package/lib/stores/{aux-panel-state → editor/aux-panel-state}/DevToolState.js +0 -0
  1154. /package/lib/stores/{editor-state → editor/editor-state}/EditorState.d.ts +0 -0
  1155. /package/lib/stores/{editor-state → editor/editor-state}/EditorState.js +0 -0
  1156. /package/lib/stores/{editor-state → editor/editor-state}/ExternalFormatState.d.ts +0 -0
  1157. /package/lib/stores/{editor-state → editor/editor-state}/FileGenerationState.d.ts +0 -0
  1158. /package/lib/stores/{editor-state → editor/editor-state}/FileGenerationViewerState.d.ts +0 -0
  1159. /package/lib/stores/{editor-state → editor/editor-state}/FileGenerationViewerState.js +0 -0
  1160. /package/lib/stores/{editor-state → editor/editor-state}/FileSystemState.d.ts +0 -0
  1161. /package/lib/stores/{editor-state → editor/editor-state}/FileSystemState.js +0 -0
  1162. /package/lib/stores/{editor-state → editor/editor-state}/GenerationSpecificationEditorState.d.ts +0 -0
  1163. /package/lib/stores/{editor-state → editor/editor-state}/GenerationSpecificationEditorState.js +0 -0
  1164. /package/lib/stores/{editor-state → editor/editor-state}/GrammarTextEditorState.d.ts +0 -0
  1165. /package/lib/stores/{editor-state → editor/editor-state}/GraphGenerationState.d.ts +0 -0
  1166. /package/lib/stores/{editor-state → editor/editor-state}/UnsupportedElementEditorState.d.ts +0 -0
  1167. /package/lib/stores/{editor-state → editor/editor-state}/UnsupportedElementEditorState.js +0 -0
  1168. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassEditorState.d.ts +0 -0
  1169. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassEditorState.js +0 -0
  1170. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassState.d.ts +0 -0
  1171. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassState.js +0 -0
  1172. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementEditorState.d.ts +0 -0
  1173. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementEditorState.js +0 -0
  1174. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementExternalFormatGenerationState.d.ts +0 -0
  1175. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementFileGenerationState.d.ts +0 -0
  1176. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FileGenerationEditorState.d.ts +0 -0
  1177. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FileGenerationEditorState.js +0 -0
  1178. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FunctionEditorState.d.ts +0 -0
  1179. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FunctionEditorState.js +0 -0
  1180. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/RuntimeEditorState.d.ts +0 -0
  1181. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/RuntimeEditorState.js +0 -0
  1182. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/UMLEditorState.d.ts +0 -0
  1183. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/UMLEditorState.js +0 -0
  1184. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/ConnectionEditorState.d.ts +0 -0
  1185. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/ConnectionEditorState.js +0 -0
  1186. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/DatabaseBuilderState.d.ts +0 -0
  1187. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/PostProcessorEditorState.d.ts +0 -0
  1188. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/PostProcessorEditorState.js +0 -0
  1189. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/DataEditorState.d.ts +0 -0
  1190. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/DataEditorState.js +0 -0
  1191. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/EmbeddedDataState.d.ts +0 -0
  1192. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/EmbeddedDataState.js +0 -0
  1193. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts +0 -0
  1194. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js +0 -0
  1195. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts +0 -0
  1196. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/FlatDataInstanceSetImplementationState.d.ts +0 -0
  1197. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js +0 -0
  1198. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingEditorState.js +0 -0
  1199. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementDecorator.d.ts +0 -0
  1200. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementDecorator.js +0 -0
  1201. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementState.d.ts +0 -0
  1202. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementState.js +0 -0
  1203. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts +0 -0
  1204. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingExecutionState.d.ts +0 -0
  1205. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTabManagerState.d.ts +0 -0
  1206. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTabManagerState.js +0 -0
  1207. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTestState.d.ts +0 -0
  1208. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTestState.js +0 -0
  1209. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts +0 -0
  1210. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/PureInstanceSetImplementationState.js +0 -0
  1211. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.d.ts +0 -0
  1212. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js +0 -0
  1213. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.d.ts +0 -0
  1214. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js +0 -0
  1215. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceEditorState.d.ts +0 -0
  1216. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceEditorState.js +0 -0
  1217. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceExecutionState.d.ts +0 -0
  1218. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceExecutionState.js +0 -0
  1219. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceTestRunnerState.d.ts +0 -0
  1220. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceTestRunnerState.js +0 -0
  1221. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestDataState.d.ts +0 -0
  1222. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestEditorState.d.ts +0 -0
  1223. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestEditorState.js +0 -0
  1224. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestableState.d.ts +0 -0
  1225. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestAssertionState.d.ts +0 -0
  1226. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestAssertionState.js +0 -0
  1227. /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestableEditorState.d.ts +0 -0
  1228. /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityChangeConflictEditorState.d.ts +0 -0
  1229. /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityChangeConflictEditorState.js +0 -0
  1230. /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffEditorState.d.ts +0 -0
  1231. /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffEditorState.js +0 -0
  1232. /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffViewState.d.ts +0 -0
  1233. /package/lib/stores/{editor-state → editor/editor-state}/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts +0 -0
  1234. /package/lib/stores/{editor-state → editor/editor-state}/project-configuration-editor-state/ProjectDependencyEditorState.d.ts +0 -0
  1235. /package/lib/stores/{shared → editor/shared}/DnDUtils.d.ts +0 -0
  1236. /package/lib/stores/{shared → editor/shared}/DnDUtils.js +0 -0
  1237. /package/lib/stores/{shared → editor/shared}/FileSystemTreeUtils.d.ts +0 -0
  1238. /package/lib/stores/{shared → editor/shared}/FileSystemTreeUtils.js +0 -0
  1239. /package/lib/stores/{shared → editor/shared}/MockDataUtils.d.ts +0 -0
  1240. /package/lib/stores/{shared → editor/shared}/MockDataUtils.js +0 -0
  1241. /package/lib/stores/{shared → editor/shared}/ModelClassifierUtils.d.ts +0 -0
  1242. /package/lib/stores/{shared → editor/shared}/ModelClassifierUtils.js +0 -0
  1243. /package/lib/stores/{shared → editor/shared}/PackageTreeUtils.d.ts +0 -0
  1244. /package/lib/stores/{shared → editor/shared}/PackageTreeUtils.js +0 -0
  1245. /package/lib/stores/{shared → editor/shared}/TreeUtils.d.ts +0 -0
  1246. /package/lib/stores/{shared → editor/shared}/TreeUtils.js +0 -0
  1247. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Data_GraphModifierHelper.d.ts +0 -0
  1248. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Data_GraphModifierHelper.js +0 -0
  1249. /package/lib/stores/{shared → editor/shared}/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts +0 -0
  1250. /package/lib/stores/{shared → editor/shared}/modifier/DSL_ExternalFormat_GraphModifierHelper.js +0 -0
  1251. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Generation_GraphModifierHelper.d.ts +0 -0
  1252. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Generation_GraphModifierHelper.js +0 -0
  1253. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Mapping_GraphModifierHelper.d.ts +0 -0
  1254. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Mapping_GraphModifierHelper.js +0 -0
  1255. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Service_GraphModifierHelper.d.ts +0 -0
  1256. /package/lib/stores/{shared → editor/shared}/modifier/DSL_Service_GraphModifierHelper.js +0 -0
  1257. /package/lib/stores/{shared → editor/shared}/modifier/DomainGraphModifierHelper.d.ts +0 -0
  1258. /package/lib/stores/{shared → editor/shared}/modifier/DomainGraphModifierHelper.js +0 -0
  1259. /package/lib/stores/{shared → editor/shared}/modifier/GraphModifierHelper.d.ts +0 -0
  1260. /package/lib/stores/{shared → editor/shared}/modifier/GraphModifierHelper.js +0 -0
  1261. /package/lib/stores/{shared → editor/shared}/modifier/RawValueSpecificationGraphModifierHelper.d.ts +0 -0
  1262. /package/lib/stores/{shared → editor/shared}/modifier/RawValueSpecificationGraphModifierHelper.js +0 -0
  1263. /package/lib/stores/{shared → editor/shared}/modifier/STO_FlatData_GraphModifierHelper.d.ts +0 -0
  1264. /package/lib/stores/{shared → editor/shared}/modifier/STO_FlatData_GraphModifierHelper.js +0 -0
  1265. /package/lib/stores/{shared → editor/shared}/modifier/STO_Relational_GraphModifierHelper.d.ts +0 -0
  1266. /package/lib/stores/{shared → editor/shared}/modifier/STO_Relational_GraphModifierHelper.js +0 -0
  1267. /package/lib/stores/{shared → editor/shared}/modifier/Testable_GraphModifierHelper.d.ts +0 -0
  1268. /package/lib/stores/{shared → editor/shared}/modifier/Testable_GraphModifierHelper.js +0 -0
  1269. /package/lib/stores/{sidebar-state → editor/sidebar-state}/LocalChangesState.d.ts +0 -0
  1270. /package/lib/stores/{sidebar-state → editor/sidebar-state}/ProjectDependantEditorState.d.ts +0 -0
  1271. /package/lib/stores/{sidebar-state → editor/sidebar-state}/ProjectDependantEditorState.js +0 -0
  1272. /package/lib/stores/{sidebar-state → editor/sidebar-state}/ProjectOverviewState.d.ts +0 -0
  1273. /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkflowManagerState.d.ts +0 -0
  1274. /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceReviewState.d.ts +0 -0
  1275. /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceSyncState.d.ts +0 -0
  1276. /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceUpdateConflictResolutionState.d.ts +0 -0
  1277. /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceUpdaterState.d.ts +0 -0
  1278. /package/lib/stores/{sidebar-state → editor/sidebar-state}/testable/GlobalTestRunnerState.js +0 -0
  1279. /package/lib/stores/{DSL_Data_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.js} +0 -0
  1280. /package/lib/stores/{DSL_Generation_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.js} +0 -0
  1281. /package/lib/stores/{DSL_Mapping_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js} +0 -0
  1282. /package/lib/stores/{DSL_Service_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.js} +0 -0
  1283. /package/lib/stores/{STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js → extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js} +0 -0
  1284. /package/lib/stores/{STO_Relational_LegendStudioApplicationPlugin_Extension.js → extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.js} +0 -0
  1285. /package/lib/stores/{project-viewer → project-view}/ProjectViewerEditorMode.d.ts +0 -0
  1286. /package/lib/stores/{project-viewer → project-view}/ProjectViewerEditorMode.js +0 -0
  1287. /package/src/{components/DSL_ExternalFormat_CodeSnippets.ts → application/DSL_ExternalFormat_LegendStudioCodeSnippet.ts} +0 -0
  1288. /package/src/{components → application}/DSL_ExternalFormat_LegendStudioDocumentation.ts +0 -0
  1289. /package/src/{stores/Core_CodeSnippets.ts → application/LegendStudioCodeSnippet.ts} +0 -0
  1290. /package/src/{components/LegendStudioTestID.ts → application/LegendStudioTesting.ts} +0 -0
  1291. /package/src/components/{shared → workspace-setup}/ProjectSelectorUtils.tsx +0 -0
  1292. /package/src/components/{shared → workspace-setup}/WorkspaceSelectorUtils.tsx +0 -0
  1293. /package/src/stores/{AbstractConflictResolutionState.ts → editor/AbstractConflictResolutionState.ts} +0 -0
  1294. /package/src/stores/{EditorConfig.ts → editor/EditorConfig.ts} +0 -0
  1295. /package/src/stores/{EmbeddedQueryBuilderState.ts → editor/EmbeddedQueryBuilderState.ts} +0 -0
  1296. /package/src/stores/{GraphEditorMode.ts → editor/GraphEditorMode.ts} +0 -0
  1297. /package/src/stores/{aux-panel-state → editor/aux-panel-state}/DevToolState.ts +0 -0
  1298. /package/src/stores/{editor-state → editor/editor-state}/EditorState.ts +0 -0
  1299. /package/src/stores/{editor-state → editor/editor-state}/FileGenerationViewerState.ts +0 -0
  1300. /package/src/stores/{editor-state → editor/editor-state}/FileSystemState.ts +0 -0
  1301. /package/src/stores/{editor-state → editor/editor-state}/GenerationSpecificationEditorState.ts +0 -0
  1302. /package/src/stores/{editor-state → editor/editor-state}/UnsupportedElementEditorState.ts +0 -0
  1303. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/ClassEditorState.ts +0 -0
  1304. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/ClassState.ts +0 -0
  1305. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/ElementEditorState.ts +0 -0
  1306. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/FileGenerationEditorState.ts +0 -0
  1307. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/FunctionEditorState.ts +0 -0
  1308. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/UMLEditorState.ts +0 -0
  1309. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/connection/PostProcessorEditorState.ts +0 -0
  1310. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/data/DataEditorState.ts +0 -0
  1311. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.ts +0 -0
  1312. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts +0 -0
  1313. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementState.ts +0 -0
  1314. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTabManagerState.ts +0 -0
  1315. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTestState.ts +0 -0
  1316. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/PureInstanceSetImplementationState.ts +0 -0
  1317. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.ts +0 -0
  1318. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.ts +0 -0
  1319. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceEditorState.ts +0 -0
  1320. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceExecutionState.ts +0 -0
  1321. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceTestRunnerState.ts +0 -0
  1322. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestEditorState.ts +0 -0
  1323. /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestAssertionState.ts +0 -0
  1324. /package/src/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityChangeConflictEditorState.ts +0 -0
  1325. /package/src/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffEditorState.ts +0 -0
  1326. /package/src/stores/{shared → editor/shared}/DnDUtils.ts +0 -0
  1327. /package/src/stores/{shared → editor/shared}/FileSystemTreeUtils.ts +0 -0
  1328. /package/src/stores/{shared → editor/shared}/MockDataUtils.ts +0 -0
  1329. /package/src/stores/{shared → editor/shared}/ModelClassifierUtils.ts +0 -0
  1330. /package/src/stores/{shared → editor/shared}/TreeUtils.ts +0 -0
  1331. /package/src/stores/{shared → editor/shared}/modifier/DSL_Data_GraphModifierHelper.ts +0 -0
  1332. /package/src/stores/{shared → editor/shared}/modifier/DSL_ExternalFormat_GraphModifierHelper.ts +0 -0
  1333. /package/src/stores/{shared → editor/shared}/modifier/DSL_Generation_GraphModifierHelper.ts +0 -0
  1334. /package/src/stores/{shared → editor/shared}/modifier/DSL_Mapping_GraphModifierHelper.ts +0 -0
  1335. /package/src/stores/{shared → editor/shared}/modifier/DSL_Service_GraphModifierHelper.ts +0 -0
  1336. /package/src/stores/{shared → editor/shared}/modifier/DomainGraphModifierHelper.ts +0 -0
  1337. /package/src/stores/{shared → editor/shared}/modifier/GraphModifierHelper.ts +0 -0
  1338. /package/src/stores/{shared → editor/shared}/modifier/RawValueSpecificationGraphModifierHelper.ts +0 -0
  1339. /package/src/stores/{shared → editor/shared}/modifier/STO_FlatData_GraphModifierHelper.ts +0 -0
  1340. /package/src/stores/{shared → editor/shared}/modifier/STO_Relational_GraphModifierHelper.ts +0 -0
  1341. /package/src/stores/{shared → editor/shared}/modifier/Testable_GraphModifierHelper.ts +0 -0
  1342. /package/src/stores/{sidebar-state → editor/sidebar-state}/ProjectDependantEditorState.ts +0 -0
  1343. /package/src/stores/{project-viewer → project-view}/ProjectViewerEditorMode.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"DomainGraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/DomainGraphModifierHelper.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DomainGraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/DomainGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,cAAc,EACd,UAAU,EACV,WAAW,EACX,aAAa,EACb,SAAS,GACV,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC9B,OAAO,EAIL,WAAW,EAsBX,KAAK,EACL,YAAY,EACZ,uBAAuB,EACvB,4BAA4B,EAC5B,gBAAgB,EAChB,6BAA6B,EAC7B,kBAAkB,EAClB,2BAA2B,EAC3B,WAAW,EACX,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,4BAA4B,EAC5B,0BAA0B,GAC3B,MAAM,qBAAqB,CAAC;AAE7B,kHAAkH;AAElH,MAAM,CAAC,MAAM,oCAAoC,GAAG,MAAM,CACxD,CACE,GAAmC,EACnC,KAAQ,EACF,EAAE;IACR,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;AACpB,CAAC,CACF,CAAC;AAEF,4FAA4F;AAE5F,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CACxC,CAAC,MAAa,EAAE,GAAa,EAAQ,EAAE;IACrC,WAAW,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;AACtC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CACrC,CAAC,MAAa,EAAE,GAAa,EAAQ,EAAE;IACrC,cAAc,CAAC,MAAM,CAAC,UAAU,EAAE,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAC;AAC3D,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CACxC,CAAC,MAAa,EAAE,cAAwB,EAAE,cAAwB,EAAQ,EAAE;IAC1E,SAAS,CAAC,MAAM,CAAC,UAAU,EAAE,cAAc,EAAE,cAAc,CAAC,CAAC;AAC/D,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAC/C,CAAC,MAAa,EAAE,GAAoB,EAAQ,EAAE;IAC5C,WAAW,CAAC,MAAM,CAAC,iBAAiB,EAAE,GAAG,CAAC,CAAC;AAC7C,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAC5C,CAAC,MAAa,EAAE,GAAoB,EAAQ,EAAE;IAC5C,cAAc,CAAC,MAAM,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC,CAAC;AACzE,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAC/C,CACE,MAAa,EACb,cAA+B,EAC/B,cAA+B,EACzB,EAAE;IACR,SAAS,CAAC,MAAM,CAAC,iBAAiB,EAAE,cAAc,EAAE,cAAc,CAAC,CAAC;AACtE,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CACtC,CAAC,MAAa,EAAE,GAAe,EAAQ,EAAE;IACvC,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC;AAC9D,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAC1C,CAAC,MAAa,EAAE,GAAe,EAAQ,EAAE;IACvC,WAAW,CAAC,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC;AACvC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CACzC,CACE,MAAa,EACb,gBAA4B,EAC5B,gBAA4B,EACtB,EAAE;IACR,SAAS,CAAC,MAAM,CAAC,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,CAAC,CAAC;AACpE,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CACtC,CAAC,MAAa,EAAE,GAAyB,EAAQ,EAAE;IACjD,cAAc,CAAC,MAAM,CAAC,eAAe,EAAE,4BAA4B,CAAC,GAAG,CAAC,CAAC,CAAC;AAC5E,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CACzC,CAAC,MAAa,EAAE,GAAyB,EAAQ,EAAE;IACjD,WAAW,CAAC,MAAM,CAAC,eAAe,EAAE,GAAG,CAAC,CAAC;AAC3C,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CACxC,CACE,MAAa,EACb,eAAqC,EACrC,eAAqC,EAC/B,EAAE;IACR,SAAS,CAAC,MAAM,CAAC,eAAe,EAAE,eAAe,EAAE,eAAe,CAAC,CAAC;AACtE,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,CAAC,MAAa,EAAE,GAAU,EAAQ,EAAE;IAC1E,cAAc,CAAC,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC;AAC1C,CAAC,CAAC,CAAC;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CACxC,CAAC,MAAa,EAAE,GAAU,EAAQ,EAAE;IAClC,WAAW,CAAC,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC;AACvC,CAAC,CACF,CAAC;AAEF,2GAA2G;AAE3G,MAAM,CAAC,MAAM,4BAA4B,GAAG,MAAM,CAChD,CAAC,GAAyB,EAAE,KAAkB,EAAQ,EAAE;IACtD,4BAA4B,CAAC,GAAG,CAAC,CAAC;IAClC,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAC3B,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;IAClB,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC;AAC3C,CAAC,CACF,CAAC;AAEF,0GAA0G;AAE1G,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,SAAqC,EAAE,KAAa,EAAQ,EAAE;IAC7D,SAAS,CAAC,IAAI,GAAG,KAAK,CAAC;AACzB,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CAAC,SAAqC,EAAE,KAAkB,EAAQ,EAAE;IAClE,4BAA4B,CAC1B,SAAS,CAAC,WAAW,EACrB,mBAAmB,CAAC,KAAK,CAAC,CAC3B,CAAC;AACJ,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAC5C,CAAC,SAAqC,EAAE,KAAmB,EAAQ,EAAE;IACnE,SAAS,CAAC,YAAY,GAAG,KAAK,CAAC;AACjC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAC/C,CAAC,MAAgB,EAAE,KAAkC,EAAQ,EAAE;IAC7D,MAAM,CAAC,WAAW,GAAG,KAAK,CAAC;AAC7B,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,4BAA4B,GAAG,MAAM,CAChD,CAAC,EAAuB,EAAE,KAAiB,EAAQ,EAAE;IACnD,EAAE,CAAC,KAAK,GAAG,kBAAkB,CAAC,KAAK,CAAC,CAAC;IACrC,oCAAoC,CAAC,EAAE,CAAC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;AACxE,CAAC,CACF,CAAC;AAEF,uGAAuG;AAEvG,MAAM,CAAC,MAAM,+BAA+B,GAAG,MAAM,CACnD,CAAC,gBAAkC,EAAE,KAAkB,EAAQ,EAAE;IAC/D,cAAc,CAAC,gBAAgB,CAAC,YAAY,EAAE,mBAAmB,CAAC,KAAK,CAAC,CAAC,CAAC;AAC5E,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,kCAAkC,GAAG,MAAM,CACtD,CAAC,SAA2B,EAAE,KAAkB,EAAQ,EAAE;IACxD,WAAW,CAAC,SAAS,CAAC,YAAY,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,8BAA8B,GAAG,MAAM,CAClD,CAAC,gBAAkC,EAAE,KAA0B,EAAQ,EAAE;IACvE,cAAc,CACZ,gBAAgB,CAAC,WAAW,EAC5B,2BAA2B,CAAC,KAAK,CAAC,CACnC,CAAC;AACJ,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,iCAAiC,GAAG,MAAM,CACrD,CAAC,gBAAkC,EAAE,KAA0B,EAAQ,EAAE;IACvE,WAAW,CAAC,gBAAgB,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CACtC,CAAC,WAAwB,EAAE,KAAU,EAAQ,EAAE;IAC7C,WAAW,CAAC,GAAG,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC;IAC3C,WAAW,CAAC,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC;AACtD,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CACxC,CAAC,GAAgB,EAAE,KAAa,EAAQ,EAAE;IACxC,GAAG,CAAC,KAAK,GAAG,KAAK,CAAC;AACpB,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAC1C,CAAC,IAAsB,EAAE,KAAa,EAAQ,EAAE;IAC9C,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;AACrB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,MAAM,CACrD,CACE,gBAAkC,EAClC,iBAA8B,EAC9B,iBAA8B,EACxB,EAAE;IACR,SAAS,CACP,gBAAgB,CAAC,YAAY,EAC7B,iBAAiB,EACjB,iBAAiB,CAClB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAAG,MAAM,CACpD,CACE,gBAAkC,EAClC,gBAAqC,EACrC,gBAAqC,EAC/B,EAAE;IACR,SAAS,CAAC,gBAAgB,CAAC,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,CAAC,CAAC;AAC9E,CAAC,CACF,CAAC;AAEF,sGAAsG;AAEtG,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACrC,EAAmB,EACnB,KAAyB,EACnB,EAAE;IACR,EAAE,CAAC,IAAI,GAAG,KAAK,CAAC;AAClB,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAC3C,EAAmB,EACnB,KAAyB,EACnB,EAAE;IACR,EAAE,CAAC,UAAU,GAAG,KAAK,CAAC;AACxB,CAAC,CAAC;AAEF,iGAAiG;AAEjG,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CACtC,CAAC,WAAuB,EAAE,IAAY,EAAQ,EAAE;IAC9C,WAAW,CAAC,IAAI,GAAG,IAAI,CAAC;AAC1B,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,gCAAgC,GAAG,MAAM,CACpD,CAAC,WAAuB,EAAE,MAAiB,EAAQ,EAAE;IACnD,WAAW,CAAC,kBAAkB,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC;AAC7D,CAAC,CACF,CAAC;AAEF,8FAA8F;AAE9F,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,CAAC,OAAgB,EAAE,KAAU,EAAQ,EAAE;IAC1E,cAAc,CAAC,OAAO,CAAC,MAAM,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;AACrD,CAAC,CAAC,CAAC;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CACrC,CAAC,OAAgB,EAAE,KAAU,EAAQ,EAAE;IACrC,WAAW,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AACrC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CACzC,CAAC,OAAgB,EAAE,KAAiB,EAAQ,EAAE;IAC5C,cAAc,CAAC,OAAO,CAAC,aAAa,EAAE,kBAAkB,CAAC,KAAK,CAAC,CAAC,CAAC;AACnE,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAC5C,CAAC,OAAgB,EAAE,KAAiB,EAAQ,EAAE;IAC5C,WAAW,CAAC,OAAO,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;AAC5C,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,OAAgB,EAAE,SAAc,EAAE,SAAc,EAAQ,EAAE;IACzD,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AAClD,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CACE,OAAgB,EAChB,gBAA4B,EAC5B,gBAA4B,EACtB,EAAE;IACR,SAAS,CAAC,OAAO,CAAC,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,CAAC,CAAC;AACvE,CAAC,CACF,CAAC;AAEF,+FAA+F;AAE/F,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAC5C,CAAC,KAAiC,EAAE,GAA0B,EAAQ,EAAE;IACtE,WAAW,CAAC,KAAK,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC;AACrC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CACzC,CAAC,KAAiC,EAAE,GAA0B,EAAQ,EAAE;IACtE,cAAc,CAAC,KAAK,CAAC,UAAU,EAAE,6BAA6B,CAAC,GAAG,CAAC,CAAC,CAAC;AACvE,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAC1C,CAAC,KAAiC,EAAE,GAAS,EAAQ,EAAE;IACrD,oCAAoC,CAAC,KAAK,CAAC,UAAU,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC;AAC5E,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,8BAA8B,GAAG,MAAM,CAClD,CAAC,KAAiC,EAAE,GAAiB,EAAQ,EAAE;IAC7D,KAAK,CAAC,kBAAkB,GAAG,GAAG,CAAC;AACjC,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CACE,KAAiC,EACjC,eAAsC,EACtC,eAAsC,EAChC,EAAE;IACR,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,eAAe,EAAE,eAAe,CAAC,CAAC;AAChE,CAAC,CACF,CAAC;AAEF,kGAAkG;AAElG,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,CAAC,GAAS,EAAE,KAAa,EAAQ,EAAE;IACpE,GAAG,CAAC,IAAI,GAAG,KAAK,CAAC;AACnB,CAAC,CAAC,CAAC;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CACjC,CAAC,WAAwB,EAAE,KAAW,EAAQ,EAAE;IAC9C,cAAc,CAAC,WAAW,CAAC,MAAM,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;AAC1D,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,WAAwB,EAAE,KAAW,EAAQ,EAAE;IAC9C,WAAW,CAAC,WAAW,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AACzC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CACnC,CAAC,WAAwB,EAAE,UAAgB,EAAE,UAAgB,EAAQ,EAAE;IACrE,SAAS,CAAC,WAAW,CAAC,MAAM,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC;AACxD,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAC/C,CAAC,GAAuB,EAAE,KAAW,EAAQ,EAAE;IAC7C,GAAG,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;IAChC,oCAAoC,CAAC,GAAG,CAAC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;AACzE,CAAC,CACF,CAAC;AAEF,kGAAkG;AAElG,MAAM,CAAC,MAAM,8BAA8B,GAAG,MAAM,CAClD,CAAC,WAAwB,EAAE,QAAkB,EAAE,IAAW,EAAQ,EAAE;IAClE,MAAM,aAAa,GAAG,0BAA0B,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IACxE,gFAAgF;IAChF,MAAM,4BAA4B,GAAG,aAAa,CAChD,QAAQ,CAAC,WAAW,CAAC,cAAc,CAAC,KAAK,EACzC,KAAK,EACL,yBAAyB,QAAQ,CAAC,IAAI,2BAA2B,CAClE,CAAC;IACF,8EAA8E;IAC9E,IAAI,CAAC,4BAA4B,CAAC,4BAA4B,CAAC,EAAE;QAC/D,UAAU,CACR,WAAW,CACT,4BAA4B,CAAC,0BAA0B,EACvD,aAAa,CACd,EACD,wBAAwB,aAAa,CAAC,IAAI,uBAAuB,WAAW,CAAC,IAAI,0BAA0B,4BAA4B,CAAC,IAAI,GAAG,CAChJ,CAAC;KACH;IACD,uEAAuE;IACvE,cAAc,CAAC,IAAI,CAAC,0BAA0B,EAAE,aAAa,CAAC,CAAC;IAC/D,gCAAgC;IAChC,MAAM,QAAQ,GAAG,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC;IACvC,QAAQ,CAAC,WAAW,CAAC,KAAK,GAAG,QAAQ,CAAC;IACtC,QAAQ,CAAC,WAAW,CAAC,cAAc,CAAC,KAAK,GAAG,QAAQ,CAAC,OAAO,CAAC;AAC/D,CAAC,CACF,CAAC;AAEF,8FAA8F;AAE9F,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAC5C,CAAC,QAAiB,EAAE,IAAU,EAAQ,EAAE;IACtC,QAAQ,CAAC,aAAa,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;AAC9C,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAC9C,CAAC,IAAU,EAAE,MAAiB,EAAQ,EAAE;IACtC,IAAI,CAAC,kBAAkB,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC;AACtD,CAAC,CACF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,SAAS,EAGf,MAAM,qBAAqB,CAAC;AAI7B,eAAO,MAAM,aAAa,iFAIxB,CAAC;AAEH,eAAO,MAAM,sBAAsB,UACzB,UAAU,WAAW,kBAAkB,KAAG,IAGnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAElB,SAAS,WACP,kBAAkB,eACd,MAAM,GAAG,SAAS,WACtB,eAAe,KACvB,IAUJ,CAAC;AAEF,eAAO,MAAM,mBAAmB,UACtB,SAAS,WAAW,kBAAkB,KAAG,IAGlD,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAErB,SAAS,WACP,kBAAkB,WAClB,MAAM,WACN,eAAe,KACvB,IAUJ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAKL,0BAA0B,EAC1B,eAAe,GAChB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAEpC,MAAM,CAAC,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,CAAC,EACzC,KAAiB;IAEjB,MAAM,KAAK,CAAC,OAAO,EAAE,CAAC;AACxB,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAC1C,CAAC,KAAiB,EAAE,OAA2B,EAAQ,EAAE;IACvD,KAAK,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;AAClC,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CACE,KAAgB,EAChB,OAA2B,EAC3B,WAA+B,EAC/B,OAAwB,EAClB,EAAE;IACR,KAAK,CAAC,UAAU,CAAC,0BAA0B,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,WAAW,CAAC,CAAC;IAE5E,2DAA2D;IAC3D,IAAI,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IACrC,OAAO,cAAc,EAAE;QACrB,eAAe,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QACzC,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC;KACzC;AACH,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CACvC,CAAC,KAAgB,EAAE,OAA2B,EAAQ,EAAE;IACtD,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CACvC,CACE,KAAgB,EAChB,OAA2B,EAC3B,OAAe,EACf,OAAwB,EAClB,EAAE;IACR,KAAK,CAAC,aAAa,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAEtC,2DAA2D;IAC3D,IAAI,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IACrC,OAAO,cAAc,EAAE;QACrB,eAAe,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QACzC,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC;KACzC;AACH,CAAC,CACF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawValueSpecificationGraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,IAAI,EAEV,MAAM,qBAAqB,CAAC;AAG7B,eAAO,MAAM,6BAA6B,WAC/B,qBAAqB,SAAS,MAAM,KAAG,IAGjD,CAAC;AACF,eAAO,MAAM,6BAA6B,WAC/B,qBAAqB,SAAS,IAAI,KAAG,IAG/C,CAAC;AACF,eAAO,MAAM,qCAAqC,WACvC,qBAAqB,SAAS,YAAY,KAAG,IAGvD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawValueSpecificationGraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAIL,YAAY,GACb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CACjD,CAAC,MAA6B,EAAE,KAAa,EAAQ,EAAE;IACrD,MAAM,CAAC,IAAI,GAAG,KAAK,CAAC;AACtB,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CACjD,CAAC,MAA6B,EAAE,KAAW,EAAQ,EAAE;IACnD,MAAM,CAAC,IAAI,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;AAC1C,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qCAAqC,GAAG,MAAM,CACzD,CAAC,MAA6B,EAAE,KAAmB,EAAQ,EAAE;IAC3D,MAAM,CAAC,YAAY,GAAG,KAAK,CAAC;AAC9B,CAAC,CACF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"STO_FlatData_GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_FlatData_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAGvB,KAAK,2BAA2B,EACjC,MAAM,qBAAqB,CAAC;AAG7B,eAAO,MAAM,gCAAgC,OAErC,iCAAiC,SAC9B,sBAAsB,KAC5B,IAIJ,CAAC;AAEF,eAAO,MAAM,gBAAgB,UACnB,iBAAiB,SAAS,MAAM,KAAG,IAG5C,CAAC;AAEF,eAAO,MAAM,sCAAsC,QAE1C,uBAAuB,SACrB,2BAA2B,GAAG,SAAS,KAC7C,IAKJ,CAAC;AAEF,eAAO,MAAM,yBAAyB,OAC/B,kBAAkB,OAAO,MAAM,KAAG,IAGxC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"STO_FlatData_GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_FlatData_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAML,8BAA8B,EAC9B,mCAAmC,GAEpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,MAAM,CAAC,MAAM,gCAAgC,GAAG,MAAM,CACpD,CACE,EAAqC,EACrC,KAA6B,EACvB,EAAE;IACR,8BAA8B,CAAC,KAAK,CAAC,CAAC;IACtC,EAAE,CAAC,oBAAoB,CAAC,KAAK,GAAG,KAAK,CAAC;AACxC,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,KAAwB,EAAE,KAAa,EAAQ,EAAE;IAChD,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;AACrB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAAG,MAAM,CAC1D,CACE,GAA4B,EAC5B,KAA8C,EACxC,EAAE;IACR,GAAG,CAAC,WAAW,GAAG,KAAK;QACrB,CAAC,CAAC,mCAAmC,CAAC,KAAK,CAAC;QAC5C,CAAC,CAAC,SAAS,CAAC;AAChB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAC7C,CAAC,EAAsB,EAAE,GAAW,EAAQ,EAAE;IAC5C,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC;AACf,CAAC,CACF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"STO_Relational_GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_Relational_GraphModifierHelper.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"STO_Relational_GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_Relational_GraphModifierHelper.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Testable_GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/Testable_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,kBAAkB,EACvB,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,gBAAgB,EAGtB,MAAM,qBAAqB,CAAC;AAI7B,eAAO,MAAM,uBAAuB,gBACpB,WAAW,OAAO,kBAAkB,KAAG,IAGtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SACvB,aAAa,OAAO,MAAM,KAAG,IAGrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAC3B,UAAU,OAAO,aAAa,KAAG,IAIzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,SACpB,UAAU,OAAO,MAAM,KAAG,IAGlC,CAAC;AAEF,eAAO,MAAM,eAAe,SACnB,gBAAgB,OAAO,MAAM,KAAG,IAGxC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Testable_GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/Testable_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAML,qBAAqB,EACrB,0BAA0B,GAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CAAC,WAAwB,EAAE,GAAuB,EAAQ,EAAE;IAC1D,WAAW,CAAC,QAAQ,GAAG,0BAA0B,CAAC,GAAG,CAAC,CAAC;AACzD,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CACvC,CAAC,IAAmB,EAAE,GAAW,EAAQ,EAAE;IACzC,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC;AAChB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CAAC,IAAgB,EAAE,GAAkB,EAAQ,EAAE;IAC7C,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC;IACtB,cAAc,CAAC,IAAI,CAAC,UAAU,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAC9D,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,IAAgB,EAAE,GAAW,EAAQ,EAAE;IACtC,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC;AAChB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CACnC,CAAC,IAAsB,EAAE,GAAW,EAAQ,EAAE;IAC5C,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC;AAChB,CAAC,CACF,CAAC"}
@@ -1,45 +0,0 @@
1
- /**
2
- * Copyright (c) 2020-present, Goldman Sachs
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { type Connection, type ConnectionPointer, type ConnectionVisitor, type EmbeddedData, type FlatDataConnection, type JsonModelConnection, type ModelChainConnection, type RelationalDatabaseConnection, type XmlModelConnection, type Runtime, type IdentifiedConnection, type TestAssertion, type AtomicTest, ExternalFormatData, RelationalCSVData, ConnectionTestData } from '@finos/legend-graph';
17
- import type { EditorStore } from '../../EditorStore.js';
18
- export declare const createBareExternalFormat: (contentType?: string | undefined) => ExternalFormatData;
19
- export declare const getAllIdentifiedConnectionsFromRuntime: (runtime: Runtime) => IdentifiedConnection[];
20
- export declare class TEMPORARY__EmbeddedDataConnectionVisitor implements ConnectionVisitor<EmbeddedData> {
21
- editorStore: EditorStore;
22
- constructor(editorStore: EditorStore);
23
- visit_Connection(connection: Connection): EmbeddedData;
24
- visit_ConnectionPointer(connection: ConnectionPointer): EmbeddedData;
25
- visit_ModelChainConnection(connection: ModelChainConnection): EmbeddedData;
26
- visit_JsonModelConnection(connection: JsonModelConnection): EmbeddedData;
27
- visit_XmlModelConnection(connection: XmlModelConnection): EmbeddedData;
28
- visit_FlatDataConnection(connection: FlatDataConnection): EmbeddedData;
29
- visit_RelationalDatabaseConnection(connection: RelationalDatabaseConnection): EmbeddedData;
30
- }
31
- export declare class EmbeddedDataConnectionTypeVisitor implements ConnectionVisitor<string> {
32
- editorStore: EditorStore;
33
- constructor(editorStore: EditorStore);
34
- visit_Connection(connection: Connection): string;
35
- visit_ConnectionPointer(connection: ConnectionPointer): string;
36
- visit_ModelChainConnection(connection: ModelChainConnection): string;
37
- visit_JsonModelConnection(connection: JsonModelConnection): string;
38
- visit_XmlModelConnection(connection: XmlModelConnection): string;
39
- visit_FlatDataConnection(connection: FlatDataConnection): string;
40
- visit_RelationalDatabaseConnection(connection: RelationalDatabaseConnection): string;
41
- }
42
- export declare const initializeConnectionDataFromRuntime: (runtime: Runtime, editorStore: EditorStore) => ConnectionTestData[];
43
- export declare const createEmptyEqualToJsonAssertion: (test: AtomicTest) => TestAssertion;
44
- export declare const TEMPORARY__createRelationalDataFromCSV: (val: string) => RelationalCSVData;
45
- //# sourceMappingURL=TestableUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TestableUtils.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAMnB,MAAM,qBAAqB,CAAC;AAW7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,eAAO,MAAM,wBAAwB,iBACrB,MAAM,GAAG,SAAS,KAC/B,kBAKF,CAAC;AAEF,eAAO,MAAM,sCAAsC,YACxC,OAAO,KACf,oBAAoB,EAYtB,CAAC;AAIF,qBAAa,wCACX,YAAW,iBAAiB,CAAC,YAAY,CAAC;IAE1C,WAAW,EAAE,WAAW,CAAC;gBACb,WAAW,EAAE,WAAW;IAIpC,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,YAAY;IAGtD,uBAAuB,CAAC,UAAU,EAAE,iBAAiB,GAAG,YAAY;IAKpE,0BAA0B,CAAC,UAAU,EAAE,oBAAoB,GAAG,YAAY;IAG1E,yBAAyB,CAAC,UAAU,EAAE,mBAAmB,GAAG,YAAY;IAUxE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,YAAY;IAGtE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,YAAY;IAGtE,kCAAkC,CAChC,UAAU,EAAE,4BAA4B,GACvC,YAAY;CAGhB;AAED,qBAAa,iCACX,YAAW,iBAAiB,CAAC,MAAM,CAAC;IAEpC,WAAW,EAAE,WAAW,CAAC;gBACb,WAAW,EAAE,WAAW;IAIpC,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAGhD,uBAAuB,CAAC,UAAU,EAAE,iBAAiB,GAAG,MAAM;IAK9D,0BAA0B,CAAC,UAAU,EAAE,oBAAoB,GAAG,MAAM;IAGpE,yBAAyB,CAAC,UAAU,EAAE,mBAAmB,GAAG,MAAM;IAGlE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,MAAM;IAIhE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,MAAM;IAGhE,kCAAkC,CAChC,UAAU,EAAE,4BAA4B,GACvC,MAAM;CAGV;AAED,eAAO,MAAM,mCAAmC,YACrC,OAAO,eACH,WAAW,KACvB,kBAAkB,EAmBpB,CAAC;AAEF,eAAO,MAAM,+BAA+B,SACpC,UAAU,KACf,aASF,CAAC;AAGF,eAAO,MAAM,sCAAsC,QAC5C,MAAM,KACV,iBAqBF,CAAC"}
@@ -1,143 +0,0 @@
1
- /**
2
- * Copyright (c) 2020-present, Goldman Sachs
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { ExternalFormatData, RelationalCSVData, ConnectionTestData, EngineRuntime, RuntimePointer, EqualToJson, DEFAULT_TEST_ASSERTION_PREFIX, RelationalCSVDataTable, } from '@finos/legend-graph';
17
- import { assertTrue, ContentType, generateEnumerableNameFromToken, guaranteeNonEmptyString, isNonNullable, returnUndefOnError, UnsupportedOperationError, } from '@finos/legend-shared';
18
- import { EmbeddedDataType } from '../../editor-state/ExternalFormatState.js';
19
- import { createMockDataForMappingElementSource } from '../MockDataUtils.js';
20
- export const createBareExternalFormat = (contentType) => {
21
- const data = new ExternalFormatData();
22
- data.contentType = contentType ?? ContentType.APPLICATION_JSON;
23
- data.data = '';
24
- return data;
25
- };
26
- export const getAllIdentifiedConnectionsFromRuntime = (runtime) => {
27
- const resolvedRuntimes = [];
28
- if (runtime instanceof RuntimePointer) {
29
- resolvedRuntimes.push(runtime.packageableRuntime.value.runtimeValue);
30
- }
31
- else if (runtime instanceof EngineRuntime) {
32
- resolvedRuntimes.push(runtime);
33
- }
34
- return resolvedRuntimes
35
- .flatMap((e) => e.connections.map((connection) => connection.storeConnections))
36
- .flat();
37
- };
38
- // NOTE: this will all move to `engine` once engine support generating test data for all connections
39
- // Throws if unable to generate test data
40
- export class TEMPORARY__EmbeddedDataConnectionVisitor {
41
- editorStore;
42
- constructor(editorStore) {
43
- this.editorStore = editorStore;
44
- }
45
- visit_Connection(connection) {
46
- throw new UnsupportedOperationError();
47
- }
48
- visit_ConnectionPointer(connection) {
49
- const packageableConnection = connection.packageableConnection.value.connectionValue;
50
- return packageableConnection.accept_ConnectionVisitor(this);
51
- }
52
- visit_ModelChainConnection(connection) {
53
- throw new UnsupportedOperationError();
54
- }
55
- visit_JsonModelConnection(connection) {
56
- const _class = connection.class.value;
57
- const _json = createMockDataForMappingElementSource(_class, this.editorStore);
58
- const data = createBareExternalFormat();
59
- data.data = _json;
60
- return data;
61
- }
62
- visit_XmlModelConnection(connection) {
63
- throw new UnsupportedOperationError();
64
- }
65
- visit_FlatDataConnection(connection) {
66
- throw new UnsupportedOperationError();
67
- }
68
- visit_RelationalDatabaseConnection(connection) {
69
- throw new UnsupportedOperationError();
70
- }
71
- }
72
- export class EmbeddedDataConnectionTypeVisitor {
73
- editorStore;
74
- constructor(editorStore) {
75
- this.editorStore = editorStore;
76
- }
77
- visit_Connection(connection) {
78
- return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
79
- }
80
- visit_ConnectionPointer(connection) {
81
- const packageableConnection = connection.packageableConnection.value.connectionValue;
82
- return packageableConnection.accept_ConnectionVisitor(this);
83
- }
84
- visit_ModelChainConnection(connection) {
85
- return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
86
- }
87
- visit_JsonModelConnection(connection) {
88
- return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
89
- }
90
- visit_XmlModelConnection(connection) {
91
- return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
92
- }
93
- visit_FlatDataConnection(connection) {
94
- return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
95
- }
96
- visit_RelationalDatabaseConnection(connection) {
97
- return EmbeddedDataType.RELATIONAL_CSV;
98
- }
99
- }
100
- export const initializeConnectionDataFromRuntime = (runtime, editorStore) => {
101
- const identifiedConnections = getAllIdentifiedConnectionsFromRuntime(runtime);
102
- return identifiedConnections
103
- .map((identifiedConnection) => {
104
- const connection = identifiedConnection.connection;
105
- const embeddedData = returnUndefOnError(() => connection.accept_ConnectionVisitor(new TEMPORARY__EmbeddedDataConnectionVisitor(editorStore)));
106
- if (embeddedData) {
107
- const connectionTestData = new ConnectionTestData();
108
- connectionTestData.connectionId = identifiedConnection.id;
109
- connectionTestData.testData = embeddedData;
110
- return connectionTestData;
111
- }
112
- return undefined;
113
- })
114
- .filter(isNonNullable);
115
- };
116
- export const createEmptyEqualToJsonAssertion = (test) => {
117
- const assert = new EqualToJson();
118
- assert.id = generateEnumerableNameFromToken(test.assertions.map((a) => a.id), DEFAULT_TEST_ASSERTION_PREFIX);
119
- assert.expected = createBareExternalFormat();
120
- assert.parentTest = test;
121
- return assert;
122
- };
123
- // Temproary as engine should return an embedded data type
124
- export const TEMPORARY__createRelationalDataFromCSV = (val) => {
125
- const NEW_LINE = '\n';
126
- const data = new RelationalCSVData();
127
- const separator = `${NEW_LINE}-----${NEW_LINE}`;
128
- const lineBreak = /\r?\n/;
129
- const tables = val
130
- .split(separator)
131
- .filter((e) => !(e === NEW_LINE || e === '\r' || e === ''));
132
- tables.forEach((tableData) => {
133
- const tableInfo = tableData.split(lineBreak);
134
- assertTrue(tableInfo.length >= 2, 'Table and Schema Name required from test data');
135
- const table = new RelationalCSVDataTable();
136
- table.schema = guaranteeNonEmptyString(tableInfo.shift());
137
- table.table = guaranteeNonEmptyString(tableInfo.shift());
138
- table.values = tableInfo.join(NEW_LINE) + NEW_LINE;
139
- data.tables.push(table);
140
- });
141
- return data;
142
- };
143
- //# sourceMappingURL=TestableUtils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TestableUtils.js","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"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"}
@@ -1,51 +0,0 @@
1
- import type { EditorSDLCState } from '../EditorSDLCState.js';
2
- import type { EditorStore } from '../EditorStore.js';
3
- import { ServiceExecutionMode } from '@finos/legend-graph';
4
- import { type GeneratorFn, ActionState } from '@finos/legend-shared';
5
- import { Version } from '@finos/legend-server-sdlc';
6
- import { ServiceRegistrationEnvironmentConfig } from '../../application/LegendStudioApplicationConfig.js';
7
- export declare const LATEST_PROJECT_REVISION = "Latest Project Revision";
8
- interface ServiceVersionOption {
9
- label: string;
10
- value: Version | string;
11
- }
12
- interface ServiceRegistrationResult {
13
- successfulServices: string[];
14
- failedServices: string[];
15
- serviceLinks: string[];
16
- }
17
- export declare class ServiceConfigState {
18
- readonly editorStore: EditorStore;
19
- readonly registrationOptions: ServiceRegistrationEnvironmentConfig[];
20
- readonly registrationState: ActionState;
21
- registrationResult: ServiceRegistrationResult | undefined;
22
- serviceEnv?: string | undefined;
23
- serviceExecutionMode?: ServiceExecutionMode | undefined;
24
- projectVersion?: Version | string | undefined;
25
- enableModesWithVersioning: boolean;
26
- TEMPORARY__useStoreModel: boolean;
27
- constructor(editorStore: EditorStore, registrationOptions: ServiceRegistrationEnvironmentConfig[], enableModesWithVersioning: boolean);
28
- get options(): ServiceRegistrationEnvironmentConfig[];
29
- get executionModes(): ServiceExecutionMode[];
30
- get versionOptions(): ServiceVersionOption[] | undefined;
31
- setServiceEnv(val: string | undefined): void;
32
- setServiceExecutionMode(val: ServiceExecutionMode | undefined): void;
33
- setProjectVersion(val: Version | string | undefined): void;
34
- setUseStoreModelWithFullInteractive(val: boolean): void;
35
- initialize(): void;
36
- updateVersion(): void;
37
- updateType(val: ServiceExecutionMode | undefined): void;
38
- updateEnv(val: string | undefined): void;
39
- }
40
- export declare class BulkServiceRegistrationState {
41
- editorStore: EditorStore;
42
- sdlcState: EditorSDLCState;
43
- serviceConfigState: ServiceConfigState;
44
- showSuccessModel: boolean;
45
- constructor(editorStore: EditorStore, sdlcState: EditorSDLCState);
46
- setSuccessModal(val: boolean): void;
47
- registerServices(): GeneratorFn<void>;
48
- validateServiceForRegistration(): void;
49
- }
50
- export {};
51
- //# sourceMappingURL=BulkServiceRegistrationState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BulkServiceRegistrationState.d.ts","sourceRoot":"","sources":["../../../src/stores/sidebar-state/BulkServiceRegistrationState.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAOL,oBAAoB,EAIrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,WAAW,EAChB,WAAW,EAUZ,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAAE,oCAAoC,EAAE,MAAM,oDAAoD,CAAC;AAI1G,eAAO,MAAM,uBAAuB,4BAA4B,CAAC;AAejE,UAAU,oBAAoB;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB;AACD,UAAU,yBAAyB;IACjC,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AACD,qBAAa,kBAAkB;IAC7B,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,mBAAmB,EAAE,oCAAoC,EAAE,CAAM;IAC1E,QAAQ,CAAC,iBAAiB,cAAwB;IAClD,kBAAkB,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC1D,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,oBAAoB,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACxD,cAAc,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAC9C,yBAAyB,EAAE,OAAO,CAAC;IACnC,wBAAwB,UAAS;gBAG/B,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,oCAAoC,EAAE,EAC3D,yBAAyB,EAAE,OAAO;IA8BpC,IAAI,OAAO,IAAI,oCAAoC,EAAE,CAiBpD;IAED,IAAI,cAAc,IAAI,oBAAoB,EAAE,CAI3C;IAED,IAAI,cAAc,IAAI,oBAAoB,EAAE,GAAG,SAAS,CAsBvD;IAED,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;IAI5C,uBAAuB,CAAC,GAAG,EAAE,oBAAoB,GAAG,SAAS,GAAG,IAAI;IAIpE,iBAAiB,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI;IAI1D,mCAAmC,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAIvD,UAAU,IAAI,IAAI;IAMlB,aAAa,IAAI,IAAI;IAUrB,UAAU,CAAC,GAAG,EAAE,oBAAoB,GAAG,SAAS,GAAG,IAAI;IAKvD,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;CAIzC;AAED,qBAAa,4BAA4B;IACvC,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,eAAe,CAAC;IAC3B,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,gBAAgB,UAAS;gBAEb,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe;IAiBhE,eAAe,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAGlC,gBAAgB,IAAI,WAAW,CAAC,IAAI,CAAC;IAwEtC,8BAA8B,IAAI,IAAI;CA8DvC"}
@@ -1,237 +0,0 @@
1
- /**
2
- * Copyright (c) 2020-present, Goldman Sachs
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { action, computed, makeObservable, observable, flow } from 'mobx';
17
- import { areMultiplicitiesEqual, buildLambdaVariableExpressions, generateMultiplicityString, Multiplicity, VariableExpression, ServiceExecutionMode, BulkRegistrationResultSuccess, } from '@finos/legend-graph';
18
- import { ActionState, assertNonEmptyString, assertTrue, filterByType, getNullableFirstElement, guaranteeNonNullable, prettyCONSTName, UnsupportedOperationError, assertErrorThrown, LogEvent, } from '@finos/legend-shared';
19
- import { Version } from '@finos/legend-server-sdlc';
20
- import { MINIMUM_SERVICE_OWNERS } from '../editor-state/element-editor-state/service/ServiceEditorState.js';
21
- import { ServiceRegistrationEnvironmentConfig } from '../../application/LegendStudioApplicationConfig.js';
22
- import { LEGEND_STUDIO_APP_EVENT } from '../../application/LegendStudioEvent.js';
23
- import { generateServiceManagementUrl } from '../editor-state/element-editor-state/service/ServiceRegistrationState.js';
24
- export const LATEST_PROJECT_REVISION = 'Latest Project Revision';
25
- const getServiceExecutionMode = (mode) => {
26
- switch (mode) {
27
- case ServiceExecutionMode.FULL_INTERACTIVE:
28
- return ServiceExecutionMode.FULL_INTERACTIVE;
29
- case ServiceExecutionMode.SEMI_INTERACTIVE:
30
- return ServiceExecutionMode.SEMI_INTERACTIVE;
31
- case ServiceExecutionMode.PROD:
32
- return ServiceExecutionMode.PROD;
33
- default:
34
- throw new UnsupportedOperationError(`Encountered unsupported service execution mode '${mode}'`);
35
- }
36
- };
37
- export class ServiceConfigState {
38
- editorStore;
39
- registrationOptions = [];
40
- registrationState = ActionState.create();
41
- registrationResult;
42
- serviceEnv;
43
- serviceExecutionMode;
44
- projectVersion;
45
- enableModesWithVersioning;
46
- TEMPORARY__useStoreModel = false;
47
- constructor(editorStore, registrationOptions, enableModesWithVersioning) {
48
- makeObservable(this, {
49
- serviceEnv: observable,
50
- serviceExecutionMode: observable,
51
- projectVersion: observable,
52
- enableModesWithVersioning: observable,
53
- TEMPORARY__useStoreModel: observable,
54
- executionModes: computed,
55
- options: computed,
56
- versionOptions: computed,
57
- setServiceEnv: action,
58
- setServiceExecutionMode: action,
59
- setProjectVersion: action,
60
- setUseStoreModelWithFullInteractive: action,
61
- initialize: action,
62
- updateVersion: action,
63
- updateType: action,
64
- updateEnv: action,
65
- });
66
- this.editorStore = editorStore;
67
- this.registrationOptions = registrationOptions;
68
- this.enableModesWithVersioning = enableModesWithVersioning;
69
- this.initialize();
70
- this.registrationState.setMessageFormatter(prettyCONSTName);
71
- }
72
- get options() {
73
- if (this.enableModesWithVersioning) {
74
- return this.registrationOptions;
75
- }
76
- return this.registrationOptions
77
- .map((_envConfig) => {
78
- const envConfig = new ServiceRegistrationEnvironmentConfig();
79
- envConfig.env = _envConfig.env;
80
- envConfig.executionUrl = _envConfig.executionUrl;
81
- envConfig.managementUrl = _envConfig.managementUrl;
82
- // NOTE: For projects that we cannot create a version for, only fully-interactive mode is supported
83
- envConfig.modes = _envConfig.modes.filter((mode) => mode === ServiceExecutionMode.FULL_INTERACTIVE);
84
- return envConfig;
85
- })
86
- .filter((envConfig) => envConfig.modes.length);
87
- }
88
- get executionModes() {
89
- return (this.options.find((e) => e.env === this.serviceEnv)?.modes ?? []).map(getServiceExecutionMode);
90
- }
91
- get versionOptions() {
92
- if (this.enableModesWithVersioning &&
93
- this.serviceExecutionMode !== ServiceExecutionMode.FULL_INTERACTIVE) {
94
- const options = this.editorStore.sdlcState.projectVersions.map((version) => ({
95
- label: version.id.id,
96
- value: version,
97
- }));
98
- if (this.serviceExecutionMode !== ServiceExecutionMode.PROD) {
99
- return [
100
- {
101
- label: prettyCONSTName(LATEST_PROJECT_REVISION),
102
- value: LATEST_PROJECT_REVISION,
103
- },
104
- ...options,
105
- ];
106
- }
107
- return options;
108
- }
109
- return undefined;
110
- }
111
- setServiceEnv(val) {
112
- this.serviceEnv = val;
113
- }
114
- setServiceExecutionMode(val) {
115
- this.serviceExecutionMode = val;
116
- }
117
- setProjectVersion(val) {
118
- this.projectVersion = val;
119
- }
120
- setUseStoreModelWithFullInteractive(val) {
121
- this.TEMPORARY__useStoreModel = val;
122
- }
123
- initialize() {
124
- this.serviceEnv = getNullableFirstElement(this.registrationOptions)?.env;
125
- this.serviceExecutionMode = this.executionModes[0];
126
- this.updateVersion();
127
- }
128
- updateVersion() {
129
- if (this.serviceExecutionMode === ServiceExecutionMode.SEMI_INTERACTIVE) {
130
- this.projectVersion = LATEST_PROJECT_REVISION;
131
- }
132
- else if (this.serviceExecutionMode === ServiceExecutionMode.PROD) {
133
- this.projectVersion = this.editorStore.sdlcState.projectVersions[0];
134
- }
135
- else {
136
- this.projectVersion = undefined;
137
- }
138
- }
139
- updateType(val) {
140
- this.setServiceExecutionMode(val);
141
- this.updateVersion();
142
- }
143
- updateEnv(val) {
144
- this.setServiceEnv(val);
145
- this.setServiceExecutionMode(this.executionModes[0]);
146
- }
147
- }
148
- export class BulkServiceRegistrationState {
149
- editorStore;
150
- sdlcState;
151
- serviceConfigState;
152
- showSuccessModel = false;
153
- constructor(editorStore, sdlcState) {
154
- makeObservable(this, {
155
- showSuccessModel: observable,
156
- editorStore: false,
157
- sdlcState: false,
158
- registerServices: flow,
159
- setSuccessModal: action,
160
- });
161
- this.editorStore = editorStore;
162
- this.sdlcState = sdlcState;
163
- this.serviceConfigState = new ServiceConfigState(editorStore, editorStore.applicationStore.config.options.TEMPORARY__serviceRegistrationConfig, editorStore.sdlcServerClient.featuresConfigHasBeenFetched &&
164
- editorStore.sdlcServerClient.features.canCreateVersion);
165
- }
166
- setSuccessModal(val) {
167
- this.showSuccessModel = val;
168
- }
169
- *registerServices() {
170
- const successfulServices = [];
171
- const failedServices = [];
172
- const serviceManagementURL = [];
173
- this.serviceConfigState.registrationState.inProgress();
174
- this.validateServiceForRegistration();
175
- try {
176
- const projectConfig = guaranteeNonNullable(this.editorStore.projectConfigurationEditorState.projectConfiguration);
177
- const versionInput = this.serviceConfigState.projectVersion instanceof Version
178
- ? this.serviceConfigState.projectVersion.id.id
179
- : undefined;
180
- const config = guaranteeNonNullable(this.serviceConfigState.options.find((info) => info.env === this.serviceConfigState.serviceEnv));
181
- const serviceRegistrationResult = (yield this.editorStore.graphManagerState.graphManager.bulkServiceRegistration(this.editorStore.graphManagerState.graph.ownServices, this.editorStore.graphManagerState.graph, projectConfig.groupId, projectConfig.artifactId, versionInput, config.executionUrl, guaranteeNonNullable(this.serviceConfigState.serviceExecutionMode), {
182
- TEMPORARY__useStoreModel: this.serviceConfigState.TEMPORARY__useStoreModel,
183
- }));
184
- serviceRegistrationResult.forEach((result) => {
185
- if (result instanceof BulkRegistrationResultSuccess) {
186
- const serviceURL = generateServiceManagementUrl(config.managementUrl, result.pattern);
187
- serviceManagementURL.push(serviceURL);
188
- successfulServices.push(result.pattern);
189
- }
190
- else {
191
- failedServices.push(`${result.servicePath} ERROR: ${result.errorMessage}`);
192
- }
193
- });
194
- this.serviceConfigState.registrationResult = {
195
- successfulServices: successfulServices,
196
- serviceLinks: serviceManagementURL,
197
- failedServices: failedServices,
198
- };
199
- this.showSuccessModel = true;
200
- }
201
- catch (error) {
202
- assertErrorThrown(error);
203
- this.editorStore.applicationStore.logService.error(LogEvent.create(LEGEND_STUDIO_APP_EVENT.SERVICE_REGISTRATION_FAILURE), error);
204
- this.editorStore.applicationStore.notificationService.notifyError(error);
205
- }
206
- finally {
207
- this.serviceConfigState.registrationState.reset();
208
- this.serviceConfigState.registrationState.setMessage(undefined);
209
- }
210
- }
211
- validateServiceForRegistration() {
212
- const services = this.editorStore.graphManagerState.graph.ownServices;
213
- services.forEach((service) => {
214
- service.owners.forEach((owner) => assertNonEmptyString(owner, `Service can't have an empty owner name`));
215
- assertTrue(service.owners.length >= MINIMUM_SERVICE_OWNERS, `Service needs to have at least 2 owners in order to be registered`);
216
- guaranteeNonNullable(this.serviceConfigState.serviceEnv, 'Service registration environment can not be empty');
217
- guaranteeNonNullable(this.serviceConfigState.serviceExecutionMode, 'Service type can not be empty');
218
- if (this.serviceConfigState.serviceExecutionMode ===
219
- ServiceExecutionMode.PROD ||
220
- this.serviceConfigState.serviceExecutionMode ===
221
- ServiceExecutionMode.SEMI_INTERACTIVE) {
222
- guaranteeNonNullable(this.serviceConfigState.projectVersion, 'Service version can not be empty in Semi-interactive and Prod service type');
223
- }
224
- // validate service parameter multiplicities
225
- const SUPPORTED_SERVICE_PARAMETER_MULTIPLICITIES = [
226
- Multiplicity.ONE,
227
- Multiplicity.ZERO_MANY,
228
- Multiplicity.ZERO_ONE,
229
- ];
230
- const invalidParams = buildLambdaVariableExpressions(service.execution.func, this.editorStore.graphManagerState)
231
- .filter(filterByType(VariableExpression))
232
- .filter((p) => !SUPPORTED_SERVICE_PARAMETER_MULTIPLICITIES.some((m) => areMultiplicitiesEqual(m, p.multiplicity)));
233
- assertTrue(invalidParams.length === 0, `Parameter(s)${invalidParams.map((p) => ` ${p.name}: [${generateMultiplicityString(p.multiplicity.lowerBound, p.multiplicity.upperBound)}]`)} has/have unsupported multiplicity. Supported multiplicities include ${SUPPORTED_SERVICE_PARAMETER_MULTIPLICITIES.map((m) => ` [${generateMultiplicityString(m.lowerBound, m.upperBound)}]`)}.`);
234
- });
235
- }
236
- }
237
- //# sourceMappingURL=BulkServiceRegistrationState.js.map