@finos/legend-application-studio 15.1.0 → 16.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (362) hide show
  1. package/lib/application/LegendStudio.d.ts.map +1 -1
  2. package/lib/application/LegendStudio.js +5 -2
  3. package/lib/application/LegendStudio.js.map +1 -1
  4. package/lib/application/LegendStudioPluginManager.js +2 -2
  5. package/lib/application/LegendStudioPluginManager.js.map +1 -1
  6. package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.d.ts +4 -4
  7. package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.d.ts.map +1 -1
  8. package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.js +3 -3
  9. package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
  10. package/lib/components/EditorComponentTestUtils.d.ts +1 -1
  11. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  12. package/lib/components/EditorComponentTestUtils.js +19 -23
  13. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  14. package/lib/components/EmbeddedQueryBuilder.d.ts +19 -0
  15. package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -0
  16. package/lib/components/EmbeddedQueryBuilder.js +80 -0
  17. package/lib/components/EmbeddedQueryBuilder.js.map +1 -0
  18. package/lib/components/LegendStudioApplication.d.ts +0 -1
  19. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  20. package/lib/components/editor/Editor.d.ts.map +1 -1
  21. package/lib/components/editor/Editor.js +12 -13
  22. package/lib/components/editor/Editor.js.map +1 -1
  23. package/lib/components/editor/StatusBar.d.ts +0 -1
  24. package/lib/components/editor/StatusBar.d.ts.map +1 -1
  25. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +0 -1
  26. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
  27. package/lib/components/editor/aux-panel/Console.d.ts +0 -1
  28. package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
  29. package/lib/components/editor/aux-panel/DevTool.d.ts +0 -1
  30. package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
  31. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +0 -1
  32. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  33. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +0 -1
  34. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
  35. package/lib/components/editor/edit-panel/FunctionEditor.d.ts +0 -1
  36. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  37. package/lib/components/editor/edit-panel/FunctionEditor.js +3 -3
  38. package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
  39. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +0 -1
  40. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
  41. package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
  42. package/lib/components/editor/edit-panel/GrammarTextEditor.js +15 -3
  43. package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
  44. package/lib/components/editor/edit-panel/ModelImporter.d.ts +0 -1
  45. package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
  46. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +0 -1
  47. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
  48. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +0 -1
  49. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
  50. package/lib/components/editor/edit-panel/UnsupportedElementEditor.js +1 -1
  51. package/lib/components/editor/edit-panel/UnsupportedElementEditor.js.map +1 -1
  52. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +0 -1
  53. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  54. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +2 -2
  55. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
  56. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +0 -1
  57. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  58. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
  59. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
  60. package/lib/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.d.ts +0 -0
  61. package/lib/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.d.ts.map +1 -0
  62. package/lib/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.js +0 -0
  63. package/lib/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.js.map +1 -0
  64. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +0 -1
  65. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
  66. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +3 -13
  67. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  68. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +103 -41
  69. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  70. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +25 -0
  71. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -0
  72. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +77 -0
  73. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -0
  74. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +0 -1
  75. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
  76. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts.map +1 -1
  77. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +1 -1
  78. package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
  79. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +0 -1
  80. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  81. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +0 -1
  82. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  83. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +0 -1
  84. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
  85. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +0 -1
  86. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
  87. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +0 -1
  88. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
  89. package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts +0 -1
  90. package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts.map +1 -1
  91. package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.d.ts +0 -1
  92. package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.d.ts.map +1 -1
  93. package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.d.ts +0 -1
  94. package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.d.ts.map +1 -1
  95. package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.d.ts +0 -1
  96. package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.d.ts.map +1 -1
  97. package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.d.ts +0 -1
  98. package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.d.ts.map +1 -1
  99. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +0 -1
  100. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
  101. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +0 -1
  102. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
  103. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +1 -1
  104. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
  105. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +0 -1
  106. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
  107. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +0 -1
  108. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
  109. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +2 -2
  110. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
  111. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +0 -1
  112. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  113. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +2 -5
  114. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
  115. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +0 -1
  116. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  117. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +40 -8
  118. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  119. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts +18 -0
  120. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -0
  121. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js +38 -0
  122. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -0
  123. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +0 -1
  124. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  125. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +40 -8
  126. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
  127. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +0 -1
  128. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  129. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +4 -4
  130. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
  131. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +0 -1
  132. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
  133. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +0 -1
  134. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  135. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +0 -1
  136. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
  137. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +0 -1
  138. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
  139. package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js +1 -1
  140. package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
  141. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +0 -1
  142. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  143. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +0 -1
  144. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
  145. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +0 -1
  146. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
  147. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +0 -1
  148. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  149. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +2 -1
  150. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
  151. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +0 -1
  152. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  153. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +58 -10
  154. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  155. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +0 -1
  156. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
  157. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +0 -1
  158. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  159. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +7 -5
  160. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
  161. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +0 -1
  162. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  163. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +0 -1
  164. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  165. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +0 -1
  166. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
  167. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +0 -1
  168. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
  169. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +2 -2
  170. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
  171. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +0 -1
  172. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  173. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +9 -7
  174. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
  175. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts +19 -0
  176. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.map +1 -0
  177. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +80 -0
  178. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -0
  179. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +0 -1
  180. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
  181. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +0 -1
  182. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
  183. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +0 -1
  184. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
  185. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.d.ts.map +1 -1
  186. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +4 -1
  187. package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
  188. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.d.ts.map +1 -1
  189. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +4 -1
  190. package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
  191. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +0 -1
  192. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
  193. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +0 -1
  194. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  195. package/lib/components/editor/side-bar/CreateNewElementModal.js +7 -4
  196. package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
  197. package/lib/components/editor/side-bar/Explorer.d.ts +0 -1
  198. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  199. package/lib/components/editor/side-bar/Explorer.js +15 -8
  200. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  201. package/lib/components/editor/side-bar/LocalChanges.d.ts +0 -1
  202. package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
  203. package/lib/components/editor/side-bar/ProjectOverview.d.ts +0 -1
  204. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  205. package/lib/components/editor/side-bar/SideBar.d.ts +0 -1
  206. package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
  207. package/lib/components/editor/side-bar/WorkflowManager.d.ts +0 -1
  208. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  209. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +0 -1
  210. package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
  211. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +0 -1
  212. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
  213. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +0 -1
  214. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
  215. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +0 -1
  216. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
  217. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +0 -1
  218. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  219. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +8 -2
  220. package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
  221. package/lib/components/project-viewer/ProjectViewer.d.ts.map +1 -1
  222. package/lib/components/project-viewer/ProjectViewer.js +5 -6
  223. package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
  224. package/lib/components/shared/DiffView.d.ts +0 -1
  225. package/lib/components/shared/DiffView.d.ts.map +1 -1
  226. package/lib/components/shared/StudioLambdaEditor.d.ts +0 -1
  227. package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
  228. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +0 -1
  229. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
  230. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +0 -1
  231. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
  232. package/lib/components/workspace-setup/ProjectCreateModal.d.ts +0 -1
  233. package/lib/components/workspace-setup/ProjectCreateModal.d.ts.map +1 -1
  234. package/lib/index.css +2 -2
  235. package/lib/index.css.map +1 -1
  236. package/lib/index.d.ts +4 -3
  237. package/lib/index.d.ts.map +1 -1
  238. package/lib/index.js +4 -3
  239. package/lib/index.js.map +1 -1
  240. package/lib/package.json +9 -9
  241. package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -18
  242. package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
  243. package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.d.ts +0 -10
  244. package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
  245. package/lib/stores/EditorGraphState.js +1 -1
  246. package/lib/stores/EditorStore.d.ts +3 -9
  247. package/lib/stores/EditorStore.d.ts.map +1 -1
  248. package/lib/stores/EditorStore.js +6 -54
  249. package/lib/stores/EditorStore.js.map +1 -1
  250. package/lib/stores/EmbeddedQueryBuilderState.d.ts +40 -0
  251. package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +1 -0
  252. package/lib/stores/EmbeddedQueryBuilderState.js +80 -0
  253. package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -0
  254. package/lib/stores/LegendStudioApplicationNavigationContext.d.ts +1 -0
  255. package/lib/stores/LegendStudioApplicationNavigationContext.d.ts.map +1 -1
  256. package/lib/stores/LegendStudioApplicationNavigationContext.js +1 -0
  257. package/lib/stores/LegendStudioApplicationNavigationContext.js.map +1 -1
  258. package/lib/stores/LegendStudioApplicationPlugin.d.ts +7 -7
  259. package/lib/stores/LegendStudioApplicationPlugin.d.ts.map +1 -1
  260. package/lib/stores/LegendStudioCodeSnippets.d.ts +2 -0
  261. package/lib/stores/LegendStudioCodeSnippets.d.ts.map +1 -1
  262. package/lib/stores/LegendStudioCodeSnippets.js +28 -0
  263. package/lib/stores/LegendStudioCodeSnippets.js.map +1 -1
  264. package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts +41 -6
  265. package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
  266. package/lib/stores/editor/NewElementState.d.ts +1 -1
  267. package/lib/stores/editor/NewElementState.d.ts.map +1 -1
  268. package/lib/stores/editor/NewElementState.js +5 -3
  269. package/lib/stores/editor/NewElementState.js.map +1 -1
  270. package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
  271. package/lib/stores/editor-state/ModelImporterState.js +10 -6
  272. package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
  273. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts +9 -2
  274. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -1
  275. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +40 -10
  276. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
  277. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts +30 -0
  278. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +1 -0
  279. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js +49 -0
  280. package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +1 -0
  281. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts +29 -0
  282. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +1 -0
  283. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +42 -0
  284. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +1 -0
  285. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +1 -1
  286. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  287. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts +2 -1
  288. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
  289. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +6 -4
  290. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
  291. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts +10 -1
  292. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts.map +1 -1
  293. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js +27 -1
  294. package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js.map +1 -1
  295. package/lib/stores/shared/DnDUtil.js +1 -1
  296. package/lib/stores/shared/PackageTreeUtil.js +6 -6
  297. package/lib/stores/shared/PackageTreeUtil.js.map +1 -1
  298. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +1 -3
  299. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -1
  300. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +1 -4
  301. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
  302. package/package.json +17 -17
  303. package/src/application/LegendStudio.tsx +8 -2
  304. package/src/application/LegendStudioPluginManager.ts +2 -2
  305. package/src/components/DSLExternalFormat_LegendStudioApplicationPlugin.tsx +5 -5
  306. package/src/components/EditorComponentTestUtils.tsx +20 -35
  307. package/src/components/EmbeddedQueryBuilder.tsx +165 -0
  308. package/src/components/editor/Editor.tsx +77 -79
  309. package/src/components/editor/edit-panel/FunctionEditor.tsx +9 -2
  310. package/src/components/editor/edit-panel/GrammarTextEditor.tsx +24 -2
  311. package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +1 -1
  312. package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +6 -2
  313. package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
  314. package/src/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.tsx +0 -0
  315. package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +371 -172
  316. package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +279 -0
  317. package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +2 -1
  318. package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +5 -1
  319. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +2 -2
  320. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +2 -9
  321. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +88 -15
  322. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +93 -0
  323. package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +81 -16
  324. package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +4 -3
  325. package/src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx +1 -1
  326. package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +6 -2
  327. package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +115 -20
  328. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +12 -5
  329. package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +3 -1
  330. package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +21 -12
  331. package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +159 -0
  332. package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +7 -4
  333. package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +7 -4
  334. package/src/components/editor/side-bar/CreateNewElementModal.tsx +9 -3
  335. package/src/components/editor/side-bar/Explorer.tsx +20 -10
  336. package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +13 -1
  337. package/src/components/project-viewer/ProjectViewer.tsx +36 -38
  338. package/src/index.ts +7 -3
  339. package/src/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.ts +0 -27
  340. package/src/stores/DSLService_LegendStudioApplicationPlugin_Extension.ts +0 -14
  341. package/src/stores/EditorGraphState.ts +1 -1
  342. package/src/stores/EditorStore.ts +5 -81
  343. package/src/stores/EmbeddedQueryBuilderState.ts +105 -0
  344. package/src/stores/LegendStudioApplicationNavigationContext.ts +1 -0
  345. package/src/stores/LegendStudioApplicationPlugin.ts +7 -7
  346. package/src/stores/LegendStudioCodeSnippets.ts +34 -0
  347. package/src/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.ts +74 -5
  348. package/src/stores/editor/NewElementState.ts +8 -7
  349. package/src/stores/editor-state/ModelImporterState.ts +15 -11
  350. package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +55 -9
  351. package/src/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.ts +73 -0
  352. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +58 -0
  353. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +1 -1
  354. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +14 -4
  355. package/src/stores/graphModifier/StoreRelational_GraphModifierHelper.ts +64 -0
  356. package/src/stores/shared/DnDUtil.ts +1 -1
  357. package/src/stores/shared/PackageTreeUtil.ts +6 -6
  358. package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +2 -9
  359. package/tsconfig.json +10 -3
  360. package/tsconfig.package.json +38 -0
  361. package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.d.ts.map +0 -1
  362. package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatabaseEditorHelper.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.tsx"],"names":[],"mappings":"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"}
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  import type { FlatDataConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
18
17
  export declare const FlatDataConnectionEditor: ((props: {
19
18
  connectionValueState: FlatDataConnectionValueState;
@@ -1 +1 @@
1
- {"version":3,"file":"FlatDataConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0FAA0F,CAAC;AAG7I,eAAO,MAAM,wBAAwB,WAC3B;IACN,oBAAoB,EAAE,4BAA4B,CAAC;IACnD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0BF,CAAC"}
1
+ {"version":3,"file":"FlatDataConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0FAA0F,CAAC;AAG7I,eAAO,MAAM,wBAAwB,WAC3B;IACN,oBAAoB,EAAE,4BAA4B,CAAC;IACnD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0BF,CAAC"}
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  import { type RelationalDatabaseConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
18
17
  import { EDITOR_LANGUAGE } from '@finos/legend-application';
19
18
  /**
@@ -21,7 +20,7 @@ import { EDITOR_LANGUAGE } from '@finos/legend-application';
21
20
  * This is subjected to change and review, especially in terms in UX.
22
21
  */
23
22
  export declare const ConnectionEditor_BooleanEditor: ((props: {
24
- propertyName: string;
23
+ name: string;
25
24
  description?: string;
26
25
  value: boolean | undefined;
27
26
  isReadOnly: boolean;
@@ -29,17 +28,8 @@ export declare const ConnectionEditor_BooleanEditor: ((props: {
29
28
  }) => JSX.Element) & {
30
29
  displayName: string;
31
30
  };
32
- export declare const ConnectionEditor_StringEditor: ((props: {
33
- propertyName: string;
34
- description?: string;
35
- value: string | undefined;
36
- isReadOnly: boolean;
37
- update: (value: string | undefined) => void;
38
- }) => JSX.Element) & {
39
- displayName: string;
40
- };
41
31
  export declare const ConnectionEditor_TextEditor: ((props: {
42
- propertyName: string;
32
+ name: string;
43
33
  description?: string;
44
34
  value: string | undefined;
45
35
  isReadOnly: boolean;
@@ -49,7 +39,7 @@ export declare const ConnectionEditor_TextEditor: ((props: {
49
39
  displayName: string;
50
40
  };
51
41
  export declare const ConnectionEditor_ArrayEditor: ((props: {
52
- propertyName: string;
42
+ name: string;
53
43
  description?: string;
54
44
  values: string[];
55
45
  isReadOnly: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"RelationalDatabaseConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EACL,KAAK,sCAAsC,EAI5C,MAAM,0FAA0F,CAAC;AAwClG,OAAO,EACL,eAAe,EAGhB,MAAM,2BAA2B,CAAC;AAsDnC;;;GAGG;AAGH,eAAO,MAAM,8BAA8B;kBAEzB,MAAM;kBACN,MAAM;WACb,OAAO,GAAG,SAAS;gBACd,OAAO;oBACH,OAAO,GAAG,SAAS,KAAK,IAAI;;;CAoC/C,CAAC;AAGF,eAAO,MAAM,6BAA6B;kBAExB,MAAM;kBACN,MAAM;WACb,MAAM,GAAG,SAAS;gBACb,OAAO;oBACH,MAAM,GAAG,SAAS,KAAK,IAAI;;;CA4B9C,CAAC;AAGF,eAAO,MAAM,2BAA2B;kBAEtB,MAAM;kBACN,MAAM;WACb,MAAM,GAAG,SAAS;gBACb,OAAO;cACT,eAAe;oBACT,MAAM,GAAG,SAAS,KAAK,IAAI;;;CAwB9C,CAAC;AAGF,eAAO,MAAM,4BAA4B;kBAEvB,MAAM;kBACN,MAAM;YACZ,MAAM,EAAE;gBACJ,OAAO;4BACK,MAAM,EAAE,KAAK,IAAI;;;CA6K5C,CAAC;AAgjCF,eAAO,MAAM,kCAAkC,WACrC;IACN,oBAAoB,EAAE,sCAAsC,CAAC;IAC7D,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0CF,CAAC"}
1
+ {"version":3,"file":"RelationalDatabaseConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EACL,KAAK,sCAAsC,EAK5C,MAAM,0FAA0F,CAAC;AAyDlG,OAAO,EACL,eAAe,EAGhB,MAAM,2BAA2B,CAAC;AA2DnC;;;GAGG;AAGH,eAAO,MAAM,8BAA8B;UAEjC,MAAM;kBACE,MAAM;WACb,OAAO,GAAG,SAAS;gBACd,OAAO;oBACH,OAAO,GAAG,SAAS,KAAK,IAAI;;;CAoC/C,CAAC;AAGF,eAAO,MAAM,2BAA2B;UAE9B,MAAM;kBACE,MAAM;WACb,MAAM,GAAG,SAAS;gBACb,OAAO;cACT,eAAe;oBACT,MAAM,GAAG,SAAS,KAAK,IAAI;;;CAuB9C,CAAC;AAGF,eAAO,MAAM,4BAA4B;UAE/B,MAAM;kBACE,MAAM;YACZ,MAAM,EAAE;gBACJ,OAAO;4BACK,MAAM,EAAE,KAAK,IAAI;;;CA6K5C,CAAC;AAqwCF,eAAO,MAAM,kCAAkC,WACrC;IACN,oBAAoB,EAAE,sCAAsC,CAAC;IAC7D,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2CF,CAAC"}
@@ -15,55 +15,46 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
15
15
  * limitations under the License.
16
16
  */
17
17
  import { observer } from 'mobx-react-lite';
18
- import { CORE_AUTHENTICATION_STRATEGY_TYPE, CORE_DATASOURCE_SPEC_TYPE, RELATIONAL_DATABASE_TAB_TYPE, } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
18
+ import { CORE_AUTHENTICATION_STRATEGY_TYPE, CORE_DATASOURCE_SPEC_TYPE, RELATIONAL_DATABASE_TAB_TYPE, POST_PROCESSOR_TYPE, } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
19
19
  import { useState } from 'react';
20
- import { ResizablePanelGroup, ResizablePanel, ResizablePanelSplitter, clsx, CustomSelectorInput, CheckSquareIcon, SquareIcon, TimesIcon, ErrorIcon, PencilIcon, } from '@finos/legend-art';
20
+ import { ResizablePanelGroup, ResizablePanel, ResizablePanelSplitter, clsx, CustomSelectorInput, CheckSquareIcon, SquareIcon, TimesIcon, ErrorIcon, PencilIcon, PanelHeader, PanelHeaderActionItem, PlusIcon, PanelTextEditor, ContextMenu, MenuContent, MenuContentItem, PanelListSelectorItem, DropdownMenu, PanelTabs, BlankPanelContent, ResizablePanelSplitterLine, PanelContent, Panel, } from '@finos/legend-art';
21
21
  import { capitalize, prettyCONSTName } from '@finos/legend-shared';
22
- import { DatabaseType, DelegatedKerberosAuthenticationStrategy, OAuthAuthenticationStrategy, SnowflakePublicAuthenticationStrategy, ApiTokenAuthenticationStrategy, UsernamePasswordAuthenticationStrategy, GCPWorkloadIdentityFederationAuthenticationStrategy, MiddleTierUsernamePasswordAuthenticationStrategy, EmbeddedH2DatasourceSpecification, LocalH2DatasourceSpecification, SnowflakeDatasourceSpecification, DatabricksDatasourceSpecification, StaticDatasourceSpecification, BigQueryDatasourceSpecification, RedshiftDatasourceSpecification, PackageableElementExplicitReference, } from '@finos/legend-graph';
22
+ import { DatabaseType, DelegatedKerberosAuthenticationStrategy, OAuthAuthenticationStrategy, SnowflakePublicAuthenticationStrategy, ApiTokenAuthenticationStrategy, UsernamePasswordAuthenticationStrategy, GCPWorkloadIdentityFederationAuthenticationStrategy, MiddleTierUsernamePasswordAuthenticationStrategy, EmbeddedH2DatasourceSpecification, LocalH2DatasourceSpecification, SnowflakeDatasourceSpecification, DatabricksDatasourceSpecification, StaticDatasourceSpecification, BigQueryDatasourceSpecification, RedshiftDatasourceSpecification, PackageableElementExplicitReference, MapperPostProcessor, } from '@finos/legend-graph';
23
23
  import { runInAction } from 'mobx';
24
24
  import { DatabaseBuilder } from './DatabaseBuilder.js';
25
25
  import { useEditorStore } from '../../EditorStoreProvider.js';
26
26
  import { EDITOR_LANGUAGE, buildElementOption, } from '@finos/legend-application';
27
27
  import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
28
28
  import { connection_setStore } from '../../../../stores/graphModifier/DSLMapping_GraphModifierHelper.js';
29
- import { apiTokenAuthenticationStrategy_setApiToken, bigQueryDatasourceSpecification_setDefaultDataset, bigQueryDatasourceSpecification_setProjectId, bigQueryDatasourceSpecification_setProxyHost, bigQueryDatasourceSpecification_setProxyPort, databricksDatasourceSpecification_setHostName, databricksDatasourceSpecification_setHttpPath, databricksDatasourceSpecification_setPort, databricksDatasourceSpecification_setProtocol, dBConnection_setQuoteIdentifiers, dBConnection_setType, delegatedKerberosAuthenticationStrategy_setServerPrincipal, embeddedH2DatasourceSpecification_setAutoServerMode, embeddedH2DatasourceSpecification_setDatabaseName, embeddedH2DatasourceSpecification_setDirectory, localH2DatasourceSpecification_setTestDataSetupSqls, oAuthAuthenticationStrategy_setOauthKey, oAuthAuthenticationStrategy_setScopeName, redshiftDatasourceSpecification_setClusterID, redshiftDatasourceSpecification_setDatabaseName, redshiftDatasourceSpecification_setEndpointURL, redshiftDatasourceSpecification_setHost, redshiftDatasourceSpecification_setPort, redshiftDatasourceSpecification_setRegion, snowflakeDatasourceSpec_setAccountName, snowflakeDatasourceSpec_setAccountType, snowflakeDatasourceSpec_setCloudType, snowflakeDatasourceSpec_setDatabaseName, snowflakeDatasourceSpec_setNonProxyHosts, snowflakeDatasourceSpec_setOrganization, snowflakeDatasourceSpec_setProxyHost, snowflakeDatasourceSpec_setProxyPort, snowflakeDatasourceSpec_setQuotedIdentifiersIgnoreCase, snowflakeDatasourceSpec_setRegion, snowflakeDatasourceSpec_setRole, snowflakeDatasourceSpec_setWarehouseName, snowflakePublicAuthenticationStrategy_setPassPhraseVaultReference, snowflakePublicAuthenticationStrategy_setPrivateKeyVaultReference, snowflakePublicAuthenticationStrategy_setPublicUserName, staticDatasourceSpecification_setDatabaseName, staticDatasourceSpecification_setHost, staticDatasourceSpecification_setPort, usernamePasswordAuthenticationStrategy_setBaseVaultReference, usernamePasswordAuthenticationStrategy_setPasswordVaultReference, usernamePasswordAuthenticationStrategy_setUserNameVaultReference, gcpWorkloadIdentityFederationAuthenticationStrategy_setServiceAccountEmail, gcpWorkloadIdentityFederationAuthenticationStrategy_setAdditionalGcpScopes, middleTierUsernamePasswordAuthenticationStrategy_setVaultReference, } from '../../../../stores/graphModifier/StoreRelational_GraphModifierHelper.js';
29
+ import { apiTokenAuthenticationStrategy_setApiToken, bigQueryDatasourceSpecification_setDefaultDataset, bigQueryDatasourceSpecification_setProjectId, bigQueryDatasourceSpecification_setProxyHost, bigQueryDatasourceSpecification_setProxyPort, databricksDatasourceSpecification_setHostName, databricksDatasourceSpecification_setHttpPath, databricksDatasourceSpecification_setPort, databricksDatasourceSpecification_setProtocol, dBConnection_setQuoteIdentifiers, dBConnection_setType, delegatedKerberosAuthenticationStrategy_setServerPrincipal, embeddedH2DatasourceSpecification_setAutoServerMode, embeddedH2DatasourceSpecification_setDatabaseName, embeddedH2DatasourceSpecification_setDirectory, localH2DatasourceSpecification_setTestDataSetupSqls, oAuthAuthenticationStrategy_setOauthKey, oAuthAuthenticationStrategy_setScopeName, redshiftDatasourceSpecification_setClusterID, redshiftDatasourceSpecification_setDatabaseName, redshiftDatasourceSpecification_setEndpointURL, redshiftDatasourceSpecification_setHost, redshiftDatasourceSpecification_setPort, redshiftDatasourceSpecification_setRegion, snowflakeDatasourceSpec_setAccountName, snowflakeDatasourceSpec_setAccountType, snowflakeDatasourceSpec_setCloudType, snowflakeDatasourceSpec_setDatabaseName, snowflakeDatasourceSpec_setNonProxyHosts, snowflakeDatasourceSpec_setOrganization, snowflakeDatasourceSpec_setProxyHost, snowflakeDatasourceSpec_setProxyPort, snowflakeDatasourceSpec_setQuotedIdentifiersIgnoreCase, snowflakeDatasourceSpec_setRegion, snowflakeDatasourceSpec_setRole, snowflakeDatasourceSpec_setWarehouseName, snowflakePublicAuthenticationStrategy_setPassPhraseVaultReference, snowflakePublicAuthenticationStrategy_setPrivateKeyVaultReference, snowflakePublicAuthenticationStrategy_setPublicUserName, staticDatasourceSpecification_setDatabaseName, staticDatasourceSpecification_setHost, staticDatasourceSpecification_setPort, usernamePasswordAuthenticationStrategy_setBaseVaultReference, usernamePasswordAuthenticationStrategy_setPasswordVaultReference, usernamePasswordAuthenticationStrategy_setUserNameVaultReference, gcpWorkloadIdentityFederationAuthenticationStrategy_setServiceAccountEmail, gcpWorkloadIdentityFederationAuthenticationStrategy_setAdditionalGcpScopes, middleTierUsernamePasswordAuthenticationStrategy_setVaultReference, relationalDatabaseConnection_addPostProcessor, relationalDatabaseConnection_deletePostProcessor, } from '../../../../stores/graphModifier/StoreRelational_GraphModifierHelper.js';
30
+ import { MapperPostProcessorEditor } from './post-processor-editor/MapperPostProcessorEditor.js';
31
+ import { UnsupportedEditorPanel } from '../UnsupportedElementEditor.js';
30
32
  /**
31
33
  * NOTE: this is a WIP we did to quickly assemble a modular UI for relational database connection editor
32
34
  * This is subjected to change and review, especially in terms in UX.
33
35
  */
34
36
  // TODO: consider to move this to shared
35
37
  export const ConnectionEditor_BooleanEditor = observer((props) => {
36
- const { value, propertyName, description, isReadOnly, update } = props;
38
+ const { value, name, description, isReadOnly, update } = props;
37
39
  const toggle = () => {
38
40
  if (!isReadOnly) {
39
41
  update(!value);
40
42
  }
41
43
  };
42
- return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(propertyName) }), _jsxs("div", { className: clsx('panel__content__form__section__toggler', {
44
+ return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(name) }), _jsxs("div", { className: clsx('panel__content__form__section__toggler', {
43
45
  'panel__content__form__section__toggler--disabled': isReadOnly,
44
46
  }), onClick: toggle, children: [_jsx("button", { className: clsx('panel__content__form__section__toggler__btn', {
45
47
  'panel__content__form__section__toggler__btn--toggled': value,
46
48
  }), disabled: isReadOnly, tabIndex: -1, children: value ? _jsx(CheckSquareIcon, {}) : _jsx(SquareIcon, {}) }), _jsx("div", { className: "panel__content__form__section__toggler__prompt", children: description })] })] }));
47
49
  });
48
50
  // TODO: consider to move this to shared
49
- export const ConnectionEditor_StringEditor = observer((props) => {
50
- const { value, propertyName, description, isReadOnly, update } = props;
51
- const displayValue = value ?? '';
52
- const changeValue = (event) => {
53
- const stringValue = event.target.value;
54
- const updatedValue = stringValue ? stringValue : undefined;
55
- update(updatedValue);
56
- };
57
- return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(propertyName) }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: description }), _jsx("input", { className: "panel__content__form__section__input", spellCheck: false, disabled: isReadOnly, value: displayValue, onChange: changeValue })] }));
58
- });
59
- // TODO: consider to move this to shared
60
51
  export const ConnectionEditor_TextEditor = observer((props) => {
61
- const { value, propertyName, description, isReadOnly, language, update } = props;
62
- return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(propertyName) }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: description }), _jsx("div", { className: "panel__content__form__section__text-editor", children: _jsx(StudioTextInputEditor, { inputValue: value ?? '', updateInput: update, isReadOnly: isReadOnly, language: language }) })] }));
52
+ const { value, name, description, isReadOnly, language, update } = props;
53
+ return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(name) }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: description }), _jsx("div", { className: "panel__content__form__section__text-editor", children: _jsx(StudioTextInputEditor, { inputValue: value ?? '', updateInput: update, isReadOnly: isReadOnly, language: language }) })] }));
63
54
  });
