@finos/legend-application-studio 18.0.1 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (486) hide show
  1. package/lib/application/LegendStudio.d.ts.map +1 -1
  2. package/lib/application/LegendStudio.js +1 -2
  3. package/lib/application/LegendStudio.js.map +1 -1
  4. package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +1 -1
  5. package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
  6. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  7. package/lib/components/EditorComponentTestUtils.js +1 -3
  8. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  9. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  10. package/lib/components/LegendStudioApplication.js +3 -4
  11. package/lib/components/LegendStudioApplication.js.map +1 -1
  12. package/lib/components/editor/ActivityBar.d.ts.map +1 -1
  13. package/lib/components/editor/ActivityBar.js +3 -3
  14. package/lib/components/editor/ActivityBar.js.map +1 -1
  15. package/lib/components/editor/Editor.d.ts.map +1 -1
  16. package/lib/components/editor/Editor.js +81 -93
  17. package/lib/components/editor/Editor.js.map +1 -1
  18. package/lib/components/editor/StatusBar.d.ts.map +1 -1
  19. package/lib/components/editor/StatusBar.js +2 -3
  20. package/lib/components/editor/StatusBar.js.map +1 -1
  21. package/lib/components/editor/aux-panel/AuxiliaryPanel.js +1 -1
  22. package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
  23. package/lib/components/editor/edit-panel/EditPanel.js +2 -3
  24. package/lib/components/editor/edit-panel/EditPanel.js.map +1 -1
  25. package/lib/components/editor/edit-panel/FunctionEditor.js +10 -10
  26. package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
  27. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +5 -5
  28. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
  29. package/lib/components/editor/edit-panel/GrammarTextEditor.js +1 -2
  30. package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
  31. package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
  32. package/lib/components/editor/edit-panel/ModelImporter.js +7 -4
  33. package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
  34. package/lib/components/editor/edit-panel/RuntimeEditor.js +2 -2
  35. package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
  36. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +1 -1
  37. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
  38. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
  39. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
  40. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js +1 -1
  41. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js.map +1 -1
  42. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +14 -14
  43. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  44. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +2 -2
  45. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
  46. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +3 -3
  47. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
  48. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +3 -3
  49. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
  50. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js +3 -3
  51. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js.map +1 -1
  52. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  53. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js +2 -3
  54. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
  55. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js +1 -1
  56. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js.map +1 -1
  57. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js +1 -1
  58. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js.map +1 -1
  59. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +3 -3
  60. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
  61. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +1 -1
  62. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
  63. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +1 -1
  64. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
  65. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +1 -1
  66. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
  67. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +3 -3
  68. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
  69. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +2 -2
  70. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
  71. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
  72. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js +36 -49
  73. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js.map +1 -1
  74. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +7 -7
  75. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
  76. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +3 -3
  77. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
  78. package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js +1 -1
  79. package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
  80. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +3 -3
  81. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
  82. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  83. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +8 -17
  84. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
  85. package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +2 -3
  86. package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
  87. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +6 -6
  88. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  89. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +2 -2
  90. package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
  91. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +5 -5
  92. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
  93. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +3 -3
  94. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
  95. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
  96. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  97. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +59 -51
  98. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
  99. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +3 -3
  100. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
  101. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +3 -3
  102. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
  103. package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js +1 -1
  104. package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
  105. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  106. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +58 -24
  107. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
  108. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +2 -2
  109. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
  110. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +3 -3
  111. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
  112. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  113. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +3 -3
  114. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  115. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +1 -1
  116. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js.map +1 -1
  117. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +15 -0
  118. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  119. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js +3 -3
  120. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js.map +1 -1
  121. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +2 -2
  122. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
  123. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +4 -4
  124. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
  125. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +8 -8
  126. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
  127. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +1 -1
  128. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
  129. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +3 -3
  130. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
  131. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +4 -4
  132. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
  133. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +2 -2
  134. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
  135. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +2 -2
  136. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
  137. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +3 -3
  138. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
  139. package/lib/components/editor/side-bar/Explorer.js +3 -3
  140. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  141. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  142. package/lib/components/editor/side-bar/ProjectOverview.js +8 -8
  143. package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
  144. package/lib/components/editor/side-bar/WorkflowManager.js +4 -4
  145. package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
  146. package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
  147. package/lib/components/editor/side-bar/WorkspaceReview.js +2 -4
  148. package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
  149. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +1 -1
  150. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
  151. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
  152. package/lib/components/editor/side-bar/WorkspaceUpdater.js +2 -4
  153. package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
  154. package/lib/components/project-viewer/ProjectViewer.d.ts.map +1 -1
  155. package/lib/components/project-viewer/ProjectViewer.js +4 -7
  156. package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
  157. package/lib/components/shared/DiffView.d.ts.map +1 -1
  158. package/lib/components/shared/DiffView.js +1 -2
  159. package/lib/components/shared/DiffView.js.map +1 -1
  160. package/lib/components/shared/ProjectSelectorUtils.js +1 -1
  161. package/lib/components/shared/ProjectSelectorUtils.js.map +1 -1
  162. package/lib/components/shared/StudioLambdaEditor.d.ts +1 -1
  163. package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
  164. package/lib/components/shared/StudioLambdaEditor.js +3 -2
  165. package/lib/components/shared/StudioLambdaEditor.js.map +1 -1
  166. package/lib/components/workspace-review/WorkspaceReview.d.ts.map +1 -1
  167. package/lib/components/workspace-review/WorkspaceReview.js +4 -6
  168. package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
  169. package/lib/components/workspace-review/WorkspaceReviewSideBar.js +2 -2
  170. package/lib/components/workspace-review/WorkspaceReviewSideBar.js.map +1 -1
  171. package/lib/components/workspace-setup/CreateProjectModal.js +1 -1
  172. package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
  173. package/lib/components/workspace-setup/WorkspaceSetup.js +2 -3
  174. package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
  175. package/lib/index.css +2 -2
  176. package/lib/index.css.map +1 -1
  177. package/lib/index.d.ts +5 -5
  178. package/lib/index.d.ts.map +1 -1
  179. package/lib/index.js +5 -5
  180. package/lib/index.js.map +1 -1
  181. package/lib/package.json +2 -7
  182. package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -5
  183. package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
  184. package/lib/stores/EditorGraphState.d.ts +2 -14
  185. package/lib/stores/EditorGraphState.d.ts.map +1 -1
  186. package/lib/stores/EditorGraphState.js +3 -48
  187. package/lib/stores/EditorGraphState.js.map +1 -1
  188. package/lib/stores/EditorStore.d.ts +1 -4
  189. package/lib/stores/EditorStore.d.ts.map +1 -1
  190. package/lib/stores/EditorStore.js +9 -20
  191. package/lib/stores/EditorStore.js.map +1 -1
  192. package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
  193. package/lib/stores/LegendStudioBaseStore.js +7 -4
  194. package/lib/stores/LegendStudioBaseStore.js.map +1 -1
  195. package/lib/stores/LegendStudioRouter.js +1 -1
  196. package/lib/stores/LegendStudioRouter.js.map +1 -1
  197. package/lib/stores/editor/NewElementState.js +4 -4
  198. package/lib/stores/editor/NewElementState.js.map +1 -1
  199. package/lib/stores/editor-state/FileGenerationState.js +1 -1
  200. package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
  201. package/lib/stores/editor-state/GenerationSpecificationEditorState.js +1 -1
  202. package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +1 -1
  203. package/lib/stores/editor-state/GraphGenerationState.js +1 -1
  204. package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
  205. package/lib/stores/editor-state/ModelImporterState.d.ts +5 -5
  206. package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
  207. package/lib/stores/editor-state/ModelImporterState.js +12 -10
  208. package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
  209. package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts +3 -2
  210. package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
  211. package/lib/stores/editor-state/ProjectConfigurationEditorState.js +9 -3
  212. package/lib/stores/editor-state/ProjectConfigurationEditorState.js.map +1 -1
  213. package/lib/stores/editor-state/element-editor-state/ClassState.d.ts +1 -1
  214. package/lib/stores/editor-state/element-editor-state/ClassState.d.ts.map +1 -1
  215. package/lib/stores/editor-state/element-editor-state/ClassState.js +2 -2
  216. package/lib/stores/editor-state/element-editor-state/ClassState.js.map +1 -1
  217. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +1 -1
  218. package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -1
  219. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts +1 -1
  220. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -1
  221. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js +1 -1
  222. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
  223. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js +2 -2
  224. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
  225. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +1 -1
  226. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
  227. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +1 -1
  228. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
  229. package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js +1 -1
  230. package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -1
  231. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +1 -1
  232. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -1
  233. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
  234. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +4 -4
  235. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
  236. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +1 -1
  237. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js +20 -9
  238. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +1 -1
  239. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts +1 -1
  240. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +1 -1
  241. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js +1 -1
  242. package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -1
  243. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts +2 -1
  244. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -1
  245. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +6 -5
  246. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
  247. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts +2 -1
  248. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -1
  249. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +5 -4
  250. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
  251. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts +1 -1
  252. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +1 -1
  253. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +2 -2
  254. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -1
  255. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts +2 -1
  256. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
  257. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +4 -3
  258. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  259. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +1 -1
  260. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
  261. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +1 -1
  262. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
  263. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +1 -1
  264. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +3 -2
  265. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -1
  266. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +1 -1
  267. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
  268. package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js +1 -1
  269. package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
  270. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js +1 -1
  271. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -1
  272. package/lib/stores/project-viewer/ProjectViewerStore.js +2 -2
  273. package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
  274. package/lib/stores/shared/ModelClassifierUtils.d.ts +0 -10
  275. package/lib/stores/shared/ModelClassifierUtils.d.ts.map +1 -1
  276. package/lib/stores/shared/ModelClassifierUtils.js +0 -11
  277. package/lib/stores/shared/ModelClassifierUtils.js.map +1 -1
  278. package/lib/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.d.ts +0 -0
  279. package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
  280. package/lib/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.js +0 -0
  281. package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.js.map +1 -0
  282. package/lib/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.d.ts +0 -0
  283. package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
  284. package/lib/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.js +0 -0
  285. package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
  286. package/lib/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.d.ts +0 -0
  287. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
  288. package/lib/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.js +0 -0
  289. package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
  290. package/lib/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.d.ts +7 -7
  291. package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
  292. package/lib/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.js +15 -16
  293. package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
  294. package/lib/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.d.ts +0 -0
  295. package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
  296. package/lib/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.js +0 -0
  297. package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.js.map +1 -0
  298. package/lib/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.d.ts +0 -0
  299. package/lib/stores/shared/modifier/DomainGraphModifierHelper.d.ts.map +1 -0
  300. package/lib/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.js +3 -3
  301. package/lib/stores/shared/modifier/DomainGraphModifierHelper.js.map +1 -0
  302. package/lib/stores/{graphModifier → shared/modifier}/GraphModifierHelper.d.ts +0 -0
  303. package/lib/stores/shared/modifier/GraphModifierHelper.d.ts.map +1 -0
  304. package/lib/stores/{graphModifier → shared/modifier}/GraphModifierHelper.js +0 -0
  305. package/lib/stores/shared/modifier/GraphModifierHelper.js.map +1 -0
  306. package/lib/stores/{graphModifier/ValueSpecificationGraphModifierHelper.d.ts → shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts} +4 -4
  307. package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +1 -0
  308. package/lib/stores/{graphModifier/ValueSpecificationGraphModifierHelper.js → shared/modifier/RawValueSpecificationGraphModifierHelper.js} +8 -9
  309. package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +1 -0
  310. package/lib/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.d.ts +0 -0
  311. package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
  312. package/lib/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.js +0 -0
  313. package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
  314. package/lib/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.d.ts +1 -1
  315. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
  316. package/lib/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.js +0 -0
  317. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -0
  318. package/lib/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.d.ts +0 -0
  319. package/lib/stores/shared/modifier/Testable_GraphModifierHelper.d.ts.map +1 -0
  320. package/lib/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.js +0 -0
  321. package/lib/stores/shared/modifier/Testable_GraphModifierHelper.js.map +1 -0
  322. package/lib/stores/sidebar-state/LocalChangesState.d.ts +1 -0
  323. package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
  324. package/lib/stores/sidebar-state/LocalChangesState.js +4 -0
  325. package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
  326. package/lib/stores/sidebar-state/ProjectOverviewState.js +2 -2
  327. package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
  328. package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +1 -1
  329. package/lib/stores/sidebar-state/WorkspaceReviewState.js +6 -2
  330. package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
  331. package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
  332. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +1 -0
  333. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
  334. package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts.map +1 -1
  335. package/lib/stores/workspace-setup/WorkspaceSetupStore.js +6 -6
  336. package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
  337. package/package.json +11 -16
  338. package/src/application/LegendStudio.tsx +1 -1
  339. package/src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +1 -1
  340. package/src/components/EditorComponentTestUtils.tsx +2 -2
  341. package/src/components/LegendStudioApplication.tsx +4 -3
  342. package/src/components/editor/ActivityBar.tsx +6 -8
  343. package/src/components/editor/Editor.tsx +70 -103
  344. package/src/components/editor/StatusBar.tsx +25 -14
  345. package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +2 -2
  346. package/src/components/editor/edit-panel/EditPanel.tsx +2 -2
  347. package/src/components/editor/edit-panel/FunctionEditor.tsx +12 -12
  348. package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +7 -7
  349. package/src/components/editor/edit-panel/GrammarTextEditor.tsx +1 -1
  350. package/src/components/editor/edit-panel/ModelImporter.tsx +7 -8
  351. package/src/components/editor/edit-panel/RuntimeEditor.tsx +2 -2
  352. package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +1 -1
  353. package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
  354. package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +1 -1
  355. package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +27 -27
  356. package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +2 -2
  357. package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +4 -4
  358. package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +3 -3
  359. package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +4 -4
  360. package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +3 -3
  361. package/src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx +1 -1
  362. package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +1 -1
  363. package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +4 -4
  364. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx +1 -1
  365. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx +1 -1
  366. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx +1 -1
  367. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +5 -5
  368. package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +3 -3
  369. package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +45 -84
  370. package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +9 -9
  371. package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +4 -4
  372. package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +1 -1
  373. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +3 -3
  374. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +13 -33
  375. package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +2 -2
  376. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +7 -7
  377. package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +2 -2
  378. package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +6 -6
  379. package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +5 -5
  380. package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +199 -206
  381. package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +4 -4
  382. package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +4 -4
  383. package/src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx +1 -1
  384. package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +250 -86
  385. package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +2 -2
  386. package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +4 -4
  387. package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +4 -1
  388. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +1 -1
  389. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx +6 -2
  390. package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +2 -2
  391. package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +6 -6
  392. package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +11 -11
  393. package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +1 -1
  394. package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +5 -5
  395. package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +5 -5
  396. package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +2 -2
  397. package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +5 -5
  398. package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +8 -8
  399. package/src/components/editor/side-bar/Explorer.tsx +4 -4
  400. package/src/components/editor/side-bar/ProjectOverview.tsx +56 -35
  401. package/src/components/editor/side-bar/WorkflowManager.tsx +4 -4
  402. package/src/components/editor/side-bar/WorkspaceReview.tsx +15 -12
  403. package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +1 -1
  404. package/src/components/editor/side-bar/WorkspaceUpdater.tsx +12 -9
  405. package/src/components/project-viewer/ProjectViewer.tsx +14 -7
  406. package/src/components/shared/DiffView.tsx +1 -1
  407. package/src/components/shared/ProjectSelectorUtils.tsx +2 -2
  408. package/src/components/shared/StudioLambdaEditor.tsx +8 -8
  409. package/src/components/workspace-review/WorkspaceReview.tsx +32 -23
  410. package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +2 -2
  411. package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
  412. package/src/components/workspace-setup/WorkspaceSetup.tsx +2 -2
  413. package/src/index.ts +5 -5
  414. package/src/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +0 -9
  415. package/src/stores/EditorGraphState.ts +3 -67
  416. package/src/stores/EditorStore.ts +12 -24
  417. package/src/stores/LegendStudioBaseStore.ts +9 -5
  418. package/src/stores/LegendStudioRouter.ts +1 -1
  419. package/src/stores/editor/NewElementState.ts +4 -4
  420. package/src/stores/editor-state/FileGenerationState.ts +1 -1
  421. package/src/stores/editor-state/GenerationSpecificationEditorState.ts +1 -1
  422. package/src/stores/editor-state/GraphGenerationState.ts +1 -1
  423. package/src/stores/editor-state/ModelImporterState.ts +16 -15
  424. package/src/stores/editor-state/ProjectConfigurationEditorState.ts +15 -1
  425. package/src/stores/editor-state/element-editor-state/ClassState.ts +2 -2
  426. package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +1 -1
  427. package/src/stores/editor-state/element-editor-state/FunctionEditorState.ts +1 -1
  428. package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +2 -2
  429. package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +1 -1
  430. package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +1 -1
  431. package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +1 -1
  432. package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +1 -1
  433. package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +4 -4
  434. package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +18 -10
  435. package/src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts +1 -1
  436. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +5 -5
  437. package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +5 -8
  438. package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +2 -2
  439. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +9 -7
  440. package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +1 -1
  441. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +1 -1
  442. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +2 -2
  443. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +1 -1
  444. package/src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts +1 -1
  445. package/src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts +1 -1
  446. package/src/stores/project-viewer/ProjectViewerStore.ts +2 -2
  447. package/src/stores/shared/ModelClassifierUtils.ts +0 -11
  448. package/src/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.ts +0 -0
  449. package/src/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.ts +0 -0
  450. package/src/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.ts +0 -0
  451. package/src/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.ts +15 -20
  452. package/src/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.ts +0 -0
  453. package/src/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.ts +2 -3
  454. package/src/stores/{graphModifier → shared/modifier}/GraphModifierHelper.ts +0 -0
  455. package/src/stores/{graphModifier/ValueSpecificationGraphModifierHelper.ts → shared/modifier/RawValueSpecificationGraphModifierHelper.ts} +6 -9
  456. package/src/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.ts +0 -0
  457. package/src/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.ts +1 -1
  458. package/src/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.ts +0 -0
  459. package/src/stores/sidebar-state/LocalChangesState.ts +7 -0
  460. package/src/stores/sidebar-state/ProjectOverviewState.ts +2 -2
  461. package/src/stores/sidebar-state/WorkspaceReviewState.ts +7 -4
  462. package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +1 -0
  463. package/src/stores/workspace-setup/WorkspaceSetupStore.ts +8 -6
  464. package/tsconfig.json +11 -11
  465. package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.d.ts.map +0 -1
  466. package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.js.map +0 -1
  467. package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +0 -1
  468. package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js.map +0 -1
  469. package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.d.ts.map +0 -1
  470. package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.js.map +0 -1
  471. package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.d.ts.map +0 -1
  472. package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.js.map +0 -1
  473. package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.d.ts.map +0 -1
  474. package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.js.map +0 -1
  475. package/lib/stores/graphModifier/DomainGraphModifierHelper.d.ts.map +0 -1
  476. package/lib/stores/graphModifier/DomainGraphModifierHelper.js.map +0 -1
  477. package/lib/stores/graphModifier/GraphModifierHelper.d.ts.map +0 -1
  478. package/lib/stores/graphModifier/GraphModifierHelper.js.map +0 -1
  479. package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.d.ts.map +0 -1
  480. package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.js.map +0 -1
  481. package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.d.ts.map +0 -1
  482. package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.js.map +0 -1
  483. package/lib/stores/graphModifier/Testable_GraphModifierHelper.d.ts.map +0 -1
  484. package/lib/stores/graphModifier/Testable_GraphModifierHelper.js.map +0 -1
  485. package/lib/stores/graphModifier/ValueSpecificationGraphModifierHelper.d.ts.map +0 -1
  486. package/lib/stores/graphModifier/ValueSpecificationGraphModifierHelper.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"ValueSpecificationGraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../src/stores/graphModifier/ValueSpecificationGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,IAAI,EAGV,MAAM,qBAAqB,CAAC;AAK7B,eAAO,MAAM,6BAA6B,OACnC,qBAAqB,SAAS,MAAM,KAAG,IAG7C,CAAC;AACF,eAAO,MAAM,6BAA6B,OACnC,qBAAqB,SAAS,IAAI,KAAG,IAG3C,CAAC;AACF,eAAO,MAAM,qCAAqC,OAC3C,qBAAqB,SAAS,YAAY,KAAG,IAGnD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ValueSpecificationGraphModifierHelper.js","sourceRoot":"","sources":["../../../src/stores/graphModifier/ValueSpecificationGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAIL,oBAAoB,EACpB,YAAY,GACb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,8GAA8G;AAE9G,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CACjD,CAAC,EAAyB,EAAE,KAAa,EAAQ,EAAE;IACjD,EAAE,CAAC,IAAI,GAAG,KAAK,CAAC;AAClB,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CACjD,CAAC,EAAyB,EAAE,KAAW,EAAQ,EAAE;IAC/C,EAAE,CAAC,IAAI,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;AACtC,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qCAAqC,GAAG,MAAM,CACzD,CAAC,EAAyB,EAAE,KAAmB,EAAQ,EAAE;IACvD,EAAE,CAAC,YAAY,GAAG,oBAAoB,CAAC,KAAK,CAAC,CAAC;AAChD,CAAC,CACF,CAAC"}