@finos/legend-application-studio 25.0.3 → 25.0.5

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 (165) hide show
  1. package/lib/__lib__/LegendStudioDocumentation.d.ts +1 -0
  2. package/lib/__lib__/LegendStudioDocumentation.d.ts.map +1 -1
  3. package/lib/__lib__/LegendStudioDocumentation.js +1 -0
  4. package/lib/__lib__/LegendStudioDocumentation.js.map +1 -1
  5. package/lib/components/EmbeddedQueryBuilder.d.ts +1 -1
  6. package/lib/components/LegendStudioWebApplication.d.ts +2 -2
  7. package/lib/components/editor/ActivityBar.d.ts +1 -1
  8. package/lib/components/editor/ActivityBar.js +1 -1
  9. package/lib/components/editor/ActivityBar.js.map +1 -1
  10. package/lib/components/editor/StatusBar.d.ts +1 -1
  11. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -1
  12. package/lib/components/editor/edit-panel/mapping-editor/testable/MappingTestableEditor.d.ts +1 -1
  13. package/lib/components/editor/editor-group/EditorGroup.d.ts +1 -1
  14. package/lib/components/editor/editor-group/FileGenerationViewer.d.ts +1 -1
  15. package/lib/components/editor/editor-group/FunctionEditor.d.ts +2 -2
  16. package/lib/components/editor/editor-group/GenerationSpecificationEditor.d.ts +1 -1
  17. package/lib/components/editor/editor-group/GrammarTextEditor.d.ts +1 -1
  18. package/lib/components/editor/editor-group/ModelImporter.d.ts +1 -1
  19. package/lib/components/editor/editor-group/RuntimeEditor.d.ts +4 -4
  20. package/lib/components/editor/editor-group/UnsupportedElementEditor.d.ts +2 -2
  21. package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.d.ts +2 -2
  22. package/lib/components/editor/editor-group/connection-editor/DatabaseBuilder.d.ts +2 -2
  23. package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.d.ts +1 -1
  24. package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.d.ts +1 -1
  25. package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -1
  26. package/lib/components/editor/editor-group/data-editor/DataElementEditor.d.ts +3 -3
  27. package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.d.ts +3 -3
  28. package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.d.ts +1 -1
  29. package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.d.ts +2 -2
  30. package/lib/components/editor/editor-group/diff-editor/EntityDiffView.d.ts +2 -2
  31. package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.d.ts +1 -1
  32. package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.d.ts +1 -1
  33. package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
  34. package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.d.ts +3 -3
  35. package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.d.ts +3 -3
  36. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +2 -2
  37. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -1
  38. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -1
  39. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +2 -2
  40. package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
  41. package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.d.ts +2 -2
  42. package/lib/components/editor/editor-group/mapping-editor/DEPRECATED__MappingTestEditor.d.ts +8 -8
  43. package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.d.ts +2 -2
  44. package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -1
  45. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.d.ts +2 -2
  46. package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -1
  47. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.d.ts +2 -2
  48. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.d.ts.map +1 -1
  49. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js +5 -2
  50. package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js.map +1 -1
  51. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.d.ts +7 -7
  52. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  53. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js +6 -2
  54. package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  55. package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.d.ts +2 -2
  56. package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.d.ts +2 -2
  57. package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js +1 -1
  58. package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js.map +1 -1
  59. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.d.ts +1 -1
  60. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  61. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js +9 -3
  62. package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js.map +1 -1
  63. package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.d.ts +1 -1
  64. package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
  65. package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.d.ts +1 -1
  66. package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
  67. package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -1
  68. package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -1
  69. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.d.ts +1 -1
  70. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.d.ts.map +1 -1
  71. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js +1 -7
  72. package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
  73. package/lib/components/editor/editor-group/service-editor/NewServiceModal.d.ts +1 -1
  74. package/lib/components/editor/editor-group/service-editor/ServiceEditor.d.ts +1 -1
  75. package/lib/components/editor/editor-group/service-editor/ServiceEditor.d.ts.map +1 -1
  76. package/lib/components/editor/editor-group/service-editor/ServiceEditor.js +17 -1
  77. package/lib/components/editor/editor-group/service-editor/ServiceEditor.js.map +1 -1
  78. package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.d.ts +3 -3
  79. package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.d.ts +1 -1
  80. package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.d.ts +2 -2
  81. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.d.ts +1 -1
  82. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
  83. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js +2 -5
  84. package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js.map +1 -1
  85. package/lib/components/editor/editor-group/service-editor/TEMPORARY__SnowflakeServiceDeployer.d.ts +1 -1
  86. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.d.ts +3 -3
  87. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.d.ts +2 -2
  88. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  89. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js +1 -4
  90. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js.map +1 -1
  91. package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
  92. package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts +3 -3
  93. package/lib/components/editor/editor-group/uml-editor/AssociationEditor.d.ts +1 -1
  94. package/lib/components/editor/editor-group/uml-editor/ClassEditor.d.ts +2 -2
  95. package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.d.ts +1 -1
  96. package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.d.ts +1 -1
  97. package/lib/components/editor/editor-group/uml-editor/ProfileEditor.d.ts +1 -1
  98. package/lib/components/editor/editor-group/uml-editor/PropertyEditor.d.ts +1 -1
  99. package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.d.ts +1 -1
  100. package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.d.ts +1 -1
  101. package/lib/components/editor/editor-group/uml-editor/UMLEditor.d.ts +1 -1
  102. package/lib/components/editor/panel-group/ConsolePanel.d.ts +1 -1
  103. package/lib/components/editor/panel-group/DevToolPanel.d.ts +1 -1
  104. package/lib/components/editor/panel-group/PanelGroup.d.ts +1 -1
  105. package/lib/components/editor/panel-group/ProblemsPanel.d.ts +1 -1
  106. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -1
  107. package/lib/components/editor/side-bar/Explorer.d.ts +1 -1
  108. package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -1
  109. package/lib/components/editor/side-bar/ProjectDependantsEditor.d.ts +1 -1
  110. package/lib/components/editor/side-bar/ProjectOverview.d.ts +2 -2
  111. package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
  112. package/lib/components/editor/side-bar/SideBar.d.ts +1 -1
  113. package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
  114. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +2 -2
  115. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -1
  116. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -1
  117. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -1
  118. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -1
  119. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +1 -1
  120. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +1 -1
  121. package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -1
  122. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -1
  123. package/lib/index.css +2 -2
  124. package/lib/index.css.map +1 -1
  125. package/lib/package.json +4 -4
  126. package/lib/stores/editor/EditorDepotState.d.ts +25 -0
  127. package/lib/stores/editor/EditorDepotState.d.ts.map +1 -0
  128. package/lib/stores/editor/EditorDepotState.js +49 -0
  129. package/lib/stores/editor/EditorDepotState.js.map +1 -0
  130. package/lib/stores/editor/EditorStore.d.ts +2 -0
  131. package/lib/stores/editor/EditorStore.d.ts.map +1 -1
  132. package/lib/stores/editor/EditorStore.js +5 -0
  133. package/lib/stores/editor/EditorStore.js.map +1 -1
  134. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +4 -4
  135. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -1
  136. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.js +32 -16
  137. package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
  138. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts +0 -1
  139. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts.map +1 -1
  140. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js +1 -12
  141. package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
  142. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.d.ts.map +1 -1
  143. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.js +1 -5
  144. package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.js.map +1 -1
  145. package/lib/stores/project-view/ProjectViewerStore.d.ts.map +1 -1
  146. package/lib/stores/project-view/ProjectViewerStore.js +1 -0
  147. package/lib/stores/project-view/ProjectViewerStore.js.map +1 -1
  148. package/package.json +14 -14
  149. package/src/__lib__/LegendStudioDocumentation.ts +1 -0
  150. package/src/components/editor/ActivityBar.tsx +1 -1
  151. package/src/components/editor/editor-group/mapping-editor/MappingEditor.tsx +8 -2
  152. package/src/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.tsx +10 -1
  153. package/src/components/editor/editor-group/mapping-editor/MappingTestsExplorer.tsx +1 -1
  154. package/src/components/editor/editor-group/mapping-editor/NewMappingElementModal.tsx +27 -9
  155. package/src/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.tsx +2 -8
  156. package/src/components/editor/editor-group/service-editor/ServiceEditor.tsx +18 -7
  157. package/src/components/editor/editor-group/service-editor/ServiceRegistrationEditor.tsx +3 -7
  158. package/src/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.tsx +1 -5
  159. package/src/stores/editor/EditorDepotState.ts +70 -0
  160. package/src/stores/editor/EditorStore.ts +5 -0
  161. package/src/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.ts +39 -22
  162. package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +0 -15
  163. package/src/stores/editor/sidebar-state/BulkServiceRegistrationState.ts +2 -7
  164. package/src/stores/project-view/ProjectViewerStore.ts +1 -0
  165. package/tsconfig.json +1 -0