64
55
  // TODO: consider to move this to shared
65
56
  export const ConnectionEditor_ArrayEditor = observer((props) => {
66
- const { propertyName, description, values, isReadOnly, update } = props;
57
+ const { name, description, values, isReadOnly, update } = props;
67
58
  const arrayValues = values;
68
59
  // NOTE: `showEditInput` is either boolean (to hide/show the add value button) or a number (index of the item being edited)
69
60
  const [showEditInput, setShowEditInput] = useState(false);
@@ -103,7 +94,7 @@ export const ConnectionEditor_ArrayEditor = observer((props) => {
103
94
  }
104
95
  }
105
96
  };
106
- return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(propertyName) }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: description }), _jsxs("div", { className: "panel__content__form__section__list", children: [_jsxs("div", { className: "panel__content__form__section__list__items", children: [arrayValues.map((value, idx) => (
97
+ return (_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: capitalize(name) }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: description }), _jsxs("div", { className: "panel__content__form__section__list", children: [_jsxs("div", { className: "panel__content__form__section__list__items", children: [arrayValues.map((value, idx) => (
107
98
  // NOTE: since the value must be unique, we will use it as the key
108
99
  _jsx("div", { className: showEditInput === idx
109
100
  ? 'panel__content__form__section__list__new-item'
@@ -113,28 +104,28 @@ const LocalH2DatasourceSpecificationEditor = observer((props) => {
113
104
  const { sourceSpec, isReadOnly } = props;
114
105
  const SQLValue = sourceSpec.testDataSetupSqls.join('\n');
115
106
  // TODO: support CSV and toggler to go to CSV mode
116
- return (_jsx(_Fragment, { children: _jsx(ConnectionEditor_TextEditor, { isReadOnly: isReadOnly, value: SQLValue, propertyName: 'test data setup SQL', language: EDITOR_LANGUAGE.SQL, update: (value) => localH2DatasourceSpecification_setTestDataSetupSqls(sourceSpec, value ? [value] : []) }) }));
107
+ return (_jsx(_Fragment, { children: _jsx(ConnectionEditor_TextEditor, { isReadOnly: isReadOnly, value: SQLValue, name: 'test data setup SQL', language: EDITOR_LANGUAGE.SQL, update: (value) => localH2DatasourceSpecification_setTestDataSetupSqls(sourceSpec, value ? [value] : []) }) }));
117
108
  });
118
- // data source
109
+ //data source
119
110
  const StaticDatasourceSpecificationEditor = observer((props) => {
120
111
  const { sourceSpec, isReadOnly } = props;
121
112
  const changePort = (event) => {
122
113
  const val = event.target.value;
123
114
  staticDatasourceSpecification_setPort(sourceSpec, parseInt(val, 10));
124
115
  };
125
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.host, propertyName: 'host', update: (value) => staticDatasourceSpecification_setHost(sourceSpec, value ?? '') }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "port" }), _jsx("input", { className: "panel__content__form__section__input panel__content__form__section__number-input", spellCheck: false, type: "number", disabled: isReadOnly, value: sourceSpec.port, onChange: changePort })] }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, propertyName: 'database', update: (value) => staticDatasourceSpecification_setDatabaseName(sourceSpec, value ?? '') })] }));
116
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.host, name: 'host', update: (value) => staticDatasourceSpecification_setHost(sourceSpec, value ?? '') }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "port" }), _jsx("input", { className: "panel__content__form__section__input panel__content__form__section__number-input", spellCheck: false, type: "number", disabled: isReadOnly, value: sourceSpec.port, onChange: changePort })] }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, name: 'database', update: (value) => staticDatasourceSpecification_setDatabaseName(sourceSpec, value ?? '') })] }));
126
117
  });
