@finos/legend-application-studio 20.0.0 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) 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/DevTool.js +1 -1
  14. package/lib/components/editor/aux-panel/DevTool.js.map +1 -1
  15. package/lib/components/editor/aux-panel/Problems.d.ts +1 -0
  16. package/lib/components/editor/aux-panel/Problems.d.ts.map +1 -1
  17. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -0
  18. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  19. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +1 -0
  20. package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
  21. package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -0
  22. package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
  23. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +1 -0
  24. package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
  25. package/lib/components/editor/edit-panel/ModelImporter.d.ts +1 -0
  26. package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
  27. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -0
  28. package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
  29. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +1 -0
  30. package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
  31. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -0
  32. package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
  33. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +1 -0
  34. package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
  35. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +1 -0
  36. package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
  37. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +1 -0
  38. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  39. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -0
  40. package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
  41. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +1 -0
  42. package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
  43. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +1 -0
  44. package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
  45. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +1 -0
  46. package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
  47. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +1 -0
  48. package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
  49. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +1 -0
  50. package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
  51. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +1 -0
  52. package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
  53. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +1 -0
  54. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -1
  55. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -0
  56. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -1
  57. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -0
  58. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -1
  59. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +1 -0
  60. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
  61. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -0
  62. package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
  63. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +1 -0
  64. package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
  65. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +1 -0
  66. package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
  67. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -0
  68. package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
  69. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +1 -0
  70. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
  71. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -0
  72. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
  73. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +1 -0
  74. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
  75. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +1 -0
  76. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
  77. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +1 -0
  78. package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
  79. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +1 -0
  80. package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
  81. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -0
  82. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
  83. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +1 -0
  84. package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
  85. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -0
  86. package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
  87. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -0
  88. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  89. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +1 -0
  90. package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
  91. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +1 -0
  92. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
  93. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +1 -0
  94. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
  95. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +1 -0
  96. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
  97. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +1 -0
  98. package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
  99. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +1 -0
  100. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
  101. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +1 -0
  102. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
  103. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +1 -0
  104. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
  105. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -0
  106. package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
  107. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +1 -0
  108. package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
  109. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +1 -0
  110. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
  111. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +1 -0
  112. package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
  113. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +1 -0
  114. package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
  115. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +1 -0
  116. package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
  117. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +1 -0
  118. package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
  119. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -0
  120. package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
  121. package/lib/components/editor/side-bar/Explorer.d.ts +1 -0
  122. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  123. package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -0
  124. package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
  125. package/lib/components/editor/side-bar/ProjectOverview.d.ts +1 -0
  126. package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
  127. package/lib/components/editor/side-bar/SideBar.d.ts +1 -0
  128. package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
  129. package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -0
  130. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  131. package/lib/components/editor/side-bar/WorkspaceReview.d.ts +1 -0
  132. package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
  133. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -0
  134. package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
  135. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -0
  136. package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
  137. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -0
  138. package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
  139. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -0
  140. package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
  141. package/lib/components/shared/DiffView.d.ts +1 -0
  142. package/lib/components/shared/DiffView.d.ts.map +1 -1
  143. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +1 -0
  144. package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
  145. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +1 -0
  146. package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
  147. package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -0
  148. package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -1
  149. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -0
  150. package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -1
  151. package/lib/index.css +1 -1
  152. package/lib/package.json +2 -2
  153. package/package.json +7 -7
  154. package/src/components/editor/aux-panel/DevTool.tsx +1 -1
