@finos/legend-application-studio 22.3.6 → 22.3.7

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 (172) hide show
  1. package/lib/components/EmbeddedQueryBuilder.d.ts +1 -0
  2. package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -1
  3. package/lib/components/LegendStudioApplication.d.ts +1 -0
  4. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  5. package/lib/components/editor/StatusBar.d.ts +1 -0
  6. package/lib/components/editor/StatusBar.d.ts.map +1 -1
  7. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +1 -0
  8. package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
  9. package/lib/components/editor/aux-panel/Console.d.ts +1 -0
  10. package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
  11. package/lib/components/editor/aux-panel/DevTool.d.ts +1 -0
  12. package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
  13. package/lib/components/editor/aux-panel/Problems.d.ts +1 -0
  14. package/lib/components/editor/aux-panel/Problems.d.ts.map +1 -1
  15. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -0
  16. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  17. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +1 -0
  18. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
  19. package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -0
  20. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  21. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +1 -0
  22. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
  23. package/lib/components/editor/edit-panel/ModelImporter.d.ts +1 -0
  24. package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
  25. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -0
  26. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
  27. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +1 -0
  28. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
  29. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -0
  30. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  31. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +1 -0
  32. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  33. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +1 -0
  34. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
  35. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +1 -0
  36. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  37. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -0
  38. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
  39. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +1 -0
  40. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
  41. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +1 -0
  42. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  43. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +1 -0
  44. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  45. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +1 -0
  46. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
  47. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +1 -0
  48. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
  49. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +1 -0
  50. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
  51. package/lib/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.d.ts +1 -0
  52. package/lib/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.d.ts.map +1 -1
  53. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts +1 -0
  54. package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts.map +1 -1
  55. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +1 -0
  56. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -1
  57. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -0
  58. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -1
  59. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -0
  60. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -1
  61. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +1 -0
  62. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  63. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -0
  64. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
  65. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +1 -0
  66. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
  67. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +1 -0
  68. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
  69. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -0
  70. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
  71. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +1 -0
  72. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
  73. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -0
  74. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  75. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +1 -0
  76. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  77. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +1 -0
  78. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  79. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +1 -0
  80. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  81. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +1 -0
  82. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
  83. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -0
  84. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  85. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +1 -0
  86. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
  87. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -0
  88. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
  89. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -0
  90. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  91. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -0
  92. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.d.ts.map +1 -1
  93. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +1 -0
  94. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
  95. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +1 -0
  96. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
  97. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +1 -0
  98. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  99. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +1 -0
  100. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  101. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +30 -13
  102. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  103. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +1 -0
  104. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
  105. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +1 -0
  106. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  107. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +1 -0
  108. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  109. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +1 -0
  110. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  111. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -0
  112. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
  113. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +1 -0
  114. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
  115. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +20 -5
  116. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
  117. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +1 -0
  118. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  119. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +1 -0
  120. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
  121. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +1 -0
  122. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
  123. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +1 -0
  124. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
  125. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +1 -0
  126. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
  127. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -0
  128. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  129. package/lib/components/editor/side-bar/Explorer.d.ts +1 -0
  130. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  131. package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -0
  132. package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
  133. package/lib/components/editor/side-bar/ProjectOverview.d.ts +1 -0
  134. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  135. package/lib/components/editor/side-bar/SideBar.d.ts +1 -0
  136. package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
  137. package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -0
  138. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  139. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +1 -0
  140. package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
  141. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -0
  142. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
  143. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -0
  144. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
  145. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -0
  146. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
  147. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -0
  148. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  149. package/lib/components/shared/DiffView.d.ts +1 -0
  150. package/lib/components/shared/DiffView.d.ts.map +1 -1
  151. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +1 -0
  152. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
  153. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +1 -0
  154. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
  155. package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -0
  156. package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -1
  157. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -0
  158. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -1
  159. package/lib/index.css +2 -2
  160. package/lib/index.css.map +1 -1
  161. package/lib/package.json +6 -6
  162. package/lib/stores/EditorTabManagerState.d.ts.map +1 -1
  163. package/lib/stores/EditorTabManagerState.js +3 -1
  164. package/lib/stores/EditorTabManagerState.js.map +1 -1
  165. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
  166. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +1 -1
  167. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  168. package/package.json +15 -15
  169. package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +48 -47
  170. package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +55 -1
  171. package/src/stores/EditorTabManagerState.ts +7 -1
  172. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +6 -9
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const EmbeddedQueryBuilder: (() => JSX.Element | null) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EmbeddedQueryBuilder.d.ts","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2GH,eAAO,MAAM,oBAAoB;;CAa/B,CAAC"}
1
+ {"version":3,"file":"EmbeddedQueryBuilder.d.ts","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2GH,eAAO,MAAM,oBAAoB;;CAa/B,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { LegendStudioPluginManager } from '../application/LegendStudioPluginManager.js';
17
18
  import type { LegendStudioApplicationConfig } from '../application/LegendStudioApplicationConfig.js';
18
19
  export declare const LegendStudioApplicationRoot: (() => JSX.Element) & {
@@ -1 +1 @@
1
- {"version":3,"file":"LegendStudioApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkBH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAiB7F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AA4DrG,eAAO,MAAM,2BAA2B;;CA8FtC,CAAC;AAEH,eAAO,MAAM,uBAAuB,WAC1B;IACN,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;CAC1C;;CA+BF,CAAC"}
1
+ {"version":3,"file":"LegendStudioApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkBH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAiB7F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AA4DrG,eAAO,MAAM,2BAA2B;;CA8FtC,CAAC;AAEH,eAAO,MAAM,uBAAuB,WAC1B;IACN,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;CAC1C;;CA+BF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const StatusBar: ((props: {
17
18
  actionsDisabled: boolean;
18
19
  }) => JSX.Element) & {
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/editor/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA8BH,eAAO,MAAM,SAAS,WAAoB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA6WpE,CAAC"}
1
+ {"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/editor/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA8BH,eAAO,MAAM,SAAS,WAAoB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA6WpE,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const AuxiliaryPanel: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AuxiliaryPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/AuxiliaryPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAsBH,eAAO,MAAM,cAAc;;CA8HzB,CAAC"}
1
+ {"version":3,"file":"AuxiliaryPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/AuxiliaryPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAsBH,eAAO,MAAM,cAAc;;CA8HzB,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const Console: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Console.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Console.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,eAAO,MAAM,OAAO;;CAIlB,CAAC"}
1
+ {"version":3,"file":"Console.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Console.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAOH,eAAO,MAAM,OAAO;;CAIlB,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const DevTool: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DevTool.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/DevTool.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAaH,eAAO,MAAM,OAAO;;CA0DlB,CAAC"}
1
+ {"version":3,"file":"DevTool.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/DevTool.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAaH,eAAO,MAAM,OAAO;;CA0DlB,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const Problems: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Problems.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Problems.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6DH,eAAO,MAAM,QAAQ;;CA2BnB,CAAC"}
1
+ {"version":3,"file":"Problems.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/Problems.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6DH,eAAO,MAAM,QAAQ;;CA2BnB,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const ProjectSearchCommand: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ProjectSearchCommand.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/command-center/ProjectSearchCommand.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwBH,eAAO,MAAM,oBAAoB;;CAuH/B,CAAC"}
1
+ {"version":3,"file":"ProjectSearchCommand.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/command-center/ProjectSearchCommand.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwBH,eAAO,MAAM,oBAAoB;;CAuH/B,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const FileGenerationViewer: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"FileGenerationViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FileGenerationViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmBH,eAAO,MAAM,oBAAoB;;CAwE/B,CAAC"}
1
+ {"version":3,"file":"FileGenerationViewer.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FileGenerationViewer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmBH,eAAO,MAAM,oBAAoB;;CAwE/B,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { FunctionEditorState } from '../../../stores/editor-state/element-editor-state/FunctionEditorState.js';
17
18
  import { type ConcreteFunctionDefinition, Type } from '@finos/legend-graph';
18
19
  declare enum FUNCTION_PARAMETER_TYPE {
@@ -1 +1 @@
1
- {"version":3,"file":"FunctionEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FunctionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,mBAAmB,EAEpB,MAAM,0EAA0E,CAAC;AAsClF,OAAO,EACL,KAAK,0BAA0B,EAO/B,IAAI,EAYL,MAAM,qBAAqB,CAAC;AAiC7B,aAAK,uBAAuB;IAC1B,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,SAAS,cAAc;CACxB;AAED,eAAO,MAAM,wBAAwB,SAC7B,IAAI,KACT,uBAYF,CAAC;AAoeF,eAAO,MAAM,kBAAkB,WACrB;IACN,eAAe,EAAE,0BAA0B,CAAC;IAC5C,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;;CA2HF,CAAC;AAEF,eAAO,MAAM,cAAc;;CAgNzB,CAAC"}
1
+ {"version":3,"file":"FunctionEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/FunctionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,mBAAmB,EAEpB,MAAM,0EAA0E,CAAC;AAsClF,OAAO,EACL,KAAK,0BAA0B,EAO/B,IAAI,EAYL,MAAM,qBAAqB,CAAC;AAiC7B,aAAK,uBAAuB;IAC1B,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,SAAS,cAAc;CACxB;AAED,eAAO,MAAM,wBAAwB,SAC7B,IAAI,KACT,uBAYF,CAAC;AAoeF,eAAO,MAAM,kBAAkB,WACrB;IACN,eAAe,EAAE,0BAA0B,CAAC;IAC5C,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;;CA2HF,CAAC;AAEF,eAAO,MAAM,cAAc;;CAgNzB,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const GenerationSpecificationEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"GenerationSpecificationEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/GenerationSpecificationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6eH,eAAO,MAAM,6BAA6B;;CAkFxC,CAAC"}
1
+ {"version":3,"file":"GenerationSpecificationEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/GenerationSpecificationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6eH,eAAO,MAAM,6BAA6B;;CAkFxC,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const ModelImporter: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ModelImporter.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/ModelImporter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwHH,eAAO,MAAM,aAAa;;CAgNxB,CAAC"}
1
+ {"version":3,"file":"ModelImporter.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/ModelImporter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwHH,eAAO,MAAM,aAAa;;CAgNxB,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type RuntimeEditorState, IdentifiedConnectionsEditorTabState } from '../../../stores/editor-state/element-editor-state/RuntimeEditorState.js';
17
18
  import { IdentifiedConnection } from '@finos/legend-graph';
18
19
  export declare const IdentifiedConnectionsPerStoreExplorerItem: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"RuntimeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/RuntimeEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,KAAK,kBAAkB,EAGvB,mCAAmC,EAGpC,MAAM,yEAAyE,CAAC;AAwDjF,OAAO,EAKL,oBAAoB,EAcrB,MAAM,qBAAqB,CAAC;AAoF7B,eAAO,MAAM,yCAAyC,WAC5C;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,4BAA4B,EAAE,mCAAmC,CAAC;IAClE,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB;;CAiEF,CAAC;AAwvBF,eAAO,MAAM,aAAa,WAChB;IAAE,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAyBxE,CAAC;AAEF,eAAO,MAAM,wBAAwB;;CAiBnC,CAAC;AAEH,eAAO,MAAM,qBAAqB,WACxB;IACN,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;;CAuCF,CAAC"}
1
+ {"version":3,"file":"RuntimeEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/RuntimeEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,KAAK,kBAAkB,EAGvB,mCAAmC,EAGpC,MAAM,yEAAyE,CAAC;AAwDjF,OAAO,EAKL,oBAAoB,EAcrB,MAAM,qBAAqB,CAAC;AAoF7B,eAAO,MAAM,yCAAyC,WAC5C;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,4BAA4B,EAAE,mCAAmC,CAAC;IAClE,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;CACrB;;CAiEF,CAAC;AAwvBF,eAAO,MAAM,aAAa,WAChB;IAAE,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAyBxE,CAAC;AAEF,eAAO,MAAM,wBAAwB;;CAiBnC,CAAC;AAEH,eAAO,MAAM,qBAAqB,WACxB;IACN,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;;CAuCF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  export declare const UnsupportedEditorPanel: ((props: {
17
18
  text: string;
18
19
  isReadOnly: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"UnsupportedElementEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/UnsupportedElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,eAAO,MAAM,sBAAsB,WACzB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAwB9C,CAAC;AAGF,eAAO,MAAM,wBAAwB;;CAgCnC,CAAC"}
1
+ {"version":3,"file":"UnsupportedElementEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/edit-panel/UnsupportedElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AASH,eAAO,MAAM,sBAAsB,WACzB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAwB9C,CAAC;AAGF,eAAO,MAAM,wBAAwB;;CAgCnC,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type ConnectionEditorState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
17
18
  export declare const ConnectionEditor: ((props: {
18
19
  connectionEditorState: ConnectionEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"ConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EACL,KAAK,qBAAqB,EAK3B,MAAM,0FAA0F,CAAC;AAsFlG,eAAO,MAAM,gBAAgB,WACnB;IACN,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;;CAkEF,CAAC;AAEF,eAAO,MAAM,2BAA2B;;CAiBtC,CAAC"}
1
+ {"version":3,"file":"ConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAKH,OAAO,EACL,KAAK,qBAAqB,EAK3B,MAAM,0FAA0F,CAAC;AAsFlG,eAAO,MAAM,gBAAgB,WACnB;IACN,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;;CAkEF,CAAC;AAEF,eAAO,MAAM,2BAA2B;;CAiBtC,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type DatabaseBuilderState, type DatabaseBuilderTreeData } from '../../../../stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js';
17
18
  export declare const DatabaseBuilderExplorer: ((props: {
18
19
  treeData: DatabaseBuilderTreeData;
@@ -1 +1 @@
1
- {"version":3,"file":"DatabaseBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAuBH,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAK7B,MAAM,yFAAyF,CAAC;AAkHjG,eAAO,MAAM,uBAAuB,WAC1B;IACN,QAAQ,EAAE,uBAAuB,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C;;CAkDF,CAAC;AAEF,eAAO,MAAM,eAAe,WAClB;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAsIF,CAAC"}
1
+ {"version":3,"file":"DatabaseBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAuBH,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAK7B,MAAM,yFAAyF,CAAC;AAkHjG,eAAO,MAAM,uBAAuB,WAC1B;IACN,QAAQ,EAAE,uBAAuB,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C;;CAkDF,CAAC;AAEF,eAAO,MAAM,eAAe,WAClB;IACN,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAsIF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { FlatDataConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
17
18
  export declare const FlatDataConnectionEditor: ((props: {
18
19
  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,6 +13,7 @@
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"/>
16
17
  import { type RelationalDatabaseConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
17
18
  export declare const RelationalDatabaseConnectionEditor: ((props: {
18
19
  connectionValueState: RelationalDatabaseConnectionValueState;
@@ -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,EAK5C,MAAM,0FAA0F,CAAC;AA05ClG,eAAO,MAAM,kCAAkC,WACrC;IACN,oBAAoB,EAAE,sCAAsC,CAAC;IAC7D,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2CF,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;AA05ClG,eAAO,MAAM,kCAAkC,WACrC;IACN,oBAAoB,EAAE,sCAAsC,CAAC;IAC7D,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2CF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { MapperPostProcessor } from '@finos/legend-graph';
17
18
  import type { MapperPostProcessorEditorState } from '../../../../../stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js';
18
19
  export declare const MapperPostProcessorEditor: ((props: {
@@ -1 +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;AAsBH,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;;CAmOF,CAAC"}
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;;AAsBH,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;;CAmOF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type EmbeddedDataEditorState } from '../../../../stores/editor-state/element-editor-state/data/DataEditorState.js';
17
18
  import type { ExternalFormatDataState } from '../../../../stores/editor-state/element-editor-state/data/EmbeddedDataState.js';
18
19
  export declare const ExternalFormatDataEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"DataElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/DataElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAEL,KAAK,uBAAuB,EAE7B,MAAM,8EAA8E,CAAC;AAiDtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gFAAgF,CAAC;AAU9H,eAAO,MAAM,wBAAwB,WAC3B;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkFF,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CASF,CAAC;AAEF,eAAO,MAAM,iBAAiB;;CAiP5B,CAAC"}
1
+ {"version":3,"file":"DataElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/DataElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EAEL,KAAK,uBAAuB,EAE7B,MAAM,8EAA8E,CAAC;AAiDtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gFAAgF,CAAC;AAU9H,eAAO,MAAM,wBAAwB,WAC3B;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkFF,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB;IACN,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,UAAU,EAAE,OAAO,CAAC;CACrB;;CASF,CAAC;AAEF,eAAO,MAAM,iBAAiB;;CAiP5B,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { RelationalCSVDataState } from '../../../../stores/editor-state/element-editor-state/data/EmbeddedDataState.js';
17
18
  export declare const RelationalCSVDataEditor: ((props: {
18
19
  dataState: RelationalCSVDataState;
@@ -1 +1 @@
1
- {"version":3,"file":"RelationalCSVDataEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmBH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gFAAgF,CAAC;AA4F7H,eAAO,MAAM,uBAAuB,WAC1B;IAAE,SAAS,EAAE,sBAAsB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAiInE,CAAC"}
1
+ {"version":3,"file":"RelationalCSVDataEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmBH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gFAAgF,CAAC;AA4F7H,eAAO,MAAM,uBAAuB,WAC1B;IAAE,SAAS,EAAE,sBAAsB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAiInE,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type EntityChangeConflictEditorState } from '../../../../stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js';
17
18
  import type { EntityChangeConflict } from '@finos/legend-server-sdlc';
18
19
  export declare const EntityChangeConflictSideBarItem: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityChangeConflictEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAgBH,OAAO,EAGL,KAAK,+BAA+B,EAErC,MAAM,6FAA6F,CAAC;AA2BrG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAuDtE,eAAO,MAAM,+BAA+B,WAClC;IACN,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;;CA0BF,CAAC;AAieF,eAAO,MAAM,0BAA0B,WAC7B;IAAE,mBAAmB,EAAE,+BAA+B,CAAA;CAAE;;CA0KjE,CAAC"}
1
+ {"version":3,"file":"EntityChangeConflictEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAgBH,OAAO,EAGL,KAAK,+BAA+B,EAErC,MAAM,6FAA6F,CAAC;AA2BrG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAuDtE,eAAO,MAAM,+BAA+B,WAClC;IACN,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;;CA0BF,CAAC;AAieF,eAAO,MAAM,0BAA0B,WAC7B;IAAE,mBAAmB,EAAE,+BAA+B,CAAA;CAAE;;CA0KjE,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type EntityDiffViewState } from '../../../../stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js';
17
18
  import { type EntityDiff } from '@finos/legend-server-sdlc';
18
19
  export declare const EntityDiffSideBarItem: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"EntityDiffView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,iFAAiF,CAAC;AAKzF,OAAO,EAAE,KAAK,UAAU,EAAoB,MAAM,2BAA2B,CAAC;AAuB9E,eAAO,MAAM,qBAAqB,WACxB;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,UAAU,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE;;CAiCxE,CAAC;AAEF,eAAO,MAAM,cAAc,WACjB;IAAE,mBAAmB,EAAE,mBAAmB,CAAA;CAAE;;CA0FrD,CAAC"}
1
+ {"version":3,"file":"EntityDiffView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,iFAAiF,CAAC;AAKzF,OAAO,EAAE,KAAK,UAAU,EAAoB,MAAM,2BAA2B,CAAC;AAuB9E,eAAO,MAAM,qBAAqB,WACxB;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,UAAU,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE;;CAiCxE,CAAC;AAEF,eAAO,MAAM,cAAc,WACjB;IAAE,mBAAmB,EAAE,mBAAmB,CAAA;CAAE;;CA0FrD,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { ElementFileGenerationState } from '../../../../stores/editor-state/element-editor-state/ElementFileGenerationState.js';
17
18
  import type { ElementEditorState } from '../../../../stores/editor-state/element-editor-state/ElementEditorState.js';
18
19
  export declare const ElementGenerationEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"ElementGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oFAAoF,CAAC;AACrI,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AAgHrH,eAAO,MAAM,uBAAuB,WAC1B;IACN,mBAAmB,EAAE,kBAAkB,CAAC;IACxC,sBAAsB,EAAE,0BAA0B,CAAC;CACpD;;CA+DF,CAAC"}
1
+ {"version":3,"file":"ElementGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AASH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oFAAoF,CAAC;AACrI,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AAgHrH,eAAO,MAAM,uBAAuB,WAC1B;IACN,mBAAmB,EAAE,kBAAkB,CAAC;IACxC,sBAAsB,EAAE,0BAA0B,CAAC;CACpD;;CA+DF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { ElementEditorState } from '../../../../stores/editor-state/element-editor-state/ElementEditorState.js';
17
18
  export declare const ElementNativeView: ((props: {
18
19
  currentElementState: ElementEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"ElementNativeView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AASrH,eAAO,MAAM,iBAAiB,WACpB;IAAE,mBAAmB,EAAE,kBAAkB,CAAA;CAAE;;CAgCpD,CAAC"}
1
+ {"version":3,"file":"ElementNativeView.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AASrH,eAAO,MAAM,iBAAiB,WACpB;IAAE,mBAAmB,EAAE,kBAAkB,CAAA;CAAE;;CAgCpD,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { ElementEditorState } from '../../../../stores/editor-state/element-editor-state/ElementEditorState.js';
17
18
  import type { ElementXTSchemaGenerationState } from '../../../../stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js';
18
19
  export declare const ExternalFormatGeneratioConfigEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"ElementXTGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAiBH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AACrH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,8FAA8F,CAAC;AAUnJ,eAAO,MAAM,mCAAmC,WACtC;IACN,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,OAAO,EAAE,8BAA8B,CAAC;CACzC;;CAwFF,CAAC;AAEF,eAAO,MAAM,yBAAyB,WAC5B;IACN,mBAAmB,EAAE,kBAAkB,CAAC;IACxC,cAAc,EAAE,8BAA8B,CAAC;CAChD;;CAoDF,CAAC"}
1
+ {"version":3,"file":"ElementXTGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAiBH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4EAA4E,CAAC;AACrH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,8FAA8F,CAAC;AAUnJ,eAAO,MAAM,mCAAmC,WACtC;IACN,UAAU,EAAE,OAAO,CAAC;IACpB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,OAAO,EAAE,8BAA8B,CAAC;CACzC;;CAwFF,CAAC;AAEF,eAAO,MAAM,yBAAyB,WAC5B;IACN,mBAAmB,EAAE,kBAAkB,CAAC;IACxC,cAAc,EAAE,8BAA8B,CAAC;CAChD;;CAoDF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { FileGenerationState } from '../../../../stores/editor-state/FileGenerationState.js';
17
18
  import type { ElementFileGenerationState } from '../../../../stores/editor-state/element-editor-state/ElementFileGenerationState.js';
18
19
  import { type GenerationProperty } from '@finos/legend-graph';
@@ -1 +1 @@
1
- {"version":3,"file":"FileGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAuCH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAClG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oFAAoF,CAAC;AAGrI,OAAO,EACL,KAAK,kBAAkB,EAQxB,MAAM,qBAAqB,CAAC;AA21B7B,eAAO,MAAM,wBAAwB;cAEvB,kBAAkB;2BACL,MAAM,KAAK,OAAO,GAAG,SAAS;gBACzC,OAAO;yCAEW,kBAAkB,YACpC,MAAM,KACb,IAAI;;;CAgEZ,CAAC;AAEF,eAAO,MAAM,iCAAiC,WACpC;IACN,UAAU,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,0BAA0B,CAAC;IACpD,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;;CAqKF,CAAC;AAEF,eAAO,MAAM,oBAAoB;;CAkD/B,CAAC"}
1
+ {"version":3,"file":"FileGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAuCH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAClG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oFAAoF,CAAC;AAGrI,OAAO,EACL,KAAK,kBAAkB,EAQxB,MAAM,qBAAqB,CAAC;AA21B7B,eAAO,MAAM,wBAAwB;cAEvB,kBAAkB;2BACL,MAAM,KAAK,OAAO,GAAG,SAAS;gBACzC,OAAO;yCAEW,kBAAkB,YACpC,MAAM,KACb,IAAI;;;CAgEZ,CAAC;AAEF,eAAO,MAAM,iCAAiC,WACpC;IACN,UAAU,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,0BAA0B,CAAC;IACpD,mBAAmB,EAAE,mBAAmB,CAAC;CAC1C;;CAqKF,CAAC;AAEF,eAAO,MAAM,oBAAoB;;CAkD/B,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type ModelUnit } from '@finos/legend-graph';
17
18
  export declare const ModelUnitEditor: ((props: {
18
19
  modelUnit: ModelUnit;
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_BindingElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAsBH,OAAO,EAGL,KAAK,SAAS,EAGf,MAAM,qBAAqB,CAAC;AAoP7B,eAAO,MAAM,eAAe,WAClB;IAAE,SAAS,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CA6HtD,CAAC;AAEF,eAAO,MAAM,aAAa;;CA8FxB,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_BindingElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAsBH,OAAO,EAGL,KAAK,SAAS,EAGf,MAAM,qBAAqB,CAAC;AAoP7B,eAAO,MAAM,eAAe,WAClB;IAAE,SAAS,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CA6HtD,CAAC;AAEF,eAAO,MAAM,aAAa;;CA8FxB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" resolution-mode="require"/>
1
2
  import { ExternalFormatConnection, type Binding } from '@finos/legend-graph';
2
3
  import { ConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
3
4
  import type { EditorStore } from '../../../../stores/EditorStore.js';
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":"AAgBA,OAAO,EACL,wBAAwB,EAGxB,KAAK,OAAO,EACb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,0FAA0F,CAAC;AAChI,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAIxF,qBAAa,kCAAmC,SAAQ,oBAAoB;IACjE,UAAU,EAAE,wBAAwB,CAAC;gBAElC,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,wBAAwB;IAK1E,KAAK,IAAI,MAAM;CAGhB;AAED,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,kCAAkC,CAAC;IACzD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA4BF,CAAC;AAEF,qBAAa,iCAAkC,SAAQ,wBAAwB,CAAC,wBAAwB,CAAC;gBAC3F,WAAW,EAAE,WAAW;IAQpC,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,iBAAiB,IAAI,MAAM;IAI3B,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;CAS3D"}
1
+ {"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":";AAgBA,OAAO,EACL,wBAAwB,EAGxB,KAAK,OAAO,EACb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,0FAA0F,CAAC;AAChI,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAIxF,qBAAa,kCAAmC,SAAQ,oBAAoB;IACjE,UAAU,EAAE,wBAAwB,CAAC;gBAElC,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,wBAAwB;IAK1E,KAAK,IAAI,MAAM;CAGhB;AAED,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,kCAAkC,CAAC;IACzD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA4BF,CAAC;AAEF,qBAAa,iCAAkC,SAAQ,wBAAwB,CAAC,wBAAwB,CAAC;gBAC3F,WAAW,EAAE,WAAW;IAQpC,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,iBAAiB,IAAI,MAAM;IAI3B,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;CAS3D"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { SchemaSet } from '@finos/legend-graph';
17
18
  import type { EditorStore } from '../../../../stores/EditorStore.js';
18
19
  import { NewElementDriver } from '../../../../stores/editor/NewElementState.js';
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wDAAwD,CAAC;AAEvG,qBAAa,kBAAmB,SAAQ,gBAAgB,CAAC,SAAS,CAAC;IACjE,YAAY,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;gBAExC,WAAW,EAAE,WAAW;IAepC,eAAe,CAAC,UAAU,EAAE,wBAAwB,GAAG,SAAS,GAAG,IAAI;IAIvE,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;CAQvC;AAED,eAAO,MAAM,wBAAwB;;CA4BnC,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wDAAwD,CAAC;AAEvG,qBAAa,kBAAmB,SAAQ,gBAAgB,CAAC,SAAS,CAAC;IACjE,YAAY,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;gBAExC,WAAW,EAAE,WAAW;IAepC,eAAe,CAAC,UAAU,EAAE,wBAAwB,GAAG,SAAS,GAAG,IAAI;IAIvE,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;CAQvC;AAED,eAAO,MAAM,wBAAwB;;CA4BnC,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { SchemaSetEditorState, type InnerSchemaSetEditorState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
17
18
  export declare const SchemaSetGeneralEditor: ((props: {
18
19
  schemaSetEditorState: InnerSchemaSetEditorState | SchemaSetEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2BH,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAE/B,MAAM,iHAAiH,CAAC;AAqJzH,eAAO,MAAM,sBAAsB,WACzB;IACN,oBAAoB,EAAE,yBAAyB,GAAG,oBAAoB,CAAC;IACvE,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0KF,CAAC;AAEF,eAAO,MAAM,eAAe;;CA+F1B,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2BH,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAE/B,MAAM,iHAAiH,CAAC;AAqJzH,eAAO,MAAM,sBAAsB,WACzB;IACN,oBAAoB,EAAE,yBAAyB,GAAG,oBAAoB,CAAC;IACvE,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0KF,CAAC;AAEF,eAAO,MAAM,eAAe;;CA+F1B,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { SchemaSetModelGenerationState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
17
18
  export declare const SchemaSetModelGenerationEditor: ((props: {
18
19
  modelGenerationState: SchemaSetModelGenerationState;
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iHAAiH,CAAC;AAmBrK,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,6BAA6B,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAuLF,CAAC"}
1
+ {"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iHAAiH,CAAC;AAmBrK,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,6BAA6B,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAuLF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type SetImplementation, OperationSetImplementation } from '@finos/legend-graph';
17
18
  export declare const OperatorSelector: ((props: {
18
19
  setImplementation: OperationSetImplementation;
@@ -1 +1 @@
1
- {"version":3,"file":"ClassMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAeH,OAAO,EACL,KAAK,iBAAiB,EAMtB,0BAA0B,EAE3B,MAAM,qBAAqB,CAAC;AAS7B,eAAO,MAAM,gBAAgB,WACnB;IACN,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA6BF,CAAC;AAEF,oBAAY,yBAAyB;IACnC,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,mBAAmB;CAC9B;AAED,eAAO,MAAM,kBAAkB,WACrB;IAAE,iBAAiB,EAAE,iBAAiB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CA+KtE,CAAC"}
1
+ {"version":3,"file":"ClassMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAeH,OAAO,EACL,KAAK,iBAAiB,EAMtB,0BAA0B,EAE3B,MAAM,qBAAqB,CAAC;AAS7B,eAAO,MAAM,gBAAgB,WACnB;IACN,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA6BF,CAAC;AAEF,oBAAY,yBAAyB;IACnC,KAAK,UAAU;IACf,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,UAAU,mBAAmB;CAC9B;AAED,eAAO,MAAM,kBAAkB,WACrB;IAAE,iBAAiB,EAAE,iBAAiB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CA+KtE,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { Type, Enum, type SourceValue, type EnumerationMapping } from '@finos/legend-graph';
17
18
  export declare const SourceValueInput: ((props: {
18
19
  sourceValue: SourceValue;
@@ -1 +1 @@
1
- {"version":3,"file":"EnumerationMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAyCH,OAAO,EACL,IAAI,EACJ,IAAI,EAGJ,KAAK,WAAW,EAChB,KAAK,kBAAkB,EAKxB,MAAM,qBAAqB,CAAC;AA6F7B,eAAO,MAAM,gBAAgB;iBAEZ,WAAW;mBACT,IAAI,GAAG,SAAS;6BACN,IAAI,GAAG,MAAM,GAAG,SAAS,KAAK,IAAI;uBACxC,MAAM,IAAI;gBACjB,OAAO;;;CAmGtB,CAAC;AA+EF,eAAO,MAAM,wBAAwB,WAC3B;IAAE,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAoNxE,CAAC"}
1
+ {"version":3,"file":"EnumerationMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAyCH,OAAO,EACL,IAAI,EACJ,IAAI,EAGJ,KAAK,WAAW,EAChB,KAAK,kBAAkB,EAKxB,MAAM,qBAAqB,CAAC;AA6F7B,eAAO,MAAM,gBAAgB;iBAEZ,WAAW;mBACT,IAAI,GAAG,SAAS;6BACN,IAAI,GAAG,MAAM,GAAG,SAAS,KAAK,IAAI;uBACxC,MAAM,IAAI;gBACjB,OAAO;;;CAmGtB,CAAC;AA+EF,eAAO,MAAM,wBAAwB,WAC3B;IAAE,kBAAkB,EAAE,kBAAkB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAoNxE,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import type { FlatDataPropertyMappingState, FlatDataInstanceSetImplementationState } from '../../../../stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js';
17
18
  export declare const FlatDataPropertyMappingEditor: ((props: {
18
19
  flatDataPropertyMappingState: FlatDataPropertyMappingState;
@@ -1 +1 @@
1
- {"version":3,"file":"FlatDataPropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAaH,OAAO,KAAK,EACV,4BAA4B,EAC5B,sCAAsC,EACvC,MAAM,wGAAwG,CAAC;AAmMhH,eAAO,MAAM,6BAA6B,WAChC;IACN,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,sCAAsC,EAAE,sCAAsC,CAAC;IAC/E,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkGF,CAAC"}
1
+ {"version":3,"file":"FlatDataPropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAaH,OAAO,KAAK,EACV,4BAA4B,EAC5B,sCAAsC,EACvC,MAAM,wGAAwG,CAAC;AAmMhH,eAAO,MAAM,6BAA6B,WAChC;IACN,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,sCAAsC,EAAE,sCAAsC,CAAC;IAC/E,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkGF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type InstanceSetImplementation } from '@finos/legend-graph';
17
18
  export declare const InstanceSetImplementationSourceExplorer: ((props: {
18
19
  setImplementation: InstanceSetImplementation;
@@ -1 +1 @@
1
- {"version":3,"file":"InstanceSetImplementationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwDH,OAAO,EACL,KAAK,yBAAyB,EAgB/B,MAAM,qBAAqB,CAAC;AAK7B,eAAO,MAAM,uCAAuC,WAC1C;IACN,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0RF,CAAC;AAoDF,eAAO,MAAM,+BAA+B,WAClC;IACN,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2KF,CAAC"}
1
+ {"version":3,"file":"InstanceSetImplementationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwDH,OAAO,EACL,KAAK,yBAAyB,EAgB/B,MAAM,qBAAqB,CAAC;AAK7B,eAAO,MAAM,uCAAuC,WAC1C;IACN,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0RF,CAAC;AAoDF,eAAO,MAAM,+BAA+B,WAClC;IACN,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA2KF,CAAC"}
@@ -13,6 +13,7 @@
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"/>
16
17
  import { type MappingElementSource, type MappingEditorState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
17
18
  import { type InstanceSetImplementation } from '@finos/legend-graph';
18
19
  export declare const getMappingElementSourceFilterText: (option: MappingElementSourceSelectOption) => string;
@@ -1 +1 @@
1
- {"version":3,"file":"InstanceSetImplementationSourceSelectorModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAUH,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACxB,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EACL,KAAK,yBAAyB,EAW/B,MAAM,qBAAqB,CAAC;AAU7B,eAAO,MAAM,iCAAiC,WACpC,gCAAgC,KACvC,MAUF,CAAC;AAEF,MAAM,WAAW,gCAAgC;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,qBAAqB,eACpB,OAAO,GAAG,SAAS,KAC9B,MAcF,CAAC;AAGF,eAAO,MAAM,+BAA+B,WAClC,oBAAoB,GAAG,SAAS,KACvC,gCAAgC,GAAG,IAmBrC,CAAC;AAEF,eAAO,MAAM,4CAA4C,WAC/C;IACN,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C;;;OAGG;IACH,qBAAqB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACnD,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;;CAuGF,CAAC"}
1
+ {"version":3,"file":"InstanceSetImplementationSourceSelectorModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAUH,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACxB,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EACL,KAAK,yBAAyB,EAW/B,MAAM,qBAAqB,CAAC;AAU7B,eAAO,MAAM,iCAAiC,WACpC,gCAAgC,KACvC,MAUF,CAAC;AAEF,MAAM,WAAW,gCAAgC;IAC/C,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,qBAAqB,eACpB,OAAO,GAAG,SAAS,KAC9B,MAcF,CAAC;AAGF,eAAO,MAAM,+BAA+B,WAClC,oBAAoB,GAAG,SAAS,KACvC,gCAAgC,GAAG,IAmBrC,CAAC;AAEF,eAAO,MAAM,4CAA4C,WAC/C;IACN,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C;;;OAGG;IACH,qBAAqB,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACnD,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;;CAuGF,CAAC"}