127
118
  const EmbeddedH2DatasourceSpecificationEditor = observer((props) => {
128
119
  const { sourceSpec, isReadOnly } = props;
129
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, propertyName: 'database', update: (value) => embeddedH2DatasourceSpecification_setDatabaseName(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.directory, propertyName: 'directory', update: (value) => embeddedH2DatasourceSpecification_setDirectory(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_BooleanEditor, { isReadOnly: isReadOnly, value: sourceSpec.autoServerMode, propertyName: 'auto server mode', update: (value) => embeddedH2DatasourceSpecification_setAutoServerMode(sourceSpec, Boolean(value)) })] }));
120
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, name: 'database', update: (value) => embeddedH2DatasourceSpecification_setDatabaseName(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.directory, name: 'directory', update: (value) => embeddedH2DatasourceSpecification_setDirectory(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_BooleanEditor, { isReadOnly: isReadOnly, value: sourceSpec.autoServerMode, name: 'auto server mode', update: (value) => embeddedH2DatasourceSpecification_setAutoServerMode(sourceSpec, Boolean(value)) })] }));
130
121
  });
131
122
  const DatabricksDatasourceSpecificationEditor = observer((props) => {
132
123
  const { sourceSpec, isReadOnly } = props;
133
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.hostname, propertyName: "hostname", update: (value) => databricksDatasourceSpecification_setHostName(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.port, propertyName: "port", update: (value) => databricksDatasourceSpecification_setPort(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.protocol, propertyName: "protocol", update: (value) => databricksDatasourceSpecification_setProtocol(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.httpPath, propertyName: "httpPath", update: (value) => databricksDatasourceSpecification_setHttpPath(sourceSpec, value ?? '') })] }));
124
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.hostname, name: "hostname", update: (value) => databricksDatasourceSpecification_setHostName(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.port, name: "port", update: (value) => databricksDatasourceSpecification_setPort(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.protocol, name: "protocol", update: (value) => databricksDatasourceSpecification_setProtocol(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.httpPath, name: "httpPath", update: (value) => databricksDatasourceSpecification_setHttpPath(sourceSpec, value ?? '') })] }));
134
125
  });