@@ -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 MappingEditorState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
17
18
  import { type MappingExecutionState, MappingExecutionEmptyInputDataState, MappingExecutionObjectInputDataState, MappingExecutionFlatDataInputDataState, MappingExecutionRelationalInputDataState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingExecutionState.js';
18
19
  import { EDITOR_LANGUAGE } from '@finos/legend-application';
@@ -1 +1 @@
1
- {"version":3,"file":"MappingExecutionBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA8BH,OAAO,EACL,KAAK,kBAAkB,EAIxB,MAAM,oFAAoF,CAAC;AAQ5F,OAAO,EACL,KAAK,qBAAqB,EAC1B,mCAAmC,EACnC,oCAAoC,EACpC,sCAAsC,EACtC,wCAAwC,EACzC,MAAM,uFAAuF,CAAC;AAC/F,OAAO,EACL,eAAe,EAMhB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAEL,iBAAiB,EAGjB,mBAAmB,EAGpB,MAAM,qBAAqB,CAAC;AAe7B,eAAO,MAAM,yBAAyB;wBAEd,kBAAkB;mCACP,MAAM,IAAI;4CAEpB,iBAAiB,GAAG,SAAS,KAC7C,IAAI;+CACkC,iBAAiB,KAAK,OAAO;;;CA4D3E,CAAC;AAEF,eAAO,MAAM,wCAAwC,SAC7C,mBAAmB,KACxB,eAOF,CAAC;AAwPF,eAAO,MAAM,sCAAsC,WACzC;IAAE,cAAc,EAAE,oCAAoC,CAAA;CAAE;;CAmBjE,CAAC;AAEF,eAAO,MAAM,wCAAwC,WAC3C;IAAE,cAAc,EAAE,sCAAsC,CAAA;CAAE;;CAiBnE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0CAA0C,WAC7C;IAAE,cAAc,EAAE,wCAAwC,CAAA;CAAE;;CAmBrE,CAAC;AAEF,eAAO,MAAM,qCAAqC;oBAE9B,mCAAmC;4CAE9B,iBAAiB,GAAG,SAAS,KAC7C,IAAI;mCACsB,MAAM,IAAI;;;CAyC5C,CAAC;AAyCF,eAAO,MAAM,gCAAgC,WACnC;IAAE,cAAc,EAAE,qBAAqB,CAAA;CAAE;;CA+HlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,WAC1B;IAAE,cAAc,EAAE,qBAAqB,CAAA;CAAE;;CA6KlD,CAAC"}
1
+ {"version":3,"file":"MappingExecutionBuilder.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA8BH,OAAO,EACL,KAAK,kBAAkB,EAIxB,MAAM,oFAAoF,CAAC;AAQ5F,OAAO,EACL,KAAK,qBAAqB,EAC1B,mCAAmC,EACnC,oCAAoC,EACpC,sCAAsC,EACtC,wCAAwC,EACzC,MAAM,uFAAuF,CAAC;AAC/F,OAAO,EACL,eAAe,EAMhB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAEL,iBAAiB,EAGjB,mBAAmB,EAGpB,MAAM,qBAAqB,CAAC;AAe7B,eAAO,MAAM,yBAAyB;wBAEd,kBAAkB;mCACP,MAAM,IAAI;4CAEpB,iBAAiB,GAAG,SAAS,KAC7C,IAAI;+CACkC,iBAAiB,KAAK,OAAO;;;CA4D3E,CAAC;AAEF,eAAO,MAAM,wCAAwC,SAC7C,mBAAmB,KACxB,eAOF,CAAC;AAwPF,eAAO,MAAM,sCAAsC,WACzC;IAAE,cAAc,EAAE,oCAAoC,CAAA;CAAE;;CAmBjE,CAAC;AAEF,eAAO,MAAM,wCAAwC,WAC3C;IAAE,cAAc,EAAE,sCAAsC,CAAA;CAAE;;CAiBnE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0CAA0C,WAC7C;IAAE,cAAc,EAAE,wCAAwC,CAAA;CAAE;;CAmBrE,CAAC;AAEF,eAAO,MAAM,qCAAqC;oBAE9B,mCAAmC;4CAE9B,iBAAiB,GAAG,SAAS,KAC7C,IAAI;mCACsB,MAAM,IAAI;;;CAyC5C,CAAC;AAyCF,eAAO,MAAM,gCAAgC,WACnC;IAAE,cAAc,EAAE,qBAAqB,CAAA;CAAE;;CA+HlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,WAC1B;IAAE,cAAc,EAAE,qBAAqB,CAAA;CAAE;;CA6KlD,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 MappingTestState, MappingTestObjectInputDataState, MappingTestFlatDataInputDataState, MappingTestExpectedOutputAssertionState, MappingTestRelationalInputDataState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingTestState.js';
17
18
  export declare const MappingTestObjectInputDataBuilder: ((props: {
18
19
  inputDataState: MappingTestObjectInputDataState;
@@ -1 +1 @@
1
- {"version":3,"file":"MappingTestEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EACL,KAAK,gBAAgB,EAGrB,+BAA+B,EAC/B,iCAAiC,EACjC,uCAAuC,EACvC,mCAAmC,EACpC,MAAM,kFAAkF,CAAC;AAgS1F,eAAO,MAAM,iCAAiC,WACpC;IACN,cAAc,EAAE,+BAA+B,CAAC;IAChD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAmBF,CAAC;AAEF,eAAO,MAAM,mCAAmC,WACtC;IACN,cAAc,EAAE,iCAAiC,CAAC;IAClD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkBF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qCAAqC,WACxC;IACN,cAAc,EAAE,mCAAmC,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAoBF,CAAC;AA4CF,eAAO,MAAM,2BAA2B,WAC9B;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAqG7D,CAAC;AAEF,eAAO,MAAM,yCAAyC,WAC5C;IACN,SAAS,EAAE,gBAAgB,CAAC;IAC5B,cAAc,EAAE,uCAAuC,CAAC;IACxD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAwEF,CAAC;AAEF,eAAO,MAAM,2BAA2B,WAC9B;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAe7D,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAgD7D,CAAC;AAEF,eAAO,MAAM,iBAAiB,WACpB;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAyK7D,CAAC"}
1
+ {"version":3,"file":"MappingTestEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EACL,KAAK,gBAAgB,EAGrB,+BAA+B,EAC/B,iCAAiC,EACjC,uCAAuC,EACvC,mCAAmC,EACpC,MAAM,kFAAkF,CAAC;AAgS1F,eAAO,MAAM,iCAAiC,WACpC;IACN,cAAc,EAAE,+BAA+B,CAAC;IAChD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAmBF,CAAC;AAEF,eAAO,MAAM,mCAAmC,WACtC;IACN,cAAc,EAAE,iCAAiC,CAAC;IAClD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkBF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qCAAqC,WACxC;IACN,cAAc,EAAE,mCAAmC,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAoBF,CAAC;AA4CF,eAAO,MAAM,2BAA2B,WAC9B;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAqG7D,CAAC;AAEF,eAAO,MAAM,yCAAyC,WAC5C;IACN,SAAS,EAAE,gBAAgB,CAAC;IAC5B,cAAc,EAAE,uCAAuC,CAAC;IACxD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAwEF,CAAC;AAEF,eAAO,MAAM,2BAA2B,WAC9B;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAe7D,CAAC;AAEF,eAAO,MAAM,kBAAkB,WACrB;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAgD7D,CAAC;AAEF,eAAO,MAAM,iBAAiB,WACpB;IAAE,SAAS,EAAE,gBAAgB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAyK7D,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 NewMappingElementModal: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NewMappingElementModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2CH,eAAO,MAAM,sBAAsB;;CAwNjC,CAAC"}
1
+ {"version":3,"file":"NewMappingElementModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2CH,eAAO,MAAM,sBAAsB;;CAwNjC,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 { OperationSetImplementation } from '@finos/legend-graph';
17
18
  export declare const OperationSetImplementationEditor: ((props: {
18
19
  setImplementation: OperationSetImplementation;
@@ -1 +1 @@
1
- {"version":3,"file":"OperationSetImplementationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA0BH,OAAO,EACL,0BAA0B,EAY3B,MAAM,qBAAqB,CAAC;AAa7B,eAAO,MAAM,gCAAgC,WACnC;IACN,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAuMF,CAAC"}
1
+ {"version":3,"file":"OperationSetImplementationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA0BH,OAAO,EACL,0BAA0B,EAY3B,MAAM,qBAAqB,CAAC;AAa7B,eAAO,MAAM,gCAAgC,WACnC;IACN,iBAAiB,EAAE,0BAA0B,CAAC;IAC9C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAuMF,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 { InstanceSetImplementationState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingElementState.js';
17
18
  import { type Property, type Type, SetImplementation } from '@finos/legend-graph';
18
19
  export declare const getExpectedReturnType: (targetSetImplementation: SetImplementation | undefined) => Type | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"PropertyMappingsEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAUH,OAAO,KAAK,EACV,8BAA8B,EAE/B,MAAM,qFAAqF,CAAC;AAuB7F,OAAO,EACL,KAAK,QAAQ,EAEb,KAAK,IAAI,EAGT,iBAAiB,EAOlB,MAAM,qBAAqB,CAAC;AAc7B,eAAO,MAAM,qBAAqB,4BACP,iBAAiB,GAAG,SAAS,KACrD,IAAI,GAAG,SAQT,CAAC;AA+CF,eAAO,MAAM,qBAAqB,WACxB;IACN,QAAQ,EAAE,QAAQ,CAAC;IACnB,8BAA8B,EAAE,8BAA8B,CAAC;IAC/D,UAAU,EAAE,OAAO,CAAC;CACrB;;CAqTF,CAAC"}
1
+ {"version":3,"file":"PropertyMappingsEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAUH,OAAO,KAAK,EACV,8BAA8B,EAE/B,MAAM,qFAAqF,CAAC;AAuB7F,OAAO,EACL,KAAK,QAAQ,EAEb,KAAK,IAAI,EAGT,iBAAiB,EAOlB,MAAM,qBAAqB,CAAC;AAc7B,eAAO,MAAM,qBAAqB,4BACP,iBAAiB,GAAG,SAAS,KACrD,IAAI,GAAG,SAQT,CAAC;AA+CF,eAAO,MAAM,qBAAqB,WACxB;IACN,QAAQ,EAAE,QAAQ,CAAC;IACnB,8BAA8B,EAAE,8BAA8B,CAAC;IAC/D,UAAU,EAAE,OAAO,CAAC;CACrB;;CAqTF,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 { PurePropertyMappingState, PureInstanceSetImplementationState } from '../../../../stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js';
17
18
  export declare const PurePropertyMappingEditor: ((props: {
18
19
  purePropertyMappingState: PurePropertyMappingState;
@@ -1 +1 @@
1
- {"version":3,"file":"PurePropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAaH,OAAO,KAAK,EACV,wBAAwB,EACxB,kCAAkC,EACnC,MAAM,oGAAoG,CAAC;AAyR5G,eAAO,MAAM,yBAAyB,WAC5B;IACN,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,kCAAkC,EAAE,kCAAkC,CAAC;IACvE,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0GF,CAAC"}
1
+ {"version":3,"file":"PurePropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAaH,OAAO,KAAK,EACV,wBAAwB,EACxB,kCAAkC,EACnC,MAAM,oGAAoG,CAAC;AAyR5G,eAAO,MAAM,yBAAyB,WAC5B;IACN,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,kCAAkC,EAAE,kCAAkC,CAAC;IACvE,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0GF,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 RelationalPropertyMappingState, type RootRelationalInstanceSetImplementationState } from '../../../../../stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js';
17
18
  export declare const RelationalPropertyMappingEditor: ((props: {
18
19
  relationalPropertyMappingState: RelationalPropertyMappingState;
@@ -1 +1 @@
1
- {"version":3,"file":"RelationalPropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAEL,KAAK,8BAA8B,EACnC,KAAK,4CAA4C,EAClD,MAAM,wHAAwH,CAAC;AAmPhI,eAAO,MAAM,+BAA+B,WAClC;IACN,8BAA8B,EAAE,8BAA8B,CAAC;IAC/D,wCAAwC,EAAE,4CAA4C,CAAC;IACvF,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CAyFF,CAAC"}
1
+ {"version":3,"file":"RelationalPropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EAEL,KAAK,8BAA8B,EACnC,KAAK,4CAA4C,EAClD,MAAM,wHAAwH,CAAC;AAmPhI,eAAO,MAAM,+BAA+B,WAClC;IACN,8BAA8B,EAAE,8BAA8B,CAAC;IAC/D,wCAAwC,EAAE,4CAA4C,CAAC;IACvF,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CAyFF,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 ProjectConfigurationEditor: (() => JSX.Element | null) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ProjectConfigurationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAqoBH,eAAO,MAAM,0BAA0B;;CAmLrC,CAAC"}
1
+ {"version":3,"file":"ProjectConfigurationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAqoBH,eAAO,MAAM,0BAA0B;;CAmLrC,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 Mapping } from '@finos/legend-graph';
17
18
  export declare const NewServiceModal: ((props: {
18
19
  mapping: Mapping;
@@ -1 +1 @@
1
- {"version":3,"file":"NewServiceModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/NewServiceModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAQH,OAAO,EACL,KAAK,OAAO,EAIb,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,eAAe;aAEf,OAAO;WACT,MAAM,IAAI;eACN,OAAO;oCAEH,MAAM,eACN,MAAM,KAChB,QAAQ,IAAI,CAAC;iBACL,OAAO;;;CA6EvB,CAAC"}
1
+ {"version":3,"file":"NewServiceModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/NewServiceModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAQH,OAAO,EACL,KAAK,OAAO,EAIb,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,eAAe;aAEf,OAAO;WACT,MAAM,IAAI;eACN,OAAO;oCAEH,MAAM,eACN,MAAM,KAChB,QAAQ,IAAI,CAAC;iBACL,OAAO;;;CA6EvB,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 ServiceEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkZH,eAAO,MAAM,aAAa;;CAoExB,CAAC"}
1
+ {"version":3,"file":"ServiceEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkZH,eAAO,MAAM,aAAa;;CAoExB,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 { ServicePureExecutionState, MultiServicePureExecutionState } from '../../../../stores/editor-state/element-editor-state/service/ServiceExecutionState.js';
17
18
  export declare const ChangeExecutionModal: ((props: {
18
19
  executionState: ServicePureExecutionState;
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceExecutionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EAGL,yBAAyB,EACzB,8BAA8B,EAC/B,MAAM,uFAAuF,CAAC;AA+S/F,eAAO,MAAM,oBAAoB,WACvB;IACN,cAAc,EAAE,yBAAyB,CAAC;IAC1C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAmGF,CAAC;AA2GF,eAAO,MAAM,0BAA0B,WAC7B;IACN,cAAc,EAAE,8BAA8B,CAAC;IAC/C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAwDF,CAAC;AAmRF,eAAO,MAAM,sBAAsB;;CAmBjC,CAAC"}
1
+ {"version":3,"file":"ServiceExecutionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAKH,OAAO,EAGL,yBAAyB,EACzB,8BAA8B,EAC/B,MAAM,uFAAuF,CAAC;AA+S/F,eAAO,MAAM,oBAAoB,WACvB;IACN,cAAc,EAAE,yBAAyB,CAAC;IAC1C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAmGF,CAAC;AA2GF,eAAO,MAAM,0BAA0B,WAC7B;IACN,cAAc,EAAE,8BAA8B,CAAC;IAC/C,UAAU,EAAE,OAAO,CAAC;CACrB;;CAwDF,CAAC;AAmRF,eAAO,MAAM,sBAAsB;;CAmBjC,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 { ServicePureExecutionState } from '../../../../stores/editor-state/element-editor-state/service/ServiceExecutionState.js';
17
18
  export declare const ServiceExecutionQueryEditor: ((props: {
18
19
  executionState: ServicePureExecutionState;
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceExecutionQueryEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,KAAK,EAEV,yBAAyB,EAC1B,MAAM,uFAAuF,CAAC;AAyN/F,eAAO,MAAM,2BAA2B,WAC9B;IACN,cAAc,EAAE,yBAAyB,CAAC;IAC1C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA6OF,CAAC"}
1
+ {"version":3,"file":"ServiceExecutionQueryEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,KAAK,EAEV,yBAAyB,EAC1B,MAAM,uFAAuF,CAAC;AAyN/F,eAAO,MAAM,2BAA2B,WAC9B;IACN,cAAc,EAAE,yBAAyB,CAAC;IAC1C,UAAU,EAAE,OAAO,CAAC;CACrB;;CA6OF,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 ServiceRegistrationEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceRegistrationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmBH,eAAO,MAAM,yBAAyB;;CAoOpC,CAAC"}
1
+ {"version":3,"file":"ServiceRegistrationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmBH,eAAO,MAAM,yBAAyB;;CAoOpC,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 { ConnectionTestDataState, ServiceTestDataState } from '../../../../../stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js';
17
18
  export declare const ConnectionTestDataEditor: ((props: {
18
19
  connectionTestDataState: ConnectionTestDataState;
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceTestDataEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA0BH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,kGAAkG,CAAC;AAa1G,eAAO,MAAM,wBAAwB,WAC3B;IAAE,uBAAuB,EAAE,uBAAuB,CAAA;CAAE;;CA6E7D,CAAC;AA+EF,eAAO,MAAM,sBAAsB,WACzB;IAAE,aAAa,EAAE,oBAAoB,CAAA;CAAE;;CA8KhD,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB;IAAE,aAAa,EAAE,oBAAoB,CAAA;CAAE;;CAsEhD,CAAC"}
1
+ {"version":3,"file":"ServiceTestDataEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA0BH,OAAO,KAAK,EACV,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,kGAAkG,CAAC;AAa1G,eAAO,MAAM,wBAAwB,WAC3B;IAAE,uBAAuB,EAAE,uBAAuB,CAAA;CAAE;;CA6E7D,CAAC;AA+EF,eAAO,MAAM,sBAAsB,WACzB;IAAE,aAAa,EAAE,oBAAoB,CAAA;CAAE;;CA8KhD,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB;IAAE,aAAa,EAAE,oBAAoB,CAAA;CAAE;;CAsEhD,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 { ServiceTestableState, ServiceTestSuiteState } from '../../../../../stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js';
17
18
  export declare const ServiceTestSuiteEditor: ((props: {
18
19
  serviceTestSuiteState: ServiceTestSuiteState;
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceTestableEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAoBH,OAAO,KAAK,EACV,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,kGAAkG,CAAC;AAE1G,eAAO,MAAM,sBAAsB,WACzB;IAAE,qBAAqB,EAAE,qBAAqB,CAAA;CAAE;;CAoBzD,CAAC;AAiCF,eAAO,MAAM,WAAW;SAEf,MAAM;gBACC,OAAO;oBACH,MAAM,KAAK,IAAI;eACpB,OAAO;gBACN,MAAM,IAAI;;;CAyCzB,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE;;CAwFvD,CAAC"}
1
+ {"version":3,"file":"ServiceTestableEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAoBH,OAAO,KAAK,EACV,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,kGAAkG,CAAC;AAE1G,eAAO,MAAM,sBAAsB,WACzB;IAAE,qBAAqB,EAAE,qBAAqB,CAAA;CAAE;;CAoBzD,CAAC;AAiCF,eAAO,MAAM,WAAW;SAEf,MAAM;gBACC,OAAO;oBACH,MAAM,KAAK,IAAI;eACpB,OAAO;gBACN,MAAM,IAAI;;;CAyCzB,CAAC;AAEF,eAAO,MAAM,qBAAqB,WACxB;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE;;CAwFvD,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 { ServiceTestSuiteState } from '../../../../../stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js';
17
18
  import { type ServiceTestSetupState } from '../../../../../stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js';
18
19
  export declare const NewParameterModal: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"ServiceTestsEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAiCH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kGAAkG,CAAC;AAC9I,OAAO,EAEL,KAAK,qBAAqB,EAE3B,MAAM,oGAAoG,CAAC;AAoG5G,eAAO,MAAM,iBAAiB,WACpB;IAAE,UAAU,EAAE,qBAAqB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAgDnE,CAAC;AAybF,eAAO,MAAM,kBAAkB,WACrB;IAAE,UAAU,EAAE,qBAAqB,CAAA;CAAE;;CA+G9C,CAAC"}
1
+ {"version":3,"file":"ServiceTestsEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAiCH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kGAAkG,CAAC;AAC9I,OAAO,EAEL,KAAK,qBAAqB,EAE3B,MAAM,oGAAoG,CAAC;AAoG5G,eAAO,MAAM,iBAAiB,WACpB;IAAE,UAAU,EAAE,qBAAqB,CAAC;IAAC,UAAU,EAAE,OAAO,CAAA;CAAE;;CAgDnE,CAAC;AAybF,eAAO,MAAM,kBAAkB,WACrB;IAAE,UAAU,EAAE,qBAAqB,CAAA;CAAE;;CA+G9C,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 TestAssertionEditorState } from '../../../../stores/editor-state/element-editor-state/testable/TestAssertionState.js';
17
18
  export declare const TestAssertionEditor: ((props: {
18
19
  testAssertionState: TestAssertionEditorState;
@@ -1 +1 @@
1
- {"version":3,"file":"TestAssertionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/testable/TestAssertionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkBH,OAAO,EAOL,KAAK,wBAAwB,EAE9B,MAAM,qFAAqF,CAAC;AAkP7F,eAAO,MAAM,mBAAmB,WACtB;IAAE,kBAAkB,EAAE,wBAAwB,CAAA;CAAE;;CA6EzD,CAAC"}
1
+ {"version":3,"file":"TestAssertionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/testable/TestAssertionEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkBH,OAAO,EAOL,KAAK,wBAAwB,EAE9B,MAAM,qFAAqF,CAAC;AAkP7F,eAAO,MAAM,mBAAmB,WACtB;IAAE,kBAAkB,EAAE,wBAAwB,CAAA;CAAE;;CA6EzD,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 Association } from '@finos/legend-graph';
17
18
  export declare const AssociationEditor: ((props: {
18
19
  association: Association;
@@ -1 +1 @@
1
- {"version":3,"file":"AssociationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6CH,OAAO,EACL,KAAK,WAAW,EAgBjB,MAAM,qBAAqB,CAAC;AAoP7B,eAAO,MAAM,iBAAiB,WACpB;IAAE,WAAW,EAAE,WAAW,CAAA;CAAE;;CA8QrC,CAAC"}
1
+ {"version":3,"file":"AssociationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6CH,OAAO,EACL,KAAK,WAAW,EAgBjB,MAAM,qBAAqB,CAAC;AAoP7B,eAAO,MAAM,iBAAiB,WACpB;IAAE,WAAW,EAAE,WAAW,CAAA;CAAE;;CA8QrC,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 { ClassEditorState } from '../../../../stores/editor-state/element-editor-state/ClassEditorState.js';
17
18
  import { Class } from '@finos/legend-graph';
18
19
  export declare const ClassFormEditor: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"ClassEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/ClassEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA8CH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0EAA0E,CAAC;AAI5G,OAAO,EASL,KAAK,EAqBN,MAAM,qBAAqB,CAAC;AAu6C7B,eAAO,MAAM,eAAe,WAClB;IACN,MAAM,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,gBAAgB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;;CAgSF,CAAC;AAEF,eAAO,MAAM,WAAW,WAAoB;IAAE,MAAM,EAAE,KAAK,CAAA;CAAE;;CA6B3D,CAAC"}
1
+ {"version":3,"file":"ClassEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/ClassEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA8CH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0EAA0E,CAAC;AAI5G,OAAO,EASL,KAAK,EAqBN,MAAM,qBAAqB,CAAC;AAu6C7B,eAAO,MAAM,eAAe,WAClB;IACN,MAAM,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,gBAAgB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;;CAgSF,CAAC;AAEF,eAAO,MAAM,WAAW,WAAoB;IAAE,MAAM,EAAE,KAAK,CAAA;CAAE;;CA6B3D,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 Enumeration } from '@finos/legend-graph';
17
18
  export declare const EnumerationEditor: ((props: {
18
19
  enumeration: Enumeration;
@@ -1 +1 @@
1
- {"version":3,"file":"EnumerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAgDH,OAAO,EACL,KAAK,WAAW,EAWjB,MAAM,qBAAqB,CAAC;AAiU7B,eAAO,MAAM,iBAAiB,WACpB;IAAE,WAAW,EAAE,WAAW,CAAA;CAAE;;CAsTrC,CAAC"}
1
+ {"version":3,"file":"EnumerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAgDH,OAAO,EACL,KAAK,WAAW,EAWjB,MAAM,qBAAqB,CAAC;AAiU7B,eAAO,MAAM,iBAAiB,WACpB;IAAE,WAAW,EAAE,WAAW,CAAA;CAAE;;CAsTrC,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 Profile } from '@finos/legend-graph';
17
18
  export declare const ProfileEditor: ((props: {
18
19
  profile: Profile;
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAuBH,OAAO,EACL,KAAK,OAAO,EAKb,MAAM,qBAAqB,CAAC;AA8M7B,eAAO,MAAM,aAAa,WAAoB;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE;;CAsIhE,CAAC"}
1
+ {"version":3,"file":"ProfileEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAuBH,OAAO,EACL,KAAK,OAAO,EAKb,MAAM,qBAAqB,CAAC;AA8M7B,eAAO,MAAM,aAAa,WAAoB;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE;;CAsIhE,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 AbstractProperty } from '@finos/legend-graph';
17
18
  export declare const PropertyEditor: ((props: {
18
19
  property: AbstractProperty;
@@ -1 +1 @@
1
- {"version":3,"file":"PropertyEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6BH,OAAO,EACL,KAAK,gBAAgB,EAStB,MAAM,qBAAqB,CAAC;AAQ7B,eAAO,MAAM,cAAc,WACjB;IACN,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;CACrB;;CAoMF,CAAC"}
1
+ {"version":3,"file":"PropertyEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6BH,OAAO,EACL,KAAK,gBAAgB,EAStB,MAAM,qBAAqB,CAAC;AAQ7B,eAAO,MAAM,cAAc,WACjB;IACN,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;CACrB;;CAoMF,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 UMLEditor: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"UMLEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/UMLEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,eAAO,MAAM,SAAS;;CAqBpB,CAAC"}
1
+ {"version":3,"file":"UMLEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/uml-editor/UMLEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAWH,eAAO,MAAM,SAAS;;CAqBpB,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 { EditorStore } from '../../../stores/EditorStore.js';
17
18
  export declare const getElementTypeLabel: (editorStore: EditorStore, type: string | undefined) => string | undefined;
18
19
  export declare const CreateNewElementModal: (() => JSX.Element | null) & {
@@ -1 +1 @@
1
- {"version":3,"file":"CreateNewElementModal.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/CreateNewElementModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAgBH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAuBlE,eAAO,MAAM,mBAAmB,gBACjB,WAAW,QAClB,MAAM,GAAG,SAAS,KACvB,MAAM,GAAG,SA+CX,CAAC;AA8TF,eAAO,MAAM,qBAAqB;;CA0GhC,CAAC"}
1
+ {"version":3,"file":"CreateNewElementModal.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/CreateNewElementModal.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAgBH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAuBlE,eAAO,MAAM,mBAAmB,gBACjB,WAAW,QAClB,MAAM,GAAG,SAAS,KACvB,MAAM,GAAG,SA+CX,CAAC;AA8TF,eAAO,MAAM,qBAAqB;;CA0GhC,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 Explorer: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Explorer.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/Explorer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwwBH,eAAO,MAAM,QAAQ;;CAqJnB,CAAC"}
1
+ {"version":3,"file":"Explorer.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/Explorer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwwBH,eAAO,MAAM,QAAQ;;CAqJnB,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 LocalChanges: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"LocalChanges.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/LocalChanges.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAuHH,eAAO,MAAM,YAAY;;CA4SvB,CAAC"}
1
+ {"version":3,"file":"LocalChanges.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/LocalChanges.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAuHH,eAAO,MAAM,YAAY;;CA4SvB,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 ProjectOverviewActivityBar: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ProjectOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/ProjectOverview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkxBH,eAAO,MAAM,0BAA0B;;CA4CrC,CAAC;AAEH,eAAO,MAAM,eAAe;;CA+D1B,CAAC"}
1
+ {"version":3,"file":"ProjectOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/ProjectOverview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAkxBH,eAAO,MAAM,0BAA0B;;CA4CrC,CAAC;AAEH,eAAO,MAAM,eAAe;;CA+D1B,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
  /**
17
18
  * Wrapper component around different implementations of sidebar, such as to view domain, to manage SDLC, etc.
18
19
  */
@@ -1 +1 @@
1
- {"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/SideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAcH;;GAEG;AACH,eAAO,MAAM,OAAO;;CAuClB,CAAC"}
1
+ {"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/SideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAcH;;GAEG;AACH,eAAO,MAAM,OAAO;;CAuClB,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 WorkflowManagerState } from '../../../stores/sidebar-state/WorkflowManagerState.js';
17
18
  export declare const WorkflowManager: ((props: {
18
19
  workflowManagerState: WorkflowManagerState;
@@ -1 +1 @@
1
- {"version":3,"file":"WorkflowManager.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkflowManager.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAiCH,OAAO,EAGL,KAAK,oBAAoB,EAI1B,MAAM,uDAAuD,CAAC;AA6W/D,eAAO,MAAM,eAAe,WAClB;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE;;CA6GvD,CAAC"}
1
+ {"version":3,"file":"WorkflowManager.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkflowManager.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAiCH,OAAO,EAGL,KAAK,oBAAoB,EAI1B,MAAM,uDAAuD,CAAC;AA6W/D,eAAO,MAAM,eAAe,WAClB;IAAE,oBAAoB,EAAE,oBAAoB,CAAA;CAAE;;CA6GvD,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 WorkspaceReviewDiffs: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceReview.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceReview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2BH,eAAO,MAAM,oBAAoB;;CAkD/B,CAAC;AAEH,eAAO,MAAM,eAAe;;CA6N1B,CAAC"}
1
+ {"version":3,"file":"WorkspaceReview.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceReview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2BH,eAAO,MAAM,oBAAoB;;CAkD/B,CAAC;AAEH,eAAO,MAAM,eAAe;;CA6N1B,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 WorkspaceSyncConflictResolver: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceSyncConflictResolver.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmCH,eAAO,MAAM,6BAA6B;;CA6NxC,CAAC"}
1
+ {"version":3,"file":"WorkspaceSyncConflictResolver.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAmCH,eAAO,MAAM,6BAA6B;;CA6NxC,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 WorkspaceUpdateConflictResolver: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceUpdateConflictResolver.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA0BH,eAAO,MAAM,+BAA+B;;CAsK1C,CAAC"}
1
+ {"version":3,"file":"WorkspaceUpdateConflictResolver.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA0BH,eAAO,MAAM,+BAA+B;;CAsK1C,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 WorkspaceUpdater: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceUpdater.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceUpdater.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA+BH,eAAO,MAAM,gBAAgB;;CAgN3B,CAAC"}
1
+ {"version":3,"file":"WorkspaceUpdater.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/side-bar/WorkspaceUpdater.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA+BH,eAAO,MAAM,gBAAgB;;CAgN3B,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 GlobalTestRunnerState, TESTABLE_RESULT } from '../../../../stores/sidebar-state/testable/GlobalTestRunnerState.js';
17
18
  export declare const getTestableResultIcon: (testableResult: TESTABLE_RESULT) => React.ReactNode;
18
19
  export declare const GlobalTestRunner: ((props: {
@@ -1 +1 @@
1
- {"version":3,"file":"GlobalTestRunner.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/side-bar/testable/GlobalTestRunner.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAiCH,OAAO,EAEL,KAAK,qBAAqB,EAE1B,eAAe,EAShB,MAAM,oEAAoE,CAAC;AAM5E,eAAO,MAAM,qBAAqB,mBAChB,eAAe,KAC9B,MAAM,SAgDR,CAAC;AAyPF,eAAO,MAAM,gBAAgB,WACnB;IAAE,qBAAqB,EAAE,qBAAqB,CAAA;CAAE;;CAgHzD,CAAC"}
1
+ {"version":3,"file":"GlobalTestRunner.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/side-bar/testable/GlobalTestRunner.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAiCH,OAAO,EAEL,KAAK,qBAAqB,EAE1B,eAAe,EAShB,MAAM,oEAAoE,CAAC;AAM5E,eAAO,MAAM,qBAAqB,mBAChB,eAAe,KAC9B,MAAM,SAgDR,CAAC;AAyPF,eAAO,MAAM,gBAAgB,WACnB;IAAE,qBAAqB,EAAE,qBAAqB,CAAA;CAAE;;CAgHzD,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 { EDITOR_LANGUAGE } from '@finos/legend-application';
17
18
  export declare const TextDiffView: ((props: {
18
19
  language: EDITOR_LANGUAGE;
@@ -1 +1 @@
1
- {"version":3,"file":"DiffView.d.ts","sourceRoot":"","sources":["../../../src/components/shared/DiffView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EAEL,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AAcnC,eAAO,MAAM,YAAY,WACf;IACN,QAAQ,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB;;CAuDF,CAAC;AAaF,eAAO,MAAM,YAAY,WACf;IACN,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;CAWF,CAAC"}
1
+ {"version":3,"file":"DiffView.d.ts","sourceRoot":"","sources":["../../../src/components/shared/DiffView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAKH,OAAO,EAEL,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AAcnC,eAAO,MAAM,YAAY,WACf;IACN,QAAQ,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB;;CAuDF,CAAC;AAaF,eAAO,MAAM,YAAY,WACf;IACN,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC;IACb;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;CAWF,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 WorkspaceReviewPanel: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceReviewPanel.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6DH,eAAO,MAAM,oBAAoB;;CA8G/B,CAAC"}
1
+ {"version":3,"file":"WorkspaceReviewPanel.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6DH,eAAO,MAAM,oBAAoB;;CA8G/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 WorkspaceReviewSideBar: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceReviewSideBar.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewSideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwBH,eAAO,MAAM,sBAAsB;;CAoNjC,CAAC"}
1
+ {"version":3,"file":"WorkspaceReviewSideBar.d.ts","sourceRoot":"","sources":["../../../src/components/workspace-review/WorkspaceReviewSideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAwBH,eAAO,MAAM,sBAAsB;;CAoNjC,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 CreateProjectModal: (() => JSX.Element) & {
17
18
  displayName: string;
18
19
  };