@@ -60,6 +60,7 @@ export declare enum LEGEND_STUDIO_DOCUMENTATION_KEY {
60
60
  QUESTION_HOW_TO_UPDATE_PROJECT_GAV_COORDINATES = "question.how-to-update-project-gav-coordinates",
61
61
  QUESTION_WHEN_TO_CONFIGURE_PLATFORM_VERSIONS = "question.when-to-configure-project-platform-dependencies-versions",
62
62
  QUESTION_HOW_TO_WRITE_A_SERVICE_TEST = "question.how-to-write-a-service-test",
63
+ QUESTION_HOW_TO_WRITE_A_SERVICE_POST_VALIDATION = "question.how-to-write-a-service-post-validation",
63
64
  QUESTION_WHY_DO_I_SEE_ERROR_WITH_ASSOCIATION_PROPERTY_TYPE = "question.why-do-i-see-error-with-association-property-type",
64
65
  QUESTION_HOW_TO_WRITE_SERVICE_CONNECTION_TEST_DATA = "question.how-to-write-service-connection-test-data",
65
66
  QUESTION_HOW_TO_CREATE_A_DATA_ELEMENT = "question.how-to-create-a-data-element",
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudioDocumentation.d.ts","sourceRoot":"","sources":["../../src/__lib__/LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAG/E,oBAAY,+BAA+B;IACzC,cAAc,+BAA+B;IAE7C,eAAe,0BAA0B;IACzC,cAAc,yBAAyB;IACvC,cAAc,yBAAyB;IACvC,gBAAgB,2BAA2B;IAG3C,mBAAmB,wBAAwB;IAC3C,sBAAsB,+BAA+B;IACrD,yBAAyB,kCAAkC;IAC3D,sBAAsB,+BAA+B;IACrD,yBAAyB,iCAAiC;IAC1D,sBAAsB,+BAA+B;IACrD,uCAAuC,gDAAgD;IACvF,8BAA8B,uCAAuC;IACrE,mBAAmB,4BAA4B;IAE/C,qBAAqB,kBAAkB;IACvC,uBAAuB,oBAAoB;IAC3C,2BAA2B,wBAAwB;IACnD,uBAAuB,oBAAoB;IAC3C,2BAA2B,wBAAwB;IACnD,wBAAwB,qBAAqB;IAC7C,uBAAuB,wCAAwC;IAC/D,wBAAwB,2CAA2C;IACnE,uBAAuB,wCAAwC;IAC/D,uBAAuB,wCAAwC;IAC/D,0BAA0B,2CAA2C;IACrE,wCAAwC,0EAA0E;IAClH,6CAA6C,sEAAsE;IACnH,oBAAoB,kCAAkC;IAEtD,wCAAwC,yDAAyD;IACjG,uCAAuC,wDAAwD;IAC/F,yCAAyC,0DAA0D;IACnG,iDAAiD,oEAAoE;IAGrH,oBAAoB,yBAAyB;IAC7C,oCAAoC,yCAAyC;IAC7E,iCAAiC,sCAAsC;IAEvE,8BAA8B,mCAAmC;IACjE,iCAAiC,4CAA4C;IAC7E,mCAAmC,8CAA8C;IACjF,yCAAyC,oDAAoD;IAC7F,mCAAmC,8CAA8C;IACjF,yCAAyC,oDAAoD;IAC7F,mCAAmC,8CAA8C;IACjF,8CAA8C,mDAAmD;IACjG,4CAA4C,sEAAsE;IAClH,oCAAoC,yCAAyC;IAC7E,0DAA0D,+DAA+D;IACzH,kDAAkD,uDAAuD;IACzG,qCAAqC,0CAA0C;IAG/E,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;CAC5D;AAED,eAAO,MAAM,oCAAoC,EAAE,6BAYhD,CAAC"}
1
+ {"version":3,"file":"LegendStudioDocumentation.d.ts","sourceRoot":"","sources":["../../src/__lib__/LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAG/E,oBAAY,+BAA+B;IACzC,cAAc,+BAA+B;IAE7C,eAAe,0BAA0B;IACzC,cAAc,yBAAyB;IACvC,cAAc,yBAAyB;IACvC,gBAAgB,2BAA2B;IAG3C,mBAAmB,wBAAwB;IAC3C,sBAAsB,+BAA+B;IACrD,yBAAyB,kCAAkC;IAC3D,sBAAsB,+BAA+B;IACrD,yBAAyB,iCAAiC;IAC1D,sBAAsB,+BAA+B;IACrD,uCAAuC,gDAAgD;IACvF,8BAA8B,uCAAuC;IACrE,mBAAmB,4BAA4B;IAE/C,qBAAqB,kBAAkB;IACvC,uBAAuB,oBAAoB;IAC3C,2BAA2B,wBAAwB;IACnD,uBAAuB,oBAAoB;IAC3C,2BAA2B,wBAAwB;IACnD,wBAAwB,qBAAqB;IAC7C,uBAAuB,wCAAwC;IAC/D,wBAAwB,2CAA2C;IACnE,uBAAuB,wCAAwC;IAC/D,uBAAuB,wCAAwC;IAC/D,0BAA0B,2CAA2C;IACrE,wCAAwC,0EAA0E;IAClH,6CAA6C,sEAAsE;IACnH,oBAAoB,kCAAkC;IAEtD,wCAAwC,yDAAyD;IACjG,uCAAuC,wDAAwD;IAC/F,yCAAyC,0DAA0D;IACnG,iDAAiD,oEAAoE;IAGrH,oBAAoB,yBAAyB;IAC7C,oCAAoC,yCAAyC;IAC7E,iCAAiC,sCAAsC;IAEvE,8BAA8B,mCAAmC;IACjE,iCAAiC,4CAA4C;IAC7E,mCAAmC,8CAA8C;IACjF,yCAAyC,oDAAoD;IAC7F,mCAAmC,8CAA8C;IACjF,yCAAyC,oDAAoD;IAC7F,mCAAmC,8CAA8C;IACjF,8CAA8C,mDAAmD;IACjG,4CAA4C,sEAAsE;IAClH,oCAAoC,yCAAyC;IAC7E,+CAA+C,oDAAoD;IACnG,0DAA0D,+DAA+D;IACzH,kDAAkD,uDAAuD;IACzG,qCAAqC,0CAA0C;IAG/E,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;CAC5D;AAED,eAAO,MAAM,oCAAoC,EAAE,6BAYhD,CAAC"}
@@ -65,6 +65,7 @@ export var LEGEND_STUDIO_DOCUMENTATION_KEY;
65
65
  LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_HOW_TO_UPDATE_PROJECT_GAV_COORDINATES"] = "question.how-to-update-project-gav-coordinates";
66
66
  LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_WHEN_TO_CONFIGURE_PLATFORM_VERSIONS"] = "question.when-to-configure-project-platform-dependencies-versions";
67
67
  LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_HOW_TO_WRITE_A_SERVICE_TEST"] = "question.how-to-write-a-service-test";
68
+ LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_HOW_TO_WRITE_A_SERVICE_POST_VALIDATION"] = "question.how-to-write-a-service-post-validation";
68
69
  LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_WHY_DO_I_SEE_ERROR_WITH_ASSOCIATION_PROPERTY_TYPE"] = "question.why-do-i-see-error-with-association-property-type";
69
70
  LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_HOW_TO_WRITE_SERVICE_CONNECTION_TEST_DATA"] = "question.how-to-write-service-connection-test-data";
70
71
  LEGEND_STUDIO_DOCUMENTATION_KEY["QUESTION_HOW_TO_CREATE_A_DATA_ELEMENT"] = "question.how-to-create-a-data-element";
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudioDocumentation.js","sourceRoot":"","sources":["../../src/__lib__/LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,gDAAgD,EAAE,MAAM,+CAA+C,CAAC;AAEjH,MAAM,CAAN,IAAY,+BA8DX;AA9DD,WAAY,+BAA+B;IACzC,gFAA6C,CAAA;IAE7C,4EAAyC,CAAA;IACzC,0EAAuC,CAAA;IACvC,0EAAuC,CAAA;IACvC,8EAA2C,CAAA;IAE3C,kBAAkB;IAClB,8EAA2C,CAAA;IAC3C,wFAAqD,CAAA;IACrD,8FAA2D,CAAA;IAC3D,wFAAqD,CAAA;IACrD,6FAA0D,CAAA;IAC1D,wFAAqD,CAAA;IACrD,0HAAuF,CAAA;IACvF,wGAAqE,CAAA;IACrE,kFAA+C,CAAA;IAC/C,mBAAmB;IACnB,0EAAuC,CAAA;IACvC,8EAA2C,CAAA;IAC3C,sFAAmD,CAAA;IACnD,8EAA2C,CAAA;IAC3C,sFAAmD,CAAA;IACnD,gFAA6C,CAAA;IAC7C,kGAA+D,CAAA;IAC/D,sGAAmE,CAAA;IACnE,kGAA+D,CAAA;IAC/D,kGAA+D,CAAA;IAC/D,wGAAqE,CAAA;IACrE,qJAAkH,CAAA;IAClH,sJAAmH,CAAA;IACnH,yFAAsD,CAAA;IACtD,8BAA8B;IAC9B,oIAAiG,CAAA;IACjG,kIAA+F,CAAA;IAC/F,sIAAmG,CAAA;IACnG,wJAAqH,CAAA;IAErH,YAAY;IACZ,gFAA6C,CAAA;IAC7C,gHAA6E,CAAA;IAC7E,0GAAuE,CAAA;IAEvE,oGAAiE,CAAA;IACjE,gHAA6E,CAAA;IAC7E,oHAAiF,CAAA;IACjF,gIAA6F,CAAA;IAC7F,oHAAiF,CAAA;IACjF,gIAA6F,CAAA;IAC7F,oHAAiF,CAAA;IACjF,oIAAiG,CAAA;IACjG,qJAAkH,CAAA;IAClH,gHAA6E,CAAA;IAC7E,4JAAyH,CAAA;IACzH,4IAAyG,CAAA;IACzG,kHAA+E,CAAA;IAE/E,WAAW;IACX,gFAA6C,CAAA;IAC7C,8FAA2D,CAAA;IAC3D,8FAA2D,CAAA;AAC7D,CAAC,EA9DW,+BAA+B,GAA/B,+BAA+B,KAA/B,+BAA+B,QA8D1C;AAED,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,CAAC,gDAAgD,CAAC,YAAY,CAAC,EAC7D,+BAA+B,CAAC,oBAAoB;IACtD,CAAC,gDAAgD,CAAC,oCAAoC,CAAC,EACrF,+BAA+B,CAAC,yCAAyC;IAC3E,CAAC,gDAAgD,CAAC,6BAA6B,CAAC,EAC9E,+BAA+B,CAAC,yCAAyC;IAC3E,CAAC,gDAAgD,CAAC,mBAAmB,CAAC,EACpE,+BAA+B,CAAC,2BAA2B;IAC7D,CAAC,gDAAgD,CAAC,mBAAmB,CAAC,EACpE,+BAA+B,CAAC,2BAA2B;CAC9D,CAAC"}
1
+ {"version":3,"file":"LegendStudioDocumentation.js","sourceRoot":"","sources":["../../src/__lib__/LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,gDAAgD,EAAE,MAAM,+CAA+C,CAAC;AAEjH,MAAM,CAAN,IAAY,+BA+DX;AA/DD,WAAY,+BAA+B;IACzC,gFAA6C,CAAA;IAE7C,4EAAyC,CAAA;IACzC,0EAAuC,CAAA;IACvC,0EAAuC,CAAA;IACvC,8EAA2C,CAAA;IAE3C,kBAAkB;IAClB,8EAA2C,CAAA;IAC3C,wFAAqD,CAAA;IACrD,8FAA2D,CAAA;IAC3D,wFAAqD,CAAA;IACrD,6FAA0D,CAAA;IAC1D,wFAAqD,CAAA;IACrD,0HAAuF,CAAA;IACvF,wGAAqE,CAAA;IACrE,kFAA+C,CAAA;IAC/C,mBAAmB;IACnB,0EAAuC,CAAA;IACvC,8EAA2C,CAAA;IAC3C,sFAAmD,CAAA;IACnD,8EAA2C,CAAA;IAC3C,sFAAmD,CAAA;IACnD,gFAA6C,CAAA;IAC7C,kGAA+D,CAAA;IAC/D,sGAAmE,CAAA;IACnE,kGAA+D,CAAA;IAC/D,kGAA+D,CAAA;IAC/D,wGAAqE,CAAA;IACrE,qJAAkH,CAAA;IAClH,sJAAmH,CAAA;IACnH,yFAAsD,CAAA;IACtD,8BAA8B;IAC9B,oIAAiG,CAAA;IACjG,kIAA+F,CAAA;IAC/F,sIAAmG,CAAA;IACnG,wJAAqH,CAAA;IAErH,YAAY;IACZ,gFAA6C,CAAA;IAC7C,gHAA6E,CAAA;IAC7E,0GAAuE,CAAA;IAEvE,oGAAiE,CAAA;IACjE,gHAA6E,CAAA;IAC7E,oHAAiF,CAAA;IACjF,gIAA6F,CAAA;IAC7F,oHAAiF,CAAA;IACjF,gIAA6F,CAAA;IAC7F,oHAAiF,CAAA;IACjF,oIAAiG,CAAA;IACjG,qJAAkH,CAAA;IAClH,gHAA6E,CAAA;IAC7E,sIAAmG,CAAA;IACnG,4JAAyH,CAAA;IACzH,4IAAyG,CAAA;IACzG,kHAA+E,CAAA;IAE/E,WAAW;IACX,gFAA6C,CAAA;IAC7C,8FAA2D,CAAA;IAC3D,8FAA2D,CAAA;AAC7D,CAAC,EA/DW,+BAA+B,GAA/B,+BAA+B,KAA/B,+BAA+B,QA+D1C;AAED,MAAM,CAAC,MAAM,oCAAoC,GAC/C;IACE,CAAC,gDAAgD,CAAC,YAAY,CAAC,EAC7D,+BAA+B,CAAC,oBAAoB;IACtD,CAAC,gDAAgD,CAAC,oCAAoC,CAAC,EACrF,+BAA+B,CAAC,yCAAyC;IAC3E,CAAC,gDAAgD,CAAC,6BAA6B,CAAC,EAC9E,+BAA+B,CAAC,yCAAyC;IAC3E,CAAC,gDAAgD,CAAC,mBAAmB,CAAC,EACpE,+BAA+B,CAAC,2BAA2B;IAC7D,CAAC,gDAAgD,CAAC,mBAAmB,CAAC,EACpE,+BAA+B,CAAC,2BAA2B;CAC9D,CAAC"}
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const EmbeddedQueryBuilder: (() => JSX.Element | null) & {
16
+ export declare const EmbeddedQueryBuilder: (() => import("react/jsx-runtime").JSX.Element | null) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=EmbeddedQueryBuilder.d.ts.map
@@ -13,12 +13,12 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const LegendStudioWebApplicationRouter: (() => JSX.Element) & {
16
+ export declare const LegendStudioWebApplicationRouter: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  export declare const LegendStudioWebApplication: ((props: {
20
20
  baseUrl: string;
21
- }) => JSX.Element) & {
21
+ }) => import("react/jsx-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
24
  //# sourceMappingURL=LegendStudioWebApplication.d.ts.map
@@ -15,7 +15,7 @@
15
15
  */
16
16
  /// <reference types="react" resolution-mode="require"/>
17
17
  export declare const ActivityBarMenu: React.FC;
18
- export declare const ActivityBar: (() => JSX.Element) & {
18
+ export declare const ActivityBar: (() => import("react/jsx-runtime").JSX.Element) & {
19
19
  displayName: string;
20
20
  };
21
21
  //# sourceMappingURL=ActivityBar.d.ts.map
@@ -149,7 +149,7 @@ export const ActivityBar = observer(() => {
149
149
  },
150
150
  !editorStore.isInConflictResolutionMode && {
151
151
  mode: ACTIVITY_MODE.REGISTER_SERVICES,
152
- title: 'Register Service (Experimental)',
152
+ title: 'Register Service (Beta)',
153
153
  icon: (_jsxs(_Fragment, { children: [_jsx(RobotIcon, { className: "activity-bar__icon--service-registrar" }), _jsx(ActivityBarItemExperimentalBadge, {})] })),
154
154
  },
155
155
  ].filter((activity) => Boolean(activity));
@@ -1 +1 @@
1
- {"version":3,"file":"ActivityBar.js","sourceRoot":"","sources":["../../../src/components/editor/ActivityBar.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ActivityBar.js","sourceRoot":"","sources":["../../../src/components/editor/ActivityBar.tsx"],"names":[],"mappings":"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"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export declare const StatusBar: ((props: {
17
17
  actionsDisabled: boolean;
18
- }) => JSX.Element) & {
18
+ }) => import("react/jsx-runtime").JSX.Element) & {
19
19
  displayName: string;
20
20
  };
21
21
  //# sourceMappingURL=StatusBar.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const ProjectSearchCommand: (() => JSX.Element) & {
16
+ export declare const ProjectSearchCommand: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=ProjectSearchCommand.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import { type MappingTestableState } from '../../../../../stores/editor/editor-state/element-editor-state/mapping/testable/MappingTestableState.js';
17
17
  export declare const MappingTestableEditor: ((props: {
18
18
  mappingTestableState: MappingTestableState;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=MappingTestableEditor.d.ts.map
@@ -16,7 +16,7 @@
16
16
  /// <reference types="react" resolution-mode="require"/>
17
17
  export declare const ViewerEditorGroupSplashScreen: React.FC;
18
18
  export declare const EditorGroupSplashScreen: React.FC;
19
- export declare const EditorGroup: (() => JSX.Element) & {
19
+ export declare const EditorGroup: (() => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=EditorGroup.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const FileGenerationViewer: (() => JSX.Element) & {
16
+ export declare const FileGenerationViewer: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=FileGenerationViewer.d.ts.map
@@ -25,10 +25,10 @@ export declare const FunctionMainEditor: ((props: {
25
25
  functionElement: ConcreteFunctionDefinition;
26
26
  isReadOnly: boolean;
27
27
  functionEditorState: FunctionEditorState;
28
- }) => JSX.Element) & {
28
+ }) => import("react/jsx-runtime").JSX.Element) & {
29
29
  displayName: string;
30
30
  };
31
- export declare const FunctionEditor: (() => JSX.Element) & {
31
+ export declare const FunctionEditor: (() => import("react/jsx-runtime").JSX.Element) & {
32
32
  displayName: string;
33
33
  };
34
34
  export {};
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const GenerationSpecificationEditor: (() => JSX.Element) & {
16
+ export declare const GenerationSpecificationEditor: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=GenerationSpecificationEditor.d.ts.map
@@ -17,7 +17,7 @@
17
17
  export declare const GrammarTextEditorHeaderTabContextMenu: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<{
18
18
  children?: React.ReactNode;
19
19
  } & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
20
- export declare const GrammarTextEditor: (() => JSX.Element) & {
20
+ export declare const GrammarTextEditor: (() => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  //# sourceMappingURL=GrammarTextEditor.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const ModelImporter: (() => JSX.Element) & {
16
+ export declare const ModelImporter: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=ModelImporter.d.ts.map
@@ -20,23 +20,23 @@ export declare const IdentifiedConnectionsPerStoreExplorerItem: ((props: {
20
20
  currentRuntimeEditorTabState: IdentifiedConnectionsEditorTabState;
21
21
  isActive: boolean;
22
22
  isReadOnly: boolean;
23
- }) => JSX.Element) & {
23
+ }) => import("react/jsx-runtime").JSX.Element) & {
24
24
  displayName: string;
25
25
  };
26
26
  export declare const RuntimeEditor: ((props: {
27
27
  runtimeEditorState: RuntimeEditorState;
28
28
  isReadOnly: boolean;
29
- }) => JSX.Element) & {
29
+ }) => import("react/jsx-runtime").JSX.Element) & {
30
30
  displayName: string;
31
31
  };
32
- export declare const PackageableRuntimeEditor: (() => JSX.Element) & {
32
+ export declare const PackageableRuntimeEditor: (() => import("react/jsx-runtime").JSX.Element) & {
33
33
  displayName: string;
34
34
  };
35
35
  export declare const EmbeddedRuntimeEditor: ((props: {
36
36
  runtimeEditorState?: RuntimeEditorState | undefined;
37
37
  isReadOnly: boolean;
38
38
  onClose: () => void;
39
- }) => JSX.Element | null) & {
39
+ }) => import("react/jsx-runtime").JSX.Element | null) & {
40
40
  displayName: string;
41
41
  };
42
42
  //# sourceMappingURL=RuntimeEditor.d.ts.map
@@ -16,10 +16,10 @@
16
16
  export declare const UnsupportedEditorPanel: ((props: {
17
17
  text: string;
18
18
  isReadOnly: boolean;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
- export declare const UnsupportedElementEditor: (() => JSX.Element) & {
22
+ export declare const UnsupportedElementEditor: (() => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
25
  //# sourceMappingURL=UnsupportedElementEditor.d.ts.map
@@ -18,10 +18,10 @@ export declare const ConnectionEditor: ((props: {
18
18
  connectionEditorState: ConnectionEditorState;
19
19
  isReadOnly: boolean;
20
20
  disableChangingStore?: boolean;
21
- }) => JSX.Element) & {
21
+ }) => import("react/jsx-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
- export declare const PackageableConnectionEditor: (() => JSX.Element) & {
24
+ export declare const PackageableConnectionEditor: (() => import("react/jsx-runtime").JSX.Element) & {
25
25
  displayName: string;
26
26
  };
27
27
  //# sourceMappingURL=ConnectionEditor.d.ts.map
@@ -18,13 +18,13 @@ export declare const DatabaseBuilderExplorer: ((props: {
18
18
  treeData: DatabaseBuilderTreeData;
19
19
  isReadOnly: boolean;
20
20
  databaseBuilderState: DatabaseBuilderState;
21
- }) => JSX.Element) & {
21
+ }) => import("react/jsx-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
24
  export declare const DatabaseBuilder: ((props: {
25
25
  databaseBuilderState: DatabaseBuilderState;
26
26
  isReadOnly: boolean;
27
- }) => JSX.Element) & {
27
+ }) => import("react/jsx-runtime").JSX.Element) & {
28
28
  displayName: string;
29
29
  };
30
30
  //# sourceMappingURL=DatabaseBuilder.d.ts.map
@@ -17,7 +17,7 @@ import type { FlatDataConnectionValueState } from '../../../../stores/editor/edi
17
17
  export declare const FlatDataConnectionEditor: ((props: {
18
18
  connectionValueState: FlatDataConnectionValueState;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  //# sourceMappingURL=FlatDataConnectionEditor.d.ts.map
@@ -17,7 +17,7 @@ import { type RelationalDatabaseConnectionValueState } from '../../../../stores/
17
17
  export declare const RelationalDatabaseConnectionEditor: ((props: {
18
18
  connectionValueState: RelationalDatabaseConnectionValueState;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  //# sourceMappingURL=RelationalDatabaseConnectionEditor.d.ts.map
@@ -19,7 +19,7 @@ export declare const MapperPostProcessorEditor: ((props: {
19
19
  postProcessor: MapperPostProcessor;
20
20
  isReadOnly: boolean;
21
21
  postProcessorState: MapperPostProcessorEditorState;
22
- }) => JSX.Element) & {
22
+ }) => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
25
  //# sourceMappingURL=MapperPostProcessorEditor.d.ts.map
@@ -18,16 +18,16 @@ import type { ExternalFormatDataState } from '../../../../stores/editor/editor-s
18
18
  export declare const ExternalFormatDataEditor: ((props: {
19
19
  externalFormatDataState: ExternalFormatDataState;
20
20
  isReadOnly: boolean;
21
- }) => JSX.Element) & {
21
+ }) => import("react/jsx-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
24
  export declare const EmbeddedDataEditor: ((props: {
25
25
  embeddedDataEditorState: EmbeddedDataEditorState;
26
26
  isReadOnly: boolean;
27
- }) => JSX.Element) & {
27
+ }) => import("react/jsx-runtime").JSX.Element) & {
28
28
  displayName: string;
29
29
  };
30
- export declare const DataElementEditor: (() => JSX.Element) & {
30
+ export declare const DataElementEditor: (() => import("react/jsx-runtime").JSX.Element) & {
31
31
  displayName: string;
32
32
  };
33
33
  //# sourceMappingURL=DataElementEditor.d.ts.map
@@ -19,19 +19,19 @@ import { type EmbeddedDataState, DataElementReferenceState, ExternalFormatDataSt
19
19
  export declare const ExternalFormatDataEditor: ((props: {
20
20
  externalFormatDataState: ExternalFormatDataState;
21
21
  isReadOnly: boolean;
22
- }) => JSX.Element) & {
22
+ }) => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
25
  export declare const DataElementReferenceDataEditor: ((props: {
26
26
  dataElementReferenceState: DataElementReferenceState;
27
27
  isReadOnly: boolean;
28
- }) => JSX.Element) & {
28
+ }) => import("react/jsx-runtime").JSX.Element) & {
29
29
  displayName: string;
30
30
  };
31
31
  export declare const EmbeddedDataEditor: ((props: {
32
32
  embeddedDataEditorState: EmbeddedDataEditorState;
33
33
  isReadOnly: boolean;
34
- }) => JSX.Element) & {
34
+ }) => import("react/jsx-runtime").JSX.Element) & {
35
35
  displayName: string;
36
36
  };
37
37
  export declare function renderEmbeddedDataEditor(embeddedDataState: EmbeddedDataState, isReadOnly: boolean): React.ReactNode;
@@ -17,7 +17,7 @@ import type { RelationalCSVDataState } from '../../../../stores/editor/editor-st
17
17
  export declare const RelationalCSVDataEditor: ((props: {
18
18
  dataState: RelationalCSVDataState;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  //# sourceMappingURL=RelationalCSVDataEditor.d.ts.map
@@ -19,12 +19,12 @@ export declare const EntityChangeConflictSideBarItem: ((props: {
19
19
  conflict: EntityChangeConflict;
20
20
  isSelected: boolean;
21
21
  openConflict: () => void;
22
- }) => JSX.Element) & {
22
+ }) => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
25
  export declare const EntityChangeConflictEditor: ((props: {
26
26
  conflictEditorState: EntityChangeConflictEditorState;
27
- }) => JSX.Element) & {
27
+ }) => import("react/jsx-runtime").JSX.Element) & {
28
28
  displayName: string;
29
29
  };
30
30
  //# sourceMappingURL=EntityChangeConflictEditor.d.ts.map
@@ -19,12 +19,12 @@ export declare const EntityDiffSideBarItem: ((props: {
19
19
  diff: EntityDiff;
20
20
  isSelected: boolean;
21
21
  openDiff: () => void;
22
- }) => JSX.Element) & {
22
+ }) => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
25
  export declare const EntityDiffView: ((props: {
26
26
  entityDiffViewState: EntityDiffViewState;
27
- }) => JSX.Element) & {
27
+ }) => import("react/jsx-runtime").JSX.Element) & {
28
28
  displayName: string;
29
29
  };
30
30
  //# sourceMappingURL=EntityDiffView.d.ts.map
@@ -18,7 +18,7 @@ import type { ElementEditorState } from '../../../../stores/editor/editor-state/
18
18
  export declare const ElementGenerationEditor: ((props: {
19
19
  currentElementState: ElementEditorState;
20
20
  elementGenerationState: ElementFileGenerationState;
21
- }) => JSX.Element) & {
21
+ }) => import("react/jsx-runtime").JSX.Element) & {
22
22
  displayName: string;
23
23
  };
24
24
  //# sourceMappingURL=ElementGenerationEditor.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import type { ElementEditorState } from '../../../../stores/editor/editor-state/element-editor-state/ElementEditorState.js';
17
17
  export declare const ElementNativeView: ((props: {
18
18
  currentElementState: ElementEditorState;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=ElementNativeView.d.ts.map
@@ -19,13 +19,13 @@ export declare const ExternalFormatGeneratioConfigEditor: ((props: {
19
19
  isReadOnly: boolean;
20
20
  elementEditorState: ElementEditorState;
21
21
  xtState: ElementXTSchemaGenerationState;
22
- }) => JSX.Element) & {
22
+ }) => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
25
  export declare const ElementXTGenerationEditor: ((props: {
26
26
  currentElementState: ElementEditorState;
27
27
  elementXTState: ElementXTSchemaGenerationState;
28
- }) => JSX.Element) & {
28
+ }) => import("react/jsx-runtime").JSX.Element) & {
29
29
  displayName: string;
30
30
  };
31
31
  //# sourceMappingURL=ElementXTGenerationEditor.d.ts.map
@@ -21,7 +21,7 @@ export declare const GenerationPropertyEditor: ((props: {
21
21
  getConfigValue: (name: string) => unknown | undefined;
22
22
  isReadOnly: boolean;
23
23
  update: (AbstractGenerationProperty: GenerationProperty, newValue: object) => void;
24
- }) => JSX.Element) & {
24
+ }) => import("react/jsx-runtime").JSX.Element) & {
25
25
  displayName: string;
26
26
  };
27
27
  export declare const FileGenerationConfigurationEditor: ((props: {
@@ -32,10 +32,10 @@ export declare const FileGenerationConfigurationEditor: ((props: {
32
32
  */
33
33
  elementGenerationState?: ElementFileGenerationState;
34
34
  fileGenerationState: FileGenerationState;
35
- }) => JSX.Element) & {
35
+ }) => import("react/jsx-runtime").JSX.Element) & {
36
36
  displayName: string;
37
37
  };
38
- export declare const FileGenerationEditor: (() => JSX.Element) & {
38
+ export declare const FileGenerationEditor: (() => import("react/jsx-runtime").JSX.Element) & {
39
39
  displayName: string;
40
40
  };
41
41
  //# sourceMappingURL=FileGenerationEditor.d.ts.map
@@ -25,17 +25,17 @@ export declare const FileSystemTree: ((props: {
25
25
  directoryTreeData: TreeData<FileSystemTreeNodeData>;
26
26
  onNodeSelect: (node: FileSystemTreeNodeData) => void;
27
27
  getFileElementTreeChildNodes: (node: FileSystemTreeNodeData) => FileSystemTreeNodeData[];
28
- }) => JSX.Element) & {
28
+ }) => import("react/jsx-runtime").JSX.Element) & {
29
29
  displayName: string;
30
30
  };
31
31
  export declare const FileSystemExplorer: ((props: {
32
32
  generatedFileState: GeneratedFileStructureState;
33
- }) => JSX.Element) & {
33
+ }) => import("react/jsx-runtime").JSX.Element) & {
34
34
  displayName: string;
35
35
  };
36
36
  export declare const FileSystemViewer: ((props: {
37
37
  generatedFileState: GeneratedFileStructureState;
38
- }) => JSX.Element) & {
38
+ }) => import("react/jsx-runtime").JSX.Element) & {
39
39
  displayName: string;
40
40
  };
41
41
  //# sourceMappingURL=FileSystemViewer.d.ts.map
@@ -17,10 +17,10 @@ import { type ModelUnit } from '@finos/legend-graph';
17
17
  export declare const ModelUnitEditor: ((props: {
18
18
  modelUnit: ModelUnit;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
- export declare const BindingEditor: (() => JSX.Element) & {
23
+ export declare const BindingEditor: (() => import("react/jsx-runtime").JSX.Element) & {
24
24
  displayName: string;
25
25
  };
26
26
  //# sourceMappingURL=DSL_ExternalFormat_BindingElementEditor.d.ts.map
@@ -10,7 +10,7 @@ export declare class ExternalFormatConnectionValueState extends ConnectionValueS
10
10
  export declare const ExternalFormatConnectionEditor: ((props: {
11
11
  connectionValueState: ExternalFormatConnectionValueState;
12
12
  isReadOnly: boolean;
13
- }) => JSX.Element) & {
13
+ }) => import("react/jsx-runtime").JSX.Element) & {
14
14
  displayName: string;
15
15
  };
16
16
  export declare class NewExternalFormatConnectionDriver extends NewConnectionValueDriver<ExternalFormatConnection> {
@@ -24,7 +24,7 @@ export declare class NewSchemaSetDriver extends NewElementDriver<SchemaSet> {
24
24
  get isValid(): boolean;
25
25
  createElement(name: string): SchemaSet;
26
26
  }
27
- export declare const NewSchemaSetDriverEditor: (() => JSX.Element) & {
27
+ export declare const NewSchemaSetDriverEditor: (() => import("react/jsx-runtime").JSX.Element) & {
28
28
  displayName: string;
29
29
  };
30
30
  //# sourceMappingURL=DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map
@@ -17,10 +17,10 @@ import { SchemaSetEditorState, type InnerSchemaSetEditorState } from '../../../.
17
17
  export declare const SchemaSetGeneralEditor: ((props: {
18
18
  schemaSetEditorState: InnerSchemaSetEditorState | SchemaSetEditorState;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
- export declare const SchemaSetEditor: (() => JSX.Element) & {
23
+ export declare const SchemaSetEditor: (() => import("react/jsx-runtime").JSX.Element) & {
24
24
  displayName: string;
25
25
  };
26
26
  //# sourceMappingURL=DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map
@@ -17,7 +17,7 @@ import type { SchemaSetModelGenerationState } from '../../../../stores/editor/ed
17
17
  export declare const SchemaSetModelGenerationEditor: ((props: {
18
18
  modelGenerationState: SchemaSetModelGenerationState;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  //# sourceMappingURL=DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map
@@ -17,7 +17,7 @@ import { type SetImplementation, OperationSetImplementation } from '@finos/legen
17
17
  export declare const OperatorSelector: ((props: {
18
18
  setImplementation: OperationSetImplementation;
19
19
  isReadOnly: boolean;
20
- }) => JSX.Element) & {
20
+ }) => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  export declare enum CLASS_MAPPING_SOURCE_TYPE {
@@ -29,7 +29,7 @@ export declare enum CLASS_MAPPING_SOURCE_TYPE {
29
29
  export declare const ClassMappingEditor: ((props: {
30
30
  setImplementation: SetImplementation;
31
31
  isReadOnly: boolean;
32
- }) => JSX.Element) & {
32
+ }) => import("react/jsx-runtime").JSX.Element) & {
33
33
  displayName: string;
34
34
  };
35
35
  //# sourceMappingURL=ClassMappingEditor.d.ts.map