135
126
  const SnowflakeDatasourceSpecificationEditor = observer((props) => {
136
127
  const { sourceSpec, isReadOnly } = props;
137
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.accountName, propertyName: "account", update: (value) => snowflakeDatasourceSpec_setAccountName(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.region, propertyName: "region", update: (value) => snowflakeDatasourceSpec_setRegion(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.warehouseName, propertyName: "warehouse", update: (value) => snowflakeDatasourceSpec_setWarehouseName(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, propertyName: "database", update: (value) => snowflakeDatasourceSpec_setDatabaseName(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.cloudType, propertyName: "cloud type", update: (value) => snowflakeDatasourceSpec_setCloudType(sourceSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyHost, propertyName: "proxy host", update: (value) => snowflakeDatasourceSpec_setProxyHost(sourceSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyPort, propertyName: "proxy port", update: (value) => snowflakeDatasourceSpec_setProxyPort(sourceSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.nonProxyHosts, propertyName: "non proxy hosts", update: (value) => snowflakeDatasourceSpec_setNonProxyHosts(sourceSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.organization, propertyName: "organization", update: (value) => snowflakeDatasourceSpec_setOrganization(sourceSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.accountType, propertyName: "account type", update: (value) => snowflakeDatasourceSpec_setAccountType(sourceSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.role, propertyName: "role", update: (value) => snowflakeDatasourceSpec_setRole(sourceSpec, value) }), _jsx(ConnectionEditor_BooleanEditor, { isReadOnly: isReadOnly, value: sourceSpec.quotedIdentifiersIgnoreCase, propertyName: "quoted identifiers ignore case", description: "Controls whether Snowflake will treat alphabetic characters in double-quoted identifiers as uppercase", update: (value) => snowflakeDatasourceSpec_setQuotedIdentifiersIgnoreCase(sourceSpec, Boolean(value)) })] }));
128
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.accountName, name: "account", update: (value) => snowflakeDatasourceSpec_setAccountName(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.region, name: "region", update: (value) => snowflakeDatasourceSpec_setRegion(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.warehouseName, name: "warehouse", update: (value) => snowflakeDatasourceSpec_setWarehouseName(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, name: "database", update: (value) => snowflakeDatasourceSpec_setDatabaseName(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.cloudType, name: "cloud type", update: (value) => snowflakeDatasourceSpec_setCloudType(sourceSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyHost, name: "proxy host", update: (value) => snowflakeDatasourceSpec_setProxyHost(sourceSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyPort, name: "proxy port", update: (value) => snowflakeDatasourceSpec_setProxyPort(sourceSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.nonProxyHosts, name: "non proxy hosts", update: (value) => snowflakeDatasourceSpec_setNonProxyHosts(sourceSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.organization, name: "organization", update: (value) => snowflakeDatasourceSpec_setOrganization(sourceSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.accountType, name: "account type", update: (value) => snowflakeDatasourceSpec_setAccountType(sourceSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.role, name: "role", update: (value) => snowflakeDatasourceSpec_setRole(sourceSpec, value) }), _jsx(ConnectionEditor_BooleanEditor, { isReadOnly: isReadOnly, value: sourceSpec.quotedIdentifiersIgnoreCase, name: "quoted identifiers ignore case", description: "Controls whether Snowflake will treat alphabetic characters in double-quoted identifiers as uppercase", update: (value) => snowflakeDatasourceSpec_setQuotedIdentifiersIgnoreCase(sourceSpec, Boolean(value)) })] }));
138
129
  });
139
130
  const RedshiftDatasourceSpecificationEditor = observer((props) => {
140
131
  const { sourceSpec, isReadOnly } = props;
@@ -142,42 +133,42 @@ const RedshiftDatasourceSpecificationEditor = observer((props) => {
142
133
  const val = event.target.value;
143
134
  redshiftDatasourceSpecification_setPort(sourceSpec, parseInt(val, 10));
144
135
  };
145
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.host, propertyName: "host", update: (value) => redshiftDatasourceSpecification_setHost(sourceSpec, value ?? '') }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "port" }), _jsx("input", { className: "panel__content__form__section__input panel__content__form__section__number-input", spellCheck: false, type: "number", disabled: isReadOnly, value: sourceSpec.port, onChange: changePort })] }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, propertyName: "database", update: (value) => redshiftDatasourceSpecification_setDatabaseName(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.region, propertyName: "region", update: (value) => redshiftDatasourceSpecification_setRegion(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.clusterID, propertyName: "cluster", update: (value) => redshiftDatasourceSpecification_setClusterID(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.endpointURL, propertyName: "endpointURL", update: (value) => redshiftDatasourceSpecification_setEndpointURL(sourceSpec, value ?? '') })] }));
136
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.host, name: "host", update: (value) => redshiftDatasourceSpecification_setHost(sourceSpec, value ?? '') }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "port" }), _jsx("input", { className: "panel__content__form__section__input panel__content__form__section__number-input", spellCheck: false, type: "number", disabled: isReadOnly, value: sourceSpec.port, onChange: changePort })] }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.databaseName, name: "database", update: (value) => redshiftDatasourceSpecification_setDatabaseName(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.region, name: "region", update: (value) => redshiftDatasourceSpecification_setRegion(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.clusterID, name: "cluster", update: (value) => redshiftDatasourceSpecification_setClusterID(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.endpointURL, name: "endpointURL", update: (value) => redshiftDatasourceSpecification_setEndpointURL(sourceSpec, value ?? '') })] }));
146
137
  });
147
138
  const BigQueryDatasourceSpecificationEditor = observer((props) => {
148
139
  const { sourceSpec, isReadOnly } = props;
149
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.projectId, propertyName: 'project id', update: (value) => bigQueryDatasourceSpecification_setProjectId(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.defaultDataset, propertyName: 'default dataset', update: (value) => bigQueryDatasourceSpecification_setDefaultDataset(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyHost, propertyName: "proxy host", description: "Specifies proxy host for connection to GCP BigQuery", update: (value) => bigQueryDatasourceSpecification_setProxyHost(sourceSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyPort, propertyName: "proxy port", description: "Specifies proxy port for connection to GCP BigQuery", update: (value) => bigQueryDatasourceSpecification_setProxyPort(sourceSpec, value ?? '') })] }));
140
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.projectId, name: 'project id', update: (value) => bigQueryDatasourceSpecification_setProjectId(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.defaultDataset, name: 'default dataset', update: (value) => bigQueryDatasourceSpecification_setDefaultDataset(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyHost, name: "proxy host", description: "Specifies proxy host for connection to GCP BigQuery", update: (value) => bigQueryDatasourceSpecification_setProxyHost(sourceSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: sourceSpec.proxyPort, name: "proxy port", description: "Specifies proxy port for connection to GCP BigQuery", update: (value) => bigQueryDatasourceSpecification_setProxyPort(sourceSpec, value ?? '') })] }));
150
141
  });
151
142
  // auth strategy
152
143
  const DelegatedKerberosAuthenticationStrategyEditor = observer((props) => {
153
144
  const { authSpec, isReadOnly } = props;
154
- return (_jsx(_Fragment, { children: _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.serverPrincipal, propertyName: 'server principal', update: (value) => delegatedKerberosAuthenticationStrategy_setServerPrincipal(authSpec, value ?? '') }) }));
145
+ return (_jsx(_Fragment, { children: _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.serverPrincipal, name: 'server principal', update: (value) => delegatedKerberosAuthenticationStrategy_setServerPrincipal(authSpec, value ?? '') }) }));
155
146
  });
156
147
  const ApiTokenAuthenticationStrategyEditor = observer((props) => {
157
148
  const { authSpec, isReadOnly } = props;
158
- return (_jsx(_Fragment, { children: _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.apiToken, propertyName: 'apiTokenRef', update: (value) => apiTokenAuthenticationStrategy_setApiToken(authSpec, value ?? '') }) }));
149
+ return (_jsx(_Fragment, { children: _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.apiToken, name: 'apiTokenRef', update: (value) => apiTokenAuthenticationStrategy_setApiToken(authSpec, value ?? '') }) }));
159
150
  });
160
151
  const SnowflakePublicAuthenticationStrategyEditor = observer((props) => {
161
152
  const { authSpec, isReadOnly } = props;
162
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.privateKeyVaultReference, propertyName: 'private key vault reference', update: (value) => snowflakePublicAuthenticationStrategy_setPrivateKeyVaultReference(authSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.passPhraseVaultReference, propertyName: 'pass phrase vault reference', update: (value) => snowflakePublicAuthenticationStrategy_setPassPhraseVaultReference(authSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.publicUserName, propertyName: 'public user name', update: (value) => snowflakePublicAuthenticationStrategy_setPublicUserName(authSpec, value ?? '') })] }));
153
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.privateKeyVaultReference, name: 'private key vault reference', update: (value) => snowflakePublicAuthenticationStrategy_setPrivateKeyVaultReference(authSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.passPhraseVaultReference, name: 'pass phrase vault reference', update: (value) => snowflakePublicAuthenticationStrategy_setPassPhraseVaultReference(authSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.publicUserName, name: 'public user name', update: (value) => snowflakePublicAuthenticationStrategy_setPublicUserName(authSpec, value ?? '') })] }));
163
154
  });
164
155
  const OAuthAuthenticationStrategyEditor = observer((props) => {
165
156
  const { authSpec, isReadOnly } = props;
166
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.oauthKey, propertyName: 'oauth key', update: (value) => oAuthAuthenticationStrategy_setOauthKey(authSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.scopeName, propertyName: 'scope name', update: (value) => oAuthAuthenticationStrategy_setScopeName(authSpec, value ?? '') })] }));
157
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.oauthKey, name: 'oauth key', update: (value) => oAuthAuthenticationStrategy_setOauthKey(authSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.scopeName, name: 'scope name', update: (value) => oAuthAuthenticationStrategy_setScopeName(authSpec, value ?? '') })] }));
167
158
  });
168
159
  const UsernamePasswordAuthenticationStrategyEditor = observer((props) => {
169
160
  const { authSpec, isReadOnly } = props;
170
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.baseVaultReference, propertyName: 'base vault reference', update: (value) => usernamePasswordAuthenticationStrategy_setBaseVaultReference(authSpec, value) }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.userNameVaultReference, propertyName: 'user name vault reference', update: (value) => usernamePasswordAuthenticationStrategy_setUserNameVaultReference(authSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.passwordVaultReference, propertyName: 'password vault reference', update: (value) => usernamePasswordAuthenticationStrategy_setPasswordVaultReference(authSpec, value ?? '') })] }));
161
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.baseVaultReference, name: 'base vault reference', update: (value) => usernamePasswordAuthenticationStrategy_setBaseVaultReference(authSpec, value) }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.userNameVaultReference, name: 'user name vault reference', update: (value) => usernamePasswordAuthenticationStrategy_setUserNameVaultReference(authSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.passwordVaultReference, name: 'password vault reference', update: (value) => usernamePasswordAuthenticationStrategy_setPasswordVaultReference(authSpec, value ?? '') })] }));
171
162
  });
172
163
  // Middle Tier Username Password Authentication Strategy obtains credentials(username and password) from the provided vault reference
173
164
  const MiddleTierUsernamePasswordAuthenticationStrategyEditor = observer((props) => {
174
165
  const { authSpec, isReadOnly } = props;
175
- return (_jsx(_Fragment, { children: _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.vaultReference, propertyName: 'vault reference', description: "Specifies the cred vault reference containing connection credentials", update: (value) => middleTierUsernamePasswordAuthenticationStrategy_setVaultReference(authSpec, value ?? '') }) }));
166
+ return (_jsx(_Fragment, { children: _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.vaultReference, name: 'vault reference', description: "Specifies the cred vault reference containing connection credentials", update: (value) => middleTierUsernamePasswordAuthenticationStrategy_setVaultReference(authSpec, value ?? '') }) }));
176
167
  });
177
168
  const GCPWorkloadIdentityFederationAuthenticationStrategyEditor = observer((props) => {
178
169
  const { authSpec, isReadOnly } = props;
179
170
  const GCPScopes = authSpec.additionalGcpScopes.join('\n');
180
- return (_jsxs(_Fragment, { children: [_jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: authSpec.serviceAccountEmail, propertyName: 'Service Account Email', update: (value) => gcpWorkloadIdentityFederationAuthenticationStrategy_setServiceAccountEmail(authSpec, value ?? '') }), _jsx(ConnectionEditor_StringEditor, { isReadOnly: isReadOnly, value: GCPScopes, propertyName: 'Additional GCP Scopes', update: (value) => gcpWorkloadIdentityFederationAuthenticationStrategy_setAdditionalGcpScopes(authSpec, value ? [value] : []) })] }));
171
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: authSpec.serviceAccountEmail, name: 'Service Account Email', update: (value) => gcpWorkloadIdentityFederationAuthenticationStrategy_setServiceAccountEmail(authSpec, value ?? '') }), _jsx(PanelTextEditor, { isReadOnly: isReadOnly, value: GCPScopes, name: 'Additional GCP Scopes', update: (value) => gcpWorkloadIdentityFederationAuthenticationStrategy_setAdditionalGcpScopes(authSpec, value ? [value] : []) })] }));
181
172
  });
182
173
  const RelationalConnectionStoreEditor = observer((props) => {
183
174
  const { connectionValueState, isReadOnly } = props;
@@ -201,6 +192,76 @@ const RelationalConnectionStoreEditor = observer((props) => {
201
192
  const openDatabaseBuilder = () => databaseBuilderState.setShowModal(true);
202
193
  return (_jsxs("div", { className: "relational-connection-editor", children: [_jsxs("div", { className: "panel__content relational-connection-editor__auth__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Store" }), _jsx(CustomSelectorInput, { options: options, onChange: onStoreChange, value: selectedStore, darkMode: true, disabled: isReadOnly, hasError: isStoreEmpty })] }), _jsx("div", { children: _jsx("button", { className: "btn--dark", onClick: openDatabaseBuilder, children: "Build Database" }) })] }), _jsx(DatabaseBuilder, { databaseBuilderState: databaseBuilderState, isReadOnly: isReadOnly })] }));
203
194
  });
195
+ const renderEditorPostProcessor = (connectionValueState, postProcessor, isReadOnly, plugins) => {
196
+ if (postProcessor instanceof MapperPostProcessor) {
197
+ return (_jsx(MapperPostProcessorEditor, { postProcessorState: connectionValueState.postProcessorState, isReadOnly: isReadOnly, postProcessor: postProcessor }));
198
+ }
199
+ else {
200
+ const extraPostProcessorEditorRenderers = plugins.flatMap((plugin) => plugin.getExtraPostProcessorEditorRenderers?.() ?? []);
201
+ for (const editorRenderer of extraPostProcessorEditorRenderers) {
202
+ const editor = editorRenderer(postProcessor, connectionValueState, false);
203
+ if (editor) {
204
+ return editor;
205
+ }
206
+ }
207
+ return (_jsx(UnsupportedEditorPanel, { isReadOnly: true, text: "Can't display post-processor in form mode" }));
208
+ }
209
+ };
210
+ const PostProcessorRelationalConnectionEditor = observer((props) => {
211
+ const { connectionValueState, isReadOnly } = props;
212
+ const connection = connectionValueState.connection;
213
+ const postProcessors = connection.postProcessors;
214
+ const editorStore = useEditorStore();
215
+ const observerContext = editorStore.changeDetectionState.observerContext;
216
+ const plugins = editorStore.pluginManager.getApplicationPlugins();
217
+ const postProcessorState = connectionValueState.postProcessorState;
218
+ const deletePostProcessor = (postProcessor) => () => {
219
+ relationalDatabaseConnection_deletePostProcessor(connectionValueState, postProcessor);
220
+ if (postProcessor ===
221
+ connectionValueState.postProcessorState?.postProcessor) {
222
+ connectionValueState.postProcessorState.setPostProcessorState(undefined);
223
+ }
224
+ };
225
+ const postProcessorOptions = Object.values(POST_PROCESSOR_TYPE)
226
+ .concat(plugins.flatMap((plugin) => plugin.getExtraPostProcessorClassifiers?.() ?? []))
227
+ .map((e) => ({
228
+ value: e,
229
+ label: prettyCONSTName(e),
230
+ }));
231
+ const addPostProcessor = (postProcessorType) => () => {
232
+ switch (postProcessorType) {
233
+ case POST_PROCESSOR_TYPE.MAPPER: {
234
+ relationalDatabaseConnection_addPostProcessor(connectionValueState, new MapperPostProcessor(), observerContext);
235
+ break;
236
+ }
237
+ default: {
238
+ const extraPostProcessorCreators = plugins.flatMap((plugin) => plugin.getExtraPostProcessorCreators?.() ?? []);
239
+ for (const creator of extraPostProcessorCreators) {
240
+ creator(postProcessorType, connectionValueState, observerContext);
241
+ }
242
+ }
243
+ }
244
+ connectionValueState.postProcessorState?.setPostProcessorState(connectionValueState.connection.postProcessors[connectionValueState.connection.postProcessors.length - 1]);
245
+ };
246
+ const selectPostProcessor = (postProcessor) => {
247
+ connectionValueState.selectPostProcessor(postProcessor);
248
+ };
249
+ return (_jsx("div", { className: "relational-connection-editor", children: _jsxs(ResizablePanelGroup, { orientation: "horizontal", children: [_jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsx("div", { className: "relational-connection-editor__content", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 150, minSize: 70, children: _jsxs(Panel, { children: [_jsx(PanelHeader, { title: "post-processor", children: _jsx(DropdownMenu, { disabled: isReadOnly, content: postProcessorOptions.map((postProcessorType) => (_jsxs(MenuContentItem, { onClick: addPostProcessor(postProcessorType.value), children: ["New ", postProcessorType.label, " Post-Processor"] }, postProcessorType.value))), menuProps: {
250
+ anchorOrigin: {
251
+ vertical: 'bottom',
252
+ horizontal: 'right',
253
+ },
254
+ transformOrigin: {
255
+ vertical: 'top',
256
+ horizontal: 'right',
257
+ },
258
+ elevation: 7,
259
+ }, children: _jsx(PanelHeaderActionItem, { disabled: isReadOnly, title: "Create Post-Processor", children: _jsx(PlusIcon, {}) }) }) }), _jsx(PanelContent, { children: postProcessors.map((postProcessor, idx) => (_jsx(ContextMenu, { disabled: isReadOnly, content: _jsx(MenuContent, { children: _jsx(MenuContentItem, { onClick: deletePostProcessor(postProcessor), children: "Delete" }) }), menuProps: { elevation: 7 }, children: _jsx(PanelListSelectorItem, { title: `Post-Processor ${idx + 1}`, onSelect: () => selectPostProcessor(postProcessor), isSelected: postProcessor ===
260
+ postProcessorState?.postProcessor }) }, postProcessor._UUID))) })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsxs(ResizablePanel, { children: [postProcessorState?.postProcessor &&
261
+ renderEditorPostProcessor(connectionValueState, postProcessorState.postProcessor, isReadOnly, plugins), !postProcessorState && (_jsx(BlankPanelContent, { children: !postProcessors.length
262
+ ? 'Add a post-processor'
263
+ : 'Select a post-processor to view' }))] })] }) }) })] }) }));
264
+ });
204
265
  const renderDatasourceSpecificationEditor = (connection, isReadOnly, plugins) => {
205
266
  const sourceSpec = connection.datasourceSpecification;
206
267
  if (sourceSpec instanceof StaticDatasourceSpecification) {
@@ -316,14 +377,15 @@ const RelationalConnectionGeneralEditor = observer((props) => {
316
377
  const onAuthStrategyChange = (val) => {
317
378
  connectionValueState.changeAuthenticationStrategy(val?.value ?? CORE_AUTHENTICATION_STRATEGY_TYPE.OAUTH);
318
379
  };
319
- return (_jsx("div", { className: "relational-connection-editor", children: _jsxs(ResizablePanelGroup, { orientation: "horizontal", children: [_jsx(ResizablePanel, { size: 200, minSize: 15, children: _jsxs("div", { className: "panel", children: [_jsx("div", { className: "panel__header", children: _jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "general" }) }) }), _jsxs("div", { className: "panel__content relational-connection-editor__general", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Database type" }), _jsx(CustomSelectorInput, { options: typeOptions, onChange: onTypeChange, value: selectedType, darkMode: true })] }), _jsx(ConnectionEditor_BooleanEditor, { isReadOnly: isReadOnly, value: connection.quoteIdentifiers, propertyName: "Quote identifiers", description: "Specifies whether to use double-quotes for SQL identifiers", update: (value) => dBConnection_setQuoteIdentifiers(connection, Boolean(value)) })] })] }) }), _jsx(ResizablePanelSplitter, {}), _jsx(ResizablePanel, { children: _jsx("div", { className: "relational-connection-editor__content", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 450, minSize: 50, children: _jsxs("div", { className: "relational-connection-editor__auth", children: [_jsx("div", { className: "panel__header", children: _jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "datasource spec" }) }) }), _jsxs("div", { className: "panel__content relational-connection-editor__auth__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Datasource" }), _jsx(CustomSelectorInput, { options: sourceSpecOptions, onChange: onSourceSpecChange, value: selectedSourceSpec, darkMode: true })] }), _jsx("div", { className: "relational-connection-editor__auth__properties", children: renderDatasourceSpecificationEditor(connection, isReadOnly, plugins) })] })] }) }), _jsx(ResizablePanelSplitter, {}), _jsx(ResizablePanel, { children: _jsxs("div", { className: "relational-connection-editor__source", children: [_jsx("div", { className: "panel__header", children: _jsx("div", { className: "panel__header__title", children: _jsx("div", { className: "panel__header__title__label", children: "authentication spec" }) }) }), _jsxs("div", { className: "panel__content relational-connection-editor__source__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Authentication" }), _jsx(CustomSelectorInput, { options: authOptions, onChange: onAuthStrategyChange, value: selectedAuth, darkMode: true })] }), _jsx("div", { className: "relational-connection-editor__source__properties", children: renderAuthenticationStrategyEditor(connection, isReadOnly, plugins) })] })] }) })] }) }) })] }) }));
380
+ return (_jsx("div", { className: "relational-connection-editor", children: _jsxs(ResizablePanelGroup, { orientation: "horizontal", children: [_jsx(ResizablePanel, { size: 200, minSize: 15, children: _jsxs("div", { className: "panel", children: [_jsx(PanelHeader, { title: "general" }), _jsxs("div", { className: "panel__content relational-connection-editor__general", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Database type" }), _jsx(CustomSelectorInput, { options: typeOptions, onChange: onTypeChange, value: selectedType, darkMode: true })] }), _jsx(ConnectionEditor_BooleanEditor, { isReadOnly: isReadOnly, value: connection.quoteIdentifiers, name: "Quote identifiers", description: "Specifies whether to use double-quotes for SQL identifiers", update: (value) => dBConnection_setQuoteIdentifiers(connection, Boolean(value)) })] })] }) }), _jsx(ResizablePanelSplitter, {}), _jsx(ResizablePanel, { children: _jsx("div", { className: "relational-connection-editor__content", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 450, minSize: 50, children: _jsxs("div", { className: "relational-connection-editor__auth", children: [_jsx(PanelHeader, { title: "datasource spec" }), _jsxs("div", { className: "panel__content relational-connection-editor__auth__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Datasource" }), _jsx(CustomSelectorInput, { options: sourceSpecOptions, onChange: onSourceSpecChange, value: selectedSourceSpec, darkMode: true })] }), _jsx("div", { className: "relational-connection-editor__auth__properties", children: renderDatasourceSpecificationEditor(connection, isReadOnly, plugins) })] })] }) }), _jsx(ResizablePanelSplitter, {}), _jsx(ResizablePanel, { children: _jsxs("div", { className: "relational-connection-editor__source", children: [_jsx(PanelHeader, { title: "authentication spec" }), _jsxs("div", { className: "panel__content relational-connection-editor__source__content", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Authentication" }), _jsx(CustomSelectorInput, { options: authOptions, onChange: onAuthStrategyChange, value: selectedAuth, darkMode: true })] }), _jsx("div", { className: "relational-connection-editor__source__properties", children: renderAuthenticationStrategyEditor(connection, isReadOnly, plugins) })] })] }) })] }) }) })] }) }));
320
381
  });
321
382
  export const RelationalDatabaseConnectionEditor = observer((props) => {
322
383
  const { connectionValueState, isReadOnly } = props;
323
384
  const selectedTab = connectionValueState.selectedTab;
324
- const changeTab = (tab) => () => connectionValueState.setSelectedTab(tab);
325
- return (_jsxs(_Fragment, { children: [_jsx("div", { className: "panel__header", children: _jsx("div", { className: "uml-element-editor__tabs", children: Object.values(RELATIONAL_DATABASE_TAB_TYPE).map((tab) => (_jsx("div", { onClick: changeTab(tab), className: clsx('relational-connection-editor__tab', {
326
- 'relational-connection-editor__tab--active': tab === selectedTab,
327
- }), children: prettyCONSTName(tab) }, tab))) }) }), _jsxs("div", { className: "panel__content", children: [selectedTab === RELATIONAL_DATABASE_TAB_TYPE.GENERAL && (_jsx(RelationalConnectionGeneralEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly })), selectedTab === RELATIONAL_DATABASE_TAB_TYPE.STORE && (_jsx(RelationalConnectionStoreEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }))] })] }));
385
+ const changeTab = (// eslint-disable-line
386
+ tab) => () => {
387
+ connectionValueState.setSelectedTab(tab);
388
+ };
389
+ return (_jsxs(_Fragment, { children: [_jsx(PanelTabs, { tabTitles: Object.values(RELATIONAL_DATABASE_TAB_TYPE), changeTheTab: changeTab, selectedTab: selectedTab, tabClassName: "relational-connection-editor__tab" }), _jsxs("div", { className: "panel__content", children: [selectedTab === RELATIONAL_DATABASE_TAB_TYPE.GENERAL && (_jsx(RelationalConnectionGeneralEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly })), selectedTab === RELATIONAL_DATABASE_TAB_TYPE.STORE && (_jsx(RelationalConnectionStoreEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly })), selectedTab === RELATIONAL_DATABASE_TAB_TYPE.POST_PROCESSORS && (_jsx(PostProcessorRelationalConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }))] })] }));
328
390
  });
329
391
  //# sourceMappingURL=RelationalDatabaseConnectionEditor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RelationalDatabaseConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"RelationalDatabaseConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,25 @@
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 { MapperPostProcessor } from '@finos/legend-graph';
17
+ import type { MapperPostProcessorEditorState } from '../../../../../stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js';
18
+ export declare const MapperPostProcessorEditor: ((props: {
19
+ postProcessor: MapperPostProcessor;
20
+ isReadOnly: boolean;
21
+ postProcessorState: MapperPostProcessorEditorState;
22
+ }) => JSX.Element) & {
23
+ displayName: string;
24
+ };
25
+ //# sourceMappingURL=MapperPostProcessorEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MapperPostProcessorEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAqBH,OAAO,EAEL,mBAAmB,EAGpB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,gGAAgG,CAAC;AAUrJ,eAAO,MAAM,yBAAyB,WAC5B;IACN,aAAa,EAAE,mBAAmB,CAAC;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,8BAA8B,CAAC;CACpD;;CA6NF,CAAC"}